/* Version: 05.03.2018 */


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

 /* ----------------------------------------------------------- */

body {
font-family: 'Tahoma' ,Noto Sans, Arial, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #373737;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;

background-image: url(bg.jpg);
	background-size: cover;
	background-position: center;
	
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
/* 	background-color:#e5eff5;*/
}




p {
  margin: 0;
}

small{
	font-size: 0.5em;
}

.abstand-bottom{
  margin-bottom: 0.4rem;
}

h1 {
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
	color: #e3104d;
	text-align: center;
	
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 600;
	color: #b2c9d1;
}



h3 {
  margin: 0;
  	line-height: 1.5;
font-size: 1rem;
font-weight: 600;
color: #b2c9d1;
margin-bottom: 0.2rem;
	
}

h4 {
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: 650;
	color: #5aad29;
	margin-bottom: 0.4rem;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color:rgba(255, 255, 255 0);
    font-size: 0.85rem;
	margin-top: 10rem;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	
}


.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.greater{
	font-size: 1.2em;
	line-height: 1.45em;
}

.logo {
text-align: left;
padding: 1rem;
position: absolute;
z-index: 8;
top: -3.5rem;
	
}

.logo img{
	 width: 70%;
}

.header {
  position: relative;
}

.farbe{
color: #33AA33;
}

.headline{
font-size: 1.1em;
font-weight: bold;
margin: 0.4rem 0;
}

.title-block {
  position: absolute;
  bottom: 3%;
  right: 0;
  padding: 0.5rem 3%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(0, 0, 0);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
} 

.content {
  padding: 1.1rem 3%;
	background-color: #fff;
	
	
}

.content::after {
  content: "";
  display: block;
  clear: both;
}


.content2 {
  padding: 1.1rem 6%;
}

.content2::after {
  content: "";
  display: block;
  clear: both;
}






.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.footer {
padding: 1.1rem 3%;
	border-top: 0.1rem solid #e4e9ed;
	color: #000;
	text-align: left;
	padding-top: 0.7rem;
	 background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
	border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}


.footer::after {
  content: "";
  display: block;
  clear: both;
}










img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
  color: #185472;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #185472;
}

a:hover {
  text-decoration: underline;
  color: #185472;
}

a:active {
  text-decoration: none;
  color: #185472;
}

p.a {
  white-space: nowrap;
}

ul {
  margin: 0 auto 0rem 0.5rem;
  padding-left: 0.5rem;
 list-style-type: none; 
}

li {
  
  position: relative; 
  margin: auto;
  padding: 0;
	margin-bottom: 0.4rem;
}


 
li::before {
  position: absolute;
  top: 0rem;
  left: -1.2rem;
  content: "•";
	font-size: 1.1rem;
	color: #e3104d;
} 





.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.cc{
column-count: 2;
column-gap: 1.5rem;
}

.refnr {}

.justifier {
  text-align: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.justify{
	text-align: justify;
}


.center{
	text-align: center;
}








.intro{
	
	padding: 1rem 2%;
		background-color: #fff;
	padding-top: 1rem;
	width: 40%;
		
	
}





/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

/* .flex {
  display: table;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */

.flex {
 display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-justify-content: space-between;
justify-content: space-between;
	
}




.rechts {
  width: 60%;
 	background-color: #fff;
	padding: 1rem 2%;
		
	
}



.rechts_slider {
  width: 70%;
 	background-color: #fff;
	position: relative;
z-index: 3;
top: -3rem;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
	margin-bottom: -4rem;

}

.rechts_slider img{
	padding: 1.5rem;
margin-bottom: -3rem;

}


.links_slider {
  width: 30%;
 	background-color: #fff;
	padding: 1rem 2%;
		border-top-left-radius: 15px;
	
}




.button_box {
  text-align: left;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}



.white{
	
	color: #fff;
}


.grau{
	color: #373737;
}

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  padding: 0.3rem 1rem 0.3rem 1rem;
  margin: 1rem auto;
  cursor: pointer;
	font-size: 1.1em;
 background-color: #e3104d;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
	

}
.button a:hover {
  
  background-color: #e3104d;
text-decoration: underline;
	color: #fff;
	
}

/*Slider*/

#sliderBox{
	position: relative;
z-index: 2;
}

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
border-top-right-radius: 92px;
border-top-left-radius: 92px;
	
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 9s linear infinite;
  animation: image 9s linear infinite;
}

@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow li::before{
	display:none !important;
}

.slideshow ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}


.slideshow_3 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow_3 li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 18s linear infinite;
    animation: image 18s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      opacity: 1;
    }
    38% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow_3 li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow_3 li:nth-child(1) span {}
.slideshow_3 li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow_3 li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}


ul.slideshow_3 {
    margin: 0;
    padding-left: 0;
}

.slideshow_3 li::before {
	display: none;
}







/* SLIDER ENDE */

/* SLIDER ENDE */


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
