@charset "UTF-8";
/* CSS Document */
/*  kopfbereich  */
header {
	width: 100%;
	background: #fff;
	box-shadow: 0px 1px 10px #0000002e;
  	position: fixed;
  	z-index: 10;
  	top: 0;
}
.titel {
	float: left;
	width: 25%;
	padding: 1.5% 3%;
	transition: .5s;
}
.titelsmall {
	float: left;
	width: 20%;
	padding: 1% 3%;
	transition: .5s;
}
img.logo {
  	height: 100%;
	width: 100%;
	transition: .3s;
}

/*  navigation  */
.menutoggle a {
	color: #909497;
}
	/* menu-button  */
.menu-icon {
    cursor: pointer;
	float: right;
	padding: 15px 5px;
	position: fixed;
	z-index: 100;
	top: 55px;
  	right: 100px;
	transition: .5s;
	}
.m-iconsmall {
	cursor: pointer;
	float: right;
	padding: 15px 5px;
	position: fixed;
	z-index: 100;
	top: 32px;
  	right: 100px;
	transition: .5s;
}
.menu-icon .nav-icon {
    background: #db001b;
  	display: block;
  	height: 4px;
  	width: 45px;
    position: relative;
    transition: background .2s ease-out;
	}
.m-iconsmall .nav-icon {
    background: #db001b;
  	display: block;
  	height: 4px;
  	width: 45px;
    position: relative;
    transition: background .2s ease-out;
	}
.menu-icon .nav-icon:before {
	background: #d7dcdf;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    transition: all .2s ease-out;
    width: 100%;	
	}
.m-iconsmall .nav-icon:before {
	background: #d7dcdf;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    transition: all .2s ease-out;
    width: 100%;	
	}
.menu-icon .nav-icon:after {
    background: #d7dcdf;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    transition: all .2s ease-out;
    width: 100%;
	}
.m-iconsmall .nav-icon:after {
    background: #d7dcdf;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    border-radius: 2px;
    transition: all .2s ease-out;
    width: 100%;
	}
.menu-icon .nav-icon:before {
  	top: 6px;
	}
.m-iconsmall .nav-icon:before {
  	top: 6px;
	}
.menu-icon .nav-icon:after {
  	top: -6px;
	}
.m-iconsmall .nav-icon:after {
  	top: -6px;
	}
.menu-btn {
  	display: none;
	}
.menu-btn:checked ~ .menu {
  	max-height: 240px;
	}
.menu-btn:checked ~ .menu-icon .nav-icon {
  	background: transparent;
	}
.menu-btn:checked ~ .m-iconsmall .nav-icon {
	background: transparent;
	}
.menu-btn:checked ~ .m-iconsmall {
  	cursor: pointer;
	float: right;
	padding: 15px 5px;
	position: fixed;
	z-index: 100;
	top: 32px;
  	right: 100px;
	transition: .5s;
	}
.menu-btn:checked ~ .menu-icon .nav-icon:before {
  	transform: rotate(-45deg);
  	top:0;
	background: #db001b;
	}
.menu-btn:checked ~ .m-iconsmall .nav-icon:before {
  	transform: rotate(-45deg);
  	top:0;
	background: #db001b;
	}
.menu-btn:checked ~ .menu-icon .nav-icon:after {
  	transform: rotate(45deg);
  	top:0;
	background: #db001b;
	}
.menu-btn:checked ~ .m-iconsmall .nav-icon:after {
  	transform: rotate(45deg);
  	top:0;
	background: #db001b;
	}
	/* menutoggle */

#menutoggle {
	clear: both;
  	max-height: 0;
  	font-size: 0rem;
  	text-align: center;
	}
.menu-btn:checked ~ #menutoggle {
	max-height: 100vh;
	padding: 10px 20px 0px 20px;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 2;
	font-weight: 350;
	transition: max-height .8s ease-in;
	-webkit-animation: fadeInFromUp  0.8s ease-in;
    -moz-animation: fadeInFromUp  0.8s ease-in;
    -o-animation: fadeInFromUp  0.8s ease-in;
    animation: fadeInFromUp  0.8s ease-in;
	}
@keyframes fadeInFromUp {
    0% {display: none;
        opacity: 0;}
    1% {display: block;
        opacity: 0;}
    100% {display: block;
        opacity: 1;}
}
.menu-btn:checked ~ #menutoggle ul li {
	padding: 15px 0;
	display: block;
	text-align: center;
	border-bottom: 1px dotted;
    border-image: linear-gradient(90deg, white, lightgrey, white) 1;
}
.menu-btn:checked ~ #menutoggle ul li:last-child {
	border-bottom: 0px;
}
.menu-btn:checked ~ #menutoggle ul li:hover {
	background: linear-gradient(90deg,white,#eceeef, white);
	transition: background 0.3s ease-in;
	}
.menu-btn:checked ~ #menutoggle ul li a:hover {
	text-decoration: none;
	color: #db001b;
}
/* responsive 1280*/
@media only screen and (max-width: 1280px) {
	.titel {
		width: 30%;
		padding: 2% 3% 1.5% 3%;
	}
	.titelsmall {
		width: 22%;
		padding: 1.3% 3% 0.8% 3%;
	}
	.menu-icon {
		top: 45px;
  		right: 90px;
	}
	.m-iconsmall, .menu-btn:checked ~ .m-iconsmall {
		top: 20px;
  		right: 90px;
	}
}
/* responsive 1024*/
@media only screen and (max-width: 1024px) {
	.titel {
		width: 30%;
		padding: 2% 3% 1.2% 3%;
	}
	.titelsmall {
		width: 25%;
		padding: 1.5% 3% 0.8% 3%;
	}
	.menu-icon {
		top: 34px;
  		right: 80px;
	}
	.m-iconsmall, .menu-btn:checked ~ .m-iconsmall {
		top: 18px;
  		right: 80px;
	}
}
/* responsive 800*/
@media only screen and (max-width: 800px) {
	.titel {
		width: 42%;
		padding: 3% 3% 2% 3%;
	}
	.titelsmall {
		width: 30%;
		padding: 1.5% 3% 0.8% 3%;
	}
	.menu-icon {
		top: 40px;
  		right: 70px;
	}
	.m-iconsmall, .menu-btn:checked ~ .m-iconsmall {
		top: 22px;
  		right: 70px;
	}
}
/* responsive 600*/
@media only screen and (max-width: 600px) {
	.titel {
		width: 46%;
		padding: 3% 3% 2% 3%;
	}
	.titelsmall {
		width: 34%;
		padding: 1.5% 3% 0.8% 2%;
	}
	.menu-icon {
		top: 30px;
  		right: 60px;
	}
	.m-iconsmall, .menu-btn:checked ~ .m-iconsmall {
		top: 18px;
  		right: 60px;
	}
}
/* responsive 420*/
@media only screen and (max-width: 420px) {
	.titel {
		width: 58%;
		    padding: 3.5% 3% 1.8% 3%;
	}
	.titelsmall {
		width: 44%;
		padding: 2% 3% 0.9% 2%;
	}
	.menu-icon {
		top: 25px;
  		right: 45px;
	}
	.m-iconsmall, .menu-btn:checked ~ .m-iconsmall {
		top: 12px;
  		right: 45px;
	}
}
/* responsive 370*/
@media only screen and (max-width: 370px) {
	.titel {
		width: 64%;
		padding: 3% 3% 1.5% 3%;
	}
	.titelsmall {
		width: 48%;
		padding: 2.8% 3% 0.8% 2%;
	}
	.menu-icon {
		top: 20px;
  		right: 30px;
	}
	.m-iconsmall, .menu-btn:checked ~ .m-iconsmall {
		top: 10px;
  		right: 30px;
	}
}