 .bg-body-tertiary {
    background-color: #75A293 !important;
}

a {
    color: white;
    text-decoration: underline;
}

body {
    font-family: ff-tisa-sans-web-pro;
}


#header {
    background-image: url(img/garten.jpg);
    height:100vh;
}

.nav-link { 
    color: white;
    font-size: 21pt;
}

.nav-link { 
    color: white;
    
}

#begruessung {
    
    padding-top: 200px;
    color:white;
    
}

#ueberunstext {
    background-color: #227358; 
    color: white;
    border-radius: 2rem;
    font-size: 21pt;
}

#ueberuns {
    background-image: url(img/blumen.jpg);
    height:100vh;
}

#blumen-mobil {
    opacity: 0;
}


#pg {
    font-size: 90pt;
    color: white;
}

#workshops {
    background-image: url(img/workshops.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh;
    color: white;
}


#workshoptext {
    background-color: #227358; 
    color: white;
    border-radius: 2rem;
}

#saison {
    background-color: #FFE3E8;
    border: #BE5668 20px solid;
    
}


.headline {
    font-family: Delaney;
    font-weight: bold;
    font-size: 48pt;
}

#headlinerot {

    color: #BE5668; 
    font-size: 42pt;

}



.headline2 {
    font-family: Delaney;
    font-weight: bold;
    font-size: 48pt;
    color: white;
}

.subline {
    font-family: ff-tisa-sans-web-pro;
    font-size: 20pt;
    color: white;
}


.kachel {
    border-radius: 2rem;
    width: 250px;
    height: 250px;
    border: #227358;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
}

.img-sub {
    font-size: 20pt;
    font-family: Delaney;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.workshopbox {
    background-color: #227358;
    border-radius: 20px;
    width: 900px;
}

.ws-button {
    background-color: rgb(255 181 9 / 82%);
    border-radius: 40px;
    color: white;
}

.modal-body {
    text-align: left;
}

/* Der Rahmen für das Bild – setzt das Overlay genau auf die Bildgrenzen */
.img-container {
    position: relative;
    display: inline-block;
    width: 80%;       /* Nutzt die volle Breite der Bootstrap-Spalte */
    overflow: hidden;  /* Schneidet eventuelle Überstände sauber ab */
}

/* Stellt sicher, dass das Bild die volle Breite des Containers nutzt */
.kachel {
    display: block;
    width: 100%;
    height: auto;
}

/* Das standardmäßig unsichtbare Overlay */
.overlay {
    border-radius: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease; /* Weicher Einblende-Effekt */
    
    /* Farbe angepasst an dein Modal/Footer mit 85% Deckkraft */
    background-color: rgba(117, 162, 147, 0.9); 
    
    /* Zentriert den Text im Overlay vollautomatisch */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Zeigt das Overlay, sobald man mit der Maus über den Container fährt */
.img-container:hover .overlay {
    opacity: 1;
}

/* Styling für den Text, der beim Hovern erscheint */
.overlay-text {
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    font-family: ff-tisa-sans-web-pro;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #227358; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .headline {
    font-size: 22pt;

    }

    .headline2 {
        font-size: 22pt;
    }

    .subline{
        font-size: 16pt;
    }

    #pg {
        font-size: 35pt;
    }

    #ueberunstext {
    font-size: 10pt;
    color: #000;
    background-color: transparent;
}

    #ueberuns {
        background-image: none;
        height: 100%;
    }

    #ueberuns .headline{
        text-align: center;
    }

    #sortiment{
        display: none;
    }

     #sortiment{
        display: none;
    }

    #headlinerot {

    color: #BE5668; 
    font-size: 21pt;
    }

    #workshops {
    background-image: none;
    color: white;
}

    #workshops .headline2 {
    color: rgb(0, 0, 0);
}



    .workshopbox {
    width: auto;
    }

    #blumen-mobil {
    opacity: 1;
    }

      #sortiment-desktop-nav {
            display: none;
        }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

        #sortiment-mobil {
            display: none;
        }

        #sortiment-mobil-nav {
            display: none;
        }


}