/* 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;300;400;500;600;700&display=swap');
 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

 /* ----------------------------------------------------------- */

body {
  font-family: 'Fira Sans', sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #65666b;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 0.5rem 0;
}

.abstand {
  margin: 0.5rem 0 0rem 0;
}


.ueber {
	background-image: linear-gradient(90deg,#00aad2,#b7cf41);
	color: #fff;
	padding: 0.25rem 2%;
	font-size: 0.95rem;
}

h1 {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #000;
	text-align: center;
}

h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: normal;
}
 
h3 {
margin: 0;
  line-height: 1.5;
  font-size: 1.0rem;
  font-weight: 700;
}

#frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.825rem;
}

#frame-outer::after {
  content: "";
  display: block;
  clear: both;
}


#logo {
   padding: 1.25rem 4%;
	width: 30%;

}

#header {
  position: relative;
}

#slogan {
  position: absolute;
  bottom: 3%;
  left: 0;
  padding: 0.5rem 3%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(100, 30, 30);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(100, 30, 30, 0.8);
  color: #fff;

} 

.content_teil {
  padding: 0rem 0% 0rem 0%;
}
.content {
  padding: 1rem 4% 1rem 4%;
  position: relative;
}

.smileybg {
  
  position: absolute;
  width: 20%;
  z-index: 30;
  bottom: 2rem;
  right: 2rem;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.box {
	background-color: rgba(128, 128, 128, 0.80);
	padding: 1rem 4%;
}

#title {
	background-image: linear-gradient(90deg,#00aad2,#b7cf41);
	color: #fff;
	padding: 0.5rem 4%;
}

.titel{
	position: absolute;
	left: 0;
	top: 6rem;
	color: #FFF;
	z-index: 10;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	background: rgb(74, 0, 6); /* The Fallback */
	background: rgba(128, 128, 128, 0.80); 
	text-align: center;
	padding: 3%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.ausblenden {

}

.box-left {
  padding: 1rem 2% 0rem 4%;
  float: left;
  width: 65%;
  
}

.box-right {
	padding: 1rem 4% 1rem 2%;
  float: right;
  width: 35%;
	background-color: #e5e5e5;
	
}

#footer {
padding: 1.1rem 4%;
	background-color: #f1f1f1;

}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  color: #65666b;
}

a:visited {
  text-decoration: none;
	color: #65666b;
}

a:hover {
  text-decoration: underline;
	color: #65666b;
}

a:active {
  text-decoration: none;color: #65666b;
}

ul {
  margin: 0.5rem auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: none;
	color: #000;
}

li {
  position: relative;
  margin: auto;
  padding: 0;
}


li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "•";
  font-size: 0.8rem;
  color: #000;
} 



.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.refnr {}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 1rem;
}

.table {
  display: table;
  width: 100%;
  /* ----------- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT ----------------- */
  /* border-collapse: collapse; */
  /* --------------------------------------------------------------------------------------------*/
  table-layout: fixed;
  /* ----------- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----------------------- */
  /* border-spacing: 3rem; */
  /* --------------------------------------------------------------------------------------------*/
}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

.bg-darkblue {
  background: rgb(78, 147, 250);
}

.bg-lightblue {
  background: rgb(127, 174, 245);
}

/* -------------- 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;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left{
	 width: 20%;
  padding: 1rem 0;
}


.right{
	width: 75%;
  padding: 1rem 0.5rem;
}

.left1 {
  width: 20%;
  padding: 1rem 0.5rem;
}

.left2 {
  width: 30%;
  padding: 1rem 0.5rem;
}

.right1 {
  width: 20%;
  padding: 1rem 0.5rem;
}

.right2 {
  width: 30%;
  padding: 1rem 0.5rem;
}

.footerflex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.footerleft {
  width: 55%;
  padding: 1rem 0.5rem;
}

.footerright {
  width: 44%;
  padding: 1rem 0.5rem;
}

.orangedunkel {
color: #ff6a2f;
}
.orangehell { 
color: #ff9c53;
}

.tuerkis { 
color: #4fc8b1;
}

.gruen { 
color: #5fbf49;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background-color: #005b53;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #005b53;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #7ebab5;
  text-decoration: none;
  color: #fff;
}

/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
	border-top: 0.4rem solid #ef6424;
	border-bottom: 0.4rem solid #f6a149;
}

.slider-wrap img {
	display: block;
}
  
.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;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    30% {
      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;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.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-left: 0;
}

.slideshow li::before {
	display: none;
}
  
/*

Keyframe-Berechnung:

1. 100 / Anzahl der Bilder
2. Ergebnis ist das Intervall eines einzelnen Keyframes
(Im Beispiel unten ist es die 51% {opacity: 0;})
3. Also passiert eine einzelne Animation zwischen 0% und 51%.
(0% - 8% (Differenz 8%) wird das Bild eingeblendet. Von 43% - 51% (Differenz 8%) sollte dann das Bild ausgeblendet werden)
4. Falls die Geschwindigkeit erhöht werden soll, kann die Differenz verringert werden, wobei dies am Anfang sowie am Ende gleichbleibend sein muss, damit die Animation symmetrisch abläuft.

*/
  

/*
_______________________

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;
}

*/
.trennerBild{
	border-top: 0.4rem solid #4fc8b1;
	border-bottom: 0.4rem solid #5fbf49;
}

.orange{
	color:#ef6424;
}

.apply {}
