@charset "UTF-8";
/* CSS Document */

.textschwarz
{
	color:#000000; /* --- rgba(0, 158, 227, 1) */
}

.textblau
{
	color:#009ee3!important; /* --- rgba(0, 158, 227, 1) */
}

.textrot 	
{
	color:#e3000f; /*  --- rgba(227, 0, 15, 1) */

}
.textgelb
{
	color:#ffed00; /*  --- rgba(255, 237, 0, 1) */
}

.textgruen
{
	color:#53af30; /*  --- rgba(83, 175, 48, 1) */
}

.textdunkelblau
{
	color:#000063; /*  --- rgba(0, 0, 99, 1) */
}

.background-blaugrau
{
	background:rgba(0, 158, 227, 0.2);
	display:block;
}


.background-blau
{
	background:rgba(0, 158, 227, 0.2);
	display:block;
}

.background-gelb
{
	background:rgba(255, 237, 0, 0.2);
	display:block;
}

.background-rot
{
	background:rgba(227, 0, 15, 0.2);
	display:block;
}

.background-gruen
{
	background:rgba(83, 175, 48, 0.2);
	display:block;
}

.background-weiss
{
    background:#FFFFFF;
	display:block;
}

.textweiss
{
	color:#FEFEFE;
}


.linie
{
	display:block;
	width:100%;
	margin:0px 0px;
	height:1px;
	background:rgba(0, 158, 227, 1);
	position:fixed;
	top:130px;
	box-shadow: 0px 1px 4px 0px rgba(0, 158, 227, 1);
	z-index:10000;
}

.menulinie
{
	width:100%;
	height:1px;
	background:#009ee3;
	display:block;
	float:left;
}

.mobilmenufenster
{

	width:100%;
	height:100%;
	display:none;
	top:180px;
	background-color:#FFFFFF;
	position:fixed;
	z-index:88888;
}

.auswahlmobilscrollen
{
  	height:100%;
	overflow: auto;
}

.mobilmenu
{
	font-weight:300;
	font-size:15px;
	float:left;
	width:100%;
	color:#000000;
	background:#ffffff;
	display:block;
}

.mobilmenuzeilen a:hover
{
	text-decoration: none;
	font-weight:400;
}

.mobilmenuzeilen
{
	width:100%;
	display:block;
	float:left;
}

.mobilnavitext
{
	font-weight:400;
	font-size:20px;
	float:left;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
	color:rgba(42, 42, 102, 1);
	background:#FFFFFF;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	text-transform:uppercase;
	width:100%;
	display:block;
	z-index:1000;
}

.mobilnavisubtextfenster
{
	display:none;
	opacity:0;
	position:relative;
}

.mobilnavisubtextfensteranzeige
{
  display:block!important;
  animation-name: submenueinblenden;
  animation-duration: 0.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-play-state:running;
  animation-direction:normal;  
}

@keyframes submenueinblenden {
 0% {
    opacity: 0;
	top:-80px;
  }

  100% {
     opacity: 1;
	  top:0px;
  }
}

.mobilnavisubtext
{
	font-weight:300;
	font-size:17px;
	float:left;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
	color:rgba(42, 42, 102, 1);
	padding-left:20px;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
}

.mobilmenupfeil
{
	float:right;
	margin-right:10px;
	font-size:30px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .3s ease-out;
  	transition: all .3s ease-out;
}

.menupunktaktiv
{
	color:rgba(0, 0, 0, 1)!important;
	font-weight:600;
}

.mobilmenupfeilaktiv
{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menufooter
{
	width:100%;
	margin-top:50px;
}


.logooben
{
	width:400px;
	height:auto;
	margin-top:15px;
	float:left;
}

.bannerbalken
{
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	display:block;
	float:none;
	width:250px;
}

.banneroben
{
	margin-top:40px;
	height:60px;
	margin-right:0px;
	display:block;
	float:right;
	background:#FFFFFF;
}

.banneroben-mobil
{
	top:130px;
	left:0px;
	position:fixed;
	height:50px;
	display:block;
	width:100%;
	z-index:88888;
	background:#009ee3;
}



.banner-oben-feld
{
	width:auto;
	height:40px;
	margin-top:10px;
	float:left;
}

.banneroben-icon
{
	font-size:26px;
	color:#000063;
	float:left;
}


.banneroben-icon-bild
{
	width:70px;
	height:auto;
	float:left;
	margin-top:-8px;
}



.banneroben-textfeld
{
	
	color:#000063;
	margin-top:0px;
	
	float:left;
}

.banneroben-text-1
{
	font-size:14px;
	font-weight:400;
	line-height:1;
	padding-bottom:9px;
}

.banneroben-text-2
{
	font-size:14px;
	font-weight:400;
	line-height:1;
}

.banneroben-text-1 a, .banneroben-text-2 a
{
	color:#000063;
}

.banneroben-text-1 a:hover, .banneroben-text-2 a:hover
{
	color:#e3000f;
}

.banneroben-strich
{
	width:1px;
	height:40px;
	display:block;
	background:#009ee3;
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-right:20px;
}


.header-zeile
{
	top:0px;
	position:fixed;
	height:130px;
	display:block;
	width:100%;
	z-index:88888;
	background:#FFFFFF;
}


.header-menu
{
	top:130px;
	left:0px;
	position:fixed;
	height:50px;
	display:block;
	width:100%;
	z-index:88888;
	background:#009ee3;
}

.header-menu-abstand
{
	min-width:1px;
	height:180px;
	display:block;
	background:transparent;
}

.navbar-bs 
{
  margin-top:14px;
  width:auto;
  text-align:left;
  float:left;
}

.navbar-bs a 
{
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  
  text-decoration: none;
}

.dropdown-bs 
{
  float: left;
  overflow: hidden;
}

.no-dropdown-bs 
{
  float: left;
  overflow: hidden;
  padding: 0px 22px 0px 0px;
}


@media (max-width: 1150px)
{
	.no-dropdown-bs 
	{
		padding: 0px 15px 0px 0px;
	}
}
.dropbtn-bs
{
	position:relative;
}

.dropdown-bs .dropbtn-bs 
{
  font-size: 16px;  
  border: none;
  outline: none;
  color: #FEFEFE;
  padding: 0px 22px 0px 0px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-nopadding
{
	padding-right:0px!important;
}

.dropbtn-bs, .no-dropdown-bs 
{
	text-transform:uppercase;
}

.menupfeil
{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all .3s ease-out;
  	transition: all .3s ease-out;
}

.navbar-bs a:hover, .dropdown-bs:hover .dropbtn-bs
{
    color: #000000;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.dropbtn-bs:hover .menupfeil, .navbar-bs a:hover .menupfeil, .dropdown-bs:hover .menupfeil
{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.dropdown-bs-content 
{
  display: none;
  position: absolute;
  background-color: #009ee3;
  color:#FEFEFE;
  min-width: 120px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
  z-index: 1;
  border:solid 1px rgba(255, 255, 255, 0.3);

}

.dropdown-bs-content-rechts
{
	right:15px;
}

.dropdown-bs-content a 
{
  float: none;
  color:#FEFEFE;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

}

.dropdown-bs-content a:hover 
{
  background-color: #FEFEFE;
  color:rgba(0, 0, 0, 1);

}

.dropdown-bs:hover .dropdown-bs-content 
{
  display: block;
}

.aktiv
{
   color:rgba(207, 12, 173, 1)!important;
}

.footertext
{
	font-weight:300;
	font-size:14px;
	text-align:center;
	
}

.footertextbold
{
	font-weight:600;
	font-size:14px;
	text-align:center;
	color:#FEFEFE;
}


.footerbalken
{
	
	padding:20px 40px;
	display:block;
}
.footertext a
{
	color:#000000!important;
	text-decoration:none;
}


.footertext a:hover
{
	color:rgba(227, 0, 15, 1)!important;
	text-decoration:none;
}

.kontakt-text-oben a
{
	color:#000000!important;
	text-decoration:none;
}

.kontakt-text-oben a:hover
{
	color:rgba(227, 0, 15, 1)!important;
	text-decoration:none;
}

.kontakt-text-mail a
{
	color:#000000!important;
	text-decoration:none;
}


.kontakt-text-mail a:hover
{
	color:rgba(227, 0, 15, 1)!important;
	text-decoration:none;
}

.kontaktieren
{
    display:block;
    padding-top:60px;
    padding-bottom:30px;
}

.kontaktierenbutton
{
    display:block;
    padding-top:0px;
    padding-bottom:30px;
}

.highlighttext
{

	font-size:28px;
    font-weight:400;
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}




.impressum-textbox
{
    font-size:14px;
}

.impressum-textbox h1, .impressum-textbox h3
{
    font-weight:400;
    
}

.map-container
{
	max-width:2560px;
	height:500px;
	background-color:#333333;
	margin:auto;
}

#map
{
	width:100%;
	height:500px;
} 

.containergooglemeldung
{
	width:100%;
	height:300px;
	font-weight: 400;
	font-size:20px;
	text-align:center;
	color:#FEFEFE;
	padding-top:100px;
	padding-left:15px;
	padding-right:15px;
}




.news-container
{
	max-width:380px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.background-news-container
{
	width:100%;
	height:auto;
	min-height:100px;
	padding:20px;
	display:block;
}

.background-news
{
	background:rgba(42, 42, 102, 0.0);
}

.background-newsmeldung
{
	background:rgba(42, 42, 102, 0.2);
	color:rgba(0, 0, 0, 1);
	width:100%;
	height:auto;
	display:block;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}

.newsmeldungheader
{
	font-size:17;
	font-weight:400;
	line-height:1;
	padding-bottom:9px;
}

.newsmeldungtext
{
	font-size:15;
	font-weight:300;
	line-height:1.2;
}

.newslinktext
{
	font-size:15;
	font-weight:400;
	line-height:1.2;
	padding-bottom:10px;
}

.newspfeil
{
	font-size:12px;
}

.newsbild
{
	width:100%;
	height:auto;
	
}

.newsbild-img
{
	width:100%;
	height:auto;
}





.kontakt-container
{
	max-width:300px;
	min-height:340px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.05);
}

.kontakt-icon-header
{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	min-height:75px;
	display:block;
	position:relative;
}

.kontakt-icon
{
	width:150px;
	height:auto;
	margin-top:-75px;
	position:absolute;
}

.kontakt-text-oben
{
	font-family: 'Alegreya Sans', sans-serif;
	
	font-size:36px;
	font-weight:700;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

.kontakt-text-unten
{
	font-family: 'Alegreya Sans', sans-serif;
	
	font-size:30px;
	font-weight:400;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	
}

.kontakt-text-mail
{
	font-family: 'Alegreya Sans', sans-serif;
	
	font-size:21px;
	font-weight:400;
	padding-top:15px;
	padding-left:30px;
	padding-right:25px;
}

.highlighttextkontakt
{
	font-size:24px;
    font-weight:400;
    padding-left:15px;
    padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
    text-align:center;
	color:#000000;
}

.highlighttextkontakt a
{
	color:#000000;
}

.highlighttextkontakt a:hover
{
	color:#e3000f;
}

.mitte-container
{
	max-width:640px;
	min-height:160px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.05);
}

.mitte-container-2
{
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.05);
}

.mitte-container-kontakt
{
	max-width:740px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.05);
}


.schulberatung-text-oben
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:32px;
	line-height:1em;
	color:#000000;
	font-weight:700;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

.foerderverein-text-oben
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:32px;
	line-height:1em;
	color:#000000;
	font-weight:700;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
}

.kontaktseite-text-oben
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:32px;
	line-height:1em;
	color:#000000;
	font-weight:700;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

.kontaktseite-text-oben-2
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:24px;
	line-height:1em;
	color:#000000;
	font-weight:700;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

.schulberatung-text
{
	font-size:20px;
	line-height:1.1em;
	color:#000000;
	font-weight:400;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
}

.kontaktseite-text
{
	font-size:17px;
	color:#000000;
	font-weight:400;
	padding-left:30px;
	padding-right:30px;
}




.schulberatung-text a, .kontaktseite-text a
{
	color:#000000;
}

.schulberatung-text a:hover, .kontaktseite-text a:hover
{
	color:#e3000f;
}

.leitbild-col
{
	width:50%;
	height:400px;
	display:block;
	float:left;
}

.logo-mitte-position
{
	width:400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.logo-mitte
{
	width:400px;
	height:auto;
	position:absolute;
	margin-top:-618px;
	margin-left:-8px;
    -webkit-transition: .8s ease-in-out;
  	-moz-transition: .8s ease-in-out;
  	-o-transition: .8s ease-in-out;
  	transition: .8s ease-in-out;
}

.logo-mitte-oben
{
	max-width:400px;
	height:auto;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}

.logo-mitte:hover
{
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}



.leitbild-container
{
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:#FFFFFF;
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
	height:auto;
}

#lc1, #lc8
{
	width:450px;
	margin-right:150px;
	margin-left:auto;
	margin-top:60px;
}

#lc2, #lc7
{
	width:450px;
	margin-left:150px;
	margin-right:auto;
	margin-top:60px;
}


#lc4, #lc5
{
	width:350px;
	margin-right:250px;
	margin-left:auto;
	margin-top:80px;
}

#lc6, #lc3
{
	width:350px;
	margin-left:250px;
	margin-right:auto;
	margin-top:80px;
}


.leitbild-container:hover
{
	background:rgba(0, 158, 227, 0.2);
}



.leitbild-text
{
	padding-top:30px;
	padding-bottom:30px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:32px;
	line-height:1em;
	font-weight:700;
	text-align:center;
}

.text-container-leitbild-header
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:24px;
	line-height:1em;
	font-weight:700;
	padding-top:15px;
	padding-bottom:15px;
	display:block;
	width:100%;
	height:auto;
	padding-left:30px;
}

.text-container-leitbild-text
{
	font-size:17px;
	font-weight:400;
	padding-top:30px;
	padding-left:12px;
	padding-bottom:15px;
	padding-right:30px;
}

.text-container-leitbild-text-2
{
	font-size:17px;
	font-weight:400;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:15px;
	padding-right:30px;
}

.leitbild-hort
{
	width:100%;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}


.textlink
{
	color:#000000!important;
}

.text-container-leitbild-text ul
{
	padding-left:18px;
}
	
.text-container-gross
{
	width:100%;
	height:auto;
	min-height:200px;
	display:block;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.02);
}

.text-container-startseite
{
	width:100%;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:100px;
	display:block;
	padding:30px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.02);
}

.text-container-startseite-header
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:24px;
	line-height:1em;
	font-weight:700;
	padding-bottom:5px;
}

.text-container-startseite-subheader
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:18px;
	line-height:1em;
	font-weight:700;
}



.text-container-startseite-text
{
	font-size:17px;
	font-weight:400;
	padding-top:15px;
}

.text-container-startseite-subtext
{
	font-size:17px;
	font-weight:400;
}

.text-container-startseite-text a
{
	color:#000000;
}

.text-container-startseite-text a:hover
{
	color:#e3000f;
}

.mitte-container-schulfamilie
{
	max-width:700px;
	width:100%;
	min-height:auto;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	background:rgba(100, 50, 50, 0.05);
}

.schulfamilie-textblock
{
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
}


.schulfamilie-headertext
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:26px;
	line-height:1em;
	color:#000000;
	font-weight:600;
}

.schulfamilie-text-name
{
	font-size:20px!important;
	line-height:1.2em;
	color:#000000;
	font-weight:400;
	width:100%;
}

.schulfamilie-text-email
{
	font-size:16px;
	line-height:1.1em;
	font-weight:400;
	width:100%;
	
	color:#e3000f;
}

.schulfamilie-text-email a
{
	color:#e3000f;
}

.schulfamilie-text-email a:hover
{
	color:#009ee3;
}

.emaillang
{
	font-size:14px;
}

.mitte-container-kooperation
{
	max-width:700px;
	min-height:100px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px rgba(100, 50, 50, 0.2);
	background:rgba(100, 50, 50, 0.05);
}

.kooperation-headertext
{
	width:540px;
	height:100px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:32px;
	line-height:1em;
	color:#000000;
	font-weight:700;
	padding-top:0px;
	padding-left:15px;
	display:flex;
    align-items: center;
    justify-content: left;
	float:left;
}

.kooperation-text
{
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	font-weight:400;
}

.brands-rechteck
{
    width:150px;
    height:98px;
    background-color:#FFFFFF;
    border-right:rgba(100, 50, 50, 0.2) 3px solid;
    display:flex;
    align-items: center;
    justify-content: center;
	float:left;
}

.brands-logo-img
{
    width:120px;
    height:auto;
}



.container-aktionen
{
	max-width:1024px;
	min-height:50px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	background:rgba(100, 50, 50, 0.05);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}

.aktionen-bezeichnung
{
	font-size:22px;
	line-height:1.3em;
	color:#000000;
	font-weight:400;
	padding-top:30px;
	padding-bottom:30px;
	display:flex;
    align-items: center;
    justify-content: left;
}

.aktionen-text
{
	font-size:17px;
	line-height:1.3em;
	color:#000000;
	font-weight:400;
}

.termine-fuss-text
{

	font-size:17px;
	color:#000000;
	font-weight:400;
    text-align:center;
}

.link-textbox
{
	width:540px;
	height:100px;
	display:flex;
    align-items: center;
    justify-content: left;
	float:left;
}

.link-headertext
{
	font-family: 'Alegreya Sans', sans-serif;
	font-size:26px;
	line-height:1em;
	color:#000000;
	font-weight:700;
	padding-top:0px;
	padding-left:15px;
}



.link-text
{
	font-size:15px;
	font-weight:400;
}


.termine-bezeichnung
{
	font-size:22px;
	line-height:1.3em;
	color:#000000;
	font-weight:400;
	padding-top:30px;
	display:flex;
    align-items: center;
    justify-content: left;
}

.termine-text
{
	font-size:17px;
	line-height:1.3em;
	color:#000000;
	font-weight:400;
}


.container-hort
{
	max-width:800px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
}

.hort-logo
{
	width:100%;
	max-width:300px;
	height:auto;
	float:right;
	margin-right:30px;
}


.hort-kontakt
{
	font-size:20px;
	color:#000000;
	font-weight:400;
	padding:30px;
	max-width:330px
}

.mittagsbetreuung-kontakt
{
	font-size:20px;
	color:#000000;
	font-weight:400;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.hort-kontakt a
{
	color:#000000;
}

.hort-kontakt a:hover
{
	color:#e3000f;
}

.mini-container
{
	width:100%;
	max-width:320px;
}

.mini-container-2
{
	width:100%;
	max-width:450px;
}

.mini-container-3
{
	width:100%;
	max-width:450px;
}

.zeittext
{
	font-size:15px;
}
.tright
{
	text-align:right;
}

.button-startseite
{
    padding: 10px 30px;
    border: 1px solid rgba(0, 0, 99, 1);
    background: rgba(0, 158, 227, 1);
    color: #FEFEFE;
    display:block;    
    font-size: 18px;
    border-radius: 20px; 

    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.button-startseite:hover
{
    background: #FFFFFF;
    border-color: rgba(0, 158, 227, 1);
    color: rgba(0, 0, 99, 1);
}

.schulberatung-subheader
{
	font-size:17px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:12px;
}

.eltern-textblock1
{
	font-size:17px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

.eltern-textblock2
{
	font-size:17px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

.elternheader-text
{
	font-size:20px;
	line-height:1.1em;
	color:#000000;
	font-weight:400;
	padding-left:30px;
	padding-right:30px;
}

.elternheader-subtext
{
	font-size:17px;
	padding-left:30px;
	padding-right:30px;
}

.elternmailtext
{
	font-size:20px;
	padding:30px;
	font-weight:600;
	color:000000;
	text-align:center;
}

.elternmailtext a
{
	color:#e3000f;
}



.Formular_Style
{
    margin-top:10px;
	
}

.Formular_Style .form-field
{
    margin-bottom: 20px;
	
}
	

.Formular_Style .form-field input
{
    width: 100%;
    height: 50px;
    padding: 5px 18px;
    font-size: 14px;
    border: 2px solid rgba(0, 0, 0, 0.2);
	background:transparent;
}

.Formular_Style .form-check
{
	font-size: 15px;
	color:rgba(0, 0, 0, 1);
	margin-left:0px;
	padding-left:0px;
	
}



.Formular_Style .form-field textarea
{
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    border: 2px solid rgba(0, 0, 99, 0.2);
}


.Formular_Style .form-field input:focus, .Formular_Style .form-field textarea:focus
{
    border-color: rgba(0, 0, 99, 0.4);
    outline: none;
}

.Formular_Style .form-button
{
    margin-top:30px;
    text-align: center;
}

.Formular_Style .form-button button
{
    padding: 10px 30px;
    border: 1px solid rgba(0, 0, 99, 1);
    background: rgba(0, 158, 227, 1);
    color: #FEFEFE;
    display:block;    
    font-size: 18px;
    border-radius: 20px; 

    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.Formular_Style .form-button button:hover
{
    background: #FFFFFF;
    border-color: rgba(0, 158, 227, 1);
    color: rgba(0, 0, 99, 1);
}

.feldfehler
{
	background:rgba(227, 0, 15, 0.2);
}

.menupfeilpos
{
	width:15px;
	position:absolute;
	top:-2px;
	right:20px;
}

.menupfeil
{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s ease-out;
  	transition: all .3s ease-out;
}

.menupfeilcolor
{
	fill:#ffffff;
}

.bildelternbeirat
{
    width:100%;
    height:auto;
}

.jugendsozialarbeitlogo
{
    width:100%;
    height:auto;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
}

.foerderverein-sub-header
{
    font-weight:600;

}







