*{
    box-sizing: border-box;
}

/** Breakpoint: 320px+ */
@media (min-width: 20em) {}

/** Breakpoint: 576px+ */
@media (min-width: 36em) {}

/** Breakpoint: 768px+ */
@media (min-width: 48em) {}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {}

/** Breakpoint: 1200px+ */
@media (min-width: 75em) {}

/** Breakpoint: 1400px+ */
@media (min-width: 87.5em) {}

html {
    font-size: 1em; /* 16px */
}


body {
    font-family: "kalam", sans-serif;
    background-color:darkgreen;
    margin: 0px;
    padding: 0px;  
}

.container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right:1rem;
    padding-bottom:1rem;
   /* padding-top: 1rem;*/
}

@media (min-width: 62em) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.header {
    padding-bottom: 2rem;
    background-image: linear-gradient(90deg, rgba(13, 100, 0, 0.2), rgba(0,0,0,0), rgba(13,100,0,0.2) ), url("../Bilder/preise/Willkommensgruß.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 9% 20%;
   /* background-size: 120% auto;*/
   
}

@media (min-width: 62em){
    .header {
        background-image: linear-gradient(90deg, rgba(13, 100, 0, 0.2), rgba(0,0,0,0), rgba(13,100,0,0.2) ), url("../Bilder/preise/Willkommensgruß.jpg"); 
    }
}

.header::after {
    content: "";
    display: block;
    width: 7.5rem;
    height: 0.25rem;
    background-color: rgba(240,164,114);
    margin-left: auto;
    margin-right: auto;  
    box-shadow: 0 0 0.5rem rgb(0,0,0);
}

@media (min-width: 62em) {
    .header::after {
        width: 12.5rem;
    }
}

.button {
    display: inline-block;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 99999999px;
    background-color: rgba(171,184,91);
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0, 0.9);
    text-shadow: 0 0 0.5rem rgb(0,0,0,0.5);
}

.button:hover {
    text-decoration: underline;
    background-color: rgb(215, 228, 128);
}

.button--transparent {
    display:block;
    -webkit-backdrop-filter: blur(0.1rem);
    backdrop-filter: blur(0.1rem);
    background-color: transparent;
    border: 0.125rem solid white;
    }

.button--transparent:hover {
    background-color: rgba(255,255,255,0.2);

} 

.button--card{
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.5);
    margin-top:1rem;
    font-size:0.75rem;
}

.text-primary {
    color: white;
}

.header__logo-link {
    display: block ; 
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 62em){
    .header__logo-link {
        margin-left: 0;
        margin-right: 0;
    }
}
.header__logo {
    width: 100%;
    filter:drop-shadow(0 0 0.5rem rgba(0,0,0));
}

.header__nav-ul {
    margin:0;
    padding: 0;
    text-align: center;
 }

.header__nav-link {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 1rem 1rem;
    font-weight: bold;
    text-shadow: 0 0 1rem rgba(0,0,0,0.9);
}

.header__nav-li {
    display: inline-block;
    list-style-type:none;   
}

.header__nav-li--desktop-only {
    display: none;
}

@media (min-width: 62em){
    .header__nav-li--desktop-only {
        display: inline-block;
    }
}
.header__nav {
  padding-top: 2rem;
  padding-bottom: 0.5rem;  
}
@media (min-width: 62em) {
    .header__nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.header__heading {
    font-size: 2rem;
    color: white;
    margin: 0rem;
    padding-top: 1rem;
    text-shadow: 0 0.25rem 1.5rem rgba(0,0,0, 0.9);
}

@media (min-width: 36em) {
    .header__heading {
        font-size: 3rem;
        padding-top: 3rem;
    }
}

@media (min-width: 62em) {
    .header__heading {
        padding-top: 6rem;
    }
}

.header__sub-heading {
    font-size: 1rem;
    color: white;
    margin:0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-shadow: 0 0.25rem 1rem rgba(0,0,0,0.9);
}

@media (min-width: 36em) {
    .header__sub-heading {
     font-size: 1.33rem;
    }
}

@media (min-width: 62em) {
    .header__sub-heading {
        padding-bottom: 7.5rem;
    }
}
.header__button-container {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

@media (min-width: 62em) {
    .header__button-container {
        display: none;
    }
}


.heading {
    color: rgb(63, 83, 50);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top:2rem;
    padding-bottom:2rem;
    
}

.heading--white{
    color:white;
    text-shadow: 0 0 0.5rem rgb(0,0,0);
}


.heading--centered {
    text-align: center;
}

.heading__pre-text {
    display: block;
    font-size: 1.25rem;
}

.header--top-box::before {
    content:"";
    display: block;
    height: 0.25rem;
    width: 7.5rem;
    background-color:rgba(171,184,91);
    margin-bottom: 2rem;
}



.parts {
    background-color: rgb(247, 242, 232);
}

.parts__text {
    
    text-align: center;
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    color:rgba(63, 83, 50);
    
}

.parts__items-outer {
    overflow: hidden;
}

.parts__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.2rem;
}
.parts__item {
    flex: 1 0 15rem;
    border: 0.125rem solid rgba(171,184,91);
}

.parts__item-icon {
    width: 4rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right:auto;
}

.item-icon {
    width: 100%;
    display:block;
   
}

.parts__item-heading {
    display:block;
    text-align: center;
    margin:0;
    font-size: 1rem;
    color: rgba(63, 83, 50);
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.table {
    color: rgba(63, 83, 50);
   margin-left:auto;
   margin-right:auto;
   background-color: beige;
   margin-bottom: 1rem;
}
@media (min-width: 20em) {
    .table{
    width:100%
}
}

@media (min-width: 48em) {
    .table{
    width:50%
}
}
.calender {
    background-image: url(../Bilder/preise/Garten.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.calender__items-outer{
    overflow: hidden;
}

.calender__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -6.5rem;
}

.agb {
    background-color: rgba(247, 242, 232);  
    margin:0;
}
.agb-text {
    display:block;
    height: 30rem;
    overflow:scroll;
    color:rgb(63, 83, 50);
}

table {
 width: 100%;
    border: 2px solid rgb(63, 83, 50);
    text-align: left;
}

