

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

body {
	font-family: 'Roboto', 'poppins', sans-serif;
	font-weight: 400;
	font-size: clamp(17px,1.2vw,21px);
	line-height: 180%;
	color: #000;
	background-color: #FFF5EB;
}

/*Link Farbe */
a { color: #222;}

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

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

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

/* Title clamp */
h1, h2, h3, h4, h5, h6 {
	font-family: 'poppins', sans-serif;
	font-weight: 500;
	line-height: 120%;
}
h1 {
	font-family: 'krimson', sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 55%;
	font-size: clamp(26px, 4.9vw, 460%);
}
h2 {
	font-family: 'krimson', sans-serif;
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 55%;
	font-size: clamp(50px, 5.9vw, 590%);
}
h3 {
	font-size: clamp(16px, 2.2vw, 180%);
	text-transform: uppercase;
}
h4 {font-size: clamp(19px, 1.9vw, 110%);} 
h5 {font-size: clamp(18px, 1.5vw, 105%);} 
h6 {font-size: clamp(17px, 1.4vw, 100%);} 

@media only screen and (max-width: 970px) {
	 h1, h2, h3, h4, h5, h6 { 
		 /* hyphens: auto; */
		 /* -webkit-hyphens: auto; */
		}
}


/* Container align wide  */

.container{
    width: 68vw;
    max-width: 1600px;
} 
.wp-block-column.container {
    max-width: 68vw;
}
.container-fluid{
    width: 88vw;
    max-width: 88vw;
}
.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: 88vw;
	padding-left: 15px;
	padding-right: 15px;
}
.container-small {
	max-width: 50vw;
	margin: 0 auto;
}
.res-slider-content.alignfull .inner-container.container-off {
    padding: 0 0;
}
.alignwide {
    margin-left: calc(-10vw - 15px);
    margin-right: calc(-10vw - 15px);
}
.res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide, .container-fluid .container-wide{
    max-width: 90%;
	padding-left: 15px;
	padding-right: 15px;
}
.alignfull.kleinerer-container .inner-container.container-wide{
    max-width: 79vw;
}
.alignfull .inner-container.container-off, .res-txt.alignwide .inner-container.container-off {
    max-width: 100%;
    padding: 0 0px;
}

/* 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: 1600px) {
	.res-boxes.alignwide .inner-container.container-wide, .alignwide .inner-container.container-wide, .container-fluid .container-wide{
		max-width: 95%;
	}
}


/* Laptop Surface */
@media only screen and (max-width: 1450px) {
	.container{	max-width: 82vw;width: 82vw;}
	.wp-block-column.container {max-width: 82vw;}
	.container-fluid {width: 94vw; max-width: 94vw;}
	.alignfull.kleinerer-container .inner-container.container-wide {max-width: 82vw;}
    .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%;}
	.alignfull.kleinerer-container .inner-container.container-wide {max-width: 92vw;padding-left: 15px; padding-right: 15px;}
    .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) {
	.container{	max-width: 93%;width: 93%;}
	.container-fluid {	max-width: 93%; width: 93%;}
	.container-small {	max-width: 93%; width: 93%;padding-left: 15px; padding-right: 15px;}
    .res-head.container-fluid {
        max-width: 100%; width: 100%;
    }
}


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

/* Logo Size  */
.logo img {
	width: clamp(50px, 7vw, 120px);
	height: auto;
}

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


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

	.res-nav .nav-link {
		font-size: 100%;
		font-weight: 500;
    	padding: 0.4em 1.8em;
		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: #000;
}

/* 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: #000;
}
/* 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: 12px;
	padding-bottom: 14px;
}
.res-fixnav.show .logo img {
	width: clamp(90px, 9vw, 350px);
	height: auto;
}
/* Fixnav Desktop */
@media only screen and (min-width: 970px) {
	.res-fixnav.show { 
		background: #FEC800;
	}
	.res-fixnav.show .res-nav li a {
		font-size: 90%;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		box-shadow: none;
	}
}
/* Fixnav Mobile */
@media only screen and (max-width: 970px) {
	
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav {
		background: #FEC800;
		box-shadow: none;
	}
	.res-fix-nav-in-viewport:not(.page-on-top) .res-fixnav .res-mobile-bar, .res-header-mobile {
		background: #FEC800;
	}
} 



/* Buttons */
.btn {
	padding: 0.4em 1.8em;
	border-radius: 40px;
	font-weight: 400;
	font-size: 100%;
}

.btn-primary{
    background-color: #D91F1B!important;
    color: #fff!important;
	border: 4px solid #D91F1B!important;
}
.btn-primary:link {
}
.btn-primary:visited {
}
.btn-primary:hover {
	font-weight: 600;
    color: #D91F1B!important;
	background-color: transparent!important;
}
.btn-primary:active {
}
.btn-primary:focus {
}

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

}
.btn-text-link {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border-bottom: 1px solid #000;
}
.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:  #FEC800;
	padding-top: 5vh;
}
.res-footer .wp-block-columns {
    margin-bottom: 0em;
	padding-bottom: 1.25em;
}
.res-footer address {
    margin-bottom: 0em;
}
.res-widget-footer .footer-tile {
	padding-bottom: 15px;
}
.footer-social-box a {
	background: #D91F1B;
	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;
}


/* Blog Container */

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


/* Headline grosse Title  */

.headline-title h1  {
	font-size: clamp(320%, 31.2vw, 1200%);
	line-height: 55%;
}
.headline-title h2  {
	font-size: clamp(240%, 3.8vw, 360%);
	line-height: 55%;
}
.headline-title h3  {
	font-size: clamp(130%, 2.5vw, 200%);
	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: #000 !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 {
}

/*Navigation*/
@media only screen and (min-width: 970px) {
.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-right .navbar-collapse{
    justify-content: center!important;
}
.res-head .res-topheader-right{
    margin-top: auto;
    margin-bottom: auto;
}
.res-head .res-topheader-right .mt-2{
    margin-top: 0!important;
}
.res-head .res-nav-topheader .nav-item {
     padding: 0.55em 1.5em
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item) {
    background-color: #D91F1B!important;
    padding: 0.4em 1.8em;
    border-radius: 40px;
	font-weight: 500;
    font-family: 'plus jakarta', 'open sans', sans-serif;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
    line-height: 1.67;
}
.res-head .res-nav-topheader .nav-item:last-of-type:not(.wpml-ls-item):hover {
}
.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;
}
}
@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:not(.wpml-ls-item) {
    font-size: 0.8rem;
}
.page-on-top .res-fixnav:not(.show) .col-md-9.res-nav-section{
	padding-top: 2.5vh;
}
}
@media only screen and (max-width: 970px) {
.res-header .dropdown-menu {
    padding: 0 0 15px 0px;
    margin: 0;
}
.res-nav .logo-mobile {
    padding: 12px 0 12px 8%;
}
.res-nav .navbar-nav {
    min-height: calc(100vh - 69px);
    padding: 30px 8%;
    display: flex;
    flex-direction: column;
	background: #FEC800;
}
.menu-item-type-custom.menu-item:last-of-type { 
    margin-top: auto;
    margin-bottom: 5vh;
    }
.menu-item-type-custom.menu-item:last-of-type a{ 
	background-color: #D91F1B!important;
	color: #fff!important;
	padding: 0.55rem 1.5rem;
	text-align: center;
	border-radius: 40px;
	}
}

/*Header-Image*/
.res-header-image.alignwide{
	border-radius: 20px;
}
.res-header-image.alignwide .sloganBox *{
	text-shadow: 0 .5rem 5rem rgba(0,0,0,0.5)
}
.res-header-image.alignwide .sloganBox h1{
	margin-bottom: 0!important;
}
@media only screen and (max-width: 1100px) and (min-width: 970px) {
.res-header-image .col-md-8 {
    flex: 0 80%;
    max-width: 80%;
}
}
@media only screen and (max-width: 970px) {
.res-header-image.alignwide {
    margin-left: calc(-3.5vw - 15px);
    margin-right: calc(-3.5vw - 15px);
	border-radius: 0px 0px 30px 30px;
}
.res-header-image .headline-title h1  {
	font-size:600%;
}
}

/*Text-Bild*/
.txt-imagebox img, .txtimg-only-desktop  img{
	border-radius: 20px;
}
.res-text-bild .txt-imagebox img.zweites-bild{
	position: absolute;
	max-width: 50%;
	left: -15%;
	bottom: -7%;
	border: solid 5px #FFF5EB;
}
.res-text-bild.style-01 .txt-imagebox{
	position: relative;
}
.res-text-bild.style-01 .txt-imagebox:after{
	position: absolute;
    content: "";
	width: 11em;
	height: 11em;
	background-image: url("img/illustrationen_kartoffel-fleigend.svg");
	background-size: contain;
	background-repeat: no-repeat;
	right: -2em;
	bottom: -2em;
	filter: drop-shadow(2px 2px 2em rgba(255,245,235,0.50));
}
.res-text-bild.style-02 .txtimg-only-desktop:after{
	position: absolute;
    content: "";
	width: 9em;
	height: 9em;
	background-image: url("img/illustrationen_kartoffel-halb.svg");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	top: -9em;
	right: 2em;
}
.res-text-bild.style-02.Brand-Color{
	background: linear-gradient(180deg, #FEC800 70%, #FFF5EB 70.001%);
}

@media only screen and (max-width: 1500px) {
.res-text-bild.style-01 .txt-imagebox:after{
	width: 9em;
	height: 9em;
	right: -2em;
	bottom: -2em;
}
}
@media only screen and (max-width: 970px) {
.res-text-bild .txt-imagebox img.zweites-bild{
	max-width: 40%;
	left: -2vw;
	bottom: -2vh;
}
.res-text-bild .txt-box{
	margin-top: 2em;
}
.res-text-bild.style-01 .txt-imagebox:after{
	width: 12vh;
	height: 12vh;
	right: -2vw;
	bottom: -2vh;
}
.res-text-bild.style-02 .txtimg-only-desktop:after{
	display: none;
}
}
	
.res-content-topspace {
    padding-top: 5vh;
}


/*Boxes*/
.postImg img, .box-overlayer{
	border-radius: 20px;
}
.res-boxes .box-padding03 {
    padding: 2.2rem 2.5rem;
}
.box-custom,.res-boxes .box-custom{
	border-radius: 20px;
	background: #FEC800;
}
.res-boxes.style-01.Brand-Color{
	background: linear-gradient(180deg, #FEC800 50%, #FFF5EB 50.001%);
}
.res-boxes.style-02.Brand-Color{
	background: linear-gradient(180deg, #FFF5EB 50%, #FEC800 50.001%);
}
.res-boxes.style-03 .box-img{
	max-width: 33.333%;
    padding: 2.2rem 1rem 0.7rem 2.5rem;
}
.res-boxes.style-03 .box-img img{
	border-radius: 0px;
}
.res-boxes.style-03 .box-padding03 {
    padding: 0.2rem 2.5rem 2.2rem 2.5rem;
}
.res-boxes.style-03 h4 {
	font-size: clamp(17px,1.2vw,21px);
}
@media only screen and (max-width: 1500px) {
.res-boxes.style-03 .box-img{
	max-width: 40%;
    padding: 1.6rem 1rem 0.7rem 1.9rem;
}
.res-boxes.style-03 .box-padding03 {
    padding: 0.2rem 1.9rem 1.6rem 1.9rem;
}
}
@media only screen and (max-width: 970px) {
.res-boxes.style-01 .box-col, .res-boxes.style-02 .box-col{
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
}
.res-boxes.style-01 .inner-container, .res-boxes.style-02 .inner-container{
		margin-left: 0;
		margin-right: 0;    
		max-width: 100vw;
	}
#page .res-block.res-boxes.style-01 .box-item.box-col.height-asynch:nth-child(odd), #page .res-block.res-boxes.style-02 .box-item.box-col.height-asynch:nth-child(odd) {
    margin-top: 25px !important;
}
}


/*Icons*/
.res-icons-text .box-icon-padding03 {
    padding: 2.2rem 2.5rem;
}
.res-icons-text .icons-txt-img {
    max-width: unset;
}
.res-icons-text p {
	margin-bottom: 0;
    line-height: 160%;
}
@media only screen and (max-width: 1500px) {
	.res-icons-text .box-icon-padding03 {
    padding: 1.6rem 1.3rem;
}
}

/*Modal*/
	.modal-content {
    background-color: #FFF5EB;
	border-radius: 20px;
    border: none;
	box-shadow: 0 .5rem 5rem rgba(0,0,0,0.3) !important
}
.modal-backdrop {
    background-color: #C3B9A7;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-open .modal {
    backdrop-filter: blur(10px);
}
.close {
    opacity: 1;
}
.x-close {
    width: 45px;
    height: 45px;
	border: 3px solid #000;
	border-radius: 40px;
}
.x-close:before {
    border-left: 3px solid #000;
    height: 30px;
    top: 5px;
}
.x-close:after {
    border-left: 3px solid #000;
    height: 30px;
    top: 5px;
}
@media (min-width: 490px) {
    .modal-dialog {
        margin: 15vh auto;
    }
}

/*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;
}
.mb-2, .my-2 {
    margin-bottom: 1.1rem !important;
}
.mt-2, .my-2 {
    margin-top: 1.1rem !important;
}
}
@media only screen and (max-width: 1350px) {
.res-content-topspace {
    padding-top: 60px;
}
.pb-5, .py-5 {
    padding-bottom: 5.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 5.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 5.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 4rem!important;
}
.pt-4, .py-4 {
    padding-top: 4rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 4rem!important;
}
.mt-4, .my-4 {
    margin-top: 4rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1.75rem!important;
}
.pt-3, .py-3 {
    padding-top: 1.75rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 1.0rem !important;
}
.mt-2, .my-2 {
    margin-top: 1.0rem !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: 0vh;
}
.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;
}
}