﻿/* MENU CONTROL UNIT */

@font-face {
	font-family: square721;
	src: url(../images/SQR721BE.woff);
}
@font-face {
	font-family: square721_kn;
	src: url(../images/SQR721KN.woff);
}
p {
	margin-bottom: 0px;
}
#menu {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 10px;
	z-index: 200;
	background-color: transparent;
}

/* HAMBURGERMENU */

.menbut {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
}
.menbut a {
	display: none;
	padding: 8px;
	color: #000000;
	font-size: 15px;
	width: 16px;
	margin-bottom: 40px;
	background-image:url('bg_hamb_2.png');
	background-repeat: no-repeat;
	bachground-size: contain;
}

/* TOP-MENU */

.navbar {
	overflow: hidden;
	width: 90%;
	max-width: 1200px;
}
.nb_but {
	box-sizing: border-box;
	float: left;
	display: block;
	padding: 1px;
	color: #000000;
	font-family: square721;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-color: #aaaaaa;
	border: 6px transparent solid;
	-webkit-border-image: url('bord_1.png') 27 stretch;
	border-image: url('bord_1.png') 27 stretch;
}
.home {
	content: url(home_sign_s.png);
	width: 14px;
}
.nb_but:hover {
	color: #ffffff;
	background-color: #5577dd;
	border: 6px transparent solid;
	-webkit-border-image: url('bord_2.png') 27 stretch;
	border-image: url('bord_2.png') 27 stretch;
}
.nb_but:hover .home {
	content: url(home_sign_w.png);
}
.drdomg {
	float: left;
	overflow: hidden;
}
.drdomg .dropbtn {
	box-sizing: border-box;
	padding: 1px;
	width: 100%;
	color: #000000;
	font-family: square721;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-color: #aaaaaa;
	border: 6px transparent solid;
	-webkit-border-image: url('bord_1.png') 27 stretch;
	border-image: url('bord_1.png') 27 stretch;
}
.ardo {
	content: url(ardo_s.png);
	width: 12px;
}
.drdomg .dropbtn:hover {
	color: #ffffff;
	background-color: #5577dd;
	border: 6px transparent solid;
	-webkit-border-image: url('bord_2.png') 27 stretch;
	border-image: url('bord_2.png') 27 stretch;
}
.drdomg .dropbtn:hover .ardo {
	content: url(ardo_w.png);
}
.drdomg-content {
	position: absolute;
	display: none;
	z-index: 1;
}
.drdomg:hover .drdomg-content {
	display: block;
}
.col {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-align-items: flex;
	-webkit-box-align: flex;
	align-items: flex;
	justify-content: center;
	background-color: transparent;
}
.col div {
	width: 19%;
	min-width: 90px;
	border: 1px solid transparent;
}
.col_but {
	box-sizing: border-box;
	display: block;
	padding: 1px;
	color: #000000;
	font-family: square721;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	background-color: #aaaaaa;
	border: 6px transparent solid;
	border-radius: 6px;
	-webkit-border-image: url('bord_1.png') 27 stretch;
	border-image: url('bord_1.png') 27 stretch;
}
.col_but:hover {
	color: #ffffff;
	background-color: #5577dd;
	border: 6px transparent solid;
	-webkit-border-image: url('bord_2.png') 27 stretch;
	border-image: url('bord_2.png') 27 stretch;
}
.sepa {
	box-sizing: border-box;
	display: block;
	padding: 1px;
	color: #000000;
	font-family: square721;
	font-size: 3px;
	text-decoration: none;
	text-align: left;
	background-color: #aaaaaa;
	background-image:url('sepaline.png');
	background-repeat: repeat-x;
	border: 3px transparent solid;
	border-radius: 6px;
	-webkit-border-image: url('bord_1.png') 27 stretch;
	border-image: url('bord_1.png') 27 stretch;
}
.jahr {
	font-family: square721_kn;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
}
.bu_w20 {
	width: 20%;
}
.bu_w20_1 {
	width: 18%;
	max-width: 240px;	
}
.bu_w40 {
	width: 40%;
}
.bu_w40_1 {
	width: 36%;
	max-width: 480px;	
}
.bu_w60 {
	width: 60%;
}
.bu_w60_1 {
	width: 54%;
	max-width: 720px;	
}
@media screen and (max-width: 750px) {
	.menbut a {display: block;}
	.nb_but {display: none;}
	.drdomg {display: none;}
}
@media screen and (max-width: 750px) {
	.navbar.respo a {float:none;display:block;text-align:left;}
	.nb_but {width:80%;margin:2px 0;}
	.navbar.respo .drdomg {float:none;display:block;}
	.bu_w20 {width:80%;}
	.bu_w20_1 {width:100%;max-width:749px;}
	.bu_w40 {width:80%;}
	.bu_w40_1 {width:100%;max-width:749px;}
	.bu_w60 {width:80%;}
	.bu_w60_1 {width:100%;max-width:749px;}
	.drdomg .dropbtn {text-align:left;margin:2px 0;}
	.drdomg-content {position:relative;}
	.navbar.respo .jahr {text-align:center;}
	.col div {min-width:70px;}
}
