/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* dark grey 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 lightning green */
/* company color green (hover) */
/* company color dark green */
/* company color light grey */
/* company color dark grey */
/* company color light yellow*/
/* company color light grey */
/* 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) {
  .content .col + .col {
    margin-top: 30px;
  }
  /*img.logo {
      transform: scale(0.4);
  }*/
}
header {
  position: relative;
  margin: 0px 0px 30px 0px;
  /* header - headerpic
  ------------------------------------------------------------- */
  /* header - headerslider
  ------------------------------------------------------------- */
  /* header - video
  ------------------------------------------------------------- */
  /* no header
  ------------------------------------------------------------- */
  /* headlines
  ------------------------------------------------------------- */
}
header .logo-2 {
  display: none;
}
header .row {
  position: relative;
}
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 .headerslider .headerslogan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  text-align: center;
  font-family: "Montserrat";
  font-size: 0.9rem;
  font-weight: 800;
}
header .headerslider .headerslogan-wrapper p {
  width: 80%;
  margin: 0;
  padding: 0;
  color: #D1C000;
}
@media (min-width: 576px) {
  header .headerslider .headerslogan-wrapper {
    font-size: 1rem;
  }
  header .headerslider .headerslogan-wrapper p {
    width: 50%;
  }
}
@media (min-width: 992px) {
  header .headerslider .headerslogan-wrapper {
    display: block;
    position: absolute;
    width: 70%;
    margin-top: 0;
    bottom: 10%;
    right: 10%;
    font-size: 1.3rem;
    font-weight: 600;
  }
  header .headerslider .headerslogan-wrapper p {
    width: 100%;
    color: #FFFFFF;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 1200px) {
  header .headerslider .headerslogan-wrapper {
    display: block;
    position: absolute;
    width: 40%;
    margin-top: 0;
    bottom: 10%;
    right: 10%;
    font-size: 1.7rem;
    font-weight: 600;
  }
  header .headerslider .headerslogan-wrapper p {
    width: 100%;
    color: #FFFFFF !important;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
  }
}
header .headervideo {
  width: 100vw;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
header.no-header {
  margin-bottom: 50px;
}
header.no-header .page-headlines {
  position: relative;
  top: 0;
}
header .headline {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
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 {
  border: none;
}
.modal .modal-content .modal-header button.close {
  width: 60px;
}

@media (max-width: 575px) {
  .content .col + .col {
    margin-top: 30px;
  }
}
.row-bckgrd {
  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;
}

.row-bckgrd-darkgreen {
  background-color: #003F5D;
  padding: 20px 0;
}

@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-bottom: 30px;
  color: #FFFFFF;
  background-color: #D1C000;
}
footer a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #003F5D !important;
  text-decoration: none !important;
}
footer .footer-top .footer-brand svg path {
  fill: #FFFFFF !important;
}
footer .footer-top .pageslideup a {
  display: inline-block;
  width: 20px;
  padding-top: 8px;
}
@media (min-width: 420px) {
  footer .footer-top .pageslideup a {
    width: 30px;
  }
}
footer .footer-top .pageslideup a svg {
  fill: #FFFFFF;
}
footer .footer-top .pageslideup a:hover svg {
  fill: #000000;
}
footer .footer-top .copyrights {
  padding-top: 8px;
}
footer .footer-top, footer .footer-bottom {
  margin-top: 20px;
}
footer .footer-top ul, footer .footer-bottom ul {
  padding-left: 0;
  list-style-type: none;
}
footer .footer-top ul li, footer .footer-bottom ul li {
  display: inline-block;
  line-height: 1.8em;
  font-size: 1rem;
  /* &::before {
      content: "\2022";
      color: $color100;
      display: block;
      height: 0;
      width: 0;
      left: -0.7em;
      top: -0.1em;
      position: relative;
      font-size: 28px;
      font-weight: bold;
  } */
}

/* we copyrights
------------------------------------------------------------- */
body div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] {
  display: none !important;
  visibility: hidden;
  line-height: 0.1px;
}/*# sourceMappingURL=frame.css.map */