@import url(../../css2_3b6aaadbbf4bfe16.css);
/* General */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  word-spacing: normal;
  background-color: #b9bcc6;
  line-height: 1.5;
}
p {
  margin: 0;
}
p:empty {
  height: 1rem;
}
strong {
	font-weight: 700;
}
hr {
  border: none;
  height: 2px;
  background-color: #e3000f;
}
#rahmen {
  padding: 0px;
  max-width: 780px;
  margin: 1.25rem auto;
  background-color: #FFF;
  font-size: 1rem;
  position: relative;
}
.logo {
  padding: 1rem 1.5rem;
}
.logo img {
  width: 30%;
}
.header {
  margin: 0;
  padding: 0;
  position: relative;
}
.content {
  padding: 1.5rem;
}
.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: 48%;
}
.flex-box-contact {
  margin: 0;
  padding: 1rem;
  width: 45%;
}
.flex-box-contact:first-child {
  width: 15%;
  padding: 0;
}
.flex-box-contact:last-child {
  padding: 0;
  width: 82%;
}
.box_gray {
  margin: 0;
  padding: 1rem;
  color: #00336e;
  background-color: #b9bcc6;
  clip-path: polygon(100% 0, 100% 83%, 97% 100%, 0 100%, 0 0);
}
.box_blue {
  margin: 0;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #00336e;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 0 75%);
  width: 89%;
}
/* Headlines */
h1 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #00336e;
}
/* Links */
a {
  color: #00336e;
  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: #00b0f0 scroll right top;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 12rem;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0.8rem;
  margin: 0.9rem auto;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.button a:hover {
  background: #0078a3;
}
/* 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: 0;
  left: 0;
  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;
}
.refnr {}
.apply {}