@font-face {
	font-family: 'GraublauWeb-Regular';
	src: url('GraublauWeb/GraublauWeb.eot');
}

@font-face {
	font-family: 'GraublauWeb-Regular';
	src: url('GraublauWeb/GraublauWeb.woff') format('woff'),
	url('GraublauWeb.svg#GraublauWeb-Regular') format('svg');
}

@font-face {
	font-family: 'GraublauWeb-Bold';
	src: url('GraublauWeb/GraublauWebBold.eot');
}

@font-face {
	font-family: 'GraublauWeb-Bold';
	src: url('GraublauWeb/GraublauWebBold.woff') format('woff'),
	url('GraublauWeb/GraublauWebBold.svg#GraublauWeb-Bold') format('svg');
}


body{
	font-size: 16px;
	line-height: 30px;
	color: white;
	font-family: 'GraublauWeb-Regular', sans-serif;
}

section{
	margin-bottom: 100px!important;
	width: 100%;
}

.background{
	width: 100%;
	height: 100%;
	background-color: #868686;/*#6fc4c7;*/
    background-image:url(../img/rauschen.png);
	position: fixed;
	z-index: 0;
	margin-top: -40px;
}

div.wrap{
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	overflow: visible;
}


.schnickschnackschnuck_bildmarke{
	width: 100%;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 5px solid white;
	margin-bottom: 80px;
}

.schnickschnackschnuck_bildmarke img{

}

.bigfont{
	font-size: 50px;
	margin-bottom: 25px;
}

.infos{
	margin: 0 auto;
}

.text{
	position: relative;
}

.schnickschnackschnuck_infos{

}

.schnickschnackschnuck_infos img{
	width: 100%;
}

.preise{
	position: relative;
	margin: 0 auto;
}

.schriftzug{
	width: 80%;
	margin-bottom: 25px;
	margin-top: 10px;
}

section.anmeldung{
	position: relative;
	margin: 0 auto;
}

h1{
	margin-bottom: 40px;
}

.karte h1{
	margin-bottom: 20px;
}

h1{
	font-size: 33px;
}

.infos h1{
	margin-bottom: 40px;
}

.fcclink{
	width: 80px;
	height: 94px;
	position: fixed;
	background: url(../img/fcc_wappen.png);
	right: 60px;
	top: 30px;
	cursor: pointer;
}

.suebialinkwappen{
	width: 100%;
	height: 100%;
	display: block;
}

.haende_links{
	width: 255px;
	height: 800px;
	background: url(../img/haende.png);
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: none;
}

.haende_rechts{
	width: 255px;
	height: 800px;
	background: url(../img/heande_rechts.png);
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
}

.peoplewhomadeit{
	margin-top: 40px;
}

.people{
	font-size: 22px;
	margin-bottom: 15px;
}

fieldset{
	margin-top: 30px;
}

#schnickanmeldung input[type="text"]{
	width: 200px;
	height: 35px;
	padding-left: 10px;
	background: #eaeaea;
	border: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-family: 'GraublauWeb-Regular', sans-serif;
}

#submit{
	cursor: pointer;
	font-family: 'GraublauWeb-Regular', sans-serif;
	font-size: 16px;
	width: 200px;
	height: 35px;
	border: 0px;
	margin-bottom: 15px;
}

.hatschoninfo{
	background-color: #e0e0e0;
	padding: 10px;
	color: #aa1a1a;
	display: none;
}

.hatschoninfo.visible{
	display: block;
}

#anmeldeformular.hatschon{
	pointer-events: none;
	opacity: .3;
}

.active{
	color: white;
	background: #313131;
	transition: all .7s;
	-webkit-transition: all .7s;
}

.active:hover{
	background: #4f4f4f;
}

.inactive{
	pointer-events: none;
	background: #606060;
	color: #8a8a8a;
}

#map {
    height: 500px;
    margin: 0px;
    padding: 0px}
    
    
.choice{
	margin-top: 25px;
	margin-bottom: 25px;
}

.choice img{
	margin-right: 25px;
}

.choice img:hover{
	background: rgba(35, 35, 35, 0.51);
	cursor: pointer;
}

.choosen{
	background: rgba(35, 35, 35, 0.51);
}

.indikator{
	background: gray;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 10px;
}

.lost{
	background: #be1111;
}

.won{
	background: rgba(69, 168, 25, 1);
}
    
    

/* Countdown */

div#clock { color: white; margin: 20px auto; width: 800px; overflow: hidden; text-align: center; margin-bottom: 40px; margin-left: 0px; line-height: 1;}
div#clock p {font-family: 'GraublauWeb-Regular', Helvetica, Arial, sans-serif; background: #292929; float: left; height: 85px; width: 135px;line-height: 1; }
div#clock p span { display: block; font-size: 50px; font-weight: normal; padding: 5px 0 0;line-height: 1; }
div#clock div.space { color: #ccc; display: block; line-height: 1.7em; font-size: 50px; float: left; height: 88px; width: 30px; }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

 section{
	 margin-bottom: 60px!important;
 }
 
 h1{
	 margin-bottom: 20px;
 }
	
 div#clock{
	 width: 100%;
 }
 
 div#clock p{
	 width: 22%;
	 margin-right: 4%;
	 background: #292929;
	 font-family: 'GraublauWeb-Regular';
 }
 
 div#clock p.nomargin{
	 margin-right: 0px!important;
 }
 
 div#clock div.space{
	 width: 19px;
	 display: none;
 }
 
 .weginmobile{
	 display: none;
 }
 
 .fcclink{
	 display: none;
 }
 
 .bierle{
	 display: none;
 }
 
 .bigfont{
	 font-size: 40px;
 }
 
 .zweieuro, .adler{
	 display: none;
 }
 
 .openerwrap{
	 width: 100%;
	 overflow: hidden;
 }
 
 .schnickschnackschnuck_bildmarke img{
	 width: 100%;
 }
 
 .text{
	 font-size: 18px; 
 }
 
 .schriftzug{
	 width: 100%;
 }
 
 label{
	 font-size: 14px;
 }
 
}

