/*
Theme Name: easy sales jb
Author: Johannes Bruch
Author URI: https://hbjn.de/
Description: Easy to use theme for sales. Loads fast, looks great, accessible and allows you to manage your Content & Menu with very little knowledge of Wordpress. 
Tags: yes, yes, yeah
Version: 2.4
Requires at least: 5.0
Text Domain: Easy Menu
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    color: var(--main-textColor);
    font-size: 16px;
    --max-width: min(86vw, 1200px);
    --section-padding: 60px 0;
    --section-padding: clamp(70px, 8vw, 120px) 0;
    --section-paddingXL: clamp(116px, 12vw, 156px) 0;
    --sans-serif: 'Josefin Sans', sans-serif;
    --iconFooter-fill: whitesmoke;
    --iconFooter-stroke: whitesmoke;
    --h1-maxWidth: 9em;
    --main-textColor: #262626; 
    --medium-width: 881px;
    --header-height: 140px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    --bg-mainColor: #EBEAE4;
    --bg-blue: #C1D7E7;
    --bg-rose: #E7C9C1;
    --almost-back-opacity: #23282dc5;
    --bg-lite: #F5F4ED;
    --grey-text-color: rgb(75, 75, 75);
    scroll-behavior: smooth;
    --extra-padding: 70px;
}


@media only screen and (min-width: 760px) {
    html {
        font-size: 17px;
    }
}

.section-wrap {
    max-width: var(--max-width);
    margin: auto;
    padding: var(--section-padding, 80px 0);
}


h1 {
    font-size: 2em;
    font-size: clamp(33px, 3.6vw, 45px);
    line-height: 1em;
    font-weight: 400;
    max-width: var(--h1-maxWidth);
    font-family: var(--sans-serif);
}


p {
    font-family: var(--sans-serif);
    line-height: 1.5em;
    padding-bottom: 1em;
    font-size: 17px;
}

@media only screen and (min-width: 769px) {
    p {
        font-size: 18px;
    }
}

P:last-of-type {
    padding-bottom: 0;
}

#buchenButtonHero,
.wpcf7-form input[type=submit],
.mphb_sc_checkout-submit-wrapper input
{
    width: 160px;
    height: 48px;
    background-color: var(--bg-rose);
    display: flex;
    justify-content: center;
    line-height: 48px;
    font-weight: 500;
    font-size: 14.5px;
    font-family: var(--sans-serif);
    text-transform: lowercase;
    border-radius: 12px;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}

a {
    text-decoration: none;
}

/* booking form */

.booking-container,
.contact-container {
    height: 100vh;
    width: 100vw;
    max-width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100vw);
    transition: transform 280ms ease-in-out;
    background-color: var(--bg-rose);
    z-index: 1;
}

.contact-container {
    background-color: var(--bg-blue);
}

#close-booking-container,
#close-contact-container {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    cursor: pointer;
}

.cross {
    width: 30px;
    height: 30px;
    background-color: black;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    pointer-events: none;
}

/* # # #  # #

A C T U A L      W E B S I T E */

.header {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    width: 100vw;
    z-index: 1000;
}

.header .logo-hero {
    margin: 2em 0;
    padding: 0;
}

main {
    width: 100vw;
    position: relative;
    background-color: var(--bg-mainColor);
}

section {
    background-color: var(--bg-lite);
}

/* HERO */

.section-wrap__hero {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    background: linear-gradient(20deg, rgba(134,133,130,1) 0%, rgba(231,201,193,1) 80%);
    position: relative;
    overflow: hidden;
}

.logo-hero-mobile, 
.logo-hero-desktop {
    width: 201px;
    margin: 0 auto;
    padding-bottom: 6.5vh;
    stroke: white;
}

.logo-hero-mobile {
    width: 180px;
}

.logo-hero-desktop {
    display: none;
    stroke: white;
}

h1 {
    font-size: 32px;
    font-size: clamp(30px,3.8vh, 40px);
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 60px;
    color: white;
}

h1 span {
    display: inline-block;
    line-height: 1.2em;
}

.img-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    max-height: auto;
}

.onload {
    transform: translateY(20px);
    opacity: 0;
}

.onload-logo {
    opacity: 0;
}

.mobile-hero-img {
    position: relative;
    top: 0vh;
    right: 0;
    bottom: 0;
    max-width: 590px;
    left: auto;
    justify-self: end;
    transform: translateX(0px);
    opacity: 0;
}

.mobile-vg {
    display: block;
    position: absolute;
    bottom: 0vh;
    right: 0px;
    height: 100%;
    animation: wind 10s ease-in-out 1.5s 99 reverse;
    transform-origin: bottom right;
    height: 100vh;
    max-height: 900px;
}

.mobile-vg:first-of-type {
    animation: wind 11s ease-in-out 1.5s 99;
}

@keyframes wind {
    0% {transform: rotateZ(0);}
    50% {transform: rotateZ(-0.6deg);}
    80% {transform: rotateZ(0.35deg);}
    100% {transform: rotateZ(-0.0deg);}
}

@media only screen and (max-width: 767px) {
        
    #hero {
        background: linear-gradient(180deg, rgba(134,133,130,1) 0%, rgba(231,201,193,1) 100%) !important;
    }

    .section-wrap__hero {
        height: 100vh;
        background: linear-gradient(160deg, rgba(134,133,130,1) 0%, rgba(156,149,144,1) 23%, rgba(231,201,193,1) 100%);
        overflow: hidden;
    }

    .logo-hero {
        fill: white;
        stroke: white !important;
    }
    
    .hero-picture {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 20vh;
        display: none;
    }    

    .mobile-hero-img {
        position: absolute;
        top: 20vh;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(5px);
        opacity: 0;
    }
    
    .img-hero {
        height: 100%;
        animation: wind 11s ease-in-out 1.5s 99;
        transform-origin: bottom right;
    }
    
    .mobile-vg {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        animation: wind 10s ease-in-out 1.5s 99 reverse;
        transform-origin: bottom right;
        width: 100%;
        height: 80vh;
    }
    

    .hero-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: var(--max-width);
        margin: auto;
        margin-top: 30px;
        height: 100%;
        position: relative;
        height: auto;
        z-index: 1;
    }

    h1 {
        font-weight: 600;
        color: white;
        padding-top: 15vh;
    }
}


@media only screen and (min-width: 768px) {
    
    .section-wrap__hero {
        padding: 0;
        width: 100vw;
        max-width: 100vw;
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100vh;
        max-height: 900px;
        min-height: 600px;
    }

    .hero-picture {
        height: 100vh;
        max-height: 900px;
        transform: translateX(50px) translateY(0);
    }

    .logo-hero-mobile {
        display: none;
    }

    .logo-hero-desktop {
        position: absolute;
        top: 40px;
        left: calc(50vw - 75px);
        display: initial;
    }

    .img-hero {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 20%;
        max-height: auto;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        padding: 30px 7vw 9vh 7vw;
        max-width: var(--max-width);
        width: 100%;
        margin: 0;
        height: 100%;
        justify-content: center;
        margin: auto;
        margin-bottom: 0;
        position: relative;
    }

    h1 {
        font-size: 33px;
        font-size: clamp(33px, 5vw, 46px);
        line-height: 1.25em;
        font-family: 'Josefin Sans', sans-serif;
        margin-top: 0px;
        z-index: 1;
    }
}

@media only screen and (min-width: 1024px) {
    
    .section-wrap__hero {
        grid-template-columns: 1.1fr 1fr;
    }

    h1 {
        padding-top: 40px;
        font-size: clamp(33px, 4.9vw, 54px);
        line-height: 1.2em;
    }
}

@media only screen and (min-width: 1168px) {
    .hero-text {
        padding-left: calc((100vw - 1200px) / 2 );
        padding-left: 7vw;
        padding-right: 0;
    }

    .section-wrap__hero {
        grid-template-columns: 1fr 1.1fr;
    }

    .logo-hero {
        transform: translateX(0vw);   
    }
}

@media only screen and (min-width: 1368px) {
    .hero-text {
        padding-left: calc((100vw - 1200px) / 2 );
    }
}

/* Ausstattung */

.section-wrap__ausstattung {
    display: grid;
    gap: 4em;
}

.ausstattung-merkmale h2 {
    padding-bottom: 12px;
}

.ausstattung-merkmale h3 {
    margin-top: 4em;
    margin-bottom: 2em;
}

.subheading {
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}

.subheading .h5 {
    padding-right: 18px;
    font-weight: 300;
}

.subheading .h5:last-of-type {
    padding-right: 0;
}

.ausstattung-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
}

.ausstattung-grid-item {
    display: grid;
    gap: 12px;
    grid-template-columns: 36px 1fr;
    align-items: center;
    margin-bottom: 1em;
}

.ausstattung-icon {
    margin: auto;
    transform: scale(1.1);
}

.ausstattung-merkmale > p {
    max-width: 420px;
}

@media only screen and (min-width: 768px){
    .section-wrap__ausstattung {
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        align-items: start;
    }

    .availability-wrap {
        justify-self: start;
        margin: 0 auto !important;
        position: sticky;
        top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .availability-wrap {
        margin-left: 30px !important;
    }
}

/* LAGE */

#lage {
    background-color: var(--bg-mainColor);
}

h2 {    
    font-size: 28px;
    font-size: clamp(26px, 3.2vw, 36px);
    font-family: var(--sans-serif);
    padding-bottom: 1em;
    max-width: 11em;
    line-height: 1.2em;
    font-weight: 500;
}


.lage-img {
    max-width: 100%;
}

.lage-img__1 {
    padding-top: 2.2em;
    width: 88%;
}

.lage-img__2 {
    padding-top: 1.2em;
    width: 90%;
    margin-left: 10%;
    min-height: 200px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {

    .section-wrap__lage {
        grid-template-columns: 1fr 1fr;
        display: grid;
    }

    .section-wrap__lage > h2 {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }

    .paragraph-wrap {
        grid-column: 2 / -1;
        grid-row: 1 / 3;
        max-width: 350px;
        padding-left: 1em;
    }
}


/* availability  */

.availability-wrap {
    background-color: white;
    padding: 1.3em;
    max-width: 300px;
    border-radius: 10px;
    display: grid;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.247) 0px 0px 15px;
    margin: auto;
}

.availability-wrap > h3 {
    font-family: var(--sans-serif);
    font-weight: 500;
    line-height: 1.3em;
    padding-bottom: 1.3em;
}

.availability-wrap .mphb-required-fields-tip {
    display: none;
}

.mphb-check-in-date-wrapper,
.mphb-check-out-date-wrapper {
    border: solid 2px black;
    padding: 0.5em;
    transition: background 120ms ease-in;
}

.mphb-check-in-date-wrapper {
    border-bottom: 0px;
    border-radius: 10px 10px 0 0 ;
}

.mphb-check-out-date-wrapper {
    border-top: 1px solid  rgba(0, 0, 0, 0.527);
    border-radius: 0px 0px 10px 10px ;
}

.mphb-check-in-date-wrapper > label,
.mphb-check-out-date-wrapper > label {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--main-textColor);
}

.mphb-check-in-date-wrapper > input,
.mphb-check-out-date-wrapper > input {
    background-color: rgba(0, 0, 0, 0);
}

.mphb-check-in-date-wrapper > input:focus,
.mphb-check-out-date-wrapper > input:focus {
    border: none;
    outline: none;
}

.is-datepick {
    border: none;
    font-size: 15px;
}

.mphb-reserve-btn-wrapper {
    padding-top: 1.5em;
    width: 100%;
}

.mphb-reserve-btn-wrapper > input,
.mphb-confirm-reservation {
    width: 100%;
    justify-content: center;
    border: none;
    height: 50px;
    border-radius: 10px;
    background-color: var(--bg-rose);
    font-family: var(--sans-serif);
}

.mphb-rooms-quantity-single,
.mphb-error {
    padding-top: 0.9em;
    font-size: 13px;
}

.mphb-period-price {
    margin-top: 0.5em;
    margin-bottom: 1.3em;
}

.mphb-confirm-reservation {
    background-color: var(--bg-blue);
}

/* Kalender Popup */

.datepick-month.last {
    display: none;
}

.datepick-month.first {
    float: none;
    width: 100%;
    border: none;
}

.datepick-popup {
    margin: auto;
    position: absolute !important;
    left: 0 !important;
}

.mphb-datepick-popup {
    width: 100vw !important;
    padding: 1em;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.447) 0px 0px 15px;
    border: none;
    margin: auto;
}

.mphb-datepick-popup .datepick-nav {
    background-color: white;
}

.mphb-datepick-popup .datepick-nav > a {
    color: rgb(102, 102, 102);
    font-family: var(--sans-serif);
    text-transform: lowercase;
    margin-bottom: 1em;
    margin-top: 0.5em;
    font-weight: 400;
}

.mphb-datepick-popup .datepick-nav > a:hover {
    background-color: white;
}

.datepick-month-header {
    background-color: white;
    border: none;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0.4em;
    margin-bottom: 0.7em;
    border-radius: 10px;
}

.datepick-month-header > select {
    background-color: white;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin: 0.4em 0;
}

.datepick-month-header > select:first-of-type {
    grid-column: 1 / 2;
}

.datepick-month-header > select:last-of-type {
    grid-column: 3 / 4;
}

.datepick-ctrl {
    background-color: white;
    color: rgb(102, 102, 102);
}

.datepick-ctrl > a {
    background-color: white;
    color: rgb(102, 102, 102);
    font-family: var(--sans-serif);
    margin-top: 1.6em;
    margin-bottom: 1.2em;
}

.datepick-ctrl > a:last-of-type {
    text-decoration: underline;
}

.datepick-ctrl .datepick-cmd:hover  {
    background-color: white;
}

.mphb-datepick-popup table {
    border: none;
}

.datepick-month td {
    border: none;
    background-color: white;
}

.mphb-datepick-popup thead {
    border: none;
    margin-top: 0.7em;
}

.mphb-datepick-popup th {
    border: none;
}

.datepick-month td span {
    color: black;
    font-family: var(--sans-serif);
    line-height: 1.8em;
}

.datepick-month td .datepick-weekend {
    background-color: white;
}

.mphb-datepick-popup thead span {
    color: rgb(102, 102, 102);
    background-color: white;
    font-size: 13px;
    font-family: sans-serif;
    line-height: 2em;   
}

.mphb-datepick-popup .datepick-month td .mphb-past-date,
.mphb-unselectable-date,
.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date {
    background-color: white;
    color: rgba(0, 0, 0, 0.445) !important;
    opacity: 1;
    font-family: var(--sans-serif);
    line-height: 1.8em;
    position: relative;
}

.mphb-past-date::after,
.mphb-unselectable-date::after {
    position: absolute;
    top: 40%;
    left: 30%;
    height: 1px;
    background-color: rgb(88, 88, 88);
    width: 40%;
    content: '';
}

.datepick-other-month.mphb-unselectable-date::after {
    width: 0%;
}

.datepick-month a {
    display: block;
    width: 100%;
    padding: 0.125em 0em;
    background-color: white;
    color: #000;
    text-decoration: none;
    line-height: 1.8em;
    font-family: var(--sans-serif);
}

span.mphb-check-in-date {
    background-color: var(--bg-blue) !important;
    color: black !important;
    opacity: 1 !important;
}

span.mphb-check-in-date::after {
    width: 0%;
}

@media only screen and (min-width: 768px) {
    .mphb-datepick-popup {
        max-width: 300px;
        margin-left: 55vw;
    }
}

/* SWIPER */

#gallery,
#gallery-2 {
    display: none;
}

#swiper-gallery {
    background-color: var(--bg-lite);
}

.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .swiper-pagination {
      display: flex;
      margin: auto;
      width: min-content !important;
      background-color: rgba(255, 255, 255, 0.5);
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--bg-lite);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-img {
    height: 100vw;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.swiper-button-prev:after, 
.swiper-container-rtl, 
.swiper-button-next:after,
.swiper-button-next:after, 
.swiper-container-rtl, 
.swiper-button-prev:after {
    color: black;
    outline: none;
    border: none;
    position: absolute;
    bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .swiper-container {
        display: none;
    }

    #gallery,
    #gallery-2 {
        display: initial;
        background-color: var(--bg-lite);
    }

    .gallery-grid {
        display: grid;
        gap: 0.6em;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 220px 220px;
        max-width: var(--max-width);
        margin: auto;
        padding-bottom: var(--extra-padding);
        position: relative;
    }

    .gallery-grid::after {
        content: 'Gallerie öffnen';
        position: absolute;
        font-size: 14px;
        left: 20px;
        bottom: 90px;
        background-color: white;
        border-radius: 10px;
        padding: 0.8em 1.3em;
        pointer-events: none;
    }

    .alle-bilder {
        position: absolute;
        height: 20px;
        width: 60px;
        background-color: white;
        right: 20px;
        bottom: 90px;
        pointer-events: none;
    }

    .gallery-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

    figure:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1 / -1;
    }

    figure:nth-of-type(1) img {
        border-radius: 10px 0 0 10px;
    }

    figure:nth-of-type(2) img {
        border-radius: 0px 10px 0 0px;
    }
    
    figure:nth-of-type(3) img {
        border-radius: 0px 0px 0px 0px;
    }
    
    figure:nth-of-type(4) img {
        border-radius: 0px 0px 10px 0px;
    }
    
    figure:nth-of-type(2) {
        grid-column: 3 / -1;
        grid-row: 1 / 2;
    }

    figure:nth-of-type(3) {
        grid-column: 3 / 4;
        grid-row: 2 / -1;
    }

    figure:nth-of-type(4) {
        grid-column: 4 / -1;
        grid-row: 2 / -1;
    }

    figure > a {
        height: 100%;
    }

    .grid-2 {
        border-radius: 10px;
    }

    .grid-2 figure:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .grid-2 figure:nth-of-type(1) img {
        border-radius: 10px 0 0 0; 
    }
    .grid-2 figure:nth-of-type(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .grid-2 figure:nth-of-type(2) img {
        border-radius: 0;
    }
    .grid-2 figure:nth-of-type(3) {
        grid-row: 2 / -1;
        grid-column: 1 / 3;
    }
    .grid-2 figure:nth-of-type(3) img {
        border-radius: 0 0 0 10px ;
    }
    .grid-2 figure:nth-of-type(4) {
        grid-row: 1 / -1;
        grid-column: 3 / -1;
    }
    .grid-2 figure:nth-of-type(4) img {
        border-radius: 0 10px 10px 0;
    }
}

.pswp__img {
    object-fit: cover;
}


/* MAP */

.section-wrap__map {
    padding: 0;
}

.kontakt {
    width: 100%;
    margin: auto;
    padding: var(--section-padding)
}

#map {
    height: 550px;
    width: 100%;
    margin: auto;
    max-width: 100% !important;
}

.desktop-map {
    display: none;
}

/* FORMULAR */

.kontakt-text {
    max-width: var(--max-width);
    margin: auto;
}

.wpcf7-form {
    background-color: white;
    padding:2.3em 1.3em;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 15px;
    margin: 3.4em auto 0 auto;
}

.wpcf7-form * {
    max-width: 100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
#mphb_note {
    border: none;
    border-radius: 3px;
    background-color: rgb(240, 240, 240);
    transition: background-color 200ms ease-in-out;
    margin-top: 6px;
    padding: 0.5rem 1rem;
}

#mphb_note {
    width: 100%;
}


.wpcf7-form input {
    height: 30px;
}

.wpcf7-form textarea {
    padding-top: 6px;
    height: 120px;
}

.wpcf7-form label {
    font-size: 16px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    background-color: #C1E7C5;
    border-radius: 3px;
    font-size: 13px;
    text-indent: 12px;
}

.wpcf7-form input[type=submit] {
    width: 100%;
    margin: 0;
}

.ajax-loader {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    color: var(--bg-rose);
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 1em !important;
    line-height: 1.2em;
    border-color: var(--bg-rose) !important;
    border-radius: 3px;
}


@media only screen and (min-width: 768px) {
    .kontakt {
        display: flex;
        flex-direction: row-reverse;
        max-width: var(--max-width);
        margin: auto;
    }

    .kontakt-text {
        margin-left: 4em;
        width: calc(100% - 300px - 4em);
        margin-top: 0;
    }

    .kontakt-text > p {
        max-width: 400px;
    }

    #map {
        max-width: var(--max-width);
        border-radius: 10px;
    }

    .section-wrap__map {
        padding-bottom: 0;
    }

    .wpcf7-form {
        margin-top: 0;
    }

    #map-section {
        padding: 0;
        background-color: rgb(26, 26, 26);
    }
}


/* hausregeln */

#hausregeln {
    background-color: var(--bg-mainColor);
}

.section-wrap__hausregeln {
    gap: 2em;
    display: grid;
}

@media only screen and (min-width: 768px) {

    .section-wrap__hausregeln {
        display: grid;
        grid-template-columns:auto auto;
    }
}

.hausregeln-ul {
    list-style: circle;
    padding-left: 20px;
    margin-bottom: 2.4em;
}

.hausregeln-ul:last-of-type {
    margin-bottom: 0;
}

.hausregeln-ul li {
    line-height: 1.6em;
}

/* FAQ */
/* FAQ */
/* FAQ */
/* FAQ */


.faq-tabs {
    max-width: 450px;
}

.faq-tabs__buttons {
    display: grid;
    width: 100%;
    grid-template-columns: 0.6fr 0.9fr 1fr;
    gap: 0px;
}

.faq-tabs__buttons > button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0 0 1em 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 200ms ease-in-out;
    cursor: pointer;
    text-align: left;
    font-family: var(--sans-serif);
}

.faq-tabs__buttons > button.active {
    font-weight: 600;
    text-decoration: underline;
}

.faq-tabs__buttons > button:focus {
    outline: none;
}

.faq-tabs__content {
    padding: 0.5em 0;
    max-width: 400px;
}

.tab-content {
    display: none;
    opacity: 0;
}

.tab-content > p {
    font-size: 16px;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .section-wrap__faq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 580px;
        gap: 40px 0;
    }

    .section-wrap__faq > h2 {
        grid-column: 2 / -1;
        padding-left: 16px;
    }
    
    .faq-tabs__buttons {
        grid-template-columns: auto auto auto;
        max-width: 380px;
    }

    .faq-tabs__buttons > button {
        font-size: 14px;
    }

    .faq-tabs {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .tab-content > p {
        font-size: 17px;
    }
}


/*#############
             FOOTER             FOOTER             FOOTER
             /**/

#footer {
    background-color: var(--bg-rose);
    
}

.section-wrap__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
    padding: clamp(30px, 6vw, 46px) 0;
}


#footer li {
    list-style: none;
}

.footer-list a {
    font-size: 1em;
    line-height: 1.6em;
    color: black;
    text-decoration: none;
    font-family: var(--sans-serif);
}

.footer-icons-list {
    display: flex;
    
}

.footer-icons-list li {
    margin-right: 10px;
}

.footer-icons-list li:last-of-type {
    margin-right: 0px;
}

.footer-icon svg{
    height: 40px;
    width: 40px;
    fill: var(--iconFooter-fill);
    stroke: var(--iconFooter-stroke);
}

@media (min-width: 768px) {
    .footer-list {
        width: 100%;
    }
    
    #menu-footer {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
}


/*
ICONS
#/*/

.material-icons {
    
    padding-right: 0.4em;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

.md-18{
    font-size: 24px !important;
}


#gallery-js{
    min-height: 600px;
    margin: auto;
}

.my-gallery {
    width: 100%;
    margin: auto;
  }

  .my-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .my-gallery figure {
    display: block;
  }
  .my-gallery figcaption {
    display: none;
  }

.my-gallery.gallery-grid figure:nth-of-type(4) ~ figure {
    display: none;
}


/* Buchungsseite */
        /* Buchungsseite */
/* Buchungsseite */

.section-wrap__blog h2 a{
    color: black !important;
    position: relative;
    display: none;
}

.section-wrap__blog h2 {
    display: none;
}

#mphb-booking-details {
    background-color: white;
    padding: 1.3em;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

#mphb-coupon-details,
.mphb-customer-note {
    background-color: white;
    padding: 1.3em;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 15px;
    border-radius: 10px;
}

#mphb-coupon-details p + p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.mphb-booking-details-title {
    padding: 0.3em 17px 0.4em 0px;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
}

.mphb-check-in-date {
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 10px 0 0 0;
    padding: 0.8em 0 0 0;
}


.mphb-check-out-date {
    border-left: 0px;
    border-bottom: 0px;
    padding: 0.8em 0 0 0;
    border-radius: 0px 10px 0 0;
}

.mphb-check-in-date span:first-of-type,
.mphb-check-out-date span:first-of-type {
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.89);
    text-decoration: underline;
}

.mphb-check-in-date span:last-of-type,
.mphb-check-out-date span:last-of-type {
    display: none;
}

.mphb-check-in-date time:last-of-type,
.mphb-check-out-date time:last-of-type {
    width: 100%;
    display: block;
}

.mphb-reserve-rooms-details {
    padding-top: 1.2em;
}

.mphb-reserve-rooms-details {
    border-radius: 0 0 10px 10px;
    grid-column: 1 / 3;
}

.mphb-adults-chooser select,
.mphb-children-chooser select {
    width: 100%;
    height: 30px;
    background-color: var(--bg-rose);
    border-radius: 3px;
    border: none;
}

#mphb-customer-details {
    background-color: white;
    padding: 1.3em 1.3em;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 15px;
    margin: 2em 0 0 0;
}

#mphb-customer-details input,
#mphb-customer-details select,
#mphb-coupon-details input,
#mphb-coupon-details select{
    border: none;
    border-radius: 3px;
    background-color: rgb(240, 240, 240);
    transition: background-color 200ms ease-in-out;
    margin-top: 6px;
    height: 30px;
    width: 100%;
}

#mphb-customer-details input:focus,
#mphb-coupon-details input:focus{
    outline: none;
    background-color: rgba(0, 128, 128, 0.158);
    border-radius: 3px;
    font-size: 13px;
    text-indent: 12px;
}

#mphb-coupon-details button {
    width: 100%;
    height: 32px;
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 4px;
}

.mphb-coupon-message {
    font-size: 14px;
    line-height: 1.25em;
    margin-top: 0.75em;
}

#mphb-customer-details label {
    font-size: 16px;
}

#buchen-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

.mphb-room-number,
.mphb-room-type-title,
.mphb-guest-name-wrapper {
    display: none;
}

#mphb-price-details {
    display: none;
}

#blog {
    padding-top: 70px;
    min-height: 88vh;
}

@media only screen and (min-width: 768px) {

    .mphb_sc_checkout-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 330px auto;
        gap: 0 2em;
        max-width: 800px;
        margin: auto;
    }

    #mphb-booking-details {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    #mphb-customer-details {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 0 1em;
        margin: 0;
        grid-row: 1 / 3;
        grid-column: 2 / -1;
        border-radius: 10px;
    }

    #mphb-billing-details {
        margin: 0;
        margin-top: 30px;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .mphb-customer-details-title,
    .mphb-required-fields-tip {
        grid-column: 1 / -1;
    }

    #mphb-coupon-details {
        display: flex;
        flex-direction: column;
        height: min-content;
        margin-top: 0px !important;
    }

    #blog {
        background-image: url(img/ruegen-küste.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        object-position: left;
        position: relative;
        z-index: 1;
    }

    .mphb_sc_checkout-submit-wrapper {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        border-radius: 0 0 10px 10px !important;
    }

    .mphb_sc_checkout-submit-wrapper input {
        border-radius: 10px !important;
        }
}

.mphb-payment-messages {
    padding-bottom: 2em;
}

.mphb-booking-details-section .accommodations {
    display: none;
} 

#mphb-billing-details {
    background-color: white;
    padding: 1.3em 0 0 0;
    border-radius: 10px 10px 0 0;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 15px;
}

.mphb-gateway-chooser-title {
    padding: 0.3em 17px 1em 17px;
}

.mphb-gateway {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    border-top: rgba(0, 0, 0, 0.171) solid 0.5px;
    padding-left: 17px;
    padding-right: 17px;
    display: grid;
    grid-template-columns:  1fr 40px;
    grid-template-rows: auto;
}

.active-gateway {
    background: rgba(0, 128, 128, 0.158);
    position: relative;
}

.mphb-gateway input {
    visibility: hidden;
}

.active-gateway::after {
    content: '✔️';
    width: 16px;
    height: 16px;
    font-size: 16px;
    grid-column: 2 / -1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center;
    transform: translateY(-3px);
}

.mphb-radio-label {
    font-size: 17px;
    font-weight: 300 !important;
    padding-left: 0px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.mphb-radio-label strong{
    font-weight: 400 !important;
}

.mphb-gateway-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.63);
    padding-top: 0.55em;
    padding-left: 0px;
    grid-column: 1 / 2;
    grid-row: 2 / -1;
}

.mphb_cb_checkout_form .mphb-gateways-list>li, .mphb_sc_checkout-form .mphb-gateways-list>li {
    margin-top: 0;
}

.mphb-total-price {
    background-color: white;
    padding-left: 17px;
    padding-top: 1em;
    border-radius: 10px;
    background-color: var(--bg-blue);
    box-shadow: rgb(0 0 0 / 25%) 0px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.mphb-total-price output * {
    font-size: 24px;
}

.mphb-errors-wrapper {
    margin-top: 2em;
}

.mphb_sc_checkout-submit-wrapper input {
    width: 100%;
    box-shadow: rgb(0 0 0 / 25%) 0px 10px 10px;
}


/* Photoswipe */
/* Photoswipe */
/* Photoswipe */

.pswp__caption__center {
    max-width: 800px;
    padding: 3em 1em;
    font-size: 0.9em;
    text-align: center;
    color: var(--main-textColor);
}


.pswp__button--arrow--right {
    transform: translateX(-4vw) scale(1.3);
}

.pswp__button--arrow--left {
    transform: translateX(4vw) scale(1.3);
}


.pswp__button--arrow--left:before, 
.pswp__button--arrow--right:before {
    background-color: var(--main-textColor);
    border-radius: 50%;
    height: 32px;
    width: 33px;
}

.pswp__top-bar {
    left: 4vw !important;
    right: 4vw !important;
    width: calc(100% - 8vw);
    background-color: rgb(0, 0, 0, 0) !important;
}

.pswp__bg {
    background: linear-gradient(0deg, rgba(231,201,193,1) 58%, rgba(193,170,170,1) 87%);
}

.pswp__caption {
    background-color: var(--bg-mainColor) !important;
}

.pswp__button--close {
    width: 15px;
    height: 15px;
    background-color: var(--main-textColor) !important;
    background-image: none !important;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    transform: translateY(15px) translateX(8px);
}


/* ###### IMPRESSUM #########*/

#impressum {
    padding: 55px 0;
    }

    #impressum > .section-wrap {
        width: 90%;
        margin: auto;
    }
    
    .header-impressum {
    background-color: black;
    height: 60px;
    padding: 18px 30px;
    }
    
    #impressum .content-wrapper {
    padding-top: 5vw;
    max-width: 800px;
    }
    
    .header-impressum img {
    height: 24px;
    }
    
    #impressum {
    background-color:white;
    }
    
    .impressum.header {
    background-color: black;
    }
    
    #impressum h1 {
    font-size: 24px;
    padding-bottom: 3.5vh;
    text-align: left;
    color: black;
    margin: 0;
    text-transform: uppercase;
    width: 100% !important;
    max-width: 100%;
    padding-top: 2rem !important;
    }
    
    #impressum h1:nth-of-type(2) {
    padding: 3.5vh 0;
    }
    
    #impressum h2 {
    color: black;
    font-size: 21px;
    padding-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    padding-top: 2rem;
    }
    
    
    @media only screen and (min-width: 735px) {
    #impressum .content-wrapper {
        text-align: justify    
    }
    
		#impressum h1 {
			max-width: 100% !important;
		}
    
    #impressum h2 {
        font-size: 28px;
        max-width: 690px;
    }
    #impressum h1 {
        font-size: 40px;
    }
    
    #impressum ul {
        max-width: 690px;
    }
    }
    
    #impressum h2:first-of-type {
    padding-top: 0px;
    }
    
    #impressum p {
    color: black;
    line-height: 1.5em;
    font-weight: 400;
    padding-bottom: 15px;
    max-width: 65ch;
    }
    
    #impressum ul {
    color: black;
    line-height: 1.5em;
    font-weight: 400;
    list-style: inside;
    padding: 0 0 15px 0;
    }
    
    #impressum li {
    font-weight: 400;
    padding-bottom: 6px;
    padding-left: 0px;
    line-height: 1.4em;
    }
    
    .link-data-training {
    color: #FF8B3F;
    font-weight: 600;
    transition: color 280ms ease;
    }
    
    .link-data-training:hover {
    color: black;
    text-decoration: none;
    }