@charset "UTF-8";
/* ----------------------------------------------------------
CSS for frame, positioning, container-Layout
------------------------------------------------------------- */
/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color blue */
/* company color yellow */
/* company color orange active */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
html, body {
  background-color: #FFFFFF;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.contentwrapper .container {
  background-color: transparent;
}

.row + .row {
  margin-top: 30px;
}

.form-row + .form-row {
  margin-top: 10px;
}

@media (max-width: 991px) {
  /*img.logo {
      transform: scale(0.4);
  }*/
}
header {
  position: relative;
  margin: 0px 0px 30px 0px;
}
header .logo-2 {
  display: none;
}
header .row {
  position: relative;
}
header {
  /* header - headerpic
  ------------------------------------------------------------- */
}
header #headerpic1, header #headerpic2 {
  display: none;
}
header #headerpic1 img, header #headerpic2 img {
  min-width: 100%;
}
@media (max-width: 767px) {
  header #headerpic2 {
    display: block;
  }
  header #headerpic1 {
    display: none;
  }
}
@media (min-width: 768px) {
  header #headerpic1 {
    display: block;
    padding: 0px 0px 0px 0px;
  }
  header #headerpic2 {
    display: none;
  }
}
header {
  /* header - video
  ------------------------------------------------------------- */
}
header .headervideo {
  width: 100vw;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
header {
  /* no header
  ------------------------------------------------------------- */
}
header.no-header {
  margin-bottom: 50px;
}
header.no-header .page-headlines {
  position: relative;
  top: 0;
}
header {
  /* headlines
  ------------------------------------------------------------- */
}
header .headline {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: auto;
}
header .headline-1, header .headline-2 {
  position: absolute;
  font-weight: bold !important;
}
@media (max-width: 479px) {
  header .headline-1 {
    display: none;
  }
  header .headline-2 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  header .headline-1 {
    display: none;
  }
  header .headline-2 {
    display: none;
  }
}
@media (min-width: 991px) {
  header .headline-1 {
    display: block;
    left: 50px;
    bottom: 130px;
    font-size: 60px !important;
  }
  header .headline-2 {
    display: block;
    left: 120px;
    bottom: 70px;
    font-size: 60px !important;
  }
}

/* modul modal
------------------------------------------------------------- */
.modal .modal-content .modal-header button.close {
  width: 60px;
}

@media (max-width: 991px) {
  .content .col + .col {
    margin-top: 30px;
  }
}
.widget-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.widget-container-xspace-top {
  padding-top: 50px;
}

.widget-container-xspace-bottom {
  padding-bottom: 50px;
}

.widget-container-nospace-top {
  padding-top: 0px;
}

.widget-container-nospace-bottom {
  padding-bottom: 0px;
}

.first-widget-container {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

@media (min-width: 992px) {
  .widget-container .widget-pic-text {
    position: relative;
  }
  .widget-container .widget-pic-text .buttons-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
}
.contentwrapper {
  position: relative;
}

footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #000000;
}
footer a {
  color: #000000 !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #004DD1 !important;
  text-decoration: none !important;
}
footer .footer-top .col .footer-top-wrapper {
  border-top: 2px solid #000000;
  padding-top: 8px;
}
footer .footer-top .col .footer-top-wrapper .pageslideup a {
  padding-left: 10px;
  /*width: 30px;
  height: 30px;
  padding-right: 4px;
  @include border-radius(5px);
  color: $color1 !important;
  background-color: $color50;*/
}
footer .footer-top .col .footer-top-wrapper .pageslideup a:hover {
  color: #000000 !important;
}
footer .footer-bottom {
  margin-top: 20px;
}
footer .footer-bottom ul {
  list-style-type: none;
  padding-left: 1.3em;
}
footer .footer-bottom ul li {
  line-height: 1.8em;
}
footer .footer-bottom ul li::before {
  content: "•";
  color: #004DD1;
  display: block;
  height: 0;
  width: 0;
  left: -0.7em;
  top: -0.1em;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}/*# sourceMappingURL=frame.css.map */