

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

body {
	font-family: 'poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(16px,1.3vw,19px);
	line-height: 180%;
	color: #315c62;
	background-color: #F6F4F2;
	overflow-x: hidden;
}

/*Link Farbe */
a { color: unset;}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 400;
}

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

.brand-color {
	color: #4a90e2; 
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'outfit', 'poppins', sans-serif;
	font-weight: 600;
	line-height: 120%;
}
h1 {
	font-size: clamp(26px, 3.0vw, 300%);
}
h2 {
	font-size: clamp(24px, 2.4vw, 240%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 200%);
}
h4 {
    font-family: 'poppins', sans-serif;
    font-size: clamp(19px, 1.1vw, 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: 68%;
    max-width: 1350px;
}
.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;
}
@media only screen and (min-width: 970px) {
	.alignfull .inner-container.container-off {
    max-width: 100%;
    padding: 0 0px;
}
} 
.container-small {
	max-width: 900px;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-6vw - 15px);
    margin-right: calc(-6vw - 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);
	}
}


/* 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: 20px;
	padding-bottom: 20px;
}

/* Logo Size  */
.logo img {
    width: clamp(210px, 20vw, 280px);
    height: auto;
}

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


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

	.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: #315c62;
}

/* 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: #315c62;
}
/* 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: 15px;
	padding-bottom: 17px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 8vw, 350px);
	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.30rem 2.4rem;
	border-radius: 0px;
	font-size: 100%;
}
.btn:hover {
    opacity: 1;
}

.btn-primary{
    background-color: #315c62;
    color: #eee !important;
	font-weight: 300 !important;
	border: 2px solid #315c62;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	border: 2px solid #315c62; 
    background-color: transparent;
    color: #315c62!important;
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: 1px solid #315c62;
	background-color: transparent;
	font-weight: 400 !important;
	color: #315c62;
}
.btn-secondary:hover{
	border: 1px solid #315c62;
    background-color: #315c62;
    color: #eee !important;
}
.btn-outline{

}
.btn-text-link {
    color: #315c62;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: none;
}
.btn-arrow {
	position: relative;
	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: 400;
    font-size: 100%;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.btn-sm {
	font-size: 90%;    
    padding: 0.4rem 1.9rem;
} 


/* 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: #315c62;
	border-radius: 100%;
}
.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;
}

@media only screen and (max-width: 970px) { 
.footer-logo{
        max-width: 20vw!important;
}   
.res-footer .wp-block-columns{
    gap:0;
}
.res-footer .wp-block-column:nth-of-type(3), .res-footer .wp-block-column:nth-of-type(4)  {
	flex-basis: 49%!important;
        max-width: 49%;
        width: 49%;
}
    .res-footer-copyright {
        font-size: 80%;
    }
    .res-footer-copyright .copyright-col1 {
        margin-bottom: 0px;
    }
}
    
/* 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%, 4.2vw, 440%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
	line-height: 110%;
}
.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%;
}




/* 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: #315c62 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	border-radius: 0px !important;
	padding: 0.5rem 2.6rem !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;*/
}

.style-01 {
}

/*Hintergrund*/

.Grau{
	background-color: #E9E1DF!important
}
.custom{
	background: linear-gradient( #fff 62%, transparent 62.00001%)
}
@media only screen and (max-width: 970px) {
.custom{
	background: linear-gradient( #fff 68%, transparent 68.00001%)
}
}

/*HR*/
hr {
    border-top: 2px solid #fff;
}

/*Navigation*/


	body:not(.page-on-top) .res-header, #res-nav-clone {
    display: none!important;
}


@media only screen and (min-width: 970px) {
.res-header .res-nav-section{
    display: none!important;
}
}

.res-header {
    background-color: #fff;
}
.res-header .res-logo{
    justify-content: flex-end;
}
.burger-lines-button {
    margin-bottom: auto;
    padding: 10px 10px;
    position: fixed;
    right: unset;
    left: 30px;
    top: 10px!important;
    height: 60px;
    width: 60px;
    background-color: #fff;
}
.burger-lines {
    margin-bottom: 5px;
}
.burger-lines:before, .burger-lines:after {
    background: #7e7370 none repeat scroll 0 0!important;
    height: 2px;
}
.burger-lines-button.x.closebutton .burger-lines:before, .burger-lines-button.x.closebutton .burger-lines:after {
    right: -5px;
}
body #burgermenu-section {
    left: 0;
    right: unset;
}

body.openBurgerMenu #burgermenu-section {
    background: #fff;
    left: 0;
    right: unset;
    width: 85%;
}
.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 180%;
    line-height: 160%;
    color: #7e7370;
    font-weight: 300;
    padding: 20px 0;
}
@media only screen and (max-width: 1500px) {
.burger-lines-button {
    padding: 8px 8px;
    height: 55px;
    width: 55px;
}
}
@media only screen and (max-width: 970px) {
    .res-nav .navbar-toggler {
        position: absolute;
        top: 15px;
        left: 14px;
        z-index: 2;
    }
    .res-mobile-bar{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
    .res-nav .logo-mobile {
        width: auto;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: calc(4vw + 15px);
    }    
    .mobile-x-close span {
        background:  #7e7370;
    }
    .navbar-nav li a.nav-link {
    font-size: 125%;
    line-height: 160%;
    color: #7e7370;
    font-weight: 300;
    padding: 10px 0;
}
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
    }
    .res-nav .navbar-nav {
        min-height: calc(100vh - 55px);
    }
}

/*Header image*/
.res-header-image.style-standard {
    z-index: -1;
}
.res-header-image .sloganbox-background {
    background: #fff;
    padding: 1.7rem 3rem;
}
.res-header-image .sloganBox h1, .res-header-image .sloganBox h2, .res-header-image .sloganBox h3 {
	color: #315c62;
}
.res-header-image.style-01 p{
	margin-top: 5vh
}
.res-header-image.style-01 .jarallax * {
	color: #315c62;
}
.res-header-image .container-fluid {
	max-width: 95%;
	width: 95%;
}
.res-header-image.style-01 .container-fluid {
	max-width: 85%;
	width: 85%;
}
.res-header-image.style-01 .jarallax #jarallax-container-0 {
 	width: 57%!important;
	left: auto!important;
	right: 0!important;
}
.res-header-image.style-02 .jarallax {
    max-width: calc( 90vw - 30px);
    margin-left: calc(5vw + 15px);
}
.res-header-image.style-02 .res-header-image-vertical-center {
    transform: translateY(-100%);
}
.res-header-image.style-02 .jarallax img{
    padding-bottom: 10vh;
}
@media only screen and (max-width: 1450px) {
.res-header-image .sloganbox-background {
    padding: 1.4rem 2.3rem;
}
.res-header-image.style-02 .jarallax {
    max-width: calc( 94vw - 30px);
    margin-left: calc(3vw + 15px);
}
}
@media only screen and (max-width: 1100px) {
.res-header-image.style-02 .jarallax {
    max-width: calc( 92vw - 30px);
    margin-left: calc(4vw + 15px);
}
}
@media only screen and (max-width: 970px) {
.res-header-image .sloganbox-background {
    padding: 1.2rem 1.8rem;
}
}



/*Text-Bild*/

.wp-block-columns.alignfull .res-text-bild .row{
	margin-left: 0;
	margin-right: 0;
}
.wp-block-columns.alignfull .res-text-bild .txt-box, .wp-block-columns.alignfull .res-text-bild .txt-imagebox{
	padding-left: 0;
	padding-right: 0;
}
.res-text-bild .txt50-50 .col-md {
    flex: 0 0 40%;
    max-width: 40%;
}
.res-text-bild .txt50-50 .txt-image50-50 {
    flex: 0 0 60%;
    max-width: 60%;
}
.res-text-bild.style-01{
	margin-right: calc(5vw + 15px);
	margin-left: 5vw;
}
.res-text-bild.style-01 .txt-box{
	margin-bottom: 10vh;
}
/*
.wp-block-column .res-text-bild.style-standard .txt-imgbox-only{
	position: relative;
}
.wp-block-column .res-text-bild.style-standard .txt-imgbox-only:after, .wp-block-column .res-text-bild.style-standard .txt-imgbox-only:before{
	position: absolute;;
	left: 10vw;
	bottom: 6rem;
	content: "";
	height: 5px;
	background-color: #7e7370;
	width: 100%;
}
.wp-block-column .res-text-bild.style-standard .txt-imgbox-only:after{
	left: 12vw;
	bottom: 4.5rem;
}
*/
.res-text-bild.style-02{
}

.res-text-bild.style-02 .txt-box{
	margin-top: 15vh;
}

.res-text-bild.style-02 .txt-imagebox{
	margin-bottom: 10vh!important;
	margin-top: -10vh!important;
    margin-right: calc(-6vw - 15px);
	height: fit-content;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 970px) {
.res-text-bild.style-01{
        max-width: 92vw;
        width: 92vw;
        padding: 0 15px;
        margin-left: 4vw;
    margin-top: -15vh;
}
.res-text-bild.style-01 img{
        max-width: 40%!important;
        margin-left: 60%;
    border: solid 8px #F6F4F2
}
.res-text-bild.style-02 .txt-box{
	margin-top: 5vh;
}
.res-text-bild.style-02 .txt-imagebox{
	margin-bottom: 3vh!important;
	margin-top: -6vh!important;
}
}

/*Boxes*/
.res-boxes .box-custom {
    background: none;
    border-radius: 0px 0px 0px 0px;
}
.res-boxes .box-custom .vorschau-text{
	border-top: solid 2px #fff;
	padding-top: 1rem;
    margin-top: 0.3rem;
    font-size: 85%;
    line-height: 160%;
}
.res-boxes .box-custom .btn-arrow:after, .res-slider-content .box-custom .btn-arrow:after{
	right: 0;
}

.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{
	margin-bottom: auto !important;
	padding-bottom: 2rem!important;
}
.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.alignfull .no-center-mode-desktop .slider {
    margin-left: 0%;
}
@media only screen and (max-width: 970px) {
.res-boxes .postContent .vorschau-text, .res-slider-content .postContent .vorschau-text{
	padding-bottom: 1rem!important;
}
}

/*Tabelle*/
.res-table .table-space-custom {
    margin: 0px;
    padding: 10px 15px;
    border-top: 2px solid #fff;
}
@media only screen and (min-width: 970px) {
    .res-table .layout-01.row-cols-md-2 .col:nth-child(odd) {
        max-width: 50%;
        min-width: unset;
    }
    .res-table .layout-01.row-cols-md-2 .col {
        min-width: 50%;
    }
}
@media only screen and (max-width: 970px) {
    .res-table .layout-01.row-cols-1 > * {
    flex: 0 0 50%;
    max-width: 50%;
        font-size: 90%;
}
.res-table .table-space-custom {
    padding: 10px 5px;
}
}

/*Collapse*/
.res-collapse .card {
    background-color: transparent;
    border: none;
    border-top: 2px solid #fff;
}
.res-collapse .card:last-of-type {
    border-bottom: 2px solid #fff;
}
.res-collapse .card-body {
    padding: 0.25rem 1.75rem 1.25rem 1.75rem;
    border-bottom: none;
}
.res-collapse .card-header {
    border-bottom: none;
    padding: 1.75rem 1.75rem 1.75rem 1.75rem;
}
.res-collapse .txt-textfield-btns.pt-2{
    padding-top: 0!important;
}
@media only screen and (max-width: 970px) {
.res-collapse .card-header {
    padding: 1rem 1rem 0.9rem 1rem;
}
.res-collapse .card-body {
    padding: 0rem 1rem 1.0rem 1rem;
}
.res-collapse .title-collapse-smaller {
    margin-bottom: 0;
}
}

/*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;
}
}
@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: 45px;
}
.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-header-image.style-04 .sloganBox h2 {
   color: #fff !important;
}


.overlayer-burgermenu .navbar-nav .nav-link.active {
    transform: translateX(3px);
    opacity: 0.5;
}
@media only screen and (max-width: 1290px) {
	.overlayer-burgermenu .navbar-nav li a.nav-link {
    font-size: 160%;
    line-height: 160%;
    padding: 15px 0;
}
	
	.res-text-bild.style-01 {
    margin-right: calc(5vw + 15px);
    margin-left: 0vw;
}
		.res-footer .wp-block-column {
 min-width: 165px;
}
}

@media only screen and (max-width: 1100px) {
    .res-header-image .sloganbox-background {
        padding: 1.1rem 1.3rem;
    }
}

@media only screen and (max-width: 970px) {
	.res-text-bild.style-01 {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
	.alignfull .inner-container.container-off {
    max-width: 85%;
    margin: 0 auto;
}
	.res-widget-footer {
    font-size: 90%;
    line-height: 200%;
}
} 

@media only screen and (max-width: 768px) {
	.res-footer .wp-block-column:nth-of-type(3), .res-footer .wp-block-column:nth-of-type(4) {
        flex-basis: 100% !important;
        max-width: 100%;
        width: 100%;
    }
} 

@media only screen and (max-width: 768px) {
	.card .card-body :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
	
	.res-header-image.style-02 h1 {
    font-size: clamp(21px, 3.0vw, 300%);
    padding: 0 !important;
    margin: 0 !important;
}
	    .res-header-image .sloganbox-background {
        padding: 0.7rem 1.1rem;
        background: #ffffffe0;
    }
	.res-header-image.style-02.mb-3 {
    margin-bottom: 0 !important;
}
} 

.res-google-maps-content-blocker {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.res-google-maps-content-blocker #rcb-sc-link-change {
    color: #000000 !important;
    border: 1px solid #000000 !important;
}

@media only screen and (max-width: 970px) {
	    .burger-lines:before {
        top: 5px;
    }
	    .burger-lines:after {
        top: -5px;
    }
	    .burger-lines-button {
        height: 43px;
        width: 50px;
    }
	    .overlayer-elements.overlayer-navigation.pt-4 {
        padding-top: 5rem !important;
    }
	    .overlayer-burgermenu .navbar-nav li a.nav-link {
        font-size: 145%;
    }
} 

