@charset "UTF-8";

/*
 * Theme Name: WP Theme
 * Theme URI: http://www.advance-media.de
 * Theme Description: Responsive Wordpress Theme
 * Consulting
 * Author: JB
 * Author URI: http://www.advance-media.de
 * Version: 1.0.2
 * Tags: slider, custom fields
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Textdomain: bostwp
 */


/**
 * Variablen
 */


/* Breakpoints */


/* Grid Variables */


/*
 * function respond
 * @width   : index from sizes list
 * @dir   : string, min/max, default is min, cause we make mobile first
 *
 *
 *
 */


/*@mixin font-size($size) {
  font-size: $size;
  font-size: calculateRem($size);
}*/

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/work-sans/worksans-light-webfont.woff") format("woff"), url("assets/fonts/work-sans/worksans-light-webfont.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/work-sans/worksans-bold-webfont.woff") format("woff"), url("assets/fonts/work-sans/worksans-bold-webfont.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Work Sans";
    src: url("assets/fonts/work-sans/worksans-regular-webfont.woff") format("woff"), url("assets/fonts/work-sans/worksans-regular-webfont.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

.clearfix:after,
.cont_12:after,
.row:after,
.anfrage-title:after,
.article-content:after,
.downloads:after,
.gallery-description:after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

@media screen and (max-width: 479px) {
    .clear--xs {
        clear: both;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .clear--sm {
        clear: both;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px) {
    .clear--md {
        clear: both;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .clear--lg {
        clear: both;
    }
}

@media screen and (min-width: 1280px) {
    .clear--xl {
        clear: both;
    }
}

.is-hidden {
    display: none !important;
}

@media screen and (max-width: 479px) {
    .is-hidden--xs {
        display: none !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .is-hidden--sm {
        display: none !important;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px) {
    .is-hidden--md {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .is-hidden--lg {
        display: none !important;
    }
}

@media screen and (min-width: 1280px) {
    .is-hidden--xl {
        display: none !important;
    }
}

.is-invisible {
    visibility: hidden !important;
}

@media screen and (max-width: 479px) {
    .is-invisible--xs {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .is-invisible--sm {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px) {
    .is-invisible--md {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .is-invisible--lg {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1280px) {
    .is-invisible--xl {
        visibility: hidden !important;
    }
}

.is-visible {
    display: initial !important;
}

@media screen and (max-width: 479px) {
    .is-visible--xs {
        display: inline !important;
        display: inherit !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .is-visible--sm {
        display: inline !important;
        display: inherit !important;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px) {
    .is-visible--md {
        display: inline !important;
        display: inherit !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .is-visible--lg {
        display: inline !important;
        display: inherit !important;
    }
}

@media screen and (min-width: 1280px) {
    .is-visible--xl {
        display: inline !important;
        display: inherit !important;
    }
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
}

.left {
    float: left !important;
}

@media screen and (max-width: 479px) {
    .left--xs {
        float: left !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .left--sm {
        float: left !important;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px) {
    .left--md {
        float: left !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .left--lg {
        float: left !important;
    }
}

@media screen and (min-width: 1280px) {
    .left--xl {
        float: left !important;
    }
}

.right {
    float: right !important;
}

@media screen and (max-width: 479px) {
    .right--xs {
        float: right !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .right--sm {
        float: right !important;
    }
}

@media screen and (min-width: 780px) and (max-width: 1024px) {
    .right--md {
        float: right !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .right--lg {
        float: right !important;
    }
}

@media screen and (min-width: 1280px) {
    .right--xl {
        float: right !important;
    }
}

.text-left,
.tal {
    text-align: left !important;
}

.text-center,
.tac {
    text-align: center !important;
}

.text-right,
.tar {
    text-align: right !important;
}


/* Only for text-reader */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-y-0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.m-x-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mstart-0.mstart-0 {
    margin-left: 0px;
}

.mend-0.mend-0 {
    margin-right: 0px;
}

.m-b-1 {
    margin-bottom: 24px;
}

.m-t-1 {
    margin-top: 24px;
}

.m-y-1 {
    margin-bottom: 24px;
    margin-top: 24px;
}

.m-x-1 {
    margin-left: 15px;
    margin-right: 15px;
}

.mstart-1.mstart-1 {
    margin-left: 15px;
}

.mend-1.mend-1 {
    margin-right: 15px;
}

.m-b-2 {
    margin-bottom: 48px;
}

.m-t-2 {
    margin-top: 48px;
}

.m-y-2 {
    margin-bottom: 48px;
    margin-top: 48px;
}

.m-x-2 {
    margin-left: 30px;
    margin-right: 30px;
}

.mstart-2.mstart-2 {
    margin-left: 30px;
}

.mend-2.mend-2 {
    margin-right: 30px;
}

.m-b-3 {
    margin-bottom: 72px;
}

.m-t-3 {
    margin-top: 72px;
}

.m-y-3 {
    margin-bottom: 72px;
    margin-top: 72px;
}

.m-x-3 {
    margin-left: 45px;
    margin-right: 45px;
}

.mstart-3.mstart-3 {
    margin-left: 45px;
}

.mend-3.mend-3 {
    margin-right: 45px;
}

.m-b-4 {
    margin-bottom: 96px;
}

.m-t-4 {
    margin-top: 96px;
}

.m-y-4 {
    margin-bottom: 96px;
    margin-top: 96px;
}

.m-x-4 {
    margin-left: 60px;
    margin-right: 60px;
}

.mstart-4.mstart-4 {
    margin-left: 60px;
}

.mend-4.mend-4 {
    margin-right: 60px;
}

.m-b-5 {
    margin-bottom: 120px;
}

.m-t-5 {
    margin-top: 120px;
}

.m-y-5 {
    margin-bottom: 120px;
    margin-top: 120px;
}

.m-x-5 {
    margin-left: 75px;
    margin-right: 75px;
}

.mstart-5.mstart-5 {
    margin-left: 75px;
}

.mend-5.mend-5 {
    margin-right: 75px;
}

.m-b-6 {
    margin-bottom: 144px;
}

.m-t-6 {
    margin-top: 144px;
}

.m-y-6 {
    margin-bottom: 144px;
    margin-top: 144px;
}

.m-x-6 {
    margin-left: 90px;
    margin-right: 90px;
}

.mstart-6.mstart-6 {
    margin-left: 90px;
}

.mend-6.mend-6 {
    margin-right: 90px;
}

.m-b-7 {
    margin-bottom: 168px;
}

.m-t-7 {
    margin-top: 168px;
}

.m-y-7 {
    margin-bottom: 168px;
    margin-top: 168px;
}

.m-x-7 {
    margin-left: 105px;
    margin-right: 105px;
}

.mstart-7.mstart-7 {
    margin-left: 105px;
}

.mend-7.mend-7 {
    margin-right: 105px;
}

.m-b-8 {
    margin-bottom: 192px;
}

.m-t-8 {
    margin-top: 192px;
}

.m-y-8 {
    margin-bottom: 192px;
    margin-top: 192px;
}

.m-x-8 {
    margin-left: 120px;
    margin-right: 120px;
}

.mstart-8.mstart-8 {
    margin-left: 120px;
}

.mend-8.mend-8 {
    margin-right: 120px;
}

.m-b-9 {
    margin-bottom: 216px;
}

.m-t-9 {
    margin-top: 216px;
}

.m-y-9 {
    margin-bottom: 216px;
    margin-top: 216px;
}

.m-x-9 {
    margin-left: 135px;
    margin-right: 135px;
}

.mstart-9.mstart-9 {
    margin-left: 135px;
}

.mend-9.mend-9 {
    margin-right: 135px;
}

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

.flex-row,
.flex-row-justify,
.flex-row-center,
.flex-row-start,
.flex-row-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-row>*,
.flex-row-justify>*,
.flex-row-center>*,
.flex-row-start>*,
.flex-row-end>* {
    float: left;
}

.flex-row:after,
.flex-row-justify:after,
.flex-row-center:after,
.flex-row-start:after,
.flex-row-end:after {
    content: "";
    display: table;
    clear: both;
}

.flex-col,
.flex-col-justify,
.flex-col-center,
.flex-col-start,
.flex-col-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-justify,
.flex-row-justify,
.flex-col-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify>*,
.flex-row-justify>*,
.flex-col-justify>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    float: left;
}

.flex-center,
.flex-row-center,
.flex-col-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-start,
.flex-row-start,
.flex-col-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end,
.flex-row-end,
.flex-col-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/* Text classes */

.text-nowrap {
    white-space: nowrap;
}

.success,
.warning,
.error,
.info {
    text-align: center;
    font-weight: bold;
}

.error {
    color: #C51E1C;
}

.warning {
    color: #F8CB14;
}

.success {
    color: #C8D200;
}

.info {
    color: #15468C;
}

.is-ios .ios-not,
.osx .ios-not {
    display: none !important;
}

.ios-only {
    display: none;
}

.is-ios .ios-only,
.osx .ios-only {
    display: block;
}


/* Containers
----------------------------------------------------------------------------------------------------*/

.cont_12 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.row {
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
}

.col_1,
.col_xs_1,
.col_2,
.col_xs_2,
.col_3,
.col_xs_3,
.col_4,
.col_xs_4,
.col_5,
.col_xs_5,
.col_6,
.col_xs_6,
.col_7,
.col_xs_7,
.col_8,
.col_xs_8,
.col_9,
.col_xs_9,
.col_10,
.col_xs_10,
.col_11,
.col_xs_11,
.col_12,
.col_xs_12,
.col_sm_1,
.col_sm_2,
.col_sm_3,
.col_sm_4,
.col_sm_5,
.col_sm_6,
.col_sm_7,
.col_sm_8,
.col_sm_9,
.col_sm_10,
.col_sm_11,
.col_sm_12,
.col_md_1,
.col_md_2,
.col_md_3,
.col_md_4,
.col_md_5,
.col_md_6,
.col_md_7,
.col_md_8,
.col_md_9,
.col_md_10,
.col_md_11,
.col_md_12,
.col_lg_1,
.col_lg_2,
.col_lg_3,
.col_lg_4,
.col_lg_5,
.col_lg_6,
.col_lg_7,
.col_lg_8,
.col_lg_9,
.col_lg_10,
.col_lg_11,
.col_lg_12,
.col_xl_1,
.col_xl_2,
.col_xl_3,
.col_xl_4,
.col_xl_5,
.col_xl_6,
.col_xl_7,
.col_xl_8,
.col_xl_9,
.col_xl_10,
.col_xl_11,
.col_xl_12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 0) {
    .cont_12 .alpha_xs {
        padding-left: 0;
    }
    .cont_12 .omega_xs {
        padding-right: 0;
    }
    .cont_12 .noalpha_xs {
        padding-left: 15px;
    }
    .cont_12 .noomega_xs {
        padding-right: 15px;
    }
    .cont_12 .col_1,
    .cont_12 .col_xs_1 {
        width: 8.333%;
    }
    .cont_12 .col_2,
    .cont_12 .col_xs_2 {
        width: 16.667%;
    }
    .cont_12 .col_3,
    .cont_12 .col_xs_3 {
        width: 25%;
    }
    .cont_12 .col_4,
    .cont_12 .col_xs_4 {
        width: 33.333%;
    }
    .cont_12 .col_5,
    .cont_12 .col_xs_5 {
        width: 41.667%;
    }
    .cont_12 .col_6,
    .cont_12 .col_xs_6 {
        width: 50%;
    }
    .cont_12 .col_7,
    .cont_12 .col_xs_7 {
        width: 58.333%;
    }
    .cont_12 .col_8,
    .cont_12 .col_xs_8 {
        width: 66.667%;
    }
    .cont_12 .col_9,
    .cont_12 .col_xs_9 {
        width: 75%;
    }
    .cont_12 .col_10,
    .cont_12 .col_xs_10 {
        width: 83.333%;
    }
    .cont_12 .col_11,
    .cont_12 .col_xs_11 {
        width: 91.667%;
    }
    .cont_12 .col_12,
    .cont_12 .col_xs_12 {
        width: 100%;
    }
    .cont_12 .push_xs_0,
    .cont_12 .pull_xs_0 {
        left: 0;
    }
    .cont_12 .push_xs_1 {
        left: 8.333%;
    }
    .cont_12 .push_xs_2 {
        left: 16.667%;
    }
    .cont_12 .push_xs_3 {
        left: 25%;
    }
    .cont_12 .push_xs_4 {
        left: 33.333%;
    }
    .cont_12 .push_xs_5 {
        left: 41.667%;
    }
    .cont_12 .push_xs_6 {
        left: 50%;
    }
    .cont_12 .push_xs_7 {
        left: 58.333%;
    }
    .cont_12 .push_xs_8 {
        left: 66.667%;
    }
    .cont_12 .push_xs_9 {
        left: 75%;
    }
    .cont_12 .push_xs_10 {
        left: 83.333%;
    }
    .cont_12 .push_xs_11 {
        left: 91.667%;
    }
    .cont_12 .push_xs_12 {
        left: 100%;
    }
    .cont_12 .pull_xs_1 {
        left: -8.333%;
    }
    .cont_12 .pull_xs_2 {
        left: -16.667%;
    }
    .cont_12 .pull_xs_3 {
        left: -25%;
    }
    .cont_12 .pull_xs_4 {
        left: -33.333%;
    }
    .cont_12 .pull_xs_5 {
        left: -41.667%;
    }
    .cont_12 .pull_xs_6 {
        left: -50%;
    }
    .cont_12 .pull_xs_7 {
        left: -58.333%;
    }
    .cont_12 .pull_xs_8 {
        left: -66.667%;
    }
    .cont_12 .pull_xs_9 {
        left: -75%;
    }
    .cont_12 .pull_xs_10 {
        left: -83.333%;
    }
    .cont_12 .pull_xs_11 {
        left: -91.667%;
    }
    .cont_12 .pull_xs_12 {
        left: -100%;
    }
    .cont_12 .prefix_xs_0 {
        margin-left: 0;
    }
    .cont_12 .suffix_xs_0 {
        margin-right: 0;
    }
    .cont_12 .prefix_xs_1 {
        margin-left: 8.333%;
    }
    .cont_12 .suffix_xs_1 {
        margin-right: 8.333%;
    }
    .cont_12 .prefix_xs_2 {
        margin-left: 16.667%;
    }
    .cont_12 .suffix_xs_2 {
        margin-right: 16.667%;
    }
    .cont_12 .prefix_xs_3 {
        margin-left: 25%;
    }
    .cont_12 .suffix_xs_3 {
        margin-right: 25%;
    }
    .cont_12 .prefix_xs_4 {
        margin-left: 33.333%;
    }
    .cont_12 .suffix_xs_4 {
        margin-right: 33.333%;
    }
    .cont_12 .prefix_xs_5 {
        margin-left: 41.667%;
    }
    .cont_12 .suffix_xs_5 {
        margin-right: 41.667%;
    }
    .cont_12 .prefix_xs_6 {
        margin-left: 50%;
    }
    .cont_12 .suffix_xs_6 {
        margin-right: 50%;
    }
    .cont_12 .prefix_xs_7 {
        margin-left: 58.333%;
    }
    .cont_12 .suffix_xs_7 {
        margin-right: 58.333%;
    }
    .cont_12 .prefix_xs_8 {
        margin-left: 66.667%;
    }
    .cont_12 .suffix_xs_8 {
        margin-right: 66.667%;
    }
    .cont_12 .prefix_xs_9 {
        margin-left: 75%;
    }
    .cont_12 .suffix_xs_9 {
        margin-right: 75%;
    }
    .cont_12 .prefix_xs_10 {
        margin-left: 83.333%;
    }
    .cont_12 .suffix_xs_10 {
        margin-right: 83.333%;
    }
    .cont_12 .prefix_xs_11 {
        margin-left: 91.667%;
    }
    .cont_12 .suffix_xs_11 {
        margin-right: 91.667%;
    }
    .cont_12 .row_xs {
        margin-left: -15px;
        margin-right: -15px;
        width: auto !important;
    }
}

@media screen and (min-width: 480px) {
    .cont_12 .alpha_sm {
        padding-left: 0;
    }
    .cont_12 .omega_sm {
        padding-right: 0;
    }
    .cont_12 .noalpha_sm {
        padding-left: 15px;
    }
    .cont_12 .noomega_sm {
        padding-right: 15px;
    }
    .cont_12 .col_sm_1 {
        width: 8.333%;
    }
    .cont_12 .col_sm_2 {
        width: 16.667%;
    }
    .cont_12 .col_sm_3 {
        width: 25%;
    }
    .cont_12 .col_sm_4 {
        width: 33.333%;
    }
    .cont_12 .col_sm_5 {
        width: 41.667%;
    }
    .cont_12 .col_sm_6 {
        width: 50%;
    }
    .cont_12 .col_sm_7 {
        width: 58.333%;
    }
    .cont_12 .col_sm_8 {
        width: 66.667%;
    }
    .cont_12 .col_sm_9 {
        width: 75%;
    }
    .cont_12 .col_sm_10 {
        width: 83.333%;
    }
    .cont_12 .col_sm_11 {
        width: 91.667%;
    }
    .cont_12 .col_sm_12 {
        width: 100%;
    }
    .cont_12 .push_sm_0,
    .cont_12 .pull_sm_0 {
        left: 0;
    }
    .cont_12 .push_sm_1 {
        left: 8.333%;
    }
    .cont_12 .push_sm_2 {
        left: 16.667%;
    }
    .cont_12 .push_sm_3 {
        left: 25%;
    }
    .cont_12 .push_sm_4 {
        left: 33.333%;
    }
    .cont_12 .push_sm_5 {
        left: 41.667%;
    }
    .cont_12 .push_sm_6 {
        left: 50%;
    }
    .cont_12 .push_sm_7 {
        left: 58.333%;
    }
    .cont_12 .push_sm_8 {
        left: 66.667%;
    }
    .cont_12 .push_sm_9 {
        left: 75%;
    }
    .cont_12 .push_sm_10 {
        left: 83.333%;
    }
    .cont_12 .push_sm_11 {
        left: 91.667%;
    }
    .cont_12 .push_sm_12 {
        left: 100%;
    }
    .cont_12 .pull_sm_1 {
        left: -8.333%;
    }
    .cont_12 .pull_sm_2 {
        left: -16.667%;
    }
    .cont_12 .pull_sm_3 {
        left: -25%;
    }
    .cont_12 .pull_sm_4 {
        left: -33.333%;
    }
    .cont_12 .pull_sm_5 {
        left: -41.667%;
    }
    .cont_12 .pull_sm_6 {
        left: -50%;
    }
    .cont_12 .pull_sm_7 {
        left: -58.333%;
    }
    .cont_12 .pull_sm_8 {
        left: -66.667%;
    }
    .cont_12 .pull_sm_9 {
        left: -75%;
    }
    .cont_12 .pull_sm_10 {
        left: -83.333%;
    }
    .cont_12 .pull_sm_11 {
        left: -91.667%;
    }
    .cont_12 .pull_sm_12 {
        left: -100%;
    }
    .cont_12 .prefix_sm_0 {
        margin-left: 0;
    }
    .cont_12 .suffix_sm_0 {
        margin-right: 0;
    }
    .cont_12 .prefix_sm_1 {
        margin-left: 8.333%;
    }
    .cont_12 .suffix_sm_1 {
        margin-right: 8.333%;
    }
    .cont_12 .prefix_sm_2 {
        margin-left: 16.667%;
    }
    .cont_12 .suffix_sm_2 {
        margin-right: 16.667%;
    }
    .cont_12 .prefix_sm_3 {
        margin-left: 25%;
    }
    .cont_12 .suffix_sm_3 {
        margin-right: 25%;
    }
    .cont_12 .prefix_sm_4 {
        margin-left: 33.333%;
    }
    .cont_12 .suffix_sm_4 {
        margin-right: 33.333%;
    }
    .cont_12 .prefix_sm_5 {
        margin-left: 41.667%;
    }
    .cont_12 .suffix_sm_5 {
        margin-right: 41.667%;
    }
    .cont_12 .prefix_sm_6 {
        margin-left: 50%;
    }
    .cont_12 .suffix_sm_6 {
        margin-right: 50%;
    }
    .cont_12 .prefix_sm_7 {
        margin-left: 58.333%;
    }
    .cont_12 .suffix_sm_7 {
        margin-right: 58.333%;
    }
    .cont_12 .prefix_sm_8 {
        margin-left: 66.667%;
    }
    .cont_12 .suffix_sm_8 {
        margin-right: 66.667%;
    }
    .cont_12 .prefix_sm_9 {
        margin-left: 75%;
    }
    .cont_12 .suffix_sm_9 {
        margin-right: 75%;
    }
    .cont_12 .prefix_sm_10 {
        margin-left: 83.333%;
    }
    .cont_12 .suffix_sm_10 {
        margin-right: 83.333%;
    }
    .cont_12 .prefix_sm_11 {
        margin-left: 91.667%;
    }
    .cont_12 .suffix_sm_11 {
        margin-right: 91.667%;
    }
    .cont_12 .row_sm {
        margin-left: -15px;
        margin-right: -15px;
        width: auto !important;
    }
}

@media screen and (min-width: 780px) {
    .cont_12 .alpha_md {
        padding-left: 0;
    }
    .cont_12 .omega_md {
        padding-right: 0;
    }
    .cont_12 .noalpha_md {
        padding-left: 15px;
    }
    .cont_12 .noomega_md {
        padding-right: 15px;
    }
    .cont_12 .col_md_1 {
        width: 8.333%;
    }
    .cont_12 .col_md_2 {
        width: 16.667%;
    }
    .cont_12 .col_md_3 {
        width: 25%;
    }
    .cont_12 .col_md_4 {
        width: 33.333%;
    }
    .cont_12 .col_md_5 {
        width: 41.667%;
    }
    .cont_12 .col_md_6 {
        width: 50%;
    }
    .cont_12 .col_md_7 {
        width: 58.333%;
    }
    .cont_12 .col_md_8 {
        width: 66.667%;
    }
    .cont_12 .col_md_9 {
        width: 75%;
    }
    .cont_12 .col_md_10 {
        width: 83.333%;
    }
    .cont_12 .col_md_11 {
        width: 91.667%;
    }
    .cont_12 .col_md_12 {
        width: 100%;
    }
    .cont_12 .push_md_0,
    .cont_12 .pull_md_0 {
        left: 0;
    }
    .cont_12 .push_md_1 {
        left: 8.333%;
    }
    .cont_12 .push_md_2 {
        left: 16.667%;
    }
    .cont_12 .push_md_3 {
        left: 25%;
    }
    .cont_12 .push_md_4 {
        left: 33.333%;
    }
    .cont_12 .push_md_5 {
        left: 41.667%;
    }
    .cont_12 .push_md_6 {
        left: 50%;
    }
    .cont_12 .push_md_7 {
        left: 58.333%;
    }
    .cont_12 .push_md_8 {
        left: 66.667%;
    }
    .cont_12 .push_md_9 {
        left: 75%;
    }
    .cont_12 .push_md_10 {
        left: 83.333%;
    }
    .cont_12 .push_md_11 {
        left: 91.667%;
    }
    .cont_12 .push_md_12 {
        left: 100%;
    }
    .cont_12 .pull_md_1 {
        left: -8.333%;
    }
    .cont_12 .pull_md_2 {
        left: -16.667%;
    }
    .cont_12 .pull_md_3 {
        left: -25%;
    }
    .cont_12 .pull_md_4 {
        left: -33.333%;
    }
    .cont_12 .pull_md_5 {
        left: -41.667%;
    }
    .cont_12 .pull_md_6 {
        left: -50%;
    }
    .cont_12 .pull_md_7 {
        left: -58.333%;
    }
    .cont_12 .pull_md_8 {
        left: -66.667%;
    }
    .cont_12 .pull_md_9 {
        left: -75%;
    }
    .cont_12 .pull_md_10 {
        left: -83.333%;
    }
    .cont_12 .pull_md_11 {
        left: -91.667%;
    }
    .cont_12 .pull_md_12 {
        left: -100%;
    }
    .cont_12 .prefix_md_0 {
        margin-left: 0;
    }
    .cont_12 .suffix_md_0 {
        margin-right: 0;
    }
    .cont_12 .prefix_md_1 {
        margin-left: 8.333%;
    }
    .cont_12 .suffix_md_1 {
        margin-right: 8.333%;
    }
    .cont_12 .prefix_md_2 {
        margin-left: 16.667%;
    }
    .cont_12 .suffix_md_2 {
        margin-right: 16.667%;
    }
    .cont_12 .prefix_md_3 {
        margin-left: 25%;
    }
    .cont_12 .suffix_md_3 {
        margin-right: 25%;
    }
    .cont_12 .prefix_md_4 {
        margin-left: 33.333%;
    }
    .cont_12 .suffix_md_4 {
        margin-right: 33.333%;
    }
    .cont_12 .prefix_md_5 {
        margin-left: 41.667%;
    }
    .cont_12 .suffix_md_5 {
        margin-right: 41.667%;
    }
    .cont_12 .prefix_md_6 {
        margin-left: 50%;
    }
    .cont_12 .suffix_md_6 {
        margin-right: 50%;
    }
    .cont_12 .prefix_md_7 {
        margin-left: 58.333%;
    }
    .cont_12 .suffix_md_7 {
        margin-right: 58.333%;
    }
    .cont_12 .prefix_md_8 {
        margin-left: 66.667%;
    }
    .cont_12 .suffix_md_8 {
        margin-right: 66.667%;
    }
    .cont_12 .prefix_md_9 {
        margin-left: 75%;
    }
    .cont_12 .suffix_md_9 {
        margin-right: 75%;
    }
    .cont_12 .prefix_md_10 {
        margin-left: 83.333%;
    }
    .cont_12 .suffix_md_10 {
        margin-right: 83.333%;
    }
    .cont_12 .prefix_md_11 {
        margin-left: 91.667%;
    }
    .cont_12 .suffix_md_11 {
        margin-right: 91.667%;
    }
    .cont_12 .row_md {
        margin-left: -15px;
        margin-right: -15px;
        width: auto !important;
    }
}

@media screen and (min-width: 1024px) {
    .cont_12 .alpha_lg {
        padding-left: 0;
    }
    .cont_12 .omega_lg {
        padding-right: 0;
    }
    .cont_12 .noalpha_lg {
        padding-left: 15px;
    }
    .cont_12 .noomega_lg {
        padding-right: 15px;
    }
    .cont_12 .col_lg_1 {
        width: 8.333%;
    }
    .cont_12 .col_lg_2 {
        width: 16.667%;
    }
    .cont_12 .col_lg_3 {
        width: 25%;
    }
    .cont_12 .col_lg_4 {
        width: 33.333%;
    }
    .cont_12 .col_lg_5 {
        width: 41.667%;
    }
    .cont_12 .col_lg_6 {
        width: 50%;
    }
    .cont_12 .col_lg_7 {
        width: 58.333%;
    }
    .cont_12 .col_lg_8 {
        width: 66.667%;
    }
    .cont_12 .col_lg_9 {
        width: 75%;
    }
    .cont_12 .col_lg_10 {
        width: 83.333%;
    }
    .cont_12 .col_lg_11 {
        width: 91.667%;
    }
    .cont_12 .col_lg_12 {
        width: 100%;
    }
    .cont_12 .push_lg_0,
    .cont_12 .pull_lg_0 {
        left: 0;
    }
    .cont_12 .push_lg_1 {
        left: 8.333%;
    }
    .cont_12 .push_lg_2 {
        left: 16.667%;
    }
    .cont_12 .push_lg_3 {
        left: 25%;
    }
    .cont_12 .push_lg_4 {
        left: 33.333%;
    }
    .cont_12 .push_lg_5 {
        left: 41.667%;
    }
    .cont_12 .push_lg_6 {
        left: 50%;
    }
    .cont_12 .push_lg_7 {
        left: 58.333%;
    }
    .cont_12 .push_lg_8 {
        left: 66.667%;
    }
    .cont_12 .push_lg_9 {
        left: 75%;
    }
    .cont_12 .push_lg_10 {
        left: 83.333%;
    }
    .cont_12 .push_lg_11 {
        left: 91.667%;
    }
    .cont_12 .push_lg_12 {
        left: 100%;
    }
    .cont_12 .pull_lg_1 {
        left: -8.333%;
    }
    .cont_12 .pull_lg_2 {
        left: -16.667%;
    }
    .cont_12 .pull_lg_3 {
        left: -25%;
    }
    .cont_12 .pull_lg_4 {
        left: -33.333%;
    }
    .cont_12 .pull_lg_5 {
        left: -41.667%;
    }
    .cont_12 .pull_lg_6 {
        left: -50%;
    }
    .cont_12 .pull_lg_7 {
        left: -58.333%;
    }
    .cont_12 .pull_lg_8 {
        left: -66.667%;
    }
    .cont_12 .pull_lg_9 {
        left: -75%;
    }
    .cont_12 .pull_lg_10 {
        left: -83.333%;
    }
    .cont_12 .pull_lg_11 {
        left: -91.667%;
    }
    .cont_12 .pull_lg_12 {
        left: -100%;
    }
    .cont_12 .prefix_lg_0 {
        margin-left: 0;
    }
    .cont_12 .suffix_lg_0 {
        margin-right: 0;
    }
    .cont_12 .prefix_lg_1 {
        margin-left: 8.333%;
    }
    .cont_12 .suffix_lg_1 {
        margin-right: 8.333%;
    }
    .cont_12 .prefix_lg_2 {
        margin-left: 16.667%;
    }
    .cont_12 .suffix_lg_2 {
        margin-right: 16.667%;
    }
    .cont_12 .prefix_lg_3 {
        margin-left: 25%;
    }
    .cont_12 .suffix_lg_3 {
        margin-right: 25%;
    }
    .cont_12 .prefix_lg_4 {
        margin-left: 33.333%;
    }
    .cont_12 .suffix_lg_4 {
        margin-right: 33.333%;
    }
    .cont_12 .prefix_lg_5 {
        margin-left: 41.667%;
    }
    .cont_12 .suffix_lg_5 {
        margin-right: 41.667%;
    }
    .cont_12 .prefix_lg_6 {
        margin-left: 50%;
    }
    .cont_12 .suffix_lg_6 {
        margin-right: 50%;
    }
    .cont_12 .prefix_lg_7 {
        margin-left: 58.333%;
    }
    .cont_12 .suffix_lg_7 {
        margin-right: 58.333%;
    }
    .cont_12 .prefix_lg_8 {
        margin-left: 66.667%;
    }
    .cont_12 .suffix_lg_8 {
        margin-right: 66.667%;
    }
    .cont_12 .prefix_lg_9 {
        margin-left: 75%;
    }
    .cont_12 .suffix_lg_9 {
        margin-right: 75%;
    }
    .cont_12 .prefix_lg_10 {
        margin-left: 83.333%;
    }
    .cont_12 .suffix_lg_10 {
        margin-right: 83.333%;
    }
    .cont_12 .prefix_lg_11 {
        margin-left: 91.667%;
    }
    .cont_12 .suffix_lg_11 {
        margin-right: 91.667%;
    }
    .cont_12 .row_lg {
        margin-left: -15px;
        margin-right: -15px;
        width: auto !important;
    }
}

@media screen and (min-width: 1280px) {
    .cont_12 .alpha_xl {
        padding-left: 0;
    }
    .cont_12 .omega_xl {
        padding-right: 0;
    }
    .cont_12 .noalpha_xl {
        padding-left: 15px;
    }
    .cont_12 .noomega_xl {
        padding-right: 15px;
    }
    .cont_12 .col_xl_1 {
        width: 8.333%;
    }
    .cont_12 .col_xl_2 {
        width: 16.667%;
    }
    .cont_12 .col_xl_3 {
        width: 25%;
    }
    .cont_12 .col_xl_4 {
        width: 33.333%;
    }
    .cont_12 .col_xl_5 {
        width: 41.667%;
    }
    .cont_12 .col_xl_6 {
        width: 50%;
    }
    .cont_12 .col_xl_7 {
        width: 58.333%;
    }
    .cont_12 .col_xl_8 {
        width: 66.667%;
    }
    .cont_12 .col_xl_9 {
        width: 75%;
    }
    .cont_12 .col_xl_10 {
        width: 83.333%;
    }
    .cont_12 .col_xl_11 {
        width: 91.667%;
    }
    .cont_12 .col_xl_12 {
        width: 100%;
    }
    .cont_12 .push_xl_0,
    .cont_12 .pull_xl_0 {
        left: 0;
    }
    .cont_12 .push_xl_1 {
        left: 8.333%;
    }
    .cont_12 .push_xl_2 {
        left: 16.667%;
    }
    .cont_12 .push_xl_3 {
        left: 25%;
    }
    .cont_12 .push_xl_4 {
        left: 33.333%;
    }
    .cont_12 .push_xl_5 {
        left: 41.667%;
    }
    .cont_12 .push_xl_6 {
        left: 50%;
    }
    .cont_12 .push_xl_7 {
        left: 58.333%;
    }
    .cont_12 .push_xl_8 {
        left: 66.667%;
    }
    .cont_12 .push_xl_9 {
        left: 75%;
    }
    .cont_12 .push_xl_10 {
        left: 83.333%;
    }
    .cont_12 .push_xl_11 {
        left: 91.667%;
    }
    .cont_12 .push_xl_12 {
        left: 100%;
    }
    .cont_12 .pull_xl_1 {
        left: -8.333%;
    }
    .cont_12 .pull_xl_2 {
        left: -16.667%;
    }
    .cont_12 .pull_xl_3 {
        left: -25%;
    }
    .cont_12 .pull_xl_4 {
        left: -33.333%;
    }
    .cont_12 .pull_xl_5 {
        left: -41.667%;
    }
    .cont_12 .pull_xl_6 {
        left: -50%;
    }
    .cont_12 .pull_xl_7 {
        left: -58.333%;
    }
    .cont_12 .pull_xl_8 {
        left: -66.667%;
    }
    .cont_12 .pull_xl_9 {
        left: -75%;
    }
    .cont_12 .pull_xl_10 {
        left: -83.333%;
    }
    .cont_12 .pull_xl_11 {
        left: -91.667%;
    }
    .cont_12 .pull_xl_12 {
        left: -100%;
    }
    .cont_12 .prefix_xl_0 {
        margin-left: 0;
    }
    .cont_12 .suffix_xl_0 {
        margin-right: 0;
    }
    .cont_12 .prefix_xl_1 {
        margin-left: 8.333%;
    }
    .cont_12 .suffix_xl_1 {
        margin-right: 8.333%;
    }
    .cont_12 .prefix_xl_2 {
        margin-left: 16.667%;
    }
    .cont_12 .suffix_xl_2 {
        margin-right: 16.667%;
    }
    .cont_12 .prefix_xl_3 {
        margin-left: 25%;
    }
    .cont_12 .suffix_xl_3 {
        margin-right: 25%;
    }
    .cont_12 .prefix_xl_4 {
        margin-left: 33.333%;
    }
    .cont_12 .suffix_xl_4 {
        margin-right: 33.333%;
    }
    .cont_12 .prefix_xl_5 {
        margin-left: 41.667%;
    }
    .cont_12 .suffix_xl_5 {
        margin-right: 41.667%;
    }
    .cont_12 .prefix_xl_6 {
        margin-left: 50%;
    }
    .cont_12 .suffix_xl_6 {
        margin-right: 50%;
    }
    .cont_12 .prefix_xl_7 {
        margin-left: 58.333%;
    }
    .cont_12 .suffix_xl_7 {
        margin-right: 58.333%;
    }
    .cont_12 .prefix_xl_8 {
        margin-left: 66.667%;
    }
    .cont_12 .suffix_xl_8 {
        margin-right: 66.667%;
    }
    .cont_12 .prefix_xl_9 {
        margin-left: 75%;
    }
    .cont_12 .suffix_xl_9 {
        margin-right: 75%;
    }
    .cont_12 .prefix_xl_10 {
        margin-left: 83.333%;
    }
    .cont_12 .suffix_xl_10 {
        margin-right: 83.333%;
    }
    .cont_12 .prefix_xl_11 {
        margin-left: 91.667%;
    }
    .cont_12 .suffix_xl_11 {
        margin-right: 91.667%;
    }
    .cont_12 .row_xl {
        margin-left: -15px;
        margin-right: -15px;
        width: auto !important;
    }
}

.alpha {
    padding-left: 0;
}

.omega {
    padding-right: 0;
}

.clear {
    clear: both;
}

.clearfix:after,
.cont_12:after,
.row:after,
.anfrage-title:after,
.article-content:after,
.downloads:after,
.gallery-description:after,
.cf:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.clearer {
    clear: both;
    width: 100%;
    height: 0;
    border-top: 1px solid #CCC;
    margin: 0 0 48px;
}

.clearer.is-invisible {
    border-top: 0;
}


/* HTML elementy
// ==================================== */

* {
    box-sizing: border-box;
    --color-main: #15468C;
    --color-main-light: #4E79AC;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-size: 15px;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

header,
main,
footer,
article,
section,
figure {
    display: block;
}

ul,
ol {
    margin: 24px 0;
    padding: 0;
    padding-left: 15px;
    list-style-type: none;
}

ul {
    list-style: outside disc url("");
    padding-left: 15px;
}

ol {
    list-style: outside ideograph-numeric url("");
}

li {
    background-repeat: no-repeat;
    background-position: 0 center;
}

p {
    margin: 0;
    padding: 0;
}

p img {
    vertical-align: middle;
}

*+p {
    margin-top: 24px;
}

p a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

h1 {
    color: #15468C;
    font-family: "Work Sans", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

h2 {
    color: #15468C;
    font-family: "Work Sans", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    color: #15468C;
    font-family: "Work Sans", serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

h4 {
    color: #15468C;
    font-family: "Work Sans", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}


/*
H1: Work Sans Regular 48px UPPERCASE #15468C
H2: Work Sans Regular 30px UPPERCASE #15468C
H3: Work Sans Bold 20px UPPERCASE #15468C
H4: Work Sans Bold 20px (normal) #15468C

 */

*+h1,
*+h2,
*+h3,
*+h4,
*+h5 {
    margin-top: 24px;
}

*+h1 a,
*+h2 a,
*+h3 a,
*+h4 a,
*+h5 a {
    text-decoration: underline;
}

*:focus {
    outline: none;
}

a {
    text-decoration: underline;
    color: currentColor;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: line-through;
}

a img {
    border: 0px;
}

a figcaption {
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
    max-width: 100%;
    height: auto;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    text-align: left;
}

iframe {
    width: 1px;
    min-width: 100%;
    max-width: 100%;
    border: 0;
}

hr {
    border: 0;
    border-top: 1px solid #15468C;
    margin-top: 23px;
    margin-bottom: 0;
}

.btn,
.btn-small,
.btn-primary-small,
.button-primary-small,
.btn-secondary-small,
.button-secondary-small,
.btn-outline-small,
.button-outline-small,
.btn-info-small,
.button-info-small,
.button-small,
.btn-large,
.btn-primary-large,
.button-primary-large,
.btn-secondary-large,
.button-secondary-large,
.btn-outline-large,
.button-outline-large,
.btn-info-large,
.button-info-large,
.button-large,
.button,
.btn-center,
.btn-primary-center,
.button-primary-center,
.btn-secondary-center,
.button-secondary-center,
.btn-outline-center,
.button-outline-center,
.btn-info-center,
.button-info-center,
.button-center,
.btn-primary,
.btn-primary-outline,
.button-primary-outline,
.btn-primary-left,
.button-primary-left,
.btn-primary-right,
.button-primary-right,
.btn-primary-large,
.button-primary-large,
.btn-primary-small,
.button-primary-small,
.btn-info,
.btn-info-large,
.button-info-large,
.btn-info-small,
.button-info-small,
.button-info,
.button-primary,
.btn-secondary,
.btn-secondary-outline,
.button-secondary-outline,
.btn-secondary-left,
.button-secondary-left,
.btn-secondary-right,
.button-secondary-right,
.btn-secondary-large,
.button-secondary-large,
.btn-secondary-small,
.button-secondary-small,
.button-secondary,
.btn-outline,
.btn-outline-large,
.button-outline-large,
.btn-outline-small,
.button-outline-small,
.button-outline {
    background-color: #C8D200;
    color: #15468C;
    border: 2px solid #C8D200;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    min-width: 10ch;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
}

.btn:hover,
.btn-small:hover,
.btn-primary-small:hover,
.button-primary-small:hover,
.btn-secondary-small:hover,
.button-secondary-small:hover,
.btn-outline-small:hover,
.button-outline-small:hover,
.btn-info-small:hover,
.button-info-small:hover,
.button-small:hover,
.btn-large:hover,
.btn-primary-large:hover,
.button-primary-large:hover,
.btn-secondary-large:hover,
.button-secondary-large:hover,
.btn-outline-large:hover,
.button-outline-large:hover,
.btn-info-large:hover,
.button-info-large:hover,
.button-large:hover,
.button:hover,
.btn-center:hover,
.btn-primary-center:hover,
.button-primary-center:hover,
.btn-secondary-center:hover,
.button-secondary-center:hover,
.btn-outline-center:hover,
.button-outline-center:hover,
.btn-info-center:hover,
.button-info-center:hover,
.button-center:hover,
.btn-primary:hover,
.btn-primary-outline:hover,
.button-primary-outline:hover,
.btn-primary-left:hover,
.button-primary-left:hover,
.btn-primary-right:hover,
.button-primary-right:hover,
.btn-primary-large:hover,
.button-primary-large:hover,
.btn-primary-small:hover,
.button-primary-small:hover,
.btn-info:hover,
.btn-info-large:hover,
.button-info-large:hover,
.btn-info-small:hover,
.button-info-small:hover,
.button-info:hover,
.button-primary:hover,
.btn-secondary:hover,
.btn-secondary-outline:hover,
.button-secondary-outline:hover,
.btn-secondary-left:hover,
.button-secondary-left:hover,
.btn-secondary-right:hover,
.button-secondary-right:hover,
.btn-secondary-large:hover,
.button-secondary-large:hover,
.btn-secondary-small:hover,
.button-secondary-small:hover,
.button-secondary:hover,
.btn-outline:hover,
.btn-outline-large:hover,
.button-outline-large:hover,
.btn-outline-small:hover,
.button-outline-small:hover,
.button-outline:hover {
    background-color: rgba(200, 210, 0, 0.8);
}

.btn-center,
.btn-primary-center,
.button-primary-center,
.btn-secondary-center,
.button-secondary-center,
.btn-outline-center,
.button-outline-center,
.btn-info-center,
.button-info-center,
.button-center {
    display: table;
    width: auto;
    max-width: 90%;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary,
.btn-primary-outline,
.button-primary-outline,
.btn-primary-center,
.button-primary-center,
.btn-primary-left,
.button-primary-left,
.btn-primary-right,
.button-primary-right,
.btn-primary-large,
.button-primary-large,
.btn-primary-small,
.button-primary-small,
.btn-info,
.btn-info-center,
.button-info-center,
.btn-info-large,
.button-info-large,
.btn-info-small,
.button-info-small,
.button-info,
.button-primary {
    background-color: #15468C;
    color: #FFFFFF;
    border-color: #15468C;
    border-radius: 5px;
    padding: 10px 20px;
}

.btn-primary:hover,
.btn-primary-outline:hover,
.button-primary-outline:hover,
.btn-primary-center:hover,
.button-primary-center:hover,
.btn-primary-left:hover,
.button-primary-left:hover,
.btn-primary-right:hover,
.button-primary-right:hover,
.btn-primary-large:hover,
.button-primary-large:hover,
.btn-primary-small:hover,
.button-primary-small:hover,
.btn-info:hover,
.btn-info-center:hover,
.button-info-center:hover,
.btn-info-large:hover,
.button-info-large:hover,
.btn-info-small:hover,
.button-info-small:hover,
.button-info:hover,
.button-primary:hover {
    background-color: #15468C;
    background: #15468C -webkit-linear-gradient(bottom, #15468C, #38629d);
    background: #15468C linear-gradient(to top, #15468C, #38629d);
    color: #FFFFFF;
}

.btn-secondary,
.btn-secondary-outline,
.button-secondary-outline,
.btn-secondary-center,
.button-secondary-center,
.btn-secondary-left,
.button-secondary-left,
.btn-secondary-right,
.button-secondary-right,
.btn-secondary-large,
.button-secondary-large,
.btn-secondary-small,
.button-secondary-small,
.button-secondary {
    background-color: #C8D200;
    border-color: #C8D200;
    color: #15468C;
    border-radius: 5px;
    font-weight: 400;
}

.btn-outline,
.btn-primary-outline,
.button-primary-outline,
.btn-secondary-outline,
.button-secondary-outline,
.btn-outline-center,
.button-outline-center,
.btn-outline-large,
.button-outline-large,
.btn-outline-small,
.button-outline-small,
.button-outline {
    background-color: rgba(255, 255, 255, 0.8);
    color: #15468C;
}

.btn-info,
.btn-info-center,
.button-info-center,
.btn-info-large,
.button-info-large,
.btn-info-small,
.button-info-small,
.button-info {
    background-color: #38629d;
    border-color: #38629d;
}

.btn-info:hover,
.btn-info-center:hover,
.button-info-center:hover,
.btn-info-large:hover,
.button-info-large:hover,
.btn-info-small:hover,
.button-info-small:hover,
.button-info:hover {
    color: #FFFFFF !important;
}

.btn-small,
.btn-primary-small,
.button-primary-small,
.btn-secondary-small,
.button-secondary-small,
.btn-outline-small,
.button-outline-small,
.btn-info-small,
.button-info-small,
.button-small {
    padding: 3px 6px;
    font-size: 12px;
}

.btn-large,
.btn-primary-large,
.button-primary-large,
.btn-secondary-large,
.button-secondary-large,
.btn-outline-large,
.button-outline-large,
.btn-info-large,
.button-info-large,
.button-large {
    font-size: 20px;
    padding: 12px 30px;
    font-weight: bold;
}

.btn-round,
.button-round {
    border-radius: 5px;
}

.btn-left,
.btn-primary-left,
.button-primary-left,
.btn-secondary-left,
.button-secondary-left,
.button-left {
    float: left;
}

.btn-right,
.btn-primary-right,
.button-primary-right,
.btn-secondary-right,
.button-secondary-right,
.button-right {
    float: right;
}

.btn.is-disabled,
.is-disabled.btn-small,
.is-disabled.btn-primary-small,
.is-disabled.button-primary-small,
.is-disabled.btn-secondary-small,
.is-disabled.button-secondary-small,
.is-disabled.btn-outline-small,
.is-disabled.button-outline-small,
.is-disabled.btn-info-small,
.is-disabled.button-info-small,
.is-disabled.button-small,
.is-disabled.btn-large,
.is-disabled.btn-primary-large,
.is-disabled.button-primary-large,
.is-disabled.btn-secondary-large,
.is-disabled.button-secondary-large,
.is-disabled.btn-outline-large,
.is-disabled.button-outline-large,
.is-disabled.btn-info-large,
.is-disabled.button-info-large,
.is-disabled.button-large,
.button.is-disabled,
.is-disabled.btn-center,
.is-disabled.btn-primary-center,
.is-disabled.button-primary-center,
.is-disabled.btn-secondary-center,
.is-disabled.button-secondary-center,
.is-disabled.btn-outline-center,
.is-disabled.button-outline-center,
.is-disabled.btn-info-center,
.is-disabled.button-info-center,
.is-disabled.button-center,
.is-disabled.btn-primary,
.is-disabled.btn-primary-outline,
.is-disabled.button-primary-outline,
.is-disabled.btn-primary-left,
.is-disabled.button-primary-left,
.is-disabled.btn-primary-right,
.is-disabled.button-primary-right,
.is-disabled.btn-primary-large,
.is-disabled.button-primary-large,
.is-disabled.btn-primary-small,
.is-disabled.button-primary-small,
.is-disabled.btn-info,
.is-disabled.btn-info-large,
.is-disabled.button-info-large,
.is-disabled.btn-info-small,
.is-disabled.button-info-small,
.is-disabled.button-info,
.is-disabled.button-primary,
.is-disabled.btn-secondary,
.is-disabled.btn-secondary-outline,
.is-disabled.button-secondary-outline,
.is-disabled.btn-secondary-left,
.is-disabled.button-secondary-left,
.is-disabled.btn-secondary-right,
.is-disabled.button-secondary-right,
.is-disabled.btn-secondary-large,
.is-disabled.button-secondary-large,
.is-disabled.btn-secondary-small,
.is-disabled.button-secondary-small,
.is-disabled.button-secondary,
.is-disabled.btn-outline,
.is-disabled.btn-outline-large,
.is-disabled.button-outline-large,
.is-disabled.btn-outline-small,
.is-disabled.button-outline-small,
.is-disabled.button-outline {
    background-color: #CCC;
    color: #AAA;
    border-color: #555555;
    cursor: not-allowed;
    border-width: 1px;
}

.accordion {
    list-style: inside none;
    padding: 0;
}

.accordion-item+.accordion-item {
    border-top: 1px solid;
}

.accordion-item-header {
    position: relative;
    font-size: 20px;
    padding: .25em;
    background-color: #550d0c;
    cursor: pointer;
}

.accordion-item-header a {
    text-decoration: none;
}

.accordion-item-header .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
    border-width: 10px 7px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
}

.accordion-item-header:target,
.accordion-item-header.is-active {
    background-color: #C51E1C;
}

.accordion-item-header:target .arrow,
.accordion-item-header.is-active .arrow {
    border-color: transparent transparent rgba(255, 255, 255, 0.5);
    margin-top: -15px;
}

.accordion-item-body {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    color: #555555;
    padding: 15px;
}

.accordion-item-header:target+.accordion-item-body {
    display: block;
}

.anfrage-title {
    padding: .75em;
    padding-right: 35px;
}

.anfrage-content {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.anfrage-nr,
.anfrage-date,
.anfrage-status {
    display: inline-block;
    float: left;
    padding-right: 35px;
}

.anfrage-parameter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    float: left;
    width: 33.3333%;
    margin-bottom: 30px;
    margin-top: 0;
}

.anfrage-parameter strong {
    display: block;
}

.anfrage-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    clear: both;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

address,
.address {
    font-style: normal;
}

address p,
.address p {
    margin-top: 0;
}

address-company,
.address-company {
    font-weight: bold;
}

.box {
    background-color: unset;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
}

@media screen and (min-width: 780px) {
    .box {
        padding-bottom: 30px;
    }
}

.box-name {
    background-color: #CCC;
    color: #FFFFFF;
    font-family: "Work Sans", serif;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7.5px;
}

@media screen and (min-width: 780px) {
    .box-name {
        font-size: 25px;
    }
}

*+.box-content {
    padding-top: 30px;
}

.footer .box {
    background-color: transparent;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

form:after,
fieldset:after {
    content: "";
    display: table;
    clear: both;
}

fieldset {
    padding: 2px 0;
}

label {
    vertical-align: top;
    color: inherit;
}

.label-above label {
    display: block;
}

.label-left label {
    display: inline-block;
    max-width: 175px;
    width: 45%;
    float: left;
}

.label-right label {
    display: inline-block;
    max-width: 175px;
    width: 45%;
    float: right;
    padding-left: 10px;
}

.checkbox-wrap label {
    max-width: unset;
    width: auto;
}

input,
select,
textarea {
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    color: #555555 !important;
    border: 1px solid #c5d1e2;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

input:placeholder,
select:placeholder,
textarea:placeholder {
    display: none;
    font-style: italic;
    color: #CCC;
    font-weight: 100;
    text-align: center;
}

input:disabled,
input[disabled],
select:disabled,
select[disabled],
textarea:disabled,
textarea[disabled] {
    color: #555555;
    background-color: white;
    border-color: #e6e6e6;
}

input:disabled::after,
input[disabled]::after,
select:disabled::after,
select[disabled]::after,
textarea:disabled::after,
textarea[disabled]::after {
    content: '';
    font-size: 12px;
}

.label-above input,
.label-above select,
.label-above textarea {
    margin-top: 5px;
}

.label-left input,
.label-left select,
.label-left textarea {
    max-width: -webkit-calc( 100% - 176px);
    max-width: calc( 100% - 176px);
}

.label-right input,
.label-right select,
.label-right textarea {
    max-width: -webkit-calc( 100% - 176px);
    max-width: calc( 100% - 176px);
}

.footer input,
.footer select,
.footer textarea {
    background-color: #FFFFFF;
    border: 1px solid #CCC;
}

input[type="search"] {
    -webkit-appearance: initial;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    line-height: inherit;
}

textarea {
    max-width: 100%;
    height: auto;
}

button[type="submit"],
input[type="submit"] {
    background-color: #C8D200;
    border-radius: 5px;
    color: #15468C;
    cursor: pointer;
    font-size: 15px;
    height: auto;
    min-width: 14ch;
    width: auto;
    font-family: "Work Sans", sans-serif;
    line-height: 22px;
    vertical-align: top;
}

button[type="submit"].blue,
input[type="submit"].blue {
    background-color: #15468C;
    color: #FFFFFF;
}

button[type="submit"]:not([class]),
input[type="submit"]:not([class]) {
    background-color: #15468C;
    color: #555555;
    margin: 12px 0 0;
    cursor: pointer;
    padding: 12px 30px;
}

.form-inline .form-control {
    width: auto;
}

.input-group {
    display: table;
    border-collapse: separate;
    position: relative;
    border: 1px solid #c5d1e2;
    width: 100%;
}

.input-group>* {
    display: table-cell;
    margin: 0;
    border: 0;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border-left: 0;
}

.input-group button[type="submit"] {
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #CCC;
    background-color: #EEEEEE;
    color: #6f6f6f;
    padding: 5px;
    line-height: 22px;
    font-family: "Work Sans", sans-serif;
}

.input-group button[type="submit"]:hover {
    font-weight: 400;
}

.input-group .suffix,
.input-group .prefix {
    text-align: center;
    background-color: #EEEEEE;
    color: #555555;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.datepicker-icon {
    position: absolute;
    right: 15px;
    pointer-events: none;
}

.omega .datepicker-icon,
.omega_sm .datepicker-icon,
.omega_md .datepicker-icon,
.omega_lg .datepicker-icon,
.omega_xl .datepicker-icon {
    right: 0;
}

.newsletter {
    text-align: center;
}

.newsletter-field {
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 12px 12px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    border: 0;
    width: auto;
    line-height: 24px;
    height: auto;
}

.newsletter-field:-ms-input-placeholder,
.newsletter-field::-ms-placehodler {
    color: #CCC;
}

.newsletter-field::placeholder,
.newsletter-field::-ms-placehodler {
    color: #CCC;
}

.listgroup {
    border: 1px solid;
    list-style: inside none;
    padding: 0;
}

.listgroup-item {
    padding: .5em;
    border-width: 0;
    border-style: solid;
}

.listgroup-item+.listgroup-item {
    border-top-width: 1px;
}

.listgroup-item--success {
    color: #C8D200;
    background-color: #f1f4bf;
}

.listgroup-item--info {
    color: #15468C;
    background-color: #c5d1e2;
}

.listgroup-item--warning {
    color: #F8CB14;
    background-color: #fffcf3;
}

.listgroup-item--error {
    color: #C51E1C;
    background-color: #f1c7c6;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Navigation component
 *
 *
 *  @mixin navigation( $type = 'vertical' )
 *    @param $type : string allowed ( 'vertical', 'horizontal' )
 *    @param $
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.menu-switch {
    border: 0;
    outline: 0 !important;
    float: right;
    width: auto;
    padding: 0;
}

.menu-switch span {
    display: none;
    font-size: 20px;
    line-height: .5;
}

.menu-switch i {
    font-size: 3em;
    line-height: .25;
}

.menu {
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
    .menu-switch {
        display: none !important;
    }
}

.menu-item {
    display: block;
    position: relative;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.menu-item:hover>.menu {
    display: block;
}

.menu-link {
    text-decoration: none;
}

.menu .menu {
    position: absolute;
    display: none;
    z-index: 100;
    left: 0;
    top: 100%;
}

@media screen and (max-width: 1023px) {
    .header-nav .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 110px;
        right: 0;
        width: 0;
        overflow: auto;
        bottom: 0;
        background-color: #EEEEEE;
        -webkit-transition: width .2s ease-in;
        transition: width .2s ease-in;
        z-index: 1000;
    }
}

@media screen and (min-width: 1024px) {
    .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.toggled-on .menu-wrap {
    position: fixed;
    width: 100%;
    top: 110px;
    z-index: 999;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    width: 100%;
}

.toggled-on .menu {
    width: 75%;
}

.menu .menu {
    position: static;
    height: auto;
    width: auto;
    display: none;
}

@media screen and (min-width: 1024px) {
    .menu .menu {
        position: absolute;
        min-width: 100%;
        padding: 0 15px;
        background-color: #CCC;
    }
}

.menu .menu .menu-item {
    float: none;
}

.menu .menu .menu-link {
    padding: 12px 0;
    text-transform: none;
    font-weight: 400;
}

@media screen and (max-width: 1023px) {
    .menu .menu .menu-link {
        font-size: 12px;
        padding: 6px 15px;
    }
}

.menu .lvl-1.menu>.is-parent.menu-item>.menu-link::before {
    content: "";
    float: right;
    line-height: 24px;
}

.menu.lvl-2 {
    top: 0;
    left: 100%;
}

.menu.lvl-2 .menu-item:first-child {
    margin-top: 6px;
}

.menu.lvl-2 .menu-link {
    padding: 6px 0;
}

.menu-item.is-parent>.menu-link {
    text-indent: -1em;
}

@media screen and (min-width: 1024px) {
    .menu-item.is-parent>.menu-link {
        text-indent: 0;
    }
}

.menu-item.is-parent>.menu-link::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #15468C;
    font-weight: bold;
    margin-left: 0;
    margin-right: .5em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    text-indent: 0;
}

.menu-item.is-parent>.menu-link:hover:before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.menu-link {
    display: block;
    color: #555555;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    padding: 12px 12px;
    text-align: center;
}

@media screen and (max-width: 779px) {
    .menu-link {
        padding-bottom: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .menu-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px) {
    .menu-link {
        padding: 12px 12px;
    }
}

.menu-link:hover,
.is-current>.menu-link {
    color: #15468C;
}

.menu--footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: left;
    position: static;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu--footer .menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left: 1px solid #CCC;
}

.menu--footer .menu-item:first-child {
    border-left: 0;
}

.menu--footer .facebook-link.menu-item {
    border: 0;
}

@media screen and (min-width: 780px) {
    .menu--footer .facebook-link.menu-item {
        width: auto;
        margin-left: 15px;
    }
}

.menu--footer .facebook-link.menu-item .menu-link {
    color: #555555;
}

.menu--footer .facebook-link.menu-item .menu-link::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #15468C;
    font-size: 20px;
    margin-left: 0;
}

.menu--footer .phone-link.menu-item,
.menu--footer .phone-link-main.menu-item {
    border: 0;
}

.menu--footer .phone-link.menu-item .menu-link,
.menu--footer .phone-link-main.menu-item .menu-link {
    color: #555555;
    padding-left: 0;
    padding-right: 12px;
}

.menu--footer .phone-link-main.menu-item .menu-link::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #15468C;
    font-size: 20px;
    margin-left: 0;
}

.menu--footer .menu-link {
    padding: 0 12px;
    text-transform: none;
    color: #15468C;
}

@media screen and (min-width: 1024px) {
    .menu--footer .menu-link {
        padding: 0 24px;
    }
}

.pagination {
    margin: 24px auto;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    background-color: #8aa3c6;
    color: #FFFFFF;
    line-height: 3ch;
    margin-right: 1ch;
    border-radius: 5px;
    min-width: 4ch;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    margin-bottom: 6px;
}

.pagination .page-numbers:hover {
    background-color: #15468C;
}

.pagination .page-numbers.current {
    background-color: #C8D200;
}

.pagination .page-numbers.prev {
    width: auto;
    padding: 2px 5px;
}

.pagination .page-numbers.next {
    width: auto;
    padding: 2px 5px;
}

.pagination--invert .page-numbers {
    background-color: #FFFFFF;
    color: #15468C;
}

.pagination--invert .page-numbers:hover {
    background-color: #8aa3c6;
}

.panel {
    margin-bottom: 24px;
    background-color: #FFFFFF;
    color: #555555;
    padding: 6px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-clip: padding-box;
}

 :not(.panel)+.panel {
    margin-top: 24px;
}

.panel-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #555555;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: none;
    font-weight: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.panel-title:after {
    top: 6px;
}

@media screen and (max-width: 779px) {
    .sidebar--offcanvas .panel-title {
        color: #555555;
    }
}

.panel-content> :last-child {
    margin-bottom: 12px;
}

@media screen and (max-width: -1) {
    .collapse-xs {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
    .collapse-xs> :first-child {
        margin-top: 12px;
    }
    .collapse-xs> :last-child {
        margin-bottom: 12px;
    }
    .collapsing-xs {
        overflow: hidden;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
}

@media screen and (max-width: 479px) {
    .collapse-sm {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
    .collapse-sm> :first-child {
        margin-top: 12px;
    }
    .collapse-sm> :last-child {
        margin-bottom: 12px;
    }
    .collapsing-sm {
        overflow: hidden;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
}

@media screen and (max-width: 779px) {
    .collapse-md {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
    .collapse-md> :first-child {
        margin-top: 12px;
    }
    .collapse-md> :last-child {
        margin-bottom: 12px;
    }
    .collapsing-md {
        overflow: hidden;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
}

@media screen and (max-width: 1023px) {
    .collapse-lg {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
    .collapse-lg> :first-child {
        margin-top: 12px;
    }
    .collapse-lg> :last-child {
        margin-bottom: 12px;
    }
    .collapsing-lg {
        overflow: hidden;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
}

@media screen and (max-width: 1279px) {
    .collapse-xl {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
    .collapse-xl> :first-child {
        margin-top: 12px;
    }
    .collapse-xl> :last-child {
        margin-bottom: 12px;
    }
    .collapsing-xl {
        overflow: hidden;
        -webkit-transition: max-height .2s linear, height .2s linear;
        transition: max-height .2s linear, height .2s linear;
    }
}

.collapse {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .2s linear, height .2s linear;
    transition: max-height .2s linear, height .2s linear;
}

.collapse.in {
    max-height: 2400px;
}

.collapse> :first-child {
    margin-top: 12px;
}

.collapse> :last-child {
    margin-bottom: 12px;
}

.collapsing {
    overflow: hidden;
    -webkit-transition: max-height .2s linear, height .2s linear;
    transition: max-height .2s linear, height .2s linear;
}

[data-toggle="collapse"]:not(.no-icon) {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    margin-bottom: 0;
}

[data-toggle="collapse"]:not(.no-icon)::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #15468C;
    font-size: 25px;
    line-height: inherit;
    line-height: inherit;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 35px;
}

[data-toggle="collapse"]:not(.no-icon)[aria-expanded="true"]::after {
    content: "";
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #CCC;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #15468C;
    border-radius: 5px;
}

.progress-step {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 5px 10px 5px 25px;
    position: relative;
    height: 40px;
    line-height: 30px;
}

.progress-step:nth-child(1) {
    padding-left: 5px;
}

.progress-step:not(:last-child)::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -14px;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border: 1px solid #555555;
    border-top-width: 0;
    border-left-width: 0;
    z-index: 10;
}

.progress-step--active {
    background: #F8CB14;
    font-weight: bold;
    color: #FFFFFF;
}

@media screen and (max-width: 779px) {
    .progress-step--active {
        -webkit-box-flex: 6;
        -webkit-flex-grow: 6;
        -ms-flex-positive: 6;
        flex-grow: 6;
    }
}

.progress-step--active::after {
    background-color: #F8CB14;
}

.progress-step--active .progress-headline-text {
    display: inline;
}

.progress-step--done {
    background: #C8D200;
    color: #FFFFFF;
}

.progress-step--done::after {
    background-color: #C8D200;
}

.progress-step:hover .progress-description {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    color: #000000;
    text-align: center;
}

.progress-headline {
    text-align: center;
    font-size: 15px;
}

.progress-headline-text {
    display: none;
}

@media screen and (min-width: 780px) {
    .progress-headline-text {
        display: inline;
    }
}

.progress-description {
    display: none;
}

.sharebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #FFFFFF;
    margin-top: 24px;
    margin-bottom: 24px;
    float: left;
    border-radius: 5px;
}

.sharebox--horizontal {
    overflow: hidden;
}

.sharebox--fixed,
.sharebox--fixed-top,
.sharebox--fixed-top-left,
.sharebox--fixed-top-right,
.sharebox--fixed-bottom,
.sharebox--fixed-bottom-left,
.sharebox--fixed-bottom-right {
    position: fixed;
    z-index: 500;
}

.sharebox--left,
.sharebox--fixed-top-left,
.sharebox--fixed-bottom-left {
    left: 0;
    right: auto;
}

.sharebox--right,
.sharebox--fixed-top-right,
.sharebox--fixed-bottom-right {
    right: 0;
    left: auto;
}

.sharebox--top,
.sharebox--fixed-top,
.sharebox--fixed-top-left,
.sharebox--fixed-top-right {
    top: 15px;
    bottom: auto;
}

.sharebox--bottom,
.sharebox--fixed-bottom,
.sharebox--fixed-bottom-left,
.sharebox--fixed-bottom-right {
    bottom: 15px;
    top: auto;
}

.sharebox-active {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.sharebox--horizontal .sharebox-active:checked~.sharebox-links {
    margin-right: 0;
}

.sharebox-switch {
    background-color: #15468C;
    border: 0;
    color: #FFFFFF;
    padding: 8px 15px;
    width: 95px;
    float: left;
}

.sharebox-title {
    color: #FFFFFF;
    background-color: #15468C;
    border-radius: 5px;
    font-size: 25px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
}

.sharebox-title i::before {
    line-height: inherit;
    margin: 0;
    vertical-align: middle;
}

.sharebox ul,
.sharebox-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none inside;
    margin: 0;
    -webkit-transition: margin .2s linear;
    transition: margin .2s linear;
    padding: 5px 12px;
    float: left;
}

.sharebox--horizontal .sharebox ul,
.sharebox--horizontal .sharebox-links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-item: center;
    margin-right: -175px;
    width: 175px;
}

@media screen and (min-width: 780px) {
    .sharebox--horizontal .sharebox ul,
    .sharebox--horizontal .sharebox-links {
        margin-right: -300px;
        width: 300px;
    }
}

.sharebox-item,
.sharebox ul li,
.sharebox-links li {
    float: left;
    margin-left: 24px;
}

.sharebox-link,
.sharebox ul a,
.sharebox-links a {
    background-color: #15468C;
    color: #FFFFFF;
    display: block;
    padding: 0;
    text-decoration: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.sharebox-link.disabled,
.sharebox ul a.disabled,
.sharebox-links a.disabled {
    background-color: #CCC;
    color: #555555;
}

.sharebox-link--facebook.sharebox-link--facebook {
    background-color: #385187;
}

.sharebox-link--twitter.sharebox-link--twitter {
    background-color: #1DA1F2;
}

.sharebox-link--pinterest.sharebox-link--pinterest {
    background-color: #C72527;
}

.sharebox-link--google.sharebox-link--google {
    background-color: #C72527;
}

.sharebox-link span,
.sharebox ul a span,
.sharebox-links a span {
    display: none;
}

@media screen and (min-width: 780px) {
    .sharebox-link span,
    .sharebox ul a span,
    .sharebox-links a span {
        display: inline;
    }
}

.sharebox-link i:before,
.sharebox ul a i:before,
.sharebox-links a i:before {
    margin: 0;
    line-height: inherit;
}

.timetable-entry+.timetable-entry--info {
    margin-top: 6px;
}

.timetable-day {
    display: inline-block;
    min-width: 18ch;
}

.timetable-time {
    display: inline-block;
    min-width: 12ch;
}

#cookieChoiceInfo {
    background-color: #C8D200;
    color: #555555;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px 12px 6px;
    text-align: center;
}

#cookieChoiceInfo div {
    margin-bottom: 6px;
}

@media screen and (min-width: 780px) {
    #cookieChoiceInfo div {
        margin-bottom: 0;
        display: inline-block;
    }
}

#cookieChoiceInfo a {
    background-color: #15468C;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 5px;
}

@media screen and (min-width: 780px) {
    #cookieChoiceInfo a {
        margin-left: 24px;
    }
}

#cookieChoiceInfo a+a {
    margin-left: 24px;
}

table {
    border: 1px solid #15468C;
    background-color: unset;
}

table thead {
    border-bottom: 1px solid #15468C;
}

table tfoot {
    border-top: 1px solid #15468C;
}

table td,
table th {
    padding: 10px;
    vertical-align: top;
}

table td.left,
table th.left {
    text-align: left;
}

table td.center,
table th.center {
    text-align: center;
}

table td.right,
table th.right {
    text-align: right;
}

table td p {
    margin-top: 0;
}

table th {
    text-align: center;
}

table th:first-child {
    text-align: left;
}

table.table-striped thead {
    background-color: #81adec;
    border-bottom-color: #aaaaaa;
}

table.table-striped tfoot {
    background-color: #81adec;
    border-top-color: #aaaaaa;
}

table.table-striped tbody tr {
    background-color: unset;
}

table.table-striped tbody tr:nth-child(even) {
    background-color: #CCC;
}

.price-table {
    padding: 0;
    margin: 0;
}

.price-table dt,
.price-table dd {
    float: left;
}

.price-table dt {
    clear: left;
    width: 75%;
}

.price-table dd {
    margin: 0;
    width: 25%;
}

.table-responsive {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabs-nav {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs-nav span {
    background-color: #550d0c;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    padding: .5em 1em;
}

.tabs-nav span.is-active {
    background-color: #15468C;
}

.tabs-nav span.is-disabled {
    color: #555555;
    cursor: default;
}

.tabs .tab {
    display: none;
    padding: 15px;
    padding-bottom: 15px;
    min-height: 350px;
    border-top: 1px solid #15468C;
}

.tabs .tab:nth-of-type(1) {
    display: block;
}

.tabs--vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #15468C;
}

.tabs--vertical .tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    border-right: 1px solid #15468C;
}

.tabs--vertical .tabs-nav span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tabs--vertical .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
}


/* =================================
    Page
================================= */

@font-face {
    font-family: "fontello";
    src: url("assets/fonts/fontello-entypo/font/fontello.woff?93640552") format("woff"), url("assets/fonts/fontello-entypo/font/fontello.woff2?93640552") format("woff2");
    font-weight: "normal";
    font-style: "normal";
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.icon-address::before {
    content: "";
}

.icon-adjust::before {
    content: "";
}

.icon-air::before {
    content: "";
}

.icon-alert::before {
    content: "";
}

.icon-archive::before {
    content: "";
}

.icon-arrow-combo::before {
    content: "";
}

.icon-arrows-ccw::before {
    content: "";
}

.icon-attach::before {
    content: "";
}

.icon-attention::before {
    content: "";
}

.icon-back::before {
    content: "";
}

.icon-back-in-time::before {
    content: "";
}

.icon-bag::before {
    content: "";
}

.icon-basket::before {
    content: "";
}

.icon-battery::before {
    content: "";
}

.icon-behance::before {
    content: "";
}

.icon-bell::before {
    content: "";
}

.icon-block::before {
    content: "";
}

.icon-book::before {
    content: "";
}

.icon-book-open::before {
    content: "";
}

.icon-bookmark::before {
    content: "";
}

.icon-bookmarks::before {
    content: "";
}

.icon-box::before {
    content: "";
}

.icon-briefcase::before {
    content: "";
}

.icon-brush::before {
    content: "";
}

.icon-bucket::before {
    content: "";
}

.icon-calendar::before {
    content: "";
}

.icon-camera::before {
    content: "";
}

.icon-cancel::before {
    content: "";
}

.icon-cancel-circled::before {
    content: "";
}

.icon-cancel-squared::before {
    content: "";
}

.icon-cc::before {
    content: "";
}

.icon-cc-by::before {
    content: "";
}

.icon-cc-nc::before {
    content: "";
}

.icon-cc-nc-eu::before {
    content: "";
}

.icon-cc-nc-jp::before {
    content: "";
}

.icon-cc-nd::before {
    content: "";
}

.icon-cc-pd::before {
    content: "";
}

.icon-cc-remix::before {
    content: "";
}

.icon-cc-sa::before {
    content: "";
}

.icon-cc-share::before {
    content: "";
}

.icon-cc-zero::before {
    content: "";
}

.icon-ccw::before {
    content: "";
}

.icon-cd::before {
    content: "";
}

.icon-chart-area::before {
    content: "";
}

.icon-chart-bar::before {
    content: "";
}

.icon-chart-line::before {
    content: "";
}

.icon-chart-pie::before {
    content: "";
}

.icon-chat::before {
    content: "";
}

.icon-check::before {
    content: "";
}

.icon-clipboard::before {
    content: "";
}

.icon-clock::before {
    content: "";
}

.icon-cloud::before {
    content: "";
}

.icon-cloud-thunder::before {
    content: "";
}

.icon-code::before {
    content: "";
}

.icon-cog::before {
    content: "";
}

.icon-comment::before {
    content: "";
}

.icon-compass::before {
    content: "";
}

.icon-credit-card::before {
    content: "";
}

.icon-cup::before {
    content: "";
}

.icon-cw::before {
    content: "";
}

.icon-database::before {
    content: "";
}

.icon-db-shape::before {
    content: "";
}

.icon-direction::before {
    content: "";
}

.icon-doc::before {
    content: "";
}

.icon-doc-landscape::before {
    content: "";
}

.icon-doc-text::before {
    content: "";
}

.icon-doc-text-inv::before {
    content: "";
}

.icon-docs::before {
    content: "";
}

.icon-dot::before {
    content: "";
}

.icon-dot-2::before {
    content: "";
}

.icon-dot-3::before {
    content: "";
}

.icon-down::before {
    content: "";
}

.icon-down-bold::before {
    content: "";
}

.icon-down-circled::before {
    content: "";
}

.icon-down-dir::before {
    content: "";
}

.icon-down-open::before {
    content: "";
}

.icon-down-open-big::before {
    content: "";
}

.icon-down-open-mini::before {
    content: "";
}

.icon-down-thin::before {
    content: "";
}

.icon-download::before {
    content: "";
}

.icon-dribbble::before {
    content: "";
}

.icon-dribbble-circled::before {
    content: "";
}

.icon-drive::before {
    content: "";
}

.icon-dropbox::before {
    content: "";
}

.icon-droplet::before {
    content: "";
}

.icon-erase::before {
    content: "";
}

.icon-evernote::before {
    content: "";
}

.icon-export::before {
    content: "";
}

.icon-eye::before {
    content: "";
}

.icon-facebook::before {
    content: "";
}

.icon-facebook-circled::before {
    content: "";
}

.icon-facebook-squared::before {
    content: "";
}

.icon-fast-backward::before {
    content: "";
}

.icon-fast-forward::before {
    content: "";
}

.icon-feather::before {
    content: "";
}

.icon-flag::before {
    content: "";
}

.icon-flash::before {
    content: "";
}

.icon-flashlight::before {
    content: "";
}

.icon-flattr::before {
    content: "";
}

.icon-flickr::before {
    content: "";
}

.icon-flickr-circled::before {
    content: "";
}

.icon-flight::before {
    content: "";
}

.icon-floppy::before {
    content: "";
}

.icon-flow-branch::before {
    content: "";
}

.icon-flow-cascade::before {
    content: "";
}

.icon-flow-line::before {
    content: "";
}

.icon-flow-parallel::before {
    content: "";
}

.icon-flow-tree::before {
    content: "";
}

.icon-folder::before {
    content: "";
}

.icon-forward::before {
    content: "";
}

.icon-gauge::before {
    content: "";
}

.icon-gift::before {
    content: "";
}

.icon-github::before {
    content: "";
}

.icon-github-circled::before {
    content: "";
}

.icon-globe::before {
    content: "";
}

.icon-google-circles::before {
    content: "";
}

.icon-gplus::before {
    content: "";
}

.icon-gplus-circled::before {
    content: "";
}

.icon-graduation-cap::before {
    content: "";
}

.icon-heart::before {
    content: "";
}

.icon-heart-empty::before {
    content: "";
}

.icon-help::before {
    content: "";
}

.icon-help-circled::before {
    content: "";
}

.icon-home::before {
    content: "";
}

.icon-hourglass::before {
    content: "";
}

.icon-inbox::before {
    content: "";
}

.icon-infinity::before {
    content: "";
}

.icon-info::before {
    content: "";
}

.icon-info-circled::before {
    content: "";
}

.icon-instagram::before {
    content: "";
}

.icon-install::before {
    content: "";
}

.icon-key::before {
    content: "";
}

.icon-keyboard::before {
    content: "";
}

.icon-lamp::before {
    content: "";
}

.icon-language::before {
    content: "";
}

.icon-lastfm::before {
    content: "";
}

.icon-lastfm-circled::before {
    content: "";
}

.icon-layout::before {
    content: "";
}

.icon-leaf::before {
    content: "";
}

.icon-left::before {
    content: "";
}

.icon-left-bold::before {
    content: "";
}

.icon-left-dir::before {
    content: "";
}

.icon-left-open::before {
    content: "";
}

.icon-left-open-big::before {
    content: "";
}

.icon-left-open-mini::before {
    content: "";
}

.icon-left-thin::before {
    content: "";
}

.icon-level-down::before {
    content: "";
}

.icon-level-up::before {
    content: "";
}

.icon-lifebuoy::before {
    content: "";
}

.icon-light-down::before {
    content: "";
}

.icon-light-up::before {
    content: "";
}

.icon-link::before {
    content: "";
}

.icon-linkedin::before {
    content: "";
}

.icon-linkedin-circled::before {
    content: "";
}

.icon-list::before {
    content: "";
}

.icon-list-add::before {
    content: "";
}

.icon-location::before {
    content: "";
}

.icon-lock::before {
    content: "";
}

.icon-lock-open::before {
    content: "";
}

.icon-login::before {
    content: "";
}

.icon-logo-db::before {
    content: "";
}

.icon-logout::before {
    content: "";
}

.icon-loop::before {
    content: "";
}

.icon-magnet::before {
    content: "";
}

.icon-mail::before {
    content: "";
}

.icon-map::before {
    content: "";
}

.icon-megaphone::before {
    content: "";
}

.icon-menu::before {
    content: "";
}

.icon-mic::before {
    content: "";
}

.icon-minus::before {
    content: "";
}

.icon-minus-circled::before {
    content: "";
}

.icon-minus-squared::before {
    content: "";
}

.icon-mixi::before {
    content: "";
}

.icon-mobile::before {
    content: "";
}

.icon-monitor::before {
    content: "";
}

.icon-moon::before {
    content: "";
}

.icon-mouse::before {
    content: "";
}

.icon-music::before {
    content: "";
}

.icon-mute::before {
    content: "";
}

.icon-network::before {
    content: "";
}

.icon-newspaper::before {
    content: "";
}

.icon-note::before {
    content: "";
}

.icon-note-beamed::before {
    content: "";
}

.icon-palette::before {
    content: "";
}

.icon-paper-plane::before {
    content: "";
}

.icon-pause::before {
    content: "";
}

.icon-paypal::before {
    content: "";
}

.icon-pencil::before {
    content: "";
}

.icon-phone::before {
    content: "";
}

.icon-picasa::before {
    content: "";
}

.icon-picture::before {
    content: "";
}

.icon-pinterest::before {
    content: "";
}

.icon-pinterest-circled::before {
    content: "";
}

.icon-play::before {
    content: "";
}

.icon-plus::before {
    content: "";
}

.icon-plus-circled::before {
    content: "";
}

.icon-plus-squared::before {
    content: "";
}

.icon-popup::before {
    content: "";
}

.icon-print::before {
    content: "";
}

.icon-progress-0::before {
    content: "";
}

.icon-progress-1::before {
    content: "";
}

.icon-progress-2::before {
    content: "";
}

.icon-progress-3::before {
    content: "";
}

.icon-publish::before {
    content: "";
}

.icon-qq::before {
    content: "";
}

.icon-quote::before {
    content: "";
}

.icon-rdio::before {
    content: "";
}

.icon-rdio-circled::before {
    content: "";
}

.icon-record::before {
    content: "";
}

.icon-renren::before {
    content: "";
}

.icon-reply::before {
    content: "";
}

.icon-reply-all::before {
    content: "";
}

.icon-resize-full::before {
    content: "";
}

.icon-resize-small::before {
    content: "";
}

.icon-retweet::before {
    content: "";
}

.icon-right::before {
    content: "";
}

.icon-right-bold::before {
    content: "";
}

.icon-right-circled::before {
    content: "";
}

.icon-right-dir::before {
    content: "";
}

.icon-right-open::before {
    content: "";
}

.icon-right-open-big::before {
    content: "";
}

.icon-right-open-mini::before {
    content: "";
}

.icon-right-thin::before {
    content: "";
}

.icon-rocket::before {
    content: "";
}

.icon-rss::before {
    content: "";
}

.icon-search::before {
    content: "";
}

.icon-share::before {
    content: "";
}

.icon-shareable::before {
    content: "";
}

.icon-shuffle::before {
    content: "";
}

.icon-signal::before {
    content: "";
}

.icon-sina-weibo::before {
    content: "";
}

.icon-skype::before {
    content: "";
}

.icon-skype-circled::before {
    content: "";
}

.icon-smashing::before {
    content: "";
}

.icon-sound::before {
    content: "";
}

.icon-soundcloud::before {
    content: "";
}

.icon-spotify::before {
    content: "";
}

.icon-spotify-circled::before {
    content: "";
}

.icon-star::before {
    content: "";
}

.icon-star-empty::before {
    content: "";
}

.icon-stop::before {
    content: "";
}

.icon-stumbleupon::before {
    content: "";
}

.icon-stumbleupon-circled::before {
    content: "";
}

.icon-suitcase::before {
    content: "";
}

.icon-sweden::before {
    content: "";
}

.icon-switch::before {
    content: "";
}

.icon-tag::before {
    content: "";
}

.icon-tape::before {
    content: "";
}

.icon-target::before {
    content: "";
}

.icon-thermometer::before {
    content: "";
}

.icon-thumbs-down::before {
    content: "";
}

.icon-thumbs-up::before {
    content: "";
}

.icon-ticket::before {
    content: "";
}

.icon-to-end::before {
    content: "";
}

.icon-to-start::before {
    content: "";
}

.icon-tools::before {
    content: "";
}

.icon-traffic-cone::before {
    content: "";
}

.icon-trash::before {
    content: "";
}

.icon-trophy::before {
    content: "";
}

.icon-tumblr::before {
    content: "";
}

.icon-tumblr-circled::before {
    content: "";
}

.icon-twitter::before {
    content: "";
}

.icon-twitter-circled::before {
    content: "";
}

.icon-up::before {
    content: "";
}

.icon-up-bold::before {
    content: "";
}

.icon-up-circled::before {
    content: "";
}

.icon-up-dir::before {
    content: "";
}

.icon-up-open::before {
    content: "";
}

.icon-up-open-big::before {
    content: "";
}

.icon-up-open-mini::before {
    content: "";
}

.icon-up-thin::before {
    content: "";
}

.icon-upload::before {
    content: "";
}

.icon-upload-cloud::before {
    content: "";
}

.icon-user::before {
    content: "";
}

.icon-user-add::before {
    content: "";
}

.icon-users::before {
    content: "";
}

.icon-vcard::before {
    content: "";
}

.icon-video::before {
    content: "";
}

.icon-vimeo::before {
    content: "";
}

.icon-vimeo-circled::before {
    content: "";
}

.icon-vkontakte::before {
    content: "";
}

.icon-volume::before {
    content: "";
}

.icon-water::before {
    content: "";
}

.icon-empty::before {
    content: ' ';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

body {
    margin: 0;
    color: #555555;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 780px) {
    .page.has-fixed-header {
        padding-top: 206px;
    }
    .page.has-fixed-header-on-scroll {
        padding-top: 168px;
    }
    .page.has-fixed-header.search,
    .page.has-fixed-header.single {
        padding-top: 250px;
    }
}

.page-title--404 {
    color: #15468C;
    text-align: center;
    position: relative;
}

.page-title--404 h1 {
    font-size: 25vmax;
    line-height: 1;
    width: 100%;
    margin: 0;
}

.page-title--404 .page-title-image {
    position: absolute;
    z-index: 0;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    left: 0;
    top: 0;
    opacity: .25;
}

.page-search--404 {
    width: 100%;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.6);
}

.page-search--404 h2 {
    margin-bottom: 24px;
    color: #000000;
}

.page-search--404 .input-group {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.page-search--404 .input-group .btn,
.page-search--404 .input-group .btn-small,
.page-search--404 .input-group .btn-primary-small,
.page-search--404 .input-group .button-primary-small,
.page-search--404 .input-group .btn-secondary-small,
.page-search--404 .input-group .button-secondary-small,
.page-search--404 .input-group .btn-outline-small,
.page-search--404 .input-group .button-outline-small,
.page-search--404 .input-group .btn-info-small,
.page-search--404 .input-group .button-info-small,
.page-search--404 .input-group .button-small,
.page-search--404 .input-group .btn-large,
.page-search--404 .input-group .btn-primary-large,
.page-search--404 .input-group .button-primary-large,
.page-search--404 .input-group .btn-secondary-large,
.page-search--404 .input-group .button-secondary-large,
.page-search--404 .input-group .btn-outline-large,
.page-search--404 .input-group .button-outline-large,
.page-search--404 .input-group .btn-info-large,
.page-search--404 .input-group .button-info-large,
.page-search--404 .input-group .button-large {
    background-color: #15468C;
}

.hashlink {
    height: 180px;
    margin-top: -180px;
    visibility: hidden;
}

.header {
    position: relative;
    background-color: #FFFFFF;
    /**
   * Modifier
   */
}

@media screen and (min-width: 780px) {
    .header.is-fixed {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 1000;
    }
}

.header .iw {
    position: relative;
}

.header-top {
    background-color: #15468C;
    color: #FFFFFF;
    padding: 6px 0;
    text-align: center;
}

@media screen and (max-width: 479px) {
    .header-top {
        font-size: 12px;
    }
}

.header-top a {
    text-decoration: none;
}

.header-top i {
    color: #FFFFFF;
}

.header-top-item {
    margin-left: 15px;
    line-height: 24px;
    height: 24px;
}

@media screen and (max-width: 479px) {
    .header-top-item:first-child {
        display: none;
    }
}

.header-top-item--logo {
    min-width: 90px;
}

@media screen and (min-width: 480px) {
    .header-top-item--logo {
        margin-left: 30px;
    }
}

.header-middle .iw {
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-bottom {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #EEEEEE;
}

.header-stoerer {
    padding: 24px;
    position: absolute;
    top: 100%;
    left: -webkit-calc( 50% - 760px);
    left: calc( 50% - 760px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-stoerer--round {
    background-color: #15468C;
    border-radius: 50%;
}

.header-stoerer--round:before {
    content: '';
    padding-top: 100%;
    float: left;
    width: 1px;
    margin-right: -1px;
}

.header-logo {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

@media screen and (min-width: 780px) {
    .header-logo {
        max-width: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .header-logo {
        max-width: 200px;
        /* max-width: 100%; */
        margin-right: auto;
    }
}

.header-nav {
    float: left;
    margin: 12px 0;
}

@media screen and (min-width: 780px) {
    .header-nav {
        margin: 0 0;
    }
}

.header-search {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .header-search {
        max-width: 80%;
    }
}

@media screen and (min-width: 780px) {
    .header-search {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.header-search-extended {
    text-decoration: none;
    font-size: 12px;
    line-height: 2;
    display: inline-block;
    float: right;
}

.header-search-switch {
    float: left;
    background-color: #C8D200;
    color: #15468C;
    font-size: 20px;
    border-radius: 5px;
    display: block;
    width: 34px;
}

.header-search-switch i::before {
    line-height: .5;
    margin: 0;
}

.header-search .input-group {
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.header-search .input-group .form-control {
    border-radius: inherit;
    background-color: #FFFFFF;
    border: 0;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}

.header-search .input-group .form-control::-moz-placeholder {
    font-style: italic;
}

.header-search .input-group-btn {
    width: 34px;
    position: relative;
}

.header-search .input-group button[type="submit"] {
    background-color: #C8D200;
    color: #15468C;
    font-size: 20px;
    border-radius: 0;
    display: block;
    width: 34px;
    min-width: 0;
    padding: 7px;
}

.header-search .input-group button[type="submit"] i::before {
    line-height: .5;
    margin: 0;
}

.header-search .sa_notfound:focus+.input-group-btn,
.header-search .sa_searching:focus+.input-group-btn {
    position: static;
}

.header-search .sa_notfound:focus+.input-group-btn {
    position: static;
}

.header-quicknav {
    float: right;
    margin: 12px 0 12px 10px;
    margin-left: auto;
}

@media screen and (min-width: 1024px) {
    .header-quicknav {
        margin: 12px 0 0 10px;
    }
}

.header-quicknav .menu-item {
    margin-right: 10px;
}

.header-quicknav .menu-item:last-child {
    margin-right: 0;
}

.header-quicknav .menu-item.icon-cart-after .menu-link::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.header-quicknav .menu-item.icon-user-after .menu-link::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.header-quicknav .menu-item .menu-link::after {
    display: block !important;
    margin: 0 auto 0 !important;
    line-height: 36px !important;
    font-size: 24px;
    background-color: #C8D200;
    width: 36px;
    height: 36px;
    color: #15468C;
    border-radius: 5px;
}

.header-quicknav .menu-link {
    font-size: 12px;
    text-align: center;
    text-transform: none;
    margin-top: -12px;
    line-height: 12px;
    padding: 0;
}

@media screen and (max-width: 479px) {
    .header-quicknav .menu-link {
        margin-top: 0;
    }
    .header-quicknav .menu-link span {
        display: none;
    }
}

.header--small {
    background-color: #FFFFFF;
    backdrop-filter: blur(25);
}


/**
 * ToDo's:
 *
 *  [] najit lepsi misto pro tyhle
 *
 */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

.ui-autocomplete {
    margin-left: 5px;
    margin-right: -5px;
    border: 0;
    border-top: 1px solid #CCC;
    background: #EEEEEE;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.ui-menu {
    max-width: 85vw;
}

.ui-menu-item {
    padding: 2px 15px;
    position: relative;
}

.ui-menu-item:nth-child(even) {
    background-color: #FEFEFE;
}

.ui-widget {
    font-family: "Work Sans", sans-serif;
}

.ui-widget-content {
    color: #555555;
}

.ui-front {
    z-index: 1001 !important;
}

.ui-menu .ui-state-focus {
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    background: #d6dd40;
}

.header .iw,
.content .iw,
.footer .iw {
    max-width: 100%;
    margin: 0 auto;
    width: 1520px;
    padding-left: 15px;
    padding-right: 15px;
}

.header .iw:after,
.content .iw:after,
.footer .iw:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    clear: both;
    padding-bottom: 48px;
}

.content.is-reloading,
.content .is-reloading {
    background: transparent url("/wp-content/uploads/2016/09/ntticket.de-Logo_RGB_small.jpg") no-repeat center 100px;
    background-size: 125px;
}

.content.is-reloading::before,
.content .is-reloading::before {
    content: '';
    position: absolute;
    border-width: 10px 0 0px 0px;
    border-style: solid;
    border-color: #15468C;
    width: 125px;
    height: 125px;
    border-radius: 100% 0 0 0;
    -webkit-animation: rotate 1.5s linear infinite reverse;
    animation: rotate 1.5s linear infinite reverse;
    top: 125px;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
    -webkit-transform-origin: 125px 125px;
    -ms-transform-origin: 125px 125px;
    transform-origin: 125px 125px;
}

.content-inner {
    min-height: 35vh;
    padding-top: 24px;
    padding-bottom: 24px;
}

.content-inner--gradient {
    background-color: #15468C;
    background: -webkit-linear-gradient(top, #15468C, #4E79AC);
    background: linear-gradient(to bottom, #15468C, #4E79AC);
    color: #FFFFFF;
}

.content .iw {
    position: relative;
}

.content .iw--highlight {
    padding: 15px 0;
    background-color: #EEEEEE;
    background-image: url("./images/pattern.png");
    background: #CCC -webkit-linear-gradient(135deg, transparent, transparent 49%, #FFFFFF 50%, transparent 51%);
    background: #CCC linear-gradient(-45deg, transparent, transparent 49%, #FFFFFF 50%, transparent 51%);
    background-size: 10px 10px;
}

.content .iw--wide {
    width: 1824px;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .content .iw--wide:first-child {
        margin-top: -48px;
    }
}

.content .iw--divider {
    padding-bottom: 48px;
    border-bottom: 1px solid #CCC;
}

.content .iw--divider::after {
    content: '';
    display: block;
    position: absolute;
    height: 24px;
    bottom: -12px;
    width: 192px;
    background-color: #15468C;
    left: 50%;
    margin-left: -96px;
}

@media screen and (max-width: 779px) {
    .sidebar--offcanvas {
        background-color: #15468C;
        color: #FFFFFF;
        position: fixed;
        z-index: 1000;
        left: -280px;
        top: 0;
        bottom: 0;
        width: 280px;
        min-width: 280px;
    }
    .sidebar--offcanvas h2,
    .sidebar--offcanvas h3,
    .sidebar--offcanvas h4,
    .sidebar--offcanvas h5 {
        color: #FFFFFF;
    }
    .sidebar--offcanvas *:not(.panel) [class*="btn"] {
        background-color: #FFFFFF;
        background-image: none;
        color: #15468C;
    }
    .sidebar-switch {
        position: absolute;
        top: 50%;
        left: 100%;
        background-color: #15468C;
        color: #FFFFFF;
        border-radius: 0 0 5px 5px;
        padding: 5px 15px;
        -webkit-transform: rotateZ(-90deg) translate(-50%, 0);
        transform: rotateZ(-90deg) translate(-50%, 0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        white-space: nowrap;
    }
    .canvas-slid+.sidebar-switch,
    .canvas-sliding+.sidebar-switch {
        left: 280px;
    }
    .sidebar-wrapper {
        overflow: auto;
        overflow-x: hidden;
        margin-right: -15px;
        padding-right: 15px;
        max-height: 100%;
    }
}

@media screen and (min-width: 780px) {
    .sidebar {
        margin-bottom: 48px;
    }
    .sidebar-wrapper {
        background-color: #EEEEEE;
        padding: 12px 15px;
    }
}

.m-bottom,
.gallery {
    margin-bottom: 48px;
}

.m-top {
    margin-top: 48px;
}

.footer {
    font-size: 12px;
    position: relative;
}

.footer-inner {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-inner--bottom {
    padding: 8px 0;
    background-color: #555555;
    color: #FFFFFF;
}

.footer .iw--copyright {
    padding-top: 0;
    padding-bottom: 0;
}

.footer .copyright {
    color: #CCC;
    font-size: 12px;
    text-align: center;
}

.footer-menu-prefix {
    display: table;
    margin: 0 auto 6px;
}

@media screen and (min-width: 1024px) {
    .footer-menu-prefix {
        float: left;
    }
}

.footer-menu-prefix img {
    margin-right: 15px;
}

.footer-menu-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-kontakt span {
    display: inline-block;
    margin-right: 15px;
}

.footer-kontakt span:last-child {
    margin-right: 0;
}

.footer-kontakt a {
    text-decoration: none;
}

.breadcrumb,
.bc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    margin-bottom: 24px;
    padding-left: 0;
}

.breadcrumb:after,
.bc:after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-link,
.breadcrumb li,
.bc-link,
.bc li {
    float: left;
    text-decoration: none;
    display: inline-block;
    line-height: 24px;
}

.breadcrumb-link:nth-child(n+2),
.breadcrumb li:nth-child(n+2),
.bc-link:nth-child(n+2),
.bc li:nth-child(n+2) {
    margin-left: 5px;
}

.breadcrumb-link:nth-child(n+2)::before,
.breadcrumb li:nth-child(n+2)::before,
.bc-link:nth-child(n+2)::before,
.bc li:nth-child(n+2)::before {
    content: '\000BB';
    margin-right: 5px;
}

.nav-links .nav-previous,
.nav-links .nav-next {
    float: left;
    min-width: 25%;
    border: 1px solid;
    color: #CCC;
    padding: 12px;
    white-space: nowrap;
}

.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
    color: #555555;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    text-decoration: none;
    color: inherit;
}

.nav-links .nav-previous::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.nav-links .nav-next {
    float: right;
    text-align: right;
}

.nav-links .nav-next::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.pager a,
.pager span {
    text-decoration: none;
    color: #CCC;
    display: inline-block;
    padding: .25em .5em;
}

.pager a[href],
.pager span[href] {
    color: #555555;
}

.pager a[href]:hover,
.pager span[href]:hover {
    background-color: rgba(21, 70, 140, 0.6);
}

.pager span.active {
    color: #555555;
    background-color: #15468C;
}

.heading {
    margin-bottom: 24px;
}

.article {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.article.highlighted {
    background-color: #15468C;
}

.article.register-infobox {
    margin-bottom: 0;
    padding-bottom: 0;
}

.article-header+.article-header--sub,
.gallery-heading+.article-header--sub {
    margin-top: 0;
}

.article-header a,
.gallery-heading a {
    text-decoration: none;
}

.article-content,
.downloads,
.gallery-description {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.article-content img.alignright,
.downloads img.alignright,
.gallery-description img.alignright,
.article-content img.right,
.downloads img.right,
.gallery-description img.right {
    float: right;
    margin-left: 20px;
}

.article-content img.alignleft,
.downloads img.alignleft,
.gallery-description img.alignleft,
.article-content img.left,
.downloads img.left,
.gallery-description img.left {
    float: left;
    margin-right: 20px;
}

.article-content img.round,
.downloads img.round,
.gallery-description img.round {
    border-radius: 100%;
}

.article-content img.border,
.downloads img.border,
.gallery-description img.border {
    border: 1px solid #CCC;
}

@media screen and (min-width: 780px) {
    .article-content[data-columns] h2,
    [data-columns].downloads h2,
    [data-columns].gallery-description h2,
    .article-content[data-columns] h3,
    [data-columns].downloads h3,
    [data-columns].gallery-description h3,
    .article-content[data-columns] h4,
    [data-columns].downloads h4,
    [data-columns].gallery-description h4,
    .article-content[data-columns] h5,
    [data-columns].downloads h5,
    [data-columns].gallery-description h5 {
        -webkit-break-after: avoid;
        -moz-break-after: avoid;
        break-after: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        page-break-after: avoid;
    }
    .article-content[data-columns="2"],
    [data-columns="2"].downloads,
    [data-columns="2"].gallery-description {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .article-content[data-columns="3"],
    [data-columns="3"].downloads,
    [data-columns="3"].gallery-description {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .article-content[data-columns="4"],
    [data-columns="4"].downloads,
    [data-columns="4"].gallery-description {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .article-content[data-columns="5"],
    [data-columns="5"].downloads,
    [data-columns="5"].gallery-description {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .article-content[data-columns="6"],
    [data-columns="6"].downloads,
    [data-columns="6"].gallery-description {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

.article-content p.no-break,
.downloads p.no-break,
.gallery-description p.no-break {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-break-after: auto;
    -moz-break-after: auto;
    break-after: auto;
}

.article-figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

@media screen and (min-width: 780px) {
    .article-figure--left {
        max-width: 50%;
        float: left;
        margin-right: gutter;
    }
    .article-figure--right {
        max-width: 50%;
        float: right;
        margin-left: 30px;
    }
}

.article .content-more {
    margin-top: 48px;
}

.downloads {
    list-style: outside none;
    margin: 24px 0;
    padding: 15px;
}

@media screen and (min-width: 780px) {
    .downloads {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.downloads-item {
    margin-bottom: 12px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.downloads-link {
    display: block;
    text-decoration: none;
}

.downloads-link i {
    color: #15468C;
}

.downloads-description {
    margin-top: 7.5px;
    color: #cccccc;
}

#newsletter {
    text-align: center;
}

#newsletter input {
    margin-bottom: 12px;
}

.blogposts-iwrap {
    background-color: #C51E1C;
    padding: 15px;
}

.blogposts-header {
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: left;
}

.post {
    margin-bottom: 24px;
}

.post-iw {
    padding: 0;
    height: 100%;
}

.post-term {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 12px;
}

.post-content {
    margin-top: 12px;
    margin-bottom: 12px;
}

.post-title {
    margin-top: 0;
}

@media screen and (max-width: 779px) {
    .post-title {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    @supports (hyphenate-limit-chars: 6) or (-ms-hyphenate-limit-chars: 6) {
        .post-title {
            hyphenate-limit-chars: 6 4 4;
            -ms-hyphenate-limit-chars: 6 4 4;
        }
    }
    .type-post .post-title {
        font-size: 25px;
        line-height: 36px;
    }
}

.post-title a {
    text-decoration: none;
}

.post-date {
    font-size: 15px;
}

.post-link,
.post .read-more {
    text-decoration: none;
    font-weight: normal;
    color: #15468C;
}

.post-footer {
    margin-top: 12px;
}

@media screen and (min-width: 780px) {
    .post-footer .post-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.post-details {
    margin-top: 12px;
    margin-bottom: 12px;
}

.post-details:after {
    content: "";
    display: table;
    clear: both;
}

.post-details .post .meta,
.post .post-details .meta {
    float: left;
    margin-top: 0;
    margin-left: 15px;
}

.post-details .post .meta:first-child,
.post .post-details .meta:first-child {
    margin-left: 0;
}

.post-details .post .meta:nth-child(n+2)::before,
.post .post-details .meta:nth-child(n+2)::before {
    content: '\02022';
    margin-left: -7.5px;
    margin-right: 7.5px;
}

.post .meta {
    font-size: 12px;
    font-weight: 400;
}

.post .meta a {
    font: inherit;
}

.post-date--event strong {
    display: block;
}

.post--event .post-iw {
    background-color: #EEEEEE;
    padding: 12px 0;
    overflow: hidden;
}

.post--event .meta {
    font-size: 15px;
}

.post--event .post-date {
    line-height: 1.2;
    margin-bottom: 24px;
}

.post--event .post-footer {
    background-color: #CCC;
    margin-bottom: -12px;
    text-align: center;
    padding-top: inherit;
    padding-bottom: inherit;
    overflow: hidden;
}

@media screen and (min-width: 780px) {
    .post--event .post-footer {
        min-height: 180px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 780px) {
    .post--event .post-footer {
        margin-top: -12px;
        margin-bottom: -240px;
        padding-bottom: 240px;
    }
}

.post--event .post-details {
    display: block;
}

.post--event .badge {
    position: absolute;
    top: 25%;
    right: -2%;
    padding: 5px 50px;
    -webkit-transform: rotate(45deg) translate(0%, -100%);
    -ms-transform: rotate(45deg) translate(0%, -100%);
    transform: rotate(45deg) translate(0%, -100%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: #C8D200;
    color: #000000;
    min-width: 150px;
    text-align: center;
    font-size: 12px;
}

@media screen and (min-width: 780px) {
    .post--event .badge {
        top: 13%;
        right: -5%;
    }
}

.post--event .badge.error {
    background-color: #C51E1C;
    color: #FFFFFF;
}

.post--event .badge.kasse {
    background-color: #C8D200;
    color: #15468C;
    max-width: 210px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 50px;
}

@media screen and (min-width: 780px) {
    .post--event .badge.kasse {
        right: -3%;
        top: 19%;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
    .blog .post--card.col_sm_6:nth-child(2n+1) {
        clear: left;
    }
    .blog .post--card.col_sm_4:nth-child(3n+1) {
        clear: left;
    }
    .blog .post--card.col_sm_3:nth-child(4n+1) {
        clear: left;
    }
    .blog .post--card.col_sm_2:nth-child(6n+1) {
        clear: left;
    }
}

@media screen and (min-width: 780px) {
    .blog .post--card.col_md_6:nth-child(2n+1) {
        clear: left;
    }
    .blog .post--card.col_md_4:nth-child(3n+1) {
        clear: left;
    }
    .blog .post--card.col_md_3:nth-child(4n+1) {
        clear: left;
    }
    .blog .post--card.col_md_2:nth-child(6n+1) {
        clear: left;
    }
}

.gallery {
    padding-top: 15px;
}

.gallery-description {
    margin-bottom: 15px;
}

.gallery-item {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    float: left;
    padding: 0 15px;
}

.gallery-item a {
    text-decoration: none;
}

.gallery--cols_2 .gallery-item {
    width: 50%;
}

@media screen and (max-width: 1023px) {
    .gallery--cols_2 .gallery-item {
        width: 100%;
    }
}

@media screen and (max-width: 779px) {
    .gallery--cols_2 .gallery-item {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .gallery--cols_2 .gallery-item {
        width: Infinity;
    }
}

.gallery--cols_3 .gallery-item {
    width: 33.333%;
}

@media screen and (max-width: 1023px) {
    .gallery--cols_3 .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 779px) {
    .gallery--cols_3 .gallery-item {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .gallery--cols_3 .gallery-item {
        width: Infinity;
    }
}

.gallery--cols_4 .gallery-item {
    width: 25%;
}

@media screen and (max-width: 1023px) {
    .gallery--cols_4 .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 779px) {
    .gallery--cols_4 .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .gallery--cols_4 .gallery-item {
        width: 100%;
    }
}

.gallery--cols_5 .gallery-item {
    width: 20%;
}

@media screen and (max-width: 1023px) {
    .gallery--cols_5 .gallery-item {
        width: 33.333%;
    }
}

@media screen and (max-width: 779px) {
    .gallery--cols_5 .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .gallery--cols_5 .gallery-item {
        width: 100%;
    }
}

.gallery--cols_6 .gallery-item {
    width: 16.667%;
}

@media screen and (max-width: 1023px) {
    .gallery--cols_6 .gallery-item {
        width: 33.333%;
    }
}

@media screen and (max-width: 779px) {
    .gallery--cols_6 .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .gallery--cols_6 .gallery-item {
        width: 100%;
    }
}

.gallery-link {
    display: block;
}

.gallery-image {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.gallery-caption {
    background-color: rgba(21, 70, 140, 0.5);
    color: #FFFFFF;
    line-height: 1.2;
    position: absolute;
    font-weight: normal;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 3.75px;
    min-height: 36px;
    border-top: 1px solid #000000;
}

@media screen and (min-width: 780px) {
    .gallery-caption {
        font-size: 15px;
    }
}

.gallery-caption .icon-svg {
    height: 15px;
}

.gallery-caption .icon-svg path {
    fill: #FFFFFF;
}

.brand {
    line-height: 96px;
    height: 96px;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.brand-image {
    vertical-align: middle;
    max-height: 96px;
    max-width: 80%;
}

.brand-content {
    position: absolute;
    background-color: #15468C;
    color: #000000;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-link {
    text-decoration: none;
}

.brand:hover .brand-content {
    opacity: 1;
    left: 0;
}

.gbrands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gbrands-item {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #C51E1C;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc( 33.33% - 30px);
    -ms-flex: 1 0 calc( 33.33% - 30px);
    flex: 1 0 calc( 33.33% - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
    min-width: 200px;
    padding: 15px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gbrands-item:before {
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
    background-color: #C51E1C;
}

.gbrands-item:hover:before {
    height: 100%;
}

.gbrands-item a {
    text-decoration: none;
}

.gbrands-image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    .gbrands {
        padding: 30px;
    }
}

.gm {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 0;
}

.gm-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gm-map img {
    max-width: none;
}

.gm-map.is-loading::before {
    content: ' ';
    position: absolute;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -65px;
    background: transparent url("./assets/images/logo_weiss_200px.png") no-repeat center center;
    background-size: 130px;
    z-index: 150;
}

.gm-map.is-loading::after {
    content: '';
    position: absolute;
    border-width: 10px 0 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    width: 130px;
    height: 130px;
    border-radius: 100% 0 0 0;
    -webkit-animation: rotate 1.5s linear infinite reverse;
    animation: rotate 1.5s linear infinite reverse;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -130px;
    -webkit-transform-origin: 130px 130px;
    -ms-transform-origin: 130px 130px;
    transform-origin: 130px 130px;
    z-index: 150;
}

.gm-map--indent {
    left: 15px;
    right: 15px;
    width: -webkit-calc( 100% - $gutter);
    width: calc( 100% - $gutter);
}

.article .gm {
    margin-bottom: 30px;
}

.footer .gm {
    color: #333;
}

.linkbox {
    margin-bottom: 24px;
    background-color: #15468C;
    border-radius: 9px;
}

.linkbox-link {
    display: block;
    text-decoration: none;
}

.linkbox-image-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -12px;
    margin-bottom: 24px;
}

.linkbox-content {
    padding: 0 24px 24px;
}

.linkbox-description {
    font-size: 15px;
    min-height: 48px;
    text-align: center;
    padding: 12px 15px;
    background-color: #FFFFFF;
}

.linkbox-caption {
    color: #FFFFFF;
    display: block;
    line-height: 24px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.linkbox-caption span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.linkbox--simple {
    display: block;
    text-decoration: none;
    background-size: cover;
}

.single_image-iwrap {
    margin-bottom: 48px;
}

.single_image-caption {
    font-size: 12px;
    text-align: center;
    background-color: #15468C;
    color: #555555;
    padding: 0 12px;
}

.single_image-caption p {
    margin-top: 5px;
}

.slider {
    margin: 0 0 30px;
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.slider-item {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.slider-content {
    max-width: 33.33%;
    min-width: 300px;
    margin: 15px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5vw;
    max-height: 60%;
}

.slider-title {
    border-bottom: 1px solid #15468C;
    font-size: 25px;
    font-weight: bold;
    line-height: 48px;
}

.slider-link {
    display: block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    background-color: #15468C;
    color: #555555;
    padding: 12px 48px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    font-weight: bold;
}

.slider-video {
    display: block;
    margin: 0 auto;
    width: 1137px;
    max-width: 100%;
    position: relative;
    min-height: 300px;
    height: 100%;
}

.slider-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bx-pager {
    bottom: -15px;
}

.bx-pager-item {
    background: none;
}

.bx-pager-link {
    border: 1px solid color(white);
    background-color: transparent;
}

.bx-pager-link.active {
    background-color: color(white);
}

.person {
    text-align: center;
    margin-bottom: 96px;
}

.person-inner {
    position: relative;
    overflow: hidden;
}

.person-name {
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
}

.person-frame {
    overflow: hidden;
}

.person-image {
    width: 100%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.person-description {
    color: #a2a2a2;
    text-align: left;
    font-size: 12px;
}

.person-quote {
    position: absolute;
    -webkit-transition: left .2s ease-out;
    transition: left .2s ease-out;
    top: 435px;
    left: 100%;
    width: 100%;
    line-height: 144px;
    height: 144px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #15468C;
    z-index: 10;
}

.person-quote p {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    padding: 20px;
    color: #000000;
    font-weight: 300;
}

.person-position {
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    min-height: 48px;
}

.person:hover .person-image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.person:hover .person-quote {
    left: 0;
}

.widget {
    padding-top: 5px;
    padding-bottom: 5px;
    /* Vibus search Form */
}

.widget-title {
    font-weight: 400;
    margin-bottom: 12px;
    border-bottom: 1px solid #CCC;
    display: block;
}

.widget ul {
    list-style: none;
    margin-top: 0;
}

.widget li a {
    text-decoration: none;
}

@media screen and (max-width: 779px) {
    .widget-toggle {
        background-color: inherit;
        border-radius: 0 5px 5px 0;
        color: #FFFFFF;
        height: 96px;
        left: 100%;
        margin-top: -48px;
        padding: 15px 5px;
        position: absolute;
        text-align: center;
        top: 50%;
        writing-mode: sideways-lr;
    }
}


/** Facebook Timeline
=========================== */

.newslist-iwrap {
    background-color: #C51E1C;
    padding: 15px;
}

.newslist-link {
    clear: left;
    display: block;
    width: 150px;
    margin: 15px auto;
}

.news {
    background-color: #555555;
    color: #FFFFFF;
    padding: 15px;
}

.news-wrap {
    padding: 15px;
}

@media screen and (min-width: 780px) {
    .news-wrap {
        float: left;
        width: 50%;
    }
}

.news-name {
    display: none;
}

.news-date {
    flign: left;
    text-decoration: none;
}

.news-date:hover {
    text-decoration: underline;
}

.news-image {
    float: left;
    margin-right: 15px;
    width: 50%;
}

.news-info {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-comment+.news-comment {
    margin-top: 10px;
}

.news-avatarname {
    display: none;
}

.news-message,
.news-comment_date {
    margin-top: 0;
}

.qa-faq-title {
    margin-bottom: 12px;
    display: block;
    padding-left: 24px;
    text-indent: -24px;
    cursor: pointer;
}

.qa-faq-title a {
    text-decoration: none;
}

.qa-faq-title::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    margin: 0;
    width: 24px;
    text-indent: 0;
    font-size: 1.2em;
}

.is-open>.qa-faq-title::before,
[open]>.qa-faq-title::before {
    content: "";
}

.qa-faq-answer {
    margin-bottom: 36px;
    padding-left: 24px;
}

.vibus-events .article-header,
.vibus-events .gallery-heading {
    margin-bottom: 0;
    padding-right: 70px;
}

.event-title {
    min-height: 48px;
    margin-top: 12px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@supports (hyphenate-limit-chars: 6) or (-ms-hyphenate-limit-chars: 6) {
    .event-title {
        hyphenate-limit-chars: 6 4 4;
        -ms-hyphenate-limit-chars: 6 4 4;
    }
}

.event-title a {
    text-decoration: none;
}

.event-badge {
    position: absolute;
    top: 25%;
    right: -2%;
    padding: 5px 50px;
    -webkit-transform: rotate(45deg) translate(0%, -100%);
    -ms-transform: rotate(45deg) translate(0%, -100%);
    transform: rotate(45deg) translate(0%, -100%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: #C8D200;
    color: #000000;
    min-width: 150px;
    text-align: center;
    font-size: 12px;
}

@media screen and (min-width: 780px) {
    .event-badge {
        top: 13%;
        right: -5%;
    }
}

.event-badge.error {
    background-color: #C51E1C;
    color: #FFFFFF;
}

.event-badge.kasse {
    background-color: #F8CB14;
    color: #555555;
    max-width: 200px;
}

@media screen and (min-width: 780px) {
    .event-badge.kasse {
        right: -13%;
    }
}

.event--small {
    overflow: hidden;
}

.event--small .event-date {
    margin-top: 0;
}

.event--small .event-picture {
    height: 0;
    padding-bottom: 58.82%;
    overflow: hidden;
}

.event--small .event-picture img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.vibus {
    /**
 *  Presaler blocks
 */
}

.vibus .eventim_logo {
    text-align: center;
    margin: 24px auto;
}

@media screen and (min-width: 1024px) {
    .vibus .eventim_logo {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
}

.vibus-events {
    margin-bottom: 24px;
}

.vibus.is-reloading {
    background: transparent url("./assets/images/ntticket_weiss_1024px.png") no-repeat center 50px;
    background-size: 125px;
}

.vibus.is-reloading::before {
    content: '';
    position: absolute;
    border-width: 10px 0 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    width: 125px;
    height: 125px;
    border-radius: 100% 0 0 0;
    -webkit-animation: rotate 1.5s linear infinite reverse;
    animation: rotate 1.5s linear infinite reverse;
    top: 125px;
    left: 50%;
    margin-left: -125px;
    margin-top: -125px;
    -webkit-transform-origin: 125px 125px;
    -ms-transform-origin: 125px 125px;
    transform-origin: 125px 125px;
}

.vibus-badge {
    position: absolute;
    top: 25%;
    right: -10px;
    padding: 5px 50px;
    -webkit-transform: rotate(45deg) translate(0%, -100%);
    -ms-transform: rotate(45deg) translate(0%, -100%);
    transform: rotate(45deg) translate(0%, -100%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: #C8D200;
    color: #000000;
    min-width: 150px;
    text-align: center;
    font-size: 12px;
    z-index: 100;
}

@media screen and (min-width: 780px) {
    .vibus-badge {
        top: 13%;
        right: -20px;
    }
}

.vibus-badge.error {
    background-color: #C51E1C;
    color: #FFFFFF;
}

.vibus-badge.kasse {
    background-color: #C8D200;
    color: #15468C;
    max-width: 210px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 50px;
}

@media screen and (min-width: 780px) {
    .vibus-badge.kasse {
        right: -3%;
        top: 19%;
    }
}

.vibus-block {
    background-color: #EEEEEE;
    padding: 12px 15px;
}

.vibus-block:after {
    content: "";
    display: table;
    clear: both;
}

.vibus-block h1,
.vibus-block h2,
.vibus-block h3,
.vibus-block h4 {
    margin-bottom: 24px;
    hyphens: auto;
}

.vibus-list {
    padding: 0;
    display: block;
    /* li, */
}

@media screen and (min-width: 780px) {
    .vibus-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.vibus-list_item {
    margin: 0 4px 4px 0;
}

.vibus-list--filter,
.vibus-list--filter-center {
    padding: 0;
    list-style: inside none;
    margin: 0 0 36px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
    .vibus-list--filter,
    .vibus-list--filter-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.vibus-list--filter .vibus-list_item,
.vibus-list--filter-center .vibus-list_item {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .vibus-list--filter .vibus-list_item,
    .vibus-list--filter-center .vibus-list_item {
        margin-bottom: 12px;
    }
}

.vibus-list--filter .vibus-list_item a,
.vibus-list--filter-center .vibus-list_item a,
.vibus-list--filter .vibus-list_item label,
.vibus-list--filter-center .vibus-list_item label {
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #15468C;
    display: inline-block;
    min-width: 8ch;
    padding: 6px;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 479px) {
    .vibus-list--filter .vibus-list_item a,
    .vibus-list--filter-center .vibus-list_item a,
    .vibus-list--filter .vibus-list_item label,
    .vibus-list--filter-center .vibus-list_item label {
        font-size: 12px;
    }
}

.vibus-list--filter .vibus-list_item a.is-set,
.vibus-list--filter-center .vibus-list_item a.is-set,
.vibus-list--filter .vibus-list_item label.is-set,
.vibus-list--filter-center .vibus-list_item label.is-set {
    background-color: #8aa3c6;
}

.vibus-list--filter .vibus-list_item a.is-set::after,
.vibus-list--filter-center .vibus-list_item a.is-set::after,
.vibus-list--filter .vibus-list_item label.is-set::after,
.vibus-list--filter-center .vibus-list_item label.is-set::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    float: right;
    line-height: inherit;
}

.vibus-list--filter-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.vibus-list .vibus-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.vibus-list--tree [data-toggle="collapse"] {
    cursor: pointer;
}

.vibus-list--tree>li {
    margin-bottom: 12px;
}

.vibus-list--tree ul {
    padding-left: 45px;
}

.vibus-list--tree ul>li:first-child {
    margin-top: 0;
}

.vibus-list--tree small {
    color: #15468C;
}

.vibus-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.vibus-item>a {
    overflow: hidden;
    display: block;
}

.vibus-item img,
.vibus-item picture {
    text-align: center;
    -webkit-transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
}

.vibus-item:nth-child(3n+3) {
    margin-right: 0;
}

.vibus-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.vibus-item:hover .vibus-description {
    white-space: normal;
    max-height: 240px;
}

.vibus-item:hover .vibus-link {
    opacity: 1;
}

.vibus--mainEvents .vibus-item:nth-child(n+4) {
    margin-bottom: 0;
}

.vibus-itemgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /**
     * Safari shity, shity, shit
     */
    /**
     * the other shity browser
     */
}

.vibus-itemgroup ::i-block-chrome,
.vibus-itemgroup {
    display: block !important;
}

.vibus-itemgroup ::i-block-chrome>div,
.vibus-itemgroup>div {
    float: left;
}

.vibus-itemgroup ::i-block-chrome>div:nth-child(3n+1),
.vibus-itemgroup>div:nth-child(3n+1) {
    clear: left;
}

@media screen and (max-width: 779px) {
    .vibus-itemgroup {
        display: block;
    }
    .vibus-itemgroup:nth-child(n+2) {
        display: none;
    }
}

.vibus-intro {
    margin-bottom: 24px;
}

.vibus-date {
    background-color: rgba(21, 70, 140, 0.8);
    color: #FFFFFF;
    display: table;
    font-weight: bold;
    line-heigfht: 24px;
    margin: 0 auto -24px;
    padding: 0 6px;
    position: relative;
}

.vibus-date:before,
.vibus-date:after {
    content: '';
    border-style: solid;
    border-width: 12px 5px;
    position: absolute;
    top: 0;
}

.vibus-date:before {
    border-color: rgba(21, 70, 140, 0.8) rgba(21, 70, 140, 0.8) transparent transparent;
    left: -10px;
}

.vibus-date:after {
    border-color: rgba(21, 70, 140, 0.8) transparent transparent rgba(21, 70, 140, 0.8);
    right: -10px;
}

.vibus-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 12px 15px;
    min-height: 96px;
}

.vibus-title {
    font-weight: 400;
    min-height: 48px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@supports (hyphenate-limit-chars: 6) or (-ms-hyphenate-limit-chars: 6) {
    .vibus-title {
        hyphenate-limit-chars: 6 4 4;
        -ms-hyphenate-limit-chars: 6 4 4;
    }
}

.vibus-title a {
    text-decoration: none;
}

.vibus-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vibus-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 24px;
    -webkit-transition: max-height .75s ease-out;
    transition: max-height .75s ease-out;
}

+.vibus-presaler {
    margin-top: 6px;
}

.vibus-presaler[open] {
    margin-bottom: 24px;
}

.vibus-presaler.is-active {
    background-color: #dce3ee;
}

.vibus-presaler-name {
    display: block;
    padding-left: 1.2em;
    cursor: pointer;
}

.vibus-presaler-name::-moz-native-anonymous {
    display: none;
}

.vibus-presaler-name::-webkit-details-marker {
    display: none;
}

.vibus-presaler-name::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    margin: 0;
    margin-left: -1em;
    text-indent: 0;
    font-size: 1.2em;
}

.is-open>.vibus-presaler-name::before,
[open]>.vibus-presaler-name::before {
    content: "";
}

@media screen and (max-width: 479px) {
    .vibus-presaler-name strong {
        display: block;
    }
}

.vibus-presaler-content {
    padding-top: 12px;
    padding-left: 1.2em;
    display: none;
}

.vibus-presaler-content:after {
    content: "";
    display: table;
    clear: both;
}

.is-open>.vibus-presaler-content,
[open]>.vibus-presaler-content {
    display: block;
}

.vibus-presaler-address+.vibus-presaler-contact {
    margin-top: 12px;
}

+.vibus-presaler-contact {
    margin-top: 0;
}

@media screen and (max-width: 779px) {
    .vibus-presaler-times {
        margin-top: 24px;
    }
}

.pricetable {
    width: 100%;
    max-width: 600px;
}

.pricetable-head,
.pricetable-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-netween;
    -webkit-justify-content: space-netween;
    -ms-flex-pack: space-netween;
    justify-content: space-netween;
    text-align: left;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricetable-head a,
.pricetable-item a {
    text-decoration: none;
}

.pricetable-head {
    margin: 12px 0 6px !important;
}

.pricetable ul,
.pricetable dl,
.pricetable ol {
    padding: 0;
}

.pricetable-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.pricetable-item dt,
.pricetable-item-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.pricetable-item dd,
.pricetable-item-price {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin: 0;
}

.commercial {
    text-align: center;
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
}

.commercial-title {
    display: block;
}

.commercial--facebook {
    background-color: #15468C;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #FFFFFF;
}

.commercial--facebook .commercial-title {
    font-weight: bold;
    font-size: 20px;
    margin: 12px auto;
}

@media(max-width:779px) {
    .header-logo {
        max-width: 200px;
    }
}

@media(max-width:400px) {
    .header-middle {
        padding-bottom: 70px;
    }
    .header-nav.menuwrap {
        right: 15px;
        position: absolute;
        top: 85px;
    }
    .header-logo {
        max-width: 100%;
        position: absolute;
        top: 15px;
    }
    ul#menu-header-menue {
        position: relative;
        top: 77px;
        right: 70px;
    }
    .toggled-on .menu-wrap {
        top: 264px;
    }
    .header-nav .menu {
        top: 265px;
    }
}


/* iframe#vibus {
    transform: translateY(-40px);
} */

#backLink {
    position: absolute;
    top: 15px;
}

@media(max-width:460px) {
    #backLink {
        position: relative;
        top: 15px;
        width: 100%;
    }
}

body.ie>main.content {
    margin-top: 30px;
}

@media(max-width:460px) {
    body.ie>main.content {
        margin-top: 0px;
    }
}

#cookieChoiceInfo {
    display: none !important;
}

.bx-wrapper .bx-loading {
    display: none !important;
}

/* VIBUS FILTER LANDESTHEATER OBERPFALZ VORÜBERGEHEND AUSBLENDEN 01.08.2022 */
.page-id-2471 #vibusMainEvents .vibus-list--filter .vibus-list_item--promoter {
    display: none;
}