/*
XS	
SM	@media (min-width: 576px)
MD	@media (min-width: 768px)
LG	@media (min-width: 992px)
XL	@media (min-width: 1200px)
XXL	@media (min-width: 1400px)
*/

:root {
	--koellnitz-color-white:	#FFFFFF;
	--koellnitz-color-black:	#000000;
	
	--koellnitz-color-eggshell:	#FAF5EC;
	--koellnitz-color-green:	#649670;
	--koellnitz-color-darkgreen:#3E5D45;
	--koellnitz-color-orange:	#E36A32;
	--koellnitz-color-petrol:	#3C787E;
	
	--koellnitz-color-text:		#333333;
	
	--koellnitz-font-family-europa:	Europa, sans-serif;
	--koellnitz-font-family-roboto:	Roboto, sans-serif;
}
.koellnitz-font-europa {
	font-family: var(--koellnitz-font-family-europa) !important;
}
.koellnitz-font-europa-regular {
	font-family: var(--koellnitz-font-family-europa) !important;
	font-weight: 500 !important;
}
.koellnitz-font-europa-bold {
	font-family: var(--koellnitz-font-family-europa) !important;
	font-weight: 700 !important;
}
.koellnitz-font-roboto {
	font-family: var(--koellnitz-font-family-roboto) !important;
}

.koellnitz-font-15 {
	font-size: 15px !important;
}
.koellnitz-font-16 {
	font-size: 16px !important;
}
.koellnitz-font-18 {
	font-size: 18px !important;
}
.koellnitz-font-19 {
	font-size: 19px !important;
}
.koellnitz-font-22 {
	font-size: 22px !important;
}
.koellnitz-font-24 {
	font-size: 24px !important;
}
.koellnitz-font-30 {
	font-size: 30px !important;
}
.koellnitz-fw-100 {
	font-weight: 100 !important;
}
.koellnitz-fw-200 {
	font-weight: 200 !important;
}
.koellnitz-fw-300 {
	font-weight: 300 !important;
}
.koellnitz-fw-400 {
	font-weight: 400 !important;
}
.koellnitz-fw-500 {
	font-weight: 500 !important;
}
.koellnitz-fw-600 {
	font-weight: 600 !important;
}
.koellnitz-fw-700 {
	font-weight: 700 !important;
}
.koellnitz-fw-800 {
	font-weight: 800 !important;
}
.koellnitz-fw-900 {
	font-weight: 900 !important;
}

.koellnitz-text-justify {
	text-align: justify;
}
.koellnitz-text-balance {
	text-wrap-style: balance;
}

.koellnitz-text-white {
	color: var(--koellnitz-color-white) !important;
}
.koellnitz-text-eggshell {
	color: var(--koellnitz-color-white) !important;
}
.koellnitz-text-green {
	color: var(--koellnitz-color-green) !important;
}
.koellnitz-text-orange {
	color: var(--koellnitz-color-orange) !important;
}
.koellnitz-text-petrol {
	color: var(--koellnitz-color-petrol) !important;
}
.koellnitz-text-text {
	color: var(--koellnitz-color-text) !important;
}
.koellnitz-bg-white {
	background-color: var(--koellnitz-color-white) !important;
}
.koellnitz-bg-green {
	background-color: var(--koellnitz-color-green) !important;
}
.koellnitz-bg-orange {
	background-color: var(--koellnitz-color-orange) !important;
}
.koellnitz-bg-eggshell {
	background-color: var(--koellnitz-color-eggshell) !important;
}
.koellnitz-bg-petrol {
	background-color: var(--koellnitz-color-petrol) !important;
}



body {
	background-color: var(--koellnitz-color-eggshell);
	color: var(--koellnitz-color-text);
	font-family: "Crimson Pro", sans-serif;
	font-size: 15px;
}
@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}


/*****
/*	HEADER
/****/

#koellnitz-header-hero {
	min-height: 60dvh;
	height: 60dvh;
	max-height: 60dvh;
	border-bottom: 3px solid var(--koellnitz-color-green);
	box-sizing: content-box;
}

#koellnitz-header-hero #koellnitz-header-hero-media,
#koellnitz-header-hero #koellnitz-header-hero-logo {
	min-height: 60dvh;
	height: 60dvh;
	max-height: 60dvh;
	width: 100%;
	overflow: hidden;
}
#koellnitz-header-hero #koellnitz-header-hero-media::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
}
#koellnitz-header-hero #koellnitz-header-hero-media.koellnitz-hero-is-video::after {
	display: none;
}
#koellnitz-header-hero #koellnitz-header-hero-media video,
#koellnitz-header-hero #koellnitz-header-hero-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	/* mix-blend-mode: multiply; */
}
#koellnitz-header-hero #koellnitz-header-hero-logo-img {
	object-fit: contain;
	width: 306px;
	opacity: 0;
	transition: opacity 2s 3s;
}

#koellnitz-header-navbar {
	background-color: var(--koellnitz-color-eggshell);
}

#koellnitz-header-navbar-toggler-wrapper {
	background-color: var(--koellnitz-color-green);
	text-align: center;
	width: 100%;
	margin: -8px 0px;
	padding: 8px 0px;
	box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.21)
}
#koellnitz-header-navbar-toggler-wrapper .navbar-toggler {
	color: var(--koellnitz-color-eggshell);
	border-radius: 0;
	border: 0;
}
@media (min-width: 768px) {
	#koellnitz-header-navbar {
		border-bottom: 3px solid var(--koellnitz-color-green);
	}
}
.navbar-toggler:focus {
	box-shadow: none;
}
#koellnitz-header-navbar-toggler-wrapper .navbar-toggler .hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: var(--koellnitz-color-eggshell) !important;
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
	transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger-inner.is-arrow::before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger-inner::after {
	bottom: -10px;
	transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger-inner.is-arrow::after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
}

#koellnitz-header-navbar .navbar-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--koellnitz-color-green);
}
#koellnitz-header-navbar #koellnitz-header-navbar-background {
	height: 100dvh;
	position: absolute;
	width: 100vw;
	background-image: var(--koellnitz-header-navbar-background);
	mix-blend-mode: multiply;
	opacity: 0.5;
}
#koellnitz-header-navbar #koellnitz-header-navbar-inner-wrapper {
	height: 100dvh;
	overflow-y: hidden;
	position: relative;
}
#koellnitz-header-navbar #koellnitz-header-navbar-inner-inner-wrapper {
	min-height: 100dvh;
}
#koellnitz-header-navbar .navbar-brand {
	filter: invert();
	margin: 25px 0px 15px;
}
#koellnitz-header-navbar .navbar-brand img {
	width: 66px;
	height: 66px;
	object-fit: contain;
	object-position: center center;
}
@media (min-width: 768px) {
	#koellnitz-header-navbar .navbar-collapse {
		position: static;
		background-color: inherit;
		display: flex;
	}
	#koellnitz-header-navbar #koellnitz-header-navbar-inner-wrapper {
		height: auto;
		overflow-y: visible;
	}
	#koellnitz-header-navbar #koellnitz-header-navbar-inner-inner-wrapper {
		min-height: auto;
	}
	#koellnitz-header-navbar .navbar-brand {
		filter: none;
		margin: 0px 20px 0px 0px;
	}
	#koellnitz-header-navbar .navbar-brand img {
		width: 50px;
		height: 50px;
	}
}

#koellnitz-header-navbar ul.navbar-nav {
	font-size: 15px;
	font-family: var(--koellnitz-font-europa-regular);
	font-weight: 500;
	width: 240px;
}
#koellnitz-header-navbar ul.navbar-nav a.nav-link {
	color: var(--koellnitz-color-white);
	padding: 13px 20px;
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
}
#koellnitz-header-navbar ul.navbar-nav li.nav-item:hover a.nav-link {
	color: var(--koellnitz-color-black);
	background-color: var(--koellnitz-color-white);
}
#koellnitz-header-navbar ul.navbar-nav a.nav-link.active {
	color: var(--koellnitz-color-white);
	background-color: var(--koellnitz-color-orange);
}
#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu {
	position: absolute;
	border: 0;
	border-radius: 0px 0px 3px 3px;
	background-color: var(--koellnitz-color-eggshell);
	padding: 0;
	overflow: hidden;
	margin-top: -3px;
	left: 0px;
	right: 0px;
}
#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item {
	font-size: 15px;
	padding: 13px 20px;
	text-align: center;
}
#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item:hover,
#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item.active {
	color: var(--koellnitz-color-white);
	background-color: var(--koellnitz-color-orange);
}

@media (min-width: 768px) {
	#koellnitz-header-navbar ul.navbar-nav {
		width: auto;
	}
	#koellnitz-header-navbar ul.navbar-nav a.nav-link {
		color: var(--koellnitz-color-black);
		font-size: 15px;
	}
	#koellnitz-header-navbar ul.navbar-nav li.nav-item:not(:first-child) a.nav-link {
		margin-left: 7.5px;
	}
	#koellnitz-header-navbar ul.navbar-nav li.nav-item:not(:last-child) a.nav-link {
		margin-right: 7.5px;
	}
	#koellnitz-header-navbar ul.navbar-nav li.nav-item:hover a.nav-link,
	#koellnitz-header-navbar ul.navbar-nav a.nav-link.active {
		color: var(--koellnitz-color-white);
		background-color: var(--koellnitz-color-green);
	}
	#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu {
		border-radius: 3px;
		box-shadow: rgba(0,0,0,0.25) 0 0 25px 0;
		margin-top: 5px;
		left: 7.5px;
		right: auto;
	}
	#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item {
		text-align: left;
	}
	#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item:hover,
	#koellnitz-header-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item.active {
		color: var(--koellnitz-color-white);
		background-color: var(--koellnitz-color-green);
	}
}

#koellnitz-header-navbar .koellnitz-social {
	padding: 15px 0px 25px;
}
.koellnitz-social svg {
	height: 35px;
	width: 35px;
	fill: var(--koellnitz-color-eggshell);
}






/*****
/*	MAIN
/****/

#koellnitz-main {
	position: relative;
	width: 100%;
	display: inline-block;
	padding-bottom: 25px;
}
@media (min-width: 768px) {
	#koellnitz-main {
		padding-bottom: 75px;
	}
}
#koellnitz-main::before {
	background-image: var(--koellnitz-main-background);
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.25;
	mix-blend-mode: multiply;
}

#koellnitz-main .koellnitz-main-title {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 700;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0px;
	margin: 0px;
}
@media (min-width: 768px) {
	#koellnitz-main .koellnitz-main-title {
		font-size: 45px;
		padding: 90px 0px;
	}
}

#koellnitz-main h3 {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	#koellnitz-main h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

#koellnitz-main a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid; 
}
#koellnitz-main a:hover {
	border-bottom-color: transparent; 
}

.koellnitz-modular-module {
}
.koellnitz-modular-module + .koellnitz-modular-module {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.koellnitz-modular-module + .koellnitz-modular-module {
		margin-top: 50px;
	}
}

.koellnitz-module-title {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.koellnitz-module-title {
		font-size: 30px;
	}
}

.koellnitz-template-text-2-col {
	column-count: 1;
}
@media (min-width: 768px) {
	.koellnitz-template-text-2-col {
		column-count: 2;
		column-gap: 20px;
	}
}

.koellnitz-template-text-with-image {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.koellnitz-template-text-with-image > img {
	border-radius: 5px;
	max-width: 100%;
	width: 100%;
	max-height: 80dvh;
	object-fit: cover;
}
.koellnitz-template-text-with-image > div {
	text-align: justify;
}
.koellnitz-template-text-with-image > div.koellnitz-image-fadeshow {
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 100%;
	border-radius: 5px;
}
.koellnitz-template-text-with-image > div.koellnitz-image-fadeshow > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity var(--koellnitz-image-fadeshow-fadetime);
}
.koellnitz-template-text-with-image > div.koellnitz-image-fadeshow > img.show {
	opacity: 1;
}
@media (min-width: 992px) {
	.koellnitz-template-text-with-image {
		flex-wrap: nowrap;
	}
	.koellnitz-template-text-with-image > img {
		max-width: 55%;
		width: 55%;
	}
	.koellnitz-template-text-with-image > .koellnitz-image-position-start {
		order: -1;
	}
	.koellnitz-template-text-with-image > div.koellnitz-image-fadeshow {
		--koellnitz-fadeshow-size: min(80vw,80dvh,500px);
		min-width: var(--koellnitz-fadeshow-size);
		width: var(--koellnitz-fadeshow-size);
		max-width: var(--koellnitz-fadeshow-size);
		min-height: var(--koellnitz-fadeshow-size);
		height: var(--koellnitz-fadeshow-size);
		max-height: var(--koellnitz-fadeshow-size);
	}
}

.koellnitz-template-tile-link-single {
	display: flex;
	flex-direction: column;
	background-color: var(--koellnitz-color-green);
	border-radius: 10px;
	padding: 25px;
	color: var(--koellnitz-color-white);
	position: relative;
}
.koellnitz-template-tile-link-single::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: var(--koellnitz-template-tile-link-single-background);
	background-size: cover;
	/* background-position: center center; */
	mix-blend-mode: multiply;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	opacity: 0.1;
}
.koellnitz-template-tile-link-single > * {
	margin: 0px;
}
.koellnitz-template-tile-link-single h3 {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.koellnitz-template-tile-link-single {
		padding: 40px;
	}
}

.koellnitz-template-tile-link-double {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	
	color: var(--koellnitz-color-white);
	text-shadow: 0px 0px 14px var(--koellnitz-color-black);
}
.koellnitz-template-tile-link-double > div {
	width: 100%;
	height: 450px;
	padding: 40px;
	border-radius: 10px;
	background-image: var(--koellnitz-template-tile-link-double-background);
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.koellnitz-template-tile-link-double {
		flex-wrap: nowrap;
	}
}
.koellnitz-template-tile-link-double a {
	display: inline-block;
	border: 2px solid var(--koellnitz-color-white) !important;
	background-color: #0000009C;
	border-radius: 25px 25px 25px 25px;
	padding: 15px 30px;
	font-family: var(--koellnitz-font-family-roboto);
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
}

.koellnitz-template-tile-link-triple {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--koellnitz-color-white);
}
.koellnitz-template-tile-link-triple > div {
	width: 100%;
	/* height: 450px; */
	padding: 25px;
	text-align: center;
	border-radius: 10px;
	background-color: var(--koellnitz-color-green);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.koellnitz-template-tile-link-triple > div:nth-child(2) {
	flex-direction: row-reverse;
}
.koellnitz-template-tile-link-triple > div::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: var(--koellnitz-template-tile-link-triple-background);
	/* background-size: cover; */
	/* background-position: center center; */
	mix-blend-mode: multiply;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	opacity: 0.1;
}
.koellnitz-template-tile-link-triple h3 {
	position: relative;
	font-size: 21px !important;
	line-height: 21px !important;
	margin: 0px;
}
.koellnitz-template-tile-link-triple a {
	border: none !important;
}
.koellnitz-template-tile-link-triple .koellnitz-template-tile-link-triple-links {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.koellnitz-template-tile-link-triple .koellnitz-template-tile-link-triple-links a {
	display: block;
	height: 40px;
	width: 40px;
	background-color: var(--koellnitz-color-eggshell);
	border-radius: 50% 50%;
	padding: 10px;
}
.koellnitz-template-tile-link-triple .koellnitz-template-tile-link-triple-links a svg {
	display: block;
	height: 20px;
	width: 20px;
	fill: var(--koellnitz-color-green);
}
@media (min-width: 768px) {
	.koellnitz-template-tile-link-triple {
		flex-wrap: nowrap;
	}
	.koellnitz-template-tile-link-triple > div {
		min-height: 200px;
		flex-direction: column !important;
		justify-content: center;
		padding: 40px;
	}
	.koellnitz-template-tile-link-triple .koellnitz-template-tile-link-triple-links {
		margin-top: 10px;
	}
}

.koellnitz-template-tile-link-septuple {
}
.koellnitz-template-tile-link-septuple .card {
	position: relative;
	background-color: var(--koellnitz-color-green);
	border-radius: 5px;
	height: -webkit-fill-available;
	height: stretch;
	margin-bottom: 24px;
	color: var(--koellnitz-color-eggshell);
	text-align: center;
	padding: 25px;
	border: none;
}
.koellnitz-template-tile-link-septuple .card.koellnitz-template-tile-link-septuple-seventhcard {
	background-color: var(--koellnitz-color-petrol);
}
.koellnitz-template-tile-link-septuple .card::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: var(--koellnitz-template-tile-link-septuple-background);
	mix-blend-mode: multiply;
	opacity: 0.5;
}
.koellnitz-template-tile-link-septuple .card img {
	height: min(150px,25dvh);
	object-fit: contain;
	position: relative;
}
.koellnitz-template-tile-link-septuple .card .card-body {
	position: relative;
}
.koellnitz-template-tile-link-septuple .card .card-body h3 {
	font-size: 20px !important;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.koellnitz-template-tile-link-septuple .card .card-body div {
	text-wrap-style: balance;
}

.koellnitz-template-map {
}
.koellnitz-template-map #koellnitz-map {
	height: 67dvh;
	position: relative;
	outline-style: none;
}
.koellnitz-template-map #koellnitz-map .koellnitz-map-marker .koellnitz-map-marker-triangle {
	position: absolute;
	left: 4px;
	top: 37.33333px;
	z-index: -1;
	width: 0px;
	height: 0px;
	border-color: transparent;
	border-style: solid;
	border-left-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-top-width: 30.66667px;
	border-top-color: var(--koellnitz-color-green);
}
.koellnitz-template-map #koellnitz-map .koellnitz-map-marker .koellnitz-map-marker-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: var(--koellnitz-color-green);
}
.koellnitz-template-map #koellnitz-map .koellnitz-map-marker .koellnitz-map-marker-inner {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--koellnitz-color-white);
	display: inline-block;
	vertical-align: middle;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: var(--koellnitz-map-marker-inner-background);
	background-color: transparent;
	filter: invert();
}

.koellnitz-template-team-tile {
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-bottom: 24px;
	background-color: var(--koellnitz-color-eggshell);
	height: -webkit-fill-available;
	height: stretch;
}
.koellnitz-template-team-tile .card-img-wrapper {
	background-color: var(--koellnitz-color-green);
}
.koellnitz-template-team-tile .card-img-top {
	height: 50dvh;
	object-fit: cover;
}
.koellnitz-template-team-tile .card-img-top.koellnitz-template-team-tile-placeholder {
	opacity: 0.21;
	object-fit: contain;
	width: 144px;
	display: block;
	margin: 0px auto;
}
.koellnitz-template-team-tile .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.koellnitz-template-team-tile .card-body h3 {
	font-size: 15px !important;
}
.koellnitz-template-team-tile .card-body div {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 400;
	font-size: 15px;
	color: #777777;
}
@media (min-width: 768px) {
	.koellnitz-template-team-tile .card-body h3 {
		font-size: 18px !important;
	}
	.koellnitz-template-team-tile .card-body div {
		font-size: 16px;
	}
}

.koellnitz-template-fixed-button {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--koellnitz-color-green) !important;
	color: var(--koellnitz-color-white) !important;
	border-radius: 9999px;
	border: 2px solid var(--koellnitz-color-eggshell) !important;
	font-family: var(--koellnitz-font-family-roboto);
	font-weight: 500;
	font-size: 15px;
	padding: 15px 30px;
	z-index: 1;
	height: 15px;
	line-height: 15px;
	box-sizing: content-box;
	white-space: nowrap;
}

.koellnitz-template-image-carousel {
}
.koellnitz-template-image-carousel.slick-dotted.slick-slider {
	margin-bottom: 60px;
}
.koellnitz-template-image-carousel .slick-list {
	margin-left: calc(-1 * var(--koellnitz-template-image-carousel-gap));
	margin-right: calc(-1 * var(--koellnitz-template-image-carousel-gap));
}
.koellnitz-template-image-carousel .koellnitz-template-image-carousel-slide {
	margin-left: var(--koellnitz-template-image-carousel-gap);
	margin-right: var(--koellnitz-template-image-carousel-gap);
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 1.5;
}
.koellnitz-template-image-carousel .koellnitz-template-image-carousel-slide img {
	object-fit: cover;
	object-position: center center;
	height: 100%;
}
.koellnitz-template-image-carousel .slick-dots li {
	margin: 0px;
}
.koellnitz-template-image-carousel .slick-dots li button:before {
	color: var(--koellnitz-color-orange);
	opacity: 0.2;
}
.koellnitz-template-image-carousel .slick-dots li.slick-active button:before {
	color: var(--koellnitz-color-orange);
	opacity: 1;
}

.koellnitz-template-opening-hours {
	position: relative;
	background-color: var(--koellnitz-color-green);
	color: var(--koellnitz-color-white);
}
.koellnitz-template-opening-hours::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.5;
	background-image: var(--koellnitz-template-opening-hours-background);
}
.koellnitz-template-opening-hours > div {
	padding-top: 35px;
	padding-bottom: 35px;
}
.koellnitz-template-opening-hours .text-center.rounded {
	border: 2px solid var(--koellnitz-color-white);
	padding: 35px 10px;
	width: 320px;
}
.koellnitz-template-opening-hours a {
	border-bottom: none !important;
}

.koellnitz-template-hofladen-menu-bubbles {
}
.koellnitz-template-hofladen-menu-bubbles .koellnitz-template-hofladen-menu-bubbles-item {
}
.koellnitz-template-hofladen-menu-bubbles .koellnitz-template-hofladen-menu-bubbles-image-wrapper {
	width: 250px;
	height: 250px;
}

.koellnitz-template-voucher {
	position: relative;
}
.koellnitz-template-voucher-label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 25px;
	color: var(--koellnitz-color-white);
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
}
.koellnitz-template-voucher-label > div {
	text-transform: uppercase;
	text-align: center;
}
.koellnitz-template-voucher-label > a {
	line-height: 40px;
	background-color: var(--koellnitz-color-white);
	color: var(--koellnitz-color-orange) !important;
}
.koellnitz-template-voucher > img {
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
}
@media (min-width: 992px) {
	.koellnitz-template-voucher-label {
		font-size: 45px;
		line-height: 45px;
	}
	.koellnitz-template-voucher > img {
		height: auto;
		object-fit: contain;
	}
}

.koellnitz-template-directions {
}

.koellnitz-template-shop-events {
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event {
	padding: 15px;
	background-color: var(--koellnitz-color-white);
	display: flex;
	gap: 15px;
	justify-content: space-between;
}
.koellnitz-template-shop-events > .row > div + div {
	margin-top: 10px;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-date-name-stock-wrapper {
	display: flex;
	gap: 15px;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-date {
	border-radius: 5px;
	border: 1px solid #00000020;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	font-family: var(--koellnitz-font-family-roboto);
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-date-month {
	color: var(--koellnitz-color-green);
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	padding: 3px;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-date-day {
	border-style: solid;
	border-color: #00000020;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 20px;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-date-year {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	padding: 3px;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-name-stock-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	column-gap: 10px;
	row-gap: 5px;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-name {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
}
@media (min-width: 768px) {
	.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-name {
		font-size: 20px;
		line-height: 20px;
	}
}
@media (min-width: 1200px) {
	.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-name {
		font-size: 25px;
		line-height: 25px;
	}
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-stock {
	font-family: var(--koellnitz-font-family-roboto);
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 5px;
	border-radius: 5px;
	color: var(--koellnitz-color-white);
	background-color: var(--koellnitz-color-petrol);
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-stock.koellnitz-fully-booked {
	background-color: var(--koellnitz-color-orange);
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-price-wrapper {
	display: flex;
	align-items: center;
}
.koellnitz-template-shop-events .koellnitz-template-shop-events-event .koellnitz-template-shop-events-event-price {
	font-family: var(--koellnitz-font-family-roboto);
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	background-color: var(--koellnitz-color-green);
	color: var(--koellnitz-color-white);
	border-radius: 5px;
}

.koellnitz-template-banner-fine-dining {
}
.koellnitz-template-banner-fine-dining-wrapper {
	position: relative;
	display: flex;
	padding: 20px;
	flex-direction: column;
	justify-content: end;
}
.koellnitz-template-banner-fine-dining .koellnitz-template-banner-fine-dining-image-wrapper {
}
.koellnitz-template-banner-fine-dining .koellnitz-template-banner-fine-dining-image {
	height: auto;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.koellnitz-template-banner-fine-dining .koellnitz-template-banner-fine-dining-text-wrapper {
	position: relative;
}
@media (min-width: 768px) {
	.koellnitz-template-banner-fine-dining-wrapper {
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.koellnitz-template-banner-fine-dining-wrapper {
		flex-direction: row;
	}
	.koellnitz-template-banner-fine-dining .koellnitz-template-banner-fine-dining-image-wrapper {
		position: absolute;
		width: 40%;
		left: 40%;
		top: -5%;
		bottom: -5%;
	}
	.koellnitz-template-banner-fine-dining .koellnitz-template-banner-fine-dining-image {
		height: 100%;
		width: auto;
		transform: translateX(calc(-100% - 30px));
	}
	.koellnitz-template-banner-fine-dining .koellnitz-template-banner-fine-dining-text-wrapper {
		width: 60% !important;
	}
}






/*****
/*	FOOTER
/****/

#koellnitz-footer-border {
	border-top: 3px solid var(--koellnitz-color-orange);
}

#koellnitz-footer-newsletter {
	background-color: var(--koellnitz-color-petrol);
	/* border-top: 3px solid var(--koellnitz-color-orange); */
	color: var(--koellnitz-color-eggshell);
	padding: 50px 35px;
	position: relative;
}
#koellnitz-footer-newsletter-background {
	background-image: var(--koellnitz-footer-newsletter-background);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.15;
}
@media (min-width: 768px) {
	#koellnitz-footer-newsletter-background {
		background-size: 445px auto;
		background-position: 0% 0px;
	}
}
@media (min-width: 1200px) {
	#koellnitz-footer-newsletter-background {
		background-position: 76% -53px;
	}
}

#koellnitz-footer-newsletter-title {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: var(--koellnitz-fw-500);
	font-size: 25px;
}
#koellnitz-footer-newsletter-text {
	font-size: 15px;
}
@media (min-width: 768px) {
	#koellnitz-footer-newsletter-title {
		font-size: 30px;
	}
	#koellnitz-footer-newsletter-text {
		font-size: 18px;
	}
}

#koellnitz-footer-info {
	background-color: var(--koellnitz-color-green);
	border-top: 1px solid var(--koellnitz-color-eggshell);
	color: var(--koellnitz-color-eggshell);
	padding: 25px;
}
@media (min-width: 1200px) {
	#koellnitz-footer-info {
		padding: 35px;
	}
}
#koellnitz-footer-info > div > .row > div {
	text-align: center;
	border-style: solid;
	border-color: var(--koellnitz-color-eggshell);
	border-width: 0px;
	padding: 0px 20px;
}
#koellnitz-footer-info > div > .row > div:not(:last-child) {
	border-bottom-width: 1px;
}
#koellnitz-footer-info > div > .row > div:not(:first-child) {
	padding-top: 25px;
}
@media (min-width: 768px) {
	#koellnitz-footer-info > div > .row > div:not(:last-child) {
		border-bottom-width: 0px;
	}
	#koellnitz-footer-info > div > .row > div:last-child {
		border-top-width: 1px;
		margin-top: 25px;
	}
	#koellnitz-footer-info > div > .row > div:nth-child(1),
	#koellnitz-footer-info > div > .row > div:nth-child(2) {
		border-right-width: 1px;
	}
	#koellnitz-footer-info > div > .row > div:not(:last-child) {
		padding-top: 0px;
	}
}
@media (min-width: 1200px) {
	#koellnitz-footer-info > div > .row > div {
		text-align: left;
	}
	#koellnitz-footer-info > div > .row > div:nth-child(3) {
		border-right-width: 1px;
	}
	#koellnitz-footer-info > div > .row > div:last-child {
		border-top-width: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}
}
#koellnitz-footer-info a {
	color: var(--koellnitz-color-eggshell);
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 500;
	text-decoration: none;
}

#koellnitz-footer-legal {
	font-family: var(--koellnitz-font-family-europa);
	font-weight: 500;
	font-size: 15px;
	padding: 25px 10px;
}
#koellnitz-footer-legal a {
	color: var(--koellnitz-color-black);
	padding: 0;
}