
	:root {

		--dunkelgruen: #074a34;
		--beige: #eee6dd;
		--irgendwierot: #e38e4f;
		--schriftfarbe1: #000000;
		--schriftfarbe2: #424242;

		--standardschrift: 'Lato', Helvetica, Arial, sans-serif;
		--ueberschrift: 'Lato', Helvetica, Arial, sans-serif;
		--navischrift: 'Lato', Helvetica, Arial, sans-serif;

/*
		--head1: 42px;
		--head2: 32px;
		--head3: 26px;
		--head4: 24px;
*/
		--head1: 40px;
		--head2: 30px;
		--head2minus: 26px;
		--head3: 24px;
		--head4: 22px;
		--head4minus: 20px;
		--head5: 22px;
		--paraplus: 22px;
		--paranorm: 21px;
		--head3plus: 26px;

		--space0: 1.05;
		--space15: 1.15;
		--space25: 1.25;
		--space30: 1.3;
		--space50: 1.5;
		--space75: 1.75;
		--space100: 2;

	}

	body {
		background-color: white;
		color: var(--schriftfarbe1);
		font-family: var(--standardschrift);
		font-weight: 300 !important;
	}

	.fullwidth {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.font-main {
		font-family: var(--standardschrift);
	}

	.font-secondary {
		font-family: var(--standardschrift);
	}

	.font-tertiary {
		font-family: var(--standardschrift);
	}

	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
	}

	h3, h4, h5, h6 {
		font-family: var(--standardschrift) !important;
	}

	h1 {
		font-family: var(--ueberschrift) !important;
		font-size: var(--head1);
		font-weight: 600;
		color: var(--dunkelgruen);
	}

	h2 {
		font-family: var(--ueberschrift) !important;
		font-size: var(--head2);
		font-weight: 500;
		color: var(--dunkelgruen);
	}

	h3 {
		font-family: var(--ueberschrift) !important;
		font-size: var(--head3);
		font-weight: 500;
		color: var(--dunkelgruen);
	}

	h4 {
		font-size: var(--head4);
		font-weight: 500;
		color: var(--schriftfarbe2);
	}

	h5 {
		font-size: var(--head5);
		font-weight: 500;
		color: var(--schriftfarbe2);
	}

	p {
		font-size: var(--paranorm);
		font-weight: 300;
		color: var(--schriftfarbe1);
		line-height: var(--space50);
		margin-bottom: 20px;
	}

	p a {
		color: var(--beige);
		font-weight: 500;
		text-decoration: underline;
	}

	p a:hover, p a:active {
		color: var(--dunkelgruen);
		text-decoration: underline;
	}

	h2.sec-title {
		font-weight: 500;
		padding: 10px 10px 12px 10px;
		min-width: 400px;
		margin: 0;
	}

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

	h2.sec-title {
		min-width: 320px;
	}

}

	@-webkit-keyframes inFader {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}

	@keyframes inFader {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}

	.inFader {
		-webkit-animation-name: inFader;
		animation-name: inFader;
	}

	.fullsize {
		max-width: 100%;
		height: auto;
	}

	.nearly-fullsize {
		max-width: 90%;
		height: auto;
	}

	#video-textbox {
		display: none;
		animation-duration: 1s;
	}

	#video-textbox h2 {
		color: white;
		font-size: 60px;
		font-weight: 500;
	}

	.videooverlay {
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .42);
		z-index: 10;
	}

	.overlay-content {
		padding: 30px 10px;
		background-color: rgba(0, 0, 0, 0);
	}

	.bottom-line {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 8px 0;
		background-color: #e8e8e8;
		z-index: 110;
	}

	.video-content-bottom-social {
		font-size: 36px;
	}

	.video-content-bottom-social a {
		margin-right: 20px;
	}

	.video-content-bottom-social a:last-child {
		margin-right: 0;
	}
	
	.video-content-bottom-phone {
		font-size: 32px;
	}

	.over-phone {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 32px;
		background-color: rgba(255, 255, 255, 0.666);
		z-index: 100;
	}

	.over-phone .phone-number {
		display: inline-block;
		padding: 30px 50px;
		font-size: 36px;
	}

	.over-social {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 30px 50px;
		font-size: 36px;
		z-index: 110;
	}

	.over-eot {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 236px;
		height: 70px;
		z-index: 110;
	}

	.over-social a {
		margin-right: 20px;
	}

	.over-social a:last-child {
		margin-right: 0;
	}

	.eot-fixed {
		position: fixed;
		bottom: 120px;
		right: 0;
		width: 120px;
		height: 240px;
		text-align: right;
		z-index: 999999;
	}

	.eot-fixed img {
		max-width: 120px;
		height: auto;
	}

@media (max-width: 2000px) {

	.over-phone .phone-number {
		padding: 20px 50px;
		font-size: 28px;
	}

	.over-social {
		padding: 20px 50px;
		font-size: 28px;
	}

}

	#home {
		background-color: white;
	}

	.piano .piano-title {
		width: 90px;
	}

	.piano .piano-select:checked + .piano-image {
		width: calc(100% - 540px);
	}

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

	.social-footer {
		margin: 40px 0;
	}

}





/*
**************
	Forsthaus
**************
*/




/*
*****
	Logos
*****
*/

	.section-logo {
/*		margin-top: -130px; 	*/
		margin-top: -200px;
		margin-bottom: 260px;
		position: relative;
	}

	.logo-gross {
		position: absolute;
		top: 0;
		left: calc(50% - 200px);
		max-width: 400px;
		width: auto;
		background: var(--dunkelgruen);
  	}

/* 	Topbar 	*/

	.logo-topbar {
		display: none;
		flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		width: auto;
		position: relative;
		right: 0;
		padding: 0 25px;
		height: 60%;
		cursor: pointer;
		margin-left: calc(50% - 58px);
		margin-right: calc(50% - 58px);
		justify-content: center;
	}

	.logo-topbar-big {
		display: -ms-flexbox;
		display: flex;
		flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		width: auto;
		position: relative;
		right: 0;
		padding: 0px;
		cursor: pointer;
		margin-left: calc(50% - 140px);
		margin-right: calc(50% - 140px);
		justify-content: center;
	}


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

	.logo-topbar {
		display: none;
	}

	.section-logo {
		margin-top: -160px;
		margin-bottom: 210px;
	}

	.logo-gross {
		max-width: 320px;
		left: calc(50% - 160px);
  	}

}





/*
*****
	Hero
*****
*/

/*
	#home {
		min-height: 50vh;
	}
*/

	#home .custom-slider, 
	#home2 .custom-slider {
		z-index: 0;
	}

	#home .custom-slider {
		height: 100vh;
	}

	#home2 .custom-slider {
		height: 75vh;
	}

	.hero-buttcol-left {
		margin-bottom: 30px;
		text-align: center;
		align-items: center;
		justify-content: flex-end;
	}

	.hero-buttcol-center {
		margin-bottom: 30px;
		text-align: center;
		align-items: center;
		justify-content: flex-end;
	}

	.hero-buttcol-right {
		margin-bottom: 20px;
		text-align: center;
		align-items: center;
		justify-content: flex-end;
	}

	.hero-buttcol-left a, 
	.hero-buttcol-center a, 
	.hero-buttcol-right a {
		margin: 0 80px;
	}

	.button-box {
		justify-content: flex-end !important;
		align-items: flex-end !important;
	}

	.button-box .container {
		margin-bottom: 20px;
		max-width: 100%;
	}

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

	.button-box .container {
		margin-bottom: 20px;
	}

	.hero-buttcol-left {
		justify-content: center;
	}

	.hero-buttcol-center {
		justify-content: center;
	}

	.hero-buttcol-right {
		justify-content: center;
	}

}

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

	#home .custom-slider {
		height: 60vh;
	}

	#home2 .custom-slider {
		height: 60vh;
	}

}

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

	#home .custom-slider {
		height: 80vh;
	}

}

	#home .swiper-slide img {
		background-color: rgba(7, 74, 52, .36);
		border: 2px solid white;
		border-radius: 18px;
	}


	.swiper-slide .container {
		flex-direction: row;
		justify-content: center;
	}

	#home2 {
		min-height: 300px;
	}

	.container-home {
		display: flex;
		justify-content: center;
		align-items: center;
	}

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

/*
	#home {
		min-height: 320px;
	}
*/

}

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

/*
	#home {
		min-height: 480px;
	}


	#home2 {
		min-height: 400px;
	}
*/

}

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

/*
	#home {
		min-height: 600px;
	}
*/

}

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

/*
	#home {
		min-height: 800px;
	}

	#home2 {
		min-height: 550px;
	}
*/

}

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

/*
	#home {
		min-height: 1000px;
	}
*/

}

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

/*
	#home {
		min-height: 100vh;
	}
*/

}





/*
*****
	Farben
*****
*/

	.back-col-white {
		background-color: white;
	}

	.back-col-dark {
		background-color: var(--dunkelgruen);
	}

	.back-col-light {
		background-color: var(--beige);
	}

	.front-col-white, .front-col-white * {
		color: white;
	}

	.front-col-dark, .front-col-dark * {
		color: var(--dunkelgruen);
	}

	.front-col-light, .front-col-light * {
		color: var(--beige);
	}

.title-label {
	background-color: white;
	border: 3px solid var(--beige);
	border-radius: 10px;
}



/*
*****
	Ausrichtung
*****
*/

	.text-left {
		text-align: left;
	}

	.text-right {
		text-align: right;
	}

	.text-center {
		text-align: center;
	}

@media (min-width: 576px) {

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

}

@media (min-width: 768px) {

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

}

@media (min-width: 992px) {

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

}

@media (min-width: 1200px) {

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

}



/*
*****
	Button
*****
*/

	.btn-darkgreen {
		background-color: var(--dunkelgruen);
		border: 2px solid white;
		color: white;
		text-decoration: none;
	}

	.btn-darkgreen:hover {
		background-color: white;
		border: 2px solid white;
		color: var(--dunkelgruen);
		text-decoration: none;
	}

	.btn-beige {
		background-color: var(--beige);
		border: 2px solid var(--dunkelgruen);
		color: var(--dunkelgruen);
		text-decoration: none;
	}

	.btn-beige:hover {
		border: 2px solid var(--dunkelgruen);
		background-color: var(--dunkelgruen);
		color: var(--beige);
		text-decoration: none;
	}

	.btn-white {
		background-color: white;
		border: 2px solid var(--dunkelgruen);
		color: var(--dunkelgruen);
		text-decoration: none;
	}

	.btn-white:hover {
		background-color: var(--dunkelgruen);
		border: 2px solid var(--dunkelgruen);
		color: white;
		text-decoration: none;
	}

/*
	.btn-darkgreen {
		background-color: white;
		border: 2px solid var(--beige);
		color: var(--beige);
		text-decoration: none;
	}

	.btn-darkgreen:hover {
		background-color: var(--beige);
		border: 2px solid var(--beige);
		color: white;
		text-decoration: none;
	}

	.btn-lightgreen {
		background-color: white;
		border: 2px solid var(--beige);
		color: var(--beige);
		text-decoration: none;
	}

	.btn-lightgreen:hover {
		background-color: var(--beige);
		border: 2px solid var(--beige);
		color: white;
		text-decoration: none;
	}

	.btn-white {
		background-color: white;
		border: 2px solid var(--beige);
		color: var(--beige);
		text-decoration: none;
	}

	.btn-white:hover {
		background-color: var(--beige);
		border: 2px solid var(--beige);
		color: white;
		text-decoration: none;
	}
*/




	.lg-btn {
		min-width: 250px;
		font-family: var(--standardschrift);
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 500;
		padding: 7px 12px;
		text-decoration: none;
	}

	.btn-trans {
		background-color: rgba(7, 74, 52, .8);
		color: white;
		text-decoration: none;
		padding: 15px 10px 14px 10px;
	}

	.btn-trans:hover {
		background-color: rgba(255, 255, 255, .8);
		color:  var(--dunkelgruen);
		text-decoration: none;
	}

	.btn-outline {
		background-color: rgba(0, 0, 0, .23);
		color: white;
		border: 2px solid white;
		text-decoration: none;
		padding: 15px 10px 14px 10px;
	}

	.btn-outline:hover {
		background-color: rgba(255, 255, 255, .8);
		border: 2px solid white;
		color: black;
		text-decoration: none;
	}

	#home .xl-btn {
		font-size: 26px;
		font-weight: 600;
		min-width: 300px;
		max-width: 300px;
	}

@media (max-width: 575px) {

	#home .xl-btn {
		font-size: 22px;
		font-weight: 600;
		min-width: 300px;
		max-width: 300px;
	}

}





/*
*****
	Footer
*****
*/

	footer {
		color: #3b3b3b;
	}

	footer .t-left {
		padding: 0 0 20px 0;
	}

	footer .t-right {
		padding: 5px 0;
	}

	footer .footernav {
		padding: 15px 0;
		text-align: center;
	}

	footer a {
		padding: 0 20px;
		display: inline;
		color: #3b3b3b;;
	}

	footer a:hover {
		text-decoration: underline;;
	}

	.social-footer {
		margin: 0;
	}





/*
*****
	Rubrik-Teaser Startseite
*****
*/

	.section-teaser-bottom {
		padding-bottom: 120px;
	}

	.portfolio-box {
		overflow: hidden;
		margin-bottom: 4px;
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

/*
	.portfolio-box:nth-child(odd) {
		padding-right: 2px;
	}

	.portfolio-box:nth-child(even) {
		padding-left: 2px;
	}
*/
	.pigbox {
/*		aspect-ratio: 3/2; 	*/
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		margin-left: 8px;
		margin-right: 8px;
	}
/*
	.pigbox:hover {
		background-size: 150% 150%;
	}
*/

	.pigbox-bigbox {
		height: 400px;
		min-height: 400px;
		max-height: 400px;
		margin-bottom: 13px;
	}

	.pigbox-smallbox {
		height: 190px;
		min-height: 190px;
		max-height: 190px;
		margin-bottom: 13px;
	}

	.pigbox-smallbox-top {
		margin-bottom: 17px;
	}

	.pigbox img {
		width: 100%;
		height: auto;
	}

	.pigbox img:hover {
		opacity: 0.8;
	}

	.portfolio-legend {
		width: 100%;
		color: white;
 		padding: 20px;
		height: 90px;
		transition: height 500ms;
	}

	.portfolio-legend h2 {
		margin-top: 65px;
		color: white;
		font-weight: 500;
		text-align: center;
	}

	.pigbox-bigbox .portfolio-legend h2 {
		margin-top: 175px;
	}

	.portfolio-legend p {
		margin-bottom: 20px;
		color: #3c3c3c;
	}

/*
	.portfolio-legend:hover {
		background-color: rgba(7, 74, 52, .8);
		height: 200px;
	}

	.pigbox-bigbox .portfolio-legend:hover {
		height: 400px;
	}
*/

	.pigbox-smallbox:hover .portfolio-legend {
		background-color: rgba(7, 74, 52, .8);
		height: 200px;
	}

	.pigbox-bigbox:hover .portfolio-legend {
		background-color: rgba(7, 74, 52, .8);
		height: 400px;
	}

	.portfolio-legend:hover h2 {
		color: white;
	}


/*
	.portfolio-legend {
		bottom: 0;
		height: auto;
		left: 0;
		padding: 30px;
		position: absolute;
		transform: translateY(0);
		transition: background-color .15s ease-in-out,transform .15s ease-in-out;
		width: 100%;
		background-color: #fe8200;
	}
*/

@media (max-width: 990px) {

	.portfolio-box {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

}





/*
*****
	Navigation
*****
*/

	#navigation:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		z-index: -1;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}

	#navigation.scrolled:before {
		height: 100px;
	}


/*
	.lang-menu {
		display: -ms-flexbox;
		display: flex;
		flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		width: auto;
		position: relative;
		right: 0;
		padding: 0 25px;
		height: 30%;
		cursor: pointer;
		margin-right: 0;
		margin-left: 0;
		justify-content: flex-end;
	}
*/
	.lang-menu {
		position: fixed;
		width: auto;
		top: 0;
		right: 0;
		padding: 0 25px;
		height: 100px;
		cursor: pointer;
		margin: 0;
		z-index: 9999;
	}

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

	.modern-nav .nav-links > .dd-toggle:hover > .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.modern-nav .nav-links .dd-toggle:not(.lg-toggle) .dropdown-menu{
		padding: 10px 0px;
		border-top: 2px solid;
/*		max-height: none !important; 	*/
	}

}

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

	nav .showing {
		background-color: var(--dunkelgruen);
	}

	.dropdown-menu {
		position: absolute;
		z-index: 1000;
		display: none;
		min-width: 10rem;
		padding: .5rem 0;
		margin: 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: .25rem;
	}

	.modern-nav .nav-links .dropdown-menu {
		display: block;
		box-shadow: none !important;
		position: relative !important;
		padding: 0 !important;
		margin: 0 !important;
		background-color: transparent;
		padding: 0;
		left: 0 !important;
		top: 0 !important;
		max-height: 0px;
		overflow: hidden;
		-webkit-transition: max-height 0.3s !important;
		transition: max-height 0.3s !important;
	}

	.modern-nav .nav-menu ul, .modern-nav .nav-menu ul li {
		display: block;
		width: 100% !important;
		max-width: none !important;
		float: none;
	}

	.modern-nav .nav-menu {
		position: fixed;
		width: 260px;
		height: 100%;
		padding: 0;
		left: 0;
		top: 100px;
		z-index: 1;
		overflow-y: auto;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
/*
	.mobile-nb {
		display: -ms-flexbox;
		display: flex;
		flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		width: auto;
		position: relative;
		right: 0;
		padding: 0 25px;
		height: 100%;
		cursor: pointer;
		margin-right: 0;
		margin-left: 0;
		justify-content: flex-start;
	}
*/
	.mobile-nb {
		position: fixed;
		display: flex !important;
		right: inherit !important;
		width: 84px;
		top: 0;
		left: 0;
		padding: 0 25px;
		height: 100px;
		cursor: pointer;
		margin: 0;
		z-index: 9999;
	}

	.modern-nav .nav-menu.animate {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.modern-nav.active .nav-menu {
		-webkit-transition: transform 0.4s;
		-moz-transition: transform 0.4s;
		transition: transform 0.4s;
	}

	.modern-nav.active .mobile-nav-bg.animate {
		opacity: 1;
		visibility: visible;
	}

	.modern-nav.active .mobile-nav-bg {
		display: block;
	}

	.modern-nav .mobile-nav-bg {
		display: none;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		z-index: 0;
		cursor: pointer;
		opacity: 0;
		visibility: visible;
	}

	.modern-nav .nav-container .nav-wrapper .nav-menu .nav-links .nav-link {
		background-color: transparent;
		display: block;
		width: 100%;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		line-height: normal;
		padding: 20px 25px !important;
		letter-spacing: 0px;
		border-top: 1px solid rgba(0,0,0,0.07);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.modern-nav.nav-white .nav-link {
		color: var(--dunkelgruen) !important;
		background: transparent !important;
	}

	.modern-nav.nav-white .nav-menu {
		background-color: #FFFFFF;
	}

	.modern-nav .nav-links .dd-toggle > a::after {
		content: "\e6e2";
		line-height: normal !important;
		font-family: 'themify';
		font-size: 11px !important;
		opacity: 1;
		color: inherit;
		border: none;
		position: absolute;
		right: 15px;
		top: 50% !important;
		-webkit-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		margin-top: 0 !important;
	}

	.modern-nav .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .nav-link {
		padding: 16px 10px 16px 35px !important;
	}

	.modern-nav .nav-links .dropdown-menu .nav-link {
		font-size: 13px;
	}

	.modern-nav .nav-links .dd-toggle:not(.lg-toggle) .dropdown-menu {
		padding: 0px;
		border-top: 0px;
		border-top-color: currentcolor;
/*		max-height: 0px !important; 	*/
		max-height: 0px;
	}

}



	.nav-container {
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.modern-nav.nav-lg {
		height: 100px;
	}

	.nav-link-main {
		padding: 3px 8px;
	}
/*
	.nav-link-main:hover {
		background: rgba(255, 255, 255, .5);
	}
*/
	video {
		min-width: 100vw;
		min-height: 100vh;
	}

	.modern-nav.fixed:not(.scrolled) {
		color: white !important;
/*		background: white !important; 	*/
		border-bottom-color: transparent;
		box-shadow: none !important;
	}

	.nav-firstrow {
		background-color: white !important;
	}
/*
	.nav-wrapper {
		background-color: rgba(7, 74, 52, .8);
		box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.23)
	}

	.scrolled .nav-wrapper {
		background-color: var(--dunkelgruen);
	}
*/

	.nav-container {
/*
		background-color: rgba(7, 74, 52, .8);
		box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.23)
*/
	}

	nav.scrolled .nav-container {
/*
		background-color: var(--dunkelgruen);
		box-shadow: 0px 5px 13px -2px rgba(0, 0, 0, 0.23)
*/
		background-color: transparent !important;
	}

	.modern-nav.nav-white {
		background-color: transparent !important;
		color: black;
	}

	.modern-nav a.logo-topbar img, .footer-logo {
		height: 54px;
		max-height: 54px;
		max-width: 100%;
		width: auto;
	}

	.modern-nav a.logo-topbar-big img {
		width: 280px;
		max-width: 280px;
		max-width: 100%;
		height: auto;
	}

	.modern-nav.scrolled a.logo-topbar {
		display: -ms-flexbox;
		display: flex;
	}

	.modern-nav.scrolled a.logo-topbar-big {
		display: none
	}

	.logo img {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.footernavbar {
		background-color: var(--dunkelgruen);
	}

	.nav-menu li a {
		font-family: var(--navischrift);
		font-weight: 600 !important;
		letter-spacing: 1px;
	}

	.nav-menu > .nav-links > li > .nav-link {
		color: white;
	}

	.footernav a {
		font-family: var(--navischrift);
		font-weight: 600 !important;
		color: white;
	}
/*
	.modern-nav.link-hover-01 .nav-links .nav-link::before, .modern-nav.link-hover-02 .nav-links .nav-link::before {
		height: 5px !important;
		background-color: var(--beige) !important;
	}
*/
.modern-nav.link-hover-01 .nav-links .nav-link::before, .modern-nav.link-hover-02 .nav-links .nav-link::before {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		left: 0;
	display: none;
		background-color: transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	.modern-nav.nav-white .nav-link:hover {
		background: var(--dunkelgruen) !important;
	}

	.modern-nav.link-hover-01 .nav-container .nav-menu .nav-links li:not(.extra-links):hover > a.nav-link:not(.lg), .modern-nav.link-hover-01 .nav-container li.extra-links > a.nav-link:not(.lg):hover, .modern-nav.link-hover-01 .nav-container li.active > a.nav-link:not(.lg), .modern-nav.link-hover-01 .nav-container li > a.nav-link:not(.lg).active {
/*		color: var(--dunkelgruen) !important; 	*/
		color: white !important;
	}

	.modern-nav .nav-links .dropdown-menu {
		border-color: transparent !important;
	}

/*
	.modern-nav.link-hover-01:not(.scrolled) .nav-container .nav-menu .nav-links li:not(.extra-links):hover > a.nav-link:not(.lg), .modern-nav.link-hover-01:not(.scrolled) .nav-container li.extra-links > a.nav-link:not(.lg):hover, .modern-nav.link-hover-01:not(.scrolled) .nav-container li.active > a.nav-link:not(.lg), .modern-nav.link-hover-01:not(.scrolled) .nav-container li > a.nav-link:not(.lg).active {
		color: white !important;
	}
*/

	.modern-nav.nav-white .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu {
		color: var(--dunkelgruen) !important;
		background-color: var(--beige) !important;
	}

	.modern-nav.nav-white .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .nav-link:hover {
		background: var(--dunkelgruen) !important;
		color: white !important;
	}

	.modern-nav.nav-white .nav-container .nav-menu .nav-links .dd-toggle .dropdown-menu .nav-link:hover a {
		color: white !important;
	}

	.modern-nav.nav-white .showing > .nav-link, .modern-nav.nav-white .showing > .nav-link > .nav-link-main {
		color: white !important;
	}

	.hamburger-menu {
		height: 24px;
	}

	.hamburger-menu div {
		height: 3px;
		background-color: white !important;
	}

	.lang-button {
		text-transform: uppercase;
		font-size: 16px;
		float: left;
		margin-top: 35px;
		margin-left: 20px;
		padding: 1px 12px;
		border: 1px solid white;
		border-radius: 10px / 5px;
		background-color: transparent;
		color: white;
	}

	.lang-button-active {
		background-color: white;
		color: var(--dunkelgruen);
	}





/*
*****
	Standard Section (2 Blöcke Text / Bild, Button, wählbare Hintergrundfarben)
*****
*/

	.section-cs-title {
		background-color: transparent;
		margin-top: -35px;
		margin-bottom: -35px;
	}
/*
	.section-content-standard h2.sec-title {
		font-weight: 500;
		padding: 10px 0 12px 0;
		min-width: 400px;
		margin: 0;
	}
*/
	.section-content-pic {
		height: 60vh;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
	}

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

	.section-content-pic {
		height: 50vh;
	}

}

@media (max-width: 991px) {

	.section-content-pic {
		height: 60vh;
	}

	.section-cs-content .container {
		padding-top: 40px !important;
		padding-bottom: 80px !important;
	}

	.cont-col-left {
		text-align: left !important;
	}

	.cont-col-right {
		text-align: left !important;
	}

}











/*
*****
	News Section
*****
*/

	.section-news-top {
		padding-top: 300px;
	}

	.section-news-bottom {
		padding-bottom: 120px;
	}

	.container-newsboxes {
		margin-top: -195px;
	}

	.row-newsboxes {
	}

	.newsbox {
		background-color: white;
	}

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

	.newsbox {
		margin-bottom: 60px;
	}

}

	.newsbox-top {
		height: 195px;
		min-height: 195px;
		max-height: 195px;
		overflow: hidden;
		background-size: 100% auto !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		border-bottom: 5px solid var(--irgendwierot);
	}

	.newsbox-bottom {
		padding: 25px;
	}

	.newsbox-bottom * {
		text-align: center !important;
	}

	.row-news-schlussatz {
		margin-top: 80px;
	}

	.row-news-schlussatz * {
		text-align: center !important;
	}





/*
*****
	Section Übersichtsseiten
*****
*/


	.section-content-overview {
		padding-top: 80px;
		margin-bottom: -60px;
	}

	.overview-pic {
		width: 480px;
		max-width: 100%;
		height: auto;
	}

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

	.section-content-overview * {
		text-align: left !important;
	}

}




	.section-spacer {
		margin-top: 80px;
	}

	.mobile-spacer {
		display: block;
		height: 30px;
	}

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

	.mobile-spacer {
		display: none;
	}

}





/*
*****
	Zimmer Section
*****
*/

	.section-rooms-list-top {
		padding-top: 80px;
	}

	.section-rooms-list-bottom {
		padding-top: 80px;
		padding-bottom: 120px;
	}

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

	.section-rooms-list-top .container {
		padding-bottom: 0px !important;
	}

	.section-rooms-list-bottom {
		padding-top: 0px;
		padding-bottom: 40px;
	}

}

	.container-roomboxes {
	}

	.row-roomboxes {
	}

	.roombox {
		background-color: white;
		margin-bottom: 60px;
	}

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

	.roombox {
	}

}

	.roombox-top {
		height: 315px;
		min-height: 315px;
		max-height: 315px;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		border-bottom: 5px solid var(--irgendwierot);
	}

	.roombox-bottom {
		padding: 25px;
	}

	.roombox-bottom * {
		text-align: center !important;
	}

	.row-zimmer-einleitung {
/*		padding-bottom: 60px; 	*/
	}

	.row-zimmer-einleitung * {
		text-align: center !important;
		color: black !important;
	}

	.h3-roomlist {
		margin-bottom: 5px;
	}

	.h4-roomlist {
		font-size: var(--head4minus);
	}

	#kein_treffer {
		text-align: center;
		display: none;
	}

	.row-filter-zimmer-select {
		margin-top: 30px;
	}

	.col-filter-zimmer {
		text-align: center;
		margin-bottom: 20px;
	}

	.col-filter-zimmer-head {
		font-size: var(--head5);
		font-weight: 500;
		color: var(--schriftfarbe1);
	}

	.row-filter-zimmer-select select {
		background-color: white;
		border: 1px solid var(--schriftfarbe1);
		padding: 8px 12px;
		font-size: var(--paranorm);
		font-weight: 400;
		color: var(--schriftfarbe1);
		min-width: 300px;
	}



/*
*****
	Section Zimmerdetail
*****
*/

	.section-rooms-top {
		padding-top: 80px;
	}

	.section-rooms-bottom {
		padding-top: 0px;
		padding-bottom: 80px;
	}

	.section-rooms-title {
		background-color: transparent;
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.section-rooms-colour {
		background-color: var(--beige);
		padding-top: 95px;
		padding-bottom: 240px;
	}

	.section-rooms-top {
		background-color: transparent;
		margin-top: -360px;
	}

	.section-rooms-bottom {
		background-color: white;
	}

	.col-rooms-pics {

	}

	.col-rooms-services {
		background-color: white;
		padding: 15px 20px;
	}

	.col-rooms-services p {
		margin-bottom: 5px;
	}

	.col-rooms-services p i {
		font-size: 18px;
	}

	.col-rooms-services-head2 {
		margin-top: 15px;
	}

/*
	.col-rooms-desc {
		background-color: white;
		border: 2px solid var(--beige);
		padding: 15px 20px;
	}
*/
	.col-rooms-desc {
		background-color: var(--beige);
		border: 2px solid var(--beige);
		padding: 15px 20px;
	}

	.col-rooms-prices {
		background-color: var(--beige);
		padding: 15px 20px;
	}

	.row-servicebutton {
		margin-top: 30px;
	}

	.row-zimmer-filter {
		margin-top: 30px;
	}

	.col-zimmer-filter {
		margin-bottom: 15px;
	}

	.col-zimmer-filter p {
		font-weight: 500 !important;
	}

	.col-zimmer-filter p a, 
	.col-zimmer-filter p a:hover {
		color: var(--schriftfarbe1);
		text-decoration: none;
	}

	.col-zimmer-filter input {
		width: auto;
	}

	.checkerbox {
		display: inline;
		width: 30px;
	}





/*
*****
	Serviceboxes
*****
*/






/*
*****
	Bildreihe
*****
*/

	.sec-picrow {
		margin: 20px 0;
		background-color: var(--beige);
	}

	.sec-picrow-more-space {
		margin-bottom: 60px;
	}

	.sec-picrow-row {
		padding: 20px 0;
	}

	.sec-picrow-col {

	}




/*
*****
	Galerie
*****
*/

	.sec-gallery {
		margin: 60px 0 240px 0;
		background-color: var(--beige);
	}

	.col-gallery {
		margin-top: -120px;
		margin-bottom: -160px;
	}

	.col-gallery .fotorama__stage {
		border: 5px solid white;
	}

	.col-gallery .fotorama__nav {
		margin-top: -66px;
	}

	.col-gallery .fotorama__nav__frame {
		padding: 5px !important;
	}

	.col-gallery .fotorama__thumb {
		border: 5px solid white;
	}

	.col-gallery .fotorama__thumb-border {
		border-color: var(--dunkelgruen);
display: none;
	}

@media (max-width: 767px) {

	.sec-gallery {
		margin: 120px 0;
	}

	.col-gallery {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.col-gallery .fotorama__nav {
		margin-top: 0;
	}

}

	.fotorama__caption {
		bottom: auto;
		top: 0;
		font-size: 16px;
	}




/*
*****
	Nubsis
*****
*/

	.color-palate {
		background-color: var(--beige);
		-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		position: fixed;
		right: -160px;
		text-align: left;
		top: calc(50vh - 90px);
		transition: all 0.5s ease 0s;
		width: 240px;
		height: 80px;
		z-index: 999;
	}

	.color-palate2 {
		background-color: var(--beige);
		-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
		position: fixed;
		right: -160px;
		text-align: left;
		top: calc(50vh + 10px);
		transition: all 0.5s ease 0s;
		width: 240px;
		height: 80px;
		z-index: 999;
	}

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

	.color-palate, .color-palate2 {
		display: none;
	}

}

	.color-palate-head {
		background-color: var(--beige);
		padding: 12px 0;
	}

	.color-palate-head h6 {
		color: var(--dunkelgruen);
		font-size: 20px;
		font-weight: 600;
		margin: 0px;
		margin-top: 12px;
		margin-left: 80px;
		text-transform: uppercase;
	}

	.color-trigger {
		background: var(--beige) none repeat scroll 0 0;
		cursor: pointer;
		left: 0px;
		position: absolute;
		top: 0;
		width: 80px;
		padding: 16px 0;
		text-align: center
	}

	.color-trigger:before{
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}

	.color-trigger i {
		color: var(--dunkelgruen);
		font-size: 48px;
		font-weight: 600;
		z-index: 10;
	}

	.color-palate.visible-palate {
		right: 0px;
	}










	.room-carousel, 
	.room-carousel .owl-stage-outer, 
	.room-carousel .owl-stage {
		max-height: 600px;
	}

	.room-carousel .item {
		text-align: center;
	}

	.room-carousel .item img {
		max-width: 100% !important;
		width: auto;
		max-height: 100% !important;
		height: auto;
		margin: 0 auto;
	}

	.owl-theme .owl-dots .owl-dot span {
		background: var(--beige);
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: var(--dunkelgruen);
	}

/*
	.owl-carousel .item img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
*/

	.room-carousel .owl-nav {
		position: absolute;
		top: calc(50% - 40px);
		left: 0;
		right: 0;
		z-index: 666666;
	}

	.room-carousel .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		height: 40px;
		width: 40px;
		font-size: 30px;
		border: 2px solid var(--beige);
		background-color: var(--dunkelgruen);
		color: var(--beige);
		font-weight: bold;
		border-radius: 8px;
	}

	.room-carousel .owl-nav button.owl-next {
		position: absolute;
		right: 20px;
		height: 40px;
		width: 40px;
		font-size: 30px;
		border: 2px solid var(--beige);
		background-color: var(--dunkelgruen);
		color: var(--beige);
		font-weight: bold;
		border-radius: 8px;
	}

	.room-carousel .owl-nav button.owl-next span, 
	.room-carousel .owl-nav button.owl-prev span {
		position: absolute;
		display: inline-block;
		top: 2px;
		left: calc(50% - 5px);
	}








/*
	.section-services-colour {
		background-color: var(--beige);
		padding-top: 95px;
		padding-bottom: 240px;
	}

	.section-services-content {
		background-color: transparent;
		margin-top: -360px;
	}
*/

	.section-services-content {
		background-color: var(--beige);
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.servicerow {
		justify-content: center;
	}

	.servicecol {
		position: relative;
		margin: 0px 15px 90px 15px;
		padding: 0px;
/*		background-color: white; */
		border-width: 2px;
		border-style: solid;
		border-image: linear-gradient(
			to bottom, 
			var(--dunkelgruen), 
			rgba(0, 0, 0, 0)
		) 1 100%;
		background: linear-gradient(
			to bottom, 
			white, 
			rgba(0, 0, 0, 0) 110%
		);
	}

	.servicebox {
		margin-top: -2px;
		padding: 75px 15px 10px 15px;
		border-top: 2px solid var(--dunkelgruen);
	}

	.servicebox-header {
		position: absolute;
		top: -50px;
		height: 100px;
		width: 100px;
		border-radius: 50px;
		left: calc(50% - 50px);
		background-color: var(--dunkelgruen);
	}

	.servicebox * {
		text-align: center;
	}

/*
	.servicebox {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		background-color: white;
		margin: 0 20px;
		padding: 5px;
		border-width: 2px;
		border-style: solid;
		border-image: linear-gradient(
			to bottom, 
			var(--dunkelgruen), 
			rgba(0, 0, 0, 0)
		) 1 100%;
	}
*/



	.section-content-book {
		margin-bottom: 120px;
	}




/*
*****
	Listen
*****
*/

	.section-content-standard li {
		padding: 0;
		margin: 0 0 5px 0;
		display: list-item;
		list-style-type: disc;
		list-style-position: outside;
		font-size: var(--paranorm);
		font-weight: 300;
		color: var(--schriftfarbe1);
		line-height: var(--space50);
	}

	.section-content-standard  ul {
		list-style: initial;
		margin: initial;
		padding: 0 0 0 20px;
	}



	.section-content-standard p a {
		color: var(--schriftfarbe1);
	}

	.section-content-standard p a:hover {
		text-decoration: none;
	}



