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

h1 {
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #0f377f;
}
.fett {
	font-size: 0.93em;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #0f377f;
	}
p {
	font-size: 0.93em;
	line-height: 1.5em;
	color: #000000;
	text-align: left;
}
body {
	font-family: Verdana;
	background-color: #061837;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: scroll;
	}
body, html {
	width: 100%;
	height: 100%;
}
#container {
	width: 1024px;
	min-height: 768px;
	margin: 0 auto;
	background-color: #ffffff;
}
#header {
	box-sizing: border-box;
	width: 100%;
	padding: 24px 24px 25px 24px;
	font-size: 2em;
	text-align: left;
	color: #0f377f;
	background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#navigation1 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4px 54px 0px 54px;
	text-align: center;
	background-color: #009ee1;
	display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
#navigation2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0px 100px 4px 100px;
	text-align: center;
	background-color: #009ee1;
	display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
#inhalt {
	box-sizing: border-box;
	width: 100%;
	min-height: 278px;
	padding: 0px 54px 23px 54px;
}
.inhaltswrapper {
	box-sizing: border-box;
	width: 100%;
	display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.bild {
	box-sizing: border-box;
	width: 286px;
	height: 450px; 
	margin: 31px 24px 0px 0px;
}
.bild img {
	width: 100%;
	height: auto;
}
.text {
	width: auto;
	height: auto;
}
#wrapper {
	width: 100%;
	height: auto;
	display: flex; 
    flex-direction: row;
}
#slideshow {
	width: 66.79%;
	min-width: 375px;
	height: auto;
	min-height: 154px;
	}
.slides img {
	width: 100%;
	height: 100%;
  }
#kopfbild {
	width: 684px;
	height: 280px;
  }

#kopflogo {
    box-sizing: border-box;
    margin: 4px 30px auto 0;
}

#zeitenfeld {
	box-sizing: border-box;
	width: 340px;
	height: 280px;
	background-color: #84d0f0;
}
#wrapper2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	line-height: 0;
}
#logos {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 3;
}
.logos {
	height: 93px;
	width: auto;
	margin: 0 0 0 36px;
}
.logos img {
	height: 100%;
	width: auto;
}
#footer{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 0.99em;
	text-align: center;
	color: #0f377f;
	padding: 16px 24px 16px 24px;
}
.linie {
	width: 100%;
	height: 2px;
}
.infobutton {
	box-sizing: border-box;
	display: flex;
	width: 530px;
	height: 53px;
	background-color: #0f377f;
	font-size: 1.1em;
	font-weight: normal;
	justify-content: center;	
	color: #ffffff;
	text-align: center;
	text-decoration:none;
	align-items: center;
	border-radius: 12px;
	line-height: 0;
	margin: 40px 0 0 0;
}
.infotext {
	box-sizing: border-box;
	display: flex;
	width: 530px;
	font-size: 1.1em;
	font-weight: normal;
	justify-content: flex-start;	
	text-align: left;
	text-decoration:none;
	align-items: center;
	line-height: 0;
}
.infomo:link { 
	color:#ffffff;
	text-decoration:none;
	line-height: 0;
}
.infomo:visited { 
	color:#ffffff;
	text-decoration:none;
	line-height: 0;
}
.infomo:hover { 
	color:#84d0f0;
	text-decoration:none;
	line-height: 0;
}
.infomo:aktive { 
	color:#84d0f0;
	text-decoration:none;
	line-height: 0;
}
.button {
	box-sizing: border-box;
	font-size: 1em;
	font-weight: normal;
    letter-spacing: 0.1em;
	padding: 3px 0 4px 0;
	color: #ffffff;
	text-align: center;
	text-decoration:none;
}
.button:link { 
	color:#ffffff;
	text-decoration:none;
}
.button:visited { 
	color:#ffffff;
	text-decoration:none;
}
.button:hover { 
	color:#0f377f;
	text-decoration:none;
}
.button:aktive { 
	color:#0f377f;
	text-decoration:none;
}
.mouseover:link { 
	color:#0f377f;
	text-decoration:none;
}
.mouseover:visited { 
	color:#0f377f;
	text-decoration:none;
}
.mouseover:hover { 
	color:#009ee1;
	text-decoration:none;
}
.mouseover:aktive { 
	color:#009ee1;
	text-decoration:none;
}
.mouseover2:link { 
	color:#0f377f;
	text-decoration:none;
}
.mouseover2:visited { 
	color:#0f377f;
	text-decoration:none;
}
.mouseover2:hover { 
	color:#ffffff;
	text-decoration:none;
}
.mouseover2:aktive { 
	color:#ffffff;
	text-decoration:none;
}
.mouseover3:link { 
	color:#000000;
	text-decoration:none;
}
.mouseover3:visited { 
	color:#000000;
	text-decoration:none;
}
.mouseover3:hover { 
	color:#009ee1;
	text-decoration:none;
}
.mouseover3:aktive { 
	color:#009ee1;
	text-decoration:none;
}

.liste {
	font-size: 0.93em;
	line-height: 1.5em;
	color: #0f377f;
	text-align: left;
	list-style-type: disc;
}
ul {
margin: 0px;
padding: 0px 0px 0px 16px;
}
.termin {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #0f377f;
	padding: 17px 0px 0px 0px;
}
.termin1 {
	box-sizing: border-box;
	width: 250px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 auto;
	padding-top: 1px;
	text-align: right;
	color: #0f377f;
}
.termin2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding: 19px 0px 18px 0px;
	margin-top: 18px;
	background-color: #009ee1;
}
.dot {
	color: #84d0f0;
}
.noborder {
	border-width: 0px;
}
.charity {
	box-sizing: content-box;
	display: flex;
	justify-content: flex-start;
	
}
@media screen and (max-width: 480px) {
    #container {
        width: 100%;
		min-height: 100%;
		overflow: scroll;
	}
}
@media screen and (max-width: 480px) {
    #navigation1 {
		flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
    #navigation2 {
		flex-direction: column;
        padding: 0px 54px 4px 54px;
	}
}
@media screen and (max-width: 480px) {
    #wrapper {
		max-width: 480px;
		flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
    #slideshow {
		width: 100%;
		min-height: 196px;
	}
}
@media screen and (max-width: 480px) {
    #kopfbild {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
    #zeitenfeld {
		width: 100%;
		height: 280px;
	}
}
@media screen and (max-width: 480px) {
    #inhalt {
		padding: 0px 24px 23px 24px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
    #wrapper2 {
		flex-direction: column;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 480px) {
    .infobutton {
		width: 100%;
		margin: 15px 0 5px 0;
	}
}
@media screen and (max-width: 480px) {
    .infotext {
		width: 100%;
		margin: 15px 0 5px 0;
		text-align: center;
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
    #logos {
		justify-content: space-between;
		margin: 30px 0 12px 0;
		z-index: auto;
	}
}
@media screen and (max-width: 480px) {
    .logos {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
    .inhaltswrapper {
		flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
    .bild {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
    .text {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
    .charity {
		width: 100%;
		height: auto;
		justify-content: space-between;
	}
}