/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: #000;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

[class^="col-"],[class*="col-"] {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media (min-width: 481px) {
    .row {
        margin-right:-.5rem;
        margin-left: -.5rem
    }

    [class^="col-"],[class*="col-"] {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (min-width: 769px) {
    .col-md {
        -webkit-flex-grow:1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (min-width: 941px) {
    .col-lg {
        -webkit-flex-grow:1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-xs-flex,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-sm-flex,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-md-flex,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-lg-flex {
    display: none!important
}

@media (max-width: 480px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }

    li.visible-xs {
        display: list-item!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }

    .visible-xs-flex {
        display: flex!important
    }

    .hidden-xs {
        display: none!important
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }

    li.visible-sm {
        display: list-item!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }

    .visible-sm-flex {
        display: flex!important
    }

    .hidden-sm {
        display: none!important
    }
}

@media (min-width: 769px) and (max-width:940px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }

    li.visible-md {
        display: list-item!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }

    .visible-md-flex {
        display: flex!important
    }

    .hidden-md {
        display: none!important
    }
}

@media (min-width: 941px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }

    li.visible-lg {
        display: list-item!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }

    .visible-lg-flex {
        display: flex!important
    }

    .hidden-lg {
        display: none!important
    }
}

@font-face {
    font-family: 'infranken';
    font-display: fallback;
    src: url(https://www.infranken.de/layout/fonts/infranken.eot);
    src: url('https://www.infranken.de/layout/fonts/infranken.eot#iefix') format('embedded-opentype'),url(https://www.infranken.de/layout/fonts/infranken.woff2) format('woff2'),url(https://www.infranken.de/layout/fonts/infranken.woff) format('woff'),url(https://www.infranken.de/layout/fonts/infranken.ttf) format('truetype'),url('https://www.infranken.de/layout/fonts/infranken.svg#infranken') format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'infranken'!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    color: inherit;
    text-transform: none;
    line-height: inherit;
    vertical-align: inherit
}

[class^="icon_"]:before,[class*=" icon_"]:before {
    content: "";
    font-family: 'infranken'!important
}

.icon-location:before {
    content: '\e824'
}

.icon-calendar:before {
    content: "\e81e"
}

.icon-home:before,.icon_home:before {
    content: "\e910"
}

.icon-menu:before {
    content: "\e914"
}

.icon-ads:before,.icon_ads:before {
    content: "\e925"
}

.icon-club:before {
    content: "\e921"
}

.icon-event:before {
    content: "\e922"
}

.icon-gallery:before {
    content: "\e923"
}

.icon-pencil:before {
    content: "\e924"
}

.icon-image-gallery:before {
    content: "\e920"
}

.icon-abo:before,.icon_abo:before {
    content: "\e900"
}

.icon-embed-article:before {
    content: "\e91f"
}

.icon-arrow-left-open:before {
    content: "\e926"
}

.icon-arrow-right-open:before {
    content: "\e901"
}

.icon-dropdown:before {
    content: "\e906"
}

.icon-candle:before,.icon_candle:before {
    content: "\e902"
}

.icon-career:before,.icon_career:before {
    content: "\e903"
}

.icon-close:before {
    content: "\e904"
}

.icon-drive:before,.icon_drive:before {
    content: "\e905"
}

.icon-e-paper:before,.icon_e-paper:before {
    content: "\e907"
}

.icon-entertainment:before {
    content: "\e908"
}

.icon-family:before {
    content: "\e90a"
}

.icon-headphone:before {
    content: "\e90c"
}

.icon-health:before,.icon_health:before {
    content: "\e90d"
}

.icon-heart:before,.icon_heart:before {
    content: "\e90e"
}

.icon-holiday:before {
    content: "\e90f"
}

.icon-arrow-left:before {
    content: "\e911"
}

.icon-arrow-right:before {
    content: "\e912"
}

.icon-login:before,.icon_login:before {
    content: "\e913"
}

.icon-menu-flyout:before {
    content: "\e915"
}

.icon-play-button:before {
    content: "\e916"
}

.icon-plus-article-small:before {
    content: "\e918"
}

.icon-plus-article-large:before {
    content: "\e917"
}

.icon-plus-article-medium:before {
    content: "\e919"
}

.icon-reload:before {
    content: "\e91a"
}

.icon-reply:before {
    content: "\e91b"
}

.icon-search:before {
    content: "\e91c"
}

.icon-service:before,.icon_service:before {
    content: "\e91d"
}

.icon-facebook:before {
    content: "\e909"
}

.icon-gplus:before {
    content: "\e90b"
}

.icon-twitter:before {
    content: "\e91e"
}

.icon-whatsapp:before {
    content: "\e927"
}

.icon-user:before {
    content: "\e930"
}

.icon-mail:before {
    content: "\e92f"
}

.icon-error:before {
    content: "\e92e"
}

.icon-warning:before {
    content: "\e92b"
}

.icon-success:before {
    content: "\e92c"
}

.icon-info:before {
    content: "\e92d"
}

.icon-fullscreen-close:before,.fullscreen-active .icon-fullscreen-open:before {
    content: "\e928"
}

.icon-fullscreen-open:before {
    content: "\e929"
}

.icon-loading:before {
    content: "\e92a"
}

.icon-settings:before {
    content: "\e808"
}

.icon-to-start:before {
    content: "\e807"
}

.icon-rings:before,.icon_rings:before {
    content: '\e809'
}

.icon-contact:before {
    content: '\e805'
}

.icon-print:before {
    content: '\e80a'
}

.icon_shopping:before,.icon-shopping:before {
    content: '\e80C'
}

.icon_shopping-bag:before,.icon-shopping-bag:before {
    content: '\f290'
}

.icon-download-alt:before {
    content: '\e80d'
}

.icon-phone:before {
    content: '\e806'
}

.icon-link:before {
    content: '\e80e'
}

.icon-wetter-t1:before {
    content: '\f00d'
}

.icon-wetter-n1:before {
    content: '\f02e'
}

.icon-wetter-t2:before {
    content: '\f00c'
}

.icon-wetter-n2:before {
    content: '\f086'
}

.icon-wetter-t3:before {
    content: '\f002'
}

.icon-wetter-n3:before {
    content: '\f086'
}

.icon-wetter-t4:before {
    content: '\f002'
}

.icon-wetter-n4:before {
    content: '\f086'
}

.icon-wetter-t5:before {
    content: '\f013'
}

.icon-wetter-n5:before {
    content: '\f013'
}

.icon-wetter-t6:before {
    content: '\f009'
}

.icon-wetter-n6:before {
    content: '\f029'
}

.icon-wetter-t7:before {
    content: '\f008'
}

.icon-wetter-n7:before {
    content: '\f028'
}

.icon-wetter-t8:before {
    content: '\f010'
}

.icon-wetter-n8:before {
    content: '\f02d'
}

.icon-wetter-t9:before {
    content: '\f00a'
}

.icon-wetter-n9:before {
    content: '\f02a'
}

.icon-wetter-t10:before {
    content: '\f006'
}

.icon-wetter-n10:before {
    content: '\f0b4'
}

.icon-wetter-t11:before {
    content: '\f007'
}

.icon-wetter-n11:before {
    content: '\f027'
}

.icon-wetter-t12:before {
    content: '\f001'
}

.icon-wetter-n12:before {
    content: '\f023'
}

.icon-wetter-t13:before {
    content: '\f003'
}

.icon-wetter-n13:before {
    content: '\f023'
}

.icon-wetter-t14:before {
    content: '\f015'
}

.icon-wetter-n14:before {
    content: '\f015'
}

.icon-facebook-official:before {
    content: '\f230'
}

.icon-whatsapp-1:before {
    content: '\f232'
}

.icon-police:before {
    content: '\e82b'
}

.icon-wetter-umbrella:before {
    content: '\f084'
}

.icon-tickets:before {
    content: '\e800'
}

.icon_wetter-t1:before {
    content: '\f00d'
}

.icon_wetter-n1:before {
    content: '\f02e'
}

.icon_wetter-t2:before {
    content: '\f00c'
}

.icon_wetter-n2:before {
    content: '\f086'
}

.icon_wetter-t3:before {
    content: '\f002'
}

.icon_wetter-n3:before {
    content: '\f086'
}

.icon_wetter-t4:before {
    content: '\f002'
}

.icon_wetter-n4:before {
    content: '\f086'
}

.icon_wetter-t5:before {
    content: '\f013'
}

.icon_wetter-n5:before {
    content: '\f013'
}

.icon_wetter-t6:before {
    content: '\f009'
}

.icon_wetter-n6:before {
    content: '\f029'
}

.icon_wetter-t7:before {
    content: '\f008'
}

.icon_wetter-n7:before {
    content: '\f028'
}

.icon_wetter-t8:before {
    content: '\f010'
}

.icon_wetter-n8:before {
    content: '\f02d'
}

.icon_wetter-t9:before {
    content: '\f00a'
}

.icon_wetter-n9:before {
    content: '\f02a'
}

.icon_wetter-t10:before {
    content: '\f006'
}

.icon_wetter-n10:before {
    content: '\f0b4'
}

.icon_wetter-t11:before {
    content: '\f007'
}

.icon_wetter-n11:before {
    content: '\f027'
}

.icon_wetter-t12:before {
    content: '\f001'
}

.icon_wetter-n12:before {
    content: '\f023'
}

.icon_wetter-t13:before {
    content: '\f003'
}

.icon_wetter-n13:before {
    content: '\f023'
}

.icon_wetter-t14:before {
    content: '\f015'
}

.icon_wetter-n14:before {
    content: '\f015'
}

.icon_wetter-umbrella:before {
    content: '\f084'
}

.icon-weather-alert-icon:before {
    content: '\e80B'
}

.icon-min-temp:before {
    content: '\ea2a'
}

.icon-max-temp:before {
    content: '\ea2b'
}

.icon-help-circled:before {
    content: '\e801'
}

.icon-login-1:before {
    content: '\e802'
}

.icon-comment:before {
    content: '\e80f'
}

.icon-filter:before {
    content: '\f0b0'
}

.icon-bookmark-empty:before {
    content: '\f097'
}

.icon-subway:before {
    content: '\f239'
}

.icon-kochen:before,.icon_kochen:before {
    content: '\ea43'
}

.icon_home_1:before,.icon-home_1:before {
    content: '\e811';
}

.icon-envelope_at:before,.icon_envelope_at:before {
    content: '\ea48'
}

.icon-suitcase_1:before {
    content: '\f0f2'
}

.icon-comments:before {
    content: '\ea45'
}

.icon-deals:before {
    content: '\e814'
}

.icon-booking:before {
    content: '\e815';
    font-size: .85em
}

.icon-plus>path {
    fill: #C31400
}

.icon-plus>polygon {
    fill: #E4E4E4
}

.icon-pinterest:before,.icon-pinterest-official:before {
    content: '\f0d2'
}

.icon-youtube:before,.icon-youtube-official:before {
    content: '\f16a'
}

.icon-instagram:before,.icon-instagram-official:before {
    content: '\f16d'
}

.icon-twitter-official:before {
    content: "\e91e"
}

.icon-newsletter:before,.icon-newsletter-official:before {
    content: "\e92f"
}

.icon_infrankenapp:before {
    content: '\e813'
}

.icon-back-in-time:before {
    content: '\e816'
}

.icon-back-in-time {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

.icon-mic::before, .icon_mic::before {
    content: '\e817';
}

input:focus {
    outline: none
}

input[type="text"],input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0
}

input[disabled],select[disabled],textarea[disabled] {
    cursor: default;
    border-color: transparent;
    -webkit-appearance: none
}

fieldset {
    padding: .5rem;
    margin: 0 0 1.5rem;
    border: 1px solid #C9C9C9
}

fieldset legend {
    padding: 0 .5em;
    font-size: .875rem;
    color: #404A50
}

.form-inline {
    display: inline
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem
}

.form .form-group,.form-inline .form-group {
    padding-top: 1rem
}

.form .form-group>label,.form-inline .form-group>label:not(.control-label) {
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 769px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .25rem;
    font-size: .875rem;
    color: #404A50;
    line-height: 1.6em;
    border: 1px solid #E4E4E4;
    background-color: #FFF
}

.form-control.req,.form-control.err,input[name="cu_change[data][sicherheit-antwort]"] {
    border-color: #DA2218
}

.form-control:focus {
    outline: 0;
    border-color: #C9C9C9;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 769px) {
    .form-inline .form-control {
        display:inline-block;
        width: auto;
        vertical-align: middle
    }
}

.form-control-static {
    padding: .25rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #404A50;
    line-height: 1.6em
}

textarea.form-control {
    max-width: 100%
}

.select-inline {
    display: inline-block
}

.select-styled {
    position: relative;
    padding: .25rem 0;
    font-size: .875rem;
    border: 1px solid #E4E4E4
}

.select-styled:after,.section-header .headline .form-ortsuche:after {
    content: '\e906';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    transform: translate3d(0,-50%,0);
    font-family: 'infranken';
    font-size: .5em;
    width: 3em;
    text-align: center;
    pointer-events: none
}

.select-styled .form-control {
    padding-top: 0;
    padding-right: 2.25rem;
    padding-bottom: 0;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-styled select::-ms-expand {
    display: none
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: .25rem;
    font-weight: 400
}

.form-group .control-label {
    font-size: .875rem;
    color: #404A50;
    margin-bottom: 0
}

.form-group>label,.form-group .input-group-content>label {
    font-size: .75rem;
    color: #A5A5A6;
    margin-bottom: 0
}

.form-group .form-control~label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.input-group-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group-append,.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append>.btn,.input-group-prepend>.btn {
    padding: .25em;
    font-size: .75rem;
    line-height: 1.6em;
    min-width: 2.5em;
    border: 0
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .5rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.input-group-content .form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
    display: inline-block;
    height: auto;
    padding: .25em;
    font-size: 1.6rem;
    line-height: 1.6em
}

.input-group-sm>.input-group-content .form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
    padding: .25em;
    font-size: .75rem;
    line-height: 1.6em
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    margin-bottom: 0
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon,.input-group-btn {
    width: 1%;
    padding: 0 .5rem;
    color: #818182;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon:first-child,.input-group-btn:first-child {
    padding-left: 0
}

.input-group-addon:last-child,.input-group-btn:last-child {
    padding-right: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-addon {
    font-size: .875rem;
    line-height: 1
}

.input-group-content {
    position: relative;
    display: table-cell;
    vertical-align: bottom
}

.form .form-group .input-group {
    margin-top: -1rem
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.checkbox-inline,.radio-inline {
    display: inline-block;
    padding-left: 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    vertical-align: middle;
    color: #818182;
    line-height: 1.5rem;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 1rem
}

.checkbox-styled.checkbox-inline,.radio-styled.radio-inline {
    padding-left: 0
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -.5rem
}

.checkbox-styled,.radio-styled {
    position: relative;
    margin-top: 0
}

.form-horizontal .checkbox,.form-horizontal .radio,.form-horizontal .checkbox-inline,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .25rem
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 1.85rem
}

.checkbox label,.checkbox-inline label,.radio label,.radio-inline label {
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    color: #818182;
    line-height: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-styled label,.radio-styled label {
    padding-left: 0
}

.checkbox-styled>label>.form-group,.radio-styled>label>.form-group {
    padding-left: 30px;
    margin-top: .25rem
}

.checkbox-styled input[type="checkbox"],.checkbox-styled input[type="radio"],.radio-styled input[type="radio"],.radio-styled input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-left: -20px
}

.checkbox-styled input~span,.radio-styled input~span,.checkbox-styled .facetedsearch_tab>span,.radio-styled .facetedsearch_tab>span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    transition: all .15s ease-in-out;
    vertical-align: text-top
}

.checkbox.checkbox-styled input:checked~span:not(.static),.radio.radio-styled input:checked~span:not(.static),.checkbox.checkbox-styled .facetedsearch_tab.checked>span:not(.static),.radio.radio-styled .facetedsearch_tab.checked>span:not(.static) {
    font-size: 1rem;
    color: #404A50
}

.checkbox-styled input~span:before,.radio-styled input~span:before,.checkbox-styled .facetedsearch_tab>span:before,.radio-styled .facetedsearch_tab>span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #818182
}

.checkbox-styled input:checked~span:before,.checkbox-styled .facetedsearch_tab.checked>span:before {
    border-color: #DA2218
}

.radio-styled input~span:before,.radio-styled .facetedsearch_tab>span:before {
    top: 0;
    border-radius: 50%;
    transition: all .15s ease-in-out
}

.radio-styled input:checked~span:before,.radio-styled .facetedsearch_tab.checked>span:before {
    border-color: #DA2218
}

.checkbox-styled input~span:after,.checkbox-styled .facetedsearch_tab>span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: 1px;
    transform: rotate(-45deg);
    transition: all .15s ease-in-out
}

.checkbox-styled input:checked~span:after,.checkbox-styled .facetedsearch_tab.checked>span:after {
    top: 5px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #DA2218;
    border-bottom: 2px solid #DA2218
}

.radio-styled input~span:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
    width: 0;
    height: 0;
    margin-top: 1px;
    background-color: #DA2218;
    border-radius: 50%;
    transition: all .15s ease-in-out
}

.radio-styled input:checked~span:after,.radio-styled .facetedsearch_tab.checked>span:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px
}

.checkbox-styled input[disabled]~span:before,.checkbox-styled input[disabled]~span:after,.radio-styled input[disabled]~span:before,.checkbox-styled input[readonly]~span:before,.checkbox-styled input[readonly]~span:after,.radio-styled input[readonly]~span:before {
    border-color: #C9C9C9
}

.radio-styled input[disabled]~span:after,.radio-styled input[readonly]~span:after {
    background-color: #C9C9C9
}

.form-group .help-block,.form-group .error-block {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    margin: 0;
    padding: .15rem .5rem 0;
    font-size: .6875rem;
    color: #818182
}

.form-group .input-group-lg .help-block,.form-group .input-group-lg .error-block {
    font-size: .875rem
}

.form-group span.help-block,.form-group span.error-block {
    padding-left: 0;
    right: auto
}

.form-group .help-block>a:hover {
    transition: .4s;
    color: #818182
}

.form-group .error-block {
    color: #DA2218
}

@media (min-width: 769px) {
    .form-horizontal .form-group .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: .25rem
    }
}

.search-input-container {
    position: relative
}

.search-input-container .control-label {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    color: #DA2218
}

.search-input-container .input-group {
    border-bottom: 2px solid #DA2218
}

.search-input-container .input-group .input-group-content,.search-input-container .input-group .input-group-btn {
    padding-top: 0
}

.search-input-container .input-group .form-control[type="search"] {
    padding-left: 0;
    font-weight: 700;
    border-width: 0 0 1px 0
}

.search-input-container .input-group .form-control[type="search"],.search-input-container .input-group .form-control[type="search"]:focus,.search-input-container .input-group .input-group-btn {
    border-bottom: 0
}

.search-input-container .input-group .input-group-btn .btn {
    background: transparent
}

.search-input-container .open-hilfebox-suche {
    font-size: .875rem;
    color: #DA2218;
    text-decoration: underline
}

.checkbox.checkbox-styled span.facette-anzahl {
    display: none
}

@media(max-width: 768px) {
    .container .section.search-section {
        margin-bottom:.1rem
    }
}

.listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.listing-mix-video-1 .listing-item-video-big {
    flex-basis: 100%;
    max-width: 100%
}

.scroll-x .listing-mix-video-1 .listing-item-videos_small {
    flex-basis: 33.33%;
    max-width: 33.33%
}

@media (max-width: 768px) {
    .scroll-x .scroll-x-inner .listing {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-flow: row nowrap!important;
        flex-flow: row nowrap!important
    }
}

.listing .listing-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 .5rem 1rem
}

.listing.columns-1 .listing-item {
    padding-bottom: 1rem
}

.bilder-section .section-content {
    position: relative
}

@media (min-width: 481px) {
    .listing.columns-2 .listing-item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .listing.columns-2 .listing-item:nth-last-child(-n+2) {
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .scroll-x .scroll-x-inner .listing.columns-3 .listing-item {
        -ms-flex-preferred-size:75%;
        flex-basis: 75%;
        max-width: 307px
    }

    .scroll-x .scroll-x-inner .listing.columns-3 .listing-item .post-content {
        border-bottom: 0
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .listing.columns-3 .listing-item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 769px) {
    .listing.columns-3 .listing-item {
        -ms-flex-preferred-size:33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
}

.listing.columns-4 .listing-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0
}

@media (min-width: 481px) and (max-width:768px) {
    .listing.columns-4 .listing-item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 0
    }
}

@media (min-width: 769px) {
    .listing.columns-4 .listing-item {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%;
        max-width: 25%;
        padding-bottom: 0
    }
}

@media (min-width: 769px) {
    .listing.listing-blog .listing-item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .listing.listing-mix-1-3 .listing-item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media (min-width: 769px) {
    .listing.listing-mix-1-3 .listing-item:nth-child(n+2) {
        -ms-flex-preferred-size:33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
}

@media (max-width: 480px) {
    .listing.listing-mix-gallery-1 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .listing-mix-video-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        ;-webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .scroll-x .listing-mix-video-1 .listing-item-videos_small {
        flex-basis: 100%;
        max-width: 100%
    }

    .listing.listing-mix-gallery-1 .listing-item {
        -ms-flex-preferred-size: 307px;
        flex-basis: 307px;
        max-width: 307px;
        padding-bottom: 0
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .listing.listing-mix-gallery-1 .listing-item {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .listing.listing-mix-gallery-1 .listing-item:nth-last-child(-n+2):nth-child(odd),.listing.listing-mix-gallery-1 .listing-item:nth-last-child(-n+1):nth-child(even) {
        padding-bottom: 0
    }
}

@media (min-width: 769px) {
    .listing.listing-mix-gallery-1 .listing-item:nth-child(1) {
        -ms-flex-preferred-size:66.6666%;
        flex-basis: 66.6666%;
        max-width: 66.6666%
    }

    .listing.listing-mix-gallery-1 .listing-item:nth-child(n+2) {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }
}

@media (max-width: 480px) {
    .listing.listing-imgbox-1-2 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .listing.listing-imgbox-1-2 .listing-item:nth-child(1) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .listing.listing-imgbox-1-2 .listing-item:nth-child(n+2) {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 0
    }
}

@media (min-width: 481px) {
    .listing.listing-imgbox-1-2 {
        position:relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .listing.listing-imgbox-1-2 .listing-item:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 66.6666%;
        height: 100%;
        padding-bottom: 0
    }

    .listing.listing-imgbox-1-2 .listing-item:nth-child(n+2) {
        flex: 1 0 auto;
        width: 33.3333%
    }

    .listing.listing-imgbox-1-2 .listing-item:nth-child(1) .post-teaser.post-type-image.teaser-format-large .post-thumb {
        height: 100%
    }
}

.listing-masonry {
    display: block;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.listing-masonry .listing-item,.listing-masonry>[class^="group-"] {
    float: left;
    display: block;
    width: 50%;
    padding: 0 .5rem 1rem
}

.listing-masonry>.listing-item-1,.listing-masonry>.listing-item-0 {
    width: 100%;
    clear: left
}

.listing-masonry>[class^="group-"] {
    padding: 0
}

.listing-masonry>[class^="group-"]>.listing-item {
    width: 100%
}

.listing-masonry>.group-5-6 {
    width: 100%;
    clear: left
}

.listing-masonry>.group-5-6>.listing-item {
    width: 50%
}

.listing-masonry>.social-share-btn {
    clear: left
}

.listing-masonry>.social-share-btn>.btn-list {
    padding-bottom: 1rem;
    text-align: center
}

@media (min-width: 769px) {
    .listing-masonry .listing-item,.listing-masonry>[class^="group-"] {
        width:33.3333%
    }

    .listing-masonry>.listing-item-1,.listing-masonry>.listing-item-0 {
        width: 66.6666%
    }

    .listing-masonry>.listing-item-4 {
        clear: left
    }

    .listing-masonry>.group-5-6 {
        width: 33.3333%;
        clear: none
    }

    .listing-masonry>.group-5-6>.listing-item {
        width: 100%
    }

    .listing-masonry>.listing-item-0,.listing-masonry>.social-share-btn {
        clear: none
    }
}

@media (max-width: 480px) {
    .scroll-x .listing.listing-xmedia.columns-4 .listing-item {
        -ms-flex-preferred-size:150px;
        flex-basis: 150px;
        max-width: 150px;
        padding-bottom: 0
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .scroll-x .listing.listing-xmedia.columns-4 .listing-item {
        -ms-flex-preferred-size:240px;
        flex-basis: 240px;
        max-width: 240px;
        padding-bottom: 0
    }
}

.listing-pager {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 2rem
}

.listing-pager .pager-prev,.listing-pager .pager-next {
    flex: 0 0 33.3333%
}

.listing-pager .pager-next {
    margin-left: auto
}

.btn-list-region>a {
    margin: .25rem .25em
}

.btn-list-region .btn.btn-sm {
    font-size: .65rem;
    font-weight: 700;
    padding: .5em;
    border-color: #E4E4E4
}

.btn-sm.active {
    border-color: #DA2218;
    background-color: #DA2218;
    color: #fff
}

.btn-list-videos {
    margin-left: 5px!important
}

.header-h1 {
    font-size: 1.625rem;
    background: #fff
}

@media (min-width: 481px) {
    .header-h1 {
        padding:1rem;
        font-size: 2rem
    }
}

@media (max-width: 768px) {
    .header-h1 {
        padding:1rem 0 0 0
    }
}

.post-meldungytyp-artikelvideoEntry .post-thumb a:after {
    position: absolute;
    display: block!important;
    content: '\e916';
    top: calc(50% - 0.5rem)!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important;
    width: auto!important;
    height: auto!important;
    font-family: 'infranken';
    font-size: 5rem;
    font-weight: 400;
    color: #FFF;
    background: transparent!important;
    transform: translate3d(-50%,-50%,0)
}

.post-meldungytyp-artikelvideoEntry:not(.teaser-format-hero) .post-thumb a:after {
    content: '\E812';
    color: #da2218;
    z-index: 2;
    font-size: 3em
}

.post-meldungytyp-artikelvideoEntry:not(.teaser-format-hero) .post-thumb a:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(85% - 0.5rem)!important;
    right: 0!important;
    bottom: auto!important;
    transform: translate3d(-50%,-50%,0)
}

.post-meldungytyp-artikelvideoEntry:not(.teaser-format-hero) .post-thumb:after {
    content: '';
    background: #fff;
    width: 44px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0
}

.post-meldungytyp-artikelvideoEntry:not(.teaser-format-hero) .post-thumb a:before {
    width: 30px;
    height: 25px;
    left: 1.2rem;
    top: calc(100% - 1.2rem)!important
}

.post-meldungytyp-artikelvideoEntry:not(.teaser-format-hero) .post-thumb a:after {
    top: calc(100% - 1.2rem)!important;
    left: 1.5rem!important;
    color: #000;
    font-size: 1.6em
}

.teaser-format-hero.post-meldungytyp-artikelvideoEntry .post-thumb a:after {
    display: none!important
}

.teaser-format-hero.post-meldungytyp-artikelvideoEntry .post-thumb a:before {
    width: 25px;
    height: 30px;
    top: calc(50% - 0.5rem)!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important;
    z-index: 3
}

.teaser-format-hero.post-meldungytyp-artikelvideoEntry .post-thumb a:after {
    top: calc(50% - 0.5rem)!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important
}

@media (min-width: 481px) {
    .post-meldungytyp-artikelvideoEntry.teaser-format-hero .post-content {
        pointer-events:none
    }
}

@media (max-width: 768px) {
    .content-box-newsticker.local-newsticker {
        margin-top:0
    }

    #topnewsColLeft .post-type-article.post-has-thumb.post-is-premium.teaser-format-default .post-content .post-headline {
        color: #404A50
    }
}

.post-teaser {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%
}

.post-teaser .teaser-inner {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    overflow: hidden
}

.post-teaser .post-thumb {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    overflow: hidden
}

.post-teaser .post-thumb:before,.post-teaser .no-thumb:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%
}

.post-teaser .post-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transform: scale(1) rotate(.02deg) translate3d(-50%,-50%,0);
    transform: scale(1) rotate(.02deg) translate3d(-50%,-50%,0);
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out,-webkit-transform .8s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.post-teaser .post-thumb img.lazyload {
    width: 100%!important;
    height: 100%!important;
    background: -webkit-linear-gradient(top,rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%);
    background: -moz-linear-gradient(top,rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%);
    background: linear-gradient(to bottom,rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%)
}

.post-teaser .post-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: .5rem 10px;
    border-bottom: 1px solid #E4E4E4;
    background: #FFF
}

.post.post-has-thumb .post-content {
    position: static
}

@media (min-width: 481px) {
    .post-teaser .post-content {
        padding-left:1rem;
        padding-right: 1rem
    }
}

.post-teaser .post-content .post-location {
    display: block;
    padding: 0;
    margin: 0 0 .25rem;
    line-height: 0
}

.post.post-has-thumb .post-location {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    pointer-events: auto
}

.post-teaser .post-content .post-location>a,.post-teaser .post-content .post-location>span,.post-teaser .post-content a.post-location,.post-teaser .post-content span.post-location {
    display: inline-block;
    max-width: 100%;
    padding: .25rem .25rem calc(0.25rem - 1px) .25rem;
    margin: 0;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
    letter-spacing: .0333em;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #DA2218
}

.post-teaser .post-content .post-location>span {
    pointer-events: none
}

.post-teaser .post-content .post-topline {
    margin: 0 0 .25rem;
    font-size: .875rem;
    line-height: 1.35em;
    z-index: 10
}

.post .post-content .post-badge-plus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    pointer-events: none
}

.post .post-content .post-badge-plus>.icon-plus {
    display: block;
    width: auto;
    height: 1.2rem
}

.post-teaser .post-content .post-headline {
    display: block;
    display: -webkit-box;
    height: 5em;
    overflow: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25em;
    color: #404A50;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    z-index: 10
}

.post-teaser .post-content .post-headline a {
    color: inherit;
    transition: color .2s ease-in
}

.post-teaser .post-content .post-headline a:hover,.post-teaser .post-content .post-headline a:focus {
    color: #DA2218
}

.post-teaser .post-content .post-description {
    margin: 0;
    font-size: .875rem
}

.post-published.post-meta,.post-teaser:not(.post-type-event) .post-content .post-meta.post-meta_time {
    display: block!important
}

.post-teaser .post-content .post-meta,.post-teaser .post-content .post-meta_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin-top: auto;
    font-size: .6875rem;
    line-height: 1.5454em;
    color: #404A50;
    z-index: 10
}

.post-teaser .post-content .post-meta .post-published,.post-teaser .post-content .post-meta .post-comments-count,.post-teaser .post-content .post-meta .post-videos-count,.post-teaser .post-content .post-meta .post-galleries-count,.post-teaser .post-content .post-meta .post-photos-count {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.post-teaser .post-content .post-meta .post-published {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto;
    text-align: left
}

.post-type-article.teaser-format-small .teaser-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.post-type-article.teaser-format-small .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%
}

.post-type-article.teaser-format-small .post-thumb:before {
    padding-top: 100%
}

.post-type-article.teaser-format-small .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    border-bottom: 0
}

.post-type-article.teaser-format-small.post-has-thumb .post-content {
    position: relative!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
    background: #FFF!important;
    justify-content: initial!important;
    flex-basis: 62.5%;
    padding: .25rem 10px!important
}

.post-type-article.teaser-format-small.post-has-thumb .post-content .post-location {
    position: static;
    flex: 0 0 auto
}

.post-type-article.teaser-format-small .post-content .post-location>a,.post-type-article.teaser-format-small .post-content .post-location>span,.post-type-article.teaser-format-small .post-content a.post-location,.post-type-article.teaser-format-small .post-content span.post-location {
    font-size: .5rem
}

.post-type-article.teaser-format-small .post-content .post-topline {
    font-size: .75rem
}

.post-type-article.teaser-format-small .post-content .post-headline {
    font-size: .8125rem
}

.post-type-article.teaser-format-small.post-is-premium .post-thumb:after {
    display: none
}

.post-type-article.teaser-format-small.post-is-premium .post-content .post-topline {
    color: #818182!important
}

.post-type-article.teaser-format-small.post-is-premium .post-content .post-headline {
    color: #404A50!important
}

.post-type-article.teaser-format-small.post-is-premium .post-content .post-meta {
    color: #818182!important
}

@media (max-width: 480px) {
    .post-type-article.teaser-format-default .teaser-inner,.post-teaser.teaser-format-blog .teaser-inner {
        -webkit-box-orient:reverse;
        -webkit-box-direction: normal;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .post-type-article.teaser-format-default .post-thumb,.post-teaser.teaser-format-blog .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%
    }

    .post-type-article.teaser-format-default .post-thumb:before {
        padding-top: 100%
    }

    .post-type-article.teaser-format-default .post-content,.post-teaser.teaser-format-blog .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        border-bottom: 0;
        max-width: 100%!important
    }

    .post-type-article.teaser-format-default.post-has-thumb .post-content,.post-type-article.teaser-format-default.post-has-thumb.post-is-premium .post-content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: #FFF;
        justify-content: initial;
        flex-basis: 62.5%;
        max-width: 62.5%;
        padding: 0 10px 0 0
    }

    .post-type-article.teaser-format-default.post-has-thumb .post-content .post-location,.post-teaser.teaser-format-blog.post-has-thumb .post-content .post-location {
        position: static;
        flex: 0 0 auto
    }

    .post-type-article.teaser-format-default .post-content .post-topline,.post-teaser.teaser-format-blog .post-content .post-topline {
        font-size: .75rem
    }

    .post-type-article.teaser-format-default .post-content .post-headline,.post-teaser.teaser-format-blog .post-content .post-headline {
        font-size: .8125rem
    }
}

@media (max-width: 480px) {
    .listing-mix-1-3 .post-type-article.teaser-format-large {
        margin-left:-10px;
        margin-right: -10px
    }
}

@media (min-width: 769px) {
    .post-type-article.teaser-format-large .teaser-inner {
        position:relative;
        flex-direction: row;
        padding-top: 0;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .post-type-article.teaser-format-large .post-thumb {
        position: relative;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        flex-basis: 66.6666%;
        max-width: 66.6666%;
        margin-left: .5rem
    }

    .post-type-article.teaser-format-large .post-thumb:before {
        padding-top: 56.25%!important
    }

    .post-type-article.teaser-format-large.post-is-premium .post-thumb:after {
        display: none
    }

    .post-type-article.teaser-format-large .post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding: 1.5rem 0 1rem 1rem!important;
        margin: 0 .5rem 0 0;
        position: static!important;
        top: auto!important;
        right: auto!important;
        bottom: auto!important;
        left: auto!important;
        background: #FFF!important;
        transform: none!important;
        pointer-events: all!important
    }

    .post-type-article.teaser-format-large .post-content .post-location {
        margin-left: .5rem
    }

    .post-type-article.teaser-format-large .post-content .post-topline {
        font-size: .875rem;
        margin-bottom: 1rem
    }

    .post-type-article.teaser-format-large .post-content .post-headline {
        height: 7em;
        margin-top: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.4em;
        -webkit-line-clamp: 5
    }

    .post-type-article.teaser-format-large .post-content .post-topline+.post-headline {
        margin-top: 0
    }

    .post-type-article.teaser-format-large.post-is-premium .post-content .post-badge-plus {
        margin: 1.5rem .5rem 0 0!important
    }

    .post-type-article.teaser-format-large.post-is-premium .post-content .post-badge-plus .icon-plus>path {
        fill: #C31400!important
    }

    .post-type-article.teaser-format-large.post-is-premium .post-content .post-badge-plus .icon-plus>polygon {
        fill: #E4E4E4!important
    }

    .post-type-article.teaser-format-large.post-has-thumb.post-is-premium .post-content .post-topline {
        color: #818182!important
    }

    .post-type-article.teaser-format-large.post-has-thumb.post-is-premium .post-content .post-headline {
        color: #404A50!important
    }

    .post-type-article.teaser-format-large.post-has-thumb.post-is-premium .post-meta {
        color: #818182!important
    }

    .post-type-article.teaser-format-large .post-content .post-meta {
        margin-top: auto!important
    }
}

.post-type-article.teaser-format-hero {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width: 481px) {
    .post-type-article.teaser-format-hero {
        margin-left:0;
        margin-right: -1.5rem
    }

    .post-type-article.teaser-format-hero .post-thumb:before {
        padding-top: 55.5555%!important
    }

    .post-type-article.teaser-format-hero .post-thumb:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        pointer-events: none;
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,.85) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.85) 100%)
    }

    .post-type-article.teaser-format-hero .post-thumb img {
        height: 100%;
        max-width: none
    }

    .post-type-article.teaser-format-hero .post-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        justify-content: flex-end;
        background: transparent
    }

    .post-type-article.teaser-format-hero .post-content .post-headline {
        padding-right: 150px;
        font-size: 1.5rem
    }

    .post-type-article.teaser-format-hero .post-content .post-topline,.post-type-article.teaser-format-hero .post-content .post-headline,.post-type-article.teaser-format-hero .post-meta {
        color: #FFF
    }

    .post-type-article.teaser-format-hero .post-content .post-meta {
        margin-top: 0
    }
}

@media (min-width: 769px) {
    .post-type-article.teaser-format-hero {
        margin-left:0;
        margin-right: 0
    }
}

.post-teaser.teaser-format-blog .teaser-inner {
    -webkit-box-orient: reverse;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.post-teaser.teaser-format-blog .post-thumb {
    flex: 1 0 auto;
    max-width: 182px
}

.post-teaser.teaser-format-blog .post-thumb:before,.post-teaser.teaser-format-blog.post-is-premium .post-thumb:before {
    padding-top: 56.25%
}

.post-teaser.teaser-format-blog .post-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0
}

.post-teaser.teaser-format-blog.post-has-thumb .post-content,.post-teaser.teaser-format-blog.post-has-thumb.post-is-premium .post-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: #FFF;
    justify-content: initial;
    padding: 0 10px;
    border-bottom: 1px solid #E4E4E4;
    pointer-events: initial
}

.post-teaser.teaser-format-blog .post-thumb:after {
    display: none!important;
    top: 50%!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important;
    width: auto!important;
    height: auto!important;
    font-family: 'infranken';
    font-size: 3rem;
    font-weight: 400;
    color: #FFF;
    background: transparent!important;
    transform: translate3d(-50%,-50%,0)
}

.post-teaser.teaser-format-blog.post-type-gallery .post-thumb:after {
    display: block!important;
    content: '\e920'
}

.post-teaser.teaser-format-blog.post-type-streamset .post-thumb:after {
    display: block!important;
    content: '\e916'
}

.post-teaser.teaser-format-blog.post-has-thumb .post-content .post-location {
    position: static;
    flex: 0 0 auto
}

.post-teaser.teaser-format-blog.post-has-thumb .post-content .post-badge-plus .icon-plus>path {
    fill: #C31400!important
}

.post-teaser.teaser-format-blog.post-has-thumb .post-content .post-badge-plus .icon-plus>polygon {
    fill: #FFF!important
}

.post-teaser.teaser-format-blog .post-content .post-badge-plus {
    margin: 0 10px 0 0!important
}

.post-teaser.teaser-format-blog .post-content .post-topline {
    color: #818182!important
}

.post-teaser.teaser-format-blog .post-content .post-headline {
    color: #404A50!important;
    height: auto;
    max-height: 5em;
    margin-bottom: .5em
}

.post-teaser.teaser-format-blog.post-has-thumb .post-content .post-headline {
    height: 5em;
    margin-bottom: 0
}

.post-teaser.teaser-format-blog .post-content .post-meta {
    color: #818182!important
}

.post-type-article.post-is-premium .post-thumb:before,.post-type-streamset .post-thumb:before,.post-type-gallery .post-thumb:before {
    padding-top: 100%
}

.post-type-image .post-thumb:before {
    padding-top: 56.25%
}

.post-type-image.teaser-format-large .post-thumb:before {
    padding-top: calc(56.25% + 1rem)
}

.post-type-image.teaser-format-default-portrait .post-thumb:before {
    padding-top: calc(56.25% * 2 + 1rem)
}

@media (min-width: 769px) {
    .post-type-streamset.teaser-format-wide .post-thumb:before,.post-type-gallery.teaser-format-wide .post-thumb:before {
        padding-top:48.5%
    }
}

.post-teaser.post-type-article.post-is-premium .post-thumb:after,.post-teaser.post-type-streamset .post-thumb:after,.post-teaser.post-type-gallery .post-thumb:after,.post-teaser.post-type-image.teaser-format-large .post-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.75) 100%)
}

.post-type-article.post-has-thumb.post-is-premium .post-content,.post-type-streamset.post-has-thumb .post-content,.post-type-gallery.post-has-thumb .post-content,.post-type-image.post-has-thumb .post-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-top: calc(56.25% + 0.5rem);
    background: transparent;
    border: 0;
    transform: translate3d(0,0,0)
}

.post-type-article.post-has-thumb.post-is-premium .post-content .post-badge-plus {
    margin: 1rem 1rem 0 0
}

.post-type-article.post-has-thumb.post-is-premium .post-content .post-badge-plus .icon-plus>path {
    fill: #C31400
}

.post-type-article.post-has-thumb.post-is-premium .post-content .post-badge-plus .icon-plus>polygon {
    fill: #E4E4E4
}

.post-type-article.post-has-thumb.post-is-premium .post-content .post-topline,.post-type-article.post-has-thumb.post-is-premium .post-content .post-headline,.post-type-article.post-has-thumb.post-is-premium .post-content .post-meta,.post-type-streamset.post-has-thumb .post-content .post-topline,.post-type-streamset.post-has-thumb .post-content .post-headline,.post-type-streamset.post-has-thumb .post-content .post-meta,.post-type-gallery.post-has-thumb .post-content .post-topline,.post-type-gallery.post-has-thumb .post-content .post-headline,.post-type-gallery.post-has-thumb .post-content .post-meta,.post-type-image.post-has-thumb .post-content .post-topline,.post-type-image.post-has-thumb .post-content .post-headline,.post-type-image.post-has-thumb .post-content .post-meta {
    color: #FFF
}

.post-type-article.post-has-thumb.post-is-premium .post-content .post-meta,.post-type-streamset.post-has-thumb .post-content .post-meta,.post-type-gallery.post-has-thumb .post-content .post-meta,.post-type-image.post-has-thumb .post-content .post-meta {
    margin-top: 0
}

@media (max-width: 480px) {
    .post-type-article.teaser-format-default.post-is-premium .post-thumb:after,.post-teaser.teaser-format-blog.post-is-premium .post-thumb:after {
        display:none
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus {
        margin: 0 10px 0 0;
        background: #fff;
        padding: 1px 0 1px 3px
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus .icon-plus,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus .icon-plus {
        height: 1rem
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus .icon-plus>path,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus .icon-plus>path {
        fill: #C31400
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus .icon-plus>polygon,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus .icon-plus>polygon {
        fill: #E4E4E4
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-topline,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-topline {
        color: #404A50
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-headline,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-headline {
        color: #404A50
    }

    .post-type-article.teaser-format-default.post-is-premium .post-content .post-meta,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-meta {
        color: #818182
    }
}

@media (min-width: 769px) {
    .post-type-gallery.teaser-format-wide .post-content,.post-type-streamset.teaser-format-wide .post-content {
        padding-top:.5rem
    }

    .post-type-gallery.teaser-format-wide .post-content .post-topline,.post-type-streamset.teaser-format-wide .post-content .post-topline {
        font-size: 1rem
    }

    .post-type-gallery.teaser-format-wide .post-content .post-headline,.post-type-streamset.teaser-format-wide .post-content .post-headline {
        font-size: 1.5rem;
        height: 3.75em;
        -webkit-line-clamp: 3
    }
}

.post-type-image.teaser-format-large .post-content {
    padding-top: .5rem
}

.post-type-image.teaser-format-large .post-content .post-headline {
    font-size: 1.5rem;
    height: 3.75em;
    -webkit-line-clamp: 3
}

.post-teaser.post-type-image .post-thumb .img-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    background: rgba(0,0,0,.5);
    pointer-events: none
}

.post-teaser.post-type-image .post-thumb .img-overlay>a,.post-teaser.post-type-image .post-thumb .img-overlay>span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    line-height: 1em;
    transform: translate3d(-50%,-50%,0)
}

.post-teaser.post-type-event .post-content {
    padding-top: 1rem
}

.post-teaser.post-type-event .post-content .post-location {
    margin-bottom: .75rem
}

.post-teaser.post-type-xmedia .post-thumb:before {
    padding-top: 100%
}

@media (min-width: 769px) {
    .teaser-section_special .post-teaser:before {
        content:'';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        display: block;
        padding-top: 56.25%;
        background: -webkit-linear-gradient(top,rgba(165,165,166,1) 50%,rgba(165,165,166,0) 100%);
        background: linear-gradient(to bottom,rgba(165,165,166,1) 50%,rgba(165,165,166,0) 100%)
    }
}

.post-teaser .post-content .post-published.post-meta,.post-teaser .post-content .post-published.post-meta_time {
    justify-content: start;
    position: relative;
    min-height: 1.45em
}

.post-teaser .post-content .post-published.post-meta:after,.post-teaser .post-content .post-published.post-meta_time:after {
    content: attr(data-count);
    position: absolute;
    right: 0
}

.post.post-teaser.post-has-intro .post-content .post-headline {
    height: 2.5rem
}

.post-intro a,.post-intro a:focus {
    text-decoration: none;
    color: #DA2218
}

.post-meta .post-eventdatum.post-eventdatum-grey {
    color: #404A50
}

.post-published.post-meta,.post-teaser:not(.post-type-event) .post-content .post-meta {
    display: none!important
}

.teaser-format-default.post-teaser .post-content .post-headline {
    font-size: .9rem
}

.post-detail {
    position: relative;
    display: block;
    background: #FFF
}

.post-detail .inner {
    padding-left: 6px;
    padding-right: 6px
}

.post-detail h1 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.2em;
    margin: 1em 0 .5em
}

.post-detail h2 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2em;
    color: #404A50;
    margin: 1em 0 .5em
}

.post-detail h3 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2em;
    color: #404A50;
    margin: 1em 0 .5em
}

.post-detail h4 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2em;
    color: #404A50;
    margin: 1em 0 .5em
}

.post-detail h5 {
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: .6875rem;
    line-height: 1.8181em;
    color: #818182;
    margin: 1em 0 .5em
}

.post-detail h6 {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.8181em;
    color: #404A50;
    margin: 1em 0 .5em
}

.post-detail .post-header {
    display: block;
    padding: 1rem 0
}

.post-detail .post-header .post-location {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 0
}

.post-detail .post-header .post-location>a,.post-detail .post-header .post-location>span {
    display: inline-block;
    max-width: 100%;
    padding: .25rem .25rem calc(0.25rem - 1px) .25rem;
    margin: 0;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
    letter-spacing: .0333em;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #DA2218
}

.post-detail .post-header .post-published {
    float: right;
    font-size: .6875rem;
    line-height: 1em;
    padding: .25rem;
    margin-bottom: 1rem
}

.post-detail .post-header .post-topline {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4em;
    color: #404A50;
    margin: 0 0 .25rem
}

.post-detail .post-header .post-headline {
    margin: 0;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.2em;
    color: #000
}

.post-detail .post-header .post-description {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4em;
    color: #404A50
}

.post-detail .post-image,.post-detail .post-video {
    position: relative;
    display: block;
    background: #F1F1F1
}

.post-detail .post-image {
    margin: 1rem -10px
}

.post-detail .post-image>a {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post-detail .post-image>a>img {
    display: block;
    width: 100%;
    height: auto
}

.post-detail .post-image .img-text,.post-detail .post-video .video-text {
    display: block;
    padding: 1rem 10px 1.5rem;
    font-weight: 400;
    font-size: .6875rem;
    line-height: 1.8em;
    color: #404A50
}

.post-detail .post-image .more-images {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    padding: .5rem;
    font-family: 'Nunito Sans';
    font-weight: 900;
    font-size: 1rem;
    color: #FFF;
    line-height: 1rem;
    background: rgba(0,0,0,.25);
    pointer-events: none
}

.post-detail .post-content {
    display: block;
    margin-top: 1rem;
    padding: 1rem 0
}

.post-detail .post-text {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8em;
    color: #404A50
}

.post-detail .post-text a {
    color: #DA2218;
    text-decoration: underline
}

.post-detail .post-text a:hover {
    color: #a0030c
}

.post-detail .post-text .embed-video,.post-detail .post-text .embed-image {
    margin: 1rem -1rem
}

.post-detail .post-text .embed-video {
    z-index: 100032323
}

.post-footer {
    display: block;
    padding: 1rem 0 0;
    clear: both
}

.post-meta .post-places,.post-meta .post-keywords,.post-meta .post-authors {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding: .75rem 0;
    border-top: 1px solid #E4E4E4
}

.post-meta .post-places h6,.post-meta .post-places>span,.post-meta .post-keywords h6,.post-meta .post-keywords>span {
    flex: 0 0 75px;
    margin: .75rem 0 0
}

.post-meta .post-places>span,.post-meta .post-keywords>span,.social-share-btn>div {
    font-size: .6875rem;
    font-family: 'Nunito Sans';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8181em;
    color: #404A50;
    display: block
}

.post-author {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 1rem;
    float: left
}

.post-author .post-author-image {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    background: #E4E4E4
}

.post-author .post-author-image-verlag {
    background: none
}

.post-author .post-author-image>.icon {
    display: inline-block;
    font-size: 1.5rem;
    color: #818182
}

.post-author .post-author-image>img {
    display: inline-block;
    width: 42px;
    height: 42px
}

.post-author p {
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: .6875rem;
    color: #818182;
    line-height: 1.6em;
    margin: 0
}

.post-author .post-author-image+p {
    margin-left: 1rem
}

.post-author p .post-author-name {
    font-size: 1rem;
    color: #DA2218
}

.post-author-spacer {
    flex: 0 0 auto;
    width: 42px
}

.post-author .post-author-spacer+p {
    margin-left: 1rem
}

.post-meta .post-authors {
    padding-bottom: 1rem
}

.post-detail .post-imgbox {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 481px) {
    .post-detail .inner {
        padding-left:2rem;
        padding-right: 2rem
    }

    .post-detail .post-header {
        padding-top: 2rem
    }

    .post-detail .post-image {
        margin-left: 0;
        margin-right: 0
    }

    .post-detail .post-image .img-text,.post-detail .post-video .video-text {
        padding-left: 0;
        padding-right: 0
    }

    .post-detail .post-text .embed-video,.post-detail .post-text .embed-image,.post-detail .post-footer {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .post-meta .post-places,.post-meta .post-keywords,.post-meta .post-authors {
        padding: 0;
        border-top: 0
    }

    .post-meta .post-authors {
        margin: 1rem 0
    }
}

.post-meta .post-authors {
    margin: 1rem 0
}

@media (min-width: 769px) {
    .post-detail .inner {
        padding-left:5rem;
        padding-right: 5rem
    }

    .post-detail .post-header {
        padding-top: 3rem
    }

    .post-detail .post-header .post-location {
        margin-bottom: 2rem
    }

    .post-detail .post-header .post-headline {
        font-size: 2.625rem
    }

    .post-detail .post-header .post-description {
        font-size: 1.125rem;
        line-height: 2em
    }

    .post-detail .post-image .img-text,.post-detail .post-video .video-text {
        font-size: .875rem
    }

    .post-detail .post-text {
        font-size: 1.125rem
    }

    .post-detail .post-text .embed-video,.post-detail .post-text .embed-image {
        margin-left: -5rem;
        margin-right: -5rem
    }

    .post-detail h1 {
        font-size: 2.625rem
    }

    .post-detail h2 {
        font-size: 2rem
    }

    .post-detail h3 {
        font-size: 1.5rem
    }

    .post-detail h4 {
        font-size: 1.125rem
    }

    .post-detail h5 {
        font-size: .875rem
    }

    .post-detail h6 {
        font-size: .6875rem
    }

    .post-detail .post-footer {
        padding-bottom: 2rem
    }

    .post-detail .post-meta {
        padding-bottom: 0
    }
}

.post-extras {
    position: relative;
    display: block;
    padding: .5rem 0;
    margin: 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4
}

.post-footer .post-extras {
    border-bottom: none
}

.post-extras .post-extras-scroll>.btn {
    margin: 0 1rem 0 0
}

.post-extras .social-share-btn {
    justify-content: flex-end;
    z-index: auto!important
}

@media (min-width: 481px) {
    .post-extras:after {
        display:none
    }

    .post-extras .social-share-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 768px) {
    .post-extras .post-extras-scroll {
        display:flex;
        flex-flow: row nowrap;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .post-extras .post-extras-scroll>.btn {
        flex: 0 0 auto
    }

    .post-extras .social-share-btn {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding-right: 1.5rem
    }

    .post-extras .social-share-btn h5 {
        font-weight: 800;
        margin: 0 .5rem 0 0
    }

    .post-extras .social-share-btn .btn-list {
        white-space: nowrap
    }

    .social-share-btn[data-fcms-method="stickyElement"] {
        position: static!important;
        top: auto!important;
        z-index: initial!important;
        width: auto!important;
        height: auto!important
    }
}

@media (min-width: 769px) {
    .post-extras {
        position:static;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        border: 0
    }

    .post-extras:after {
        display: none
    }

    .post-extras .post-extras-scroll {
        overflow: visible
    }

    .post-detail.post-type-article .social-share-btn[data-fcms-method="stickyElement"] {
        display: block;
        margin-left: -9rem;
        position: relative!important;
        top: 11.5rem
    }

    .post-index.post-type-gallery .social-share-btn[data-fcms-method="stickyElement"] {
        display: block;
        margin-left: -3.5rem;
        position: relative!important;
        top: 13.75rem
    }

    .post-detail.post-type-article .social-share-btn.stickyElement[data-fcms-method="stickyElement"],.post-index.post-type-gallery .social-share-btn.stickyElement[data-fcms-method="stickyElement"] {
        position: fixed!important;
        z-index: 998!important
    }

    .social-share-btn[data-fcms-method="stickyElement"]>div {
        display: none
    }

    .social-share-btn[data-fcms-method="stickyElement"] .btn-list {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3.5rem;
        padding: 0;
        margin: 0 .25rem
    }
}

.comment-section {
    background: #F1F1F1
}

.comment-section a[name="kommentare"] {
    position: absolute;
    top: -3rem
}

.comment-container {
    margin-right: -10px;
    margin-left: -10px
}

.comment-container [data-fcms-container="spacer"]>.alert {
    padding: 1rem;
    background: #FFF
}

.comment-container [data-fcms-container="elements"]>div+div {
    margin-top: .5rem
}

.comment-form {
    padding: 2rem 0;
    margin-top: 1rem;
    background: #e4e4e4
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comment {
    display: block;
    padding: 1rem;
    margin-left: 8rem;
    background: #FFF;
    border: 1px solid #F1F1F1;
    border-left: 2px solid #DA2218
}

.comment+.comment {
    margin-top: .5rem
}

.comment.nested-1 {
    margin-left: 0;
    border-left: 1px solid #F1F1F1
}

.comment.nested-2 {
    margin-left: 2rem
}

.comment.nested-3 {
    margin-left: 4rem
}

.comment.nested-4 {
    margin-left: 6rem
}

.comment .comment-header {
    margin-bottom: 1rem
}

.comment .comment-meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-family: "Nunito Sans";
    font-size: .6875rem
}

.comment .comment-author-avatar {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden
}

.comment .comment-author-avatar img {
    display: block;
    width: 100%;
    height: auto
}

.comment .comment-author-name {
    display: block;
    font-weight: 800
}

.comment .comment-text {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 1rem;
    color: #404A50
}

.comment .comment-footer .btn>.icon {
    font-size: 1.25em;
    margin: 0 .25em
}

.teaserimage img {
    max-width: 100%
}

@media (min-width: 481px) {
    .comment-container,.comment-form {
        margin-left:-1rem;
        margin-right: -1rem
    }
}

@media (min-width: 769px) {
    .comment-section {
        background:#FFF
    }

    .comment-container,.comment-form {
        margin-left: 0;
        margin-right: 0
    }

    .comment-form {
        margin-top: 0
    }

    .comment-container [data-fcms-container="spacer"]>.alert {
        padding: 0;
        background: transparent
    }
}

.readonly-form-control {
    width: calc(100% - 301px);
    margin-right: 3px;
    height: 46px;
    float: left;
    border: none
}

.readonly-form-textarea {
    resize: none;
    margin-right: 3px;
    width: 100%;
    height: 100px;
    float: left;
    -webkit-transition: height .35s ease-in-out;
    transition: height .35s ease-in-out;
    border: none
}

.readonly-form-textarea:focus {
    height: 100px
}

input::-webkit-input-placeholder {
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    overflow: hidden!important
}

input:-moz-placeholder {
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    overflow: hidden!important
}

@media (max-width: 768px) {
    .readonly-form-control,.readonly-form-textarea {
        float:none;
        width: 100%
    }

    .comment-form .btn {
        float: none;
        width: 100%;
        margin-top: 3px
    }
}

p.help-block {
    font-size: 12px
}

.autor-verlag {
    display: none
}

.post-text .btn.shopping-button {
    text-decoration: none;
    font-family: Nunito Sans;
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
    margin: 1rem 0;
    display: table
}

.post-text .btn.shopping-button-fullwidth {
    text-decoration: none;
    font-family: Nunito Sans;
    color: #fff;
    width: -moz-fit-content;
    margin: 1rem 0;
    display: table
}

.post-text .btn.cta-button {
    text-decoration: none;
    font-family: Nunito Sans;
    margin: 1rem 0;
    display: table-cell
}

.post-text .btn.cta-button-fullwidth {
    text-decoration: none;
    font-family: Nunito Sans;
    margin: 1rem 0;
    display: inline-block
}

.post-text .btn-secondary.shopping-button {
    color: #DA2218
}

.post-text .btn.btn-secondary {
    text-decoration: none;
    font-family: Nunito Sans
}

.post-text .btn.btn-secondary:hover {
    color: #fff
}

@media (max-width: 480px) {
    .mediaPdf img {
        height:auto!important;
        width: 100%!important
    }
}

article .post-content ul {
    list-style-type: none;
    padding: 1rem;
    margin: 0 0 0 0;
    left: 1rem
}

article .post-content li {
    left: 1rem;
    position: relative
}

article .post-content ul:not(.slick-dots) li:before {
    content: "";
    margin-left: .5rem;
    width: 11px;
    height: 11px;
    background: #DA2218;
    display: inline-block;
    margin-left: -1rem;
    margin-right: .5rem;
    position: relative;
    left: -.5rem
}

.artZwischenzeile2 a {
    display: block;
    margin-bottom: 1.5rem
}

.divTable {
    display: flow-root;
    font-size: .875rem
}

_:default:not(:root:root),.divTable {
    display: block;
    float: left;
    width: 100%;
    clear: both
}

.divTableRow {
    display: flex
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group
}

.divTableCell {
    display: table-cell;
    padding: 3px 10px;
    border-top-color: rgba(255,255,255,0);
    font-family: 'Nunito Sans';
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 0 0 1px 0
}

.divTableHeadline {
    font-weight: 700;
    background: #da2218!important;
    color: #fff!important;
    border-color: #da2218!important
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: 700
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: 700
}

.divTableBody {
    display: table-row-group
}

.divTableCell.col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.divTableCell.col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.divTableCell.col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.divTableCell.col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.divTableCell.col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.divTableCell.col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.divTableCell.col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.divTableCell.col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.divTableCell.col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.divTableCell.col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.divTableCell.col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.divTableCell.col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (max-width: 600px) {
    .divTable {
        width:100%
    }

    .divTableRow {
        display: block;
        margin-bottom: 1rem
    }

    .divTableCell {
        display: block;
        flex-basis: 100%!important;
        max-width: 100%!important;
        display: block;
        font-weight: 700;
        font-family: 'Nunito Sans';
        font-size: 12px;
        border: 1px solid #e6e6e6;
        border-top-color: rgba(255,255,255,0)
    }

    .changeLayout .divTableCell {
        position: relative;
        text-align: right
    }

    .changeLayout .divTableCell.text-left {
        text-align: left
    }

    .divTableCell:before {
        content: attr(data-title);
        position: absolute;
        left: 6px;
        width: 45%;
        text-align: left!important;
        padding-right: 10px
    }

    .divTableCell:first-child {
        font-weight: 700;
        background: #da2218!important;
        color: #fff!important;
        border-color: #da2218!important
    }

    .divTableHeadline {
        display: none
    }
}

.breadcrumb-menu h1 {
    display: inline-block;
    padding: .5rem;
    font-size: .6875rem;
    line-height: 1rem;
    vertical-align: middle;
    margin: 0;
    color: rgb(64,74,80);
    font-weight: 600
}

.post-hintergruende {
    background: #f1f1f1;
    margin-bottom: 1rem
}

.post-hintergruende h3 {
    color: #DA2218
}

.post-hintergruende .infoBox {
    background-color: #DA2218;
    ;float: right;
    width: 300px;
    color: #fff;
    padding: 1rem;
    margin-left: 1rem;
    margin-right: -3rem
}

.post-hintergruende .infoBox h3 {
    color: #fff;
    margin: .25rem 0
}

.intext-image {
    background: #F1F1F1;
    display: table
}

.intext-image img {
    width: 100%
}

.intext-image .img-text {
    font-size: .875rem;
    display: block;
    padding: 1rem 10px 1.5rem;
    font-weight: 400;
    line-height: 1.8em;
    color: #404A50
}

iframe[src*="www.google.com/maps/embed"] {
    width: 100%
}

.inner .interviewFrage {
    margin-top: 1.5rem
}

.top-special-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding: 1rem 0 0;
    margin-bottom: 1rem
}

.top-special-links .menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 10px
}

.top-special-links .menu>li {
    position: relative;
    font-size: .75rem;
    line-height: 1.3333em;
    margin-bottom: .25em
}

.top-special-links .menu.list-type-arrow>li:before {
    line-height: 2.6666em
}

.top-special-links .menu>li>a:hover {
    text-decoration: underline
}

.top-special-links .head-campaign {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding: .75rem 0;
    margin: 1rem 0 0;
    text-align: center;
    background: #F1F1F1
}

.top-special-links .head-campaign img {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    height: auto
}

@media (min-width: 481px) {
    .top-dossiers-nav .h4 {
        margin:0 1rem
    }

    .top-special-links .menu {
        margin: 0 1rem
    }

    .top-special-links .head-campaign {
        padding-bottom: 0
    }
}

@media (min-width: 769px) {
    .top-special-links {
        padding:.5rem 0;
        border-bottom: 1px solid #E4E4E4
    }

    .top-special-links .menu {
        -webkit-box-flex: 9;
        -ms-flex: 9;
        flex: 9
    }

    .top-special-links .head-campaign {
        -webkit-box-flex: 0 1 320px;
        -ms-flex: 0 1 320px;
        flex: 0 1 320px;
        padding: 0;
        margin: 0;
        text-align: right;
        background: transparent
    }
}

.top-special-links li:nth-child(n+6) {
    display: none
}

.post-meta .scroll-x {
    flex: auto!important
}

li.rgal {
    order: 1
}

.post-detail .post-text p img {
    max-width: 100%;
    height: auto
}

.post-detail #glomex-video {
    margin-bottom: 2rem
}

@media (max-width: 600px) {
    .height72vw {
        height:72vw
    }
}

aside.embed-image {
    display: table-cell
}

aside.embed-image figure {
    display: -webkit-box
}

aside.embed-image figure img {
    width: 100%
}

aside.embed-image figcaption {
    display: -webkit-inline-box
}

.embed-image .post-image {
    margin: auto;
    width: 80%
}

.embed-image .img-text .inner {
    font-size: 0.6875rem!important;
    padding: 0 1rem!important
}

@media (max-width: 700px) {
    aside.embed-image figure {
        width:100%
    }
}

.section-content:empty {
    display: none
}

.top-special-links.section-content {
    border: none;
    padding-bottom: 2rem
}

.author_mobile_v2 {
    font-size: .8rem;
    font-family: 'Nunito Sans';
    font-weight: 700;
    color: #818182;
    line-height: 1.6em;
    margin: 0
}

.author_mobile_v2.post-extras {
    margin: .5rem 0 0 0;
    border-bottom: 0
}

.author_mobile_v2 .post-authors .post-author-name {
    font-size: inherit;
    color: #DA2218
}

.author_mobile_v2 .scroll-x-inner {
    display: flex
}

.author_mobile_v2 .post-authors {
    flex: 0 0 auto;
    margin-right: 1rem
}

.author_mobile_v2 .post-authors.print-ausgabe {
    padding-right: 2rem
}

.height609 {
    height: 609px!important
}

.post-plus header .post-headline:after {
    content: "PLUS";
    display: inline-block;
    background-image: url(data:image/svg+xml,%3Csvg%20class%3D%22icon-plus%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2099.2%2035.9%22%20%3E%3Ctitle%3EIcon%20Plus%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23C31400%22%20d%3D%22M13.9%2C19.5c0%2C2.9-1.3%2C3.9-4.5%2C3.9H6.3V15.7H9.4c3.2%2C0%2C4.5%2C1%2C4.5%2C3.8m6.1%2C0c0-6.5-3.6-9-10.5-9H1.3c-.7%2C0-1%2C.3-1%2C1V34.4c0%2C.7.3%2C1%2C1%2C1h4c.7%2C0%2C1-.3%2C1-1v-6H9.5c6.9.1%2C10.5-2.3%2C10.5-8.9m17.4%2C15V31.1c0-.7-.3-1-1-1H27.6V11.6c0-.7-.4-1-1.1-1h-4c-.7%2C0-1%2C.3-1%2C1V34.5c0%2C.7.3%2C1%2C1%2C1H36.4c.7%2C0%2C1-.3%2C1-1m20.9-8.2V11.6c0-.7-.3-1-1-1h-4c-.7%2C0-1%2C.3-1%2C1V25.8c0%2C3.1-1.1%2C4.7-4%2C4.7s-4-1.6-4-4.7V11.6c0-.7-.3-1-1.1-1h-4c-.7%2C0-1%2C.3-1%2C1V26.3c0%2C6.4%2C3.4%2C9.6%2C10.1%2C9.6%2C6.5%2C0%2C10-3.2%2C10-9.6M99.5%2C12.9a12.79%2C12.79%2C0%2C0%2C0-25.4-2.1%2C17.52%2C17.52%2C0%2C0%2C0-5-.6c-5.9%2C0-9.3%2C2.3-9.3%2C7%2C0%2C5.2%2C3.7%2C6.7%2C7.5%2C8.1%2C2.5.9%2C4.4%2C1.6%2C4.4%2C3.2s-1.9%2C2.4-4.5%2C2.4a12.83%2C12.83%2C0%2C0%2C1-5.4-1.1.86.86%2C0%2C0%2C0-1.3.6l-1%2C2.7c-.2.7%2C0%2C1%2C.6%2C1.3A19.84%2C19.84%2C0%2C0%2C0%2C68.2%2C36c5.3%2C0%2C9.6-2.1%2C9.6-7.3s-3.7-6.4-7.7-8c-2.5-1-4.2-1.6-4.2-3.2s1.4-2.1%2C3.8-2.1a15.88%2C15.88%2C0%2C0%2C1%2C4.6.7A12.88%2C12.88%2C0%2C0%2C0%2C86.8%2C26%2C13.13%2C13.13%2C0%2C0%2C0%2C99.5%2C12.9%22%20transform%3D%22translate%28-0.3%20-0.1%29%22%3E%3C%2Fpath%3E%3Cpolygon%20points%3D%2279.9%2014.9%2084.5%2014.9%2084.5%2019.4%2088.5%2019.4%2088.5%2014.9%2093%2014.9%2093%2010.8%2088.5%2010.8%2088.5%206.2%2084.5%206.2%2084.5%2010.8%2079.9%2010.8%2079.9%2014.9%22%20fill%3D%22%23E4E4E4%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    margin-left: 10px;
    color: transparent;
    font-size: .7em
}

section#lesensieauch .top-special-links .menu>li {
    position: relative;
    font-size: .85rem;
    line-height: 1.33333em;
    margin-bottom: .65em
}

section#lesensieauch .top-special-links .menu>li>a {
    display: inline-block;
    min-height: 30px
}

#ArticleCommentRegistrationOffer {
    clear: both;
    padding-top: 2rem
}

.post-meta ul a {
    color: #da2218
}

.post-meta ul a i {
    color: #818182
}

@media(min-width: 897px) {
    .left_p {
        width:calc(100% - 300px);
        float: left
    }

    .left_p+.embed-image {
        width: 300px;
        float: left;
        margin: 0!important
    }

    hr {
        clear: both
    }
}

article .post-content footer ul:not(.slick-dots) li:before {
    display: none
}

.social-share-btn .btn-list>li {
    margin: 0
}

.social-share-btn .btn-list>li a.btn.btn-icon {
    font-size: 1.3rem
}

#socialfooter {
    opacity: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    visibility: hidden;
    transition: opacity .5s,visibility .5s;
    padding: 0;
    line-height: 0
}

#socialfooter.show {
    opacity: 1;
    visibility: visible
}

#socialfooter .btn-list {
    width: 100%
}

#socialfooter .comment-item {
    float: right
}

#socialfooter .social-share-btn {
    justify-content: left
}

.post-detail.post-type-gallery {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.slide-item {
    padding-top: 3rem
}

.slide-item .image-holder>img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.slide-item .slide-header {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: 100%;
    height: 3rem;
    padding: 0 .5rem;
    transform: translate3d(-50%,10%,0);
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background: transparent;
    z-index: 90
}

.slide-item .slide-header.slide-header-app {
    z-index: 0
}

.slide-item .slide-header .slide-counter {
    flex: 1;
    text-align: center;
    font-size: .75rem;
    max-width: 100px
}

.slide-item .slide-header .slide-controls {
    flex: 0;
    white-space: nowrap
}

.slide-item,.slide-item>.image-holder {
    display: flex;
    width: 100%;
    height: calc(100% - 3rem);
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.slide-item .image-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 1080px;
    min-height: 5rem;
    padding: .5rem 1rem 1rem;
    margin: 0;
    transform: translate3d(-50%,0,0);
    font-size: .875rem;
    background: #FFF
}

.slide-item .pager {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%
}

.slide-item .pager .prev-btn,.slide-item .pager .next-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: block;
    height: 100%
}

.slide-item .pager .prev-btn {
    width: 35%;
    left: 0
}

.slide-item .pager .next-btn {
    width: 65%;
    right: 0
}

.slide-item .pager .prev-btn .icon,.slide-item .pager .next-btn .icon {
    position: absolute;
    top: 1em;
    display: block;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    font-size: 2rem;
    color: #404A50;
    line-height: 1em;
    text-align: center;
    opacity: 0;
    transition: all .15s ease-in-out
}

.slide-item .pager .prev-btn .icon {
    left: 1rem;
    transform: translate3d(-2rem,0,0)
}

.slide-item .pager .next-btn .icon {
    right: 1rem;
    transform: translate3d(2rem,0,0)
}

.slide-item .pager .prev-btn:hover .icon,.slide-item .pager .next-btn:hover .icon {
    opacity: 1;
    transform: translate3d(0,0,0)
}

#traffective-ad-Skyscraper {
    position: absolute;
    top: 0;
    left: calc(100% + 10px)
}

#traffective-ad-Rectangle_1:before,#traffective-ad-Rectangle_2:before,#traffective-ad-Rectangle_Fotogalerie:before,#traffective-ad-Billboard:before,#traffective-ad-Billboard_1:before,#traffective-ad-Billboard_2:before,#traffective-ad-Billboard_3:before,#traffective-ad-Billboard_4:before,#traffective-ad-Skyscraper:before,#traffective-ad-Content_1:before,#traffective-ad-Content_2:before,#traffective-ad-Mobile_Pos1:before,#traffective-ad-Mobile_Pos2:before,#traffective-ad-Mobile_Pos3:before,#traffective-ad-Mobile_Pos4:before,#traffective-ad-Mobile_Pos5:before {
    content: "Anzeige";
    font-size: .7em;
    margin-left: 3px;
    text-align: left;
    display: block;
    font-family: 'Nunito Sans';
    color: #404A50
}

#ad_banner~#traffective-ad-Content_1:before {
    content: ""
}

#traffective-ad-Rectangle_Fotogalerie {
    margin: auto;
    z-index: 999999
}

#traffective-ad-Rectangle_1.nativeAd:before,#traffective-ad-Mobile_Pos2.nativeAd:before {
    content: "";
    display: none
}

#traffective-ad-WPSkyscraper {
    position: absolute;
    top: 0;
    left: calc(100% + 10px)
}

#traffective-ad-Billboard,#traffective-ad-Billboard_1,#traffective-ad-Billboard_2,#traffective-ad-Billboard_3,#traffective-ad-Billboard_4 {
    text-align: center
}

.ad-section.bb2 {
    -webkit-order: 26;
    -ms-flex-order: 26;
    order: 26;
    width: 100%
}

.listing.columns-3 div#traffective-ad-Rectangle_1 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.dossier-section .listing.columns-3 div#traffective-ad-Mobile_Pos2,.teaser-section_gemeindeseite .listing.columns-3 div#traffective-ad-Rectangle_1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.teaser-section_gemeindeseite .section-header~.section-content .listing.columns-3 div#traffective-ad-Rectangle_1 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.teaser-section_gemeindeseite .listing.columns-3 div#traffective-ad-Rectangle_2 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.teaser-section_gemeindeseite .listing.columns-3 #traffective-ad-Rectangle_1[style*="display: none"]~#traffective-ad-Rectangle_2 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

@media screen and (min-width: 480px) {
    .listing.listing-mix-1-3 #traffective-ad-Rectangle_1:not([style*="display: none"])~.listing-item,.listing.listing-mix-1-3 #traffective-ad-Rectangle_2:not([style*="display: none"])~.listing-item {
        display:none
    }
}

@media screen and (max-width: 481px) {
    .listing #traffective-ad-Mobile_Pos2 {
        -webkit-order:6;
        -ms-flex-order: 6;
        order: 6
    }

    .listing #traffective-ad-Mobile_Pos3 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .listing #traffective-ad-Mobile_Pos4 {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18
    }

    .listing #traffective-ad-Mobile_Pos5 {
        -webkit-order: 24;
        -ms-flex-order: 24;
        order: 24
    }

    .listing.listing-mix-1-3 #traffective-ad-Rectangle_1:not([style*="display: none"])~.listing-item,.listing.listing-mix-1-3 #traffective-ad-Mobile_Pos2:not([style*="display: none"])~.listing-item,.listing.listing-mix-1-3 #traffective-ad-Rectangle_2:not([style*="display: none"])~.listing-item {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

.listing-gallery div#traffective-ad-Rectangle_2,.listing.columns-3 div#traffective-ad-Rectangle_2 {
    position: relative
}

#traffective-ad-Mobile_Pos1 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    margin-bottom: 1rem
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(2) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(3) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(4) {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(5) {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(6) {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(7) {
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(8) {
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(9) {
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(10) {
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(11) {
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(12) {
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(13) {
    -webkit-order: 26;
    -ms-flex-order: 26;
    order: 26
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(14) {
    -webkit-order: 28;
    -ms-flex-order: 28;
    order: 28
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(15) {
    -webkit-order: 30;
    -ms-flex-order: 30;
    order: 30
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(16) {
    -webkit-order: 32;
    -ms-flex-order: 32;
    order: 32
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(17) {
    -webkit-order: 34;
    -ms-flex-order: 34;
    order: 34
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(18) {
    -webkit-order: 36;
    -ms-flex-order: 36;
    order: 36
}

.columns-3 .listing-item:not([style*="display: none"]):nth-child(n+18) {
    -webkit-order: 38;
    -ms-flex-order: 38;
    order: 38
}

.listing-pager {
    -webkit-order: 9999999;
    -ms-flex-order: 999999;
    order: 999999
}

.section-header~.section-content #traffective-ad-Rectangle_1:not([style*="display: none"])~#traffective-ad-Rectangle_2 {
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.listing-gallery div#traffective-ad-Rectangle_2:not([style*="display: none"])~.listing-item:nth-child(n+6) {
    display: none
}

.section-header~.section-content #traffective-ad-Rectangle_1[style*="display: none"]~#traffective-ad-Rectangle_2 {
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17
}

.teaser-section_gemeindeseite .section-content #traffective-ad-Rectangle_1:not([style*="display: none"])~#traffective-ad-Rectangle_2 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.teaser-section_gemeindeseite .section-content #traffective-ad-Rectangle_1[style*="display: none"]~#traffective-ad-Rectangle_2 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.post-content #traffective-ad-Content_2[style*="display: none"]~#traffective-ad-Rectangle_2[style*="display: none"]~.shape-outside-container .sandbagHalfPage {
    display: none
}

.post-content #traffective-ad-Rectangle_1[style*="display: none"]~.shape-outside-container .sandbag {
    display: none
}

.shape-outside-container {
    position: relative;
    width: auto;
    height: 0;
    clear: both
}

.shape-outside-container .sandbag1 {
    float: right;
    width: 0;
    height: 100px;
    clear: right
}

.shape-outside-container .sandbag2 {
    float: right;
    clear: right;
    padding-left: 20px
}

.shape-outside-container .sandbagHalfPage1 {
    float: left;
    width: 0
}

.shape-outside-container .sandbagPlista1 {
    float: left;
    width: 0;
    height: 480px;
    clear: left
}

.shape-outside-container .sandbagPlista2 {
    float: left;
    width: 100%;
    clear: left;
    position: relative
}

.post-text .sandbagPlista {
    margin-left: 0;
    width: 100%;
    float: none
}

#traffective-ad-Rectangle_2:not([style*="display: none"])~.shape-outside-container .sandbagHalfPage2 {
    float: left;
    width: 320px;
    height: 280px;
    clear: left
}

#traffective-ad-Content_2:not([style*="display: none"])~.shape-outside-container .sandbagHalfPage2 {
    float: left;
    width: 320px;
    height: 650px;
    clear: left
}

.shape-outside-container .sandbagHalfPage2 {
    float: left;
    clear: left;
    padding-right: 20px
}

.halfpageAd-position .sandbagHalfPage1 {
    height: 1352px;
    clear: left
}

.halfpageAd-position-2 .sandbagHalfPage1 {
    height: 80px;
    clear: left
}

.halfpageAd-position-3 .sandbagHalfPage1 {
    height: 80px;
    clear: left
}

.halfpageAd-position-4 .sandbagHalfPage1 {
    height: 352px;
    clear: left
}

.halfpageAd-position-5 .sandbagHalfPage1 {
    height: 652px;
    clear: left
}

.halfpageAd-position-6 .sandbagHalfPage1 {
    height: 1052px;
    clear: left
}

.halfpageAd-position-7 .sandbagHalfPage1 {
    height: 1052px;
    clear: left
}

.halfpageAd-position-8 .sandbagHalfPage1 {
    height: 1052px;
    clear: left
}

.halfpageAd-position-9 .sandbagHalfPage1 {
    height: 1052px;
    clear: left
}

.halfpageAd-position-10 .sandbagHalfPage1 {
    height: 1352px;
    clear: left
}

@media (max-width: 481px) {
    .listing.columns-3 div#traffective-ad-Mobile_Pos3>div {
        position:relative;
        left: 0
    }

    .listing.columns-3 div#traffective-ad-Rectangle_1 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .section-header~.section-content #traffective-ad-Rectangle_1:not([style*="display: none"])~#traffective-ad-Rectangle_2 {
        -webkit-order: 18;
        -ms-flex-order: 18;
        order: 18
    }
}

@media (max-width: 700px) {
    .shape-outside-container .sandbagAd {
        width:100%;
        padding: 0
    }

    .post-type-article #traffective-ad-Rectangle_1.nativeAd div {
        width: 300px!important
    }

    .post-type-article #traffective-ad-Content_2>div {
        position: relative
    }

    .halfpageAd-position-3 .sandbagHalfPage1 {
        height: 300px
    }

    .halfpageAd-position-3 .Rectangle_2,.halfpageAd-position-3 .Content_2 {
        top: 690px
    }
}

.billboard-wrapper {
    height: 270px;
    transition: height 2s;
    background: #fff
}

@media (max-width: 745px) {
    .billboard-wrapper {
        display:none
    }
}

.listing-item:nth-child(2)+.listing-real-pager~.Rectangle_2,.listing-item:nth-child(2)+.listing-real-pager~.Rectangle_1,.listing-item:nth-child(3)+.listing-real-pager~.Rectangle_2,.listing-item:nth-child(3)+.listing-real-pager~.Rectangle_1,.listing-item:nth-child(4)+.listing-real-pager~.Rectangle_2,.listing-item:nth-child(4)+.listing-real-pager~.Rectangle_1,.listing-item:nth-child(5)+.listing-real-pager~.Rectangle_2,.listing-item:nth-child(5)+.listing-real-pager~.Rectangle_1 {
    display: none
}

.scroll-x-inner .listing-xmedia.columns-4 .listing-item:nth-child(1n+5) {
    display: none
}

#traffective-ad-Mobile_Sticky_Ad_wrap {
    position: fixed;
    bottom: 0;
    z-index: 998;
    width: 100%;
    text-align: center;
    background-color: rgb(255,255,255)
}

.sky-wrapper {
    width: 100%;
    position: relative
}

.ad-section-baby {
    text-align: center
}

@media (max-width: 725px) {
    .ad-section-baby img {
        width:100%
    }
}

article.post.post-teaser.post-type-article.teaser-format-hero.post-has-thumb.post-is-premium .post-content {
    padding-top: 0
}

.vdb_player {
    float: left;
    margin: 2em 0
}

._vdb_player:after {
    content: "";
    clear: both;
    display: block
}

.btn-list .btn.btn-default:empty {
    display: none
}

.teaser-section_gemeindeseite .post-from .post-thumb:after {
    content: "";
    position: absolute;
    top: 15px;
    height: 21px;
    padding-right: 15px;
    background-color: #e4e4e4;
    width: 100%;
    opacity: .8;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: .0333em;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right
}

.teaser-section_gemeindeseite .post-from-redaktion .post-thumb:after {
    content: "Redaktion"
}

.teaser-section_gemeindeseite .post-from-blog .post-thumb:after {
    content: "Leser"
}

.teaser-section_gemeindeseite .post-from-leserbriefe .post-thumb:after {
    content: "Leserbrief"
}

.teaser-section_gemeindeseite .post-from-vereinsblog .post-thumb:after {
    content: "Verein"
}

.teaser-section_gemeindeseite .post-from-gruppenblog .post-thumb:after {
    content: "Gruppenbeitrag"
}

.teaser-section_gemeindeseite .post-from-gemeindereporter .post-thumb:after {
    content: "Leserbeitrag"
}

.teaser-section_gemeindeseite .post-from-contentcaptain .post-thumb:after {
    content: "Externe Quelle"
}

.post-from-vereinsblog .post-description:before,.post-from-blog .post-description:before,.post-from-leserbriefe .post-description:before {
    content: "Leserbeitrag: ";
    color: #DA2218
}

.post-from-vereinsblog .post-topline:before,.post-from-blog .post-topline:before {
    content: "Leserbeitrag ";
    color: #818182
}

#smartbannerHead {
    display: none
}

.ui-autocomplete {
    z-index: 999999!important;
    margin: 0;
    border-color: #E4E4E4
}

.ui-autocomplete li {
    height: auto;
    font-family: 'Nunito Sans';
    font-size: .875rem;
    color: #A5A5A6
}

#gemeindebox .form-gemeindesuche {
    border: 1px solid #E4E4E4;
    margin-left: 20px;
    width: 270px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#gemeindebox .form-gemeindesuche label {
    display: none
}

#gemeindebox .form-gemeindesuche input {
    padding: .5rem;
    color: #404A50;
    line-height: 1.8em;
    border: 0;
    background-color: #FFF
}

#gemeindebox .section-header.single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 480px) {
    #gemeindebox .section-header.single {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #gemeindebox .form-gemeindesuche input {
        margin-left: 0
    }

    #gemeindebox .form-gemeindesuche {
        margin-left: 0
    }

    .listing-mix-1-3 div[id^="traffective-"] {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
}

.content-box-newsticker .listing.listing-newsticker .listing-item:nth-child(n+9) {
    display: none
}

.ressortbeschreibung {
    display: none
}

.top-dossiers-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .125rem 0;
    border-bottom: 1px solid #E4E4E4
}

.top-dossiers-nav .h4 {
    display: inline-block;
    margin: 0 10px;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 1.2em;
    white-space: nowrap
}

.top-dossiers-nav .menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: .6875rem;
    line-height: 1.2em;
    margin: 0 .5rem
}

.plista_widget_outstream {
    clear: none!important
}

#traffective-ad-Mobile_Sticky_Ad:not([style*="display: none"])~#site-footer {
    margin-bottom: 100px
}

@media (max-width: 768px) {
    #main-nav .markets-menu-wrapper {
        margin-bottom:100px
    }
}

.post-eventdatum {
    font-size: .875rem;
    line-height: 1.35em;
    color: #DA2218;
    font-weight: 700
}

.post-eventdatum:before {
    font-family: 'infranken';
    font-style: normal;
    font-weight: 400;
    margin-right: 2px;
    text-decoration: none!important;
    content: "\e81d"
}

@media (max-width: 650px) {
    _aside.post-imgbox {
        float:left;
        width: 100%
    }
}

.section-liste .listen-image {
    float: left;
    width: 317px;
    padding-right: 1rem
}

.section-liste .listen-image img {
    width: 100%
}

.section-liste .listen-info {
    float: left;
    width: calc(100% - 317px)
}

@media (max-width: 700px) {
    .section-liste .listen-image,.section-liste .listen-info {
        width:100%;
        float: none;
        padding-right: 0rem
    }
}

#traffective-ad-Content_1>div:first-child {
    position: unset!important
}

#vrweb_player_button_image {
    display: none
}

@media (max-width: 700px) {
    .post-text .sandbagright {
        padding-left:0
    }
}

@media (min-width: 600px) {
    .post-text .Rectangle_1,.post-text .Content_2,.post-text .Content_4 {
        margin-right:-2rem;
        margin-left: 20px;
        float: right
    }

    .post-text .Content_1,.post-text .Content_3,.post-text .Content_5 {
        margin-left: -2rem;
        margin-right: 20px;
        float: left
    }
}

@media (min-width: 769px) {
    .post-text .Rectangle_1,.post-text .Content_2,.post-text .Content_4 {
        margin-right:-5rem;
        margin-left: 20px;
        float: right
    }

    .post-text .Content_1,.post-text .Content_3,.post-text .Content_5 {
        margin-left: -5rem;
        margin-right: 20px;
        float: left
    }
}

.listing.columns-3 .Medium_Rectangle_6.listing-item {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

@media (max-width: 673px) {
    iframe[src^="https://www.booking.com"] {
        height:220px
    }
}

#b_container148 iframe {
    min-height: 190px
}

@media (max-width: 700px) {
    .inner .sandbagAd {
        float:none;
        clear: both;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0
    }
}

aside.embed-video,.embed-iframe {
    display: flow-root;
    margin-left: 0!important;
    margin-right: 0!important;
    height: 100%;
    max-width: 100%
}

_:default:not(:root:root),aside.embed-video {
    display: block;
    float: left;
    width: 100%;
    clear: both
}

_:default:not(:root:root),.embed-iframe {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    max-width: 100%
}

.listing.columns-3 .listing-item.pos4 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.listing.columns-3 .listing-item.pos4:not([style*="display: none"])~.listing-item:last-child {
    display: none
}

.listing-item-streamset .post-type-streamset .post-thumb:before,.listing-item-streamset .post-type-streamset .no-thumb:before {
    padding-top: 56.25%
}

.listing-item-streamset .post-type-streamset.post-has-thumb .post-content {
    padding-top: .5rem
}

.listing-item-streamset .post-type-streamset .post-content a:after {
    position: absolute;
    display: block!important;
    content: '\e916';
    top: calc(50% - 0.5rem)!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important;
    width: auto!important;
    height: auto!important;
    font-family: 'infranken';
    font-size: 4rem;
    font-weight: 400;
    color: #FFF;
    background: transparent!important;
    transform: translate3d(-50%,-50%,0)
}

.listing-item-streamset .post-type-streamset.teaser-format-default .post-content a:after {
    font-size: 3rem
}

.post-type-streamset.post-teaser .post-content .post-headline {
    font-size: 1.5rem;
    height: 4rem
}

.post-type-streamset .post-content.post-headline {
    color: #fff
}

.post-type-streamset.teaser-format-default .post-content.post-headline {
    font-size: .6875rem
}

.post-type-streamset .post-content.post-headline a {
    display: block;
    height: 100%
}

.post-type-streamset .post-content.post-headline span {
    height: 2rem;
    position: absolute;
    bottom: 0rem
}

.post-type-streamset.teaser-format-large .post-content.post-headline span {
    height: 5rem;
    font-size: 1.5rem;
    line-height: 1.5rem
}

.listing-item-streamset .teaser-format-default.post-type-streamset .post-content:after {
    font-size: 2rem
}

.post-teaser.post-type-streamset .post-thumb img {
    width: 100%
}

@media (max-width: 1062px) {
    .post-type-streamset .post-content.post-headline span {
        width:90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width: 425px) {
    .listing-item-streamset .post-type-streamset .post-content a:after {
        top:calc(35% - 0.5rem)!important
    }

    .listing-item-streamset .post-type-streamset.teaser-format-default .post-content a:after {
        font-size: 2rem
    }
}

.post-text #traffective-ad-Rectangle_1,.post-text #traffective-ad-Content_1,.post-text #traffective-ad-Content_2,.shape-outside-container #traffective-ad-Rectangle_1,.shape-outside-container #traffective-ad-Content_1,.shape-outside-container #traffective-ad-Content_2 {
    position: relative;
    min-width: 300px
}

.hidden {
    display: none
}

#verwandteartikel {
    display: none
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(4) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(5) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(6) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.listing-gallery .listing-item:not([style*="display: none"]):nth-child(7) {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.sticky-ad-close-button {
    position: absolute;
    visibility: hidden;
    width: 28px;
    height: 28px;
    top: -28px;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.2);
    border: none;
    border-radius: 12px 0 0 0
}

.sticky-ad-close-button:before {
    position: absolute;
    content: "";
    top: -20px;
    right: 0;
    left: -20px;
    bottom: 0
}

.Mobile_Sticky_Ad:not([style*="display: none"])~.sticky-ad-close-button {
    visibility: visible
}

#traffective-ad-Rectangle_1 img {
    width: 100%
}

.ob-smartfeed-wrapper {
    margin-top: .3rem
}

#plistasection .AR_1.ob-smartfeed-strip-layout .ob-widget-header {
    font-size: 1.625rem;
    font-weight: 700;
    padding-top: 1.5rem;
    line-height: 1.35em
}

#traffective-ad-Mobile_Pos1,#traffective-ad-Mobile_Pos2,#traffective-ad-Mobile_Pos3,#traffective-ad-Mobile_Pos4,#traffective-ad-Mobile_Pos5 {
    margin-bottom: 1rem;
    background: #fff
}

.sandbagright {
    float: right
}

.sandbagleft {
    float: left;
    margin-right: 20px;
    clear: left
}

.trf-native-container {
    margin: auto
}

#traffective-ad-Rectangle_2,.ad-section {
    overflow: hidden
}

.trf-native-container {
    max-width: 300px
}

@media(max-width: 480px) {
    .trf-native-container {
        max-width:100%
    }
}

#traffective-ad-Mobile_Pos1:before,#traffective-ad-Mobile_Pos2:before,#traffective-ad-Mobile_Pos3:before,#traffective-ad-Mobile_Pos4:before,#traffective-ad-Mobile_Pos5:before {
    content: "Weiterlesen nach der Anzeige"
}

@media(max-width: 425px) {
    #traffective-ad-Rectangle_1:before,#traffective-ad-Rectangle_2:before {
        content:"Weiterlesen nach der Anzeige"
    }
}

.listing.columns-3 .section.ad-section {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1rem
}

.listing.columns-3 .section.ad-section div:not([style*="display: none;"]) {
    margin-top: 0
}

.werbung-right .post-text .Content_1,.werbung-right .post-text .Content_3,.werbung-right .post-text .Content_5 {
    margin-right: -5rem;
    margin-left: 20px;
    float: right
}

.vrweb_icon {
    display: none
}

.vrweb_hover_player {
    z-index: 99999999
}

.vrweb_player_main {
    position: relative
}

.vrweb_player_main a {
    margin: 0;
    font-size: inherit
}

span.VR20S_highlight {
    background-color: #FF0
}

span.VR20S_highlight_word {
    background-color: #6fa3f7!important
}

div.VR20S_h_player_container {
    width: 248px;
    height: 45px;
    background-image: url(/templates/img/voicereader/buttons/black/bkg.png);
    border: 1px solid #000;
    border-radius: 20px;
    padding-top: 4px;
    padding-left: 6px;
    box-sizing: content-box;
    line-height: normal;
    font: medium sans-serif
}

div.VR20S_h_player_container,.vrweb_settings {
    box-shadow: 0 3px 5px #666;
    -moz-box-shadow: 0 3px 5px #666;
    -webkit-box-shadow: 0 3px 5px #666;
    -o-box-shadow: 0 3px 5px #666;
    -ms-box-shadow: 0 3px 5px #666
}

div.VR20S_h_marked_container {
    width: 170px
}

div.VR20S_h_player_button {
    width: 38px;
    height: 38px;
    text-decoration: none;
    float: left;
    border-radius: 8px;
    border: 1px solid transparent;
    box-sizing: content-box
}

button.vrweb_icon {
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer
}

button.VR20S_h_player_button {
    width: 38px;
    height: 38px;
    padding: 1px 0;
    text-decoration: none;
    float: left;
    border-radius: 8px;
    border: 1px solid transparent;
    box-sizing: content-box;
    background-color: transparent;
    cursor: pointer
}

button.VR20S_h_player_button:hover {
    border: 1px solid #fff
}

button.VR20S_h_button_play {
    background-image: url(/templates/img/voicereader/buttons/blue/play.png)
}

button.VR20S_h_button_pause {
    background-image: url(/templates/img/voicereader/buttons/blue/pause.png)
}

button.VR20S_h_button_waiting {
    background-image: url(/templates/img/voicereader/buttons/blue/wait.png)
}

button.VR20S_h_button_previous {
    background-image: url(/templates/img/voicereader/buttons/blue/prev.png)
}

button.VR20S_h_button_next {
    background-image: url(/templates/img/voicereader/buttons/blue/next.png)
}

button.VR20S_h_button_config {
    background-image: url(/templates/img/voicereader/buttons/blue/config.png)
}

button.VR20S_h_button_close {
    margin-left: 56px;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url(/templates/img/voicereader/buttons/blue/close.png);
    background-repeat: no-repeat;
    background-position: center
}

div.VR20S_h_player_button:hover {
    border: 1px solid #fff
}

div.VR20S_h_button_play {
    background-image: url(/templates/img/voicereader/buttons/black/play.png)
}

div.VR20S_h_button_pause {
    background-image: url(/templates/img/voicereader/buttons/black/pause.png)
}

div.VR20S_h_button_waiting {
    background-image: url(/templates/img/voicereader/buttons/black/wait.png)
}

div.VR20S_h_button_previous {
    background-image: url(/templates/img/voicereader/buttons/black/prev.png)
}

div.VR20S_h_button_next {
    background-image: url(/templates/img/voicereader/buttons/black/next.png)
}

div.VR20S_h_button_config {
    background-image: url(/templates/img/voicereader/buttons/black/config.png)
}

div.VR20S_h_close_logo {
    width: 76px;
    height: 38px
}

div.VR20S_h_close_logo:hover {
    border: 1px solid transparent
}

div.VR20S_h_button_close {
    margin-left: 56px;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background-image: url(/templates/img/voicereader/buttons/black/close.png);
    background-repeat: no-repeat;
    background-position: center
}

img.VR20S_h_linguatec_logo {
    width: 77px;
    height: 19px;
    margin: 0;
    float: left
}

div.VR20S_multiLandLayout {
    height: 68px
}

input.VR20S_multiLandButton {
    margin: 3px 2px 3px 4px;
    padding: 0;
    height: 16px;
    width: 16px
}

img.VR20S_multiLandButton {
    width: 18px
}

div.VR20S_miniPlayer {
    width: 46px
}

.VR20S_Color_Black {
    background-color: #000
}

.VR20S_Color_LightGrey {
    background-color: #CCC
}

.VR20S_Color_White {
    background-color: #FFF
}

.VR20S_Color_LightBlue {
    background-color: #9CF
}

.VR20S_Color_Cyan {
    background-color: #0FF
}

.VR20S_Color_Yellow {
    background-color: #FF0
}

.VR20S_Color_LightGreen {
    background-color: #6F0
}

.VR20S_Color_Magenta {
    background-color: #F3F
}

.VR20S_Color_Blue {
    background-color: #69F
}

.VR20S_Color_LightYellow {
    background-color: #FF9
}

.VR20S_Color_Green {
    background-color: #CF9
}

.VR20S_Color_Red {
    background-color: #F99
}

.VR20S.VR20S_Color_Black {
    background-color: #000
}

.VR20S.VR20S_Color_Cyan {
    background-color: #0FF
}

.VR20S.VR20S_Color_LightBlue {
    background-color: #9CF
}

.VR20S.VR20S_Color_Yellow {
    background-color: #FF0
}

.VR20S.VR20S_Color_LightGreen {
    background-color: #6F0
}

.VR20S.VR20S_Color_Magenta {
    background-color: #F3F
}

.VR20S.VR20S_Color_LightGrey {
    background-color: #CCC
}

.VR20S.VR20S_Color_White {
    background-color: #FFF
}

.VR20S_subtitle.VR20S_Color_Black {
    background-color: #000
}

.VR20S_subtitle.VR20S_Color_LightBlue {
    background-color: #9CF
}

.VR20S_subtitle.VR20S_Color_LightGrey {
    background-color: #CCC
}

.VR20S_subtitle.VR20S_Color_White {
    background-color: #FFF
}

.VR20S_subtitle.VR20S_Color_Blue {
    background-color: #69F
}

.VR20S_subtitle.VR20S_Color_LightYellow {
    background-color: #FF9
}

.VR20S_subtitle.VR20S_Color_Green {
    background-color: #CF9
}

.VR20S_subtitle.VR20S_Color_Red {
    background-color: #F99
}

.VR20S_subtitle {
    display: block;
    position: fixed!important;
    top: auto!important;
    bottom: 50px!important;
    left: 50px!important;
    right: 50px!important;
    padding: 25px!important;
    background-color: #9CF;
    border: solid 4px #000;
    border-radius: 15px;
    text-align: center;
    z-index: 1000;
    font: 3em Arial,Helvetica,sans-serif;
    line-height: 1.15em;
    color: #000;
    max-height: 100%!important
}

.VR20S_closeSubtitle {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.vrweb_settings_wrapper {
    display: none
}

.vrweb_settings {
    width: 300px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    resize: both;
    font: 13px Arial,sans-serif;
    line-height: normal
}

.vrweb_settings * {
    box-sizing: content-box!important
}

.vrweb_settings .vrweb_s_content_header {
    margin: 5px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 0
}

.vrweb_settings .vrweb_s_content_header h2 {
    display: inline-block;
    margin: 2px
}

a.vrweb_x_link {
    float: right;
    text-decoration: none
}

div.vrweb_x {
    color: #fff
}

button.vrweb_x {
    float: right;
    padding: 1px 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid transparent;
    cursor: pointer
}

button.VR20S_closeSubtitle {
    background-color: transparent;
    border: none
}

.vrweb_settings .vrweb_settings_frame {
    background-color: #FFF;
    margin: 5px;
    padding: 10px 5px;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 3px
}

.vrweb_settings .vrweb_settings_content {
    color: #000;
    background-color: #FFF;
    padding-left: 5px
}

.vrweb_settings .vrweb_settings_option:not(:last-of-type) {
    margin-bottom: 20px
}

.vrweb_settings .vrweb_settings_option {
    position: relative
}

.vrweb_settings .vrweb_s_option_label {
    font-size: 14px;
    font-weight: 700
}

.vrweb_settings div.vrweb_s_option_label {
    margin-bottom: 5px
}

.vrweb_settings label.vrweb_s_option_label {
    display: block;
    margin-bottom: 5px
}

.vrweb_settings input {
    margin: 0;
    border: none;
    padding: 0
}

.vrweb_settings .vrweb_s_slider {
    width: 150px;
    vertical-align: middle
}

.vrweb_settings .vrweb_s_value {
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 8px;
    margin-left: 25px;
    border: 1px solid #000;
    border-radius: 8px;
    width: 40px;
    height: 15px;
    color: #000
}

.vrweb_settings label {
    display: inline;
    float: none;
    font-weight: 400
}

.vrweb_settings .vrweb_s_button {
    position: absolute;
    top: 0;
    right: 45px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 2px 2px 2px grey;
    font-size: 13px;
    color: #000
}

.vrweb_settings .vrweb_s_radio_off {
    margin-left: 20px
}

.vrweb_settings .vrweb_s_color_group {
    float: right
}

.vrweb_settings .vrweb_s_color_border {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    padding: 1px
}

.vrweb_settings .vrweb_s_color_border:not(:last-of-type) {
    margin-right: 1px
}

.vrweb_settings .vrweb_s_color_border.active {
    border-color: #000
}

.vrweb_settings .vrweb_s_color_option {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 5px
}

button.vrweb_s_color_option {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer
}

.vrweb_s_color_border.active {
    border: 2px solid #000
}

.vrweb_tapSubPlayerMessage {
    background-color: #000;
    color: #fff;
    margin-left: 8px;
    margin-top: 46px;
    padding: 2px 0 25px;
    position: absolute;
    text-align: center;
    width: 224px!important;
    height: 5px!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.vrweb_tapSubPlayerMessage>.VR20S_h_button_play {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: relative;
    top: 4px
}

.listing-real-pager {
    padding-top: 2rem;
    -webkit-order: 100;
    -ms-flex-order: 100;
    order: 100;
    width: 100%
}

.listing-real-pager nav {
    text-align: center
}

.pager-pagenr,.pager-currpage,.pager-skipdots {
    position: relative;
    display: inline-block;
    max-width: 45px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(64,74,80);
    transition: 0.2s;
    font-size: 1.125rem;
    line-height: 1.4em;
    padding: .5em;
    font-weight: 700;
    color: rgb(218,34,24);
    border-color: rgb(228,228,228);
    background-color: rgb(255,255,255);
    letter-spacing: -.5px
}

.pager-currpage {
    color: rgb(255,255,255);
    border-color: rgb(218,34,24);
    background-color: rgb(218,34,24)
}

.to-prev,.to-prev~.pager-pagenr,.to-prev~.pager-currpage,.to-prev~.pager-skipdots {
    display: inline-block
}

.to-next span {
    display: none
}

.to-prev~.to-next i {
    position: relative;
    display: inline;
    margin: 0;
    top: 0
}

.listing-real-pager .to-next i {
    position: relative;
    display: inline;
    margin: 0;
    top: 0
}

.to-prev~.to-next {
    float: none
}

.to-next {
    display: inline;
    margin-right: 0em;
    text-align: left;
    float: none;
    padding-left: .5rem;
    padding-right: .5rem
}

.to-next span {
    padding-right: 2.5em
}

.to-next i {
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    display: block;
    width: 1em;
    text-align: center;
    right: 0
}

.listing.columns-3 .to-next {
    max-width: none
}

.pager-pagenr:hover {
    color: rgb(255,255,255);
    border-color: rgb(218,34,24);
    background-color: rgb(218,34,24)
}

.pager-pagenr:focus {
    outline: none
}

@media (max-width: 768px) {
    .to-next {
        max-width:50%
    }
}

.post-is-premium .post-thumb {
    min-height: 100%
}

.post-is-premium .post-thumb img {
    height: auto;
    width: 100%
}

.post-is-premium.teaser-format-hero .post-thumb img,.post-is-premium.teaser-format-large .post-thumb img {
    height: 100%;
    object-fit: cover
}

#smartbanner,#smartbannerHead {
    display: none;
    position: relative;
    width: 100%;
    background: #f4f4f4;
    z-index: 10;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    color: #fff
}

#smartbannerHead:not(:empty) {
    margin-bottom: 10px
}

#smartbanner.smartbottom {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    z-index: 997;
    position: fixed!important;
    bottom: 0!important;
    left: 0;
    width: 100%!important;
    overflow: unset;
    max-height: 100px!important;
    box-sizing: border-box;
    opacity: 1!important;
    background-image: none!important;
    background-color: #F1F1F1;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2)!important;
    margin-bottom: 0!important
}

#smartbanner.smartbottom .smartbanner-close:before {
    position: absolute;
    content: "";
    top: -20px;
    right: 0;
    left: -20px;
    bottom: 0
}

#smartbanner.smartbottom .smartbanner-close i {
    display: none
}

#smartbanner.smartbottom .smartbanner-close {
    position: absolute;
    width: 28px;
    height: 28px;
    top: -28px;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.2);
    border: none;
    border-radius: 12px 0 0 0
}

.smartbanner-android .smartbanner-button-ios,.smartbanner-android .smartbanner-button-ipad {
    display: none
}

.smartbanner-android .smartbanner-button-android {
    display: block
}

.smartbanner-ios .smartbanner-button-android,.smartbanner-ios .smartbanner-button-ipad {
    display: none
}

.smartbanner-ios .smartbanner-button-ios {
    display: block
}

.smartbanner-tablet .smartbanner-button-android,.smartbanner-tablet .smartbanner-button-ios {
    display: none
}

.smartbanner-tablet .smartbanner-button-ipad {
    display: block
}

#smartbannerHead .container,#smartbanner .container {
    margin-left: 15px
}

a.smartbanner-close.close_App_Hinweis {
    position: absolute;
    top: 0;
    right: 5px
}

.app-alert {
    background-color: #404A50;
    color: #fff;
    padding: 1rem
}

.app-alert .h4 {
    font-size: 1rem;
    margin: 0
}

.app-alert small {
    display: block;
    overflow: hidden;
    line-height: 1.4
}

.app-alert-icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: 1rem
}

.app-alert-icon img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    vertical-align: unset
}

.button-wrapp {
    display: block;
    line-height: 91px;
    position: absolute;
    top: 0;
    right: 5%
}

.icon-download-alt {
    font-size: 25px
}

span.btn {
    display: none
}

.app-alert {
    background-color: #F1F1F1;
    color: #404A50
}

span.btn {
    display: inline;
    background-color: #DA2218;
    border: none
}

#close_App_Hinweis,#Garten-close_App_Hinweis {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    height: 27px;
    width: 27px;
    text-align: center;
    left: unset
}

#smartbannerHead .container,#smartbanner .container {
    margin-left: 0
}

#smartbannerHead .icon-download-alt:before,#smartbanner .icon-download-alt:before {
    content: ""
}

#smartbannerHead .app-alert .h4 #smartbanner .app-alert .h4 {
    color: #404A50;
    margin: 0;
    font-size: .8rem
}

#smartbannerHead small,#smartbanner small {
    font-size: 70%
}

#smartbannerHead .smartbanner-button-ipad small #smartbanner .smartbanner-button-ipad small {
    font-size: 80%
}

#smartbannerHead .app-alert-icon,#smartbanner .app-alert-icon {
    width: 40px;
    height: 40px
}

#smartbannerHead .button-wrapp,#smartbanner .button-wrapp {
    line-height: 64px
}

#close_App_Hinweis,#Garten-close_App_Hinweis {
    height: 16px;
    width: 16px;
    font-size: .7rem
}

@media (max-width: 321px) {
    #smartbannerHead .app-alert .h4,#smartbanner .app-alert .h4 {
        font-size:.7rem
    }

    #smartbannerHead small,#smartbanner small {
        font-size: 60%
    }
}

.smartbanner .h4 {
    width: calc(100% - 103px)
}

#smartbanner[style*="display: block"]:not(:empty)~#onesignal-bell-container {
    bottom: 62px
}

.artFett {
    font-weight: 700
}

.artKursiv {
    font-style: italic
}

.artUnters {
    text-decoration: underline
}

.artUpper {
    text-transform: uppercase
}

.artZwischenzeile {
    font-weight: 700
}

.cc_container_FB {
    padding: 15px 30px 15px;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0
}

.cc_container_FB a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700
}

.cc_container_FB .cc_btn_FB {
    padding: 8px 10px;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 33%;
    margin-right: 8px;
    float: right;
    max-width: 140px;
    margin-top: 15px;
    font-weight: 600;
    border-color: #E4E4E4;
    margin-bottom: .25rem;
    font-size: 1.125rem;
    line-height: 1.4em;
    position: relative;
    border: 1px solid #404A50;
    transition: .2s;
    background: #DA2218;
    color: #fff;
    text-decoration: none
}

.cc_btn_FB:hover {
    color: #DA2218;
    background-color: #FFF
}

.cc_container_FB .cc_message_FB {
    font-weight: 400;
    font-size: .8em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    display: inline-table;
    width: 85%
}

.cc_container_FB {
    background: #404A50;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
    width: 1080px;
    position: relative
}

#cookie_container {
    opacity: 0;
    transition: 1s;
    width: 100%;
    z-index: -10;
    position: fixed;
    bottom: 0
}

a.x_zum_close_FB {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 9px;
    top: 0;
    text-decoration: none
}

@media (max-width: 1700px) {
    .chattool_wrapper {
        z-index:100
    }
}

@media (max-width: 1080px) {
    .cc_container_FB {
        width:100%
    }

    .cc_container_FB .cc_message_FB {
        width: 80%
    }
}

@media (max-width: 930px) {
    .cc_container_FB {
        padding:5px
    }

    .cc_container_FB .cc_btn_FB {
        margin-right: 3%
    }
}

@media (max-width: 840px) {
    .cc_container_FB .cc_message_FB {
        width:98%
    }

    .cc_container_FB .cc_btn_FB {
        margin-top: 0
    }
}

@media (max-width: 400px) {
    .cc_container_FB .cc_btn_FB {
        width:42%
    }
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-regular.eot);
    src: local('Nunito Sans Regular'),local('NunitoSans-Regular'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-regular.woff2) format('woff2'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-regular.woff) format('woff'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-regular.ttf) format('truetype'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-regular.svg#NunitoSans') format('svg')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-600.eot);
    src: local('Nunito Sans SemiBold'),local('NunitoSans-SemiBold'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-600.eot?#iefix') format('embedded-opentype'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-600.woff2) format('woff2'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-600.woff) format('woff'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-600.ttf) format('truetype'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-600.svg#NunitoSans') format('svg')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-700.eot);
    src: local('Nunito Sans Bold'),local('NunitoSans-Bold'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-700.eot?#iefix') format('embedded-opentype'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-700.woff2) format('woff2'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-700.woff) format('woff'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-700.ttf) format('truetype'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-700.svg#NunitoSans') format('svg')
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: fallback;
    src: url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-800.eot);
    src: local('Nunito Sans ExtraBold'),local('NunitoSans-ExtraBold'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-800.eot?#iefix') format('embedded-opentype'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-800.woff2) format('woff2'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-800.woff) format('woff'),url(https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-800.ttf) format('truetype'),url('https://www.infranken.de/layout/fonts/nunito-sans-v3-latin-800.svg#NunitoSans') format('svg')
}

.ui-autocomplete-loading {
    background: #fff url(/_/admin/pics/loaders/loader_small_grey.gif) right center no-repeat
}

.ui-state-hover {
    background-color: #d2e2f2
}

.ui-helper-hidden-accessible {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important
}

.ui-autocomplete {
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #666;
    font-family: Verdana,sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 5px;
    width: 250px!important;
    z-index: 99999999
}

.ui-autocomplete li {
    overflow: hidden;
    list-style-type: none;
    padding: 2px;
    height: 16px;
    cursor: pointer
}

.ui-autocomplete li a {
    text-decoration: none
}

.ui-autocomplete li a:hover {
    background-color: #E2DED7
}

div.loginContainer {
    padding: .5em;
    font-size: 10pt
}

div.loginmask,div.loginmask a {
    color: #000
}

div.loginmask span {
    margin-left: 1em
}

div.loginmask div {
    display: inline;
    margin-left: 1em;
    border-left: 1px solid #000
}

div.loginmask form {
    display: inline
}

div.loginmask select {
    font-size: 10pt
}

div.loginpopup {
    position: absolute;
    z-index: 1000;
    width: 330px;
    background-color: #fff;
    color: #000;
    font-size: 10pt;
    margin: .5em 0 0 1em;
    box-shadow: 5px 5px 20px rgba(0,0,0,.5)
}

div.loadingoverlay {
    background-color: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: absolute
}

div.loader {
    background-image: url(/storage/sym/loaders/loader_big_black.gif);
    background-repeat: no-repeat;
    margin-left: -16px;
    margin-top: -16px;
    padding-top: 32px;
    position: relative;
    top: 50%;
    left: 50%
}

div.fcmslogin {
    padding: 2em 2em 0 2em
}

div.fcmslogin div {
    margin-bottom: 1em
}

div.sociallogin {
    border-top: 2px solid #999;
    margin-top: 1em;
    padding: 2em;
    background-color: #414141;
    color: #fff
}

div.socialloginlabel {
    display: inline;
    position: relative;
    top: -4px
}

div.fcmslogin label[for=permanent] {
    position: relative;
    display: inline;
    top: -2px;
    cursor: pointer
}

div.loginfield input {
    width: 99%;
    border: 1px solid darkgray
}

div.loginfield label {
    width: 80px;
    display: block;
    font-weight: 700
}

input[data-fcms-name=permanent] {
    display: inline-block
}

div.loginlink {
    width: 100%;
    text-align: right
}

div.loginlink a,div.loginlink img {
    cursor: pointer
}

div.loginsubmit {
    margin-top: 1em;
    margin-bottom: 0
}

div.loginsubmit input[type=submit] {
    font-weight: 700;
    font-size: 10pt;
    cursor: pointer
}

div.errorbox {
    color: darkred;
    margin-top: 1em
}

div.errorbox ul {
    margin-left: 0;
    padding-left: 0
}

div.errorbox li {
    margin-left: 0;
    list-style: none
}

div.errorbox li div {
    color: darkred;
    padding: 4px 0 10px 0;
    margin-bottom: 0
}

div[data-fcms-domid=contentLoader_] {
    background-image: url(/storage/sym/loaders/loader_small_grey.gif);
    background-repeat: no-repeat;
    padding: 4px 0 4px 20px;
    width: 200px;
    margin: auto
}

.top-dossiers-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .125rem 0;
    border-bottom: 1px solid #E4E4E4
}

.top-dossiers-nav .h4 {
    display: inline-block;
    margin: 0 10px;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 39px;
    white-space: nowrap
}

.top-dossiers-nav .menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: .6875rem;
    line-height: 1.2em;
    margin: 0 .5rem
}

.top-special-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding: 1rem 0 0
}

.top-special-links .menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 10px
}

.top-special-links .menu>li {
    position: relative;
    font-size: .75rem;
    line-height: 1.3333em;
    margin-bottom: .5em
}

.top-special-links .menu.list-type-arrow>li:before {
    line-height: 2.6666em
}

.top-special-links .menu.list-type-arrow h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

.top-special-links .menu>li>a:hover {
    text-decoration: underline
}

.top-special-links .head-campaign {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    padding: .75rem 0;
    margin: 1rem 0 0;
    text-align: center;
    background: #F1F1F1
}

.top-special-links .head-campaign img {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    height: auto
}

@media (min-width: 481px) {
    .top-dossiers-nav .h4 {
        margin:0 1rem
    }

    .top-special-links .menu {
        margin: 0 1rem
    }

    .top-special-links .head-campaign {
        padding-bottom: 0
    }
}

@media (min-width: 769px) {
    .top-special-links {
        padding:.5rem 0;
        border-bottom: 1px solid #E4E4E4
    }

    .top-special-links .menu {
        -webkit-box-flex: 9;
        -ms-flex: 9;
        flex: 9
    }

    .top-special-links .head-campaign {
        -webkit-box-flex: 0 1 320px;
        -ms-flex: 0 1 320px;
        flex: 0 1 320px;
        padding: 0;
        margin: 0;
        text-align: right;
        background: transparent
    }
}

@media (min-width: 769px) {
    .section.hero-section {
        background:transparent
    }

    .section.hero-section .section-inner,.section.hero-section .section-content {
        padding: 0
    }
}

.content-box-newsticker {
    position: relative;
    display: block;
    margin-top: 3rem;
    background: #FFF
}

.content-box-newsticker .listing.listing-newsticker .listing-item:nth-last-child(n+2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    position: relative;
    padding: 0 .5rem;
    margin: 10px 0 0 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #DA2218
}

.content-box-newsticker .listing.listing-newsticker .listing-item:nth-last-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 2rem 0 1rem
}

.content-box-newsticker .listing-newsticker .post-location span,.content-box-newsticker .listing-newsticker .post-location a {
    font-size: .5rem
}

@media (min-width: 769px) {
    .content-box-newsticker {
        padding:1rem;
        margin: 0
    }

    .content-box-newsticker,.content-box-newsticker .scroll-x,.content-box-newsticker .scroll-x-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%
    }

    .content-box-newsticker .scroll-x,.content-box-newsticker .scroll-x-inner,.content-box-newsticker .listing.listing-newsticker {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .content-box-newsticker .listing.listing-newsticker .listing-item:nth-last-child(n+2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0;
        margin: 0 0 0 11px;
        border-width: 0 0 0 1px
    }

    .content-box-newsticker .listing.listing-newsticker .listing-item:nth-last-child(1) {
        padding: .5rem 0 0 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.post-type-article.teaser-format-ticker .teaser-inner {
    padding-left: 1rem;
    overflow: visible
}

.post-type-article.teaser-format-ticker .teaser-inner:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    display: block;
    width: 11px;
    height: 11px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #DA2218;
    background: #FFF;
    transition: background .2s ease-in
}

.post-type-article.teaser-format-ticker:hover .teaser-inner:before {
    background: #DA2218
}

.post-type-article.teaser-format-ticker.post-is-premium .teaser-inner:before {
    content: '+';
    width: 21px;
    height: 21px;
    margin: 0;
    color: #DA2218;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    background: #FFF
}

.post-type-article.teaser-format-ticker.post-is-premium:hover .teaser-inner:before {
    color: #fff;
    background: #DA2218
}

.post-type-article.teaser-format-ticker .post-content {
    padding: 1rem 10px 1rem 0;
    border-bottom: 0;
    background: transparent
}

.post-type-article.teaser-format-ticker .post-content:after {
    display: none
}

.post-type-article.teaser-format-ticker .post-content .post-published {
    font-size: .6875rem;
    color: #DA2218
}

.post-type-article.teaser-format-ticker .post-content .post-headline {
    height: auto;
    max-height: 2.8em;
    font-size: .8125rem;
    line-height: 1.4em;
    -webkit-line-clamp: 2
}

@media (min-width: 769px) {
    .post-type-article.teaser-format-ticker .teaser-inner:before {
        top:0;
        left: -11px
    }

    .post-type-article.teaser-format-ticker .post-content {
        padding: 3px 1rem 3px 0
    }
}

.toplist-listing {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: .2s
}

.toplist-listing.active {
    max-height: 1000px
}

.toplist-title {
    margin-bottom: 2px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #404A50;
    line-height: 1.4444em
}

.toplist-title .toggle-btn {
    width: 100%
}

.toplist-listing .listing {
    margin-top: 1rem;
    margin-bottom: 0
}

.toplist-listing .listing .listing-item .post-teaser {
    position: relative;
    overflow: visible
}

.toplist-listing .listing .listing-item .post-teaser .teaser-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 3rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center
}

.toplist-listing .listing .listing-item:nth-child(1) .post-teaser .teaser-inner:before {
    content: '1'
}

.toplist-listing .listing .listing-item:nth-child(2) .post-teaser .teaser-inner:before {
    content: '2'
}

.toplist-listing .listing .listing-item:nth-child(3) .post-teaser .teaser-inner:before {
    content: '3'
}

.toplist-listing .listing .listing-item:nth-child(4) .post-teaser .teaser-inner:before {
    content: '4'
}

.toplist-listing .listing .listing-item:nth-child(5) .post-teaser .teaser-inner:before {
    content: '5'
}

.toplist-listing .listing .listing-item .post-teaser .post-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 4rem!important;
    padding-right: 1rem;
    margin-left: 0;
    border-bottom: 1px solid #E4E4E4
}

.toplist-listing .listing .listing-item .post-teaser .post-content .post-location>span {
    font-size: .6875rem
}

.toplist-listing .listing .listing-item .post-teaser .post-content .post-badge-plus {
    margin-right: 1rem
}

.toplist-listing .listing .listing-item .post-teaser .post-content .post-topline {
    font-size: .875rem
}

@media (max-width: 480px) {
    .toplist-listing .listing .listing-item .post-teaser .post-content .post-meta {
        display:none
    }

    .toplist-listing .listing .listing-item .post-teaser .post-content .post-headline {
        display: block;
        height: auto;
        overflow: visible;
        font-size: 1rem;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial
    }
}

@media (min-width: 481px) {
    .toplist-title {
        margin:1rem 0 1.5rem
    }

    .toplist-title .btn-toggle {
        padding: 0;
        background: transparent;
        pointer-events: none
    }

    .toplist-title .btn-toggle:after {
        display: none
    }

    .toplist-listing {
        max-height: none!important;
        overflow-x: auto;
        overflow-y: hidden;
        ;-webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .toplist-listing .listing {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin: 0
    }

    .toplist-listing .listing .listing-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
        flex: 0 0 315px;
        padding: 0 0 1rem
    }

    .toplist-listing .listing .listing-item .post-teaser .post-content {
        -ms-flex-preferred-size: 9.875rem;
        flex-basis: 9.875rem
    }
}

@media (max-width: 768px) {
    .toplist-listing .listing .listing-item .post-teaser .post-thumb {
        display:none
    }

    .toplist-listing .listing .listing-item .post-teaser .post-content {
        padding-top: 0
    }

    .toplist-listing .listing .listing-item .post-teaser .post-content .post-location {
        position: static;
        top: auto;
        left: auto;
        z-index: initial;
        padding: 0;
        margin: 0 0 .25rem;
        pointer-events: initial
    }
}

@media (min-width: 769px) {
    .toplist-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-left: 1.5rem
    }

    .toplist-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1 0%;
        width: 33.3333%
    }

    .toplist-title {
        margin: 1rem .5rem .5rem
    }

    .toplist-listing {
        overflow: initial
    }

    .toplist-listing .listing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .toplist-listing .listing .listing-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 .5rem 1rem
    }

    .toplist-listing .listing .listing-item .post-teaser {
        padding-left: 0
    }

    .toplist-listing .listing .listing-item .post-teaser .teaser-inner {
        overflow: visible
    }

    .toplist-listing .listing .listing-item .post-teaser .post-thumb {
        display: block
    }

    .toplist-listing .listing .listing-item .post-teaser .post-content {
        padding-left: 1rem!important;
        padding-right: 1rem
    }

    .toplist-listing .listing .listing-item .post-teaser .post-content .post-badge-plus .icon-plus {
        margin-top: .5rem
    }

    .toplist-artikel-stat .toplist-listing .listing .listing-item .post-teaser .teaser-inner:before {
        left: -3rem
    }

    .toplist-artikel-comm .toplist-listing .listing .listing-item .post-teaser .teaser-inner:before,.toplist-artikel-sent .toplist-listing .listing .listing-item .post-teaser .teaser-inner:before {
        display: none
    }
}

.toplist-listing .post-has-thumb .post-content {
    padding-bottom: 10px!important
}

.toplist-listing .listing .listing-item:last-of-type .post-teaser .post-content {
    border: none
}

@media (min-width: 481px) {
    .menu.menu.markets-menu>li {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%
    }

    .menu.menu.markets-menu>li>a {
        height: 5.5rem;
        padding: .25rem;
        font-size: .6875rem
    }

    .menu.menu.markets-menu>li:nth-child(4n-3)>a {
        border-left: 0
    }
}

.column a {
    display: block
}

.section-content_+.section-footer {
    border-bottom: 1px solid #f1f1f1
}

.list-desktop {
    padding-left: 0!important
}

@media (max-width: 768px) and (min-width:481px) {
    .post-type-article.teaser-format-hero .post-content .post-headline {
        font-size:1.2rem;
        padding-right: 1rem
    }
}

.listing .listing-item.listing-wetter-widget {
    font-weight: 400;
    order: -1
}

.listing-wetter-widget .post-teaser .post-content {
    display: block;
    color: #fff
}

.listing-wetter-widget h2 {
    font-size: 1.3rem;
    color: #fff
}

.listing-wetter-widget .icon-big {
    font-size: 5rem;
    float: left;
    width: 55%;
    text-align: center;
    line-height: 8rem;
    margin-top: 1rem
}

.listing-wetter-widget .weathertoday {
    float: left;
    width: 45%;
    margin-top: 1rem
}

.listing-wetter-widget .time {
    font-size: .6rem;
    line-height: 1rem;
    display: block;
    opacity: .8;
    color: #fff
}

.listing-wetter-widget .day {
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    color: #fff
}

.weathertoday .wetterwarm {
    font-weight: 700;
    line-height: 3rem;
    font-size: 4rem;
    margin-top: 1rem;
    display: block
}

.forcast_today {
    float: left;
    width: 55%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff
}

.forcast_tomorrow {
    float: left;
    width: 45%;
    border-top: 1px solid #fff;
    padding-left: 1rem
}

.date {
    font-size: .6rem
}

.forcast_today .date,.forcast_tomorrow .date {
    color: #fff;
    margin-top: .3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.forcast_today .fma {
    text-align: center;
    font-size: .6rem;
    width: 33%;
    float: left
}

.forcast_tomorrow .fma {
    text-align: center;
    font-size: .6rem;
    width: 50%;
    float: left
}

.fma.minmax {
    width: 32%
}

.fma.minmax div {
    text-align: right
}

.fma .date {
    margin-top: -.5rem;
    color: #fff
}

.forcast_tomorrow .wetterwarm {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: .8rem
}

.forcast_tomorrow .wetterkalt {
    font-size: 1rem;
    line-height: 1rem;
    opacity: .8
}

.weathertoday .wetterkalt,.regen {
    float: left;
    width: 50%
}

.listing-wetter-widget .post-content {
    padding-bottom: 0
}

.listing-wetter-widget .btn {
    margin-top: .5rem
}

.wetter-top {
    margin-bottom: .5rem
}

.listing-wetter-widget .post-has-thumb.post-type-article .post-content {
    padding-top: 0
}

@media (max-width: 990px) and (min-width:768px) {
    .listing-wetter-widget .icon-big {
        font-size:5rem;
        width: 50%
    }

    .weathertoday .wetterwarm {
        font-size: 3rem
    }
}

@media (max-width: 570px) and (min-width:481px) {
    .listing-wetter-widget .icon-big {
        line-height:6rem!important;
        font-size: 4rem!important
    }

    .weathertoday .wetterwarm {
        font-size: 2rem;
        line-height: 2rem
    }

    .forcast_today .fma,.forcast_tomorrow .fma {
        font-size: 1.5rem
    }
}

@media (max-width: 640px) and (min-width:481px) {
    .listing-wetter-widget .icon-big {
        font-size:5rem;
        width: 50%
    }

    .weathertoday .wetterwarm {
        font-size: 3rem
    }
}

@media (max-width: 481px) {
    .listing-wetter-widget .post-type-article.teaser-format-default .post-thumb {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 200px
    }

    .listing-wetter-widget .post-type-article.teaser-format-default.post-has-thumb .post-content {
        position: absolute;
        background: none
    }
}

.listing-wetter-widget .post-has-thumb.post-type-article .post-content {
    padding-top: 0!important
}

.fma:before {
    padding: 0;
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 0rem;
    display: block
}

.listing-wetter-widget .btn {
    font-size: .8rem
}

.columns-4 .listing-wetter-widget .icon-big {
    font-size: 4rem;
    line-height: 7rem
}

.columns-4 .wetter-top {
    margin-bottom: 0
}

.columns-4 .weathertoday .wetterwarm {
    font-size: 3rem;
    line-height: 2rem
}

.columns-4 .fma:before {
    font-size: 1.5rem;
    line-height: 1.5rem
}

@media (max-width: 480px) {
    .listing-wetter-widget .icon_small {
        float:left;
        width: 20%;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 2.3em
    }

    .listing-wetter-widget .btn.btn-float {
        float: left;
        width: 80%;
        border: none;
        border-left: 1px solid #E4E4E4!important;
        margin-top: 0;
        font-size: 1.125rem
    }

    .wetter-mobile {
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4
    }
}

.newsticker .container {
    background-color: #DA2218;
    color: #fff;
    font-weight: 400;
    font-size: .9em;
    overflow: hidden;
    position: relative
}

.newsticker .newsticker-label {
    position: relative;
    font-weight: 700;
    z-index: 2;
    float: left;
    padding: 10px 15px;
    background-color: #DA2218
}

.newsticker-label-icon {
    display: inline-block;
    width: 16px;
    height: auto;
    top: 2px;
    margin-right: 5px;
    position: relative
}

.newsticker-label-text {
    display: none
}

@media screen and (min-width: 768px) {
    .newsticker-label-text {
        display:inline
    }
}

.newsticker-manquee a {
    margin-left: 30px
}

.newsticker-manquee .btn {
    margin-top: -4px;
    margin-right: 30px;
    margin-left: 10px
}

.marquee {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute
}

.marquee-inner {
    display: inline-block;
    padding-left: 100%;
    animation: marquee2 20s linear infinite;
    line-height: 43px
}

.marquee-inner:hover {
    animation-play-state: paused
}

.newsticker a:not(:last-child) {
    margin-right: 100px
}

@keyframes marquee {
    0% {
        transform: translate(1000%,0)
    }

    100% {
        transform: translate(-100%,0)
    }
}

@keyframes marquee2 {
    0% {
        transform: translate(0%,0)
    }

    100% {
        transform: translate(-100%,0)
    }
}

.teaser-section2-1 {
    background: none
}

.teaser-section2-1 .listing-item {
    -ms-flex-preferred-size: calc(( 100% - 4rem ) / 3 + 2.5rem);
    flex-basis: calc(( 100% - 4rem ) / 3 + 2.5rem);
    max-width: calc(( 100% - 4rem ) / 3 + 2.5rem)
}

.teaser-section2-1 .listing-item:nth-child(1) {
    -ms-flex-preferred-size: calc((( 100% - 4rem ) / 3 ) *2 + 1.5rem);
    flex-basis: calc(( ( 100% - 4rem ) / 3 ) *2 + 1.5rem);
    max-width: calc(( ( 100% - 4rem ) / 3 ) *2 + 1.5rem)
}

.teaser-section2-1 article {
    background: #fff
}

#gemeinde-info header {
    margin-top: 1em
}

#gemeinde-info ul {
    padding: 0
}

#gemeinde-info ul li {
    display: block;
    text-align: center;
    float: left
}

#gemeinde-info-menu a {
    font-size: 14px;
    display: block;
    padding: .75rem 0;
    margin: 0;
    text-decoration: none;
    color: #333;
    font-weight: 700
}

#gemeinde-info-menu .active a {
    color: #DA2218
}

.overview {
    width: 90px
}

.major {
    width: 130px
}

.links {
    width: 80px
}

.overview:hover~#navmarker,.overview.active~#navmarker {
    width: 90px;
    margin-left: 0
}

.major:hover~#navmarker,.major.active~#navmarker {
    width: 130px;
    margin-left: 90px
}

.links:hover~#navmarker,.links.active~#navmarker {
    width: 80px;
    margin-left: 220px
}

#navmarker {
    height: .10rem;
    width: 33%;
    margin-top: -.10rem;
    background: #DA2218;
    border: none;
    transition: .3s ease-in-out
}

.line {
    clear: both;
    width: 99%;
    background: #E4E4E4;
    height: .10rem
}

#gemeinde-info {
    width: 332px
}

#ort-daten {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

#ort-daten .label {
    font-size: 13px;
    font-weight: 400;
    width: 90px;
    display: inline-block
}

#nav_dossier {
    background: #fff;
    padding-top: .1vw;
    margin-top: 15px;
    padding-bottom: .1vw
}

#dossier_menu li {
    display: inline;
    list-style-type: none;
    margin-right: 2%
}

#dossier_menu li:hover {
    color: red
}

.teaser-infobox,.teaser-video {
    padding: 3.5vw
}

.post-from-redaktionVeranstaltung .post-thumb:after {
    content: "Redaktion"
}

.checkbox_navi {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.dossier-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fff
}

.dossier-nav>.main-nav-container {
    position: absolute;
    display: block;
    width: 100%;
    top: 48px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 900;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

.dossier-nav>.main-nav-container>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: .2s;
    transition: .2s
}

.checkbox_navi:checked~.main-nav-container>div {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media (max-width: 768px) {
    .checkbox_navi:checked~.main-nav-container {
        opacity:1;
        height: 100vh
    }

    .dossier-nav .menu.sub-menu.level-3 {
        border-bottom: 1px solid #A5A5A6
    }

    .dossier-nav-mtab {
        display: flex;
        justify-content: space-between;
        background: #fff;
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 0;
        font-size: 1.125rem;
        width: 100%
    }

    .mtab-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: .5rem 20px;
        white-space: nowrap;
        border-width: 1px;
        border-style: solid;
        border-color: #e4e4e4
    }

    .sub-menu-handler {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
        flex: 0 0 64px;
        display: inline-block;
        padding: 0.5rem!important;
        margin-left: auto;
        line-height: inherit;
        text-align: center;
        cursor: pointer;
        border-width: 0 0 1px 1px;
        border-width: 1px 1px 1px 0;
        border-style: solid;
        border-color: #e4e4e4
    }

    .sub-menu-handler:before,.sub-menu-handler svg {
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .sub-menu-handler svg {
        fill: #404A50;
        width: 1.125em;
        height: 1.125em
    }

    .checkbox_navi:checked~.dossier-nav-mtab .sub-menu-handler {
        color: #fff;
        background-color: #a5a5a6;
        transform: rotate(180deg)
    }

    .checkbox_navi:checked~.dossier-nav-mtab .sub-menu-handler svg {
        fill: #fff
    }

    .checkbox_navi:checked~.dossier-nav-mtab.mtab-secondary .sub-menu-handler {
        color: #fff;
        background-color: #404A50;
        border-bottom-color: transparent;
        transform: rotate(180deg)
    }

    .checkbox_navi:checked~.dossier-nav-mtab .sub-menu-handler:after {
        transform: rotate(0deg)
    }

    .checkbox_navi:checked~.main-nav-container .menu.main-menu .menu-item>a,.checkbox_navi:checked~.main-nav-container .menu.main-menu .menu-item>label {
        border-color: #fff;
        background: #a5a5a6;
        color: #fff
    }

    .checkbox_navi:checked~.main-nav-container .menu.sub-menu .menu-item>a,.checkbox_navi:checked~.main-nav-container .menu.sub-menu .menu-item>label {
        border-color: inherit;
        background: inherit;
        color: inherit
    }
}

@media (min-width: 769px) {
    .dossier-nav {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        height: auto;
        border-left: 0
    }

    .dossier-nav-mtab {
        display: none
    }

    .dossier-nav-mtab.mtab-secondary {
        font-weight: 700
    }

    .dossier-nav>.main-nav-container {
        position: relative;
        top: auto;
        overflow: visible;
        opacity: 1
    }

    .dossier-nav>.main-nav-container>div {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        overflow: visible;
        transform: none;
        background: transparent
    }
}

.dossier-nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.dossier-nav .menu.main-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 1.125rem;
    color: #404A50;
    line-height: 1.8888em;
    background: #FFF
}

.dossier-nav .menu.main-menu .menu-item>a,.dossier-nav .menu.main-menu .menu-item>label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5rem 1rem;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E4E4E4
}

.dossier-nav .menu.main-menu .menu-item>a.sub-menu-handler {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    display: inline-block;
    padding: 0.5rem!important;
    margin-left: auto;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
    border-width: 0 0 1px 1px
}

.dossier-nav .menu.main-menu .menu-item>.sub-menu-wrapper {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.dossier-nav .menu.sub-menu .menu-item {
    color: #fff;
    background-color: #404A50
}

@media (max-width: 768px) {
    .dossier-nav .menu.main-menu .menu-item>label {
        padding:0;
        border: none
    }

    .dossier-nav .menu.main-menu .menu-item .checkbox_navi:checked~.sub-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .dossier-nav .menu.sub-menu.level-2 .menu-item>a {
        padding-left: 2rem;
        border-color: #A5A5A6
    }

    .dossier-nav .menu.sub-menu.level-3 .menu-item>a {
        padding-left: 4rem;
        border-color: transparent
    }
}

@media (min-width: 769px) {
    .dossier-nav .menu {
        width:auto
    }

    .dossier-nav .menu.main-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 0
    }

    .dossier-nav .menu.main-menu li {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: .5rem 0;
        display: inline
    }

    .dossier-nav .menu.main-menu>li:hover,.dossier-nav .menu.main-menu>li.touchedElement {
        color: #FFF;
        background: #404A50
    }

    .dossier-nav .menu.main-menu>li:hover>.menu-item,.dossier-nav .menu.main-menu>li.touchedElement .menu-item {
        color: #fff
    }

    .dossier-nav .menu.main-menu .menu-item {
        position: relative;
        display: inline-block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.375em;
        background: transparent
    }

    .dossier-nav .menu.main-menu .menu-item>a,.dossier-nav .menu.main-menu .menu-item>label {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-right: .5rem;
        border-bottom: 0!important
    }

    .dossier-nav .menu.main-menu>li.has-sub-menu>.menu-item>a:after,.dossier-nav .menu.main-menu>li.has-sub-menu>.menu-item>label:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #404A50 transparent transparent transparent;
        margin: 3px 5px;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

    .dossier-nav .menu.main-menu>li.has-sub-menu:hover>.menu-item>a:after,.dossier-nav .menu.main-menu>li.has-sub-menu:hover>.menu-item>label:after,.dossier-nav .menu.main-menu>li.has-sub-menu.touchedElement>.menu-item>a:after,.dossier-nav .menu.main-menu>li.has-sub-menu.touchedElement>.menu-item>label:after {
        border-color: #404A50 transparent transparent transparent
    }

    .dossier-nav .menu.main-menu .menu-item .dossier-nav-mtab>.sub-menu-handler {
        display: none
    }

    .dossier-nav .menu.main-menu li>.menu-item>.sub-menu-wrapper {
        position: absolute;
        top: 100%;
        right: auto;
        left: 0;
        z-index: 9000;
        display: none;
        min-width: 100%;
        background: #404A50;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .dossier-nav .menu.main-menu li:hover>.menu-item>.sub-menu-wrapper,.dossier-nav .menu.main-menu li.touchedElement>.menu-item>.sub-menu-wrapper {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-backface-visibility: visible;
        backface-visibility: visible
    }

    .dossier-nav .menu.sub-menu li {
        min-height: 1px;
        padding-top: 0;
        padding-bottom: 0
    }

    .dossier-nav .menu.sub-menu li .menu-item {
        display: block;
        color: #fff;
        white-space: nowrap
    }

    .dossier-nav .menu.sub-menu li .menu-item>a {
        padding: .5rem 2rem .5rem 1rem!important
    }

    .dossier-nav .menu.sub-menu>li.menu-item>a:hover {
        text-decoration: underline
    }

    .dossier-nav .menu.sub-menu>li.has-sub-menu>.menu-item>a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #FFF;
        margin: -2px 5px 0 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

    .dossier-nav .menu.sub-menu>li.has-sub-menu .sub-menu-wrapper {
        position: absolute;
        top: 0;
        left: 100%
    }

    .dossier-nav .menu.main-menu>li.has-layout .menu-item {
        position: static
    }

    .dossier-nav .menu.main-menu>li.has-layout .menu.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 553px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

@media (max-width: 768px) and (min-width:481px) {
    #topnewsColRight .content-box-newsticker.local-newsticker>h2 {
        color:transparent;
        padding-bottom: 2em
    }
}

.dossier-nav .menu {
    display: block
}

[class^="plista_widget_belowArticle"] .plistaHl {
    display: block;
    font-family: "Nunito Sans";
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.35em;
    padding: 2.5rem 0 1.25rem;
    margin: 0;
    cursor: default
}

@keyframes selectionSharerPopover-animation {
    0% {
        transform: matrix(.97,0,0,1,0,12);
        filter: alpha(opacity=0);
        opacity: 0
    }

    20% {
        transform: matrix(.99,0,0,1,0,2);
        filter: alpha(opacity=70);
        opacity: .7
    }

    40% {
        transform: matrix(1,0,0,1,0,-1);
        filter: alpha(opacity=100);
        opacity: 1
    }

    70% {
        transform: matrix(1,0,0,1,0,0);
        filter: alpha(opacity=100);
        opacity: 1
    }

    100% {
        transform: matrix(1,0,0,1,0,0);
        filter: alpha(opacity=100);
        opacity: 1
    }
}

#selectionSharerPopover {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 1010
}

#selectionSharerPopover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #262625;
    box-shadow: 0 0 2px #262625
}

#selectionSharerPopover.anim {
    transition: top .075s ease-out;
    animation: selectionSharerPopover-animation 180ms forwards linear;
    -webkit-animation: selectionSharerPopover-animation 180ms forwards linear
}

#selectionSharerPopover-inner {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #262625 #1c1c1b #121211;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.7),inset 0 0 1px rgba(255,255,255,.07),inset 0 0 2px rgba(255,255,255,.15);
    background: linear-gradient(to bottom,rgba(49,49,47,.97),#262625);
    background-repeat: repeat-x
}

#selectionSharerPopover .selectionSharerPopover-clip {
    position: absolute;
    bottom: -11px;
    display: block;
    left: 50%;
    clip: rect(12px 24px 24px 0);
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px
}

#selectionSharerPopover .selectionSharerPopover-arrow {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) scale(.5);
    transform: rotate(45deg) scale(.5);
    background-color: #454543;
    border: 2px solid #121211;
    box-sizing: content-box
}

.selectionSharer ul {
    padding: 0;
    display: inline
}

.selectionSharer ul li {
    float: left;
    list-style: none;
    background: none;
    margin: 0;
    padding: 5px 7px
}

.selectionSharer a {
    display: block;
    text-indent: -200px;
    width: 20px;
    height: 20px;
    border: 0
}

.selectionSharer a:hover {
    color: #ccc
}

.selectionSharer a.tweet {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2px 4px
}

.selectionSharer a.tweet {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e")
}

.selectionSharer a.facebook {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 2px
}

.selectionSharer a.facebook {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 33 33' width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:white' d='M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.selectionSharer a.email {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 4px
}

.selectionSharer a.email {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

#selectionSharerPopunder.fixed {
    transition: bottom 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -50px
}

.selectionSharer {
    transition: -webkit-transform 0.6s ease-in-out
}

.selectionSharer.moveDown {
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0)
}

#selectionSharerPopunder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    background: #ccc;
    border: none;
    box-shadow: inset 0 10px 5px -10px rgba(0,0,0,.5),inset 0 -10px 5px -10px rgba(0,0,0,.5);
    border-radius: 0;
    overflow: hidden
}

#selectionSharerPopunder.show {
    height: 50px
}

.selectionSharerPlaceholder {
    height: 1em;
    margin-bottom: -2em;
    transition: height 0.5s ease-in-out
}

.selectionSharerPlaceholder.show {
    height: 50px!important
}

#selectionSharerPopunder-inner ul {
    overflow: hidden;
    float: right;
    margin: 0
}

#selectionSharerPopunder-inner ul li {
    padding: 5px;
    overflow: hidden
}

#selectionSharerPopunder-inner label {
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    margin: 0 20px 0 10px
}

#selectionSharerPopunder-inner a {
    width: 30px;
    height: 30px;
    background-size: 30px
}

#selectionSharerPopunder-inner a.tweet {
    background-position: 0 2px
}

.post-teaser-socialmedia h2 {
    display: block;
    margin-top: 0;
    max-width: 76%;
    color: #fff
}

@media (min-width: 768px) and (max-width:953px) {
    .post-teaser-socialmedia h2 {
        font-size:1.5rem;
        line-height: 1.5rem
    }
}

.post-teaser-socialmedia p,.post-teaser-socialmedia a {
    color: #fff
}

.post-teaser-socialmedia .btn-primary {
    border-color: rgba(255,255,255,0)
}

.post-teaser-socialmedia .btn-primary {
    background-color: #fff;
    color: #404a50
}

.sozial-logo {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 15px
}

.p-t-socialmedia.post-type-gallery .post-thumb:before {
    padding-top: 103%
}

.p-t-socialmedia h3 {
    display: block;
    margin-top: 0;
    max-width: 80%;
    color: #fff;
    position: absolute;
    top: 15px
}

.p-t-socialmedia .btn.btn-lg {
    background-color: #fff
}

.p-t-socialmedia .btn.btn-lg.btn-facebook {
    color: #4056a1
}

.p-t-socialmedia .btn.btn-lg.btn-twitter {
    color: #0099e5
}

.p-t-socialmedia .btn.btn-lg.btn-instagram {
    color: #E1306C
}

.p-t-socialmedia .btn.btn-lg.btn-youtube {
    color: red
}

.background-whatsapp {
    background-color: #24d365;
    color: #fff
}

.background-whatsapp .form-control {
    margin-bottom: 15px
}

.background-whatsapp .form-group {
    margin: 0
}

.background-whatsapp .btn-primary:hover {
    background-color: #20c05b;
    border-color: rgba(255,255,255,0);
    color: #fff
}

.background-facebook {
    background-color: #4267b2;
    color: #fff
}

.background-facebook .btn-primary:hover {
    background-color: #0099e5;
    border-color: rgba(255,255,255,0);
    color: #fff
}

.background-twitter {
    background-color: #0099e5;
    color: #fff
}

.background-twitter .btn-primary:hover {
    background-color: #4267b2;
    border-color: rgba(255,255,255,0);
    color: #fff
}

.background-instagram {
    color: #fff;
    position: relative;
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)
}

.background-instagram .btn-primary:hover {
    background-color: #337ab7;
    border-color: rgba(255,255,255,0);
    color: #fff
}

.background-youtube {
    background-color: red;
    color: #fff
}

.st0 {
    fill: #fff
}

.st1 {
    fill: #c31400
}

.background-newsapp {
    background-color: #da2218;
    color: #fff
}

.sozial-logo .icon-twitter-official {
    font-size: 2rem;
    margin: auto;
    width: 55px;
    display: block;
    text-align: center;
    height: 55px;
    margin-top: 3px
}

.sozial-logo .icon-facebook-official,.sozial-logo .icon-youtube-official,.sozial-logo .icon-instagram-official,.sozial-logo .icon-pinterest-official,.sozial-logo .icon-whatsapp-1 {
    font-size: 3rem;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 3rem
}

.facebook-thumb:after {
    content: '\f230';
    font-family: infranken;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.75) 100%);
    top: 50%!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important;
    width: auto!important;
    height: auto!important;
    font-family: 'infranken';
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    background: transparent!important;
    transform: translate3d(-50%,-50%,0)
}

@media (min-width: 769px) and (max-width:974px) {
    .p-t-socialmedia h2 {
        font-size:1.2rem
    }
}

@media (max-width: 480px) {
    .p-t-socialmedia h2 {
        font-size:1.7rem
    }

    .p-t-socialmedia .post-thumb {
        height: 200px
    }

    .scroll-teaser .post-teaser.p-t-socialmedia .post-thumb img,.post-teaser.p-t-socialmedia .post-thumb img {
        width: 100%;
        height: auto
    }

    .scroll-teaser .post-teaser.p-t-socialmedia {
        max-height: 200px
    }

    .p-t-socialmedia .teaser-inner .post-content {
        padding-top: inherit
    }
}

.edit-overlay {
    z-index: 9000
}

.edit-overlay:hover {
    background-color: rgba(34,139,34,.2)
}

.edit-overlay.empty:hover {
    background-color: rgba(255,0,0,.2)
}

.edit-overlay.major {
    border: 1px solid forestgreen
}

.edit-overlay.major.empty {
    border: 1px solid red
}

.rcmenu-container {
    padding: .2em;
    border: 1px solid #777;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: 3px 4px 4px #777;
    -webkit-box-shadow: 3px 4px 4px #777;
    box-shadow: 3px 4px 4px #777;
    font: 8pt Arial,Helvetica,sans-serif
}

.rcmenu-container {
    top: 0;
    position: absolute
}

.rcmenu-line {
    line-height: 2em;
    padding: 0 1em;
    width: auto;
    list-style-type: none;
    display: block;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.rcmenu-line:hover {
    background-color: #cee3f6;
    -moz-box-shadow: 0 0 2px #0a6aa1;
    -webkit-box-shadow: 0 0 2px #0a6aa1;
    box-shadow: 0 0 2px #0a6aa1;
    -moz-text-shadow: 1px 1px 0 #fff;
    -webkit-text-shadow: 1px 1px 0 #fff;
    text-shadow: 1px 1px 0 #fff
}

.container-remove:hover {
    background-color: #ffe0e0;
    -moz-box-shadow: 0 0 2px #f33;
    -webkit-box-shadow: 0 0 2px #f33;
    box-shadow: 0 0 2px #F33
}

.rcmenu-sep {
    display: none
}

.rcmenu-line:hover>.rcmenu-sep {
    border-left: 1px solid #fff
}

.end-sm.section-footer {
    padding-bottom: 0
}

.local-newsticker {
    height: calc(100% - 17px)
}

.post-meta .post-eventdatum {
    color: #fff;
    font-weight: 400;
    font-size: inherit
}

.post-teaser.post-type-event .post-content .post-headline {
    height: 4rem
}

._post-teaser.post-type-event.post-has-thumb .post-content .post-topline {
    color: #DA2218
}

.post-type-event .post-meta {
    font-weight: 400
}

.post-meta-calendar:before {
    font-family: "infranken";
    content: "\e81e"
}

.streamset-placeholder {
    cursor: pointer
}

.streamset-placeholder img {
    width: 100%
}

.streamset-placeholder h2.streamset-titel {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    color: #fff;
    text-shadow: #000 1px 1px 5px
}

.streamset-placeholder:hover h2.streamset-titel {
    color: #DA2218;
    transition: color .2s ease-in
}

.video-container {
    width: 100%;
    position: relative
}

.video-container figure.post-image::after {
    position: absolute;
    display: block!important;
    content: '\e916';
    top: calc(50% - 0.5rem)!important;
    right: auto!important;
    bottom: auto!important;
    left: 50%!important;
    width: auto!important;
    height: auto!important;
    font-family: 'infranken';
    font-size: 5rem;
    font-weight: 400;
    color: #FFF;
    background: transparent!important;
    transform: translate3d(-50%,-50%,0);
    text-shadow: #000 1px 1px 5px
}

.video-container:hover figure.post-image::after {
    color: #DA2218;
    transition: color .2s ease-in
}

div.ws-loader>div.spinner {
    top: 56%
}

.video-link {
    padding-bottom: 1rem
}

@media (max-width: 480px) {
    .video-container figure.post-image::after {
        font-size:7rem
    }

    .placeholder-headline {
        display: none
    }
}

@media (max-width: 769px) {
    .opened .level-2.btn-list {
        background-color:#A5A5A6;
        display: block
    }

    #main-nav .opened .level-2.btn-list div.menu-item,#main-nav .opened .level-2.btn-list li.menu-item {
        padding: .5rem 1.5rem;
        font-weight: 600;
        border-color: #404A50;
        font-size: .6875rem;
        max-width: 100%;
        padding: 1em 1.5em;
        font-size: .6875rem;
        font-weight: 600;
        color: #404A50;
        line-height: 1.2em;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        transition: .2s
    }

    #main-nav .opened .menu.sub-menu.level-2.btn-list .menu-item>a {
        padding: unset;
        border: none;
        padding-left: 0
    }

    #main-nav .opened .menu.sub-menu.level-2.btn-list .menu-item {
        display: inline-block;
        background: #fff
    }

    #main-nav .opened .btn-list>li {
        display: inline-block;
        margin: .25rem 0 .25rem .25rem
    }
}

.weather-alert {
    background-color: #fff;
    color: #404A50;
    position: relative;
    height: 57px;
    width: 100%
}

.weather-alert .h4 {
    margin: 0;
    line-height: 30px;
    display: table-cell;
    height: 57px;
    vertical-align: middle;
    white-space: nowrap
}

.level5,.level5 *,.level5 .h4 {
    background-color: #C71585;
    color: #fff
}

.level4,.level4 *,.level4 .h4 {
    background-color: #e30613;
    color: #fff
}

.level3,.level3 *,.level3 .h4 {
    background-color: #E8590C;
    color: #fff
}

.level2,.level2 *,.level2 .h4 {
    background-color: rgb(248,248,62);
    color: #000
}

.icon-weather-alert-icon {
    display: block;
    width: 100%;
    max-width: 40px;
    float: left;
    margin-right: 1rem;
    font-size: 37px
}

.weather-alert-figure {
    float: right;
    position: relative
}

.weather-alert-figure .degree {
    display: block;
    position: absolute;
    top: 10px;
    left: -35px
}

.weather-alert-message {
    float: left;
    width: calc(100% - 140px)
}

.icon-weather {
    font-size: 37px;
    margin-right: 1rem
}

.level2.type1 .weather-alert-icon:before,.level3.type1 .weather-alert-icon:before {
    content: "\f2dc"
}

.level2.type5 .weather-alert-icon:before,.level3.type5 .weather-alert-icon:before {
    content: "\f2dc"
}

.level3.type6 .weather-alert-icon:before,.level4.type6 .weather-alert-icon:before {
    content: "\f2dc"
}

.level4.type2 .weather-alert-icon:before {
    content: "\f01e";
    margin-top: -6px
}

.level4.type2 .weather-alert-icon {
    margin-top: -6px
}

.icon-weather-alert-icon {
    float: left;
    font-size: 2rem;
    font-size: 37px;
    line-height: 57px;
    margin-right: 1rem
}

.weather-alert .marquee {
    height: 57px
}

#myActivitiesWidget_vert {
    height: 271px;
    overflow: hidden
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

#myActivitiesWidget_vert1 .slick-dots li button,.myActivitiesWidget_vert1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #C9C9C9;
    border: 1px solid #C9C9C9;
    border-radius: 50%;
    margin: 5px
}

#myActivitiesWidget_vert1 li.slick-active button,.myActivitiesWidget_vert1 li.slick-active button {
    background-color: #DA2218;
    border-color: #DA2218
}

#myActivitiesWidget_vert div.icony_entry,.myActivitiesWidget_vert div.icony_entry {
    font-size: .8rem
}

#myActivitiesWidget_vert div.icony_entry a.icony_image,.myActivitiesWidget_vert div.icony_entry a.icony_image {
    float: left;
    padding-right: 5px
}

#myActivitiesWidget_vert div.icony_entry,.myActivitiesWidget_vert div.icony_entry {
    clear: left;
    padding: 5px 0
}

#myActivitiesWidget_vert .slick-slide img,.myActivitiesWidget_vert .slick-slide img {
    height: 80px
}

.listing-icony h2 {
    margin: 0
}

.icony-section,.listing-icony {
    display: none
}

#auto-widget {
    max-height: 421px;
    overflow: hidden
}

.listing-item.icony_search_box {
    background: #F1F1F1;
    margin-bottom: 1rem;
    padding: 0 .5rem 0rem
}

.icony_search_box form {
    font-size: .875rem;
    margin-top: 1.5rem
}

.icony_age_von {
    padding-left: 0
}

.icony_age_bis {
    padding-right: 0
}

.listing-item.icony_search_box .row {
    margin-left: 0;
    margin-right: 0
}

#myActivitiesWidget_vert1 div.icony_entry,.myActivitiesWidget_vert1 div.icony_entry,#myActivitiesWidget_vert2 div.icony_entry {
    font-size: .8rem;
    height: 76px
}

.icony_entry a.icony_image {
    float: left;
    padding-right: 5px
}

div.icony_entry {
    clear: left;
    padding: 5px 0
}

#myActivitiesWidget_vert1 img,.myActivitiesWidget_vert1 img,#myActivitiesWidget_vert2 img {
    height: 73px
}

.listing-icony h2 {
    margin: 0
}

.icony-section,.listing-icony {
    display: none
}

.author_mobile_v2.post-extras {
    margin: .5rem 0 0 0;
    border-bottom: 0
}

.author_mobile_v2 .post-author p {
    font-size: .8rem
}

.author_mobile_v2 .post-author p .post-author-name {
    font-size: inherit
}

.post-meta ul {
    padding: 0
}

.post-meta ul li {
    float: left;
    display: block;
    margin-right: 1rem;
    font-size: .8rem;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: .8rem;
    color: #818182;
    line-height: 1.6em
}

.post-meta ul li .post-author-name {
    color: #DA2218
}

.markets-menu-wrapper.menu.markets-menu>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5.75rem;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    transition: color .2s;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media (min-width: 481px) {
    .markets-menu-wrapper.menu.markets-menu a {
        -ms-flex-preferred-size:25%;
        flex-basis: 25%;
        height: 5.5rem;
        padding: .25rem
    }
}

.markets-menu-wrapper.menu.markets-menu a:before {
    font-size: 1.5em;
    font-weight: 400
}

@media (max-width: 768px) and (min-width:481px) {
    #topnewsColLeft .post-type-article.teaser-format-default .teaser-inner,#topnewsColLeft .post-teaser.teaser-format-blog .teaser-inner {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #topnewsColLeft .post-thumb {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    #topnewsColLeft .listing.columns-3 .listing-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 100%;
        max-width: 100%
    }

    #topnewsColLeft .post-type-article.teaser-format-default .post-content,#topnewsColLeft .post-teaser.teaser-format-blog .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        border-bottom: 0
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-has-thumb .post-content,#topnewsColLeft .post-type-article.teaser-format-default.post-has-thumb.post-is-premium .post-content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: #FFF;
        justify-content: initial;
        flex-basis: 62.5%;
        padding: 0 10px
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus,#topnewsColLeft .post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus {
        margin: 0 10px 0 0;
        background: #fff;
        padding: 1px 0 1px 3px
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus .icon-plus>path,#topnewsColLeft .post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus .icon-plus>path {
        fill: #C31400
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus .icon-plus>polygon,#topnewsColLeft .post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus .icon-plus>polygon {
        fill: #E4E4E4
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-is-premium .post-content .post-topline,#topnewsColLeft .post-teaser.teaser-format-blog.post-is-premium .post-content .post-topline {
        color: #818182
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-is-premium .post-content .post-meta,#topnewsColLeft .post-teaser.teaser-format-blog.post-is-premium .post-content .post-meta {
        color: #818182
    }

    #topnewsColLeft .post-type-article.teaser-format-default.post-has-thumb .post-content .post-location,#topnewsColLeft .post-teaser.teaser-format-blog.post-has-thumb .post-content .post-location {
        position: static;
        flex: 0 0 auto
    }

    #topnewsColLeft .post-type-article.teaser-format-default .post-content .post-topline,#topnewsColLeft .post-teaser.teaser-format-blog .post-content .post-topline {
        font-size: .75rem
    }

    #topnewsColLeft .post-type-article.teaser-format-default .post-content .post-headline,#topnewsColLeft .post-teaser.teaser-format-blog .post-content .post-headline {
        font-size: .8125rem
    }

    #topnewsColRight .scroll-x .scroll-x-inner .listing.listing-newsticker {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-flow: column nowrap!important;
        flex-flow: column nowrap!important;
        margin-left: .3rem
    }

    #topnewsColRight .content-box-newsticker {
        padding-left: .5rem;
        margin: 0
    }

    #topnewsColRight .content-box-newsticker .h4 {
        padding-left: .5em
    }

    #topnewsColRight .content-box-newsticker .scroll-x,#topnewsColRight .content-box-newsticker .scroll-x-inner,#topnewsColRight .content-box-newsticker .listing.listing-newsticker {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: unset
    }

    #topnewsColRight .content-box-newsticker,#topnewsColRight .content-box-newsticker .scroll-x,#topnewsColRight .content-box-newsticker .scroll-x-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%
    }

    #topnewsColRight .content-box-newsticker .scroll-x:after {
        display: none
    }

    #topnewsColRight .content-box-newsticker .listing.listing-newsticker .listing-item:nth-last-child(n+2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0;
        margin: 0 0 0 11px;
        border-width: 0 0 0 1px
    }

    #topnewsColRight .post-type-article.teaser-format-ticker .teaser-inner:before {
        top: 0;
        left: -11px
    }

    #topnewsColRight .post-type-article.teaser-format-ticker .post-content {
        padding: 3px 1rem 3px 0
    }
}

@media(max-width: 480px) {
    #topnewsColRight .content-box-newsticker {
        margin-right:-.6em
    }

    #topnewsColRight .content-box-newsticker.local-newsticker .section-footer {
        margin-right: .5em
    }
}

.embed-article {
    display: flow-root;
    margin-bottom: 1rem
}

.embed-article h2 {
    font-size: 1rem
}

.post-detail .post-text .embed-article .post-location a:hover {
    color: #fff
}

.embed-article .post-type-article.teaser-format-default .teaser-inner,.embed-article .post-teaser.teaser-format-blog .teaser-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.embed-article .post-type-article.teaser-format-default .post-thumb,.embed-article .post-teaser.teaser-format-blog .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 80px
}

.post-type-newsletterbutton .post-thumb {
    max-height: 80px
}

.embed-article .post-type-article.teaser-format-default .post-thumb:before {
    padding-top: 100%
}

.embed-article .post-type-article.teaser-format-default .post-content,.embed-article .post-teaser.teaser-format-blog .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    border-bottom: 0
}

.embed-article .post-type-article.teaser-format-default.post-has-thumb .post-content,.embed-article .post-type-article.teaser-format-default.post-has-thumb.post-is-premium .post-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: #FFF;
    justify-content: initial;
    flex-basis: 62.5%;
    padding: 0 1rem;
    font-family: "Nunito Sans"
}

.embed-article .post-type-article.teaser-format-default.post-has-thumb .post-content a {
    text-decoration: none
}

.embed-article .post-type-article.teaser-format-default.post-has-thumb .post-content .post-location,.embed-article .post-teaser.teaser-format-blog.post-has-thumb .post-content .post-location {
    position: static;
    flex: 0 0 auto
}

article .embed-article .post-type-article.teaser-format-default .post-content .post-topline,.embed-article .post-teaser.teaser-format-blog .post-content .post-topline {
    font-size: .75rem
}

.embed-article.post-type-article.teaser-format-default .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 166px
}

.embed-article article,.embed-article .post-type-newsletterbutton {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 1rem
}

.embed-article .post-content .post-headline,.embed-article .post-type-article.post-has-thumb.post-is-premium .post-content .post-headline {
    height: auto;
    font-size: 1rem;
    color: #404A50
}

.embed-article .post-type-article.post-has-thumb.post-is-premium .post-content .post-badge-plus {
    margin: 0
}

.post-type-article.teaser-format-default.post-is-premium .post-content .post-badge-plus .icon-plus>path,.post-teaser.teaser-format-blog.post-is-premium .post-content .post-badge-plus .icon-plus>path {
    fill: #C31400
}

.embed-article .icon-plus>path {
    fill: #C31400
}

.post-type-newsletterbutton h3 {
    margin-top: 0;
    font-size: 1.2rem
}

.post-type-newsletterbutton p {
    margin: 0 0 0em 0
}

.embed-newsletterbutton .post-type-newsletterbutton.teaser-format-default.post-has-thumb .post-content {
    flex-basis: calc(100% - 80px)
}

.listing.listing-mix-1-3 .listing-item.listing-item-emotional:nth-child(1) {
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 481px) {
    .listing-item-emotional .post-type-article.teaser-format-large .teaser-inner {
        position:relative;
        flex-direction: row;
        padding-top: 0;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-thumb {
        position: relative;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        flex-basis: 66.6666%;
        max-width: 66.6666%;
        margin-left: .5rem
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-thumb:before {
        padding-top: 56.25%!important
    }

    .listing-item-emotional .post-type-article.teaser-format-large.post-is-premium .post-thumb:after {
        display: none
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding: 1.5rem 0 1rem 1rem!important;
        margin: 0 .5rem 0 0;
        position: static!important;
        top: auto!important;
        right: auto!important;
        bottom: auto!important;
        left: auto!important;
        background: #FFF!important;
        transform: none!important;
        pointer-events: all!important
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-content .post-location {
        margin-left: .5rem
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-content .post-topline {
        font-size: .875rem;
        margin-bottom: 1rem
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-content .post-headline {
        height: 7em;
        margin-top: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.4em;
        -webkit-line-clamp: 5
    }

    .listing-item-emotional .post-type-article.teaser-format-large .post-content .post-topline+.post-headline {
        margin-top: 0
    }

    .listing-item-emotional .post-type-article.teaser-format-large.post-is-premium .post-content .post-badge-plus {
        margin: 1.5rem .5rem 0 0!important
    }

    .listing-item-emotional .post-type-article.teaser-format-large.post-is-premium .post-content .post-badge-plus .icon-plus>path {
        fill: #C31400!important
    }

    .listing-item-emotional .post-type-article.teaser-format-large.post-is-premium .post-content .post-badge-plus .icon-plus>polygon {
        fill: #E4E4E4!important
    }

    .listing-item-emotional .post-type-article.teaser-format-large.post-has-thumb.post-is-premium .post-content .post-topline {
        color: #818182!important
    }

    .listing-item-emotional .post-type-article.teaser-format-large.post-has-thumb.post-is-premium .post-content .post-headline {
        color: #404A50!important
    }

    .post-type-article.teaser-format-large.post-has-thumb.post-is-premium .post-meta {
        color: #818182!important
    }

    .post-type-article.teaser-format-large .post-content .post-meta {
        margin-top: auto!important
    }
}

@media (max-width: 480px) {
    .ws-load-target {
        display:flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ws-load-target .section-footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    #map_interactive_local {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#map_interactive_local .list-desktop {
    display: flex;
    padding-left: 60px;
    font-size: .75rem
}

#map_interactive_local .list-desktop a:hover,#map_interactive_local .list-desktop a:focus {
    color: hsl(357,96%,32%)
}

#map_interactive_local .list-desktop .column {
    flex: 1;
    padding-right: 20px
}

#map_interactive_local .select-wrap {
    background-color: #fff;
    border: 1px solid #DA2218;
    color: inherit;
    padding: 0;
    margin-bottom: 10px
}

#map_interactive_local .select-wrap select {
    display: block;
    background: none;
    border: none;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5em 2.5em .5em .5em;
    color: #DA2218
}

#map_interactive_local .select-wrap .icon {
    pointer-events: none;
    font-size: .75em;
    right: .75em;
    color: #DA2218
}

.icon-angle-down:before {
    content: "\f107"
}

#map_interactive_local #abbutton {
    display: none
}

#map_interactive_local #iapp_location {
    display: none
}

#iapp_location_select_div2 {
    border: 1px solid #E4E4E4;
    width: 100%;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#iapp_location_select2 {
    padding: .5rem;
    color: #404A50;
    line-height: 1.8em;
    border: 0;
    width: calc(100% - 65px);
    background-color: #FFF
}

@media (max-width: 768px) {
    #map_interactive_local.abtest .hidden-sm.hidden-xs {
        display:block!important
    }

    #map_interactive_local.abtest .hidden-md.hidden-lg {
        display: none!important
    }

    #map_interactive_local.abtest2 .hidden-sm.hidden-xs {
        display: block!important
    }

    #map_interactive_local.abtest2 .hidden-md.hidden-lg {
        display: none!important
    }

    #map_interactive_local.abtest .list-desktop {
        display: block;
        font-size: 1rem
    }

    #map_interactive_local.abtest .list-desktop .listing-item {
        padding: 0 .5rem 0rem
    }

    #map_interactive_local .abbutton {
        display: none
    }

    #map_interactive_local.abtest #abbutton {
        display: block
    }

    #map_interactive_local.abtest .icon-dropdown {
        font-size: .75em;
        right: .75em
    }

    #map_interactive_local.abtest .hidden-all {
        display: none
    }

    #map_interactive_local.abtest2 #iapp_location {
        display: block
    }

    #map_interactive_local.abtest2 .list-desktop {
        display: none
    }

    #map_interactive_local.abtest2 .hidden-all {
        display: none
    }
}

.scroll-teaser.listing {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media(max-width: 768px) {
    .scroll-teaser.listing .listing-item {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        flex-basis: 80%;
        max-width: 307px;
        padding: 0 .5rem 1rem
    }
}

.scroll-teaser .post-teaser {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%
}

.scroll-teaser .post-teaser .teaser-inner {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    overflow: hidden
}

.scroll-teaser .post-teaser .post-thumb {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    overflow: hidden;
    min-height: 164px
}

.scroll-teaser .post-teaser .post-thumb:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%
}

.scroll-teaser .post-teaser .post-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    -webkit-transform: scale(1) rotate(.02deg) translate3d(-50%,-50%,0);
    transform: scale(1) rotate(.02deg) translate3d(-50%,-50%,0);
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out,-webkit-transform .8s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.scroll-teaser .post-type-article.teaser-format-default.post-has-thumb .post-content {
    position: static;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: .5rem 10px;
    border-bottom: 1px solid #e4e4e4;
    background: #fff
}

.scroll-teaser .post-teaser .post-content .post-location {
    display: block;
    padding: 0;
    margin: 0 0 .25rem;
    line-height: 0
}

.scroll-teaser .post-type-article.teaser-format-default.post-has-thumb .post-content .post-location {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    pointer-events: auto
}

.scroll-teaser .post-teaser .post-content .post-location>a {
    display: inline-block;
    max-width: 100%;
    padding: .25rem .25rem calc(0.25rem - 1px) .25rem;
    margin: 0;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
    letter-spacing: .0333em;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #da2218
}

.scroll-teaser .post-teaser .post-content .post-topline {
    margin: 0 0 .25rem;
    font-size: .875rem;
    line-height: 1.35em;
    color: #da2218;
    z-index: 10
}

.scroll-teaser .post-teaser .post-content .post-headline {
    display: block;
    display: -webkit-box;
    height: 5em;
    overflow: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25em;
    color: #404a50;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    z-index: 10
}

.scroll-teaser .post-teaser .post-content .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin-top: auto;
    font-size: .6875rem;
    line-height: 1.5454em;
    color: #404a50;
    z-index: 10
}

.scroll-teaser .post-teaser .post-content {
    padding-left: 1rem;
    padding-right: 1rem
}

.scroll-teaser .post-teaser .post-content .post-published.post-meta {
    justify-content: start;
    position: relative
}

.scroll-teaser .post-teaser .post-content .post-published.post-meta:after {
    content: attr(data-count);
    position: absolute;
    right: 0
}

.scroll-teaser.columns-3 .listing-item:not([style*="display: none"]):nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.scroll-teaser.columns-3 .listing-item:not([style*="display: none"]):nth-child(2) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.scroll-teaser.columns-3 .listing-item:not([style*="display: none"]):nth-child(3) {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media(max-width: 768px) {
    .listing-gallery.scroll {
        flex-flow:row nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 480px) {
    .listing.listing-gallery.listing-mix-gallery-1 .listing-item {
        flex-basis:80%;
        padding: 0 .25rem 0
    }
}

@media(min-width: 769px) {
    .section.hero-section .section-inner .section-content .row .listing.columns-3 .listing-item {
        padding-bottom:0
    }
}

@media(max-width: 480px) {
    .section:not(.ad-section) {
        margin-bottom:1rem
    }
}

.section.ad-section {
    margin-top: 0;
    background: transparent
}

.section.ad-section div:not([style*="display: none;"]) {
    margin-top: 1rem;
    background: #fff
}

.content-box-newsletter {
    margin-top: 1rem
}

.post-meldungytyp-artikelvideoEntry.new-video-icon:not(.teaser-format-hero) .post-thumb a:before {
    width: 38px;
    height: 38px;
    background: #fff;
    left: 1rem;
    top: calc(100% - 1rem)!important;
    transform: translate3d(0,-100%,0)
}

.post-meldungytyp-artikelvideoEntry.new-video-icon:not(.teaser-format-hero) .post-thumb a:after {
    content: '\E812';
    color: #000;
    font-size: 1.6em;
    top: calc(100% - 0.95rem)!important;
    left: 1.75rem!important;
    transform: translate3d(0,-100%,0)
}

.post-meldungytyp-artikelvideoEntry.new-video-icon:not(.teaser-format-hero) .post-thumb:after {
    background: transparent
}

@media(max-width: 480px) {
    .post-meldungytyp-artikelvideoEntry.new-video-icon:not(.teaser-format-hero) .post-thumb a:before {
        left:.5rem;
        top: calc(100% - 0.5rem)!important
    }

    .post-meldungytyp-artikelvideoEntry.new-video-icon:not(.teaser-format-hero) .post-thumb a:after {
        top: calc(100% - 0.45rem)!important;
        left: 1.25rem!important
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.fancybox-search-container-inner .fancybox-content {
    max-width: 400px;
    width: 100%;
    padding: 10px
}

.fancybox-search-container-inner .fancybox-content i {
    margin-right: 1rem
}

.fancybox-search-container.fancybox-is-open .fancybox-bg {
    opacity: .4
}

.fancybox-slide.fancybox-search-container-inner:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: unset;
    vertical-align: middle;
    width: 0
}

.bg-light-grey {
    background: #f2f3f4
}

.bg-grey {
    background: #e4e4e4
}

.color-grey {
    color: #e4e4e4
}

.color-grey-dark {
    color: #7e7e7e
}

.color-grey-darker {
    color: #424a4f
}

.hotel-widget {
    padding: 25px 15px 25px 15px
}

.hotel-widget .widget-background-icon {
    max-width: 110px
}

@media (min-width: 500px) {
    .hotel-widget .widget-background-icon {
        margin-top:-10px
    }
}

.hotel-widget .widget-description {
    display: block;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27
}

@media (min-width: 769px) {
    .hotel-widget .widget-description {
        font-size:28px
    }
}

@media (min-width: 941px) {
    .hotel-widget .widget-description {
        font-size:30px
    }
}

@media (min-width: 769px) {
    .hotel-widget .widget-button {
        display:inline-block;
        width: auto
    }
}

.widget-input {
    position: relative;
    width: 100%;
    margin-bottom: 1rem
}

.widget-input .form-control {
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.3);
    min-height: 60px;
    border: none;
    padding: 30px 35px 8px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.widget-input .control-label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    font-size: 13px;
    line-height: 18px
}

.widget-input .widget-input-icon {
    position: absolute;
    right: 10px;
    bottom: 9px
}

.widget-input2 {
    position: relative;
    width: 100%;
    margin-bottom: 1rem
}

.widget-input2 .form-control {
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.3);
    border: none;
    padding: 8px 35px 8px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.widget-input2 .control-label {
    font-size: 13px;
    line-height: 18px
}

.widget-input2 .widget-input-icon {
    position: absolute;
    right: 10px;
    bottom: 9px
}

html {
    position: relative;
    font-size: 16px
}

@media (max-width: 768px) {
    html {
        overflow-x:hidden
    }
}

body {
    overflow-x: hidden;
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #404A50;
    line-height: 1.625;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    background: #f1f1f1
}

html.locked {
    overflow: hidden
}

a,a:focus,a:hover {
    color: inherit;
    text-decoration: none;
    outline: none
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Nunito Sans';
    padding: 0;
    margin: 0 0 .5em
}

h1,.h1 {
    font-size: 2.625rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2em
}

h2,.h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #404A50;
    line-height: 1.3125em
}

h3,.h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #404A50;
    line-height: 1.4444em
}

h4,.h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #404A50;
    line-height: 1.4444em
}

h5,.h5 {
    font-size: .875rem;
    font-weight: 600;
    color: #404A50;
    line-height: 1.5714em;
    text-transform: uppercase
}

h6,.h6 {
    font-size: .6875rem;
    font-weight: 600;
    color: #404A50;
    line-height: 2em;
    text-transform: uppercase
}

h1>small,.h1>small,h2>small,.h2>small,h3>small,.h3>small {
    display: inline-block;
    margin-top: .25em;
    font-size: .5em;
    line-height: 1.25em
}

p {
    margin: 0 0 1.5em 0
}

.img-responsive {
    display: inline-block;
    line-height: 1
}

.img-responsive>img,img.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

iframe {
    border: 0
}

::-webkit-input-placeholder {
    color: #A5A5A6
}

:-ms-input-placeholder {
    color: #A5A5A6
}

::-moz-placeholder {
    color: #A5A5A6;
    opacity: 1
}

:-moz-placeholder {
    color: #A5A5A6;
    opacity: 1
}

::selection {
    color: #FFF;
    background: #DA2218
}

::-moz-selection {
    color: #FFF;
    background: #DA2218
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.menu.menu-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

ul.list-type-arrow {
    padding: 0 0 0 1.25em;
    margin: 0;
    list-style-type: none
}

ul.list-type-arrow>li {
    position: relative
}

ul.list-type-arrow>li:before {
    content: '\e912';
    display: block;
    position: absolute;
    left: -2.5em;
    top: 0;
    font-family: 'infranken';
    font-size: .5em;
    font-weight: 400;
    line-height: 3em
}

#page {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.section {
    position: relative;
    margin-bottom: 2px;
    background: #FFF
}

.section.club-navigation {
    padding-top: 1rem;
    margin-bottom: 0
}

.section .section-inner {
    padding-left: 10px;
    padding-right: 10px
}

.section-header {
    padding-top: 1.5rem;
    padding-bottom: .5rem
}

.section-header .headline {
    font-family: "Nunito Sans";
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.35em;
    margin: 0;
    cursor: default
}

.section-header .headline .form-ortsuche {
    position: relative;
    display: inline
}

.section-header .headline .select-inline.select-styled,.section-header .headline .form-ortsuche {
    font-size: .75em;
    color: #DA2218;
    vertical-align: middle;
    border-color: transparent
}

.section-header .headline .select-inline.select-styled:after,.section-header .headline .form-ortsuche:after {
    right: auto;
    left: 0
}

.section-header .headline .select-inline.select-styled .form-control,.section-header .headline .form-ortsuche input[type="text"] {
    font-size: .75em;
    padding-right: 0;
    padding-left: 2.25rem;
    line-height: 1rem;
    border: 0;
    color: #DA2218
}

.section-header .headline .form-ortsuche input[type="text"]::-webkit-input-placeholder {
    color: #DA2218
}

.section-header .headline .form-ortsuche input[type="text"]::-moz-placeholder {
    color: #DA2218
}

.section-header .headline .form-ortsuche input[type="text"]:-ms-input-placeholder {
    color: #DA2218
}

.section-header .headline .form-ortsuche input[type="text"]:-moz-placeholder {
    color: #DA2218
}

.section-content {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.hero-section .section-content {
    padding-top: 0
}

.section-header+.section-content,.section-header+[data-fcms-container="wsLoadTarget"]>.section-content {
    padding-top: 0
}

.section-footer {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.section-header-bg:before,.section-header-bg+.section-header:before {
    content: '';
    display: block;
    height: 0;
    padding-top: 33.3333%
}

.section-header-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 100%)
}

.section-header-bg>img {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0,-50%,0)
}

.section-header-bg+.section-header {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-bottom: 2rem
}

.section-header-bg+.section-header .headline {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 0 10px;
    color: #FFF
}

@media (min-width: 481px) {
    .section {
        margin-top:1rem
    }

    .section.club-navigation+.section {
        margin-top: 0
    }

    .section .section-inner {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .section-header {
        padding-top: 2.5rem;
        padding-bottom: 1.25rem
    }

    .section-header .headline {
        font-size: 2rem
    }

    .section-header-bg+.section-header .headline {
        padding-bottom: 1rem
    }
}

@media (min-width: 769px) {
    .section-content {
        padding-top:2rem;
        padding-bottom: 2rem
    }

    .section .section-inner {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .section-header-bg+.section-header {
        margin-bottom: 0
    }

    .section-header-bg+.section-header .headline {
        margin-bottom: 5%
    }

    .section-header-bg+.section-header+.section-content {
        position: relative;
        z-index: 2;
        margin-top: -2.5%
    }

    .section-footer {
        padding-top: 0;
        padding-bottom: 2rem
    }
}

.cb {
    position: relative;
    margin: 0 -1px;
    background: #FFF
}

.cb .cb-inner {
    padding: 1rem
}

.cb.full-height,.cb.full-height .cb-inner {
    height: 100%
}

@media (max-width: 768px) {
    .scroll-x {
        position:relative;
        display: block;
        width: 100%;
        overflow: hidden
    }

    .scroll-x-inner {
        overflow-x: auto;
        overflow-y: hidden;
        ;-webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.scroll-x-inner li:last-of-type {
    margin-right: 48px
}

#site-header {
    width: 100%;
    background: #FFF
}

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #FFF;
    border-bottom: 1px solid #E4E4E4
}

@media (min-width: 769px) {
    #site-header {
        padding-top:0
    }

    #sticky-header {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.site-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%
}

h1.site-logo {
    margin: 0
}

.site-logo a>svg,.site-logo a>img {
    display: block;
    width: 180px;
    height: 30px;
    margin-left: 10px
}

.site-logo svg>g.figurative-mark>* {
    fill: #e30613
}

.site-logo svg>g.word-mark>* {
    fill: #4a4a49
}

@media (min-width: 481px) {
    .site-logo {
        -webkit-box-flex:1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .site-logo a>svg,.site-logo a>img {
        width: 250px;
        height: 42px;
        margin-left: 1rem
    }
}

@media (min-width: 769px) {
    .site-logo a>svg,.site-logo a>img {
        max-height:42px
    }
}

.top-search,.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-search-handler {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    padding: 1rem;
    font-size: 20px;
    text-align: center;
    transition: .2s;
    cursor: pointer
}

.top-search-container {
    display: block;
    padding-left: 0;
    max-width: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    overflow: hidden
}

.top-search-container label {
    display: none
}

.top-search-container input[type="search"] {
    color: #A5A5A6;
    border: 0
}

@media (min-width: 961px) {
    .top-search-container_wide {
        padding-left:1.5rem;
        max-width: none
    }
}

#main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#main-nav>.mobile-menu-handler {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

#main-nav>.mobile-menu-handler .lines {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

#main-nav>.mobile-menu-handler .lines,#main-nav>.mobile-menu-handler .lines:before,#main-nav>.mobile-menu-handler .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #404A50
}

#main-nav>.mobile-menu-handler .lines:before,#main-nav>.mobile-menu-handler .lines:after {
    content: '';
    position: absolute;
    left: 0;
    transition: .2s;
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center
}

#main-nav>.mobile-menu-handler .lines:before {
    top: 7px
}

#main-nav>.mobile-menu-handler .lines:after {
    top: -7px
}

#main-nav>.mobile-menu-handler.active .lines {
    background: transparent
}

#main-nav>.mobile-menu-handler.active .lines:before,#main-nav>.mobile-menu-handler.active .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 24px;
    margin-left: -3px;
    background-color: #DA2218
}

#main-nav>.mobile-menu-handler.active .lines:before {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg)
}

#main-nav>.mobile-menu-handler.active .lines:after {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg)
}

#main-nav>.main-nav-container {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

@media (max-width: 768px) {
    #main-nav>.main-nav-container.visible {
        position:fixed;
        opacity: 1
    }

    #main-nav .menu.sub-menu.level-3 {
        border-bottom: 1px solid #A5A5A6
    }
}

#main-nav>.main-nav-container>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #F1F1F1;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: .2s;
    transition: .2s
}

#main-nav>.main-nav-container.visible>div {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#main-nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

#main-nav .menu.main-menu {
    border-top: 1px solid #E4E4E4
}

#main-nav .menu.main-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 1.125rem;
    color: #404A50;
    line-height: 1.8888em;
    background: #FFF
}

#main-nav .menu.main-menu .menu-item>a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5rem 1rem;
    white-space: nowrap;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E4E4E4
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    display: inline-block;
    padding: 0.5rem!important;
    margin-left: auto;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
    border-width: 0 0 1px 1px
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.active {
    color: #fff;
    background-color: #404A50;
    border-bottom-color: transparent
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.icon:before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.active.icon:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block
}

#main-nav .menu.main-menu .menu-item>.sub-menu-wrapper {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#main-nav .menu.sub-menu .menu-item {
    color: #fff;
    background-color: #404A50
}

#main-nav .menu.sub-menu.level-2 .menu-item>a {
    padding-left: 2rem
}

#main-nav .menu.sub-menu.level-3 .menu-item>a {
    padding-left: 4rem;
    border-color: transparent
}

.top-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #E4E4E4
}

.menu.top-menu {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    height: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
    ;-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.menu.top-menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.menu.top-menu>li a:hover {
    color: #DA2218
}

.menu.top-menu>li a.btn-primary:hover {
    color: #fff
}

.menu.top-menu>li a,.menu.top-menu>li span {
    padding: .5rem;
    white-space: nowrap
}

.menu.top-menu>li a[data-fcms-toggle-target="[data-fcms-domid='ajax-login-box']"] {
    position: relative;
    z-index: 1000;
    background: #fff
}

.menu.top-menu>li a>.icon,.menu.top-menu>li span>.icon {
    display: inline-block;
    margin-right: .25rem;
    font-size: 1.5em;
    vertical-align: inherit
}

.menu.top-menu>li .ajax-login-container {
    position: relative
}

.menu.top-menu>li .ajax-login-container [data-fcms-domid="ajax-login-box"] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1001;
    display: none;
    min-width: 220px;
    padding: 1rem;
    margin-top: -1px;
    text-align: center;
    background: #FFF;
    border: 1px solid #A5A5A6
}

@media (min-width: 361px) {
    .menu.top-menu {
        padding:0 1rem;
        overflow: visible;
        -webkit-overflow-scrolling: none;
        -ms-overflow-style: none
    }
}

.menu.markets-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu.markets-menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background: #FFF
}

.menu.markets-menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 5.75rem;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    transition: color .2s
}

.menu.markets-menu>li>a:hover {
    color: #DA2218
}

.menu.markets-menu>li>a>.icon {
    font-size: 1.5em
}

#main-nav .menu.markets-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1rem
}

@media (min-width: 481px) {
    .menu.menu.markets-menu>li {
        -ms-flex-preferred-size:20%;
        flex-basis: 20%
    }

    .menu.menu.markets-menu>li>a {
        height: 5.5rem;
        padding: .25rem;
        font-size: .6875rem
    }
}

.menu.breadcrumb-menu {
    width: 100%;
    padding: 0 1rem;
    align-items: center;
    border-bottom: 1px solid #E4E4E4
}

.menu.breadcrumb-menu>li {
    flex: 0 0 auto
}

.menu.breadcrumb-menu>li:nth-child(n+2):before {
    content: '\e901';
    display: inline-block;
    margin: 0 .25rem;
    font-family: 'infranken';
    font-size: .4rem;
    color: #A5A5A6;
    line-height: 1rem;
    vertical-align: middle
}

.menu.breadcrumb-menu>li span {
    display: inline-block;
    padding: .5rem;
    font-size: .6875rem;
    line-height: 1rem;
    vertical-align: middle
}

.menu.breadcrumb-menu>li span>.icon-home {
    font-size: .7rem
}

@media (max-width: 745px) {
    .menu.breadcrumb-menu {
        border:none
    }
}

#site-footer {
    padding: 1rem 0 12rem 0
}

#site-footer .social-profiles-nav,#site-footer .other-links-nav {
    margin-top: 1rem
}

#site-footer .menu {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

#site-footer .menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#site-footer .menu>li a {
    display: inline-block;
    padding: .82rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3em;
    min-width: 48px;
    text-align: center
}

#site-footer .social-profiles-nav .btn-list {
    display: table;
    margin: 0 auto
}

#site-footer .other-links-nav .menu>li+li:before,#site-footer .impress-nav .menu>li+li:before {
    content: '|';
    display: inline-block;
    margin: 0 .25rem
}

#site-footer .other-links-nav .other-links-toggle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.125rem;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4
}

#site-footer .other-links-nav .other-links-toggle.hidden {
    display: none
}

#site-footer .other-links-nav .other-links-container {
    display: none
}

@media (min-width: 481px) {
    #site-footer {
        padding:2rem 0 12rem 0
    }

    #site-footer .menu {
        margin-bottom: .25rem
    }

    #site-footer .menu>li a {
        font-size: 1rem;
        padding: .25rem
    }

    #site-footer .other-links-nav .other-links-toggle {
        display: none
    }

    #site-footer .other-links-nav .other-links-container {
        display: block
    }
}

#site-footer .btn.btn-icon {
    color: #404A50;
    background: transparent!important;
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 3rem;
    border: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: unset
}

#site-footer .btn.btn-youtube,#site-footer .btn.btn-pinterest {
    font-size: 2rem
}

#site-footer .btn.btn-youtube:hover {
    color: red
}

#site-footer .btn.btn-pinterest:hover {
    color: #e60023
}

#site-footer .btn.btn-facebook:hover {
    color: #4056A1
}

#site-footer .btn.btn-twitter:hover {
    color: #60ABF4
}

#site-footer .btn.btn-instagram {
    display: block;
    top: 5px
}

#site-footer .btn.btn-instagram:hover i:before {
    content: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 857.1 1000'%3E%3ClinearGradient y2='-0.070433' y1='1.07042' x2='0.899416' x1='0.100582' id='SVGID_1_'%3E%3Cstop stop-color='%23FFB900' id='stop832' offset='0'/%3E%3Cstop stop-color='%239100EB' id='stop834' offset='1'/%3E%3C/linearGradient%3E%3Cpath d='M571 500q0-59-41-101t-101-42-101 42-42 101 42 101 101 42 101-42 41-101zm77 0q0 91-64 156t-155 64-156-64-64-156 64-156 156-64 155 64 64 156zm61-229q0 21-15 36t-37 15-36-15-15-36 15-36 36-15 37 15 15 36zM429 148H327q-20 0-54 2t-57 5-40 11q-28 11-49 32t-33 49q-6 16-10 40t-6 58-1 53 0 59 0 43 0 43 0 59 1 53 6 58 10 40q12 28 33 49t49 32q16 6 40 11t57 5 54 2 59 0 43 0 42 0 59 0 54-2 58-5 39-11q28-11 50-32t32-49q6-16 10-40t6-58 1-53 0-59 0-43 0-43 0-59-1-53-6-58-10-40q-11-28-32-49t-50-32q-16-6-39-11t-58-5-54-2-59 0-42 0zm428 352q0 128-3 177-5 116-69 180t-179 69q-50 3-177 3t-177-3q-116-6-180-69T3 677q-3-49-3-177t3-177q5-116 69-180t180-69q49-3 177-3t177 3q116 6 179 69t69 180q3 49 3 177z' fill='url(%23SVGID_1_)'/%3E%3C/svg%3E")
}

#site-footer .btn.btn-instagram i:before {
    content: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 857.1 1000'%3E%3Cpath d='M571 500q0-59-41-101t-101-42-101 42-42 101 42 101 101 42 101-42 41-101zm77 0q0 91-64 156t-155 64-156-64-64-156 64-156 156-64 155 64 64 156zm61-229q0 21-15 36t-37 15-36-15-15-36 15-36 36-15 37 15 15 36zM429 148H327q-20 0-54 2t-57 5-40 11q-28 11-49 32t-33 49q-6 16-10 40t-6 58-1 53 0 59 0 43 0 43 0 59 1 53 6 58 10 40q12 28 33 49t49 32q16 6 40 11t57 5 54 2 59 0 43 0 42 0 59 0 54-2 58-5 39-11q28-11 50-32t32-49q6-16 10-40t6-58 1-53 0-59 0-43 0-43 0-59-1-53-6-58-10-40q-11-28-32-49t-50-32q-16-6-39-11t-58-5-54-2-59 0-42 0zm428 352q0 128-3 177-5 116-69 180t-179 69q-50 3-177 3t-177-3q-116-6-180-69T3 677q-3-49-3-177t3-177q5-116 69-180t180-69q49-3 177-3t177 3q116 6 179 69t69 180q3 49 3 177z' fill='%23404A50' /%3E%3C/svg%3E");
    display: block;
    width: 25px;
    margin: auto
}

#site-footer .btn.btn-icon {
    background: transparent;
    color: #404A50
}

#site-content {
    position: relative;
    display: block
}

.btn {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 1em 1.5em;
    font-size: .6875rem;
    font-weight: 600;
    color: #404A50;
    line-height: 1.2em;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #404A50;
    transition: .2s
}

.btn:focus {
    outline: none
}

.btn:not(:hidden):not(.btn-block)+.btn:not(.btn-block) {
    margin-left: .25rem
}

.btn.btn-sm {
    font-size: .6875rem;
    font-weight: 700;
    padding: .5em 1em;
    border-color: #E4E4E4
}

.btn.btn-lg {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #DA2218;
    padding: .5em
}

.btn.btn-block {
    display: block;
    width: 100%;
    margin-bottom: .25rem
}

.btn.btn-disabled {
    color: #404A50!important;
    background: transparent!important;
    border-color: #404A50!important;
    cursor: text
}

.btn.btn-default:hover {
    color: #404A50;
    background-color: #E4E4E4;
    border-color: #E4E4E4
}

.btn.btn-primary,.btn.btn-swf-upload,.post-detail .post-text a.btn.btn-primary {
    font-weight: 700;
    color: #FFF;
    border-color: #DA2218;
    background-color: #DA2218
}

.btn.btn-primary:hover,.btn.btn-swf-upload:hover:before,.post-detail .post-text a.btn.btn-primary:hover {
    color: #fff;
    border-color: #a0030c;
    background-color: #a0030c
}

.btn.btn-primary.btn-disabled {
    color: #fff!important;
    background: #c9c9c9!important;
    border-color: #c9c9c9!important;
    cursor: text
}

.btn.btn-secondary {
    font-weight: 700;
    color: #DA2218;
    border-color: #DA2218;
    background-color: #FFF
}

.btn.btn-secondary:hover {
    color: #FFF;
    border-color: #DA2218;
    background-color: #DA2218
}

.btn.btn-tertiary {
    color: #FFF;
    border-color: #FFF
}

.btn.btn-primary.btn-lg,.btn.btn-secondary.btn-lg {
    letter-spacing: -.5px
}

.btn.btn-icon {
    width: 3rem;
    height: 3em;
    padding: .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    border: 0
}

.btn.btn-link {
    border-color: transparent!important
}

.btn.btn-swf-upload {
    padding: 0
}

.btn.btn-swf-upload>object {
    cursor: pointer
}

.btn.btn-swf-upload:after {
    content: attr(data-btn-text);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    color: #FFF;
    background-color: #DA2218;
    pointer-events: none
}

.btn.btn-arrow-left:after,.btn.btn-arrow-right:after {
    content: '';
    font-family: 'infranken'
}

.btn.btn-arrow-left:after {
    content: '\e926'
}

.btn.btn-arrow-right:after {
    content: '\e901'
}

.btn.btn-icon-left,.btn.btn-arrow-left {
    padding-left: 2.5em
}

.btn.btn-icon-right,.btn.btn-arrow-right {
    padding-right: 2.5em
}

.btn.btn-icon-left>.icon:first-child,.btn.btn-icon-right>.icon:last-child,.btn.btn-arrow-left:after,.btn.btn-arrow-right:after {
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    display: block;
    width: 1em;
    text-align: center;
    margin: 0 .5em
}

.btn.btn-icon-left>.icon:first-child,.btn.btn-arrow-left:after {
    left: 0
}

.btn.btn-icon-right>.icon:last-child,.btn.btn-arrow-right:after {
    right: 0
}

.btn.has-addon {
    padding-left: 4.5em
}

.btn.has-addon .btn-addon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 3.2em;
    height: 3.2em;
    color: #FFF;
    background: #DA2218
}

.btn.has-addon .btn-addon>.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5em;
    transform: translate3d(-50%,-50%,0)
}

.btn-toggle {
    position: relative;
    display: block;
    padding: .25em 2em .25em .25em;
    background: #F1F1F1
}

.btn-toggle:after {
    content: '\e906';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-right: 1em;
    font-family: 'infranken';
    font-size: .5em;
    color: #DA2218;
    transform: rotate(0) translate3d(0,-50%,0)
}

.btn-toggle.active:after {
    transform: rotate(180deg) translate3d(0,50%,0)
}

.btn.btn-more {
    margin-top: 2rem;
    font-size: .875rem;
    font-weight: 700;
    color: #DA2218;
    text-transform: uppercase;
    background: transparent;
    border-color: transparent
}

.btn.btn-more>.icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5rem;
    color: #FFF;
    vertical-align: bottom;
    border-radius: 50%;
    background: #DA2218
}

.btn-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.btn-list>li {
    display: inline-block;
    margin: .25rem
}

@media (max-width: 768px) {
    .btn.btn-sm {
        padding:.5rem 1.5rem;
        font-weight: 600
    }

    .scroll-x .btn-list {
        white-space: nowrap
    }
}

.nav-tabs {
    display: flex;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #E4E4E4;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.nav-tabs>li {
    margin-bottom: -1px
}

.nav-tabs>li>a {
    display: inline-block;
    padding: .25rem 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #A5A5A6;
    border-bottom: 1px solid transparent
}

.nav-tabs>li.active>a {
    color: #DA2218;
    border-color: #DA2218;
    cursor: default
}

.user-info {
    display: block;
    text-align: center
}

.user-info.no-pic {
    display: block;
    text-align: left
}

.user-info .user-pic {
    display: block;
    width: 60px;
    height: 60px;
    margin: .5rem auto;
    border-radius: 50%;
    overflow: hidden
}

.user-info .user-pic>img {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%
}

.alert>p {
    color: #DA2218;
    margin: 0
}

.spinner {
    margin: 20px auto;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #E4E4E4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both
}

.spinner.spinner-primary>div {
    background-color: #DA2218
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.c-primary {
    color: #DA2218!important
}

.clearfix:before,.clearfix:after,.btn-list:before,.btn-list:after {
    content: '';
    display: block
}

.clearfix:after,.btn-list:after {
    clear: both
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.fcms_regerr {
    display: block;
    padding: 1rem;
    margin: 2rem 0;
    border: 1px solid #E4E4E4
}

.fcms_regerr>strong {
    font-weight: 700;
    color: #DA2218
}

.fcms_regerr>ul {
    margin: .5rem 0 0 0
}

.autocomplete {
    background: #fff;
    border: 1px solid #E4E4E4;
    z-index: 9999
}

.autocomplete {
    background: #fff;
    z-index: 9999;
    border: 1px solid #E4E4E4
}

.autocomplete ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.autocomplete ul li {
    padding: .25rem;
    font-size: .875rem;
    color: #404A50;
    line-height: 1.6em
}

.autocomplete ul li+li {
    border-top: 1px solid #e4e4e4
}

.autocomplete ul li:hover {
    font-weight: 700;
    background: #f1f1f1
}

.ws-container {
    position: relative
}

.ws-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,.5)
}

.ws-loader>.spinner {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate3d(-50%,-50%,0)
}

.zeitungsmarken {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0
}

.zeitungsmarken>div,.zeitungsmarken>a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    padding-right: 1rem
}

.zeitungsmarken>div:last-child {
    padding-right: 0
}

.zeitungsmarken>div>img,.zeitungsmarken>a>img {
    display: block;
    width: auto;
    height: 1.25rem
}

@media (min-width: 769px) {
    .zeitungsmarken {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

.kreditkarten_rechnung_lastschrift_infos {
    padding: 0 0 35px 40px
}

.kredit_label {
    width: 150px
}

#main-nav .menu.main-menu .menu-item>a.sub-menu-handler.active {
    background-color: #A5A5A6
}

#main-nav .menu.sub-menu.level-2 .menu-item {
    color: #fff;
    background-color: #A5A5A6
}

@media (min-width: 768px) {
    #sticky-header #main-nav .menu.sub-menu.level-3 .menu-item {
        color:#fff;
        background-color: #818182
    }

    #sticky-header #main-nav .menu.sub-menu.level-2 a.sub-menu-handler.active {
        background-color: #818182;
        border-bottom: 0
    }

    #sticky-header #main-nav .menu.sub-menu.level-2 .menu-item a {
        border-color: #fff
    }
}

@media (max-width: 769px) {
    #main-nav .menu.sub-menu.level-2 .menu-item {
        color:#fff;
        background-color: #A5A5A6
    }

    #main-nav .menu.sub-menu.level-2 .menu-item a {
        border-color: #fff
    }

    #main-nav .menu.sub-menu.level-3 .menu-item {
        color: #fff;
        background-color: #818182
    }
}

#main-nav li[data-fcms-navigationelement="168802"] .level-3 .menu-item,#main-nav li[data-fcms-navigationelement="186"] .level-3 .menu-item {
    line-height: .8rem
}

#main-nav li[data-fcms-navigationelement="168802"] .level-3.opened .menu-item,#main-nav li[data-fcms-navigationelement="186"] .level-3.opened .menu-item {
    line-height: 1.8888em
}

#main-nav li[data-fcms-navigationelement="15586"] {
    background-color: #DA2218
}

.stickyElement li[data-fcms-navigationelement="15586"] {
    display: none
}

.btn-newsletter {
    height: 100%;
    margin: 0 .5rem 0 0
}

.menu.top-menu .btn-newsletter a {
    background: #DA2218;
    height: 100%;
    padding: 1rem;
    display: block;
    text-align: center;
    line-height: 100%;
    padding-top: 25px;
    color: #fff
}

.menu.top-menu .btn-newsletter a:hover {
    color: #fff;
    background-color: #a0030c
}

@media (max-width: 769px) {
    .menu.top-menu {
        padding:0 1rem 0 0;
        height: 100%
    }
}

#main-nav li[data-fcms-navigationelement="168802"] .level-3 .menu-item {
    line-height: .8rem
}

#main-nav .menu.main-menu li[data-fcms-navigationelement="15586"] {
    background-color: #DA2218
}

#main-nav .menu.main-menu li[data-fcms-navigationelement="15586"] .menu-item {
    background: transparent
}

#main-nav li[data-fcms-navigationelement="15586"] a {
    color: #fff
}

#main-nav li[data-fcms-navigationelement="15586"] a:after {
    content: " ";
    margin-right: 8px
}

.stickyElement li[data-fcms-navigationelement="15586"] {
    display: none
}

.menu.breadcrumb-menu>li span.newcount,.menu.breadcrumb-menu>li span[data-fcms-method="article_newcount"] {
    display: none
}

@media (max-width: 768px) {
    #main-nav>.main-nav-container.visible {
        position:fixed;
        opacity: 1;
        background: rgba(0,0,0,.3)
    }
}

#main-nav>.main-nav-container.visible>div {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 80%;
    right: 0;
    left: unset;
    max-width: 350px;
    box-shadow: -20px 0 5px 0 rgba(0,0,0,.2)!important
}

.markets-menu-wrapper.menu.markets-menu>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .05em;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    transition: color .2s;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
    -ms-flex-preferred-size: 25%;
    flex-basis: 100%;
    padding: .5rem 3rem;
    line-height: 1.8888em;
    font-size: 18px;
    color: #404A50;
    height: auto;
    align-items: flex-start;
    text-transform: unset;
    background-color: #f1f1f1;
    font-weight: 600
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a:before {
    font-weight: 400;
    float: left;
    position: absolute;
    left: 0rem;
    width: 50px;
    text-align: center;
    font-size: 1.125rem
}

#main-nav .visible .menu.markets-menu {
    margin-top: 0
}

#main-nav .visible .markets-menu-wrapper {
    margin-bottom: 0
}

#sticky-header.sh {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #FFF;
    border-bottom: 1px solid #E4E4E4;
    max-width: 1080px;
    margin: auto
}

#sticky-header .top-menu-wrapper.hidden-xs {
    display: none
}

#sticky-header .top-menu-wrapper.hidden-md.hidden-lg {
    display: block!important
}

#sticky-header .menu.top-menu {
    padding: 0 1rem 0 0;
    width: 100%
}

#sticky-header .mobile-menu-handler {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

#sticky-header .main-nav-container {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

#sticky-header #main-nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    flex: unset!important
}

#sticky-header .main-nav-container.visible {
    display: block;
    position: fixed;
    opacity: 1;
    max-width: 1080px;
    margin: auto;
    background: rgba(0,0,0,.3)
}

#sticky-header .main-nav-container.visible>div {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 80%;
    right: 0;
    left: unset;
    max-width: 350px;
    background: #F1F1F1;
    box-shadow: -20px 0 5px 0 rgba(0,0,0,.2)!important
}

#sticky-header #main-nav .menu.main-menu .menu-item>.sub-menu-wrapper.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    #sticky-header .mobile-menu-handler {
        width:65px
    }
}

.site-logo {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.top-nav {
    border-left: none
}

@media (min-width: 481px) {
    .site-logo a>svg,.site-logo a>img {
        width:200px
    }
}

.top-nav-scroll {
    font-size: 14px;
    white-space: nowrap;
    line-height: 63px;
    width: calc(100% - 360px);
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center
}

@media (max-width: 600px) {
    .top-nav-scroll {
        display:none
    }
}

.top-nav-scroll a {
    margin-right: .4rem
}

.newcount {
    display: none
}

.shownewcount {
    display: none
}

.newcount+.shownewcount {
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 8px;
    background: red;
    width: 10px;
    height: 10px;
    line-height: 12px;
    font-size: 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'Nunito Sans';
    font-weight: 700
}

.markets-menu .newcount+.shownewcount {
    top: 12px;
    left: 24px
}

.icon-back-in-time,.icon_home_1 {
    position: relative
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a.icon_home_1:before {
    font-size: 1.5rem
}

#main-nav .btn-list {
    background-color: #fff
}

#main-nav .social-profiles-nav {
    list-style-type: none;
    background-color: #F1F1F1;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    height: 45px
}

#main-nav .social-profiles-nav li {
    width: 20%;
    display: block;
    float: left;
    height: inherit
}

#main-nav .btn.btn-icon {
    color: #404A50;
    background: transparent!important;
    width: 100%;
    height: 45px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 45px;
    border: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: unset
}

.main-nav-container.visible a,.markets-menu a {
    font-size: 15px
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
    padding: .5rem 0 .5rem 3rem
}

.top-dossiers-nav,.top-special-links {
    background-color: #fff
}

.navi_item_174593,.navi_item_174594,.navi_item_174595,.navi_item_174596,li[data-fcms-navigationelement="174593"],li[data-fcms-navigationelement="174594"],li[data-fcms-navigationelement="174595"],li[data-fcms-navigationelement="174596"] {
    display: none!important
}

#main-nav .menu.ser-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 1.125rem;
    color: #404A50;
    line-height: 1.8888em;
    background: #FFF
}

.service-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 1.125rem;
    color: #404A50;
    line-height: 1.8888em;
    background: #FFF
}

.main-nav-container.visible .markets-menu-wrapper.menu.service-menu a {
    background-color: #fff
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
    font-size: 15px
}

.schnellsuche li {
    margin-bottom: .7rem;
    margin-left: 1rem
}

.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_login,.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_abo,.markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_e-paper {
    display: none
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu.login-menu {
    display: table
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu.login-menu a {
    font-size: 11px
}

.markets-menu-wrapper.menu.markets-menu.login-menu a:after {
    content: attr(data-title)
}

@media (max-width: 626px) {
    .markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_abo {
        display:table-cell
    }
}

@media (max-width: 565px) {
    .markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_e-paper {
        display:table-cell
    }
}

@media (max-width: 500px) {
    .markets-menu-wrapper.menu.markets-menu.login-menu a.icon.icon_login {
        display:table-cell
    }
}

@media (max-width: 378px) {
    .markets-menu-wrapper.menu.markets-menu.login-menu a.icon_abo:after {
        content:"Abo"
    }
}

.menu.top-menu {
    height: 42.73px
}

#sticky-header .mobile-menu-handler {
    width: 100%
}

.schnellsuche {
    margin: 1rem
}

.schnellsuche h4 {
    display: block;
    margin: 0 10px;
    font-size: .6875rem;
    font-weight: 800;
    line-height: 39px;
    white-space: nowrap
}

.schnellsuche li {
    font-size: .75rem
}

#sticky-header a[title] i {
    font-size: 1rem
}

.articlenewcount {
    height: 64px;
    line-height: 64px;
    flex: 1 0 auto
}

.site-logo {
    flex: 0 0 250px
}

@media (max-width: 480px) {
    .site-logo {
        flex:0 0 200px
    }
}

@media (min-width: 768px) {
    .mobile-menu-handler:after {
        content:attr(data-title);
        font-size: .6875rem;
        font-weight: 700;
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 65px
    }

    #sticky-header #main-nav {
        width: 95px
    }

    #sticky-header #main-nav {
        width: 65px
    }

    #main-nav>.mobile-menu-handler .lines {
        right: 0
    }
}

.site-logo {
    order: 1
}

.articlenewcount {
    order: 2
}

.top-search {
    order: 3
}

.ajax-login-container {
    display: block;
    order: 4
}

.epaper {
    order: 5
}

.aboservice,.epaper,.login {
    display: none
}

@media(min-width: 626px) {
    .aboservice {
        display:block;
        order: 6
    }
}

@media(min-width: 565px) {
    .epaper {
        display:block;
        order: 5
    }
}

@media(min-width: 500px) {
    .login {
        display:block;
        order: 4
    }
}

header .epaper a,header .aboservice a,header .login a,.top-search a,#main-nav>.mobile-menu-handler {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 65px;
    padding-top: 19px;
    font-size: 1rem;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-left: 1px solid #E4E4E4
}

#main-nav {
    order: 7
}

@media (max-width: 768px) {
    header .epaper a,header .aboservice a,header .login a,.top-search a,#main-nav>.mobile-menu-handler {
        width:50px
    }
}

@media (min-width: 768px) {
    header .epaper a,header .aboservice a,header .login a,.top-search a,#main-nav>.mobile-menu-handler {
        width:65px
    }

    header .epaper a:after,header .aboservice a:after,header .login a:after,.top-search a:after {
        font-size: .6875rem;
        font-weight: 700;
        content: attr(title);
        display: block;
        white-space: nowrap;
        word-wrap: no-break
    }
}

.main-nav-container.visible .markets-menu-wrapper.menu.markets-menu a {
    font-size: 15px
}

.menu.markets-menu.login-menu {
    flex-wrap: nowrap
}

.menu.markets-menu.login-menu a {
    position: relative
}

#breadcrumb-nav {
    background: #fff
}

.footer-store-badge {
    margin: 0!important;
    text-align: center
}

p.footer-store-badge img.store-badge {
    width: auto;
    max-height: 48px
}

li[data-fcms-navigationelement="174593"],li[data-fcms-navigationelement="174594"],li[data-fcms-navigationelement="174595"],li[data-fcms-navigationelement="174596"] {
    display: none
}

#site-footer .btn.btn-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 3rem;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    vertical-align: unset
}

#site-footer .btn.btn-youtube {
    font-size: 2rem
}

#site-footer .btn.btn-pinterest {
    font-size: 2rem
}

.locked #site-header {
    position: fixed
}

#site-header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    max-width: 1080px;
    top: 0;
    height: 65px;
    z-index: 99992;
    background: transparent
}
