/* lato-300 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/lato-v23-latin-300.eot');
	src: local(''),
		url('/fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-v23-latin-300.woff2') format('woff2'),
		url('/fonts/lato-v23-latin-300.woff') format('woff'),
		url('/fonts/lato-v23-latin-300.ttf') format('truetype'),
		url('/fonts/lato-v23-latin-300.svg#Lato') format('svg');
}
/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/lato-v23-latin-regular.eot');
	src: local(''),
		url('/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-v23-latin-regular.woff2') format('woff2'),
		url('/fonts/lato-v23-latin-regular.woff') format('woff'),
		url('/fonts/lato-v23-latin-regular.ttf') format('truetype'),
		url('/fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}
/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/lato-v23-latin-700.eot');
	src: local(''),
		url('/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-v23-latin-700.woff2') format('woff2'),
		url('/fonts/lato-v23-latin-700.woff') format('woff'),
		url('/fonts/lato-v23-latin-700.ttf') format('truetype'),
		url('/fonts/lato-v23-latin-700.svg#Lato') format('svg');
}

nav.navbar ul li.openStatus {
	border-left: 4px solid #003476;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	position: absolute;
}
[data-trigger] {
	cursor: pointer;
}
.location-slider,
.aktuelles-slider {
	overflow: hidden;
	margin-top: 45px;
}

.services .serviceEntrys {
	margin-top: 45px;
}
.services .serviceEntrys .serviceEntry a {
	border: 3px solid rgba(170, 170, 170, .2);
	display: block;
	padding: 30px;
	text-align: center;
}

#map {
	height: 500px;
}
#map .leaflet-popup-content {
	font-size: 1.5em;
}

/*ANIMATED INPUT*/
.form-group.animate {
	position: relative;
	padding: 11px 12px 1px;
}
.form-group.animate label  {
	display: block!important;
	position: absolute;
	top: 0;
	line-height: 38px;
	margin-bottom: 0;
	padding: 0 .75rem;
	font-size: 13px;
	font-style: italic;
	z-index: 9;
	pointer-events: none;
	color: #999;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}
.form-group.animate .form-control.onfocus:focus ~ label,
.form-group.animate .form-control:focus + label  {
	font-size: 10px;
	line-height: 16px;
	color: #45414d;
	font-style: normal;
}
.form-group.animate .form-control[type="date"] + label,
.form-group.animate .form-control.filled + label  {
	font-size: 10px;
	line-height: 16px;
	color: #45414d;
	font-style: normal;
}
.form-group.animate .form-control.is-valid  {
	border-color: #3c763d!important;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}
.form-group.animate .is-valid + label  {
	color: #3c763d!important;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}
.form-group.animate .form-control.is-invalid  {
	border-color: #a94442!important;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}
.form-group.animate .is-invalid + label  {
	color: #a94442!important;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	transition: all 150ms linear;
}

/*topAlert*/
.feedbackOverlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	z-index: 100001;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
.feedbackOverlay > * {
	padding: 15px;
}
.feedbackOverlay p {
	margin-bottom: 0;
}
.feedbackOverlay .success {
	display: none;
	background-color: #efefef;
	color: #00a660;
}
.feedbackOverlay .error {
	display: none;
	background-color: #efefef;
	color: #c92438;
}

.gasthof .galerieEntry {
	position: relative;
}
.gasthof .galerieEntry .title {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 30px);
	background-color: rgba(255, 255, 255, .4);
	color: #333;
	padding: 5px 10px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
}

a p {
	color: #4a4747;
}

.datepicker {
	z-index: 100000;
}

.testimonials-slider {
	margin-top: 15px;
}

.reservation-row .main-heading {
	margin-bottom: 25px;
}

.home-slider .main-heading {
	margin-bottom: 50px;
}

.home .sliderimg {
	position: absolute;
	z-index: 1;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}
.home .slidertext {
	z-index: 2;
	padding-top: 180px;
	padding-bottom: 120px;
	position: relative;
}
.animatePulse {
    animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1) 
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8) 
	}
}
@keyframes pulse {
	0%,
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1) 
	}
	50% {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8) 
	}
}

.kuecheInhalt {
	background-size: 50%;
	background-repeat: no-repeat;
	background-color: #4E5454;
}
.kuecheInhalt.bg_weiss {
	background-color: #fff!important;
}
.kuecheInhalt.links {
	background-position: left center;
}
.kuecheInhalt.rechts {
	background-position: right center;
}
@media(max-width: 992px){
	#gutscheine .section,
	.kuecheInhalt {
		background-image: none!important;
	}

	.home-slider-next,
	.home-slider-prev {
		display: none;
	}
}

.fancybox-content {
	background: #FFF;
}
.fancybox {
	display: none;
}
.fancybox-content {
	width: 1000px;
}

/*.inFancy_imgSlider {
	overflow: hidden;
}
.inFancy_imgSlider img {
	margin-left: auto;
	margin-right: auto;
}

.inFancy_imgSlider {
	position: relative;
}
.inFancy_imgSlider .sliderArrow {
	position: absolute;
	top: calc(50% - 10px);
	color: #D4ECFC;
	font-size: 30px;
	z-index: 999;
	font-weight: 600;
}
.inFancy_imgSlider .sliderArrow.slider-next {
	right: 0;
}*/

@media (max-width: 1200px) {
	nav.navbar ul li.openStatus {
		background-color: white!important;
		color: #D4ECFC!important;
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	.home-slider .sliderimg img {
		max-width: 100%;
	}
}

.p0 {
	padding: 0!important;
}

.section.locations {
	position: relative;
}

body.fancybox-active {
	overflow: hidden;
}

nav.navbar ul li.openStatus a:after {
	display: none!important;
}

.sliderButton {
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 150px;
    height: 150px;
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .25);
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 50%;
    border: 2px solid #333;
    overflow: hidden;
}

.sliderButton > span {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.sliderButton > span img {
	width: 120px;
}

.sliderButton > span span {
	display: block;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.footer #impressum-content {
	display: none;
	max-width: 1000px;
}
.footer a.impressumButton {
	cursor: pointer;
}
.fancybox-stage .main-heading {
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}