/* 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.
 */

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}





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

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

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

body {
  font-family: "Roboto", Arial, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #f5f6f7;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  line-height: 1.4;
  color:#535559;
  font-weight: 400;
  font-size: 0.9rem;
}

.intro{
font-size:0.9rem;
}

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

.button:link, .button:visited, .button:active {
               color: #FFF;
               text-decoration: none;
               background-color: #007dbe;
               padding: 1rem 2rem;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              border-radius: 30px;
               -webkit-transition: all 0.3s ease-out;
               -moz-transition: all 0.3s ease-out;
               -ms-transition: all 0.3s ease-out;
               -o-transition: all 0.3s ease-out;
               transition: all 0.3s ease-out;
}
.button:hover {
               color: #FFF;
               text-decoration: none;
               background-color: #00a3e0;

             -webkit-border-radius: 30px;
             -moz-border-radius: 30px;
              border-radius: 30px;
}




#logo{
	padding:1.5rem 4%;
}

#logo img{
	width:25%;
}

.content {
  padding: 1rem 4%;
}

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

.blau{color:#007dbe;}
.grau{color:#535559;}

p {
  margin:0;
}

p:empty {
  height: 1rem;
}

.abstand10{
	margin-top:0.625rem;
}

.abstand15{
	margin-top:0.9rem;
}

.abstand25{
	margin-top:1.5rem;
}

#titel{
	background:#007dbe;
	color: rgba(255,255,255,1);
	padding: 0.5rem 4%;
	text-align: center;
}

h1 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 2rem;
	font-weight: 700;
}

h2 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: 700;
}

/*
Writing Mode

writing-mode: horizontal-tb;
writing-mode: vertical-rl;
writing-mode: vertical-lr;

*/

/*

.zweispaltig{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

*/

/* -------------- FLEXBOX -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin:1rem 0;
	flex-wrap: wrap;
  flex-direction: row;
}

.left{
	width:48%;
}

.right{
	width:48%;
}

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

#kontakt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
	align-items: center;
	background: #00a3e0;
}

#kontaktLeft{
	width:40%;
	background: #007dbe;
	color: rgba(255,255,255,1);
	padding: 1rem 4%;
	text-align: center;
}

#kontaktLeft img{
	display: inline-block;
	width:40%;
	margin: 0 0 0.5rem 0;
}

#kontaktRight{
	width:60%;
	padding: 1rem 4%;
	text-align: center;
}

#kontaktRight img{
	display: inline-block;
	width:35%;
}

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

#benefits {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 1rem 4%;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}

#benefits > div{
	width:14%;
	text-align: center;
}

#benefits img{
	display: inline-block;
	margin: 0 0 0.2rem 0;
}

/* -------------- FLEXBOX -------------------- */

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

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

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

#footer {
	background: #F1F2F3;
	padding:1rem 4%;
}

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

img {
	  max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
	display: block;
}

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

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

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

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

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

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

#kontakt a:hover {
  text-decoration: none;
  color:#000;
}

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

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0 1rem;
}

li::before{
	content:"•";
	position: absolute;
	top: -0.18rem;
	left: 0.05rem;
	font-weight: 700;
	font-size: 1rem;
}

/*
Zeichen:
----------------
Punkt: •
Kleiner Punkt mittig: ‧
Quadrat Klein: ▪
Quadrat Gross: ■

*/

.ausblenden {
}

.einblenden {
	display:none;
}

/* -------------- 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;") -------------------- */

/* -------------- FLEXBOX -------------------- */

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

.left {
  width: 48%;
  padding: 1rem 3%;
}

.right {
  width: 48%;
  padding: 1rem 3%;
}
*/

/* -------------- FLEXBOX -------------------- */


.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

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

.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;
}

.button_box {
  text-align: center;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #0065FF;
  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 #0065FF;
  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: #fff;
  text-decoration: none;
  color: #0065FF;
}

/*
_______________________

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;
}

*/

.refnr{}
.apply{}

/*-----Slider-----*/

.verlaufBlau {
	z-index: 5;
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0,125,190,1) 0%, rgba(0,125,190,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,125,190,1) 0%,rgba(0,125,190,0) 100%);
    background: linear-gradient(to right, rgba(0,125,190,1) 0%,rgba(0,125,190,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dbe', endColorstr='#00007dbe',GradientType=1 );
}

#sliderBox{
	position: relative;
}

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

.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;
  padding:0;
  list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow {
	margin:0;
	padding: 0;
}

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

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


/* ------------------- Slider 3 Bilder ------------------------ */

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

.slideshow-3-bilder 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 ease-in-out infinite;
  animation: image 18s ease-in-out infinite;
}

@keyframes image {
0% {
    opacity: 0;
    }
    2% {
    opacity: 1;
    }
    33.3333% {
    opacity: 1;
    }
    35.3333% {
    opacity: 0;
    }

   100% {
        opacity: 0;
        }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        }
        2% {
        opacity: 1;
        }
        33.3333% {
        opacity: 1;
        }
        35.3333% {
        opacity: 0;
        }
    
       100% {
            opacity: 0;
            }
}

.slideshow-3-bilder li {
  margin:0;
  padding:0;
  list-style: none;
}

.slideshow-3-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow-3-bilder {
  padding-left: 0;
  margin:0;
}

ul.slideshow-3-bilder li::before {
  display: none;
}

/* ------------------- Slider 3 Bilder ENDE ------------------------ */


/* ------------------- Slider 4 Bilder ------------------------ */

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

.slideshow-4-bilder 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;
    }
    3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    }
    35% {
    opacity: 1;
    }
    38% {
    opacity: 0;
    }
}

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

.slideshow-4-bilder li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-4-bilder li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

ul.slideshow-4-bilder {
  padding-left: 0;
  margin:0;
}

ul.slideshow-4-bilder li::before {
  display: none;
}

/* ------------------- Slider 4 Bilder ENDE ------------------------ */

.refnr {}

.apply {}
