﻿/**
 * (en) Screen layout for NAME
 * (de) Bildschirmlayout für NAME
 *
 * @copyright			Copyright 2015, crossbase mediasolution GmbH
 * @version				4.1.1
 */

@-webkit-keyframes loader-spinner {
    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 loader-spinner {
    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;
    }
}

@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen {

    /*@-ms-viewport {
        width: device-width;
    }*/
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Formatting YAML's	basic layout elements */
    /* (de) Gestaltung des YAML Basis-Layouts */
    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Bugfix for Chrome to expand background color if content is smaller than viewport	 */
    /* (de) Bugfix für Chrome, um die Hintergrundfarbe auszudehnen wenn Inhalt kleiner als Viewport ist	*/
    html {
        height: 100%
    }

    /* (en) Marginal areas & page background */
    /* (de) Randbereiche & Seitenhintergrund */
    body {
        background: #fff;
        padding: 0;
        /*overflow-y: scroll;*/
    }

    /* (en) Centering layout in old IE-versions */
    /* (de) Zentrierung des Layouts in alten IE-versionen */
    body {
        text-align: center;
    }

    body.full-width {
        padding: 0;
    }

    .ym-wrapper {
        text-align: left;
        margin: 0 auto;
        position: relative;
    }

    .ym-wrapper.select-range {
        position: absolute;
        z-index: 1;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .ym-wrapper.select-range .ym-wbox {
        background: transparent;
    }

    .full-width .ym-wrapper {
        max-width: none;
        margin: 0;
    }

    /* (en) Layout: width, background, borders */
    /* (de) Layout: Breite, Hintergrund, Rahmen */
    .ym-wrapper {
        max-width: 1020px;
    }

    .shadow:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        box-shadow: 0 0 16px rgba(50, 50, 50, 0.4);
    }

    .ym-wrapper.shadow > img {
        border-bottom: 4px solid #d8d8d8;
    }

    .ym-wbox {
        padding: 12px 20px 0 20px;
        background-color: #fff;
        position: relative;
    }

    /* (en) Wrapper for pages without subnav and with equal-height content boxes */
    /* (de) Wrapper für Seiten ohne Subnavigation und mit Equal-Height Boxen */
    .no-cols {
        padding: 0 24px;
    }

    /* (en) Designing main layout elements */
    /* (de) Gestaltung der Hauptelemente des Layouts */
    #header {
        background-color: #fff;
    }

    .index #header {
        background-color: #fff;
    }


    .full-width #header {
        margin: 0;
    }

    .header-box {
        padding: 15px 24px;
        position: relative;
    }

    .header-box img {
        height: 52px;
    }

    .topnav-toggle {
        display: none;
    }

    #topnav {
        background: transparent;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 0 20px;
    }

    .topnav-closed {
        display: block;
    }

    #logo {
        background: #980000 url('logoband.jpg') no-repeat scroll center center;
        padding: 10px 0 12px 0;
    }

    #logo h1 {
        font-family: 'Source Sans Pro Regular', sans-serif;
        letter-spacing: 0.01em;
        word-spacing: 1px;
        color: #fff;
        position: absolute;
        top: 49.0%;
        transform: translateY(-50%);
        right: 0;
        font-size: 20px;
        line-height: 20px;
        padding: 0 20px 0 0;
    }

    #logo a {
        display: block;
        padding: 0 0 0 20px;
    }

    #logo img {
        height: 58px;
    }

    .index-search {
        padding: 0 20px;
    }

    .index-search .select2-container {
        margin-bottom: 0;
    }

    .userbar-wrapper {
        position: relative;
    }

    .userbar {
        display: block;
        position: absolute;
        right: 8px;
        top: -40px;
        z-index: 999;
    }

    .userbar .select2-style-button-box .button {
        margin: 0;
        background: transparent;
    }

    .userbar .select2-style-button-box .button:hover {
        background: #ff6600;
    }

    #teaser {
        background-color: #fff;
    }

    #teaser + .ym-wbox {
        margin: -24px 0 0 0;
    }

    #footer {
        position: relative;
        background: #5b574d;
        color: #fff;
    }

    #footer .footer-content {
        padding: 30px 20px 80px 20px;
    }

    #footer h2 {
        text-transform: uppercase;
        color: #fff;
    }

    #footer a {
        color: #fff;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer a:before {
        content: '';
    }

    #footer a:after {
        background-color: #fff;
    }


    #footer .navlist {
        margin: 0 0 24px 0;
        padding: 0;
    }

    #footer .navlist li {
        padding: 4px 0;
        margin: 0;
        font-family: 'Source Sans Pro Bold', cnBold, sans-serif;
        text-transform: uppercase;
        padding: 0;
    }

    #footer .social-media {
        margin: 0 0 24px 0;
    }

    #footer .social-media a {
        display: inline-block;
        width: 32px;
        height: 32px;
        font-size: 0.3em;
        line-height: 32px;
        padding: 0;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        background-color: #aca89c;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 2px 0 0;
    }

    #footer .social-media a:hover {
        background-color: #fff;
    }


    /*------------------------------------------------------------------------------------------------------*/
    /**
     * (en) Formatting content container
     * (de) Formatierung der Inhalts-Container
     *
     * |-------------------------------|
     * | #header											 |
     * |-------------------------------|
     * | .ym-col1 | .ym-col3					 |
     * | 38%			| flexible					 |
     * |-------------------------------|
     * | #footer											 |
     * |-------------------------------|
     */
    /*------------------------------------------------------------------------------------------------------*/
    .ym-column {
        table-layout: fixed;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .ym-col1 {
        width: 62%;
    }

    .ym-cbox-left {
        padding: 24px 24px 0 24px;
    }

    .ym-col3 {
        padding: 0;
        border: 0 none;
        margin-left: 62%;
        margin-right: 0;
    }

    .ym-cbox {
        padding: 24px 24px 0 24px;
    }

    /*------------------------------------------------------------------------------------------------------*/
    /* (en) Styling of layout specific elements */
    /* (de) Gestaltung layoutabhängiger Elemente */
    /*------------------------------------------------------------------------------------------------------*/
    .boxgroup-wrapper {
        margin: 0 -12px 0 -12px;
    }

    .boxgroup-wrapper.half-gaps {
        margin: 0 -6px 30px -6px;
    }

    .boxgroup-wrapper.half-gaps .ym-gbox {
        margin: 0 6px;
    }

    .hidden-elements-info {
        display: none;
    }

    .ym-g100 {
        width: 100%;
    }

    .ym-gbox-left {
        padding: 0 12px 0 0;
        margin: 0 12px 0 0;
    }

    .ym-gbox-right {
        padding: 0 0 0 12px;
        margin: 0 0 0 12px;
    }

    .ym-gbox {
        padding: 0 12px;
        margin: 0 12px;
    }

    .no-grid-padding > [class*='ym-g'] > [class*='ym-g'] {
        padding: 0;
    }

    .mobile-seamless-wrapper {
        margin: -12px -12px 12px -12px;
    }

    .mobile-seamless-wrapper > * {
        margin-bottom: 0 !important;
    }

    .mobile-seamless-wrapper > img {
        padding: 24px 0;
    }

    /* (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 */
    .boxgroup-wrapper.ym-equalize.basic {
        overflow: auto;
    }

    .boxgroup-wrapper.ym-equalize.basic > .ym-grid.ym-equalize.basic {
        display: table;
    }

    .basic {
        margin-bottom: 24px;
    }

    .basic .ym-gbox {
        padding: 24px 24px 0 24px;
        margin: 0 12px;
    }

    .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .basic > [class*='ym-g'] > .ym-gbox,
    .basic > .ym-gbox {
        background: #f2f2ef;
    }

    .basic .ym-gbox:before,
    .basic .ym-gbox:after {
        content: '';
        display: table;
        width: 100%
    }

    .box-wrapper-100 .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .jquery-tabs .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .accordion .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .basic .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox {
        background: #fff;
        border-radius: 0 0 0 0;
    }

    .basic .box-wrapper-100 .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .basic .jquery-tabs .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .basic .accordion .boxgroup-wrapper.basic > .ym-grid.basic > [class*='ym-g'] > .ym-gbox,
    .box-wrapper-100 .box-wrapper-100 .jquery-tabs .basic > [class*='ym-g'] > .ym-gbox,
    .box-wrapper-100 .jquery-tabs .jquery-tabs .basic > [class*='ym-g'] > .ym-gbox,
    .box-wrapper-100 .accordion .jquery-tabs .basic > [class*='ym-g'] > .ym-gbox,
    .accordion .box-wrapper-100 .jquery-tabs .basic > [class*='ym-g'] > .ym-gbox,
    .accordion .jquery-tabs .jquery-tabs .basic > [class*='ym-g'] > .ym-gbox,
    .accordion .accordion .jquery-tabs .basic > [class*='ym-g'] > .ym-gbox {
        background: #f2f2ef;
    }

    /* (en) adjustment of conent elements within the basic boxes */
    /* (de) Ausrichtug der Inhalte innerhalb der Basis-Boxen */
    .basic .ym-gbox > h3,
    .basic .ym-gbox > h4,
    .basic .ym-gbox > h5,
    .basic .ym-gbox > h6,
    .basic .ym-gbox .cb-live-edit-container > h3,
    .basic .ym-gbox .cb-live-edit-container > h4,
    .basic .ym-gbox .cb-live-edit-container > h5,
    .basic .ym-gbox .cb-live-edit-container > h6 {
        background: #e5e4de;
        padding: 4px 24px;
        margin: -24px -24px 24px -24px;
        border-bottom-left-radius: 0;
        border: none;
    }

    .basic .ym-gbox > * ~ h3,
    .basic .ym-gbox > * ~ h4,
    .basic .ym-gbox > * ~ h5,
    .basic .ym-gbox > * ~ h6 {
        margin: 0 -24px 24px -24px;
        border-radius: 0;
        border: none;
    }

    .basic h3 span.head,
    .basic h4 span.head,
    .basic h5 span.head,
    .basic h6 span.head {
        padding: 0;
        margin: 0;
        position: static;
        background: none;
        color: inherit;
        display: inline;
        border-radius: 0;
    }


    /* (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 */
    .ym-grid.box-top {
        margin-bottom: 0;
    }

    .ym-grid.box-top .ym-gbox *:last-child {
        margin-bottom: 18px;
    }

    .ym-grid.box-bottom {
        margin-top: -18px;
        display: table;
    }

    .ym-grid.box-bottom:after,
    .ym-grid.box-bottom:before {
        content: '';
        display: table;
        width: 100%;
    }

    .ym-grid.box-bottom > [class*='ym-g'] [class*='ym-gbox'] {
        background: #f2f2ef;
        margin: 0 12px;
        border-radius: 0px;
        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 {
        font-family: 'Source Sans Pro Bold', sans-serif;
        text-transform: uppercase;
        padding: 5px 24px 5px 12px;
        border-radius: 0px;
        background: #e5e4de;
        border: none;
        margin: 0;
        -webkit-transition: background 0.3s ease, border-radius 0.3s ease, margin 0.3s ease;
        transition: background 0.3s ease, border-radius 0.3s ease, margin 0.3s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .box-top-100 h3.box-open {
        border-radius: 0 0 0 0;
    }

    .box-top-100 h3:hover {
        background: #980000;
        color: #fff;
    }

    /*-h3.box-close::after {
        font-family: FontAwesome;
        font-weight: 900;
        content: '\f107';
        position: absolute;
        right: 10px;
        top: 5px;
        width: auto;
        text-align: left;
        background: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease 0s;
        transition: -webkit-transform 300ms ease 0s;
        transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
        transform: rotate(0deg);
    }

    h3.box-open::after {
        font-family: FontAwesome;
        font-weight: 900;
        content: '\f107';
        position: absolute;
        right: 10px;
        top: 5px;
        width: auto;
        text-align: left;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease 0s;
        transition: -webkit-transform 300ms ease 0s;
        transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
        -webkit-transform: rotate(-179.999deg);
        transform: rotate(-179.999deg);
    }*/
    h3.box-open::after,
    h3.box-close::after {
        height: 2px;
        width: 12px;
    }

    h3.box-open::before,
    h3.box-close::before {
        height: 12px;
        width: 2px;
    }

    h3.box-close::after,
    h3.box-close::before,
    h3.box-open::after,
    h3.box-open::before {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        bottom: auto;
        left: auto;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        background-color: #000;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    h3.box-open::before {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
        transform: translateX(50%) translateY(-50%) rotate(90deg);
    }

    h3.box-close:hover::after,
    h3.box-close:hover::before,
    h3.box-open:hover::after,
    h3.box-open:hover::before {
        background-color: #fff;
    }

    .box-bottom-100 {
        background: #f2f2ef;
        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-wrapper-100 .box-wrapper-100 .box-bottom-100,
    .jquery-tabs .box-wrapper-100 .box-bottom-100,
    .accordion .box-wrapper-100 .box-bottom-100,
    .basic > [class*=ym-g] > [class*=ym-g] > .box-wrapper-100 .box-bottom-100 {
        background: #fff;
    }

    .jquery-tabs .basic .box-wrapper-100 .box-bottom-100 {
        background: #f2f2ef;
    }

    .box-bottom-100-content {
        padding: 24px 24px 0 24px;
    }

    .box-bottom-100-content:after,
    .box-bottom-100-content:before {
        content: '';
        display: table;
        width: 100%;
    }

    .box-bottom-100-content.box-close {
        display: none;
    }

    /* (en) Styling of map markers */
    /* (de) Gestaltung der Kartenmarker */
    /*------------------------------------------------------------------------------------------------------*/
    .mapmarker {
        position: absolute;
        width: 80%;
        height: 24px;
        margin: auto;
        top: -15%;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        color: #fff;
        background-color: #001489;
        padding: 6px 12px;
        border-radius: 0px;
    }

    /* triangle decoration */
    .mapmarker:after {
        width: 0;
        height: 0;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-top: 10px solid #001489;
        -moz-transform: scale(.9999);
        content: '';
        position: absolute;
        left: 50%;
        bottom: -9px;
        margin-left: -10px;
    }

    /* (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;
        padding: 0;
    }

    .divider div {
        box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.3);
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        height: 30px;
        margin: -30px 0 30px 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 ausgerichtet 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) absolute positioning in corners */
    /* (de) Absolute Positionierung in Ecken */
    /*------------------------------------------------------------------------------------------------------*/
    .position-bottom-right {
        position: absolute;
        bottom: 0;
        right: 24px;
    }

    .position-bottom-left {
        position: absolute;
        bottom: 0;
        left: 24px;
    }

    .position-top-left {
        position: absolute;
        top: 0;
        left: 24px;
    }

    .position-top-right {
        position: absolute;
        top: 0;
        right: 24px;
    }

    /*(en) Simple vertical centering */
    /*(de) Einfache vertikale Zentrierung */
    /*------------------------------------------------------------------------------------------------------*/
    .center-wrapper {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .center-wrapper .center-content {
        margin: 0;
        display: inline-block;
        max-width: 100%;
    }

    .center-wrapper .center-content.model-thb {
        max-width: 190px;
        max-height: 121px;
    }

    /*(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 */
    /*------------------------------------------------------------------------------------------------------*/
    .image-center-wrapper {
        line-height: 200px;
        display: block;
        text-align: center;
    }

    .image-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-cell img {
        max-width: 200px;
    }

    .table-center-element {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .table-center-element > * {
        display: inline-block;
        text-align: left;
    }

    /*(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;
    }

    /*(en) horzontal centering of absolut positioned element with fiexed width */
    /*(de) Horizontale Zentrierung eines absolut positionierten Elements mit fixer Breite */
    /*------------------------------------------------------------------------------------------------------*/
    .absolute-center-fix-width {
        position: absolute;
        left: 50%;
        width: 900px;
        margin-left: -450px;
    }

    /*(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;
    }

    .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) stickem content behavior */
    /* (de) Verhalten der Stickem-Inhalte */
    /*------------------------------------------------------------------------------------------------------*/
    .stickem-container {
        position: relative;
        text-align: left;
    }

    .stickem-nav {
        background: #fff;
        min-height: 32px;
    }

    .index .stickem-nav {
        background: #fff;
    }

    .shift-wrapper {
        margin: 0 auto;
        padding: 0;
        max-width: 1020px;
        position: relative;
    }

    .full-width .shift-wrapper {
        max-width: none;
        margin: 0;
    }

    .make-nav-sticky {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        /*background: #f0f0f0;*/
    }

    /* (en) loading panel popup */
    /* (de) Popup Panel um anzuzeigen, dass Elemente geladen werden */
    /*------------------------------------------------------------------------------------------------------*/
    .loading-overlay {
        z-index: 2147483647;
        top: 50%;
        left: 50%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        position: fixed;
        border-radius: 2px;
    }

    .loader-circle {
        position: absolute;
        display: block;
        z-index: 99999;
        bottom: 0;
        height: 50%;
        left: 0;
        margin: auto;
        overflow: auto;
        right: 0;
        top: 0;
        width: 50%;
        font-size: 8px;
        text-indent: -9999em;
        border-top: 8px solid rgba(255, 255, 255, 0.4);
        border-right: 8px solid rgba(255, 255, 255, 0.4);
        border-bottom: 8px solid rgba(255, 255, 255, 0.4);
        border-left: 8px solid #fff;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-animation: loader-circle 1.1s infinite linear;
        animation: loader-circle 1.1s infinite linear;
    }

    .loader-circle,
    .loader-circle:after {
        border-radius: 50%;
        width: 48px;
        height: 48px;
    }

    .loader-spinner {
        position: absolute;
        display: block;
        z-index: 99999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 48px;
        width: 1em;
        height: 1em;
        text-indent: -9999em;
        overflow: hidden;
        border-radius: 50%;
        -webkit-animation: loader-spinner 1.7s infinite ease;
        animation: loader-spinner 1.7s infinite ease;
    }

    .filter-jump-up {
        display: none;
    }

    /* (en) video element formatting */
    /* (de) Formatierung von Videoelementen */
    /*------------------------------------------------------------------------------------------------------*/
    .fluid-width-video-wrapper {
        padding-top: 50% !important;
    }

    .fluid-width-video-wrapper iframe {
        border-radius: 0px;
    }

    /* (en) Side Slide Panel */
    /* (de) Side Slide Panel */
    /*------------------------------------------------------------------------------------------------------*/
    .survey {
        position: fixed;
        top: 310px;
        right: 0;
        width: 360px;
        background-color: #980000;
        color: #fff;
        z-index: 99999;
        padding: 12px 12px 0 12px;
        text-align: left;
        box-sizing: border-box;
    }

    .survey h2 {
        color: #fff;
    }

    .survey .checkbox-radio-group {
        margin: 0 0 12px 0;
    }

    .side-slide-wrapper {
        overflow: hidden;
        position: relative;
    }

    [class*='side-slide-content'] {
        position: fixed;
        height: auto;
        background: #fff;
        width: 250px;
        top: 145px;
        margin-right: -250px;
        right: 0;
        z-index: 500;
        -webkit-transition: -webkit-box-shadow 1s linear;
        transition: box-shadow 1s linear;
    }

    [class*='side-slide-content'].expanded {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }

    [class*='side-slide-content'].expanded .fa {
        padding: 0 8px 0 0;
    }

    [class*='side-slide-content'].expanded .fa.fa-spinner {
        padding: 0;
    }

    .side-slide-inner-wrapper {
        text-align: left;
        border: 2px solid #980000;
        padding: 8px 12px;
    }

    [class*=side-slide-button] {
        position: fixed;
        right: 0;
        width: 48px;
        height: 48px;
        background-color: #980000;
        text-align: center;
        padding: 0;
        cursor: pointer;
        border: 1px solid #980000;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 499;
    }

    [class*=side-slide-button]:hover {
        border: 1px solid #fff;
        background-color: #fff;
    }

    [class*=side-slide-button] * {
        color: #fff;
    }

    [class*=side-slide-button]:hover * {
        color: #980000;
    }

    [class*=side-slide-button] span {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 50px;
        color: #fff;
    }

    .in-page {
        position: absolute;
    }

    .side-slide-button-01 {
        top: 255px;
    }


    .side-slide-button-02 {
        top: 200px;
    }

    .side-slide-button-03 {
        top: 145px;

    }

    .expanded[class*='side-slide-button'] {
        /*right: 0;*/
        right: -1px;
    }

    .expanded.side-slide-content {
        /*right: 1px;*/
    }

    /* (en) Kacheln mit zentriertem Text */
    /* (de) Tiles with centered text */
    /*------------------------------------------------------------------------------------------------------*/
    .tile-text-bg,
    .tile-text-bg::before {
        background: #b8b9b9;
    }

    .tile-wrapper {
        font-size: 0;
        line-height: 0;
        margin: 0 0 70px 0;
    }

    .tile {
        position: relative;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
    }

    .tile-hover {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 2;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .tile img,
    .tile-hover img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .tile-hover::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }

    .tile-hover:hover::before {
        opacity: 0.8;
    }

    .tile-hover:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
        filter: alpha(opacity=40);
    }

    .tile-hover .head-text-wrapper {
        z-index: 1;
    }

    .tile-logo {
        position: absolute;
        padding: 0 12%;
        left: 50%;
        top: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tile-bg {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .ym-g100 .tile-bg {
        min-height: 300px;
        min-width: 600px;
    }

    .ym-g38 .tile-bg {
        min-height: 300px;
        min-width: 399px;
    }

    .head-center {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0;
        background: transparent;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }

    .head-center.text-shadow {
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    }

    .slider-wrapper .head-center .head-text-wrapper,
    .head-center .head-text-wrapper {
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .head-center span.head-text {
        width: 100%;
        color: #fff;
        font-size: 55px;
        line-height: 55px;
        display: inline-block;
    }

    .head-center span.head-text {
        font-family: 'Source Sans Pro Bold', sans-serif;
        width: 100%;
        color: #fff;
        font-size: 55px;
        line-height: 55px;
        display: inline-block;
        text-transform: uppercase;
    }

    .head-center span.head-text + span.head-text {
        font-family: 'Source Sans Pro Light', sans-serif;
        text-transform: none;
        font-size: 35px;
        line-height: 45px;
    }

    .bg-dimming {
        position: absolute;
        top: 0;
        background: transparent;
        height: 100%;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
        color: #000;
        display: block;
        letter-spacing: 1px;
        background: #000;
        opacity: .4 !important;
    }

    .text-wrapper {
        width: 184px;
        height: 184px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -92px 0 0 -92px;
        display: table;
        z-index: 1;
    }

    .tile-text {
        font-family: "Brandon Grotesque Black", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 24px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .tile-text::after {
        content: '—';
        position: absolute;
        width: auto;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
    }

    .tile-hover .tile-text::after {
        letter-spacing: -2px;
        content: '———';
        position: absolute;
        width: auto;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
    }

    .tile-text-only {
        position: absolute;
        bottom: 70px;
        box-sizing: border-box;
        padding: 0 90px 0 0;
    }

    .ym-g20 .tile-text-only {
        width: 20%;
    }

    .ym-g25 .tile-text-only {
        width: 25%;
    }

    .ym-g33 .tile-text-only {
        width: 33%;
    }

    .ym-g38 .tile-text-only {
        width: 38%;
    }

    .ym-g40 .tile-text-only {
        width: 40%;
    }

    .ym-g50 .tile-text-only {
        width: 50%;
    }

    .ym-g60 .tile-text-only {
        width: 60%;
    }

    .ym-g66 .tile-text-only {
        width: 66%;
    }

    .ym-g75 .tile-text-only {
        width: 75%;
    }

    .ym-g80 .tile-text-only {
        width: 80%;
    }


    /* (en) Image with Overlay */
    /* (de) Bild mit Overlay */
    /*------------------------------------------------------------------------------------------------------*/
    .img-overlay-container-slide-down,
    .img-overlay-container-slide-up,
    .img-overlay-container-fade-base,
    .img-overlay-container-fade {
        position: relative;
        margin: 0 0 24px 0;
    }

    .img-overlay-container-slide img,
    .img-overlay-container-slide-down img,
    .img-overlay-container-fade-base img {
        display: block;
        width: 100%;
        height: auto;
    }

    .img-overlay-container-fade img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .img-overlay-container-fade-base .img-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .5s ease;
        opacity: 0;
    }

    .img-overlay-container-slide-up .img-overlay,
    .img-overlay-container-slide-down .img-overlay {
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        width: 100%;
        height: 50px;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;

    }

    .img-overlay-container-slide-up .img-overlay {
        bottom: 0;
    }

    .img-overlay-container-slide-down .img-overlay {
        top: 0;
    }

    .img-overlay-container-fade .img-overlay {
        display: block;
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .img-overlay-container-fade:hover img {
        opacity: 0.3;
    }

    .img-overlay-container-fade:hover .img-overlay,
    .img-overlay-container-fade-base:hover .img-overlay {
        opacity: 1;
    }

    .img-overlay-container-slide-up:hover .img-overlay,
    .img-overlay-container-slide-down:hover .img-overlay {
        height: 50%;
    }

    .img-overlay-container-slide-up a > span,
    .img-overlay-container-slide-down a > span,
    .img-overlay-container-fade-base a > span {
        color: white;
        font-size: 20px;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
    }

    .img-overlay-container-slide-up a > span > .overlay-head,
    .img-overlay-container-slide-up a > span > .overlay-content,
    .img-overlay-container-slide-down a > span > .overlay-head,
    .img-overlay-container-slide-down a > span > .overlay-content,
    .img-overlay-container-fade-base a > span > .overlay-head,
    .img-overlay-container-fade-base a > span > .overlay-content {
        padding: 0 8px;
        display: block
    }

    .img-overlay-container-slide-up a > span > .overlay-head {
        margin: 15px 0;
        text-transform: uppercase;
        font-family: 'Source Sans Regular', sans-serif;
    }

    .img-overlay-container-slide-up a > span > .overlay-content {
        font-size: 17px;
        height: 0;
    }

    .img-overlay-container-slide-up:hover a > span > .overlay-content {
        height: 100%;

    }

    .img-overlay-container-fade span {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 16px 32px;
        display: block;
    }


    /* (en) Tabellenlaoyut-Grid Konfiguration */
    /* (de) Table Layout Grid Configuration */
    /*------------------------------------------------------------------------------------------------------*/
    .table-grid-wrapper {
        margin: 0 -24px;
    }

    .table-grid {
        display: table;
        border-collapse: separate;
        width: 100%;
        table-layout: fixed;
        margin: 0 0 40px 0;
        border-collapse: separate;
        border-spacing: 24px 0;
    }

    .table-grid-row {
        display: table-row;
    }

    .table-grid-col {
        display: table-cell;
        position: relative;
        background: #eaeaea;
        border-radius: 0px;
    }

    .table-grid-col-wrapper {
        padding: 24px 24px 0 24px;
        display: inline-block;
    }

    .table-grid-col[class*=ym-g] {
        position: relative;
        vertical-align: top;
    }

    .table-grid-col-wrapper > h3,
    .table-grid-col-wrapper > h4,
    .table-grid-col-wrapper > h5,
    .table-grid-col-wrapper > h6,
    .table-grid-col-wrapper .cb-live-edit-container > h3,
    .table-grid-col-wrapper .cb-live-edit-container > h4,
    .table-grid-col-wrapper .cb-live-edit-container > h5,
    .table-grid-col-wrapper .cb-live-edit-container > h6 {
        background: #e5e4de;
        padding: 4px 24px;
        margin: -24px -24px 24px -24px;
        border-bottom-left-radius: 0;
        border: none;
    }

    .table-grid-col-wrapper > * ~ h3,
    .table-grid-col-wrapper > * ~ h4,
    .table-grid-col-wrapper > * ~ h5,
    .table-grid-col-wrapper > * ~ h6 {
        margin: 0 -24px 24px -24px;
        border-radius: 0;
    }


    /* (en) Aspect Ratio Box */
    /* (de) Box mit definiertem Seitenverhältnis */
    /*------------------------------------------------------------------------------------------------------*/
    .ratio-container {
        height: 0;
        padding-bottom: 30%;
        position: relative;
        margin: 0 0 24px 0;
    }

    .ratio-container-content {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
    }

    .ratio-container-content img {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #search::before {
        line-height: 16px;
    }

    .search {
        display: none;
        position: absolute;
        z-index: 1;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        right: 0;
        top: 31px;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .search-closed {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .search-open {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    /* (en) Manual (Languages) */
    /* (de) Bedienungsanleitungen (Sprachen) */
    /*------------------------------------------------------------------------------------------------------*/

    .manual-container {
        position: relative;
        margin-bottom: 24px;
    }


    .manual-container img {
		width: 208px;
    }

    .manual-overlay {
        font-family: 'Source Sans Regular', sans-serif;
        display: block;
        position: absolute;
        background-color: rgba(152, 0, 0, 0.6);
        color: #fff;
        bottom: 0;
        width: 100%;
        padding: 8px 12px;
		min-height: 60px;
        box-sizing: border-box;
        overflow: hidden;
        /**white-space: nowrap;
        text-overflow: ellipsis;**/
    }

    .manual {
        font-family: 'Source Sans Regular', sans-serif;
        width: 30px;
        line-height: 24px;
        display: inline-block;
        padding: 4px 6px;
        margin: 8px 8px 0 0;
        border: 2px solid #980000;
        text-align: center;
    }

    .manual-container > div {
        position: relative;
        display: inline-block;

    }

}


/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 1200 */
/* (de) Media Query 1200 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {

    .slider img {
        max-width: none;
        width: auto !important;
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 980 */
/* (de) Media Query 980 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 980px) {

    [class*=side-slide-button] {
        display: none;
    }

    .filter-jump-up,
    .filter-jump-up:active,
    .filter-jump-up:focus {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #980000;
        color: #fff !important;
        padding: 6px 7px 2px 8px;
        border-radius: 0 0 0 0;
        opacity: 0.4;
        z-index: 999;
    }

    body {
        padding: 0;
    }

    .ym-col1, .ym-col2 {
        float: none;
        width: 100%;
    }

    .ym-col3 {
        width: 100%;
        margin: 0;
    }

    .ym-cbox {
        padding: 0 24px 0 24px;
    }

    .ym-cbox-left,
    .ym-cbox-right {
        padding: 24px 24px 0 24px;
    }

    .make-nav-sticky .shift-wrapper {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .make-nav-sticky {
        position: static;
    }

    .tile-wrapper {
        margin: 0 0 60px 0;
    }
}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 850 */
/* (de) Media Query 850 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 850px) {

    .topnav-toggle {
        display: block;
        position: absolute;
        right: 24px;
        top: 0;
        z-index: 1;
    }

    #topnav {
    }

    .topnav-closed {
        display: none;
    }

    .linearize-level-1.boxgroup-wrapper.ym-equalize.basic > .linearize-level-1.ym-grid.ym-equalize.basic {
        display: block;
    }

    .linearize-level-1.boxgroup-wrapper {
        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;
    }

    .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;
    }

    .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.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] > h3 ~ * ~ h3,
    .linearize-level-1.basic > [class*='ym-gbox'] > div + h3 {
        margin-top: 0;
    }

    .linearize-level-1.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] div ul:not(.tabs-list),
    .linearize-level-1.box-top .ym-gbox *:last-child {
        margin-bottom: 24px;
    }

    .linearize-level-1.box-bottom {
        display: none;
    }

    .linearize-level-1.table-grid-wrapper {
        margin: 0;
    }

    .linearize-level-1 .table-grid,
    .linearize-level-1 .table-grid-row,
    .linearize-level-1 .table-grid-col[class*="ym-g"] {
        display: block;
        width: 100%;
    }

    .linearize-level-1 .table-grid-col[class*="ym-g"] {
        margin: 0 0 24px 0;
        overflow: hidden;
    }

}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 620 */
/* (de) Media Query 620 */
/*------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 620px) {
    .header-box {
        padding: 30px 24px;
    }
}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 560 */
/* (de) Media Query 560 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 560px) {

    .survey {
        top: 0;
        right: 0;
        width: 100%;
    }


    .topnav-toggle {
        right: 12px;
    }

    #topnav {
        padding: 0 12px;
    }

    #logo h1 {
        display: none;
    }

    #logo a {
        padding: 0 0 0 12px;
    }

    .userbar {
        right: 8px;
    }

    .position-bottom-right {
        position: relative;
        bottom: 0;
        right: 0;
    }

    #teaser {
        margin-bottom: 12px;
    }

    .index-search {
        padding: 0 12px;
    }

    .ym-wrapper.shadow > img {
        display: none;
    }

    .ym-wbox {
        padding: 12px 12px 0 12px;
    }

    .no-cols {
        padding: 12px 12px 0 12px;
    }

    .divider div {
        margin: -30px 0 16px;
    }

    .ym-cbox {
        padding: 0 12px 0 12px;
    }

    .ym-cbox-left,
    .ym-cbox-right {
        padding: 12px 12px 0 12px;
    }

    .boxgroup-wrapper {
        margin: 0 -6px;
    }

    .ym-gbox {
        margin: 0 6px;
    }

    .basic {
        margin-bottom: 12px;
    }

    .basic .ym-gbox {
        padding: 12px 12px 0;
    }

    .basic .ym-gbox > h3,
    .basic .ym-gbox > h4,
    .basic .ym-gbox > h5,
    .basic .ym-gbox > h6 {
        margin: -12px -12px 12px;
        padding: 4px 12px
    }

    .basic .ym-gbox > * ~ h3,
    .basic .ym-gbox > * ~ h4,
    .basic .ym-gbox > * ~ h5,
    .basic .ym-gbox > * ~ h6 {
        margin: 0 -12px 12px -12px;
    }


    .linearize-level-2.boxgroup-wrapper.ym-equalize.basic > .linearize-level-2.ym-grid.ym-equalize.basic {
        display: block;
    }

    .linearize-level-1.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'],
    .linearize-level-1.basic > [class*='ym-gbox'] {
        text-align: left;
        margin: 0 0 12px 0;
        padding: 12px 12px 0 12px;
    }

    .linearize-level-1.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] > h3,
    .linearize-level-1.basic > [class*='ym-gbox'] > h3 {
        margin: -12px -12px 12px -12px;
        padding: 4px 12px
    }

    .linearize-level-1.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] div ul:not(.tabs-list),
    .linearize-level-1.box-top .ym-gbox *:last-child {
        margin-bottom: 12px;
    }

    .linearize-level-2.boxgroup-wrapper {
        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'],
    .linearize-level-2.basic > [class*='ym-gbox'] {
        text-align: left;
        margin: 0 0 12px 0;
        padding: 12px 12px 0 12px;
    }

    .linearize-level-2.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] > h3,
    .linearize-level-2.basic > [class*='ym-gbox'] > h3 {
        margin: -12px -12px 12px -12px;
        padding: 4px 12px
    }

    .linearize-level-2.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] > h3 ~ * ~ h3,
    .linearize-level-2.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] > div + h3,
    .linearize-level-2.basic > [class*='ym-gbox'] > div + h3 {
        margin-top: 0;
    }

    .linearize-level-2.ym-equalize > [class*='ym-g'] > [class*='ym-gbox'] div ul,
    .linearize-level-2.box-top .ym-gbox *:last-child {
        margin-bottom: 12px;
    }

    .linearize-level-2.box-bottom {
        display: none;
    }

    .linearize-level-2.table-grid-wrapper {
        margin: 0;
    }

    .linearize-level-2 .table-grid,
    .linearize-level-2 .table-grid-row,
    .linearize-level-2 .table-grid-col[class*="ym-g"] {
        display: block;
        width: 100%;
    }

    .linearize-level-2 .table-grid-col[class*="ym-g"] {
        margin: 0 0 24px 0;
        overflow: hidden;
    }

    .box-top-100 h3 {
        padding: 4px 24px 4px 12px;
    }

    .box-bottom-100 {
        margin: 0 0 12px 0;
    }

    .box-bottom-100-content {
        padding: 12px 12px 0 12px;
    }

    .mobile-seamless-wrapper {
        margin: -12px -12px 0 -12px;
    }

    .mobile-seamless-wrapper > img {
        padding: 12px 0;
    }

    .mobile-seamless-wrapper > .form-group.table-element {
        padding: 12px 12px 0 12px;
    }

    .tile-wrapper {
        margin: 0 0 30px 0;
    }

    .tile-text-only {
        position: static;
        margin: 0 0 30px 0;
    }

    .head-center span.head-text {
        font-size: 32px !important;
        line-height: 30px !important;
    }

    .head-center span.head-text + span.head-text {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .tile-wrapper {
        margin: 0 0 30px 0;
    }

    .tile-text-only {
        position: static;
        margin: 0 0 30px 0;
        padding: 0;
    }

    [class*=ym-g] .tile-text-only {
        position: static;
        margin: 0 0 30px 0;
        padding: 0;
        width: 100%;
    }

    .head-center span.head-text {
        font-size: 32px !important;
        line-height: 30px !important;
    }

    #footer .footer-content {
        padding: 12px;
    }


}

/*------------------------------------------------------------------------------------------------------*/
/* (en) Media Query 320 */
/* (de) Media Query 320 */
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 320px) {

    #topnav {
        padding: 0;
    }

}
