* {
    box-sizing:border-box;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;

}

/* navbar */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all 500s ease;
    z-index: 1000;

}


.header .scrolling {
    background-color: #d7d1d1;
    padding: 15px;
}
    

.navbar .container {
    background-color: #353435;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.navbar a {
    padding: 0px 20px;
    display: flex;
    font-weight: 700;
    transition: 0.5s;
    color: #fff;
    
}
.navbar .main-menu ul {
    display: flex;
}

.navbar ul li a {
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    transition: 0.5s;
}

.navbar ul li a:hover {
    text-decoration: underline;
/*color: darkgreen;*/
}

.navbar ul li:last-child a {
    margin-left: 10px;
}

/* Footer */
.footer {
    padding: 40px 20px 0px 20px;
    background: #000;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    
}

.footer h4 {
    margin-bottom: 10px;
    color: #ccc;
}


.footer a {
    color: #ccc;
    font-size: 0.9rem;
}

.footer a:hover {
    text-decoration: underline;
    
}

.footer p {
    color: #ccc;
    
}

.footer i {
    margin-right: 10px;
}

.footer ul:first-of-type {
    padding-top: 10px;
}



.adresse {
    margin-left: 30px;
    font-size: 0.9rem;
    
}

.recht {
    margin-left: 30px;
}


.avlogo {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;

  
}

.Hohentauern {
    text-align: left;
}


.line {
    border-bottom: 1.5px solid #515050;
    display:  block;
}





/* Hero */
.hero {
    padding: 280px 0px ;
    margin-bottom: 0px;  
    background-image: url('../images/TTL_1.jpg');
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    text-align: left;
    /*background-color: rgba(0, 0, 0, 0.4) ;
    background-blend-mode: multiply;*/
    margin-top: 60px;
    position: relative;
    

}
.hero-content {
    width: 55%;
    margin-left: 50px;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 15px;


    
    
}

.hero-text {
    margin: auto;
    

    
}


/* Das Lager */

.dasLager{
    margin-bottom: 50px;
    background-color: #fff;
}

.dasLager-banner {
    width: 100%;
    height: 350px;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background-image: url('../images/daslagerbanner.jpg');
    background-size: cover;
    background-color: rgb(72, 103, 56); 
    background-position: bottom;
    background-attachment: fixed;
    overflow: hidden;
}

.dasLager-gradient {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
}

.dasLager-heading {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
    color: #fff;
}

.dasLager-heading h1 {
    position: relative;
    
}

.dasLager-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}


.generell {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    place-items: center;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.generell-content {
    padding: 80px;
    width: 60%;
}

.generell-content h2 {
    font-size: 25px;
    font-weight: 400;
    
}

.border-line {
    border: 1.2px solid rgb(72, 103, 56);
    width: 150px;
    border-radius: 20px;
    margin-bottom: 27px;
    
}

.border-line-lang {
    border: 1.2px solid rgb(72, 103, 56);
    width: 270px;
    border-radius: 20px;
    margin-bottom: 27px;
    
}

.generell-img {
    margin-top: 50px;
    text-align: center;
    width: 40%;
    margin: auto;
    border-radius: 20px;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
}


.generell-img img:hover{
    transform: scale(1.1);
}


.generell-img img {
    border-radius: 20px;
    object-fit: cover;
    transition: 0.5s ease;
}


/*Lagereleitung*/

.Lagerleitung{
    margin-bottom: 50px;
    background-color: #fff;
    margin-top: 50px;
}

.Lagerleitung-heading {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 120px auto 40px auto;
    color: black;
}

.Lagerleitung-heading h1 {
    position: relative;
    margin-bottom: 60px;
}



.Lagerleitung-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}

.knopfe {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*margin-top: 50px;*/
    transition: 0.3s ease;
   
}

.knopfe-content:hover {
    opacity: 0.9;
    text-decoration: underline;

}



.knopfe-content {
    width: 85%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 10px 60px;
    text-align: center;
    transition: 0.3s ease;
    background-color: rgb(72, 103, 56);
}

.knopfe-content a {
    color: #fff;
}


.TTL {
    width: 90%;
    margin: auto;
}

.TTL h2 {
    margin-top: 70px;
}

.headline {
    display: flex;
    align-items: center;
    gap: 1rem;
    
}

.headline hr {
  flex-grow: 1;
  border: none;
  border-top: 2px solid rgb(72, 103, 56); 
  margin-top: 60px;
}

.TTL-content {
    
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-bottom: 50px;

}

.person .Name {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    
}

.person .Name::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
    
}

.person {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left;
    padding: 15px;
}

.person-text {
    padding-left: 0px ;
    
}

.person-img {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
    border-radius: 20%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    
    
}

.person-img img:hover{
    transform: scale(1.1);
}

.person-img img {
   object-fit: cover;
   transition: 0.5s ease;
   
}


.line-grenze {
    border: 1.2px solid rgb(72, 103, 56);
    border-radius: 20%;
    
}

/*Anmeldung*/


.anmeldung{
    margin-bottom: 50px;
    background-color: #fff;
    
}

.anmeldung-banner {
    width: 100%;
    height: 350px;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background-image: url('../images/anmedlung.jpg');
    background-size: cover;
    background-color: rgb(72, 103, 56); 
    background-position: top;
    background-attachment: fixed;
    overflow: hidden;
}

.anmeldung-gradient {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
}

.anmeldung-heading {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
    color: #fff;
}

.anmeldung-heading h1 {
    position: relative;
    
}

.anmeldung-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}

.anmeldung-heading p {
    margin-top: 20px;
    font-size: 16px;
}
.anmeldung .container {
    width: 70%;
}

.anmeldung-content {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-bottom: 50px;

}

.anmeldung-lager {
    width: 85%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
    text-align: center;
    transition: 0.3s ease;
    
}

.anmeldung-lager:hover {
    transform: translateY(-10px);
}

.anmeldung-lager h2 {
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
}

.anmeldung-lager h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.4px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}

.anmeldung-lager ul {
    margin-top: 20px;
}
.anmeldung-lager a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.anmeldung-lager a:hover {
    text-decoration: underline;
}


/*Fotos */
.fotos{
    background-color: #fff;
    margin-top: 90px;
    
}


.fotos-heading {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 120px auto 20px auto;
    color: black;
    
}

.fotos-heading h1 {
    position: relative;
    margin-bottom: 60px;
}


.fotos-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}

.fotos-content {
    width: 80%;
    margin: auto;
}

.fotos-container{
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-bottom: 50px;
}

.jahre {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    transition: 0.3 ease;
    margin: auto;

}



.jahre-img {
    height: 200px;
    width: 200px;
    margin-bottom: -23px;
    border-radius: 10%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    
    
}


.jahre-img img {
   object-fit: cover;
   transition: 0.5s ease;
  
   
   
}

.jahre-spring {
    transition: 0.3s ease;
    background-color: #fff;

}

.jahre-spring:hover {
    transform:translateY(-10px);
}

.jahre-text {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 13px;
    margin: auto ;
    text-align: center;
    transition: 0.3s ease;
    position: relative;
    cursor: pointer;

}


/*Fotostory*/

.fotostory {
    
    justify-content: center;
    align-items: center;
    margin: auto;
    
}

.fotostory-heading {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 70px auto;
    color: black;
    margin-top: 120px;
}

.fotostory-heading h1 {
    position: relative;
    margin-bottom: 40px;
}


.fotostory-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}

.fotostory-heading p {
    font-weight: 600;
}

.outline {
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}


.fotostory-img {
    width: 100%;
    height: 500px;
    border-radius: 10%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 30px;
    
}

.fotostory-img img {
    object-fit: cover;
    border-radius: 10%;
    transition: 0.3s ease;
}

.fotostory-img img:hover{
    transform: scale(1.1);
}

.fotostory-text {
    text-align: center;
}


/*Impressum*/

.datenschutz {
    margin-bottom: 50px;
    background-color: #fff;
    
    
}

.container-datenschutz {
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px;


}

.datenschutz-heading {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
    color: black;
    margin-top: 120px;
}

.datenschutz-heading h1 {
    position: relative;
    margin-bottom: 60px;
}


.datenschutz-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin: 0px  auto;
    background-color: rgb(72, 103, 56);
    border-radius: 20px;
}

.datenschutz-content {
    margin: auto;
    
}

.datenschutz-boxen {
    border: 1.5px solid #ccc;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
}


.box-header {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-header :focus {
    outline: none;
}

.box-icon {
    font-size: 1.5rem;
    color: rgb(72, 103, 56);

}

.box-answer {
    display: none;
}



.box-answer p {
    font-weight: 400;
    font-size: 1rem;
    padding: 0px 15px;
    line-height: 1.6;
    color: #555;
}

.box-answer a {
    font-weight: 500;
    font-size: 1rem;
    padding: 15px 15px;
    color: #555;
}

.box-answer h3 {
    padding-left: 10px;
}

.box-answer a:hover {
    text-decoration: underline;

}

.box-header.active .box-icon {
    content: "-";
}






/* Utility Classes */
.container {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 15px;

}


/* Buttons */
.btn {
    display: inline-block;
    padding: 13px 20px;
    background: rgb(72, 103, 56);
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    
}

.btn:hover {
    opacity: 0.8;
}




/* Text Classes */
.text-xxl {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 40px 0 20px;
}

.text-xl {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 40px 0 20px;
}

.text-lg {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 30px 0 20px;
}

.text-md {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 20px 0 10px;
}

.text-sm {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 5px 0 5px;
}


/* Card */
.card {
    background: black;
    color: #000;
    border-radius: 10px;
    padding: 20px;

}


/* Hamburger Button*/
.hamburger-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.hamburger-button .hamburger-line {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 6px 0px;

}

/* Mobile Menu */

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    z-index: 100;
    background: #4b4a4a;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;

}

.mobile-menu.active {
    right: 0px;
}

.mobile-menu ul {
    margin-top: 80px;
    padding-right: 10px;

}

.mobile-menu ul li{
    margin: 10px 0px;
}

.mobile-menu ul li a {
    transform: 0.3s;
}

.fotostory-mobil {
        display: none;
    }

/* Media Queries */
@media (max-width :1000px) {
    .text-xxl {
        font-size: 2.5rem;
    }
    .TTL-content {
        padding: 10px;
        grid-template-columns: repeat(2, 1fr)
    }
     .generell {
        padding: 10px;
        flex-direction: column;
    }
    .generell-content {
        width: 80%;
        padding: 40px;
    }
    .generell-img { 
        width: 70%; 
    }
    .outline {
    width: 75%;
    margin: auto;
    margin-bottom: 40px;
    }
    .fotos-container {
        padding: 10px;
        grid-template-columns: repeat(2, 1fr)
    }

    


}

@media (max-width :800px /* 670*/) {
    .fotostory-img {
    width: 100%;
    height: 380px;
    margin-bottom: 20px;
    }

    .navbar .main-menu {
        display: none;
    }
    .navbar .hamburger-button {
        display: block;
    }

    

}


@media (max-width :700px /* 670*/) {
   

    
    .text-xl {
        font-size: 1.9rem;
    }
    .text-lg {
        font-size: 1.5rem;
    }
    .text-md {
        font-size: 1.1rem;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .generell {
        padding: 10px;
        flex-direction: column;
    }
    .generell-content{
        padding: 20px;
        width: 90%;
    }
    .generell-img { 
        width: 80%; 
    }
    .TTL-content {
        padding: 10px;
        grid-template-columns: 1fr
    }
    .person {
        align-items: center;
        text-align: center;
    }
    .anmeldung-content {
        flex-direction: column;
    }
    
    .knopfe {
        flex-direction: column;
    }
    .fotos-container {
        padding: 10px;
        grid-template-columns: 1fr

    }
    .fotostory {
        display: contents;
    }
    .fotostory-img {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    }
    .fotostory-heading p {
    font-weight: 500;
}
    
}

@media (max-width :500px) {
    .text-xxl {
        font-size: 2rem;
    }
    .anmeldung .container {
    width: 100%;
    
    }
    
    
}

