@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('/files/fonts/Montserrat-VariableFont_wght.ttf');
}

body,
p,
ul,
ol,
div,
table,
figure {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  box-sizing: border-box;
  color: rgb(44, 44, 44);
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  max-width: 100%;
}

html, body {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #022f5a;
  margin: 0;
  font-weight: 700;
}

strong{
   color: #022f5a;	
}

.ce_text p{
	color: black !important;
}

.ce_text a{
	color: #022f5a !important;
}
/*.front-page h1 {*/
/*    visibility: hidden !important;*/
/*}*/
.obj-right img {
  object-position: right;
}

.obj-left img {
  object-position: left;
}

body .Montserrat-h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 60px !important;
  margin-bottom: 100px !important;
}

body .Montserrat-h2-m {
  margin-bottom: 60px !important;
  font-size: 60px !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.wether-links{
	    text-align: left;
    width: 100%;
    padding: 0 30px;
}

.wether-links img{
	width: 10%;
    margin: 15px;
    transition: .3s all;
}

.wether-links a{
	text-decoration: none;
    opacity: .8;
    transition: .3s all;
}

.wether-links a:hover{
	opacity: 1;
	margin-left: 10px;
}

.wether-links a:hover img{
	transform: scale(1.1);
}

.coupons{
	    width: 200px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2222222;
    display: block;
    padding: 10px 30px 10px 30px;
    background: rgba(0, 36, 71, 0.8);
    color: white;
    transition: .3s all;
    opacity: .9;
    text-align: center;
    text-decoration: none !important;
    z-index: 1;
}

.coupons-anfrage{
	    width: 200px;
    position: fixed;
    right: 0;
    top: 28%;
    z-index: 2222222;
    display: block;
    padding: 10px 30px 10px 30px;
    background: rgba(0, 36, 71, 0.8);
    color: white;
    transition: .3s all;
    opacity: .9;
    text-align: center;
    text-decoration: none !important;
    z-index: 1;
}

#header .online-booking{
	    width: 200px;
    position: fixed;
    right: 0;
    top: 42%;
    z-index: 2222222;
    display: block;
    padding: 10px 30px 10px 30px;
    background: rgba(0, 36, 71, 0.8);
    color: white;
    transition: .3s all;
    opacity: .9;
    text-align: center;
    text-decoration: none !important;
    height: auto;
    z-index: 1;
}

.coupons:hover, .coupons-anfrage:hover, .online-booking:hover{
	transform: scale(1.1);
	opacity: 1;
	text-decoration: none !important;
	color: white !important;
}

body .bth2 {
  margin-bottom: 0px !important;
  font-size: 60px !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;

}

body .bth2-m {
  margin-bottom: 100px !important;
  font-size: 60px !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.summer_and_winter_flex.weather-block .summer_and_winter_item{
	width: 42%;
}

.summer_and_winter_item video{
	margin-bottom: 100px;
    height: auto;
    width: 100%;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

.summer_and_winter_flex.weather-block iframe{
	width: 58%;
}

.weather-block{
	height: 370px;
}

.weather-block.big{
	height: max-content;
    box-shadow: none !important;
}

.weather-block.big iframe{
	padding: 10px;
	position: relative;
    left: 50%;
    transform: translate(-50%);
}

.weather-block iframe{
    border: 0;
}

.restaurant_and_menu .ph2 {
  color: white;
}

.booking-section img{
   display: none !important;
}

.booking-section{
	width: 100%;
    height: 90vh;
    border: none;
}

.ph2 {
  text-align: center !important;
    margin-top: 10px;
    margin-bottom: 100px !important;
    color: #902529;
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100 !important;
}

.logo-links{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
}


.logo-links .ce_image{
	    width: 20%;
    opacity: .75;
    transform: scale(1);
    transition: .3s all;
}

.logo-links .ce_image:hover{
	opacity: 1;
	transform: scale(1.1);
}

.logo-links .ce_image *{
	width: 100%;
    height: 100%;
    object-fit: fill;
}

.logo-open{
	position: absolute;
    width: 200px;
    top: 100px;
    right: 30px;
    z-index: 1;
}

.logo-cancel{
    position: absolute;
    width: 280px;
    top: 150px;
    right: 10px;
    z-index: 1;
}

.cancellation{
	transform: rotate(20deg);
}

figure {
  line-height: 0;
      width: 100%;
}

.mob-arrow-p{
	display: none;
}

.btn, #footer .btn {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #022f5a;
  border-radius: 20px;
  min-width: 150px;
  color: white !important;
  transition: .3s all;
  align-self: center;
  background-color: #022f5a;
}

 #footer .btn{
 	padding: 15px 15px;
 	width: 250px;
 }
 
  #footer .btn:hover{
  	color: #022f5a !important;
  	background-color: white !important;
  }

.btn-event{
	position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 50px;
}

.btn a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: white !important;
}

body .btn:hover, #main .mod_eventreader .back a:hover{
  background-color: white;
  color: #022f5a !important;
}

.mod_eventreader{
	position: relative;
}

body .btn:hover a{
  color: #022f5a !important;
}

body .not_flex {
  display: initial !important
}

.rooms-slider .price {
    color: #fff !important;
        background-color: #022f5a !important;
        padding: 25px 0;
        font-weight: 600;
        font-size: 20px;
}

#room-page .summer_and_winter_flex{
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

#main #room-page .bth2-m{
	    margin-bottom: 70px !important;
    margin-top: 50px !important;
}

#main #room-page .bth2-m.second-h2{
	    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

#room-page .summer_and_winter_flex .txt-1{
	    background-color: #022f5a;
    color: white;
    justify-content: center !important;
}

#room-page .summer_and_winter_flex .txt-1 p, #room-page .summer_and_winter_flex .txt-1 h3{
	color: white !important;
    line-height: 30px;
    text-align: center !important;
}

#room-page .summer_and_winter_flex_img{
	min-height: 300px !important;
    max-height: 300px !important;
}

#room-page .summer_and_winter_item{
	justify-content: inherit !important;
}

#room-page .summer_and_winter_item ul{
	    text-align: left;
    list-style: none;
    padding-inline-start: 0;
}

#room-page .summer_and_winter_item li{
	padding: 10px 0;
	    display: flex;
    flex-direction: row;
    color: #022f5a;
}

#room-page .summer_and_winter_item li::before{
	content: "";
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url("/files/Kaserer/icons/done.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.price-section .summer-price-line td{
	border: none;
}

.price-section{
	padding-top: 0 !important;
}

.price-section table{
    width: 100%;
}

.price-section .suite-grobglockner{
	    height: 400px !important;
}

.price-section td{
	border: 1px solid rgba(0, 0, 0, 1);
}

.price-section .A{
	background-color: rgba(244, 223, 222, .5);
    transition: .3s all;
    color: rgba(0, 0, 0, .75);
}

.price-section .A:hover{
	background-color: rgba(244, 223, 222, 1);
	color: rgba(0, 0, 0, 1);
}

.price-section .B{
	background-color: rgba(246, 241, 211, .5);
    transition: .3s all;
    color: rgba(0, 0, 0, .75);
}

.price-section .B:hover{
	background-color: rgba(246, 241, 211, 1);
	color: rgba(0, 0, 0, 1);
}

.price-section .C{
	background-color: rgba(221, 238, 228, .5);
    transition: .3s all;
    color: rgba(0, 0, 0, .75);
}

.price-section .C:hover{
	background-color: rgba(221, 238, 228, 1);
	color: rgba(0, 0, 0, 1);
}

.price-section .D{
	background-color: rgba(235, 238, 243, .5);
    transition: .3s all;
    color: rgba(0, 0, 0, .75);
}

.price-section .D:hover{
	background-color: rgba(235, 238, 243, 1);
	color: rgba(0, 0, 0, 1);
}

.room_selector_flex{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.room_selector_flex h3{
	    font-size: 20px;
    padding-bottom: 10px !important;
    padding-top: 30px !important;
}

.room_selector_flex .summer_and_winter_item{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    width: calc(33.33% - 40px);
    margin-bottom: 40px;
}

.room_selector_flex .summer_and_winter_item div{
	width: 100%;
    text-align: left;
    padding: 20px;
}

.room_selector_flex .btn{
	margin-bottom: 30px;
}

/* .second-f-h{
	padding-left: 0px !important;
}

body .second-f-h .control-label{
	display: flex !important;
    float: left;
    min-width: 100px;
    color: #902529;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: unset;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 400;
    margin-right: 5px;
    font-size: 14px;
}

.second-f-h h3{
	font-weight: 200;
    text-transform: uppercase;
    width: 22%;
    display: block;
    float: left;
    position: relative;
    height: 100%;
    min-height: 120px;
    padding-top: 55px;
    text-align: center;
    font-size: 20px;
}

.second-f-h .control-group{
	padding-top: 30px;
    padding-bottom: 0px;
}

.second-f-h .btn-large{
	position: absolute;
    right: 20px;
    top: 50px;
    width: 70px;
    height: 30px;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
}

.second-f-h #ebSmallSearch{
	width: 78% !important;
    display: block !important;
    float: left;
    padding-top: 20px;
}

.second-f .row-fluid .span6, .second-f-h .row-fluid .span6 {
        width: 139px !important;
    min-width: 139px;
    display: flex !important;
    float: left !important;
    color: #902529;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: center;
    flex-direction: unset;
}

.second-f .row-fluid, .second-f-h .row-fluid {
    display: flex;
        width: auto;
        min-width: auto;
}

.second-f-h .ebsmRooms{
	display: none;
}

.second-f #smwrap select.small, .second-f-h #smwrap select.small{
	width: 100%;
}

body .second-f .EBSM_oneRoom .span12{
	min-width: 120px;
}

.second-f .roomheader span, .second-f-h .roomheader span {
    float: left;
        min-width: 50px;
        color: #902529;
        text-transform: uppercase;
        font-weight: 500;
}

body .second-f .roomheader .roomNumReplace, body .second-f-h .roomheader .roomNumReplace {
    float: left;
        margin-left: 10px;
        color: #902529;
        text-transform: uppercase;
        font-weight: 500;
}

.second-f .numRooms .span6 {
    display: flex;
        left: 50%;
        float: left;
        min-width: 100px;
        width: 100px;
        color: #902529;
        text-transform: uppercase;
        font-weight: 500;
        justify-content: center;
        flex-direction: unset;
}

.second-f .numRooms {
    display: flex;
        float: left;
        min-width: 100px;
        width: 200px;
}

.second-f-h .numRooms{
	display: none;
}

.second-f .controls, .second-f-h .controls {
    display: flex;
        float: left;
        min-width: 150px;
}

.second-f .control-label, .second-f-h .control-label {
    display: flex !important;
    float: left;
    min-width: 100px;
    color: #902529;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: center;
    flex-direction: unset;
    margin-left: 10px;
    margin-top: 5px;
}

.second-f #ebSmallSearch, .second-f-h #ebSmallSearch {
    width: 100%;
        display: flex;
}

.second-f .boxSized, .second-f-h .boxSized {
    width: 100%;
        max-width: 100%;
        display: flex;
}

.second-f .form, .second-f-h .form {
    width: 100%;
        display: flex;
        flex-direction: column;
}

.second-f .control-group, .second-f-h .control-group {
    display: flex;
        width: 100%;
        float: left;
        min-width: 100%;
        max-width: 100%;
} */

.section {
  /*min-height: 100vh;*/
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav_wrap {
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    width: 100%;
    z-index: 9999 !important;
    height: 75px;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 15px;
    border-bottom: 2px solid #fdf2e0;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.weather-popup{
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    background-color: #fff;
    width: 80%;
    height: 80%;
    overflow: scroll;
    transition: .3s all;
    opacity: 0;
    pointer-events: none;
}

.weather-popup.active{
	opacity: 1;
	top: 50%;
	pointer-events: all;
}

.weather-popup-bg{
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: .3s all;
    opacity: 0;
    pointer-events: none;
}

.weather-popup-bg.active{
	opacity: .5;
	pointer-events: all
}

.weather-popup-close{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 6vw;
    top: 10vh;
    z-index: 9999999;
    transition: .3s all;
    cursor: pointer;
    transform: scale(1);
    transition: .3s all;
    opacity: 0;
}

.weather-popup-close.active{
	opacity: .8;
}

.weather-popup-close.active:hover{
	transform: scale(1.1);
    opacity: 1;
}

.weather-popup-close::before{
	content:"";
	width: 100%;
    height: 3px;
    background-color: #022f5a;
    position: absolute;
    display: flex;
    transform: translate(-50%, -50%)rotate(45deg);
    left: 50%;
    top: 50%;
}

.weather-popup-close::after{
	content:"";
	width: 100%;
    height: 3px;
    background-color: #022f5a;
    position: absolute;
    display: flex;
    transform: translate(-50%, -50%)rotate(-45deg);
    left: 50%;
    top: 50%;
}

.nav_content {
	width: 100% !important;
  display: flex;
  padding: 0;
}

.nav_left {
  display: flex;
  padding: 0;
  align-items: center;
}

.nav_weather:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -5px;
    width: 20px;
    height: 20px;
    background-image: url("/files/Kaserer/icons/weather-2.svg");
    background-size: cover;
}

.nav_weather{
    line-height: 50px;
    margin-left: 30px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}

.nav_weather p{
	color: #022f5a !important;
}

.nav_phone p,
.nav_email p {
  line-height: 50px;
  margin-left: 30px;

}

.nav_phone p a,
.nav_email p a {
  position: relative;
  color: #022f5a;
  text-decoration: none;
  padding-left: 20px;
}

.nav_phone a:before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("/files/Kaserer/icons/phone.svg");
  background-size: cover;
}

.nav_email a:before {
  content: " ";
  position: absolute;
  top: -2px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-image: url("/files/Kaserer/icons/mail.svg");
  background-size: cover;
}

.nav_wrap img {
  max-height: 50px;
  width: auto;
  display: block;
  margin: auto;
  float: inherit;
}

.nav_logo{
	opacity: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}

.nav_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px;
      position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.nav_lang {
  margin-right: 15px;
  margin-left: 15px;
}

.nav_lang a {
  margin-right: 10px;
  color: #022f5a;
  text-decoration: none;
}

.burger,
.burexit {
	display: flex;
  width: 40px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.x,
.y,
.z {
  background-color: #022f5a;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.menu_wrap {
  padding: 0 !important;
  height: 100vh;
  display: flex;
  position: fixed;
  bottom: 0;
  left: -110vw;
  background-color: rgba(2, 47, 90, .75);
}

.mod_customnav, .mod_navigation {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: inherit;
}

.invisible {
  display: none;
}

.mod_customnav li, .mod_navigation li {
  list-style-type: none;
  text-align: right;
  padding-right: 30px;
  opacity: .8;
  transition: .3s all;
  margin: 10px 0;
}

.mod_customnav li:hover, .mod_navigation li:hover{
  padding-right: 40px;
  opacity: 1;
}

.mod_customnav .level_1, .mod_navigation .level_1 {
  flex-direction: column;
  justify-content: space-evenly;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
      width: 50vw;
    background-color: rgba(2, 47, 90, .75);
    padding: 15% 2%;
    position: relative;
    left: -50vw;
}

.submenu{
	position: relative;
	z-index: 2;
}

	.level_2{
	    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
    opacity: 0;
    transition: .3s all;
	}
	
	.level_2 li{
		padding: 0;
		margin: 10px 0;
	}
	
	.level_2 li:hover{
		padding-left: 0;
		padding-right: 0;
		    margin-left: 0;
    padding-right: 20px;
	}
	
	.mod_navigation .level_2 a{
		font-size: 18px;
	}
	
	.submenu:hover{
		z-index: 3;
	}

.mod_customnav a, .mod_navigation a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  transition: .3s all;
}

.mod_customnav a:hover .mod_navigation a:hover {
  font-size: 30px;
}


.mod_customnav .active, .mod_navigation .active {
  color: white;
  font-size: 30px;
}

.header {
  background-attachment: fixed;
  background-image: url("/files/Kaserer/main page/678_n.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.header.summer{
	background-image: url("/files/Kaserer/main page/region-2.jpg");
}
.header.restaurant{
	background-image: url("/files/Kaserer/Restaurant/Winter_Fenster_Saal edit-min.png");
}
body .header-slider {
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  min-height: auto;
}

.rsts-main,
.rsts-view,
.rsts-crop,
.rsts-slides,
.rsts-slide-image,
.rsts-slide-image div:not([class]) {
  height: 100% !important;
}

.rsts-slide-image img {
  height: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  object-fit: cover;
}

/*.header:before{*/
/*content: " ";*/
/*background-attachment: fixed;*/
/*background-image:url(/files/Gasthofthanner/Gasthof%20Thanner/main%20section/header-6.png);*/
/*background-size:cover;*/
/*background-position:center;*/
/*position: absolute;*/
/*width: 100%;*/
/*	height: 100%;*/
/*	z-index: 2;*/
/*}*/


.rsts-skin-default .rsts-prev,
.rsts-skin-default .rsts-next,
.rsts-skin-default .rsts-video-play,
.rsts-skin-default .rsts-video-stop,
.rsts-skin-default .rsts-thumbs-prev,
.rsts-skin-default .rsts-thumbs-next {
  background-color: #902529;
  opacity: 1;
  border-radius: 0;
  border: none;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
  overflow: unset;
  background-image: url(/files/Gasthofthanner/icons/arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
}

.rsts-skin-default .rsts-next {
  transform: rotate(180deg);
}

.rsts-skin-default .rsts-nav-bullets a {
  border-radius: unset;
  border: 2px solid #902529;
  background-color: transparent;
  box-shadow: none;
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}

.rsts-skin-default .rsts-nav-bullets a:hover,
.rsts-skin-default .rsts-nav-bullets a.active {
  background-color: #902529;
  box-shadow: none;
}

.winter-video-bg, .summer-video-bg{
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.header .ce_text {
	z-index:2;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0);
background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.3) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(66%, rgba(87,87,87,0)), color-stop(100%, rgba(0,0,0,0.3)));
background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.3) 100%);
background: -o-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.3) 100%);
background: -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.3) 100%);
background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(87,87,87,0) 66%, rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

.header h1 {
  text-align: center;
  width: 100%;
  color: white;
  font-size: 80px;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  line-height: 100px;
  margin-bottom: 0vh;
  font-weight: 500;
}

#header-booking-form {
  position: relative;
    z-index: 3;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: inherit;
    height: 100% !important;
}



#header-booking-form:hover {
  background-color: rgba(255, 255, 255, 1);
}

#header-booking-form h3 {
  font-size: 20px;
    font-weight: 200;
    width: auto;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 4px;
}

#header-booking-form p{
	text-align: center;
}

#header-booking-form #ebSmallSearch #smwrap {
  max-width: 100%;
}

#header-booking-form #ebSmallSearch form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-booking-form #ebSmallSearch .control-group {
  display: flex;
  align-items: center;
  margin: 0;
}

#header-booking-form #ebSmallSearch .control-group .control-label {
  color: #902529;
  text-transform: uppercase;
  margin: 0 15px;
  font-weight: 400;
  font-size: 16px;
}

#header-booking-form #ebSmallSearch .control-group .controls input {
  margin: 0;
  height: 34px;
}

#header-booking-form #ebSmallSearch .control-group button {
  font-size: 14px;
  padding: 8px 16px;
  margin-left: 15px;
  text-transform: capitalize;
}

#customForm{
	    width: auto;
    padding: 20px 80px;
    margin-left: 0;
    text-align: center;
    background-color: white;
    color: #022f5a;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 40px;
    border-radius: 20px;
    border: 1px solid white;
    transition: .3s all;
    cursor: pointer;
        font-size: 18px;
}

#customForm:hover{
	background-color: inherit;
    color: white;
}

#header-booking-form #ebSmallSearch .ebsmRooms,
#header-booking-form #ebSmallSearch .numRooms {
  display: none;
}

#ui-datepicker-div {
  font-size: 12px
}

/* .eb_smallsearch {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.eb_smallsearch form {
  display: flex;
}

.eb_smallsearch select {
  background-color: #FFF;
  border: 1px solid #CCC;
  height: 30px;
  padding: 7px 6px;
  width: 60px;
  float: right
}

.eb_smallsearch h3 {
	font-weight: 200;
	text-transform: uppercase;
}

.eb_smallsearch .arrival,
.eb_smallsearch .departure {
  margin: 0;
}

.eb_smallsearch .arrival input,
.eb_smallsearch .departure input {
  color: #666;
  font-size: .923em;
  height: 34px;
  line-height: 23px;
  padding-left: 5px;
  width: 92%;
  border: 1px solid #CCC
}

.eb_smallsearch .datepicker {
  background: url(//www.easy-booking.at/ebPlugins/smallSearch/img/cal.gif) no-repeat scroll right 5px top 5px #FFF;
  border: 0 none
}

.eb_smallsearch .adults .label,
.eb_smallsearch .children .label {
  color: #666;
  line-height: 30px;
  padding-right: 10px
}

.eb_smallsearch .adults,
.eb_smallsearch .children {
  margin: 5px 20px 0 0
}

.eb_smallsearch form div.search .sendButton {
  background: none repeat scroll 0 0 #902529;
  border: 0 none;
  border-radius: 0 0 0 0;
  color: #FFF;
  cursor: pointer;
  float: left;
  font-size: 1em;
  padding: 8px;
  margin-right: 15px
}





.eb_smallsearch .arrival,
.eb_smallsearch .departure {
  min-width: 150px;
  float: left
}

.eb_smallsearch .adults,
.eb_smallsearch .children {
  min-width: 150px;
  float: left
} */



.prices {
  position: relative;
  background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/room%20section/mountain-2.jpg);
}

.prices:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  display: flex;
}

.prices table {
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
}

.prices table tr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.prices .odd_item table {
  color: white;
}

.prices tbody {
  justify-content: space-around;
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
  flex-direction: column;
}

body .odd_item {
  background-color: #902529;
  flex-direction: column;
  display: flex;
}

.event-image-here {
  height: 300px;
  overflow: hidden;
  display: none !important;
}

.event-form{
	background-image: url("/files/Kaserer/main page/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.event-form h2{
	width: 100%;
	text-align: center;
    color: white;
}

.odd_item h3 {
  color: white;
}

.even_item {
  flex-direction: column;
  display: flex;
}

.even_item h3 {
  color: #902529;
}


.rooms,
.family-section,
.insta-section {
  background-color: #fdf2e0;
}

.rooms h2,
.family-section h2,
.insta-section h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  text-transform: uppercase;
}

.rooms .rooms_flex,
.prices .rooms_flex {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}

.rooms_flex_item {
  padding: 30px;
  background-color: white;
  text-align: center;
      display: flex;
    flex-direction: column;
    justify-content: center;
}

.rooms_flex_item h3 {
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.rooms_flex_item .btn,
.summer_and_winter_item .btn,
.restaurant_item .btn {
  margin-top: 30px;
}

.rooms_flex_img {
  padding: 0;
}

.rooms_flex_img figure,
.rooms_flex_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.family_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.family-pic {
  max-width: 900px;
  box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}

.restaurant {
  display: flex;
}

.restaurant_and_menu {
  display: flex;
  position: relative;
  padding: 75px;
  background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/restaurant%20section/20191231_115247-01.jpg);
  flex-wrap: wrap;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.restaurant_and_menu:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  display: flex;
}

.restaurant_and_menu h2 {
  width: 100%;
  font-size: 32px;
  color: white;
  text-transform: uppercase;

}
.teaser-price {
        right: 5%;
    position: absolute;
    top: 50%;
    bottom: 20px;
    border-radius: 50%;
    background-color: #022f5a;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    transform: translate(0, -50%);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.teaser-price h2{
	font-size:24px;
	color:white !important;
}
.teaser-price p{
	color:white!important;
}
td {
border: 1px solid #fbfbfb;
	padding: 6px;
}
.table-background-yellow{
	background-color:#FFFFCC;
	box-shadow:0 10px 20px rgb(254 255 204);
}
.table-background-green {
	background-color:#BCFFA6;
	box-shadow:0 10px 20px rgb(187 253 166);
}
.table-background-blue {
background-color:#BCCFF3;
box-shadow:0 10px 20px rgb(188 207 243);
}
.restaurant_and_menu .mod_eventlist .offer-block .event-image-here {
  display: flex;
}

.restaurant_and_menu .mod_eventlist .offer-block .event-image-here img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.restaurant_and_menu .mod_eventlist .offer-block .event-block h2 {
  color: rgb(44, 44, 44);
}
.event-block .btn {
	margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px 40px;
    text-transform: uppercase;
    color: white !important;
}
.restaurant_flex,
.offset_flex {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
  max-width: 50%;
}

.offers_wrap {
  background-color: #902529;
  background-image: none;
}

.offset_flex {
  max-width: 100%;
}

.offset_flex .restaurant_flex_img,
.offset_flex .restaurant_item {
  height: 50%;
}

.offer {
  display: flex;
}

.container-offer {
  justify-content: center;
  display: flex;
}

.container{
	    display: flex;
    flex-direction: column;
}

.restaurant_item {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 30px;
  background-color: white;
  text-align: center;
  background-color: #fdf2e0;
}

.restaurant_item h3 {
  font-size: 20px;
  padding-bottom: 30px;
}

.restaurant_flex_img {
  padding: 0;
}

.restaurant_flex_img figure,
.restaurant_flex_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.menu {
  max-width: 59%;
  overflow-y: auto;
  background-color: #fdf2e0;
}


.menu .rsts-prev,
.menu .rsts-next {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  background-image: url(/files/Gasthofthanner/icons/arrow-colored.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s;
  opacity: 0;
  z-index: 1;
}

.menu .rsts-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.menu .rsts-prev:hover,
.menu .rsts-next:hover {
  opacity: 1;
}

/*.menu .slick-slider .slick-track, .menu .slick-list, .menu .slick-slide, .menu .slick-track, .menu figure, .menu .slick-slide img{*/
/*	height: 100% !important;*/
/*}*/

.menu::-webkit-scrollbar {
  width: 1em;
}

.menu::-webkit-scrollbar-track {
  background-color: #fdf2e0;
}

.menu::-webkit-scrollbar-thumb {
  background-color: #B51726;
  outline: 1px solid slategrey;
}


.menu div {
  padding: 0;
}

.restaurant_and_menu .menu img {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
  transition: .3s all;
}

.restaurant_and_menu .menu img:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.6);
}



.summer_and_winter {
  background-color: #902529;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.summer_and_winter h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.summer_and_winter .ph2 {
  color: white;
}

.summer_and_winter_flex {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

.summer_and_winter_flex video{
	width: 100% !important;
    height: 100% !important;
    outline: none;
}

.map_and_reviews .summer_and_winter_flex {
  box-shadow: none;
}

.summer_and_winter_item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 30px;
  background-color: white;
  text-align: center;
}

.summer_and_winter_item h3 {
  font-size: 20px;
  padding-bottom: 30px;
      width: 100%;
    text-align: center !important;
}

.summer_and_winter_item table {
  margin-top: 30px;
}

.summer_and_winter_item table tr:first-child {
  color: #902529;
}

.summer_and_winter_flex_img {
  padding: 0;
  min-height: 300px;
}

.summer_and_winter_flex_img figure,
.summer_and_winter_flex_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.mod_eventlist{
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 75px;
}

.mod_eventlist .rsts-prev{
	display: inline;
    background-image: url(/files/Kaserer/icons/arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)rotate(180deg);
    z-index: 3;
    left: -10%;
    background-size: contain;
}

.mod_eventlist .slick-track{
	display: flex;
}

.mod_eventlist .slick-slide{
	align-self: center;
	margin: 15px;
}

.mod_eventlist .rsts-next{
	display: inline;
    background-image: url(/files/Kaserer/icons/arrow.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
    right: -10%;
    background-size: contain;
}

.event-block {
  width: 100%;
}

.offer-block {
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: white;
    padding: 0;
    width: 100%;
    margin-bottom: 0px;
      
}

.offer-block h3{
	text-align: center;
}

.offer-block h3,
.offer-text {
  padding: 20px;
  font-size: 20px;
}

.offer-text h3 {
  padding: 0;
}

.fishing-service .bth2,
.fishing-service .ph2 {
  color: white;
  text-align: center;
}

.fishing-service {
  display: flex;
  position: relative;
  padding: 75px;
  background-color: #902529;
  flex-wrap: wrap;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services {
  display: flex;
  position: relative;
  padding: 75px;
  background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/fishing%20section/mountain-4.jpg);
  flex-wrap: wrap;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  display: flex;
}

.services h2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.services .ph2 {
  color: white;
  position: relative;
}

.services_flex {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}

.services_item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 50px;
  background-color: #fdf2e0;
  text-align: justify;
  text-align-last: center;
}

.services_item ul {
  width: 100%;
}

.services_item h3 {
  font-size: 20px;
  padding-bottom: 30px;
}

.services_item .btn {
  margin-top: 30px;
}

.services_flex_img {
  padding: 0;
}

.services_flex_img figure,
.services_flex_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.reviews_wrap {
  background-color: #902529;
  min-height: auto;
}

.reviews_wrap h2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.reviews_wrap .ph2 {
  color: White;
}

.desktop-nav .level_1{
	    flex-direction: row;
    justify-content: space-evenly;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    width: auto;
    background-color: inherit;
    padding: 0;
    position: relative;
    left: 0;
}

.desktop-nav .active{
	    color: #022f5a;
    font-size: 1.5rem;
}

.desktop-nav li{
	list-style-type: none;
    text-align: right;
    padding-right: 0;
    opacity: .8;
    transition: .3s all;
    padding: 0 10px;
}

.desktop-nav a{
	color: #022f5a;
    text-decoration: none;
    font-size: 1.5rem;
    transition: .3s all;
}

.desktop-nav li:hover{
  padding-right: 10px;
  opacity: 1;
}

/*.reviews {*/
/*  padding: 0px 0 40px;*/
/*  margin-bottom: 0 !important;*/
/*  position: relative;*/
/*  display: block;*/
/*  box-sizing: border-box;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -ms-user-select: none;*/
/*  user-select: none;*/
/*  -webkit-touch-callout: none;*/
/*  -khtml-user-select: none;*/
/*  -ms-touch-action: pan-y;*/
/*  touch-action: pan-y;*/
/*  -webkit-tap-highlight-color: transparent;*/
/*}*/

/*.reviews .slick-list {*/
/*  position: relative;*/
/*  display: block;*/
/*  overflow: hidden;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*.reviews .slick-track {*/
/*  display: flex;*/
/*}*/

/*.reviews .slick-slide {*/
/*  color: rgb(44, 44, 44);*/
/*  position: relative;*/
/*  padding: 15px;*/
/*  padding-top: 0;*/
/*}*/

/*.reviews .slick-dots {*/
/*  display: none !important;*/
/*}*/

.reviews{
	width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 75px;
}

.reviews .slick-track{
	    display: flex;
    flex-direction: row;
}

.reviews img{
	width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: contain;
}

#main .review-body{
    margin: 30px;
    padding: 45px;
    background-color: white;
    outline: none;
        display: flex;
    flex-wrap: wrap;
    position: relative;
        align-self: center;
}

#main .review-name{
	    align-self: center;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #022f5a !important;
}

.reviews .google::after{
	content: "";
    position: absolute;
    right: 45px;
    top: 45px;
    width: 45px;
    height: 45px;
    background-image: url(/files/Kaserer/icons/google.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews .holiday-check::after{
	content: "";
    position: absolute;
    right: 45px;
    top: 45px;
    width: 45px;
    height: 45px;
    background-image: url(/files/Kaserer/icons/holiday-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.review-name-txt{
	    width: 100%;
    margin-top: 20px;
}

.line-review {
  display: none;
}

.review-parent {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  padding-left: 130px;
}

.review-parent img {
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 30px;
}

.review-parent h6 {
  font-size: 24px;
}

.review-parent h5 {
  margin-bottom: 15px;
}

.review-parent p {
  text-align: justify;
}

.reviews .rsts-next, .rooms-slider .rsts-next {
      display: inline;
    background-image: url("/files/Kaserer/icons/arrow.svg");
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
    right: -10%;
    background-size: contain;
    background-repeat: no-repeat;
}

.rooms-slider.voucher-list .rsts-next, .rooms-slider.voucher-list .rsts-prev{
	background-image: url(/files/Kaserer/icons/arrow_b.svg);
}

.reviews .rsts-prev, .rooms-slider .rsts-prev {
      display: inline;
    background-image: url("/files/Kaserer/icons/arrow.svg");
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)rotate(180deg);
    z-index: 3;
    left: -10%;
    background-size: contain;
    background-repeat: no-repeat;
}

.rooms-slider{
	width: 80%;
}

.rooms-slider .slick-track{
	    display: flex;
    flex-direction: row;
}

.rooms-slider .slick-slide{
	    padding: 0;
    margin: 30px;
    outline: none;
    height: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.rooms-slider .btn{
	    margin-bottom: 30px;
}

.rooms-slider h3{
	padding-top: 30px;
}

.rooms-slider li{
	text-align: left;
}

.offset {
  display: flex;
}

.gallery-pic .rsts-next {
  display: inline;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  right: -50px;
  height: 50px;
  z-index: 22;
  background-image: url(/files/Gasthofthanner/icons/arrow-colored.png);
}

.gallery-pic .rsts-prev {
  display: inline;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  top: 50%;
  transform: translate(0, -50%);
  left: -50px;
  height: 50px;
  z-index: 22;
  background-image: url(/files/Gasthofthanner/icons/arrow-colored.png);
}

.old-pics-gallery {
  max-width: 900px;
  box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
}

.gallery-pic img {
  display: block;
  width: 100%;
}

.white{
	background-color: white !important;
}

.white h2, .white p{
	color: #022f5a;
	text-shadow: none !important;
}

.blue{
	background-color: #022f5a !important;
}

.blue h2, .blue p{
	color: white;
}

.dark-blue{
	backround-color: #022648 !important;
}

.dark-blue h2, .dark-blue p{
	color: white;
}

.weather_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 25px;
  height: 350px;
}

.weather_wrap .wetter-app {
  width: 100%;
  height: 100%;
  background-color: white;
}

.weather_wrap iframe {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.booking {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  padding-left: 150px;
  padding-right: 150px;
}

.booking h3 {
  padding-top: 30px;
}

.online-booking {
  padding: 0;
  height: 600px;
}

.anfrage_wrap .online-booking {
  padding: 10px;
  height: 660px;
}

body #appWrapper {
  height: 100%;
}

.map_and_reviews .section {
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.map_and_reviews {
  display: flex;
  position: relative;
  padding: 0;
  background-image: url(/files/Gasthofthanner/Gasthof%20Thanner/fishing%20section/mountain-4.jpg);
  flex-wrap: wrap;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.map_and_reviews:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
}

.map_and_reviews h2,
.prices h2 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

#footer .container-fluid{
	padding: 0;
}

.footer_map {
  margin-top: 100px;
  margin-bottom: 200px;
}

.footer_map iframe {
  min-height: 50vh;
  width: 100%;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.4);
}


.footer_contacts {
  display: flex;
  min-height: 100vh;
  position: relative;
  padding: 100px;
  background-image: url("/files/Kaserer/main page/bg.jpg");
  flex-wrap: wrap;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.footer_contacts_content {
  position: relative;
  display: flex;
  max-width: 450px;
  background-color: white;
  padding: 50px 30px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.4);
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
    left: 50%;
    transform: translate(-50%);
}

.footer_contacts_content img {
  max-width: 50%;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.footer_contacts_content p {
  margin-top: 30px;
}

.footer_contacts_content p:first-child {
  margin-top: 0px;
}

.footer_contacts_content p:last-child {
  margin-top: 30px;
}

.footer_contacts_content p a,
a {
  text-decoration: none;
  color: #022f5a;
}

.footer_easyloop {
  position: relative;
  max-width: 450px;
  margin-top: 50px;
}

.footer_easyloop img {
  display: block;
  max-width: 50%;
  margin: auto;
  margin-bottom: -100px;
}


.insta-widget {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  line-height: 0;
}

.insta-widget .post {
  width: calc(33.33% - 20px);
  display: block;
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 10px;
}

.insta-widget .post img {
  width: 100%;
}

.insta-widget .post .meta {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0, .3);
  transition: .3s all;
  font-size: 16px;
}

.insta-widget .post .meta i {
  padding-right: 5px;
}

.post .stats .likes,
.post .stats .comments {
  color: white;
  padding: 10px;
}

.insta-widget .post .meta {
  opacity: 0;
}

.insta-widget .post:hover .meta {
  opacity: 1;
}

.insta-section .btn {
  max-width: 150px;
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.flexity-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*.buttons .second,*/
/*.buttons .third {*/
/*  padding: 8px 10px 10px 10px;*/
/*  margin-bottom: 5px;*/
/*  width: 179px;*/
/*  background-size: 179px;*/
/*  background-repeat: no-repeat*/
/*}*/

/*.buttons .third a,*/
/*.buttons .third p {*/
/*  color: #fff !important;*/
/*  left: 33px;*/
/*  position: relative;*/
/*  font-size: 14px*/
/*}*/

/*.buttons .second p {*/
/*  color: #fff !important;*/
/*  left: 18px;*/
/*  position: relative;*/
/*  font-size: 14px;*/
/*  margin-left: -14px*/
/*}*/

/*#nach-herzenslust h2 {*/
/*  word-spacing: 2px*/
/*}*/

/*#header .buttons .second {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  z-index: 9999*/
/*}*/

/*#header .buttons .third {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  z-index: 99999*/
/*}*/

.land-section {
  min-height: auto;
  background-color: #902529;
}

.land-section h2,
.land-section .ph2 {
  color: white;
}

.land-section .gallery-pic .rsts-next,
.land-section .gallery-pic .rsts-prev {
  background-image: url(/files/Gasthofthanner/icons/arrow.png);
}

.land-section .slick-list {
  max-height: 500px;
}

.family-section .old-pics-gallery {
  max-width: 650px;
}

.family-section .slick-list {
  max-height: 400px;
}

.land-text {
  max-width: 650px;
  padding: 20px;
  height: 300px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}

.land-text div {
  color: white;
}

#main .widget-checkbox{
	padding: 15px 0;
}

.widget-checkbox .checkbox_container{
	padding: 0;
}

.widget-checkbox legend{
	color: white;
    border: none;
}

.widget-checkbox span{
	padding: 5px 0;
	    display: flex;
    flex-wrap: wrap;
}

#main .widget-checkbox input{
	width: auto;
}

#main .widget-checkbox label{
	position: relative;
    top: auto;
    right: auto;
    transform: none;
    padding-left: 10px;
    color: white;
}

.buttons .third:hover {
    background-image:url("files/Design/bk_1_sm.png");
    webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
}

#departureDate, #arrivalDate{
	background-image: url("/files/Gasthofthanner/icons/cal.gif");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.booking_wrap {
  position: fixed;
    width: 100%;
    z-index: 999;
    height: 55px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    bottom: 0;
}

.buttons .second {
    top:41em;
    background-image:url("files/Design/bk_2_hov.png");
}

.buttons .third {
    top:27em;
    background-image:url("files/Design/bk_1_hov.png");
}

.buttons .second,
.buttons .third {
    padding: 22px 16px 16px 0px;
    margin-bottom: 5px;
        width: 179px;
        background-size: 179px;
        background-repeat: no-repeat;
}

.buttons .third a,
.buttons .third p {
    color: #fff!important;
    left: 33px;
        position: relative;
        font-size: 14px;
}

#f24 span{
	font-size: 12px;
    font-weight: 400 !important;
    padding: 0;
}

#f24 .label{
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

#f24 button.btn.dropdown-toggle.btn-default, #f24 .btn-group.bootstrap-select.select.form-control {
    height: 30px;
    width: 44px;
    padding: 0;
    text-align: center;
}

#f24 .btn-group.bootstrap-select.select.form-control {
    position: absolute;
    left: 10em;
}

.buttons .second p {
    color: #fff!important;
    left: 18px;
        position: relative;
        font-size: 14px;
    margin-left: -14px;
}

#ui-datepicker-div{
	z-index: 1000 !important;
}

#header .buttons .second {
    position: fixed;
    right: 0;
    z-index: 9999;
}

#header .buttons .third {
    position: fixed;
    left: 0;
    z-index: 99999;
}

.buttons a.list_link {
    margin-bottom: 15px;
}

.buttons>div {
    padding:0;
}

#main .row.buttons {
    margin-top:50px;
    width: auto;
}

.second_slider {
    position: fixed;
        top: 42em;
        width: 200px;
        z-index: 999;
        right: 0;
        background: #8f2529;
        padding-top: 60px!important;
        box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.3);
}

.sendButton{
	text-transform: uppercase;
    width: 100%;
    line-height: 30px;
    color: #fdf2e0;
    border: none;
    transition: background-color .2s linear;
    display: block;
    text-align: center;
    height: 30px;
    background: #c3676c;
}

.main-form input, .main-form select, .main-form textarea{
	width: 100%;
    border: none !important;
    padding: 25px !important;
    outline: none !important;
    border-radius: 0 !important;
    font-size: 18px;
}

.main-form input::placeholder, .main-form textarea::placeholder{
	opacity: .8;
	transform: translate(0px);
	transition: .3s all;
	font-size: 18px;
}

.main-form input:focus::-webkit-input-placeholder,
.main-form textarea:focus::-webkit-input-placeholder {
  transform: translate(10px);
  opacity: 1;
}

.formbody{
	display: flex;
    flex-wrap: wrap;
}

.formbody h4{
	width: 100%;
    text-align: center;
    color: white;
    margin-top: 50px;
}

.formbody .form-left{
	padding-right: 15px;
}

.formbody .form-right{
	padding-left: 15px;
}

.form-captcha{
	padding: 0;
}

.main-form label{
	position: absolute;
    z-index: 2;
    right: 2%;
    left: auto;
    width: auto;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 100;
    font-size: 18px;
}

.main-form label.select{
	right: 4%;
}

.main-form .form-captcha .widget-text{
	padding: 15px 0;
}

.main-form textarea{
	height: 170px;
	resize: none;
}

.main-form .widget-textarea{
	    padding: 15px 0 !important;
    width: 100%;
}

.main-form .widget{
	padding: 15px 0;
}

.main-form button{
	width: auto;
    border: none;
    padding: 20px 80px;
    margin-left: 0;
    text-align: center;
    background-color: white;
    color: #022f5a;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 40px;
    border-radius: 20px;
    border: 1px solid white;
    transition: .3s all;
}

.main-form button:hover{
	background-color: inherit;
    color: white;
}

.main-form{
	min-height: auto;
}

.main-form .ui-datepicker-inline{
	display: none !important;
}

.mod_eventreader h1{
	text-align: center;
	    font-size: 1.5rem;
}

.mod_eventreader .info{
	text-align: center;
	padding-top: 30px;
    padding-bottom: 50px;
}
.mod_eventreader .back{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.mod_eventreader .back a {
	display: inline-block;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #022f5a;
    border-radius: 20px;
    min-width: 150px;
    color: white;
    transition: .3s all;
    align-self: center;
    text-align: center;
    padding: 15px 60px;
    background-color: #022f5a;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    left: 15px;
    top: 0;
}
.mod_eventreader table{
	margin-top:50px;
	margin-left: auto;
    margin-right: auto;
    width:100%!important;
} 

.rooms-slider.voucher-list{
	width: 100%;
}

.rooms-slider.voucher-list img{
	width: 100%;
    height: auto;
}

/*.voucher-list{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

/*.voucher-list .voucher{*/
/*    width: 22.5%;*/
/*    margin-bottom: 40px;*/
/*    transition: .5s all;*/
/*    transform: scale(1);*/
/*    opacity: .8;*/
/*}*/

/*.voucher-list .voucher:hover{*/
/*	transform: scale(1.05);*/
/*    opacity: 1;*/
/*}*/

/*.voucher-list figure{*/
/*	width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.voucher-list img{*/
/*	width: 100%;*/
/*    height: 100%;*/
/*}*/

@media screen and (max-width: 1200px) {
	
	.mod_customnav .level_1, .mod_navigation .level_1{
		    width: 75vw;
	}
	
	.weather-block{
		    height: auto;
    width: 70%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
	}
	
	.summer_and_winter_flex.weather-block .summer_and_winter_item, .summer_and_winter_flex.weather-block iframe{
		width: 100%;
	}
	
	.desktop-nav{
		display: none;
	}
	
	.burger, .burexit{
	display: flex;
}
	
	.logo-open{
    width: 150px;
}

.logo-cancel{
	width: 200px;
    top: 150px;
}
	
  .weather_wrap iframe {
    width: 100%;
    transform: scale(.9);
  }

  .restaurant_and_menu {
    padding: 15px;
  }
  
  .buttons .second{
  	top: 61em;
  }
  
  .second_slider{
  	background: rgba(143, 37, 41, .6);
  	top: 62em;
  }
}

@media screen and (max-width: 989px) {
	
	.nav_email a:before{
		    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	
	.nav_phone a:before{
		    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	
	.nav_phone p a, .nav_email p a{
		    color: transparent !important;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
	}
	
	.nav_phone p, .nav_email p{
		    margin-left: 0;
    line-height: initial;
    height: 100%;
	}
	
	.nav_email{
		    background-color: #fff;
    border-radius: 100%;
    position: relative;
    width: 40px;
    height: 40px;
	}
	
	.nav_phone{
		    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    margin: 10px 0;
	}
	
	.nav_weather:before{
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 20px;
    height: 20px;
	}
	
	.nav_weather p{
		    color: transparent !important;
	}
	
	.nav_weather{
		line-height: initial;
    margin-left: 0;
    padding-left: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
	}
	
	.nav_left{
	position: fixed;
    bottom: 25px;
    left: 25px;
    flex-direction: column;
    height: fit-content !important;
	}
	
	.voucher-list .voucher{
		    width: 47.5%;
	}
	
	.nav_logo{
		left: 1%;
    transform: translate(0%);
	}
	
	.mod_eventreader .back a{
		top: 55px;
	}
	
	.offer-block{
		width: calc(50% - 20px);
	}
	
	.room_selector_flex .summer_and_winter_item{
		width: calc(50% - 50px);
	}

  .nav_wrap img {
    margin: inherit;
  }

  .restaurant_and_menu,
  .services {
    padding-left: 15px;
    padding-right: 15px;
  }

  .restaurant_and_menu .menu img {
    box-shadow: none;
  }

  .footer_reviews {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
	.submenu:hover .level_2{
		left: 10%;
		opacity: 1;
		pointer-events: all;
		z-index: 3;
	}
}

@media screen and (max-width: 767px) {
	
	
	
	.weather-popup-close{
	right: 5%;
    top: 9vh;
	}
	
	.weather-popup{
	width: 90%;
    height: 70%;
	}
	
	.voucher-list .voucher{
		    width: 100%;
	}
	
	.teaser-price{
		display: none !important;
	}
	
	.event.layout_full .block{
		    overflow: scroll;
	}
	
	.event.layout_full table{
		width: max-content !important;
	}
	
	.weather-block.big iframe{
		height: auto;
	}
	
	.header .ce_text{
		    height: 35vh;
	}
	
	.mod_eventlist{
		    padding-left: 0;
    padding-right: 0;
	}
	
	.mod_eventlist .rsts-prev, .reviews .rsts-prev, .rooms-slider .rsts-prev{
		width: 25px;
    height: 25px;
        left: -8%;
	}
	
	.mod_eventlist .rsts-next, .reviews .rsts-next, .rooms-slider .rsts-next{
		width: 25px;
    height: 25px;
        right: -8%;
	}
	
	body .text-long.imprint-page .container{
		    padding-left: 30px;
    padding-right: 30px;
	}
	
	.imprint *{
		padding-left: 0;
			padding-right: 0;
			overflow-wrap: anywhere;
	}
	
	.widget-checkbox span{
		flex-wrap: inherit;
	}
	
	#anfrage-page .formbody .Montserrat-h2-m{
		margin-top: 80px;
	}
	
	.wether-links a:hover{
		margin-left: 0;
	}
	
	.wether-links a:hover img{
		transform: translate(-50%)scale(1.1);
	}
	
	.wether-links{
		width: 100%;
    padding: 0;
	}
	
	.wether-links a{
		    display: flex;
    flex-direction: column;
    text-align: center;
	}
	
	.wether-links img{
		    width: 20%;
    margin: 20px 0;
		    position: relative;
    left: 50%;
    transform: translate(-50%);
	}
	
	.logo-links{
		    margin-top: 70px;
    margin-bottom: 0;
	}
	
	.logo-links .ce_image{
		width: 50%;
    padding: 20px;
	}
	
	#main #room-page .bth2-m{
		    margin-bottom: 60px !important;
    margin-top: 80px !important;
	}
	
	#customForm{
		margin-top: 30px;
	}
	
	.reviews{
		margin-top: 20px;
	}
	
	.rooms-slider .slick-slide{
		margin: 30px 5px 0 5px;
	}
	
	.restaurant_and_menu h2{
		margin-bottom: 20px !important;
	}
	
	.submenu a{
		    pointer-events: none;
	}
	
	.openmenu a{
		pointer-events: all;
	}
	
	.level_2{
		margin-bottom: 0px;
		left: 0;
	}
	
	.level_2 a{
		    font-size: 12px !important;
	}
	
	.level_2 .active{
		    font-size: 12px !important;
	}
	
	.mod_customnav li:hover, .mod_navigation li:hover{
		padding-right: 0;
	}
	
	.openmenu .level_2{
		height: auto;
		opacity: 1;
		pointer-events: all;
		margin-bottom: 15px;
    margin-top: 30px;
    top: inherit;
    transform: inherit;
	}
	
	.level_2{
		    position: relative;
    pointer-events: none;
    opacity: 0;
    height: 0;
    transition: .3s all;
    padding-inline-start: 0;
	}
	
	.mod_navigation .active{
		font-size: 18px;
	}
	
	.mod_customnav a, .mod_navigation a{
		font-size: 16px;
	}
	
	.nav_right{
		    padding: 25px;
	}
	
	.rooms-slider{
		width: 100%;
	}
	
	.review-name-txt{
		text-align: center;
	}
	
	#main .review-name{
		margin-left: 10px;
    font-size: 12px;
	}
	
	.reviews{
		    width: 95%;
	}
	
	#main .review-body{
		margin: 10px;
    padding: 20px;
	}
	
	.reviews .holiday-check::after, .reviews .google::after{
		right: 20px;
    top: 20px;
	}
	
	.reviews .rsts-prev, .reviews .rsts-next{
		    width: 30px !important;
    height: 30px !important;
	}
	
	.footer_easyloop{
		    position: relative;
    left: 50%;
    transform: translate(-50%);
	}
	
	.weather-block{
		height: auto;
		    width: 94%;
	}
	
	.weather-block.big{
		height: max-content;
	}
	
	.weather-block iframe{
		    width: 100%;
	}
	
.formbody .form-left{
	padding-right: 0px;
}

.formbody .form-right{
	padding-left: 0px;
}
	
	.mod_eventreader{
		padding-top: 150px;
	}
	
	.mod_eventreader .back a{
		top: 60px;
	}
	
	.main-form .widget{
		padding-bottom: 15px;
	}
	
	.main-form label{
		right: 10%;
	}
	
	.ph2{
		margin-bottom: 50px !important;
		font-size: 14px !important;
	}
	
	.mod_eventlist .slick-slide{
		margin-bottom: 0;
		margin-left: 2px;
    margin-right: 2px;
	}
	
	.event-block p{
		text-align: center;
	}
	
	.teaser-price{
		right: 50%;
    position: absolute;
    top: auto;
    bottom: 5%;
    border-radius: 50%;
    background-color: #022f5a;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    transform: translate(50%, -50%);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	}
	
	.offer-text{
		padding-bottom: 150px;
	}
	
	.event-block .btn{
		padding: 20px 20px;
		margin-left: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
	}
	
	.mod_eventlist{
	margin-bottom: -25px;
    margin-top: -25px;
	}
	
	body .bth2-m{
		margin-top: 80px;
		margin-bottom: 50px !important;
	}
	
	body.with-slider .bth2-m, body.with-slider #main #room-page .bth2-m{
		margin-top: 0px !important;
	}
	
	.section{
		padding-top: 50px;
    padding-bottom: 50px;
	}
	
	.coupons-anfrage{
		width: 150px;
		top: 14%;
		padding: 10px 20px 10px 20px;
		background: rgba(0, 36, 71, 0.5);
	}
	
	.coupons{
		width: 150px;
		top: 22%;
		padding: 10px 20px 10px 20px;
		background: rgba(0, 36, 71, 0.5);
	}
	
	#header .online-booking{
		width: 150px;
    top: 30%;
    padding: 10px 20px 10px 20px;
    background: rgba(0, 36, 71, 0.5);
	}
	
	.nav_wrap img{
		float: left;
	}
	
	.offer-block{
		width: 100%;
	}
	
	.mod_customnav li, .mod_navigation li{
		text-align: center;
    padding-right: 0;
    margin: 0;
	}
	
	.mod_customnav li:hover, .mod_navigation li:hover{
  opacity: 1;
}
	
	.mod_customnav .level_1, .mod_navigation .level_1{
		width: 100vw;
	}
	
	.room_selector_flex .summer_and_winter_item{
		width: 100%;
	}
	
	.price-section .price-table{
		overflow: scroll;
    border: 1px solid black;
    border-top: none;
	}
	
	.price-section table{
		    width: max-content;
	}
	
	.booking-section{
		height: 100vh;
	}
	
	.preise_page .coupons {
	display:none
	}
	
	.logo-cancel{
	width: 200px;
    top: 150px;
    right: 10px;
	}
	
	.logo-open{
    width: 100px;
    top: 85px;
    right: 35px;
}

	
	.buttons{
		display: none !important;
	}
  #header-booking-form {
    justify-content: center;
    flex-wrap: wrap;
  }

  #header-booking-form h3 {
    margin-bottom: 0;
    
  }

  #header-booking-form #ebSmallSearch form {
    flex-wrap: wrap;
  }

  #header-booking-form #ebSmallSearch .control-group {
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
  }

  #header-booking-form #ebSmallSearch .control-group .control-label {
    text-align: right;
    margin-bottom: 0px;
    width: 30%;
  }

  #header-booking-form #ebSmallSearch .control-group button {
    margin-left: 0;
    margin-top: 0;
  }

  /* .second-f-h h3{
		font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    height: 100%;
    min-height: 0;
    padding-top: 0;
    text-align: center;
    font-size: 20px;
	}
	
	.second-f-h .control-group{
		display: block;
	}
	
	body .second-f-h #ebSmallSearch{
		    width: 100% !important;
	}
	
	.second-f-h #smwrap{
		width: 100%;
    min-width: 100%;
	}
	
	.second-f-h .control-label{
	width: 100%;
	}
	
	.second-f-h .controls{
	width: 100%;
    min-width: 100%;
    display: block !important;
    float: left;
    text-align: center;
	}
	
	.second-f-h .controls input{
		width: 50%;
	}
	
	.second-f-h .btn-large{
		    position: absolute;
    right: 0;
    left: 50%;
    top: auto;
    bottom: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    transform: translate(-50%);
	}
	
	.second-f-h{
		padding: 10px !important;
	} */

  body .bth2, body .bth2-m {
    font-size: 18px !important;
  }

  .header h1 {
    line-height: 36px;
    margin-bottom: -15vh;
    font-size: 34px;
  }

  .menu_wrap {
    height: 100vh;
  }

  #header-booking-form {
    height: auto;
    max-width: 100%;
  }
  
  #header-booking-form h3{
  	font-size: 20px;
    text-align: center;
  }

  /* .eb_smallsearch {
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
  }

  .eb_smallsearch h3 {
    width: 100%;
    text-align: center;
  }

  .eb_smallsearch form {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 275px;
    margin-top: 15px;
  }

  .eb_smallsearch .arrival,
  .eb_smallsearch .departure {
    width: 100%;
    margin-bottom: 10px;
  }

  .eb_smallsearch .arrival input,
  .eb_smallsearch .departure input {
    width: 100%;
  }

  .eb_smallsearch .search {
    display: flex;
    align-items: stretch;
  }

	.eb_smallsearch form div.search .sendButton {
    width: 50%;
    padding: 10px 0;
  }
  .eb_smallsearch form div.search .sendButton:last-child{
  	margin-right: 0;
  } */
  .restaurant {
    flex-wrap: wrap;
  }

  .restaurant_flex,
  .menu {
    max-width: 100%;
  }

  .restaurant_and_menu {
    position: relative;
    padding: 50px 15px;
  }

  .menu .rsts-prev,
  .menu .rsts-next {
    opacity: 0.2;
    width: 20%;
  }

  .family-section {
    min-height: auto;
  }

  .gallery-pic .rsts-prev {
    left: -25px;
  }

  .gallery-pic .rsts-next {
    right: -25px;
  }

  .restaurant_flex,
  .offset_flex {
    box-shadow: none;
  }

  .restaurant_item {
    margin-bottom: 50px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
  }

  .restaurant_flex_img {
    margin-bottom: 0;
  }

  .services {
    padding-left: 0;
    padding-right: 0;
  }

  .services_item {
    padding: 30px;
  }

  .services_flex_img {
    padding: 0;
  }

  .map_and_reviews {
    padding: 0;
  }

  .footer_contacts {
    padding: 0;
  }

  .footer_easyloop img {
    margin-bottom: 30px;
  }

  .container {
    width: 100%;
  }

  .reviews .rsts-next {
    right: -25px;
  }

  .reviews .rsts-prev {
    left: -25px;
  }

  .review-parent img {
    position: static;
  }

  .review-parent {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .summer_and_winter h2 {
    font-size: 22px;
  }
  
  .booking_wrap{
  	height: 55px;
  }
  
  #header-booking-form h3{
  	width: auto;
  	padding: 15px 0;
  }
  
  .mob-arrow-p, .mob-arrow-close-p{
    display: block;
    position: absolute;
    top: 10px;
    right: 18px;
    height: 35px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    padding: 5px;
  }
  
  .mob-arrow{background-image: url(/files/Gasthofthanner/icons/arrow-colored.png);
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
  	
  }

  .booking {
    padding-left: 25px;
    padding-right: 25px;
  }

  body .text-long,
  body .text-long .container {
    padding-left: 0;
    padding-right: 0;
  }

  .mod_eventlist {
    flex-direction: column;
  }
  html, body, #wrapper, #container, #main, .inside, .container-fluid, .section{
  	width:100% !important;
  	max-width:100% !important;
  }
  body .Montserrat-h2-m {
  margin-bottom: 40px !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}



.header {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:scroll
}
.gallery-pic .rsts-prev,
.gallery-pic .rsts-next,
.reviews .rsts-prev,
.reviews .rsts-next{
	width: 15px;
	height: 25px;
}
.menu .rsts-prev, .menu .rsts-next{
	background-size: 20px;
    background-color: transparent;
}
.footer_contacts{
	background-attachment:scroll
}
.insta-widget .post{
	width: calc(50% - 20px);
}

}