.meta_panel, #hamburger, .headerslider, footer,
.videoask, form, .content_block.form_select {
    display: none
}

.site-wrapper {
    padding: 0 2rem;
}

.nav_breadcrumb, .header-wrapper .max-size-wrapper, .header-wrapper .max-size-wrapper img {
    margin: 0 auto;
    display: block;
}

.nav_breadcrumb span, .nav_breadcrumb a {
    font-size: .6rem !important;
}

.content_block {
    margin: 2rem 0;
}

.content_block.block {
    padding: 1.5rem 1rem;
}

.content_block.how_it_works .flexbox {
    flex-direction: column;
    align-items: center;
}

.content_block.how_it_works .flexbox .step {
    margin: 2rem 0;
    width: 100%;
    text-align: center;
}

.content_block.videoask {
    display: none;
}

.whistleblowing .whistleblowing-title {
    display: none !important;
}

.whistleblowing * {
    display: block !important;
}

.whistleblowing .entry {
    margin: 1rem 0;
}

.whistleblowing h3 {
    margin-bottom: 0;
}

a.yellow {
    display: none !important;
}

h3 {
    font-size: 1rem !important;
}

h1 {
    font-size: 2rem;
}

h2, span.h2 {
    font-size: 1.5rem;
}

h3, span.h3 {
    font-size: 1.2rem;
}

p, ul, ol, li {
    font-size: .7rem;
}

video {
    width: 50vw;
    margin: 0 auto;
    display: block;
}

.button_block {
    display: none;
}

.row.btn-row {
    display: none !important;
}

.content_block.advantages .hideme_print.icon svg {
    width: 3rem;
}

.content_block.advantages .hideme_print.icon {
    margin-right: 2rem;
}

.content_block.advantages .teaser {
    display: flex;
}

.content_block.overview .teaser {
    width: 100%;
    margin: .5rem 0;
}

.content_block.services .cell svg {
    width: 3rem
}

.content_block.models .model.box {
    margin: .5rem 0;
}

.readmore_link {
    display: none;
}

.news_date {
    font-size: .5rem;
}

.content_block.contacts .contact.box {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 0;
}

.table .cell {
    border: 1px solid var(--primary) !important;
}

.show-button,
.table .cell .flex-row {
    display: -webkit-box;
    display: -ms-flexbox
}

.services {
    padding-top: 2rem !important;
    padding-bottom: 5rem;
    background: 0 0 !important
}

.content_block.services h3 {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.table .cell:nth-child(2) {
    background-color: #d7e0f1
}

.table .cell:nth-child(3) {
    background-color: #365693;
    color: #fff
}

.table .cell:nth-child(3) .h4,
.table .cell:nth-child(4) .h4 {
    color: #fff
}

.table .cell:nth-child(4) {
    background-color: #6788c8;
    color: #fff
}

.table .cell svg {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto
}

.hidden-table .cell svg {
    width: 15px;
    height: 15px
}

.tooltip {
    position: relative;
    margin-left: 1rem
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1rem;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -160px
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.table .cell .flex-row {
    border-color: #fff;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.show-button {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.show-button svg {
    max-width: 2.5rem;
    margin: 2rem 1rem 2rem 0
}

.show-button-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer
}

.cell .show-button-more svg {
    max-width: 1.6rem;
    margin-right: 1rem;
    margin-left: 0
}

.hidden-table,
.table.active .cell:empty,
.table.split .row .cell:first-child {
    display: none
}

.table.active {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0
}

.table.active .row {
    display: table-row
}

.table.active .cell {
    display: table-cell;
    border-top: 2px solid #fff;
    padding: 10px
}

.hidden-table .cell:not(:first-child) {
    text-align: center
}

.table .cell.anfrage {
    background-color: #feb006;
    text-align: center;
    font-size: 1rem
}

.table .cell.anfrage a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: unset
}

.table.noborder.active .cell {
    border-top: unset
}

.cell .h4 {
    margin: 0;
    font-size: 1.25rem
}

.table.split .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0
}

.table.split .cell:not(:empty) {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hidden-table,
.table,
.table_color {
    overflow: visible;
    max-width: none;
    min-width: 100%
}

.full-table {
    overflow: auto;
    max-width: 100%
}

.full-table.opened .table.split .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.full-table.opened .table_color .row .cell:first-child {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block
}

.table_color .table.active .row .cell {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.table_color .table.active .row:first-child .cell {
    padding-top: 1.5rem
}

.is_headline {
    font-weight: 700
}

.is_headline .cell {
    background: 0 0 !important;
    color: inherit !important
}

.is_headline:not(:first-child) .cell,
.is_headline:not(:first-child) .service_block {
    padding-top: 2em
}

@media screen and (max-width:1080px) {
    .table_color>.cell {
        padding: 1em;
        margin-bottom: 2rem
    }

    .table .cell:first-child {
        background-color: #d7e0f1;
        color: var(--primary)
    }

    .table .cell:nth-child(2) {
        background-color: #365693;
        color: #fff
    }

    .table .cell:nth-child(2) h3,
    .table .cell:nth-child(2) h4,
    .table .cell:nth-child(3) h3,
    .table .cell:nth-child(3) h4 {
        color: #fff
    }

    .table .cell:nth-child(3) {
        background-color: #6788c8;
        color: #fff
    }

    .table .cell.anfrage {
        background-color: #feb006;
        display: table;
        padding: .5em 1em;
        margin: 1rem auto
    }

    .content_block.services h3 {
        margin-top: 0
    }

    .content_block.services h4 {
        font-size: 1.5rem;
        text-align: left;
        color: inherit
    }

    .services .section {
        margin-top: 2rem
    }

    .services .service_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid
    }

    .services .service_block:first-of-type {
        border: none
    }

    .services .service_block>* {
        width: 50%;
        padding-top: .25em;
        padding-bottom: .25em
    }

    .services .service_block .key {
        padding-right: .5rem;
        border-right: 1px solid
    }

    .services .service_block .value {
        padding-left: .5rem
    }

    .services .service_block .list {
        width: 100%;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .is_headline:not(:first-of-type) {
        border: none !important;
        margin-top: 2em
    }
}


.table .cell {
    font-size: .7rem;
    padding: .5rem
}

.table .tooltip svg {
    display: none;
}

.only_mobile {
    display: none;
}