*{	margin: 0; padding: 0; border: 0;}
ul, li { list-style-type: none; }

/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lora-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lora-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lora-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lora-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lora-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lora-v24-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}

/* scope-one-regular - latin */
@font-face {
  font-family: 'Scope One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/scope-one-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/scope-one-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/scope-one-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/scope-one-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/scope-one-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/scope-one-v14-latin-regular.svg#ScopeOne') format('svg'); /* Legacy iOS */
}



body {	

	font-family: 'Scope One', serif;

	font-size: 18px;
	color: #444;
	background: #fbfbfb;

}



h1, h2, h3{
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

h1{
	display: none;
}

h2 {
	font-family: 'Lora', serif;
}

.clearfix {
	clear: both;
}

strong {
	font-weight: 700;
	font-weight: bold;
}

.mt1 {
	margin-top: 3em;
}

#header2 {
	position: relative;
	width: 100%;
	height: auto;
	background: #f5f5f5;
	background: url('pix/bg-badiburg.jpg') no-repeat center;


	background-size: cover;
	/*border-bottom: 8px solid #7ED321;*/
}
#header {
	position: relative;
	width: 100%;
	height: auto;
	background: #f5f5f5;
	background: url('pix/bg-downhill.jpg') no-repeat center;
	background-size: cover;
/*	border-bottom: 8px solid #7ED321;*/
}

#logo {
	text-align: center;
	position: relative;
	margin: 0 auto;
}

#logo2 img{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

#logo img{
	max-width: 200px;
}


#slogan {
	text-align: center;
	padding: 40px 10px;
	margin-top: -2em;
	margin-bottom: -1em;
}

#slogan img {
	width: 100%;
	max-width: 1200px;
}

#kreise {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 0em;
	/*padding: 1em 0;*/
	/*background: rgba(233, 220, 214,.2);*/
}

#kreise li {
	float: left;
	width: 20%;
	margin: 0 2.5%;
	padding: 0;
	text-align: center;
	/*display: flex;*/
	vertical-align: middle;
}

#kreise li img {
	width: 100%;
	max-width: 280px;
}



#datum {
	/*width: 100%;*/
	/*bottom: 0;*/
	text-align: center;
	padding-bottom: 1.2em;
}

#datum h2 {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 10px #333;
	font-size: 2.4em;
	margin-bottom: .1em;
}

#datum h2:after,
#datum h2:before {
	content: none !important;
}

#datum h3 {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	/*text-shadow: 0 0 10px #333;*/
	text-transform: none;
	font-size: 1.5em;
	padding: .4em 1em .3em;
	background: rgba(200,0,0,1);
	border-radius: 0px;
}

#datum h3 span {
	white-space: nowrap;
}

#content{
	padding: 2em 1em 0;
	background: rgba(255,255,255,.8) url('pix/bg-content.jpg') center bottom no-repeat;
	background-size: cover;
}


.download {
	/*text-align: center;*/
	margin: 30px 0 0;
}

.download li {
	width: 40%;
	display: inline-block;
	margin: 4.8%;
	margin-bottom: 0;
	vertical-align: top;
}

.download li {
	font-size: 1.1em !important;
}

.streckenbild {
	width: 100%;
}

.streckenbild img {
	width: 100%;
}

.download p a {
	font-size: 1.1em;
	color: rgba(255,130,0,1);
	line-height: 1.8em;
	/*padding: 1px 10px !important;*/
}

.download p a:hover {
	/*font-size: .8em;*/
	/*color: #fff;*/
	/*background: rgba(255,130,0,1);*/
	border-bottom: 1px solid rgba(255,130,0,1);
}

.wrapper{
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#anfahrt .wrapper,
#fotos .wrapper {
	max-width: 1600px;
}

h2{
	font-size: 3em;
	font-weight: normal;
	font-weight: bold;
	color: #444;
	margin: 2em 0 .5em;
	/*text-shadow: 0 0 10px #000;*/
}

h2 {
    overflow: hidden;
}
h2:before,
h2:after {

}
h2:before {

}
h2:after{
	content: "";
	width: 100px;
	height: 4px;
	background: #7ED321;
	display: block;
	margin: .3em auto;
}

h3{
	color: #000;
	font-weight: bold;
}

h3.big {
	margin-top: .25em;font-size: 1.4em;
}



a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #fff;
}

p{
	line-height: 1.4em;
}


li {
	font-size: 1.2em;
	padding-bottom: .6em;
}

.small{
	font-size: .85em;
}

.small span {
	white-space: nowrap;
	color: #333;
}

#info {
	box-shadow: 0px 0 50px #aaa;
}

#infokasten {
	background: #7ED321 url(pix/reifenspuren.png)  ;
	background-position: center ;
	padding: 1.2em;
	margin-top: 2em;
	/*box-shadow: 0px 30px 25px #000;*/
}

#infokasten h2,
#infokasten h3 {
	color: #fff;
	margin: .2em;
	/*text-shadow: 0 0 20px #555;*/
	overflow: visible;
}

#infokasten h2:after {
	content: none;
}

#infokasten h2:first-child {

	/*margin-bottom: .5em;*/
}

#infokasten h2 span {
	white-space: nowrap;
	color: #333;
}

.kasten {
	background: rgba(255,255,255,.9) ;
	padding: 2em;
	margin-bottom: 2em;
}


.kasten li {
	padding: 0;
}

.kasten li:nth-child(2) {
	margin-bottom: .6em;
	font-size: 1.4em;
}

.kasten li:after {
	content: '–––––––';
	color:  rgba(126, 211, 32, 1.000);
	display: block;
	padding: -.4em 0 -.2em !important;
	font-size: 1em;
	margin: 0;
}

.kasten h2 {
	margin-top: 0;

}

.kasten li:last-child {
	padding: 0;
}

.kasten li:nth-child(2):after,
.kasten li:last-child:after {
	content: none;
}

.textblock{
	font-size: 1.1em;
	text-align: center;
	padding: 30px 30px 24px 30px;
	background: rgba(0, 0, 0, .33);
	/*background: rgba(255,255,255, .7);*/
	/*color: #000;*/
	overflow: hidden;
}


.fr{
	float: right;
}


.p100{
	width: 100%;
}


#impressionen li{
	width: 33.33%;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
	/*margin: .25%;*/
}

#impressionen img{
	width: 100%;
	display: block;
	/*border-radius: 0% 100%;*/
/*	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;*/
	position: relative;
	transition: all .3s ease-in-out 0s;
}

#impressionen li:hover img {
	/*border-radius: 0;*/
	/*transition: all .3s ease-in-out 0s;*/
}

#impressionen li:after{
/*	pointer-events:none;
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;*/
	/*background: url(pix/bg_cam.png) center center no-repeat;*/
/*	background: url(pix/kamera.png) center center no-repeat;
	opacity: .8;
	transition: .25s;*/
}

#impressionen li:hover:after{
/*	opacity: 0;
	transition: .25s;*/
}

#impressionen h3{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	/*color: #ff6400;*/
	margin-bottom: 0;
	background: rgba(0,0,0,.5);
	padding: .4em;
/*	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;*/
}

#impressionen li:hover h3{
	bottom: 0;
}

#impressionen li:hover img{
/*	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	border-radius: 0px;
	border: none;
	width: 100%;
	filter: blur(0) saturate(100%);
	transition: .5s;*/
}


#map_canvas{
	/*max-width: 1600px;*/
	height:400px;
	opacity: .9;
	margin-bottom: 1em;
}




.anmeldung {
	/*border: 2px solid #85D632;*/
/*	padding: 1em;
	padding-bottom: 0;*/
	margin-top: 2.5em;
}

.anmeldung a {
	background: #85D632;
	border-radius: 200px;
	padding: .5em 1.5em .4em;
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: bold;
	/*box-shadow: 0px 0px 15px #fff;*/
	transition: all .2s ease-in-out 0s;
}

/*.anmeldung a {
	background: #85D632;
	border-radius: 200px;
	padding: .5em 1.5em .4em;
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: bold;
	box-shadow: 0px 0px 15px #fff;
	transition: all .2s ease-in-out 0s;
}*/

.anmeldung a:hover {
	transform: scale(1.05);
	transition: all .2s ease-in-out 0s;
	box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}

.anmeldung p {
	font-size: .8em;
}

.accordeon h3{
	/*background: #dfdfdf;*/
	background: #fff;
	color: #666;
	font-size: 1.1em;
	padding: .6em 1em .4em;
	border-radius: 5px;
	/*margin: 0;*/
	cursor: pointer;
	font-weight: bold;
	/*position: relative;*/
	margin: .5em 0 0;
	text-align: left;
	transition: all .2s;
	display: block;
	position: relative;
}

.accordeon h3 i {
	font-style: normal;
	width: 70%;
/*	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 !important;
	padding: 0 !important;*/
	/*line-height: 1.2em;*/
}

.accordeon h3 span {
	/*width: 29%;*/
	float: right;
	/*display: inline-block;*/
	text-align: right;
	font-size: .65em;
	font-weight: normal;
	padding-top: .3em;
	text-transform: none;
}

.accordeon h3.current, .accordeon h3.current:hover{
	background: #7ED321;
	color: #fff;
	border-radius: 4px 4px 0 0;
	transition: all .2s;
}


.accordeon h3:hover{
/*	background: #ccc;
	background: #f2f2f2;*/
	background: #7ED321;
/*	color: #000;*/
	color: #fff;
}


.accordeon-content{
	display: none;
	/*border: 1px solid #7ED321;*/
	border-top: none;
	border-radius:  0 0 4px 4px;
	padding: 2em;
	overflow: visible;
	background: rgba(255,255,255,.8) url(pix/reifenspuren.png) no-repeat 0 -50px;
}

.accordeon-content h4 {
	margin: .5em;
	font-size: 1.4em;
	text-align: center;
}

.accordeon-content h4:after {
	content: "";
	width: 200px;
	height: 4px;
	background: #7ED321;
	display: block;
	margin: 1em auto 1.5em;
}

.accordeon-content p{
	line-height: 1.4em;
	margin: 0 0 1em 0;
	text-align: left;
}

.accordeon-content p:first-of-type {
	font-weight: bold;
}

.accordeon-content p:last-child {
	margin: 0;
}

.artikel {
	column-count: 2;
	column-fill: balance;
	column-gap: 3em;
}




#danke li {
	font-size: 1.2em;
	padding-bottom: 0em;
}

#danke li:after{
	content: '•';
	color:  rgba(126, 211, 32, 1.000);
	display: block;
	padding: .2em 0 .4em;
	font-size: 1.2em;
}

#danke li:last-child:after {
	content: none;
}




#sponsoren{
	/*bottom: 0;*/
	/*background: rgba(0, 0, 0, .8);*/
	width: 100%;
	/*height: 90px;*/
	/*overflow: visible;*/
}

#sponsoren ul{
	text-align: center;
	margin: 3em auto 3em;
}

#sponsoren li{
	display: inline-block;
	/*padding: 6px 10px;*/
	width: 22%;
}

#sponsoren li img{
	width: 100%;
	max-width: 200px;
	opacity: .4;
	transition: opacity .2s ease-in-out 0s;
}

#sponsoren li a:hover img{
	opacity: 1;
	transition: opacity .2s ease-in-out 0s;
}





#footer {
	background: #bbb;
	padding: 2em;
	font-size: .8em;
	text-align: center;
	color: #666;
}

#content {
	padding: 0 ;
}

.wrapper {
	padding: 2em;
}

#fotos .wrapper,
#anfahrt .wrapper {
	padding: 0;
}



@media only screen and (max-width: 1160px){

}



@media only screen and (max-width: 1026px){

	


}


@media only screen and (max-width: 926px){
	
	#sponsoren li img{
		width: 140px;
	}

	
	.artikel {
		column-count: 1;
		column-fill: balance;
		column-gap: 3em;
	}
	
	#slogan img {
		max-width: 800px;
	}
}


@media only screen and (max-width: 780px){

body{
	font-size: 16px;
}

	#impressionen li{
		width: 33.33%;
		/*width: 50%;*/
	}
	
	#logo img {
		max-width: 130px;
	}
	
	#slogan {
		margin-top: -.5em;
		margin-bottom: 0em;
	}
	
	#kreise {
		margin-bottom: 0;
		/*margin-bottom: 110px;*/
	}
	
	#kreise li {
		width: 22%;
		margin: 0 1.5%;
	}
	
	#infokasten h2{
		line-height: 1em;
	}
	
	#infokasten h2:first-child {
		margin-bottom: .5em;
	}
	
	
	
	.accordeon h3 {
		font-size: 1.2em;
		padding-bottom: 0em;
		/*text-align: center;*/
	}
	
	.accordeon h3 i {
		display: block;
		width: 100%;
		font-size: 1em;
	}
	
	.accordeon h3 span {
		float: none;
		padding-top: 0em;
		position: relative;
		top: -.25em;
	}
	
	.accordeon-content{
		padding: 1em;
	}
	
	#datum {
		font-size: .9em;
		padding: 0;
	}
	
	#datum h3 {
		display: block;
		margin-bottom: 1em;
	}
	
	#impressionen li{
		width: 50%;
		/*margin-bottom: 1px;*/
	}
	
	#impressionen li:last-child {
		display: none;
	}
}



@media only screen and (max-width: 599px){
	
	.nomobile {
		display: none;
	}
	body{
		font-size: 14px;
	}
	
	.wrapper {
		padding: 1em;
	}
	
	
	#logo img {
		max-width: 110px;
	}
	
	#slogan {
		margin-top: -1em;
		margin-bottom: 0em;
	}
	
	.download li {
		width: calc(100% - 8%);
	}
	
	#impressionen li{
		width: 100%;
		/*margin-bottom: 1px;*/
	}
	
	#impressionen li:last-child {
		display: block;
	}
	
	#map_canvas{
		height:300px;
	}
	
	h2{
		font-size: 2.4em;
	}
	
	
	
	#sponsoren{

	}
	#sponsoren li {
		width: 45%;
		float: left;
		border: 1px solid #f5f5f5;
		margin: 2.2%;
		padding: 0;
	}

	
	#sponsoren li a {
		padding: 10px;
		padding-bottom: 0;
		display: block;
	}
}



@media only screen and (max-width: 340px){
	body{
		font-size: 12px;
	}
	
	#sponsoren li {
		width: 44%;
	}
	
	#sponsoren li img {
		max-width: 100px;
	}
}