.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2em;
    padding-left: 2em;
    max-width: 100%;
    width: 100%
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .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-md, .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-sm, .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-xl, .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, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333%
}

.pull-2 {
    right: 16.66667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333%
}

.pull-5 {
    right: 41.66667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333%
}

.pull-8 {
    right: 66.66667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333%
}

.pull-11 {
    right: 91.66667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333%
}

.push-2 {
    left: 16.66667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333%
}

.push-5 {
    left: 41.66667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333%
}

.push-8 {
    left: 66.66667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333%
}

.push-11 {
    left: 91.66667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xxl-0 {
        right: auto
    }

    .pull-xxl-1 {
        right: 8.33333%
    }

    .pull-xxl-2 {
        right: 16.66667%
    }

    .pull-xxl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xxl-5 {
        right: 41.66667%
    }

    .pull-xxl-6 {
        right: 50%
    }

    .pull-xxl-7 {
        right: 58.33333%
    }

    .pull-xxl-8 {
        right: 66.66667%
    }

    .pull-xxl-9 {
        right: 75%
    }

    .pull-xxl-10 {
        right: 83.33333%
    }

    .pull-xxl-11 {
        right: 91.66667%
    }

    .pull-xxl-12 {
        right: 100%
    }

    .push-xxl-0 {
        left: auto
    }

    .push-xxl-1 {
        left: 8.33333%
    }

    .push-xxl-2 {
        left: 16.66667%
    }

    .push-xxl-3 {
        left: 25%
    }

    .push-xxl-4 {
        left: 33.33333%
    }

    .push-xxl-5 {
        left: 41.66667%
    }

    .push-xxl-6 {
        left: 50%
    }

    .push-xxl-7 {
        left: 58.33333%
    }

    .push-xxl-8 {
        left: 66.66667%
    }

    .push-xxl-9 {
        left: 75%
    }

    .push-xxl-10 {
        left: 83.33333%
    }

    .push-xxl-11 {
        left: 91.66667%
    }

    .push-xxl-12 {
        left: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

* {
    list-style: none;
    padding: 0;
    margin: 0;
    outline: 0
}

*, html {
    box-sizing: border-box
}

html {
    font-size: 16px;
    line-height: 1.3rem;
    color: #535353
}

body, html {
    overflow-x: hidden
}

body {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    font-family: Lato, sans-serif
}

body #page {
    margin: 0 auto;
    padding: 1em
}

#js-viewport {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 7;
    background: #535353;
    color: #fff;
    padding: 20px;
    border-top-right-radius: 8px
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

a {
    color: #872129;
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

a, a:hover {
    text-decoration: none
}

a:hover {
    color: #535353
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%
}

img.lazy {
    opacity: 0;
    transition: all .4s;
    transition-delay: .1s
}

img.lazy.showImg {
    opacity: 1
}

.unveil {
    opacity: 0;
    transition: all .4s
}

.unveil.unveil-loaded {
    opacity: 1
}

.center {
    text-align: center
}

.align-center .row {
    -ms-flex-align: center;
    align-items: center
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.btn {
    background: #872129;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border: none;
    border-radius: .25rem
}

.btn:before {
    display: none
}

.btn:hover {
    background: #535353;
    color: #fff
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary {
    border: none
}

ul.styled {
    margin: 0
}

ul.styled li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: .5rem
}

ul.styled li:last-child {
    margin-bottom: 0
}

ul.styled li i {
    position: absolute;
    left: 0;
    top: 4px
}

.videoFrame {
    width: 100%;
    height: 25rem
}

.m-backtotop {
    transition: all .3s ease-in-out;
    position: fixed;
    right: 40px;
    width: 54px;
    height: 54px;
    background: #535353;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
    border-radius: 5px
}

.m-backtotop div {
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

.m-backtotop div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1
}

.m-backtotop .text {
    font-size: 1rem;
    line-height: .7rem;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px
}

.m-backtotop.active {
    bottom: 80px;
    opacity: 1
}

@media (min-width: 992px) {
    .m-backtotop.active {
        bottom: 30px;
        opacity: 1;
        visibility: visible
    }
}

.m-backtotop:hover {
    transform: scale(1.1);
    cursor: pointer;
    background: #872129;
    box-shadow: 0 10px 5px rgba(0, 0, 0, .1)
}

.m-backtotop:hover > div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0
}

.m-backtotop:hover > div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1
}

.gallery .container {
    padding-top: 0
}

.gallery a {
    margin-bottom: 2rem
}

.gallery .img-hover {
    position: relative;
    display: block;
    overflow: hidden
}

.gallery .img-hover:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    transform: translateY(-50%)
}

.gallery .img-hover:after, .gallery .img-hover:before {
    transition: .5s cubic-bezier(.6, 0, 0, .5);
    position: absolute;
    opacity: 0
}

.gallery .img-hover:after {
    content: "\f067";
    color: #fff;
    font-size: 2.1rem;
    font-family: Font Awesome\ 5 Pro;
    right: 30px;
    border: none;
    bottom: 30px;
    transform: translateY(50%)
}

.gallery .img-hover:hover:after, .gallery .img-hover:hover:before {
    transform: none;
    opacity: 1
}

.ekko-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important
}

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 1.8rem;
    z-index: 1
}

.ekko-lightbox-nav-overlay a > * {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ekko-lightbox-nav-overlay a > :focus {
    outline: none
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus {
    outline: none
}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
}

.ekko-lightbox-loader > div > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader > div > div:last-child {
    animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #535353
}

.modal-body {
    padding: 0
}

@keyframes a {
    0%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.parallax {
    transform: translate(0)
}

.parallax.toggle {
    transform: translateY(10%)
}

.card-w {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .2), 0 15px 12px rgba(0, 0, 0, .15);
    z-index: 1;
    margin: 2em 0;
    position: relative;
    margin-bottom: 3em
}

.card-w .label {
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .2), 0 15px 12px rgba(0, 0, 0, .15);
    padding: .5em 2em;
    margin-bottom: -.5em;
    font-family: Marcellus SC, sans-serif;
    color: #872129
}

.card-w .label, .card-w .label:after {
    position: absolute;
    left: 0;
    background: #fff
}

.card-w .label:after {
    content: "";
    top: 100%;
    margin-top: -.5em;
    width: 200%;
    height: 4em;
    max-width: calc(100vw - 2em);
    border-radius: 5px
}

.m-backtotop {
    z-index: 6
}

.h4 {
    font-family: Marcellus SC, sans-serif;
    color: #872129;
    font-size: 1.2em
}

.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 300
}

.nav-bg {
    display: none
}

.h2, h2 {
    margin-bottom: 1em
}

ol.list-numbers {
    padding-left: 1em
}

ol.list-numbers li {
    list-style: decimal;
    padding-left: .5em
}

.table {
    margin: 2em 0
}

.card-w {
    transform: scale(1) translateY(20%) perspective(800px) rotateX(0deg)
}

@media (min-width: 992px) {
    .card-w {
        transform: scale(1.1) translateY(20%) perspective(800px) rotateX(-6deg)
    }
}

.card-w.toggle {
    transform: scale(1) translate(0) perspective(800px) rotateX(0deg)
}

h1 {
    font-family: Marcellus SC, sans-serif;
    color: #872129;
    margin-bottom: .5em
}

.h2, h2 {
    font-size: 1.5rem
}

ol, ul {
    color: #872229;
    font-weight: 700;
    font-family: Marcellus SC, sans-serif
}

ol span, ul span {
    color: #333;
    font-weight: 300;
    font-family: Lato, sans-serif
}

ol li, ul li {
    margin-bottom: .5em
}

.h2, h2, p {
    color: #333
}

b {
    color: #872229;
    font-weight: 700
}

header .claim h1.claim-headline {
    font-size: 3rem;
    line-height: 1.1em;
    margin-bottom: .5em
}

img {
    max-width: 100%
}

.cta-img {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
    width: 100%;
    max-width: 460px
}

.contact-icon-w {
    position: fixed;
    top: 50%;
    right: 1rem;
    font-size: 1.5em;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .5s ease-in-out;
    transform: translateY(-50%);
    transition: all .5s ease-in-out
}

.contact-icon-w .icon {
    margin-bottom: 1em;
    display: block;
    padding: .5em;
    background-color: #872229;
    font-family: Font Awesome\ 5 Pro;
    color: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .2), 0 15px 12px rgba(0, 0, 0, .15);
    border-radius: 5px
}

.contact-icon-w .icon:last-child {
    margin-bottom: 0
}

.table-w {
    width: 100%;
    overflow: scroll
}

.table-dec {
    display: none
}

td p {
    margin: 0
}

td:nth-child(2):before {
    content: "Anerkannt: "
}

td:nth-child(3):before {
    content: "Besondere Bindung nachweispflichtig: "
}

@media (max-width: 571px) {
    h1, header .claim h1.claim-headline {
        font-size: 8.4vw
    }
}

@media (max-width: 576px) {
    td:first-child {
        font-weight: 700
    }

    .table td {
        border-top: none
    }

    .table tr:last-child {
        border-bottom: 1px solid #dee2e6
    }

    .table td, .table th {
        display: block;
        width: 100%
    }

    .table td {
        padding: .25rem 0
    }

    .table tr {
        border-top: 1px solid #dee2e6;
        display: block;
        padding: .5rem 0
    }

    .table tr.table-dec {
        display: none
    }
}

@media (min-width: 576px) {
    td:before {
        content: ""
    }

    .table-dec {
        display: table-row
    }
}

.form-control {
    border: none;
    border-radius: 0;
    padding: 10px 0;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px
}

.form-control:focus {
    border-color: none;
    box-shadow: none
}

.form-group {
    margin-bottom: 20px
}

.form-text {
    opacity: .4;
    font-weight: 100
}

.checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    margin-bottom: 20px
}

.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkContainer a {
    color: #872129
}

.checkmark {
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid rgba(37, 40, 49, .3);
    overflow: hidden
}

.checkmark, .checkmark:before {
    position: absolute;
    top: 0;
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

.checkmark:before {
    content: "\f00c";
    left: 50%;
    transform: translateX(-200%);
    font-family: Font Awesome\ 5 Pro;
    color: #fff;
    opacity: 0;
    visibility: hidden
}

.checkContainer:hover input ~ .checkmark {
    background-color: rgba(37, 40, 49, .3)
}

.checkContainer input:checked ~ .checkmark {
    background-color: #872129;
    border: 1px solid #872129
}

.checkContainer input:checked ~ .checkmark:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkContainer input:checked ~ .checkmark:after {
    display: block
}

x.checkContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.flexBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.buttonReset {
    opacity: .4;
    transition: all .4s;
    margin-right: 20px
}

.buttonReset:hover {
    opacity: 1
}

.form-container {
    position: relative
}

label.error {
    background: #6d6d6d;
    padding: 6px 15px;
    width: 80%;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    transition: 500px;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    z-index: 2;
    box-shadow: 0 0 0 #000
}

label.error:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #6d6d6d
}

.w-form-done, .w-form-fail {
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    box-shadow: 0 0 0 #000;
    font-size: 1.125rem;
    opacity: 0;
    transform: translateY(100px);
    margin-bottom: 50px
}

.w-form-done.animate-in, .w-form-fail.animate-in {
    opacity: 1;
    transform: none
}

.navi-main {
    position: absolute;
    background: #fff;
    z-index: 3;
    transform: translateY(150%);
    transition: .5s cubic-bezier(.6, 0, 0, .5);
    height: 50vh;
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 100px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    overflow-y: scroll;
    padding-bottom: 150px
}

@media (min-width: 768px) {
    .navi-main {
        position: absolute;
        transform: none;
        box-shadow: none;
        padding: 0;
        background: none;
        width: 100%;
        max-width: 100%;
        z-index: 0;
        height: 100%;
        top: 0;
        overflow: visible;
        border-top: none
    }
}

.navi-main.active-menu {
    transform: translateY(0);
    box-shadow: 0 -10px 60px rgba(0, 0, 0, .4)
}

.navi-main ul {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .navi-main ul {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.navi-main ul li {
    list-style: none;
    margin: 0
}

.navi-main ul li, .navi-main ul li.hasSub a {
    position: relative
}

@media (min-width: 768px) {
    .navi-main ul li.hasSub a {
        padding-right: 15px
    }
}

.navi-main ul li.hasSub a:after {
    display: none
}

.navi-main ul li.hasSub a:before {
    content: "\f107";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #535353;
    opacity: .3;
    transition: all .4s;
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .navi-main ul li.hasSub a:before {
        right: 0
    }
}

.navi-main ul li.hasSub.active a:before {
    transform: translateY(-50%) rotate(180deg)
}

.navi-main ul li ul.sub {
    border-bottom: 1px solid rgba(83, 83, 83, .05);
    margin: 0 15px;
    padding: 10px 0
}

@media (min-width: 768px) {
    .navi-main ul li ul.sub {
        position: absolute;
        top: 30px;
        transform: none;
        right: auto;
        background: #fff;
        opacity: 0;
        left: 30px;
        visibility: hidden;
        transition: all .4s;
        margin: 0;
        padding: 0;
        width: 80px;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .05)
    }
}

.navi-main ul li ul.sub li {
    display: block
}

.navi-main ul li ul.sub li a {
    margin: 0;
    padding-left: 30px;
    padding: 5px 15px;
    margin-left: 16px;
    border: none;
    font-size: .875rem
}

.navi-main ul li ul.sub li a:before {
    display: none
}

.navi-main ul li ul.sub li a:hover {
    color: #872129
}

@media (min-width: 768px) {
    .navi-main ul li ul.sub li a {
        padding: 10px;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .navi-main ul li {
        display: inline-block
    }

    .navi-main ul li.hasSub:hover .sub {
        opacity: 1;
        visibility: visible
    }
}

.navi-main ul li a {
    text-align: left;
    margin: .1rem 15px;
    padding: .5rem 15px;
    color: #535353;
    display: block;
    transition: .5s cubic-bezier(.6, 0, 0, .5);
    position: relative;
    font-size: .9rem;
    opacity: 1;
    border-bottom: 1px solid rgba(83, 83, 83, .05)
}

@media (min-width: 768px) {
    .navi-main ul li a {
        margin: 0;
        margin-left: 30px;
        padding: 0;
        font-size: 1rem;
        border: none;
        margin-bottom: 0
    }
}

.navi-main ul li a:hover {
    color: #872129
}

.navi-main ul li:last-child a {
    border-bottom: none
}

.navi-main ul li.active .sub a {
    color: #535353
}

.navi-main ul li.active .sub .active a, .navi-main ul li.active a {
    color: #872129
}

.navi-main ul li.active:after {
    opacity: 1;
    width: 100%
}

.nav-bg {
    position: absolute;
    bottom: 0
}

.nav-bg, .nav-bg .navMenu {
    transition: .5s cubic-bezier(.6, 0, 0, .5);
    z-index: 4;
    width: 100%
}

.nav-bg .navMenu {
    background: #fff;
    height: 60px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.nav-bg .navMenu .phone {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.75rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #535353;
    font-size: 1rem;
    font-weight: 300;
    opacity: .3;
    border-right: 1px solid rgba(83, 83, 83, .2)
}

.nav-bg .navMenu .phone:hover {
    opacity: 1
}

.nav-bg .navMenu .mail {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.75rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #535353;
    font-size: 1.125rem;
    font-weight: 300;
    opacity: .3;
    border-right: 1px solid rgba(83, 83, 83, .2)
}

.nav-bg .navMenu .mail:hover {
    opacity: 1
}

@media (min-width: 768px) {
    .nav-bg .navMenu {
        height: auto;
        display: none
    }
}

.nav-bg .large-brand {
    display: none;
    padding: 1em 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    width: 80%;
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

@media (min-width: 768px) {
    .nav-bg .large-brand {
        width: auto;
        display: inline-block
    }
}

.nav-bg .large-brand img {
    width: 80%;
    width: 300px;
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

@media (min-width: 768px) {
    .nav-bg {
        bottom: auto;
        top: 2em
    }
}

@media (min-width: 768px) {
    .nav-bg.navigation-scroll {
        background: #fff;
        box-shadow: 0 10px 20px rgba(83, 83, 83, .08)
    }

    .nav-bg.navigation-scroll .large-brand {
        padding: 15px 0
    }

    .nav-bg.navigation-scroll .large-brand img {
        width: 60px
    }
}

.nav-bg.navigation-scroll .navMenu {
    height: 50px
}

.navbar-brand {
    display: block;
    padding: 20px 0;
    margin-right: 0;
    position: relative;
    z-index: 5;
    text-align: center;
    position: absolute;
    width: 100%
}

.navbar-brand, .navbar-brand img {
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

.navbar-brand img {
    width: 140px
}

.fixed-body {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    overflow: hidden
}

.fixed-body #page:before {
    opacity: 1;
    transform: none;
    visibility: visible
}

html.safari.fixed-body {
    overflow: hidden
}

.menuIcons {
    right: 0;
    width: 3.75rem
}

.menuIcons, .menuIcons:before {
    position: absolute;
    height: 100%
}

.menuIcons:before {
    content: "";
    width: 1px;
    left: 0;
    background: rgba(83, 83, 83, .05);
    top: 0
}

#toggle-nav {
    cursor: pointer;
    color: #535353;
    font-size: 22px;
    transform: rotate(0);
    opacity: 1;
    width: 3.75rem;
    height: 100%;
    right: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#toggle-nav, #toggle-nav .toggler span {
    position: absolute;
    transition: .5s cubic-bezier(.6, 0, 0, .5)
}

#toggle-nav .toggler span {
    width: 18px;
    height: 2px;
    background: #535353;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#toggle-nav .toggler span:first-child {
    top: calc(50% - 6px)
}

#toggle-nav .toggler span:nth-child(3) {
    top: calc(50% + 6px)
}

#toggle-nav .toggler.animate span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

#toggle-nav .toggler.animate span:nth-child(2) {
    height: 0
}

#toggle-nav .toggler.animate span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media (min-width: 768px) {
    #toggle-nav {
        display: none
    }
}

.pageHidden {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.navbar-brand {
    padding: 3em
}

.navbar-brand img {
    width: 100%;
    max-width: 250px
}

header {
    max-width: 1600px;
    margin: 0 auto;
    z-index: 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 1em;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 38px rgba(0, 0, 0, .2), 0 10px 12px rgba(0, 0, 0, .15)
}

@media (min-width: 1200px) {
    header {
        height: 110vh
    }
}

body:not(.index) header {
    height: 20rem
}

header .parallax {
    background-size: cover;
    position: absolute;
    top: -10%;
    left: -10%;
    right: -10%;
    bottom: -10%;
    z-index: 0
}

header .parallax img, header .parallax picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header .parallax img {
    -o-object-fit: cover;
    object-fit: cover
}

header .claim {
    margin-top: -5vh;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

@media (min-width: 768px) {
    header .claim p {
        font-size: 18px;
        line-height: 26px;
        max-width: 90%;
        margin: 0 auto 20px
    }
}

body:not(.index) header .claim {
    display: none
}

header .claim .claim-headline {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.7rem
}

@media (min-width: 768px) {
    header .claim .claim-headline {
        font-size: 4rem;
        line-height: 4.5rem
    }
}

@media (min-width: 992px) {
    header .claim {
        max-width: 50%
    }
}

main {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto
}

main .container {
    padding-top: 50px;
    padding-bottom: 50px
}

main .container.next-container {
    padding-top: 0
}

footer {
    margin: -1em;
    margin-top: 0;
    background: #fafafa
}

footer a {
    color: #333
}

@media (min-width: 768px) {
    footer {
        padding-bottom: 0
    }
}

footer hr {
    margin: 30px 0
}

footer .container {
    padding-top: 50px;
    padding-bottom: 50px
}

.naviAdd {
    margin: 0;
    margin-top: 50px
}

@media (min-width: 768px) {
    .naviAdd {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .naviAdd li {
        display: block;
        margin: 6px 0
    }
}

.naviAdd li a {
    color: #535353
}

.naviAdd li.active a {
    color: #872129
}

/*# sourceMappingURL=../css/styles.css.map */

/* COOKIEBOT */

#CybotCookiebotDialogBodyButtons {
    margin: 0 !important;
}

#CybotCookiebotDialogBodyButtons a {
    text-decoration: none;
    color: #ffffff;
    padding: 15px 0 !important;
    margin: 0 !important;
    text-align: center;
}

@media (min-width: 992px) {
    #CybotCookiebotDialogBodyButtons a {
        padding: 20px 15px !important;
        font-size: 16px !important;
    }
}

#CybotCookiebotDialogBody {
    max-width: 1160px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#CybotCookiebotDialog {
    padding: 20px !important;
    box-shadow: none !important;
    border-bottom:unset !important;
    position: fixed !important;
    width: 90% !important;
    max-width: 900px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden !important;
    bottom: 0 !important;
    top: auto !important;
    box-shadow: 0 15px 350px rgba(0,0,0,1) !important;
    max-height: 70vh;
    border-radius: 0 !important;
    overflow-y: scroll !important;
    border: 0 !important;
    margin: 0 !important;
}

@media (min-width: 992px) {
    #CybotCookiebotDialog {
        overflow: hidden !important;
        padding: 50px !important;
        bottom: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        box-shadow: 0 55px 100px rgba(0, 0, 0, 0.2) !important;
    }
}

#CybotCookiebotDialogBodyContent {
    padding: 0 !important;
}


#CybotCookiebotDialogBodyContentTitle {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    font-weight: 300 !important;
}


@media (min-width: 768px) {
    #CybotCookiebotDialogBodyContentTitle {
        font-size: 1.7rem !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }
}

#CybotCookiebotDialogBodyButtons {
    padding: 0 !important;
}

#CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
    margin-bottom: 10px !important;
}

@media (min-width: 992px) {
    #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
        margin-bottom: 0 !important;
    }
}

#CybotCookiebotDialogBodyContentText {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
}

@media (min-width: 768px) {
    #CybotCookiebotDialogBodyContentText {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
    }
}

#CybotCookiebotDialogPoweredbyLink {
    display: none !important;
}

#CybotCookiebotDialogBodyButtons a{
    width: 100% !important;
}


@media (min-width: 992px) {
    #CybotCookiebotDialogBodyButtons {
        display: flex !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;

    a {
        width: 48% !important;
        transition: 400ms all;

&:hover {
     opacity: .6;
 }
}

#CybotCookiebotDialogBodyButtonDecline {
    margin-right: 15px !important;
}

#CybotCookiebotDialogBodyButtonDetails {
    width:30% !important;
}
}
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

#CybotCookiebotDialogDetailBody {
    max-width: 100% !important;
    margin-top: 20px !important;
}

#CybotCookiebotDialogBodyButtonAccept {
    background: #188600 !important;
    border:1px solid #188600 !important;
    transition:300ms all;
}

@media (min-width:992px) {
    #CybotCookiebotDialogBodyButtonAccept:hover {
        background: #166b03 !important;
    }
}


#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
    background: none !important;
}

#CybotCookiebotDialogBodyButtonDecline {
    background-color: transparent !important;
    border: none !important;
    color: #d2d2d2 !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
}

#CybotCookiebotDialogBodyButtons a#CybotCookiebotDialogBodyButtonDecline{
    padding: 0!important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    font-weight: 300;
    color: #2a2a2a !important;
    font-size: 16px!important;
    line-height: 1.4!important;
}

#CybotCookiebotDialogBodyUnderlay {
    background: hsla(0,0%,93.3%,.8) !important;
    opacity: 1 !important;
}

body.impressum #CybotCookiebotDialog, body.datenschutz #CybotCookiebotDialog {
    position: relative !important;
    left: 50% !important;
    top: auto !important;
    transform: translateX(-50%) !important;
}

body.impressum #CybotCookiebotDialogBodyUnderlay, body.datenschutz #CybotCookiebotDialogBodyUnderlay {
    display: none !important;
}

body.impressum , body.datenschutz {
    overflow: visible !important;
}


.contact-icon-w .phone-icon:before {
    position: relative;
    content: "\F095";
    font-family: Font Awesome\ 5 Pro;
    font-size: 20px !important;
    font-weight: 600;
    margin: .5em;
}

.contact-icon-w .phone-icon {
    font-size: 0 !important;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: .5em;
}

.contact-icon-w .mail-icon {
    margin-top: 1em;
}
