@font-face { 
	font-family: "Open Sans";
	src: url(../../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: url(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

/* General */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #cecece;
  line-height: 1.35rem;
}
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: 30%;
}
.header {
  margin: 0;
  padding: 0;
  position: relative;
}
.title_box {
  width: 70%;
  padding: 1rem 3rem;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: -23px;
}
.abstand {
  height: 30px;
}
.benefits {
  margin: 1rem 0 1rem 3rem;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background-color: #ffe955;
}
.content {
  padding: 1.5rem 3rem;
}
.footer {
  background-color: #f7f9fd;
  padding: 1rem 1.5rem;
  text-align: center;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-box {
  margin: 1rem 0;
  padding: 0;
  width: 48%;
}
.flex-box-ap {
  margin: 1rem 0;
  padding: 0;
  width: 20%;
}
.flex-box-contact {
  margin: 1rem 0;
  padding: 0;
  width: 75%;
}
/* Headlines */
h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}
/* Links */
a {
  color: #000;
  text-decoration: none;
}
.footer a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
  width: auto9; /* ie8 */
  border: 0;
}
/* Button */

.button_box {
	text-align: center;
margin-top: 1rem;
}

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

.button a {
	display: inline-block;
	background: #458ecc;
	padding: 0.7rem 1.6rem;
	margin: 0 auto;
	cursor: pointer;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
}
.button a:hover {
	background-color: #ff5c20;
	text-decoration: none;
	color: #fff;
}


/* Lists */
ul {
  padding: 0;
  margin: 0 0 0 0.95rem;
}
li {
  padding: 0.25rem 0;
}
/*--- 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 {}