@charset "UTF-8";
/* CSS Document */

html{
	font-family: 'Asap', sans-serif;
	font-size:16px;
	line-height:26px;
	}
	
body{
	font-family: 'Asap', sans-serif;
	overflow-x:hidden;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family: 'Asap', sans-serif;
	text-transform:uppercase;
	}

h1{
	color:#777777;
	font-weight:700;
	font-size:22px;
	}
h2{
	color:#000;
	font-weight:700;
	font-size:24px;
	padding-bottom:18px;
	line-height:26px;
	}

@media (max-width: 767px) {   
h2{
	color:#000;
	font-weight:700;
	font-size:24px;
	padding-bottom:18px;
	text-align:center;
	line-height:26px;
	}


}

.cont_textbox{
	max-width:650px;
	margin-bottom:80px;
	}

.logo-over{
	height:36px;
	width:300px;
	margin:0px;
	}

.logo-over a{
	background-image:url(../images/logo.svg);
	cursor:pointer;
	display:block;
	background-size: 300px 35px;
	line-height:35px;
	}

.logo-over a:hover{
	background-image:url(../images/logo_y.svg);	
	background-size: 300px 35px;
	display:block;
	text-decoration:none;
	line-height:35px;
	}

/*hamburger*/
.hamburger-over{
	height:36px;
	width:36px;
	margin:0px auto;
	}

.hamburger-over a{
	background-image:url(../images/ico-burger2.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	}

.hamburger-over a:hover{
	background-image:url(../images/ico-burger2_y.svg);
	background-size: 36px 36px;
	display:block;
	text-decoration:none;
	line-height:36px;
	}

.hamburger-touch-over{
	height:24px;
	width:24px;
	margin:0px auto;
	padding-top:8px;
	}

.hamburger-touch-over a{
	background-image:url(../images/ico-burger2.svg);
	cursor:pointer;
	display:block;
	background-size: 24px 24px;
	line-height:24px;
	}

.hamburger-touch-over a:hover{
	background-image:url(../images/ico-burger2_y.svg);
	background-size: 24px 24px;
	display:block;
	text-decoration:none;
	line-height:24px;
	}

/*close*/
.close-over{
	height:36px;
	width:36px;
	margin:0px auto;
	}

.close-over a{
	background-image:url(../images/ico-close_back.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	}

.close-over a:hover{
	background-image:url(../images/ico-close_back_y.svg);
	background-size: 36px 36px;
	display:block;
	text-decoration:none;
	line-height:36px;
	}

.close-touch-over{
	height:24px;
	width:24px;
	margin:0px auto;
	padding-top:8px;
	}

.close-touch-over a{
	background-image:url(../images/ico-close_back.svg);
	cursor:pointer;
	display:block;
	background-size: 24px 24px;
	line-height:24px;
	}

.close-touch-over a:hover{
	background-image:url(../images/ico-close_back_y.svg);
	background-size: 24px 24px;
	display:block;
	text-decoration:none;
	line-height:24px;
	}

@media (max-width: 767px) {   
.cont_textbox{
	max-width:650px;
	margin-bottom:36px;
	text-align:left;
	}
}

.container_master{
	margin:0 auto;
	padding:0px 18px 0px 18px;
	max-width:1278px;
	}
	
.uk-navbar{
	background: #f3f3f3;
	border:none;
	max-width:36px;
	margin:0px;
	}
	
.uk-dropdown-bottom {
	background-color:#000;
	width:100%;
	height:650px;
	text-align:center;
	padding:0px;
	margin:0px auto;
	margin-top:-36px;
	position:fixed;
	left:auto;
	top:-100px;
	
	}

@media (max-width: 767px) {   
.uk-dropdown-bottom {
	background-color:#000;
	max-width:100%;
	width:100%;
	height:500px;
	text-align:center;
	padding:0px;
	margin:0px auto;
	margin-top:-32px;
	position:fixed;
	left:auto;
	top:0px;
	}
}

.hamburger-nav{
	padding:18px 0px 42px 40px;
	}

.hamburger-nav-touch{
	padding:32px 0px 32px 16px;
	}

.uk-nav-navbar>li>a {
	color:#edd507;
	text-transform:uppercase;
	font-size:20px;
	padding-bottom:20px;
	color: #545454;
	font-weight:400;
	background:none;
	}
	
.uk-nav-navbar>li>a:hover {
	color: #fadd00;
	background:none;
	font-weight:700;
	}

.uk-nav-navbar>li>a:active {
	color: #fadd00;
	background:none;
	font-weight:700;
	}

.navbar-master{
	padding:25px 0px;
	margin:0 auto;
	height:90px;
	background:#f3f3f3;
	max-width:1278px;
	}

.navbar-master-bg{
	margin:0px;
	padding:0px 18px 0px 18px;
	background-color:#f3f3f3;
	height:90px;
	}

.navbar-master-bg-touch{
	padding:18px;
	margin:0 auto;
	height:74px;
	background:#f3f3f3;
	}

.uk-overlay-background{
	background:#f3f3f3;
	margin-bottom:4px;
	}
	
.sm-icons-header{
	margin-left:0px;
	padding-bottom:39px;
	}

@media (max-width: 767px) {   
.sm-icons-header{
	padding-bottom:32px;
	margin-left:0px;
	}
}

.bt_rev a{
	background: rgba(0,0,0,0.1);
	z-index:100;
	}

.bt_rev a:hover{
	background: rgba(0,0,0,0);
	}

.txt-y{
	font-family: 'Asap', sans-serif;
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	padding:8px;
	font-weight:700;
	}

.cont-txt{
	background-color:#000;
	border:16px solid #f3f3f3;
	border-top:0px solid #FFF;
	padding:40px 34px 40px 34px;
	color:#FFF; font-size:20px;
	line-height:30px;
	font-weight:400;
	}

.cont-txt a{
	}

.cont-txt a:hover{
	color:#fadd00;
	text-decoration:none;
	font-weight:700;
	}
	
	
.cont-img-txt{
	background-color:#000;
	border:16px solid #b000;
	border-top:0px solid #FFF;
	padding:0px 50px 38px 50px;
	color:#777777; font-size:16px;
	line-height:22px;
	font-weight:400;
	}

.cont-img-txt a{
	}

.cont-img-txt a:hover{
	color:#fadd00;
	text-decoration:none;
	font-weight:700;
	}

.cont-img-txt-img{
	border:16px solid #b000;
	border-bottom:0px solid #FFF;
	}

/*Footer*/
.footer_ico_facebook a{
	width:36px;
	height:36px;
	background-image:url(../images/ico-facebook_footer.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	margin-right:36px;
	}
	
.footer_ico_facebook a:hover{
	width:36px;
	height:36px;
	background-image:url(../images/ico-facebook_footer_y.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	text-decoration:none;
	}

.footer_ico_instagram a{
	width:36px;
	height:36px;
	background-image:url(../images/ico-instagram_footer.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	margin-right:36px;
	}
	
.footer_ico_instagram a:hover{
	width:36px;
	height:36px;
	background-image:url(../images/ico-instagram_footer_y.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	text-decoration:none;
	}

.footer_ico_xing a{
	width:36px;
	height:36px;
	background-image:url(../images/ico-xing_footer.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	}
	
.footer_ico_xing a:hover{
	width:36px;
	height:36px;
	background-image:url(../images/ico-xing_footer_y.svg);
	cursor:pointer;
	display:block;
	background-size: 36px 36px;
	line-height:36px;
	text-decoration:none;
	}
	
.cont-footer{
	font-size:18px;
	text-transform:uppercase;
	background-color:#f3f3f3;
	margin-top:1px;
	color:#000;
	}

.cont-footer a{
	color:#000;
	}
	
.cont-footer a:hover{
	color:#fadd00;
	text-decoration:none;
	font-weight:700;
	}

.cont-footer-headline{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
	padding-top:40px;
	padding-bottom:40px;
	}

.footer-imprint{
	background:#000;
	padding:20px 0px 20px 0px;
	color:#919191;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	}

.footer-imprint a{
	color:#919191;
	font-weight:400;
	}

.footer-imprint a:hover{
	color:#fadd00;
	font-weight:700;
	text-decoration:none;
	}




