/*
IPS Shop Template
creation Date: 2022-08-19
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'RobotoCondensed-Regular', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	overflow-x: hidden;
}
textarea, input{
	font-family: 'RobotoCondensed-Regular', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
.light{
	font-family: 'RobotoCondensed-Light', 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{
	font-size: 55px;
	letter-spacing: 0px;
}
h2{
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 0px;
}
h3{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
}
h4{
	font-size: 22px;
	line-height: 30px;
}
h5{
	font-size: 20px;
	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;
}
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;
}
.justify{
	text-align: justify;
}
.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;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller{
	font-size: 12px;
}
.nooverflow{
	overflow: hidden;
}
.noUpperCase{
	text-transform: none !important;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}
.main-container.wide{
	max-width: 1400px;
}
.main-container.wide2{
	max-width: 1340px;
}
.main-container.narrow{
	max-width: 1000px;
}
.main-container.narrow2{
	max-width: 800px;
}
.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 */
#produkte_overlay{
	z-index: 12;
}
#side_menu_wrap,
#side_filter_wrapper{
	z-index: 11;
}
#topmenu-wrapper{
	z-index: 10;
}
.high_z,
.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,
#produkte_overlay, #produkte_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;
	pointer-events: none;
}

.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: 90px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.flexwrap.centered{
	justify-content: center;
}
.cont_pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}
.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s15{
	width: 15%;
}
.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: 49%;
}
.flexbox._half2{
	width: 45%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.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;
}

/* ACCORDIONS */
.acc_box_title{
	display: block;
	position: relative;
	height: 100%;
	
	cursor: pointer;
}
.acc_box{
	border-top: 2px solid #e6e6e6;
}
.acc_box._border_bot{
	border-bottom: 2px solid #e6e6e6;
}
.acc_box_title.active{
	margin-bottom: 40px;
}
.acc_title{
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
.acc_activator_icon{
	position: absolute;
	height: 15px;
	right: 0px;
	top: 50%;
	margin-top: -7.5px;
}
.acc_activator.active .acc_activator_icon._on,
.acc_activator .acc_activator_icon._off{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.acc_activator.active .acc_activator_icon._off,
.acc_activator .acc_activator_icon._on{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.acc_cont{
	display: none;
}
.acc_cont.active{
	display: block;
}
.acc_box_content.active{
	margin-bottom: 30px;
}

/* INLINE SLIDER */
.ddm_inline_slide._inact{
	display: none;
}
.home_sliderflex._img{
	width: 40%;
}
.home_sliderflex._img img{
	display: block;
	width: 100%;
}
.home_sliderflex._txt{
	width: 50%;
}
.ddm_inline_slider.v_home .ddm_inline_slider_pag{
	position: absolute;
	left: 11.5%;
	top: 325px;
}
.ddm_inline_slider_pag ._pag{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.ddm_inline_slider_pag ._pag:hover,
.ddm_inline_slider_pag ._pag._current{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ddm_inline_slider_pag ._pag > div{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* CUSTOMS */
.slogan_tilted{
	text-transform: uppercase;
	transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
	font-size: 40px;
	line-height: 48px;
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
.intro_image_wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.intro_textblock{
	position: relative;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.intro_textblock:hover,
.neuzugang_teaser:hover,
.info_teaser: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);
}
.intro_textblock .pad{
	padding: 40px;
}

.neuzugang_teaser h2{
	line-height: 150px;
}
.neuzugang_teaser img.neuzugang_logo{
	height: 150px;
	display: block;
}

.info_teaser{
	position: relative;
	display: block;
}
.info_teaser:hover{
	
}
.info_teaser .info_teaser_icon{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.info_teaser .info_teser_txt{
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 20px;
}
.info_teser_txt .pad{
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 200px;
}

.home_prod_flexwrap{
	justify-content: space-between;
}
.home_prod_box{
	position: relative;
	width: 386px;
	height: 260px;
	overflow: hidden;
	background-color: white;
	margin-bottom: 19px;
}
.home_prod_box.empty{
	background-color: transparent;
}
.home_prod_box:not(.empty):hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,157,224, 0.7);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,157,224, 0.7);
	box-shadow: 0px 0px 4px 0px rgba(0,157,224, 0.7);
}
.home_prod_box > a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.home_prod_box .home_prod_box_prodimg{
	position: absolute;
	max-width: 80%;
	max-height: 90%;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}
.home_prod_box:hover .home_prod_box_prodimg{
	max-width: 85%;
	max-height: 95%;
}
.home_prod_box .home_prod_box_prodimg.smaller{
	max-width: 65%;
	max-height: 65%;
}
.home_prod_box:hover .home_prod_box_prodimg.smaller{
	max-width: 70%;
	max-height: 70%;
}
.home_prod_box .home_prod_box_arrow{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 50px;
}
.home_prod_box .home_prod_box_title{
	position: absolute;
	bottom: 10px;
	left: 40px;
	font-size: 24px;
	font-weight: bold;
}


/* PRODUKTE OVERLAY */
#produkte_overlay{
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0%;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden;
}
#produkte_overlay.active{
	height: 100%;
}
.produkte_overlay_contentholder{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
	max-width: 95%;
	height: 80%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 16px;
}
.produkte_overlay_contentholder .pad{
	padding: 40px;
}
#close_produkte_overlay{
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 1;
	height: 50px;
	top: 10%;
	left: 50%;
	margin-top: -50px;
	margin-left: 450px;
}
#close_produkte_overlay:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
}

.produkte_overlay_warenkorb_wrap{
	position: absolute;
	height: 50px;
	width: 300px;
	bottom: 10%;
	left: 50%;
	margin-left: -500px;
	margin-bottom: -50px;
	z-index: 1;
}
.produkte_overlay_warenkorb_anzahl{
	position: relative;
	height: 100%;
	width: 20%;
}
#produkte_overlay.isInWarenkorb .produkte_overlay_warenkorb_anzahl{
	pointer-events: none;
	background-color: #ebebeb;
}
.produkte_overlay_warenkorb_anzahl input{
	height: 100%;
	width: 100%;
	border: none;
	text-align: center;
	font-size: 22px;
}
.produkte_overlay_warenkorb_warenkorbicon{
	position: relative;
	height: 100%;
	width: 20%;
	cursor: pointer;
}
#produkte_overlay.isInWarenkorb .produkte_overlay_warenkorb_warenkorbicon{
	background-color: #526a80;
}
.produkte_overlay_warenkorb_warenkorbicon img{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 70%;
}
.produkte_overlay_warenkorb_warenkorbtext{
	position: relative;
	height: 100%;
	width: 60%;
	cursor: pointer;
}
#produkte_overlay.isInWarenkorb .produkte_overlay_warenkorb_warenkorbtext{
	background-color: #90aebb;
}
.produkte_overlay_warenkorb_warenkorbtext span{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 16px;
}

/* WARENKORB SEITE */
#warenkorb_page_wrapper{
	display: block;
	position: relative;
}
#warenkorb_page_wrapper > .pad{
	padding: 40px;
}
.wk_wrap.wk_inro{
	border: none;
	margin-bottom: 20px;
}
.wk_wrap{
	border-bottom: 1px solid #009de0;
	margin-bottom: 10px;
	text-align: center;
}
.wk_1{
	width: 25%;
	margin-right: 40px;
}
.wk_1 img{
	display: block;
	max-width: 100%;
	max-height: 150px;
}
.wk_2{
	width: 20%;
}
.wk_3{
	width: 15%;
}
.wk_4{
	width: 15%;
}
.wk_5{
	width: 20%;
}
.wk_wrap .flexbox input{
	height: 30px;
	width: 50px;
	text-align: center;
}
.wk_wrap .flexbox p{
	width: 100%;
}
.wk_wrap .flexbox p,
.wk_wrap .flexbox input{
	margin: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.warenkorb_items_gesamtpreis{
	text-align: right;
	font-weight: bold;
}
.wk_remove_item{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	height: 40px;
	cursor: pointer;
}
.wk_remove_item:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
}

.warenkorb_senden_wrapper{
	position: absolute;
	height: 50px;
	width: 250px;
	bottom: -50px;
	right: 0px;
	cursor: pointer;
}
.warenkorb_senden_wrapper:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.75);
}
.warenkorb_senden_wrapper .flexbox{
	height: 100%;
}
.warenkorb_senden_icon{
	width: 50px;
}
.warenkorb_senden_icon img{
	height: 50px;
}
.warenkorb_senden_text{
	width: 200px;
}
.warenkorb_senden_text span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#warenkorb_page_items.filter_out,
.warenkorb_senden_wrapper.filter_out{
	display: none;
}
#warenkorb_formular.filter_out{
	display: none;
}