

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

body {
	font-family: 'gantari', 'poppins', sans-serif;
	font-weight: 300;
	font-size: clamp(18px,1.3vw,22px);
	line-height: 180%;
	color: #231F20;
	background-color: #fff;
}

/*Link Farbe */
a { color: #222;}
a:hover {
    color: #91C73E;
    opacity: unset;
}

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

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

.brand-color {
	color: #91C73E; 
}
.res-block.Brand-Color {
	background-color: #91C73E;
}

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'gantari','poppins', sans-serif;
	font-weight: 600;
	line-height: 120%;
}
h1 {
	font-size: clamp(26px, 3.9vw, 300%);
}
h2 {
	font-size: clamp(24px, 3vw, 240%);
}
h3 {
	font-size: clamp(18px, 2.2vw, 180%);
	line-height: 120%;
	font-weight: 400;
}
h4 {font-size: clamp(19px, 1.9vw, 110%);
    color: #91C73E;} 
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: 68vw;
    max-width: 1600px;
}
.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 {
	max-width: 900px;
	margin: 0 auto;
}
.res-slider-content.alignfull .inner-container.container-off {
    padding: 0 0;
}
.alignwide {
    margin-left: calc(-11vw - 15px);
    margin-right: calc(-11vw - 15px);
}
/* Grösser als HD */
@media only screen and (min-width: 1920px) {
.container-fluid{
    max-width: calc(1600px + 17vw + 30px);
}
}

/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 82vw;width: 82vw;}
	.container-fluid {width: 94vw; max-width: 94vw;}
    .res-block.alignwide .inner-container.container-wide{
        max-width: 94%; width: 94%; 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: 5vh;
	padding-bottom: 3vh;
}

/* 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: 40px;
	}
}


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

	.res-nav .nav-link {    
		font-weight: 600;
		font-size: 110%;
		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: #91C73E!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 {
	color: #91C73E!important; 
}
/* 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.55em 2.0em;
    border-radius: 0px 2.5em;
	text-transform: uppercase;
	font-size: 95%;
}

.btn-primary{
    background-color: #91C73E;
    background-image: linear-gradient(to right, #469443, #91C73E 70%);
    background-size: 200% 200%;
    transition: all 0.5s ease-in-out;
    background-position: 100% 50%;
    color: #fff !important;
    font-weight: 400 !important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
    color: #fff !important;
    opacity: 1;
    background-position: 20% 50%;
    transform: scale(0.98);
    transition: all 0.5s ease-in-out;
}
.btn-primary:active {
}
.btn-primary:focus {
}

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

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	color: #91C73E; 
	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: 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: #231F20;
	padding-top: 7vh;
}
.res-footer *{
	color: #fff;
}
.res-footer .wp-block-column.d-flex{
	align-items: center;
}
.res-footer address{
	margin-bottom: 0.2em;
}
.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: transparent;
	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: auto;
	height: auto;
	color: #fff;
}
.res-footer .footer-logo img {
    width: clamp(90px, 20vw, 350px)!important;
    height: auto;
}
@media only screen and (max-width: 970px) { 
.res-footer .wp-block-columns.pt-4{
	flex-direction: column;
}
.res-footer .wp-block-columns.pt-4 .wp-block-column:nth-of-type(1){
	order: 3
}
.res-footer .wp-block-columns.pt-4 .wp-block-column:nth-of-type(2){
	order: 1
}
.res-footer .wp-block-columns.pt-4 .wp-block-column:nth-of-type(3){
	order: 2
}
.res-footer .wp-block-columns.pt-4 .txtimg-only-desktop {
	margin-bottom: 2em;
	max-width: 60%;
}
    .res-footer-copyright .copyright-col1 {
        margin-bottom: 0px;
    }
	.res-widget-footer.footer-social-icon{
        padding-top: 0px;
	}
	.footer-title {
		margin-bottom: 7px;
	}
}

/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(210%, 4.2vw, 440%);
	line-height: 110%;
}
.headline-title h2  {
	font-size: clamp(180%, 3.8vw, 360%);
	line-height: 110%;
}
.headline-title h3  {
	font-size: clamp(150%, 3.3vw, 280%);
	line-height: 110%;
}
.res-boxes .headline-title h2,
.res-boxes .headline-title h3,
.res-slider-content .headline-title h2,
.res-slider-content .headline-title h3 {
	font-size: clamp(140%, 2.4vw, 330%);
	line-height: 110%;
}
@media only screen and (max-width: 970px) { 
.headline-title h1  {
	hyphens: auto;
}
}



/* 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: #231F20 !important;
	font-weight: 400 !important;
}
/* forminator Button */
.forminator-ui .forminator-button-submit {
	padding: 0.4rem 2.4rem !important;
	font-size: 90% !important;
    background-color: #91C73E;
    background-image: linear-gradient(to right, #469443, #91C73E 70%)!important;
    background-size: 200% 200%!important;
    transition: all 0.5s ease-in-out!important;
    background-position: 100% 50%!important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 0px 50px!important;
	text-transform: uppercase!important;
}
.forminator-ui .forminator-button-submit:hover {
    color: #fff !important;
    opacity: 1!important;
    background-position: 20% 50%!important;
    transform: scale(0.98)!important;
    transition: all 0.5s ease-in-out!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 {
}

/*Navigation*/
.res-nav-right{
	margin-bottom: auto
}
@media only screen and (min-width: 970px) {
	.res-header.header-option-absolute:not(#res-nav-clone) .nav-link {
    color: #231F20;
}
    .res-header.header-option-absolute:not(#res-nav-clone) .nav-link {
        text-shadow: 0 0.15rem 1.25rem rgba(255, 255, 255, 0.35);
    }
}

@media only screen and (max-width: 970px) {
    .res-nav .navbar-collapse {
        margin: -1px 0 0 0;
        background:#fff;
    }
    .page-on-top .res-nav .navbar-collapse {
        background:linear-gradient(0deg, #fff 90%, rgba(255,255,255,0.65) 95%, transparent 100%);
    }
    .res-nav .navbar-nav {
        min-height: calc(100vh - 70px);
        padding: 25px 8%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
    }
    .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;
    }
    .res-nav .nav-link {
        font-size: 120%;
		font-weight: 600;
    }
    .res-nav .logo-mobile {
        padding: 18px 0 12px 7%;
    }
    .res-nav .navbar-toggler {
        top: 28px;
    }
} 


/*Header-image*/
.res-header-image .header-arrow {
    bottom: 4%;
}
.res-header-image .header-arrow i{
	font-size: 250%;
	color: #91C73E;
}
.res-header-image .jarallax div:nth-of-type(3){
	position: relative;
}
.res-header-image .jarallax div:nth-of-type(3):after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.75) 20%, transparent 55%) !important;
    z-index: 1;
}
@media only screen and (max-width: 970px) {
.res-header-image .jarallax div:nth-of-type(3):after{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 17%, transparent 65%) !important;
}
.res-header-image .header-arrow i {
	font-size: 200%;
	color: #A9E152;
}
    .res-header-image .sloganBox a.btn {
        font-size: unset;
    }
}


/*Boxes*/

.box-inner i{
/*	color: #91C73E; */
	font-weight: 400;
	font-size: 150%;
}
.boxes-frame{
	justify-content: center;
}
.team-infos{
	display: flex;
    flex-wrap: wrap;
}
.team-infos p{
	flex-basis: 100%;
	font-size: 80%;
	line-height: 130%;
}
.team-contact-icon-link span{    
	color: #91C73E;
}
.team-contact-icon-link:first-of-type br{
	display: none;
}
.style-01 .box-inner .box-img{
	padding-top: 1em;
	margin-bottom: 0!important;
}
.style-01 .box-inner img{
	margin: 0 auto!important;
	max-width: 60%;
}
@media only screen and (max-width: 970px) {
	.style-01 .box-inner .postBox{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
        align-items: center;
}
.style-01 .box-inner .box-padding03 {
    padding: 15px 20px 15px 15px;
	width: 75%;
	text-align: left!important;
}
.style-01 .box-inner .box-padding03 *{
	margin-bottom: 0!important;
}
.style-01 .box-inner .box-img{
	width: 25%;
	padding: 10px 15px;
}
.style-01 .box-inner img {
    max-width: 100%;
}
.boxes-modal .modal-content .container {
    max-width: 100%;
	width: 100%;
	padding: 0 0 0 0
}
.x-close {
    margin: 0px 0px 0 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: #EDF1F7 ;
	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: #91C73E;
}
@media only screen and (max-width: 970px) {
.slider-outside-frame{
    overflow-x: hidden; 
}
.slick-dots {
    margin-left: calc(3vw + 15px)
}
.slick-list{
    padding-left: 3vw!important; 
}
}


/*Icons*/
.res-icons-text.style-01 .row p{
	margin-bottom: 0;
	line-height: 150%;
}
.res-icons-text.style-01 .row .icons-txt-content{
	padding-left: 0;
}
.res-icons-text.style-01 .row .icons-txt-img{
	padding-right: 20px;
}
.res-icons-text.style-01 .box-icon-no-paddding {
    padding-top: 5px;
}
@media only screen and (min-width: 970px) {
.res-icons-text.style-01 .row{
	align-items: center;
}
}

@media only screen and (max-width: 970px) {
.res-icons-text.style-01 .row{
	align-items: center;
}
}

/*Kontakt*/
.res-page-content .res-widget-footer{
	font-size: 100%;
}
/*
.res-page-content .footer-kontakt .footer-title{
	display: none!important;
}
.res-page-content .footer-kontakt address{
	display: flex;
	gap: 1em;
}
.res-page-content .res-widget-footer a{
	color: #91C73E;
	font-weight: 500;
}
*/

/*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: 0px;
}
.res-content-topspace {
    padding-top: 120px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
.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;
}
}