﻿.align_baseline {
align-items: baseline;
}

.align_center {
align-items: center;
}

.align_end {
align-items: flex-end;
}

.align_item_baseline {
align-self: baseline;
}

.align_item_center {
align-self: center;
}

.align_item_end {
align-self: flex-end;
}

.align_item_start {
align-self: flex-start;
}

.align_item_stretch {
align-self: stretch;
}

.align_start {
align-items: flex-start;
}

.align_stretch {
align-items: stretch;
}

.background_size_contain {
background-size:contain!important;
}

.background_size_cover {
background-size:cover!important;
}

.base_box_sizing {
box-sizing:border-box;
}

.base_font_emily {
/* Eine Auswahl an Google Web-Fonts. Hinter den gewünschten Font !important schreiben - sollte nur immer hinter einem Font stehen. */
/*
font-family: 'Roboto', sans-serif!important;
font-family: 'Cormorant Garamond', serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Gloria Hallelujah', cursive;
font-family: 'Kalam', cursive;
*/
}

.base_font_shopmodern {
font-family: 'Source Sans Pro', sans-serif;
}

.base_standard {
font-weight:200;
margin:0;
padding:0;
}

.base_style {
background-color:#fff;
color:#000;
font-size:62.5%;
}

.border_1px {
border-width:1px;
}

.border_corner_bottomleft_sl {
border-bottom-left-radius: 1.2em;
}

.border_corner_bottomleft_sm {
border-bottom-left-radius: 1em;
}

.border_corner_bottomleft_ss {
border-bottom-left-radius: 0.5em;
}

.border_corner_bottomleft_sxl {
border-bottom-left-radius: 1.5em;
}

.border_corner_bottomleft_sxs {
border-bottom-left-radius: 0.2em;
}

.border_corner_bottomleft_sxxl {
border-bottom-left-radius: 2em;
}

.border_corner_bottomright_sl {
border-bottom-right-radius: 1.2em;
}

.border_corner_bottomright_sm {
border-bottom-right-radius: 1em;
}

.border_corner_bottomright_ss {
border-bottom-right-radius: 0.5em;
}

.border_corner_bottomright_sxl {
border-bottom-right-radius: 1.5em;
}

.border_corner_bottomright_sxs {
border-bottom-right-radius: 0.2em;
}

.border_corner_bottomright_sxxl {
border-bottom-right-radius: 2em;
}

.border_corner_sl {
border-radius: 1.2em;
}

.border_corner_sm {
border-radius: 1em;
}

.border_corner_ss {
border-radius: 0.5em;
}

.border_corner_sxl {
border-radius: 1.5em;
}

.border_corner_sxs {
border-radius: 0.2em;
}

.border_corner_sxxl {
border-radius: 2em;
}

.border_corner_topleft_sl {
border-top-left-radius: 1.2em;
}

.border_corner_topleft_sm {
border-top-left-radius: 1em;
}

.border_corner_topleft_ss {
border-top-left-radius: 0.5em;
}

.border_corner_topleft_sxl {
border-top-left-radius: 1.5em;
}

.border_corner_topleft_sxs {
border-top-left-radius: 0.2em;
}

.border_corner_topleft_sxxl {
border-top-left-radius: 2em;
}

.border_corner_topright_sl {
border-top-right-radius: 1.2em;
}

.border_corner_topright_sm {
border-top-right-radius: 1em;
}

.border_corner_topright_ss {
border-top-right-radius: 0.5em;
}

.border_corner_topright_sxl {
border-top-right-radius: 1.5em;
}

.border_corner_topright_sxs {
border-top-right-radius: 0.2em;
}

.border_corner_topright_sxxl {
border-top-right-radius: 2em;
}

.border_dotted {
border-style:dotted;
}

.border_dotted_bottom {
border-bottom-style:dotted;
}

.border_dotted_left {
border-left-style:dotted;
}

.border_dotted_right {
border-right-style:dotted;
}

.border_dotted_top {
border-top-style:dotted;
}

.border_none {
border-width:0px;
}

.border_sl {
border-width:1.2em;
}

.border_sm {
border-width:1em;
}

.border_solid {
border-style:solid;
}

.border_solid_bottom {
border-bottom-style:solid;
}

.border_solid_left {
border-left-style:solid;
}

.border_solid_right {
border-right-style:solid;
}

.border_solid_top {
border-top-style:solid;
}

.border_srl {
border-width:1.2rem;
}

.border_srm {
border-width:1rem;
}

.border_srs {
border-width:0.5rem;
}

.border_srxl {
border-width:1.5rem;
}

.border_srxs {
border-width:0.2rem;
}

.border_srxxl {
border-width:2rem;
}

.border_ss {
border-width:0.5em;
}

.border_sxl {
border-width:1.5em;
}

.border_sxs {
border-width:0.2em;
}

.border_sxxl {
border-width:2em;
}

.color_bg_danger {
background-color:#CC3333;
}

.color_bg_hover {
background-color:#005f6a;
}

.color_bg_info {
background-color:#ffffff;
}

.color_bg_primary {
background-color:#0b1f42;
}

.color_bg_secondary {
background-color:#ececec;
}

.color_bg_success {
background-color:#00CC66;
}

.color_bg_warning {
background-color:#FFCC66;
}

.color_border_danger {
border-color:#cc3333;
}

.color_border_hover {
border-color:#005f6a;
}

.color_border_info {
border-color:#ffffff;
}

.color_border_primary {
border-color:#0b1f42;
}

.color_border_secondary {
border-color:#ececec;
}

.color_border_success {
border-color:#00cc66;
}

.color_border_warning {
border-color:#ffcc66;
}

.color_btn_danger {
background-color:#cc3333;
}

.color_btn_hover {
background-color:#005f6a;
}

.color_btn_info {
background-color:#ffffff;
}

.color_btn_primary {
background-color:#0b1f42;
}

.color_btn_secondary {
background-color:#ececec;
}

.color_btn_success {
background-color:#00cc66;
}

.color_btn_warning {
background-color:#ffcc66;
}

.color_line_danger {
color:#cc3333;
}

.color_line_hover {
color:#005f6a;
}

.color_line_info {
color:#ffffff;
}

.color_line_primary {
color:#0b1f42;
}

.color_line_secondary {
color:#ececec;
}

.color_line_success {
color:#00cc66;
}

.color_line_warning {
color:#ffcc66;
}

.color_text_danger {
color:#cc3333;
}

.color_text_hover {
color:#005f6a;
}

.color_text_info {
color:#ffffff;
}

.color_text_primary {
color:#0b1f42;
}

.color_text_secondary {
color:#ececec;
}

.color_text_success {
color:#00cc66;
}

.color_text_warning {
color:#ffcc66;
}

.cursor_pointer {
cursor: pointer;
}

.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

.flex_direction_updown {
flex-direction: column;
}

.flex_item_basis {
flex-basis: 100%;
}

.flex_item_grow1 {
flex-grow:1;
}

.flex_item_grow2 {
flex-grow:2;
}

.flex_item_grow3 {
flex-grow:3;
}

.flex_item_grow4 {
flex-grow:4;
}

.flex_item_grow5 {
flex-grow:5;
}

.flex_item_order_1 {
order: 1;
}

.flex_item_order_2 {
order: 2;
}

.flex_item_order_3 {
order: 3;
}

@media all and (max-width: 1199px)
{
.flex_item_order_l_1 {
order: 1;
}
}

@media all and (max-width: 1199px)
{
.flex_item_order_l_2 {
order: 2;
}
}

@media all and (max-width: 1199px)
{
.flex_item_order_l_3 {
order:3;
}
}

@media all and (max-width: 991px)
{
.flex_item_order_m_1 {
order: 1;
}
}

@media all and (max-width: 991px)
{
.flex_item_order_m_2 {
order: 2;
}
}

@media all and (max-width: 991px)
{
.flex_item_order_m_3 {
order:3;
}
}

@media all and (max-width: 768px)
{
.flex_item_order_s_1 {
order: 1;
}
}

@media all and (max-width: 768px)
{
.flex_item_order_s_2 {
order: 2;
}
}

@media all and (max-width: 768px)
{
.flex_item_order_s_3 {
order:3;
}
}

@media all and (max-width: 575px)
{
.flex_item_order_xs_1 {
order: 1;
}
}

@media all and (max-width: 575px)
{
.flex_item_order_xs_2 {
order: 2;
}
}

@media all and (max-width: 575px)
{
.flex_item_order_xs_3 {
order:3;
}
}

.flex_item_shrink1 {
flex-shrink:1;
}

.flex_item_shrink2 {
flex-shrink:2;
}

.flex_item_shrink3 {
flex-shrink:3;
}

.flex_item_shrink4 {
flex-shrink:4;
}

.flex_item_shrink5 {
flex-shrink:5;
}

.flex_nowrap {
flex-wrap:nowrap;
}

.flex_wrap {
flex-wrap:wrap;
}

.float_clear {
clear:both;
}

.float_left {
float:left;
}

.float_right {
float:right;
}

.font_decoration_no_underline {
text-decoration:none;
}

.font_decoration_strike {
text-decoration:line-through;
}

.font_decoration_underline {
text-decoration:underline;
}

.font_size_dyn {
font-size:18px;
}

@media all and (max-width: 1199px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

@media all and (max-width: 991px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

@media all and (max-width: 768px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

@media all and (max-width: 575px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

.font_size_fix {
font-size:1.8rem;
}

@media all and (max-width: 1199px)
{
.font_size_fix {
font-size:1.6rem;
}
}

@media all and (max-width: 991px)
{
.font_size_fix {
font-size:1.4rem;
}
}

@media all and (max-width: 768px)
{
.font_size_fix {
font-size:1.6rem;
}
}

@media all and (max-width: 575px)
{
.font_size_fix {
font-size:2.5rem;
}
}

.font_size_sl {
font-size:1.2em;
}

.font_size_sm {
font-size:1em;
}

.font_size_srl {
font-size:1.2rem;
}

.font_size_srm {
font-size:1rem;
}

.font_size_srs {
font-size:0.5rem;
}

.font_size_srxl {
font-size:1.5rem;
}

.font_size_srxs {
font-size:0.2rem;
}

.font_size_srxxl {
font-size:2rem;
}

.font_size_ss {
font-size:0.5em;
}

.font_size_sxl {
font-size:1.5em;
}

.font_size_sxs {
font-size:0.2em;
}

.font_size_sxxl {
font-size:2em;
}

.font_weight_200 {
font-weight:200;
}

.font_weight_300 {
font-weight:300;
}

.font_weight_bold {
font-weight:bold;
}

.font_weight_bolder {
font-weight:bolder;
}

.font_weight_lighter {
font-weight:lighter;
}

.grid_1 {
width:calc(100% / 12 * 1);
}

.grid_10 {
width:calc(100% / 12 * 10);
}

.grid_11 {
width:calc(100% / 12 * 11);
}

.grid_12 {
width:calc(100% / 12 * 12);
}

.grid_2 {
width:calc(100% / 12 * 2);
}

.grid_3 {
width:calc(100% / 12 * 3);
}

.grid_4 {
width:calc(100% / 12 * 4);
}

.grid_5 {
width:calc(100% / 12 * 5);
}

.grid_6 {
width:calc(100% / 12 * 6);
}

.grid_7 {
width:calc(100% / 12 * 7);
}

.grid_8 {
width:calc(100% / 12 * 8);
}

.grid_9 {
width:calc(100% / 12 * 9);
}

@media all and (max-width: 1199px)
{
.grid_l_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 1199px)
{
.grid_l_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 1199px)
{
.grid_l_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 1199px)
{
.grid_l_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 1199px)
{
.grid_l_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 1199px)
{
.grid_l_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 1199px)
{
.grid_l_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 1199px)
{
.grid_l_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 1199px)
{
.grid_l_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 1199px)
{
.grid_l_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 1199px)
{
.grid_l_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 1199px)
{
.grid_l_9 {
width:calc(100% / 12 * 9);
}
}

@media all and (max-width: 991px)
{
.grid_m_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 991px)
{
.grid_m_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 991px)
{
.grid_m_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 991px)
{
.grid_m_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 991px)
{
.grid_m_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 991px)
{
.grid_m_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 991px)
{
.grid_m_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 991px)
{
.grid_m_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 991px)
{
.grid_m_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 991px)
{
.grid_m_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 991px)
{
.grid_m_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 991px)
{
.grid_m_9 {
width:calc(100% / 12 * 9);
}
}

@media all and (max-width: 768px)
{
.grid_s_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 768px)
{
.grid_s_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 768px)
{
.grid_s_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 768px)
{
.grid_s_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 768px)
{
.grid_s_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 768px)
{
.grid_s_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 768px)
{
.grid_s_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 768px)
{
.grid_s_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 768px)
{
.grid_s_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 768px)
{
.grid_s_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 768px)
{
.grid_s_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 768px)
{
.grid_s_9 {
width:calc(100% / 12 * 9);
}
}

@media all and (max-width: 575px)
{
.grid_xs_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 575px)
{
.grid_xs_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 575px)
{
.grid_xs_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 575px)
{
.grid_xs_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 575px)
{
.grid_xs_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 575px)
{
.grid_xs_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 575px)
{
.grid_xs_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 575px)
{
.grid_xs_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 575px)
{
.grid_xs_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 575px)
{
.grid_xs_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 575px)
{
.grid_xs_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 575px)
{
.grid_xs_9 {
width:calc(100% / 12 * 9);
}
}

.hide {
display:none;
}

@media all and (max-width: 1199px)
{
.hide_l {
display:none;
}
}

@media all and (max-width: 991px)
{
.hide_m {
display:none;
}
}

@media all and (max-width: 768px)
{
.hide_s {
display:none;
}
}

@media all and (max-width: 575px)
{
.hide_xs {
display:none;
}
}

.inlineblock {
display:inline-block;
}

.input_outline_none:focus {
outline:none;
}

.justify_center {
justify-content: center;
}

.justify_end {
justify-content: flex-end;
}

.justify_spacearound {
justify-content:space-around;
}

.justify_spacebetween {
justify-content:space-between;
}

.justify_spaceevenly {
justify-content:space-evenly;
}

.justify_start {
justify-content: flex-start;
}

.line_broken_s1 {
border-bottom-style:dashed;
border-bottom-width:1px;
border-left-width:0px;
border-right-width:0px;
border-top-style:solid;
border-top-width:0px;
}

.line_double_s1 {
border-bottom-style:double;
border-bottom-width:4px;
border-left-width:0px;
border-right-width:0px;
border-top-style:solid;
border-top-width:0px;
}

.line_s1 {
border-bottom-style:solid;
border-bottom-width:1px;
border-top-style:solid;
border-top-width:0px;
}

.line_sxs {
border-bottom-style:solid;
border-bottom-width:0.2em;
border-top-style:solid;
border-top-width:0px;
}

.list_style_none {
list-style-type:none;
}

.main_div {
margin-left:auto;
margin-right:auto;
max-width:126rem;
}

.margin_bottom_sl {
margin-bottom:1.2em;
}

.margin_bottom_sm {
margin-bottom:1em;
}

.margin_bottom_ss {
margin-bottom:0.5em;
}

.margin_bottom_sxl {
margin-bottom:1.5em;
}

.margin_bottom_sxs {
margin-bottom:0.2em;
}

.margin_bottom_sxxl {
margin-bottom:2em;
}

.margin_left_sl {
margin-left:1.2em;
}

.margin_left_sm {
margin-left:1em;
}

.margin_left_ss {
margin-left:0.5em;
}

.margin_left_sxl {
margin-left:1.5em;
}

.margin_left_sxs {
margin-left:0.2em;
}

.margin_left_sxxl {
margin-left:2em;
}

.margin_negleft_sl {
margin-left:-1.2em;
}

.margin_negleft_sm {
margin-left:-1em;
}

.margin_negleft_ss {
margin-left:-0.5em;
}

.margin_negleft_sxl {
margin-left:-1.5em;
}

.margin_negleft_sxs {
margin-left:-0.2em;
}

.margin_negleft_sxxl {
margin-left:-2em;
}

.margin_right_sl {
margin-right:1.2em;
}

.margin_right_sm {
margin-right:1em;
}

.margin_right_ss {
margin-right:0.5em;
}

.margin_right_sxl {
margin-right:1.5em;
}

.margin_right_sxs {
margin-right:0.2em;
}

.margin_right_sxxl {
margin-right:2em;
}

.margin_sl {
margin:1.2em;
}

.margin_sm {
margin:1em;
}

.margin_ss {
margin:0.5em;
}

.margin_sxl {
margin:1.5em;
}

.margin_sxs {
margin:0.2em;
}

.margin_sxxl {
margin:2em;
}

.margin_top_sl {
margin-top:1.2em;
}

.margin_top_sm {
margin-top:1em;
}

.margin_top_ss {
margin-top:0.5em;
}

.margin_top_sxl {
margin-top:1.5em;
}

.margin_top_sxs {
margin-top:0.2em;
}

.margin_top_sxxl {
margin-top:2em;
}

.opacity_100 {
opacity: 0;
}

.opacity_20 {
opacity: 0.8;
}

.opacity_50 {
opacity: 0.5;
}

.opacity_80 {
opacity: 0.2;
}

.overflow_hidden {
overflow: hidden;
}

.overflow_hidden_scroll {
overflow-x: hidden;
overflow-y: scroll;
}

.overflow_scroll_hidden {
overflow-x: scroll;
overflow-y: hidden;
}

.padding_bottom_sl {
padding-bottom:1.2em;
}

.padding_bottom_sm {
padding-bottom:1em;
}

.padding_bottom_ss {
padding-bottom:0.5em;
}

.padding_bottom_sxl {
padding-bottom:1.5em;
}

.padding_bottom_sxs {
padding-bottom:0.2em;
}

.padding_bottom_sxxl {
padding-bottom:2em;
}

.padding_left_sl {
padding-left:1.2em;
}

.padding_left_sm {
padding-left:1em;
}

.padding_left_ss {
padding-left:0.5em;
}

.padding_left_sxl {
padding-left:1.5em;
}

.padding_left_sxs {
padding-left:0.2em;
}

.padding_left_sxxl {
padding-left:2em;
}

.padding_right_sl {
padding-right:1.2em;
}

.padding_right_sm {
padding-right:1em;
}

.padding_right_ss {
padding-right:0.5em;
}

.padding_right_sxl {
padding-right:1.5em;
}

.padding_right_sxs {
padding-right:0.2em;
}

.padding_right_sxxl {
padding-right:2em;
}

.padding_sl {
padding:1.2em;
}

.padding_sm {
padding:1em;
}

.padding_ss {
padding:0.5em;
}

.padding_sxl {
padding:1.5em;
}

.padding_sxs {
padding:0.2em;
}

.padding_sxxl {
padding:2em;
}

.padding_top_sl {
padding-top:1.2em;
}

.padding_top_sm {
padding-top:1em;
}

.padding_top_ss {
padding-top:0.5em;
}

.padding_top_sxl {
padding-top:1.5em;
}

.padding_top_sxs {
padding-top:0.2em;
}

.padding_top_sxxl {
padding-top:2em;
}

.pic_btn_arrow_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Pfeil40x40.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/WarenkorbBlau20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Warenkorb30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket2_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Shopping-Basket-grey.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket2_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Shopping-Basket2.png');
background-size: 1.250em 1.250em;
}

.pic_btn_bottom {
background-position:center bottom;
background-repeat:no-repeat;
}

.pic_btn_center {
background-position:center center;
background-repeat:no-repeat;
}

.pic_btn_check_green {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/GreenCheck.png');
background-size: 1.250em 1.250em;
}

.pic_btn_checked_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Checked20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_close_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Einklappen.png');
background-size: 1.250em 1.250em;
}

.pic_btn_exchange_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Document-Exchange32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_left {
background-position:left center;
background-repeat:no-repeat;
}

.pic_btn_left_ss {
background-position:0.5em center;
}

.pic_btn_magnifier_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Lupe30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_magnifier_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Search.png');
background-size: 1.250em 1.250em;
}

.pic_btn_note_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/MerkzettelBlau20x20px.png');
background-size: 1.250em 1.250em;
}

.pic_btn_note_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/MerkzettelGrau30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_open_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Ausklappen_1.png');
background-size: 1.250em 1.250em;
}

.pic_btn_paddingleft {
padding-left:1.5em;
}

.pic_btn_paddingleft_ss {
padding-left:2.0em;
}

.pic_btn_pencil_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Stift12x12.png');
background-size: 1.250em 1.250em;
}

.pic_btn_phone {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Phone30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_remember_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/RememberLater.png');
background-size: 1.250em 1.250em;
}

.pic_btn_right {
background-position:right center;
background-repeat:no-repeat;
}

.pic_btn_switchoff {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Abmelden20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_trash_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Garbage-Open32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_unchecked_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Unchecked20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_upload_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Document-Upload32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_upload_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Document-UploadWhite32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_x_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/EntfernenBlau20x20px.png');
background-size: 1.250em 1.250em;
}

.pic_btn_x_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/ClearFilterWhite20x20.png');
background-size: 1.250em 1.250em;
}

.position_absolute {
position:absolute;
}

@media all and (max-width: 1199px)
{
.position_absolute_l {
position:absolute;
}
}

@media all and (max-width: 991px)
{
.position_absolute_m {
position:absolute;
}
}

@media all and (max-width: 768px)
{
.position_absolute_s {
position:absolute;
}
}

@media all and (min-width: 1200px)
{
.position_absolute_xl {
position:absolute;
}
}

@media all and (max-width: 575px)
{
.position_absolute_xs {
position:absolute;
}
}

.position_bottom {
bottom:0px;
left:0px;
right:0px;
}

.position_bottom_none {
bottom:0px;
}

.position_height_100 {
height:100%;
}

.position_height_10em {
height:10em;
}

.position_height_5em {
height:5em;
}

.position_height_sl {
height:1.2em;
}

.position_height_sm {
height:1em;
}

.position_height_ss {
height:0.5em;
}

.position_height_sxl {
height:1.5em;
}

.position_height_sxs {
height:0.2em;
}

.position_height_sxxl {
height:2em;
}

.position_left_none {
left:0px;
}

.position_none {
bottom:0px;
left:0px;
right:0px;
top:0px;
}

.position_relative {
position:relative;
}

@media all and (max-width: 1199px)
{
.position_relative_l {
position:relative;
}
}

@media all and (max-width: 991px)
{
.position_relative_m {
position:relative;
}
}

@media all and (max-width: 768px)
{
.position_relative_s {
position:relative;
}
}

@media all and (min-width: 1200px)
{
.position_relative_xl {
position:relative;
}
}

@media all and (max-width: 575px)
{
.position_relative_xs {
position:relative;
}
}

.position_right_none {
right:0px;
}

.position_top_none {
top:0px;
}

.position_top_sxl {
top:1.5em;
}

.position_width_10em {
width:10em;
}

.position_width_20em {
width:20em;
}

.position_width_30em {
width:30em;
}

.position_width_5em {
width:5em;
}

.position_width_none {
width:0px;
}

.position_width_sl {
width:1.2em;
}

.position_width_sm {
width:1em;
}

.position_width_ss {
width:0.5em;
}

.position_width_sxl {
width:1.5em;
}

.position_width_sxs {
width:0.2em;
}

.position_width_sxxl {
width:2em;
}

.position_zindex_100 {
z-index:100;
}

.position_zindex_10000 {
z-index:10000;
}

.show {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

@media all and (max-width: 1199px)
{
.show_l {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (max-width: 991px)
{
.show_m {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (max-width: 768px)
{
.show_s {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (min-width: 1200px)
{
.show_xl {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (max-width: 575px)
{
.show_xs {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

.smallText {
color:#1a1a1a;
font-size:8pt;
}

.special_emily_custmenu {
margin-left:-18em;
width:17em;
}

.special_intended_articles:nth-child(1n+2) {
margin-left:3em;
}

.special_label {
left:-5px;
position:absolute;
top:-5px;
}

.special_livesearch_shopmodern_negleft {
margin-left:calc(-0.5em + -0.2rem);
}

.special_rb_check + .special_rb_text {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Unchecked20x20.png');
background-size: 1.250em 1.250em;
}

.special_rb_check:checked + .special_rb_text {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Checked20x20.png');
background-size: 1.250em 1.250em;
}

.special_textbox_on_pic {
position:relative;
}

@media all and (max-width: 1199px)
{
.special_textbox_on_pic {
bottom:1em;
position:absolute;
right:1em;
width:40%;
}
}

@media all and (max-width: 991px)
{
.special_textbox_on_pic {
bottom:1em;
right:1em;
width:40%;
}
}

@media all and (max-width: 768px)
{
.special_textbox_on_pic {
bottom:0;
position:relative;
right:0;
width:100%;
}
}

@media all and (min-width: 1200px)
{
.special_textbox_on_pic {
bottom:1em;
position:absolute;
right:1em;
width:40%;
}
}

.table {
display: table;
}

.text_align_center {
text-align:center;
}

.text_align_right {
text-align:right;
}

.text_nowrap {
white-space: nowrap;
}

.text_transform_uppercase {
text-transform:uppercase;
}

html {
background-color:#fff;
color:#000;
font-size:62.5%;
}

* {
font-weight:200;
margin:0;
padding:0;
}

* {
box-sizing:border-box;
}

form {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

* {
font-family: 'Source Sans Pro', sans-serif;
}

form {
flex-wrap:wrap;
}

hr {
color:#ececec;
}

hr {
border-bottom-style:solid;
border-bottom-width:1px;
border-top-style:solid;
border-top-width:0px;
}

* {
font-size:1.8rem;
}

@media all and (max-width: 1199px)
{
* {
font-size:1.6rem;
}

}

@media all and (max-width: 991px)
{
* {
font-size:1.4rem;
}

}

@media all and (max-width: 768px)
{
* {
font-size:1.6rem;
}

}

@media all and (max-width: 575px)
{
* {
font-size:2.5rem;
}

}

.color_btn_secondary:hover {
background-color:#ffcc66;
}

.color_btn_primary:hover {
background-color:#005f6a;
}



 

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
:focus,
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; 
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* #### Anfang ####### GW ############################################# */

@media all{:link,:visited,:hover{text-decoration:none;}


/* #### Ende ######### GW ############################################# */




.align_baseline {
align-items: baseline;
}

.align_center {
align-items: center;
}

.align_end {
align-items: flex-end;
}

.align_item_baseline {
align-self: baseline;
}

.align_item_center {
align-self: center;
}

.align_item_end {
align-self: flex-end;
}

.align_item_start {
align-self: flex-start;
}

.align_item_stretch {
align-self: stretch;
}

.align_start {
align-items: flex-start;
}

.align_stretch {
align-items: stretch;
}

.background_size_contain {
background-size:contain!important;
}

.background_size_cover {
background-size:cover!important;
}

.base_box_sizing {
box-sizing:border-box;
}

.base_font_emily {
}

.base_font_shopmodern {
font-family: "Open Sans", sans-serif; 
}

.base_standard {
font-weight:200;
margin:0;
padding:0;
}

.base_style {
background-color:#fff;
color:#000;
font-size:62.5%;
}

.border_1px {
border-width:1px;
}

.border_corner_bottomleft_sl {
border-bottom-left-radius: 1.2em;
}

.border_corner_bottomleft_sm {
border-bottom-left-radius: 1em;
}

.border_corner_bottomleft_ss {
border-bottom-left-radius: 0.5em;
}

.border_corner_bottomleft_sxl {
border-bottom-left-radius: 1.5em;
}

.border_corner_bottomleft_sxs {
border-bottom-left-radius: 0.2em;
}

.border_corner_bottomleft_sxxl {
border-bottom-left-radius: 2em;
}

.border_corner_bottomright_sl {
border-bottom-right-radius: 1.2em;
}

.border_corner_bottomright_sm {
border-bottom-right-radius: 1em;
}

.border_corner_bottomright_ss {
border-bottom-right-radius: 0.5em;
}

.border_corner_bottomright_sxl {
border-bottom-right-radius: 1.5em;
}

.border_corner_bottomright_sxs {
border-bottom-right-radius: 0.2em;
}

.border_corner_bottomright_sxxl {
border-bottom-right-radius: 2em;
}

.border_corner_sl {
border-radius: 1.2em;
}

.border_corner_sm {
border-radius: 1em;
}

.border_corner_ss {
border-radius: 0.5em;
}

.border_corner_sxl {
border-radius: 1.5em;
}

.border_corner_sxs {
border-radius: 0.2em;
}

.border_corner_sxxl {
border-radius: 2em;
}

.border_corner_topleft_sl {
border-top-left-radius: 1.2em;
}

.border_corner_topleft_sm {
border-top-left-radius: 1em;
}

.border_corner_topleft_ss {
border-top-left-radius: 0.5em;
}

.border_corner_topleft_sxl {
border-top-left-radius: 1.5em;
}

.border_corner_topleft_sxs {
border-top-left-radius: 0.2em;
}

.border_corner_topleft_sxxl {
border-top-left-radius: 2em;
}

.border_corner_topright_sl {
border-top-right-radius: 1.2em;
}

.border_corner_topright_sm {
border-top-right-radius: 1em;
}

.border_corner_topright_ss {
border-top-right-radius: 0.5em;
}

.border_corner_topright_sxl {
border-top-right-radius: 1.5em;
}

.border_corner_topright_sxs {
border-top-right-radius: 0.2em;
}

.border_corner_topright_sxxl {
border-top-right-radius: 2em;
}

.border_dotted {
border-style:dotted;
}

.border_dotted_bottom {
border-bottom-style:dotted;
}

.border_dotted_left {
border-left-style:dotted;
}

.border_dotted_right {
border-right-style:dotted;
}

.border_dotted_top {
border-top-style:dotted;
}

.border_none {
border-width:0px;
}

.border_sl {
border-width:1.2em;
}

.border_sm {
border-width:1em;
}

.border_solid {
border-style:solid;
}

.border_solid_bottom {
border-bottom-style:solid;
}

.border_solid_left {
border-left-style:solid;
}

.border_solid_right {
border-right-style:solid;
}

.border_solid_top {
border-top-style:solid;
}

.border_srl {
border-width:1.2rem;
}

.border_srm {
border-width:1rem;
}

.border_srs {
border-width:0.5rem;
}

.border_srxl {
border-width:1.5rem;
}

.border_srxs {
border-width:0.2rem;
}

.border_srxxl {
border-width:2rem;
}

.border_ss {
border-width:0.5em;
}

.border_sxl {
border-width:1.5em;
}

.border_sxs {
border-width:0.2em;
}

.border_sxxl {
border-width:2em;
}

.color_bg_danger {
background-color:#CC3333;
}

.color_bg_hover {
background-color:#E1E1E1; /* GW */
background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
}

.color_bg_info {
background-color:#ffffff;
}

.color_bg_primary {
background-color:#293133;
}

.color_bg_secondary {
background-color:#E1E1E1; 
}

.color_bg_success {
background-color:#00CC66;
}

.color_bg_warning {
background-color:#FFCC66;
}

.color_border_danger {
border-color:#cc3333;
}

.color_border_hover {
border-color:#293133; /* GW */
}

.color_border_info {
border-color:#ffffff;
}

.color_border_primary {
border-color:#293133;
}

.color_border_secondary {
border-color:#E1E1E1; 
}

.color_border_success {
border-color:#00cc66;
}

.color_border_warning {
border-color:#ffcc66;
}

.color_btn_danger {
background-color:#cc3333;
}

.color_btn_hover {
background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
}

.color_btn_info {
background-color:#ffffff;
}

.color_btn_primary {
background-color:#293133;
}

.color_btn_secondary {
background-color:#E1E1E1; 
}

.color_btn_success {
background-color:#00cc66;
}

.color_btn_warning {
background-color:#ffcc66;
}

.color_line_danger {
color:#cc3333;
}

.color_line_hover {
color:#293133;
}

.color_line_info {
color:#ffffff;
}

.color_line_primary {
color:#293133;
}

.color_line_secondary {
color:#E1E1E1; 
}

.color_line_success {
color:#00cc66;
}

.color_line_warning {
color:#ffcc66;
}

.color_text_danger {
color:#cc3333;
}

.color_text_hover {
color:#293133;
}

.color_text_info {
color:#ffffff;
}

.color_text_primary {
color:#293133;
}

.color_text_secondary {
color:#E1E1E1; 
}

.color_text_success {
color:#00cc66;
}

.color_text_warning {
color:#ffcc66;
}

.cursor_pointer {
cursor: pointer;
}

.flex {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

.flex_direction_updown {
flex-direction: column;
}

.flex_item_basis {
flex-basis: 100%;
}

.flex_item_grow1 {
flex-grow:1;
}

.flex_item_grow2 {
flex-grow:2;
}

.flex_item_grow3 {
flex-grow:3;
}

.flex_item_grow4 {
flex-grow:4;
}

.flex_item_grow5 {
flex-grow:5;
}

.flex_item_order_1 {
order: 1;
}

.flex_item_order_2 {
order: 2;
}

.flex_item_order_3 {
order: 3;
}

@media all and (max-width: 1199px)
{
.flex_item_order_l_1 {
order: 1;
}
}

@media all and (max-width: 1199px)
{
.flex_item_order_l_2 {
order: 2;
}
}

@media all and (max-width: 1199px)
{
.flex_item_order_l_3 {
order:3;
}
}

@media all and (max-width: 991px)
{
.flex_item_order_m_1 {
order: 1;
}
}

@media all and (max-width: 991px)
{
.flex_item_order_m_2 {
order: 2;
}
}

@media all and (max-width: 991px)
{
.flex_item_order_m_3 {
order:3;
}
}

@media all and (max-width: 768px)
{
.flex_item_order_s_1 {
order: 1;
}
}

@media all and (max-width: 768px)
{
.flex_item_order_s_2 {
order: 2;
}
}

@media all and (max-width: 768px)
{
.flex_item_order_s_3 {
order:3;
}
}

@media all and (max-width: 575px)
{
.flex_item_order_xs_1 {
order: 1;
}
}

@media all and (max-width: 575px)
{
.flex_item_order_xs_2 {
order: 2;
}
}

@media all and (max-width: 575px)
{
.flex_item_order_xs_3 {
order:3;
}
}

.flex_item_shrink1 {
flex-shrink:1;
}

.flex_item_shrink2 {
flex-shrink:2;
}

.flex_item_shrink3 {
flex-shrink:3;
}

.flex_item_shrink4 {
flex-shrink:4;
}

.flex_item_shrink5 {
flex-shrink:5;
}

.flex_nowrap {
flex-wrap:nowrap;
}

.flex_wrap {
flex-wrap:wrap;
}

.float_clear {
clear:both;
}

.float_left {
float:left;
}

.float_right {
float:right;
}

.font_decoration_no_underline {
text-decoration:none;
}

.font_decoration_strike {
text-decoration:line-through;
}

.font_decoration_underline {
text-decoration:underline;
}

.font_size_dyn {
font-size:18px;
}

@media all and (max-width: 1199px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

@media all and (max-width: 991px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

@media all and (max-width: 768px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

@media all and (max-width: 575px)
{
.font_size_dyn {
font-size:1.42vw;
}
}

.font_size_fix {
font-size:1.8rem;
}

@media all and (max-width: 1199px)
{
.font_size_fix {
font-size:1.6rem;
}
}

@media all and (max-width: 991px)
{
.font_size_fix {
font-size:1.4rem;
}
}

@media all and (max-width: 768px)
{
.font_size_fix {
font-size:1.6rem;
}
}

@media all and (max-width: 575px)
{
.font_size_fix {
font-size:2.5rem;
}
}

.font_size_sl {
font-size:1.2em;
}

.font_size_sm {
font-size:1em;
}

.font_size_srl {
font-size:1.2rem;
}

.font_size_srm {
font-size:1rem;
}

.font_size_srs {
font-size:0.5rem;
}

.font_size_srxl {
font-size:1.5rem;
}

.font_size_srxs {
font-size:0.2rem;
}

.font_size_srxxl {
font-size:2rem;
}

.font_size_ss {
font-size:0.5em;
}

.font_size_sxl {
font-size:1.5em;
}

.font_size_sxs {
font-size:0.2em;
}

.font_size_sxxl {
font-size:2em;
}

.font_weight_200 {
font-weight:200;
}

.font_weight_300 {
font-weight:300;
}

.font_weight_bold {
font-weight:bold;
}

.font_weight_bolder {
font-weight:bolder;
}

.font_weight_lighter {
font-weight:lighter;
}

.grid_1 {
width:calc(100% / 12 * 1);
}

.grid_10 {
width:calc(100% / 12 * 10);
}

.grid_11 {
width:calc(100% / 12 * 11);
}

.grid_12 {
width:calc(100% / 12 * 12);
}

.grid_2 {
width:calc(100% / 12 * 2);
}

.grid_3 {
width:calc(100% / 12 * 3);
}

.grid_4 {
width:calc(100% / 12 * 4);
}

.grid_5 {
width:calc(100% / 12 * 5);
}

.grid_6 {
width:calc(100% / 12 * 6);
}

.grid_7 {
width:calc(100% / 12 * 7);
}

.grid_8 {
width:calc(100% / 12 * 8);
}

.grid_9 {
width:calc(100% / 12 * 9);
}

@media all and (max-width: 1199px)
{
.grid_l_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 1199px)
{
.grid_l_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 1199px)
{
.grid_l_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 1199px)
{
.grid_l_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 1199px)
{
.grid_l_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 1199px)
{
.grid_l_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 1199px)
{
.grid_l_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 1199px)
{
.grid_l_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 1199px)
{
.grid_l_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 1199px)
{
.grid_l_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 1199px)
{
.grid_l_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 1199px)
{
.grid_l_9 {
width:calc(100% / 12 * 9);
}
}

@media all and (max-width: 991px)
{
.grid_m_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 991px)
{
.grid_m_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 991px)
{
.grid_m_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 991px)
{
.grid_m_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 991px)
{
.grid_m_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 991px)
{
.grid_m_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 991px)
{
.grid_m_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 991px)
{
.grid_m_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 991px)
{
.grid_m_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 991px)
{
.grid_m_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 991px)
{
.grid_m_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 991px)
{
.grid_m_9 {
width:calc(100% / 12 * 9);
}
}

@media all and (max-width: 768px)
{
.grid_s_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 768px)
{
.grid_s_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 768px)
{
.grid_s_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 768px)
{
.grid_s_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 768px)
{
.grid_s_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 768px)
{
.grid_s_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 768px)
{
.grid_s_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 768px)
{
.grid_s_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 768px)
{
.grid_s_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 768px)
{
.grid_s_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 768px)
{
.grid_s_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 768px)
{
.grid_s_9 {
width:calc(100% / 12 * 9);
}
}

@media all and (max-width: 575px)
{
.grid_xs_1 {
width:calc(100% / 12 * 1);
}
}

@media all and (max-width: 575px)
{
.grid_xs_10 {
width:calc(100% / 12 * 10);
}
}

@media all and (max-width: 575px)
{
.grid_xs_11 {
width:calc(100% / 12 * 11);
}
}

@media all and (max-width: 575px)
{
.grid_xs_12 {
width:calc(100% / 12 * 12);
}
}

@media all and (max-width: 575px)
{
.grid_xs_2 {
width:calc(100% / 12 * 2);
}
}

@media all and (max-width: 575px)
{
.grid_xs_3 {
width:calc(100% / 12 * 3);
}
}

@media all and (max-width: 575px)
{
.grid_xs_4 {
width:calc(100% / 12 * 4);
}
}

@media all and (max-width: 575px)
{
.grid_xs_5 {
width:calc(100% / 12 * 5);
}
}

@media all and (max-width: 575px)
{
.grid_xs_6 {
width:calc(100% / 12 * 6);
}
}

@media all and (max-width: 575px)
{
.grid_xs_7 {
width:calc(100% / 12 * 7);
}
}

@media all and (max-width: 575px)
{
.grid_xs_8 {
width:calc(100% / 12 * 8);
}
}

@media all and (max-width: 575px)
{
.grid_xs_9 {
width:calc(100% / 12 * 9);
}
}

.hide {
display:none;
}

@media all and (max-width: 1199px)
{
.hide_l {
display:none;
}
}

@media all and (max-width: 991px)
{
.hide_m {
display:none;
}
}

@media all and (max-width: 768px)
{
.hide_s {
display:none;
}
}

@media all and (max-width: 575px)
{
.hide_xs {
display:none;
}
}

.inlineblock {
display:inline-block;
}

.input_outline_none:focus {
outline:none;
}

.justify_center {
justify-content: center;
}

.justify_end {
justify-content: flex-end;
}

.justify_spacearound {
justify-content:space-around;
}

.justify_spacebetween {
justify-content:space-between;
}

.justify_spaceevenly {
justify-content:space-evenly;
}

.justify_start {
justify-content: flex-start;
}

.line_broken_s1 {
border-bottom-style:dashed;
border-bottom-width:1px;
border-left-width:0px;
border-right-width:0px;
border-top-style:solid;
border-top-width:0px;
}

.line_double_s1 {
border-bottom-style:double;
border-bottom-width:4px;
border-left-width:0px;
border-right-width:0px;
border-top-style:solid;
border-top-width:0px;
}

.line_s1 {
border-bottom-style:solid;
border-bottom-width:1px;
border-top-style:solid;
border-top-width:0px;
}

.line_sxs {
border-bottom-style:solid;
border-bottom-width:0.2em;
border-top-style:solid;
border-top-width:0px;
}

.list_style_none {
list-style-type:none;
}

.main_div {
margin-left:auto;
margin-right:auto;
max-width:126rem;
}

.margin_bottom_sl {
margin-bottom:1.2em;
}

.margin_bottom_sm {
margin-bottom:1em;
}

.margin_bottom_ss {
margin-bottom:0.5em;
}

.margin_bottom_sxl {
margin-bottom:1.5em;
}

.margin_bottom_sxs {
margin-bottom:0.2em;
}

.margin_bottom_sxxl {
margin-bottom:2em;
}

.margin_left_sl {
margin-left:1.2em;
}

.margin_left_sm {
margin-left:1em;
}

.margin_left_ss {
margin-left:0.5em;
}

.margin_left_sxl {
margin-left:1.5em;
}

.margin_left_sxs {
margin-left:0.2em;
}

.margin_left_sxxl {
margin-left:2em;
}

.margin_negleft_sl {
margin-left:-1.2em;
}

.margin_negleft_sm {
margin-left:-1em;
}

.margin_negleft_ss {
margin-left:-0.5em;
}

.margin_negleft_sxl {
margin-left:-1.5em;
}

.margin_negleft_sxs {
margin-left:-0.2em;
}

.margin_negleft_sxxl {
margin-left:-2em;
}

.margin_right_sl {
margin-right:1.2em;
}

.margin_right_sm {
margin-right:1em;
}

.margin_right_ss {
margin-right:0.5em;
}

.margin_right_sxl {
margin-right:1.5em;
}

.margin_right_sxs {
margin-right:0.2em;
}

.margin_right_sxxl {
margin-right:2em;
}

.margin_sl {
margin:1.2em;
}

.margin_sm {
margin:1em;
}

.margin_ss {
margin:0.5em;
}

.margin_sxl {
margin:1.5em;
}

.margin_sxs {
margin:0.2em;
}

.margin_sxxl {
margin:2em;
}

.margin_top_sl {
margin-top:1.2em;
}

.margin_top_sm {
margin-top:1em;
}

.margin_top_ss {
margin-top:0.5em;
}

.margin_top_sxl {
margin-top:1.5em;
}

.margin_top_sxs {
margin-top:0.2em;
}

.margin_top_sxxl {
margin-top:2em;
}

.opacity_100 {
opacity: 0;
}

.opacity_20 {
opacity: 0.8;
}

.opacity_50 {
opacity: 0.5;
}

.opacity_80 {
opacity: 0.2;
}

.overflow_hidden {
overflow: hidden;
}

.overflow_hidden_scroll {
overflow-x: hidden;
overflow-y: scroll;
}

.overflow_scroll_hidden {
overflow-x: scroll;
overflow-y: hidden;
}

.padding_bottom_sl {
padding-bottom:1.2em;
}

.padding_bottom_sm {
padding-bottom:1em;
}

.padding_bottom_ss {
padding-bottom:0.5em;
}

.padding_bottom_sxl {
padding-bottom:1.5em;
}

.padding_bottom_sxs {
padding-bottom:0.2em;
}

.padding_bottom_sxxl {
padding-bottom:2em;
}

.padding_left_sl {
padding-left:1.2em;
}

.padding_left_sm {
padding-left:1em;
}

.padding_left_ss {
padding-left:0.5em;
}

.padding_left_sxl {
padding-left:1.5em;
}

.padding_left_sxs {
padding-left:0.2em;
}

.padding_left_sxxl {
padding-left:2em;
}

.padding_right_sl {
padding-right:1.2em;
}

.padding_right_sm {
padding-right:1em;
}

.padding_right_ss {
padding-right:0.5em;
}

.padding_right_sxl {
padding-right:1.5em;
}

.padding_right_sxs {
padding-right:0.2em;
}

.padding_right_sxxl {
padding-right:2em;
}

.padding_sl {
padding:1.2em;
}

.padding_sm {
padding:1em;
}

.padding_ss {
padding:0.5em;
}

.padding_sxl {
padding:1.5em;
}

.padding_sxs {
padding:0.2em;
}

.padding_sxxl {
padding:2em;
}

.padding_top_sl {
padding-top:1.2em;
}

.padding_top_sm {
padding-top:1em;
}

.padding_top_ss {
padding-top:0.5em;
}

.padding_top_sxl {
padding-top:1.5em;
}

.padding_top_sxs {
padding-top:0.2em;
}

.padding_top_sxxl {
padding-top:2em;
}

.pic_btn_arrow_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Pfeil40x40.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/WarenkorbBlau20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Warenkorb30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket2_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Shopping-Basket-grey.png');
background-size: 1.250em 1.250em;
}

.pic_btn_basket2_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Shopping-Basket2.png');
background-size: 1.250em 1.250em;
}

.pic_btn_bottom {
background-position:center bottom;
background-repeat:no-repeat;
}

.pic_btn_center {
background-position:center center;
background-repeat:no-repeat;
}

.pic_btn_check_green {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/GreenCheck.png');
background-size: 1.250em 1.250em;
}

.pic_btn_checked_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Checked20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_close_grey {
background-repeat:no-repeat;
background-image:none;
background-size: 1.250em 1.250em;
}

.pic_btn_exchange_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Document-Exchange32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_left {
background-position:left center;
background-repeat:no-repeat;
}

.pic_btn_left_ss {
background-position:0.5em center;
}

.pic_btn_magnifier_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Lupe30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_magnifier_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Search.png');
background-size: 1.250em 1.250em;
}

.pic_btn_note_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/MerkzettelBlau20x20px.png');
background-size: 1.250em 1.250em;
}

.pic_btn_note_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/MerkzettelGrau30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_open_grey {
background-repeat:no-repeat;
background-image:none;
background-size: 1.250em 1.250em;
}

.pic_btn_paddingleft {
padding-left:1.5em;
}

.pic_btn_paddingleft_ss {
padding-left:2.0em;
}

.pic_btn_pencil_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Stift12x12.png');
background-size: 1.250em 1.250em;
}

.pic_btn_phone {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Phone30x30.png');
background-size: 1.250em 1.250em;
}

.pic_btn_remember_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/RememberLater.png');
background-size: 1.250em 1.250em;
}

.pic_btn_right {
background-position:right center;
background-repeat:no-repeat;
}

.pic_btn_switchoff {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Abmelden20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_trash_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Garbage-Open32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_unchecked_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Unchecked20x20.png');
background-size: 1.250em 1.250em;
}

.pic_btn_upload_grey {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Document-Upload32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_upload_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Document-UploadWhite32x32.png');
background-size: 1.250em 1.250em;
}

.pic_btn_x_blue {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/EntfernenBlau20x20px.png');
background-size: 1.250em 1.250em;
}

.pic_btn_x_white {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/ClearFilterWhite20x20.png');
background-size: 1.250em 1.250em;
}

.position_absolute {
position:absolute;
}

@media all and (max-width: 1199px)
{
.position_absolute_l {
position:absolute;
}
}

@media all and (max-width: 991px)
{
.position_absolute_m {
position:absolute;
}
}

@media all and (max-width: 768px)
{
.position_absolute_s {
position:absolute;
}
}

@media all and (min-width: 1200px)
{
.position_absolute_xl {
position:absolute;
}
}

@media all and (max-width: 575px)
{
.position_absolute_xs {
position:absolute;
}
}

.position_bottom {
bottom:0px;
left:0px;
right:0px;
}

.position_bottom_none {
bottom:0px;
}

.position_height_100 {
height:100%;
}

.position_height_10em {
height:10em;
}

.position_height_5em {
height:5em;
}

.position_height_sl {
height:1.2em;
}

.position_height_sm {
height:1em;
}

.position_height_ss {
height:0.5em;
}

.position_height_sxl {
height:1.5em;
}

.position_height_sxs {
height:0.2em;
}

.position_height_sxxl {
height:2em;
}

.position_left_none {
left:0px;
}

.position_none {
bottom:0px;
left:0px;
right:0px;
top:0px;
}

.position_relative {
position:relative;
}

@media all and (max-width: 1199px)
{
.position_relative_l {
position:relative;
}
}

@media all and (max-width: 991px)
{
.position_relative_m {
position:relative;
}
}

@media all and (max-width: 768px)
{
.position_relative_s {
position:relative;
}
}

@media all and (min-width: 1200px)
{
.position_relative_xl {
position:relative;
}
}

@media all and (max-width: 575px)
{
.position_relative_xs {
position:relative;
}
}

.position_right_none {
right:0px;
}

.position_top_none {
top:0px;
}

.position_top_sxl {
top:1.5em;
}

.position_width_10em {
width:10em;
}

.position_width_20em {
width:20em;
}

.position_width_30em {
width:30em;
}

.position_width_5em {
width:5em;
}

.position_width_none {
width:0px;
}

.position_width_sl {
width:1.2em;
}

.position_width_sm {
width:1em;
}

.position_width_ss {
width:0.5em;
}

.position_width_sxl {
width:1.5em;
}

.position_width_sxs {
width:0.2em;
}

.position_width_sxxl {
width:2em;
}

.position_zindex_100 {
z-index:100;
}

.position_zindex_10000 {
z-index:10000;
}

.show {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

@media all and (max-width: 1199px)
{
.show_l {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (max-width: 991px)
{
.show_m {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (max-width: 768px)
{
.show_s {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (min-width: 1200px)
{
.show_xl {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

@media all and (max-width: 575px)
{
.show_xs {
display: -webkit-box!important;
display: -moz-box!important;
display: -ms-flexbox!important;
display: -webkit-flex!important;
display: flex!important;
}
}

.special_emily_custmenu {
margin-left:-18em;
width:17em;
}

.special_intended_articles:nth-child(1n+2) {
margin-left:3em;
}

.special_label {
left:-5px;
position:absolute;
top:-5px;
}

.special_livesearch_shopmodern_negleft {
margin-left:calc(-0.5em + -0.2rem);
}

.special_rb_check + .special_rb_text {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Unchecked20x20.png');
background-size: 1.250em 1.250em;
}

.special_rb_check:checked + .special_rb_text {
background-repeat:no-repeat;
background-image:url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/Checked20x20.png');
background-size: 1.250em 1.250em;
}

.special_textbox_on_pic {
position:relative;
}

@media all and (max-width: 1199px)
{
.special_textbox_on_pic {
bottom:1em;
position:absolute;
right:1em;
width:40%;
}
}

@media all and (max-width: 991px)
{
.special_textbox_on_pic {
bottom:1em;
right:1em;
width:40%;
}
}

@media all and (max-width: 768px)
{
.special_textbox_on_pic {
bottom:0;
position:relative;
right:0;
width:100%;
}
}

@media all and (min-width: 1200px)
{
.special_textbox_on_pic {
bottom:1em;
position:absolute;
right:1em;
width:40%;
}
}

.table {
display: table;
}

.text_align_center {
text-align:center;
}

.text_align_right {
text-align:right;
}

.text_nowrap {
white-space: nowrap;
}

.text_transform_uppercase {
text-transform:uppercase;
}

html {
background-color:#fff;
color:#000;
font-size:62.5%;/* 100%; GW */
}

* {
font-weight:200;
margin:0;
padding:0;
}

* {
box-sizing:border-box;
}

form {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

* {
/* font-family: 'Source Sans Pro', sans-serif; */
font-family: "Open Sans", sans-serif; 

}

form {
flex-wrap:wrap;
}

hr {
color:#ececec; /* GW */
color:#E1E1E1; 
}

hr {
border-bottom-style:solid;
border-bottom-width:1px;
border-top-style:solid;
border-top-width:0px;
}

* {
font-size:1.8rem;
}

@media all and (max-width: 1199px)
{
* {
font-size:1.6rem;
}

}

@media all and (max-width: 991px)
{
* {
font-size:1.4rem;
}

}

@media all and (max-width: 768px)
{
* {
font-size:1.6rem;
}

}

@media all and (max-width: 575px)
{
* {
font-size:2.5rem;
}

}

.color_btn_secondary:hover {
background-color:#ffcc66;
}

.color_btn_primary:hover {
background-color:#E1E1E1; /* GW */
color:#293133;
background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
}



body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 100%;
}


/* ############################################################################## */


/* ############################################################################## */

img#img11624_4 {
    width: 100%;
}

div#page {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    left: 0;
    min-width: 20rem;
    font-family: "Open Sans", sans-serif;
}

div#divche span.TextLink {
    padding-left: 10px;
}


/* ## Anfang ##### Buttons und Steuerung ################################################################ */

div#page input[type="number"],
div#page input[type="text"],
div#page input[type="password"],
div#page select,
div#page textarea {
    border-radius: 2px;
    border: solid 1px rgba(41, 49, 51, 0.2);
    padding: 0.125em;
    padding-left: 0.25em;
    color: #293133;
}

div#page input[type="submit"],
div#page .color_btn_primary,
div#page button {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    border-radius: 2px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px rgba(41, 49, 51, 0.2);
}

div#page .color_btn_primary,
div#page .color_btn_secondary:hover,
div#page button {
    background-color: rgba(41, 49, 51, 0.9);
    background-image: url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/BG_Button00_q52.jpg');
    color: #ffffff;
}

div#page .color_btn_primary:hover,
div#page .color_btn_secondary,
div#page button:hover {
    background-color: #E1E1E1;
    background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
    color: #293133;
}

div#divcontent i.fas,
div#divcontent i.fas:before {
    color: rgba(41, 49, 51, 0.75);
}

div#page div#divMobileMenu,
div#page div#divMenuTop nav>ul#menuMob,
div#page nav ul#lstKatFristMobil {
    display: none;
}


/* ## Anfang ##### Buttons und Steuerung ################################################################ */

div#page:before,
div#page:after {
    display: table;
    content: "";
    line-height: 0;
}

header,
section,
footer {
    clear: both;
}

div#divMenuTop,
div#divFunktionTop,
div#divMenuMenu {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    height: auto;
}

div#page header {
    background-color: rgba(41, 49, 51, 0.9);
    background-image: url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/BG_Head00_q52.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

div#page footer {
    background-color: #293133;
    background-image: url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/BG_Head00_q52.jpg');
    display: flex;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin-top: 1.5em;
}

div#divMenuMenu {
    padding-bottom: 0.125em;
}


/* #### Anfang ############## divJQSlider ############################################################ */

div#divJQSlider {
    max-height: 480px;
}

div#divJQSlider div.bx-viewport {
    margin-bottom: -1.5em;
}

div#divJQSlider div.bx-pager.bx-default-pager {
    bottom: 0.5em;
    color: #E1E1E1;
    color: #293133;
    font-size: 1.8rem;
    font-size: 2.5rem;
    font-family: "Open Sans", sans-serif;
}

div#divJQSlider div.bx-controls-direction {
    background: none;
    color: #E1E1E1;
    color: #293133;
    font-size: 1.8rem;
    font-size: 2.5rem;
}

div#divJQSlider div.bx-wrapper div.bx-pager.bx-default-pager a {
    background: #293133;
    text-indent: -9999px;
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
    outline: 0;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    border: solid 1px #E1E1E1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div#divJQSlider div.bx-wrapper div.bx-pager.bx-default-pager a:hover,
div#divJQSlider div.bx-pager.bx-default-pager a.active {
    background: #E1E1E1!important;
    border: solid 1px #293133!important;
}

div#divJQSlider div.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: 0;
    z-index: 9999;
}

div#divJQSlider div.bx-wrapper a.bx-prev {
    left: 10px;
    background-color: transparent;
    background-image: none!important;
}

div#divJQSlider div.bx-wrapper a.bx-next {
    right: 10px;
    background-color: transparent;
    background-image: none!important;
}

div#divJQSlider div.bx-wrapper a i {
    font-size: 3rem;
    color: #E1E1E1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div#divJQSlider div.bx-wrapper a:hover i {
    font-size: 3.5rem;
    color: #293133;
}

div#divJQSlider div.bx-wrapper {
    margin-bottom: 0.25em;
}

div#divJQSlider div.bx-pager.bx-default-pager {
    display: none;
}

div#divJQSlider img[id^='imgSliderMobil'] {
    display: none;
}

@media all and (max-width: 575px) {
    div#divJQSlider {
        max-height: unset;
    }
    div#divJQSlider img[id^='imgSlider'] {
        display: none;
    }
    div#divJQSlider img[id^='imgSliderMobil'] {
        display: block;
    }
}


/* #### Ende ############## divJQSlider ############################################################ */

div.hrTop {
    padding-top: 0.125em;
}

div.hrBottom {
    padding-bottom: 0.125em;
}

div.hrTopBottom {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
}

@media (max-width: 575px) {
    div#divSelection select#cmdSetSort {
        width: calc(100% / 12 * 12);
        text-align-last: center;
    }
    div#divSelection div#divSort,
    div#divSelection div#divArticlePerPage,
    div#divSelection div#divBrowse {
        width: calc(100% / 12 * 12);
        margin-bottom: 0.5em;
        margin-right: 0;
        justify-content: center;
    }
    div#divFunnelRefresh div#hrBottom {
        padding-bottom: 0;
    }
}

div#divSelection div#divBrowse,
div#divSelection div#divArticlePerPage {
    border-radius: 2px;
    border: solid 1px rgba(41, 49, 51, 0.08);
    padding: 0.125em;
    padding-top: 0.175em;
    color: #293133;
    background-color: #E1E1E1;
}

div#divSelection select#cmdSetSort {
    background-color: #E1E1E1;
    background-image: linear-gradient(#E1E1E1);
    border: solid 1px rgba(41, 49, 51, 0.08);
}

div#divSelection div#divBrowse:hover,
div#divSelection div#divArticlePerPage:hover,
div#divSelection select#cmdSetSort:hover {
    background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
}

div#divSelection div#divArticlePerPage p {
    padding-left: 0.25em;
}

div#divSelection div#divArticlePerPage a {
    border-radius: 2px;
    background-color: #E1E1E1;
    color: #293133;
    text-decoration: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 0.3em;
}

div#divSelection div#divArticlePerPage a.color_text_hover {
    background-color: #293133;
    color: #ffffff;
}

div#divSelection div#divBrowse span a,
div#divSelection div#divBrowse span {
    border-radius: 2px;
}

div#divSelection div#divArticlePerPage a:hover,
div#divSelection div#divBrowse span a:hover {
    background-color: #293133;
    color: #ffffff;
}

div#divSelection div#divBrowse a:hover i.fas:before {
    color: #ffffff;
}

div#divSwitch img {
    border-radius: 2px;
    padding: 0.25em;
    border: solid 1px rgba(41, 49, 51, 0.08);
    background-color: transparent;
}

div#divSwitch img:hover {
    background-color: #293133;
}


/* #### Anfang ############## Filter Funktion #### divFunnelGroups ######################################################## */

div#divFunnelCatalogue div.hrTopBottom {
    margin-top: 0.5em;
}

div#divSammlerFlyer span[id*='_Label'],
div#divKataloge span[id*='_Label'],
div#lstArtikelAlternativ span[id*='_PricePre'],
div#lstListArticle span[id*='_PricePre'],
div#divFunnelCatalogue span[id*='_Label'] {
    display: none;
    width: 0;
    height: 0;
}

a.FunnelAnker,
div#divFunnelGroups p,
div#divFunnelCatalogue a,
div#divFunnelCatalogue span {
    color: #293133;
    display: block;
    width: 100%;
    cursor: pointer;
    padding-top: 0.075em;
}

a.FunnelAnker:hover,
div#divFunnelGroups p:hover,
div#divFunnelCatalogue span:hover,
div#divFunnelCatalogue a:hover {
    color: #293133;
}

div#divFunnelCatalogue i.fa-angle-right {
    float: right;
    padding-top: 2px;
}

div#divFunnelCatalogue div#formCatalogueSubAU,
div#divFunnelGroups>div {
    border-radius: 2px;
    background-color: #E1E1E1;
    background-image: linear-gradient(#E1E1E1);
}

div#divFunnelCatalogue div#formCatalogueSubAU:hover,
div#divFunnelGroups>div:hover {
    background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#divFunnelGroups div.htmlFunnelGroupFlowIn2 span,
div#divFunnelGroups div.htmlFunnelGroupFlowIn2 input[type="checkbox"] {
    cursor: pointer;
}

div#divFunnelGroups div.htmlFunnelGroupFlowIn2 {
    padding-top: 0.4em;
}

div#divFunnelGroups i.fa-angle-up,
div#divFunnelGroups i.fa-angle-down {
    float: right;
    padding-top: 2px;
}

.pic_btn_open_grey i.fa-angle-up {
    display: none;
}

.pic_btn_close_grey i.fa-angle-down {
    display: none;
}

span#HideLeft,
span#TreeMasterInfo,
span#idMasterInfo,
div#divFunnelGroups>div {
    display: none;
}


/* #### Ende ############## Filter Funktion #### divFunnelGroups ######################################################## */

div#page div#divContentPageMain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 1.25em 0;
}

div#page div#divContentPageMain>div {
    width: calc(100% / 12 * 6);
    display: flex;
    overflow: hidden;
    -webkit-transition: border .4s ease-out;
    transition: border .4s ease-out;
    border-radius: 3px;
    margin-bottom: 1em;
}

div#page div#divContentPageMain>div:nth-child(even) {
    padding-left: 0.5em;
}

div#page div#divContentPageMain>div:nth-child(odd) {
    padding-right: 0.5em;
}

div#page div#divContentPageMain>div>a {}

div#page div#divContentPageMain>div>a>img {
    width: 100%;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 3px;
}

div#page div#divContentPageMain>div:hover>a>img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

div#page div#divMarkenLogos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 1.25em 0;
}

div#page div#divMarkenLogos>div {
    width: calc(100% / 12 * 3);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    -webkit-transition: border .4s ease-out;
    transition: border .4s ease-out;
    border: solid 1px #ffffff;
    border-radius: 3px;
}

div#page div#divMarkenLogos>div:hover {
    border: solid 1px #ffffff;
}

div#page div#divMarkenLogos>div>a {}

div#page div#divMarkenLogos>div>a>img {
    background-color: #293133;
    width: 100%;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a>img,
div#page div#divMarkenLogos>div:hover>a>img {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeAromase>img,
div#page div#divMarkenLogos>div:hover>a#MarkeAromase>img {
    background-color: #075547;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeAromase>img,
div#page div#divMarkenLogos>div:hover>a#MarkeAromase>img {
    background-color: #075547;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#Markeekwip>img,
div#page div#divMarkenLogos>div:hover>a#Markeekwip>img {
    background-color: #E57200;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#Markeekwipplus>img,
div#page div#divMarkenLogos>div:hover>a#Markeekwipplus>img {
    background-color: #74B3D4;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeJoewell>img,
div#page div#divMarkenLogos>div:hover>a#MarkeJoewell>img {
    background-color: #004c97;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeYSpark>img,
div#page div#divMarkenLogos>div:hover>a#MarkeYSpark>img {
    background-color: #000000;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeFeather>img,
div#page div#divMarkenLogos>div:hover>a#MarkeFeather>img {
    background-color: #FFE800;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeKonayuki>img,
div#page div#divMarkenLogos>div:hover>a#MarkeKonayuki>img {
    background-color: #CB2C30;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div>a#MarkeFejic>img,
div#page div#divMarkenLogos>div:hover>a#MarkeFejic>img {
    background-color: #5D5D5D;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos {
    display: block;
    width: calc(100% / 12 * 3);
    float: right;
    margin: 1.25em 0;
    margin-left: 0.25em;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div {
    width: calc(100% / 12 * 12);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    -webkit-transition: border .4s ease-out;
    transition: border .4s ease-out;
    border: solid 1px #ffffff;
    border-radius: 3px;
}

div#page div#divMainArea div#formArticleCatalogue div#divMarkenLogos>div a {
    cursor: text;
}

#formArticleSearch {
    flex-wrap: nowrap;
}

div#divArticleDetails div#formStaffelRabatt_1,
div#divArticleDetails div#formStaffel {
    text-align: right;
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh,
div#page div[id^='divImage'] {
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    z-index: +12;
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh img,
div#page div[id^='divImage'] img {
    transition: all 0.3s ease;
    width: 100%;
    height: calc(1 / (16 / 9) * 100%);
    object-fit: scale-down;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 3px;
    box-shadow: none;
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background-color: #ffffff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh div[id*='_galleryDiv'] {
    height: 100%;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-right: 0.25em;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh div[id*='_galleryDiv'] img {
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
    object-fit: scale-down;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 3px;
    padding-top: 0.5em;
    box-shadow: none;
    margin-top: 1.5em;
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh a:hover div[id*='_galleryDiv'] img {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

div#divArticleDetails div#divArticlePic div#divArticlePicRefresh div[id*='_galleryDiv'] img:hover {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

div#page div#divArticleList:hover div#divImageList img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* #### Anfang ############## Funktion #### divFunnelRefresh ######################################################## */

div#divFunnelRefresh {}

div#divArticleDetails [id*="divArticleGrid"],
div#divFunnelRefresh div#formListArticle div#divArticleGrid {
    background-color: transparent;
    transition: all .4s ease-out;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div#divArticleDetails [id*="divArticleGrid"]:hover,
div#divFunnelRefresh div#formListArticle div#divArticleGrid:hover {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .4s ease-out;
}

div#divArticleDetails [id*="divArticleGrid"],
div#page div#divArticleGrid {
    padding-bottom: 0.25em;
    margin-bottom: 0;
}

div#divArticleDetails div#divProductSuggestions,
div#page div#formListArticle>a {
    border-bottom: solid 1px #E1E1E1;
}

div#page div#divArticleList div#divImageList {
    height: auto;
}

div#page div#divArticleList ul {
    padding-left: 1.4em;
}

div#divArticleDetails [id*="divArticleGrid"],
div#page div#divArticleGrid,
div#page div#divArticleList {
    margin-left: 0;
}

div#page div#divArticleListSub {
    padding-left: 0;
}

div#page div#divLeftArea {
    margin-top: 0.9em;
}

[id*="divPriceInfo"] {
    font-weight: bold;
}

div#divArticleDetails [id*="divArticleGrid"] [id*="divPriceInfo"],
div#divArticleDetails [id*="divArticleGrid"] [id*="ArtBezeichungGrid"],
div#page div#divArticleGrid div#divPriceInfo,
div#page div#divArticleGrid div#ArtBezeichungGrid {
    text-align: center;
}

div#page div#divArticleGrid [id*="ArtBezeichungGrid"],
div#page div#divArticleGrid div#ArtBezeichungGrid {
    padding-bottom: 0.25em;
}

div#page div#divArticleList div#ArtZusatzList {
    align-items: center;
    margin-bottom: 0.5em;
}

div#page div#divArticleList div#ArtBezeichungList {
    position: relative;
}

div#page div#divArticleList div#ArtBezeichungList div#divPriceInfo_1 {
    z-index: +10;
    position: absolute;
    right: 0;
}

_:-ms-lang(x),
div#divFunnelRefresh div#formListArticle a:first-child {
    width: 100%;
}

_:-ms-lang(x),
div#divArticleDetails div#formArticleAlternative a:first-child {
    width: 100%;
}

_:-ms-lang(x),
div#divArticleDetails div#formArticleCatalogueSuggestions a:first-child {
    width: 100%;
}

_:-ms-lang(x),
div#divArticleDetails div#lstArticleAlternative {
    flex-wrap: nowrap;
}

_:-ms-lang(x),
div#divArticleDetails div#lstArticleCatalogueSuggestions {
    flex-wrap: nowrap;
}

_:-ms-lang(x),
div#divMainArea.grid_12 div#divFunnelRefresh div#lstListArticle div#formListArticle.grid_3 {
    width: calc(100% /12 * 2.97)
}


/* #### Ende ############## Funktion #### divFunnelRefresh ######################################################## */


/* #### Anfang ############## Produktdetail #### divArticleDetails ######################################################## */

div#divArticleDetails div#divArticlePic {
    padding-right: 0.25em;
}

div#divArticleDetails div#divArticleMainData {
    padding-left: 0.25em;
}

div#divSammlerFlyer div[id*="divSmallKat"] button,
div#divKataloge div[id*="divSmallKat"] button,
div#divArticleDetails div#divArticleMainData input[type="submit"],
div#divArticleDetails div#divArticleMainData button {
    width: calc(100% / 12 * 12);
    margin-top: 0.5em;
}

div#divArticleMainData input#cmd11764_Input {
    width: 30%;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    float: right;
}

div#divArticleMainData span#cmd11764_Label {
    text-align: right!important;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    padding-right: 0.25em;
    float: left;
    display: block;
    width: 68%;
    text-align: right;
}

div#divArticleMainData form {
    display: block;
}

div#divArticleDetails div#divArticlePicSpin {
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
}

div#divArticleDetails div#divArticlePicSpin>div {
    width: 640px;
    height: 640px;
}

div#divArticleDetails div#divArticlePicSpin>div#yt {
    width: 100%;
    height: 100%;
}

div#divYTid,
div#div3dSpin,
div#divYT360id {
    display: none;
}

div#divArticleDetails div#divArticlePicSpin iframe {
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    border-image: none;
    background-color: transparent;
    width: 640px;
    height: 640px;
    display: block;
    overflow: hidden;
}

div#divArticleDetails div#divArticlePicSpin>div#yt>iframe {
    width: 100%;
    height: 100%;
}

div#divArticleDetails div#divArticleHeadline {
    border-bottom: solid 1px #E1E1E1;
}

div#divSammlerFlyer div[id*="divBigKat"] img,
div#divKataloge div[id*="divBigKat"] img {
    float: left;
}

div#divSammlerFlyer div[id*="divBigKat"],
div#divKataloge div[id*="divBigKat"],
div#divArticleDetails div#txtDescription {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
}

div#divSammlerFlyer div[id*="divBigKat"] h2,
div#divKataloge div[id*="divBigKat"] h2 {
    margin-top: 0.3em;
}

div#divSammlerFlyer div[id*="divSmallKat"],
div#divKataloge div[id*="divSmallKat"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.75em;
}

div#divArticleDetails div#divArticlePrice p>span,
div#divArticleDetails div#divArticleMainData h3 {
    font-size: inherit;
    letter-spacing: 0.02em;
}

div#divArticleDetails div#divArticlePrice,
div#divArticleDetails div#divArticleMainData p#MwStuVersand {
    text-align: right!important;
}

div#divArticleDetails div#divArticlePrice p[id*="Preis_"] {
    font-size: 1.4em;
    margin-bottom: 0;
    margin-bottom: 0;
}

div#divArticleDetails div#divArticleMainData p {
    line-height: 1.25em;
}

div#divAlternativGrid {
    padding: 0.25em;
    position: relative;
}

div#lstArtikelAlternativ div#divAlternativGrid p {
    color: #293133;
}

div#divAlternativGrid,
div#divAlternativartikel {
    position: relative;
}

div#lstArtikelAlternativ {
    width: calc(100% / 12 * 12);
    overflow: hidden;
    position: absolute;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    z-index: 2;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #ffffff;
    border-radius: 3px;
}

div#lstArtikelAlternativ.aktiv {
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    max-height: 440px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

div#divSearchfield div#divLiveView div#divShowArticles,
div#lstArtikelAlternativ div#formArtikelAlternativ {
    background-color: transparent;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s linear;
}

div#divSearchfield div#divLiveView div#divShowArticles:hover,
div#lstArtikelAlternativ div#formArtikelAlternativ:hover {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all .2s linear;
}

div#divAlternativGrid>div {
    display: inline-block;
    position: absolute;
    bottom: 0.25em;
    right: 0.25em;
}

div#divSearchfield div#divLiveView {
    background-color: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

div#divSearchfield div#divLiveView>span {
    display: block;
    text-align: center;
}

div#divSearchfield div#divLiveView>div {
    cursor: pointer;
}


/* #### Ende ############## Produktdetail #### divArticleDetails ######################################################## */


/* #### Anfang ############## Menu ############################################################ */

div#page div#divFunktionTop {
    padding-top: 1.25em;
}

div#page div#divLogoArea a {
    padding-right: 1em;
}

div#page header div#LangMarker {
    display: none;
}

div#page header div#divFunktion {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 0.25em;
    margin-left: auto;
    margin-right: auto;
    max-width: 126rem;
}

div#page header div#divFunktion {
    justify-content: space-between;
    align-items: center;
}

div#divSearchArea {
    padding-bottom: 1em;
}

div#page>header div#divButtonArea {
    padding-bottom: 1.103em;
    padding-left: 0.25em;
}

@media all and (max-width: 1199px) {
    div#page>header div#divButtonArea {
        align-items: center;
    }
    div#page header div#divCustomerLogin {
        padding-top: 1em;
    }
}

div#divSearchArea input#formArticleSearchText {
    padding-top: 0.125em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

div#divSearchArea input[type="text"] {
    height: 42px;
    width: 100%;
}

div#divSearchArea input[type="submit"] {
    display: none;
}

div#page header div#divCustomerMenu,
div#page header div#divCustomerLogin {
    padding: 0.5em;
    padding-top: 1.125em;
    padding-right: 0;
    white-space: nowrap;
}

div#page>header div#divCustomerMenu {
    z-index: 10000;
    background-color: #ffffff;
    border: solid 1px #E1E1E1;
    border: solid 1px #293133;
    position: absolute;
    right: -0.5em;
    margin-top: -0.125em;
    padding: 0.5em;
    visibility: hidden;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

div#page>header div#divCustomerMenu input[type=text] {
    margin-bottom: 0.5em;
}

div#page>header div#divCustomerMenu>div#divCustomerMenuLogoff>a,
div#page>header div#divCustomerMenu>div#divCustomerMenuLogin>a {
    width: 100%;
    display: block;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    background-color: #ffffff;
    color: #293133;
    padding-left: 0;
    padding-right: 0.125em;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 0.125em;
    padding-right: 0;
    padding-bottom: 0.125em;
    padding-top: 0.125em;
    margin-bottom: 0.125em;
    margin-top: 0.125em;
}

div#page>header div#divCustomerMenu>div#divCustomerMenuLogoff>a:hover,
div#page>header div#divCustomerMenu>div#divCustomerMenuLogin>a:hover {
    background-color: #293133;
    color: #E1E1E1;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

div#page>header div#divButtonArea div#divNote a#linkNote div#formQuantityNote,
div#page>header div#divButtonArea div#divBasket a#linkBasket div#formQuantityBasket {
    display: inline-block;
    padding-left: 0.25em;
    padding-bottom: 0.125em;
}

div#page>header div#divButtonArea div#divNote a#linkNote,
div#page>header div#divButtonArea div#divBasket a#linkBasket {
    white-space: nowrap;
    color: #E1E1E1;
    font-size: 2.5rem;
    display: block;
    padding: 0.5em;
}

div#page>header div#divButtonArea div#divBasket a#linkBasket {
    padding-left: 0;
    padding-right: 0;
}

div#page header div#divCustomerLogin>i {
    padding-right: 0.25em;
}

div#page header div#divCustomerLogin {
    color: #E1E1E1;
    padding-left: 0.25em;
}

div#page>header div#divButtonArea div#divCustomerLogin:hover,
div#page>header div#divButtonArea div#divNote a#linkNote:hover,
div#page>header div#divButtonArea div#divBasket a#linkBasket:hover {
    color: #ffffff;
}

div#page>header nav {
    width: 100%;
}

div#page nav ul {
    display: block;
    list-style-type: none;
}

div#page nav ul[id^='menu'] li,
div#page nav ul[id^='lstKat'] li {
    list-style-type: none;
}

div#page nav ul[id^='menu'] li a,
div#page nav ul[id^='lstKat'] li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

div#page header nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0.25em;
    margin-left: auto;
    margin-right: auto;
    max-width: 126rem;
}

div#page div#divMenuTop nav {
    justify-content: flex-end;
}

div#page div#divMenuTop {
    background-color: #E1E1E1;
}

div#page div#divMenuTop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-image: url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/BG_Head.png');
    background-repeat: repeat, no-repeat;
    background-position: center top;
}

div#page nav>ul[id^='menu']>li,
div#page nav>ul[id^='lstKatFrist']>li {
    float: left;
    position: relative;
    display: block;
    clear: none;
    padding: 0.5em;
}

div#page nav ul[id*='menu']>li>a,
div#page nav ul[id^='lstKatFrist']>li>a {
    white-space: nowrap;
    padding-right: 0.5em;
}

div#page nav ul[id^='lstKatFrist']>li>a {
    font-size: 2rem;
    display: block;
}

@media all and (max-width: 1199px) {
    div#page nav ul[id^='lstKatFrist']>li>a {
        font-size: 1.8rem;
    }
}

@media all and (max-width: 991px) {
    div#page nav ul[id^='lstKatFrist']>li>a {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 768px) {
    div#page nav ul[id^='lstKatFrist']>li>a {
        font-size: 1.82rem;
    }
}

@media all and (max-width: 575px) {
    div#page nav ul[id^='lstKatFrist']>li>a {
        font-size: 1.6rem;
    }
}

div#page nav ul#menuFooter>li>a,
div#page nav ul[id^='lstKatFrist']>li>a {
    color: #E1E1E1;
}

div#page nav ul#menuFooter>li:hover>a,
div#page nav ul[id^='lstKatFrist']>li:hover>a {
    color: #ffffff;
}

div#page div#divMenuTop nav ul[id*='menu']>li>a {
    color: rgba(41, 49, 51, 0.95);
}

div#page div#divMenuTop nav ul[id*='menu']>li:hover>a {
    color: rgba(41, 49, 51, 1);
}

div#page div#divMenuTop nav ul[id*='menu']>li>a>i {
    color: rgba(41, 49, 51, 0.7);
}

div#page div#divMenuTop nav ul[id*='menu']>li:hover>a>i {
    color: rgba(41, 49, 51, 0.9);
}

div#page div#divMenuTop nav>ul,
div#page nav ul[id^='lstKatFrist'] {
    max-height: 42px;
}

div#page nav ul[id^='lstKat'] li a[id*='_Label'] {
    display: none;
    width: 0;
    height: 0;
}

div#page ul[id*='menu']>li>ul,
div#page nav ul[id^='lstKatFrist']>li>ul {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out 0.2s;
    z-index: 9997;
    min-width: 125px;
    text-align: left;
    position: absolute;
    top: 104%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

div#page ul[id*='menu']>li:hover>ul,
div#page nav ul[id^='lstKatFrist']>li:hover>ul {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    transition: all 0.2s ease-in 0s;
}

div#page ul#menuLang>li>a {
    padding-right: 0;
}

div#page ul[id*='menuLang']>li>ul {
    min-width: auto;
    width: 80%;
}

div#page nav ul[id*='menu']>li>ul>li>a,
div#page nav ul[id^='lstKatFrist']>li>ul>li>a {
    color: #293133;
}

div#page nav ul[id*='menu']>li>ul>li>a,
div#page nav ul[id^='lstKatFrist']>li>ul>li>a {
    display: block;
    padding: 0.5em;
    white-space: nowrap;
}

div#page nav ul[id*='menu']>li>ul>li:hover>a,
div#page nav ul[id^='lstKatFrist']>li>ul>li:hover>a {
    background-image: linear-gradient(#CED0D0, #E1E1E1, #C4C4C5);
}

div#page nav ul[id*='menu']>li>ul>li:last-child:hover>a,
div#page nav ul[id^='lstKatFrist']>li>ul>li:last-child:hover>a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

div#page nav li.FristLevel:first-child a#linkKatFristLevel {
    text-shadow: 0 0 4px #293133, 0 0 5px #293133, 0 0 9px #FFF, 0 0 10px #CB2C30, 0 0 11px #CB2C30, 0 0 12px #CB2C30, 0 0 13px #CB2C30, 0 0 20px #CB2C30, 0 0 30px #CB2C30, 0 0 14px #CB2C30, 0 0 15px #CB2C30;
    webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#page nav li.FristLevel:first-child a#linkKatFristLevel:hover {
    text-shadow: 0 0 5px #293133, 0 0 9px #FFF, 0 0 10px #CB2C30, 0 0 11px #CB2C30, 0 0 12px #CB2C30, 0 0 13px #CB2C30, 0 0 14px #CB2C30, 0 0 15px #CB2C30, 0 0 20px #CB2C30, 0 0 30px #FFE800;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#page nav li.FristLevel:last-child a#linkKatFristLevel {
    text-shadow: 0 0 4px #FFF, 0 0 5px #FFF, 0 0 9px #FFF, 0 0 10px #FFF, 0 0 11px #FFF, 0 0 12px #CB2C30, 0 0 13px #CB2C30, 0 0 20px #CB2C30, 0 0 30px #CB2C30, 0 0 14px #CB2C30, 0 0 15px #CB2C30;
    webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #CB2C30;
}

div#page nav li.FristLevel:last-child a#linkKatFristLevel:hover {
    text-shadow: 0 0 5px #FFF, 0 0 9px #FFF, 0 0 10px #FFF, 0 0 11px #FFF, 0 0 12px #FFF, 0 0 13px #FFF, 0 0 14px #CB2C30, 0 0 15px #CB2C30, 0 0 20px #CB2C30, 0 0 30px #FFE800;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #CB2C30;
}


/* #### Ende ############## Menu ############################################################ */


/* ### Anfang ### Content / Inhalte ########################### */

div#divArticleDetails,
div.Inhalte {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

div#divArticleDetails div.Inhalte,
div.nonPadd {
    padding-left: 0!important;
    padding-right: 0!important;
}

div.Inhalte img {
    border-radius: 3px;
    width: auto;
    height: auto;
    margin: 0;
}

div.Inhalte.mitBild img {
    width: calc(100% / 12 * 3);
    padding: 0;
    float: left;
    outline: none;
    margin-top: 0.25em;
    margin-right: 0.50em;
    margin-bottom: 0.25em;
}

div.Inhalte.mitBild img[style="float: right;"] {
    margin-left: 0.50em;
    margin-right: 0;
}

div.Inhalte.mitBild img.Size4 {
    width: calc(100% / 12 * 4);
}

div.Inhalte.mitBild img.Size5 {
    width: calc(100% / 12 * 5);
}

div.Inhalte.mitBild img.Size6 {
    width: calc(100% / 12 * 6);
}

div.Inhalte.mitBild img.Size12 {
    width: calc(100% / 12 * 12);
    padding: 0;
    float: none;
    clear: both;
    outline: none;
}

div#formArticleCatalogue div#KatalogLangtext h3,
div#formArticleCatalogue div#KatalogLangtext,
div#divArticleDetails div#txtDescription,
div.Inhalte p {
    line-height: 1.25em;
}

div#divArticleDetails h1,
div#formArticleCatalogue h1#KatalogHeadLiene,
div.Inhalte h1 {
    font-size: 2em;
    margin: 0.75em 0;
    margin-bottom: 0.5em;
}

div#page div#divArticleList div#ArtBezeichungList h2,
div.Inhalte h2 {
    font-size: 1.6em;
    margin: 0.5em 0;
}

div.Inhalte h1 strong,
div.Inhalte h2 strong,
div.Inhalte h3 strong,
div.Inhalte h4 strong,
div.Inhalte h5 strong,
div.Inhalte h6 strong {
    font-size: inherit;
    font-weight: 600;
    margin: inherit;
    /*
    display: inline;
    */
}

div#divArticleDetails div#divArticleMainData h3,
div#page div#divArticleList div#ArtZusatzList h3,
div.Inhalte h3 {
    font-size: 1.4em;
    margin: 0.5em 0;
    margin-bottom: 0.3em;
}

div.Inhalte h4 {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0.25em 0;
}

div.Inhalte h5 {
    font-size: 1.2em;
    margin: 0.25em 0;
}

div.Inhalte h6 {
    font-weight: 600;
    margin: 0.125em 0;
}

div.Inhalte b,
div.Inhalte strong {
    font-weight: 600;
    /*   margin: 0.25em 0;
    display: inline-block;
    */
}

div.Inhalte.mitBild h6 a {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0.25em 0;
}

div.Inhalte ul {
    padding-left: 1.4em;
}

div#formArticleCatalogue div#KatalogLangtext ul,
div#divArticleDetails div#txtDescription ul {
    padding-left: 1em;
}

.TextLink a,
div.Inhalte a {
    border-radius: 2px;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    color: #293133;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    cursor: pointer;
    background-color: #E1E1E1;
}

.TextLinkOff a {
    color: #293133!important;
    text-decoration: none!important;
    background-color: transparent!important;
}

div.Inhalte h6>a {
    color: #000000;
    font-weight: 500!important;
}

.TextLinkOff a:hover,
.TextLink a:hover,
div.Inhalte a:hover {
    background-color: #293133!important;
    color: #E1E1E1!important;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

div.Inhalte img.icon {
    border-radius: 0;
    width: 48px;
    height: 48px;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    margin: 0;
    padding-top: 0.25em;
    padding-right: 0.25em;
    padding-bottom: 0.25em;
}

div.Inhalte img.icon:hover,
div.Inhalte a:hover img.icon {
    color: #FFFFFF;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

div.Inhalte a.iconPic,
div.Inhalte a.iconPic:hover {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    transition: none;
}

div.Inhalte img.icon.pic {
    width: calc(100% / 12 * 2);
    height: auto;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    box-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-out;
    padding: 0;
    margin-right: 0.25em;
}

div.Inhalte img.icon.pic:hover {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .4s ease-out;
}

div.Inhalte div.hrTop {
    padding-top: 0.5em;
}

div.Inhalte div.hrBottom {
    padding-bottom: 0.5em;
}

div.Inhalte div.hrTopBottom {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div.Inhalte.mitBild.mitVideo div[id^='yt_div_'] {
    width: calc(100% / 12 * 12);
    float: none;
    clear: both;
}

div.Inhalte.mitBild.mitVideo div[id^='yt_div_']>div {
    width: calc(100% / 12 * 6);
    position: relative;
}

@media all and (max-width: 575px) {
    div.Inhalte.mitBild.mitVideo div[id^='yt_div_']>div {
        width: calc(100% / 12 * 12);
    }
}

div.Inhalte.mitBild.mitVideo div[id^='yt_div_']>div>iframe {
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    border-image: none;
    background-color: transparent;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 0.25em;
    margin-right: 0.50em;
    margin-bottom: 0.25em;
}

div.Inhalte.mitBild.mitVideo div[id^='yt_div_']>div>img {
    width: 100%;
    height: calc(1 / (16 / 9) * 100%);
    float: none;
    visibility: hidden;
}

div#page input[type="checkbox"]#checkAGB {
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    padding: 10px;
}

span#ErrorCheckAGB {
    color: #CC3333;
    font-weight: bold;
    padding-left: 1.25em;
    padding-top: 0.75em;
    display: none;
}

.pic_btn_unchecked_blue,
.pic_btn_checked_blue,
.pic_btn_paddingleft,
.special_rb_check,
.curosr_pointer {
    cursor: pointer;
    background-size: 1.125em 1.125em!important;
}

input#cmd11872,
input#cmd11873 {
    background-size: auto!important;
    border: none!important;
}

div#divMyOrders table td:last-child {
    text-align: right;
}

div#divMyOrders table tr:first-child {
    border-bottom: solid 1px rgba(41, 49, 51, 0.2);
}


/* ### Anfang ### div#divShopMemo ### */

div#divFunktion {
    position: relative;
}

div#divFunktion div#divShopMemo {
    position: absolute;
    right: 0;
    top: 143%;
    background-color: #fff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out 0.2s;
    z-index: 9997;
    min-width: 125px;
    text-align: left;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: calc(100% / 12 * 3);
}

div#divFunktion div#formShopMemoHead {
    padding: 0.5em;
}

div#divFunktion div#fldShopMemoHead {
    padding-bottom: 0.5em;
}

div#divFunktion div#divShopMemo button {
    width: calc(100% / 12 * 12);
}


/* ### Ende ### div#divShopMemo ### */

div#txtBild {
    order: 1;
}

div#txtArtikel {
    order: 2;
}

div#txtUVP {
    order: 3;
}

div#txtStaffelpreis {
    order: 4;
}

div#txtPreis {
    order: 5;
}

div#txtMenge {
    order: 6;
}

div#txtME {
    order: 7;
}

div#txtGesamt {
    order: 8;
}

div#divBasketImageSub {
    order: 1;
}

div#divBasketDesc {
    order: 2;
}

div#divUVP_1 {
    order: 3;
}

div#divStaffelWKuRabatt {
    order: 4;
}

div#divBasketPrice {
    order: 5;
}

div#divBasketQuantity {
    order: 6;
}

div#divBasketQuantityUnit {
    order: 7;
}

div#divBasketTotal {
    order: 8;
}

hr#hr11876_3 {
    order: 9;
}

div#divBasketButtons {
    order: 10;
}

hr#hr11876_1 {
    order: 11;
}


/* ### Anfang ### responsesetting ### */

@media all and (max-width: 1199px) {
    div#divSearchArea {
        width: calc(100% / 12 * 6.5);
    }
}

@media all and (max-width: 768px) {
    div#divSearchArea {
        width: calc(100% / 12 * 12);
    }
    div#divMobileMenu {
        cursor: pointer;
    }
    p#pMoblieMenu {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 225, 225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        padding: 0.5em;
        margin-left: 0;
        padding-left: 2.5em;
        text-decoration: none;
        color: #E1E1E1;
    }
    div#divMobileMenu:hover>p {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        color: #ffffff;
    }
    div#divMenuMenu {
        position: relative;
        width: 100%;
    }
    div#page header div#divMenuMenu {
        max-height: 0;
        overflow: hidden;
        transition: all 0.9s ease-in 0s;
    }
    div#page header div#divMenuMenu.aktiv {
        max-height: 1400px;
        overflow: hidden;
        transition: all 0.9s ease-in 0s;
    }
    div#page header div#divMenuMenu nav {
        display: inline-block;
        padding-top: 0.25em;
    }
    div#page nav ul#lstKatFristMobil {
        display: block;
    }
    div#page nav ul#lstKatFristMobil,
    div#page nav ul[id^='lstKatFrist'] {
        max-height: max-content;
    }
    div#page nav ul#lstKatFristMobil>li,
    div#page nav li.FristLevel {
        width: calc(100% / 12 * 12);
    }
    div#page nav ul[id^='lstKatFrist']>li {
        width: calc(100% / 12 * 12);
        clear: both;
        float: none;
    }
    div#page nav ul[id^='lstKatFrist']>li>a {
        padding-bottom: 0.25em;
    }
    div#page nav ul[id^='lstKatFrist']>li>ul {
        visibility: visible;
        opacity: 1;
        background-color: #fff;
        width: calc(100% / 12 * 12);
        text-align: left;
        position: relative;
        top: auto;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    div#page>header div#divButtonArea div#divButtonContainer {
        display: contents;
    }
    div#page div#divMobileMenu {
        display: flex;
    }
    div#page div#divContentPageMain>div {
        width: calc(100% / 12 * 12);
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0.75em;
    }
    div#page div#divContentPageMain>div:nth-child(even) {
        padding-left: 0.75em;
    }
    div#page div#divContentPageMain>div:nth-child(odd) {
        padding-right: 0.75em;
    }
    div#page div#divMarkenLogos>div {
        width: calc(100% / 12 * 4);
    }
    div#page div#divMarkenLogos div#divMarkeFejic {
        display: none;
    }
}

@media all and (max-width: 575px) {
    * {
        font-size: 1.55rem;
    }
    div#page div#divMenuTop:before {
        background-image: none;
        background-color: #CED0D0;
    }
    div#divSearchArea input[type="text"] {
        height: 28px;
        width: 50%;
    }
    div#page div#divMenuFooter {
        width: calc(100% / 12 * 12);
    }
    div#page ul#menuFooter {
        display: inline-grid;
    }
    div#divFunktion div#divShopMemo {
        width: calc(100% / 12 * 12);
        top: 1%;
    }
    div#page>header div#divButtonArea {
        display: flex;
        align-items: baseline;
        padding: 0;
    }
    div#page>header div#divButtonArea div#divButtonContainer {
        width: calc(100% / 12 * 12);
        padding-left: 1.5em;
    }
    div#page>header div#divButtonArea div#divlogin {
        width: calc(100% / 12 * 12);
    }
    div#page header div#divCustomerMenu,
    div#page header div#divCustomerLogin {
        padding: 0.25em;
        white-space: nowrap;
        position: relative;
    }
    div#page header div#divCustomerLogin {
        padding-left: 0.5em;
        order: 1;
    }
    div#page header div#divButtonContainer {
        padding-left: 0.5em;
        order: 2;
    }
    div#page>header div#divCustomerMenu {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 2.5em;
    }
    div#page header div#divFunktion {
        justify-content: space-between;
        align-items: center;
    }
    div#page header div#divFunktion {
        padding-top: 0.25em;
        display: flex;
    }
    div#page div#divMobileMenu {
        display: flex;
        order: 3;
        padding-right: 0.25em;
        padding-top: 0;
    }
    div#page>header div#divButtonArea {
        display: flex;
        order: 2;
        width: 30%;
        margin-top: -0.5em;
    }
    div#page>header div#divLogoArea {
        width: 30%;
        padding: 0;
        order: 1;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    div#page div#divLogoArea a {
        padding-right: 0.25em;
    }
    div#page>header div#divSearchArea {
        padding-top: 0.25em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 0.75em;
        display: none;
        position: absolute;
        top: 0;
        background-color: rgba(41, 49, 51, 0.9);
        background-image: url(/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/BG_Head00_q52.jpg);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: +40;
    }
    div#page>header div#divSearchArea.aktiv {
        display: flex;
    }
    div#page>header div#divSearchfield {
        padding-top: 0;
    }
    div#page div#divFunktionTop {
        padding-top: 0.5em;
    }
    div#page>header div#divButtonArea div#divNote a#linkNote,
    div#page>header div#divButtonArea div#divBasket a#linkBasket {
        padding-top: 0;
        padding-bottom: 0;
    }
    div#divArticleDetails h1,
    div#formArticleCatalogue h1#KatalogHeadLiene,
    div.Inhalte h1 {
        font-size: 1.6em;
    }
    div#page div#divArticleList div#ArtBezeichungList h2,
    div.Inhalte h2 {
        font-size: 1.4em;
    }
    div#divArticleDetails div#divArticleMainData h3,
    div#page div#divArticleList div#ArtZusatzList h3,
    div.Inhalte h3 {
        font-size: 1.2em;
    }
    div.Inhalte h4 {
        font-size: 1em;
    }
    div.Inhalte h5 {
        font-size: 1em;
    }
    div#form12671 {
        width: calc(100% / 12 * 12);
    }
    div#page div#divMenuTop nav>ul {
        display: none;
    }
    div#page div#divMenuTop nav>ul#menuMob {
        display: block;
    }
    div#page div#divMenuTop nav>ul#menuMob>li {
        display: flex;
        clear: none;
    }
}


/* @media all and (max-width: 575px) */

@media all and (max-width: 500px) {
    div#page header div#divCustomerMenuContainer p {
        display: none;
    }
    div#page>header div#divCustomerMenu {
        left: -7em;
        overflow: hidden;
    }
}


/* ### Ende ### responsesetting ### */


/* ### Anfang ### div#cookiehinweis ### */

#eu_cookiebox.hidden,
div.hidden {
    display: none;
}

#eu_cookiebox {
    background-color: #293133;
    background-image: url('/Haaro/CustomUpload/374O357O340O370O356O369O350O327O352O352O369O366O/WebPortal/HaaroWS/img/BG_Head00_q52.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0.5em;
    margin-top: 1.5em;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 999999;
}

#eu_cookiebox>div {
    margin: 0 auto !important;
    color: #E1E1E1;
    padding-bottom: 0.5em;
    line-height: 1.5em;
    font-size: 2rem;
}

#eu_cookiebox:hover>div {
    color: #ffffff;
}

#eu_cookiebox .button {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    line-height: normal;
}

#eu_cookiebox .button a {
    background: #fff;
    padding: 5px;
    width: 90px;
    color: #000;
    display: block;
    float: left;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5x;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}


/* ### Ende ### div#cookiehinweis ### */

