/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body{
    font-family: 'Source Sans 3';
    color: #707070;
    margin: 0px;
    line-height: 1.6;
    font-size: 1.5rem;
    scroll-behavior: smooth;
    font-weight: 400;
}
h1{
    font-family: 'Montserrat';
    font-size: 2.5rem;
    color: #59594F;
    margin: 0 auto 40px;
    line-height: 1.2;
    font-weight: 600;
}


div p{
    margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
    margin: 0 auto;
}
img, svg, video{
    max-width: 100%;
    height:auto;
}
a{
    color: #59594F;
    text-decoration: none;
    transition: 0.3s ease;
}
a:active, a:hover {
    color: #59594F;
    opacity: 0.6;
}
ul{
    padding-left: 20px;
    margin: 0 auto 15px;
}
.no_scroll{
    height: 100vh;
    overflow: hidden;
}
.textcenter{
    text-align: center;
}

/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
    max-width: 1280px;
    margin: 0 auto;
    position:relative;
    padding: 0px 40px;
}
.w1024{
    max-width:1024px;
    margin:0 auto;
    position:relative;
}
.w960{
    max-width:960px;
    margin:0 auto;
    position:relative;
}
.w800{
    max-width:800px;
    margin:0 auto;
    position:relative;
}
.w700{
    max-width:700px;
    margin:0 auto;
    position:relative;
}
.margin_oben{
    margin-top: 120px;
}
.margin_unten{
    margin-bottom: 120px;
}
.padding_oben{
    padding-top: 120px;
}
.padding_unten{
    padding-bottom: 120px;
}

.fullwidth{
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    position: relative;
}
.bg_padding{
    padding: 100px 0;
}
.d-flex{
    display: flex;
    justify-content: center;
}

.bg_beige{
    background-color: #D8D2C8;
    color: #FFFFFF;
}

.bg_icons{
    position: absolute;
    bottom: 0;
    opacity: 0.3;
}
.icon_bg_1{
    height: 130px;
    left: 0;
    width: auto;
    bottom: -20px;
    transform: rotate(15deg);
}
.icon_bg_2{
    right: 0;
    height: 150px;
    width: auto;
    bottom: -40px;
    transform: rotate(-25deg);
   
}

/* //////////////////////////////////// Header - Menu //////////////////////////////////// */
header.h100{
    height: 100svh;
    min-height: 460px;
}
header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    z-index: 2;
}
header .overlay h1{
    font-size: 3rem;
    color: #FFFFFF;
    max-width: 550px;
    margin: 0 auto
}

.verlauf{
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: 1;
}
.verlauf_bottom{
    bottom: 0;
    background: rgb(216, 210, 200);
    background: linear-gradient(to top, rgba(216, 210, 200, 0.7) 0%, rgba(216, 210, 200,0.5) 45%, rgba(216, 210, 200,0) 100%);
}
.verlauf_top{
    top: 0;
    background: rgb(216, 210, 200);
     background: linear-gradient(to bottom, rgba(216, 210, 200, 0.7) 0%, rgba(216, 210, 200,0.5) 45%, rgba(216, 210, 200,0) 100%);
}


.lang_switcher{
   position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    list-style: none;
    gap: 10px;
    z-index: 3;
    font-size: 1rem;
    text-decoration: underline;
}
.lang_switcher ul{
    list-style: none
}
.lang_switcher ul li.current-lang{
    display: none;
}


.content_header{
    background: #F6F5F2;
    padding: 15px 0;
}
.content_header .w1280{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_header .w1280 .lang_switcher{
    position: relative;
    top: auto;
    right: auto;
}


/* //////////////////////////////////// Content //////////////////////////////////// */
.pdf_karten{
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
}
.pdf_box{
    padding: 30px 40px;
    color: #FFFFFF;
    transition: 0.3s ease;
}
.pdf_box:hover{
    color: #59594F;
    opacity: 1;
}
.pdf_box .hover_fill{
    transition: 0.3s ease;
}
.pdf_box:hover .hover_fill{
    fill: #59594F;
}

.pdf_box small{
    display: block;
    line-height: 1;
    font-size: 1rem;
}
.trenner{
    width: 1px;
    background-color: #FFFFFF;
    margin: 20px 0;
}
.inner_box{
    gap: 20px;
    align-items: center;
}


/* //////////////////////////////////// Swiper //////////////////////////////////// */
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}
.swiper_carousel{
	box-sizing: border-box;
}
.swiper_carousel .swiper-slide{
	height: auto;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
    align-items: center;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
    padding-bottom: 60%;
    transition: 0.3s ease;
}
.swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_nav{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	gap: 20px;
}
.swiper_arrows{
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%); 
    background-color: #F6F5F2;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 50px;
    height: 50px;
	line-height: 0;
	cursor: pointer;
    padding: 12px;
}
.swiper_arrows svg{
    width: 100%;
    height: 100%;
}
.swiper_prev{
    left: 40px;
}
.swiper_next{
    right: 40px;
}

.verlauf_left{
    z-index: 2;
     top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255,0.5) 45%, rgba(255, 255, 255,0) 100%);
}
.verlauf_right{
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255,0.5) 45%, rgba(255, 255, 255,0) 100%);
}


/* //////////// Footer //////////// */
footer{
    padding: 60px 0px;
    background-color: #F6F5F2;
    color: #59594F !important;
}
footer p{
    margin-bottom: 0;
}
footer .w1280{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
footer .logo{
    display: block;
    margin: 0 auto 20px;
}
.kontakt_box{
    
}

.kontakt_box a{
    display: block;
    font-size: 2rem;
    font-weight: 600;
}


.impressum{
    display: flex;
    gap: 10px;
    font-size: 1rem;
    margin: 0 auto;
}


/* //////////////////////////////////// CF7 //////////////////////////////////// */
.reservierung_button {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: -200px;
    left: 30px;
    z-index: 8;
    background-color: #D8D2C8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.2;
    gap: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}
.reservierung_button:hover{
    background-color: #59594F;
}


.reservierung_button.scroll{
    bottom: 30px;
}



.popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(216, 210, 200, 0.95);
    z-index: 9;
    padding: 40px;
    overflow: scroll;
}
.close_popup{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 100px;
    padding: 13px;
    cursor: pointer;
    transition: 0.3s ease;
}
.hover_stroke{
    transition: 0.3s ease;
}
.close_popup:hover{
    background-color: #59594F;
}
.close_popup:hover .hover_stroke{
    stroke: #FFFFFF;
}


.popup::-webkit-scrollbar {
    display: none;
}
.popup .d-flex{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
    flex-direction: column;
}

.row_reservierung{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    border-bottom: 1px solid #59594F;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.row_reservierung .input_feld input{
    text-align: center;
}

.row{
    display: flex;
    gap: 30px;
    margin: 0 auto 30px;
}
.row_daten{
    margin: 0 auto;
    display: inline-block;
}
.row .input_feld{
    max-width: 300px;
    text-align: left;
}
.input_textarea{
    text-align: left;
}
.input_textarea textarea{
    outline: none;
    box-shadow: none;
    appearance: none;
    font-family: 'Montserrat';
    color: #707070;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #59594F;
}
.input_feld label, .input_textarea label{
    display: block;
    font-family: 'Source Sans 3';
    color: #59594F;
}
.row_daten .input_feld label, .input_textarea label{
    font-size: 1.2rem;
}
.input_feld input{
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 2px solid #59594F;
    font-family: 'Montserrat';
    color: #707070;
    text-align: left;
    font-size: 1.15rem;
    outline: none;
    box-shadow: none;
    appearance: none;
    padding: 10px;
}


.input_button{
    margin-top: 25px;
    text-align: left
}
.input_button input{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 1.25rem;
    font-family: 'Montserrat';
    background-color: #59594F;
    border: 1px solid #59594F;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
}
.input_button input:hover{
    background-color: #D8D2C8;
    border: 1px solid #59594F;
    color: #59594F;
}




.wpcf7-not-valid-tip{
    font-size: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    max-width: 630px;
    margin: 30px auto;
    font-size: 1.15rem;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}