.hyphenate {
    hyphens: auto;
    -webkit-hyphens: auto;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
}

.no-hyphenate {
    hyphens: none;
    -webkit-hyphens: none;
}

.tx-indexedsearch-browsebox {
    display: none;
}

.important {
    white-space: nowrap;
}

.detail {
    font-family: Arial, sans-serif;
}

.d-none {
    display: none !important;
}

hr {
    border: 1px solid #fff;
}

@media only screen {
    #product-searchform {
        width: 100%;
        margin: 0;
        margin-top: 70px;
        display: table;
        position: relative;
    }

    .search-table-row {
        display: table-row;
    }

    .search-table-cell {
        display: table-cell;
        margin-right: -8px;
        vertical-align: top;
    }

    .search-table-cell-1 {
        width: 84.5%
    }

    .search-table-cell-2 {
        width: 15.5%
    }

    #product-searchform input {
        border: 0;
        padding: 0;
        margin: 0;
    }

    #product-searchform fieldset input {
        width:   98%;
        margin: 0;
        padding:  1.5%  2%;
        padding:  0.6rem 0.75rem;
        background: #fff;
        display:  table-cell;
    }

    #product-searchform fieldset #product-searchform_catname {
        width:  90%;
        border-left: 1px solid #ccc;
        padding:  0   0.75rem;
        padding-top: 0.05rem;
        overflow: hidden;
    }

    #product-searchform fieldset {
        margin: 0;
        padding: 0;
        border: 0;
        border-right: 20px #fff solid;
    }

    #product-searchform fieldset span {
        display:  table;
        table-layout: fixed;
        width: 100%;
        border: #ccc 1px solid;
        border-right: 0;
        margin: 0;
        background: #fff;
        white-space: nowrap;
    }

    #product-searchform button.submit, .powermail_fieldwrap_submit input, .powermail_tab_navigation a:link, .powermail_tab_navigation a:visited, .powermail_tab_navigation a:active {
        display: block;
        background: #000;
        border: 1px solid #000;
        color: #fff;
        width: 100%;
        padding:   8.45% 8px;
        padding: 0.6rem 0.75rem;
        text-align: center;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    div:not(.inactive) #product-searchform button.submit:hover, div:not(.inactive) .powermail_fieldwrap_submit input:hover, div:not(.inactive) .powermail_tab_navigation a:hover, div:not(.inactive) .powermail_tab_navigation a:focus {
        background: #fff;
        color: #000;
    }

    div.inactive #product-searchform button.submit:hover, div.inactive .powermail_fieldwrap_submit input:hover, div.inactive .powermail_tab_navigation a:hover, div.inactive .powermail_tab_navigation a:focus {
        background: #000;
        border: 1px solid #000;
        color: #fff;
    }

    .btn-standard, .btn-fullwidth, .btn-order, .btn-primary {
        background: #000;
        padding: 7.9%  16px;
        padding: 0.6rem 1.25rem;
        text-align: center;
    }

    .btn-fullwidth {
        padding:  0.6rem 0.75rem;
        width: 100%;
        display: block;
    }

    .btn-basket-more {
        display: block;
    }

    p.btn-search-more-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .btn-search-more {
        display: block;
    }

    .contentELEMENT {
        margin: 200px 0;
    }

    .lightbox .contentELEMENT {
        margin: 0;
        margin-bottom: 60px;
    }

    .contentELEMENT:first-child {
        margin-top: 0;
    }

    .contentELEMENT:last-child {
        margin-bottom: 0;
    }

    .contentELEMENT p.align-right:last-child {
        display: block;
    }

    #sidr {
        display: none;
    }

    .sidr {
        display: block;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 300px;
        overflow-x:  hidden;
        overflow-y: auto;
        background: #000;
        color: #fff;
    }

    .sidr .sidr-inner {
        padding: 45px;
        padding-top: 88px;
        font-size: 1.750rem;
        line-height: 2.438rem;
        font-family: "Rotis Sans Serif W04 Light", sans-serif;
        -webkit-transition: all 0.1s;
        -transition: all 0.1s;
        transition: all 0.1s;
    }

    .smaller2 .sidr .sidr-inner {
        padding-top: 2px;
    }

    .sidr.right {
        left: auto;
        right: -500px;
    }

    #sidr-id-main_menu li {
        text-align: left;
    }

    #sidr-id-main_menu a {
        color: #fff;
    }

    #sidr-id-main_menu .sidr-class-button_basket {
        margin: 1.5em 0;
    }

    #sidr-id-main_menu .sidr-class-mibstd-langmenu {
        text-align: left;
    }

    #sidr-id-main_menu .sidr-class-mibstd-langmenu li {
        display: inline-block;
    }

    #sidr-id-main_menu .sidr-class-mibstd-langmenu li:first-child {
        margin-right: 0.75em;
    }

    #sidr-id-main_menu .sidr-class-mibstd-langmenu li.sidr-class-active a,
    #sidr-id-main_menu .sidr-class-mibstd-langmenu li.sidr-class-active a:active,
    #sidr-id-main_menu .sidr-class-mibstd-langmenu li.sidr-class-active a.visited,
    #sidr-id-main_menu .sidr-class-mibstd-langmenu li.sidr-class-active a:hover {
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .sidr-class-first-level {
        margin-top: 1.6rem;
    }

    .sidr-class-animsition-link.inactive {
        z-index: -1;
    }

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mibstd-grid-row:before, .mibstd-grid-row:after {
        content: " ";
        display: table;
    }

    .mibstd-grid-row:after {
        clear: both;
    }

    .piktorgramm-row:before, .piktorgramm-row:after {
        content: " ";
        display: table;
    }

    .piktorgramm-row:after {
        clear: both;
    }

    .basket_piktogramm_row:before, .basket_piktogramm_row:after {
        content: " ";
        display: table;
    }

    .basket_piktogramm_row:after {
        clear: both;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.063rem;
        line-height: 2.813rem;
        margin-top: 30px;
        margin-bottom: 43px;
    }

    h1 {
        margin-bottom: 50px;
    }

    h3, h4, h5, h6 {
        font-size: 1.250rem;
        line-height: 1.750rem;
        letter-spacing: 0.02em;
    }

    h1.main-header {
        margin: 0;
        padding: 0;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.063rem;
        line-height: 2.813rem;
        margin-top: 30px;
        margin-bottom: 43px;
    }

    .lightbox h1, .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6, .lightbox h1.main-header {
        margin-top: -10px;
    }

    a, a:link, a:active, a:visited, a:hover {
        text-decoration: none;
        color: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    a.btn-standard, a.btn-standard:link, a.btn-standard:active, a.btn-standard:visited, a.btn-order, .btn-primary {
        color: #fff;
        border: 1px solid #000;
    }

    div:not(.inactive) a.btn-standard:hover, .btn-primary:hover {
        background: #fff;
        color: #000;
    }

    a.btn-fullwidth, a.btn-fullwidth:link, a.btn-fullwidth:active, a.btn-fullwidth:visited {
        color: #fff;
        border: 1px solid #000;
    }

    div:not(.inactive) a.btn-fullwidth:hover {
        background: #fff;
        color: #000;
    }

    .inactive, .inactive a:not(#responsive-menu-button):hover, .inactive input:hover {
        cursor: default;
    }

    a:hover {
        opacity: 0.8;
    }

    #content a {
        border-bottom: 1px solid #000;
    }

    #content #basketForm a {
        border-bottom: 0;
    }

    b, strong {
        font-family: "Rotis Sans Serif W04 Bold";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
    }

    .element-left {
        float: left;
        margin-bottom: 30px;
    }

    .element-right {
        float: right;
    }

    .btn-absolute {
        margin-top: 35px;
        margin-bottom: 23px;
        line-height: 45px;
    }

    .align-right {
        float: right;
    }

    input, select, textarea, button {
        border-radius: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        border: 1px solid #ccc;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html, body {
        text-align: center;
        font-family: "Rotis Sans Serif W04 Regular", sans-serif;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body.lightbox {
        color: #fff;
        background-color: #000;
        padding-top: 240px;
    }

    #page {
        overflow: hidden;
        padding-bottom: 2.5%;
    }

    #page.inactive #center, #page.inactive #header_top .button_basket {
        z-index: -1;
        position: relative;
    }

    #page_wrap {
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
        text-align: left;
    }

    #page_wrap.inactive {
        z-index: -1;
    }

    #header {
        width: 100%;
        text-align: center;
        padding-top: 100px;
        padding-bottom: 22px;
        height: 180px;
        overflow: hidden;
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: 1041;
        background-color: rgba(255, 255, 255, .95);
        -webkit-transition: all 0.1s;
        -transition: all 0.1s;
        transition: all 0.1s;
    }

    .lightbox #header {
        background-color: rgba(0, 0, 0, .95);
    }

    .lightbox #header img {
        filter: invert(1);
    }

    .lightbox #header .button_basket > #basket-button-ajax > a {
        filter: invert(1);
    }

    .lightbox #header #responsive-menu-button {
        filter: invert(1);
    }

    .lightbox #sidr-main {
        filter: invert(1);
    }

    #header.smaller {
        height:  82px;
        padding-top: 22px;
    }

    #header_top {
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
        text-align: left;
    }

    #header_top-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .top_left {
        width: 66.66666666%;
        float: left;
        padding: 0 10px;
        display: block;
        min-height: 1px;
    }

    #logo {
        max-width: 542px;
        width: 100%;
        height: 58px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    #logo img {
        width: 100%;
        height;
    100%;
    }

    #header.smaller #logo {
        height: 43px;
        max-width: 401px;
        width: 100%;
    }

    .top_right {
        width: 33.33333333%;
        float: left;
        padding: 7px 10px;
        display: block;
        min-height: 1px;
        text-align: right;
    }

    #header.smaller .top_right {
        padding: 0 10px;
    }

    #center {
        padding-top: 200px;
        font-size: 1.250rem;
        line-height: 1.750rem;
    }

    #content {
        min-height: 880px;
        height: auto !important;
        height: 880px;
        margin-bottom: 100px;
    }

    .lightbox #center {
        padding-top: 0;
    }

    #footer {
        font-size: 1.250rem;
        line-height: 1.750rem;
        margin-top: 200px;
        width: 66.66666666%;
    }

    #footer ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    #footer li {
        float: left;
        padding: 0 10px;
        display: block;
        min-height: 1px;
        width: 33.3333333333%;
        font-size: 0.75em;
        line-height: 1.25em;
    }

    #footer li a {
        display: block;
        opacity: 0.5;
        border-bottom: 0 solid;
    }

    #footer li a:hover {
        opacity: 0.4;
    }

    .mfp-bg {
        opacity: 1;
    }

    #tmenu {
    }

    #tmenu li {
        box-sizing: border-box;
        vertical-align: bottom;
        display: inline-block;
        height: 35px;
        width: 36px;
    }

    #header.smaller #tmenu li {
        height: 35px;
    }

    #tmenu li.button_basket {
        margin-right: 18px;
    }

    #tmenu li a {
        -webkit-transition: height 0.1s;
        -transition: height 0.1s;
        transition: height 0.1s;
    }

    .button_basket > #basket-button-ajax > a {
        display: table;
        width: 30px;
        height: 36px;
        background: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/warenkorb.svg) no-repeat;
        background-size: 100% 100%;
        background-position: top;
    }

    .button_basket > #basket-button-ajax > a:hover {
        opacity: 0.5;
    }

    .button_basket > #basket-button-ajax > a span {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        padding-top: 6px;
    }

    .basket_scroller {
        max-height: 315px;
        overflow-y: auto;
    }

    #responsive-menu-button {
        display: block;
        width: 35px;
        height: 30px;
        margin-top: 5px;
        text-indent: -99999px;
        line-height: 0;
        font-size: 0;
        background: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/menu.svg) no-repeat;
        -webkit-transition: background 0.2s;
        transition: background 0.2s;
        background-size: 100% 100%;
        background-position: bottom;
    }

    #responsive-menu-button:hover {
        opacity: 0.5;
    }

    #responsive-menu-button.isopening:hover {
        opacity: 1;
    }

    body.sidr-open #responsive-menu-button {
        background: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/schliessen.svg) no-repeat;
    }

    .mibstd-grid-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mibstd-grid-column {
        float: left;
        padding: 0 10px;
        display: block;
        min-height: 1px;
    }

    .mibstd-grid-1 .mibstd-grid-first {
        width: 66.66666666%;
    }

    .mibstd-grid-1 .mibstd-grid-last {
        width: 33.33333333%;
    }

    .mibstd-grid-2 .mibstd-grid-first {
        width: 33.33333333%;
    }

    .mibstd-grid-2 .mibstd-grid-last {
        width: 66.66666666%;
    }

    .mibstd-grid-3 .mibstd-grid-first {
        width: 50%;
    }

    .mibstd-grid-3 .mibstd-grid-last {
        width: 50%;
    }

    .mibstd-absolute {
        position: relative;
        width: 100%;
    }

    .mibstd-absolute > div {
        position: absolute;
    }

    .mibstd-section1 {
        padding-left: 17%;
    }

    .lightbox .mibstd-section20 {
        padding-left: 17%;
        margin-right: -31%;
    }

    .mibstd-section5 {
        padding-right: 17%;
    }

    .mibstd-grid-1 .mibstd-section1 {
        padding-left: 8.15%
    }

    .mibstd-grid-1 .mibstd-section5 {
        padding-right: 38.4%;
    }

    .mibstd-section6 {
        margin-left:  32%;
        margin-right:  -43% ;
    }

    .mibstd-section6 img {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .mibstd-section10 {
        margin-left:  -170px;
    }

    .lightbox .mibstd-section10 {
        margin-left:  -70%;
    }

    .lightbox .mibstd-section6 {
        margin: 0;
        padding-left: 17%;
        margin-right: -17%;
    }

    .lightbox #content > div.mibstd-section6:last-child {
        margin-left:   6.3%;
        margin-right: -8.5%;
        overflow: hidden;
    }

    .lightbox #content > div.mibstd-section6:last-child .csc-textpic-imagewrap {
        margin-right: -3px;
    }

    .lightbox .mibstd-section11 {
    }

    .lightbox .mibstd-section12 {
        margin-right:  -8%;
        margin-left: 17%;
    }

    .lightbox .contentELEMENT.csc-space-before-300 {
        margin-top: 100px !important;
    }

    .lightbox .csc-space-before-260, .lightbox .csc-space-before-243 {
        margin-top: 130px !important;
    }

    .csc-space-before-52 {
        margin-top: 52px !important;
    }

    .csc-space-before-70 {
        margin-top: 70px !important;
    }

    .csc-space-before-100 {
        margin-top: 100px !important;
    }

    .csc-space-before-140 {
        margin-top: 100px !important;
    }

    .csc-space-before-162 {
        margin-top: 162px !important;
    }

    .csc-space-before-243 {
        margin-top: 243px !important;
    }

    #Piktogramm, p.item-list-count {
        margin-top: 50px;
    }
    #basketForm p.item-list-count {
        margin: 0 0;
        padding-bottom: 10px;
        font-size: 20px;
    }
    #basketForm_outer .btn-fullwidth {
        font-size: 20px;
    }
    #basket-offcanvas {
        display: none;
    }
    #page-97 #basket-offcanvas {
        display: block;
    }

    .mibstd-grid-first .item-list-count {
        padding-bottom: 45px;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .container .mix:before {
        display: block !important;
    }

    .piktorgramm-row {
        margin-left: -14px;
        margin-right: -14px;
        margin-top: -24px;
        position: relative;
    }

    .piktogramm {
        width: 25%;
        float: left;
        padding: 20px 14px;
    }

    .piktogramm.hide_0 {
        opacity: 1;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .piktogramm.hide_01 {
        opacity: 0.5;
        z-index: -1;
    }

    .piktogramm .piktoimg {
        width: 100%;
        border: 1px solid #000;
        margin-bottom: 16px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .piktogramm .piktoimg:hover {
        opacity: 0.5;
    }

    .piktogramm.hide_01 .svg_frame, .piktogramm.hide_01 .piktoimg {
        z-index: -1;
        position: relative;
    }

    .piktogramm img {
        vertical-align: top;
    }

    .piktogramm .svg_frame, .basket-big-table .svg_frame {
        width: 15px;
        height: 19px;
        padding-bottom: 5px;
        position: relative;
        display:  block;
        text-align: left;
    }

    .piktogramm button, .basket-big-table button {
        margin: 0;
        padding: 0;
        background: transparent none;
        border: 0;
    }

    .piktogramm_button {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .piktogramm .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
        padding-bottom: 0.25em;
    }

    div:not(.inactive) .piktogramm.hide_0 .piktogramm_button:hover {
        opacity: 0.5;
    }

    div:not(.inactive) .piktogramm.hide_01 .piktogramm_button button:hover {
        cursor: default;
    }

    .basket-big-table .button_delete {
        width: 20px;
        height: 20px;
        display: block;
        padding-bottom: 0;
    }

    .basket-big-table .button_delete img {
        vertical-align: top;
    }

    .mibstd-grid-last .item-list-count {
        padding-bottom: 10px;
    }

    #basketForm_outer {
        opacity: 1;
        position: fixed;
        margin-top: 50px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        text-align: left;
    }

    #basketForm_outer.basket_empty {
        opacity: 0;
    }

    #basketForm {
        padding: 24px 30px;
        margin-top: -1px;
        max-height: 476px;
        overflow: hidden;
    }

    #basketForm {
        background: #fff;
        border: 1px solid #ccc;
    }

    #basketForm:after, #basketForm:before {
        bottom: 100%;
        left: 71.5%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #basketForm:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 29px;
        margin-left: -29px;
    }

    #basketForm:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 30px;
        margin-left: -30px;
    }

    #basketForm .basket_piktogramm_row {
        margin-left: -10px;
        margin-right: -10px;
    }

    #basketForm .basket_piktogramm {
        width: 50%;
        float: left;
        padding: 10px;
        overflow: hidden;
    }

    #basketForm .basket_piktogramm img {
        border: 1px solid #000;
    }

    #basketForm h3 {
        padding: 0;
        margin: 0;
        font-size: 1.250rem;
        line-height: 1.750rem;
    }

    #basketForm .button_delete {
        position: relative;
        background: #fff;
        padding: 0;
        margin: 0;
        border: 1px solid #000;
        width: 100%;
        overflow: hidden;
    }

    #basketForm .button_delete img {
        border: 0;
    }

    #basketForm .button_delete .mask, #basketForm .button_delete:focus .mask {
        display: block;
        opacity: 0;
        overflow: visible;
        box-sizing: border-box;
        transition: all 0.4s ease-in-out;
        background: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/warenkorb_mouseover.svg) no-repeat;
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
    }

    div:not(.inactive) #basketForm .button_delete:hover .mask {
        opacity: 1;
    }

    .ci_touch div:not(.inactive) #basketForm .button_delete:hover .mask {
        opacity: 0;
    }

    #basketForm_outer form, #itemContainer, #itemContainer .basket_piktogramm_row {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    #basketForm2 {
        display: block;
        margin-bottom: 38px;
    }

    #basketForm2 tr {
        display: block;
        margin-right:  -2.5%;
    }

    #basketForm2 td {
        display: block;
    }

    #basketForm2 tr .basket_category-title {
        display: none;
        padding-right: 2.5%;
    }

    #basketForm2 tr.active .basket_category-title {
        display: block;
    }

    .basket-big-table-outer {
        margin-top: -60px;
    }

    .basket-big-table {
        width: 100%;
        margin-bottom: 50px;
    }

    .basket-big-table .active .basket_category-title {
        padding-top: 40px;
    }

    .basket-big-table tr:first-child .basket_category-title {
        padding-top: 0;
    }

    .basket-big-row {
        width: 100%;
        margin: 0 -2.5%;
        margin-right: 0;
        display: block;
    }

    .basket-big-row > span {
        float: left;
        display: block;
        padding: 2.5%;
        padding-bottom: 0;
    }

    .basket-big-row .basket-big-1 {
        width: 18.302%;
    }

    .basket-big-row .basket-big-1 img {
        border: 1px solid #000;
    }

    .basket-big-row .basket-big-2 {
        width: 64.66666%;
        display: block;
        padding: 0;
    }

    .basket-big-row .basket-big-2 span:first-child {
        display: block;
        float: left;
        padding: 2.5%;
        padding-bottom: 0;
        width: 3rem;
    }

    .basket-big-row .basket-big-2 span:last-child {
        display: block;
        float: left;
        padding: 2.5%;
        padding-right: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 75%;
    }

    .basket-big-row .basket-big-4 {
        float: right;
        text-align: right;
        padding: 0;
        padding-top: 1.5%;
        padding: 2.5% 0;
    }

    .basket-big-table hr {
        margin: 0;
        margin-left: 18.302%;
        margin-right: 2.5%;
        padding: 0;
        border: 0;
        background: #ccc;
        height: 1px;
    }

    .controls {
        display:  table-cell;
        vertical-align: middle;
        width:   50%;
        padding: 2px 0 0.5rem;
        border-right: #ccc 1px solid;
    }

    #product-searchform .controls {
        padding: 0;
    }

    .controls2 {
        margin-top: 20px;
        margin-bottom: 100px;
        width: 100%;
    }

    div:not(.inactive) .checkbox-dropdown {
        width: 100%;
        border: 0;
        cursor: pointer;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    div:not(.inactive) .checkbox-dropdown2 {
        width: 49%;
        border: 1px solid #ccc;
        cursor: pointer;
        padding: 6px 0.5em;
        padding: 0.5rem 0.75rem;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    div.inactive .checkbox-dropdown {
        cursor: default;
    }

    div.inactive .checkbox-dropdown2 {
        cursor: default;
    }

    div:not(.inactive) .checkbox-dropdown.is-active {
        z-index: 1040;
    }

    div:not(.inactive) .checkbox-dropdown2.is-active {
        z-index: 1040;
    }

    #product-searchform fieldset .checkbox-dropdown span {
        border: none;
    }

    .checkbox-dropdown:after, .checkbox-dropdown2:after {
        content: '';
        height: 0;
        position: absolute;
        width: 0;
        border: 6px solid transparent;
        border-top-color: #000;
        top: 50%;
        right: 10px;
        margin-top: -3px;
    }

    .checkbox-dropdown.is-active:after, .checkbox-dropdown2.is-active:after {
        border-bottom-color: #000;
        border-top-color: #fff;
        margin-top: -9px;
    }

    .checkbox-dropdown-list, .checkbox-dropdown2 .powermail_radio_outer, .checkbox-dropdown2 .powermail_check_outer {
        list-style: none;
        margin: 0;
        margin-top:  0.55rem;
        padding: 0;
        position: absolute;
        top: 100%;
        border: inherit;
        left:   0;
        right:    -0.99999999px;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        pointer-events: none;
    }

    #product-searchform .checkbox-dropdown-list {
        margin-top: 0.6rem;
    }

    @-moz-document url-prefix() {
        #product-searchform .checkbox-dropdown-list {
            margin-top: 0.5rem;
        }
    }
    .search_checkbox-dropdown .checkbox-dropdown-list {
        left: -0.9999999999px;
        margin-top: 0 !important;
    }

    .checkbox-dropdown2 .checkbox-dropdown-list, .checkbox-dropdown2 .powermail_radio_outer, .checkbox-dropdown2 .powermail_check_outer {
        margin: 0;
        margin-top: 1px;
    }

    .is-active .checkbox-dropdown-list, .is-active .powermail_radio_outer, .is-active .powermail_check_outer {
        background: #fff;
        opacity: 1;
        pointer-events: auto;
        z-index: 1000;
    }

    .checkbox-dropdown2 .powermail_radio_outer label {
        display: block;
        width: 100%;
        background: #fff;
        cursor: pointer;
        text-align: left;
        padding:  0.4% 8px;
        padding: 0.5rem 0.75rem;
        border: 0;
    }

    .checkbox-dropdown-list button {
        display: block;
        width: 100%;
        background: #fff;
        cursor: pointer;
        text-align: left;
        padding: 1.5% 10px;
        padding: 0.25rem 0.75rem;
        border: 0;
    }

    .checkbox-dropdown-list li:first-of-type button {
        padding-top:  0.75rem;
    }

    .checkbox-dropdown-list li:last-of-type button {
        padding-bottom:  0.75rem;
    }

    .checkbox-dropdown2 .powermail_radio_outer li:last-of-type label, #product-searchform li.powermail_radio_inner:last-of-type label {
        padding-bottom:  0.5rem;
    }

    #product-searchform .powermail_radio_inner label {
        cursor: pointer;
    }

    .checkbox-dropdown-list button.active, div:not(.inactive) #product-searchform fieldset .checkbox-dropdown-list li:hover input, div:not(.inactive) #product-searchform fieldset .checkbox-dropdown-list li:hover label, div:not(.inactive) .checkbox-dropdown2 .powermail_radio_outer label:hover {
        color: #919191;
    }

    .checkbox-dropdown2 .powermail_radio_outer {
        margin-right: 1px;
        right:  -1.999999999px;
        left:  -0.999999999px;
    }

    .checkbox-dropdown2 .powermail_check_outer {
        margin-top: 0;
        right:  -0.999999999px;
        left:  -0.999999999px;
    }

    .controls .checkbox-dropdown-list, .checkbox-dropdown2 .powermail_radio_outer, .checkbox-dropdown2 .powermail_check_outer {
        border: 1px solid #ccc;
        border-top: 1px solid #fff;
    }

    .checkbox-dropdown2 .powermail_check_outer {
        border-top: 1px solid #ccc;
    }

    .checkbox-dropdown2 .powermail_radio_inner input, .checkbox-dropdown2 .powermail_check_inner input, #product-searchform .powermail_radio {
        display: none;
    }

    .controls2 .checkbox-dropdown-list button {
        background-color: #fff;
        color: #000;
    }

    .controls2 .checkbox-dropdown-list button:hover {
        color: #919191;
    }

    .controls2 .checkbox-dropdown-list button#resetfilter {
        color: #919191;
    }

    .controls2 .checkbox-dropdown-list button:before {
        content: "";
        background-image: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/checkbox_button.png);
        background-size: 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right:  8px;
        vertical-align: middle;
    }

    .controls2 .checkbox-dropdown-list button#resetfilter:before {
        background-image: none;
    }

    .controls2 .checkbox-dropdown-list button.active:before {
        background-position: 0 -20px;
    }

    .controls2 fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .search_checkbox-dropdown input[type=checkbox] {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    .search_checkbox-dropdown label {
        background-color: #fff;
        color: #000;
        padding:  0.0625rem  2.5rem;
        width: 100%;
        display: block;
    }

    .search_checkbox-dropdown label:before {
        content: "";
        background-image: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/checkbox_button.png);
        background-size: 20px;
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin-right:  0;
        margin-top:  3px;
        vertical-align: middle;
        margin-left: -1.75rem;
    }

    .search_checkbox-dropdown .active label:before {
        background-position: 0 -20px;
    }

    .search_checkbox-dropdown li label:hover {
        cursor: pointer;
        color: #919191;
    }

    .search_checkbox-dropdown li:last-of-type label {
        padding-bottom:  0.5rem;
    }

    .container .mix {
        display: inline-block;
    }

    .container .mix {
        display: none;
    }

    .container .mix:after {
        content: attr(data-myorder);
    }

    .container .mix:before {
        content: '';
        display: inline-block;
    }

    .holder {
        padding: 10px 0;
        padding-bottom: 0;
        text-align: right;
        margin: 0 -5px;
        margin-bottom: -5px;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .holder span {
        font-family: "Rotis Sans Serif W04 Regular", sans-serif;
    }

    #content #basketForm .holder a {
        display: inline-block;
        cursor: pointer;
        font-family: "Rotis Sans Serif W04 Regular", sans-serif;
        margin: 0 5px;
    }

    #content #basketForm .holder a:not(.jp-current):after {
        content: " ";
        border-bottom: 1px solid #000;
        height: 1px;
        background: #000;
        width: 100%;
        display: block;
    }

    .holder a:hover {
        opacity: 0.8;
    }

    #content #basketForm .holder a.jp-current {
        display: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 0;
    }

    .mfp-iframe-holder .mfp-content {
        vertical-align: top;
        max-width: 100%;
        height: 100%;
    }

    .mfp-iframe-holder {
        padding: 0;
    }

    .mfp-iframe-scaler {
        padding-top: 0;
        height: auto;
    }

    #mibstd-layer {
        width: 100%;
        text-align: center;
    }

    .mfp-close-wrap {
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
        text-align: right;
    }

    .my-mfp-close {
        position: absolute;
        right: 2%;
        bottom:  27px;
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        border: 0;
        padding: 0;
        margin: 0;
        opacity: 1;
    }

    .my-mfp-close, .my-mfp-close:focus, .my-mfp-close:active {
        background: url('/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/schliessen_neg.svg') no-repeat right bottom;
    }

    .my-mfp-close:hover {
        opacity: 0.75;
    }

    .mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

    .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
    }

    .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
    }

    .powermail_form {
        position: relative;
        margin-top: 30px;
        width: 100%;
    }

    .powermail_form h3, .powermail_form .powermail_tabmenu {
        display: none;
    }

    .powermail_form legend, .powermail_form fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .powermail_form > fieldset > legend {
        margin: 0;
        padding: 0;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.063rem;
        line-height: 2.813rem;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .powermail_fieldwrap_text > span,
    .powermail_fieldwrap_text > .form-text,
    .powermail_fieldwrap_content > span,
    .powermail_fieldwrap_text > p,
    .powermail_fieldwrap_content > p,
    .powermail_create > span,
    .powermail_create > p {
        padding-right: 38.4%;
    }

    .powermail_legend {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .powermail_fieldwrap:not(.powermail_fieldwrap_40) {
        margin-left: -1%;
        margin-right: -1%;
        margin-bottom: 0;
        display: block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_27, .powermail_fieldwrap.powermail_fieldwrap_28 {
        margin-bottom: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_129 {
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 0;
    }

    #powermail_fieldwrap_128 {
        margin: 0;
    }

    .powermail_fieldwrap input:not(.powermail_submit), .powermail_fieldwrap > select, .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer, .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_fieldwrap_check > fieldset > .powermail_check_outer, .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_fieldwrap textarea {
        float: left;
        padding: 0.75% 10px;
        padding: 0.5rem 0.75rem;
        display: block;
        width: 49%;
        margin: 0 1%;
    }

    .powermail_fieldwrap > label, .powermail_fieldwrap_radio > fieldset > legend, .powermail_fieldwrap_check > fieldset > legend {
        float: left;
        padding: 0.75% 10px;
        padding: 0.5rem 0.75rem;
        display: block;
        width: 47%;
        height: 47px;
        margin: 0 1%
    }

    .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer {
        padding: 0.75rem 0;
        padding-bottom: 0;
    }

    .powermail_fieldwrap_text > span,
    .powermail_fieldwrap_text > .form-text,
    .powermail_fieldwrap_content > span,
    .powermail_fieldwrap_content > p,
    .powermail_fieldwrap_content > p:last-child {
        margin: 0 1%;
        padding: 0;
        padding-right: 38.4%;
        padding-bottom: 56px;
        display: block;
    }

    .powermail_fieldwrap_text, .powermail_fieldwrap_content {
        margin-bottom: 0;
    }

    .powermail_fieldwrap > label, .powermail_fieldwrap_radio > fieldset > legend, .powermail_fieldwrap_check > fieldset > legend {
        padding:   0.5rem 0;
    }

    .powermail_fieldwrap:before, .powermail_fieldwrap:after {
        content: " ";
        display: table;
    }

    .powermail_fieldwrap:after {
        clear: both;
    }

    .powermail_fieldwrap .checkbox-dropdown2 input {
        border: 0;
        width: 92%;
    }

    .powermail_select {
        width: 69%;
        padding: 0.5rem 0.75rem;
        float: left;
        margin: 0 1%;
        background-color: white;
        position: relative;
    }

    .powermail_tab_navigation a:link, .powermail_tab_navigation a:visited, .powermail_tab_navigation a:active, .powermail_tab_navigation a:hover, .powermail_tab_navigation a:focus {
        padding:  0.95% 16px;
        padding: 0.5rem 1.25rem;
        margin: 0 1%;
        display: inline-block;
        width: auto;
    }

    .powermail_tab_navigation_next, .powermail_fieldwrap_submit {
        float: right;
    }

    .powermail_tab_navigation_previous {
        float: left;
    }

    a.powermail_tab_navigation_previous:link, a.powermail_tab_navigation_previous:visited, a.powermail_tab_navigation_previous:active {
        background: none;
        color: #000;
        border: 0;
        padding: 0;
        padding-top:  0.5rem;
        border-bottom: 1px solid #000;
    }

    a.powermail_tab_navigation_previous:hover {
    }

    .powermail_fieldwrap_submit {
        margin: 0 1%;
    }

    .powermail_fieldwrap_submit input {
        display: block;
        width: auto;
        padding: 10px 16px;
        min-width: 6rem;
    }

    .powermail_fieldwrap.layout3 .powermail_radio_outer input[type="select"] {
        display: none;
    }

    .powermail_fieldwrap.layout3 .powermail_radio_outer li:first-child {
        display: none;
    }

    .powermail_fieldwrap.layout3 .powermail_radio_outer label, #product-searchform .powermail_radio_inner label {
        width: 100%;
        display: block;
        padding: 0.03rem 0.75rem;
        white-space: initial;
    }

    .checkbox-dropdown2 .powermail_radio_outer li:nth-of-type(2) label, #product-searchform li.powermail_radio_inner:first-of-type label {
        padding-top:  0.5rem;
    }

    .powermail_fieldwrap.layout3 .powermail_check_outer input[type="select"] {
        display: none;
    }

    .powermail_fieldwrap.layout3 .powermail_check_outer label {
        width: 100%;
        display: block;
    }

    .customer_02, .powermail_fieldset_2, .powermail_fieldwrap.powermail_fieldwrap_30, .powermail_fieldwrap.powermail_fieldwrap_31, .powermail_fieldwrap.powermail_fieldwrap_32, .powermail_fieldwrap.powermail_fieldwrap_33, .powermail_fieldwrap.powermail_fieldwrap_34, .powermail_fieldwrap.powermail_fieldwrap_39, .powermail_fieldwrap.powermail_fieldwrap_36, .powermail_fieldwrap.powermail_fieldwrap_35 {
        display: none;
    }

    #powermail_fieldwrap_2 legend {
        visibility: hidden;
    }

    div.powermail_radio_outer input[type=radio].powermail_radio {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    div.powermail_radio_outer .powermail_radio_inner label {
        padding-left: 25px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1.250rem;
        vertical-align: middle;
        cursor: pointer;
        margin-top: -6px;
    }

    div.powermail_radio_outer input[type=radio].powermail_radio:checked + label {
        background-position: 0 -20px;
    }

    div.powermail_radio_outer .powermail_radio_inner label {
        background-image: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/radio_button.png);
        background-size: 20px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    div.powermail_radio_outer.powermail_field_error .powermail_radio_inner label {
        background-image: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/radio_button_error.png);
        color: #f90606;
    }

    .powermail_fieldwrap_14 .powermail_radio_outer .powermail_radio_inner {
        display: inline-block;
    }

    .powermail_fieldwrap_14 .powermail_radio_outer .powermail_radio_inner_1 {
        margin-right: 1em;
    }

    .powermail_field_error .hiddenradio {
        color: #f90606;
    }

    .powermail_field_error .powermail_field_error .powermail_radio_inner label {
        color: #f90606;
    }

    input[type=checkbox].powermail_checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

    .powermail_checkbox_inner label {
        padding-left: 25px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1.250rem;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].powermail_checkbox:checked + label {
        background-position: 0 -20px;
    }

    .powermail_checkbox_inner label {
        background-image: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/checkbox_button.png);
        background-size: 20px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .layout3 .powermail_check_outer label {
        background-color: #fff;
        color: #000;
        padding:  0.0625rem  2.4rem;
    }

    .layout3 .powermail_check_outer label:hover {
        color: #919191;
    }

    .powermail_check_outer li:first-of-type label {
        padding-top:  0.5rem;
    }

    .powermail_check_outer li:last-of-type label {
        padding-bottom:  0.5rem;
    }

    .layout3 .powermail_check_outer label:before {
        content: "";
        background-image: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/checkbox_button.png);
        background-size: 20px;
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin-right:  0;
        margin-top:  3px;
        vertical-align: middle;
        margin-left: -1.6rem;
    }

    .layout3 .powermail_check_outer .active label:before {
        background-position: 0 -20px;
    }

    .powermail_fieldwrap_14 legend {
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html {
        margin: 0;
        margin-top: 56px;
        margin-bottom:   -0.4rem;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html span {
        margin-bottom: -28px;
        display: block;
    }

    #powermail_fieldwrap_138 {
        display: none;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html span#powermail_field_sporthinweis {
        margin-bottom: 1em;
        margin-top: -45px;
    }

    .powermail_fieldwrap_4 fieldset legend, .powermail_fieldwrap_5 fieldset legend, .powermail_fieldwrap_6 label, .powermail_fieldwrap_7 label, .powermail_fieldwrap_8 label, .powermail_fieldwrap_9 label {
        padding-left: 170px;
    }

    .powermail_fieldwrap_10 label, .powermail_fieldwrap_11 label, .powermail_fieldwrap_13 label {
        padding-left: 170px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_14 {
        margin: 56px -1%;
        margin-top: 44px;
    }

    .powermail_fieldwrap_16 fieldset legend, .powermail_fieldwrap_17 fieldset legend, .powermail_fieldwrap_18 label, .powermail_fieldwrap_19 label, .powermail_fieldwrap_20 label, .powermail_fieldwrap_21 label,
    .powermail_fieldwrap_22 label, .powermail_fieldwrap_23 label, .powermail_fieldwrap_24 label, .powermail_fieldwrap_26 label {
        padding-left: 170px;
    }

    .powermail_fieldwrap_10 label, .powermail_fieldwrap_11 label, .powermail_fieldwrap_13 label {
        padding-left: 170px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_26 {
        margin-bottom: 60px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_10 input {
        width: 35%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_10 input:last-child {
        width: 11%;
        float: right;
    }

    .powermail_fieldwrap.powermail_fieldwrap_11 input {
        width: 11%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_11 input:last-child {
        width: 35%;
        float: right;
    }

    .powermail_fieldwrap.powermail_fieldwrap_133 input, .powermail_fieldwrap.powermail_fieldwrap_25 input {
        margin-top: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_133, .powermail_fieldwrap.powermail_fieldwrap_25 {
        margin-bottom: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_23 input {
        width: 35%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_23 input:last-child {
        width: 11%;
        float: right;
    }

    .powermail_fieldwrap.powermail_fieldwrap_24 input {
        width: 11%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_24 input:last-child {
        width: 35%;
        float: right;
    }

    .powermail_form_4 .powermail_fieldwrap input:not(.powermail_submit), .powermail_form_4 .powermail_fieldwrap > select, .powermail_form_4 .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer, .powermail_form_4 .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_form_4 .powermail_fieldwrap_check > fieldset > .powermail_check_outer, .powermail_form_4 .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_form_4 .powermail_fieldwrap textarea {
        width: 69%;
    }

    .powermail_form_4 .powermail_fieldwrap > label, .powermail_form_4 .powermail_fieldwrap_radio > fieldset > legend, .powermail_form_4 .powermail_fieldwrap_check > fieldset > legend {
        width: 27%;
    }

    #form-205-complete-privacy-wrapper legend {
        display: none;
    }

    #form-205-complete-privacy-wrapper.powermail_fieldwrap_check > fieldset > .powermail_check_outer {
        width: 98%;
        padding: 0;
        padding-left: 29%;
        padding-right: 0;
    }

    #form-205-complete-privacy-wrapper input[type=checkbox].powermail_checkbox {
        position: relative;
        z-index: initial;
        left: initial;
        clip: rect(0 0 0 0);
        margin: 0;
        margin-top: 5px;
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    #form-205-complete-privacy-wrapper .parsley-error input[type=checkbox].powermail_checkbox {
        border: 1px solid #f90606;
    }

    #form-205-complete-privacy-wrapper input[type=checkbox].powermail_checkbox:checked:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 1em;
        text-align: center;
        color: #000;
        background: url("/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/entfernen.svg") no-repeat center;
        content: " ";
    }

    #form-205-complete-privacy-wrapper.powermail_fieldwrap_check > fieldset > .powermail_check_outer label {
        margin-left: 30px;
        display: block;
    }

    #form-205-complete-privacy-wrapper legend {
        display: none;
    }

    #form-205-complete-privacy-wrapper.powermail_fieldwrap_check .powermail_check_outer {
        width: 98%;
        padding: 0;
        padding-left: 26%;
        padding-right: 0;
        margin-bottom: 44px;
    }

    #form-205-complete-privacy-wrapper input[type=checkbox].powermail_checkbox {
        position: relative;
        z-index: initial;
        left: initial;
        clip: rect(0 0 0 0);
        margin: 0;
        margin-top: 5px;
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    #form-205-complete-privacy-wrapper .parsley-error input[type=checkbox].powermail_checkbox {
        border: 1px solid #f90606;
    }

    #form-205-complete-privacy-wrapper input[type=checkbox].powermail_checkbox:checked:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 1em;
        text-align: center;
        color: #000;
        background: url("/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/entfernen.svg") no-repeat center;
        content: " ";
    }

    #form-205-complete-privacy-wrapper label.powermail_label {
        display: none;
    }

    #form-205-complete-privacy-wrapper label.form-check-label {
        margin-left: 30px;
        display: block;
    }

    .powermail_check_outer.privacy .invalid-feedback,
    #form-205-complete-privacy-wrapper .invalid-feedback {
        padding-left: 29px;
    }

    #form-205-complete-privacy-wrapper {
        margin-left: 0;
        padding: 0 4px;
    }

    #form-205-buttons-notice-wrapper {
        margin-top: 20px;
        font-size: 80%;
    }

    .shop-basketorder-checkout .powermail_fieldwrap_check > fieldset > .powermail_check_outer {
        width: 98%;
        padding: 0;
        padding-left: 29%;
        padding-right: 0;
    }

    .shop-basketorder-checkout input[type=checkbox].powermail_checkbox {
        position: relative;
        z-index: initial;
        left: initial;
        clip: rect(0 0 0 0);
        margin: 0;
        margin-top: 5px;
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    .shop-basketorder-checkout .invoice-contact,
    .shop-basketorder-checkout .invoice-address {
        margin: 0 1%;
    }

    .shop-basketorder-checkout .invoice,
    .shop-basketorder-checkout .privacy {
        padding-left: 0 !important;
    }

    .shop-basketorder-checkout .parsley-error input[type=checkbox].powermail_checkbox {
        border: 1px solid #f90606;
    }

    .shop-basketorder-checkout input[type=checkbox].powermail_checkbox:checked:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 1em;
        text-align: center;
        color: #000;
        background: url("/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/entfernen.svg") no-repeat center;
        content: " ";
    }

    .shop-basketorder-checkout .powermail_fieldwrap_check > fieldset > .powermail_check_outer label {
        margin-left: 30px;
        display: block;
    }

    .shop-basketorder-confirm-order .products-headline {
        display: none;
    }

    .shop-basketorder-confirm-order .checkbox input[type=checkbox] {
        position: relative;
        z-index: initial;
        left: initial;
        clip: rect(0 0 0 0);
        margin: 0;
        margin-right: 6px;
        margin-top: 5px;
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    .shop-basketorder-confirm-order .checkbox input[type=checkbox]:checked:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 1em;
        text-align: center;
        color: #000;
        background: url("/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/entfernen.svg") no-repeat center;
        content: " ";
    }

    .shop-basketorder-confirm-order .personal-data {
        margin-bottom: 60px;
    }

    .shop-basketorder-confirm-order .personal-data td {
        padding-bottom: 15px;
    }
    .shop-basketorder-confirm-order .prepend-headline.invoice-address th {
        padding-top: 30px;
    }

    .shop-basketorder-confirm-order .prepend-horizontal-rule td {
        border-top: none !important;
        padding: 30px;
    }

    .shop-basketorder-confirm-order h3.prepend-headline {
        font-size: 1.50rem;
        margin-bottom: 20px;
    }

    .shop-basketorder-confirm-order .prepend-headline th {
        font-size: 1.50rem;
        padding-bottom: 20px;
    }

    .shop-basketorder-checkout h3 {
        font-size: 1.50rem;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .shop-basketorder-checkout .powermail_fieldwrap:not(.powermail_fieldwrap_40) {
        margin-bottom: 1em;
    }

    .shop-basketorder-checkout .powermail_select {
        width: 49%;
    }

    .shop-basketorder-checkout .form-group.form-check input[type=checkbox] {
        position: relative;
        z-index: initial;
        left: initial;
        clip: rect(0 0 0 0);
        margin: 0;
        margin-top: 5px;
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    .shop-basketorder-checkout .form-group.form-check input[type=checkbox]:checked:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 1em;
        text-align: center;
        color: #000;
        background: url("/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/entfernen.svg") no-repeat center;
        content: " ";
    }

    .shop-basketorder-checkout .checkout-mandatory-notice {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .shop-basketorder-checkout button {
        display: block;
        width: auto;
        padding: 10px 16px;
        min-width: 6rem;
        background: #000;
        border: 1px solid #000;
        color: #fff;
        float: right;
    }

    .shop-basketorder-checkout .powermail_fieldwrap_text > .form-text {
        margin: 0;
    }

    .shop-basketorder-checkout div[data-field="einleitung"] .form-text {
        padding-bottom: 0 !important;
    }
    .shop-basketorder-checkout div[data-field="mediumProduct"] {
        padding-bottom: 20px !important;
    }

    .shop-basketorder-checkout .powermail_check_outer {
        width: 98%;
        padding: 0;
        padding-left: 50%;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .shop-basketorder-checkout .powermail_check_outer label {
        margin-left: 30px;
        display: block;
    }

    .shop-basketorder-checkout input[type=checkbox].powermail_checkbox {
        position: relative;
        z-index: initial;
        left: initial;
        clip: rect(0 0 0 0);
        margin: 0;
        margin-top: 5px;
        border: 1px solid #ccc;
        width: 20px;
        height: 20px;
        float: left;
        display: block;
    }

    .powermail_message_error {
        padding-top: 56px;
    }

    .powermail_message_error li span {
        width: 47%;
        display: inline-block;
        margin-right: 2%;
    }

    .invalid-feedback {
        color: #f90606;
        font-size: 16px;
        padding-left: 6px;
        display: inline-block;
        margin-bottom: 0.75rem;
    }
    .shop-basketorder-checkout .invalid-feedback {
        margin-bottom: 0;
    }

    .parsley-errors-list {
        display: none;
    }

    .form-field-captcha .input-group {
        position: relative;
    }

    .form-field-captcha #mathguard {
        position: absolute;
        top: 0.725rem;
        left: 32%;
    }

    .form-field-captcha .input-group input {
        padding-left: 110px;
    }

    .select_caret {
        position: relative;
    }

    .select_caret::after {
        content: "";
        position: absolute;
        right: 1rem;
        top: 1.5rem;
        transform: translateY(-25%);
        border-width: 6px;
        border-style: solid;
        border-color: rgb(0, 0, 0) transparent transparent;
        pointer-events: none;
        display: block;
        width: 12px;
        height: 20px;
    }

    .form-field-textarea label.powermail_label {
        height: 175px;
    }

    .form-field-textarea textarea:focus,
    .form-field-select select:focus,
    .form-field-input input:focus {
        border: 1px solid transparent;
        outline: 2px solid #000;
    }

    .shop-basketorder-checkout textarea:focus,
    .shop-basketorder-checkout select:focus,
    .shop-basketorder-checkout input:focus {
        border: 1px solid transparent;
        outline: 2px solid #000;
    }

    .form-field-submit {
        margin-right: 0 !important;
    }

    span.required {
        margin-left: -5px;
    }

    input.parsley-error, textarea.parsley-error, .parsley-error input, input.powermail_field_error, textarea.powermail_field_error, div.checkbox-dropdown2.powermail_field_error {
        border: 1px solid #f90606;
    }

    div .checkbox-dropdown2.parsley-error,
    .is-invalid {
        border: 1px solid #f90606 !important;
    }

    div .checkbox-dropdown2.parsley-error input {
        border: 0;
    }

    .powermail_fieldwrap_38 legend .infoimg:hover, .powermail_fieldwrap_3 legend .infoimg2:hover {
        cursor: pointer;
    }

    .popup, .popup2 {
        display: none;
        position: absolute;
        background: #f5f5f5;
        max-width: 430px;
        width: 96%;
        text-align: right;
        padding: 15px 18px;
        border: 1px solid #ccc;
        margin-left: 5px;
    }

    .popup img, .popup2 img {
        width: 18px;
        height: 18px;
        float: right;
        margin-top: 4px;
    }

    .popup p, .popup2 p {
        text-align: left;
        margin-right: 30px;
        font-size: 1.250rem;
        line-height: 1.750rem;
    }

    .popup .closeimg:hover, .popup2 .closeimg:hover {
        cursor: pointer;
    }

    .tx-ttproductsajaxsearch-pi1 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        padding: 0;
        margin: 0;
    }

    .tx-ttproductsajaxsearch-pi1 .scroll-wrapper {
        list-style: none;
        background: #fff;
        padding: 0;
        margin: 0;
        border: 1px solid #ccc;
        border-top: 0;
    }

    .tx-ttproductsajaxsearch-pi1.scroll-wrapper2 ul {
        list-style: none;
        background: #fff;
        padding: 0;
        margin: 0;
        border: 1px solid #ccc;
        border-top: 0;
    }

    .tx-ttproductsajaxsearch-pi1 ul.ttproducts_ajaxsearch_ul li {
        padding:  0.125rem 0.75rem;
        cursor: pointer;
        display: block;
        color: #919191;
    }

    .tx-ttproductsajaxsearch-pi1 ul li strong {
        color: #000;
    }

    .tx-ttproductsajaxsearch-pi1 ul li:first-child {
        padding-top:  0.25rem;
    }

    .tx-ttproductsajaxsearch-pi1 ul li:last-child {
        padding-bottom:  0.5rem;
    }

    .ajaxsearchheight .ttproducts_ajaxsearch_ul {
        height: auto;
    }

    .scroll-wrapper {
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
        height: 170px;
    }

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .scroll-element {
        display: none;
    }

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

    .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block;
    }

    .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
        cursor: default;
    }

    .scroll-textarea {
        border: 1px solid #cccccc;
        border-top-color: #999999;
    }

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

    .scroll-textarea > .scroll-content > textarea {
        border: none !important;
        box-sizing: border-box;
        height: 100% !important;
        margin: 0;
        max-height: none !important;
        max-width: none !important;
        overflow: scroll !important;
        outline: none;
        padding: 2px;
        position: relative !important;
        top: 0;
        width: 100% !important;
    }

    .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element, .ttproducts_ajaxsearch_ul > .scroll-element div {
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-y {
        height: 92%;
        right: 1%;
        top: 4%;
        width: 5px;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element .scroll-element_outer, .ttproducts_ajaxsearch_ul > .scroll-element .scroll-element_track, .ttproducts_ajaxsearch_ul > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element .scroll-element_track, .ttproducts_ajaxsearch_ul > .scroll-element .scroll-bar {
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element .scroll-element_track {
        background-color: #fff;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element .scroll-bar {
        background-color: #c2c2c2;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .ttproducts_ajaxsearch_ul > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }

    input:focus, textarea:focus, button:focus {
        outline: none
    }

    input[type=submit], button {
        -webkit-appearance: none;
    }

    iframe::-webkit-scrollbar {
        width: 0 !important;
    }

    a.inactive {
        z-index: -100;
        position: relative;
    }

    #mibstd-layer {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
        height:   82px;
        width: 100%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .ci_touch #mibstd-layer {
        position: absolute;
        background-color: transparent;
    }

    .layer #mibstd-layer {
        background-color: rgba(0, 0, 0, .75);
        height:  82px;
    }

    .ci_touch.layer #mibstd-layer {
        background-color: transparent;
    }

    #mibstd-downer {
        z-index: 1039;
        position: fixed;
        bottom: 2%;
        left: 50%;
        margin-left: -37px;
        width: 74px;
        height: 74px;
        display: none;
        background-color: rgba(255, 255, 255, .5);
        border-radius: 60px;
        text-align: center;
        opacity: 1;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .starting #mibstd-downer {
        opacity: 0;
    }

    #mibstd-downer:hover {
        opacity: 0.75;
    }

    #mibstd-downer .next-down {
        opacity: 1;
        background: url(/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/scrolldown.svg) no-repeat 1px;
        width: 50px;
        height: 24px;
        display: inline-block;
        cursor: pointer;
        margin: 29px auto;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .lightbox.ci_touch #mibstd-downer {
        display: none !important;
    }

    .cc_message {
        text-align: left;
        font-size: 1.250rem;
        line-height: 1.750rem;
        font-family: "Rotis Sans Serif W04 Regular", sans-serif;
        color: #000;
    }

    .cc_container .cc_btn, .cc_container .cc_btn:visited {
        background: #000 !important;
        color: #fff !important;
        border: 1px solid #000;
        border-radius: 0 !important;
        padding:  0.6rem 0.75rem;
    }

    .cc_container .cc_btn:hover, .cc_container a:hover, .cc_container a:active {
        background: #fff !important;
        color: #000 !important;
    }

    .cc_container .cc_btn {
        letter-spacing: 0.05em;
        font-family: "Rotis Sans Serif W04 Regular", sans-serif;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }

    figcaption.csc-textpic-caption {
        display: block;
        width: 100%;
        margin-top: 2%;
    }

    .mibstd-imgrechts {
        -webkit-transition: all 0.2s;
        -transition: all 0.2s;
        transition: all 0.2s;
    }

    #Filters {
        position: relative;
        z-index: -1;
        opacity: 0.5;
        -webkit-transition: all 0.2s;
        -transition: all 0.2s;
        transition: all 0.2s;
    }

    #powermail_fieldwrap_146 {
        margin: 0;
        margin-top: 22px;
    }

    .cm-toggle-all {
        width: 100%;
    }
}

input, select, option, textarea, label, button {
    letter-spacing: 0.02em;
    font-family: "Rotis Sans Serif W04 Regular", sans-serif;
    font-weight: normal;
}

input {
    display: block;
}

input:focus, select:focus, textarea:focus, label:focus, button:focus {
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:active, select:active, textarea:active, label:active, button:active {
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:hover, select:hover, textarea:hover, label:hover, button:hover {
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lightbox .mfp-close-wrap button:hover {
    background: url('/_assets/a118bbf373b880ea834583bb1706bb2c/Icons/schliessen_neg.svg') no-repeat right bottom;
}

input, select, radio, check, textarea, label, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.hiddenradio {
    padding: 0 !important;
}

.contentELEMENT ul:not([class]) {
    margin-left: 0.75rem;
    margin-bottom: 1.75rem;
}

.contentELEMENT ul:not([class]) > li {
    margin-left: 0.25rem;
}

.contentELEMENT ul:not([class]) > li:before {
    content: "–";
    position: absolute;
    margin-left: -1rem;
}

@media only screen and (max-height: 536px) {
    #basketForm_outer {
        opacity: 0;
    }
}

@media only screen and (max-height: 706px) {

    #content {
        min-height: 500px;
        height: auto !important;
        height: 500px;
    }
}

@media only screen and (max-height: 610px) {
    .smaller2 #basketForm_outer {
        opacity: 0;
    }

    #content {
        min-height: 500px;
        height: auto !important;
        height: 500px;
    }
}

@media only screen and (min-width: 1394px) {

}


@media only screen and (min-width: 861px) and (max-width: 1048px) {
    #basketForm_outer {
        right: 24px !important;
    }
}
@media only screen and (min-width: 1049px) and (max-width: 1169px) {
    #basketForm_outer {
        right: 6% !important;
    }
}

@media only screen and (min-width: 1170px) {
    #basketForm_outer {
        right: 120px !important;
    }

    .top_right {
        width: auto;
        float: none;
        position: absolute;
        right: 105px;
    }
}

@media only screen and (min-width: 1130px) {

}

@media only screen and (min-width: 861px) {
    .lightbox .csc-space-before-52 > .mibstd-section6 {
        padding-right: 17%;
    }
}

@media only screen and (max-width: 1330px) and (min-width: 800px) {

}

@media only screen and (max-width: 860px) and (min-width: 531px) {
    #footer {
        width: 100%;
    }

    #footer li {
        font-size: 1.250rem;
        line-height: 1.750rem;
    }

    h1, h2, h3, h4, h5, h6, h1.main-header {
        font-size: 1.85rem;
        line-height: 2.65rem;
        margin-bottom: 30px;
    }

    body:not(.lightbox) article:first-of-type h1 {
        margin-top: -10px;
        margin-bottom: 40px;
    }

    body:not(.lightbox) article:first-of-type h1.main-header {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .element-right.btn-absolute {
        margin-top: -10px;
    }

    div.mibstd-hidetablet1 {
        display: none;
    }

    #c197 .mibstd-grid-1 .mibstd-grid-first,
    #c293 .mibstd-grid-1 .mibstd-grid-first,
    article.mibstd-hidetablet1 .mibstd-grid-1 .mibstd-grid-first {
        width: 100%;
        float: none;
    }

    #c197 .mibstd-grid-1 .mibstd-grid-last .mibstd-hidemobile1,
    article.mibstd-hidetablet1 .mibstd-grid-1 .mibstd-grid-last .mibstd-hidemobile1 {
        display: none;
    }


    #header, #header.smaller {
        padding-top: 40px;
        padding-bottom: 60px;
        height: 152px;
    }

    #logo, #header.smaller #logo {
        max-width: 542px;
        height: 58px;
    }

    #logo img {
        width: 100%;
        height: 100%;
    }

    #header_top {
        display: table;
    }

    #header_top-row {
        display: table-row;
        width: 100%;
        margin: 0;
    }

    #product-searchform {
        margin-top: 0;
        height: 76px;
    }

    .top_left {
        float: none;
        display: table-cell;
        width: 66.6666666%;
        padding: 0;
    }

    .top_right {
        float: none;
        display: table-cell;
        padding: 0;
        padding-top: 10px;
    }

    #center {
        padding-top: 152px;
    }

    .csc-space-before-162 {
        margin-top: 0 !important;
    }

    .csc-space-before-100 {
        margin-top: 160px !important;
    }

    .csc-space-before-35 {
        margin-top: 0 !important;
    }

    .csc-space-before-70 {
        margin-top: 60px !important;
    }

    .mibstd-grid-1 .mibstd-section1 {
        padding-left: 0;
        padding-right: 0;
    }

    .mibstd-grid-1 .mibstd-section5 {
        padding-right: 38.4%;
    }

    .mibstd-grid-1 .csc-space-before-100 .mibstd-section5 {
        max-width: 50%;
        padding-right: 0;
    }

    .mibstd-grid-3 .mibstd-section1 {
        padding-left: 0;
        padding-right: 0;
    }

    .mibstd-section10 {
        margin-left: 0;
    }

    .mibstd-section5 {
        padding-right: 0;
    }

    .contentELEMENT {
        margin: 80px 0;
    }

    .mibstd-hidetablet1 .mibstd-grid-last {
        margin-left: 60%;
        margin-top: -180px;
    }

    .mibstd-grid-3 .mibstd-section10 {
        margin-left: -30%;
        margin-right: 40px;
        margin-top: -10%;
    }

    article:last-of-type .mibstd-grid-3 .mibstd-section10 {
        margin: 0;
        margin-top: 40px;
    }

    .csc-space-before-1 {
        margin-top: -40px !important;
    }

    .mibstd-absolute {
        margin-top: 0;
    }

    .mibstd-absolute .scrollme {
        padding-left: 17%;
    }

    article:first-of-type .mibstd-absolute > .mibstd-section1 .csc-textpic-imagewrap {
        margin-top: -100px;
    }

    article:first-of-type .mibstd-absolute {
        padding-left: 0;
    }

    .controls2, #Piktogramm, .item-list-count {
        margin-bottom: 55px;
    }

    #Piktogramm, .item-list-count {
        margin-top: 55px;
    }

    .mibstd-grid-first .item-list-count {
        padding-bottom: 60px;
    }

    .sidr .sidr-inner {
        padding-top: 0;
        margin-top: 55px;
    }

    #tmenu li {
        padding-top: 2%;
    }

    .lightbox .contentELEMENT {
        margin-bottom: 32px;
    }

    .lightbox .mibstd-section11, .lightbox .mibstd-section6, .lightbox .mibstd-section12 {
        margin: 0;
        padding: 0;
    }

    .lightbox article.contentELEMENT:last-child .mibstd-section6 {
        margin-left: -5%;
    }

    .lightbox article.contentELEMENT:last-child .csc-space-before-52 .mibstd-section6 {
        margin-left: 0;
    }

    .lightbox .mibstd-section11 {
    }

    .lightbox .csc-space-before-300, .lightbox .csc-space-before-100 {
        margin-top: 100px !important;
    }

    .lightbox article.contentELEMENT:first-child .csc-space-before-300 {
        margin-top: 160px !important;
    }

    .lightbox article.contentELEMENT:first-child .csc-space-before-260 {
        margin-top: 80px !important;
    }

    .lightbox article:last-of-type .mibstd-section10 {
        margin-right: 30px;
        margin-left: -40%;
    }

    .lightbox article:first-of-type .mibstd-section10 {
        margin: 0;
    }

    .lightbox .csc-space-before-200 {
        margin-top:  0 !important;
    }

    .lightbox .csc-space-before-243, .lightbox .csc-space-before-260 {
        margin-top: 90px !important;
    }

    .lightbox .mibstd-grid-column > div {
        margin-bottom: 1.75rem;
    }

    .lightbox .csc-space-before-260 .mibstd-grid-column > div {
        margin-bottom: 0;
    }

    .lightbox .mibstd-grid-column > div:last-child {
        margin-bottom: 0;
    }

    .lightbox #c83, .lightbox #c157 {
        margin-right: 30px;
    }

    .lightbox article:last-of-type .mibstd-grid-3 .mibstd-section10 {
        margin: 0;
        margin-left: -38%;
        margin-right: 30px;
    }

    .lightbox article:last-of-type .csc-textpic-imagewrap {
        margin-left: -1px;
        margin-right: 0;
        margin-top: 1.25em;
    }

    .lightbox article:last-of-type .mibstd-section12 .csc-textpic-imagewrap {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .lightbox .mibstd-section12 {
        margin-top:  0;
    }

    .lightbox .mibstd-section11 {
        margin-right: 30px;
    }

    .mfp-close-wrap {
        padding-top: 30px;
    }

    .tx-ttproductsajaxsearch-pi1 {
        width: 81.75%;
    }

    .animateme {
        transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    }

    #mibstd-layer {
        height:   82px;
    }

    .layer #mibstd-layer {
        height:  82px;
    }

    .powermail_fieldwrap input:not(.powermail_submit) {
    }

    .powermail_fieldwrap > select, .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer, .powermail_fieldwrap_radio > fieldset > legend, .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_fieldwrap_check > fieldset > .powermail_check_outer, .powermail_fieldwrap_check > fieldset > legend, .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_fieldwrap textarea {
    }

    .powermail_tab_navigation a:link, .powermail_tab_navigation a:visited, .powermail_tab_navigation a:active, .powermail_tab_navigation a:hover, .powermail_tab_navigation a:focus {
    }

    a.powermail_tab_navigation_previous:link, a.powermail_tab_navigation_previous:visited, a.powermail_tab_navigation_previous:active {
    }

    .checkbox-dropdown-list, .checkbox-dropdown2 .powermail_radio_outer, .checkbox-dropdown2 .powermail_check_outer {
        margin-right: 0;
    }

    .checkbox-dropdown2 .powermail_radio_outer {
        right: -0.999999999px;
    }

    .piktogramm .piktoimg {
        overflow: hidden;
    }

    #basketForm_outer {
        opacity: 0;
    }

    #content {
        min-height: 500px;
        height: auto !important;
        height: 500px;
    }

    #basketForm2 {
        margin-bottom: 52px;
    }
}

@media only screen and (max-width: 801px) and (orientation: landscape) {
    #header, #header.smaller {
        padding-top: 0;
        padding-bottom: 10px;
        height: 70px;
    }

    #center {
        padding-top: 80px;
    }

    body:not(.lightbox) #center {
        font-size: 1.1rem;
        line-height: 1.544rem;
    }

    body:not(.lightbox) h1, body:not(.lightbox) h2, body:not(.lightbox) h1.main-header, body:not(.lightbox) h3, body:not(.lightbox) h4, body:not(.lightbox) h5, body:not(.lightbox) h6 {
        font-size: 1.544rem;
        line-height: 2.1rem;
        margin-top: 0;
        margin-bottom: 20px;
    }

    body:not(.lightbox) article:first-of-type h1 {
        margin-top: 0;
        margin-bottom: 0;
    }

    body:not(.lightbox) article:first-of-type h1.main-header {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .element-right.btn-absolute {
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 2rem;
    }

    .element-left {
        margin-bottom: 22px;
    }

    div.powermail_radio_outer .powermail_radio_inner label {
        font-size: 1.1rem;
    }

    .powermail_form > fieldset > legend {
        margin-top: 0;
        margin-bottom: 22px;
        font-size: 1.544rem;
        line-height: 2.1rem;
    }

    .popup p, .popup2 p {
        font-size: 1.1rem;
        line-height: 1.544rem;
    }

    .powermail_form {
        margin-top: 0;
    }

    #footer {
        display: none;
    }

    .mibstd-grid-1 .mibstd-section5,
    .powermail_fieldwrap_text > span,
    .powermail_fieldwrap_text > .form-text,
    .powermail_fieldwrap_content > span,
    .powermail_fieldwrap_content > p,
    .powermail_fieldwrap_content > p:last-child,
    .powermail_create > span,
    .powermail_create > p {
        padding-right: 15%;
    }

    #mibstd-downer {
        width: 50px;
        height: 50px;
        margin-left: -25px;
    }

    #mibstd-downer .next-down {
        width: 40px;
        height: 19px;
        margin: 17px auto;
    }

    .contentELEMENT p:last-child, #powermail_field_marker {
        padding-bottom: 0;
    }

    .csc-space-before-70 {
        margin-top: 1em !important;
    }

    .powermail_fieldwrap_radio.powermail_fieldwrap_2 > fieldset > .powermail_radio_outer {
        padding: 0;
        margin-bottom: 1em;
    }

    .powermail_fieldwrap_radio.powermail_fieldwrap_14 > fieldset > .powermail_radio_outer {
        margin-bottom: 0.5em;
    }

    .powermail_fieldwrap.powermail_fieldwrap_27, .powermail_fieldwrap.powermail_fieldwrap_28 {
        margin-bottom: 18px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_14 {
        margin: 18px -1%;
    }

    .powermail_fieldwrap.powermail_fieldwrap_26 {
        margin-bottom: 18px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_14 {
        margin-top:  18px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html {
        margin-top: -2px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html span {
        margin-top: 20px !important;
    }

    #basketForm2 {
        margin-bottom: 28px;
    }

    .basket-big-table .active .basket_category-title {
        padding-top: 20px;
    }

    .customer_02 {
        margin-bottom: 2em;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html span {
        margin-bottom: -40px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_10 input:last-child {
        width: 12.5%;
        float: right;
        margin-left: 0.5%;
    }

    .powermail_fieldwrap.powermail_fieldwrap_11 input:last-child {
        width: 36.5%;
        float: right;
        margin-left: 0.5%;
    }

    .powermail_fieldwrap.powermail_fieldwrap_23 input:last-child {
        width: 12.5%;
        float: right;
        margin-left: 0.5%;
    }

    .powermail_fieldwrap.powermail_fieldwrap_24 input:last-child {
        width: 36.5%;
        float: right;
        margin-left: 0.5%;
    }

    #Piktogramm, .item-list-count {
        margin-top: 18px;
    }

    .mibstd-grid-first .item-list-count {
        padding-bottom: 30px;
    }

    .piktogramm {
        padding: 12px 14px;
    }
}

@media only screen and (max-width: 740px) {
    #footer li {
        width: 50%;
    }
}

@media only screen and (max-width: 530px) {
    #content {
        min-height: 500px;
        height: auto !important;
        height: 500px;
    }

    #footer {
        display: none;
    }

    #center {
        font-size: 1.1rem;
        line-height: 1.544rem;
    }

    h1, h2, h3, h4, h5, h6, h1.main-header {
        font-size: 1.544rem;
        line-height: 2.1rem;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .element-right.btn-absolute {
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 2rem;
    }

    .element-left {
        margin-bottom: 22px;
    }

    div.powermail_radio_outer .powermail_radio_inner label {
        font-size: 1.1rem;
    }

    .powermail_form > fieldset > legend {
        margin-top: 0;
        margin-bottom: 22px;
        font-size: 1.544rem;
        line-height: 2.1rem;
    }

    .powermail_form {
        position: relative;
        margin-top: 0;
    }

    .powermail_fieldwrap_text > span,
    .powermail_fieldwrap_text > .form-text,
    .powermail_fieldwrap_content > span {
        padding-bottom: 0;
    }

    #header, #header.smaller {
        padding-top: 0;
        padding-bottom: 10px;
        height: 70px;
    }

    #center {
        padding-top: 65px;
    }

    #header #logo {
        height: 43px;
        max-width: 401px;
        width: 100%;
    }

    #header_top {
        display: table;
    }

    #header_top-row {
        display: table-row;
        width: 100%;
        margin: 0;
    }

    .top_left {
        float: none;
        display: table-cell;
        width: 72.6666666%;
        padding: 0;
    }

    .top_right {
        float: none;
        display: table-cell;
        padding: 0;
        padding-top: 10px;
    }

    #Piktogramm, .item-list-count {
        margin-top: 12px;
    }

    .mibstd-grid-first .item-list-count {
        padding-bottom: 32px;
    }

    .piktogramm {
        width: 50%;
    }

    #product-searchform fieldset input {
        width: 100%;
    }

    .controls {
        width: 65.16666%;
        display: inline-block;
        margin-right: 3%;
    }

    #product-searchform .controls {
        padding: 0;
    }

    #product-searchform fieldset #product-searchform_catname {
        padding: 8px 0.75em;
        border-left: 0;
    }

    .search-table-cell {
        vertical-align: top;
    }

    .search-table-cell-1 {
        vertical-align: top;
    }

    .search-table-cell-2 {
        width: 100%;
        display: block;
    }

    .piktorgramm-row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .piktogramm {
        padding: 14px 8px;
    }

    .csc-space-before-215 {
        margin-top: 50px !important;
    }

    .mibstd-section10 {
        margin-left: -40px;
        margin-right: 40px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    div.mibstd-hidemobile1 {
        display: none;
    }

    article.mibstd-hidemobile1 .mibstd-grid-1 .mibstd-grid-first {
        width: 100%;
        float: none;
    }

    article.mibstd-hidemobile1:not(#c12) .mibstd-grid-1 .mibstd-grid-last, article.mibstd-hidemobile1:not(#c147) .mibstd-grid-1 .mibstd-grid-last {
        display: none;
    }

    .mibstd-grid-row {
        margin-left: 0;
        margin-right: 0;
    }

    .mibstd-grid-1 .mibstd-grid-column, .mibstd-grid-3 .mibstd-grid-column {
        width: 100%;
    }

    .mibstd-grid-1 .mibstd-grid-column:last-child, .mibstd-grid-3 .mibstd-grid-column:last-child {
        margin-bottom: 0;
    }

    .mibstd-grid-3 .mibstd-grid-column:last-child {
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .mibstd-grid-column {
        float: none;
        padding: 8px 0;
    }

    .mibstd-grid-1 .mibstd-section1, .mibstd-grid-3 .mibstd-section1 {
        padding: 0;
    }

    .mibstd-grid-1 .mibstd-section5, .mibstd-grid-3 .mibstd-section5 {
        padding: 0;
    }

    .mibstd-grid-3 .mibstd-grid-column:last-child div:not(.csc-space-before-100) .mibstd-section10 {
        margin-top: 0;
        margin-bottom: 0;
    }

    body.lightbox {
        padding-top: 80px;
    }

    .lightbox .mibstd-grid-3 .mibstd-grid-column:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    .lightbox .contentELEMENT {
        margin-bottom: 28px;
    }

    .lightbox .mibstd-section11, .lightbox .mibstd-section6, .lightbox .mibstd-section12 {
        margin: 0;
        padding: 0;
    }

    .lightbox .mibstd-section12 {
        margin-top: 18px !important;
    }

    .lightbox .mibstd-section11 {
        margin-top: 18px !important;
        margin-bottom: -3px !important;
    }

    .lightbox .mibstd-section6 {
        margin-top: 18px !important;
    }

    .lightbox .csc-space-before-300 {
        margin-top: 64px !important;
    }

    .lightbox .contentELEMENT.csc-space-before-300 {
        margin-top: 32px !important;
    }

    .lightbox .mibstd-section10 {
        margin-left:  -40%;
        margin-right: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    .lightbox .csc-space-before-200 {
        margin-top: 0 !important;
    }

    .lightbox .csc-space-before-243 {
        margin-top: 64px !important;
    }

    .mfp-close-wrap {
        top: 0;
        background-color: rgba(0, 0, 0, .75);
        padding-top: 0;
    }

    .mfp-close-wrap button img {
        margin: 10px 0;
    }

    .lightbox .csc-space-before-260 {
        margin-top: 64px !important;
    }

    .lightbox article.contentELEMENT:first-child .csc-space-before-260 {
        margin-top: 64px !important;
    }

    .lightbox .csc-space-before-140 {
        margin-top: 0 !important;
    }

    .lightbox #content > .mibstd-section6 {
        margin-left: -15px;
        margin-right: 5px;
    }

    .lightbox #content > .mibstd-section6 .csc-textpic-imagewrap {
        margin-left: 0;
        margin-right: 0;
    }

    .lightbox #content > div.mibstd-section6:last-child {
        margin-left: -17%;
        margin-right: 5px;
        margin-top: -10px;
        margin-top: -1rem !important;
    }

    .lightbox #content > div.mibstd-section6:last-child .csc-textpic-imagewrap {
        margin-right: 0;
    }

    .lightbox .csc-space-before-52 {
        margin-top: 40px !important;
    }

    .lightbox .csc-space-before-260 .csc-textpic-imagewrap {
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .csc-space-before-162, .csc-space-before-70 {
        margin-top: 0 !important;
    }

    .mibstd-absolute > div .csc-textpic-imagewrap {
        width: 70%;
        margin: 0 auto;
    }

    article:first-of-type .mibstd-absolute > div .csc-textpic-imagewrap {
        width: 65%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .search-table-row {
        display: block;
    }

    .search-table-cell-1 {
        width: 100%;
        float: none;
        display: block;
    }

    #product-searchform fieldset {
        border-right: 0;
    }

    #product-searchform fieldset span {
        border: 0;
        display: block;
        white-space: initial;
    }

    #product-searchform fieldset span .controls {
        border: #ccc 1px solid;
        width: 100%;
        padding: 0;
        margin-top: 4px;
    }

    #product-searchform fieldset span .controls select {
        border: 0 solid;
    }

    #product-searchform fieldset span input#product-list-filter-word {
        border: #ccc 1px solid;
        margin-bottom:  1%;   ;
    }

    #basketForm_outer {
        display: none;
    }

    .basket-big-row {

    }
    .btn-order {
        margin-right: 0 !important;
    }

    input::-webkit-input-placeholder {
        color: #919191 !important;
    }

    input:-moz-placeholder {
        color: #919191 !important;
    }

    input::-moz-placeholder {
        color: #919191 !important;
    }

    input:-ms-input-placeholder {
        color: #919191 !important;
    }

    #product-searchform fieldset #product-searchform_catname {   ;
        display: block;
    }

    #product-searchform button.submit {
        padding: 0.5rem 0.75rem;
        margin: 0.5rem 0;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .basket-big-row .basket-big-1 {
        width: 27.302%;
    }

    .basket-big-table hr {
        margin-left: 27.302%;
    }

    .basket-big-table .active .basket_category-title {
        padding-top: 20px;
    }

    div:not(.inactive) .checkbox-dropdown {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    #product-searchform div:not(.inactive) .checkbox-dropdown {
        margin-bottom:  4.5%;
    }

    div:not(.inactive) .checkbox-dropdown2 {
        width: 100%;
    }

    .checkbox-dropdown-list, .checkbox-dropdown2 .powermail_radio_outer {
        margin-top: 1px;
        margin-right: 0;
        left:  -0.999999999px;
        right:  -0.999999999px;
    }

    #product-searchform .checkbox-dropdown-list {
        margin-top: 1px;
    }

    .csc-space-before-100 {
        margin-top: 16px !important;
        padding-bottom: 8px;
    }

    .controls2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .contentELEMENT {
        margin: 8px 0;
    }

    div:not(.inactive) .checkbox-dropdown2 {
    }

    .powermail_fieldwrap_text > span,
    .powermail_fieldwrap_text > .form-text,
    .powermail_fieldwrap_content > span,
    .powermail_fieldwrap_text > p,
    .powermail_fieldwrap_content > p,
    .powermail_fieldwrap_text > p:last-child,
    .powermail_fieldwrap_content > p:last-child,
    .powermail_create > span,
    .powermail_create > p,
    .powermail_create > p:last-child {
        padding-right: 0;
    }

    .sidr {
        width: 80%;
    }

    .sidr .sidr-inner {
        padding-top: 0;
        margin-top: -10px;
    }

    #tmenu li.button_basket {
        margin-right: 10px;
    }

    .tx-ttproductsajaxsearch-pi1 {
        width: 100%;
        top: 39px;
    }

    .animateme {
        transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    }

    #mibstd-downer {
        width: 50px;
        height: 50px;
        margin-left: -25px;
    }

    #mibstd-downer .next-down {
        width: 40px;
        height: 19px;
        margin: 17px auto;
    }

    .piktogramm .piktoimg {
        overflow: hidden;
    }

    .powermail_message_error li span {
        width: auto;
        margin-right: 0;
    }

    .contentELEMENT p {
        padding-bottom: 1.25rem;
    }

    .contentELEMENT p:last-child {
        padding-bottom: 0;
    }

    #mibstd-layer {
        height: 70px;
        background-color: rgba(0, 0, 0, .75);
    }

    .ci_touch #mibstd-layer, .ci_touch.layer #mibstd-layer {
        background-color: transparent;
    }

    #logo img {
        margin-bottom: 1.5%;
    }

    .popup p, .popup2 p {
        font-size: 1.1rem;
        line-height: 1.544rem;
    }

    .search_checkbox-dropdown label:before, .layout3 .powermail_check_outer label:before {
        margin-top: 1px;
    }

    .powermail_fieldwrap_radio.powermail_fieldwrap_2 > fieldset > .powermail_radio_outer {
        padding: 0;
        margin-bottom: 1em;
    }

    .powermail_fieldwrap_radio.powermail_fieldwrap_14 > fieldset > .powermail_radio_outer {
        margin-bottom: 0.5em;
    }

    .powermail_fieldwrap.powermail_fieldwrap_27, .powermail_fieldwrap.powermail_fieldwrap_28 {
        margin-bottom: 18px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_14 {
        margin: 18px -1%;
    }

    .powermail_fieldwrap.powermail_fieldwrap_26 {
        margin-bottom: 18px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_14 {
        margin-top:  18px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html {
        margin-top: -2px;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html #powermail_field_header_02, .powermail_fieldwrap.powermail_fieldwrap_html #powermail_field_header_02_alt {
        margin-top: 18px !important;
    }

    #basketForm2 {
        margin-bottom: 28px;
    }

    .basket-big-table .active .basket_category-title {
        padding-top: 20px;
    }

    .customer_02 {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 590px) {
    .powermail_fieldwrap_submit input, .powermail_tab_navigation a:link, .powermail_tab_navigation a:visited, .powermail_tab_navigation a:active {
    }

    a.powermail_tab_navigation_previous:link, a.powermail_tab_navigation_previous:visited, a.powermail_tab_navigation_previous:active {
        background: none;
        color: #000;
        border: 0;
        border-bottom: 1px solid #000;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html span {
        margin: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_html span#powermail_field_sporthinweis {
        margin-bottom: 0;
        margin-top: -1em;
    }

    .powermail_fieldwrap_10 label, .powermail_fieldwrap_11 label, .powermail_fieldwrap_13 label, .powermail_fieldwrap_4 fieldset legend, .powermail_fieldwrap_5 fieldset legend, .powermail_fieldwrap_6 label, .powermail_fieldwrap_7 label, .powermail_fieldwrap_8 label, .powermail_fieldwrap_9 label {
        padding-left: 0;
    }

    .powermail_fieldwrap_16 fieldset legend, .powermail_fieldwrap_17 fieldset legend, .powermail_fieldwrap_18 label, .powermail_fieldwrap_19 label, .powermail_fieldwrap_20 label, .powermail_fieldwrap_21 label, .powermail_fieldwrap_22 label, .powermail_fieldwrap_23 label, .powermail_fieldwrap_24 label, .powermail_fieldwrap_26 label {
        padding-left: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_132 input, .powermail_fieldwrap.powermail_fieldwrap_12 input {
        margin-top: -55px;
    }

    .powermail_form_4 .powermail_fieldwrap > label, .powermail_form_4 .powermail_fieldwrap_radio > fieldset > legend, .powermail_form_4 .powermail_fieldwrap_check > fieldset > legend {
        width: 100%;
    }

    .powermail_fieldwrap input:not(.powermail_submit), .powermail_fieldwrap > label, .powermail_fieldwrap > select, .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer, .powermail_fieldwrap_radio > fieldset > legend, .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_fieldwrap_check > fieldset > .powermail_check_outer, .powermail_fieldwrap_check > fieldset > legend, .powermail_fieldwrap.layout3 .checkbox-dropdown2, .powermail_fieldwrap textarea {
        float: none;
        width: 98%;
    }

    .powermail_fieldwrap input:not(.powermail_submit), .powermail_fieldwrap textarea {
    }

    .powermail_fieldwrap.powermail_fieldwrap_132 input, .powermail_fieldwrap.powermail_fieldwrap_12 input {
        margin-top: 0;
    }

    .powermail_fieldwrap > label, .powermail_fieldwrap_radio > fieldset > legend, .powermail_fieldwrap_check > fieldset > legend {
    }

    .powermail_fieldwrap.powermail_fieldwrap_10 input {
        width: 74%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_10 input:last-child {
        width: 22%;
        float: none;
    }

    .powermail_fieldwrap.powermail_fieldwrap_11 input {
        width: 22%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_11 input:last-child {
        width: 74%;
        float: none;
    }

    .powermail_fieldwrap.powermail_fieldwrap_133 input, .powermail_fieldwrap.powermail_fieldwrap_25 input {
        margin-top: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_133, .powermail_fieldwrap.powermail_fieldwrap_25 {
        margin-bottom: 0;
    }

    .powermail_fieldwrap.powermail_fieldwrap_23 input {
        width: 74%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_23 input:last-child {
        width: 22%;
        float: none;
    }

    .powermail_fieldwrap.powermail_fieldwrap_24 input {
        width: 22%;
        display: inline-block;
    }

    .powermail_fieldwrap.powermail_fieldwrap_24 input:last-child {
        width: 74%;
        float: none;
    }

    #form-205-complete-privacy-wrapper.powermail_fieldwrap_check > fieldset > .powermail_check_outer {
        padding: 0;
    }

    #powermail_fieldwrap_2 legend {
        display: none;
    }

    .powermail_radio_inner_1 {
        margin:  0;
    }

    .powermail_check_inner_1:first-child {
        margin-top: 0.25em;
    }

    .powermail_fieldwrap.layout3 .powermail_radio_outer label {
        padding: 0.15rem 0.75rem;
    }

    .powermail_form_4 .powermail_fieldwrap > input:not(.powermail_submit),
    .powermail_form_4 .powermail_fieldwrap > select,
    .powermail_form_4 .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer,
    .powermail_form_4 .powermail_fieldwrap.layout3 .checkbox-dropdown2,
    .powermail_form_4 .powermail_fieldwrap_check > fieldset > .powermail_check_outer,
    .powermail_form_4 .powermail_fieldwrap.layout3 .checkbox-dropdown2,
    .powermail_form_4 .powermail_fieldwrap textarea,
    .form-field-input input,
    .form-field-select .ss-main,
    .powermail_fieldwrap.powermail_fieldwrap_input   .ss-main {
        width: 98% !important;
    }

    .shop-basketorder-checkout .powermail_check_outer {
        padding-left: 0 !important;
    }

    .powermail_fieldwrap_radio > fieldset > .powermail_radio_outer {
        padding-top: 0;
    }

    .form-field-textarea label.powermail_label {
        height: auto;
    }
    .tx-fluid-form .invalid-feedback {
        margin-bottom: 0;
    }
    .tx-fluid-form .powermail_fieldwrap > label {
        height: 36px;
    }
    .tx-fluid-form .powermail_fieldwrap > div {
        height: 60px;
    }
    .tx-fluid-form .powermail_fieldwrap.form-field-textarea > div,
    .tx-fluid-form .powermail_fieldwrap.form-field-captcha > div,
    .tx-fluid-form .powermail_fieldwrap.form-field-checkbox > div {
        height: auto;
    }
    .tx-fluid-form .form-field-captcha #mathguard {
        left: 3%;
    }
}

@media only screen and (max-width: 500px) {
    #logo img {
        margin-bottom: 1.5%;
    }
}

@media only screen and (max-width: 400px) {
    span.element-right.btn-absolute {
        display: none;
    }

    #logo img {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 360px) {
    .top_left {
        width: 68%;
    }

    #logo img {
        margin-bottom: -1.5%;
    }

}

@media only screen and (max-width: 320px) {
    .top_left {
        width: 67%;
    }

    #logo img {
        margin-bottom: -2.5%;
    }
}

@media only screen and (max-width: 300px) {
    .top_left {
        width: 55%;
    }
}

@media only print {
    #mibstd-downer, .piktogramm_button, .controls2, .top_right, #product-searchform, .sidr-class-ajax-popup, #basketForm_outer, .piktogramm_button, #c21 .mibstd-grid-last, .piktogramm_button, #c58 .mibstd-grid-last, .btn-absolute, .btn-standard, .btn-primary, .powermail_form, .popup, .popup2, .mfp-close-wrap, .mfp-content, .mfp-bg {
        display: none;
    }

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mibstd-grid-row:before, .mibstd-grid-row:after {
        content: " ";
        display: table;
    }

    .mibstd-grid-row:after {
        clear: both;
    }

    .piktorgramm-row:before, .piktorgramm-row:after {
        content: " ";
        display: table;
    }

    .piktorgramm-row:after {
        clear: both;
    }

    .basket_piktogramm_row:before, .basket_piktogramm_row:after {
        content: " ";
        display: table;
    }

    .basket_piktogramm_row:after {
        clear: both;
    }

    html, body {
        text-align: left;
        font-family: "Rotis Sans Serif W04 Regular", sans-serif;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: 0.02em;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.063rem;
        line-height: 2.413rem;
        letter-spacing: 0;
        margin-top: 30px;
        margin-bottom: 43px;
    }

    h1 {
        margin-bottom: 50px;
    }

    h3, h4, h5, h6 {
        font-size: 1.250rem;
        line-height: 1.750rem;
    }

    h1.main-header {
        margin: 0;
        padding: 0;
        font-family: "Rotis Sans Serif W04 Bold", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.063rem;
        line-height: 2.413rem;
        letter-spacing: 0;
        margin-top: 30px;
        margin-bottom: 43px;
    }

    .animateme {
        transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    }

    .mibstd-absolute {
        position: relative;
        width: 100%;
    }

    .mibstd-absolute > div {
        position: absolute;
    }

    .mibstd-grid-row {
        margin-bottom: 100px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .mibstd-grid-column {
        float: left;
        padding: 0 20px;
        display: block;
        min-height: 1px;
        width: 50%;
    }

    #c12 .mibstd-grid-column, #c147 .mibstd-grid-column, #c21 .mibstd-grid-column, #c58 .mibstd-grid-column {
        width: 100%;
    }

    #logo {
        width: 50%;
        margin-top: 30px;
    }

    #center {
        font-size: 1.250rem;
        line-height: 1.750rem;
    }

    .mibstd-hidetablet1 .mibstd-absolute {
        height: 900px !important;
    }

    .piktogramm {
        width: 25%;
        float: left;
        padding: 20px 14px;
    }

    .piktogramm img {
        border: 1px solid #000;
    }

    .piktogramm .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
    }

    .csc-space-before-35 {
        margin-top: -55px !important;
    }

    #basketForm2 {
        margin-top: -55px !important;
    }

    #basketForm2 {
        display: block;
        margin-bottom: 60px;
    }

    #basketForm2 tr {
        display: block;
        margin-right:  -2.5%;
    }

    #basketForm2 td {
        display: block;
    }

    #basketForm2 tr .basket_category-title {
        display: none;
        padding-right: 2.5%;
    }

    #basketForm2 tr.active .basket_category-title {
        display: block;
    }

    .basket-big-table-outer {
        margin-top: -60px;
    }

    .basket-big-table {
        width: 100%;
    }

    .basket-big-table .active .basket_category-title {
        padding-top: 60px;
    }

    .basket-big-table tr:first-child .basket_category-title {
        padding-top: 0;
    }

    .basket-big-row {
        width: 100%;
        margin: 0 -2.5%;
        margin-right: 0;
        display: block;
    }

    .basket-big-row span {
        float: left;
        display: block;
        padding: 2.5%;
        padding-bottom: 0;
    }

    .basket-big-row .basket-big-1 {
        width: 18.302%;
    }

    .basket-big-row .basket-big-1 img {
        border: 1px solid #000;
    }

    .basket-big-row .basket-big-4 {
        float: right;
        text-align: right;
        padding: 0;
        display: none;
    }

    .basket-big-table hr {
        margin: 0;
        margin-left: 18.302%;
        margin-right: 2.5%;
        padding: 0;
        border: 0;
        background: #ccc;
        height: 1px;
    }
}

@media only screen {
    .ci_touch .mfp-wrap, .ci_touch .mfp-iframe {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
    }

    html.ci_touch.mfp-helper {
        height: 100%;
    }

    .ci_touch.mfp-helper body {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }
}

.sidr-class-mibstd-langmenu a {
    text-transform: capitalize;
}

#shop-flash-messages {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

#shop-flash-messages .alert {
    margin-top: 10px;
}

.alert-success .close {
    float: right;
    padding: 0 0 0 8px;
    border: none !important;
    color: #3c763d;
}

.alert-success {
    background-color: #dff0d8;
    border: 0 solid transparent;
    color: #3c763d;
    padding: 8px 16px;
}

.alert.alert-danger {
    background-color: #f9060655;
    border: 0 solid transparent;
    padding: 8px 16px;
    margin-bottom: 2rem;
}

.alert h4 {
    margin: 0 !important;
}

.basket-item-label {
    display: none !important;
}

tr.basket-item::after {
    content: " ";
    background-color: #ccc;
    width: 80%;
    height: 1px;
    display: block;
    margin-left: 17.5%;
    margin-right: 2.5%;
}

.btn-order-back {
    float: left;
}

.btn-order {
    float: right;
    margin-right: 2.5%;
}

@media only screen and (max-width: 530px) {
    tr.basket-item::after {
        width: 73.5%;
        margin-left: 26.5%;
    }
    .basket-big-row .basket-big-4 {
        margin-right: -2.5%;
    }
}

#product-list-filter-category:focus {
    outline: none;
}

#product-list-filter-category {
    border-right: 0 solid;
    border-top: 0 solid;
    border-bottom: 0 solid;
    background: white;
    padding-left: 0.75rem;
    width: 100%;
}

#product-list {
    margin-top: 40px;
}

.filter-badges {
    display: inline-block;
    margin: 0.75rem -0.25rem;
}

.filter-badge {
    border: 1px solid #ccc;
    padding: 0.125rem 0.5rem;
    margin: 0.25rem 0 0.25rem 0.25rem;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
}

.filter-badge.active {
    background-color: #000;
    border: 1px solid #000;
    color: white;
}

#klaro .title span,
#klaro .cm-header *,
#klaro .cm-list-description *,
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn,
.klaro.we_cookie_consent .cookie-modal .cm-body .cm-list-title {
    color: #000 !important;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn {
    border: 2px solid #000 !important;
    border-radius: 0;
    padding: 0.5em 0.75em;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn::before {
    margin-top: -1px;
    display: none;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept {
    background: #FFF;
    color: #000;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal {
    border-radius: 0 !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .slider::before {
    background-color: #888;
}
.klaro.we_cookie_consent .cookie-modal .cm-powered-by {
    display: none !important;
}
.klaro.we_cookie_consent .cookie-modal .purposes {
    display: none !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-header {
    padding: 10px 30px 0 !important;
    line-height: 20px !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-header h1 {
    font-size: 22px !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-body {
    padding: 0 30px !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-body .cm-list-title {
    line-height: 24px !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-body .cm-list-description {
    margin-bottom: 4px !important;
    padding-top: 0 !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-body .cm-list-description p {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-footer-buttons {
    margin: 0 !important;
}
.consent-cookie .consent-trigger > img {
    filter: grayscale(1);
    width: 60px !important;
    height: 60px !important;
}

.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
    margin-bottom: -40px;
    height: 200px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro.cm-klaro {
    bottom: 160px;
}

@media screen and (min-width: 576px) {
    .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
        height: 115px;
    }

    .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro.cm-klaro {
        bottom: 75px;
    }
}

@media screen and (min-width: 1024px) {
    #klaro .klaro.we_cookie_consent .cookie-modal .cm-btn {
        width: auto;
    }
    .klaro.we_cookie_consent .cookie-modal .cm-body li.cm-service {
        display: inline-block;
        float: left;
        margin-right: 40px !important;
    }
    .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
        height: 90px;
        padding: 0 10px 5px;
    }
    .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro.cm-klaro {
        bottom: 50px;
    }
    .klaro.we_cookie_consent .cookie-modal .cm-body li.cm-service {
        display: inline-block;
        float: left;
        margin-right: 40px !important;
    }
}

.consent-cookie {
    position: relative;
    text-align: center;
    width: 100%;
    left: auto;
    display: block !important;
    padding-bottom: 10px;
}
html[lang="de-de"] .consent-cookie button::before {
    display: block;
    content: "Cookie-Einstellungen";
}
html[lang="en-us"] .consent-cookie button::before {
    display: block;
    content: "Cookie-Settings";
}
.consent-cookie button img {
    display: none;
}
.consent-cookie-text {
    display: none !important;
}





#klaro .klaro.we_cookie_consent .cookie-modal {
    display: flex;
    align-items: flex-end;
    height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: none;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-header {
    flex: 0 0 auto;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
    position: static;
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 10px 30px calc(10px + env(safe-area-inset-bottom, 0px));
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer > * {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-footer-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 8px 20px;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-footer .cm-btn {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    flex: 0 1 240px;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.5em 0.75em;
    white-space: normal;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    transition:
        color 150ms ease,
        background-color 150ms ease;
    -webkit-appearance: none;
    appearance: none;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-footer .cm-btn:hover,
#klaro .klaro.we_cookie_consent .cookie-modal .cm-footer .cm-btn:focus-visible {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
    opacity: 1;
}

@media screen and (max-width: 819.98px) {
    #klaro .klaro.we_cookie_consent .cookie-modal .cm-footer .cm-btn {
        flex: 1 1 0;
    }
}

@media screen and (max-width: 575px) {
    #klaro .klaro.we_cookie_consent .cookie-modal .cm-footer .cm-btn {
        flex: 1 1 100%;
        width: 100% !important;
    }
}
