

/*************************************************************************/
/*  Theme Custom  */

body {
	font-family: 'segoe ui', "polymath", 'poppins', sans-serif;
	font-weight: 600;
	font-size: clamp(16px,1.2vw,20px);
	line-height: 170%;
	color: #5B5B5B;
	background-color: #fff;
}

/*Link Farbe */

a { color: #5B5B5B;}
a:hover { opacity: 0.7}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
    border-bottom: 1px solid #5B5B5B;
}

:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
	color: #517A79; 
}

.brand-color {
	color: #517A79; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: "polymath", 'poppins', sans-serif;
	font-weight: 700;
	line-height: 120%;
	color: #254C4B; 
}
h1 {
	font-size: clamp(28px, 3.9vw, 330%);
	text-transform: uppercase;
}
h2 {
	font-size: clamp(26px, 3.2vw, 300%);
}
h3 {
	font-size: clamp(18px, 1.8vw, 160%);
}
h4 {font-size: clamp(19px, 1.9vw, 150%);
	color: #5B5B5B;
	font-weight: 400;
} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}

/* Container align wide  */

.container {
    width: 75vw;
    max-width: 1600px;
}
.container-fluid{
    width: 95vw;
    max-width: 95vw;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide,.res-txt.alignfull .inner-container.container-wide {
    max-width: 95vw;
	padding-left: 15px;
	padding-right: 15px;
}
.alignfull .inner-container.container-off{
     max-width: 100%;
     padding: 0 0px;
}
.container-small {
    width: 68.75vw;
	max-width: 1200px;
	margin: 0 auto;
}
.res-slider-content.alignfull .inner-container.container-off {
    padding: 0 0;
}
.alignwide {
    margin-left: calc(-10vw - 15px);
    margin-right: calc(-10vw - 15px);
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1600px + 17vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 78vw;width: 78vw;}
	.container-fluid {width: 96vw; max-width: 96vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 96%; width: 96%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-9vw);
		margin-right: calc(-9vw);
	}
}


/* Laptop Tablet */
@media only screen and (max-width: 1100px) {
	.container{	max-width: 92%;width: 92%;}
	.container-fluid {width: 92%;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 100%; width: 100%;
    }
	.alignwide {
		margin-left:0;
		margin-right: 0;
	}
}

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
}


/* Logo */
.logo {
	padding-top: 5vh;
	padding-bottom: 4.5vh;
}

/* Logo Size  */
.logo img {
	width: clamp(150px, 19vw, 460px);
	height: auto;
}

/* Logo Mobile  */
@media only screen and (max-width: 970px) {
	.res-nav .logo-mobile img {
		height: 30px;
	}
}


/* RES Nav */
@media only screen and (min-width: 970px) {

	.res-nav .nav-link {
		font-size: 110%;
		font-weight: 400;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
		color: #254C4B; 
	}

	.res-nav .navbar-expand-md .navbar-nav .nav-link {
		padding-right: clamp(15px, 1.8vw, 35px);
		padding-left: clamp(15px, 1.8vw, 35px);
	}

}


/* Hover */
.res-nav-section li a:hover{
    color: #254C4B;
	opacity: 0.7
}

/* active Nav */
	li.active > a.nav-link,
	.res-header li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor .current-page-ancestor a,
	#burger-menu-nav li.current-page-ancestor > a.nav-link,
	.res-navtab .tabs .nav-link.active,
	.res-navtab .tab-links .nav-single-tab.active .nav-link,
	#res-menu-mobile .current-page-ancestor > a, 
	#res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, 
	#res-menu-mobile .dropdown-submenu.active > a {
    color: #254C4B;
	font-weight: 600;
}
/* active Nav in dropdownn */
li.active .current-menu-item > a.dropdown-item {
    color: #eee;
	font-weight: 700;
}

.res-nav .dropdown a {
	display: flex;
	align-items: center;
}

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 12px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 11vw, 300px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #254C4B;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
		color: #fff;	
	}
	.res-fixnav.show .res-navtab li a {
		color: #254C4B;	
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: transparent;
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #ffffff;	
	}
} 



/* Buttons */
.btn {
	padding: 0.33rem 2.4rem;
	border-radius: 40px;
	font-weight: 400;
    transition: all 0.2s ease-in-out;
	font-size: 100%;
}

.btn:hover {
	opacity: 1;
    transition: all 0.2s ease-in-out;
}

.btn-primary{
	border: 1px solid #254C4B;
    background-color: #254C4B;
    color: #ffF !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	border: 1px solid #254C4B;
	background-color: transparent;;
	color: #254C4B!important;
	font-weight: 400;
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: none;
	background-color: #517A79;
	color: #fff;
}
.btn-outline {
    border: 1px solid #254C4B;
    color: #254C4B;
    padding: 0.3rem 2.4rem 0.5rem 2.4rem;
}
.btn-outline:hover{
	background-color: #254C4B;
	color: #fff;
}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #5B5B5B;
}
.btn-arrow {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	transition: all .3s ease-in-out;
	padding-left: 1.4em;
	font-weight: 600;
	line-height: 100%;
	color: #517A79;
    transition: all 0.3s ease-in-out;
}
.btn-arrow:after {
    content: "";
	left: 0;
	top: 0.2em;
    margin-left: 0;
	background-image: url("img/Pfeil-Vector-Positiv-Rechts.svg");
	width: 0.75em;
	height: 0.75em;
	background-size: contain;
	background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.btn-arrow:hover {
	padding-left: 1.5em;
	margin-left: 0.15em;
	color: #254C4B;
    transition: all 0.3s ease-in-out;
}
.btn-arrow:hover:after {
	background-image: url("img/Pfeil-Button-Vector-Dunkel-Hover.svg");
}
.btn-arrow:hover:after {
    margin-left: 0.0em;
}
.btn-sm {
	font-size: 80%;
} 


/* Btns Mobile  */
@media only screen and (max-width: 970px) {
	.btn {font-size: 90%;}
	.btn-sm {font-size: 75%;} 
}	


/* Footer */
#page {
    z-index: 1;
    background: #ffffff;
}

#footer-fade {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.res-footer {
	border-top: 0px solid #eee;
	background: linear-gradient(45deg, #254C4B, #517A79);
	background-attachment: fixed;
	padding-top: 12vh;
}
.res-footer *{
	color: #fff
}
.res-footer-copyright {
    font-size: 10px;
	font-weight:300; 
}
.res-footer .copyright-col2{
	padding-left: 0!important;
}
.res-footer .wp-block-columns {
    margin-bottom: 0;
	gap: 1em
}
.res-widget-footer {
    font-size: 110%;
    line-height: 160%;
	font-weight: 400;
}
.res-widget-footer.footer-adress address{
    line-height: 135%;
	margin-top: 0.3em;
}
.footer-title {
    font-size: 65%;
	opacity: 0.7;
    font-weight: 600;
	text-transform: uppercase;
    margin-bottom: 5px;
}
.res-footer .res-widget-footer.footer-kontakt a{
/*
	text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 0.05em;
*/
	color: #fff
}

.res-footer a{
	color: #fff
}
.res-footer a:hover{
	opacity: 0.7;
}
.footer-social-box a {
	background: transparent;
	border-radius: 100%;
	line-height: 100%;
}
.res-footer .btn-primary{
    background-color:#ffF;
	border: 1px solid #fff;
    color:  #254C4B !important;
	font-weight: 400 !important;
	padding: 0.45rem 2.4rem;
	border-radius: 40px;
	font-size: 110%;
}
.res-footer .btn-primary:hover {
	background-color: transparent;
	color: #fff!important;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #fff;
	height: clamp(20px,1.0vw,80px);
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: auto;
	height:auto;
	margin-left: 0.35em;
	color: #fff;
}
.res-page-content .res-widget-footer *{
    color:  #254C4B;
}
@media only screen and (max-width: 1500px) {
.res-footer-copyright {
    font-size: 11px;
}
.res-footer .container {
    max-width: 85vw;
    width: 85vw;
}
.res-footer .wp-block-column.spalte-02{
	max-width: 55%;
	flex-basis: 55%;
}
.res-footer .wp-block-column.spalte-01{
	max-width: 45%;
	flex-basis: 45%;
}
}

@media only screen and (max-width: 1290px) {
	.res-footer .wp-block-column.spalte-02{
	max-width: 70%;
	flex-basis: 70%;
}
.res-footer .wp-block-column.spalte-01{
	max-width: 30%;
	flex-basis: 30%;
}
}

/* Blog Container */

@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1440px;
	}
}


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(240%, 5vw, 400%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 4.5vw, 400%);
	line-height: 110%;
	text-transform: uppercase;
}
.headline-title h3  {
	font-size: clamp(240%, 3.3vw, 280%);
	line-height: 110%;
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
}

@media only screen and (max-width: 1290px) {
	.headline-title h1  {
	font-size: clamp(198%, 4vw, 400%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(198%, 3.5vw, 400%);
	line-height: 110%;
	text-transform: uppercase;
}
.headline-title h3  {
	font-size: clamp(240%, 3vw, 280%);
	line-height: 110%;
}
}



/* Formular UI  */

.forminator-ui .forminator-required {
	color: #eee;
	opacity: 0.4;
}
.forminator-ui .forminator-label {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
	padding-bottom: 0.5rem;
}

.forminator-ui .forminator-checkbox, 
.forminator-ui .forminator-checkbox__label, 
.forminator-ui .forminator-checkbox__label p {
    font-size: 90%;
    font-family: inherit;
    font-weight: 300;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #5B5B5B !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 40px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 300 !important;
}

/* Oversize 4k Monitor */
/*
@media only screen and (min-width: 1980px) {
	.container,
	.res-blog .container {
		width: 85%;
    	max-width: 1880px;
	}
}
*/



/*************************************************************************/
/*   Custom-CSS  */

.marker{
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #2b52b9;
	color: #2b52b9;
}
.style-standard{
/*	border: 1px solid #1863dc;*/
}

/*Styles Typo*/

.style-01 h3 {
	font-size: clamp(16px, 1.2vw, 100%);
	text-transform: uppercase;
	font-weight: 600;
	color:#33C3AB!important; 
}
.style-02 p {
	font-size: clamp(16px, 1.6vw, 150%);
	line-height: 140%;
	font-weight: 400;
	color: #254C4B; 
}
.style-02 .btn-arrow {
	padding: 0;
	padding-left: 1.6em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 100%;
}
.style-02 .btn-arrow:hover {
	padding-left: 1.6em;
	opacity: 0.7!important;
    margin-left: 0em;
}
.style-02:not(.Brand-Color):not(.res-header-video) .btn-arrow {
    color: #254C4B;
}
.style-02 .btn-arrow:after {
	top: 0.1em;
	background-image: url("img/Pfeil-Vector-Positiv-Unten.svg");
	width: 1.1em;
	height: 1.1em;
}
.style-02.Brand-Color .btn-arrow:after {
	background-image: url("img/Pfeil-Vector-Negativ-Unten.svg");
}

/*Hintergrund*/

.Grau, .bg-light {
	background-color: #f5f9fa!important
}
.res-block.Brand-Color {
	background: linear-gradient(-45deg,  #517A79, #254C4B);
	background-attachment: fixed;
}
.res-block.Brand-Color hr {
    border-top: 1px solid #fff;
}
.res-block.Brand-Color:not(.res-boxes) *{
	color: #fff;
}
.res-block.Brand-Color .btn-outline{
	border: 1px solid #fff;
	color: #fff;
}
.res-block.Brand-Color .btn-outline:hover{
	background-color: #fff;
	color: #254C4B;
}

/*Navigation*/
@media only screen and (min-width: 970px) {
.res-head .col-md-9.res-nav-section{
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: space-between;
}
.page-on-top .col-md-9.res-nav-section{
    padding-top: 10px;
}
.res-head .res-nav-right {
/*    width: 66.6666%!important;*/
    margin-bottom: auto;
}
/*
.res-head .res-nav-right .navbar-collapse{
    justify-content: center!important;
}
*/
.res-nav-topheader {
    font-size: 100%;
}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
}
.res-nav-topheader .dropdown .nav-link {
    padding: 0 0rem 0 2.2em;
}    
.res-head .res-topheader-right a{
	color: #517A79;
	font-weight: 400;
    font-size: 87%;
    border-left: solid 1px #517A79;
}  
	.res-fixnav.show .res-topheader-right a{
	color: #FFFFFF;
	font-weight: 400;
    font-size: 87%;
    border-left: solid 1px #517A79;
}  
.header-option-absolute  .res-head .res-topheader-right a{
    border-left: solid 1px rgba(255,255,255,0.80);
	opacity: 0.8;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.75rem 1rem;
}
/*
.res-head .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item) {
    background-color: #254C4B !important;
    border: solid 1px #254C4B !important;
    padding: 0.55rem 1.2rem;
    border-radius: 40px;
    font-size: 90%;
    line-height: 140%;
    transition: all 0.3s ease-in-out;
}
.res-head .res-nav-topheader .nav-item:first-of-type a{
    color: #fff!important;
    transition: all 0.3s ease-in-out;
}
.res-head .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item):hover {
    background-color: transparent!important;
}
.res-head .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item):hover a{
    color: #254C4B!important;
}
.res-fixnav.show .res-nav-topheader {
    margin: 0 0 0 0;
}
.page-on-top .header-option-absolute .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item), .res-fixnav.show .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item) {
    background-color: #FFF !important;
    border: solid 1px #fff !important;
}	
.page-on-top .header-option-absolute .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item) a,  .res-fixnav.show .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item) a{
	color: #254C4B !important;
}	
.page-on-top .header-option-absolute .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item):hover, .res-fixnav.show .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item):hover {
    background-color: transparent!important;
}	
.page-on-top .header-option-absolute .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item):hover a,  .res-fixnav.show .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item):hover a{
	color: #FFF !important;
}	
.res-fixnav.show .res-nav-topheader .nav-item:first-of-type:not(.wpml-ls-item) {
    padding: 0.0rem 1.1rem;
    font-size: 100%;
	line-height: 200%
}
*/
.res-fixnav.show .res-head .res-topheader-right a {
	font-size: 80%;
}
.dropdown-menu {
    background: rgba(231,239,237,0.85);
    box-shadow: none;
    backdrop-filter: blur(7px);
    min-width: 4rem;
}
.res-nav-topheader .dropdown-menu li.menu-item.menu-item-type-custom.menu-item-object-custom.nav-item{
	padding: 0.15rem 1rem!important;
    font-size: 100%!important;
	background-color: transparent!important;
	border: none!important;
}
.res-nav-topheader .dropdown-menu li.menu-item.menu-item-type-custom.menu-item-object-custom.nav-item:hover a{
	color: #254C4B !important;
}
}
@media only screen and (min-width: 970px) and (max-width: 1500px) {
.res-head .res-nav-right .nav-item{
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item:first-of-type {
    padding: 0.45rem 1.3rem;
    font-size: 1rem;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.65rem 1rem;
}
}
@media only screen and (max-width: 970px) {
.res-header .dropdown-menu {
    padding: 0 0 15px 0px;
    margin: 0;
}
.mobile-x-close span {
    background: #254C4B;
}
.res-nav .navbar-nav {
    min-height: calc(100vh - 69px);
    padding: 30px 8%;
    display: block;
    flex-direction: column;
}
.menu-item-type-custom.menu-item:first-of-type { 
/*
    margin-top: auto;
    margin-bottom: 5vh;
*/
    }
/*
.menu-item-type-custom.menu-item:first-of-type a{ 
background-color: #254C4B!important;
color: #fff!important;
padding: 0.55rem 1.5rem;
text-align: center;
border-radius: 40px;
}
*/
}

/*Header-video*/
.style-02 .slogan-txt {
	display: flex;
	flex-direction: column;
}
.style-02 .slogan-txt h1{
	max-width: 75%;
}
.style-02 .slogan-txt p{
	max-width: 60%;
	margin-left: auto;
	margin-top: 10vh;
	margin-bottom: 5vh;
	color: #fff
}
.style-02 .slogan-txt .btn{
	max-width: fit-content
}
.style-02 .slogan-txt .btn-arrow:after {
	background-image: url("img/Pfeil-Vector-Negativ-Unten.svg");
}
.res-header-video.style-02 .fullscreenVideo{
    position: relative;
}
.res-header-video.style-02{
	background: linear-gradient(-45deg,  #517A79, #254C4B);
}
.res-header-video.style-02 .fullscreenVideo:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.8;
    background: linear-gradient( 160deg, #254C4B 20%,transparent 65%)!important; 
}
/*Text / Text Bild*/

.alignfull .inner-container.container-off .txt-box{
	padding-left: calc(12.5vw + 15px)
}
.alignfull .inner-container.container-off .flex-row-reverse .txt-box{
	padding-left: 0;
	padding-right: calc(12.5vw + 15px);
}

.res-txt.style-01 .txt-title-field{
	display: flex;
	flex-direction: column-reverse;
}
.res-text-bild.style-01 .txt-box, .res-text-bild.style-03 .txt-box{
	display: flex;
	flex-direction: column;
}
.res-text-bild.style-01 .txt-box h3, .res-text-bild.style-03 .txt-box h3{
	order: 1;
	padding-bottom: 0!important;
}
.res-text-bild.style-01 .txt-box h2, .res-text-bild.style-03 .txt-box h2{
	order: 2
}
.res-text-bild.style-01 .txt-box .txt-text, .res-text-bild.style-03 .txt-box .txt-text{
	order: 3
}
.res-text-bild.style-03 .txt-box{
	padding-left: 10%;
}
.res-text-bild.style-03 .flex-row-reverse .txt-box{
	padding-left: 0%;
	padding-right: 10%;
}
.res-text-bild.style-03 h3 {
	font-size: clamp(16px, 1.2vw, 100%);
	text-transform: uppercase;
	font-weight: 600;
	color: #33C3AB!important; 
}
.res-txt.style-03 .var-1spalten{
	margin-left: auto;
}
@media only screen and (min-width: 970px) {
	.res-txt.style-04 .var-1spalten{
	display: flex;
	flex-direction: row;
}
.res-txt.style-04 .txt-title-field{
	display: flex;
	flex-direction: row-reverse;
	width: 60%
}
.res-txt.style-04 .txt-title-field h3{
	width: 15%;
    margin-top: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
	color:unset!important; 
}
.res-txt.style-04 .txt-title-field h2{
	width: 100%;
}
.res-txt.style-04 .txt-textfield{
	width: 40%;
}
} 


/*Video*/
.res-vid-container {
    position: relative;
    aspect-ratio: auto;
}
.res-vid-play-btn:after {
    font-weight: 900;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
	box-shadow: none!important;
    color:#33C3AB;
}

/*Boxes*/
.res-boxes .postBox, .res-slider-content .postBox{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent, .res-slider-content .postContent{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.res-boxes .postContent h4, .res-slider-content .postContent h4{
	margin-bottom: 2rem;
}
.res-boxes .postContent .btn, .res-boxes .postContent i, .res-slider-content .postContent .btn,.res-slider-content .postContent i{
    margin-top: auto !important;
	max-width: fit-content;
}
.res-boxes .postImg, .res-slider-content .postImg {
    overflow: visible!important;
}
.res-slider-content .postContent .btn-sm.btn-text-link, .res-boxes .postContent .btn-sm.btn-text-link {
    padding: 0;
}
.res-slider-content .box-padding03 {
    padding: 1.5em 2em;
}
.res-boxes .box-padding04 {
    padding: 2em 2.5em;
}
.box-inner .btn {
	margin-bottom: 0.75em;
}
.box-inner.flatbox{
	background-color: #fff!important;
}
.box-inner.box-custom{
	background-color: #fff!important;
	border-radius: 0 0 0 0;
}
.box-inner.box-custom img{
	width: 50%!important;
	margin-top: 2em;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: -1em;
}
.box-inner.box-custom h2{
	font-size: clamp(24px, 1.9vw, 190%);
	text-transform: uppercase;
}
.box-inner.box-custom *{
    color: #254C4B;
}
.box-inner.box-custom p{
	opacity: 0.7
}
.res-block .box-post-category {
    font-size: 100%;
	text-transform: uppercase;
    color: #517A79;
	color:#33C3AB; 
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0%;
}
.res-boxes .res-filter-list {
    max-width: 100%;
}
.res-filter-item .nav-link {
    color: #254C4B;
	font-weight: 400;
	font-size: 100%;
}
.res-filter-item.active a.nav-link {
    font-weight: 600;
    color: #254C4B;
}
.style-03 .postImg{
    border-radius: 0px;
    aspect-ratio: 3 / 2;
    align-content: center;
    overflow: hidden!important;
    display: flex;
	margin-bottom: 0!important;
}
.style-03 .postImg img {
    padding: 5.5em;
    object-fit: contain;
}
.style-03.res-slider-content .postContent, .style-03.res-boxes .postContent  {
	display: none!important;
}
@media only screen and (max-width: 1500px) {
.style-03 .postImg img {
    padding: 4.5em;
}
}

/*Navtab*/
/*Breadcrumbs*/
.res-breadcrumbs {
    font-size: 80%;
}
.res-breadcrumbs *{
	color: #517A79
}
.res-breadcrumbs a{
	font-weight: 400;
    opacity: 1;
}
.res-breadcrumbs .res-breadcrumbs-current{
	font-weight: 700;
}
.res-breadcrumbs-line{
/*
	font-family: "polymath", 'poppins', sans-serif;
	font-weight: 500;
*/
    opacity: 1;
}
.res-breadcrumbs .res-breadcrumbs-line:nth-last-child(2){
/*	font-weight: 900;*/
}

/*ABSTäNDE*/
.res-content-topspace {
    padding-top: 7vh;
}

@media only screen and (max-width: 1500px) and (min-width: 970px) {
    .pt-md-2, .py-md-2 {
        padding-top: 1rem !important;
    }
    }

@media only screen and (max-width: 1500px) {
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
.pb-5, .py-5 {
    padding-bottom: 6.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 6.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 6.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 6.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 4.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 4.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
.pt-2, .py-2 {
    padding-top: 1.0rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 1.0rem !important;
}
}
@media only screen and (max-width: 1350px) {
.res-content-topspace {
    padding-top: 60px;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.mt-4, .my-4 {
    margin-top: 4rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.75rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.75rem!important;
}
body .wp-block-columns {
    margin-bottom: 1em;
}
}
@media only screen and (max-width: 1100px) {
.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 3.5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.8rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.8rem!important;
}
}

@media only screen and (max-width: 970px) {
.home .res-content, .res-content {
    margin-top: 70px;
}
.res-footer {
    margin-top: 0rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 4rem!important;
}
.pt-5, .py-5 {
    padding-top: 4rem!important;
}
.mb-5.pt-5, .my-5.pt-5 {
    padding-bottom: 0rem!important;
}
.mt-5.pt-5, .my-5.pt-5 {
    padding-top: 0rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 4rem!important;
}
.mt-5, .my-5 {
    margin-top: 4rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 3rem!important;
}
.pt-4, .py-4 {
    padding-top: 3rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 3rem!important;
}
.mt-4, .my-4 {
    margin-top: 3rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
p {
    margin-bottom: 0.5rem;
}

}

.res-navtab .nav-fill a {
	font-size: 80%;
	color: #254C4B;
	font-weight: 400;
    width: 100%;
    text-align: center;
	padding: .0rem 1.3rem;
}

.res-footer .btn-arrow:hover {
    color: #fff;
  
}
.res-footer .btn-arrow:after {
/*    background-image: url("img/Pfeil-Vector-Negativ-Rechts.svg");*/
}



@media only screen and (max-width: 970px) { 
    .res-navtab .tabs .nav-link {
        padding: 0.25em 0;
        line-height: 120%;
}
    .res-navtab .nav-fill .nav-item {
/*
        max-width: fit-content;
        margin-right: 1.5em;
*/
    }
    
.mobilenav-container > li.active > .nav-item-wrap {
    font-size: 135%;
    font-weight: 600;
}
    
.res-navtab {
    padding:0!important;
}
.res-navtab i{
    padding-top: 3px;
}
.mobilenav-container{
    border-radius: 0;
    background-color: transparent!important;
    border: none;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.res-navtab .mobile-dropdown-menu-opener .nav-link {
    font-size: 110%;
    display: block;
    padding: 10px 0 10px 0px;
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobilenav-container > li > ul {
    margin: 0 0 15px 0;
    padding: 4px 0;
}
.mobilenav-container > li > .nav-item-wrap {
    border-radius: 0;
    padding: 15px 0%;
	font-family: 'Golos Text', 'poppins', sans-serif!important;
}
}

.res-footer .btn-outline {
    border: 1px solid #ffffff;
}

.res-header .wpml-ls-menu-item .dropdown-menu .dropdown-item {
    padding: 0px;
    font-size: 100%;
    color: #000;
	transition: all 0.2s ease-in-out;
}
.res-header .wpml-ls-item {
    opacity: 1;
}

.container em {
    color: #33C3AB !important;
	    font-style: normal;
}

@media only screen and (max-width: 1290px) {
	.res-footer h2 {
    font-size: 170%;
}
}

@media only screen and (max-width: 1100px) {
	   .res-txt.my-auto.style-01 .layout-1 .col-md-9.var-1spalten {
        flex: 0 0 95%;
        max-width: 95%;
    }
	.res-boxes .box-padding04 {
    padding: 1em 1.5em;
}
	.btn-outline {
    padding: 0.3rem 1.4rem 0.3rem 1.4rem;
}
	    .res-footer h2 {
        font-size: 145%;
    }
	
	.res-footer .wp-block-column.spalte-02 .wp-container-core-columns-is-layout-9d6595d7:last-child .wp-block-column.wp-block-column-is-layout-flow:first-child {
    flex-basis: 80% !important;
}
}
@media only screen and (max-width: 970px) {
	.col-md-9.res-nav-section {
    background: #ffffff;
}
	.style-02 .slogan-txt h1 {
    max-width: 100%;
}
	.style-02 .slogan-txt p {
    max-width: 70%;
    margin-left: auto;
    margin-top: 3vh;
    margin-bottom: 3vh;
    color: #fff;
}
	    .res-txt.my-auto.style-01 .layout-1 .col-md-9.var-1spalten {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	    .res-footer .wp-block-column.spalte-01 {
        max-width: 100%;
        flex-basis: 100%;
    }
	.res-footer {
    padding-top: 7vh;
}
	    .res-footer .container {
        max-width: 92vw;
        width: 92vw;
    }
	.container-small {
    width: 85%;
}
	.res-navtab .nav-fill a {
    text-align: left;
}
	.res-text-bild.style-03 .txt-imagebox .txt-img {
    max-width: 30%;
    align-self: self-end;
}
	    .container {
        max-width: 90%;
        width: 90%;
    }
	.res-text-bild.style-03 .flex-row-reverse .txt-box {
    padding-left: 15px;
    padding-right: 15px;
}
	li.active > a.nav-link, .res-header li.current-page-ancestor .current-page-ancestor a, #burger-menu-nav li.current-page-ancestor .current-page-ancestor a, #burger-menu-nav li.current-page-ancestor > a.nav-link, .res-navtab .tabs .nav-link.active, .res-navtab .tab-links .nav-single-tab.active .nav-link, #res-menu-mobile .current-page-ancestor > a, #res-menu-mobile .current-page-ancestor .dropdown-submenu.active > a, #res-menu-mobile .dropdown-submenu.active > a {
    font-weight: 900;
}
	
	    .container :not(.alignfull) .inner-container.container {
        max-width: 100%;
        width: 100%;
			padding-left: 0;
			padding-right: 0;
    }
	    .mobilenav-container {
        border-radius: 0;
        background-color: transparent !important;
        border: none;
        margin: 0;
        border-top: 0;
        border-bottom: 0;
    }
	
	/* Sprachumschalter nebeneinander */
ul.mobile-nav .wpml-ls-item {
    display: inline-block;
    margin-right: 0.5rem;
	margin-top: 30px;
}

/* Link-Style anpassen */
ul.mobile-nav .wpml-ls-item .nav-link {
    padding: 0.25rem 0.5rem 0.25rem 0rem;
    font-size: 1.2rem;
}

/* Aktive Sprache fett */
ul.mobile-nav .wpml-ls-current-language .nav-link {
    font-weight: bold;
}
	    .res-video-play-html .html-video {
        height: auto;
        position: relative;
    }
	    .mobilenav-container > li.active > .nav-item-wrap {
        font-size: 115%;
	}
	   .subnavonepagerScrollerto li.active > a.nav-link {
        font-weight: 600;
    }
} 
