
	:root {

		--belkegruen1: #394d38;
		--belkegruen2: #538435;
		--belkegrau: #333333;
		--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;
*/
		--head1title: 66px;
		--head1: 40px;
		--head2: 30px;
		--head3teaser: 28px;
		--head3: 24px;
		--head4: 22px;
		--head5: 22px;
		--paraplus: 22px;
		--paranorm: 20px;
		--paranormless: 18px;
		--paraminus: 16px;
		--head3plus: 26px;

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

	}
/*
@media (max-width: 1399px) {

	:root {

		--head3teaser: 30px;

	}

}
*/
@media (max-width: 1199px) {

	:root {

		--head3teaser: 25px;

	}

}

@media (max-width: 991px) {

	:root {

		--head1title: 54px;
		--head4: 20px;
		--paraminus: 14px;

	}

}

@media (max-width: 767px) {

	:root {

		--head1title: 42px;
		--head3teaser: 22px;
		--head4: 18px;

	}

}

@media (max-width: 576px) {

	:root {

		--head1title: 32px;
		--head2: 26px;
		--paraplus: 20px;
		--paranorm: 18px;

	}

}

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

	.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: 10px;
	}

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

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

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

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

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

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

	p {
		font-size: var(--paranorm);
		font-weight: 400;
		color: var(--schriftfarbe1);
		margin-bottom: 20px;
	}

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

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

	.umsturz::after {
		content: '\A';
		white-space: pre;    
	}

@media (min-width: 1080px) and (max-width: 1199px) {

	.container, .container-lg, .container-md, .container-sm {
		max-width: 1040px;
	}

}

/*************
	Tiny MCE Images
*************/

	figure {
		max-width: 100%;
	}

	figure img {
		margin: 0 0 0.75 0;
	}

	figure.img-align-left {
		float: left !important;
		margin: 0 1.5em 0 0 !important;
	}

	figure.img-align-center img {
		display: table !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	figure.img-align-right {
		float: right !important;
		margin: 0 0 1.5em !important;
	}

	figure.img-width-small, 
	figure.img-width-small img {
		width: 150px !important;
		max-width: 100% !important;
	}

	figure.img-width-medium, 
	figure.img-width-medium img {
		width: 300px !important;
		max-width: 100% !important;
	}

	figure.img-width-large, 
	figure.img-width-large img {
		width: 600px !important;
		max-width: 100% !important;
	}

	figure.img-width-full, 
	figure.img-width-full img {
		width: 100% !important;
		display: block !important;
		max-width: 100% !important;
	}

	figcaption {
		font-weight: 600;
		font-style: italic;
	}

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

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

	.text-container ul {
		list-style: initial;
		margin: initial;
		padding: 0 0 15px 20px;
	}






/* Check */


	@-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;
	}

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

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

	.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;
	}

}




#team {
	padding-top: 180px;
	padding-bottom: 180px;
}


	.news-tile {
		aspect-ratio: 1.5;
	}

	.news-figure {
		cursor: pointer;
	}




.team-v2 {
	padding-top: 80px !important;
}

.ueberuns-v1 {
	padding-bottom: 180px !important;
}

.ueberuns-v2 {
	padding-top: 180px !important;
	padding-bottom: 180px !important;
}



#newsletter {
	background-color: white;
}


.firstpig {
	min-height: 600px;
}


.secondpig {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 400px;
	z-index: 1;
}

.secondpig::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .42);
	z-index: 1;
}

.mt-400 {
	margin-top: 400px;
}

.headpigcontent {
	position: absolute;
	display: table;
	width: 100%;
	height: 400px;
	z-index: 3;
}

.headpigcontent h1 {
	display: table-cell;
	width: 100%;
	height: 300px;
	padding-top: 100px;
	vertical-align: middle;
	text-align: center;
	font-size: 56px;
	font-weight: bold;
	color: white !important;
	letter-spacing: 1px;
}

#wewantyou {
	border-top: 10px solid #f4f4f4;
}


.containerwidth {
	width: 100%;
	height: auto;
}










/*
**************
	Belke
**************
*/

/*
*****
	Hintergünde
*****
*/

	.backdark {
		background-color: var(--belkegruen1);
		color: white;
	}

	.backdark * {
		color: white;
	}

	.backlight {
		background-color: var(--belkegruen2);
		color: white;
	}

	.backlight * {
		color: white;
	}

	.backgrey {
		background-color: var(--belkegrau);
		color: white;
	}

	.backgrey * {
		color: white;
	}

	.backwhite {
		background-color: white;
	}

	.backwhite * {

	}

	.greenback {
		background-color: var(--belkegruen1);
	}

	.greenback h2 {
		color: white !important;
	}

/*
*****
	Überschrift mit Linie
*****
*/

	.text-container h2 {
		position: relative;
		margin-bottom: 30px;
	}

	.text-container h2:after {
		content: " ";
		position: absolute;
		width: 130px;
		height: 0px;
		bottom: -20px;
		left: calc(50% - 65px);
		border-radius: 3px;
		border-top: 3px solid var(--belkegruen2);
		border-bottom: 3px solid var(--belkegruen2);
	}

	.fullsize-teaser.text-container h2 {
		margin-bottom: 50px !important;
	}

	.leistungstext.text-container h2 {
		margin-bottom: 50px !important;
		color: var(--belkegruen1);
	}

	.fullsize-teaser.text-container h2:after, 
	.leistungstext.text-container h2:after, 
	.sec-blogpage-list-top .text-container h2:after {
		left: 0px !important;
	}

	.text-container .greenback h2:after {
		border-top: 2px solid white;
		border-bottom: 2px solid white;
	}

	.backdark .text-container h2:after, 
	.backlight .text-container h2:after, 
	.backgrey .text-container h2:after, 
	.ukat-section .text-container h2:after {
		border-top: 3px solid white;
		border-bottom: 3px solid white;
	}

/*
*****
	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(--belkegruen1);
		border: 2px solid var(--belkegruen1);
		color: white;
		text-decoration: none;
	}

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

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

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

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

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

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


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

	footer {
		background-color: var(--belkegrau);
		color: white;
	}

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

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

	footer .copyright {
		padding: 15px 0;
	}

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

	footer a {
		padding: 0 20px;
		display: inline;
		color: white;
	}

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

	.social-footer {
		margin: 0;
	}

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

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

	.col-logo {
		position: relative;
	}

	.modern-nav a.logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
		max-width: 270px !important;
		height: auto !important;
		padding-top: 0px;
	}

	.modern-nav a.logo img {
		max-width: 270px !important;
		height: auto !important;
		max-height: none !important;
	}

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

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

	.modern-nav a.logo {
		max-width: 220px !important;
	}

	.modern-nav a.logo img {
		max-width: 220px !important;
	}

}

	.modern-nav .nav-links .nav-link {
		color: var(--belkegruen1) !important;
		font-weight: 600;
	}

	#hamburger-menu {
		float: right;
		width: auto;
	}

	.hamburger-menu {
		height: 19px;
	}

	.hamburger-menu div {
		height: 2px;
		background-color: var(--belkegruen2) !important;
	}

	.modern-nav.fixed.nav-white:not(.details-dark):not(.scrolled) .hamburger-menu div {
		background-color: var(--belkegruen2) !important;
	}

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

	.modern-nav.nav-white .nav-link {
		color: var(--belkegruen1) !important;
		font-weight: 600;
	}

}





/*
*****
	Teaserboxen
*****
*/

	.teaser {
		margin-top: 50px;
	}

	.teaser.negmargin {
		margin-top: -85px;
	}

	.white-border {
		border: 5px solid white;
	}

	.teaser-header {
		min-height: 80px;
	}

	.teaser-header h3 {
		font-size: var(--head3plus);
		margin-bottom: 0;
		padding-top: 20px;
		color: white;
		font-weight: 500;
		text-align: center;
	}

	.teaser-left .teaser-header {
		background-color: var(--belkegruen2);
	}

	.teaser-right .teaser-header {
		background-color: var(--belkegruen1);
	}

	.teaser-content {
		position: relative;
	}

	.teaser-content img {
		max-width: 100%;
	}

	.teaser-button {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.teaser-button a {
		border: 2px solid white;
	}



/*
*****
	Fullsize-Teaser
*****
*/

	.fullsize-teaser .teaser-first-row {
		background-color: var(--belkegruen1);
		min-height: 120px;
	}

	.fullsize-teaser .teaser-first-row div {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.fullsize-teaser .teaser-first-row div.left-title {
		align-items: flex-end;
	}

	.fullsize-teaser .teaser-first-row div.right-title {
		align-items: flex-start;
	}

	.fullsize-teaser .teaser-second-row div.the-other-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.the-other-col-start {
		align-items: flex-start;
	}

	.the-other-col-end {
		align-items: flex-end;
	}

	.fullsize-teaser .teaser-second-row div.the-other-col img {
		max-width: 80%;
		max-height: 90%;
		width: auto;
		height: auto;
	}

	.fullsize-teaser .teaser-first-row h1 {
		color: white;
		margin-bottom: 0;
	}

	.fullsize-teaser .teaser-second-row {
		min-height: 400px;
	}

	.fullsize-teaser .teaser-second-row, 
	.fullsize-teaser .teaser-pic-col {
		background-size: cover;
	}

	.fullsize-teaser .teaser-pic-col {
		background-position: center center;
	}

	.fullsize-teaser .greenbox {
		position: relative;
		width: 80%;
		max-width: 650px;
		padding: 0 60px;
		margin-top: 60px;
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.fullsize-teaser .greenbox-left {
		float: right;
		margin-right: -12px;
	}

	.fullsize-teaser .greenbox-right {
		float: left;
		margin-left: -12px;
	}

	.fullsize-teaser .greenbox p {
		padding: 0;
		color: white;
		font-size: var(--paraplus);
		line-height: 1.5;
	}

	.fullsize-teaser .greenbox p + p {
/*		padding-top: 30px; */
	}

	.greenbox * {
		color: white !important;
	}

	.teaser-pic-show-back-for-lg {
		background-size: 0% 0%;
	}

	.teaser-pic-hide-front-for-lg {
		display: block;
	}

	.fullsize-teaser .teaser-form-col .formbox {
		position: relative;
		width: 80%;
		max-width: 650px;
		padding: 0 60px;
		margin-top: 60px;
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

@media (max-width: 1499px) {

	.fullsize-teaser .greenbox {
		width: 100% !important;
		max-width: 100% !important;
	}

}

@media (max-width: 1199px) {

	.teaser-form-col {
		display: none !important;
	}

}

@media (min-width: 992px) {

	.teaser-pic-show-back-for-lg {
		background-size: cover;
	}

	.teaser-pic-hide-front-for-lg {
		display: none;
	}

}




/*
*****
	Header Innenseite
*****
*/

	.container-title h1 {
		color: white !important;
		font-size: var(--head1title);
		font-weight: 600;
		text-shadow: 1px 1px 4px var(--belkegrau), 
					-1px -1px 4px var(--belkegrau);
	}




/*
*****
	Header Startseite
*****
*/


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

	.off .pigbox {
		aspect-ratio: 2/1;
		overflow: hidden;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}

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

	.off .pigbox img:hover {
		opacity: 0.8;
	}

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

	.off .portfolio-legend h3 {
		margin-bottom: 30px;
		color: white;
		font-weight: 700;
		text-align: center;
	}

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

	.off .portfolio-legend:hover {
		background-color: rgba(83, 132, 53, .75);
	}

	.off .portfolio-legend:hover h3 {
		color: white;
	}

@media (max-width: 990px) {

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

}

	.firstpage-header {
		height: 75vh !important;
		min-height: 550px !important;
	}

@media (max-width: 992px) {

	.firstpage-header {
		min-height: 400px !important;
	}

}


@media (min-aspect-ratio: 16/10) {

	.firstpage-header {
		height: 90vh !important;
	}

}

@media (min-aspect-ratio: 16/9) {

	.firstpage-header {
		height: 100vh !important;
	}

}

	.container-home-center {
		margin-top: 120px;
	}


/*

	.pigbox {
		position: relative;
		aspect-ratio: 2/1;
		overflow: hidden;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		margin-top: 10px;
		margin-bottom: 10px;
		cursor: pointer;
		border: 1px solid white;
	}

	.pigbox::after {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(83, 132, 53, .666);
		transition: background-color 666ms;
		z-index: 1;
	}

	.pigbox:hover::after {
		background-color: rgba(83, 132, 53, 0);
	}	

				.portfolio-legend {
					width: 100%;
					color: white;
					padding: 20px;
					background-color: rgba(83, 132, 53, .75);
					opacity: 1;
					transition: opacity 1500ms;
				}

				.portfolio-legend:hover {
					opacity: 0;
				}


	.portfolio-legend {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 2;
	}

	.portfolio-legend h3 {
		color: white;
		font-size: var(--head3teaser);
		font-weight: 600;
		text-shadow: 1px 1px 4px var(--belkegrau), 
					-1px -1px 4px var(--belkegrau);
	}

	.portfolio-legend .pigbox-icon {
		color: white;
		height: 96px;
		width: auto;
		filter: drop-shadow(1px 1px 3px var(--belkegrau));
	}


@media (max-width: 1199px) {

	.portfolio-legend .pigbox-icon {
		height: 80px;
	}

}

*/

	.pigbox {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		margin-top: 10px;
		margin-bottom: 10px;
		cursor: pointer;
		border: 1px solid white;
		width: 640px;
		max-width: 100%;
		aspect-ratio: auto;
		height: 80px;
		background-image: none !important;
		align-items: center;
	}

	.pigbox.rightbox {
		float: right;
	}

	.pigbox::after {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(83, 132, 53, .666);
		transition: background-color 666ms;
		z-index: 1;
	}

	.pigbox:hover::after {
		background-color: rgba(255, 255, 255, .42);
	}	

	.portfolio-legend {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 2;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.portfolio-legend h3 {
		color: white;
		font-size: var(--head3teaser);
		font-weight: 600;
		margin-bottom: 0px !important;
		text-align: left;
		text-shadow: 1px 1px 4px var(--belkegrau), 
					-1px -1px 4px var(--belkegrau);
	}

	.portfolio-legend .pigbox-icon {
		color: white;
		width: auto;
		height: 60px;
		margin: 0 20px;
		filter: drop-shadow(1px 1px 3px var(--belkegrau));
	}

	.container-home-center {
		margin-bottom: 10px;
	}

	.portfolio-legend .umsturz::after {
		content: ' ';
		white-space: normal;    
	}

/*
*****
	UNterkategorien als Blöcke
*****
*/

	.blockbox {
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		margin: 0 auto 20px auto;
		cursor: pointer;
		width: 600px;
		max-width: 100%;
		background-color: var(--belkegruen2);
		height: 100%;
	}

	.blockbox * {
		color: white !important;
	}

	.blockbox-top {
		background-color: var(--belkegruen1);
		font-size: var(--head2);
		font-weight: 700;
		text-align: center;
		padding: 20px 25px;
		border-bottom: 1px solid white;
	}

	.blockbox-bottom {
		padding: 20px 20px 0 20px;
	}

	.blockbox-bottom ul {
/*
		width: calc(50% - 60px);
		margin: 0 50px;
*/
		width: calc(100% - 120px);
		margin: 0 60px;
		float: left;
		padding: 0 0 10px 0;
	}

	.blockbox-bottom ul li {
		color: white !important;
	}

	.blockbox-bottom div div {
		min-height: 35px;
		height: auto;
	}

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

	.blockbox-bottom ul li {
/*
		font-size: var(--paranormless);
*/
	}

	.blockbox-bottom ul {
/*
		width: calc(50% - 40px);
		margin: 0 20px;
*/
		width: calc(100% - 60px);
		margin: 0 30px;
	}

}

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

	.blockbox-bottom ul {
		width: calc(100% - 80px);
		margin: 0 40px;
	}

}

/*
*****
	Kategorielisten
*****
*/

	.ukat-section {
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
/*
	.ukat-section::before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.ukat-section.bright20 {
		backdrop-filter: brightness(0.2);
	}

	.ukat-section.bright30 {
		backdrop-filter: brightness(0.3);
	}

	.ukat-section.bright40 {
		backdrop-filter: brightness(0.4);
	}

	.ukat-section.bright50 {
		backdrop-filter: brightness(0.5);
	}

	.ukat-section.bright60 {
		backdrop-filter: brightness(0.6);
	}

	.ukat-section.bright70 {
		backdrop-filter: brightness(0.7);
	}

	.ukat-section.bright80 {
		backdrop-filter: brightness(0.8);
	}
*/
	.ukat-section * {
		color: white;
	}

	.ukat-row {

	}

	.ukat-col {
		display: flex;
		align-items: stretch;
		justify-content: center;
		cursor: pointer;
	}

	.ukat-box {
		width: 100%;
		padding: 20px 10px;
		text-align: center;
		color: white;
		background-color: var(--belkegruen2);
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}

	.ukat-box:hover {
		background-color: white;
	}

	.ukat-box:hover h4 {
		color: var(--belkegruen2) !important;
	}

	.ukat-box h4 {
		margin-bottom: 0;
	}










/*
*****
	Service
*****
*/

	.sec-service-top {
		padding-top: 150px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.sec-service-top .container {
		margin-bottom: -40px;
	}

	.sec-service-bottom {
		padding-top: 60px;
		padding-bottom: 30px;
	}






/*
*****
	Blog
*****
*/

/* Blogseite Details */

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

	.blog-section h2 {
		text-align: center;
	}

	.blog-title-prevnext a {
		font-size: var(--paraminus) !important;
		text-decoration: none;
	}

	.blog-last-row {
		background-color: var(--belkegruen2);
		padding: 10px 0;
	}

	.blog-col-author {
		padding: 0 10px;
		color: white;
		text-align: left;
	}

	.blog-col-date {
		padding: 0 10px;
		color: white;
		text-align: right;
	}

@media (max-width: 575px) {

	.blog-col-date {
		text-align: left;
	}

}

/* Blogseite Liste */


	.sec-blogpage-list-top {
		padding-top: 90px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.sec-blogpage-list-top .container {
		margin-bottom: -40px;
	}

	.sec-blogpage-list-bottom {
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.blogpage-list-secondrow {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.blogpage-list-date {
		font-size: var(--paranorm);
		padding-top: 10px;
		padding-left: 20px;
	}

	.blogpage-list-button {
		text-align: right;
		padding-right: 20px;
	}

	.sec-blogpage-list-top h2 {
		font-size: var(--head3);
	}

	.blogpage-list-firstrow {

	}

	.blogpage-list-secondrow {

	}

	.blogpage-list-firstcol {

	}

	.blogpage-list-secondcol {

	}

	.blogpage-list-thirdcol {

	}

	.blogpage-list-fourthcol {

	}

@media (max-width: 1199px) {

	.sec-blogpage-list-bottom .lg-btn {
		min-width: 160px !important;
	}


}

@media (max-width: 991px) {

	.sec-blogpage-list-top {
		padding-top: 60px;
	}

	.blogpage-list-firstcol {
		text-align: center;
	}

	.blogpage-list-thirdcol {
		display: none;
	}

	.blogpage-list-thirdrow {
		padding-top: 50px;
	}

}

/* Startseite */


	.sec-blog-list-top .abstandspalte {
		padding-top: 50px;
		padding-bottom: 150px;
	}

	.sec-blog-list-bottom .container {
		margin-top: -240px;
		margin-bottom: 90px;
	}

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

	.blogteaser-pic img {
		border-bottom: 9px solid var(--belkegruen1);
	}

	.blogteaser-text {
		margin-left: 1px;
		width: calc(100% - 2px);
		background-color: white;
		text-align: center;
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3) !important;
/*
		border-left: 1px solid var(--belkegruen2);
		border-right: 1px solid var(--belkegruen2);
		border-bottom: 1px solid var(--belkegruen2);
*/
		padding-bottom: 30px;
	}

	.sec-blog-list-bottom h3 {
		color: var(--belkegruen2);
		text-align: center;
		padding: 20px 20px;
	}

	.sec-blog-list-bottom p {
		text-align: center;
		padding: 0px 20px 20px 20px;
	}

	.blogteaser-text .lg-btn {
		background-color: white;
		color: var(--belkegruen2);
	}

	.blogteaser-text .lg-btn:hover {
		color: white;
		background-color: var(--belkegruen2);
	}

	.link-blogseite {
		margin-top: 60px;
		text-align: center;
	}





/*
*****
	Zeitstrahl
*****
*/

	.sec-timeline {
		margin-top: 60px;
		margin-bottom: 60px;
		box-sizing: border-box;
	}

	.sec-timeline .timeline-firstline {
		color: var(--belkegruen2);
		text-align: center;
		padding-bottom: 3px;
	}

	.sec-timeline .timeline-lastline {
		color: var(--belkegruen2);
		text-align: center;
		font-size: 24px;
		margin-top: -3px;
	}

	.sec-timeline .timeline-container {
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		position: relative;
	}

/* Die zentrale gestrichelte Linie */

	.sec-timeline .timeline {
		position: relative;
		padding: 20px 0;
	}

	.sec-timeline .timeline::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 2px;
		margin-left: -1px;
    /* Gestrichelte Linie */
		background-image: linear-gradient(to bottom, var(--belkegruen2) 50%, rgba(255,255,255,0) 0%);
		background-position: top;
		background-size: 2px 20px;
		background-repeat: repeat-y;
	}

/* Container für jeden Eintrag */

	.sec-timeline .timeline-item {
		width: calc(50% - 35px);
		min-height: 150px;
		padding: 0 10px 0 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.sec-timeline .timeline-item.timeline-left {
		padding: 0 0 0 10px;
	}

/* Abwechselnd links und rechts */

	.sec-timeline .timeline-left {
		left: 2px;
		text-align: right;
		border-right: 10px solid var(--belkegruen2);
	}

	.sec-timeline .timeline-right {
		left: calc(50% + 25px);
		text-align: left;
		border-left: 10px solid var(--belkegruen2);
	}

/* Verbindungslinie (horizontal) */

	.sec-timeline .timeline-item::after {
		content: '';
		position: absolute;
		top: 50%;
		width: 30px;
		height: 2px;
/*		background-color: #333; 	*/
		z-index: 1;
	}

	.sec-timeline .timeline-left::after {
		right: -40px; /* Hälfte der Linienbreite */
		background-color: var(--belkegruen2);
	}

	.sec-timeline .timeline-right::after {
		left: -33px; /* Hälfte der Linienbreite */
		background-color: var(--belkegruen2);
	}

/* Inhalt der Boxen */

	.sec-timeline .timeline-right {
		flex-direction: row;
		justify-content: flex-start;
	}

	.sec-timeline .timeline-left {
		flex-direction: row-reverse;
		justify-content: flex-start;
	}

	.sec-timeline .timeline-right .timeline-pic {
		height: 150px;
		width: 150px;
		margin: 0 15px 0 0;
	}

	.sec-timeline .timeline-left .timeline-pic {
		height: 150px;
		width: auto;
		margin: 0 0 0 15px;
	}

	.sec-timeline .timeline-pic img {
		width: 100%;
		max-width: 150px;
		height: auto;
		max-height: 150px;
	}

	.sec-timeline .timeline-text {
		display: inline-block;
		max-width: calc(100% - 170px);
	}

	.sec-timeline .timeline-date {
		font-weight: bold;
		color: white;
		display: block;
		margin-bottom: 15px;
	}

	.sec-timeline .timeline-date span {
		font-size: var(--paraplus);
		font-weight: 600;
		color: white;
		padding: 7px 12px;
	}

	.sec-timeline .timeline-left .timeline-date span {
		background-color: var(--belkegruen2);
	}

	.sec-timeline .timeline-right .timeline-date span {
		background-color: var(--belkegruen2);
	}

	.sec-timeline .timeline-text p {
		margin-bottom: 2px;
	}

/* --- Responsives Verhalten (Handy) --- */

@media (max-width: 991px) {

	.sec-timeline .timeline::before {
		left: 20px;
	}

	.sec-timeline .timeline-item {
		width: 100%;
		left: 48px;
		padding-left: 0px !important;
		padding-right: 10px !important;
		text-align: left;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.sec-timeline .timeline-text {
		max-width: calc(100% - 180px);
	}

	.sec-timeline .timeline-left::after, .sec-timeline .timeline-right::after {
		left: -35px;
		width: 25px;
	}

	.sec-timeline .timeline-left {
		border-right: 0;
		border-left: 10px solid var(--belkegruen2);
		flex-direction: row;
	}

	.sec-timeline .timeline-left .timeline-pic {
		height: 150px;
		width: auto;
		margin: 0 15px 0 0;
	}

	.sec-timeline .timeline-firstline {
		text-align: left;
		padding-left: 22px;
	}

	.sec-timeline .timeline-lastline {
		text-align: left;
		padding-left: 8px;
	}

}

@media (max-width: 576px) {

	.sec-timeline .timeline-item {
		min-height: 120px;
	}

	.sec-timeline .timeline-firstline, 
	.sec-timeline .timeline-lastline, 
	.sec-timeline .timeline-container {
		width: 82%;
		margin: 0 auto;
	}

	.sec-timeline .timeline-firstline {
		padding-left: 21px;
	}

	.sec-timeline .timeline-left .timeline-pic, 
	.sec-timeline .timeline-right .timeline-pic {
		width: 120px;
		height: 120px;
	}

	.sec-timeline .timeline-left .timeline-pic img, 
	.sec-timeline .timeline-right .timeline-pic img {
		max-width: 120px;
		max-height: 120px;
	}

	.sec-timeline .timeline-text h4 {
		font-size: var(--paraplus);
	}

	.sec-timeline .timeline-text p {
		font-size: var(--paraminus);
	}

	.sec-timeline .timeline-date span {
		font-size: var(--paranorm);
		padding: 5px 10px;
	}

}

/*
*****
	Slider allgemein und Team
*****
*/

	.owl-stage {
		display: flex;
		align-items: stretch;
		justify-content: center;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 20px;
		height: 20px;
		margin: 5px 7px;
		background: var(--belkegruen2);
		border-radius: 40px;
		border: 2px solid var(--belkegruen1);
	}

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

	.news-carousel .owl-item {
		background-color: var(--belkegruen2);
		display: flex;
		align-items: stretch;
	}

	.news-carousel .item {
		position: relative;
		width: 100%;
	}

/*
*****
	Team
*****
*/

	.sec-team-top {
		padding-top: 30px;
	}

	.sec-team-top h2 {
		margin-bottom: 30px;
	}

	.sec-team-top * {
		text-align: center;
	}

	.sec-team-top .abstandspalte {
		padding-top: 50px;
		padding-bottom: 450px;
	}

	.sec-team-bottom .container {
		margin-top: -498px;
		margin-bottom: 90px;
	}

	.team-pic {
		text-align: center;
		border-left: 1px solid var(--belkegruen1);
		border-top: 1px solid var(--belkegruen1);
		border-right: 1px solid var(--belkegruen1);
		width: 100%;
	}

	.team-text {
		background-color: var(--belkegruen2);
		text-align: center;
		padding-bottom: 30px;
		border: 1px solid var(--belkegruen2);
		padding-bottom: 75px;
	}

	.sec-team-bottom h3 {
		color: white;
		text-align: center;
		padding: 20px 10px 15px 10px;
		margin-bottom: 0;
	}

	.sec-team-bottom p {
		color: white;
		text-align: center;
		padding: 0px 10px 10px 10px;
		margin-bottom: 0;
	}

	.team-mail {
		positioN: absolute;
		bottom: 0;
		width: 100%;
		padding: 15px;
		text-align: center;
		border: 1px solid var(--belkegruen2);
		background-color: white;
	}

	.team-mail a {
		font-size: var(--paranorm);
		color: var(--belkegruen2);
		text-decoration: none;
	}

	.team-mail a:hover {
		text-decoration: underline;
	}







/*
*****
	Google Maps
*****
*/

	.section-map-top {
		padding-top: 0px;
	}

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

	.section-map-title {
		background-color: transparent;
	}

	.section-map-colour {
		background-color: var(--belkegruen1);
		padding-bottom: 60px;
		padding-top: 300px;
		margin-top: -300px;
	}

	.section-map-top {
		background-color: transparent;
	}

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



/*
*****
	Kontaktbereich
*****
*/

	.colour-wrapper {

	}

	.colour-wrapper .halfbox {
		position: relative;
		display: flex;
		flex-direction: row;
	}

	.colour-wrapper .halfbox-left {
		justify-content: flex-end;
	}

	.colour-wrapper .halfbox-right {
		justify-content: flex-start;
		margin-left: -12px;
	}

	.colour-wrapper .contactbox {
		position: relative;
		width: 95%;
		max-width: 650px;
		padding: 0;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.colour-wrapper .halfbox-left .contactbox {
		float: left;
		padding-right: 40px;
	}

	.colour-wrapper .halfbox-right .contactbox {
		float: right;
		padding-left: 40px;
	}

	.colour-wrapper .contactbox p, 
	.colour-wrapper .contactbox h4 {
		text-align: center;
	}

	.colour-wrapper .contactrow {
		padding: 5px 0 0 0;
	}

	.colour-wrapper .contactcol, 
	.colour-wrapper .contactcol * {
		font-size: var(--paranorm);
	}

	.colour-wrapper .contactcol {
		width: 50%;
	}

	.colour-wrapper .contactcol-left {
		float: left;
	}

	.colour-wrapper .contactcol-right {
		float: right;
		text-align: right;
	}

@media (max-width: 991px) {

	.colour-wrapper .halfbox {
		justify-content: center !important;
	}

	.colour-wrapper .halfbox-left .contactbox {
		clear: left;
		padding-left: 20px;
		padding-right: 20px;
	}

	.colour-wrapper .halfbox-right .contactbox {
		clear: right;
		padding-left: 20px;
		padding-right: 20px;
	}

}




























/*
*****
	Accordion
*****
*/

	.acc-bar {
		background-color: var(--belkegruen1);
	}

	.acc-bar * {
		color: white;
	}

	.acc-bar .ti-plus.ti-changed-symbol::before {
		font-weight: bold;
		content: "\e649" !important;
	}

	.acc-bar .ti-minus.ti-changed-symbol:before {
		font-weight: bold;
		content: "\e64b" !important;
	}



/*
*****
	Gallery
*****
*/

	.sec-gallery {
		margin: 160px 0;
		background-color: var(--belkegruen2);
	}

	.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(--belkegruen1);
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;
	}

}



/*
*****
	Newsblöcke
*****
*/

	@keyframes slideUp {

		from {
			transform: translateY(100%);
		}
		to {
			transform: translateY(0%);
		}

	}

	#news {
		margin: 0 0 120px 0;
	}

	.newsliste {

	}

	.news-carousel {

	}

	.news-carousel .item {
		position: relative;
		cursor: pointer;
	}

	.news-carousel .nolink-item {
		cursor: inherit;
	}

	.news_card_front {
		position: relative;
	}

	.news_card_front_pic {
/*
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 100;
*/
	}

	.news_card_front_pic img {
		position: relative;
	}

	.news_card_front_title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 15px;
		background-color: var(--belkegruen2);
		z-index: 105;
	}

	.news_card_front_title * {
		color: white !important;
		font-size: var(--head3);
		font-family: var(--ueberschrift);
		font-weight: bold;
		line-height: var(--space25);
		text-align: center;
	}

	.news_card_back {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 30px 25px;
		background-color: rgba(69, 118, 76, .84);
		font-weight: 500;
		text-align: center;
		z-index: 110;
/*		animation: slideUp 300ms forwards; */
		display: none;
	}

	.news_card_back h5 {
		font-weight: 500;
	}

	.news_card_back h1,
	.news_card_back h2,
	.news_card_back h3,
	.news_card_back h4,
	.news_card_back h5,
	.news_card_back h6,
	.news_card_back p {
		color: white !important;
		text-align: center;
	}

	.news_card_back a {
		display: block;
		width: auto;
		margin-top: 20px;
		padding: 10px 15px;
		background-color: white;
		color: var(--belkegruen1) !important;
		font-size: var(--paraplus);
		font-weight: bold;
	}

	.newsbox-detail .modal-body {
		text-align: left;
	}

	.newsbox-detail .modal-body img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

@media (min-width: 576px) {

	.newsbox-detail .modal-dialog {
		margin: 2rem auto;
	}

}

@media (min-width: 992px) {

	.newsbox-detail .modal-dialog {
		max-width: 800px;
	}

}

	.owl-nav {
		position: absolute;
		top: calc(50% - 50px);
		left: -50px;
		width: calc(100% + 100px);
		z-index: -1;
	}

	.owl-nav span {
		color: var(--belkegruen2);
		font-weight: bold;
		font-size: 96px;
		width: 50px;
	}

	.owl-nav .owl-prev {
		float: left;
	}

	.owl-nav .owl-next {
		float: right;
	}

	.owl-nav .owl-prev span {
		text-align: left;
	}

	.owl-nav .owl-next span {
		text-align: right;
	}

	.owl-theme .owl-nav [class*="owl-"]:hover {
		background: transparent !important;;
	}




/*
*****
	Kontaktformular
*****
*/

	.sec-contact-text {
		margin: 30px 0 0 0;
	}

	.sec-contact-form {
		margin: 30px 0 60px 0;
	}

	.form-head {
		background-color: var(--belkegruen1);
		padding: 30px 20px 80px 20px;
		text-align: center;
	}

	.form-head p {
		font-size: var(--paraplus);
		font-weight: bold;
		color: white;
	}

	.form-content {
		margin-top: -66px;
	}



/*
*****
	Kontaktformular
*****
*/

	.sec-downloads {
		margin: 30px 0 60px 0;
	}



/*
*****
	Kontaktformular
*****
*/

	.sec-video {
		margin: 30px 0 60px 0;
	}








/*
*****
	ÜBERTRAGEN...
*****
*/

	.container-home {
		margin-bottom: 90px;
	}





	.box_temp_desktop {
		color: var(--belkegruen1);
		text-align: right;
		margin-top: 20px;
		margin-right: 60px;
	}

	.box_temp_mobil {
		color: white;
		text-align: left;
		width: auto;
		float: left;
	}









	.sec-downfiles {
/*		margin: 60px 0 80px 0; */
		margin: 0 0 80px 0;
		background-color: var(--belkegruen2);
	}

	.sec-downfiles .container {
		background-color: var(--belkegruen2);
		padding: 40px 0;
	}

	.greenbox-dl-row {
	}

	.greenbox-dl-col {
		position: relative;
	}

	.greenbox-dl-box {
/*
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -60px;
*/
		background-color: var(--belkegruen1);
		border: 5px solid white;
	}

	.greenbox-dl-box-link {
		padding: 15px 15px;
		text-align: center;
	}

	.greenbox-dl-box-link a {
		color: white;
		font-weight: bold;
	}

	.greenbox-dl-box-link a:hover {
		color: var(--belkegruen2);
	}


