* {
  box-sizing: border-box;
}
html{  scroll-behavior:smooth;}
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #F0E8E6;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
}

h1{
	font-size: 2rem;
	font-weight:500;
	color:darkgoldenrod;
	text-align:left;
}

h2{
	font-size: 1.5rem;
	font-weight:400;
	color:darkgoldenrod;
	text-align:left;
	text-decoration:underline;
}

a{
	text-decoration:none;
	color:goldenrod;
	font-weight:600;
}

.line{
	width:100%;
	height:1px;
	background: darkgoldenrod;
	margin:5px auto 20px;
}

.hero{
width:100%;
height:auto;
}

.hero img{width:100%;}

.content-wrapper{
	width:70%;
	margin: 80px auto;
}
	
.banner-info{
	width:100%;
	margin:80px auto;
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}

.banner-xl{
	width:100%;
	margin:0 auto 40px auto;
	min-height:250px;
	padding:10px 3%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	background:#fff;
	border:2px solid red;
}

.sorry{
	width:300px;
	transform: rotate(-20deg);
}

.banner-xl-text{
	with:50%;
	padding-left:8%;
	color:#666;
	font-size:1.2rem;
	line-height:150%;
}

.banner-large{
	width:65%;
	position:relative;
	margin-bottom: 0;
	padding:0;
}

.banner-info img{width:100%; height:100%;}

.banner-small{
	width:65%;
	padding:60px 40px 20px 80px;
	border:2px solid darkgoldenrod;
	background:#fff;
	position:relative;
}

.banner-xs{
	width:30%;
	padding:60px 20px 20px 20px;
	border:2px solid darkgoldenrod;
	background:#fff;
	position:relative;
}

.check{
	position:absolute;
	top:-30px;
	left:-30px;
	height:90px;
	width:90px;
}

.check img{width:100%;}

.text{
	width:80%;
	margin:50px auto;
	text-align:justify;
	font-size: 1.2rem;
	font-weight:300;
	color:#666;
	line-height:150%;
}

.kurse{
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin:50px auto;
}

.kurse h1{text-align:center;margin: 50px auto 20px;}

.termine{
	width:100%;
	display: flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:center;
}
	
.box{
	background:#fff;
	border:2px solid darkgoldenrod;
	color:darkgoldenrod;
	width:45%; 
	padding:10px 3% 30px 3%;
	border-radius:10px;
	margin:0 30px;
}

.workshop{
	width:80%;
	margin:80px auto;
	padding:0;
	font-size: 1.2rem;
	font-weight:300;
	color:#666;
	line-height:150%;
	position:relative;
}

.headline{
	width:100%;
	background:darkgoldenrod;
	margin:0;
	font-size: 2rem;
	font-weight:500;
	color:#fff;
	text-align:center;
	padding:15px 0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.drehscheibe{
	width:100%;
	height:auto;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-bottom:50px;
}

.workshop-termine{
	width:100%;
	padding:30px;
	margin:50px auto;
	background:darkgoldenrod;
	border:2px solid #fff;
	border-radius:10px;
	color:#fff;
	text-align:center;
}

.teilnehmerzahl{
	width:70%;
	background:red;
	margin:20px auto;
	padding: 10px;
	color:#fff;	
	font-weight:500;
	text-align:center;
}
.workshop2{
	width:80%;
	margin:50px auto;
	padding:30px 6% 50px 6%;
	font-size: 1.2rem;
	font-weight:300;
	color:#666;
	line-height:150%;
	position:relative;
	background:#fff;
	border-radius:10px;
min-height:300px;
}

.drehscheibe2{
	width:100%;
	margin:40px auto 0 auto;
}

#kontakt{
	width:100%;
	padding:10px;
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content: space-between;
	background:#fff;
}

.maps{
	width:30%;
	margin:75px 3% 40px 0;
	padding:0;
	border-radius:10px;
	min-height:500px;
	display:visible;
}

footer{
	width:100%;
	margin: 50px auto 0 auto;
	background:#fff;
	border-top:2ps solid darkgoldenrod;
	text-align:center;
}

footer h3{
	font-size:1.5rem;
	font-weight:400;
	text-align:center;
	color:darkgoldenrod;
}

footer ul{
	height:50px;
	text-align:center;
	list-style:none;
}

footer ul a{
	color:#666;
	display:inline-block;
	padding: 3px 10px 3px 10px;
	text-align:center;
}


@media only screen and (max-width:1350px){

.content-wrapper{width:80%;}

}

@media only screen and (max-width:1290px){

.content-wrapper{width:90%;}

}

@media only screen and (max-width:1050px){
.content-wrapper{width:90%;}
.banner-info{flex-direction:column;justify-content:center; align-items:center;}
.banner-info{width:80%;}
.banner-large{width:90%;}
.banner-small{width:90%;}
.banner-xs{width:90%; margin-top:40px;}
.kurse{width:100%;}
.termine{flex-direction:column;}
.box{width:70%;	padding:10px 2% 30px 10%; margin:40px auto;}
.workshop2 {width:100%;}
.contact-container{width:100%;}
.maps{display:none;}

}


@media only screen and (max-width:800px){
h1{font-size:1.7rem; line-height:110%;}
.text{width:100%;}
.check{width:60px; height:60px; top:-20px; left:-20px;}
.banner-info{width:100%;}
.text{font-size:1rem; line-height:140%;}
.carousel-wrapper{width:92%;}	
.kurse{width:100%;}
.box{width:100%;}
.workshop{width:100%;}
.contact-container{background:orange;}
}

@media only screen and (max-width:600px){
	
}