@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

:root{
	--light: #c9a06fa9;
	--acc: #ab2424;
}
:root{
	--cc-toggle-bg-on: #c9a06f!important;
	--cc-btn-primary-bg: var(--acc);
	--cc-btn-primary-hover-bg: #c9a06fa1!important;	
	--cc-toggle-bg-off: #c9a06fa1!important;
	--cc-text: #102844!important;
}

body, p, ul, ol, div, table, figure{
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size:14px;
    line-height:1.6;
    margin:0;
    box-sizing: border-box;
    color:#102844;
}

body{
    overflow-x: hidden;
}
.section {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.container-fluid{
	width:101% !important;
  	max-width:101% !important;
}
.hidden{
    display:none;
}
.opacity{
	opacity: 0;
	pointer-events: none;
}
img{
    max-width:100%;
    height:auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif; 
    font-weight:700;
    color: #102844;
    margin:0;
}

.center{
	align-self: center;
    text-align: center;
    align-content: center;
    align-items: center;
    vertical-align: middle;
}

.arrow{
	margin: 10px;
	opacity: .5;
	transition: .3s all;
}

.arrow:hover{
	opacity: 1 !important; 
}

.img-resp{
	max-height: 400px;
	object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .5s;
}

.map-img .img-resp{
	object-fit: contain;
}

/*.img-resp:hover{*/
/*	    transform: perspective(1300px) rotateY(-15deg);*/
/*}*/

.img-resp video{
	    width: 100% !important;
    height: auto !important;
    transform: translate(-50%, 0) !important;
        top: 0% !important;
}

.img-resp-h{
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.img-full, .img-full figure, .img-full img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}


.white-f{
	color: white;
}

h2.white-f{
	color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.fancybox-container path{
	color: white !important;
}

/*SCROLLBAR*/

::-webkit-scrollbar{
    width:10px !important;
    background-color: rgba(255, 255, 255, .9) !important;
    transition: .5s all !important;
}

::-webkit-scrollbar:hover{
	background-color: rgba(255, 255, 255, 1) !important;
}

::-webkit-scrollbar-thumb{
	transition: .5s all !important;
    background-color: rgba(171, 36, 36, .8) !important;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(171, 36, 36, 1) !important;
}

/*/SCROLLBAR*/

/*FONTS*/

h1{
    font-family: Poppins;
    font-weight: normal;
    font-size: 75px;
    line-height: 74px;
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 1px #E6BA86;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2{
    font-family: 'Poppins';
    font-size: 40px;
    line-height: 40px;
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 1px #E6BA86;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

a{
	color: black;
}

a:hover{
	color: #ab2424;
}

.white-f strong{
	color: white;
	font-weight: 800;
}

strong{
	color: #ab2424;
}

@font-face {
    font-family: "Poppins"; 
    src: url("/files/assets/fonts/Poppins-Black.ttf"); 
    font-style: normal; 
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat"; 
    src: url("/files/assets/fonts/Montserrat.ttf"); 
    font-style: normal; 
    font-weight: normal;
}

/*/FONTS*/

/*BURGER-MENU*/

.list-menu{
	position: fixed;
    display: flex;
    width: 50vw;
    height: 100%;
    left: -150%;
    z-index: 3000;
    background-color: white;
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
}

.list-menu .mod_navigation{
	    display: flex;
	    width: 100%;
	    height: 100%;
}

.list-menu .invisible{
	    display: none;
}

.list-menu .level_1{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 100px;
}

.list-menu .active{
	list-style-type: none;
    font-family: Montserrat;
    font-size: 24px;
    opacity: 1;
        color: #ab2424;
}

.list-menu li{
	list-style-type: none;
    font-family: Montserrat;
    font-size: 18px;
    opacity: 0.6;
    padding-bottom: 0;
    padding-top: 0;
    transition: .5s all;
    display: flex;
    margin-left: 0;
    position: relative;
}

.list-menu li:hover{
	opacity: 1;
	margin-left: 10px;
}

.list-menu li .level_2{
	z-index: 1;
}

.list-menu li:hover .level_2{
	margin-top: 0px;
	margin-left: 0;
    display: block;
    opacity: 1;
    transform: translate(0, -46%);
    z-index: 10;
}

.level_2 li{
	padding-bottom: 10px;
}

.level_2{
	transition: .5s all;
    margin-left: 50px;
    position: absolute;
    left: 200px;
    opacity: 0;
    top: 50%;
    transform: translate(0, -46%);
}

/*/BURGER-MENU*/

#morgenstueberl{
	padding-bottom: 0;
}

#speisezimmer{
	padding-top: 0;
}

#tauernstube.brewery{
	background-image: url("/files/design/images/main page/restaurant/Tauernstube.jpg");
}

.brewery.einzelzimmer{
	background-image: url("/files/design/images/main page/mian page/DSC01534.jpg");
}

.brewery.doppelzimmer{
	background-image: url("/files/design/images/main page/mian page/company-1.jpg");
}

.brewery.bett-zimmer{
	background-image: url("/files/design/images/main page/summer/summer-1.jpg");
}

.brewery.familienzimmer{
	background-image: url("/files/design/images/main page/booking/booking.jpg");
}

#genuss{
	padding-bottom: 0;
}

/*HEADER*/

.contacts{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contacts .mail{
	margin-left: 25px;
}

.contacts img{
	width: 26px;;
}

.nav_wrap {
    top: 0;
    position: fixed;
    z-index: 1000;
    height: 80px;
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: row;
    padding: 0 50px;
    justify-content: space-between;
}

.header-logo{
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 3001;
    left: 50%;
    transform: translate(-50%);
}

.header-logo img{
	width: 100%;
	height: auto;
	object-fit: contain;
}

.burger-section{
	height: 100%;
}

.burger{
	display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 25px;
}

.header-logo a{
	display: flex;
}

.burger-p{
	height: 100%;
	min-height: 80px;
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    z-index: 3500;
}

.bur-line-a{
	height: 2px;
    background-color: black;
    width: 40px;
    border-radius: 10px;
    align-self: center;
    top: -5px;
    margin-left: 20px;
    position: relative;
}

.bur-line-b{
    height: 2px;
    background-color: black;
    width: 40px;
    border-radius: 10px;
    align-self: center;
    top: 5px;
    position: relative;
    margin-right: 20px;
}

.lang{
	display: flex;
    align-items: center;
    margin-left: 25px;
}

.lang a{
	margin: 0 2px;
    position: relative;
    top: 1px;
}

/*.cc_div .c-bn{*/
/*	background: #c9a06fa9  !important;*/
/*    color: #fff !important;*/
/*}*/

/*#c-bns button:first-child, #s-bns button:first-child{*/
/*	background: #ab2424 !important;*/
/*}*/

/*#s-c-bn:after, #s-c-bn:before{*/
/*	background: #fff !important;*/
/*}*/

/*/HEADER*/

.main_img{
	width: 100vw;
    height: 65vh;
    overflow: hidden;
    padding-top: 80px;
}

.main_img figure{
	width: 100%;
    height: 100%;
}

.main_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking_btn{
	position: absolute;
    top: 150px;
    right: 50px;
    background-image: url(/files/design/logo/buchen_3.svg);
    width: 200px;
    height: 200px;
    z-index: 333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1)rotate(15deg);
    transition: .5s all;
    cursor: pointer;
}

.booking_btn:hover{
	transform: scale(1.05)rotate(5deg);
}

.popup{
    position: fixed;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #fff;
    transition: 0.5s all;
    pointer-events: none;
    opacity: 0;
    width: 70vw;
    height: fit-content;
    max-height: 70vh;
    z-index: 3;
    padding: 50px 100px 50px 50px;
    overflow-y: scroll !important;
}

.popup.open{
    top: 50%;
    transform: translate(-50%, -50%)scale(1);
    pointer-events: all;
    opacity: 1;
        z-index: 1445;
}

.popup-close{
	position: sticky;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    float: right;
    bottom: 90%;
    right: 0;
    transform: scale(1) translate(75px, -25px);
    transition: 0.5s all;
    opacity: 0.8;
}

.popup .popup-close::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 4px;
    background-color: #ab2424;
}

.popup .popup-close::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
    height: 4px;
    background-color: #ab2424;
}

.popup-bg{
	left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    transition: .5s all;
    transform: scale(1);
    pointer-events: none;
}

.popup-bg.open{
	pointer-events: all;
	opacity: .5;
}

/*VIDEO*/

.video-section{
	padding-left: 0 !important;
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.video-bg{
	width: 100% !important;
    height: 100vh !important;
}

.video-bg video{
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.video-arrow{
	    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%)rotate(90deg);
    background-image: url("/files/design/icon/arrow-white.svg");
    width: 50px;
    height: 50px;
    z-index: 2;
    background-size: cover;
        animation-name: bounce_home;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bounce_home {
    0% {bottom:10%}
        50% {bottom:12%}
       100% {bottom:10%}
}

/*/VIDEO*/

/*/WELCOME*/

.welcome{
	display: flex;
	padding-top: 100px;
}

.welcome-left, .welcome-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.welcome-m{
	margin-top: 50px;
}

.text-round{
	position: absolute;
    right: -100px;
    top: -100px;
    z-index: 1;
}

.welcome-img{
	max-height: 700px;
}

.map-img{
	    max-height: 400px;
    object-fit: contain;
    height: 100%;
    width: 100%;
    transition: all .5s;
}

.strip{
	position: absolute;
    bottom: -100px;
    height: 3px;
    background-color: #dddddd;
}

.mini-preloader{
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

/*/WELCOME*/

/*COMPANY*/

.company-text, .comp-txt, .company-img{
	display: flex;
}

.comp-img-second{
	display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow: hidden;
    align-self: center;
    justify-content: center;
}

.comp-img-first{
	max-height: 600px;
}

.comp-img-first img{
	object-position: top;
}

.comp-txt-second p{
		padding-left: 60px;
	}
	
	#genuss .comp-txt-second p{
		padding-left: 0px;
	}
	
	.company-img{
		margin-top: 50px;
	}
	
	.company-img img{
		width: 100%;
    height: 100%;
    object-fit: cover;
	}

/*/COMPANY*/

/*BREWERY*/

.brewery{
	background-image: url("/files/design/images/main%20page/summer/summer-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    background-position: center;
}

.winter{
	background-image: url("/files/design/images/main page/mian page/winter.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    background-position: top;
}

.brewery::after, .bus::after, .wellness::after, .winter::after{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
}

.brewery-txt{
	display: flex;
    margin-top: 50px;
}

.brewery-content{
	z-index: 3;
}

.brewery-content .welcome-m a{
	color: white;
}

/*/BREWERY*/

/*ROOMS*/

.rooms-prices{
	padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: auto;
}

.price-table{
	width: 100%;
    color: black;
}

.price-table td{
	    padding: 10px;
}

.booking-right{
	width: 70%;
}

.rooms-content{
background-color: #c9a06f;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding-bottom: 50px;
    padding: 50px 0;
}

.rooms-content h3{
    font-size: 7.3vw;
    color: black;
    position: relative;
    transform: translate(0, 50%)perspective(0px)rotateY(0deg);
    font-family: 'Poppins';
    transition: .5s all;
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 1px #E6BA86;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/*.rooms-content h3:hover{*/
/*	transform: translate(0, 50%)perspective(1000px)rotateY(15deg);*/
/*}*/

.rooms-content .room-img{
	transition: .5s all;
	transform: translate(0, -20%)perspective(0px)rotateY(0deg);
}

/*.rooms-content .room-img:hover{*/
/*transform: translate(0, -20%)perspective(1300px)rotateY(15deg);*/
/*}*/

.rooms-content h2{
    margin-bottom: 50px;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
}

.rooms-content p{
	color: black;
}

.room{
	flex-direction: row;
	display: flex;
}

.room-description{
	display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-top: 50px;
}

.room-selector{
	flex-direction: column;
	margin-top: 50px;
}

.room-description{
	margin-left: 30px;
}

.room-selector p{
	font-family: Taviraj;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 51px;
    text-transform: uppercase;
    pointer-events: none;
    position: relative;
}

.room-arrow{
	margin: 5px;
	margin-right: 10px;
	transition: .5s all;
	position: relative;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%);
}

#room-1, #room-2, #room-3, #room-4, #room-5{
	display: flex;
    border-bottom: 1px solid #dddddd;
    margin: 10px;
	}
	
	#room-1 p, #room-2 p, #room-3 p, #room-4 p, #room-5 p{
		transition: .5s all;
		position: absolute;
	}
	
	#room-1:hover .room-arrow, #room-2:hover .room-arrow, #room-3:hover .room-arrow, #room-4:hover .room-arrow, #room-5:hover .room-arrow{
		pointer-events: visible;
		transform: translate(0%);
		opacity: .7;
	}
	
	#room-1:hover p, #room-2:hover p, #room-3:hover p, #room-4:hover p, #room-5:hover p{
		transform: translate(50px);
	}
	
	
	.room-description #room-1, .room-description #room-2, .room-description #room-3, .room-description #room-4, .room-description #room-5{
		margin: 0 !important;
		border-bottom: none !important;
	}
	
	.room-description #room-1 p, .room-description #room-2 p, .room-description #room-3 p, .room-description #room-4 p, .room-description #room-5 p{
		position: relative;
	}
	
	.room-desc-title{
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	}
	
	.room-desc-title p{
	font-family: Taviraj;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
	}
	
	.room-description .ce_text{
		width: 100%;
		text-align: left;
	}
	
	#room-1-desc, #room-2-desc, #room-3-desc, #room-4-desc, #room-5-desc{
		padding-left: 30px;
		display: none;
		text-align: right;
	}
	
	.room-description a:hover{
		color: black;
	}

/*/ROOMS*/

/*MOTOBIKE*/

.moto-top, .moto-bottom {
	display: flex;
}

.moto-top-img{
	    max-height: 30%;
    overflow: hidden;
}

.moto-top-txt{
	margin-top: 40px;
}

.moto-top-txt div{
	    max-height: min-content;
}

.moto-bottom{
	    margin-top: 40px;
}

.moto-bottom-img{
	    transform: translate(25%, -70%);
}

/*/MOTOBIKE*/

/*BUS*/

.bus{
	background-image: url("/files/design/images/main page/children/children.jpg ");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    background-position: bottom;
}

.bus .formbody{
	    display: flex;
}

.bus .email input{
	width: 70%;
    border: none;
    background-color: initial;
    border-bottom: 1px solid white;
    color: white;
    outline:none;
}

.bus .check{
	padding: 0;
    padding-top: 15px;
}

.bus .check label{
	color: white;
}

.bus checkbox.checkbox{
	margin-right: 10px;
    margin-top: 5px;
}

.bus .fotm-btn{
	border: none;
    background-color: initial;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: white;
}

.widget-submit::after{
	content: '';
    background-image: url(/files/design/icon/form-arrow.svg);
    background-size: contain;
    height: 30px;
    margin-left: 20px;
    width: 30px;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.bus .widget-submit{
	display: flex;
}

.bus-img img{
	height: 100%;
    object-fit: cover;
    object-position: left;
}

/*/BUS*/

/*VISIT*/

.slick-track{
	display: flex;
}

.visit-body img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.visit-body p{
	color: black;
}

.visit-body p{
	color: #ab2424;
}


.slick-list{
	overflow: hidden;
	transform: translate(20%);
}

.visit-body{
	height: 550px;
	outline: none;
	margin: 50px;
	transition: .5s all;
	transform: perspective(1000px)rotateY(0deg);
}

/*.visit-body:hover{*/
/*	transform: perspective(1000px)rotateY(-20deg);*/
/*}*/

.rsts-next{
	background-image: url("/files/design/icon/arrow.svg");
    width: 50px;
    height: 50px;
    display: block !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    opacity: 0.7;
    transition: .5s all;
}

.rsts-next:hover{
	opacity: 1;
}

/*/VISIT*/

/*DESCRIPTION*/

.text-round-color{
	position: absolute;
    left: -30%;
    bottom: 0;
}

.description-content{
	display: flex;
}

.description-content div{
	    text-align: right;
}

.description-right{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 50px;
}

.description-right .ce_text{
	max-height: min-content;
}

.description-left img{
	    border-radius: 100%;
}

.main-desc img{
	width: 90%;
}

.main-desc .text-round-color{
	left: 0;
}

body .description-right div{
	text-align: left !important;
}

/*/DESCRIPTION*/

/*GALLERY*/

.gallery-row{
	display: flex;
    flex-direction: row;
}

.gallery-img{
	overflow: hidden;
    margin: 10px;
    max-width: calc(33.33% - 20px);
}

.gallery-row img{
	transition: all .5s;
	    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-row img:hover{
	transform: scale(1.1);
	opacity: 0.75;
}

.gallery-img p{
	    position: absolute;
    z-index: 2;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
    font-weight: bolder;
    color: #ab2424;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    text-align: center;
}

.gallery-img:hover p{
	top: 50%;
	opacity: 1;
}

/*/GALLERY*/

/*WELLNESS*/

.wellness{
	background-image: url("/files/design/images/galleries/wellness/wellness-5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    background-position: bottom;
}

/*/WELLNESS*/

/*BOOKING*/

.formbody .widget{
	position: relative;
	margin-bottom: 25px;
}

.booking-left{
	display: flex;
    flex-direction: column;
}

.booking-title{
	    max-height: min-content;
	        pointer-events: none;
}

.booking-title h3{
	    transform: translate(0, 50%)perspective(0px)rotateY(0deg);
}

/*.booking-title h3:hover{*/
/*	transform: translate(0, 50%)perspective(1000px)rotateY(15deg);*/
/*}*/

.booking-right .ce_form, .booking-right form, .booking-right .formbody{
	height: 100%;
}

.booking-right .formbody{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.booking-form-left{
	display: flex;
    flex-direction: column;
        height: fit-content;
}

.booking-right input, .booking-right select{
    width: 95%;
    color: #000;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 20px;
    border-bottom: 0px solid #000;
}

.booking-right option{
	background-color: #ab2424;
	border: none;
	outline: none;
}

.booking-right option:hover{
	background-color: white !important;
	color: #ab2424 !important;
}

.booking-right .booking-form-right input, .booking-right .booking-form-right select{
	width: 100%;
}

.booking-right input::placeholder{
	color: #000;
}

.booking-form-right textarea::placeholder{
	color: #000;
}

.booking-form-right{
	display: flex;
    flex-direction: column;
        height: fit-content;
}

.booking-form-right textarea{
    background-color: #fff;
    width: 100%;
    height: 216px;
    outline: none;
    resize: none;
    color: #000;
    padding: 10px;
    border: 2px solid #fff;
}

.booking-form-right .widget-submit{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.booking-form-right button{
	border: none;
    background-color: inherit;
    color: white;
    outline: none;
}

.formbody h4{
    color: white;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

#customForm{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #ab2424;
    font-weight: 400;
    cursor: pointer;
    margin-top: -25px;
    margin-bottom: 50px;
    width: 100%;
}

#customForm::after{
	    content: '';
    background-image: url('/files/design/icon/arrow.svg');
    background-size: contain;
    height: 30px;
    margin-left: 5px;
    width: 30px;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.booking-form-right .widget-submit::after{
	    content: '';
    background-image: url(/files/design/icon/arrow-white.svg);
    background-size: contain;
    height: 30px;
    margin-left: 5px;
    width: 30px;
    display: flex;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.ui-datepicker-inline{
	display: none !important;
}

.ui-datepicker-prev{
	background-image: url(/files/design/icon/arrow-white.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    transform: rotate(180deg);
    float: left;
}

.ui-datepicker-next{
	background-image: url(/files/design/icon/arrow-white.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

#ui-datepicker-div div, .ui-datepicker-calendar, .ui-datepicker-calendar a{
	color: white;
}

#ui-datepicker-div{
	display: none;
	background-color: #ab2424;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.booking-form-left label.select.mandatory{
	color: white;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.booking-form-right label.select.mandatory{
	color: white;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-15%, -50%);
}

/*.message-button{*/
/*	    position: absolute;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 31%;*/
/*    bottom: 9%;*/
/*}*/

.widget-textarea{
	    position: absolute;
    top: 0;
    width: 100%;
}

/*/BOOKING*/

/*RESTAURANT*/

.menu-title{
	    justify-content: flex-start !important;
}

.menu-img img{
	object-fit: contain;
    height: 100%;
    width: 80%;
    box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.1);
}

/*/RESTAURANT*/

/*FOOTER*/

#footer .inside{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 100px;
    background-color: #dddddd;
}

#footer .links{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .links figure{
	width: 100%;
    order: 2;
    margin-top: 25px;
}

#footer .links figure img{
	width: 100%;
    height: auto;
}

.imprint-btn{
	cursor: pointer;
    margin-right: 10px;
}

.datapr-btn{
	cursor: pointer;
    margin-left: 10px;
}

.footer{
	display: flex;
    padding-bottom: 100px;
    padding-top: 100px;
}

.footer-menu{
	display: flex;
}

.footer-menu a{
	padding: 10px;
}

.footer-left{
	text-align: center;
}

.footer-menu-right{
	text-align: right;
}

.footer-menu-bottom{
	margin: 20px;
}

.footer-menu-left, .footer-menu-right{
	display: flex;
	flex-direction: column;
}

.footer-menu-bottom{
	    color: black;
	    text-align: center;
}

.footer-bottom{
	    text-align: center;
    background-color: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-logo{
	padding-bottom: 50px;
}

.twenty-twenty{
	    position: absolute;
    width: max-content;
    left: 50%;
    transform: translate(-50%);
}

/*/FOOTER*/

@media (min-width: 1200px){
	
}
@media screen and (max-width: 1200px) {
	
	#footer .inside{
		padding: 50px;
	}
	
	/*#speisezimmer h2{*/
	/*	    word-break: break-all;*/
	/*}*/
	
	#speisezimmer{
		padding-top: 50px;
	}
	
	.booking-right .formbody{
		padding-bottom: 100px;
	}
	
	.message-button{
		    height: 42%;
    bottom: 0%;
	}
	
	.visit-body{
	margin: 30px;
}
	
    .welcome, .section, .moto-bottom, .moto-top{
		    flex-direction: column;
	}

	.welcome-left{
		height: 50vh;
		min-height: 700px;
	}
	
	.welcome-right{
		height: 50vh;
	}
	
	.welcome-left, .welcome-right{
		justify-content: flex-start;
	}
	
	.title{
		order: -1;
	}
	
	.rooms-left{
		flex-direction: row;
		display: flex;
	}
	
	.rooms-right h2, .rooms-right p{
		text-align: center;
	}
	
	.rooms-prices{
    padding-left: 30px !important;
    padding-right: 30px !important;
	}
	
	.moto-top-txt{
	margin-top: 0;
    margin-bottom: 40px;
	}
	
	.moto-bottom-img{
		    transform: translate(0%, 0%);
	}
	
	.moto-bottom-img img{
		    width: 100%;
	}
	
	.moto-m{
    margin-top: 50px;
    margin-bottom: 50px;
	}
	
	.booking-left{
		    flex-direction: row;
	}
	
	.booking-right .widget-text, .widget-select{
		    padding-top: 10px;
    padding-bottom: 10px;
	}
	
	.img-resp{
		max-height: 350px;
	}

}
@media screen and (max-width: 991px) {
	
	.booking-right{
		width: 90%;
	}
	
	#footer .inside p{
	text-align: center !important;
    margin-bottom: 25px;
	}
	
	#footer .inside{
	flex-direction: column;
    justify-content: center;
	}
	
	#footer .links{
		order: 3;
    margin-top: 25px;
	}
	
	.comp-img-first{
		max-height: initial;
	}
	
	.comp-img-second{
		align-self: auto;
		max-height: inherit;
	}
	
	.rsts-next{
		left: 10%;
	}
	
	.rooms-prices{
		    margin-top: 50px;
    margin-bottom: 0px;
	}
	
	.section{
		padding-top: 50px;
    padding-bottom: 50px;
	}
	
	.company-text, .company-img, .brewery-txt, .formbody{
		flex-direction: column;
	}
	
	.comp-title{
	text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
	}
	
	.comp-txt-second p{
		text-align: right;
		padding-left: 0;
	}
	
	.comp-img-second{
		    margin-top: 50px;
	}
	
	.form-1-col, .form-2-col{
		margin-top: 30px;
	}
	
	.description-content{
		flex-direction: column;
	}
	
	.text-round-color{
		left: 0;
	}
	
	.description-right{
    padding-left: 0;
    padding-top: 50px;
	}
	
	.footer{
		flex-direction: column;
	}
	
	.footer-left{
		margin-bottom: 50px;
	}

}
@media screen and (max-width: 767px) {
	
	.burger-p .center{
		    display: none;
	}
	
	.lang{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 25px;
	}
	
	.booking_btn{
		top: 100px;
    right: 25px;
    width: 150px;
    height: 150px;
	}
	
	.booking-form-left{
		height: fit-content;
	}
	
	.popup-close{
		    width: 30px;
    height: 30px;
    transform: scale(1) translate(30px, -25px);
	}
	
	.popup{
		width: calc(100vw - 50px);
    height: 70vh;
        overflow-x: hidden;
    padding: 15px;
    padding-right: 30px;
	}
	
	#footer .inside{
		    padding: 25px;
	}
	
	.burger{
		margin-right: 10px;
	}
	
	.nav_wrap{
	padding: 0 10px;
    flex-wrap: nowrap;
	}
	
	.contacts{
		display: none;
	}
	
	h2, h1{
		text-align: center;
	}
	
	.booking-title h3{
		text-align: center;
	}
	
	.welcome-left{
		height: 60vh;
		min-height: auto;
	}
	
	.level_2 li{
		font-size: 16px;
	}
	
	.submenu a{
		    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
	}
	
	.list-menu .active, .list-menu li{
		font-size: 16px;
	}
	
	.submenu a:after, .submenu strong:after{
		content: '';
	    background-image: url(/files/design/icon/arrow.svg);
	    width: 20px;
	    height: 20px;
	    background-repeat: no-repeat;
	    background-size: contain;
	    position: relative;
	    transform: translate(100%, -50%);
	    top: 50%;
	    display: inline-block;
	}
	
	.level_2 a:after{
		display: none;
	}
	
	.list-menu li:hover a{
		    pointer-events: visible;
	}
	
	.list-menu li a{
		transition-delay: .5s;
	}
	
	.list-menu li:hover a:after{
		opacity: 0;
		display: none;
	}
	
	.list-menu li:hover strong:after{
		opacity: 0;
		display: none;
	}
	
	.list-menu li:hover{
		opacity: 1;
		margin-left: 0px;
	}
	
	.booking-right input, .booking-right select{
		width: 100%;
		    padding: 15px;
	}
	
	.list-menu .level_1{
    padding-inline-start: 0;
}
	
	.list-menu .active, .list-menu li{
		text-align: center;
	}
	
	.level_2 li{
    padding-bottom: 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
	}
	
	.list-menu li{
		display: flex;
    flex-direction: column;
	}
	
	.list-menu li:hover{
	opacity: 1;
    margin-left: 0;
	}
	
	.visit-body img{
		max-height: 80vh;
	}
	
	.slick-list{
		transform: translate(0%, 10%);
	}
	
	.rsts-next{
		left: 50%;
	    top: 0%;
	    transform: translate(-50%, 0);
	}
		
		.visit-body{
		margin: 10px;
	}
	
	h1{
		font-size: 40px;
		line-height: 50px;
	}
	
	.text-round{
	right: -50px;
    top: -50px;
    width: 100px;
	}
	
	.welcome-right{
		    align-items: center;
    margin-top: 50px;
	}
	
	.welcome-img .text-round{
		opacity: 0;
	}
	
	.header-logo{
		    margin-left: 0px;
    width: 120px;
	}
	
	.comp-txt, .brewery-txt, .rooms-left, .room{
		flex-direction: column;
	}
	
	.comp-txt p, .brewery-txt p{
		text-align: justify !important;
	}
	
	.comp-img-second{
		    margin-top: 15px;
	}
	
	.brewery, .winter, .comp-txt p{
		padding-left: 30px;
	    padding-right: 30px;
	}
	
	.rooms-prices{
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	
	.rooms-left h3{
	text-align: center;
    font-size: 50px;
    transform: translate(0, 0%);
	}
	
	.rooms-content .room-img{
		transform: translate(0, -10%);
	}
	
	.room-description{
		    margin-left: 0;
	}
	
	#room-1-desc, #room-2-desc, #room-3-desc, #room-4-desc, #room-5-desc{
		padding-left: 0px;
	}
	
	.list-menu{
		    width: 100vw;
	}
	
	.booking-right .formbody{
	    flex-wrap: wrap;
	}
	
	.booking-right input{
		width: 100%;
	}
	
	.booking-form-right{
		    padding-bottom: 20px;
	}
	
	.sibling{
		    display: flex;
    flex-direction: column;
	}
	
	.list-menu li:hover .level_2{
		    margin-left: 0;
    display: block;
    opacity: 1;
        transform: translate(0, 0%);
	}
	
	.level_2{
		    position: initial;
    padding: 0;
    display: none;
	}
	
	.twenty-twenty{
	position: relative;
    width: auto;
    left: 50%;
    transform: translate(-50%);
}
	
}
@media screen and (max-width: 576px) {
	
	.description-right h2{
		padding-bottom: 50px;
	}

}