@charset "UTF-8";
/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* darkgrey */
/* black transparent */
/* white transparent */
/* rey transparent (bckgrd signet) */
/* light grey navigation level0 */
/* light grey transparent gallery navigation */
/* 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 yellow */
/* company color ? */
/* company color ? */
/* 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 - headerpic
  ------------------------------------------------------------- */
  /* header - video
  ------------------------------------------------------------- */
  /* no header
  ------------------------------------------------------------- */
  /* projects / objects
  ------------------------------------------------------------- */
  /* 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 .headervideo {
  width: 100vw;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
header.noheader {
  margin-bottom: 40px;
}
header.noHeaderPicture {
  margin: 0;
}
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;
  }
}
header #jumpbar {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

/* modul modal
------------------------------------------------------------- */
.modal {
  z-index: 1300;
}
.modal .modal-content .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}
.modal .modal-content .modal-header button.close {
  width: 60px;
}
.modal .modal-content .modal-header button.close:hover {
  color: #FFC21F;
}
.modal .modal-content .modal-body img {
  max-width: 100%;
  height: auto;
}
.modal .modal-content .modal-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.modal .modal-content .modal-footer button.close:hover {
  color: #FFC21F;
}

@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;
}

#project {
  padding: 0;
  margin: 0;
}

/* footer
------------------------------------------------------------ */
footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  color: #000000;
}
footer .row + .row {
  margin-top: 0;
}
footer a {
  color: #000000 !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #FFC21F !important;
  text-decoration: none !important;
}
footer .copyrights {
  margin-bottom: 15px;
}
footer .footer-border {
  border-top: 1px solid #000000;
  opacity: 1;
}
footer .pageslideup a {
  display: inline-block;
}
footer .pageslideup a svg {
  -webkit-transform: scale(2) rotate(180deg);
          transform: scale(2) rotate(180deg);
}
footer .pageslideup a:hover svg {
  fill: #FFC21F;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  padding: 0px 0px 0px 22px;
  list-style-type: none;
}
footer ul li::before {
  position: relative;
  height: 0;
  width: 0;
  left: -0.7em;
  top: -0.27em;
  content: "•";
  color: #000000;
  display: block;
  font-size: 22px;
  font-weight: bold;
}
footer .sm-icon {
  display: inline-block;
  padding-right: 10px;
  width: 40px;
}/*# sourceMappingURL=frame.css.map */