@font-face {
	font-family: "PT Sans";
	src: url(../../ofl/ptsans/PT_Sans-Web-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url(../../ofl/ptsans/PT_Sans-Web-Italic.woff2) format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PT Sans";
	src: url(../../ofl/ptsans/PT_Sans-Web-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url(../../ofl/ptsans/PT_Sans-Web-BoldItalic.woff2) format('woff2');
	font-weight: 700;
	font-style: italic;
}

/* General */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 100%;
  color: #747474;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f9f9f9;
  line-height: 1.35;
}
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;
}
.content {
  padding: 1.5rem;
}
.footer {
  background-color: #074f9b;
  padding: 1rem 1.5rem;
  color: #fff;
  border-top: 5px solid #f19100;
}
.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%;
}
.box {
  background-color: #f1f1f1;
  padding: 2rem;
  margin: 1rem 0;
  position: relative;
}
.box::before {
  content: "";
  width: 50px;
  height: 67px;
  background: url(L_blue.png);
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 20px;
}
.box::after {
  content: "";
  width: 50px;
  height: 67px;
  background: url(L_orange.png);
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: -10px;
}
hr {
  height: 1px;
  border: none;
  background-color: #074f9b;
}
/* Headlines */
h1 {
  margin: 1.5rem 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #074f9b;
  text-align: center;
}
h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #f19100;
}
/* Links */
a {
  color: #f19100;
  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: #074f9b scroll right top;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  width: 12rem;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 1rem;
  margin: 1rem auto;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.button a:hover {
  background: #f19100;
}
/* Lists */
ul {
  padding: 0;
  margin: 0 0 0 0.95rem;
}
li {
  padding: 0.15rem 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 {}