body{
	/*background:url(../images/bg-pattern.png);*/
	background-color: #f8f8f8;
	font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
}
/*---------------------------------------
 **   Fonts          -----
-----------------------------------------*/
a {
	color: #ab5b2a;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:hover{
	color: #3c3c3b
}
/*---------------------------------------
 **   Headlines           -----
-----------------------------------------*/
h1,h2,h3,h4{
	font-family: p22-stanyan,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
h1{
	font-size: 50px
}
h2{
	font-size: 40px;
}
h3{
	font-size: 25px;
}
h4{
	font-size: 22px
}
 .bottom-line{
 	position: relative;
 	padding-bottom: 15px;
 }
 .bottom-line:after{
		content: "";
		background-image: url(../images/headline-line.svg);
		width: 220px;
		height: 7px;
		bottom: 0;
		left: 0;
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
	}


.subhead{
	font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  color: #ab5b2a;
  font-size: 20px;
  letter-spacing: .150rem;
}


ul.list-inline li:not(:last-child) {
    margin-right: .5rem;
}
ul.list-inline li {
    display: inline-block;
}


	.info-box{
		padding: 30px;
		border-radius: 15px;
		margin-bottom: 30px;
		position: relative;
		background: #fff
	}
/*---------------------------------------
 **   Farben          -----
-----------------------------------------*/
.white{
	color: #fff;
}
.beige{
	color: #f7efea
}
.orange{
	color: #ab5b2a
}
.beige-bg{
	background-color: #f7efea
}

.white-bg{
	background-color: #fff
}
.orange-bg{
	background-color: #ab5b2a
}
/*---------------------------------------
 **   Button           -----
-----------------------------------------*/
.button, .single-produkte .wpfp-span{
	background: #f7efea;
    color: #212529;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: p22-stanyan,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-box-shadow: 2px 2px 0 2px #ab5b2a;
    box-shadow: 2px 2px 0 2px #ab5b2a;
    padding: 8px 20px;
    line-height: 1;
    border:1px solid #ab5b2a;
    border-radius: 1px;
    letter-spacing: 0.03em;
   	display: inline-block;
   	position: relative;
   	transform: translateY(0);
   	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.button:hover, .single-produkte .wpfp-span:hover{
	transform: translateY(2px);
	color: #212529;
}
.wpfp-span a{
	color: inherit;
}
table._brlbs{
	margin: 0 -0.3rem
}
._brlbs-btn-cookie-preference{
	margin-bottom: 30px;
}
h4._brlbs, h3._brlbs{
	margin-top: 20px;
	margin-bottom: 10px
}
/*Forms*/


label img{
	opacity: .4;
	z-index: 1
}


 label.active img{
	opacity: 1
}
.wpcf7 p{
	margin-bottom: 0;
}
.form-group.produkte{
	background: #f2ede9;
	border: 1px solid #e8d6ce;
	padding: 20px;
	border-radius: .25rem;
	margin-bottom: 30px;
}

.produkt-check .form-check-input[type=checkbox]{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.produkt-check .form-check-label{
	position: relative;
	font-family: p22-stanyan,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 120%;
}
.produkt-check label.active:before{
	 font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
	font-size: 32px;
	color: #1abc9c;
	display: block;
	background-color: transparent;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;

}


/*---------------------------------------
 **   Elements         -----
-----------------------------------------*/
.site-content{
	    padding: 85px 0 0;
}

header.section-header h2{
	font-size: 50px;
}

.content-area{
	padding: 120px 0
}

.full-bg{
	background-size: cover;
	background-position: center center;

}
.bg-overlay{
	position: relative;
}
.bg-overlay:after{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	position: absolute;
	z-index: 1
}
.border-brush-top, .border-brush-top-grey{
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 100%;
	margin: -20px 0;
	z-index: 3
}
.border-brush-top:before, .border-brush-top-grey:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	z-index: 2;
	height:40px;
	width: 100%;
	background-position: center;
	background-size: cover;
    background-repeat-y: no-repeat;
	background-image: url(../images/brush-border.svg);

}
	.border-brush-top-grey:after{
		background-image: url(../images/brush-border-grey.svg);
	}
	.half-brush-border.border-brush-top-grey:after{
		left: -49.9555%;
	}
	.half-brush-border.border-brush-top:before{
		left: 49.9555% ;
	}



	.owl-dots, .owl-theme .owl-nav{
		text-align: center;
	}
	 .owl-dots .owl-dot {
	    display: inline-block;
	    zoom: 1;
	}
	.owl-dots .owl-dot span {
	    width: 10px;
	    height: 10px;
	    margin: 5px 7px;
	    background: #D6D6D6;
	    display: block;
	    -webkit-backface-visibility: visible;
	    transition: opacity .2s ease;
	    border-radius: 30px;
	}
	.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	    background: #869791;
	}

    .owl-nav .owl-next, .owl-nav .owl-prev {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .owl-nav .owl-next {
        right: 0;
        display: flex;
        margin-right: 2%;
        font-size: 25px !important;
    }
    .owl-nav .owl-prev{
        left: 0;
        display: flex;
        margin-left: 2%;
        font-size: 25px !important;
    }

	.accordion-item{
		border-top: 1px solid #000;
		border-bottom: 1px solid #000
	}
	.accordion-item:first-of-type{
		border-bottom: 0
	}
	.accordion-item:first-of-type .accordion-button {
	    border-radius: 0;
	  
	}

	.accordion-item:last-of-type .accordion-button.collapsed {

	    border-radius: 0;
	}

	.accordion-button{
		border: none;
	}
	.accordion-collapse{
		border: none;
	}
	.accordion-body{
		
	}
	.accordion-button:not(.collapsed){
		background-color: transparent;
		border-bottom: 1px solid #000
	}

	.accordion-header button.accordion-button{
		font-size: 20px;
		color: #ab5b2a;
		text-transform: uppercase;
		padding: 1rem
	}
	.accordion-body {
	    padding: 1rem;
	}
	.mb-30{
		margin-bottom: 30px
	}

	img.alignleft{
		float: left;
    	margin-right: 10px;
	}
/*---------------------------------------
 **   Navbar           -----
-----------------------------------------*/
.navbar{
	background-color: #f7efea;
	border-bottom: 1px #d2d1d2 solid;
	z-index: 100
}
.navbar .navbar-brand{
	padding-right: 50px;
}

.navbar .navbar-brand img{
	width: 180px;
}
.navbar .navbar-nav li a{
	font-family: p22-stanyan,sans-serif;
    font-weight: 400;
    font-style: normal;
    color:  #212529;
    padding: 4px 12px;
    font-size: 20px;
    text-transform: uppercase;
}
.navbar .navbar-nav li a:hover{
	color: #ab5b2a
}
.navbar .button .badge{
	background: #e20a28;
    border-radius: 50%;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    display: block;
    padding: 4px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: -8px;
    text-align: center;
}
.navbar-light .navbar-toggler{
	-webkit-box-shadow: 2px 2px 0 2px #ab5b2a;
    box-shadow: 2px 2px 0 2px #ab5b2a;
        border: 1px solid #ab5b2a;
}


.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(33 37 41)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(171 91 42)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}
/*---------------------------------------
 **   Login Form          -----
-----------------------------------------*/
#loginform-custom label{
	display: block;

}
#loginform-custom input[type="password"],#loginform-custom input[type="text"] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*---------------------------------------
 **   Section: Home          -----
-----------------------------------------*/
	section.home-header{
		height: calc(100vh - 85px);
		overflow: hidden;
		background:no-repeat 20% 40%/cover url(../images/home-header.png), url(../images/bg-pattern.png) left top repeat;
	}
	section.home-header > div{
		overflow: hidden;
	}
	section.home-header .title-line{
		padding-top: 12vw
	}

	section.home-header .title-line h2{
		font-size: 50px
	}
	section.home-header .arrow{
	position: absolute;
	bottom: 110px;
	left: 50%;
    transform: translate(-50%, 0);
    font-size: 25px;

	}
	section.home-header  a.arrow:hover{
		color: #ab5b2a
	}

	section.home-header .backtag-circle{
		top: 160px;
    	right: 80px;
    	z-index: 1;
    	transform: scale(1) rotate(10deg);
    	-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;

   	}
   	section.home-header .backtag-circle:hover{
   		transform: scale(1.1) rotate(10deg);
   	}
	@media (min-width: 960px) {

		section.home-header .backtag-circle{
			width: 150px;
    	height: 150px;
		}
		section.home-header .backtag-circle div {
			    font-size: 18px;
			    line-height: 1.1;
		}
		section.home-header  .backtag-circle small {
		    font-size: 0.9rem;
		}

		section.home-header .backtag-circle span{
			font-size: 30px
		}
	}
	.bounce {
	  animation: bounce 2s infinite;
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    transform: translateY(0);
	  }
	  40% {
	    transform: translateY(-30px);
	  }
	  60% {
	    transform: translateY(-15px);
	  }
	}

/*---------------------------------------
 **   Section: Über      -----
-----------------------------------------*/
	section.ueber{
		background-image: url(../images/amuhele-stichzeichnung.png);
		background-color: #f7efea;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 70%;
	}
/*---------------------------------------
 **   Section: Ribbons          -----
-----------------------------------------*/
	section.ribbon .ribbon-content{
		position: relative;
		z-index: 2;
	}
	.home section.ribbon .ribbon-content h2{
		font-size: 50px;
	}
	section.ribbon .ribbon-content h3{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 300;
		letter-spacing: .150rem;
		line-height: 1.2
	}
	section.ribbon .ribbon-content h2.bottom-line{
		margin-bottom: 20px;
	}
	section.ribbon .ribbon-content h2.bottom-line:after{
		content: "";
	    position: absolute;
	    height:10px;
	    width: 190px;
	    bottom: -10px;
	    left: 50%;
	    right: 50%;
	    transform: translateX(-50%) translateY(-50%);
	}

	/*Fresh*/
	section.ribbon .ribbon-content h2{
		font-size: 35px
	}

	section.ribbon.fresh .ribbon-content{
		padding: 75px 0
	}
	/*Anbau*/
	section.ribbon.anbau.bg-overlay:after{
		background: rgb(255,255,255);
		background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 40%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 40%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(270deg, rgba(255,255,255,0) 40%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	}
	section.ribbon.anbau .ribbon-content{
		padding-bottom: 140px;
	}
/*---------------------------------------
 **   Section: Produkte         -----
-----------------------------------------*/
	.product-box{
		margin-bottom: 30px;
	}
	.product-box a{
		color: #212529;
	}
	.product-box a:hover{
		color: #ab5b2a;
	}
	.product-box a img{
   	transform: translateY(0);
   	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
	.product-box a:hover img{
		transform: translateY(-3px);
	}
	.product-box h3{
		position: relative;
		margin-bottom: 30px;
		font-size: 1.85rem;
		padding-bottom: 10px;
	}
	.product-box h3.bottom-line:after{
		content: "";
	    position: absolute;
	    height: 6px;
	    width: 150px;
	    bottom: -10px;
	    left: 50%;
	    right: 50%;
	    transform: translateX(-50%) translateY(-50%);
	}
/*---------------------------------------
 **   Section: Kurse        -----
-----------------------------------------*/
	section.kurse .kurse-box{
		padding: 30px;
		border-radius: 15px;
		
	}
	section.kurse .kurse-box .kurse-info{
		margin-right: 15px;
		margin-top: -15px;
	}

	.termin-holder{
	 position: relative;
	}
	.termin-holder:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 10px;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(247,239,234,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(247,239,234,1) 100%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 20%, rgba(247,239,234,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7efea",GradientType=1);
		width: 20px;
	}
	.termin-holder ul{
	    list-style-type:none;
	    white-space:nowrap;
	    overflow-x:auto;
	   
	}
	.termin-holder ul::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 7px;
	  height: 7px
	}
	.termin-holder ul::-webkit-scrollbar-thumb {
	  border-radius: 3px;
	  background-color: #ab5b2a;
	}
	.termin-holder ul li:last-child{
		margin-right: 15px;
	}
	.termin-holder ul li:not(:last-child):after{
		content: " |";
		position: relative;
		}
	.termin-holder ul li, .termin-holder ul li a, .termin-holderul li:not(:last-child):after{
		font-family: p22-stanyan,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 40px;
		color: #212529
	}
	.termin-holder ul li a:hover{
		color:  #ab5b2a
	}

	section.kurse img.anmelden{
		width: 140px;
		height: 140px;
		position: absolute;
		top: -40px;
		right: -40px;
		z-index: 1
	}
/*---------------------------------------
 **   Section: Bewertung       -----
-----------------------------------------*/
.bewertung-carousel span.bottom-line{
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.bewertung-carousel span.bottom-line:after{
	left: 50%;
    transform: translateX(-50%);
}
/*---------------------------------------
 **   Page          -----
-----------------------------------------*/
	.page-img-header{
		height: 530px;
		color: #fff;
		position: relative;

	}
	.page-img-header header{
		z-index: 2
	}
	.page-img-header:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 1
	}

/*---------------------------------------
 **   Timeline         -----
-----------------------------------------*/
	.page-template-template-aumuehle .main-content{
		padding-bottom: 230px;
	}
	.timeline{
		margin-top: -230px;
	    position: relative;
	    z-index: 4;
	}
	.timeline .owl-stage-outer{
		margin-bottom: 15px;
	}
	.timeline .timeline-item{
		color: #fff;
		padding: 20px;
    	border-radius: 15px;
	}
	.timeline .timeline-item .content{
		position: relative;
		padding:15px 0 5px
	}
	.timeline .timeline-item .content:before, .timeline .timeline-item .content:after{
		content: "";
	    position: absolute;
	    
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 2;
	    height: 4px;
	    width: 100px;
	    background-position: center;
	    background-repeat-y: no-repeat;
	    background-image: url(../images/footer-nav-line.svg);

	}
	.timeline .timeline-item .content:before{
		top: 0px;
	}
	.timeline .timeline-item .content:after{
		bottom: 0
	}

/*---------------------------------------
 **   Gallery         -----
-----------------------------------------*/
	.galerie-box .gallery-trigger:hover{
		cursor: pointer;
	}

	.galerie-box .content{
		background: #f8f8f8;
		padding: 15px;
		margin-top: -48px;
		position: relative;
		z-index: 1;
		margin-bottom: 30px;
	}

	.galerie-box .content button{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    color: #ab5b2a;
    letter-spacing: .150rem;
    background: transparent;
    border:none;
    text-transform: uppercase;
    padding: 0
}
/*---------------------------------------
 **   Page: Backtage        -----
-----------------------------------------*/
	.backtage-box{
		padding: 30px;
	    border-radius: 15px;
	    background: #fff;
	    position: relative;
	}
	.backtage-box h3{
		padding-right: 100px;
	}
	.backtag-circle{
	    width: 120px;
	    height: 120px;
	    border-radius: 50%;
	    text-align: center;
	    background-image: url(../images/round-bg.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    color: #fff;
	    position: absolute;
	    top: -40px;
	    right: -20px;
	    transform: rotate(10deg);
	}
	.backtag-circle .aligner {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	  text-align: center;
	}
	.backtag-circle div{
		   padding: 0 5px 0px;
    	line-height: 1.22;
    	font-size: 14px;
    	text-transform: uppercase;
	}
	.backtag-circle small{
		font-size: 0.7rem;
		display: block;
	}
	.backtag-circle span{
		font-family: p22-stanyan,sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    text-transform: uppercase;
	    font-size: 21px;
	}
	.backtag-circle-2{
	    width: 200px;
	    height: 200px;
	    border-radius: 50%;
	    text-align: center;
	    background-image: url(../images/round-bg.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    color: #fff;
	    position: absolute;
	    bottom: 200px;
	    right: 80px;
	    transform: rotate(10deg);
		transition: all .5s;
	}

@media screen and (max-width: 480px) {
		.backtag-circle-2{
	    	right: 10px!important;
		}
}

@media screen and (max-width: 767px) {
		.backtag-circle-2{
	    	right: 20px;
		}
}

.backtag-circle-2:hover{
   		transform: scale(1.1) rotate(10deg);
   	}
	.backtag-circle-2 .aligner {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	  text-align: center;
	}
	.backtag-circle-2 div{
		   padding: 0 5px 0px;
    	line-height: 1.22;
    	font-size: 14px;
    	text-transform: uppercase;
	}
	.backtag-circle-2 small{
		font-size: 1rem;
		display: block;
	}
	.backtag-circle-2 span{
		font-family: p22-stanyan,sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    text-transform: uppercase;
	    font-size: 1.8rem;
	}
/*---------------------------------------
 **   Single Produkt     -----
-----------------------------------------*/
	section.produkt-header{
	    background: rgb(255,255,255);
	    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(247,239,234,1) 60%, rgba(247,239,234,1) 100%);
	    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(247,239,234,1) 60%, rgba(247,239,234,1) 100%);
	    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(247,239,234,1) 60%, rgba(247,239,234,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7efea",GradientType=1);
	}
	.mx-line{
		display: flex;
		overflow: hidden;
	}
	.mx-line h2{
		position: relative;
		margin: 0 auto;
		padding: 0 5px;
	}
	.mx-line h2:before, .mx-line h2:after{
		content: "";
		background-image: url(../images/headline-line.svg);
		width: 150px;
		height: 6px;
		top: 15px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
	}
	.mx-line h2:before{
		right: 100%;
		background-position: right;
	}
	.mx-line h2:after{
		left: 100%;
		background-position: left;
	}


	/*Ribbon*/

	.single-produkte section.ribbon.bg-overlay:after{
		background: rgb(255,255,255);
		background: -moz-linear-gradient(40deg, rgba(255,255,255,0) 35%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(40deg, rgba(255,255,255,0) 35%, rgba(0,0,0,0.7) 100%);
		background: linear-gradient(40deg, rgba(255,255,255,0) 35%, rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
	}
	.single-produkte section.ribbon .ribbon-content{
		padding-bottom:15vw;
	}

	/*---------------------------------------
	 **   Page Kurse     -----
	-----------------------------------------*/
	
	.kruse-info-box{
		padding: 30px;
		border-radius: 15px;
		margin-bottom: 30px;
		position: relative;
		background: #fff
	}
	.kruse-info-box img{
		position: absolute;
		right: -15px;
		top: -30px;
		max-width: 180px;
	}
	.kurs-filter{
		background: #ededed;
		padding: 15px;
		border-radius: 15px;
		margin-bottom: 30px;
	}

	.kurse .kurse-box {
	    padding: 30px;
	    border-radius: 15px;
	    margin-bottom: 45px;
	}
	.kurse .kurse-box h3{
		padding-right: 95px;

	}
	.kurse .kurse-box a{
		color: inherit;
	}
	.event-date{
		font-family: p22-stanyan,sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
	    text-align: center;
	    vertical-align: middle;
		background:#ab5b2a;
	    font-size: 22px;
	    padding: 5px 15px;
	    line-height: 1.1em;
	    color: #fff;
	    right: 0;
	    top:0;
	    border-radius: 0 10px 0 10px;
	    position:absolute;
	    color: #f7efea
	}
	.event-date span{
		display: block;

	}
	.event-date span.time{
		font-size: 80%;
	}


	/*---------------------------------------
	 **   Page Kurs - Edoobox     -----
	-----------------------------------------*/
		.kurs-template .container-xxl > div{
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
		}
		.kurs-template .container-xxl div[class*=col-]{
			margin: 0px;
   			padding: 0 1.5rem;
		}
/*---------------------------------------
 **   Footer           -----
-----------------------------------------*/
	footer .primary-footer{
		background-color: #ab5b2a;
		color: #d2d1d2;
		text-transform: uppercase;
		padding: 30px 0
	}
	footer .primary-footer a{
		color: #d2d1d2;
	}
	footer .primary-footer a:hover{
		color: #fff;
	}	
	footer ul.footer-nav{
		position: relative;
		padding: 25px 0;
		margin: 10px 0
	}
	footer ul.footer-nav:before,footer ul.footer-nav:after{
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		height:3px;
		width: 200px;
		background-position: center;
	    background-repeat-y: no-repeat;
		background-image: url(../images/footer-nav-line.svg);
	}
	footer ul.footer-nav:after{
		top: inherit;
		bottom: 0px
	}
	footer ul.footer-nav li:not(:last-child){
		margin-right: 1.5rem
	}
	footer ul.footer-nav li a{
		font-family: p22-stanyan,sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 25px;
	}
	footer .secondary-footer{
		background-color: #3c3c3b;
		color: #d2d1d2;
		padding: 15px 0;
	}
/*---------------------------------------
 **   Responsive            -----
-----------------------------------------*/

@media (max-width: 1700px) {
	section.uber{
		background-size: 70%
	}

}
@media (max-width: 1400px) {
	.backtage-box .circle{
	    right: 20px;
	}
	.page-img-header{
		height: 380px
	}
}
@media (min-width: 768px) and (max-width: 1024px) {

}

@media (max-width: 992px) {

	section.home-header{
		background:no-repeat 38% bottom/cover url("../images/home-header.png"),  url(../images/bg-pattern.png) left top repeat
	}

	.content-area{
		padding: 70px 0
	}
	section.ueber{
		background-position: 30vw bottom;
    	background-size: 90%;
	}
	.navbar-nav{
		text-align: center;
	}
	.navbar .navbar-nav li:not(:last-child){
		border-bottom: 1px solid #e8d6ce;
		padding: 5px 0
	}
	.navbar .navbar-nav li a{
		font-size: 24px
	}

	.navbar .button{
		padding: 8px 10px;
	}

}
@media (max-width: 767px) {
	body{
		font-size: 16px;
	}
	.site-content {
	    padding: 70px 0 0;
	}

	.content-area{
		padding: 40px 0
	}
	h1{
		font-size: 35px
	}
	h2 {
	    font-size: 30px;
	}
	h3{
		font-size: 25px;
	}

	.subhead {
		font-size: 16px
	}
	.button, .button, .single-produkte .wpfp-span{
		font-size: 16px;
	}
	.accordion-header button.accordion-button {
	    font-size: 18px;
	    padding: .75rem;
	}
	section.ribbon .ribbon-content h2, section.ribbon .ribbon-content h3 {
		font-size: 20px;
	}
	section.home-header{
		background:no-repeat 42% bottom/cover url("../images/home-header.png"),  url(../images/bg-pattern.png) left top repeat;
		height: calc(100vh - 70px);
	}
	section.home-header .title-line h2 {
	    font-size: 45px;
	}
	section header.section-header h2 {
	    font-size: 36px;
	}
	.page-img-header {
		height: 320px
	}
	.product-box h3 {
	    margin-bottom: 20px;
	    font-size: 1.65rem;
	    padding-bottom: 5px;
	}
	section.ueber{
		padding-bottom: 20vw;
    	background-position: right bottom;
    	background-size: 80%;
	}
	section.kurse .kurse-box {
		padding: 20px;
	}
	section.kurse .kurse-box ul li a{
		font-size: 30px;
	}
	section.kurse img.anmelden {
	    width: 100px;
	    height: 100px;
	    top: -20px;
	    right: -20px;
	}
	.home section.ribbon .ribbon-content h2{
		font-size: 35px;
	}

	footer ul.footer-nav li:not(:last-child){
		margin-right: 0
	}
	footer ul.footer-nav.list-inline li{
		display: block;

	}
	.backtag-circle{
	    width: 100px;
	    height: 100px;
	    top: -30px;
	    right: 20px;
	}
	.backtag-circle div{
		font-size: 12px;
	}
	.backtag-circle small {
	        font-size: 0.6rem;
	}
	.backtag-circle span {
		font-size: 22px;
	}
	.navbar .navbar-brand img {
	    width: 130px;
	}
	section.home-header .backtag-circle {
    	top: 130px;
	    right:20px;
	}

}
@media (max-width: 480px) {

	
	body {
	    font-size: 15px;
	}

	h1{
		font-size: 30px;
		margin-bottom: 15px
	}
	h2 {
	    font-size: 25px;
	}
	h3{
		font-size: 25px;
	}
	.bottom-line {
		padding-bottom: 12px;
	}
	.bottom-line:after {
		width: 145px;
	}
	.mx-line h2:before, .mx-line h2:after{
		    top: 9px;
	}
	header.section-header h2 {
	    font-size: 35px;
	        line-height: .95;
	}
	.product-box h3 {
	    font-size: 1.4rem;
	}

	section.home-header{
		background:no-repeat 42% 65px/cover url("../images/home-header.png"),  url(../images/bg-pattern.png) left top repeat

	}
	section.home-header .title-line h2{
		    font-size: 35px;
	}
	.content-area {
	    padding: 30px 0;
	}
	.page-img-header {
		height: 220px
	}
	.navbar .navbar-brand img {
	    width: 120px;
	}
	.produkt-check .form-check-label {
		font-size: 80%
	}
	.form-select{
		font-size: .75rem;
	}
	form button, form .button{
		padding: 5px 10px;
	}
	.navbar .navbar-brand{
		padding-right: 0
	}
	section.home-header .backtag-circle {
    	top: 130px;
	    right: 10px;
	}
}

.neue_sorti{
	background-color: #ab5b2a;
	color: #fff;
	padding: 0.5rem 1rem;
}

.kontaktdaten br{
	display: none;
} 
.kontaktdaten p{
	display: none;
}
.kontaktdaten .mb-3 p{
	display: block!important;
}

textarea.form-control.produkt-edit-text {
    height: 110px;
}






.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* footer footnotes */
footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* Bootstrap Docs */
.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}
.bs-example-padded-bottom {
    padding-bottom: 24px;
}
@media (min-width: 768px){
  .bs-example {
      margin-right: 0;
      margin-left: 0;
      background-color: #fff;
      border-color: #ddd;
      border-width: 1px;
      border-radius: 4px 4px 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}
.bs-example+.code {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
@media (min-width: 768px){
  .bs-example+.code {
      margin-top: -16px;
      margin-right: 0;
      margin-left: 0;
      border-width: 1px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
  }
}
/* CodeMirror Bootstrap Theme */
.cm-s-bootstrap .cm-comment {
	font-style: italic;
	color: #999988;
}
.cm-s-bootstrap .cm-number {
	color: #F60;
}
.cm-s-bootstrap .cm-atom {
	color: #366;
}
.cm-s-bootstrap .cm-variable-2 {
	color: #99F;
}
.cm-s-bootstrap .cm-property {
	color: #99F;
}
.cm-s-bootstrap .cm-string {
	color: #DD1144;
}
.cm-s-bootstrap .cm-keyword {
	color: #069;
}
.cm-s-bootstrap .cm-operator {
	color: #555;
}
.cm-s-bootstrap .cm-qualifier {
	color: #0A8;
}

body {
	position: relative;
}

.vorbestellungen-circle {
	position: absolute;
	top: 10%;
	right: 35px;
	z-index: 10;
}

.backtag-circle-3 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    background-image: url(../images/round-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    bottom: 200px;
    right: 80px;
    transform: rotate(10deg);
    transition: all .5s;
}

@media screen and (max-width: 480px) {
		
.vorbestellungen-circle{
	top: 5%;
	right: 10px;
		}
}

@media screen and (max-width: 767px) {
	
	
.backtag-circle-3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    background-image: url(../images/round-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    bottom: 200px;
    right: 80px;
    transform: rotate(10deg);
    transition: all .5s;
}

.vorbestellungen-circle{
	top: 5%;
	right: 10px;
		}
	.backtag-circle-3 small{
		font-size: 1rem;
		display: block;
	}
	.backtag-circle-3 span{
		font-family: p22-stanyan,sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    text-transform: uppercase;
	    font-size: 1rem!important;
	}
		.backtag-circle-3 div{
		   padding: 0 5px 0px;
    	line-height: 1.22;
    	font-size: 12px;
    	text-transform: uppercase;
	}
}

.backtag-circle-3:hover{
   		transform: scale(1.1) rotate(10deg);
   	}
	.backtag-circle-3 .aligner {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	  text-align: center;
	}
	.backtag-circle-3 div{
		   padding: 0 5px 0px;
    	line-height: 1.22;
    	font-size: 14px;
    	text-transform: uppercase;
	}
	.backtag-circle-3 small{
		font-size: 1rem;
		display: block;
	}
	.backtag-circle-3 span{
		font-family: p22-stanyan,sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    text-transform: uppercase;
	    font-size: 1.5rem;
	}

@media screen and (max-width: 480px) {
		
.vorbestellungen-circle{
	top: 5%;
	right: 10px;
		}
}

@media screen and (max-width: 767px) {
	
	
.backtag-circle-3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    background-image: url(../images/round-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    bottom: 200px;
    right: 80px;
    transform: rotate(10deg);
    transition: all .5s;
}

.vorbestellungen-circle{
	top: 5%;
	right: 20px;
		}
	.backtag-circle-3 small{
		font-size: 1rem;
		display: block;
	}
	.backtag-circle-3 span{
		font-family: p22-stanyan,sans-serif;
	    font-weight: 400;
	    font-style: normal;
	    text-transform: uppercase;
	    font-size: 1rem!important;
	}
		.backtag-circle-3 div{
		   padding: 0 5px 0px;
    	line-height: 1.22;
    	font-size: 12px;
    	text-transform: uppercase;
	}
}



/* 1. Layout-Korrektur für selbstgebaute Themes */
    .woocommerce div.product {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    
    /* Linke Spalte (Bilder) */
    .woocommerce div.product div.images {
        width: 48%;
        float: none !important; /* Überschreibt Standard WC floats */
    }
    
    /* Rechte Spalte (Text & Kaufen) */
    .woocommerce div.product div.summary {
        width: 48%;
        float: none !important;
    }

    /* Responsive: Untereinander auf Handy */
    @media (max-width: 768px) {
        .woocommerce div.product div.images,
        .woocommerce div.product div.summary {
            width: 100%;
        }
    }

    /* 2. VARIANTEN-BILDER (SWATCHES) GRÖSSER MACHEN */
    /* Ziel: Plugin "Variation Swatches for WooCommerce" */
    
    /* Die Box um das Bild herum */
    .variable-items-wrapper .variable-item-span {
        width: 80px !important;   /* Breite */
        height: 80px !important;  /* Höhe */
        padding: 5px !important;
    }

    /* Das Bild selbst darin */
    .variable-items-wrapper .variable-item-span img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; /* Damit das Bild nicht verzerrt wird */
    }
    
    /* Den ausgewählten Rahmen hervorheben */
    .variable-items-wrapper .variable-item-span.selected {
        border: 2px solid #000 !important; /* Schwarzer Rahmen bei Auswahl */
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    /* Button-Varianten (falls Sie Text Buttons nutzen) auch größer */
    .variable-items-wrapper .variable-item-span.button-variable-item {
        min-width: 80px !important;
        height: auto !important;
        font-size: 16px !important;
        padding: 10px 15px !important;
    }

    /* Das Hauptbild (großes Produktbild) schick machen */
    .woocommerce-product-gallery__image img {
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }


 /* Hintergrund allgemein */
    .backtag-wrapper {
        background-color: #fff;
    }

    /* --- STYLES FÜR DIE "GESCHLOSSEN" MELDUNG --- */
    .backtag-closed-message {
        background-color: #fdfdfd;
        border: 1px solid #e1e1e1;
        border-top: 5px solid #d9534f; /* Roter Balken oben */
        border-radius: 8px;
        padding: 50px 20px;
        text-align: center;
        max-width: 700px;
        margin: 20px auto;
        font-family: sans-serif;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    .backtag-closed-message h2 {
        color: #d9534f; /* Signalrot */
        margin-bottom: 20px;
        font-size: 28px;
    }
    .closed-icon {
        font-size: 60px;
        margin-bottom: 20px;
        display: block;
    }
    .closed-text-body p {
        font-size: 18px;
        line-height: 1.6;
        color: #333;
    }
    .closed-info-box {
        background: #eef5fa; /* Helles Blau */
        border: 1px solid #d1e5f0;
        padding: 20px;
        margin: 30px auto 0;
        border-radius: 5px;
        display: inline-block;
        text-align: left;
    }
    .closed-info-box strong {
        color: #2c3e50;
        font-size: 16px;
    }

    /* --- STYLES FÜR DAS BESTELLFORMULAR (OFFEN) --- */
    
    /* Produktbilder */
    .woocommerce-product-gallery img {
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    /* Die Varianten-Bilder (Swatches) GRÖSSER machen */
    .variable-items-wrapper .variable-item-span {
        width: 80px !important;    /* Größe */
        height: 80px !important;   /* Größe */
        padding: 4px !important;
        margin: 0 10px 10px 0 !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        transition: all 0.2s ease;
    }
    .variable-items-wrapper .variable-item-span img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; 
    }
    .variable-items-wrapper .variable-item-span.selected {
        border: 3px solid #333 !important; /* Dicker Rahmen bei Auswahl */
        transform: scale(1.05);
    }
    
    /* Das Dropdown-Menü (1-5) aufhübschen */
    .custom-qty-dropdown, select.qty-dropdown {
        font-size: 18px !important;
        padding: 10px !important;
        border: 2px solid #ccc;
        border-radius: 5px;
        background: #fff;
        margin-right: 10px;
    }

    /* Kaufen Button größer machen */
    .single_add_to_cart_button {
        font-size: 20px !important;
        padding: 15px 40px !important;
        background-color: #27ae60; /* Optional: Grün */
        color: #fff;
        border-radius: 5px;
    }

.woocommerce-tabs {
	display: none;
}

.woocommerce div.product form.cart .button {
	background: #f7efea;
    color: #212529;
    font-size: 20px!important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: p22-stanyan, sans-serif;
    font-weight: 400!important;
    font-style: normal;
    -webkit-box-shadow: 2px 2px 0 2px #ab5b2a;
    box-shadow: 2px 2px 0 2px #ab5b2a;
    padding: 8px 20px;
    line-height: 1;
    border: 1px solid #ab5b2a;
    border-radius: 1px;
    letter-spacing: 0.03em;
    display: inline-block;
    position: relative;
    transform: translateY(0);
    -webkit-transition: all 300ms 
ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 
ease;
	transition: all .5s;
}

.woocommerce div.product form.cart .button:hover {
	    transform: translateY(2px);
    color: #212529;
}

.wc-block-components-button {
		background: #f7efea;
    color: #212529;
    font-size: 20px!important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: p22-stanyan, sans-serif;
    font-weight: 400!important;
    font-style: normal;
    -webkit-box-shadow: 2px 2px 0 2px #ab5b2a;
    box-shadow: 2px 2px 0 2px #ab5b2a;
    padding: 8px 20px;
    line-height: 1;
    border: 1px solid #ab5b2a;
    border-radius: 1px;
    letter-spacing: 0.03em;
    display: inline-block;
    position: relative;
    transform: translateY(0);
    -webkit-transition: all 300ms 
ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 
ease;
}

.wc-block-components-button:hover {
	    transform: translateY(2px);
    color: #212529;
}

.page-template-woocommerce-produkt-backtag p, .woocommerce-cart p, .woocommerce-checkout p, .woocommerce-variation-price {
	font-size: 1.5rem;
}

.wc-block-components-product-details__brotsorte {
	font-size: 1.5rem;
	font-weight: bold;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: none;
}