/********************
*      Modules      *
********************/
section{
	position: relative;
	width:100%;
}

.opacity_0{
	opacity: 0;
}

.display_none{
	display:none !important;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs{
	background:transparent !important;
}

.rsBullets{
	position:absolute !important;
	bottom:0 !important;
}



/* form */

.wpcf7 form .wpcf7-not-valid-tip{
	margin-top: 5px;
    position: relative;
    font-size: 0.8rem;
    padding: 6px 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    margin-bottom:0;
}

.wpcf7 form .wpcf7-response-output{
    position: relative;
    font-size: 0.8rem;
    padding: 6px 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    margin:0;
    margin-top:10px;
}

.wpcf7 form.sent .wpcf7-response-output{
	color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.wpcf7-form{
	display:table;
	width:100%;
}

:-ms-input-placeholder,
::-ms-input-placeholder{
	color:gray;
}

.form_item{
	display: flex;
    flex-direction: column;
    margin-bottom:20px;
}

.form_container{
	display:flex;
	gap:0 50px;
}

.form_item,
.wpcf7-form-control{
	width:100%;
}

.wpcf7-form-control{
	padding:5px 0;
}

.form_container .form_item_select .wpcf7-form-control{
	padding:3px 0;
}

.form_item [data-name="ihr_anliegen"] .wpcf7-not-valid-tip{
	margin-top:-5px;
}

.form_submit{
	position: relative;
}

.wpcf7-form .form_submit .wpcf7-spinner{
	margin: 0;
    left: calc(50% - 12px);
	top: calc(50% - 12px);
    position: absolute;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin:0;
}

.wpcf7-acceptance{
	padding:0;
	border:none;
}


@media screen and (max-width: 768px) {
	.form_container{
	    flex-direction: column;
	}
}

/* end form */




/************************************************************************************************************************************/

/********************
*       Fonts       *
********************/

@font-face {
	font-family: 'Marten';
	src: url('../fonts/Marten Regular.otf') format('opentype');
	font-weight: 400;
}

@font-face {
	font-family: 'Catamaran';
	src: url('../fonts/Catamaran-Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Catamaran';
	src: url('../fonts/Catamaran-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Catamaran';
	src: url('../fonts/Catamaran-SemiBold.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'Catamaran';
	src: url('../fonts/Catamaran-Bold.ttf') format('truetype');
	font-weight: 700;
}

/************************************************************************************************************************************/

/****************************
*       Custom Styles       *
****************************/

:root {
	--primeBtnBackgroundColor: #1e1e1e;
	--secBtnBackgroundColor: #1e1e1e;
	--transparentBackgroundColor: transparent;
	
	--primeLinkBColor: #1e1e1e;
	--secLinkBColor: #1e1e1e;
}

body:not(.home) {
	/* margin-top: calc(78px + 40px); */
	margin-top: 142.28px;
}

@media screen and (max-width: 1199px) {
	body:not(.home) {
		/* margin-top: calc(77px + 40px); */
		margin-top: 117px;
	}
}

html, body{
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	background: #003d1c;
	color: #f9f9f9;
	line-height: 1.55em;
}

body.page-id-11{
	background: #013213;
}


h1, h2, h3, h4 {
	font-family: 'Marten', sans-serif;
	font-weight: 400; 
}

h1 {
	font-size: 5.8824rem;
}

h2 {
	font-size: 4.1176rem;
	margin-bottom: 16px;
}

h3 {
	font-size: 2.9412rem;
}

a, a:focus, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
}

p:last-child {
	margin-bottom: 0;
}

img,
svg {
	max-width: 100%;
	width:100%;
	height: auto;
}

img.fullwidth {
	width: 100%;
}

img.coverimg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

.last_module {
	padding-bottom: 465px !important;
}

.overflow_y_hidden{
	overflow-y: hidden !important;
}

.wpgmza-filter-widgets {
	display: none !important;
}

.font_semibold {
	font-weight: 600;
}

.wb_button {
	display: inline-block;
	font-weight: 400;
	border-radius: 50px;
	padding: 15px 50px 13px;
	margin-top: 30px;
	-webkit-transition: color .4s, background .4s;
	-moz-transition: color .4s, background .4s;
	-ms-transition: color .4s, background .4s;
	-o-transition: color .4s, background .4s;
	transition: color .4s, background .4s;
}

.wb_button svg {
	width: 13px;
	min-width: 13px;
	height: 16px;
	min-height: 16px;
	margin-bottom: 2px;
	margin-right: 10px;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

.wb_button.primary {
	background: #ffef00;
	border: 2px solid #ffef00;
}

.wb_button.primary svg {
	fill: #2c2c2c;
}

.wb_button.primary:hover svg {
	fill: #ffef00;
}

.wb_button.secondary {
	background: transparent;
	border: 2px solid #ffef00;
}

.wb_button.secondary svg {
	fill: #fff;
}

.wb_button.secondary:hover svg {
	fill: #2c2c2c;
}

.wb_button.third {
	background: transparent;
	border: 2px solid #b9bbb6;
}

.wb_button.third svg {
	fill: #002b13;
}

.wb_button.fourth {
	background: transparent;
	border: 2px solid #597365;
}

.wb_button.fourth svg {
	fill: #e8ecea;
}

.wb_button.primary:hover {
	background: transparent;
}

.wb_button.secondary:hover {
	background: #ffef00;
}

.wb_button.third:hover {
	background: #b9bbb6;
}

.wb_button.fourth:hover {
	background: #597365;
}

.wb_button.primary {
	color: #373737;
}

.wb_button.secondary  {
	color: #fff;
}

.wb_button.third {
	color: #002b13;
}

.wb_button.fourth {
	color: #e8ecea;
}

.wb_button.primary:hover {
	color: #ffef00;
}

.wb_button.secondary:hover  {
	color: #373737;
}

.wb_link_container {
	display: table;
}

.wb_link {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	-webkit-transition: color .4s, padding-left .4s;
	-moz-transition: color .4s, padding-left .4s;
	-ms-transition: color .4s, padding-left .4s;
	-o-transition: color .4s, padding-left .4s;
	transition: color .4s, padding-left .4s;
}

.wb_link:hover {
	padding-left: 40px;
}

.wb_link:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 20px;
	height: 2px;
	-webkit-transition: width .4s;
	-moz-transition: width .4s;
	-ms-transition: width .4s;
	-o-transition: width .4s;
	transition: width .4s;
}

.wb_link:hover:before {
	width: 25px;
}

.wb_link.primary {
	color: #ffef00;
}

.wb_link.primary:before {
	background: #ffef00;
}

.wb_link.secondary {
	color: #faf7f2;
}

.wb_link.secondary:before {
	background: #faf7f2;
}

.wb_link.third {
	color: #789685;
}

.wb_link.third:before {
	background: #789685;
}

[data-innerer-abstand="innerer_abstand_oben_und_unten"]{
	padding-top:100px;
	padding-bottom:100px;
}

[data-innerer-abstand="innerer_abstand_nur_oben"]{
	padding-top:100px;
	padding-bottom:0;
}

[data-innerer-abstand="innerer_abstand_nur_unten"]{
	padding-top:0;
	padding-bottom:100px;
}

[data-auserer-abstand="auserer_abstand_oben_und_unten"]{
	margin-top:100px;
	margin-bottom:100px;
}

[data-auserer-abstand="auserer_abstand_nur_oben"]{
	margin-top:100px;
	margin-bottom:0;
}

[data-auserer-abstand="auserer_abstand_nur_unten"]{
	margin-top:0;
	margin-bottom:100px;
}

.container[data-ausrichtung="links"]{
	margin-left:0;
}

.container[data-ausrichtung="rechts"]{
	margin-right:0;
}

.container[data-ausrichtung="zentriert_ausfuellung_rechts"]{
	margin-right:0;
}

.container[data-ausrichtung="zentriert_ausfuellung_links"]{
	margin-left:0;
}

.container[data-container="container_full"] {
	max-width: 100%;
	padding-left:0;
	padding-right:0;
}

.container[data-container="container_full"] .row {
	margin-left:0;
	margin-right:0;
}

[data-appearance="fade"]{
	opacity:0;
}

section.wb_search_results_header {
	padding: 205px 0 140px;
	background: linear-gradient(to bottom, #013a19 0%, #014f21 100%);
}

section.wb_search_results_header .wb_search_results_header_titel_container h2 {
	font-size: 5rem;
	color: #ffee00;
}

section.wb_search_results_header .wb_search_results_header_titel_container p span {
	font-weight: 600;
}

section.wb_search_results .wb_search_results_content {
	padding: 145px 0;
}

section.wb_search_results .wb_search_results_item {
	background: #025a2e;
	padding: 65px 45px 70px;
}

section.wb_search_results .wb_search_results_item:not(:last-child) {
	margin-bottom: 20px;
}

section.wb_search_results .wb_search_results_item h2.entry-title {
	font-size: 2.9412rem;
	color: #ffee00;
}

.wb_hop_img_container {
	position: absolute;
	z-index: 1;
}

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

@media (min-width: 1400px) {
	/* .container[data-container="container_schmal"] {
		max-width: 855px;
	}
	
	.container {
		max-width: 1200px;
	}
	
	.container[data-container="container_breit"] {
		max-width: 1350px;
	} */
}

@media (min-width: 1700px) {	
	/* .container[data-container="container_breit"] {
		max-width: 1680px;
	} */
}

@media (min-width: 1921px) {
	/* .container[data-container="container_schmal"] {
		max-width: 1195px;
	}
	
	.container {
		max-width: 1450px;
	}
	
	.container[data-container="container_breit"] {
		max-width: 1880px;
	} */
}

@media (min-width: 2200px) {
	/* .container[data-container="container_breit"] {
		max-width: 2160px;
	} */
}

@media screen and (max-width: 991px) {
	[data-innerer-abstand="innerer_abstand_oben_und_unten"]{
		padding-top:60px;
		padding-bottom:60px;
	}
	
	[data-innerer-abstand="innerer_abstand_nur_oben"]{
		padding-top:60px;
		padding-bottom:0;
	}
	
	[data-innerer-abstand="innerer_abstand_nur_unten"]{
		padding-top:0;
		padding-bottom:60px;
	}
	
	[data-auserer-abstand="auserer_abstand_oben_und_unten"]{
		margin-top:60px;
		margin-bottom:60px;
	}
	
	[data-auserer-abstand="auserer_abstand_nur_oben"]{
		margin-top:60px;
		margin-bottom:0;
	}
	
	[data-auserer-abstand="auserer_abstand_nur_unten"]{
		margin-top:0;
		margin-bottom:60px;
	}
	
	section.wb_search_results_header {
		padding: 105px 0 55px;
	}
	
	section.wb_search_results_header .wb_search_results_header_titel_container h2 {
		font-size: 3.5rem;
	}
	
	section.wb_search_results .wb_search_results_item h2.entry-title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px) {
	section.wb_search_results_header .wb_search_results_header_titel_container h2 {
		font-size: 2.5rem;
	}
	
	section.wb_search_results .wb_search_results_item h2.entry-title {
		font-size: 1.75rem;
	}
	
	.wb_hop_img_container {
		display: none !important;
	}
}

@media screen and (max-width: 575px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	h1 {
		font-size: 2.9412rem;
	}
	
	h2 {
		font-size: 2.6471rem;
	}
	
	h3 {
		font-size: 2.3412rem;
	}
	
	section.wb_search_results_header .wb_search_results_header_titel_container h2 {
		font-size: 2.3rem;
	}
	
	section.wb_search_results .wb_search_results_item:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 475px) {
	section.wb_search_results .wb_search_results_item h2.entry-title {
		font-size: 1.5rem;
	}
}

/* Footer Start */

footer .footer_main_container {
	background: #025a2e;
}

footer .footer_container_right svg {
	height: 25px;
	fill: #f9f9f9;
	transition: fill .4s;
}

footer .footer_container_right a {
	display: inline-block;
	padding: 15px;
	border-radius: 50%;
	border: 2px solid #ffef00;
	width: 59px;
	transition: background .4s;
}

footer .footer_design_by a {
	transition: color .4s;
	text-decoration: underline;
}

footer .footer_design_by a:hover {
	color: #e9ebe3;
}

footer .footer_container_middle a {
	transition: color .4s;
}

footer .footer_container_middle a:hover {
	color: #e9ebe3;
}

footer .footer_container_right a:hover {
	background: #ffef00;
}

footer .footer_container_right a:hover svg {
	fill: #2c2c2c;
}

footer .footer_container_right a:first-child {
	margin-right: 25px;
}

footer .footer-logo img {
	width: auto;
	max-width: 240px;
}

footer .footer-logo {
	display: inline-block;
}

footer .footer-logo-container {
	display: flex;
	justify-content: center;
}

footer .menu-footer-nav-container ul.menu {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 0;
}

footer .menu-footer-nav-container li.menu-item {
	list-style: none;
}

footer .menu-footer-nav-container li.menu-item a {
	font-size: 2.058rem;
	font-family: 'Marten', sans-serif;
	font-weight: 400;
	transition: color .4s;
}

footer .menu-footer-nav-container li.menu-item.current-menu-item a,
footer .menu-footer-nav-container li.menu-item a:hover {
	color: #ffef00;
}

footer .footer_copyright_text {
	font-size: 0.8223rem;
	font-weight: 500;
	margin-bottom: 0;
	color: rgba(249, 249, 249, .5);
}

footer .footer_design_by {
	font-size: 0.8223rem;
	color: rgba(249, 249, 249, .5);
	margin-bottom: 0;
}

footer .footer_rechtliches_menu_item {
	font-size: 0.8223rem;
	color: rgba(249, 249, 249, .5);
	white-space: nowrap;
}

footer .footer_container_middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer_trennstrich {
	margin-bottom: 0;
	color: rgba(249, 249, 249, .5);
}

footer .footer_container_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

footer .footer_container_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .footer_bottom_leiste {
	background: #003d1c;
}

footer nav {
	padding: 21px 0;
	border: 1px solid rgba(249, 249, 249, .5);
	border-left: none;
	border-right: none;
	margin: 50px 0 37px 0;
}

footer .footer_adress {
	padding-bottom: 30px;
}

footer .footer_container {
	padding: 35px 0;
}

footer .footer-logo-container {
	padding-top: 83px;
}

footer .adresse_main {
	display: flex;
}

footer .adresse_trennstrich {
	margin: 0 10px;
}

footer .adresse_titel {
	font-weight: 600;
}

footer .adresse_titel,
footer .adresse_main p {
	margin-bottom: 0;
	font-size: 0.8223rem;
}

footer .footer_adress a {
	font-size: 0.8223rem;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #ffef00;
}

footer .footer_adress a span.strich_before_link {
	height: 2px;
	background: #ffef00;
	width: 20px;
	display: block;
	margin-right: 15px;
	transition: width .4s;
}

footer .footer_adress a:hover span.strich_before_link {
	width: 25px;
}

footer .footer_adress .adresse_container {
	display: inline-block;
}

footer .footer_adress > div:nth-child(2) {
	display: flex;
	justify-content: center;
}

footer .footer_adress > div:last-child {
	display: flex;
	justify-content: flex-end;
}

footer .footer_container_middle a {
	padding: 0 10px;
}

footer .footer_container_middle a:first-child {
	padding-left: 0;
}

footer .footer_container_middle a:last-child {
	padding-right: 0;
}

footer .adresse_main p:last-child {
	padding-left: 5px;
}

@media screen and (max-width: 2199px) {
	.last_module {
		padding-bottom: 500px !important;
	}
}

@media screen and (max-width: 1920px) {
	.last_module {
		padding-bottom: 430px !important;
	}
}

@media screen and (max-width: 1799px) {
	.last_module {
		padding-bottom: 400px !important;
	}
}

@media screen and (max-width: 1599px) {
	.last_module {
		padding-bottom: 350px !important;
	}
}

@media screen and (max-width: 1399px) {
	.last_module {
		padding-bottom: 370px !important;
	}
}

@media screen and (max-width: 1199px) {
	footer .footer_container_left {
		order: 1;
	}
	
	footer .footer_container_middle {
		order: 2;
	}
	
	footer .footer_container_right {
		order: 3;
	}
	
	footer .menu-footer-nav-container ul.menu .menu-item {
		width: 50%;
	}
	
	footer .menu-footer-nav-container ul.menu .menu-item:not(:nth-last-child(-n+2)) {
		padding-bottom: 5px;
	}
	
	footer .menu-footer-nav-container ul.menu {
		flex-wrap: wrap;
	}
	
	footer .footer_adress > div:not(:last-child) {
		margin-bottom: 27px;
	}
	
	.last_module {
		padding-bottom: 325px !important;
	}
	
	footer .footer_container_middle {
		flex-wrap: wrap;
	}
	
	footer .footer_container_left {
		order: 2;
	}
	
	footer .footer_container_middle {
		order: 1;
		margin-bottom: 25px;
		justify-content: space-between;
	}
	
	footer .footer_trennstrich {
		display: none;
	}
	
	footer .footer_container_right {
		order: 3;
	}
}

@media screen and (max-width: 991px) {
	/* footer .footer_container_middle {
		flex-wrap: wrap;
	}
	
	footer .footer_container_left {
		order: 2;
	}
	
	footer .footer_container_middle {
		order: 1;
		margin-bottom: 25px;
		justify-content: space-between;
	}
	
	footer .footer_trennstrich {
		display: none;
	}
	
	footer .footer_container_right {
		order: 3;
	} */
	
	footer .footer_adress > div {
		justify-content: flex-start !important;
	}
	
	.last_module {
		padding-bottom: 225px !important;
	}
	
	section.wb_search_results .wb_search_results_content {
		padding: 60px 0;
	}
}

@media screen and (max-width: 800px) {
	.last_module {
		padding-bottom: 750px !important;
	}
}

@media screen and (max-width: 767px) {
	footer .footer_adress > div {
		justify-content: flex-start !important;
	}
	
	.last_module {
		padding-bottom: 570px !important;
	}
}

@media screen and (max-width: 575px) {
	footer .footer_container_right a {
		padding: 6px;
		width: 41px
	}
	
	footer .footer_container_right svg {
		height: 15px;
	}
	
	footer .footer_container_right a:first-child {
		margin-right: 10px;
	}
	
	footer .footer_container_middle a {
		padding-left: 0;
	}
	
	.last_module {
		padding-bottom: 60px !important;
	}
	
	section.wb_search_results .wb_search_results_item {
		background: #025a2e;
		padding: 35px 15px 40px;
	}
}

@media screen and (max-width: 375px) {
	footer .footer_container_main {
		width: 100%;
	}
	
	footer .footer_container_right {
		order: 1;
		justify-content: flex-start;
		margin-bottom: 20px;
	}
	
	footer .footer_container_middle {
		order: 2;
		margin-bottom: 20px;
	}
	
	footer .footer_container_left {
		order: 3;
	}
	
	footer .menu-footer-nav-container li.menu-item a {
		font-size: 1.558rem;
	}
	
	footer .footer_container_middle {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

/* Footer Ende */