﻿/**
 * (en) Screen layout for Wöhner Onlinekatalog 2015
 * (de) Bildschirmlayout für Wöhner Onlinekatalog 2015
 *
 * @copyright			Copyright 2015, crossbase mediasolution GmbH
 * @version				1.0
 */


.add-to-warenkorb {
    cursor: pointer;
}

.add-to-warenkorb.isdisabled {
    cursor: not-allowed;
    opacity: .5;
}


@media screen {

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Formatting YAML's	basic layout elements */
    /* (de) Gestaltung des YAML Basis-Layouts */
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Marginal areas & page background */
    /* (de) Randbereiche & Seitenhintergrund */
    body {
        background: #fff;
        padding: 0;
        padding-bottom: 24px;
    }

    /* (en) Centering layout in old IE-versions */
    /* (de) Zentrierung des Layouts in alten IE-versionen */
    body {
        text-align: center;
    }

    .ym-wrapper {
        text-align: left;
        margin: 0 auto;
        position: relative;
    }

    .ym-wrapper::before,
    .ym-wrapper::after {
        content: '';
        width: 100%;
        display: table;
    }

    /* (en) Layout: width, background, borders */
    /* (de) Layout: Breite, Hintergrund, Rahmen */
    .ym-wrapper {
        max-width: 1400px;
    }

    .ym-wbox {
        padding: 0;
    }

    .ym-wbox img {
        vertical-align: middle;
    }

    .bg-white {
        background: #fff;
    }

    .bg-light-gray {
        background: #f2f3f4;
    }

    .bg-gray {
        background: #e8e9ea;
    }

    /* (en) Designing main layout elements */
    /* (de) Gestaltung der Hauptelemente des Layouts */
    #pdflogo {
        display: none;
    }

    #page-content {
        margin: 60px 0 0 0;
    }

    #header-hierarchy-01 {
        background-color: #ff00ff;
        background: url('bg-header-products.png');
        background-repeat: repeat-x;
        background-position: left 50% top 0;
        background-size: auto 100%;
        height: auto;
        /*margin-top: 120px;*/
    }

    #header-hierarchy-01,
    #header-hierarchy-02 {
        background-color: #ff00ff;
        background: #f2f3f4;
        height: auto;
    }

    #header-overview {
        background: url('bg-verteiler.jpg');
        color: #000;
    }

    #header-tools-overview {
        background: url('bg-tools.jpg');
        color: #fff;
    }

    .start-configuration-wrapper {
        position: relative;
        margin: 0 0 21px 0;
    }

    .start-configuration-wrapper .start-configuration {
        width: auto;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        font-size: 62px;
        line-height: 34px;
    }

    #header-tools-overview .start-configuration {
        font-family: "TheSansSemiBold", "cnPlain", "Verdana", sans-serif;
        background: #fff;
        color: #ea6621;
        border-radius: 24px;
        padding: 4px 54px 4px 18px;
        margin: 0 0 0 44px;
        display: inline-block;
        position: relative;
    }

    #header-tools-overview .start-configuration::before {
        display: none;
    }

    #header-tools-overview .start-configuration::after {
        font-family: "FontAwesome";
        font-weight: normal;
        content: "\f178";
        position: absolute;
        right: 16px;
    }


    #header-overview,
    #header-tools-overview {
        background-repeat: no-repeat;
        background-position: left 50% top 0;
        background-size: cover;
        height: 515px;
        padding: 120px 0 0 0;
    }

    #header-hierarchy-01 .ym-wrapper {
        /*max-width: 1390px;*/
    }

    #header-hierarchy-01 h1 {
        margin: 130px 0 15px 0;
    }

    #header-hierarchy-01 h3 {
        font-family: "TheSansPlain", "cnPlain", Verdana, sans-serif;
    }

    #header-hierarchy-01 .img-center-wrapper {
        line-height: 620px;
    }

    #header-hierarchy-01 .header-products-text {
        width: 570px;
    }

    #header-hierarchy-02 {
        padding: 195px 0 95px 0;
    }

    #header-hierarchy-02 h1 {
        margin: 0 0 5px 0;
    }

    #header-hierarchy-02 p.pdefault {
        font-size: 24px;
        line-height: 34px;
        margin: 0;
    }

    .product-list {
        padding-top: 48px;
    }

    .product-list.no-header {
        padding-top: 108px;
    }

    .product-list img {
        max-height: 278px;
    }

    .product-list h3 {
        font-family: "TheSansPlain", "cnPlain", Verdana, sans-serif;
        margin: 21px 0 4px 0;
        font-size: 18px;
        line-height: 26px;
        padding: 0 12px;
        min-height: 52px;
    }

    .product-list .psmall {
        margin: 0 0 36px 0;
        padding: 0 12px 12px 12px;
    }

    .product-detail {
        margin: 0 0 100px 0;
    }

    .product-detail h1 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 1px;
        margin: 0 ^^ 0 32px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .product-detail .psmall {
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 30px 0;
    }

    .product-detail table.artikeldetail {
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 30px 0;
        width: auto;
        vertical-align: top;
    }

    table.artikeldetail td {
        vertical-align: top;
        padding: 0 12px 0 0;
    }

    table.artikeldetail .nowrap,
    .no-wrap {
        white-space: nowrap;
    }

    .product-detail .pane img {
        border-bottom: 30px solid #fff;
    }

    .product-compare {
        padding: 53px 0 24px 0;
    }

    .product-compare img {
        padding: 0 0 14px 0;
    }

    .product-compare h3 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 23px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .product-compare .psmall {
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 30px 0;
    }

    #header-search-result {
        padding: 156px 0 78px 0;
    }

    .search-list {
        padding: 30px 0;
    }

    .search-list.no-padding {
        padding: 0 !important;
    }

    .search-list .ym-g75.ym-gr .ym-gbox,
    .tools-result > .boxgroup-wrapper > .ym-grid > .ym-g75.ym-gr > .ym-gbox,
    .tools-result > .boxgroup-wrapper > .ym-grid > .ym-g66.ym-gr > .ym-gbox {
        position: relative;
        padding: 0 65px 0 0;
    }

    .search-list .pictogram,
    .tools-result .pictogram {
        position: absolute;
        right: 0;
        top: 0;
    }

    .search-list h3,
    .tools-result h3 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        margin: 0 0 5px 0;
    }

    .search-list .ym-wrapper,
    .tools-result {
        border-bottom: 1px solid #dedfe0;
        padding: 30px 0;
    }

    .search-list > .ym-wrapper:first-child {
        padding: 0 0 30px 0 !important;
    }

    .search-list .ym-wrapper.loading {
        padding: 60px 0 70px 0;
        border: none;
    }

    .search-list .ym-wrapper.summary {
        border: none;
    }

    .search-list .ym-wrapper.summary .pdefault {
        margin: 0 0 28px 0;
    }

    #header-tools {
        padding: 0 0 91px 0;
    }

    #header-tools h1 {
        margin: 0 0 4px 0;
    }

    #header-tools p.pdefault {
        font-size: 24px;
        line-height: 34px;
        margin: 0;
    }

    .tools-navigation {
        padding: 150px 0 0 0;
    }

    .tools-overview .button.outline {
        font-family: "TheSansExtraLight", "cnExtraLight", "Verdana", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        padding: 6px 40px;
    }


    .tools-content {
        padding: 30px 0;
    }

    .tools-content p.pdefault {
        margin-bottom: 28px;
    }

    .tools-element .accordion {
        margin-bottom: 35px;
    }

    .tools-element .accordion h3.h3accordion {
        text-transform: none;
        letter-spacing: normal;
    }

    .tools-element .accordion h3.h3accordion.current {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;;
    }

    .tools-element .accordion .pane {
        padding: 30px 0 0 0;
    }

    .tools-element p.psmall {
        margin: 25px 0 25px 0;
    }

    .tools-element h4 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 20px;
        line-height: 28px;
        margin: 8px 0 23px 0;
    }

    .float-head.float-left,
    .float-head.float-right {
        width: 570px;
        padding: 155px 0 0 0;
    }

    #header-tools-overview .float-head.float-left {
        padding: 50px 0 0 0;
    }

    #header-tools-overview .apple-store {
        font-family: "TheSansSemiBold", "cnPlain", "Verdana", sans-serif;
        color: #ea6621;
        position: absolute;
        right: 0;
        top: 300px;
        line-height: 18px;
    }

    #header-tools-overview .apple-store img {
        padding: 8px 0 0 0;
    }

    .cat-nav {
        display: none;
    }

    #header-overview + script + .cat-nav {
        padding: 40px 0 40px 0;
    }

    .cat-nav h3 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        letter-spacing: 1px;
    }

    .float-content.float-left,
    .float-content.float-right {
        width: 470px;
        padding: 107px 0 0 0;
        text-align: left
    }

    .float-content.float-left {
        float: left;
    }

    .float-content.float-right {
        float: right;
    }

    .cat-tools .float-content.float-left,
    .cat-tools .float-content.float-right {
        width: 100%;
    }

    .contact-person {
        padding: 55px 0 17px 0;
    }

    .contact-person p.psmall {
        margin: 0 0 28px 0;
    }

    .contact-person a[href*="mailto"] {
        color: #000;
    }

    #footer {
        background-color: #4a4c50;
        float: left;
        padding: 60px 0 79px 0;
        width: 100%;
    }

    #footer ul {
        list-style: outside none none;
        margin: 0;
    }

    #footer li,
    #footer a {
        color: #a5a6a8;
        font-size: 16px;
        line-height: 28px;
    }

    #footer #footer-nav {
        float: left;
        width: 765px;
    }

    #footer #footer-punkte {
        float: left;
        width: 375px;
    }


    #footer #footer-copyright li {
        float: left;
        margin: 0 15px 0 0;
    }

    #footer #footer-copyright li,
    #footer #footer-copyright a {
        line-height: 16px;
    }

    #footer #footer-toplink {
        color: #a5a6a8;
        cursor: pointer;
        float: right;
        font-size: 16px;
        line-height: 19px;
        width: 20px;
        height: 20px;
        text-align: center;
        padding: 8px;
        border: 1px solid #a5a6a8;
    }

    #footer #footer-nav {
        clear: both;
        margin: 28px 0 28px 0;
    }

    #footer #footer-nav > li {
        float: left;
        width: 237px;
        margin: 0 30px 0 0;
    }

    #footer #footer-nav > li ul li {
        margin: 0;
    }

    #footer #footer-nav > li > a,
    #footer #footer-nav > li.footer-nav-last > ul > li > a {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
    }

    #footer #footer-nav > li.footer-nav-last {
        margin-right: 0;
        width: 230px;
    }

    #footer #footer-nav > li.footer-nav-last > ul > li {
        margin: 0 0 27px 0;
    }

    #footer #footer-nav > li.footer-nav-last a {
        margin-right: 0;
    }

    #footer #footer-punkte {
        background: url('footer-punkte.png') repeat-y scroll 0 0 transparent;
        background-position: right top;
        float: right;
        height: 380px;
        margin: 33px 0 0 0;
    }

    .printonly {
        display: none !important;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Styling of layout specific elements */
    /* (de) Gestaltung layoutabhängiger Elemente */
    /*------------------------------------------------------------------------------------------------------*/
    .boxgroup-wrapper {
        margin: 0 -15px 0 -15px;
    }

    .ym-grid.odd {
        background: #e8e9ea;
    }

    .ym-g30 {
        width: 30%;
    }

    .ym-g10 {
        width: 10%;
    }

    .ym-gbox-left {
        padding: 0 15px 0 0;
        margin: 0 15px 0 0;
    }

    .ym-gbox-right {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
    }

    .ym-gbox {
        padding: 0 15px;
        margin: 0 15px;
    }

    .ym-grid {
        position: relative;
    }

    .no-grid-padding [class*="ym-g"] {
        padding: 0;
    }

    .ym-grid-element {
        margin-bottom: 30px;
    }

    .ym-bottom-border {
        border-bottom: 1px solid #dedfe0;
        margin-bottom: 15px;
    }

    /* (en) Styling of basic equal heights elements */
    /* (de) Gestaltung einfachen Boxen mit gleicher Höhe */
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Wrapper for basic equal height elements in standard grid */
    /* (de) Wrapper für basic equal height Elemente im Standardgrid */
    .basic-wrapper > [class*="ym-g"] > .ym-gbox-left {
        margin: 0 12px 0 0;
        padding: 0
    }

    .basic-wrapper > [class*="ym-g"] > .ym-gbox-right {
        margin: 0 0 0 12px;
        padding: 0
    }

    .basic-wrapper > [class*="ym-g"] > .ym-gbox {
        margin: 0 12px;
        padding: 0;
    }

    .basic {
        margin-bottom: 24px;
    }

    .basic > div > .ym-gbox,
    .basic > .ym-gbox {
        padding: 24px 24px 0 24px;
        background: #e0e0e0;
        margin: 0 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    /* (en) adjustment of conent elements within the basic boxes */
    /* (de) Ausrichtug der Inhalte innerhalb der Basis-Boxen */
    .basic h3,
    .basic h4,
    .basic h5,
    .basic h6 {
        background: #4074d5;
        padding: 4px 24px;
        margin: -24px -24px 24px -24px;
        border-bottom-left-radius: 0;
        border: none;
    }

    /* (en) Styling of styled equal heights elements */
    /* (de) Gestaltung der grafischen Boxen mit gleicher Höhe */
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) adjustment of footer boxes */
    /* (de) Ausrichtug der Fußeilen-Boxen */
    .box-top {
        margin-bottom: 0;
    }

    .box-top .ym-gbox *:last-child {
        margin-bottom: 18px;
    }

    .box-bottom {
        overflow: auto;
        margin-bottom: 24px;
        margin-top: -18px;
    }

    .box-bottom > [class*="ym-g"] > [class*="ym-gbox"] {
        background: #e0e0e0;
        margin: 0 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 0;
    }

    /* (en) Styling of styled boxes with width 100% */
    /* (de) Gestaltung grafischen Boxen mit 100% Breite */
    /*------------------------------------------------------------------------------------------------------*/
    .box-wrapper-100 {
        margin: 0;
        padding: 0;
    }

    .box-top-100 {
        width: 100%;
    }

    .box-top-100 h3 {
        padding: 4px 24px;
        background: transparent;
        border: none;
        margin: 0;
        -webkit-transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, margin 0.3s ease;
        -moz-transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, margin 0.3s ease;
        -o-transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, margin 0.3s ease;
        transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, margin 0.3s ease;
        user-select: none;
        -o-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }

    .box-top-100 h3.box-open {
    }

    .box-top-100 h3:hover {
        background: transparent;
    }

    h3.box-open::after {
        font-family: FontAwesome;
        content: "\f106";
        position: absolute;
        right: 10px;
        top: 16px;
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    h3.box-close::after {
        font-family: FontAwesome;
        content: "\f106";
        position: absolute;
        right: 10px;
        top: 13px;
        -webkit-transition: transform 300ms ease 0s;
        -moz-transition: transform 300ms ease 0s;
        -o-transition: transform 300ms ease 0s;
        transition: transform 300ms ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .bg-gray.cat-nav h3.box-open::after {
        top: 2px;
        font-size: 21px;
    }

    .bg-gray.cat-nav h3.box-close::after {
        top: 0;
        font-size: 21px;
    }

    .box-toggle-content {
        margin: 15px 0 0 0;
        display: block;
    }

    .tools-element .box-toggle-head h3 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        position: relative;
        padding: 14px 0 14px 0;
        border-bottom: 1px solid #dedfe0;
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 22px;
    }

    .tools-element .box-toggle-content,
    .tools-element h3.box-close {
        border-bottom: 1px solid #dedfe0;
    }

    .tools-element h3.box-close {
        font-family: "TheSansExtraLight", "cnExtraLight", "Verdana", sans-serif;;
    }

    .tools-element .box-toggle-content.tools-result {
        border: none;
    }

    .box-bottom-100 {
        background: #e0e0e0;
        width: 100%;
        margin: 0 0 24px 0;
        /* (en) Bugfix for IE8 for correct rendering of dynamic content */
        /* (de) Bugfix für IE8 für korrektes Rendering bei dynamischem Content */
        overflow: visible;
    }

    .box-bottom-100-content,
    .box-bottom-100-content-invisible {
        padding: 24px 24px 0 24px;
        overflow: auto;
    }

    .box-bottom-100-content-invisible {
        display: none;
    }

    .box-float-images {
        padding-right: 0;
    }

    .box-bottom-100-content .boxgroup-wrapper {
        margin: -15px -13px 0 -13px;
    }

    /* (en) adjustment of content elements within the styled boxes with width 100% */
    /* (en) Ausrichtung der Inhalte innerhalb der grafischen Boxen mit 100% Breite */
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Content Divider for boxes */
    /* (de) Inhaltsunterteilung für die Boxen */
    .divider {
        margin: 0 -24px;
        padding: 0;
    }

    .divider div {
        border-bottom: 4px solid #fff;
        margin: 0 0 24px 0;
        padding: 0;
        width: 100%;
        line-height: 0
    }

    hr {
        display: none;
    }

    /* (en) boxes with centered or justification */
    /* (de) Boxen mit Inhalten, die zentriert oder im Blocksatz sind */
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Important note: all elements within the box need to be enclosed by a DIV-container with the class "inline"! */
    /* (de) Wichtiger Hinweis: Alle Elemente in der Box müssen von einem DIV-Container mit der Klasse "inline" umschlossen sein! */
    .justify-wrapper {
        /* (en) IE 8 needs font size > 0 for justified alignment */
        /* (de) IE 8 braucht eine Schriftgroesse > 0 für Blocksatz */
        /* font-size: 1px; */
        /* line-height: 0; */
        text-align: justify;
        width: 100%;
    }

    .justify-wrapper a,
    .justify-wrapper div {
        display: inline-block;
        padding: 24px 24px 24px 24px;
    }

    .justify-wrapper img {
        margin: 24px 24px 24px 24px;
        vertical-align: middle;
    }

    .justify-wrapper a img,
    .justify-wrapper div img {
        margin: 0 0 24px 0;
        vertical-align: middle;
    }

    .justify-wrapper span {
        /* (en) Fix for Opera und IE8 */
        /* (de) Fix für Opera und IE8 */
        display: inline-block;
        padding-left: 100%;
    }

    /*(en) Simple vertical centering */
    /*(de) Einfache vertikale Zentrierung */
    /*------------------------------------------------------------------------------------------------------*/
    .center-wrapper {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .center-wrapper .center-content {
        margin: 24px 0;
        display: inline-block;
        text-align: left;
        width: 50%;
    }

    /*(en) horzontal and vertical centering of a single image in a box with fixed height */
    /*(de) Horizontale und vertikale Zentrierung eines einzelnen Bildes in einer Box mit fixer Höhe */
    /*------------------------------------------------------------------------------------------------------*/
    .img-center-wrapper {
        line-height: 400px;
        display: block;
        text-align: center;
    }

    .cat-tools.bg-light-gray .img-center-wrapper {
        text-align: center;
    }

    .bg-light-gray .img-center-wrapper {
        text-align: right;
    }

    .bg-white .img-center-wrapper {
        text-align: left;
    }

    .img-center-wrapper > img {
        vertical-align: middle;
    }

    /*(en) horzontal and vertical centering of content in a box with fixed height */
    /*(de) Horizontale und vertikale Zentrierung eines Elementes in einer Box mit fixer Höhe */
    /*------------------------------------------------------------------------------------------------------*/
    .table-center-wrapper {
        display: table;
        height: 400px;
        width: 100%;
    }

    .table-center-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .table-center-element,
    .table-center-cell img {
        margin: 0 auto;
        width: 50%;
        display: block;
    }

    .table-center-cell img {
        text-align: center;
        width: auto;
        max-width: 200px;
    }

    /*(en) horzontal and vertical centering of content in a box with fixed height */
    /*(de) Horizontale und vertikale Zentrierung eines Elementes in einer Box mit fixer Höhe */
    /*------------------------------------------------------------------------------------------------------*/
    .absolute-center-wrapper {
        position: relative;
        height: 400px;
    }

    .absolute-center-element {
        width: 50%;
        height: 50%;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .position-bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .position-top-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    .boxgroup-wrapper .position-bottom-right,
    .boxgroup-wrapper .position-top-right {
        right: 15px;
    }

    .position-bottom-right.select2-style-button-100-center {
        width: 100%;
        max-width: 270px;
    }


    /*(en) class to hide element and prevent rendering*/
    /*(de) Klasse, um das Element auszublenden und das Rendering zu verhindern*/
    /*------------------------------------------------------------------------------------------------------*/
    .invisible {
        display: none;
    }

    /* (en) class to convert block level elements in inline elements (avoids breaks when using HTML-Tidy with inline elements) */
    /* (de) Block-Elemente in Inline-Elemente umwandeln (Dies verhindert Umbrüche bei der Benutzung von HTML-Tidy mit Inline-Elementen) */
    /*------------------------------------------------------------------------------------------------------*/
    .inline {
        display: inline;
    }

    /* (en) class to set margin for flow elements to 0 */
    /* (de) Randabstände von gefloateten Elementen zurücksetzen */
    /*------------------------------------------------------------------------------------------------------*/
    .nomargin {
        margin: 0 !important;
    }

    .tools-divider {
        margin-bottom: 30px;
        border-bottom: 1px solid #dedfe0;
    }

    .noborder {
        border: none !important;
    }

    /* (en) class to set mouse cursor to pointer */
    /* (de) Mauscursor auf Pointer definieren */
    /*------------------------------------------------------------------------------------------------------*/
    .click-pointer,
    .box-toggle-head {
        cursor: pointer;
    }

    /* (en) loading panel popup */
    /* (de) Popup Panel um anzuzeigen, dass Elemente geladen werden */
    /*------------------------------------------------------------------------------------------------------*/
    #loading-panel {
        z-index: 100;
        text-align: center;
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 8px;
        background: #001489;
        color: #fff;
        border-radius: 8px;
    }

    .loader {
        font-size: 16px;
        text-indent: -9999em;
        overflow: hidden;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        margin: 4px;
        position: relative;
        -webkit-animation: load6 1.7s infinite ease;
        animation: load6 1.7s infinite ease;
        padding: 1px
    }

    img.loading {
        margin: 40px;
    }

    @-webkit-keyframes load6 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.11em -0.83em 0 -0.42em #fff, -0.11em -0.83em 0 -0.44em #fff, -0.11em -0.83em 0 -0.46em #fff, -0.11em -0.83em 0 -0.477em #fff;
        }
        5%,
        95% {
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.11em -0.83em 0 -0.42em #fff, -0.11em -0.83em 0 -0.44em #fff, -0.11em -0.83em 0 -0.46em #fff, -0.11em -0.83em 0 -0.477em #fff;
        }
        30% {
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.51em -0.66em 0 -0.42em #fff, -0.75em -0.36em 0 -0.44em #fff, -0.83em -0.03em 0 -0.46em #fff, -0.81em 0.21em 0 -0.477em #fff;
        }
        55% {
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.29em -0.78em 0 -0.42em #fff, -0.43em -0.72em 0 -0.44em #fff, -0.52em -0.65em 0 -0.46em #fff, -0.57em -0.61em 0 -0.477em #fff;
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.11em -0.83em 0 -0.42em #fff, -0.11em -0.83em 0 -0.44em #fff, -0.11em -0.83em 0 -0.46em #fff, -0.11em -0.83em 0 -0.477em #fff;
        }
    }
    @keyframes load6 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.11em -0.83em 0 -0.42em #fff, -0.11em -0.83em 0 -0.44em #fff, -0.11em -0.83em 0 -0.46em #fff, -0.11em -0.83em 0 -0.477em #fff;
        }
        5%,
        95% {
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.11em -0.83em 0 -0.42em #fff, -0.11em -0.83em 0 -0.44em #fff, -0.11em -0.83em 0 -0.46em #fff, -0.11em -0.83em 0 -0.477em #fff;
        }
        30% {
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.51em -0.66em 0 -0.42em #fff, -0.75em -0.36em 0 -0.44em #fff, -0.83em -0.03em 0 -0.46em #fff, -0.81em 0.21em 0 -0.477em #fff;
        }
        55% {
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.29em -0.78em 0 -0.42em #fff, -0.43em -0.72em 0 -0.44em #fff, -0.52em -0.65em 0 -0.46em #fff, -0.57em -0.61em 0 -0.477em #fff;
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            box-shadow: -0.11em -0.83em 0 -0.4em #fff, -0.11em -0.83em 0 -0.42em #fff, -0.11em -0.83em 0 -0.44em #fff, -0.11em -0.83em 0 -0.46em #fff, -0.11em -0.83em 0 -0.477em #fff;
        }
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 1279 */
/* (de) Media Query 1279 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1279px) {

    #header-tools-overview .apple-store {
        top: 190px;
    }

    .start-configuration-wrapper .start-configuration {
        font-size: 48px;
        line-height: 58px;
    }

    .product-detail .boxgroup-wrapper,
    .product-compare .boxgroup-wrapper,
    .cat-nav .boxgroup-wrapper {
        margin: 0 -10px 0 -10px;
    }

    .product-detail .ym-gbox-left,
    .product-compare .ym-gbox-left,
    .cat-nav .ym-gbox-left {
        margin: 0 10px 0 0;
    }

    .product-detail .ym-gbox-right,
    .product-compare .ym-gbox-right,
    .cat-nav .ym-gbox-right {
        margin: 0 0 0 10px;
    }

    .product-detail .ym-gbox,
    .product-compare .ym-gbox,
    .cat-nav .ym-gbox {
        margin: 0 10px;
    }

    #header-overview,
    #header-tools-overview {
        height: 370px;
    }

    .ym-wrapper,
    #header-hierarchy-01 .ym-wrapper {
        max-width: 880px;
    }

    #header-hierarchy-01 h1 {
        margin: 80px 0 15px 0;
    }

    #header-hierarchy-01 .img-center-wrapper {
        line-height: 450px;
    }

    #header-hierarchy-01 .header-products-text {
        width: auto;
    }

    #header-hierarchy-02 {
        padding: 180px 0 70px 0;
    }

    #header-hierarchy-02 h1 {
        margin: 0 0 20px 0;
    }

    #header-hierarchy-02 p.pdefault {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .product-list {
        padding-top: 24px;
    }

    .product-list.no-header {
        padding-top: 48px;
    }

    .product-list h3 {
        margin: 13px 0 3px 0;
        font-size: 15px;
        line-height: 21px;
    }

    .product-list .psmall {
        margin: 0 0 23px 0;
    }

    .text-img-box .img-center-wrapper,
    .cat-tools .img-center-wrapper {
        line-height: 300px;
        display: block;
    }

    .text-img-box .img-center-wrapper > img {
        max-width: 425px;
        max-height: 280px;
    }

    .product-detail {
        margin: 0 0 70px 0;
    }

    .product-detail h1 {
        margin: 52px 0 37px 0;
    }

    .product-detail .pane img {
        border-bottom: 20px solid #fff;
    }

    .product-compare {
        padding: 33px 0 3px 0;
    }

    #header-search-result {
        padding: 48px 0 57px 0;
    }

    .search-list {
        padding: 30px 0;
    }

    .search-list h3 {
        margin: 0 0 2px 0;
    }

    .search-list .ym-wrapper,
    .tools-result .ym-wrapper {
        padding: 20px 0;
    }

    .search-list .ym-wrapper {
        border-bottom: 1px solid #dedfe0;
        padding: 20px 0;
    }

    .search-list .ym-wrapper.loading {
        padding: 40px 0 40px 0;
        border: none;
    }

    .search-list .ym-wrapper.summary .pdefault {
        margin: 0 0 23px 0;
    }

    #header-tools {
        padding: 10px 0 71px 0;
    }

    #header-tools h1 {
        margin: 0 0 10px 0;
    }

    #header-tools p.pdefault {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .tools-navigation {
        padding: 140px 0 15px 0;
    }

    .tools-navigation .ym-g25 {
        width: 33%;
    }

    .tools-navigation .ym-g75 {
        width: 66%;
    }

    .tools-content {
        padding: 12px 0 55px 0;
    }

    .tools-element h4 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0 23px 0;
    }

    .float-head.float-left,
    .float-head.float-right {
        width: 430px;
        padding: 120px 0 0 0;
    }

    .float-content.float-left,
    .float-content.float-right {
        width: 380px;
        padding: 81px 0 0 0;
    }

    #footer {
        background-color: #4a4c50;
        padding: 40px 0 5px 0;
        height: 478px;
    }

    #footer #footer-nav,
    #footer #footer-punkte {
        width: 100%;
    }

    #footer #footer-nav {
        margin: 18px 0 0 0;
    }

    #footer #footer-nav > li {
        width: 280px;
        margin: 0 20px 0 0;
    }

    #footer #footer-nav > li ul li {
        margin: 0;
    }

    #footer #footer-nav > li.last li {
        margin: 0 0 36px 0;
    }

    #footer #footer-punkte {
        display: none;
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 979 */
/* (de) Media Query 979 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 979px) {

    /*.cat-nav {*/
    /*    display: block;*/
    /*}*/
    #header-tools-overview .apple-store {
        top: 90px;
    }


    .start-configuration-wrapper .start-configuration {
        font-size: 40px;
        line-height: 40px;
    }

    #page-content {
        margin: 60px 0 0 0;
    }

    .product-list .boxgroup-wrapper {
        margin: 0 -10px 0 -10px;
    }

    .product-list .ym-gbox-left {
        margin: 0 10px 0 0;
    }

    .product-list .ym-gbox-right {
        margin: 0 0 0 10px;
    }

    .product-list .ym-gbox {
        margin: 0 10px;
    }

    .ym-wrapper,
    #header-hierarchy-01 .ym-wrapper {
        max-width: 690px;
    }

    #header-overview,
    #header-tools-overview {
        height: auto;
        background-color: #e8e9ea;
        padding: 60px 0 0 0;
    }

    #header-hierarchy-01 h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 60px 0 7px 0;
    }

    #header-hierarchy-01 .img-center-wrapper {
        line-height: 380px;
    }

    #header-hierarchy-02 {
        padding: 40px 0 50px 0;
    }

    #header-hierarchy-02 h1 {
        margin: 0 0 20px 0;
    }

    #header-hierarchy-02 p.pdefault {
        font-size: 17px;
        line-height: 24px;
    }

    #header-overview,
    #header-tools-overview {
        background-size: auto 290px;
    }

    .text-img-box .img-center-wrapper {
        line-height: 240px;
        display: block;
    }

    .text-img-box .img-center-wrapper > img {
        max-width: 354px;
    }

    .cat-tools .img-center-wrapper {
        line-height: 180px;
        display: block;
        text-align: center;
    }

    .product-detail h1 {
        /*		font-size: 26px;
                line-height: 36px;
        */
        margin: 32px 0 20px 0;
    }

    .product-detail .psmall {
        font-size: 15px;
        line-height: 21px;
    }

    .product-detail table.artikeldetail {
        font-size: 15px;
        line-height: 21px;
    }

    table.artikeldetail td {
        vertical-align: top;
        padding: 0 12px 0 0;
    }

    .product-detail .pane img {
        border-bottom: 30px solid #fff;
    }

    .product-compare {
        padding: 34px 0 4px 0;
    }

    .product-compare h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .product-compare .psmall {
        font-size: 15px;
        line-height: 21px;
    }

    #header-search-result {
        padding: 32px 0 33px 0;
    }

    #header-search-result h1 {
        font-size: 34px;
    }

    .search-list {
        padding: 20px 0;
    }

    .search-list h3 {
        margin: 0 0 4px 0;
    }

    .search-list .ym-wrapper.summary .pdefault {
        margin: 0 0 21px 0;
    }

    #header-tools {
        padding: 10px 0 44px 0;
    }

    #header-tools h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 6px 0;
    }

    #header-tools p.pdefault {
        font-size: 15px;
        line-height: 21px;
        margin: 0;
    }

    #header-tools .ym-g25 {
        width: 33%;
    }

    #header-tools .ym-g75 {
        width: 66%;
    }

    .tools-navigation {
        padding: 20px 0 33px 0;
    }

    .tools-navigation .ym-g25 {
        width: 33%;
    }

    .tools-navigation .ym-g75 {
        width: 66%;
    }

    .tools-overview .button.outline {
        font-size: 15px;
        padding: 6px 20px;
    }

    .tools-content {
        padding: 12px 0 55px 0;
    }

    .tools-element .box-toggle-head h3 {
        font-size: 17px;
        line-height: 22px;
    }


    .tools-element h4 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0 23px 0;
    }

    .tools-divider {
        margin-bottom: 15px;
    }

    .float-head.float-left,
    .float-head.float-right {
        padding: 266px 0 44px 0;
        float: none;
        display: block;
        color: #000;
        width: 100%;
    }

    .float-content.float-left,
    .float-content.float-right {
        width: 250px;
        padding: 51px 0 0 0;
    }

    .cat-tools .float-content.float-left,
    .cat-tools .float-content.float-right {
        padding: 0 0 36px 0;
    }

    #header-tools-overview .float-head.float-left,
    #header-tools-overview .float-head.float-right {
        color: #fff;
    }

    #header-tools-overview .float-head.float-left {
        padding: 0 0 24px 0;
        width: 60%;
    }

    .cat-nav,
    #header-overview + script + .cat-nav {
        border-top: 3px solid #fff;
        padding: 35px 0 34px 0;
    }

    .cat-nav h3 {
        font-size: 15px;
        line-height: 21px;
    }

    .boxgroup-wrapper.linearize-level-1.col-left,
    .boxgroup-wrapper.linearize-level-1.col-right {
        width: 45%;
        margin: 0 0 -15px 0;
    }

    .boxgroup-wrapper.linearize-level-1.col-left {
        float: left;
    }

    .boxgroup-wrapper.linearize-level-1.col-right {
        float: right;
    }

    .box-toggle-content {
        display: none;
    }

    .tools-content .box-toggle-content {
        display: inherit;
    }

    .contact-person {
        padding: 35px 0 13px 0;
    }

    .contact-person p.psmall {
        margin: 0 0 21px 0;
    }

    .cat-tools .linearize-level-2 > .ym-g50.ym-gl img {
        height: 62px;
    }

    .cat-tools .linearize-level-2 > .ym-g50.ym-gr img {
        height: 73px;
    }

    #footer li,
    #footer a,
    #footer #footer-copyright li,
    #footer #footer-copyright a {
        font-size: 15px;
        line-height: 31px;
    }

    #footer #footer-nav,
    #footer #footer-punkte {
        width: 100%;
        margin: 18px 0 0 0;
    }

    #footer #footer-nav > li,
    #footer #footer-nav > li.footer-nav-last {
        width: 216px;
    }

    #footer #footer-nav > li.footer-nav-last > ul > li {
        margin: 0 0 31px 0;
    }


    #footer #footer-punkte {
        display: none;
    }

    h3.box-open::after {
        content: "\f106";
    }

    h3.box-close::after {
        content: "\f106";
    }

    .grid-element-wrapper .float-right {
        float: none;
    }

    .linearize-level-1.boxgroup-wrapper,
    .linearize-level-1.boxgroup-wrapper-styled {
        margin: 0;
    }

    .linearize-level-1,
    .linearize-level-1 > [class*="ym-g"] {
        width: auto;
        display: block;
        float: none;
        margin-left: 0;
    }

    .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .linearize-level-1.ym-equalize.basic {
        margin-bottom: 0;
    }

    .linearize-level-1.ym-equalize > [class*="ym-g"] {
        text-align: left;
    }

    .linearize-level-1.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"],
    .linearize-level-1.basic > [class*="ym-gbox"] {
        text-align: left;
        margin: 0 0 24px 0;
        padding: 24px 24px 0 24px;
        overflow: hidden;
    }

    .linearize-level-1.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] > h3,
    .linearize-level-1.basic > [class*="ym-gbox"] > h3 {
        margin: -24px -24px 24px -24px;
    }

    .linearize-level-1.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] > div + h3,
    .linearize-level-1.basic > [class*="ym-gbox"] > div + h3 {
        margin-top: 0;
    }

    .linearize-level-1.box-top .ym-gbox *:last-child {
        margin-bottom: 24px;
    }

    .linearize-level-1.box-bottom {
        display: none;
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 759 */
/* (de) Media Query 759 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 759px) {

    #header-tools-overview .apple-store {
        top: 0;
        left: 50px;
    }

    #page-content {
        margin: 50px 0 0 0;
    }

    .ym-wrapper,
    #header-hierarchy-01 .ym-wrapper {
        max-width: 90.625%;
    }

    #header-overview,
    #header-tools-overview {
        height: auto;
    }

    #header-hierarchy-01 h1 {
        margin: 20px 0 7px 0;
    }

    #header-hierarchy-01 .img-center-wrapper {
        line-height: normal;
        margin-top: 20px;
    }

    #header-hierarchy-01 .header-products-text {
        display: inline-block;
    }

    .product-list .psmall {
        margin: 0 0 23px 0;
    }

    #header-hierarchy-01 ul {
        margin: 0 0 50px 0;
    }

    #header-hierarchy-02 h1 {
        margin: 0 0 15px 0;
    }

    #header-hierarchy-02 p.pdefault {
        font-size: 15px;
        line-height: 21px;
    }

    #header-overview,
    #header-tools-overview {
        background-size: auto 220px;
    }

    .product-detail {
        margin: 0 0 50px 0;
    }

    .product-detail h1 {
        font-size: 17px;
        line-height: 22px;
        /*		font-size: 24px;
                line-height: 34px;
        */
        margin: 31px 0 21px 0;
    }

    .product-detail .psmall {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 30px 0;
    }

    .product-detail table.artikeldetail {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 30px 0;
        width: auto;
    }

    table.artikeldetail td {
        vertical-align: top;
        padding: 0 12px 0 0;
    }

    .product-compare {
        padding: 34px 0 20px 0;
    }

    .product-compare .psmall {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 30px 0;
    }

    .product-compare img {
        width: 25%;
        float: left;
        display: inline;
        padding: 0 15px 30px 0;
    }

    .product-compare .ym-gbox {
        overflow: hidden;
    }

    #header-search-result {
        padding: 32px 0 33px 0;
    }

    #header-search-result h1 {
        font-size: 34px;
    }

    .search-list {
        padding: 20px 0;
    }

    .search-list .ym-g75.ym-gr .ym-gbox {
        padding: 0;
    }

    .search-list .pictogram,
    .tools-element .pictogram {
        position: static;
    }

    .search-list h3 {
        margin: 0 0 4px 0;
    }

    .search-list .pdefault {
        margin: 0 0 24px 0;
    }

    .pictogram {
        margin: 0 0 15px 0;
    }

    .search-list .ym-wrapper {
        border-bottom: 1px solid #dedfe0;
        padding: 20px 0;
    }

    .search-list .ym-wrapper.loading {
        padding: 40px 0 30px 0;
        border: none;
    }

    .search-list .ym-wrapper.summary .pdefault {
        margin: 0 0 21px 0;
    }

    #header-tools {
        padding: 10px 0 44px 0;
    }

    #header-tools h1 {
        margin: 0 0 1px 0;
        font-size: 34px;
        line-height: 40px;
    }

    #header-tools p.pdefault {
        font-size: 15px;
        line-height: 21px;
        margin: 0;
    }

    .tools-navigation {
        padding: 20px 0 20px 0;
    }

    .tools-navigation .ym-grid {
        text-align: center;
    }

    .tools-navigation .ym-g25,
    .tools-navigation .ym-g75 {
        margin: 0 auto 15px auto !important;
        width: 215px !important;
    }

    .tools-content {
        padding: 12px 0 35px 0;
    }

    .tools-element h4 {
        font-family: "TheSansPlain", "cnPlain", "Verdana", sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0 23px 0;
    }

    .tools-element .pdefault {
        margin: 0 0 15px 0;
    }

    .tools-element .boxgroup-wrapper .boxgroup-wrapper .ym-g33,
    .tools-element .boxgroup-wrapper .boxgroup-wrapper .ym-g66 {
        width: 50%;
    }

    .tools-result.list p.pdefault {
        padding: 0 0 0 15px;;
    }


    .float-head.float-left,
    .float-head.float-right {
        padding: 237px 0 34px 0;
    }

    #header-tools-overview .float-head.float-left {
        padding: 170px 0 12px 0;
        color: #000;
        width: 100%;
    }

    .float-content.float-left,
    .float-content.float-right {
        width: 100%;
        display: block;
        padding: 20px 0 35px 0;
    }

    .cat-tools .float-content.float-left,
    .cat-tools .float-content.float-right {
        padding: 0 0 45px 0;
    }

    .cat-nav {
        padding: 15px 0 14px 0;
    }

    .boxgroup-wrapper.linearize-level-1.col-left,
    .boxgroup-wrapper.linearize-level-1.col-right {
        width: 100%;
        float: none;
        margin: 0;
    }

    .cat-nav .select2-style-button-100-center {
        margin: 28px 0 0 0;
    }

    .text-img-box {
        padding: 35px 0 0 0;
    }

    .text-img-box .img-center-wrapper {
        line-height: normal;
        display: block;
        text-align: left;
    }

    .text-img-box .img-center-wrapper > img {
        max-width: 100%;
    }

    .text-img-box-last .img-center-wrapper {
        border-bottom: 0;
    }

    .cat-tools {
        margin: -1px 0 0 0;
    }

    .cat-tools .img-center-wrapper {
        line-height: 160px;
        border-bottom: none;
    }

    .cat-tools .linearize-level-2 > .ym-g50.ym-gl {
        border-bottom: 1px solid #dedfe0;
    }

    .contact-person {
        padding: 35px 0 13px 0;
    }

    #footer {
        padding: 30px 0 10px 0;
        height: 90px;
    }

    #footer #footer-nav,
    #footer #footer-punkte {
        display: none;
    }

    #footer #footer-copyright {
        width: auto;
        float: left;
    }

    #footer #footer-copyright li {
        float: none;
    }

    #footer #footer-copyright li.first {
        margin-bottom: 28px;
    }

    #footer #footer-copyright li.first + li {
        float: left;
    }

    .search-list .summary .ym-g25,
    .search-list .summary .ym-g75 {
        width: 50%;
    }

    .ym-cbox {
        padding: 0 12px 0 12px;
    }

    .ym-cbox-left,
    .ym-cbox-right {
        padding: 12px 12px 0 12px;
    }

    .linearize-level-2.boxgroup-wrapper,
    .linearize-level-2.boxgroup-wrapper-styled {
        margin: 0;
    }

    .linearize-level-2,
    .linearize-level-2 > [class*="ym-g"] {
        width: auto;
        display: block;
        float: none;
        margin-left: 0;
    }

    .linearize-level-2 > [class*="ym-g"] > [class*="ym-gbox"] {
        padding: 0;
        margin: 0;
    }

    .linearize-level-2.ym-equalize.basic {
        margin-bottom: 0;
    }


    .linearize-level-2.ym-equalize > [class*="ym-g"] {
        text-align: left;
    }

    .linearize-level-2.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
        text-align: left;
        margin: 0 0 24px 0;
        padding: 0 24px;
        overflow: hidden;
    }

    .linearize-level-2.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] div ul {
        margin-bottom: 24px;
    }

    .linearize-level-2.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] > h3 {
        margin: 0 -24px 24px -24px;
    }

    .linearize-level-2.box-top .ym-gbox *:last-child {
        margin-bottom: 24px;
    }

    .linearize-level-2.box-bottom {
        display: none;
    }

}
