@charset "utf-8";

body{
	font-family: 'Open Sans', sans-serif;
	background-color: #ece8e5;
  	margin: 0px 0px 0px 0px;
	font-size: 100%;
	
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;

}

p{
	line-height:1.3em;
}

.header_wrapper{
	display:none;
}

a {
    text-decoration: underline;
	color: white;
}

a:hover {
	color:#F2DB63;	
}

.map1{
	width: 100%;
	margin: 15px 0px 5px 0px;

}

.map1 iframe{
	width: 100%;
	box-shadow: 0px 0px 3px #fff;
}

.main_wrapper{
	width: 100%;
	position: absolute;
	background-color: white;
	margin: 0 auto 0 auto;
}

.header_text_mobile{
	box-sizing:border-box;
    width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	background-color: white;
	padding: 10px 20px;
}

.header_text_mobile img{
	display:block;
	max-width: 100%;
	margin: 0 auto 0 auto;
}

/*codesegment um den titel in das menu zu fixieren
.header_text_mobile{
	box-sizing:border-box;
	position:absolute;
    width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	background-color: green;
	padding: 0 20px;
}

.header_text_mobile img{
	display:block;
	max-width: 100%;
	margin: 0 auto 0 auto;
}/*
/*-------------------------------------------------------------*/
.slider_01{
	margin: 10px 0px -50px 0px;	
}

.textfeld_l_titel{
	display:none;
	box-sizing:border-box;
	background-color:#183A87;
	width: 100%;
	height:auto;
	margin-top: -50px;
	color: white;
	box-shadow: 0px 0px 5px #555;	
	text-align: justify;
	padding: 30px;
}

.textfeld_l_titel .textfeld_l_bild{
	display:none;
}

.textfeld_l_titel h2 {
	font-family: 'Open Sans Condensed', sans-serif; 
	text-align: left;
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 15px;
}

.textfeld_l{
	/* box-shadow: 0px 0px 3px #666;*/
	background-color:#5C7A3E;
	width: 100%;
	margin-top: 30px;
	color: white;
}

.textfeld_l_text{
	box-sizing:border-box;
	width: 100%;
	height: auto;
	overflow:hidden;
	text-align: justify;
	padding: 30px;
}

.textfeld_l_spiegel{
	color: #5C7A3E;
	background-color: white;
	margin-top: 30px;
}

.textfeld_l_spiegel img{
	display:none;
}

.main_textfeld{ /*großes blaues feld mit dem hauptcontent der seite und es ist dynamisch*/
	box-sizing:border-box;
	background-color:#183A87;
	width: 100%;
	height: auto;
	margin-top: 30px;
	color: white;
	box-shadow: 0px 0px 5px #555;
	overflow: hidden;
	
	text-align: justify;
	padding: 30px;
}

.main_textfeld h2 {
	text-align: left;
	font-size: 30px;
	padding-bottom: 15px;
}

.main_textfeld p {
	font-size: 16px;
}

.main_textfeld .GLS_bild{
	float:left;
	overflow:hidden;
	padding: 2px 15px 5px 2px;
}

.main_textfeld .GLS_bild a img {
	display: block;
	width: 200px;
	height:auto;
}

.textfeld_l_bild{
	float:left;
	overflow:hidden;
	width: 200px;
	height:auto;
}

.textfeld_l_bild img {
	display: block;
	width: 200px;
	height:auto;
	margin: 0 auto;
	box-shadow: 0px 0px 5px #555;
}

.main_textfeld .textfeld_l_bild {
	padding: 2px 15px 5px 2px;
}
.main_textfeld .textfeld_l_bild img {
	box-shadow: 0px 0px 2px #ddd;
}

.textfeld_m{ /*standard groesse eines Textfeldes*/
	box-sizing:border-box;
	box-shadow: 0px 0px 3px #666;
	background-color:#183A87;
	color: white;
	width: 100%;
	overflow:hidden;
	margin: 20px 0px 0px 0px;
}

.textfeld_m_text{
	width: auto;
	margin: 10px 10px 10px 15px;
	overflow:hidden;
	text-align: justify;
}

.textfeld_m .infoButton {
	position: relative;
	-moz-box-shadow:inset 0px 34px 0px -15px #2967ed;
	-webkit-box-shadow:inset 0px 34px 0px -15px #2967ed;
	box-shadow:inset 0px 34px 0px -15px #2967ed;
	background-color:#1e49ae;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:1px 2px 0px #4e4b80;
	
	margin: 5px 0px 10px -62px;
	left: 50%;
	border-color: white;
}
.textfeld_m .infoButton:hover {
	background-color:#2355c2;
}
.textfeld_m .infoButton:active {
	position:relative;
	top:1px;
}

.textfeld_m h2, .textfeld_l h2 {
	font-family: 'Open Sans Condensed', sans-serif; 
	text-align: center;
	font-size: 2em;
	padding-bottom: 0.2em;
}

button{
	height:25px;
	width: 100px;
	border-radius: 5px;
	background-color: #51B1ED;
	border: 1px solid white;
	margin: 10px 0px 10px 15px;
}

button:hover{
	background-color: #1A92DE;
}

button p{
	display:inline;
}

.map2{
	width: 100%;
	margin: 15px 0px 5px 0px;

}

.map2 iframe{
	width: 100%;
	box-shadow: 0px 0px 3px #fff;
}

.kontakt_main{ /*großes blaues feld mit dem hauptcontent der seite und es ist dynamisch*/
	box-sizing:border-box;
	background-color:#183A87;
	width: 100%;
	height: auto;
	margin-top: 30px;
	color: white;
	box-shadow: 0px 0px 5px #555;
	overflow: hidden;
	padding: 30px;
}

.kontakt_text{
	box-sizing:border-box;
	width: 100%;
	overflow:hidden;
	text-align: center;
	padding: 30px;
}

.kontakt_text h2 {
	font-size: 30px;
	padding-bottom: 15px;
}

.kontakt_text p {
	font-size: 16px;
	line-height: 1.2em
}

.kontakt_text a {
    text-decoration: underline;
	color: white;
}

.kontakt_text a:hover {
	color:#F2DB63;	
}

footer{
	box-sizing:border-box;
	float:left;
	display: block;
	width: 100%;
	padding: 10px;
	height:: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #183A87;
	box-shadow: 0px 0px 3px #666;
}

footer p {
  color: white;
  font-size: 16px;
  text-align: center;
	line-height: 1.2em;
}

.header_text_tablet{
	display:none;
}

.zentrieren{
	text-align:center;
}


/*================================== spezifisch fürs tablet ================================================ */
@media screen and (min-width: 679px) {
.header_text_mobile{
	display: none;
}
	
.header_text_tablet{
	box-sizing:border-box;
    width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	background-color: white;
	padding: 10px 20px;
}

.header_text_tablet img{
	display:block;
	max-width: 100%;
	margin: 0 auto 0 auto;
}
}

/*========================================================================================================== */