/* Version: 05.03.2018 */

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

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

strong {
  font-weight: 700;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.6;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
  text-rendering: optimizeLegibility;
}

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

a:link,
a:visited,
a:active,
a:focus {
  color: #323232;
  text-decoration: none;
}

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

p {
  margin: 0 0 1.3rem 0;
}

h1, h2, h3 {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

h1 {
  position: relative;
  color: #0074c7;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  margin: 2rem 0 4rem;
}

h3 {
  color: #0074c7;
  font-size: 1rem;
  margin: 3rem 0 1rem;
}

.subline {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

h1:before {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 0.1rem;
  background: #c1c1c1;
}

h2 {
  font-size: 1.5rem;
}

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

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

li:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -0.7rem;
  width: 0.7rem;
  height: 0.8rem;
  background: url('bp.png') no-repeat top left / 0.6rem;
} 

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

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

.content {
  padding: 1.1rem 3%;
}

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

.hide {
  display: none;
}

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

.left {
  width: 74%;
}

.right {
  width: 20%;
}

.footer {

}

.logo {
  margin: 2rem auto;
  width: 15rem;
}

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

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

.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 12s linear infinite;
  animation: image 12s 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;
  }
  60% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    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;
  }
  60% {
    opacity: 1;
  }
  63% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

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

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background: #0074c7;
  padding: .6rem 2.5rem .6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  color: #fff; 
  text-align: center;
  position: relative; 
  width: 100%;
}

.button a span {
  position: relative;
  color: #fff;
  display: inline-block;
}

.button a span:before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -2rem;
  width: 2rem;
  height: 1rem;
  background: url('button_icon.png') no-repeat top left / 2rem;
}

.button a:hover {
  text-decoration: none;
}

.footer {
  background-color: #f8f8f8;
  padding: 1rem 3%; 
  border-bottom: 2rem solid #0074c7;
}

.footer p {
  margin-bottom: 0.25rem;
}

.icon {
  width: 1rem;
}

.mb--l {
  margin-bottom: 1.5rem !important;
}

.benefitsBox {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
}

.benefitsBox > div {
    width: 22%;
    text-align: center;
    font-weight: 400;
}

.benefitsBox img{
  width:30%;
  display:inline-block;
  margin:0 0 0.5rem;
}

.benefitsBox p {
color:#000000;
}

.refnr {}

.apply {}

/*Slider*/

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

/* BEGINN Slider mit 3 Bildern mit transform Animation */

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

}
.slideshow-3-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-3-bilder 18s linear infinite;
  animation: image-3-bilder 18s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  4% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  37.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  4% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  37.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

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

.slideshow-3-bilder li:nth-child(1) span {
}

.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 {
    margin:0;
}


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}


/* BEGINN Slider mit 4 Bildern mit transform Animation */

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

}
.slideshow-4-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-3-bilder 18s linear infinite;
  animation: image-3-bilder 18s linear infinite;
}

@keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  4% {
    transform: translateX(0);
  }
  
  40% {
    transform: translateX(0);
	
  }
  
  50% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

@-webkit-keyframes image-4-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  4% {
    transform: translateX(0);
  }
  
  40% {
    transform: translateX(0);
	
  }
  
  50% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

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

.slideshow-4-bilder li:nth-child(1) span {
}

.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 {
    margin:0;
}

