/*
Weideglueck
creation Date: 2022-04-27
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'YanoneKaffeesatz-VariableFont_wght', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	overflow-x: hidden;
}
textarea, input{
	font-family: 'YanoneKaffeesatz-VariableFont_wght', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'YanoneKaffeesatz-VariableFont_wght', sans-serif;
}
.Hanoded{
	font-family: 'YanoneKaffeesatz-VariableFont_wght', sans-serif;
}
.Readex{
	font-family: 'ReadexPro-Medium', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
}
.light{
	font-weight: 300;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1,
h2.title{
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
}
h1 .i_tr{
	font-weight: 300;
	text-transform: none;
}
/*
h1.Hanoded{
	font-size: 45px;
	line-height: 60px;
}
*/
h2{
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 1px;
}
/*
h2.Hanoded{
	font-size: 28px;
	line-height: 40px;
}
*/
h2.large{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
}
h3{
	font-size: 26px;
	font-weight: 300;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
h5{
	font-size: 22px;
	line-height: 30px;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
.contstyles ul,
.contstyles ol{
	list-style-position: outside;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 18px;
}
.font_l2{
	font-size: 20px;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller{
	font-size: 12px;
}
.nooverflow{
	overflow: hidden;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	position: relative;
}
.main-container.wide{
	max-width: 1240px;
}
.main-container.wide2{
	max-width: 1340px;
}
.main-container.narrow{
	max-width: 1000px;
}
.main-container.narrow2{
	max-width: 970px;
}
.main-container.narrow3{
	max-width: 820px;
}
.main-container.fullHeight{
	height: 100%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 90px;
	padding-bottom: 90px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 90px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 90px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 60px;
	padding-bottom: 60px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 60px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 60px;
}
.lowpad{
	padding-top: 30px;
	padding-bottom: 30px;
}
.lowpad_bot{
	padding-bottom: 30px;
}
.lowpad_top{
	padding-top: 50px;
}
.widemarg{
	margin-top: 90px;
	margin-bottom: 90px;
}
.widemarg_top{
	margin-top: 90px;
}
.widemarg_bot{
	margin-bottom: 90px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.fixedh_1{
	height: 360px;
}
.nooverflow{
	overflow: hidden;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.cont_img_limit{
	max-width: 100% !important;
	width: 500px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.maxSize{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.sizeFittings{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
img.f_l{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.f_r{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* INDEXES */
#c_overlay{
	z-index: 13;
}
.i_icon_wrapper,
.submenu_bracket,
.info_leiste{
	z-index: 12;
}
#topmenu-wrapper{
	z-index: 10;
}
#content_overlay{
	z-index: 9;
}
.submenu_bracket,
#sidemenu,
.side_knob,
#prd_back_button{
	z-index: 8;
}
.cont-block.high_z{
	z-index: 2;
}
.cont-block{
	z-index: 1;
}



/* transitions */
img.fullsize{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a,
.buttonimagelink,
#content_overlay{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/* CONTENT */
#content-wrapper{
}

/* CONTENT SPECIFIC */
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.linespacer{
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linespacer.marged{
	margin-top: 40px;
	margin-bottom: 40px;
}
.lightboxcontent{
	max-width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lightboxcontent img{
	display: block !important;
	position: relative !important;
	width: 700px !important;
	max-width: 100% !important;
	margin: 0px !important;
}
.border_top{
	border-top: 1px solid;
}
.border_bottom{
	border-bottom: 1px solid;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 0px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}
.flexbox{
	position: relative;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._half{
	width: 48%;
}
.flexbox._half2{
	width: 45%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s55{
	width: 55%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s75{
	width: 75%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	margin-left: 0px;
	z-index: 1;
	border: none;
	border-radius: 0px;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: relative;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 65px;
	text-align: center !important;
	font-weight: bold;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
}
.contentbutton > a > img{
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	margin-right: 10px;
}



/* FORMS */
.formular_flex{
	border: 5px solid white;
}
p.chrono_credits{
	display: none;
}
#ddm_formular input, 
#ddm_formular textarea,
#ddm_formular select{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	background-image: none;
	border: none;
	border-radius: none;
	margin-bottom: 15px;
  resize: none;
	text-align: left;
	width: 100%;
	text-indent: 20px;
	line-height: 50px;
	height: 50px;
	box-sizing: unset;
}
#ddm_formular select{
	text-indent: 10px;
	background-color: white;
}
#ddm_formular .flexbox .cont_pad{
	padding: 0px;
	position: relative;
}
#ddm_formular input.contentbutton{
	text-align: center;
	width: 200px;
	cursor: pointer;
	position: relative;
	text-indent: 0px;
	border-radius: 30px;
	margin-top: 20px;
	font-weight: bold;
}
#ddm_formular input[type='checkbox']{
  display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-appearance: none;
	outline: 0;
	background: white;
	border-radius: 3px;
	border: 2px solid #dedede;
	transition: border 0.3s ease;
}
#ddm_formular input[type=checkbox]:checked{
	background-image: url('/images/icons/checkbox.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center left 2px !important;
	background-size: 75%;
	border-radius: 3px;
	border: 2px solid #014e97;
	transition: border 0.3s ease;
}
#ddm_formular textarea{
	height: 245px;
	line-height: 30px;
}
#fin-datenschutz{
	display: block;
	vertical-align: middle;
	float: left;
	margin-left: 0px;
	border: none;
}
label.larger_1{
	text-align: left;
	width: 170px;
	float: left;
	padding-top: 10px;
}
input#datenschutz,
input#rueckruf{
	height: auto;
	margin: 0px;
}
p.klausel{
	margin-top: 10px;
	line-height: 20px;
	display: block;
}
p.klausel a{
	text-decoration: underline;
}
.g-recaptcha > div{
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
.system-message > .message{
	text-align: center;
}
.ddm_formular{
	margin-bottom: 180px;
}


/* ACC */
.acc_cont{
	display: none;
}
.acc_cont.active{
	display: block;
	position: relative;
}
.acc_cont.active.flexwrap{
	display: flex;
}
.acc_activator{
	cursor: pointer;
}
.acc_img{
	position: absolute;
	height: 24px;
	left: -50px;
	top: 53px;
	/*rotate: -90deg;*/
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
}
.active img.acc_img_open{
	display: none;
}
img.acc_img_closed{
	display: none;
}
.active img.acc_img_closed{
	display: block;
}
.acc_title p{
	font-size: 36px;
	line-height: 45px;
}

.acc_flex a{
	text-decoration: underline;
}
.acc_flex .flexbox{
	width: 22%;
	margin-bottom: 20px;
}
.acc_flex .acc_flex_imgwrap{
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
	background-color: white;
}
.acc_flex .acc_flex_imgwrap.pdf_icon_wrap{
	background: transparent;
}
.acc_flex .acc_flex_contwrap{
	text-align: center;
	position: relative;
	word-break: break-all;
}
.pdf_icon{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	font-size: 30px;
}

.gwsp_acc{
	display: block;
	position: relative;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gwsp_acc.b_top{
	border-top: 1px solid white;
}
.gwsp_acc_title{
	display: block;
	position: relative;
	width: 100%;
}
.gwsp_acc_title.active{
	font-weight: bold;
}
.gwsp_acc_title p{
	font-size: 26px;
	line-height: 32px;
}
.gwsp_acc_icon{
	position: absolute;
	height: 33px;
	right: 10px;
	top: 0px;
}
.acc_activator .gwsp_acc_icon._close{
	display: none;
}
.acc_activator.active .gwsp_acc_icon._close{
	display: block;
}
.acc_activator.active .gwsp_acc_icon._open{
	display: none;
}
.gwsp_acc .acc_cont{
	padding-left: 22px;
	padding-right: 40px;
}

#b2b_login{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	line-height: 40px;
	width: 300px;
	max-width: 100%;
	text-align: center;
}
.pw_protect_login,
.pw_protect_cont._act,
#sidemenu.pw_menu._act{
	display: block;
}
.pw_protect_login._act,
.pw_protect_cont,
#sidemenu.pw_menu{
	display: none;
}

/* CAROUSEL */

/* INTRO */

/* INLINE SLIDER */
.ddm_inline_slider{
	position: relative;
	display: block;
	width: 100%;
	height: 610px;
	overflow: hidden;
}
.ddm_inline_slider_arrow{
	position: absolute;
	height: 25px;
	top: 50%;
	margin-top: -12.5px;
	cursor: pointer;
}
.ddm_inline_slider_arrow:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.ddm_inline_slider_arrow._l{
	left: 40px;
}
.ddm_inline_slider_arrow._r{
	right: 40px;
}
.ddm_inline_slide._inact{
	display: none;
}
.slider_bg_infos{
	position: absolute;
	z-index: -1;
	top: -5%;
	left: -2.5%;
	width: 105%;
	height: 110%;
}

/* CUSTOMS */
.first_top{
	padding-top: 250px !important;
}
img.absi{
	position: absolute;
}
.svgShadow:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.buttonimagelink{
	display: block;
	position: relative;
	height: 45px;
	cursor: pointer;
}
.buttonimagelink:hover{
	-webkit-filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
}
.buttonimagelink.v2{
	height: 65px;
}
.buttonimagelink.center{
	margin-left: auto;
	margin-right: auto;
}
.titletextimage{
	display: block;
	position: relative;
	height: 35px;
	margin-bottom: 20px;
}
.titletextimage.center{
	margin-left: auto;
	margin-right: auto;
}
.titletextimage._bigger{
	height: 65px;
}
.randimg_bottom{
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0px;
	left: 0px;
}
.randimg_bottom.slim{
	height: 30px;
}
.prefooter_wrapper{
	padding-top: 40px;
	padding-bottom: 70px;
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
.prefooter_wrapper .prefooter_linkimg{
	display: inline-block;
	height: 18px;
	margin-right: 30px;
}
.prefooter_wrapper .prefooter_linkimg:hover{
	-webkit-filter: drop-shadow( 0px 0px 1px rgba(0, 121, 186, .7));
  filter: drop-shadow( 0px 0px 1px rgba(0, 121, 186, .7));
}
.backTop{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 30px;
}
.backTop:hover{
	-webkit-filter: drop-shadow( 0px 0px 3px rgba(0, 121, 186, .7));
  filter: drop-shadow( 0px 0px 3px rgba(0, 121, 186, .7));
}

.transition_block{
	display: block;
	position: relative;
	width: 100%;
	height: 130px;
}
.transition_block.v2{
	height: 50px;
}
.transition_block.axel_transition_block{
	height: 250px;
}
.transitionimg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.transitionimg._top{
	bottom: 70px;
}
.transitionimg.flip180{
	/*rotate: 180deg;*/
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.draggable{
	cursor: grab;
}

.pageheader_image{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 500px;
	max-width: 80%;
}
.dotted_title{
	display: inline-block;
	position: relative;
	border-top: 3px dotted;
	border-bottom: 3px dotted;
	padding: 10px;
	margin-bottom: 30px;
}

/* CONTENT OVERLAY */
.content_overlay_copycontent{
	position: relative;
	overflow: hidden;
	height: 0px;
	width: 0px;
	display: none;
}
#content_overlay{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	opacity: 0;
}
#content_overlay._act{
	width: 100%;
	opacity: 1;
}
.content_overlay_content{
	position: absolute;
	width: 600px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content_overlay_content .pad{
	position: relative;
	display: block;
	padding: 20px;
}
.content_overlay_content .pad_inner{
	display: block;
	position: relative;
	padding: 30px;
}
.content_overlay_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.content_overlay_close{
	position: absolute;
	cursor: pointer;
	height: 80px;
	top: -10px;
	right: -20px;
	z-index: 10;
}
.content_overlay_close:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.content_overlay_content_holder{
	display: block;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	max-height: 500px;
}
.content_overlay_content_holder li p{
	display: inline-block;
	max-width: 80%;
	vertical-align: top;
	margin: 0px;
}

/* SIDEMENU */
#sidemenu{
	position: fixed;
	right: 0px;
	top: 25%;
	text-indent: 0px;
	margin: 0px;
}
#sidemenu li{
	display: block;
	position: relative;
	list-style-type: none;
	text-transform: uppercase;
	text-align: right;
	font-size: 22px;
	line-height: 40px;
}
#sidemenu li._cur,
#sidemenu li:hover,
#sidemenu li a.current{
	font-weight: bold;
}
#sidemenu li a{
  padding-right: 40px;
}
#sidemenu li a:after{
	content: ".";
	position: absolute;
	width: 10px;
	line-height: 10px;
	height: 10px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -6px;
}
#sidemenu #sidemenu_activator{
	display: none;
}
img.sidemenu_neuicon{
	height: 30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	left: -10px;
}

/* HOME */
.cust_home_1{
	position: absolute;
	height: 260px;
	bottom: -80px;
	left: 0px;
}
.cust_home_2{
	position: absolute;
	height: 170px;
	right: -120px;
	top: -90px;
	-webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, .7));
  filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, .7));
}
.cust_home_2:hover{
	height: 175px;
	-webkit-filter: drop-shadow( 10px 15px 15px rgba(0, 0, 0, .7));
  filter: drop-shadow( 10px 15px 15px rgba(0, 0, 0, .7));
}
.cust_home_3{
	position: absolute;
	width: 850px;
	left: -750px;
	top: 200px;
	/*rotate: -120deg;*/
	-webkit-transform:rotate(-120deg);
	-moz-transform:rotate(-120deg);
	-ms-transform:rotate(-120deg);
	-o-transform:rotate(-120deg);
	-webkit-filter: drop-shadow( -10px -5px 10px rgba(0, 0, 0, .7));
  filter: drop-shadow( -10px -5px 10px rgba(0, 0, 0, .7));
}
.cust_home_3:hover{
	-webkit-filter: drop-shadow( -40px -20px 20px rgba(0, 0, 0, .7));
  filter: drop-shadow( -40px -20px 20px rgba(0, 0, 0, .7));
}
.cust_home_4{
	position: absolute;
	height: 400px;
	bottom: -200px;
	left: 25%;
}
.cust_home_4:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.cust_home_5{
	position: absolute;
	width: 0px;
	height: 0px;
	left: -100px;
	bottom: -90px;
	overflow: visible;
}
.cust_home_5 img{
	position: absolute;
	height: 41px;
	width: auto;
	top: 0px;
	left: 0px;
}
.cust_home_5 img:nth-child(1){
	left: -40px;
	top: -60px;
}
.cust_home_5 img:nth-child(3){
	left: 60px;
	top: -40px;
}
.cust_home_5 img:hover,
.cust_home_6 img:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 6px 6px 4px rgba(0, 0, 0, .7));
}
.cust_home_6{
	position: absolute;
	width: 0px;
	height: 0px;
	left: -100px;
	bottom: 50%;
	overflow: visible;
}
.cust_home_6 img{
	position: absolute;
	height: 20px;
	width: auto;
	top: 0px;
	left: 0px;
}
.cust_home_6 img:nth-child(2){
	left: 30px;
	top: -30px;
}
.cust_home_blatt_3{
	position: absolute;
	height: 290px;
	top: -160px;
	left: 8%;
}

.home_bio_prodimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 420px;
	margin-bottom: 40px;
}
.cust_home_bio_wolke{
	position: absolute;
	left: 50%;
}
.cust_home_bio_wolke._1{
	height: 40px;
	top: 80px;
}
.cust_home_bio_wolke._2{
	height: 60px;
	top: 0px;
	margin-left: 250px;
}
.cust_home_bio_wolke._3{
	height: 50px;
	top: 120px;
	margin-left: 550px;
}
.cust_home_bio_blume{
	position: absolute;
}
.cust_home_bio_blume._1{
	right: -2%;
	top: 30%;
	height: 500px;
}
.cust_home_bio_blume._2{
	left: 35%;
	bottom: -110px;
	height: 300px;
}
.cust_home_bio_blume._3{
	right: -2%;
	top: 30%;
	height: 200px;
}
.cust_home_bio_blume._4{
	left: 35%;
	bottom: -110px;
	height: 150px;
}

.home_sortiment_flexwrap{
	width: 90%;
	margin-top: 100px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.home_sortiment_flex{
	opacity: 0.5;
}
.home_sortiment_flex:hover{
	opacity: 1;
}
.home_sortiment_prodimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	height: 250px;
}

/* PARTNERSCHAFT */
.partnerschaft_bg_infos{
	position: absolute;
	z-index: -1;
	top: -2.5%;
	left: -10%;
	width: 120%;
	height: 105%;
}
.partner_pad_1{
	padding-left: 80px;
	padding-right: 80px;
}
.flecken_holder{
	position: relative;
}
.fleck{
	position: absolute;
	height: 50px;
}
.flecken_holder.v1 img.fleck:nth-child(2){
	top: -30%;
	left: 50%;
	margin-left: -270px;
}
.flecken_holder.v1 img.fleck:nth-child(3){
	bottom: -10%;
	left: 50%;
	margin-left: 200px;
	/*rotate: 90deg;*/
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
.flecken_holder.v2 img.fleck:nth-child(2){
	top: -50%;
	left: 50%;
	margin-left: -270px;
}
.flecken_holder.v2 img.fleck:nth-child(3){
	bottom: -20%;
	left: 50%;
	margin-left: 230px;
	/*rotate: 90deg;*/
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
.flecken_holder.v_axel .fleck{
	left: 50%;
	bottom: 40%;
	margin-left: 180px;
}
.alina_sporterfolg{
	display: block;
	position: relative;
	width: 360px;
	margin-right: 0px;
	margin-left: auto;
}
.alina_table_bg{
	position: absolute;
	z-index: -1;
	top: -5%;
	left: -10%;
	width: 120%;
	height: 110%;
}
table.alina_table{
	position: relative;
	table-layout: auto;
}
table.alina_table th{
	text-align: left;
	border-bottom: 1px solid !important;
}
table.alina_table td,
table.alina_table th{
	border-bottom: 1px dotted;
	padding: 5px;
	padding-right: 0px;
}
table.alina_table td:nth-child(1){
	font-weight: bold;
	border-right: 1px solid;
}

/* PRODUKTE */
.produkte_sortenbild{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	max-width: 80%;
	margin-bottom: 40px;
}
.produkttextbutton{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 200px;
}
.produkttextbutton:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
}

.cust_produkte_wolken{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: visible;
	top: 0px;
	left: 50%;
}
.cust_produkte_wolken img{
	position: absolute;
	height: 40px;
}
.cust_produkte_wolken img:nth-child(1){
	left: -400px;
}
.cust_produkte_wolken img:nth-child(2){
	left: -650px;
	top: 150px;
}
.cust_produkte_wolken img:nth-child(3){
	left: -600px;
	top: 350px;
}
.cust_produkte_wolken img:nth-child(4){
	left: 250px;
	top: 20px;
}
.cust_produkte_wolken img:nth-child(5){
	left: 300px;
	top: 200px;
}
.cust_produkte_splash{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: visible;
	top: 0px;
	left: 50%;
}
.cust_produkte_splash img{
	position: absolute;
	height: 80px;
}
.cust_produkte_splash img:nth-child(1){
	height: 120px;
	left: 300px;
	top: 300px;
}
.cust_produkte_splash img:nth-child(2){
	height: 220px;
	left: 400px;
	top: 0px;
}
.cust_produkte_splash img:nth-child(3){
	height: 190px;
	left: -500px;
	top: 120px;
}
.cust_produkte_splash img:nth-child(4){
	height: 190px;
	left: -500px;
	top: 420px;
}
.cust_produkte_splash img:nth-child(5){
	height: 190px;
	left: 500px;
	top: 420px;
}
.cust_produkte_splash img:nth-child(6){
	height: 190px;
	left: 250px;
	top: 520px;
}
.cust_produkte_splash img:nth-child(7){
	height: 190px;
	left: -750px;
	top: 220px;
}
.cust_produkte_splash img:nth-child(8){
	height: 190px;
	left: -750px;
	top: -80px;
}
.cust_produkte_splash img:nth-child(9){
	height: 100px;
	left: 600px;
	top: 250px;
}

.cust_produkte_fruchtsplash{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: visible;
	top: 50%;
	left: 50%;
	z-index: -1;
}
.cust_produkte_fruchtsplash img{
	position: absolute;
}
.cust_produkte_fruchtsplash img:nth-child(1){
	height: 300px;
	left: 250px;
	top: -500px;
	/*rotate: -70deg;*/
	-webkit-transform:rotate(-70deg);
	-moz-transform:rotate(-70deg);
	-ms-transform:rotate(-70deg);
	-o-transform:rotate(-70deg);
}
.cust_produkte_fruchtsplash img:nth-child(2){
	height: 300px;
	left: 550px;
	top: -100px;
}
.cust_produkte_fruchtsplash img:nth-child(3){
	height: 330px;
	left: -650px;
	top: -600px;
	/*rotate: -50deg;*/
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
}
.cust_produkte_fruchtsplash img:nth-child(4){
	height: 230px;
	left: -650px;
	top: 220px;
}
.cust_produkte_fruchtsplash img:nth-child(5){
	height: 230px;
	left: -650px;
	top: 140px;
}
.cust_produkte_fruchtsplash img:nth-child(6){
	height: 230px;
	left: -550px;
	top: -160px;
}
.cust_produkte_fruchtsplash img:nth-child(7){
	height: 230px;
	left: 250px;
	top: 160px;
}
.cust_produkte_fruchtsplash img:nth-child(8){
	height: 350px;
	left: 650px;
	top: -290px;
}
.cust_produkte_fruchtsplash img:nth-child(9){
	height: 350px;
	left: -1050px;
	top: -100px;
}
.cust_produkte_fruchtsplash img:nth-child(10){
	height: 200px;
	left: 350px;
	top: -100px;
	/*rotate: -20deg;*/
	-webkit-transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-ms-transform:rotate(-20deg);
	-o-transform:rotate(-20deg);
}

.product_intro{
	position: relative;
	display: block;
	width: 100%;
	height: 550px;
}
.styles_062023 .product_intro{
	height: 300px;
}
.pi_product{
	position: absolute;
	left: 50%;
	width: 350px;
	margin-left: -175px;
	bottom: -170px;
	z-index: 1;
}
.styles_062023 .pi_product{
	width: 400px;
	margin-left: -200px;
	bottom: -200px;
}
.styles_062023 .pi_product._ver2{
	width: 700px;
	margin-left: -350px;
	bottom: -300px;
}
.styles_062023 .pi_product._ver3{
	width: 260px;
	margin-left: -130px;
	bottom: -300px;
}
.styles_062023 .pi_product._ver4{
	width: 700px;
	margin-left: -350px;
	bottom: -400px;
}
.styles_062023 .pi_product._offstbot{
	bottom: -300px;
}
.pi_product.big_center{
	width: 500px;
	margin-left: -250px;
	bottom: 100px;
}
.pi_product.norm_center._act{
	width: auto;
	height: auto;
	max-width: 450px;
	max-height: 600px;
	margin-left: auto;
	transform: translateX(-50%);
	bottom: 0px;
	opacity: 1;
}
.pi_product.norm_center{
	opacity: 0;
	bottom: -200px;
}
.pi_product.verybig_center{
	width: 600px;
	margin-left: -300px;
}
.pi_loeffel{
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	bottom: -100px;
}
.pi_loeffel.v2{
	width: 170px;
	margin-left: -85px;
}
.pi_headline{
	position: absolute;
	left: 50%;
	width: 500px;
	margin-left: -750px;
	bottom: 100px;
	z-index: 2;
}
.pi_headline.pi_textheadline{
	margin-left: -600px;
	bottom: 200px;
}
.pi_headline.pi_textheadline h1{
	font-size: 80px;
}
.pi_add1{
	position: absolute;
	left: 50%;
	height: 250px;
	top: -100px;
	margin-left: 200px;
}
.pi_add2{
	position: absolute;
	left: 50%;
	height: 250px;
	top: 0px;
	margin-left: -500px;
}
.pi_add2._vsmol{
	height: 70px;
	top: 40px;
}
.pi_add2._vsmol._v2{
	height: 140px;
	top: 40px;
}
.pi_add3{
	position: absolute;
	left: 50%;
	height: 250px;
	top: 300px;
	margin-left: 500px;
}
.styles_062023 .pi_add3{
	top: 150px;
}
.pi_add4{
	position: absolute;
	left: 50%;
	height: 250px;
	top: 400px;
	margin-left: -400px;
}
.styles_062023 .pi_add4{
	top: 190px;
	height: 200px;
	margin-left: -340px;
}
.pi_add4.v2{
	margin-left: -700px;
}
.pi_add5{
	position: absolute;
	left: 50%;
	height: 150px;
	top: 250px;
	margin-left: 170px;
}
.pi_add5._vsmol{
	height: 80px;
}
.pi_add6{
	position: absolute;
	left: 50%;
	height: 150px;
	top: -150px;
	margin-left: -570px;
}
.styles_062023 .pi_add6{
	margin-left: -170px;
}
.pi_add6._vsmol{
	height: 80px;
}
.pi_add7{
	position: absolute;
	left: 50%;
	height: 150px;
	top: -150px;
	margin-left: -570px;
}
.pi_add8{
	position: absolute;
	left: 50%;
	height: 150px;
	top: -100px;
	margin-left: 570px;
}
.pi_add9{
	position: absolute;
	left: 50%;
	height: 250px;
	top: 120px;
	margin-left: -770px;
}
.pi_add9._v2{
	height: 150px;
}
.styles_062023 ._wolke{
	max-height: 70px;
}
.styles_062023 ._wolke2{
	max-height: 120px;
}

.pi_neuesorte{
	position: absolute;
	left: 50%;
	height: 150px;
	bottom: -180px;
	margin-left: 100px;
	z-index: 2;
}
.pi_neuesorte:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
}
.pi_neuesorte._incontent{
	bottom: 130px;
}
.pi_neuesorte._incontent.v2{
	bottom: 250px;
}
.pi_neuesorte._incontent.v3{
	bottom: auto;
	top: 460px;
}

.styles_062023 .pi_titel{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	max-width: 80%;
	margin-bottom: 80px;
}

.pi_add_wolke_1{
	position: absolute;
	left: 50%;
	height: 50px;
	top: 0px;
	margin-left: -370px;
}
.pi_add_wolke_2{
	position: absolute;
	left: 50%;
	height: 50px;
	top: -50px;
	margin-left: 170px;
}
.pi_add_wolke_3{
	position: absolute;
	left: 50%;
	height: 70px;
	top: 150px;
	margin-left: 370px;
}
.pi_add_wolke_4{
	position: absolute;
	left: 50%;
	height: 70px;
	top: 350px;
	margin-left: 240px;
}
.pi_add_wolke_5{
	position: absolute;
	left: 50%;
	height: 70px;
	top: 120px;
	margin-left: -800px;
}

.prd_feature_flex .flexbox{
	margin-bottom: 40px;
}
.prd_feature_flex .flexbox p{
	vertical-align: middle;
	font-size: 20px;
}
.prd_eigenschaft_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
}

.product_details_infoflex{
	justify-content: center;
}
.product_details_infoflex .flexbox{
	width: 25%;
	margin: 10px;
}
.product_details_infoflex .flexbox img{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	margin-bottom: 20px;
}
.product_details_infoflex .flexbox p{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

.pd_product{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-height: 640px;
	max-width: 100%;
}
.pd_product._ver2{
	max-height: 150%;
	max-width: 150%;
	width: 130%;
	margin-left: -15%;
}
.product_details p{
	font-family: 'ReadexPro-Medium', sans-serif;
	font-size: 16px;
}
.product_details h1{
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 34px;
	font-family: 'ReadexPro-Medium', sans-serif !important;
}
.product_details h1:before{
	content: '\00B7';
	margin-right: 10px;
}
.product_details h1:after{
	content: '\00B7';
	margin-left: 10px;
}

.pi_table{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pi_table .pad{
	padding: 20px;
}
.pi_table_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.pi_table:hover .pi_table_bg{
	-webkit-filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
}
.pd_table_splash{
	position: absolute;
	height: 45px;
	right: -30px;
	bottom: -10px;
}
.pd_table_schneeflocke{
	position: absolute;
	height: 95px;
	left: -120px;
	top: 80%;
}
.pd_table_schneeflocke._v2{
	left: 110%;
	top: 30%;
}
.pi_table_table{
	table-layout: fixed;
	position: relative;
	border-collapse: collapse;
}
.pi_table_table td,
.pi_table_table th{
	width: 50%;
	padding: 7px;
	text-indent: 0px;
	text-align: left;
}
.pi_table_table td:nth-child(2),
.pi_table_table th:nth-child(2){
	text-align: right;
	border-left: 2px solid;
}
.pi_table_table th{
	border-bottom: 2px solid;
	text-align: left;
	font-size: 22px;
}
.pi_table_table .b_top{
	border-top: 1px solid;
}

.pd_nutriscore{
	display: block;
	margin-left: 0px;
	margin-right: auto;
	height: 75px;
}
.pd_nutriscore:hover{
	-webkit-filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
}


/* KARRIERE */
.varilist_block{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding: 10px 20px 10px 20px;
	font-size: 22px;
}
.varilist_block:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.7);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.7);
}
.cust_karriere_1{
	position: absolute;
	height: 350px;
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
}
.cust_karriere_2{
	position: absolute;
	height: 400px;
	left: 18%;
	top: -200px;
}
.cust_karriere_3{
	position: absolute;
	height: 400px;
	right: 14%;
	top: -100px;
}
.cust_karriere_4{
	position: absolute;
	height: 500px;
	left: 45%;
	top: -300px;
}

/* UEBER UNS */
.cust_ueberuns_karte{
	display: block;
	position: relative;
	margin-left: -10%;
	margin-right: auto;
	width: 120%;
}
.cust_ueberuns_herz{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	max-height: 600px;
}
.cust_ueberuns_100jahre_1{
	position: absolute;
	height: 430px;
	right: -50px;
	top: -300px;
}
.cust_ueberuns_100jahre_2{
	position: absolute;
	height: 215px;
	top: -50px;
	left: -230px;
}
.cust_ueberuns_bio1{
	position: absolute;
	left: 50%;
	height: 480px;
	margin-left: 150px;
	top: -70px;
}
.ueberuns_icon_leiste .flexbox{
	width: 20%;
	font-size: 22px;
}
.ueberuns_icon_leiste .flexbox img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
}
.cust_ueberuns_blume_1{
	position: absolute;
	height: 150px;
	left: 0%;
	top: -200px;
	margin-left: -30px;
}
.cust_ueberuns_blume_2{
	position: absolute;
	height: 200px;
	right: 0%;
	top: 0px;
	margin-right: -30px;
}

/* BIOLAND */
.bioland_img_1{
	display: block;
	margin-left: 50px;
	margin-right: auto;
	width: 250px;
}
.bioland_img_2{
	position: absolute;
	top: -100px;
	left: -170px;
	width: 150px;
}

/* AXEL WEIDEMILCH */
.cust_home_axel_blume{
	position: absolute;
}
.cust_home_axel_blume._1{
	right: -2%;
	top: 80%;
	height: 150px;
}
.cust_home_axel_blume._2{
	right: 47%;
	top: 10%;
	height: 100px;
}
.cust_home_axel_blume._3{
	left: 2%;
	bottom: -60px;
	height: 170px;
}
.cust_home_axel_blume._4{
	right: 1%;
	top: 50%;
	height: 100px;
}
.cust_home_axel_blume._5{
	right: 3%;
	top: 63%;
	height: 90px;
}
.cust_home_axel_blume._6{
	right: -3%;
	top: 70%;
	height: 130px;
}
.cust_home_axel_blume._7{
	left: 2%;
	bottom: 60px;
	height: 120px;
}

.axel_grasuebergang{
	height: 200px;
	text-align: center;
	margin-top: -198px;
}
.axel_grasuebergang_img{
	position: relative;
	display: block;
	min-width: 100%;
	height: 100%;
}
.prd_eigenschaft_stylewrap img.prod_eigenschaft_icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 80px;
}
.prd_eigenschaft_stylewrap img.prod_eigenschaft_icon:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.prd_eigenschaft_stylewrap p{
	font-size: 20px;
}
.axel_marienkaefer_featuretop{
	position: absolute;
	top: -25px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
}

/* B2B */
.b2bslider_wrapper{
	height: 910px;
}
.b2b_person{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 20px;
}

/* MILCHWERKE SCHWABEN */
.mws_slider_slogan{
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	height: 50%;
}
.mws_person{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-bottom: 20px;
}
.mws_person:hover{
	-webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, .7));
  filter: drop-shadow( 10px 10px 10px rgba(0, 0, 0, .7));
}
.bauer_portrait{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 500px;
}
img.mws_bottom_bild{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;
	margin-bottom: 60px;
}
img.mws_bottom_bild:hover{
}
.bauer_daten h3{
	text-transform: none;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
}
.bauer_daten p{
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bauernintro_wrapper{
	height: 800px;
}
.bauernintro_wrapper_inlay{
	position: absolute;
	z-index: 1;
	left: 20%;
	top: 50%;
}
.bauernintro_wrapper_inlay h1{
	font-size: 90px;
}

/* GEWINNSPIEL SPECIFICS */
.gewinnspiel_sogehts_wrap{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 454px;
	max-width: 100%;
}
.gewinnspiel_sogehts_item{
	width: 28%;
}
.gewinnspiel_sogehts_icon{
	display: block;
	position: relative;
	width: 100%;
}
.gewinnspiel_sogehts_icon{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.gewinnspiel_sogehts_num{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.gewinnspiel_sogehts_num._r{
	left: auto;
	right: 0px;
}

/* SIDE KNOB */
.side_knob{
	position: fixed;
	right: 10px;
	top: 180px;
}
.side_knob.smaller{
	top: 120px;
}
.side_knob_icon_wrap{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
}
.side_knob_icon_wrap img{
	display: block;
	width: 100%;
}
.side_knob_icon_wrap img:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .7));
}


/* PRODUKTUEBERSICHT */
.flexwrap.produktuebersicht_flexwrap{
	align-content: flex-start;
	align-items: flex-start;
	justify-content: start;
}
.flexwrap.produktuebersicht_flexwrap._centered{
	align-items: center;
  justify-content: center;
}
.produktuebersicht_flexbox{
	width: 32%;
	height: 420px;
	margin: 0.5%;
	margin-bottom: 100px;
}
.produktuebersicht_flexbox_linkoverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.produktuebersicht_flexbox_imgholder{
	position: absolute;
	width: 100%;
	height: 90%;
	top: 0px;
	left: 0px;
}
.produktuebersicht_flexbox_imgholder ._prdImg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 120%;
	max-height: 120%;
	z-index: 1;
}
.produktuebersicht_flexbox_imgholder ._prdImg._eff{
	z-index: 0;
	opacity: 0;
	max-width: 20%;
	max-height: 20%;
	pointer-events: none;
}
.produktuebersicht_flexbox:hover ._prdImg._eff{
	max-width: 120%;
	max-height: 120%;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.produktuebersicht_flexbox:hover ._prdImg{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.produktuebersicht_flexbox_imgholder ._prd_stoerer{
	position: absolute;
	height: 170px;
	z-index: 2;
	top: 20%;
	right: 0%;
	pointer-events: none;
}
.produktuebersicht_flexbox_imgholder ._prd_stoerer._size2{
	position: absolute;
	height: 110px;
	z-index: 2;
	top: 20%;
	right: 5%;
	pointer-events: none;
}
.produktuebersicht_flexbox:hover ._prd_stoerer{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.produktuebersicht_flexbox_title{
	position: absolute;
	left: 0%;
	bottom: 0px;
	height: 10%;
	width: 100%;
	text-align: center;
}
.produktuebersicht_flexbox_title h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* BG ELEMENTS */
.prd_bg_elements_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
}
.prd_bg_element{
	display: block;
	position: relative;
	width: 100%;
	height: 8.3%;
}
.prd_bg_elements_wrapper.v2 .prd_bg_element{
	height: 12.5%;
}
.prd_bg_elements_wrapper.v3 .prd_bg_element{
	height: 17%;
}
.prd_bg_elements_wrapper.v4 .prd_bg_element{
	height: 33.3%;
}
.prd_bg_element_bgimg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.prd_bg_elements_specials{
	position: absolute;
	height: 100%;
	width: 0px;
	overflow: visible;
	z-index: 1;
	top: 0px;
}
.prd_bg_elements_specials._l{
	left: 0px;
}
.prd_bg_elements_specials._r{
	right: 0px;
}
.prd_bg_elements_special{
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-ms-transition: all 0ms ease;
	-o-transition: all 0ms ease;
	transition: all 0ms ease;	
}
.prd_bg_elements_special._s1{
	height: 250px;
}
.prd_bg_elements_special._s2{
	height: 400px;
}
.prd_bg_elements_special._s3{
	height: 300px;
}
.prd_bg_elements_special._s4{
	height: 100px;
}
.prd_bg_elements_special._s5{
	height: 150px;
}
.prd_bg_elements_special._s6{
	height: 70px;
}
.prd_bg_elements_specials._l .prd_bg_elements_special:nth-child(1){
	top: 5%;
	left: -40px;
}
.prd_bg_elements_specials._l .prd_bg_elements_special:nth-child(2){
	top: 35%;
	left: 75px;
}
.prd_bg_elements_specials._l .prd_bg_elements_special:nth-child(3){
	top: 55%;
	left: -125px;
}
.prd_bg_elements_specials._r .prd_bg_elements_special:nth-child(1){
	top: 0%;
	right: -100px;
}
.prd_bg_elements_specials._r .prd_bg_elements_special:nth-child(2){
	top: 25%;
	right: 0px;
}
.prd_bg_elements_specials._r .prd_bg_elements_special:nth-child(3){
	top: 40%;
	right: -100px;
}
.prd_bg_elements_specials._r .prd_bg_elements_special:nth-child(4){
	top: 65%;
	right: -100px;
}

.prd_bg_elements_specials._l._alt1 .prd_bg_elements_special:nth-child(1){
	top: 5%;
	left: 10px;
}
.prd_bg_elements_specials._l._alt1 .prd_bg_elements_special:nth-child(3){
	top: 55%;
	left: 25px;
}
.prd_bg_elements_specials._r._alt1 .prd_bg_elements_special:nth-child(1){
	top: 0%;
	right: 30px;
}
.prd_bg_elements_specials._r._alt1 .prd_bg_elements_special:nth-child(3){
	top: 40%;
	right: 100px;
}
.prd_bg_elements_specials._r._alt1 .prd_bg_elements_special:nth-child(4){
	top: 65%;
	right: 30px;
}

.prd_bg_elements_specials._l._alt2 .prd_bg_elements_special:nth-child(1){
	top: 25%;
	left: 10px;
}
.prd_bg_elements_specials._l._alt2 .prd_bg_elements_special:nth-child(2){
	top: 35%;
	left: 40px;
}
.prd_bg_elements_specials._l._alt2 .prd_bg_elements_special:nth-child(3){
	top: 36%;
	left: 100px;
}
.prd_bg_elements_specials._r._alt2 .prd_bg_elements_special:nth-child(1){
	top: 0%;
	right: 10px;
}
.prd_bg_elements_specials._r._alt2 .prd_bg_elements_special:nth-child(2){
	top: 70%;
	right: 10px;
}
.prd_bg_elements_specials._r._alt2 .prd_bg_elements_special:nth-child(3){
	top: 77%;
	right: 30px;
}

.produktuebersicht_menu{
	display: block;
	position: relative;
	margin-bottom: 50px;
}
.produktuebersicht_menu_entry{
	display: inline-block;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 50px;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
}
.produktuebersicht_menu_entry:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 1);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 1);
}
.produktuebersicht_menu_linkoverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.produktuebersicht_menu_sub{
	display: none;
}
.produktuebersicht_menu_sub.current{
	display: block;
}

.kaese_bio_teaserimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.kaese_bio_teaserimg:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.bio_sortiment_teaser_flexwrap ._centerbox{
	text-align: center;
}
.bio_sortiment_teaser_flexwrap ._centerbox .buttonimagelink{
	margin-left: auto;
	margin-right: auto;
}
.cust_kaeseteaser_bio_wolke{
	position: absolute;
	left: 50%;
	z-index: -1;
}
.cust_kaeseteaser_bio_wolke._1{
	height: 40px;
	top: 70px;
	margin-left: -400px;
}
.cust_kaeseteaser_bio_wolke._2{
	height: 60px;
	top: 160px;
	margin-left: 550px;
}
.cust_kaeseteaser_bio_wolke._3{
	height: 50px;
	top: 220px;
	margin-left: -750px;
}
.bio_sortiment_teaser{
	padding-top: 150px;
}
.bio_sortiment_teaser .prd_bg_elements_wrapper{
	z-index: -2;
}


/* HOME INFO OVERLAY */
#c_overlay, #c_overlay *{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
#c_overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 200;
	overflow: hidden;
}
#c_overlay.close{
	pointer-events: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 0px;
}
.c_overlay_contwrap{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 0px;
	background-color: transparent;
	overflow: visible;
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
#c_overlay_close:hover{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
#c_overlay_close{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 50px;
	cursor: pointer;
	font-size: 40px;
	text-transform: none;
	background-color: rgba(255, 255, 255, 1);
	color: #f59922;
}
.c_overlay_fullimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.c_overlay_open{
	cursor: pointer;
}

/* REZEPTE TEASER */
.rezepte_teaser_addons{
	position: absolute;
	z-index: -1;
	left: 50%;
	height: 100%;
	top: 0px;
	overflow: visible;
}
.rezepte_teaser_add{
	position: absolute;
	pointer-events: none;
}
.rezepte_teaser_add:nth-child(1){
	width: 850px;
	left: -950px;
	top: -150px;
	/*rotate: -120deg;*/
	-webkit-transform:rotate(-120deg);
	-moz-transform:rotate(-120deg);
	-ms-transform:rotate(-120deg);
	-o-transform:rotate(-120deg);
	-webkit-filter: drop-shadow( -10px -5px 10px rgba(0, 0, 0, .7));
  	filter: drop-shadow( -10px -5px 10px rgba(0, 0, 0, .7));
}
.rezepte_teaser_add:nth-child(2){
	height: 170px;
	left: 320px;
	top: 20px;
	-webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, .7));
  	filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, .7));
}
.rezepte_teaser_add:nth-child(3){
	height: 30px;
	left: -350px;
	top: 30px;
}
.rezepte_teaser_add:nth-child(4){
	height: 30px;
	left: -300px;
	top: 60px;
}
.rezepte_teaser_add:nth-child(5){
	height: 30px;
	left: -280px;
	top: 10px;
}
.rezepte_teaser_add:nth-child(6){
	height: 50px;
	left: 280px;
	top: 280px;
}
.rezepte_teaser_add:nth-child(7){
	height: 40px;
	left: 220px;
	top: 240px;
}

/* BACK BUTTON */
#prd_back_button{
	position: fixed;
	top: 280px;
	left: 0px;
	cursor: pointer;
}
#prd_back_button.smaller{
	top: 200px;
}
#prd_back_button img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
}
#prd_back_button:hover img{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}

a#prd_menu{
	position: absolute;
	top: 0px;
}

/* CUSTOM SLIDER SIZE OVERRIDES */
.cust_sliderSize_v1{
	height: 1100px;
}

.relative_intro_wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.relative_slide{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	opacity: 0;
	pointer-events: none;
}
.relative_intro_wrapper img.__res{
	display: none;
}


/* TREUEAKTION */
.introwellenbg_wrapper{
	height: 1000px;
}
.introwellenbg_box{
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
}
.introwellenbg_img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.treueBG{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.treueBG._Res{
	display: none;
}
ol.listsryle_outside{
	list-style-position: outside;
}
.headintro_missing_special_spacer{
	display: block;
	position: relative;
	height: 55px;
}

.treueaktion_infobox_wrapper{
	display: block;
	position: relative;
	width: 430px;
	max-width: 100%;
	height: 630px;
	overflow: visible;
}
.treueaktion_infobox_bild{
	position: absolute;
}
.treueaktion_infobox_bild._1{
	z-index: 1;
	width: 500px;
	top: -50px;
	right: 0px;
}
.treueaktion_infobox_bild._2{
	z-index: 2;
	width: 360px;
	bottom: 0px;
	right: -40px;
}
.treueaktion_infobox_bild._3{
	z-index: 3;
	width: 250px;
	bottom: 80px;
	left: 0px;
}
.treueaktion_i{
	position: absolute;
	z-index: 5;
	height: 55px;
	cursor: pointer;
}
.treueaktion_i:hover,
.treueaktion_infobox_bild._hover,
.treueaktion_clickbox_close:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 4px rgba(255, 255, 255, .7));
}
.treueaktion_i._1{
	top: 35px;
	right: 230px;
}
.treueaktion_i._2{
	bottom: 50px;
	right: 120px;
}
.treueaktion_i._3{
	bottom: 115px;
	left: 30px;
}
.treueaktion_infobox_splash{
	position: absolute;
	z-index: 0;
}
.treueaktion_infobox_splash._1{
	height: 90px;
	bottom: 0px;
	left: 0px;
}
.treueaktion_infobox_splash._2{
	height: 90px;
	top: 70px;
	right: -30px;
	rotate: 70deg;
}
.treueaktion_clickbox_wrapper{
	position: relative;
	display: block;
	height: 1px;
	width: 430px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	z-index: 8;
}
.treueaktion_clickbox{
	position: absolute;
	bottom: 0px;
	z-index: 10;
	border-radius: 40px;
	overflow: visible;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0, 0.4);
	width: auto;
	display: none;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.treueaktion_clickbox._active{
	display: block;
	box-shadow: 0px 0px 160px 0px rgba(0,0,0, 0.6);
}
.treueaktion_clickbox_txt{
	position: relative;
	display: block;
	padding: 40px;
}
.treueaktion_clickbox_close{
	position: absolute;
	z-index: 1;
	height: 60px;
	top: -30px;
	right: -10px;
	cursor: pointer;
}
.treueaktion_clickbox._1{
	bottom: 400px;
}