

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face{
	font-family:'Calibri';src:url("../fonts/calibri.woff") format('woff')
}
/* overwrites

*/

p, label{
	font-weight: 400;
	font-size:16px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b{
	border-top-width: 0px !important;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b,
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
	background-size: 90%  !important;
}	
.mfp-bg {
	background-color: #fbc10f !important;
}


/*
infobox
*/
.infobox{
	background-color:#e5f2fd;
	color:#004070;
	padding:35px;
	-webkit-border-radius: 50px 0 50px 0; 
	-moz-border-radius: 50px 0 50px 0; 
	border-radius: 50px 0 50px 0; 
}
.infobox-result{
	margin-top:20px;
	background-color: rgba(251, 193, 15);
	text-align: center;
	color:#004070;
	padding:35px;
	-webkit-border-radius: 50px 0 50px 0; 
	-moz-border-radius: 50px 0 50px 0; 
	border-radius: 50px 0 50px 0; 
}
/* 
	/overwrites

*/
h1{
	color: rgb(51, 51, 51);
}
a {
    text-decoration:none
}
#success_{
	font-size: 18px !important;
    line-height: 26px !important;
}
.collapsing {

	height: initial !important;
}

.navbar-header{
	background-color:#fbc10f;
}



body{
	width:100%;
	font-family:Calibri,'Calibri',Arial,sans-serif;
	overflow-x: hidden;
	background-color:#fff;
}
body.toggled, html.toggled{
    overflow-x: hidden;
    -webkit-overflow-scrolling:touch;
}
.row {
    margin-right: 0px; 
    margin-left: 0px; 
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    width:100%;
    padding-left:283px;
}
#wrapper.toggled{
	overflow:hidden;
}
#container.toggled {
	transform: translate(283px,0);
    -webkit-transform: translate(283px,0); /** Chrome & Safari **/
    -o-transform: translate(283px,0); /** Opera **/
    -moz-transform: translate(283px,0); /** Firefox **/
    /*padding-left: 283px;*/
    opacity:0.5;
    pointer-events:none;

}
#container{


	background-color:#f6f6f6;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;


	transform: translate(0,0);
    -webkit-transform: translate(0,0); /** Chrome & Safari **/
    -o-transform: translate(0,0); /** Opera **/
    -moz-transform: translate(0,0); /** Firefox **/
}
.container{
	padding-bottom: 50px;
}
html.toggled #container{
	overflow:hidden !important;
	overflow: hidden;
        overflow-y: auto;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
   left:0;
    width:283px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 0 0 29px;
}
#sidebar-wrapper.toggled {
	left:0;
}

.icon-bar{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.icon-bar.toggled:nth-child(3){
	transform: translate(0, -6px) rotate(-45deg);
}
.icon-bar.toggled:nth-child(2){
  opacity:0;
}
.icon-bar.toggled:nth-child(1){
    transform: translate(0, 6px) rotate(45deg);
}  
.navbar{
	top:-50px;
	height:50px;
	width:100%;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index:100;
    position:fixed;

    left:0;
}
/*
#mainnav {
    width: 283px;
    padding: 0 0 0 29px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 12;
}*/



/* 

stage

*/
.image.showAsBanner img {
	width: 100%;
	display: block;
	margin: 0;
}
.image.showAsBanner img.mobile{
	display: none;
}


/* 

Footer

*/

footer{
	background-color: rgb(235, 235, 235);
	padding:20px 0px;
}

footer ul{
	list-style-type: none;
	list-style-position: initial;
	list-style-image: initial;
    margin: 0;
    padding: 0;
	float:left;
}
footer ul li{
display: inline-block;
margin-right: 50px;
margin-bottom: 10px;

}
footer ul li a{
cursor: pointer;
color: inherit;
vertical-align: top;
text-decoration: none;
transition-property: color;
-webkit-transition-property: color;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-delay: initial;
-webkit-transition-delay: initial;
font-weight:bold;
color:#032c58;
}

footer ul li a.ext:after{
	
	content: "";
    display: inline-block;
    background: url("../img/extlink.png") no-repeat top right;
    background-size:contain;
    width: 14px;
    height: 14px;
    margin-left:5px;
    top:10px;
}
footer p{
	float:right;
}

/**************************************************


	SIDEBAR

**************************************************/
.sidebar-nav{
	list-style-type: none;
	list-style-position: initial;
	list-style-image: initial;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
.sidebar-nav.scrolled{
	transform: translate(0,-160px);
    -webkit-transform: translate(0,-160px); 
    -o-transform: translate(0,-160px); 
    -moz-transform: translate(0,-160px);
}*/

.sidebar-nav li{
display: block;
overflow-y: hidden;
overflow-x: hidden;
position: relative;
transition-property: background;
-webkit-transition-property: background;
transition-duration: 0.5s;
-webkit-transition-duration: 0.5s;
transition-timing-function: ease;
-webkit-transition-timing-function: ease;
transition-delay: initial;
-webkit-transition-delay: initial;
}

.sidebar-nav li a p{
	display:block;
	font-size:18px;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    padding: 15px 40px 15px 60px;
    margin:0;
    transition: color .5s ease;
}
.sidebar-nav li a p.light{
	color:#999 !important;
}
.sidebar-nav li p:before {
    content: '';
    width: 40px;
    height:100%;
    position: absolute;
    left: 5px;
    top: 0px;
    background-repeat:no-repeat;
    background-position: center center;
     background-size:contain;
}
.sidebar-nav li:nth-child(6){
	margin-top:50px;

}
.sidebar-nav li:nth-child(6) a{
	color:#919191;
}


.sidebar-nav li.ico-home p:before {background-image: url(../img/ico_home.png) ;}
.sidebar-nav li.ico-form p:before {background-image: url(../img/ico1.png) ;}
.sidebar-nav li.ico-winner p:before {background-image: url(../img/ico2.png) ;}
.sidebar-nav li.ico-law p:before {background-image: url(../img/ico4.png) ;}
.sidebar-nav li.ico-heart p:before {background-image: url(../img/ico6.png) ;}
.sidebar-nav li.ico-archive p:before {background-image: url(../img/ico-archive.png) ;}


.sidebar-nav li:hover a p{
    background: #ddd;
}
.sidebar-nav li:hover a{
    text-decoration:none;
}
.sidebar-nav li.active:after, .sidebar-nav li:hover:after {
    content: '';
    background: url(../img/arrowright.png) center no-repeat;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
}

.sidebar-nav li.active , .sidebar-nav li.active:hover {
    background: #fbc10f;
}

.sidebar-nav li a:hover,.sidebar-nav li a:focus{
	text-decoration: none !important;
}

#logo {
    margin-left: -33px;
    display: block;
}

#logo img.normal {
    width: 283px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
#logo img.normal.scrolled {
	opacity: 0;
	transform: translate(0,-160px);
    -webkit-transform: translate(0,-160px); 
    -o-transform: translate(0,-160px); 
    -moz-transform: translate(0,-160px); 
}*/
#logo img.widelogo {
    width: 283px;
    position: fixed;
    z-index: 13;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
#logo img.widelogo.scrolled {
	opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}*/


/*
	headerbar
*/
#headerbar{
	width:100%;

	height:70px;
	background-color: #fbc10f;
}

.jumbotron.yellow{
	background-color:#fbc10f;
	/*background-image:url(../img/fans.png);*/
	background-repeat:no-repeat;
	background-size:600px;
	background-position:80% bottom;
	padding-top:70px;
	padding-bottom: 0px;
	position:relative;
	margin-bottom:40px
}
.jumbotron.yellow img{
	width:100%
}
.jumbotron.yellow div.videoholder{

	position:relative;
	height:auto;
	display:block;
	min-height:100px;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
.jumbotron.yellow iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.jumbotron.yellow span.white{
	color:#fff;
}
.jumbotron .subline{
	display: block;
	margin-bottom:50px;
}


p.blue{
	color:#032c58;
}
p.bold{
	color:#032c58;
	font-weight:bold;
}




/************************************************************

 INPUT


*************************************************************/

.selectbox{

	padding-top:5px;
	margin-top: 15px;
}
textarea.required,input.required,button.required{
	border:1px solid red !important;
}


.selectbox button{
	padding: 10px 12px !important;
}
.selectbox .form-control{
	height:41px
}
.form-control, .btn{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important; 
  border-radius: 0px !important; 
}
.btn-default{
	background:#fff !important;
	box-shadow: 0px 0px !important;
	border-color:#fff;
}

.caret{
	background-image:url(../img/arrowdown.png) !important;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	height:22px;
	width:40px;
	top:10px !important;
	right: 2px !important;
	border:none;
	border-bottom: none !important;
}

label.formlabel{
	font-weight:normal;
	margin-top: 15px;
}	
input[type='text'].disabled, input[type='email'].disabled{	
	color:#888;
}
input[type='text'],input[type='email']{
	display:block;
	padding:10px 5px;
	width:100%;
	clear:both;
	font-size:14px;
	border: 1px solid #ccc;
	-webkit-border-radius:0; 
    border-radius:0;
    box-shadow: none !important;
    -webkit-appearance: none;
}


input[type='submit'],button.button{
	background-color:#094d98;
	color:#fff;
	border:none;
	padding:10px 20px;
	display:block;
	-webkit-border-radius:0;
	-webkit-appearance: none; 
    border-radius:0;
    margin-top: 25px;
}
button.button,
	a.button{
	background: #094d98;
	color:#ffffff;
	border:none;
	padding:10px 20px;
	font-weight: 400;
	width:auto;
	font-size:16px;
}
button.button.fullwidth{
	width:100%;
}

button.button:hover,
a.button:hover{
	background-color:#032c58;
}
input[type='submit']:hover{
	background-color:#032c58;
}
input[type='submit'].disabled{
	opacity:0.75;
}
p.require{	
	color:#666;
	font-size:12px;
	display:block;
	margin-top:10px;
}
#login{
	margin-top:30px;
}

/* COUNTDOWN

*/
.countdown{
	text-align:center;
}
.countdown div{

}
.countdown p{
	text-align:center;
	clear:both;
	font-size:14px;
	margin-top:10px;
}
.digit{
	display: inline-block;
	width:auto;
	padding:20px 10px;
	color:#032c58;
	font-size:80px;
	margin-left:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ececeb+50,ffffff+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(236,236,235,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(236,236,235,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(236,236,235,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.digit:first-Child{
	margin-left:0px;
}
#countdownHours{


	display:block;
	float:left;
	margin-right:50px;
}

#countdownMin{
	display:block;
	float:left;
}


.error{
	color:red;
	margin-top:10px;
}
#success{
	color:green;
	margin-top:10px;
}

.navbar-toggle {
	float:left;
	margin-left:15px;
	border:0;
	margin:0;
	height:50px;
	padding-right:30px;
	background-color:#fff;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
}
.navbar-toggle div,.navbar-toggle p{
	float:left;
	margin:0;
	padding:0;
	color :#032c58;
}
.navbar-toggle div{
	margin-top:3px;
	margin-right:5px;
}
.navbar-inverse{
	background:#fff;
	border:none;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#032c58;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background:#fff;
}




/* flaggen */

.flag{
	width:30px;
	height:20px;
	border:none;
	vertical-align: middle;
	display:inline-block;
	margin-right:5px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	
}

/*
	howto tiles
*/
ul.columns {
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;

}

li.column {
	float:left;
	margin: 0;
	padding: 0;

}

li.column-2 {
	width: 48%;
	margin-right: 4%;
}

li.column-3 {
	width: 30.6666666%;
	margin-right: 4%;
}
li.last {
	margin-right: 0% !important;
}

div.teaserbox {
	padding: 10% 10% 5% 10%;
	background: #fbc10fc1;
	width: 100%;
	color: #094d98;
	margin-bottom: 40px;
	min-height: 450px;
	font-size:16px;
}

div.teaserbox:hover {
	background: #094d98;
	color: #fff;
}

div.teaserbox img {
	display: block;
	width: 70%;
	height: auto;
	margin: 20px auto 0px auto;
}


div.teaserbox h3 {
	color: #094d98;
	font-size: 1.3em;
	margin-top: 0;
}
div.teaserbox:hover h3{
	color: #fff;
}

@media (max-width: 1000px) {
    
    div.teaserbox {
        min-height: 460px;
    }

}
@media (max-width: 768px) {
	
	li.column {
		position: relative;
		float:none;
		display: block;
	}
	
	li.column-3, li.column-2, li.plz, li.ort {
		width: 100%;
		margin-right: 0;
	}
	div.teaserbox {
		padding: 7%;
		width: 100%;
	}
	div.teaserbox img {
		width: 60%;
	}
	div.teaserbox {
        min-height: 0px;
    }
}




.clr, .clearfix, .clearList {
	clear:both;
	height:0;
	line-height:0;
	display:block;
	float:none;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	font-size:0;
}



@media (max-width: 1500px){
	.jumbotron.yellow{
		/*background-position:95% bottom;
		background-size:550px;*/
	}
	.container {
		width: 100% ;
	}
}
@media (max-width: 1400px){
	.digit{

		font-size:70px;
	}
}
@media (max-width: 1300px){
	.jumbotron.yellow{
		/*background-position:95% bottom;
		background-size:500px;*/
	}
	.digit{

	font-size:60px;
	}
}



@media (max-width: 1200px){
	.jumbotron.yellow{
		/*background-position:95% bottom;
		background-size:450px;*/
	}
	.digit{

	font-size:60px;
	}
}

@media (max-width: 1120px){

	#headerbar{
		display:none;
	}

	#sidebar-wrapper {
		left:-283px;
	}
	#wrapper {
		padding-left:0px;
	}
	body{
		 padding-top: 50px;
	}

	.jumbotron.yellow{
		/*background-position:95% bottom;
		background-size:50%;*/
		padding:0 0 0 0;
	}
	.digit{

	font-size:50px;
	}
	.navbar{
		top:0px;
		
	}	
	#logo img.widelogo {
		display:none;
	}
	#logo img.normal {
		display:none;
	}
	.sidebar-nav{
		margin-top:30px;
	}
	/*
	.sidebar-nav.scrolled{
		transform: translate(0,0);
		-webkit-transform: translate(0,0); 
		-o-transform: translate(0,0); 
		-moz-transform: translate(0,0); 
	}*/
}
@media (min-width: 1121px){
	.navbar-toggle {
		display: none;
	}
}
@media (max-width: 768px){
	.jumbotron.yellow{
		/*background-size:320px;
		background-position:center bottom;	
		padding-bottom:250px;*/
		
	}
	footer p{
		clear:both;
		float: none;	
	}
	/*.jumbotron .subline{
		margin-bottom:30px;
	}
	.jumbotron p {
   		font-size: 18px;
    }
    .countdown p {
    	font-size: 13px;
    }*/
	#stoerer{
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius:  0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		width:100%;
		position:relative;
		right:0;
		bottom:0;
		padding:30px;
	
	}
}
@media (min-width: 768px){
	.navbar-toggle {
		display: block;
	}

	.navbar-header {
		float: none;
	}


}
@media (max-width: 500px){

	.image.showAsBanner img {
		display: none;
	}
	.image.showAsBanner img.mobile{
		display: block;
	}

	h1{
		font-size:24px;
	}
	.digit{

		font-size:30px;
		margin-left:5px;
	}
	#countdownHours {

		margin-right: 15px;
	}
	/*.jumbotron .subline{
		margin-bottom:10px;
	}
	.jumbotron.yellow{
		padding-top:10px;
	}*/
	.jumbotron.yellow h1{
		font-size: 28px;
	}
	.jumbotron p {
   		font-size: 14px;
    }
     .countdown p {
    	font-size: 12px;
    }
	.digit {
    	padding: 7px 5px;
    }
}


.bperson{
	display:none;
}