@charset "UTF-8";
/* FARBEN STYLEGUIDE */
/* STOFFLS FARBEN */
/* GENERELL */
body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  color: #56524F;
  background-color: #fff;
  padding-top: 65px;
}
a {
  color: #488295;
  text-decoration: none;
}
a:hover {
  color: #376473;
}
hr {
  border-top: 1px dashed #E2E7BF;
}
.hg {
  background-image: url("<we:url type=" document " id=" 525 " />");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.img-halfrounded {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.rounded {
  border-radius: 0 !important;
}
.hand {
  cursor: zoom-in;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.logisch {
  background-color: #128698;
  padding: 6px;
  border: 5px solid #CCCBCA;
}
.atriumbutton img {
  transition: filter 0.3s ease;
}
.atriumbutton:hover img {
  filter: brightness(0.8);
}
/* ASPECT */
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
/* STICHPUNKT LIST-ITEM */
.strichpunkt ul li {
  margin: 0;
  padding: 5px 0 5px 30px;
  list-style: none;
  background-image: url(/media/media_allgemein/stichpunkt.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
}
/* SCHRIFTEN */
h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 3em;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
h2 {
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
h3 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
h4 {
  color: #626263;
  margin-bottom: 40px;
}
p {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}
/* DREIER */
.dreier {
  background-color: #488295;
  padding: 60px 0;
}
.dreier .bi {
  font-size: 2rem;
  color: #fff;
}
.dreier h3, .dreier p {
  color: #fff;
}
/* BEREICHE */
.headliner {
  background-color: #CCCBCA;
  padding: 60px 0;
}
.jumbotron {
  background-color: #CCCBCA;
}
.content {
  padding: 60px 0;
  background-color: #fff;
}
.projektierung {
  padding: 60px 0;
  background-color: #56524F;
}
.projektierung h3, .projektierung p {
  color: #CCCBCA;
}
.pagina {
  padding: 60px 0 80px 0;
  background-color: #488295;
}
blockquote {
  margin: 0;
  border-left: 0px;
}
blockquote p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.3em;
  line-height: 1.3em;
}
blockquote .small, blockquote footer, blockquote small {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em !important;
  color: #fff;
}
.text-dark {
  color: #fff !important;
}
.vierer {
  background-color: #CCCBCA;
  padding: 80px 0 30px 0;
}
.fuss {
  background-color: #CCCBCA;
  padding: 30px 0;
}
.fuss a {
  color: #488295;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fuss ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* Flexbox aktivieren */
  justify-content: space-between;
  /* Links gleichmäßig verteilen (optional) */
}
.fuss li {
  margin: 0 5px;
  /* Etwas Abstand links und rechts */
}
@media (max-width: 600px) {
  .fuss ul {
    flex-direction: column;
    /* Links untereinander anordnen */
    align-items: center;
    /* Links zentrieren (optional) */
  }
  .fuss li {
    display: block;
    /* Jedes li nimmt die volle Breite ein */
    margin: 5px 0;
    /* Abstand nach oben und unten */
  }
}
/* FILIALEN KARTE */
#map_canvas {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
/* ACCORDION */
.accordion-button:not(.collapsed) {
  color: #56524F;
  background-color: #CCCBCA;
}
/* CARD */
.card {
  border-radius: 0 !important;
}
/* MODAL */
.modal-backdrop.show {
  opacity: 0.8;
}
.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
/* BUTTON */
.btn {
  border-radius: 0 !important;
}
.btn-bd {
  color: #fff;
  background-color: #488295;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 7px 15px;
}
.btn-bd:hover, .btn-bd:active {
  color: #fff;
  background-color: #407384;
  font-weight: 600;
}
.btn-default {
  color: #DAE4B8;
  background-color: #488295;
  text-shadow: 0 0 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-color: #DAE4B8;
}
.btn-default:hover {
  color: #fff;
  background-color: #9AC220;
  border-color: #008191;
}
.btn-default:active {
  color: #fff;
  background-color: #9AC220;
  border-color: #008191;
}
.btn-dark {
  color: #fff;
  background-color: #56524F;
  border: 0;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 7px 15px;
}
/* NAVI */
.bg-dark {
  background-color: #488295 !important;
  border: 0;
  letter-spacing: 0.1em;
}
.nav-link {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1.1em;
}
/* GOOGLE MAPS RESPONSIVE */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* GALLERY */
.gallery img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  margin-bottom: 25px;
}
.gallery img:hover {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
/* OVERLAY */
div.wrapper {
  float: left;
  position: relative;
}
div.description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #000;
  font-size: 14px;
  font-weight: 700;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
p.description_content {
  padding: 10px;
  margin: 0px;
  color: white;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #A7AAAE;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 800px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: dunkelgrau;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
