/* Version: 05.03.2018 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

 /* ------------------- 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: 'Open Sans', Helvetica, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #666;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.2;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #fefefe;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.85rem;
}

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


h1 {
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 0;
  margin: 1rem 0;
  font-weight: normal;
  color: #009eaf;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
}


.untertitel {
  margin-bottom: 0.3rem;
  line-height: 1;
  font-size: 1rem;
	color: #009eaf;
	text-transform: uppercase;
}

.tuerkis {
	color: #009eaf;
}

.rot {
	color: #980a40;
}   

.text_gross {
	font-size: 1rem;
}

.logo {
	width: 14rem;
	padding: 2% 5%;
}

.header {
  padding: 1.1rem 5%; 
}

.title-block {
  position: absolute;
  top: 0;
  right: 0;
	width: 100%;
  padding: 2% 5%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(255, 255, 255);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
	z-index: 1;
} 

.content {
  padding: 1.1rem 5% 0 5%;
}

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

.box_grau {
	background-color: #f2f2f2;
	padding: 3%;
	margin-bottom:1rem;
}



.footer {
  padding: 2% 5%; 
	background-color: #980a40;
	color: #fff;
}

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

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

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

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

a:hover {
  text-decoration: none;
   color: #980a40;
}

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


.footer a:link {
  color:#fff;
  text-decoration: none;
}

.footer a:visited {
  text-decoration: none;
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
    color: #009eaf;
}

.footer a:active {
  text-decoration: none;
  color: #fff;
}


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

li {
    position: relative;
    margin: auto;
    padding: 0 0 0.5rem 0;
}

li:last-child {
    position: relative;
    margin: auto;
    padding: 0;
}

li::before {
  position: absolute;
  top: -1px;
  left: -0.8rem;
  content: "•";
  font-size: 0.9rem;
  color: #980a40;
} 



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

.hide {
  display: none;
}

.hide_m {
  display: block;
}

.refnr {}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

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

p:empty {
  height: 1rem;
}




.slider-wrap_3bilder{
	margin-top:0px;
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;

}

.slideshow_3bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_3bilder 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_3bilder 18s linear infinite;
  animation: image_3bilder 18s linear infinite;
}
@keyframes image_3bilder {
  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_3bilder {
  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;
  }
  29% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_3bilder li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow_3bilder li:nth-child(1) span {}
.slideshow_3bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_3bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow_3bilder {
	margin:0;
}


ul.slideshow_3bilder {
	margin:0;
	padding: 0;
}

.slideshow_3bilder li::before {
	content: "";
	
}




.slider-wrap{
	margin-top:0px;
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;

}

.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 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
 20% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
	margin:0;
	padding: 0;
}

.slideshow li::before {
	content: "";
	
}


/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}


/*
_______________________

MARKIERTER TEXT
_______________________

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

*/
.apply {}
