

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

body {
	font-family: 'satoshi', 'poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(16px,1.1vw,21px);
	line-height: 175%;
	color: #383636;
	background-color: #fff;
}
@media only screen and (max-width: 1100px) {
	body {
	line-height: 155%;
}
}

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

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

.brand-color {
	color: #89b1a7; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'satoshi', 'poppins', sans-serif;
	font-weight: 700;
	line-height: 120%;
}
h1 {
	font-size: clamp(24px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(22px, 2.8vw, 250%);
    margin-bottom: 0.1em;
}
h3 {
	font-size: clamp(19px, 1.5vw, 140%);
	line-height: 120%;
	font-weight: 500;
	color:  #95b5a8;
}
h4 {font-size: clamp(19px, 1.9vw, 110%);} 
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: 1450px;
}
.container-small-global .alignfull .container {
    width: 60vw;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}
.alignfull .container-small {
    width: 60vw;
    max-width: 1200px;
}
.container-fluid{
    width: 90%;
    max-width: 90%;
}
.alignfull .inner-container.container-wide, .res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide {
    max-width: 90%;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
    width: 65vw;
    max-width: 900px;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-7.5vw - 15px);
    margin-right: calc(-7.5vw - 15px);
}

/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1450px + 20vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 82%;width: 82%;}
	.container-fluid {width: 94%; max-width: 94%;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 95%; width: 95%; padding-left: 0; padding-right: 0;
    }
	.alignwide {
		margin-left: calc(-6vw);
		margin-right: calc(-6vw);
	}
	.container-small-global .alignfull .container,.alignfull .container-small {
		width: 70vw;
	}
}


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

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
	.container{	max-width: 92%;width: 92%;}
	.container-fluid {width: 92%;}
.container-small {
    width: 100%;
    max-width: 100%;
}
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
	.container-small-global .alignfull .container,.alignfull .container-small {
		width: 92%; padding-left: 15px; padding-right: 15px;
	}
}


/* Logo */
.logo {
	padding-top: 35px;
	padding-bottom: 0px;
}

/* Logo Size  */
.logo img {
	width: clamp(100px,10vw, 185px);
	height: auto;
}

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


/* RES Nav */
@media only screen and (min-width: 970px) {
    .res-nav-right{
        display: none;
    }
	.res-nav .nav-link {
		font-size: 100%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}

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

}


/* Hover */
.res-nav-section li a:hover{
	color: #383636;
}

/* 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: #383636;
}
/* 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: 0.8vh;
	padding-bottom: 1.2vh;
}
.res-fixnav.show .logo img {
	width: clamp(60px, 4.6vw, 85px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: rgba(255,255,255, 1.0);
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: 3px 8px 10px rgba(200, 200, 200, 0.3);
	}
}
/* 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: #fff;	
	}
} 



/* Buttons */
.btn {
	padding: 0.3em 2.0em;
	border-radius: 2px;transition: all .3s ease-in-out;
	font-size: 90%;
}
.btn:hover {
	opacity: 1;
	transform: scale(0.97)
}

.btn-primary{
	border: 1px solid #383636;
    background-color: #383636;
    color: #eee !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	border: 1px solid #95b5a8;
   background-color: #95b5a8;
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: 1px solid #383636;
	background-color: transparent;
	color: #333;
}
.btn-secondary:hover{
	border: 1px solid #95b5a8;
	background-color: transparent;
	color: #95b5a8;
}
.btn-outline{

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #383636;
}
.btn-arrow {
	position: relative;
    color: #95b5a8;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.btn-arrow:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: 8px;
    font-weight: 300;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.btn-sm {
	font-size: 80%;
} 


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


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
}

.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: #383636;
	border-radius: 100%;
    border-radius: 2px;
}
.footer-social-box a:hover {
	background: #89b1a7;
}
.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: 45px;
	height: 45px;
	color: #fff;
}
.res-widget-footer div.footer-social-box a:hover {
    transform: scale(0.93);
}
.res-footer a:hover {
    opacity: unset;
    color: #89b1a7;
}
@media only screen and (min-width: 970px) { 
    .footer-social-box{
        display: flex;
        justify-content: flex-end;
    } 
}

@media only screen and (max-width: 970px) { 
.res-footer .wp-block-columns.is-layout-flex {
    gap: 0em;
}
}

/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(200%, 4.5vw, 410%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(180%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(120%, 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%;
}


/* 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: #383636 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 2px !important;
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
	font-weight: 400 !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;*/
}

.style-01 {
}

/*Hintergrund*/
.bg-light, .Grau {
    background-color: #EEF6F5!important;
}.custom {
    background: linear-gradient(#fff 62%, #EEF6F5 62.00001%);
}
.shadow {
    box-shadow: 0 .5rem 3rem  rgba(6,23,24,0.1) !important;
}




/*Navigation*/

@media only screen and (min-width: 970px) {
#res-nav-clone{
    background-color: #95b5a8;
    box-shadow: none!important;
}
#res-nav-clone .container-fluid {
    width: 98%;
    max-width: 98%;
}
#res-nav-clone  .res-nav-right {
	margin-bottom: auto;
}
#res-nav-clone  .res-nav-right a{
    font-size: 80%;
    padding-left: clamp(20px, 2.5vw, 50px);
}
.burger-lines:before, .burger-lines:after {
    background: #383636 none repeat scroll 0 0;
    height: 3px;
    right: 0;
    width: 40px;
}
.burger-lines:after {
    top: -7px;
}
.burger-lines:before {
    top: 7px;
}
#burgermenuX-btn {
    top: 25px!important;
}
body:not(.page-on-top, .openBurgerMenu).res-fix-nav-in-viewport #burgermenuX-btn {
	padding: 0 0 0 0;
    top: 0px!important;
}
body:not(.page-on-top) .burger-lines:before, body:not(.page-on-top) .burger-lines:after {
    width: 30px;
    background-color: #fff;
}
body:not(.page-on-top) .burger-lines:after {
    top: -5px;
}
body:not(.page-on-top) .burger-lines:before {
    top: 5px;
}
}

/*Burgermenu*/
body.openBurgerMenu #burgermenu-section {
    width: 80%;
    background-color: rgba(238,245,246,0.89);
    backdrop-filter: blur(7px);
}
.burger-lines-button.x.closebutton .burger-lines::before, .burger-lines-button.x.closebutton .burger-lines::after {
    background-color: #383636;
}

body.openBurgerMenu .overlayer-burgermenu .container {
	margin-left: 5vw;
}
.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 200%;
    line-height: 160%;
    color: #383636;
    font-weight: 700;
    padding: 15px 0;
	position: relative;
	transition: all .3s ease-in-out;
}
.overlayer-burgermenu .navbar-nav li a.nav-link:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
	left: 0;
    font-weight: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .2s ease-in-out;
	opacity: 0;
}
.overlayer-burgermenu .navbar-nav li a.nav-link:hover {
	padding-left: 3.5rem;
	opacity: 1;
}
.overlayer-burgermenu li.active a.nav-link {
    font-weight: 400 !important;
	font-size: 140%;
    opacity: 1;
	color:  #95b5a8;
}
.overlayer-burgermenu .navbar-nav li a.nav-link:hover:after {
	opacity: 1;
}
.overlayer-burgermenu .navbar-nav li.current-menu-item a.nav-link{
	padding-left: 3rem;
}
.overlayer-burgermenu .navbar-nav li.current-menu-item a.nav-link:after {
	opacity: 1;
    font-weight: 300;
}
@media only screen and (max-width:1100px) {
    #res-nav-clone .container-fluid {
        width: 94%;
        max-width: 94%;
    }
    }
@media only screen and (max-width: 970px) {
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
        background: rgba(255, 255, 255, 1.0);
    }
    .res-nav .navbar-nav {
        min-height: calc(100vh - 65px);
        padding: 25px 8%;
    }
    .res-header .dropdown-menu {
        padding: 0 0 0 0px;
        border-bottom: solid #999 1px!important;
    }    
    .res-header .dropdown-menu .dropdown-item {
        padding: 7px 12px;
        padding-left: 12px;
        font-size: 105%;
        border-top: solid #999 1px;
    }
	.navbar-nav li a.nav-link {
    font-size: 200%;
    line-height: 140%;
    color: #383636;
    font-weight: 700;
	}
	.navbar-nav li a.nav-link:after {
	content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
	left: 2.25rem;
    font-weight: 400;
    font-size: 100%;
	opacity: 0;
	}
li.active a.nav-link {
    font-weight: 400 !important;
	font-size: 160%;
    opacity: 1;
	color:  #95b5a8;
	padding-left: 3rem;
}
.navbar-nav li.active a.nav-link:after {
	opacity: 1;
}
} 

/*Sticker*/
.cta-sticker {
    bottom: 6%;
	right: 1.5%;
}
.cta-circle {
    border-radius: 0px 2px 0px 2px;
    width: 130px;
    height: fit-content;
    background: #95b5a8;
    color: #fff;
    position: relative;
}
.cta-circle:before, .cta-circle:after  {
    content: "";
    width: 130px;
    height: 80px;
	position: absolute;
	background-image: url("img/edge.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	transition: all .3s ease-in-out;
	z-index: 1;
}
.cta-circle:before {
	top: -79px;
}
.cta-circle:after {
	bottom: -79px;
	transform: rotate(180deg);
}
.cta-circleTxt {
    margin: 10px 15px 0px 15px;
    position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	width: 70%;
}
.cta-circleTxt i {
    font-size: 140%;
    margin-bottom: 0px;
	margin-left: auto;
}
.cta-circleTxt p.stickerTitle {
    font-size: 90%;
	margin-bottom: 0;
	text-align: left;
}
body:not(.page-on-top) .cta-circle:before {
	margin-top:50px
}
body:not(.page-on-top) .cta-circle:after {
	margin-bottom: 50px;
}
body:not(.page-on-top) .cta-sticker {
	bottom: 3%;
}
body:not(.page-on-top) .cta-circleTxt {
    margin: 13px 15px 13px 15px;
}
#sticker-modal .modal-dialog {
    max-width: 50vw;
    margin: 10vh auto;
}
#sticker-modal .modal-content {
    background-color: #fff;
	color: #383636;
    border: 0;
}
#sticker-modal .modal-header .close {
    padding: 1rem 1rem 0 0;
}
#sticker-modal .x-close:before,#sticker-modal .x-close:after {
    border-left: 3px solid #383636;
}
@media only screen and (max-width: 1450px) {
.cta-circle {
    width: 100px;
}
.cta-circleTxt {
    margin: 5px 10px 0px 10px;
}
.cta-circleTxt i {
    font-size: 120%;
}
.cta-circle:before, .cta-circle:after {
    width: 100px;
    height: 55px;
}
.cta-circle:before {
    top: -55px;
}
.cta-circle:after {
    bottom: -55px;
}
body:not(.page-on-top) .cta-circle:before {
	margin-top:47px
}
body:not(.page-on-top) .cta-circle:after {
	margin-bottom: 47px;
}
}
@media only screen and (max-width: 970px) {
.cta-sticker {
    bottom: 5%;
    right: 2.5%;
}
.cta-circleTxt i {
    font-size: 110%;
}
.cta-circleTxt, .cta-circleTxt i{
	opacity: 1!important;	
}
.cta-circle {
    width: 70px;
}
.cta-circle:before, .cta-circle:after {
    width: 70px;
    height: 45px;
}
.cta-circle:before {
    top: -44px;
}
.cta-circle:after {
    bottom: -44px;
}
body:not(.page-on-top) .cta-circle:before {
	margin-top:40px
}
body:not(.page-on-top) .cta-circle:after {
	margin-bottom: 40px;
}
}

/*Text*/
.res-txt .logo-txt-block{
	min-width: 120px;
	width: 25%;
	max-width: 300px;
	margin-bottom: 1em;
}
.res-txt.style-01 .txt-title-field{
	display: flex;
	flex-direction: column-reverse;
}
.res-txt.style-01 .txt-title-field h3{
	font-size: 100%;
	margin-bottom: 1rem;
    letter-spacing: 0.05em;
	font-weight: 600;
}
.res-txt.style-01 .txt-title-field h3 .pr-1{
    padding-right: 2%!important;
}
.res-txt.style-02{
    background: linear-gradient(20deg, #F2F8F6 7.5%, #E4F1ED 7.50001%, #E4F1ED 15%, #D6E6E0 15.00001%, #D6E6E0 85%, #E4F1ED 85.00001%, #E4F1ED 92.5%, #F2F8F7 92.50001%);
}
@media only screen and (max-width: 970px) {
.res-txt.style-02 .inner-container{
	padding-left: 6%;
	padding-right: 6%;
}
}

/*Text Bild*/

.res-text-bild.style-01 .inner-container, .res-text-bild.style-02 .inner-container{
    background: linear-gradient(20deg, #F2F8F6 5%, #F9FCFB 5.0001%, #F9FCFB 10%, #fff 10.00001%, #fff 90.00001%,  #F9FCFB 90.00001%, #F9FCFB 95%, #F2F8F6 95.0001%);
    box-shadow: 0 .5rem 3rem rgba(6,23,24,0.1) !important;
    border-radius: 2px;
    padding: 0!important;
}
.res-text-bild.style-01 .inner-container .txt-box, .res-text-bild.style-02 .inner-container .txt-box{
    padding: 2% 0% 2% 7%!important;
}
.res-text-bild.style-01 .inner-container .flex-row-reverse .txt-box, .res-text-bild.style-02 .inner-container .flex-row-reverse .txt-box{
    padding: 2% 7% 2% 0%!important;
}
.res-text-bild.style-01 .inner-container .txt-imagebox, .res-text-bild.style-02 .inner-container .txt-imagebox{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.res-text-bild.style-01 .inner-container .txt-imagebox img, .res-text-bild.style-02 .inner-container .txt-imagebox img{
    border-radius:0 2px 2px 0;
}
.res-text-bild.style-01 .inner-container .flex-row-reverse .txt-imagebox img, .res-text-bild.style-02 .inner-container .flex-row-reverse .txt-imagebox img{
    border-radius:2px 0 0 2px;
}
.res-text-bild.style-01.custom, .res-text-bild.style-02.custom{
    background: linear-gradient(  #EEF6F5 62%, #fff 62.00001%);
}
.res-text-bild.style-02 h2{
	font-size: clamp(20px, 1.65vw, 160%);
}
@media only screen and (max-width: 1100px) and (min-width: 970px) {
.res-text-bild.style-01 .inner-container .txt-box, .res-text-bild.style-02 .inner-container .txt-box {
    padding: 3% 0% 3% 6% !important;
}
.res-text-bild.style-01 .inner-container .col-md-6, .res-text-bild.style-02 .inner-container .col-md-6 {
    flex: 0 0 40%;
    max-width: 40%;
}	
.res-text-bild.style-01 .inner-container.container{
	max-width: calc(94% - 30px);
}
}
@media only screen and (max-width: 970px) {
.res-text-bild.style-01 .inner-container, .res-text-bild.style-02 .inner-container{
	width: calc(92vw - 30px);
}
.res-text-bild.style-01 .inner-container h3, .res-text-bild.style-02 .inner-container h3{
	margin-bottom: 0!important;
}
.res-text-bild.style-01 .inner-container .row, .res-text-bild.style-02 .inner-container .row {
    margin-right: 0;
    margin-left: 0;
}
.res-text-bild.style-01 .inner-container .txt-imagebox, .res-text-bild.style-02 .inner-container .txt-imagebox{
   padding: 0!important;
}
.res-text-bild.style-01 .inner-container .txt-box, .res-text-bild.style-02 .inner-container .txt-box, .res-text-bild.style-01 .inner-container .flex-row-reverse .txt-box, .res-text-bild.style-02 .inner-container .flex-row-reverse .txt-box{
    padding: 6% 8% 8% 8%!important;
}
.res-text-bild.style-01.custom, .res-text-bild.style-02.custom{
    background: linear-gradient(  #EEF6F5 72%, #fff 72.00001%);
}
}

/*Header-image*/
.res-header-image.alignfull{
    border-radius: 2px;
}
.res-header-image.style-01{
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: visible;
}
.res-header-image.style-01 .res-header-img-outside{
    overflow: hidden;
    box-shadow: 0 .5rem 3rem rgba(6,23,24,0.1) !important;
    border-radius: 2px;
}
@media only screen and (max-width: 1100px) {
.res-header-image.style-01{
    padding-left: calc(3vw + 15px);
    padding-right: calc(3vw + 15px);
}
}
@media only screen and (max-width: 970px) {
.res-header-image.style-01{
    padding-left: calc(4vw + 15px);
    padding-right: calc(4vw + 15px);
}
}

/*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 .vorschau-text, .res-slider-content .postContent .vorschau-text{
	padding-bottom: 0rem!important;
}
.res-boxes .postContent .btn, .res-boxes .postContent i, .res-slider-content .postContent .btn,.res-slider-content .postContent i{
    margin-top: auto !important;
    padding-top: 1rem;
	max-width: fit-content;
}
.res-boxes .postImg, .res-slider-content .postImg {
    overflow: visible!important;
}
.res-boxes .postImg img, .res-slider-content .postImg img{
    border-radius: 2px;
}
.res-slider-content .postContent .btn-sm.btn-text-link, .res-boxes .postContent .btn-sm.btn-text-link {
    padding: 0;
}
.scale-box:hover {
    transition: all .1s ease-in-out;
    transform: scale(0.97);
    opacity: .8;
}
.box-inner.shadow{
    background-color: #fff;
}
.res-boxes .box-inner, .res-slider-content .box-inner{
	border-radius: 2px;
}
.res-boxes .box-inner i, .res-slider-content .box-inner i{
	color:  #95b5a8;
}
.res-boxes .box-post-category span, .res-slider-content .box-post-category span {
	color:  #95b5a8;
}
.res-boxes .box-padding04, .res-slider-content .box-padding04 {
    padding: 45px 55px;
}
.res-slider-content.style-01 .row, .res-boxes.style-01 .row {
	justify-content: center;
}

.res-slider-content.style-01 .img-fluid, .res-boxes.style-01 .img-fluid {
    max-width: 40%; width: 40%!important;
    padding: 40px 55px 0px 55px;
}
.res-slider-content.style-01 .box-padding04, .res-boxes.style-01 .box-padding04 {
    padding: 20px 55px 45px 55px;
}
.res-boxes .teamContent .team-infos .team-kontakt {
    padding-top: 0!important;
}
.res-boxes .teamContent .team-infos .team-contact-icon-link i {
    padding-top: 0!important;
    font-weight: 900!important;
}
@media only screen and (max-width: 1450px) {
.res-boxes .box-padding04, .res-slider-content .box-padding04 {
    padding: 35px 45px;
}
}
@media only screen and (max-width: 1110px) {
.res-boxes .box-padding04, .res-slider-content .box-padding04 {
    padding: 27px 35px;
}
}
/*Slider*/
.res-slider-content.alignfull .slick-prev:before {
    content: "\f177";
}
.res-slider-content.alignfull .slick-next:before {
    content: "\f178";
}
.res-slider-content.alignfull .slick-prev {
    left: 4%;
    right: auto;
}
.res-slider-content.alignfull .slick-next {
    left: 6%;
    right: auto;
}
.res-slider-content.alignfull .slick-prev, .res-slider-content.alignfull .slick-next {
    position: absolute;
    top: auto;
    bottom: -4rem;
    z-index: 1;
    display: inline;
    width: auto;
    text-align: left;
    opacity: 1;
    transition: opacity .15s ease;
    background: transparent!important;
}
.res-slider-content .slick-prev:before {
    opacity: 1;
}
.res-slider-content.style-02 .postContent.h-100{
    display: flex;
    flex-direction: column-reverse;
}
.res-slider-content.alignfull .inner-container.container-off {
    padding: 0 0px;
}
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(14vw - 15px);
}
@media only screen and (max-width: 1450px) {
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(12vw - 15px);
}
}
@media only screen and (max-width: 1100px) {
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0;
}
}
@media only screen and (max-width: 970px) {
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left:0;
}
}

/*Modal*/
.slider-modal .modal-content .container {
    max-width: 100%;
	width: 100%;
}
.modal-content{
    border: none!important;
    box-shadow: 0 .5rem 3rem  rgba(6,23,24,0.1) !important;
}
.modal-body {
    padding: 0 3rem 3rem 3rem;
}
.modal-backdrop{    
    background-color: rgba(238, 245, 246, 0.89);
    backdrop-filter: blur(7px);
}
.modal-backdrop.show{
    opacity: 1
}
@media only screen and (max-width: 970px) {
.x-close {
    margin: 0px 0px 0 0;
}
}

/*Icons*/
.res-icons-text .iconbox.shadow {
    background-color: #fff;
}
.res-icons-text .icons-txt-content {
    font-size: 100%;
    line-height: 160%;
}
.res-icons-text .box-icon-padding03 {
    padding: 30px 35px 25px 35px;
}
.res-icons-text.style-01.custom{
    background: linear-gradient(  #EEF6F5 62%, #fff 62.00001%);  
}
@media only screen and (max-width: 1450px) {
	.res-icons-text .box-icon-padding03 {
    	padding: 20px 25px 15px 25px;
	}
}
@media only screen and (max-width: 970px) {
	.res-icons-text .iconbox-side {
    	margin-right: 0!important;
	}
.res-icons-text.style-01.custom{
    background: linear-gradient(  #EEF6F5 86%, #fff 86.00001%);  
}
}

/*Table*/
@media only screen and (max-width: 970px) {
	.res-table .row-cols-md-2 .col:nth-of-type(2n) .table-spalte{
		border-top: none;
		padding-top: 0;
	}
	.res-table .row-cols-md-2 .col:nth-of-type(2n - 1) .table-spalte{
		padding-bottom: 5px;
		color: #95b5a8;
	}
}

/*Maps*/
.res-google-maps.alignfull.style-01.alignfull .inner-container.container-off{
        max-width: 90vw;
    }
.gm-style-iw-ch{
	padding-top: 0!important;
}
.gm-style .gm-style-iw .gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}
.google-maps-tooltop {
    padding: 0px 20px 0px 20px;
}
.gm-style .gm-style-iw-c {
    background-color: #EEF5F6;
    border-radius: 0px;
    padding: 0px;
}
.gm-style .gm-style-iw-tc::after {
    background: #EEF5F6;
}
.gm-style .gm-style-iw-d{
    overflow: hidden!important;
}

/*Nav Platzhalter*/
.res-navtab{
    position: relative;
    z-index: 999;
}
#menu-platzhalter-filter{
    margin-left: 40%;
    background-color: #EEF5F6;
    font-size: 90%;
    position: relative;
    z-index: 999;
}
#menu-platzhalter-filter .dropdown-toggle::after{
    position: absolute;
    right: 15px;
}

#menu-platzhalter-filter .dropdown-menu {
    background-color: #EEF5F6;
    z-index: 999!important;
    box-shadow: none!important;
}
#menu-platzhalter-filter .dropdown-menu *{
    color: #383636;
}



/*ABSTäNDE*/

@media only screen and (max-width: 1500px) {
.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;
}
.mt-3, .my-3 {
    margin-top: 2rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 2rem !important;
}
.pt-2, .py-2 {
    padding-top: 1.1rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 1.1rem !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;
}
.mt-3, .my-3 {
    margin-top: 1.75rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1.75rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.9rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.9rem !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.7rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.7rem!important;
}
.pb-1, .py-1 {
    padding-bottom: .35rem !important;
}
.pt-1, .py-1 {
    padding-top: .35rem !important;
}
}

@media only screen and (max-width: 970px) {
.res-content, .home .res-content {
    margin-top: 85px;
}
.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;
}
}

.txt-imagebox {
    position: relative;
    overflow: hidden;
}

.txt-imagebox img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.4s ease;
}

/* Hover-Logik nur wenn die Klasse has-hover vorhanden ist */
.txt-imagebox.has-hover {
    position: relative;
}

/* Beide Bilder übereinander legen */
.txt-imagebox.has-hover .hover-img {
    position: absolute;
    top: 0;
    right: 15px;
    width: calc(100% - 30px) !important;
    height: 100%;
    object-fit: cover;
}

/* Hover-Status */
.txt-imagebox.has-hover .hover-img {
    opacity: 0;
}

.txt-imagebox.has-hover:hover .normal-img {
    opacity: 0;
}

.txt-imagebox.has-hover:hover .hover-img {
    opacity: 1;
}

