:root {
  --color-accent: #667d64;
}

.ast-container {
    padding-left: 0;
    padding-right: 0;
    border-top: 10px solid var(--color-accent);
}

.nav-mobile {
    display: none;
}

#imprint, #datenschutz {
    margin-top: 50px;
}

#bg_img {
    background-image: url(../img/Bild1_w.jpg);
    background-size: cover;
}

.elementor-element-ae3f018, .elementor-element-f26f044, .elementor-element-4348a2d, .elementor-element-427472a {
    margin-top: -15px;
}

#button-online-shop {
    background: var(--color-accent);
    border-radius: 4px;
    margin-top: -15px;
}

#button-leistungen {
    background: var(--color-accent);
}

#button-einrichter {
    background: var(--color-accent);
}

#fachbereiche {
    background-color: var(--color-accent);
    margin-left: 150px;
}

#button-bernd {
    background-color: var(--color-accent);
}

hr {
  border: none;
  border-top: 5px solid var(--color-accent);;
  width: 100%;
  padding-bottom: 50px !important;
  background-color: #f5f5f5 !important;
}


#c2b12e2 {
    background-color: var(--color-accent);
}


/*
.columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    text-align: center;
}

.col {
    padding: 1rem;
    font-family: "Noto Sans Batak", Sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}*/

.columns {
    display: flex;
    padding: 0 100px;
    gap: 50px;
    width: 100%;
}

.col {
    flex: 1;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans Batak", Sans-serif;
    font-size: 36px;
    font-weight: bold;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col:nth-child(1) {
    background-image: url("../img/Bild8.JPG");
}


.col:nth-child(2) {
    background-image: url("../img/Bild9.JPG");
}

.col:nth-child(3) {
    background-image: url("../img/Bild10.JPG");
}

.col::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
}

.col > * {
    position: relative;
    z-index: 1;
}




footer {
    background-color: #dedede;
    font-family: "Noto Sans Batak", Sans-serif;
}

.footer-columns {
    width: 60%;
    margin: 0 20%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.footer-col {
    padding: 1rem;
    font-family: "Noto Sans Batak", Sans-serif;
    font-size: 14px;
}

.footer_r {
    margin-left: 20%;
    font-family: "Noto Sans Batak", Sans-serif;
}

.footer_r p {
    margin-top: 20px;
    margin-bottom: 0;
}

.footer_r a {
    color: var(--color-accent);
}

.elementor-widget-container {
    font-family: "Noto Sans Batak", Sans-serif;
}

.elementor-1102 .elementor-element.elementor-element-b8d8e76 .elementor-slide-description {
    color: #808285;
}

.zitate {
    width: 60%;
    margin: 0 20%;
}

.zitate p {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 gleich breite Spalten */
  gap: 80px;                             /* Abstand zwischen Bildern */
  padding: 0 400px 50px 400px;;
  box-sizing: border-box;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.elementor-element-5c332b6 {
  background-image: url("../img/bg_kontakt.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  
  width: 100%;
  min-height: 400px;
  color: #444;
  margin: 0;
}

a.mail {
    color: var(--color-accent);
    font-weight: bold;
}


@media (max-width: 1280px) {
    #bg_img {
        background-image: url(../img/Bild1.JPG);
    }
}


@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: 1fr; 
    padding: 0 20px;
  }

    #primary {
        margin-top: 0px;
    }
    .nav-mobile {
        display: block;
        margin-left: 20px;
    }
    .nav-mobile ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 20px;
    }

    .nav-mobile a {
        text-decoration: none;
        font-family: "Noto Sans Batak", Sans-serif;
        color: #707070;
        font-weight: bold;
    }

    .nav-mobile a:hover {
        color: var(--color-accent);
    }

    .elementor-element-51b29c1 {
        display: none;
    }

    .columns {
        flex-direction: column;
        padding: 0;          
    }

    .col {
        min-height: 250px;
    }
    .footer-columns {
        grid-template-columns: 1fr;
    }
    #fachbereiche {
        margin-left: 0px;
    }
    .elementor-element-6fe231f {
        margin-top: -400px;
        padding-bottom: 150px;
    }
}
