/* --- Normal --- */
@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, 900;
	font-style: normal;
}

/* --- Italic --- */
@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, 900;
	font-style: italic;
}
/* General */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #878787;
  ;
  text-decoration: none;
  font-weight: 300;
  word-spacing: normal;
  background-color: #fff;
  line-height: 1.5;
}
p {
  margin: 0;
}
p:empty {
  height: 1rem;
}
#rahmen {
  padding: 0px;
  max-width: 780px;
  margin: 1.25rem auto;
  background-color: #fff;
  font-size: 0.85rem;
  position: relative;
}
.logo {
  padding: 1.5rem;
}
.logo img {
  width: 22%;
}
.header {
  margin: 0;
  padding: 1.5rem;
  position: relative;
}
.content {
  padding: 0 1.5rem;
}
.footer {
  background-color: #fff;
  padding: 0 1.5rem;
  color: #333;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-box {
  margin: 0;
  padding: 0;
  width: 44%;
}
.flex-box-icon {
  margin: 0;
  padding: 0;
  width: 10%;
}
.flex-box-benefits {
  margin: 0;
  padding: 5px 0 0 0;
  width: 88%;
}
.header .flex-box {
  margin: 0;
  padding: 0;
  width: 48%;
}
.box {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px #b9b9b9;
  -moz-box-shadow: 0 0 10px #b9b9b9;
  -webkit-box-shadow: 0 0 10px #b9b9b9;
}
.footer .box {
  padding: 0;
}
.footer .flex-box {
  width: 50%;
}
.box-grey {
  margin: 0.5rem;
  padding: 0.75rem;
  color: #000;
  width: 44%;
  font-weight: 600;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px #b9b9b9;
  -moz-box-shadow: 0 0 10px #b9b9b9;
  -webkit-box-shadow: 0 0 10px #b9b9b9;
}
/* Headlines */
h1, .h1 {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
}
h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #009A9D;
  text-transform: uppercase;
}
/* Links */
a {
  color: #009A9D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
  width: auto9; /* ie8 */
  border: 0;
}
/* Button */
.button a {
  background: #fff scroll right top;
  border: 2px solid #009A9D;
  color: #009A9D;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  width: 12rem;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0.75rem;
  margin: 1rem 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.button a:hover {
  background-color: #009A9D;
  color: #fff;
}
/* Lists */
ul {
  padding: 0;
  margin: 0 0 0 0.95rem;
  list-style: none;
}
li {
  padding: 0.15rem 0;
}
li::before {
  content: "";
  height: 10px;
  display: inline-block;
  position: absolute;
  margin-left: -15px;
  margin-top: 6px;
  width: 10px;
  border-radius: 3px;
  background-color: #009A9D;
}
/*--- Slideshow 3 Bilder ---*/
.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 9s linear infinite;
  animation: image_3Bilder 9s 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;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow_3Bilder li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow_3Bilder {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow_3Bilder li::before {
  display: none !important;
}
.slideshow_3Bilder ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}
/*--- Slideshow 4 Bilder ---*/
.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}
@keyframes image_4Bilder {
  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;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_4Bilder {
  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;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow_4Bilder li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
ul.slideshow_4Bilder {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow_4Bilder li::before {
  display: none !important;
}
.slideshow_4Bilder ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}
.refnr {}
.apply {}