@charset "UTF-8";

body {
	background-color: #3c6c92;
	background-image: url(../images/bg_repeat02.jpg);
	background-repeat: repeat-x;
}

.main-wrapper {
	width: 80%;
	margin:0 auto;
	padding:2em;
}

h1 {
	font-family:'Suez One', serif;
	font-size:2.0em;
	color:#FFF;
	line-height:1.1em;
}

.regular {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	line-height:1.3em;
	color:#F4E8DB;

}

.justi {text-align:justify;}
	
.logoplacer {
	top: 150px;
	position: relative;
	padding-bottom:50px;
	width:25vw;
	height:auto;
}
.texter {
	position: relative;
	top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D1E4F2;
	font-style: normal;
	font-weight: normal;
}
.hinweis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	margin: 5px;
	padding: 15px;
	height: auto;
	width: auto;
	text-align:center;
	border-radius:10px;
	display:inline-block;
}

iframe {
	width:100%;
	height:auto;
}

.headframe {
	width:300px;
	height:auto;
	box-shadow: 0px 5px 10px 7px rgba(0,0,0,0.5);

}

.cols {
	column-count:1;
}

.oha {
	width:60%;
}

.slide {
	width:calc(100% - 18px);
	height:auto;
	border:#FFF4E0 solid 4px;
	box-shadow:	0 0 20px rgb(0 0 0 / 0.3),
	0 0 40px rgb(0 0 0 / 0.5);
	padding:5px;
}


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

.main-wrapper {
	width: 95%;
	margin:0 auto;
	padding:0.01em;
}
.logoplacer {
	top: 100px;
	position: relative;
	padding-bottom:50px;
	width:80vw;
	height:auto;
}

.headframe {
	width:250px;
	height:auto;
}


.cols {
	column-count:1;
}

.oha {
	width:100%;
}
}