

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

body {
	font-family: 'Jost', 'Roboto', sans-serif;
	font-weight: 300;
	font-size: clamp(16px,1.0vw,19px);
	line-height: 180%;
	color: #1D1D1B;
	background-color: #F9F8F6;
}

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

:is(.desktop-nav, .navbar-nav) .current-page-ancestor a {
	color: #fff; font-weight: 600!important;
}

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

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Jost',  sans-serif;
	font-weight: 500;
	line-height: 120%;
}
h1, .res-blog h1.blog-category-title {
	font-size: clamp(26px, 2.7vw, 270%);
    text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 105%;
}
h2 {
	font-size: clamp(24px, 2.9vw, 260%);
}
h3 {
	font-size: clamp(18px, 1.9vw, 160%);
	font-weight: 300;
}
h4 {font-size: clamp(16px, 1.0vw, 100%);
	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: 72vw;
    max-width: 1450px;
}
.container-fluid{
    width: 88vw;
    max-width: 88vw;
}
.alignfull .inner-container.container-wide {
    max-width: 88%;
}
.container-small {
    width: 70%;
	max-width: 900px;
	margin: 0 auto;
}
.alignwide {
    margin-left: calc(-8vw - 15px);
    margin-right: calc(-8vw - 15px);
}
.alignfull .inner-container.container-off {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

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

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{max-width: 80vw; width: 80vw;}
	.container-small {width: 70%;}
	.container-fluid {width: 92vw; max-width: 92vw;}
	.alignwide {
		margin-left: calc(-6vw);
		margin-right: calc(-6vw);
	}
}


/* Laptop Tablet  */
@media only screen and (max-width: 1100px) {
	.container, .res-boxes .res-filter-list{max-width: 95vw;width: 95vw;}
	.container-fluid {width: 95vw; max-width: 95vw;}
	.alignwide {
		margin-left:0;
		margin-right: 0;
	}
}
/* Mobile */
@media only screen and (max-width: 970px) {
	.container-fluid.res-head {width: 100%;max-width: 100%;}
    .alignwide .container{width: 90%;}
    .container-small {
        width: 80vw;
    }
}


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

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

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


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

	.res-nav .nav-link {
		font-size: 100%;
		padding: 0.7rem 1.3rem;
		white-space: nowrap;
	}
    li.active .current-menu-item a.dropdown-item {
        color: #fff;
    }
	.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: #484843;
}

/* 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: #1D1D1B;
        font-weight: 500;
}
/* 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: 13px;
	padding-bottom: 15px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 11vw, 220px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #F9F8F6;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
        border-bottom: solid 1px #666;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport .res-fixnav {
		background: #F9F8F6;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: #F9F8F6;
		box-shadow: none;
        border-bottom: solid 1px #666;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar {
		background-color: #F9F8F6;	
	}
} 
@media only screen and (max-width: 970px) {
    .res-nav .logo-mobile {
        padding: 16px 0 14px 8%;
    }    
    .res-nav .navbar-toggler {
        top: 19px;
    }
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
        background: #F9F8F6;
    }
    .res-nav .navbar-nav {
        min-height:  calc(100vh - 58px);
        padding: 30px 8%;
    }
    .dropdown-submenu .dropdown-item.active, .dropdown-submenu .dropdown-item:hover, .dropdown-submenu .dropdown-item:focus, .dropdown-submenu .dropdown-item:active {
    color: #212529;
    }
    li.active .current-menu-item > a.dropdown-item {
    color: #212529;
    font-weight: 500;
    }
    #res-menu-mobile .current-page-ancestor > a{
        font-weight: 300!important;
    }
    #res-menu-mobile .current-menu-ancestor a.dropdown-toggle{
        font-weight: 500!important;
    }
}



/* Buttons */
.btn {
	padding: 0.33rem 2.4rem;
	border-radius: 40px;
    font-size: 100%;
}

.btn-primary{
    background-color: #1D1D1B;
    color: #eee !important;
	font-weight: 300 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: 1px solid #1D1D1B;
	background-color: transparent;
	color: #333;
}
.btn-outline{

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #1D1D1B;
}
.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: 80%;
} 


/* Btns Laptop  */
@media only screen and (max-width: 1280px) {
	.btn:not(.btn-text-link) {font-size: 90%; padding: 0.3rem 2.1rem;}
}	


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


/* Footer */

.res-footer {
	border-top: 0px solid #eee;
	background-color: transparent;
    font-size: 110%;
}
.res-footer .container-fluid{
    font-size: 75%;
}
.res-footer .wp-block-columns{
    margin-bottom: 0;
}
.res-footer strong {
    font-weight: 500;
    text-transform: uppercase;
}
.res-footer p {
    margin-bottom: 0.4em;
}
.res-footer .res-btn p:nth-of-type(2) {
    line-height: 160%;
    margin-top: 0.9em;
    font-weight: 400;
}
.res-footer .btn-text-link {
    border-bottom: none;
    padding-left: 0!important;
    margin-left: 0!important;
    width: 100%;
    text-align: left;
}
.res-widget-footer {
    font-size: 100%;
    line-height: 200%;
}
.res-widget-footer .footer-title, .footer-links .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 100%;
}
.footer-social-box a {
	background: transparent;
	border-radius: 100%; 
    border: solid 1px #666;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #1D1D1B;
	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: 55px;
	height: 55px;
	color: #1D1D1B;
}
@media only screen and (max-width: 1280px) {
	.res-footer .btn {font-size: 100%; margin: 0 0 5px 0}
}	
@media only screen and (min-width: 970px) {
.footer-social-box{
    display: flex;
    justify-content: flex-end;
}
.copyright-col1{
    margin-left: 50%;
    transform: translateX(-50%);
}
}
@media only screen and (max-width: 1500px) {
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 45px;
	height: 45px;
}
.res-footer-copyright {
    font-size: 11px;
}
}
@media only screen and (max-width: 1250px) {
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 40px;
	height: 40px;
}
}

@media only screen and (max-width: 970px) {
.res-footer {
    overflow-x: hidden;
}
.res-footer .btn-text-link {
    margin-top: 2px;
    margin-bottom: 0;
}
.res-footer .wp-block-column {
    margin-top: 15px;
}
}

/* 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: #1D1D1B !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;*/
}

.style-01 {
}

/*Hintergründe*/
.Grau,.bg-light {
    background-color: #EDE9E6 !important;
}

/*HR*/

hr{
    border-top: solid 1px #666;
	margin: 0;
}

/*Border*/
.border {
    border: 1px solid #666 !important;
}


/*Nav Zentriert
.page-on-top .res-head .row{
    flex-direction: column;
}
.page-on-top .res-head .col{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.page-on-top .res-head #res-menu{
    justify-content: center!important;
}
.page-on-top .res-nav-right{
    border-top: solid 1px #666;
}
.page-on-top .col-md-9 {
    width: 100%; max-width: 100%;
}*/

/*Nav*/
@media only screen and (min-width: 970px) {
.res-head{
    position: relative;
}
.res-head .res-logo{
    position: unset;
}
.res-head .logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0s ease-out!important;
}
.page-on-top .res-head .res-nav-right{
    margin-top: 2.5vh!important;
}
.res-head .row{
    flex-direction: row-reverse;
}
.res-head .col{
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
}
.res-head #res-menu, .res-head #res-menu-cloned{
    justify-content: flex-start!important;
}
.res-head .col-md-9 {
    width: 41%; max-width: 41%;
}
.res-nav-section li a:hover {
    color: #9b9b96;
}
.res-header .headline-nav {
	font-size: 150%;
	    line-height: 150%;
}
    
/* Update 17.07.24   */
   
.res-head .col-md-9 {
    width: 100%; max-width: 100%; flex: 0 0 100%;
    flex-direction: row-reverse!important;
} 
.res-topheader-right{
    max-width: 50%; flex: 0 0 50%;
}
.page-on-top .res-topheader-right{
    margin-top: 2.5vh !important;
}
.res-nav-topheader{
    font-size: 95%;
    justify-content: flex-end;
}
#res-top-header{
    padding: .65rem 0;   
    margin-top: 0!important;
}
.res-nav-topheader .nav-link {   
     padding: 0.7rem 1.3rem;     
    padding-right: clamp(15px, 1.6vw, 30px);
    padding-left: clamp(15px, 1.6vw, 30px);
}
.res-head .res-logo {
    position: absolute;
} 
.res-head .logo {
	z-index: 99;
} 
.res-fixnav.show .res-nav-topheader {
    margin: 0px 0 0px 0;
}   
.res-fixnav.show .res-nav-topheader li a {
    font-size: 90%;
}
}



/*Header-Image*/
/*
.res-header-image.style-01 #jarallax-container-0 {
    position: relative;
}
.res-header-image.style-01 #jarallax-container-0:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(40deg, #473D36 0%, transparent 40%) !important;
}
*/
.res-header-image .sloganBox .btn-secondary{
    background-color: #F9F8F6;
    border: solid 1px #F9F8F6;
    color: #1D1D1B;
}
.res-header-image .sloganBox .btn-secondary:hover{
    background-color: transparent;
    color: #F9F8F6;
}
.res-header-image.style-01 .btn {
    display: block;
    max-width: fit-content;
    margin-bottom: 5px;
    font-size: 120%;
    padding: 0.3em 3.5em;
}
.res-header-image.style-01 .text-center .btn {
    margin-left: auto;
    margin-right: auto;
}
.res-header-image.style-02 .btn {
    display: block;
    max-width: fit-content;
    margin-bottom: 5px;
}
.res-header-image.style-02 h2, .res-header-image.style-02 h3 {
	margin-bottom: 0.3em;
}
.res-header-image.style-02 p {
	margin-bottom: 2em;
}
@media only screen and (min-width: 970px) {
.res-header-image.style-02 .carousel {
	width: 50%;
	margin-left: 50%;
}
.res-header-image.style-02 h2, .res-header-image.style-02 h3, .res-header-image.style-02 p {
	color: #1D1D1B;
}
.res-header-image.style-02 .btn-outline {
    border: 1px solid #1D1D1B;
	color: #1D1D1B;
}
}
@media only screen and (max-width: 970px) {
.res-header-image.style-02 .header-img-abdunkler{
	opacity: 0.8!important;
}
}
@media only screen and (max-width: 1280px) {
.res-header-image.style-01 .btn {
    font-size: 100%;
    padding: 0.3em 3em;
}
}
/*Text*/
.res-txt .btn-float-right{
    align-items: center!important;
}
.res-txt.style-01 .txt-title-field{
    display: flex;
    flex-direction: column-reverse;
}
.res-txt.style-01 .txt-title-field h3{
    font-size: 100%;
}

/*Text Bild*/

.res-text-bild.style-01 .postContent{
    display: flex;
    flex-direction: column;
}
.res-text-bild.style-01 .postContent .btn{
    max-width: fit-content;
}

/*Boxes*/
.res-boxes .res-filter-list {
    display: none!important;
    padding-left:15px;
    padding-right:15px;
    justify-content: center;
}
.res-slider-content .box-post-category span {
    padding-right: 1.2em;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.6;
}
.res-boxes h3, .res-slider-content h3{
	font-weight: 500;
}
.res-boxes h4, .res-slider-content h4{
    margin-bottom: 0.4rem;
}
.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 .flatbox .vorschau-text, .res-slider-content .flatbox .vorschau-text{
    font-size: 85%;
}
.res-boxes .postContent .vorschau-text p, .res-slider-content .postContent .vorschau-text p{
	margin-bottom: 0rem;
}
.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 .postContent i, .res-slider-content .postContent i{
     padding-top: 1rem;
}
.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 .slick-prev {
    margin-left: -4%;
}
.res-slider-content.alignfull .slick-prev {
    margin-left: 2%;
}
.box-overlayer-bottom h4{
	margin-bottom: 0.1em;
}

@media only screen and (max-width: 1450px) {
.res-slider-content .box-padding03 {
    padding: 12px 25px;
}
}

@media only screen and (max-width: 1250px) {
.res-slider-content .box-padding03 {
    padding: 10px 20px;
}
}

/*Produkte*/
/*.res-boxes .res-boxes-filter{*/
/*	 display: none;*/
/*}*/
.single-produkt .container{
    max-width: 80%; width: 80%;
}
.produkt-texte{
   /* font-size: 72%;*/
    font-size: 85%;
    line-height: 145%;
}
.produkt-texte .btn-primary{
    font-size: 120%;
}
.produkt-texte p{
    margin-bottom: 0;
}
.produkt-texte h1{
    margin-bottom: 0;
    display: inline;
}
.produkt-texte h2{
    font-size: 180%;
    font-weight: 400;
    margin-bottom: 0.4rem;
}
.produkt-texte h3{
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
.produkt-texte .col-md-4.txt-title-field{
    flex: 0 0 16%;
    max-width: 16%;
}
.produkt-texte .wp-block-column .wp-block-column .res-btn{
width: 100%;
}
.produkt-texte hr {
    margin: 0;
}
.slick-track {
    margin-left: unset;
}
.breadcrumbs{
    font-size: 75%;
    font-weight: 400;
}
.breadcrumbs a{
    opacity: 0.4;
    font-weight: 500;
}
@media only screen and (max-width: 1450px) and (min-width: 970px) {
.single-produkt .container {
    max-width: 92%;
    width: 92%;
}
.produkt-texte .wp-block-column:last-of-type {
    flex-basis: 53%!important;
    max-width: 53%!important;
}
.produkt-texte .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 30%!important;
    max-width: 30%!important;
}
.produkt-texte .col-md-4.txt-title-field{
    flex: 0 0 18%;
    max-width: 18%;
    padding-right: 5px;
}    
.produkt-texte .res-btn .btn {
        margin-right: 0rem;
    word-break: keep-all!important;
    }
}
@media only screen and (max-width: 970px) {
.single-produkt .container{
    max-width: 90%; width: 90%;
}.single-produkt .res-link-anker{
    display: none!important;
}
.produkt-texte .wp-block-column:last-of-type {
    flex-basis: 100%!important;
}
.produkt-texte .col-md-4.txt-title-field{
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
}
.produkt-texte .ausrichtung-btn.text-right{
    text-align: left!important;
}
.produkt-texte .res-slider-content .slick-track {
    padding-bottom: 0px;
}
.produkt-texte .box-inner.flatbox .postContent{
    display: none!important
}
.produkt-texte .box-inner.flatbox .postImg{
    margin-bottom: 0!important;
}
}

/*Mega-Dropdown*/
@media only screen and (min-width: 970px){
.page-on-top .megamenu > .dropdown-menu.show {
    margin-left: 0; 
}
.megamenu > .dropdown-menu.show {
    width: calc(87vw - 30px);
    margin-left: -22vw;
}
.res-fix-nav-in-viewport .megamenu > .dropdown-menu.show {
    margin-left: 0;
}
.megamenu .dropdown-menu a {
	margin-bottom: 10px;
	font-weight: 300!important;
	padding-left: 10px;
}
.megamenu .dropdown-submenu .dropdown-menu a {
    font-size: 120%;
    padding: 6px 0px;
}
.megamenu .dropdown-submenu > a.dropdown-item {
    width: 90%;
    border-bottom: 1px solid #666;
    padding: 0 0 5px 10px;
    margin-bottom: 10px;
    font-size: 110%;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	transform: translateX(0px);
}
.megamenu .mega-special-title{
    font-size: 130%;
}

	    .megamenu > .dropdown-menu {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
*
	    .megamenu > .dropdown-menu > li {
        min-height: 130px;
    }

/*Mega-Dropdown UPDATE 5 Spalten*/	
	
.megamenu .mega-special-title{
    font-size: 110%;
}
.megamenu .mega-special-title a{
	padding-top: 0;
}
.megamenu .dropdown-submenu > a.dropdown-item {
    font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
    padding: 0 0 5px 2px;
}
.megamenu .dropdown-menu a {
	padding-left: 2px;
}
.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 5px;
}
.megamenu .dropdown-submenu .dropdown-menu a {
    font-size: 100%;
}	
} 
@media only screen and (min-width: 970px) and (max-width: 1450px){
.megamenu > .dropdown-menu.show {
    width: calc(92vw - 30px);
    margin-left: -22vw;
}
.megamenu > .dropdown-menu {
    padding: 2rem 2.2rem;
}
.megamenu .dropdown-submenu .dropdown-menu a {
    font-size: 105%;
}	
}
@media only screen and (min-width: 970px) and (max-width: 1100px){
.megamenu > .dropdown-menu.show {
    width: calc(95vw - 30px);
    margin-left: -19vw;
}
.megamenu > .dropdown-menu {
    padding: 1.5rem 1.5rem;
}
.megamenu .dropdown-submenu .dropdown-menu a {
    font-size: 105%;
}	
.dropdown-item {
    font-size: 100%;
}
.megamenu .dropdown-submenu > a.dropdown-item {
        font-size: 90%;
        text-transform: unset;
        letter-spacing: 0.0em;
    }
}

/*Navbar*/
.res-navtab .nav-fill a {
    font-size: 80%;
    text-align: center;
}
@media only screen and (max-width: 970px) {
.mobilenav-container > li.active > .nav-item-wrap {
    font-size: 100%;
    font-weight: 600;
}
    
body:not(.page-philosophy, .page-about-us ) .res-navtab {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: calc(100vw);
    padding:0!important;
}
.res-navtab i{
    padding-top: 3px;
}
.mobilenav-container{
    border-radius: 0;
    background-color: #F9F8F6;
    border: none;
    margin: 0;
}
.res-navtab .nav-link {
    font-size: 110%;
    text-align: left!important;
    display: block;
    padding: 10px 0 10px 0px;
    border-bottom: none;
    border-top: solid 1px #666;
}
.mobilenav-container > li > ul {
    margin: 0 0 15px 0;
    padding: 4px 7.5%;
}
.mobilenav-container > li > .nav-item-wrap {
    border-radius: 0;
    padding: 10px 7.5%;
}
}

/*Collapse*/
.res-collapse .collapse-all {
    border-top: solid 1px #d4d4d4;
}
.res-collapse .card {
    background-color: transparent;
    border-bottom: solid 1px #d4d4d4;
}
.res-collapse .card-header {
    border-bottom: none;
    padding: 1.25rem 1.25rem 1.25rem 0rem;
}
.res-collapse .card-body {
	padding: 0rem 1.75rem 1.35rem 0rem;
}
.res-collapse .card-header p.title-collapse {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.res-collapse .card-header i {
    color:  #666;
	font-weight: 400!important;
}
.res-collapse .card-header i:before {
    content: "\2b";
}
.res-collapse a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.res-collapse ul {
    list-style: none;
    font-size: 100%;
    padding: 5px 0;
    margin-bottom: 0;
}
.res-collapse li {
    padding-bottom: 8px;
    margin-left: 30px;
}
.res-collapse li:before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-left: -25px;
    text-decoration: inherit;
    font-weight: bold;
    font-size: 10px;
    opacity: 0.6;
}

/*Abstände*/
.res-content-topspace {
    padding-top: 5vh;
}
.res-singlepage.res-content-topspace {
    padding-top: 2vh;
}

@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: 4vh;
}
.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;
}
.pb-2, .py-2 {
    padding-bottom: 1rem !important;
}
.pt-2, .py-2 {
    padding-top: 1rem !important;
}
body .wp-block-columns {
    margin-bottom: 1em;
    gap: 1rem;
}
}
@media only screen and (max-width: 1100px) {
.res-content-topspace {
    padding-top: 3vh;
}
.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) {    
.res-content-topspace {
        padding-top: 0;
    }
.home .res-content, .res-content {
    margin-top: 58px;
}
.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;
}
}


@media only screen and (min-width: 970px) {
    .res-header-image.homesection .col {
        max-width: 610px;
        padding-left: 38px;
    }
    }


@media only screen and (min-width: 1500px) {
    .res-header-image.homesection .col {
        max-width: 860px;
        padding-left: 38px;
    }
}

.res-header-image.homesection .btn {
display: inline-block;
} 

@media only screen and (max-width: 970px) {
.res-header-image.homesection .btn {
display: inline-block;
    margin-top: 5px;
    margin-left: 5px !important;
    margin-right: 5px !important;
		width: 140px;
	padding: 0.3em 1em !important;
		max-width: none;
} 
} 


.farben .color i {
    font-size: 130%;
}

@media only screen and (min-width: 970px) {
/*
	.homesection #dropdownButton_3, .homesection #dropdownButton_4, .homesection #dropdownButton_5, .homesection #dropdownButton_6 {
    display: none;
}
*/
} 
@media only screen and (max-width: 970px) {
/*
	.homesection #dropdownButton_1, .homesection #dropdownButton_2 {
    display: none;
}
*/
	.homesection .btn {
        padding: 0.3em 2em!important;
    }
	
	   .homesection .container-fluid {
        width: 100vw;
        max-width: 100vw;
    }
/*
	.homesection #dropdownButton_3, .homesection #dropdownButton_4, .homesection #dropdownButton_5, .homesection #dropdownButton_6 {
    display: inline-block;
        margin-bottom: 1rem;
}
	.homesection #dropdownButton_3, .homesection #dropdownButton_5 {
    padding-right: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
	.homesection #dropdownButton_4, .homesection #dropdownButton_6 {
    padding-left: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
*/
} 
