@charset "UTF-8";
/* 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 ----------- */
/* $color100: #C68C00; */
/* company color gold */
/* 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: $color100; */
  background-color: #FFFFFF;
}
/* @media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

} */
.row + .row {
  margin-top: 30px;
}
.form-row + .form-row {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .content .col + .col {
    margin-top: 30px;
  }
}
header {
  position: relative;
  margin: 30px 0px 0px 0px;
  /* background: $color100; */
  /* background: linear-gradient(0deg, rgba(198,140,0,1) 25%, rgba(255,241,198,1) 25%); */
  /* background: linear-gradient(0deg, rgba(244, 174, 5,1) 15%, rgba(255,241,198,1) 15%); */
  /* background: linear-gradient(0deg, rgb(255, 255, 255) 15%, rgba(255,241,198,1) 15%); */
  /* .signet-tcm-ruibat {
        display: none;  
    }

    @media (min-width: 768px) {
        .signet-tcm-ruibat {
            display: inline;
            width: 50%;
            padding: 10px 0 10px 0;    
        }
    }

    @media (min-width: 992px) {
        .signet-tcm-ruibat {
            display: inline;
            width: 50%;
            padding: 15px 0 25px 0;    
        }
    }

    @media (min-width: 1200px) {
        .signet-tcm-ruibat {
            display: inline;
            width: 50%;
            padding: 10px 0 30px 0;    
        }
    }

    @media (min-width: 1400px) {
        .signet-tcm-ruibat {
            display: inline;
            width: 70%;
            padding: 20px 0 20px 0;    
        }
    } */
  /* header - headerpic
    ------------------------------------------------------------- */
  /* header - video
    ------------------------------------------------------------- */
  /* no header
    ------------------------------------------------------------- */
  /* headlines
    ------------------------------------------------------------- */
}
header .container {
  padding-right: 12px;
  padding-left: 12px;
}
header header #headerpic1, header header #headerpic2 {
  display: none;
}
header header #headerpic1 img, header header #headerpic2 img {
  min-width: 100%;
}
@media (max-width: 767px) {
  header header #headerpic2 {
    display: block;
  }
  header header #headerpic1 {
    display: none;
  }
}
@media (min-width: 768px) {
  header header #headerpic1 {
    display: block;
  }
  header header #headerpic1 img {
    padding: 0px 0px 0px 0px;
  }
  header header #headerpic2 {
    display: none;
  }
}
header .headervideo {
  width: 100vw;
  height: 60vh;
  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 .modal-header button.close {
  width: 60px;
}
/* content
------------------------------------------------------------- */
.contentwrapper {
  position: relative;
  margin-top: 30px;
}
.contentwrapper .container {
  background-color: #FFFFFF;
}
.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;
  }
}
footer {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #473E3A;
  border-top: 1px solid #938678;
  background-color: #E7D9BD;
}
footer a {
  color: #938678 !important;
  text-decoration: none !important;
}
footer a:hover {
  color: #473E3A !important;
  text-decoration: none !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: #938678;
  display: block;
  height: 0;
  width: 0;
  left: -0.7em;
  /* top: -0.1em; */
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
footer .footer-bottom .svg-arrow-up {
  width: 50%;
}
@media (min-width: 992px) {
  footer .footer-bottom .svg-arrow-up {
    width: 70%;
  }
}
