/* #Info


/* 
* Import 
* * * * * * */
/*
@import url("bootstrap.min.css");
@import url("icheck-bootstrap.min.css");
@import url("swiper.min.css");
@import url("all.min.css");
@import url("normalize.min.css");
@import url("animate.css");
*/
@import url("jquery-ui.min.css");
@import url("jquery-ui.structure.min.css");
@import url("jquery.datetimepicker.css");


* {	
	font-family: 'Arial Narrow', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
}
*:focus {
	box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;	
	outline: none;
}

html, body {
	position: relative;
	height: 100%;
}
body.modal-open {
	overflow: hidden;
	height: 100vh;
	overflow-y: hidden;	
}
h1 {
	/* font-size: 3em; */
	font-size: 2em;
	text-transform: uppercase;
}
a {
	color: #287e46;
	text-decoration: underline;
}
a:hover {
	color: #287e46;
	text-decoration: none;
}

.container {
	/* max-width: 1200px; */
	max-width: 1400px;
}
.col-image {
	padding: 0px;
}
.pt-6, .py-6 {
    padding-top: 3.5rem !important;
}
.pt-7, .py-7 {
    padding-top: 4rem !important;
}
.pt-8, .py-8 {
    padding-top: 4.5rem !important;
}
.pt-9, .py-9 {
    padding-top: 5rem !important;
}
.pt-10, .py-10 {
    padding-top: 5.5rem !important;
}


.pb-6, .py-6 {
    padding-bottom: 3.5rem !important;
}
.pb-7, .py-7 {
    padding-bottom: 4rem !important;
}
.pb-8, .py-8 {
    padding-bottom: 4.5rem !important;
}
.pb-9, .py-9 {
    padding-bottom: 5rem !important;
}
.pb-10, .py-10 {
    padding-bottom: 5.5rem !important;
}
/* .container-np {
	padding-left: 0px;
	padding-right: 0px;
}
.no-pl {
	padding-left: 0px;
}
.no-pr {
	padding-right: 0px;	
}
.col-np {
	padding-left: 0px;
	padding-right: 0px;
}
.row-nm {
	margin-left: 0px;
	margin-right: 0px;
} */

.center-button {
	left: 50%;
	transform: translateX(-50%);
}
.btn {
	text-decoration: none;
	border-radius: 3px;
}
.btn-green {
	position: relative;
	color: #287e46;
	border: 0px;
	border-color: #287e46;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(40,126,70,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(40,126,70,1);
	box-shadow: 0px 0px 0px 2px rgba(40,126,70,1);		
	text-decoration: none;
}
.btn-green:focus {
	color: #287e46;
	box-shadow: 0px 0px 0px 2px rgba(40,126,70,1) !important;
}
.btn-green:hover {
	color: #fff;
}

.btn-green:not([href]) {
    color: #287e46;
}
.btn-green:not([href]):hover {
    color: #fff;
}

.btn-green::before {
	content: '';
	background-color: #287e46;	
	width: 0px;	
	height: 100%;	
	left: 0px;	
	right: 0px;	
	bottom: 0px;	
	top: 0px;	
	position: absolute;
	transition: all 0.3s;
	z-index: -1;
}
.btn-green:hover::before {
	width: 100%;
}

.btn-shadow-pulse-animated::before {	
	width: 100%;
	-webkit-animation: shadowpulse 1s infinite;
	animation: shadowpulse 1s infinite;
	background-color: #fff;
}
.btn-shadow-pulse-animated:hover::before {
	width: 100%;
	background-color: #287e46;	
}
.btn-green-animated {
	-webkit-animation: btngreencolor 1s infinite alternate;
	animation: btngreencolor 1s infinite alternate;
}

.btn-green-animated::before {
	-webkit-animation: btngreen 1s infinite alternate;
	  animation: btngreen 1s infinite alternate;
}

@-webkit-keyframes btngreen {
	0% {
		width: 0px;
		color: #287e46 !important;
	}  
   	100% {
		width: 100%;		   
		color: #ffffff !important;
	}  
}
@keyframes btngreen {
	0% {
		width: 0px;
		color: #287e46 !important;
	}  
   	100% {
		width: 100%;		   
		color: #ffffff !important;
	}  
}

@-webkit-keyframes btngreencolor {
	0% {		
		color: #287e46;
	}  
   	100% {		
		color: #ffffff ;
	}  
}
@keyframes btngreencolor {
	0% {		
		color: #287e46;
	}  
   	100% {		
		color: #ffffff;
	}  
}

@keyframes shadowpulse {
	0% {		
    	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  	}
  	100% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);		
  	}
}
@keyframes shadowpulsebig {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);		
  	}
  	100% {
		box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);		
	}
}

/*contra*/


.btn-black {
	position: relative;
	color: #fff;
	border: 0px;
	border-color: #287e46;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);		
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;	
}
.btn-black:hover {
	color: #000;
}

.btn-black:not([href]) {
    color: #fff;
}
.btn-black:not([href]):hover {
    color: #000;
}

.btn-black::before {
	content: '';
	background-color: #000;	
	width: 100%;	
	height: 100%;	
	left: 0px;	
	right: 0px;	
	bottom: 0px;	
	top: 0px;	
	position: absolute;
	transition: all 0.3s;
	z-index: -1;
}
.btn-black:hover::before {
	width: 0px;
}

.bg-ffffff {
	background-color: #fff;
}

.bg-edf0eb {
	background-color: #edf0eb;
}
.bg-f6f8f5 {
	background-color: #f6f8f5;
}

/* button test */

.button,
.button::after {
  	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button {
	background: none;
	border: 3px solid #287e46;
	border-radius: 0px;  
	display: block;    
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	color: #287e46;
}

.button::before,
.button::after {
  background: #287e46;
  content: '';
  position: absolute;
  z-index: -1;
}

.button:hover {
  color: #287e46;
}

/* BUTTON 1 */
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}

/* BUTTON 2 */
.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
}

/* BUTTON 3 */
.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* BUTTON 4 */
.btn-4::before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4::after {
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* BUTTON 5 */
.btn-5 {
  overflow: hidden;
}

.btn-5::after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn-5:hover:after {
  height: 100%;
  width: 135%;
}

.bienemaja {
	display: none;
}

/* button test ende */


/* 
* Navigation
* * * * * * */
.navbar {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	transition: all 0.3s;
}
.navbar .navbar-brand img {
	max-width: 100%;
	width: 300px;
	transition: all 0.3s;
	padding-top: 30px;
	padding-bottom: 30px;

}
.navbar-nav .nav-link {
	color: #000;
	text-decoration: none;
	position: relative;
}
.navbar-contact {
	z-index: 90;
	background-color: #fff;
	position: relative;
}
.navbar-sticky {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
	z-index: 80;
	position: relative;	
}
.navbar-contact .navbar-nav .nav-item,
.navbar-sticky .navbar-nav .nav-item {
	position: relative;
	margin-left: 25px;
	text-decoration: none;
}

.navbar-contact .navbar-nav .nav-item {
	font-size: 13px;
}

.navbar-sticky .navbar-nav .nav-item {
	margin-left: 40px;
	text-transform: uppercase;	 
}

@media screen and (max-width: 1400px) {

	.navbar-sticky .navbar-nav .nav-item {
		margin-left: 20px;
	}

}

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

	#navlink-55 a::after {
		content: ' & Feiern';
	}

}

@media screen and (max-width: 990px) {

	#navlink-55 a::after {
		content: ' & Feiern';
	}

}

.navbar-contact .navbar-nav .nav-item::before {
	display: none;
}
.navbar-sticky .navbar-nav .nav-item::before {

	position: absolute;
	content: '';
	background-color: #000;
	height: 1px;
	width: 0px;
	bottom: 0px;
	left:0px;
	transition: all 0.3s;
}

.navbar-contact .navbar-nav .nav-item:hover::before {
	display:none;
}
.navbar-sticky .navbar-nav .nav-item:hover::before {

	position: absolute;
	content: '';	
	background-color: #000;
	height: 1px;
	width: 100%;
	bottom: 0px;
	left: 0px;

}
.navbar-contact .navbar-nav .nav-item.active::before {
	width: 0;
}
.navbar-sticky .navbar-nav .nav-item.active::before {
	width: 100%;
}



.navbar-contact .nav-link,
.navbar-sticky .nav-link { 
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	visibility: hidden;
}



#navbar-site {
	position: fixed;
    left: 0;
    top: 50%;
	/* transform: translateY(-50%); */
	z-index: 1000;
	padding: .5rem 1rem;
}

@media screen and (max-width: 769px) {
	#navbar-site {
		padding-left: 0;
	}
}

#navbar-site li i {
    padding: 5px;
	min-width: 1.7em;
	text-align: center;
	color: rgba(255,255,255,.85);
}

#navbar-site .navbar-nav .nav-item:hover i {
	color: rgba(255,255,255,1);
}

#navbar-site li i, #navbar-site li div {
	display: inline-block;
}

#navbar-site .navbar-nav .nav-item {
    margin-left: 0px;
	margin-top: 5px;
}

#navbar-site .navbar-nav .nav-item span {
	display: none;
	padding-right: 5px;
	padding-left: 5px;
	/* background-color: rgba(164, 184, 154,.7); */
	color: rgba(255,255,255,.7);
	transition: color .5s ease, background-color .5s ease;
}

#navbar-site .navbar-nav .nav-item:hover span {
	display: inline-block;
	/* background-color: rgba(164, 184, 154,1); */
	color: rgba(255,255,255,1);
}


#navbar-site .navbar-nav > li > a {
    padding: 3px;
    margin: 0px 0px;
	background-color: rgba(40, 126, 70,.7); /*rgba(255,255,255,.7);*/
	display: inline-block;
	transition: color .5s ease, background-color .5s ease;
	border-radius: 3px;
}
#navbar-site .navbar-nav .nav-item:hover a {
	background-color: rgba(40, 126, 70,1);
	color: rgba(255,255,255,1);
	/*color: #333;*/
}

@media (max-width: 767px) {
	#navbar-site .navbar-nav .navbar-nav,
	#navbar .navbar-nav .navbar-nav {
		margin: 0;
	}
}

#navbarDillertal .dropdown-menu {
	border: none;
	padding: 10px 0;
	/* padding-top: 0; */
}

#navbarDillertal .dropdown-menu .nav-link {
	display: inline-block;
}


#navbarDillertal .navbar-nav .dropdown a {
	text-decoration: none;
}

.dropdown-item:active, .dropdown-item.active {
	background-color: inherit;
	color: inherit;
}

#navbarDillertal .navbar-nav .dropdown a.active,
#navbarDillertal .navbar-nav .dropdown.active {
	/* text-decoration: underline; */
	color: inherit;
	background-color: inherit;
}

#navbarDillertal .navbar-nav .dropdown a.active::before {
	width: 100%;
}

#navbarDillertal .navbar-nav .dropdown .dropdown-item {
	display: inline-block;
}

.navbar-nav .dropdown-item .nav-link {
	padding: 0;
}

.navbar-nav .dropdown-item a {
	position: relative;
}

@media (max-width: 450px) {
	#navbarDillertal .navbar-nav .dropdown-item .nav-link  {
		text-align: center;
		text-transform: none;
		display: block;
	}
}

.sticky {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	max-width: 100%;
	background-color:#fff;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	/* overflow:hidden; */
	
}
.sticky-padding {
	margin-top: 170px;
	/* margin-top: 207px; */
}
.shrink {
	transition: all 0.3s;
}
.shrink .navbar {
	/* padding-top: 5px;
	padding-bottom: 5px; */
}

.shrink .navbar .navbar-brand img {
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;	
}
.navbar-top .navbar-nav .nav-item:last-child {
margin-left: 20px;
}


.hamburger-menu {
position: relative;
margin: auto;
width: 50px;
height: 33px;
cursor: pointer;
}
.hamburger-toggle,
.hamburger-toggle:after,
.hamburger-toggle:before {
width: 50px;
height: 5px;
}
.hamburger-toggle {
position: relative;
transform: translateY(14px);
background: #287e46;
transition: all 0ms 300ms;
}
.opened .hamburger-toggle {
background: rgba(255, 255, 255, 0);
}
.hamburger-toggle:before {
content: "";
position: absolute;
left: 0;
bottom: 14px;
background: #287e46;
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-toggle:after {
content: "";
position: absolute;
left: 0;
top: 14px;
background: #287e46;
transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.opened .hamburger-toggle:after {
top: 0;
transform: rotate(45deg);
transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.opened .hamburger-toggle:before {
bottom: 0;
transform: rotate(-45deg);
transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* 
* Header
* * * * * * */

.header {
	max-height: 70vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.header .header-text {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 25%
}
.header .header-text-image {
	display: block;
	margin: 0 auto;
	
	max-width: 100%;
}

.header img,
.header .active-parallax {
	max-width: 100%;
	height: auto;
}

.header .active-parallax {
	min-width: 100%;
	
}


.parallax-window {
	min-height: 700px;
	background: transparent;
}

/* 
* Cookie
* * * * * * */
.cc-window.cc-floating {
    max-width: 32em !important;
    background: #edf0eb;
    box-shadow: 0px 0px 4px rgba(128,128,128,0.5);    
}
.dsgvo-cookie_consent {
    max-width: 32em !important;
    bottom: 1em;
    left: 1em;
    padding: 2em;
    z-index: 1000;
    position: fixed;
    background: #edf0eb;
    box-shadow: 0px 0px 4px rgba(128,128,128,0.5);
}
.dsgvo-cookie_consent * {
    margin: 0;
}
.dsgvo-cookie_consent-inner {
    padding: 10px;  /* Abstand anpassen */
    width: 100%;
    display: block;
}
.dsgvo-cookie_consent-info {

}

.dsgvo-cookie_consent-text { /* Absatz mit Cookie-Hinweis-Text */
}

.dsgvo-cookie_consent-more { /* Anker zur Datenschutz-Erklärung */
}
.dsgvo-cookie_consent-dismiss {
    flex: 0 0 auto;
    width: auto;
}


.dsgvo-cookie_consent-dismiss button  {
	position: relative;
	color: #fff;
	background-color: #287e46;
	border: 0px;
	border-color: #287e46;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(40,126,70,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(40,126,70,1);
	box-shadow: 0px 0px 0px 2px rgba(40,126,70,1);		
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	margin-top: 20px;
}
.dsgvo-cookie_consent-dismiss button :hover {
	color: #fff;
}
.dsgvo-cookie_consent-dismiss button ::before {
	content: '';
	background-color: #287e46;	
	width: 0px;	
	height: 100%;	
	left: 0px;	
	right: 0px;	
	bottom: 0px;	
	top: 0px;	
	position: absolute;
	transition: all 0.3s;
	z-index: -1;
}
.dsgvo-cookie_consent-dismiss button :hover::before {
	width: 100%;
}


/* 
* Swiper
* * * * * * */
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}

.swiper-vertical-container {
	width: 100%;
	height: 100%;
}
.swiper-vertical-slide,
.swiper-vertical-slide.swiper-slide-duplicate {
	text-align: left;	
	background: #fff;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: start;
	margin-bottom: 0px !important;
	/* height: 100% !important; */
}

.swiper-vertical-slide.swiper-slide-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* height: 100% !important; */
}
.swiper-vertical-slide .content {
	width: 100%;
	max-width: 100%;
}
.swiper-vertical-slide .content-center {
	/* top: 35%; */
}
.swiper-vertical-slide.swiper-slide-next {
	/* display: none; */
}
.swiper-container {
	/* max-height: 50vh;	 */
	max-height: 650px;	
}
.swiper-vertical-container {
	/* max-height: 550px; */
	max-height: 645px;
}
.swiper-pagination-bullets-dynamic {
	overflow: visible;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	overflow: visible;
	right: unset;
	left: 25px;
}

.swiper-pagination-bullet-active {
	background: #287e46;
}
.swiper-vertical-slide .content,
.swiper-vertical-slide .container-fluid,
.swiper-vertical-slide .content-block {
	height: 100%;
}
/* .swiper-vertical-slide .content-block .row-nm { */
.swiper-vertical-slide.swiper-slide-duplicate .content-block .row-nm {
	height: 86.6%;
}

.vertical-test .row-nm {
	height: 100%;
}
.vertical-test .content-image img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-vertical-slide {
	/* max-height: 645px; */
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 35px;
}
.swiper-maps {
	min-height: 400px;
}
.maps-slide {
	min-height: 400px;
}

.swiper-button-next {
	right: 0px;
	left: auto;
	height: 97.4%;
	top: 5%;
	width: 40px;
	color: #287e46;
	transition: all 0.3s;
}	
.swiper-button-next-add-hover,
.swiper-button-next:hover {
	color: #000;
	background-color: #fff;
	opacity: 0.9;
}

.swiper-button-prev {
	left: 0px;
	right: auto;
	height: 97.4%;
	top: 5%;
	width: 40px;
	color: #287e46;
	transition: all 0.3s;	
}
.swiper-button-prev-add-hover,
.swiper-button-prev:hover {
	color: #000;
	background-color: #fff;
	opacity: 0.9;
}



/* 
* Content
* * * * * * */
.content .content-border {
	/* border-top: 10px solid #fff;
	border-bottom: 10px solid #fff; */
}
.content img {
	width: 100%;
	max-width: 100%;
	display: none;
}


img.roomimage {
	display: block;
}


.catering-image {
	background-image: none !important;
}
.catering-image img { 
	width: 700px; 
	max-width: 100%; 
	display: block; 
	margin: 0 auto; 
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%);
}
.content_catering .content-background-image {
	/* background-color: #fff; */
}
.catering-col-border-mid {
	border-bottom: 5px solid #fff;
}
.col-border-mid {
	border: 5px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
}
.col-border-mid .tiny,
.col-border-right .tiny {
	padding-left: 25px;
	padding-right: 25px;
}
.content-catering-buffets {	
	background-size: cover;
	background-position: center center;
}
.table-buffet td {
	vertical-align: top;
	padding: 10px;
}
.content .tiny img {
	width: auto;
}
.content-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}

.content-news .content-center {
	position: absolute;
}

.content-center h1,
.content-center h2,
.content-center h3,
.content-center h4,
.content-center h5,
.content-center h6 {
	margin-top: 0px;
	margin-bottom: 25px;
}
.content-center .price,
.content-center .price h1 {	
	margin-top: 0px; /* margin-top: 25px; */
	margin-bottom: 0px;
}



.content-center p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.content-center .tiny {
	margin-top: 25px;
	margin-bottom: 20px; /* margin-bottom: 25px;	 */
}
.content-center .tiny.table-buffet {
	margin: 0px !important;
}
.tiny-border {
	border: 1px solid #000;
	padding: 50px;
	background-color: #fff;
}
.single-price {

}

.content-center ol {
	padding-left: 15px;
	margin-bottom: 10px;
}
.content-center ul {	
	padding-left: 0px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;	
}
.content-center ul li::before {
	content: '-';
	padding-right: 5px;
}
	

.content-center .price p {
	margin-bottom: 0px;
}
.price h2.price-mid {
	margin-bottom: 0px;
}
.price p.price-bot {
	display: block;
	margin-bottom: 25px;
}
.dptr {
	position: relative;
	width: 30px;
	height: 10px;
	border-top: 2px solid #000;	
	border-bottom: 2px solid #000;	
}
.content-centercatering-image .tiny {
	margin-top: 20px;
}

.content-center-n .dptr {
	margin-bottom: 20px;
}

.dptr.dptr-center { 
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.content .boxed {
	padding-top: 80px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
.content .form-content {
	margin-top: 25px;
}

.content-text {
	padding-top: 45px;
	padding-bottom: 45px;
}

.content-news h1 {
	margin-bottom: 0px;
}
.content-news h4 {
	margin-bottom: 50px;
}

.content .dillertal-news {
	display: block;
	width: 200px;
	transform: rotate(-5deg);
	transition: all 0.3s;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
	box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);	
}
.content .dillertal-news:hover {
	transform: rotate(-1deg);
	cursor: pointer;
}

.content .content-image {
	overflow: hidden;
	height: 100%;
}

.content .content-background-image .content-image {
	background-size: cover;
	background-position: center center;	
	min-height: 580px;
}
.content .content-background-image .text-box {
	padding-top: 45px;
	padding-bottom: 45px;
}


.content .text-box-right {
	padding-left: 45px;
	padding-right: 45px;
}

.content .text-box-left {
	padding-left: 45px;
	padding-right: 45px;
}

/* 
* Hashtag
* * * * * * */
.hashtag ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.hashtag ul li {
	position: relative;
	display: inline-block;
	font-size: 28px;
	margin-right: 50px;	
}
.hashtag ul li:last-child {
	margin-right: 0px;
}
.hashtag ul li::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 5px;
	left: -5px;
	background-image: url('../../media/dillertal-hashtag.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
.hashtag.hashtag-button ul li:first-child {	
	text-transform: uppercase;
	margin-right: 65px;
	top: 4px;
}
.hashtag.hashtag-button ul li:last-child::before {
	display: none;
}
.hashtag.hashtag-button ul li .btn-green {
	position: static;
}
/* 
* Form
* * * * * * */

.form-control {
	border-radius: 0px;
	-webkit-appearance: none;
}
.form-control:focus {
	text-shadow: none !important;
}
.form-group {
	position: relative;
}
.fa-select {
    position: absolute;
    font-size: 30px;	
}
textarea.form-control {
	height: 100px;
}
.icon-fix i {
}

/*
.bootstrap-select i {
	display: none;
}
*/



.form-check-label {
	font-size: 14px;
}
.input-group-text {
	background-color: #fff;
	border-radius: 0px;
	border-right: 0px;
}
.input-group .form-control {
	border-left: 0px;
	padding-left: 0px;
}
.form-control:focus {
	border-color: #ced4da;
}

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #ced4da;
	margin-top: 16px;
	margin-left: -39px;	
}
thead tr {
	border-bottom: 1px solid #eaeaea;	
}
.ui-datepicker td a {
	text-align: center;
	color: #287e46;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 2px !important;	
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px !important;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px !important;
	cursor: pointer;
}
.ui-datepicker-prev, .ui-datepicker-next::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	display: flex;
	font-weight: normal;
	align-items: center; 
	justify-content: center;
	font-weight: 900;
}
.ui-datepicker-prev::before {
	content: "\f100";    
}
.ui-datepicker-next::before {
	content: "\f101";
}
.ui-datepicker-trigger {
	display: none;
}

/* 
* YForm
* * * * * * */
.rex-yform {
	margin-top: 30px;
}
.rex-yform .control-label {
	font-weight: bold;
}
.yform-formular-privacy_policy_accepted {
	font-size: 12px;
	font-weight: normal;
}
.yform-formular-information {
	font-size: 12px;
}

.rex-yform .formcheckbox,
.rex-yform p {
	font-size: 12px;
}

.rex-yform .btn-primary  {
	position: relative;
	color: #fff;
	border: 0px;
	border-color: #000;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,1);		
	text-decoration: none;
	background-color: transparent !important;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1px;
	padding-bottom: 0px;	
}
.rex-yform .btn-primary:hover {
	color: #000;
}
.rex-yform .btn-primary::before {
	content: '';
	background-color: #000;	
	width: 100%;	
	height: 100%;	
	left: 0px;	
	right: 0px;	
	bottom: 0px;	
	top: 0px;	
	position: absolute;
	transition: all 0.3s;
	z-index: -1;
}
.rex-yform .btn-primary:hover::before {
	width: 0px;
	color: #000;
}
.alert-danger {
	border-radius: 0px;
	border: 0px;
}

.disable-group .form-group {
	margin: 0;
}

/*
.FormAddLabel .rex-yform .control-label {
	display: block;
} */

form label.control-label {
	display: none;
}

form .form-control, form ::placeholder, form .form-control::placeholder {
	color: #000;
	font-family: 'Arial Narrow', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* 
* Restaurants
* * * * * * */
.modal-content {
	border: 0px;
	border-radius: 0px;
	border: 2px solid #287e46;
    padding-left: 50px;
    padding-right: 50px;

}

.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h6 {
	margin-bottom: 20px;
	margin-top: 40px;
}

.modal-backdrop.show {
	opacity: .2;
}
.modal-content table {
	width: auto;
	border: 0px;
	margin-bottom: 1rem;
}
.modal-content table td, .modal-content table th {
	padding: 0px;
	vertical-align: top;
	border: 0px;
	border-top: 0px solid #fff;	
}

.modal-content ul {	
	padding-left: 0px;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}

.modal-content ul li::before {
    content: '-';
    padding-right: 5px;
}

.modal-footer .btn-green {
	z-index: 1;
}
.modal-footer .btn-green::before {
	z-index: -1;
}

.modal-content .btn-black {
	z-index: 1;
}
.modal-content .btn-black::before {
	z-index: -1;
}

/* 
* Restaurants
* * * * * * */
.location-content {

}
.location-box {
	height: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 45px;	
}

.location-box:hover {
	cursor: pointer;
}

.location-box .location-image {
	display: block;
	margin: 0 auto;
}
.location-box .location-image img {
	display: block;
}
.location-box .location-text {
	text-align: center;
}
.location-box .map-box {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* 
* Maps
* * * * * * */
.maps-content .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.maps-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
}
.maps-container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.maps-slide {
	width: 100%;	
}
.dsvgo-check-box {
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F2F1F0;
}
.dsvgo-check-box p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.dsvgo-check-box .position-check-box {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
	z-index: 10;
}
.dsvgo-check-box button {
	display: block;
	margin: 0 auto;	
}
.dsvgo-check-box.hidden {
	display: none;
}
.tiny-border .table,
.tiny-border .table td {
	border: none;
	
}
.table-buffet {
	border-collapse: collapse; 
	width: 100%;	
}
.table-buffet td {
	width: 33.3333%;
}
/* 
* Footer
* * * * * * */
.footer .footer-logo {

}
.footer .footer-logo img {
	max-width: 100%;
}
.footer .footer-text h6 {
	color: #287e46;
	font-weight: bold;
}
.footer .footer-text p {
	font-size: 16px;
	margin-bottom: 0px;
}

.footer .footer-text.footer-time span {
	display: inline-block;
	min-width: 50px;
}

.footer .form-content .form-control {
	border: 0px;
}

.footer-meta {
	text-align: right;
}
.footer-meta ul {
	list-style-type: none;	
}
.footer-meta ul li {
	display: inline
}
.footer-meta ul li {
	position: relative;
	margin-left: 5px;	
	margin-right: 5px;
}
.footer-meta ul li a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.footer-meta ul li:hover,
.footer-meta ul li a:hover {
	text-decoration: none;
}
.footer-meta ul li::after {
	position: absolute;
	content: '|';
	top: -7px;
	right: -10px;
	color:#287e46;		
	font-size: 20px;
}
.footer-meta ul li:last-child::after {
	content: '';
}



/* .footer-nav .nav-item::before, */
.footer-nav .nav-item::before,
#navbarDillertal .navbar-nav .dropdown a::before {
	position: absolute;
	content: '';
	/* border-bottom: 1px solid #000; */
	background-color: #000;
	height: 1px;
	width: 0px;
	bottom: 0px;
	left:0px;
	transition: all 0.3s;
}

/* .footer-nav .nav-item:hover::before,  */
.footer-nav .nav-item:hover::before,
#navbarDillertal .navbar-nav .dropdown a:hover::before {
	position: absolute;
	content: '';
	/* border-bottom: 1px solid #000; */
	background-color: #000;
	height: 1px;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.footer .footer-copy,
.footer .footer-copy p {
	font-size: 13px;
	text-align: right;
}


.head-fix .content:nth-child(odd) .row .text-box {
	/* padding-left: 45px;
	padding-right: 45px;	 */
	padding-left: 5%;
	padding-right: 5%;	
	order: 2;
}

.head-fix .content:first-child {
	/* padding-top: 0 !important; */
}
.head-fix .content.content-button {
	padding-top: 3.5rem !important;
}

.head-fix .content:nth-child(even) .row .col-image {
	order: 1;
}
.head-fix .content:nth-child(even) .row .text-box {
	/* order: 2; */
}

.head-fix .content:nth-child(even) .row .text-box {
	padding-left: 5%;
	padding-right: 5%;	
}

.swiper-vertical .swiper-wrapper .swiper-slide:nth-child(even) {
}
.swiper-vertical .swiper-wrapper .swiper-slide:nth-child(even) .content .container-fluid .content-block .row .col-image {
	/* order: 1; */
}
.content-catering-buffets .text-box {
	
}
.form-hidden {
	opacity: 0;
	transition: all 0.3s;
}

.ui-datepicker { 
	/* margin-left: 100px; */
	/* margin-top: -160px; */
	margin-left: 0px;
	transform: translateY(0);
	z-index: 1000;
  }

.form-hidden .form-group {
	margin-bottom: 0px;
}

.form-show {
	margin-top: 15px;
	opacity: 1;
}

/* 
* @media 
* * * * * * */
/*ipad*/
@media (max-width: 1260px) {
	.navbar-sticky .navbar-nav .nav-item {
		margin-left: 40px;
	}
	.navbar .navbar-brand img {
		width: 200px;
	}
}
/* // */
@media (max-width: 1200px) {
	.navbar .navbar-brand img {
		width: 200px;
	}
	.navbar-sticky .navbar-nav .nav-item {
		margin-left: 35px;
	}	
	.sticky-padding {
		margin-top: 175px;
	}
	.modal-xl {
		max-width: 90%;
	}
	.modal-content h1 {
		margin-bottom: 0px;
	}	
}
@media (max-width: 1100px) {
	.content .text-box {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.content .content-background-sm {
		background-size: cover;
		background-position: center center;		
	}	
	.content-background-sm img {
		display: none;		
	}
	.content_catering .content-background-sm img {
		display: block;
	}
}




@media (max-width: 1085px) {
	.hashtag ul li {
		font-size: 20px;
		margin-right: 30px;
	}
	.hashtag ul li::before {
		width: 25px;
		height: 25px;
	}
	/*ipad*/
	.navbar-sticky .navbar-nav .nav-item {
		/* margin-left: 40px; */
		margin-left: 30px;
	}
	.navbar .navbar-brand img {
		width: 200px;
	}	
}
@media (max-width: 1024px) {
	.modal-dialog {
		max-width: 100%;
		margin: 0 auto;
	}
	.modal-dialog-centered {
		min-height: 100% !important;
	}
}

/* 
* @media md
* * * * * * */
@media (max-width: 991px) { 
	.navbar-sticky .navbar-nav .nav-item::before,
	.navbar-sticky .navbar-nav .nav-item:hover::before,
	#navbarDillertal .navbar-nav .dropdown a:hover::before,
	#navbarDillertal .navbar-nav .dropdown a.active::before {
		content: unset;
	}
	.navbar-sticky .navbar-nav .nav-item.active a,
	.navbar-sticky .navbar-nav .dropdown-item a.active
	.navbar-sticky .navbar-nav .nav-item.active a:hover,
	#navbarDillertal .navbar-nav .dropdown .active a,
	#navbarDillertal .navbar-nav .dropdown.active > a {
		text-decoration: underline;
	}
	.content img {
		display: block;
	}	
	.footer-nav {
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.footer-meta {
		text-align: left;	
	}
	.footer .footer-copy, .footer .footer-copy p {
		text-align: left;
	}
	.head-fix .content:nth-child(even) .row .col-image {
		order: unset;
	}	
	.content_catering .col-image {
		order: 2 !important;
	}
	.content_catering .text-box {
		order: 1 !important;
	}
	.content_catering .content-background-sm img {
		position: unset;
		top: unset;
		transform: unset;
		padding-bottom: 45px;		
	} 
	.catering-col-border-mid .tiny {
		padding-left: 5%;
		padding-right: 5%;		
	}
	.catering-col-border-mid .col-border-mid {
		border: 0;
	}
	.catering-col-border-mid .text-box-non,
	.content-catering-buffets .text-box-non {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	/* .content_catering .content-background-image .text-box {
		padding-bottom: 5px;
	} */
	.content_catering .text-box .row .col-12:nth-child(4) {
		display: none;
	}
	.content-catering-buffets .tiny {
		padding-left: 5%;
		padding-right: 5%;			
	}
	.content-catering-buffets .single-price p {
		text-align: left !important;		
	}
	.content-form .content-background-image .content-image {
		min-height: 300px;
		background-position: bottom center;		
		background-image: revert;
	}
	.content-form .content-background-image .content-image img {
		display: none;		
	}
	.content .content-background-sm {
		background-size: cover;
		background-position: center center;		
	}
	.content .content-background-image .content-image {
		background-image: unset !important;
		min-height: auto;
	}		
	.swiper-index {
		max-height: 100%;
	}
	.swiper-index .tiny p {
		display: inline;
	}
	.ui-datepicker-trigger {
		display: none !important;
	}
	.location-content .bg-f6f8f5 {
		background-color: #fff;
	}
	.header .header-text-image {
		max-width: 80%;
	}	

	.modal-body .tiny h2 {
		margin-top: 20px;
	}
	.modal-body .tiny h2:first-child {
		margin-top: 0px;
	}
	.hashtag ul li {
		margin-bottom: 0px;
		margin-left: 30px;
	}
	.hashtag ul li:first-child {
		margin-bottom: 30px;
	}
	.tiny p {
		text-align: unset !important;
	}	
		
}
/* 
* @media sm
* * * * * * */
@media (max-width: 767px) { 
	.h1, h1 {
		font-size: 2em;
	}
	.h2, h2 {
		font-size: 1.7rem;		
	}
	.h4, h4 {
		font-size: 1.3rem;		
	}
	.footer-meta {
		text-align: left;	
	}
	.footer-nav {
		padding-left: 0px;
	}
	.table-buffet {
		display: inline-block;
		width: 100%;
	}
	.table-buffet tbody {
		display: inline-block;
		width: 100%;
	}
	.table-buffet tr {
		display: inline-block;
		width: 100%;
	}

	.table-buffet td {
		display: inline-block;
		/* width: 49.5555%; */
		width: 100%;
	}	
	.tinytiny {
		padding-left: 5%;
		padding-right: 5%;
	}
	.location-box .location-image img {		
		width: 350px;
		margin: 0 auto;			
	}
	.p-hashtag {
		padding-bottom: 0px !important;
	}
	.hashtag ul li {
		margin-bottom: 30px;
	}	
	.modal-content h4 {		
		margin-top: 0px;
		margin-bottom: 0;
	}	
	.modal-header .dptr {
		margin-top: 20px;
	}
	.hashtag.hashtag-button {

	}
	.hashtag.hashtag-button li:first-child,
	.hashtag.hashtag-button ul li:first-child  {
		display: block;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 20px;		
	}
	.hashtag ul li {
		display: block;
		margin-left: 5px;
	}
	.hashtag ul li .center-button {
		transform: unset;
		left: unset;
	}
	.hashtag.hashtag-button ul li .btn-green {
		position: relative;
	}	
	.linknews {
		display: block;				
		margin-top: 40px;		
		padding-left: 5%;	
	}
	.content-news {
		padding-left: 5%;
		padding-right: 5%;		
	}

	
}
/* 
* @media xs
* * * * * * */
@media (max-width: 575px) { 
	.h1, h1 {
		font-size: 1.7em;
	}
	.h2, h2 {
		font-size: 1.4rem;		
	}
	.h4, h4 {
		font-size: 1.2rem;		
	}	
	.content-background-image .content-background-sm {
		/* min-height: 20vh; */
		min-height: 200px;
	}
	.content-background-sm img {
		display: block;
	}
	.text-box-left {
		-ms-flex-order: 2;
		order: 2;		
	}
	.table-buffet {

	}	
	.modal-dialog {
		max-width: 100%;	
	}	
	.modal-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
	.linknews {
		margin-top: 0;
		margin-bottom: 40px;
	}	

}
/* 
* @media i5
* * * * * * */
@media (max-width: 450px) { 
	.navbar-brand {
		display: block;
		margin: 0 auto;	
		width: 100%;
	}
	.navbar-brand img {
		display: block;
		margin: 0 auto;	
	}
	.navbar-toggler {
		display: block;
		margin: 0 auto;		
		padding-bottom: 25px;	
	}

}

/*ipad landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	h1 {
		font-size: 2em;
	}
	.navbar-sticky .navbar-nav .nav-item {
		margin-left: 25px;
	}
	.modal-content h4 {		
		margin-top: 0px;
		margin-bottom: 0;
	}	
	.modal-header .dptr {
		margin-top: 20px;
	}		
}	
/*ipad portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	/*break 991*/
}



iframe {
	border: none;
}



	.never-hide {
		display: block !important;
	}

	.infoblock-markt {
		padding: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
/*		background-color: #d7b874; */
		background-image: url("/media/hintergrund_kachel_brokser_markt.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 25px;
	}

	.infoblock-markt h4 {
		margin-bottom: 30px;
	}

	.infoblock-markt h4, .infoblock-markt p {
		text-align: center;
	}

	#donothing a {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
	}

@media (max-width: 768px) { 

	.content-news h1, .content-news h4, .content-news .tiny p {
		text-align: center !important;
	}

	.content-news .col-12 .dptr {
		margin: 0 auto 20px auto !important;
	}

}

/*
@media (max-width: 1199px) {}
	.navbar-expand-lg .navbar-toggler {
		display: block !important;
	}
}

@media (min-width: 1200px) {}
	.navbar-expand-lg .navbar-toggler {
		display: none !important;
	}
}
*/

	.container-np .btn-group {
		margin-bottom: 30px;
	}




