@charset "utf-8";
figure.angebote {
    height: 100%;
}
figure.angebote img, figure.figure-banner-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    vertical-align: middle;
}
figure.angebote figcaption h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 11.25rem;
    color: #fff;
    font-size: clamp(3.125rem, 3vw, 4.375rem);
}



aside.box-banner-right img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
article.site-content {
    max-width: 64rem;
    padding: 5rem 1.25rem;
    margin: auto;
}
article.site-content h4 {
    line-height: 2.5;
}
section.offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
article.offers_summer {
    flex-basis: 50%;
    display: flex;
    justify-content: space-around;
    background-color: #FFFFFF;
    height: 100vh;
    min-height: 60rem;
    align-items: flex-end;
}
article.offers_summer div {
    padding-bottom: 30%;
}
article.offers_winter {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    min-height: 60rem;
    justify-content: space-around;
    height: 100vh;
}
article.offers_winter div {
    padding-bottom: 20%;
}
.offers_title {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
}
.offers_title h1 {
    font-size: clamp(2.188rem, 3vw, 3.5rem);
    line-height: 3;
    letter-spacing: 0.1em;
    color: #998D85;
   
}
article.offers_summer h2, article.offers_winter h2 {
    padding-left: 10%;
    margin: 1.5rem 0;
}
article.offers_summer p, article.offers_summer h6, article.offers_summer .btn, article.offers_winter p, article.offers_winter h6, article.offers_winter .btn {
    margin-left: 20%;
    max-width: 40rem;
   
}
section.banner {
    position: relative;
    background-color: #FFFFFF;
}
figure.figure-banner-lft {
    width: 70%;
    height: 100vh;
    min-height: 50rem;
}
aside.box-banner-right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
article.site-content ul {
    line-height: 2;
    list-style-position: inside;
    text-indent: -1.25rem; /* key property */
    margin-left: 1.25rem; /* key property */
}
article.site-content a {
    font-weight: 600;
    color: #333;
}
article.site-content a:hover {
    font-weight: 600;
    color: #B4B4B4;
}

@media(max-width: 767px) {
article.site-content {
    padding: 3rem 1.25rem;
}
figure.figure-banner-lft {
    width: 100%;
}
aside.box-banner-right {
    position: static;
    width: 100%;
    padding: 3rem 0 0;
    transform: translateY(0%);
}
aside.box-banner-right h1 {
    padding: 0 1.25rem;
}
aside.box-banner-right .btn_grey {
    margin-left: 1.25rem;
}
}

@media(max-width: 767px) {
section.offers {
    flex-direction: column;
    background-color: #FFFFFF; 
  
}
.offers_title {
    position: static;
    margin: 3rem 0 0;
    width: 100%;
   
}
article.offers_summer, article.offers_winter {
    height: auto;
    min-height: auto;
    padding: 0 1.25rem 0 0
}
   
article.offers_summer div, article.offers_winter div {
  padding: 4rem 0 2rem;
}
}
