

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

body {
	font-family: 'plus jakarta sans', 'poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(15px,1.1vw,19px);
	line-height: 180%;
	color: #38373B;
	background-color: #F2F2EE;
}

/*Link Farbe */
a { color: #38373B;}

/* Link in Editor-Texten */
:is(.res-content p, .res-content li) a:not(.nav-link, .dropdown-item) {
	font-weight: 600; 
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.125em;
    text-decoration-color: #69E50B;
}

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

.brand-color {
	color: #69E50B; 
}
.res-block.Brand-Color {
	background-color: #69E50B;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'plus jakarta sans', 'poppins', sans-serif;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.03em;
}
h1 {
	font-size: clamp(30px, 4.5vw, 450%);
}
h2 {
	font-size: clamp(30px, 4.5vw, 450%);
}
h3 {
	font-size: clamp(20px, 2.5vw, 245%);
	line-height: 110%;
}
h4 {font-size: clamp(19px, 2.1vw, 190%);} 
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; */
		}
}
h1 span, h2 span, h3 span {
	font-style: italic;
	color: #69E50B; 
}

.container {
    width: 68vw;
    max-width: 1700px;
}
@media only screen and (min-width: 1450px) {
.wp-block-column.container{
    max-width: 71vw;
}
}
.container-fluid{
    width: 90vw;
    max-width: 90vw;
}
.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: 90vw;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	width:  60vw;
	max-width: 900px;
	margin: 0 auto;
}
.res-block:not(.alignfull) .container-small, .container-spezial.container-small, .Grau:not(.alignfull) .container-small {
	width:  90%;
	max-width: 1200px;
}
.res-slider-content.alignfull .inner-container.container-off, .alignfull .inner-container.container-off {
    padding: 0 0;
}
.alignwide {
    margin-left: calc(-11vw - 15px);
    margin-right: calc(-11vw - 15px);
}    
.alignfull .inner-container.container-off,.res-txt.alignwide .inner-container.container-off {
        max-width: 100%;
    }
@media only screen and (min-width: 970px) {
.wp-block-columns.alignwide {
        padding: 0 15px;
    }
}

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

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


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

/* Laptop Mobile */
@media only screen and (max-width: 970px) {
	.res-footer .container{	max-width: 92%;width: 92%;}
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
	.container-spezial.container-small{
		width:  100%;
	}
	.res-block:not(.alignfull) .container-small,.container-small {
		max-width: calc(92vw - 30px );
		width: 100%;
	}    
	.res-slider-content .inner-container {
        width: calc(100vw);
		padding-left: 0px;
		padding-right: 0;
    }
	 .Grau:not(.alignfull) .container-small {
		width: 85%;
	} 
	.container-spezial.container-small {
		width: 100%;
	}
}

/* Logo */
.logo {
	padding-top: 4vh;
	padding-bottom: 2vh;
}

/* Logo Size  */
.logo img {
	width: clamp(90px, 13vw, 185px);
	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;
		font-weight: 600;
	}

	.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: #69E50B!important;
}

/* 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,
	li.active .current-menu-item > a.dropdown-item {
		color: #69E50B!important;
}

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

/*  Fixnav */
.res-fixnav.show .logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.res-fixnav.show .logo img {
	width: clamp(60px, 7vw, 125px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: rgba(56,55,59,0.80);
		backdrop-filter: blur(7px) !important;
		border-radius: 50px;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 85%;
		color: #fff;
	}
	.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: #fff;
	}
} 



/* Buttons */
.btn {   
	padding: 0.55em 1.6em;
	border-radius: 40px;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.01em;
    transition: all 0.2s ease-in-out;
}
.btn:hover {   
    transition: all 0.2s ease-in-out;
}

.btn-primary{
    background-color: #69E50B;
    color: #fff !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
    background-color: #5DD800!important;
	transform: scale(0.95)!important;
}
.btn-primary:active {
}
.btn-primary:focus {
}

.btn-secondary{
	border: none!important;
	background-color: #38373B;
	color: #fff!important;
}
.btn-secondary:hover{
	background-color: #2C2C2F;
	transform: scale(0.95)!important;
}
.btn-outline{
	border: solid 1px #38373B;
	border-width: 2px!important;
	color: #38373B;
}
.btn-outline:hover{
	border: solid 1px #69E50B;
	color: #69E50B;
	transform: scale(0.95)!important;
}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #38373B;
}
.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 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: #F2F2EE;
}
.res-footer.mt-5 {
    margin-top: 5vh!important;
}
.res-widget-footer .footer-title {
    font-size: 135%;
    font-weight: 600;
    margin-bottom: 15px;
}
.res-widget-footer {
    font-size: 95%;
    line-height: 200%;
}
.res-page-content .res-widget-footer {
    font-size: 100%;
    line-height: 180%;
}
.res-widget-footer a:hover{
	color: #69E50B;
}
.res-footer-blog span{
	display: inline-block;
	border: solid 0px #38373B;        
	padding: 0.8em 1.6em;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: 0.01em;
    transition: all 0.2s ease-in-out;
	background-color: #69E50B !important;

}
.res-footer-blog span a{
    transition: all 0.2s ease-in-out;
    color: #fff!important;
}
.res-footer-blog span:hover{
	border: solid 1px #69E50B;
	transform: scale(0.95);
}
.res-footer-blog span:hover a{
	color: #fff!important;
}
.footer-social-box a {
	background: transparent;
	border: solid 2px #38373B;
	border-radius: 100%;
}
.res-widget-footer.footer-social-icon .fa-res-icon svg {
	fill: #38373B;
	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: 2em;
	height: 2em;
	color: #38373B;
}
.res-widget-footer div.footer-social-box a:hover {
    opacity: 1;
    transform: scale(0.97);
	border: solid 2px #69E50B;
}
.res-widget-footer div.footer-social-box a:hover *{
	color: #69E50B;
}
.res-page-content .footer-title{
	display: none;
}
.footerlink-collapse-frame p.title-collapse {
    font-size: 100%;
    margin-bottom: 0px;
}

#page {
    z-index: 1;
    background: #ffffff;
	border-radius: 0 0 100px 100px;
}
#footer-fade {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.res-footer-copyright .footer-link-liste li {
    padding: .2rem 1.2rem;
    margin: 0rem;
}
    .footer-link-liste {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin-bottom: 20px;
    }
.res-footer-copyright .footer-link-liste ul {
    margin: 0;
    font-size: 110%;
}
@media only screen and (min-width: 970px) {
    .footer-link-liste ul li {
        width: fit-content;
    }
    .footer-link-liste ul li a:hover {
        padding-left: unset;
    }
}
@media only screen and (max-width: 1500px) {
#page {
	border-radius: 0 0 70px 70px;
}
}
@media only screen and (max-width: 1100px) {
.res-footer-blog span {
    padding: 0.8em 1.1em;
}
}
@media only screen and (max-width: 970px) {
#page {
	border-radius: 0 0 50px 50px;
}
.res-footer-copyright .copyright-col1 {
    margin-bottom: 0px;
}
.res-widget-footer .footer-title {
    font-size: 125%;
    margin-bottom: 10px;
}
.res-widget-footer {
    font-size: 85%;
    line-height: 170%;
}
.res-widget-footer.footer-social-icon{
    padding-top: 0px;
}
.res-widget-footer.footer-social-icon span.fa-res-icon,
.res-widget-footer.footer-social-icon span.fa-res-i {
	width: 1.75em;
	height: 1.75em;
}
.res-footer-copyright {
    font-size: 10px;
}
.footerlink-collapse-frame p.title-collapse {
    margin-top: 0px;
}
.res-footer .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: 50% !important;
}
.res-footer-copyright .footer-link-liste li {
    padding: .5em 0.2em;
	border-top: solid 1px rgba(0,0,0,0.10);
    font-size: 110%;
}
.res-footer-copyright .title-collapse {
	padding-bottom: 0.5em;
}
}


@media only screen and (max-width: 970px) { 
	.footerlink-collapse-frame p.title-collapse {
		font-size: 130%;
		padding: 2rem 0 1rem 0;
	}
}


/* Blog */

/*
@media only screen and (min-width: 1400px) { 
	.res-blog .container {
		max-width: 1440px;
	}
}
*/
.blogBox{
	border-radius: 35px;
	overflow: hidden;
}
.blogBox .row{
	flex-direction: row-reverse;
}
.blogBox .postImg.mb-3{
	margin-bottom: 0!important;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.blogBox p{
	margin-top: 2em;
	margin-bottom: 2em;
}
.blogBox .postImg.mb-3 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	max-width: unset!important;
	width: auto!important;
}
.res-blog .blogbox-padding04{
    padding: 2.5rem 3rem;
}
.searchform {
	display: flex;
}
.searchform p{
	display: inline;
}
.searchform input.form-control,.searchform .search-submit {
    height: calc(2.67em + 0.8rem + 2px);
}
.searchform .form-control, .searchform .search-submit {
    padding: .4rem 1rem;
    font-size: 90%;
    font-weight: 400;
    color: #38373B;
    background-color: #F2F2EE;
	border-radius: 50px 0 0  50px;
	margin: 0!important;
}
.searchform .search-submit{
    padding: .4rem 2rem .4rem 1rem;
    color:#Fff;
    background-color: #38373B;
	border-radius: 0 50px  50px 0;
	vertical-align: baseline
}
.res-sidebar-widgets li{
	font-size: 100%;
}
.res-sidebar-widgets li.current-cat a {
    font-weight: 400;
}
select {
    border: none;
    background-color: #F2F2EE;
    border-radius: 50px;
    padding: .75rem 1.5rem;
    padding-right: 2.5rem;
    font-size: 90%;
    line-height: 140%;
    background-position-x: 92%;
}
.res-blog-sidebar{
	padding-bottom: 15vh;
}
.single-back-btn {
	padding-bottom: 6vw!important;
}




/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(340%, 6.2vw, 600%);
	line-height: 100%;
}
.headline-title h2  {
	font-size: clamp(240%, 6.2vw, 600%);
	line-height: 100%;
}
.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: 400;
	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: 400;
}
/* forminator error-message font */
.forminator-ui.forminator-design--flat span.forminator-error-message {
    color: #38373B !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;
}
#forminator-module-1262.forminator-design--flat .forminator-input, #forminator-module-1262.forminator-design--flat .forminator-textarea {
	border-radius: 15px;
    padding: 1em;
}
.forminator-label{
	display: none!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;*/
}

/*Hintergründe*/

.Grau, .bg-light{
	background-color: #F2F2EE!important;
}
.Grau:not(.alignfull){
	border-radius: 35px;
	padding-left: 10%;
	padding-right: 10%;
}
@media only screen and (min-width: 1100px) {
.Grau:not(.alignfull){
	margin-left: -10%;
	margin-right: -10%;
}
}


/*Navigation*/
@media only screen and (min-width: 970px) {
.res-nav-topheader {
    font-size: 90%;
}
.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.justify-content-end{
		justify-content: center!important;
	}	
	.res-head #res-menu{
		flex-basis: 100%;
		max-width: fit-content!important;
	}	
	.res-head .navbar.navbar-expand-md{
		max-width: fit-content!important;
	}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
	font-weight: 400;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
    padding: 0.75rem 0.8rem;
}
.res-nav-topheader .nav-link {
    padding: 0 0rem;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
    background-color: #69E50B!important;
	padding: 0.8em 1.6em;
	border-radius: 50px;
	font-size: 110%;
    line-height: 120%;
	letter-spacing: 0.02em;
	font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.res-header.res-fixnav.show .res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
	font-size: 85%;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item):hover {
    background-color: #5DD800!important;
	transform: scale(0.95);
}
.res-head .res-nav-topheader .nav-item:last-of-type a{
    color: #fff!important;
}
.res-fixnav.show .res-nav-topheader {
    margin: 0 0 0 0;
}
	ul .dropdown-toggle::after, .dropdown-submenu > .dropdown-item::after {
    font-weight: 700;
    opacity: .4;
}
.dropdown-menu {
    background: #F2F2EE;
    box-shadow: none;
	border-radius: 15px;
	padding: 1em 0;
}
.dropdown-item {
    color: #38373B;
    padding: .7em 1.75em;
    font-weight: 600;
    font-size: 100%;
	line-height: 100%;
}
.dropdown-item:hover {
    transform: scale(0.97);
}
.res-header.res-fixnav.show{
	width: 45vw;
	max-width: 1000px;
	min-width: 700px;
	left: 50%;
	transform: translateX(-50%);
}
.res-header.res-fixnav.show .container-fluid {
    width: 98%;
	margin-right: 0%;
    max-width: 90vw;
}
.res-header.res-fixnav.show .col-md-9 {
    flex: 0 0 80%;
    max-width: 80%;
}
.res-header.res-fixnav.show .res-head .res-nav-right {
    width: 72%!important;
}
.res-header.res-fixnav.show .navbar-expand-md .navbar-collapse {
        justify-content: center!important;
    }
.res-header.res-fixnav.show .res-nav .navbar-expand-md .navbar-nav .nav-link {
        padding-right: clamp(10px, 1.0vw, 16px);
        padding-left: clamp(10px, 1.0vw, 16px);
}
.res-fix-nav-in-viewport .res-header.res-fixnav.show{
	margin-top: 1em;
}
.res-fix-nav-in-viewport .res-header.res-fixnav.show .dropdown-menu {
        background: rgba(73,72,77,0.95);
        backdrop-filter: blur(7px) !important;
	margin-top: 1em;
}
}
@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:last-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-nav .navbar-toggler {
        top: 20px;
    }
    .res-nav .logo-mobile {
        padding: 18px 0 15px 8%;
	pointer-events: auto;
    }
    .res-nav .navbar-collapse {
        margin: -57px 0 0 0;
		z-index: -1;
    }
.res-header .dropdown-menu {
    padding: 5px 0 10px 10px;
    margin: 0;
}
.res-nav .nav-link {
    font-size: 150%;
    padding-top: 20px;
    padding-bottom: 5px;
}
.page-on-top.page-header-fixiert .logo-mobile img {
    filter: brightness(10)
}
.page-on-top.page-header-fixiert .mobile-x-close span {
    background: #fff;
}
.page-on-top.page-header-fixiert .res-nav .navbar-collapse {
        margin: -60px 0 0 0;
		background-color: #000;
    }
.page-on-top.page-header-fixiert .navbar-collapse a{
	color: #fff;
}
.mobile-x-close span {
    background: #38373B;
}
.res-nav .navbar-nav {
    min-height: 100vh;
    padding: 70px 8% 90px 8%;
    display: flex;
    flex-direction: column;
}
.res-nav-right , .res-nav-right div{
	pointer-events: none;
}
.navbar-toggler{
	pointer-events: auto;
}
.res-nav .navbar-collapse a{
	pointer-events: auto;
}
#menu-mobilenavigation > li:last-of-type{
	margin-top: auto;
    background-color: #69E50B!important;
	padding: 1.1em 1.5em;
	border-radius: 50px;
    font-size: 90%;
    line-height: 120%;
	letter-spacing: 0.02em;
	font-weight: 600;
    transition: all 0.2s ease-in-out;
	text-align: center;
}
#menu-mobilenavigation > li:last-of-type a{
	padding: 0 0 0 0;
	color: #fff;
}
}


/*Header*/
.res-header-video.style-01, .res-header-image.style-01{
	border-radius: 0 0 100px 100px;
	overflow: hidden;
}
.res-header-image.alignwide{
	border-radius: 34px;
}
.res-header-image-vertical-center .container-fluid {
    width: 90%;
}
@media only screen and (max-width: 1500px) {
.res-header-video.style-01, .res-header-image.style-01{
	border-radius: 0 0 70px 70px;
}
}

/*Text*/
.res-content .postContent li {
    margin-left: 2.5em;
}
.res-content .postContent li:before {
    content: "\f00c";
    font-weight: 700;
    font-size: 1em;
    opacity: 1;
	color: #69E50B;
    margin-left: -2.2em;
}
.style-01 .txt-title-field, .style-03 .txt-title-field{
	display: flex;
	flex-direction: column-reverse;
}
.style-01 .txt-title-field h3, .style-03 .txt-title-field h3{
	color: #69E50B;
	font-size: 100%;
}
.style-01 .txt-title-field h2{
	font-size: clamp(20px, 2.5vw, 245%);
	line-height: 110%;
}
.style-01 .headline-title .txt-title-field h2{
	font-size: clamp(30px, 4.5vw, 450%);
	line-height: 100%;
}
.style-03 .headline-title .txt-title-field h2{
	font-size: clamp(240%, 6.2vw, 600%);
	line-height: 100%;
}
.style-02 .txt-title-field h1{
	font-size: clamp(20px, 2.5vw, 245%);
	line-height: 110%;
}
@media only screen and (max-width: 970px) {
	.res-txt .layout-3 .btn-float-right {
		flex-direction: column;
		align-items: flex-start!important;
	}
	.forminator-ui#forminator-module-1262.forminator-design--flat .forminator-button-submit {
		min-height: 50px;
        font-size: 120%!important;
	}
	.category-blog .res-blog {
		margin-top: 2rem;
	}
	
}


/*Text Bild*/
.txt-imagebox img{
	border-radius: 35px;
}



/*Boxes*/
.box-inner{
	border-radius: 25px;
	overflow: hidden;
}
.box-inner .postContent i{
	margin-left: auto;
    font-size: 110%;
	font-weight: 400;
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
	margin-top: 0.25em!important;
	margin-bottom: 0!important;
}
.postImg.mb-1 {
	margin-bottom: 0!important
}
.res-block .box-padding03 {
    padding: 2rem 2rem 2rem 2.25rem;
}
.res-block .box-padding04 {
    padding: 2.5rem 3rem;
}
.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: 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 .postImg, .res-slider-content .postImg {
    overflow: visible!important;
}
.res-boxes .postImg img, .res-slider-content .postImg img{
	transition: all .2s ease-in-out!important;
}
.res-slider-content .postContent .btn-sm.btn-text-link, .res-boxes .postContent .btn-sm.btn-text-link {
    padding: 0;
}
.res-boxes .res-filter-list {
    max-width: 100%;
}
.res-boxes .teamContent{
	flex-direction: row;
	justify-content: space-between;
}
.team-infos{
	display: flex;
}
.res-boxes .teamContent .team-infos .team-kontakt {
    display: flex;
    justify-content: flex-end;
	padding-top: 0!important;
	margin-top: auto;
}
.res-boxes .teamContent .team-infos .team-contact-icon-link i {
    font-size: 150%;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 20px;
}
.res-boxes .teamContent .vorschau-text p {
    min-height: 0px;
}
.box-inner.scale-box:hover img, .box-inner.scale-sliderbox:hover img, .box-inner.scale-team:hover img{
	transform: scale(0.95);
	border-radius: 20px;
	opacity: 0.9;
}
.res-boxes.style-01 .box-col:last-of-type .box-inner.bg-light {
	background-color: #69E50B!important;
}
.res-boxes.style-01 .box-col:last-of-type .box-inner.bg-light *{
	color: #fff!important;
}
@media only screen and (max-width: 970px) {
.res-block .box-padding03 {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
}
.res-boxes .postContent .vorschau-text {
    font-size: 100%;
    line-height: 140%;
}
.res-boxes ul.res-filter-list {
	flex-direction: row;
}
.res-boxes ul.res-filter-list li {
    margin-left: 0px;
}
.res-filter-item .nav-link {
    padding: 0 1.5em 0 0;
}
.res-boxes ul.res-filter-list li:before {
	display: none;
}
}

/*Slider*/
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: calc(10vh + 15px);
}
@media only screen and (max-width: 970px) {
.res-slider-content.alignfull .no-center-mode-desktop .slider {
    margin-left: 0;
}
}
/*Slider*/
.slick-dots {
    margin: 0 0;
    text-align:left;
}
.res-slider-content .slick-dots li {
    width: 1rem;
	z-index: 5;
}
.res-slider-content .slick-dots li button {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    background-color:#F2F2EE ;
	z-index: 5;
    border-radius: 30px;
}
.res-slider-content .slick-dots li button:before {
    display: none;
}
.res-slider-content .slick-dots li.slick-active button {
    background-color: #69E50B;
}
@media only screen and (max-width: 970px) {
.slider-outside-frame{
    overflow-x: hidden; 
}
.slick-dots {
    margin-left: calc(4vw + 15px)
}
.slick-list{
    padding-left: calc(4vw + 15px)!important; 
}
}

/*Logo-Slider*/
/*
.loop-container .postImg{
	max-width: 100%;
	filter: saturate(0);    
	border-radius: 0px;
    aspect-ratio: 6 / 5;
    align-content: center;
    overflow: hidden!important;
    display: flex;
}
.loop-container .postImg img {
    padding: 25px 25px;
    object-fit: contain;
}
*/
.loop-container .postImg img:is([sizes="auto" i], [sizes^="auto," i]){
	contain-intrinsic-size:auto 320px!important
}
.loop-container .loop_item *{
	max-width: 320px!important;
}

/*Video*/
.res-vid-container{
	border-radius: 35px;
	overflow: hidden;
}
.res-vid-play-btn:after {
    background-color: #69E50B;
    color: #fff;
}
.res-vid-container:hover .res-vid-play-btn:after {
    background-color: #5DD800;
}


/*Collapse*/
.res-collapse .card {
    background-color: #F2F2EE;
	margin-bottom: 0.5em;
	border-radius: 35px;
}
.res-collapse .card-header {
    border-bottom: none;
    padding: 1.5em 2.25em 1.5em 2.25em;
}
.res-collapse .card-body {
    padding: 0rem 2.25em 1.0em 2.25em;
    border-bottom: none;
}
.res-collapse a .rotate-icon {    
    transition: all .2s ease-in-out;
	font-weight: 400;
    font-size: 120%;
}

.res-collapse .card-header p.title-collapse {
	font-size: clamp(19px, 2.1vw, 190%);
	font-weight: 600;
} 
@media only screen and (max-width: 970px) {
.res-collapse .card-header {
    border-bottom: none;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
.res-collapse .card-body {
    padding: 0rem 1.5rem 0.75rem 1.5rem;
    border-bottom: none;
}
}


/*Testimonial*/
.referenz-image img{
	border-radius: 35px;
}
.res-testimonial .carousel-indicators {
	justify-content: flex-start;
	padding-bottom: 2em;
}
.res-testimonial .layout02 .carousel-caption.position-relative{
	margin-bottom: 0;
	padding-bottom: 0;
}
.res-testimonial .carousel-indicators li {
    width: 1em;
    background-color: #fff;
    height: 1em;
	border-radius: 50px;
	border: none!important;
}
.res-testimonial .carousel-indicators li.active {
    background-color: #69E50B;
}
.res-testimonial .carousel-control-next-icon:after, .res-testimonial .carousel-control-prev-icon:after {
    color: #38373B;
	opacity: 1;
}
.res-testimonial .referenz-text {
    font-weight: 400;
}
@media only screen and (min-width: 970px) {
    .res-testimonial .layout02 .referenzBox-vcenter .referenz-image {
        width: 27%;
        max-width: 27%;
    }
    .res-testimonial .layout02 .referenzBox-vcenter div {
        width: 68%;
    }
}
@media only screen and (max-width: 970px) {
.res-testimonial .carousel-control-next-icon, .res-testimonial .carousel-control-prev-icon{
    display: none!important;
}
.res-testimonial .carousel-indicators {
	justify-content:center;
}
}

/*Zahlenticker*/
.count-title.count-number{
	font-size: clamp(400%, 6.2vw, 600%);
	line-height: 100%;
}
.count-text{
    font-size: 135%;
    font-weight: 600;
	margin-top: 1em;
}

.count-number{
	text-transform: none;
}
.count-text{
}
@media only screen and (min-width: 970px) {
.counter{
	max-width: fit-content;        
	flex: 100%;
}
.zahlen-ticker-spalten{
    justify-content: space-between;
}
}

@media only screen and (max-width: 970px) {
.count-text{
	margin-top: 0.75em;
}
}

/*Tests*/
.spezial-hover-aussen {
    overflow: hidden;
    display: block;
    line-height: 1.3;
    transform: translateZ(0);
}
.spezial-hover-innen {
    transition: transform .55s cubic-bezier(.25,1,.33,1) !important;
    display: block;
}
 .spezial-hover-aussen:hover .spezial-hover-innen{
    transform: translateY(-100%);
}
.spezial-hover-innen:after {
    transition: transform .55s cubic-bezier(.25,1,.33,1);
    bottom: -120%;
    content: "Test Effekt";
    left: 0;
    position: absolute;
}
 .spezial-hover-aussen:hover .spezial-hover-innen:after {
    transform: translateY(-20%);
}



/* CTA Sticker */
.cta-sticker {
    height: 10vw;
    margin: 0 auto;
    background: transparent;
    border-radius: 100%;
}
.cta-sticker {
    position: fixed;
    bottom: 3vh;
    right: 3%;
}
.res-fix-nav-in-viewport .cta-sticker, body:not(.home) .cta-sticker {
    opacity: 0;
	pointer-events: none;
}
.rotating-circle {
  animation: rotateText 29s linear infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
}
@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotating-circle:hover {
animation-play-state: paused;
}
.sticker-svg {
  width: 100%;
  height: 100%;
}
.circle-text {
  font-size: 140%;
  fill: #ffffff;
  text-anchor: middle;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.cta-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'plus jakarta sans', 'poppins', sans-serif;
  pointer-events: none;
}
.stickerTitle {
  font-size: 22px;
  line-height: 110%;
  margin: 0;
}
.stickerTitle em {
  font-style: italic;
}
.cta-sticker:hover {
    opacity: 1;
}
.cta-sticker:hover {
    transform: scale(1);
    opacity: 1;
}
.cta-sticker a:hover {
    opacity: 1;
}

.footer-in-viewport .cta-sticker {
    transform: scale(0.6) translate(40%, -190%);
    transition: all .6s ease-in-out;
}

.cta-center {
	display: none;
}



/*Abstände*/

.res-content-topspace {
    padding-top: 14vh;
}
@media only screen and (max-width: 1500px) {
p {
    margin-bottom: 1em;
}
.pb-5, .py-5 {
    padding-bottom: 7.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 7.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 7.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 7.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-md-2, .py-md-2 {
    padding-top: 1rem !important;
}
.pb-md-2, .py-md-2 {
    padding-bottom: 1rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 1.0rem!important;
}
.pt-2, .py-2 {
    padding-top: 1.0rem!important;
}
}
@media only screen and (max-width: 1350px) {
.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: 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: 1.0rem!important;
}
.pt-2, .py-2 {
    padding-top: 1.0rem!important;
}
body .wp-block-columns {
    margin-bottom: 1em;
}
}
@media only screen and (max-width: 1100px) {
.res-content-topspace {
    padding-top: 22vh;
}
p {
    margin-bottom: 0.9em;
}
.pb-5, .py-5 {
    padding-bottom: 6rem!important;
}
.pt-5, .py-5 {
    padding-top: 6rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 6rem!important;
}
.mt-5, .my-5 {
    margin-top: 6rem!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) {
.woocommerce-page .res-page-content {
    padding-top: 5vh;
    padding-bottom: 2vh;
}
.container.res-shop--page {
    padding-top: 0px;
}
.page-header-fixiert .res-content{
    margin-top: 0px;
}
.res-content-topspace {
    padding-top: 7vh;
}
.res-content {
    margin-top: 60px;
}
.wp-block-columns {
    gap:0;
}
.res-footer {
    margin-top: 0rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!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: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!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;
}
.pb-1, .py-1 {
    padding-bottom: .35rem !important;
}
.pt-1, .py-1 {
    padding-top: .35rem !important;
}
p {
    margin-bottom: 0.5rem;
}
}
