@charset "utf-8";

/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/oswald-v49-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/oswald-v49-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v49-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v49-latin-200.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v49-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v49-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v49-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v49-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/oswald-v49-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v49-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
url('../fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Oswald', sans-serif;
	line-height: 175%;
}
html {
	height: 100vw;
}
header  {
	width: 100%;
	float: none;
	clear: both;
	height: 45px;
	margin-bottom: 10px;
}
main {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
article {
	padding-left: 50px;
	padding-right: 50px;
}
section {
	width: 100%;
	display: inline-block;
	float: left;
	clear: both;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}
aside {
	background-color: hsla(79,78%,40%,1.00);
}
aside img {
}
footer {
	float: left;
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
article h1 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 25px;
	color: #919BA5;
	line-height: 120%;
	margin-top: 25px;
	margin-bottom: 25px;

}
article h2 {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 40px;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 25px;
}
article h3 {
}
article img {
	height: auto;
}
article p {
	font-weight: normal;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.uhrzeit {
	text-align: center;
	/* [disabled]width: 30%; */
	text-transform: uppercase;
}
.kurs {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

article a {
	color: #0066AA;
}

iframe {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inherit;
}
.maxwidth {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.bildKlein {
	max-width: 400px;
	margin-top: 50px;
	margin-bottom: 25px;
}

.padding {
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.logo {
	width: 50%;
	float: left;
	position: absolute;
	/* [disabled]top: 40px; */
	z-index: 10000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: -40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	max-width: 90px;
	height: auto;
}
.bgVarI {
	background-color: hsla(204,100%,33%,1.00);
}
.bgVarII {
	background-color: hsla(0,0%,90%,1.00);
}
.bgVarIII {
	background-color: hsla(0,0%,70%,1.00);
}
.bgVarIIII {
	background-image: url(../images/layout/AdobeStock_284974291.jpeg);
	background-repeat: no-repeat;
	background-position: -25% 0%;
	background-size: auto 100%;
	background-color: #38AAE1;

}
.fourButton {
	text-align: center;
	margin-bottom: 25px;
}
.fourButton img {
	width: 100%;
	max-width: 100px;
}

nav {
}
#navigation {
	position: fixed;
	left: -100vw;
	top: 0px;
	height: 100vh;
	background-color: hsla(210,10%,61%,1.00);
	opacity: 0;
	font-size: 15px;
	line-height: 20px;
	z-index: 50000;
	width: 100%;
}
nav ul {
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
nav ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: hsla(0,0%,100%,1.00);
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav ul a li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hamburger {
	width: 50px;
	height: auto;
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 1000;
	background-color: hsla(204,100%,33%,1.00);
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.25);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.25);
}
.x {
	position: relative;
	width: 50px;
	height: 50px;
	float: right;
	display: inline-block;
	background-color: hsla(204,100%,33%,1.00);
	color: hsla(204,100%,33%,1.00);
	margin-top: 25px;
	margin-right: 25px;
	background-image: url(../images/layout/x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	border: 5px solid hsla(0,0%,100%,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	width: 100%;
	max-width: 300px;
	background-color: hsla(204,100%,33%,1.00);
	text-decoration: none;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	text-align: center;
}
.button:hover {
	background-color: hsla(0,0%,30%,1.00);
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.25);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.25);
}
.ontop {
	width: 20px;
	height: 20px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background-color: hsla(0,0%,0%,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 5px solid hsla(0,0%,100%,1.00);
	z-index: 20000;
}
.imgWidth {
	max-width: 500px;
	margin-top: 25px;
	width: 100%;
}
.topheader {
	display: inline-block;
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	}
.topheaderText {
	float: left;
	margin-left: 0px;
	/* [disabled]width: 245px; */
	text-align: center;
}
.topheaderButton {
	display: none;
}
.topheaderButton a {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.sliderBild {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	z-index: 10;
	max-width: 1550px;
	/* [disabled]border: 10px solid #FFFFFF; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -7px;
}
.bildGross{
	padding-top: 15%;
	padding-right: 15%;
	padding-bottom: 15%;
	padding-left: 15%;
	background-size: cover;
}
.articleContent {
	border: 5px solid #FFFFFF;

		
}
.TextUndBild {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
}
.bgBild {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*Section Text Bild*/
	
.asideRight {
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.asideRight img {
	width: auto;
	clear: both;
	display: block;
	height: 100%;
	float: right;
}
.asideRight article {
	display: inline-block;
	position: absolute;
	background-color: hsla(359,100%,48%,1.00);
	float: none;
	clear: none;
	right: 0px;
}
.asideRightHeight {
	height: 300px;
	}
.asideRightContent {

	}
.articleLeft {
	z-index: 100;
	position: relative;
	width: 100%;
	margin-top: 250px;
	float: left;
}
.articleLeftHeadlines {
	display: inherit;
	float: left;
}

/*Section Bild Text*/
	
.asideLeft {
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.asideLeft img {
	width: auto;
	clear: both;
	display: block;
	height: 100%;
	float: left;
}
.asideLeft article {
	display: inline-block;
	position: absolute;
	background-color: hsla(359,100%,48%,1.00);
	float: none;
	clear: none;
	right: 0px;
}
.asideLeftHeight {
	height: 300px;
	}
.asideLeftContent {
	position: absolute;
	right: 0px;
	width: 100%;
	}
.articleRight {
	z-index: 100;
	position: relative;
	width: 100%;
	margin-top: 250px;
	float: left;
}
.articleRightHeadlines {
	display: inherit;
	float: left;
}
.news img {
	width: 100%;
}
.newsArticle {
	margin-bottom: 25px;	
}
.center {
	text-align: center;
}
.imgHalb {
	width: 100%;
	display: inline-block;
	border: 5px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.8;
}
.imgHalb:hover {
	border: 5px solid #0066AA;
	opacity: 1;
}


/*Footer*/

.footerdaten {
	display: none;
	text-align: right;
}
.footerlogo, .footerlinks {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.footerlogo img {
	width: 100px;
}
.footerlinks a {
	width: 45%;
	display: inline-block;
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-transform: uppercase;
	text-decoration: none;
	color: hsla(0,0%,100%,1.00);
	font-size: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 170px;
}
.footernavi {
	display: none;
}
.bgFooterOne {
	background-color: hsla(0,0%,10%,1.00);
}
.bgFooterTwo {
	background-color: hsla(0,0%,0%,1.00);
}
.bgFooterTwo, .bgFooterOne {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.copyrights {
	color: #919BA5;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	margin-top: 33px;
	margin-left: 20px;
}

.onlyDesktop {
	display: none;
	}

/*Visual Lightbox*/

#vlightbox1 {
	width: 100%;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1500px;
	padding-bottom: 25px;
	padding-top: 25px;
}
#vlightbox1 .vlightbox1 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display:inline;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 50%;
	font-family: Trebuchet,Tahoma,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	opacity: 0.87;
	outline: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	opacity:1;
}
#vlightbox1 .vlightbox1 img{
	display: inherit;
	border: none;
	width: 100%;
	height: auto;
}
#vlightbox1 .vlightbox1 div {display:none}

/*Small Slider*/

.smallSliderText {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	position: relative;
}
.smallSlider {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.smallSlider img {
	width: 100%;
	height: auto;
}

/*Formular*/

label {
	float: none;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
input {
}
.auswahlForm {
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 30px;
	font-size: 18px;
	margin-left: 0px;
}
textarea {
	height: 200px;
}
.formelement {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	border: 1px solid #666666;
	border-radius: 5px;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#trick {display: none}
#submit  {
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-bottom: 30px;
	border-width: 0px;
	border-style: none;
}
.checkbox {
}
#kontaktformular {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
}

/*Downloads*/

.downloadelement {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px;
	background-color: hsla(0,0%,100%,1.00);
}

.downloadelement:hover {
	background-color: hsla(207,70%,82%,1.00)
}
.downloadbild {
	width: 50px;
	height: auto;
}
.downloadtext {
}
.downloadicon {
	width: 50px;
	height: auto;
}
.clearBoth {
	clear: both;	
}
section article ul{
	padding-left: 0px;
}
section article ul li{
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 2px dotted #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 41px;
	text-indent: 0px;
	padding-left: 0px;
	font-size: 20px;
	color: #0066AA;
}
section article hr {
	width: 50%;
	border-top: 1px dotted hsla(0,0%,0%,0.25);
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
.onlyMobile {
}
.mobileButton {
    text-align: center;
    margin-bottom: 5px;
    width: 48%;
    margin-top: 0px;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1%;
    display: inline-block;
    float: left;
}
.mobileButtons {
    margin-top: 30px;
    clear: both;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -25px;
}
.auswahl {
	margin-top: 20px;
	display: inherit;
	position: relative;
}
.articleHalb {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.white {
	color: #FFFFFF;	
}
#auswahlFadeI {
	display: none;
	clear: both;
}
#auswahlFadeII {
	display: none;
	clear: both;
}


@media screen and (min-width : 650px ){

/*Visual Lightbox*/
	
#vlightbox1 .vlightbox1 {
	width: 25%;
}
.uhrzeit {
	text-align: left;
	width: auto;
	margin-bottom: 25px;
	float: left;
	margin-right: 20px;
}
.kurs {
	text-align: left;
	margin-bottom: 25px;
	float: left;
}
.formularhalb {
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	/* [disabled]border: 1px solid hsla(0,0%,100%,1.00); */
	background-color: hsla(0,0%,100%,1.00);
}

.formularvoll {
	width: 98%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	margin-top: 2%;
	/* [disabled]border: 1px solid hsla(0,0%,100%,1.00); */
	background-color: hsla(0,0%,100%,1.00);
}

/*Downloads*/

.downloadelement {
	padding-bottom: 0px;
}
	
.downloadtext {
	width: auto;
	text-align: left;
	margin-bottom: 35px;
	margin-left: 80px;
	margin-top: 0px;
	margin-right: 25px;
}
.downloadicon {
	float: right;
}
.downloadbild {
	float: left;		
}

.articleHalb {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	
}
.onlyMobile {
	display: none;
}
header {
	width: 100%;
	float: none;
	clear: both;
	height: 60px;
}

.copyrights {
	color: #919BA5;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	margin-top: 33px;
	float: left;
	margin-left: 20px;
}
.logo {
	max-width: 164px;
}
.auswahl {
	margin-top: -90px;
	z-index: 100000;
	display: inherit;
	position: relative;
}
.articleHalb {
	text-align: center;
	padding: 25px;
}
.articleHalb {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	
}
article p {
	font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.topheaderButton {
	display: block;
	float: right;
	color: #FFFFFF;
	margin-right: 60px;
}




	
	
}



@media screen and (min-width:1000px){

.slider {
	/* [disabled]background-color: #0066AA; */
	width: 100%;
	text-align: center;
	display: inline-block;
	overflow-y: hidden;

}

/*Small Slider*/
.smallSliderText {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25%;
	position: relative;
	margin-left: 30%;
	margin-top: 0px;
	
}
.smallSlider {
	position: relative;
	width: 50%;
	/* [disabled]left: 10%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	display: inline-block;
	float: left;
	margin-top: 100px;
	z-index: 1000;
	
}
	
.onlyDesktop {
	display: inline-block;
	}	
.padding {
}

/*Section Text Bild*/
	
.asideRight {
	position: relative;
	z-index: 50;
	width: 55%;
	top: 50px;
	background-size: cover;
	left: auto;
}
.asideRight img {
	width: auto;
	clear: both;
	display: block;
	height: 100%;
	float: right;
}
.asideRight article {
	display: inline-block;
	position: absolute;
	background-color: hsla(359,100%,48%,1.00);
	float: none;
	clear: none;
	right: 0px;
}
.asideRightHeight {
	height: 425px;
	}
.asideRightContent {
	position: absolute;
	right: 0px;
	width: 100%;
	}
.articleLeft {
	width: 65%;
	margin-top: 0px;
}
.articleLeftHeadlines {
	float: none;
	position: relative;
}

nav {
}
#navigation {
	position: relative;
	left: 0px;
	top: 0px;
	height: 60px;
	background-color: transparent;
	opacity: 1;
	font-size: 15px;
	line-height: 20px;
	z-index: 50000;
	width: 100%;
	font-weight: 500;
}
nav ul {
	padding-right: 0px;
	padding-left: 20px;
	width: auto;
	margin-top: 0px;
	display: inline-block;
	float: right;
	margin-right: 0px;
	overflow-y: hidden;
	height: 60px;
	margin-bottom: 0px;
}
nav ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: hsla(0,0%,0%,1.00);
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-transition: all 100ms ease-in-out 50ms;
	-o-transition: all 100ms ease-in-out 50ms;
	transition: all 100ms ease-in-out 50ms;
	height: 60px;
}
nav ul a:hover {
	background-color: hsla(200,74%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
#navigation ul .active {
	background-color: #FFFFFF;
	color: #000000;
}

nav ul a li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hamburger, .x {
	display: none;
	-webkit-box-shadow: 5px 0px;
	box-shadow: 5px 0px;
}
	
/*Section Bild Text*/
	
.asideLeft {
	position: relative;
	z-index: 50;
	width: 55%;
	background-size: cover;
	/* [disabled]top: 300px; */
}
.asideLeft img {
	width: auto;
	clear: both;
	display: block;
	height: 100%;
	float: left;
}
.asideLeft article {
	display: inline-block;
	position: absolute;
	background-color: hsla(359,100%,48%,1.00);
	float: none;
	clear: none;
	right: 0px;
}
.asideLeftHeight {
	height: 425px;
	}
.asideLeftContent {
	position: absolute;
	right: 0px;
	width: 100%;
	}
.articleRight {
	width: 65%;
	margin-top: 0px;
}
.articleRightHeadlines {
	position: relative;
	float: none;
	text-align: right;
}
.buttonAlignRight {
	text-align: right;
	}
.articleContent {
}
.mobileButton {
	text-align: center;
	margin-bottom: 25px;
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news {
	background-image: url(../images/layout/AdobeStock_284974291.jpeg);
	background-position: center center;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}	
.newsArticle {
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.newsArticle img {
	width: 100%;
}
section {


}
.topheader {
	display: inline-block;
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	}

/*Footer*/


.footerlogo, .footerlinks {
	display: inline-block;
	width: 50%;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0px;
	padding-right: 25px;
}
.footerlogo {
		clear: both;
	}
.footerlogo img {
	width: 100px;
	float: left;
}
.footerlinks a {
	width: auto;
	display: inline-block;
	float: right;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
}
.footernavi, .footerdaten {
	display: inline-block;
	float: left;
	width: 50%;
}
.footerdaten {
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footernavi a, .footerdaten a {
	text-decoration: none;
	color: hsla(0,0%,100%,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	/* [disabled]border: 1px solid hsla(0,0%,100%,1.00); */
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fourButton {
	text-align: center;
	margin-bottom: 25px;
	width: 21%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2%;
	margin-right: 2%;
}

.topheaderButton {
	float: right;
	color: #FFFFFF;
	margin-right: 0px;
}
.logo {
	top: 40px;
	max-width: 205px;

}
}
.newsBild {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    max-width: 600px;
}
.border {
	border: 10px solid hsla(0,0%,70%,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
