@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: "Poppins", sans-serif;
}
*::before, *::after{
  padding: 0;
  margin: 0;
}
}

body{
	width:100vw;
	height:100vh;
	background:orange;
	font-family:
}

h1, #veranstalter h1{
	font-size:30px;
	font-weight:800;
	color:#666;
	text-align:left;
}

nav{width:100%; text-align:left;}
nav ul{line-height:80px; width:100%;float:left; }

nav li{
	display:block; 
	height:80px; 
	margin:0; 
	font-size:0;
	border-top:none;
	border-bottom:1px dotted 36C;
}

nav a, nav a:visited {
	display:block;
	padding:0 0 0 20%; 
	text-transform:uppercase;
	color:darkgoldenrod;
	background:none;
	font-size:24px;
	font-weight:600;
	line-height:80px;
	border-bottom:1px solid rgba(225,147,58,.8);
	text-decoration:none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}


nav a:hover{
	color:#fff; 
	background:rgba(225,147,58,.8);
	font-weight:900;
}

nav li:last-child{
	border-bottom:none;
}

/*--------------------------------------*/

.menu{
	width:100%;
	height:100vh;
	padding-top:80px;
	background:rgba(0,0,0,0.8);
	color:#333;
	position:absolute;
	top:50px;	
	left:-1000px;
	z-index:99999;
	transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	z-index:9999;
}

.menu-icon, .menu-icon:visited{
	float:left;
	width:50px;
	height:50px;
	padding:0 0 0 0;
	border:none;
	color:#fff;	
	background:none;
	cursor:pointer;
	left: 3%;
	top:0;
	z-index:9999999;
	position:fixed;
	text-align:center;
	text-indent:0;
	font-size:30px;
	font-weight:800;
	line-height:50px;
}

.menu-icon:hover{color:beige;}

#menuToggle{display:none;}

#menuToggle:checked ~ .menu {
	top:40px; 
	left:0; 
	position:absolute; 
	z-index:9999;
}

header{
	width:100%;
	height:50px;
	position:sticky;
	top:0;
	left:0;
	background:#2e2e2e;
}

.social{
	width:100%;
	padding-right:3%;
	height:50px;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}

.social .icon{
	height:30px;
	width:30px;
	margin-left:10px;
}

.social a{
	display:inline-block;
	opacity:0.8;
}

.social a:hover{
	opacity:1.0;
}

.line-right{
	width:90%;
	height:2px;
	background:rgba(225,147,58,1.00);
	margin:10px 0 30px 10%;
}

.line-left{
	width:90%;
	height:2px;
	background:rgba(225,147,58,1.00);
	margin:30px 10% 40px 0;
}

.hero{
	width:100%;
	min-height:400px;
	background-image:url("images/hero.jpg");
	background-size:cover;
	overflow-x:hidden;
	background-position:center top;
	background-repeat:no-repeat;
}

.content{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:20px 0;
	font-size:16px;
	color:#333;
	font-weight:400;
	text-align:justify;
}

#about{
	width:100%;
	background:#fff;
	padding:50px 5%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}

.bildleiste{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:space-between;
	background:#ccc;
}

.bild{
	width:24%;
}

.bild img{
	width:100%;
	height:100%;
}

#media{
	width:100%;
	background:#AFAFAF;
	padding:50px 5%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}

#veranstalter{
	width:100%;
	background:#D4D3D3;
	padding:50px 5%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}

#veranstalter a{
	color:rgba(225,147,58,1.00);
	font-size:18px;
	font-weight:800;
	text-align:center;
}

.downloads{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}

.box{
	width:45%;
	margin-bottom:30px;
}

.headline, .subline{
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#171717;
	line-height:30px;
	height:30px;
	margin-bottom:3px;
}

.image{
	width:100%;
	height:130px;
	background:#fff;
}

.image img{
	width:100%;
	height:100%;
	background:#171717;
}

.kontakt{
	width:90%;
	margin:20px auto;
	text-align:center;
	font-size:18px;
	font-weight:500;
}

#legal{
	width:100%;
	padding:80px 5%;
	background:#1e1e1e;
	color:#fff;
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	align-items:flex-start;
	justify-content:space-between;
}

.impressum{
	width:100%;
	padding:20px 3%;
	background:#fff;
	color:#333;
	border-radius:10px;
	margin-bottom:50px;
	text-align:justify;
}

.datenschutz{
	width:100%;
	padding:20px 3%;
	font-size:13px;
	text-align:left;
}

footer{
	width:100%;
	padding:10px 0;
	background:#fff;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:rgba(225,147,58,1.0);
	font-size:20px;
	font-weight:500;
}

@media only screen and (min-width:651px){
	
	.hero{min-height:500px;}
	
	.box{width:30%;}
	
	.image{height:140px;}
	
}

@media only screen and (min-width:901px){
	
	.menu{
	width:100%;
	height:auto;
	padding-top:80px;
		padding-bottom:80px;
	background:rgba(0,0,0,0.8);
	color:#333;
	position:absolute;
	top:80px;	
	left:-1500px;
	z-index:99999;
	transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	z-index:9999;
}

.menu-icon, .menu-icon:visited{
	float:left;
	width:60px;
	height:60px;
	padding:0 0 0 0;
	border:none;
	color:#fff;	
	background:none;
	cursor:pointer;
	left: 3%;
	top:0;
	z-index:9999999;
	position:fixed;
	text-align:center;
	text-indent:0;
	font-size:30px;
	font-weight:800;
	line-height:80px;
}

.menu-icon:hover{color:beige;}

#menuToggle{display:none;}

#menuToggle:checked ~ .menu {
	top:80px; 
	left:0; 
	position:absolute; 
	z-index:9999;
}

header{
	width:100%;
	height:80px;
	position:sticky;
	top:0;
	left:0;
	background:#2e2e2e;
}

.social{
	width:100%;
	padding-right:3%;
	height:80px;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}

.social .icon{
	height:50px;
	width:50px;
	margin-left:15px;
}

.hero{min-height:700px;}

	.image{height:170px;}
}


@media only screen and (min-width:1201px){
	
nav{width:100%; text-align:left;}
nav ul{line-height:80px; width:100%;float:left; }

.menu{
	width:100%;
	height:100vh;
	padding-top:160px;
	background:rgba(0,0,0,0.8);
	color:#333;
	position:absolute;
	top:0;	
	left:-2000px;
	z-index:9999;
	transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	z-index:9999;
}

.menu-icon, .menu-icon:visited{
	float:left;
	width:60px;
	height:60px;
	padding:0 0 0 0;
	border:none;
	color:#fff;	
	background:none;
	cursor:pointer;
	left: 3%;
	top:0;
	z-index:9999999;
	position:fixed;
	text-align:center;
	text-indent:0;
	font-size:36px;
	font-weight:800;
	line-height:80px;
}

.menu-icon:hover{color:beige;}

#menuToggle{display:none;}

#menuToggle:checked ~ .menu {
	top:0px; 
	left:0; 
	position:absolute; 
	z-index:9999;
}


header{
	width:100%;
	height:80px;
	position:sticky;
	top:0;
	left:0;
	background:#2e2e2e;
	z-index:999999;
}

.social{
	width:100%;
	padding-right:3%;
	height:80px;
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}

.social .icon{
	height:40px;
	width:auto;
	margin-left:15px;
}

.hero{min-height:750px;}

	.downloads{
		justify-content:space-around;
}
	
.box{
	width:21%;
	margin-bottom:30px;
}
	
.content{
	flex-direction:row;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
	
#about, #media, #veranstalter{
	padding:80px 5%;
}
	
#about{width:60%;}
	
#media{width:38%;}

	#legal{
		flex-direction:row;
		flex-wrap:nowrap;
		justify-content:space-between;
		align-items:flex-start;
	}	
	
	.impressum{
		width:40%;
	}
	
	.datenschutz{
		width:50%;
		height:700px;
		overflow-y:scroll;
	}

}

@media only screen and (min-width:1400px){
	.hero{min-height:850px;}
	
	.downloads{
		align-items:stretch;
	}
	
	.image{height:120px;}
	
	.box{width:11%;}
}