@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800,800i&display=swap";
/* General Colors */
/* Navigation Colors */
/* Section Colors */
html, body {
  background-color: #fff;
  color: #373737;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  overflow-x: hidden !important; }

#default {
  padding-top: 110px; }

* {
  overflow: visible !important; }



@media (max-width: 767px) {
  .section .row > div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .section .row > div:first-child {
      margin-top: 0; }
    .section .row > div:last-child {
      margin-bottom: 0; } }

.animated .delay-025s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }
  .animated .delay-075s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }

.ce-border img {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  border: none !important;
  margin-bottom: 1rem;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.33); }

h1, h2, h3, h4, h5, h6 {
  color: #373737;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 0.15em;
  margin-bottom: 0.75em; }
  h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle, h5 .subtitle, h6 .subtitle {
    color: #373737;
    font-size: 1.2em;
    margin-bottom: 0; }
  h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
    margin: 0; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.15rem; }

h6 {
  font-size: 1rem; }
  h6:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #373737;
    position: relative;
    float: left;
    margin: 0.75rem 1rem 0 0; }
  h6.text-center:before {
    display: none; }

p {
  margin-bottom: 2em !important; }
  p:last-child {
    margin: 0 !important; }

.frame-section--light {
  background: #f9f9f9;
  padding: 35px 0;
  position: relative; }
  .frame-section--light h1 .subtitle, .frame-section--light h2 .subtitle, .frame-section--light h3 .subtitle, .frame-section--light h4 .subtitle, .frame-section--light h5 .subtitle, .frame-section--light h6 .subtitle {
    color: #aa0505;
    font-size: 1.2em;
    margin-bottom: 0; }
  .frame-section--dark {
    background: #373737;
    color: #fff;
    padding: 35px 0;
    position: relative; }
  .frame-section--dark h1, .frame-section--dark h2, .frame-section--dark h3, .frame-section--dark h4, .frame-section--dark h5, .frame-section--dark h6 {
    color: #fff; }

li {
  margin: 0.75em 0;
  position: relative; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }

b, strong {
  font-weight: 700; }

.btn-link {
  color: #373737; }
  .btn-link:hover {
    color: #373737; }

.button-icon {
  line-height: 2em;
  display: inline-block; }
  .button-icon .fas {
    height: 2.5em;
    width: 2.5em;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 2.5em;
    margin: 0 0.5em 0 0;
    text-align: center; }

img {
  max-width: 100%;
  height: auto; }

hr {
  border: none;
  margin: 75px 0; }

.button-solid {
  background: #373737;
  color: #fff;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5em 1em; }
  .button-solid:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #fff;
    float: right;
    margin: 1rem 0 0 1rem; }
  .button-solid:hover {
    background: #373737;
    color: #f9f9f9;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
  .button-solid:last-child {
    margin-right: 0; }

.box {
  background-color: #373737;
  color: #fff;
  padding: 2rem;
  margin-bottom: 2rem; }

.box--teaser {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.5);
  color: #373737; }

.frame-layout-box-product {
  background-color: #f9f9f9;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
  .frame-layout-box-product header {
    padding: 1em 1em 0; }
  .frame-layout-box-product .ce-below .ce-bodytext {
    padding: 0 1em 0.5em; }

@media (min-width: 767px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 1.75rem; }

  h5 {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.25rem; }

  .section {
    padding: 55px 0; }

  .button-solid {
    padding: 0.75em 1.2em; } }

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 2.8rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 1.75rem; }

  h5 {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.25rem; }

  .section {
    padding: 125px 0; }

  .button-solid {
    padding: 1em 2em; } }
/**********
 HEADER
 **********/
#header {
  background: #fff;
  color: #373737;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 1.25rem;
  font-weight: 900;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: transform 0.5s; }
  #header.is-hidden {
    transform: translateY(-100%); }
  #header.sps--blw {
    background: #fff; }
  #header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    margin: 40px; }
  #header .logo div {
    max-width: 100%; }
    #header .logo div * {
      width: 130px;
      max-width: 200px;
      margin: 0 !important;
      padding: 0 !important; }
  #header .info {
    display: flex;
    align-items: center; }
  #header .info a span {
    display: none; }
  #header .info div {
    float: left;
    padding: 2rem; }
  #header .info .info--mail {
    background: #373737;
    height: 100%;
    display: none;
    align-items: center; }
    #header .info .info--mail * {
      color: #fff; }
  #header .info .info--phone {
    background: #f9f9f9;
    height: 100%;
    display: none;
    align-items: center; }
    #header .info .info--phone * {
      color: #373737; }

@media (min-width: 576px) {
  #header .logo div * {
    width: 200px; }
    #header .info .info--phone, #header .info .info--mail {
      display: flex; }
      #header .info a span {
        display: inline; } }
/**********
 TEASER
 **********/
#pageheader {
  background: #dadada;
  margin: 110px 0 0;
  padding: 3rem 0;
  position: relative;
  overflow: hidden; }
  #pageheader > .swiper--teaser {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  #pageheader > .container {
    position: relative; }
  #pageheader .box {
    position: relative;
    z-index: 2; }
  #pageheader p:last-child {
    margin-bottom: 0; }

.teaser__inner {
  color: #fff;
  padding: 70px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .teaser__inner .container {
    height: 100%;
    top: 0; }
  .teaser__inner .container .row {
    height: 100%; }
  .teaser__inner h1 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 0.875;
    margin: 0; }

@media (min-width: 768px) {
  #teaser {
    padding-bottom: 60%; }

  .teaser__inner {
    padding: 50px 0 0; }
    .teaser__inner h1 {
      font-size: 4.5rem; } }

@media (min-width: 992px) {
  .teaser__inner h1 {
    font-size: 9.5rem; } }

@media (min-width: 1200px) {
  #teaser {
    padding-bottom: 46%; } }

#intro:after {
  content: "";
  background: #aa0505;
  display: block;
  position: absolute;
  height: 100px;
  width: 2px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%); }
/**********
 CONTENT
 **********/
.offer {
  background: #d71212;
  border-radius: 50%;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  height: 90px;
  line-height: 90px;
  position: absolute;
  text-align: center;
  transform: rotate(-15deg);
  top: -50px;
  width: 90px; }

@media (min-width: 768px) {
  .offer {
    top: 70px; } }

#content {
  overflow: hidden; }

#main-content {
  padding: 1.5em 0; }
  #main-content div[id^="c"], #main-content article[id^="c"] {
    margin: 1em 0; }

@media (min-width: 767px) {
  #main-content {
    padding: 3em 0; } }

@media (min-width: 992px) {
  #main-content {
    padding: 5em 0; } }
/**********
 GALLERY
 **********/
.ce-column.medium-2, .ce-column.medium-3, .ce-column.medium-4, .ce-column.medium-5, .ce-column.medium-6 {
  margin: 0; }

.gallery {
  text-align: center; }

.gallery.gap {
  margin-right: -15px;
  margin-left: -15px; }

.gallery-item {
  display: inline-block; }

.gap .gallery-item {
  padding: 15px; }

.gallery-item a, .gallery-item img {
  height: auto;
  width: 100%; }

.gallery-2column .gallery-item {
  width: 50%; }

.gallery-3column .gallery-item {
  width: 33.33%; }

.gallery-4column .gallery-item {
  width: 50%; }

.ce-gallery[data-ce-collumn="5"] .ce-column, .gallery-5column .gallery-item {
  width: 33.33%; }

.gallery-6column .gallery-item {
  width: 33.33%; }

@media (min-width: 767px) {
  .gap .gallery-item {
    padding: 15px; }

  .gallery-2column .gallery-item {
    width: 50%; }

  .gallery-3column .gallery-item {
    width: 33.33%; }

  .gallery-4column .gallery-item {
    width: 25%; }

  .ce-gallery[data-ce-collumn="5"] .ce-column, .gallery-5column .gallery-item {
    width: 20%; }

  .gallery-6column .gallery-item {
    width: 16.66%; } }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0 !important; }
/**********
 BLOG
 **********/
.tx-blog-post-list .post {
  margin-bottom: 5em; }
  .tx-blog-post-list .post .entry-header {
    min-height: 130px; }
    .tx-blog-post-list .post .entry-header h1, .tx-blog-post-list .post .entry-header h2, .tx-blog-post-list .post .entry-header h3, .tx-blog-post-list .post .entry-header h4 {
      margin: 0; }
    .tx-blog-post-list .post .entry-header .entry-author {
      font-size: 0.8em; }
  .tx-blog-post-list .post .entry-image {
    display: block;
    margin: 1em 0; }
    .tx-blog-post-list .post .entry-image img {
      border-radius: 6px; }
  .tx-blog-post-list .post .entry-meta {
    font-size: 0.8em; }
/*
 Swiper*/
.swiper--teaser {
  cursor: grab; }
  .swiper--teaser .swiper-slide {
    width: auto; }
  .swiper--teaser .swiper-slide > img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0; }
  .swiper--teaser .swiper-pagination-bullets {
    background: #373737;
    border-radius: 18px;
    bottom: auto;
    display: block;
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 36px;
    z-index: 5; }
  .swiper--teaser .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: block;
    background: none;
    border-radius: 100%;
    margin: 6px;
    opacity: 0.33;
    border: 4px solid #fff; }
    .swiper--teaser .swiper-pagination-bullets .swiper-pagination-bullet-active {
      opacity: 1;
      background: none; }
      .swiper--teaser .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        margin: 3px; }

.swiper--door {
  cursor: grab;
  margin: 3rem 0; }
  .swiper--door .swiper-slide {
    width: auto; }
  .swiper--door .door-item {
    font-size: 0.875rem;
    width: 200px; }
  .swiper--door .door-item .door-item__title {
    padding: 1rem 0;
    line-height: 1.4; }
  .swiper--door .swiper-wrapper {
    padding-bottom: 5rem; }
  .swiper--door .swiper-scrollbar {
    bottom: 4.5rem;
    opacity: 1 !important; }
  .swiper--door .swiper-button-prev {
    color: #373737;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-40px); }
  .swiper--door .swiper-button-next {
    color: #373737;
    bottom: 0;
    top: auto;
    right: 50%;
    transform: translateX(40px); }

@media (min-width: 992px) {
  .swiper--door {
    overflow: visible; } }

.swiper--handle {
  cursor: grab;
  margin: 3rem 0;
  padding-bottom: 4rem; }
  .swiper--handle .handle-item {
    font-size: 0.875rem; }
  .swiper--handle .handle-item .handle-item__img {
    background: #efefef;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem; }
  .swiper--handle .handle-item .handle-item__title {
    padding: 1rem 0; }
  .swiper--handle .swiper-button-prev {
    color: #373737;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-40px); }
  .swiper--handle .swiper-button-next {
    color: #373737;
    bottom: 0;
    top: auto;
    right: 50%;
    transform: translateX(40px); }
/**********
 FORM
 **********/
.powermail_fieldwrap_type_input, .powermail_fieldwrap_type_textarea, .powermail_fieldwrap_type_check {
  width: 50%;
  float: left;
  padding: 0 1rem; }
  .powermail_fieldwrap_type_input.powermail_fieldwrap_adresse, .powermail_fieldwrap_type_textarea.powermail_fieldwrap_adresse, .powermail_fieldwrap_type_check.powermail_fieldwrap_adresse, .powermail_fieldwrap_type_input.powermail_fieldwrap_datenschutzerklaerung, .powermail_fieldwrap_type_textarea.powermail_fieldwrap_datenschutzerklaerung, .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutzerklaerung, .powermail_fieldwrap_type_input.powermail_fieldwrap_nachricht, .powermail_fieldwrap_type_textarea.powermail_fieldwrap_nachricht, .powermail_fieldwrap_type_check.powermail_fieldwrap_nachricht {
    width: 100%; }
  .powermail_fieldwrap_type_input input, .powermail_fieldwrap_type_textarea input, .powermail_fieldwrap_type_check input, .powermail_fieldwrap_type_input textarea, .powermail_fieldwrap_type_textarea textarea, .powermail_fieldwrap_type_check textarea {
    margin-bottom: 2rem;
    width: 100%;
    padding: 1rem;
    border: none;
    background: #efefef; }

.powermail_fieldwrap_type_check input {
  margin: 0 0.5rem 0 0;
  width: auto; }
  .powermail_fieldwrap_type_check .checkbox {
    margin-bottom: 2rem; }

.powermail_fieldwrap_type_submit {
  float: left;
  padding: 0 1rem;
  width: auto; }
  .powermail_fieldwrap_type_submit input {
    background: #66cc6a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 1rem;
    width: 100%; }

.tx-blog-post-slider {
  overflow: visible; }
  .tx-blog-post-slider .post {
    overflow: hidden;
    padding-bottom: 140%;
    position: relative;
    width: 100%; }
  .tx-blog-post-slider .post .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 2em; }
    .tx-blog-post-slider .post .entry-header a {
      color: #fff; }
    .tx-blog-post-slider .post .entry-header h1, .tx-blog-post-slider .post .entry-header h2, .tx-blog-post-slider .post .entry-header h3, .tx-blog-post-slider .post .entry-header h4 {
      font-size: 1.2rem;
      line-height: 1.4;
      margin: 0; }
    .tx-blog-post-slider .post .entry-header .entry-author {
      font-size: 0.8em; }
  .tx-blog-post-slider .post .entry-image {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 140%; }
    .tx-blog-post-slider .post .entry-image:after {
      background: #373737;
      background: -moz-linear-gradient(0deg, rgba(55, 55, 55, 1) 0%, rgba(55, 55, 55, 0.7) 40%, rgba(55, 55, 55, 0) 100%);
      background: -webkit-linear-gradient(0deg, rgba(55, 55, 55, 1) 0%, rgba(55, 55, 55, 0.7) 40%, rgba(55, 55, 55, 0) 100%);
      background: linear-gradient(0deg, rgba(55, 55, 55, 1) 0%, rgba(55, 55, 55, 0.7) 40%, rgba(55, 55, 55, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#373737",endColorstr="#373737",GradientType=1);
      content: "";
      display: block;
      padding-bottom: 300%;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      width: 100%;
      height: 100%; }
    .tx-blog-post-slider .post .entry-image img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .tx-blog-post-slider .post:hover .entry-image:after {
    background: #199a77;
    background: -moz-linear-gradient(0deg, rgba(25, 154, 119, 1) 0%, rgba(25, 154, 119, 0.6979166667) 40%, rgba(25, 154, 119, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(25, 154, 119, 1) 0%, rgba(25, 154, 119, 0.6979166667) 40%, rgba(25, 154, 119, 0) 100%);
    background: linear-gradient(0deg, rgba(25, 154, 119, 1) 0%, rgba(25, 154, 119, 0.6979166667) 40%, rgba(25, 154, 119, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#199a77",endColorstr="#199a77",GradientType=1);
    padding-bottom: 140%; }
  .tx-blog-post-slider .swiper-button-next, .tx-blog-post-slider .swiper-button-prev {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-align: center;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%; }
  .tx-blog-post-slider .swiper-button-next:hover, .tx-blog-post-slider .swiper-button-prev:hover {
    color: #aa0505; }
  .tx-blog-post-slider .swiper-button-prev, .tx-blog-post-slider .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: -25px; }
  .tx-blog-post-slider .swiper-button-next, .tx-blog-post-slider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: -25px; }

.tx-blog-post-teaser {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
  .tx-blog-post-teaser .post {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .tx-blog-post-teaser .post .container, .tx-blog-post-teaser .post .row, .tx-blog-post-teaser .post .col {
    position: relative;
    height: 100%; }
  .tx-blog-post-teaser .post .entry-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 2em 2em 2em 0; }
    .tx-blog-post-teaser .post .entry-header a {
      color: #fff; }
    .tx-blog-post-teaser .post .entry-header h1, .tx-blog-post-teaser .post .entry-header h2, .tx-blog-post-teaser .post .entry-header h3, .tx-blog-post-teaser .post .entry-header h4 {
      color: #fff;
      font-size: 3.5em;
      line-height: 1;
      margin: 0 0 0.5em; }
  .tx-blog-post-teaser .post .entry-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .tx-blog-post-teaser .post .entry-image img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .tx-blog-post-teaser .swiper-wrapper:after {
    background: #000;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5018382353) 20%, rgba(0, 0, 0, 0) 75%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5018382353) 20%, rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5018382353) 20%, rgba(0, 0, 0, 0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%; }
  .tx-blog-post-teaser .swiper-pagination-container {
    position: relative; }
  .tx-blog-post-teaser .swiper-pagination-container .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .tx-blog-post-teaser .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
      background: 0;
      border-left: 4px solid #fff;
      border-radius: 0;
      color: #fff;
      display: block;
      font-weight: 700;
      height: 110px;
      opacity: 0.5;
      padding: 0 1em 1em;
      width: auto;
      text-align: left; }
      .tx-blog-post-teaser .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet-active {
        border-left: 4px solid #aa0505;
        color: #aa0505;
        opacity: 1; }
/**********
 NEWS
 **********/
.article-card {
  background: #f9f9f9;
  margin-bottom: 30px;
  min-height: 370px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); }
  .article-card .content {
    padding: 1em; }
  .article-card h3 {
    font-size: 1.5em; }
  .article-card .more {
    position: absolute;
    bottom: 1em;
    left: 1em; }
  .article-card .news-list-date {
    color: #a3a3a3;
    font-size: 0.75em; }
  .article-card.topnews {
    background: #373737; }
  .article-card.topnews a {
    color: #fff; }
  .article-card.topnews a:hover {
    color: #373737; }
  .article-card.topnews .news-list-date {
    color: #fff; }
/*** Pagination ***/
.page-navigation {
  width: 100%;
  clear: both;
  text-align: center; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
  .pagination > li:before {
    display: none; }
  .pagination > li a, .pagination > li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #373737;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #1e1e1e;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #373737;
  border-color: #373737;
  cursor: default; }

/**********
 FOOTER
 **********/

#footer {
  background: #000;
  font-size: 1rem;
  padding: 4rem 0;
  position: relative; }
  #footer .fa-heart, #footer .fa-heart-o {
    color: #db2f3c; }

#copyright {
  background: #373737;
  color: #fff;
  font-size: 0.75em;
  padding: 0 0 2em; }
  #copyright strong {
    font-weight: 700; }

#navFooter {
  justify-content: flex-end; }

@media (min-width: 767px) {
  #footerContact {
    padding: 50px 0; } }

@media (max-width: 767px) {
  .text-right {
    text-align: left; } }

#overlay {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease; }
  #overlay.visible {
    background-color: rgba(0, 0, 0, 0.85);
    display: table; }

#modal {
  background-color: #fff;
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  max-height: 90%;
  width: 90%;
  border-radius: 4px;
  overflow-y: auto !important;
  box-sizing: border-box;
  z-index: 10; }
  #modal #modal-close {
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px; }
  #modal #modal-close:hover {
    color: red; }

#nav--main {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 300px;
  background: #fff;
  height: 100vh;
  overflow-y: auto;
  z-index: 9;
  padding: 1em 2em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .menu-is-open #nav--main {
    left: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  #nav--main .navComponent {
    border-bottom: 1px solid;
    padding: 1em 0; }
  #nav--main .navComponent img {
    width: 100%;
    height: auto; }
  #nav--main .navComponent:last-child {
    border: none; }
  #nav--main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #nav--main .level-1 {
    border-bottom: 1px solid;
    padding: 1em 0; }
  #nav--main .level-1 > li {
    margin: 0; }
    #nav--main .level-1 > li:last-child {
      margin-right: none; }
  #nav--main .level-1 a {
    color: #323232;
    display: inline-block;
    font-size: 1.15rem;
    font-weight: bold;
    margin: 0.5rem 0;
    position: relative;
    text-decoration: none;
    z-index: 1; }
    #nav--main .level-1 a.special {
      background: red;
      color: #fff;
      padding: 0 0.5rem; }
  #nav--main .level-2 {
    display: none;
    padding: 0 0 2em;
    position: relative; }
  #nav--main .level-2.is-active {
    display: block; }
  #nav--main .level-2 a {
    font-size: 1em;
    font-weight: 400;
    text-transform: none; }

.nav-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
  order: 9;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .menu-is-open .nav-mobile {
    color: #fff; }

.menu-is-open #header:before {
  content: "";
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  background: #373737;
  opacity: 0.9;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.menu-is-open #header:before {
  left: 0; }

@media (min-width: 1200px) {
  #nav--main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    max-width: none;
    background: none;
    height: auto;
    overflow: visible;
    padding: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    #nav--main .logo-box {
      display: none; }
    #nav--main .navComponent {
      display: none; }
    #nav--main ul {
      float: right;
      list-style: none;
      margin: 0;
      padding: 0; }
    #nav--main li:before {
      display: none; }
    #nav--main .level-1 {
      border: none;
      padding: 0; }
      #nav--main .level-1 > li {
        float: left; }
        #nav--main .level-1 > li:first-child {
          float: left; }
        #nav--main .level-1 > li:hover .level-2 {
          opacity: 1;
          transform: translateY(100%); }
      #nav--main .level-1 a {
        display: block;
        font-size: 1.15rem;
        font-weight: 900;
        margin: 1rem;
        position: relative;
        text-decoration: none;
        z-index: 1; }
        #nav--main .level-1 a:before {
          bottom: 1em;
          background: #323232; }
    #nav--main .level-2 {
      background: #fff;
      -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
      display: block;
      padding: 0;
      position: absolute;
      bottom: 0;
      transform: translateY(0%);
      opacity: 0;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      #nav--main .level-2 a {
        font-size: 1rem;
        font-weight: 400;
        text-transform: none; }
        #nav--main .level-2 a:before {
          height: 1px;
          bottom: 0.5em; }
      #nav--main .level-2:before {
        content: "";
        display: none;
        width: 20px;
        height: 20px;
        background: #ccc;
        position: absolute;
        top: -2px;
        left: 50%;
        transform: rotate(45deg) translateX(-50%);
        z-index: -1; }

  .nav-mobile {
    display: none !important; } }

@media (min-width: 1200px) {
  #nav--main a {
    font-size: 1.5em; } }

#nav--user .dropdown-toggle span {
  display: none; }
  #nav--user ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #nav--user .level-1 li a {
    color: #aa0505;
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    padding: 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1; }
  #nav--user .level-2 li a {
    color: #373737;
    font-size: 1em;
    font-weight: 400;
    text-transform: none; }
    #nav--user .level-2 li a:before {
      height: 1px;
      bottom: 0.5em; }

@media (min-width: 768px) {
  #nav--user .dropdown-toggle span {
    display: block; }
    #nav--user ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #nav--user .level-1 li a {
      color: #aa0505;
      display: block;
      font-size: 1.15rem;
      font-weight: bold;
      padding: 1em;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 1; }
    #nav--user .level-2 li a {
      color: #373737;
      font-size: 1em;
      font-weight: 400;
      text-transform: none; }
      #nav--user .level-2 li a:before {
        height: 1px;
        bottom: 0.5em; } }

#navFooter ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0; }
  #navFooter li {
    float: left;
    margin: 0 1em 0 0;
    padding: 0; }
  #navFooter a {
    color: inherit;
    text-transform: uppercase; }
  #navFooter a:hover {
    color: #f00; }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  opacity: 0.7;
  overflow: visible; }

.hamburger:hover {
  opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 4px;
  background-color: #323232;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0; }

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg); }
/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #cfcfcf !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcfcf !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cfcfcf !important; }

textarea {
  min-height: 200px; }

.form-info {
  margin-left: 0.5rem;
  background: #cfcfcf;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.25rem;
  border-radius: 5px; }

.configurator legend {
  display: none; }
  .configurator .powermail_fieldwrap {
    background: #eee; }
  .configurator .powermail_fieldwrap_aufgehrichtung {
    float: left; }
  .configurator .powermail_fieldwrap_glasausschnitt {
    float: left; }

#duratKonfigurator-195 label {
  font-weight: 700; }
  #duratKonfigurator-195 .form-navigation {
    margin: 4rem 0 2rem; }
  #duratKonfigurator-195 .form-navigation .btn-toolbar {
    justify-content: center; }
  #duratKonfigurator-195 .row {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #duratKonfigurator-195 .radio {
    padding: 0 0 0 1.25rem; }
  #duratKonfigurator-195 .radio label {
    font-weight: 400;
    margin-bottom: 0; }
  #duratKonfigurator-195 .radio input {
    margin-top: 0.5rem; }

.form-element--repeatable {
  border: 1px solid #dedede;
  padding: 0 0 1rem;
  margin-bottom: 1rem; }

.form-element--repeatable legend {
  background: #dedede;
  padding: 0.5rem 1rem; }
  .form-element--repeatable legend .button-container {
    float: right; }
/*!
 * justifiedGallery - v3.7.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2018 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a, .justified-gallery > div, .justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0; }

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > figure > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img, .justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible, .justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none; }

.justified-gallery > .entry-visible > img, .justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px; }
