/* kantumruy-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kantumruy Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/kantumruy/kantumruy-pro-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* khand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Khand';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/khand/khand-v22-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* khand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Khand';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/khand/khand-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Kantumruy Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	/*font-size: 1.2rem;*/
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Khand',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.grid-container{
    max-width: 120rem;
}
h1, .h1, h2, .h2, h3, .h3, .h4{
	color: #2f5d34;
}
@media screen and (max-width: 639px) {
	h1, .h1, h2, .h2{
		font-size: 2rem;
	}
}
.startseite h1, .cblock h1, .content h1, .cblock h2, .content h2{
  position: relative;
  padding-left: 80px;
}
.startseite h1::before, .cblock h1::before, .content h1::before,  .cblock h2::before, .content h2::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  transform: translateY(-50%);
  width: 60px;
  height: 14px;
  background-color: #76b82a;
}
.cblock h2, .content h2{
	padding-left: 60px;
}
.cblock h2::before, .content h2::before{
	width: 40px;
}
/*Logo*/
.logo{
	position: relative;
}
.logo img{
	position: absolute;
	left: 0;
	z-index: 9;
}
@media screen and (max-width: 39.9375em) {
	.logo img{
		position: relative;
		max-width: 320px;
	}	
}
/*Header*/
.header{
	margin-top: 1rem;
	z-index: 99;
    position: relative;
}
.header .h4{
	margin-top: 1.5rem;
	font-size: 1.25rem;
}
.preheader-outer{
	background-color: #569c06;
}
.preheader{
	color: #fff;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.preheader a{
	color: #fff;
}
@media screen and (max-width: 39.9375em) {
	.tell-small-right{
		text-align: right !important;
	}
}
/*Banner*/
.banner .h2 em{
	color: #f29b2e;
}
.banner{
	position: relative;
	margin-bottom: 2rem;
}
.banner-inner{
	position: absolute;
    inset: 0;
    display: flex;
  	align-items: center;
}
@media screen and (max-width: 64em) {
	.banner-inner{
		position: relative;
	}	
}
.banner-inner .grid-container{
	width: 100%;
}
.banner h1 {
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.2;
}
.banner h2 {
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1.3;
}
.banner p {
  font-size: clamp(14px, 1.5vw, 18px);
}
@media screen and (min-width: 64em) and (max-width: 1700px) {
	.banner .h1 {
	font-size: clamp(28px, 4vw, 35px);
	line-height: 1.25;
	}
	.banner .h2 {
	font-size: clamp(18px, 2.5vw, 23px);
	line-height: 1.2;
	}
	.banner p {
	 /*font-size: clamp(14px, 1.5vw, 12px);*/
	}
}
/*Greenbox*/
.greenbox-outer{
	background: #76B72A;
	background: linear-gradient(90deg,rgba(118, 183, 42, 1) 0%, rgba(83, 153, 2, 1) 51%, rgba(118, 183, 42, 1) 100%);
}
.greenbox-outer h2{
	color: #fff;
}
.greenbox-content{
	background-color: #fff;
	border-radius: 0.5rem;
	padding-top: 1rem;
}
.green-panel-content > div{
	width: 100%;
    position: absolute;
    bottom: 1rem;
	left: 50%;
  	transform: translateX(-50%);
}
/*Sortiment*/
.sortimentItem{
	min-height: 215px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0.5rem;
	color: #fff;
	/*text-shadow: 0.1rem 0.1rem 0.8rem #000;*/
	text-shadow:
    0 0 6px rgba(0,0,0,1),
    0 0 12px rgba(0,0,0,0.9),
    0 0 20px rgba(0,0,0,0.7),
    0 3px 6px rgba(0,0,0,1);
	font-size: 2.5rem;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
	font-family: 'Khand';
}
/*Footer*/
.hero-footer {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: #fff;
}
.hero-image { 
  position: absolute;
  inset: 0;
  background: url('/assets/img/layout/footer-bg.webp') top center / cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 39.9375em) {
	.hero-image {
		background: url('/assets/img/layout/frischfrucht-konrad-footer-small.webp') top center / cover no-repeat;
	}
}
.green-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 360px;
  z-index: 2;
}
.green-panel-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 39.9375em) {
	.green-panel-shape{
		width: 200%;
		left: -50%;
	}
}
.green-panel-shape path {
  fill: #569c06;
  fill-opacity: 0.95;
}
.green-panel-content {
  position: relative;
  z-index: 3;
  height: 100%;
  /*display: flex;
  align-items: flex-end;*/
  padding-bottom: 36px;
}
.green-panel-content .cell {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}
.green-panel-content b {
  font-weight: 700;
}
.green-panel-content a {
  color: #fff;
  text-decoration: none;
}
.green-panel-content a:hover,
.green-panel-content a:focus {
  text-decoration: underline;
}
.footer-outer{
	background-color: rgba(86, 156, 6, 0.95);
	z-index: 3;
    position: relative;
}
@media screen and (max-width: 2200px) {
	.footer-outer, .green-panel {
		padding-bottom: 7rem;
	}
	.green-panel-content{
		bottom: -100px;
	}
}
.footer, .footer a {
	color: #fff;
}
.footer ul {
    list-style: none;
}
.footer li::before {
    content: "»";
    margin-right: 0.5em;
}
@media screen and (max-width: 1024px) {
	.green-panel-content{
		bottom: -150px !important;
	}
	.green-panel {
		height: 480px;
	}
	.footer ul {
		margin-top: 1.5rem;
		padding-bottom: 3rem;
	}
	.footer li {
		width: 33%;
		float: left;
	}
	
}
@media screen and (max-width: 639px) {
	.green-panel {
		height: 680px;
	}
	.green-panel-content {
        bottom: -170px !important;
    }
}
/* Helper */
img.rot{
    border: solid 8px #be0409;
}
img.orange{
    border: solid 8px #f29b2e;
}
img.blau{
    border: solid 8px #067dcd;
}
.cblock a.extlink:after
{
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    padding-left:7px;
    font-size: 1em;
    font-weight: 600;
}
.cblock a.no-extlink:after{
    content: "" !important;
}
.button{
	border-radius: 0.5rem;
}
.button-order{
	background-color: #f29b2e;
	color: #fff;
	padding-left: 3rem;
    padding-right: 3rem;
	font-size: 1.2rem; 
}
.button-order:hover, .button-order:focus{
	background-color: #569c06;
}
.button-order-add{
	background-color: #569c06;
	color: #fff;
	padding-left: 3rem;
    padding-right: 3rem;
	font-size: 1rem; 
}
.button-order-add:hover, .button-order-add:focus{
	background-color: #f29b2e;
}
/* PDF Link */
.cblock a.pdflink:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f1c1";
    padding-right: 0.5rem;
}
/* Navigation */
#navigation{
    padding-bottom: 15px;
}
/*
.main-nav ul {
    width: 100%;
}
.main-nav li {
	float: left;
	list-style: none;
	padding-right: 25px;
}
*/
.main-nav{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.main-nav li a{
	font-size: 1.5vw;
	color: #2f5d34 ;
	font-weight: bold;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.main-nav ul > li {
    padding: 0 2.5%;
    text-align: center;
    width: -webkit-fill-available;
}
.main-nav ul li a {
  position: relative;
  transition: transform 0.6s ease;
}
.main-nav ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  height: 2px;
  background-color: #f29b2e;
  transition: width 0.6s ease;
}
.main-nav ul > li > a:hover, .main-nav ul > li.active > a{
  transform: scale(1.05);
}
.main-nav ul > li > a:hover::after, .main-nav ul > li.active > a::after {
  width: 100%;
}
/* Mobilnav */
.off-canvas-wrapper{
	z-index: 998;
}
.off-canvas{
	background: #fff;
	z-index: 999;
}
.mobil-nav{
    width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.off-canvas a{
	color: #000;
}
.off-canvas a:hover, .off-canvas a:focus{
	color: #569c06 ;
	text-decoration: underline;
}
.top-bar-title{
	text-align: right;
}
.mobil-nav .top-bar-menu{
    color: #2f5d34;
}
.menu-icon.dark::after{
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.mobil-nav .menu-icon.dark::after{
    background: #2f5d34;
    box-shadow: 0 7px 0 #2f5d34, 0 14px 0 #2f5d34;
}
.mobil-nav a{
    color: #2f5d34;
}
.mobil-nav li:hover a{
    font-weight: bold;
}
.mobil-nav li li a, .mobil-nav li:hover li a{
    font-weight: normal;
}
.mobil-nav li li:hover a{
    font-weight: bold;
}
.menu{
	margin-top: 1rem;
}
.menu > a{
	color: #0a0a0a !important;
}
.menu .active > a{
    text-decoration: none;
	background: #569c06 !important;
	color: #fff !important;
}
/* Sidenavigation */
.sidenav ul{
    list-style: none;
}

.sidenav .level1{
    font-size: 1.6rem;
    padding-left: 30px;
}
.sidenav .level2 {
    font-size: 1.3rem;
}
.sidenav .level1::before {
    position: absolute;
    content: url(/assets/img/layout/navicons_level1.png);
    margin-left: -30px;
}
.sidenav .level2::before {
    padding-right: 10px;
    content: url(/assets/img/layout/navicons_level2.png);
}
.sidenav li.active .level2 {
    display: block;
}
/* Termine */
.terminlist{
    padding-bottom: 25px;
}
.day, .month, .year{
	text-align: center;
	color: #ffffff;
	margin-bottom: -5px;
	background: #0f5075;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
.day::after{
	display: block;
    border: inset 6px;
    content: '';
    border-left-style: solid;
    border-color: transparent transparent transparent #efeac7;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.month, .year{
	font-size: 1.2rem;
}
/** Timeline v2 **/

.timelines h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 32px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 80px 0;
}
.all-timelines {
	position: relative;
}
.timelines h2 {
	text-align: center;
	color: #0a0a0a;
	font-weight: 600;
	margin-bottom: 40px;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: #006e9d;
	top: 20px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: #006e9d;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: #0a0a0a;
	display: block;
	width: 100%;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: #006e9d;
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%; 
	}
	.single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	}
}
@media all and (max-width: 575px) {
}
@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}
}

/** Timeline V2 - ENDE **/
/* Blog */
.posts{
    padding-top: 25px;
}
.post_date{
    padding-right: 5px;
}
.post_text{
    padding-left: 15px;
}
.post{
	padding-bottom: 25px;
}
.post h2{
		font-size: 1.5rem;
		line-height: 1.1;
}
.post h2 a{
	color: #e30613;
	font-size: 1.5rem;
}
.vorschau{
	border: solid 5px #5a5a5a;
}
.day{
	font-size: 2rem;
	font-weight: bold;
	background: #e30613;
}
.month, .year{
	font-size: 1.2rem;
	background: #9d9c98;
}
.readmore{
	background-color: transparent;
	border: 1px solid #5a5a5a;
    border-radius: 5px;
    color: #5a5a5a;
    padding-left: 35px;
    padding-right: 35px;
    float: right;
}
.readmore:hover, .readmore:focus {
    background-color: #ebebeb;
    color: #5a5a5a;
}
.aktuelles a.readmore{
    position: absolute;
    bottom: 0;
}
.paging{
	padding-bottom: 25px;
}
.paging li:before{
	content: none !important;
}
.paging li{
	float:left;
	list-style: none;
	padding-right: 15px;
}
.blogTags h3, .blogArchiv h3{
    color: #0f5075;
    font-size: 1.5rem;
}
.blogTags a, .blogArchiv a{
	color: #5a5a5a;
}
.blogTags ul, .blogArchiv ul{
    list-style: none;
}
/* Kontakt */
.faerstaeggt {
    display: none;
}
.content input.error, .content textarea.error, .content div.error {
    border-color: #ff0000;
}
.content div.error {
    border: dotted 1px #ff0000;
}
.alert .alert-error{
    color: #ff0000;
}
.kontaktForm tbody tr:nth-child(even), .kontaktForm tr{
    background: none;
}
.kontaktForm tbody{
    border: none;
}
/*Bestellform*/
tr.tb-bk td{
	padding-top: 1.5rem;
}
tr.tb-bk-2{
	border-bottom: solid 3px #569c062e;
}
/* Gallerie */
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
	margin-left: 1rem;
	margin-right: 1rem;
    box-shadow: 5px 5px 10px 0px #3b3b3b;
    line-height: 0;
    border-radius: 2rem;
	border: none;
}
a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px #2f5d34;
}
/* CookieMeldung  */
.cookiePopUp{
    background: #fff;
    position: sticky;
    bottom: 0;
    width: 100%;
}
.uc-btn-footer-container{
    text-align: center;
}
#uc-banner-modal{
    display: none !important;
}
#usercentrics-button #uc-banner-modal .uc-banner-content{
    background-color: #fff !important;
}
#usercentrics-button #uc-banner-modal .uc-optin-description{
    color: #000 !important;
}
#uc-btn-deny-banner, #uc-btn-more-info-banner{
    color: #ffffff !important;
    background-color: #dadada !important;
}
#uc-btn-accept-banner{
    color: #0b1932 !important;
    background-color: #fedc33 !important;   
}
/* Back to Top */
	.cd-top {
		z-index:500;
		display: inline-block;
	  	height: 40px;
	  	width: 40px;
	  	position: fixed;
	  	bottom: 53px;
	  	right: 10px;
	  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  	overflow: hidden;
	  	text-indent: 100%;
	  	white-space: nowrap;
	  	background: rgba(120, 138, 146, 0.8) url(/assets/img/layout/cd-top-arrow.svg) no-repeat center 50%;
	  	/*visibility: hidden;*/
	  	opacity: 0;
	  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	  	transition: opacity .3s 0s, visibility 0s .3s;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	  	transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  	opacity: .5;
	}
	.no-touch .cd-top:hover {
	  	background-color: #788a92;
	  	opacity: 1;
	}
/* 4K-Anpassungen  */
@media screen and (min-width: 1980px){
    .main-nav li a{
        font-size: 1.6rem;    
    }
    .banner img{
        width: 100%;
    }
}