
	:root {

		--navigationshoehe: 120px;

		--benjesblau1: #1e398f;
		--benjesblau2: #e8ebf4;
		--benjesgruen: #afc300;
		--benjesgrau: #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: 42px;
		--head3: 24px;
		--head4: 22px;
		--head5: 21px;
		--paraplus: 20px;
		--paranorm: 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: 26px;

	}

}

@media (max-width: 991px) {

	:root {

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

	}

}

@media (max-width: 767px) {

	:root {

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

	}

}

@media (max-width: 576px) {

	:root {

		--head1title: 32px;
		--head2: 24px;
		--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(--benjesblau1);
	}

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

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

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

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

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

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

	p a:hover, p a:active {
		color: var(--benjesgruen);
		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;
	}

}

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

	.willy {
		display: none;
	}

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

/*
******************************************************************************************
******************************************************************************************
**************
	Benjes
**************
******************************************************************************************
******************************************************************************************
*/

	.callout {
		width: 80%;
		background: rgba(160, 0, 0, .16);
		border: 2px solid rgb(160, 0, 0); 
		color: rgb(160, 0, 0); 
		padding: 15px;
		margin: 0 auto 20px auto;
		font-weight: bold;
		text-align: center;
	}

	.text-container-spacebox-left {
		padding-right: 30px;
	}

	.text-container-spacebox-right {
		padding-left: 30px;
	}

@media (max-width: 991px) {

	.text-container-spacebox-left, 
	.text-container-spacebox-right {
		padding-left: 0px;
		padding-right: 0px;
	}

}

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

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

	.backdark * {
		color: white;
	}

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

	.backlight * {
	}

	.backgreen {
		background-color: var(--benjesgruen);
		color: white;
	}

	.backgreen * {
		color: white;
	}

	.backgrey * {
		color: white;
	}

	.backwhite {
		background-color: white;
	}

	.backwhite * {

	}

/*
******************************************************************************************
	Ü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(--benjesgruen);
		border-bottom: 3px solid var(--benjesgruen);
	}

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

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

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

	.fullsize-teaser.text-container .colourbox-right h2:after {
		right: 0px !important;
		left: initial !important;
	}

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

	.fullsize-teaser.text-container .colourbox-right h2:after {
		right: 0px !important;
		left: initial !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;
	}

	.text-container h2.no-green-line::after {
		display: none;
	}

/*
******************************************************************************************
	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);
		font-weight: 400;
		line-height: var(--space50);
		color: var(--schriftfarbe1);
	}

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

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

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

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

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

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

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

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

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

	footer {
		background-color: var(--benjesblau1);
		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;
	}

	.footer-picbar {
		margin-top: 30px;
		position: relative;
		height: 500px;
	}

	.footer-picbar::after {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .42) 75%);
		z-index: 1;
	}

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

	.portfolio-legend .container {
		margin: 0 auto;
	}

	.paddy {
		padding: 40px 40px;
	}

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

	.paddy {
		padding: 40px 60px;
	}

}

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

	.paddy {
		padding: 80px 20px;
	}

}

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

	.paddy {
		padding: 80px 40px;
	}

}

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

	.paddy {
		padding: 100px 60px;
	}

}

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

	.paddy {
		padding: 100px 80px;
	}

}

/*
******************************************************************************************
	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);
	}

	.innerhead-picbar {
		height: 40vh;
		min-height: 400px;
	}

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

/*
	.innerhead-picbar {
		margin-top: -120px;
	}
*/

}

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

	.firstpage-header-v2 {
		margin-top: var(--navigationshoehe);
	}

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

	.firstpage-header-claim {
		position: relative;
	}

	.firstpage-header-claim .container {
		height: 80px;
		min-height: 80px;
		max-height: 80px;
		margin: -40px auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--benjesgruen);
	}

	.claim-col {
		font-size: var(--head2);
		font-weight: bold;
		color: white;
		letter-spacing: 2px;
	}

	.claim-col .betont {
		color: var(--benjesblau1);
		text-transform: uppercase;
	}

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

	.firstpage-header-claim .container {
		height: 60px;
		min-height: 60px;
		max-height: 60px;
		margin: -30px auto 0 auto;
	}

}

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

	.firstpage-header-claim .container {
		height: 56px;
		min-height: 56px;
		max-height: 56px;
		margin: 0 auto;
	}

	.claim-col {
		letter-spacing: 1px;
	}

}

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

	.modern-nav.nav-lg {
		height: var(--navigationshoehe);
	}

	.col-logo {
		position: relative;
	}

	.modern-nav a.logo {
		position: absolute;
		top: 10px;
		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(--schriftfarbe1) !important;
		background: white !important;
		border-bottom-color: transparent;
		box-shadow: none !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(--schriftfarbe1) !important;
		background-color: var(--benjesgruen) !important;
	}

	.modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled):not(.extra-links):hover > .nav-link::before, .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled).extra-links > .nav-link:hover::before, .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled) > .nav-link.active::before, .modern-nav.link-hover-01 .nav-links > li:not(.link-hover-disabled).active > .nav-link::before {
		width: calc(100% + 2px);
	}

	.modern-nav.link-hover-01 .nav-links .nav-link::before, .modern-nav.link-hover-02 .nav-links .nav-link::before {
		height: 35px;
		background-color: white;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0s;
		transition: all 0s;
	}

@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(--schriftfarbe1) !important;
		font-weight: 500;
	}

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

	.hamburger-menu {
		height: 19px;
	}

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

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

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

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

}

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

	.teaser-row-top {

	}

	.teaser-row-bottom {
		height: 320px;
		min-height: 330px;
		margin-top: -250px;
	}

	.teaser-box {
		position: relative;
		background-color: white;
		padding: 30px 30px 80px 30px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		height: 100%;
	}

	.teaser-box-bottom {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
	}

	.teaser-box .lg-btn {
		min-width: 200px;
	}

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

	.teaser-box-second, 
	.teaser-box-third {
		padding-top: 90px;
	}

}

/*
******************************************************************************************
	Teaserboxen (zu checken)
******************************************************************************************
*/

	.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(--benjesgruen);
		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;
		text-align: right;
	}

	.the-other-col-end h2 {
		width: 100%;
		text-align: right;
	}

	.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-plus {
		min-height: 450px;
		border-bottom: 2px solid white;
	}

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

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

	.fullsize-teaser .colourbox {
		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 .colourbox-left {
		float: right;
		margin-right: -12px;
	}

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

	.fullsize-teaser .colourbox-right ul, 
	.fullsize-teaser .colourbox-right ul li {
		text-align: left !important;
	}

	.fullsize-teaser .colourbox p {
		padding: 0;
		font-size: var(--paranorm);
		line-height: 1.5;
	}

	.fullsize-teaser .colourbox-right p {
		width: 100%;
	}

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

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

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

@media (min-width: 992px) {

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

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

}

@media (max-width: 1499px) {

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

}

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

	.teaser-form-col {
/*		display: none !important; 	*/
		min-height: 400px;
	}

	.the-other-col-end {
		align-items: flex-start !important;
		text-align: left !important;
	}

	.the-other-col-end h2 {
		width: auto !important;
		text-align: left !important;
	}

	.fullsize-teaser.text-container .colourbox-right h2::after {
		left: 0px !important;
		right: initial !important;
	}

}

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

	.the-other-col-start, 
	.the-other-col-end {
		align-items: center !important;
		text-align: center !important;
	}

	.the-other-col-start h2, 
	.the-other-col-end h2 {
		width: 100% !important;
		text-align: center !important;
	}

	.fullsize-teaser.text-container .colourbox-left h2::after, 
	.fullsize-teaser.text-container .colourbox-right h2::after {
		left: calc(50% - 65px) !important;
	}

}

/*
******************************************************************************************
	Nubsis an der Seite und Icons in Navileiste
******************************************************************************************
*/

	.color-palate {
		background-color: var(--benjesgruen);
		-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: 320px;
/*		top: calc(50vh - 140px); 	*/
		transition: all 0.5s ease 0s;
		width: 240px;
		height: 80px;
		z-index: 999;
	}

	.color-palate2 {
		background-color: var(--benjesblau1);
		-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: 420px;
/*		top: calc(50vh - 40px); 	*/
		transition: all 0.5s ease 0s;
		width: 240px;
		height: 80px;
		z-index: 999;
	}

	.color-palate3 {
		background-color: var(--benjesgruen);
		-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: 520px;
/*		top: calc(50vh + 60px); 	*/
		transition: all 0.5s ease 0s;
		width: 240px;
		height: 80px;
		z-index: 999;
	}

	.social-icons-desktop {
		display: flex;
		width: auto;
		right: 0;
		font-size: 24px;
		font-weight: 600;
		color: var(--benjesblau1);
	}

	.social-icons-desktop i {
		display: inline;
		float: right;
		margin-left: 20px;
	}

	.lupe-oben {
		display: none;
		width: auto;
		margin-right: 20px;
		color: var(--benjesblau1);
	}

	.lupe-oben i {
		font-size: 24px;
		font-weight: 600;
		color: var(--benjesblau1);
	}

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

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

	.lupe-oben {
		display: flex;
		right: 0;
	}

}

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

	.social-icons-desktop {
		display: none;
	}

}

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

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

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

	.color-palate2 .color-palate-head, 
	.color-palate2 .color-trigger {
		background-color: var(--benjesblau1);
	}

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

	.color-trigger i {
		color: white;
		font-size: 48px;
		font-weight: 600;
		z-index: 10;
	}
/*
	.color-palate.visible-palate, 
	.color-palate2.visible-palate {
		right: 0px;
	}
*/
.color-palate2.visible-palate {
	right: 0px;
}

/*
******************************************************************************************
	Offsetbox
******************************************************************************************
*/

	.offsetbox-row {

	}

	.offsetbox-textcol {
		padding: 30px 40px 30px 10px;
	}

	.offsetbox-textcol.offsetbox-text-left {
		padding: 30px 10px 30px 40px;
	}

	.offsetbox-boxcol {
		position: relative;
		padding: 30px 0;
	}

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

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

	.offsetbox-textcol a {
		color: var(--benjesblau1) !important;
	}

/*
	.offsetbox-box {
		margin-top: -100px;
		min-height: 400px;
		position: absolute;
		top: 0;
		z-index: 1;
	}
*/
	.offsetbox-box {
		margin-top: -200px;
		min-height: 300px;
		max-height: 300px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.offsetbox-box img {
		max-height: 200px !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
	}

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

	.offsetbox-box {
		margin-top: -75px;
		min-height: 200px;
		max-height: 200px;
	}

	.offsetbox-textcol {
		padding: 20px;
	}

	.offsetbox-boxcol {
		padding: 0 20px 20px 20px;
		margin-left: 50px;
		margin-right: 50px;
		width: calc(100% - 100px);
	}

	.offsetbox-text-right * {
		text-align: left;
	}

	.offsetbox-box img {
		max-height: 150px !important;
	}

}

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

	.offsetbox-text-left *, 
	.offsetbox-text-right * {
		text-align: center;
	}

}

/*
******************************************************************************************
	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;
	}

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

	.section-map-top {
	}

/*
******************************************************************************************
	Formulare
******************************************************************************************
*/

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

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

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

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

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

	.sec-forms-bottom .container {
		margin-top: -498px;
		margin-bottom: 90px;
		background-color: white;
	}

	.formular-suche {
		display: none;
	}

	.formular-einleitung {
		padding-top: 30px;
		text-align: center;
	}

	#formular-suche-fuermaja, 
	#formular-allgemein-fuermaja {
		display: none;
	}

	#formular-suche-fehler, 
	#formular-allgemein-fehler {
		padding: 30px 0 10px 0;
		display: none;
	}

	#formular-suche-bestaetigung, 
	#formular-allgemein-bestaetigung {
		display: none;
	}

	#form_kontakt_allgemein input[type="radio"], 
	#form_kontakt_allgemein input[type="checkbox"], 
	#form_kontakt_suche input[type="radio"], 
	#form_kontakt_suche input[type="checkbox"] {
		width: auto !important;
		float: left;
		margin: 5px 5px 0 0;
	}



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

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

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

	.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(--benjesblau2);
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 / Slider Startseite
******************************************************************************************
*/

	@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;
		cursor: pointer;
	}

	.news_card_front_pic {
/*
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 100;
*/
		position: relative;
		aspect-ratio: 1920/1440;
		overflow: hidden;
	}

	.news_card_front_pic .news_card_front_price {
		position: absolute;
		bottom: 0;
		right: 0;
		width: auto;
		height: auto;
		padding: 8px 12px;
		font-size: var(--paraplus);
		background-color: var(--benjesblau2);
		font-weight: 600;
		z-index: 1;
		overflow: hidden;
	}

	.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 {
		width: 100%;
		padding: 20px 15px;
		background-color: var(--benjesblau1);
	}

	.angebot-land .news_card_front_title, 
	.angebot-flaechen .news_card_front_title {
		background-color: var(--benjesgruen);
	}

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

		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

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

	.news_card_front_location {
		border-top: 5px solid var(--benjesblau1);
		padding: 15px 10px;
	}

	.news_card_front_location h4 {
		color: var(--benjesblau1);
		font-weight: 500;
	}

	.angebot-land {
		display: none;
	}

/*
******************************************************************************************
	Google Bewertungen
******************************************************************************************
*/

	.eval_box {
		margin: 0 25px;
	}

	.eval_box_top {
		padding: 10px 12px;
		background-color: var(--benjesblau1);
	}

	.eval_box_top * {
		color: white;
		margin-bottom: 0;
	}

	.eval_box_stars {
		padding: 10px 12px;
		background-color: var(--benjesgruen);
	}

	.icon-star {
		color: white;
	}

	.icon_star_dark {
		color: var(--benjesblau1);
	}

	.eval_box_bottom {
		padding: 10px 12px;
	}

/*
******************************************************************************************
	Immo ABC
******************************************************************************************
*/

	.styled-pagination {
		display: inline-block;
	}

	.styled-pagination li {
		margin: 0 10px;
		width: auto;
		float: left;
		margin-bottom: 20px;
		min-width: 50px;
	}
	
	.styled-pagination li a {
		display: inline-block;
		padding: 15px 15px;
		background: var(--benjesgruen);
		font-weight: 600;
		color: white;
		width: 100%;
	}

	.styled-pagination li a.active {
		background: var(--benjesblau1);
	}

	.abc-col {
		padding: 12px 16px;
	}

	.abc-card {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		height: 100%;
		background-color: var(--benjesblau2);
	}

	.abc-card h3, 
	.abc-card h4 {
		color: white;
		background-color: var(--benjesblau1);
		padding: 8px 12px;
	}

	.abc-card p {
		padding: 8px 12px;
	}

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

	.news-block-three .inner-box {
		display: flex;
		flex-direction: column;
		align-items: strecht;
		height: 100%;
		position: relative;
		background-color: var(--benjesblau2);
		padding: 0 0 50px 0;
	}

	.news-block-three .inner-box:hover {
		background-color: var(--benjesgruen);
	}

	.news-block-three .inner-box:hover * {
		color: white;
	}

	.news-block-three .inner-box .post-image {
		aspect-ratio: 600/450;
		overflow: hidden;
	}

	.news-block-three .inner-box h4, 
	.news-block-three .inner-box h5 {
		padding: 10px 15px 0 15px;
	}

	.news-block-three .inner-box .post-text {
		padding: 0 15px 10px 15px;;
	}

	.post-meta {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		display: inline-block;
		background-color: var(--benjesblau1);
		list-style-type: none !important;
		margin: 0;
		padding: 0 !important;
	}

	.post-meta li {
		list-style-type: none !important;
		color: white !important;
		font-weight: 500;
		padding: 10px 15px !important;
	}

	.post-meta li:first-child {
		float: left;
	}

	.post-meta li:last-child {
		float: right;
	}

	.post-meta li .icon {
		margin-right: 10px;;
	}

	.blog-detail .lower-content {
		position: relative;
		padding-bottom: 60px;
	}

	.sidebar-widget {
		margin-bottom: 60px;
	}

	.sidebar-widget.properties-posts {
		background-color: var(--benjesblau2);
	}

	.sidebar-title {
		background-color: var(--benjesblau1);
		padding: 8px 12px 2px 12px;
	}

	.sidebar-title * {
		color: white !important;
	}

	.properties-posts a {
		text-decoration: none;
	}

	.properties-posts p {
		padding: 8px 12px;
	}

	.properties-posts .address {
		background-color: var(--benjesblau1);
		color: white;
		padding: 8px 12px;
	}





/*
******************************************
	Immobilien			!!!!!!!!! ANPASSEN
******************************************
*/





	#objektanfrage input[type="radio"], 
	#objektanfrage input[type="checkbox"] {
		width: auto !important;
		float: left;
		margin: 5px 5px 0 0;
	}

	.immo-ueberblick {
		margin-bottom: 90px;
		border-bottom: 5px solid var(--benjesgruen);
	}

	.immo-ueberblick * {

	}

	.immo-ueberblick h3 {
		text-align: center;
		padding: 12px 15px;
		background-color: var(--benjesgruen);
		color: white;
	}

	.immo-ueberblick-werte {
		padding: 12px 15px;
	}

	.fotorama__stage__frame {
/*		background-color: var(--benjesblau1); 	*/
	}

	.immo-anfrage {
		background-color: var(--benjesblau2);
		margin-bottom: 90px;
	}

	.immo-anfrage h3 {
		color: white !important;
		text-align: center;
		padding: 12px 15px;
		background-color: var(--benjesblau1);
		border-bottom: 2px solid white;
	}







	.property-info-box {
		margin-left: -430px;
		background-color: var(--benjesblau2);
	}

	.property-info-box .inner {
		background-color: var(--benjesblau2);
	}

	.property-info-box li i {
		color: var(--benjesblau1);
	}

	h4.immobilie {
		font-size: 1.5rem;
	}

	.immospacer {
		height: 60px;
	}

	h5.immosub {
		font-weight: bold;
		border-bottom: 1px solid var(--benjesblau1);
		margin: 25px 0 15px 0;
	}

	h5.immoliste {
		font-weight: bold;
		border-bottom: 1px solid var(--benjesblau1);
		margin-top: 0;
	}

	.immobutton {
		width: 100%;
	}

	.energie_legende {
		float: left;
		margin: 0;
		border: 0;
		padding: 8px 0;
		width: 49%;
		max-width: 350px;
		font-weight: bold;
	}

	.energie_wert {
		float: left;
		margin: 0;
		border: 0;
		padding: 8px 0;
		width: 49%;
	}

	.balkenzeichen {
		width: 50px;
		padding: 8px 12px;
		float: left;
		font-weight: bold;
		margin-bottom: 5px;
		margin-right: 5px;
		text-align: center;
	}

	.balkenwert {
		padding: 8px 12px;
		float: left;
		color: white;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.fussnote {
		padding: 25px 0 15px 0;
	}

	.swiper-container {
		width: 100%;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.swiper-slide {
		background-size: cover;
		background-position: center;
	}

	.gallery-top {
		height: 80%;
		width: 100%;
	}

	.gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
	}

	.gallery-thumbs .swiper-slide {
		width: 25%;
		height: 100%;
		opacity: 0.4;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		opacity: 1;
	}

	.property-block-two .inner-box .content-column h3 {
		color: var(--schriftfarbe1);
		border-bottom: 0px !important;
	}

	.property-modern-section .property-block-two {
		margin-bottom: 150px;
	}

	.property-detail .inner-box .text {
		padding-bottom: 0;
		border-bottom: 0px !important;
	}

@media (max-width: 600px) {

	h4.immobilie {
		font-size: 1.3rem;
	}

	.immospacer {
		height: 30px;
	}

}





/*
******************************************************************************************
	Suche 		noch nicht angepasst, derzeit aber auch nicht in Verwendung
******************************************************************************************
*/

    .search_it-modul {
        box-sizing: border-box;
        font-size: 1rem;
		font-family: var(--schriftart2);
        max-width: 640px;
        margin: 0 auto;
        border: 1px solid rgba(0,0,0,0.2);
        padding: 0 2rem 2rem 2rem;
    }

    .search_it-demotitle {
        font-size: 1.2rem;
        font-weight: bold;
        border-bottom: 1px solid  rgba(0,0,0,0.2);
        color: var(--schriftfarbe1);
        margin-bottom: 2rem;
    }

    .search_it-results {
        padding: 0;
        margin: 0;
    }

    .search_it-result {
        background: var(--benjesblau2);
        border: 1px solid var(--benjesblau1);
        padding: 1rem;
        margin: 1rem 0;
        list-style-type: none;
        list-style-position: inline;
    }

    .search_it-title,
    .search_it-title a {
        font-weight: bold;
        color: var(--schriftfarbe1);
    }

    .search_it-result .search_it-teaser {
        color: var(--schriftfarbe1);
    }

    .search_it-result .search_it-url {
        color: var(--schriftfarbe2);
    }

    .search_it-missing_type,
    .search_it-zero {
        background: rgba(180,0,0,0.05);
        padding: 1rem;
        border: 1px solid rgba(255,0,0,0.7);
        margin: 1rem 0;
        color: rgba(255,0,0,0.7);
    }

    .search_it-request,
    .search_it-type {
        font-weight: bold;
    }

	.search_it-result h3 {
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: bold;
		color: var(--benjesblau1);
		border-bottom: 0px;
	}





/*
******************************************************************************************
	Team ohne Flipping Card
******************************************************************************************
*/

	.team-section {

	}

	.col-team {
		margin-bottom: 40px;
		max-width: 400px;
	}

	.team-box {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		height: 100%;
		background-color: var(--benjesblau1);		
	}

	.team-image {
		overflow: hidden;
	}

	.team-image img {
		aspect-ratio: 400/475;
	}

	.team-text {
		padding: 15px 15px;
	}

	.team-text * {
		color: white !important;
	}

	.team-text-top {
		padding-bottom: 20px;
	}

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

	.team-text-bottom {
		border-top: 1px solid white;
		padding: 20px 15px 5px 15px;
	}

	.team-box-top {
		aspect-ratio: 400/475;
	}

	.team-box-pic {
/*		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;
		height: 475px;
		min-height: 475px;
		max-height: 475px;
	}
/*
	.pigbox:hover {
		background-size: 150% 150%;
	}
*/

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

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

	.team-box-pic .team-box-legend h2 {
		margin-top: 175px;
	}

	.team-box-legend p {
		margin-bottom: 40px;
		color: white;
		text-shadow: 1px 1px var(--schriftfarbe1);
	}

	.team-box-legend p.legend-job {
		font-weight: 700;
	}

	.team-box-legend p.legend-quote {
		font-style: italic;
		font-weight: 700;
	}

	.col-team:hover .team-box-legend {
/*		background-color: rgba(175, 195, 0, .69); */
		background-color: rgba(30, 57, 143, .69);
		opacity: 1;
		height: 475px;
	}


/*
*****
	Team: Flipping Card 		ggf. ANPASSEN !!!!!!!!!!!
*****
*/


	.flip-card {
		background-color: transparent;
/*
		width: 400px;
		height: 475px;
*/
		width: 100%;
		aspect-ratio: 16 / 19;
		height: auto;
/* Remove this if you don't want the 3D effect: 	*/
/*		perspective: 1000px; 	*/
	}

/* This container is needed to position the front and back side */

	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 0.8s;
		transform-style: preserve-3d;
	}

/* Do an horizontal flip when you move the mouse over the flip box container */

	.flip-card:hover .flip-card-inner {
		transform: rotateY(180deg);
	}

	.flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.flip-card-front {
		background-color: white;
		color: var(--schriftfarbe1);
	}

	.flip-card-back {
		background-color: var(--benjesblau2);
		color: var(--schriftfarbe1);
		transform: rotateY(180deg);
	}

	.team-row {
		display: flex;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.team-row .team-block {
		display: flex;
		flex: 1 0 auto;
		align-items: stretch;
		flex-direction: row;
	}

	.team-row .team-block .inner-box {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}

	.team-row .team-block .inner-box .lower-box {
		flex-grow: 1;
	}

	.team-block .inner-box .lower-box .designation {
		font-size: var(--schriftgroesse_standard);
		font-family: var(--schriftart2);
		color: var(--benjesblau1);
	}

	.flip-card-back {
		padding: 25px 25px 0 25px;
		font-size: var(--schriftgroesseplus);
		color: var(--benjesblau1);
	}

/*
******************************************************************************************
	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;
	}

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





@media (max-width: 767px) {

	.zweispalt-container {
		max-width: 100% !important;
	}

	.zweispalt-col {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.zweispalt-col p {
		text-align: center !important;
	}

}







