body {
  color: #1e1e1e;
  font-size: 1em;
  padding: 0;
  background-image: linear-gradient(#cbf0ff, #3c7d92);
  margin: 0px auto;
  font-family: Helvetica, Arial, Geneva, sans-serif;
}

.bgTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 10;
	background-color: #cbf0ff;
}

.bgMain {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("image_bg_3.jpg");
	background-size: cover;
	z-index: 10;
}

.nav {
	top: 0;
	/*left: 50%;
	transform: translateX(-50%);
    margin: auto;*/
    text-align: left;
    width: 100%;
    display: inline-block;
    z-index: 30;
	vertical-align: middle;
	position: sticky;
}
@media (min-device-width: 800px) {
	.nav {
		max-width: 800px;
	}
}
.navSpan {
  text-align: left;
  vertical-align: middle;
  /*display: inline-block;*/
  position: relative;
  z-index: 30;
  display: inline;
}

.schrift {
	bottom: 10px;
	margin-left: 10px;
	display: inline;
	vertical-align: bottom;
}

@media (max-device-width: 800px) {
	.schriftImg {
		width: 170px;
		vertical-align: middle;
	}
	.schrift {
		bottom: 20px;
	}
}



.burger {
	text-align: right;
	float:right;
}
.svgBurger {
}

.svgBurger2 {
	border: 1px solid #3c7d92;
	background-color: #ffffff;
}

.navOverlay{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	transition: all 0.5s ease-in;
	visibility: hidden;
	opacity: 0;
}
.navOverlayActive{
	top: 0;
	left: 0;
}

.navOverlay > div {
	background-color: #004a97;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1rem;
	font-weight: bold;
}
.navOverlay > div:last-child {
	border-bottom: 3px solid #ffffff;
	
}
.navOverlay > div > a {
	font-size: 1rem;
	text-decoration: none;
	color: #ffffff;
}

.staticNav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    margin: auto;
    text-align: right;
    width: 100%;
	height: 60px;
	max-width: 800px;
	display: block;
	z-index: 20;
	
}

.main {
	position: relative;
	z-index: 20;
}

.headSection {
	margin: auto;
    text-align: center;
    width: 100%;
	height: 60px;
	max-width: 800px;
	display: block;
	z-index: 20;
	position: relative;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.pageSection {
	margin: auto;
    text-align: center;
    width: 100%;
	display: block;
	border-top: 1px solid #3c7d92;
	z-index: 20;
	position: relative;
	background-image: linear-gradient(rgba(255,255,255,0.9), rgba(231,240,243,0.9));
	border-left: 1px solid #3c7d92;
	border-right: 1px solid #3c7d92;
}

.footSection {
	margin: auto;
    text-align: center;
    width: 100%;
	max-width: 800px;
	display: block;
	border-top: 1px solid #3c7d92;
	z-index: 20;
	position: relative;
}

@media (min-device-width: 800px) {
	.pageSection {
		max-width: 800px;
	}
}


.sectionTitle {
	font-size: 1.5rem;
	padding: 30px;
	color: #004a97;
	font-weight: bold;
}

.eseSchriftInTitle {
	height: 1.2rem;
	padding-left: 5px;
	padding-right: 5px;
}
.eseSchriftInText {
	height: 0.8rem;
	padding-left: 2px;
	padding-right: 2px;
}

.sectionBody {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	text-align: center;
}

.flyerImg {
	width: 80%;
	border: 1px solid black;
}

.flyerImgSml {
	width: 50%;
	border: 1px solid black;
}

.introImg {
	width: 80%;
	max-width: 300px;
}

.ytIframe {
	width: 560px;
	height: 315px;
}

@media (max-device-width: 800px) {
	.ytIframe {
		width: 300px;
		height: 169px;
	}
}



.borderBottom {
	border-bottom: 1px solid #3c7d92;	
}

.xmasDeco {
	width: 80%;
	text-align: center;
	
}

.xmasDecoTD {
	text-align: center;
}

.xmasKugel {
	width: 30px;
}

.button {
	padding: 10px;
	color: #ffffff;
	background-color: #3c7d92;
	cursor: pointer;
}
.buttonInactive {
	color: #aaaaaa;
	cursor: default;
}
.infoList {
	list-style-type: none;
}
.infoListLink {
	text-decoration: none;
	font-weight: bold;
	color: #004a97;
}
.overlayDiv {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(50,58,69,0.9);
	visibility: hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	z-index: 101;
}

.overlayContent {
	background-color: #e7f0f3;
	
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	height: 100%;
	max-width: 800px;
	padding-left: 2rem;
	padding-right: 2rem;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 102;
	overflow-y: scroll;
	text-align: left;
}
.overlayVisible {
	visibility: visible;
	opacity: 1;
}
.overlayTitle {
	padding-top: 30px;
	padding-left: 0;
	padding-right: 50px;
	padding-bottom:30px;
}
.mehrList {
	list-style-type: "... ";
	text-align: left;
}
.mehrListElement {
	padding-bottom: 10px;
}
.blocktext {
	text-align: justify;
}

.redLargeFont {
	color: #FF0000;
	font-size: 1.2rem;
}

.largeFont {
	font-size: 1.2rem;
}

.redFont {
	color: #FF0000;
}

.blueFont {
	color: #004a97;
}

.boldFont {
	font-weight: bold;
}

.closeButton {
	position: absolute;
	right: 0%;
	top: 0%;
	margin-top: 30px;
	margin-right: 2rem;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	display: inline;
}
.formContainer {
	text-align: left;
}

.formElement {
	text-align: left;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	vertical-align: top;
}

.formElementTitle {
	font-size: 1.2rem;
}

.formInput {
	font-size: 1rem;
	width: 17rem;
	min-width: 10rem;

}

.formFragen {
	font-size: 1rem;
	width: 17rem;
	height: 6rem;
}
.untertitel {
	font-size: .9rem;
}

.andereSchule {
	display: none;
}

.andereSchuleVisible {
	display: inline;
	
}

.formHider {
	display: none;
}

.hidden {
	display: none;
}


.eseLargeLogo {
	max-width: 400px;
	width: 70%;
	min-width: 200px;
}

.standardLink {
	text-decoration: none;
	cursor: pointer;
	color: black;
}

.redLink {
	text-decoration: none;
	cursor: pointer;
	color: red;
}

.formKontaktText {
	font-size: 1.0rem;
	width: 17rem;
	height: 4rem;
}

.flexContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.flexElement {
	flex: 1;
	flex-shrink: 0;
	flex-grow: 1;
	flex-basis: auto;
}

.kontaktPanelTitle {
	font-weight: bold;
	font-size: 1.2rem;
}

.emailText {
	text-decoration: none;
	color: #1e1e1e;
}

.emailPicSpan {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.emailPic {
	width: 150px;
}

.emailAddrPic {
	height: 0.9rem;
}

.emailAddrPicImp {
	height: 0.7rem;
}

.roundedBox {
	border: 1px dashed #3c7d92;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}


.roundedBoxNoSpace {
}

@media (min-device-width: 800px) {
	.roundedBoxNoSpace {
		border: 1px dashed #3c7d92;
		border-radius: 5px;
	}
}

.overlayLink {
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
	color: #004a97;
}

.impressumLink {
	font-size: 1.0rem;
	display: inline;
	color: #000000;
	cursor: pointer;
}

.normalLink {
	font-size: 0.8rem;
	display: inline;
	color: #1e1e1e;
	cursor: pointer;
	font-weight: bold;
}

.footerSpacer {
	width: 30px;
	display: inline-block;
}

.noBackground {
	background: none;
}


.svgClose {
	stroke: #FFF;
	stroke-width: 2px;
}

.svgClose > line {
	stroke: #FFF;
	stroke-width: 2px;
}

.svgBurger {
	stroke: #004a97;
	stroke-width: 0;
	fill: #004a97;
}

.svgBurger > rect {
	stroke: #004a97;
	stroke-width: 0;
	fill: #004a97;
}

.center {
	text-align: center;
}

.leftAlign {
	text-align: left;
}

.datenschutzText > p,
.datenschutzText > p > span,
.datenschutzText > ul > li {
	font-size: 0.8rem;
}

.datenschutzText > h3 {
	font-size: 1.2rem;
	font-weight: bold;
}

.datenschutzText > h4 {
	font-size: 1rem;
}

.datenschutzCB {
	vertical-align: top;
	text-align: right;
}
.datenschutzInfoText {
	vertical-align: top;
	text-align: left;
	font-size: 0.8rem;
	font-weight: normal;
}
.datenschutzCBtable {
	width: 90%;
	margin: 0 auto; 
}

.impressumText > p,
.impressumText > p > span,
.impressumText > ul > li {
	font-size: 0.8rem;
}

.impressumText > h2 {
	font-size: 1.2rem;
	font-weight: bold;
}

.impressumText > h3 {
	font-size: 1rem;
}


