

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width:768px) {

    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:992px) {

    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:1200px) {

    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}



.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:1200px) and (max-width:1599px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media (min-width:1600px) {
    .container {
        width: 1570px
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .visible-xl {
        display: block !important
    }

    table.visible-xl {
        display: table
    }

    tr.visible-xl {
        display: table-row !important
    }

    td.visible-xl,
    th.visible-xl {
        display: table-cell !important
    }

    .visible-xl-block {
        display: block !important
    }

    .visible-xl-inline {
        display: inline !important
    }

    .visible-xl-inline-block {
        display: inline-block !important
    }

    .hidden-xl {
        display: none !important
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.plyr input[type=range]:focus,
.plyr:focus {
    outline: 0
}

.plyr .plyr__video-embed iframe,
.plyr__tooltip {
    pointer-events: none
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    direction: ltr
}

.plyr,
.plyr *,
.plyr ::after,
.plyr ::before {
    box-sizing: border-box
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}

.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}

.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}

.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db
}

.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.plyr input[type=range]::-ms-tooltip {
    display: none
}

.plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit
}

.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%)
}

.plyr video::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(-40px);
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 24px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px)
}

@media (min-width:1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.plyr ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
    margin-left: 5px
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
    margin-left: 0
}

.plyr__controls .plyr__volume {
    margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
    margin-left: 0
}

.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}

.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.plyr__controls button:focus {
    outline: 0
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
    display: none
}

@media (min-width:480px) {

    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls>button {
        margin-left: 10px
    }
}

.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    transition: opacity .3s ease
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff
}

.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #3498db;
    color: #fff
}

.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.plyr__play-large:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}

.plyr .plyr__play-large {
    display: inline-block
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
    display: none
}

.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg {
    display: none
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease
}

.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr button:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}

.plyr__progress .plyr__tooltip {
    left: 0
}

.plyr .plyr__progress {
    display: inline-block
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: 0 0;
    transition: none
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none
}

.plyr__progress--buffer::-webkit-progress-value {
    transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
    transition: width .2s ease
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}

.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}

.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}

.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}

.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.plyr__time+.plyr__time {
    display: none
}

@media (min-width:768px) {
    .plyr__time+.plyr__time {
        display: inline-block
    }
}

.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.plyr__volume {
    display: none
}

.plyr .plyr__volume {
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
    display: none !important
}

.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0 !important
}

.plyr--fullscreen-active video {
    height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.datepicker {
    margin: 0 auto;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.datepicker .clndr {
    overflow: hidden
}

.clndr-control-button {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.clndr-control-button.rightalign {
    right: 0;
    left: auto
}

.datepicker .month {
    color: #fff;
    text-transform: uppercase
}

.clndr-table thead {
    display: none
}

.datepicker .clndr .clndr-controls {
    margin-bottom: 5px
}

.datepicker .clndr .clndr-controls .clndr-previous-button,
.datepicker .clndr .clndr-controls .clndr-next-button {
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s
}

.datepicker .clndr .clndr-controls .clndr-previous-button:hover,
.datepicker .clndr .clndr-controls .clndr-next-button:hover {
    color: #e00036
}

.datepicker .clndr .clndr-controls .month {
    width: 70%;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase
}

.datepicker .clndr-table {
    margin: 0 !important;
    font-size: 10px
}

.datepicker .header-days {
    color: #fff
}

.datepicker .clndr {
    position: relative;
    width: 100%;
    display: inline-block
}

.datepicker .day {
    cursor: pointer;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: center
}

.datepicker .clndr .days {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    background-color: #ebebeb
}

.datepicker .clndr .days .day,
.datepicker .clndr .days .empty {
    width: 14.28%;
    display: inline-block;
    text-align: center
}

.datepicker .day-contents {
    background: #fff;
    margin: 1px 2px;
    padding: 3px 0;
    letter-spacing: 0
}

.datepicker .day.past,
.datepicker .day:not(.selected):not(.has-events):not(.today) {
    opacity: .75
}

.datepicker .day.today,
.datepicker .day.selected,
.datepicker .day.has-events {
    opacity: 1
}

.datepicker .day.today .day-contents,
.datepicker .day.selected .day-contents {
    background: #e00036;
    color: #fff
}

.datepicker .clndr .days .day.event,
.datepicker .clndr .days .empty.event {
    background-color: #d2d2d2;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    cursor: pointer
}

.datepicker .clndr .days .day.event:hover,
.datepicker .clndr .days .empty.event:hover {
    background-color: #b8b8b8
}

.datepicker .clndr .days .day.adjacent-month,
.datepicker .clndr .days .empty.adjacent-month {
    color: rgba(0, 0, 0, 0.3)
}

.datepicker .clndr .days .empty {
    height: 31px;
    vertical-align: bottom
}

.datepicker .clndr .days .headers {
    background-color: #97ce7f;
    padding-top: 5px;
    padding-bottom: 5px
}

.datepicker .clndr .days .headers .day-header {
    width: 42px;
    display: inline-block;
    text-align: center;
    color: white
}

.datepicker .clndr .events {
    position: absolute;
    left: 294px;
    width: 294px;
    height: 217px;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    background-color: #ebebeb
}

.datepicker .clndr .events .headers {
    position: relative
}

.datepicker .clndr .events .event-header {
    width: 100%;
    background-color: #97ce7f;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white
}

.datepicker .clndr .events .x-button {
    position: absolute;
    font-size: 80%;
    top: 7px;
    left: 20px;
    cursor: pointer;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
}

.datepicker .clndr .events .x-button:hover {
    color: white
}

.datepicker .clndr .events .events-list {
    overflow: scroll;
    height: 185px
}

.datepicker .clndr .events .events-list .event {
    padding-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -ms-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s
}

.datepicker .clndr .events .events-list .event:hover {
    background-color: #f5f5f5
}

.datepicker .clndr .events .events-list .event a {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #212121;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
}

.datepicker .clndr .events .events-list .event a:hover {
    background-color: transparent;
    color: #69a776
}

.datepicker .clndr .days-container.show-events .days {
    left: -294px
}

.datepicker .clndr .days-container.show-events .events {
    left: 0
}

@charset "UTF-8";

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

body {
    -webkit-text-size-adjust: 100%
}

.progresbar {
    padding: 20px 0 50px
}

.progresbar a {
    font-size: 14px;
    pointer-events: none
}

.progresbar a.active {
    color: #e00036
}

.text-uppercase {
    text-transform: uppercase
}

.wx th {
    font-weight: 500
}

.wx .eur {
    float: left;
    text-align: left
}

.wx .btn {
    display: inline-block;
    text-transform: uppercase;
    width: 130px;
    height: 25px;
    background: #3b3c3d;
    line-height: 15px;
    text-align: center;
    border: 1px solid #3b3c3d;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    padding: 5px
}

.wx .btn-back {
    color: #3b3c3d;
    background: #fff
}

.wx .btn-submit {
    background: #e00036;
    border: 1px solid #e00036
}

.wx .ticket-price {
    width: auto
}

.wx .ticket-price-sum {
    width: 120px;
    padding: 10px
}

.wx .ticket-price-final {
    width: 120px;
    padding: 10px;
    color: #e00036;
    font-family: 'Rasmus';
    font-size: 17px;
    font-weight: 700
}

.wx .amount {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 1px solid #e00036;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    height: 30px;
    padding: 0
}

.wx .amount::placeholder {
    color: #3b3c3d
}

.wx .minus,
.wx .plus {
    font-family: Montserrat, "sans-serif";
    font-size: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.wx .amount-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wx .amount-wrap .plyr {
    min-width: 0;
    display: inline-block
}

.wx-cart {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjUuMDYgMjQuMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntjbGlwLXBhdGg6dXJsKCNjbGlwLXBhdGgpO30uY2xzLTN7ZmlsbDojM2MzYzNlO308L3N0eWxlPjxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSI+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMjUuMDYiIGhlaWdodD0iMjQuMiIvPjwvY2xpcFBhdGg+PC9kZWZzPjx0aXRsZT5Bc3NldCAxPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxnIGNsYXNzPSJjbHMtMiI+PHBhdGggZD0iTTcuMjIsMjEuODQsNywyMi45M2EuNTMuNTMsMCwwLDEtMSwwbC0uMjItMS4wOWExLjMsMS4zLDAsMSwwLDEuNDcsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiLz48cGF0aCBkPSJNMjIuNzcsMjEuODRsLS4yMiwxLjA5YS41My41MywwLDAsMS0xLDBsLS4yMi0xLjA5YTEuMywxLjMsMCwxLDAsMS40NywwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIyLDkuMDhWNS43NGwxLjczLjIxVjkuMDhabTEuNzMsNGEuNDMuNDMsMCwwLDEtLjQuNDNsLTEuMzMuMVY5Ljk0aDEuNzNabS00LjQyLTRWNS40MWwxLjgzLjIyVjkuMDhabTEuODMsNC41NS0xLjgzLjE0VjkuOTRoMS44M1pNMTYuNjQsOS4wOHYtNGwxLjg0LjIzVjkuMDhabTEuODQsNC43NUwxNi42NCwxNHYtNGgxLjg0Wk0xNCw5LjA4bC0uMTgtNC4zNEwxNS43Nyw1VjkuMDhabTEuNzUsNS0xLjU0LjEyLS4xNy00LjJoMS43MVpNMTIsMTQuMzFsLS41Ni00LjM3aDEuNzVsLjE4LDQuMjdabS0xLjI2LTEwTDEzLDQuNjNsLjE4LDQuNDVIMTEuMzRaTTkuNjEsMTQuNDlsLTEtNC41NWgxLjk1bC41Niw0LjQ0Wm0tMi4zOC4xOEw1Ljc5LDkuOTRoMmwxLDQuNjFaTTMuODEsMy40bDAsLjExLDIuNTguMzJMNy41Niw5LjA4aC0yWm02LjY1LDUuNjhoLTJMNy4zMywzLjk0bDIuNTIuMzFaTTI0LjY4LDUuMTksMy41NywyLjYsMy4xNiwxLjI0YTEuMywxLjMsMCwwLDAtMS0uOUwuNTIsMEEuNDMuNDMsMCwwLDAsMCwuMzUuNDMuNDMsMCwwLDAsLjM1Ljg2TDIsMS4xOWEuNDMuNDMsMCwwLDEsLjMzLjNMNi40NSwxNS4wOCw0LjE5LDE5LjI2YTEuMywxLjMsMCwwLDAsMS4xNCwxLjkxaDE4YS40My40MywwLDAsMCwwLS44NmgtMThBLjQzLjQzLDAsMCwxLDUsMTkuNjdsMi4yMy00LjE0LDE2LjI1LTEuMjJBMS4zLDEuMywwLDAsMCwyNC42MywxM3YtN2EuNDMuNDMsMCwwLDAsLjA1LS44NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiLz48L2c+PC9nPjwvZz48L3N2Zz4K) no-repeat center;
    background-size: 25px 24px;
    height: 30px;
    margin-top: 30px
}

.wx-cart b {
    position: relative;
    display: inline-block;
    background: #e00036;
    border: 1px solid #e00036;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-family: 'Rasmus';
    font-size: 10px;
    margin-left: 20px;
    top: -2px
}

.wx-payment {
    height: 60px;
    line-height: 60px;
    margin: 10px 0
}

.wx-payment img {
    vertical-align: middle
}

.wx-amount-width {
    width: 220px
}

.wx-checkout small {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.wx-tickets thead th,
.wx-tickets tfoot td {
    padding: 10px;
    font-size: 14px
}

.wx-tickets tbody td {
    text-transform: uppercase
}

.wx-tickets th,
.wx-tickets td {
    padding-left: 0 !important
}

.wx-tickets tr th:last-child,
.wx-tickets tr td:last-child {
    padding-right: 0 !important
}

.wx-tickets {
    caption-side: top;
    max-width: 100%
}

.wx-tickets caption {
    background: #2e3233;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    display: table-caption;
    width: 100%;
    box-sizing: border-box
}

.wx-tickets thead tr th {
    padding-top: 30px;
    padding-bottom: 15px
}

.wx-tickets tfoot td.wx-controls {
    padding: 50px 15px 10px
}

.wx-tickets tbody tr td {
    padding: 10px;
    font-family: 'Rasmus';
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle
}

.wx-tickets tbody tr:nth-child(even) td {
    border-bottom: 1px solid #3b3c3d
}

.wx-tickets tbody tr:nth-child(odd) td {
    border-bottom: 1px dotted #3b3c3d
}

.wx-tickets tbody tr:first-child td {
    border-top: 1px solid #3b3c3d
}

.wx-checkout thead th,
.wx-checkout tfoot td {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #3b3c3d
}

.wx-checkout tbody tr td {
    padding: 10px;
    font-family: 'Rasmus';
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px dotted #3b3c3d
}

.wx-checkout tbody tr:first-child td {
    border-top: 1px solid #3b3c3d
}

.wx-person thead th {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #3b3c3d
}

.wx-person tbody tr td {
    padding: 10px;
    font-size: 14px
}

.wx-person label.form-control {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    line-height: 23px;
    margin-bottom: 14px
}

.wx-person input.form-control {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 1px solid #e00036;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin-bottom: 14px
}

.wx-radio {
    text-align: center;
    position: relative
}

.wx-radio label {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    width: 88px;
    text-align: center;
    color: #3b3c3d
}

.wx-checkbox label {
    display: block;
    padding: 0 0 10px 20px;
    position: relative;
    line-height: 20px
}

.wx-checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border: 1px solid #3b3c3d;
    border-radius: 15px;
    background: #fff
}

.wx-radio input,
.wx-checkbox input,
.cd-payment-gateways input {
    width: 1px;
    height: 1px;
    display: block;
    opacity: 0;
    float: left
}

.wx-checkbox {
    position: relative
}

.wx-radio input:checked+label {
    border-bottom: 1px solid #e00036
}

.wx-checkbox input:checked+label:before {
    background: #e00036
}

button.payment-method {
    border: 0 none;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    vertical-align: top
}

.sofort,
.paypal {
    margin-top: 10px
}

.cd-payment-gateways {
    padding: 0;
    margin: 0;
    line-height: 90px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cd-payment-gateways li {
    display: block;
    float: left
}

.cd-payment-gateways li label {
    padding: 5px;
    overflow: hidden;
    line-height: 90px;
    display: block;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    white-space: nowrap
}

.cd-payment-gateways li label img {
    vertical-align: middle;
    position: relative;
    pointer-events: none
}

.cd-payment-gateways li input:checked+label {
    border: 1px solid #ccc
}

.cd-payment-gateways li:last-child {
    width: 335px
}

.cd-payment-gateways li:last-child label {
    width: 315px
}

.wx .btn-submit:disabled {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #333;
    cursor: not-allowed
}

.einleitung .wx-cart+h2+p {
    margin-bottom: 10px;
    font-family: 'Rasmus'
}

.wx-tickets tbody tr td:last-child {
    white-space: nowrap;
    width: auto
}

#mpay24iframe {
    width: 100% !important;
    height: 150px !important;
    margin-top: 20px
}

.input-off .amount-wrap,
.input-off th.text-center {
    pointer-events: none;
    opacity: 0
}

@media screen and (min-width:768px) {
    .wx-tickets tbody tr td {
        font-size: 17px
    }

    .wx .ticket-price {
        width: 180px;
        white-space: nowrap
    }

    .wx-tickets th,
    .wx-tickets td {
        padding-left: 15px !important
    }

    .wx-tickets tbody tr td:last-child {
        white-space: nowrap;
        width: 100px
    }

    .wx-tickets tr th:last-child,
    .wx-tickets tr td:last-child {
        padding-right: 10px !important
    }
}

@media screen and (max-width:991px) {

    table.wx-tickets th,
    table.wx-tickets td {
        display: table-cell !important
    }
}



*,
*::after,
*::before {
    box-sizing: border-box
}







body.overflow-hidden {
    overflow: hidden !important
}

::-moz-selection {
    background: #3b3c3d;
    color: #fff
}

::selection {
    background: #3b3c3d;
    color: #fff
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

img {
    max-width: 100%;
    border: none;
    vertical-align: unset;;
    text-indent: -9999px;
    -ms-interpolation-mode: bicubic
}

.galerie-bild-lightbox img {
    width: auto
}

strong {
    font-weight: bold
}

p+p {
    margin-top: 20px
}



.height-100vh {
    height: 100vh;
    height: calc(100vh - 85px);
    position: relative
}

@media only screen and (max-width:1023px) {
    .height-100vh {
        height: calc(100vh - 50px)
    }
}

.height-100vh>div.abs {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    position: absolute;
    text-align: center
}

.width-260 {
    width: 260px;
    margin: 0 auto
}

.height-400 {
    height: 400px
}

.height-120 {
    height: 120px
}

.height-40 {
    height: 40px
}

.height-33 {
    height: 33px
}

.relative {
    position: relative
}

.relative img {
    display: block
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.clear {
    clear: both
}

.float-none {
    float: none !important
}

@media (min-width:1024px) {
    .nowrap {
        white-space: nowrap
    }
}

.uppercase {
    text-transform: uppercase
}

h6 {
    text-transform: uppercase;
    line-height: 1
}

.overlay .h6 {
    font-weight: bold;
    line-height: 1.6
}

.opacity-30 {
    opacity: .3
}

.no-text-transform {
    text-transform: none !important
}

#service {
    padding: 50px 0
}

.forschung #service {
    padding-top: 0
}

.no-pad-top {
    padding-top: 0
}

.no-pad-bot {
    padding-bottom: 0
}

.no-pad {
    padding: 0 !important
}

img {
    max-width: 100%
}

.albertina-content,
.albertina-header {
    z-index: 2
}

.offset-header {
    padding-top: 80px
}

.no-offset {
    padding-top: 0 !important
}

.albertina-header {
    height: 52px;
    background: transparent;
    position: fixed;
    z-index: 30;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.albertina-header.nav-is-visible {
    background: #000;
    background: rgba(0, 0, 0, .45);
    -webkit-transition: all .5s, background .5s !important;
    -moz-transition: all .5s, background .5s !important;
    transition: all .5s, background .5s !important
}

.header--alm .albertina-header.nav-is-visible {
    background: #fff;
    background: rgba(255, 255, 255, .45)
}

.albertina-header.header-invert.nav-is-visible {
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    transition: all .5s !important
}

.header--alm #albertina-nav-unterpunkte li.has-children ul li a {
    font-weight: 500
}

.albertina-header .albertina-logo,
.albertina-logo img,
.albertina-header-buttons,
.albertina-nav,
.albertina-primary-nav li,
.albertina-header-buttons li {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.albertina-header.shrink:not(.nav-is-visible) {
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 .25em rgba(46, 50, 51, .25)
}

.albertina-header.shrink:not(.nav-is-visible) .albertina-logo {
    margin: 7px 0
}

.albertina-header.shrink:not(.nav-is-visible) .albertina-primary-nav {
    border-color: transparent !important
}

.albertina-header.shrink:not(.nav-is-visible) .lang-switch-trigger span {
    border-color: #3d3c3b
}

.albertina-header.shrink:not(.nav-is-visible) .close-nav span::before,
.albertina-header.shrink:not(.nav-is-visible) .close-nav span::after {
    background: #3b3c3d
}

.albertina-header.not-visible {
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}

@media only screen and (min-width:1024px) {
    .albertina-header::after {
        clear: both;
        content: "";
        display: table
    }
}

.albertina-header .container {
    position: relative
}

.albertina-logo {
    float: left;
    margin: 18px 0;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.albertina-logo img {
    display: block;
    width: auto;
    height: 22px
}

@media (min-width:1024px) {
    .albertina-logo img {
        height: 30px
    }
}

.shrink .albertina-logo img,
div.shrink a.albertina-logo img {
    height: 22px !important
}

@media (max-width:1023px) {

    body.albertina-modern .shrink .albertina-logo img,
    body.albertina-modern div.shrink a.albertina-logo img {

        
        height: 16px !important
    }
}

@media (min-width:1024px) {

    body.albertina-klosterneuburg .shrink .albertina-logo img,
    body.albertina-klosterneuburg div.shrink a.albertina-logo img {
        height: 26px !important;
        max-height: 26px !important
    }
}

@media (min-width:1800px) {

    body.albertina-klosterneuburg .shrink .albertina-logo img,
    body.albertina-klosterneuburg div.shrink a.albertina-logo img {
        height: 32px !important;
        max-height: 32px !important
    }

    body.albertina-klosterneuburg .albertina-header.shrink:not(.nav-is-visible) .albertina-logo {
        margin-top: 2px;
        margin-bottom: 0
    }

    body.albertina-klosterneuburg .albertina-header-buttons {
        margin-top: 2px
    }
}

.albertina-header-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center
}

.lang-selector {
    position: relative;
    display: inline-block;
    color: #3b3c3d;
    text-decoration: underline
}

.lang-selector * {
    color: #3b3c3d;
    border-color: #3b3c3d
}

.lang-selector span {
    border-left: 1px solid #3b3c3d !important;
    border-bottom: 1px solid #3b3c3d !important;
    top: 7px
}

.albertina-header-buttons>li {
    display: inline-block;
    margin-left: 30px;
    line-height: .8 !important
}

.albertina-header-buttons>li:last-child {
    margin-left: 15px !important
}

.albertina-header-buttons li ul li {
    display: block;
    margin: 0
}

header .lang-switch-trigger .de,
header .lang-switch-trigger .en {
    display: none
}

.albertina-header-buttons .text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 500
}

.lang-switch-trigger span {
    position: absolute;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-left: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box
}

.lang-switch-trigger ul {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: #eeedec;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    margin-left: -15px
}

.lang-selector .lang-switch-trigger ul {
    position: absolute;
    z-index: 1;
    background: white;
    transform: translateY(calc(-100% - 20px)) !important
}

.lang-switch-trigger ul li {
    margin: 0 !important
}

.lang-switch-trigger ul li a {
    padding: 3px 15px;
    color: #3b3c3d;
    display: block;
    text-transform: uppercase
}

.lang-switch-trigger ul li.active a {
    color: #e20816
}

.lang-switch-trigger ul li.active a,
.lang-switch-trigger ul li a:hover {
    font-weight: 500
}

.lang-switch-trigger.is-clicked ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    transform: translateY(6px)
}

.lang-mobile {
    padding-right: 15px !important
}

.lang-mobile span {
    top: 10px !important
}

.close-nav,
.close-lightbox {
    opacity: 1 !important
}

.close-nav {
    position: absolute !important;
    top: 60px !important;
    right: 40px !important
}

.close-lightbox {
    position: fixed;
    top: 65px !important;
    right: 35px !important
}

.albertina-search-trigger,
.albertina-nav-trigger,
.close-nav,
.close-lightbox {
    display: block;
    width: 30px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.albertina-search-trigger {
    height: 21px
}

.albertina-search-trigger span {
    display: none
}

.close-lightbox {
    position: fixed !important;
    z-index: 99999 !important
}

.albertina-search-trigger,
.close-nav,
.close-lightbox {
    position: relative
}

.albertina-search-trigger::before,
.albertina-search-trigger::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.albertina-search-trigger::before {
    top: 0;
    left: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff
}

.albertina-search-trigger::after {
    height: 1px;
    width: 8px;
    background: #fff;
    top: 18px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-nav span,
.close-lightbox span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.close-nav span::before,
.close-nav span::after,
.close-lightbox span::before,
.close-lightbox span::after,
.close-stoerer span::before,
.close-stoerer span::after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 22px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, background .3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s, background .3s;
    transition: opacity 0.3s, transform 0.3s, background .3s
}

.header--alm .close-nav span::before,
.header--alm .close-nav span::after,
.header--alm .close-lightbox span::before,
.header--alm .close-lightbox span::after,
.header--alm .close-stoerer span::before,
.header--alm .close-stoerer span::after {
    background: #3b3c3d
}

.close-lightbox span::before,
.close-lightbox span::after {
    background: #3b3c3d
}

.close-nav span::before,
.close-nav span::after,
.close-lightbox span::before,
.close-lightbox span::after,
.close-stoerer span::before,
.close-stoerer span::after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 44px !important;
    height: 1px;
    margin-left: -22px !important;
    opacity: 1
}

.close-stoerer span::before,
.close-stoerer span::after {
    width: 22px !important;
    margin-left: -11px !important
}

.close-nav:hover span::before,
.close-nav:hover span::after,
.close-lightbox:hover span::after,
.close-lightbox:hover span::before {
    width: 34px !important;
    margin-left: -17px !important
}

.close-stoerer:hover span::after,
.close-stoerer:hover span::before {
    width: 12px !important;
    margin-left: -6px !important
}

.close-nav span::before,
.close-lightbox span::before,
.close-stoerer span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.close-nav span::after,
.close-lightbox span::after,
.close-stoerer span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.albertina-nav-trigger {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 30px;
    color: transparent !important;
}

.albertina-header.shrink:not(.nav-is-visible) .albertina-nav-trigger {
    top: 7px
}

.albertina-nav-trigger span,
.albertina-nav-trigger span::before,
.albertina-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 24px;
    background: #fff
}

.albertina-header.shrink:not(.nav-is-visible) .albertina-nav-trigger span,
.albertina-header.shrink:not(.nav-is-visible) .albertina-nav-trigger span::before,
.albertina-header.shrink:not(.nav-is-visible) .albertina-nav-trigger span::after,
.header-invert:not(.nav-is-visible) .albertina-nav-trigger span,
.header-invert:not(.nav-is-visible) .albertina-nav-trigger span::before,
.header-invert:not(.nav-is-visible) .albertina-nav-trigger span::after {
    background: #3b3c3d
}

.albertina-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s
}

.albertina-nav-trigger span::before,
.albertina-nav-trigger span::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s
}

.albertina-nav-trigger span::before {
    top: -9px
}

.albertina-nav-trigger span::after {
    top: 9px
}

.albertina-nav-trigger.nav-is-visible span {
    background: rgba(255, 255, 255, 0)
}

.albertina-nav-trigger.nav-is-visible span::before,
.albertina-nav-trigger.nav-is-visible span::after {
    background: #fff
}

.header--alm .albertina-nav-trigger.nav-is-visible span::before,
.header--alm .albertina-nav-trigger.nav-is-visible span::after {
    background: #3b3c3d
}

.albertina-nav-trigger.nav-is-visible span,
.albertina-nav-trigger.nav-is-visible span::before,
.albertina-nav-trigger.nav-is-visible span::after {
    width: 24px
}

.albertina-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(2px) translateY(1px) rotate(45deg);
    -moz-transform: translateX(2px) translateY(1px) rotate(45deg);
    -ms-transform: translateX(2px) translateY(1px) rotate(45deg);
    -o-transform: translateX(2px) translateY(1px) rotate(45deg);
    transform: translateX(2px) translateY(1px) rotate(45deg)
}

.albertina-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(2px) translateY(0) rotate(-45deg);
    -moz-transform: translateX(2px) translateY(0) rotate(-45deg);
    -ms-transform: translateX(2px) translateY(0) rotate(-45deg);
    -o-transform: translateX(2px) translateY(0) rotate(-45deg);
    transform: translateX(2px) translateY(0) rotate(-45deg)
}

@media only screen and (min-width:1025px) {
    .albertina-nav-trigger {
        display: none
    }
}

.albertina-primary-nav,
.albertina-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s
}

.albertina-primary-nav a,
.albertina-primary-nav ul a {
    display: block;
    font-weight: 400;
    letter-spacing: 0.14em;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s
}

@media only screen and (max-width:1024px) {
    .albertina-primary-nav {
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s
    }
}

.albertina-nav {
    pointer-events: none
}

.albertina-nav a {
    pointer-events: all
}

@media only screen and (min-width:1024px) {
    .albertina-nav-trigger {
        top: 18px
    }

    .albertina-nav {
        position: absolute;
        top: 66px;
        width: 100%
    }

    .albertina-header.shrink:not(.nav-is-visible) .albertina-nav {
        top: 4px
    }

    .albertina-primary-nav {
        position: static;
        padding: 0;
        height: auto;
        width: auto;
        overflow: visible;
        border-top: 2px solid #fff;
        padding-bottom: 20px;
        background: transparent;
        text-align: center
    }

    .header--alm .albertina-header.header-invert .albertina-primary-nav {
        border-top-color: #3b3c3d
    }

    .albertina-primary-nav.nav-open {}

    .albertina-primary-nav::after {
        clear: both;
        content: "";
        display: table
    }

    .albertina-primary-nav ul {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 3
    }

    .albertina-primary-nav>li {
        display: inline
    }

    .albertina-primary-nav>li>a {
        text-transform: uppercase;
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0;
        color: #fff;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color 0.3s, box-shadow 0.3s, line-height 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s, line-height 0.3s;
        transition: color 0.3s, box-shadow 0.3s, line-height 0.3s
    }

    body:not(.template-home-klosterneuburg) .header--alm .albertina-primary-nav>li>a,
    body:not(.template-home-modern) .header--alm .albertina-primary-nav>li>a,
    body .header--alm .albertina-primary-nav.nav-open>li>a {
        color: #3b3c3d
    }

    .shrink .albertina-primary-nav>li>a {
        height: 30px;
        line-height: 30px
    }

    .albertina-primary-nav>li>a:hover,
    .albertina-primary-nav>li>a.selected {
        color: #e20816 !important
    }
}

input::-webkit-input-placeholder {
    color: #e20816
}

input::-moz-placeholder {
    color: #e20816
}

input:-moz-placeholder {
    color: #e20816
}

input:-ms-input-placeholder {
    color: #e20816
}

input:focus {
    outline: none
}





.no-js .albertina-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2000
}

.no-js .albertina-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:1024px) {
    .no-js .albertina-primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0
    }

    .no-js .nav-is-fixed .albertina-primary-nav {
        position: fixed
    }
}

.header-invert:not(.nav-is-visible) .albertina-header-buttons .text,
.albertina-header.shrink:not(.nav-is-visible) .albertina-header-buttons .text {
    color: #3b3c3d
}

.header-invert:not(.nav-is-visible) .albertina-search-trigger::before,
.albertina-header.shrink:not(.nav-is-visible) .albertina-search-trigger::before,
.header-invert:not(.nav-is-visible) .lang-switch-trigger span {
    border-color: #3b3c3d
}

.header-invert:not(.nav-is-visible) .albertina-search-trigger::after,
.albertina-header.shrink:not(.nav-is-visible) .albertina-search-trigger::after {
    background: #3b3c3d
}

@media only screen and (min-width:1024px) {
    .header-invert:not(.nav-is-visible) .albertina-primary-nav {
        border-color: #3b3c3d
    }

    .header-invert:not(.nav-is-visible) .albertina-primary-nav>li>a,
    .albertina-header.shrink:not(.nav-is-visible) .albertina-primary-nav>li>a {
        color: #3b3c3d
    }

    .header-invert:not(.nav-is-visible) .albertina-primary-nav>li>a:hover,
    .albertina-header.shrink:not(.nav-is-visible) .albertina-primary-nav>li>a:hover {
        color: #e20816
    }
}

html,
body {
    position: relative;
    height: 100%
}

.swiper-container,
.swiper-ausstellungen,
.swiper-lightbox {
    width: 100%;
    overflow: hidden;
    height: 100%
}

.swiper-ausstellungen {
    position: relative
}

.swiper-ausstellungen .swiper-button-next {
    margin-top: -65px
}

.swiper-ausstellungen .swiper-button-prev {
    margin-top: -10px
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: center;
    background-size: cover;
    background-position: center center
}

.swiper-container .swiper-slide {
    min-width: 100vw
}

.swiper-container .swiper-slide,
.swiper-container {
    height: 100vh
}

.swiper-container.height75 .swiper-slide,
.swiper-container.height75 {
    height: 75vh
}

@media (min-width:1024px) {

    .swiper-container.height75 .swiper-slide,
    .swiper-container.height75 {
        min-height: 400px
    }
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2rem
}

.swiper-pagination-bullet {
    width: 1.2rem !important;
    height: 1.2rem !important;
    opacity: 1 !important;
    background: none !important;
    border: 1px solid #fff !important
}

.swiper-pagination-bullet-active,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff !important
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .6rem !important
}

@media only screen and (max-width:1023px) and (orientation:portrait) {

    .swiper-container .swiper-slide,
    .swiper-container,
    .swiper-container.height75 .swiper-slide,
    .swiper-container.height75 {
        height: 50vh
    }
}

@media only screen and (max-device-width:667px) and (max-device-height:375px) and (orientation:landscape),
(max-width:736px) and (max-height:414px) and (orientation:landscape) {
    #fp-4 .col-md-6 {
        width: 50%;
        float: left;
        height: 100vh !important
    }

    #albertina-nav-unterpunkte nav[class^="nav-"] {
        width: 50%;
        float: left
    }

    .halfheight {
        height: 100vh !important
    }

    .col-xs-landscape-2 {
        width: 16.66666667% !important;
        float: left !important
    }

    .col-xs-landscape-4 {
        width: 33.3% !important;
        float: left !important
    }

    .col-xs-landscape-6 {
        width: 50% !important;
        float: left !important
    }

    .col-xs-landscape-8 {
        width: 66.66666667% !important;
        float: left !important
    }

    .col-xs-landscape-10 {
        width: 83.33333337% !important;
        float: left !important
    }

    .col-xs-landscape-offset-2 {
        margin-left: 16.666666667%
    }

    .col-xs-landscape-offset-1 {
        margin-left: 6.666666667%
    }

    .col-xs-landscape-offset-0 {
        margin-left: 0 !important
    }

    td[class^="col"] {
        float: none !important
    }

    .fullheight.col-xs-landscape-6 {
        height: 100vh;
        width: 50%
    }

    footer>.row {
        width: 66.66666667% !important;
        margin-left: 16.66666667% !important
    }

    .hidden-xs {
        display: block !important
    }

    .visible-xs-landscape {
        display: block !important
    }

    .hidden-xs-landscape {
        display: none !important
    }

    .einleitung h3 {
        margin-top: 30px
    }
}

@media only screen and (min-width:667px) and (max-width:1024px) {}

@media only screen and (width:768px) and (height:1024px) {
    .col-ipad-portrait-3 {
        width: 25% !important
    }

    .programm-kategorie {
        width: 50% !important
    }

    .share li {
        margin: 0 5px
    }
}

.content-sub .swiper-container .swiper-slide,
.content-sub .swiper-container {
    min-height: 100vh !important
}

@media only screen and (max-width:1023px) {

    .content-sub .swiper-container .swiper-slide,
    .content-sub .swiper-container {
        height: 100vh;
        min-height: 100vh !important
    }
}

.social-media-links span {
    display: none
}

.social-media-links li {
    display: inline-block;
    margin: 0 .5em
}

.social-media-links {
    font-size: 2.5em
}

.social-media-links a {
    color: #fff !important
}

.social-media-links a:hover {
    color: #e20816 !important
}

@media (max-width:768px) {
    .social-media-links {
        font-size: 1.5em
    }
}

.slide-count {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -50px;
    right: 90px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    z-index: 10;
    cursor: default;
    -moz-background-size: 70px 70px;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat
}

.lightbox-slideshow .slide-count {
    color: #3b3c3d
}

.lightbox-slideshow .row {
    width: 100%
}

.current-slide-count {
    display: block
}

.current-slide-count:after {
    display: block;
    content: 'â€“';
    padding: 0 0 2px
}

.swiper-button-prev {
    background-image: url(../../templates/images/prev.svg)
}

.swiper-button-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Mi4zMSA1Mi4zMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5uZXh0XzE8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8xLTIiIGRhdGEtbmFtZT0iRWJlbmUgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTkuNzMsMjYuMTZoMTMuNm0xOC4yOCwwTDI2LjE2LDUxLjYxLjcxLDI2LjE2LDI2LjE2LjcxWk0yOS4zMiwyMi40M2w0LDMuNzItNCwzLjcyLDQtMy43MloiLz48L2c+PC9nPjwvc3ZnPgo=)
}

.lightbox-slideshow .swiper-button-prev {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1Mi4zIDUyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjMgNTIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzQjNDM0Q7fQo8L3N0eWxlPgo8dGl0bGU+cHJldjwvdGl0bGU+CjxnIGlkPSJFYmVuZV8yIj4KCTxnIGlkPSJFYmVuZV8xLTIiPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMi42LDI2LjJIMTkgTTAuNywyNi4yTDI2LjIsMC43bDI1LjUsMjUuNEwyNi4yLDUxLjZMMC43LDI2LjJ6IE0yMywyOS45bC00LTMuN2w0LTMuN2wtNCwzLjdMMjMsMjkuOXoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K)
}

.lightbox-slideshow .swiper-button-next {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1Mi4zIDUyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjMgNTIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzQjNDM0Q7fQo8L3N0eWxlPgo8dGl0bGU+bmV4dF8xPC90aXRsZT4KPGcgaWQ9IkViZW5lXzIiPgoJPGcgaWQ9IkViZW5lXzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjcsMjYuMmgxMy42IE01MS42LDI2LjJMMjYuMiw1MS42TDAuNywyNi4yTDI2LjIsMC43TDUxLjYsMjYuMnogTTI5LjMsMjIuNGw0LDMuN2wtNCwzLjdsNC0zLjdMMjkuMywyMi40CgkJCXoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K)
}

.template-show-modern .lightbox-slideshow .swiper-button-prev,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
    background-image: none
}

.template-show-modern .lightbox-slideshow .swiper-button-next,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next {
    background-image: none
}

.template-show-modern .lightbox-slideshow .slide-count,
.template-show-klosterneuburg .lightbox-slideshow .slide-count {
    display: none
}

.slider-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(60, 60, 62, .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.overlay {
    position: absolute;
    z-index: 11;
    top: 50%;
    width: 90%;
    left: 5%;
    padding: 0 10px;
    line-height: 1;
    max-height: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.template-home-modern .overlay,
.template-home-klosterneuburg .overlay {
    text-shadow: none
}

.overlay-dark:before {
    background: rgba(60, 60, 62, .4);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply
}

.overlay.top {
    top: 110px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.swiper-container .overlay.top {
    pointer-events: none
}

.fp-section .overlay.fx {
    opacity: 0
}

.overlay.fullsize {
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    line-height: 1;
    height: 100%;
    bottom: 0;
    right: 0;
    background: rgba(60, 60, 62, .9);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s
}

.grid-bild:hover .overlay.fullsize {
    opacity: 1
}

.overlay.text-smallest .h2 {
    line-height: 1.2
}

.grid-bild img {
    display: block;
    width: 100% !important;
    height: auto !important
}

.overlay.fullsize h2 {
    margin: 0 0 20px;
    line-height: 1
}

.overlay.fullsize>div {
    position: relative;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay.o-relative {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    max-height: none
}

.minfullheight {
    height: auto !important
}

.schatten,
.bild-museum img {
    -webkit-box-shadow: 5px 5px 10px rgba(59, 60, 61, .8);
    -moz-box-shadow: 5px 5px 10px rgba(59, 60, 61, .8);
    box-shadow: 5px 5px 10px rgba(59, 60, 61, .8)
}

.bestellen,
.InputfieldSubmit button {
    background: none;
    color: #3b3c3d;
    border: 1px solid #3b3c3d;
    margin: 20px auto 25px;
    display: inline-block;
    padding: 9px 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.bestellen:hover,
.button-grau:hover,
.InputfieldSubmit button:hover {
    color: #fff;
    background: #3b3c3d;
    border-color: #3b3c3d !important
}

.slider-link.hover-effekt {
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    transition: background-color 1s
}

.slider-link.hover-effekt:hover {
    background-color: rgba(60, 60, 62, .2)
}

.overlay.text-schwarz * {
    color: #3b3c3d !important;
    text-shadow: none
}

.overlay.text-schwarz a {
    border-bottom: 1px solid #3b3c3d
}

#instagram .overlay.text-schwarz a {
    border-bottom: none !important
}

.overlay .h2 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1
}

.overlay .h3,
.overlay .h4 {
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 25px
}

.underline {
    padding-bottom: 3px;
    border-bottom: 1px solid #3b3c3d
}

.overlay .h5 {
    font-weight: 500;
    display: inline-block;
    padding: 0 0 6px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.14em;
    margin-bottom: 40px
}

.overlay .h2+.h3,
.overlay .h2+.h4 {
    margin-top: 24px;
    margin-bottom: 0
}

.overlay .h3+.h2 {
    margin-top: 15px;
    margin-bottom: 0
}

.overlay .h2+p {
    margin-top: 10px
}

.grid-bild .h3 {
    margin-bottom: 0
}

.text-smaller .h5,
.text-smallest .h5 {
    margin-bottom: 30px
}

.overlay.text-schwarz .h5 {
    border-bottom-color: #3b3c3d
}

.fullheight {
    height: 100vh;
    background-color: #ececed;
    background-size: cover;
    background-position: center center;
    overflow-x: hidden
}

.standort-modern .fullheight {
    overflow: hidden !important
}

.standort-modern .fullheight img {
    min-height: 100%;
    width: 100%;
    object-fit: cover
}

.shop-item-preis,
.shop-kategorie {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 30px 0
}

.shop-kategorie {
    text-transform: none
}

.shop-item-titel {
    text-align: left;
    font-weight: 500;
    text-transform: uppercase
}

.shop-item-beschreibung {
    text-align: left;
    margin-bottom: 10px
}

.shop-item-beschreibung+.bestellen {
    margin-bottom: 50px
}

.mehr-shop {
    border-bottom: 2px solid #3b3c3d;
    color: #3b3c3d;
    font-weight: bold;
    margin-left: 3px
}

.mehr-shop:hover {
    border-color: #e20816;
    color: #e20816
}

.shop .grid-item {
    padding: 0 12px
}

@media (min-width:992px) {
    .shop-spalte-left {
        padding-right: 1em;
        border-right: 1px solid #3b3c3d
    }

    .shop-spalte-right {
        padding-left: 1em
    }

    .shop .col-md-3 h5 {
        padding-left: .5em
    }
}

@media (max-width:991px) {
    .shop-spalte-left {
        padding-bottom: 1em;
        border-bottom: 1px solid #3b3c3d
    }

    .shop-spalte-left:after {
        content: "";
        clear: both;
        display: table
    }
}

.warenkorb-head {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px
}

.warenkorb-items [class^="col"],
.warenkorb-head [class^="col"],
.warenkorb-footer [class^="col"] {
    padding: 0 10px
}

.warenkorb-item-titel,
.warenkorb-item-preis {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px
}

.gesamtsumme {
    color: #e20816;
    margin-bottom: 30px
}

.fullwidth {
    width: 100%
}

.checkout,
.InputfieldSubmit button {
    background: #3b3c3d;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.InputfieldSubmit button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%
}

.checkout:hover,
.InputfieldSubmit button:hover {
    background: #e20816;
    color: #fff;
    border-color: #e20816 !important
}

.warenkorb-trigger {
    position: relative
}

.warenkorb-count {
    background: #e20816;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 1.65
}

.warenkorb-item-beschreibung {
    margin-bottom: 30px
}



.warenkorb-form label:not(.radio):not(.checkbox),
.FormBuilder label {
    text-transform: uppercase;
    line-height: 1.5
}


.select-styled{
    display:none;
}

.select-options{
    display:none;
}


.warenkorb-form textarea {
    overflow: auto
}

.inline-select {
    margin-left: 10px
}

.InputfieldFieldset {
    border: 1px solid #9c9d9f;
    border-radius: 6px;
    background: white;
    padding: 0 15px
}

@media only screen and (max-width:1151px) {
    .InputfieldFieldset {
        padding-top: 15px
    }
}

.InputfieldFieldset legend {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px
}

.checkbox,
.radio,
.InputfieldRadios,
.InputfieldCheckbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin-top: 4px
}

.InputfieldRadios ul li label {
    position: relative
}

.checkbox input,
.radio input,
.InputfieldRadios input,
.InputfieldCheckbox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.checkbox span:before,
.radio span:before,
.InputfieldRadios span:before,
.InputfieldCheckbox span:before {
    content: '';
    padding-left: 0;
    display: inline-block;
    height: 0;
    width: 0;
    border: none;
    margin-right: 0
}

.checkbox input+span,
.radio input+span,
.InputfieldRadios input+span,
.InputfieldCheckbox input+span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 5px;
    margin-bottom: 15px !important;
    border-bottom: 2px solid transparent
}

.checkbox input:checked+span,
.radio input:checked+span,
.InputfieldRadios input:checked+span,
.InputfieldCheckbox input:checked+span {
    font-weight: 500;
    border-bottom-color: #e20816
}

.InputfieldRadiosStacked li,
.InputfieldCheckbox .InputfieldContent label {
    width: 50%;
    display: inline-block;
    float: left
}

.InputfieldContent {
    position: relative
}

.Inputfield {
    clear: both
}

.InputfieldFormWidths .description {
    font-size: 80%
}

.InputfieldCheckbox {
    cursor: default
}

.InputfieldCheckbox input[type=checkbox] {
    position: absolute;
    opacity: 0
}

.InputfieldCheckbox span {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: auto !important;
    display: inline-block
}

.InputfieldCheckbox>label {
    display: none
}

.InputfieldCheckbox .InputfieldContent label {
    width: auto;
    margin-right: 1em
}

.InputfieldCheckbox input[type=checkbox]+span:before {
    content: '';
    margin-right: .5em;
    display: inline-block;
    vertical-align: text-top;
    width: 1.25em;
    height: 1.25em;
    background: none;
    border: 2px solid #e20816
}

.InputfieldCheckbox input[type=checkbox]:hover+span:before {
    background: #e20816
}

.InputfieldCheckbox input[type=checkbox]:checked+span:before {
    background: #e20816
}

.InputfieldCheckbox input[type=checkbox].disabled+span,
.InputfieldCheckbox input[type=checkbox][disabled]+span {
    color: #b8b8b8
}

.InputfieldCheckbox input[type=checkbox].disabled+span:before,
.InputfieldCheckbox input[type=checkbox][disabled]+span:before {
    box-shadow: none;
    background: #ddd
}

.InputfieldCheckbox input[type=checkbox]:checked+span:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}




@media only screen and (min-width:640px) {
    .InputfieldHeader {
        float: left;
        width: 41.66666667%
    }

    .InputfieldContent {
        float: left;
        width: 58.33333333%
    }

    #FormBuilder_mitgliedschaft-verlaengern .InputfieldHeader {
        float: none !important;
        width: 100% !important
    }

    #FormBuilder_mitgliedschaft-verlaengern .InputfieldContent {
        float: none !important;
        width: 100% !important
    }

    .InputfieldFieldset>.InputfieldContent {
        width: 100% !important;
        float: none !important
    }

    .InputfieldSubmit .InputfieldContent {
        float: none;
        width: 100%
    }

    .InputfieldSubmit button {
        width: auto
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.anzahl input {
    width: auto;
    width: 25px;
    height: 25px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    margin: 0;
    padding-left: 0;
    border: none;
    border-bottom: 2px solid #e20816;
    text-align: center
}

.anzahl {
    position: relative;
    margin-bottom: 20px
}

.anzahl-before:before {
    content: attr(data-content);
    float: left;
    margin-right: 15px
}

.anzahl input:focus {
    outline: 0
}

.anzahl-button {
    position: relative;
    cursor: pointer;
    border: none;
    text-align: center;
    color: #3b3c3d;
    font-size: 14px;
    padding: 5px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.anzahl-button.anzahl-up {
    margin-left: 5px
}

.anzahl-button.anzahl-down {
    margin-right: 5px
}

.halfheight,
.thirdheight,
.hoverfx {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.bg-bild {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.hoverfx img,
.bg-bild {
    -webkit-transition: transform 3s, background 3s, opacity 1s;
    -moz-transition: transform 3s, background 3s, opacity 1s;
    transition: transform 3s, background 3s, opacity 1s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.halfheight:hover .bg-bild,
.thirdheight:hover .bg-bild,
.hoverfx:hover img {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025)
}

.halfheight {
    height: 50vh;
    min-height: 400px
}

.thirdheight {
    height: 33vh;
    min-height: 260px
}

.col-md-15 .thirdheight {
    height: 27vh;
    min-height: 200px
}

.row.pad {
    margin-bottom: 35px
}

.row.pad,
.row.grid:not(.footer-navigation),
.row.pad .row,
.row.kacheln {
    margin-left: -6px;
    margin-right: -6px
}

.row.pad [class^="col"],
.row.grid .grid-item-content,
.row.kacheln .grid-item-content {
    padding: 0 6px 12px;
    box-sizing: border-box
}

.row.kacheln .grid-item-content {
    padding-bottom: 24px
}

.kacheln .grid {
    width: 100%
}

.typo-modern .interesting .row.pad,
.typo-modern .publikation .row.pad {
    margin-left: -15px;
    margin-right: -15px
}

.typo-modern .interesting .row.pad [class^="col"],
.typo-modern .publikation .row.pad [class^="col"] {
    padding: 0 15px 12px;
    box-sizing: border-box
}

.no-pad-bot {
    padding-bottom: 0 !important
}

.no-mar-bot {
    margin-bottom: 0 !important
}

.mar-bot {
    margin-bottom: 30px
}

.mar-bot-big {
    margin-bottom: 50px
}

.mar-bot-verybig {
    margin-bottom: 150px
}

.magnify {
    position: relative
}

.lupe-box {
    z-index: 10
}

.lupe {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 100%;
    z-index: 9999;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none
}

.magnify img {
    display: block
}

.halfheight:before,
.thirdheight:before,
.hoverfx:before,
.grid-bild .bg-bild:before {
    opacity: 0.3;
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(60, 60, 62, .5);
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s
}

.grid-bild .hoverfx:before {
    display: none
}

.hoverfx:not(.visible) .overlay {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.hoverfx:hover .overlay,
.touch .hoverfx .overlay {
    opacity: 1
}

.touch .hoverfx.trigger-galerie .overlay {
    opacity: 0
}

.halfheight:hover:before,
.thirdheight:hover:before,
.hoverfx:hover:before {
    opacity: 1;
    background-size: 110% 110%
}

.box {
    overflow: hidden
}

.box:hover .share,
.swiper-wrapper:hover .share,
.fullheight:hover .share {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.share {
    position: absolute;
    pointer-events: none;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.share li,
.socialmedia li {
    display: inline-block;
    width: 18px;
    height: 18px
}

.share li a,
.socialmedia li a {
    pointer-events: all;
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    text-indent: -999px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0
}

.share li {
    margin: 0 2px
}

.socialmedia li,
.socialmedia li a {
    width: 32px;
    height: 32px
}

.socialmedia li a {
    text-indent: 999px
}

.socialmedia li {
    opacity: .75;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.socialmedia li:hover {
    opacity: 1
}

.fb {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlY2VkZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zb2NpYWwtZmI8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8xLTIiIGRhdGEtbmFtZT0iRWJlbmUgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwwVjE4SDE4VjBaTTExLDcuNDhsLS4xLDEuMzVIOS41VjEzLjVINy43NlY4LjgySDYuODNWNy40OGguOTN2LS45YTIuNDEsMi40MSwwLDAsMSwuMy0xLjM5QTEuNjUsMS42NSwwLDAsMSw5LjUsNC41YTUuODYsNS44NiwwLDAsMSwxLjY3LjE3TDEwLjk0LDZhMy4xMSwzLjExLDAsMCwwLS43NS0uMTFjLS4zNiwwLS42OS4xMy0uNjkuNDlWNy40OFoiLz48L2c+PC9nPjwvc3ZnPgo=)
}

.wa {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlY2VkZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zb2NpYWwtd2E8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8xLTIiIGRhdGEtbmFtZT0iRWJlbmUgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEuNDIsOS42MWMtLjE3LS4xLS4zNy0uMTEtLjQ3LjA2YTMuODYsMy44NiwwLDAsMS0uMy4zMy41Ny41NywwLDAsMS0uOC0uMDhsLS42MS0uNjFMOC42Miw4LjdhLjU3LjU3LDAsMCwxLS4wOC0uOCwzLjg1LDMuODUsMCwwLDEsLjMzLS4zYy4xNy0uMS4xNi0uMy4wNi0uNDdhMy4xNywzLjE3LDAsMCwwLS44Mi0uOTUuNDIuNDIsMCwwLDAtLjQ5LjA3bC0uMjcuMjdjLS44Ni44Ni0uNDMsMS44Mi40MiwyLjY4bC43OC43OC43OC43OGMuODYuODYsMS44MiwxLjI4LDIuNjguNDJsLjI3LS4yN2EuNDIuNDIsMCwwLDAsLjA3LS40OUEzLjE3LDMuMTcsMCwwLDAsMTEuNDIsOS42MVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDBWMThIMThWMFpNOS41OCwxMy4zNWE0LjM2LDQuMzYsMCwwLDEtMi0uNUw1LDEzLjVsLjc3LTIuM2E0LjM3LDQuMzcsMCwxLDEsMy43NiwyLjE0WiIvPjwvZz48L2c+PC9zdmc+Cg==)
}

.tw {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlY2VkZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zb2NpYWwtdHc8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8xLTIiIGRhdGEtbmFtZT0iRWJlbmUgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIuNDUsNi45M2EzLjY3LDMuNjcsMCwwLDAsMS4wNi0uMjksMy43NSwzLjc1LDAsMCwxLS45MiwxYzAsLjA4LDAsLjE2LDAsLjI0YTUuMjYsNS4yNiwwLDAsMS04LjEsNC40M2wuNDQsMGEzLjcxLDMuNzEsMCwwLDAsMi4zLS43OSwxLjg1LDEuODUsMCwwLDEtMS43My0xLjI4LDEuODEsMS44MSwwLDAsMCwuMzUsMCwxLjc4LDEuNzgsMCwwLDAsLjQ5LS4wNkExLjg1LDEuODUsMCwwLDEsNC44Niw4LjM4djBhMS44NCwxLjg0LDAsMCwwLC44NC4yMywxLjg1LDEuODUsMCwwLDEtLjU3LTIuNDdBNS4yNSw1LjI1LDAsMCwwLDguOTQsOGExLjgzLDEuODMsMCwwLDEsMC0uNDIsMS44NSwxLjg1LDAsMCwxLDMuMi0xLjI3LDMuNywzLjcsMCwwLDAsMS4xNy0uNDUsMS44NSwxLjg1LDAsMCwxLS44MSwxTTE4LDBIMFYxOEgxOFoiLz48L2c+PC9nPjwvc3ZnPgo=)
}

.ta {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlY2VkZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50YTwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMi41LDZBOC40MSw4LjQxLDAsMCwwLDkuMiw1LjMzLDkuMTIsOS4xMiwwLDAsMCw1LjQ1LDYsMy43NywzLjc3LDAsMCwxLDksOS4yMiwzLjc2LDMuNzYsMCwwLDEsMTIuNSw2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUuMyw2Ljc3YTMsMywwLDEsMCwzLDNBMywzLDAsMCwwLDUuMyw2Ljc3Wm0wLDQuNzVBMS44MywxLjgzLDAsMSwxLDcuMDksOS42OCwxLjgzLDEuODMsMCwwLDEsNS4zNSwxMS41MloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMi42OSw4LjQ5YTEuMiwxLjIsMCwxLDAsMS4xOSwxLjJBMS4yLDEuMiwwLDAsMCwxMi42OSw4LjQ5Wm0wLDEuOGEuNjEuNjEsMCwxLDEsLjYtLjYxQS42LjYsMCwwLDEsMTIuNjksMTAuMjlaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNS4yNSw4LjQ5QTEuMiwxLjIsMCwxLDAsNi40NSw5LjY4LDEuMiwxLjIsMCwwLDAsNS4yNSw4LjQ5Wm0wLDEuODFhLjYxLjYxLDAsMSwxLDAtMS4yMi42MS42MSwwLDEsMSwwLDEuMjJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIuNjMsNi43OGEzLDMsMCwxLDAsMywzQTMsMywwLDAsMCwxMi42Myw2Ljc4Wm0uMTMsNC43NGExLjgzLDEuODMsMCwxLDEsMS43Ni0xLjg0QTEuODMsMS44MywwLDAsMSwxMi43NiwxMS41MloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDBWMThIMThWMFpNMTYuMjksMTAuNjJhMy42MSwzLjYxLDAsMCwxLTEuNjMsMi4yNSwzLjY2LDMuNjYsMCwwLDEtMiwuNTcsMy40NSwzLjQ1LDAsMCwxLS44OS0uMTFBMy43MiwzLjcyLDAsMCwxLDEwLDEyLjI2TDkuNzgsMTIsOSwxMy4yMiw4LjIsMTJoMGwwLDBhMy42OCwzLjY4LDAsMCwxLTIuMywxLjMsMy41OSwzLjU5LDAsMCwxLTEuNTMtLjA5LDMuNzIsMy43MiwwLDAsMS0yLjY5LTMsMy41OCwzLjU4LDAsMCwxLC4wNy0xLjQ3LDMuNzMsMy43MywwLDAsMSwuNTgtMS4yNS4xNS4xNSwwLDAsMCwwLS4xMSw0LjE1LDQuMTUsMCwwLDAtLjUyLTEuMTJjLS4wNi0uMDktLjEyLS4xNy0uMTktLjI2djBIMy44N0EuMTkuMTksMCwwLDAsNCw2YTgsOCwwLDAsMSwxLjY3LS44MSw5LjA2LDkuMDYsMCwwLDEsMS4yOS0uMzVBMTAuMzcsMTAuMzcsMCwwLDEsOC4yMSw0LjdhMTAuOTIsMTAuOTIsMCwwLDEsMi40Ni4xMSw3Ljk0LDcuOTQsMCwwLDEsMS4yMi4yOSw4LjM0LDguMzQsMCwwLDEsMiwuOUEuMy4zLDAsMCwwLDE0LDZoMi4zNnYwbC0uMS4xNmE0LjQ2LDQuNDYsMCwwLDAtLjU4LDEuMjEuMTQuMTQsMCwwLDAsMCwuMTNBMy42MiwzLjYyLDAsMCwxLDE2LjI5LDEwLjYyWiIvPjwvZz48L2c+PC9zdmc+Cg==)
}

.ig {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlY2VkZWQ7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pbnN0YTwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLDQuNDZIN0EyLjUxLDIuNTEsMCwwLDAsNC40Niw3VjExQTIuNTEsMi41MSwwLDAsMCw3LDEzLjU0SDExQTIuNTEsMi41MSwwLDAsMCwxMy41NCwxMVY3QTIuNTEsMi41MSwwLDAsMCwxMSw0LjQ2Wk0xMi43NCwxMWExLjcsMS43LDAsMCwxLTEuNywxLjdIN0ExLjcsMS43LDAsMCwxLDUuMjYsMTFWN0ExLjcsMS43LDAsMCwxLDcsNS4yNkgxMUExLjcsMS43LDAsMCwxLDEyLjc0LDdWMTFaTTksNi42NkEyLjM0LDIuMzQsMCwxLDAsMTEuMzQsOSwyLjM0LDIuMzQsMCwwLDAsOSw2LjY2Wm0wLDMuODhBMS41NCwxLjU0LDAsMSwxLDEwLjU0LDksMS41NCwxLjU0LDAsMCwxLDksMTAuNTRaTTExLjQ0LDZhLjU5LjU5LDAsMSwwLC40Mi4xN0EuNTkuNTksMCwwLDAsMTEuNDQsNloiLz48L2c+PC9nPjwvc3ZnPgo=)
}

.pi {
    background-image: url(../../templates/images/social-pi.svg)
}

.more {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlY2VkZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zb2NpYWwtbWVocjwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01LDguMTFIOC4wOFY1SDkuOTJWOC4xMUgxM1Y5Ljg5SDkuOTJWMTNIOC4wOFY5Ljg5SDVaTTAsMThIMThWMEgwWiIvPjwvZz48L2c+PC9zdmc+Cg==)
}

@media (min-device-width:1025px) {
    .wa {
        display: none !important
    }
}

.einleitung {
    margin-top: 42px;
    margin-bottom: 42px;
    text-align: center;
    padding: 0 15px
}

.einleitung.mar-bot-big {
    margin-bottom: 90px
}

.einleitung h2.mar-bot-big {
    margin-bottom: 70px
}

.einleitung.mar-bot-small {
    margin-bottom: 20px
}

.breadcrumbs,
.breadcrumbs a {
    color: #9c9d9f
}

.breadcrumbs a:after {
    content: '';
    background: #9c9d9f;
    width: 15px;
    height: 1px;
    display: inline-block;
    position: relative;
    margin: 0 4px;
    top: -3px
}

.breadcrumbs a:last-of-type:after {
    display: none
}

.einleitung h2,
.headline2 {
    margin: 22px 0 0;
    line-height: 1.1;
    text-transform: none;
    font-weight: bold
}

.breadcrumbs+h2 {
    margin-top: 54px
}

.einleitung h3,
.kategorie-titel {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px
}

.einleitung h3 {
    margin-top: 55px
}

.einleitung .svg-h3 {
    height: 25px;
    width: auto
}

.einleitung h2+h3 {
    margin-top: 24px
}

.kategorie-titel {
    margin-bottom: 25px
}

.kategorie-titel span {
    padding-bottom: 3px;
    border-bottom: 1px solid #3b3c3d
}

.einleitung h2+p {
    margin-top: 25px
}

.einleitung p {
    text-align: left;
    color: #3b3c3d;
    margin-bottom: 50px;
    line-height: 1.6
}

.einleitung p.text-center {
    text-align: center
}

.einleitung-invert p,
.einleitung-invert h1,
.einleitung-invert h2,
.einleitung-invert h3,
.einleitung-invert h4,
.einleitung-invert h5,
.einleitung-invert h6,
.einleitung-invert .h1,
.einleitung-invert .h2,
.einleitung-invert .h3,
.einleitung-invert .h4,
.einleitung-invert .h5,
.einleitung-invert .h6 {
    color: #fff;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.8)
}

.einleitung-invert .breadcrumbs a:after {
    background: #fff !important
}

.einleitung-invert a.bestellen {
    background: #fff;
    color: #3b3c3d !important
}

.einleitung p a {
    font-weight: 500
}

table {
    width: 100% !important;
    max-width: 100% !important
}

.info-link {
    background: #fff !important;
    color: #3b3c3d !important;
    text-shadow: none !important
}

.info-link:hover {
    background: #e20816 !important;
    color: #fff !important;
    border-color: #e20816 !important
}

.fremdsprache-box {
    background: #f7beb7;
    min-height: 100vh;
    padding: 75px 30px;
    margin: 75px 0;
    text-align: center
}

.headline2,
.headline3,
.headline4 {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 45px
}

.headline3 {
    margin-bottom: 0;
    text-transform: uppercase
}

.headline4 {
    margin-bottom: 40px;
    text-transform: uppercase
}

.fremdsprache-box p {
    text-transform: uppercase
}

.anker {
    margin-bottom: 150px
}

.anker p+.headline3 {
    margin-top: 35px
}

.anker a {
    color: #3b3c3d;
    text-decoration: underline
}

.anker a.bestellen {
    text-decoration: none
}

.pad-seite {
    padding: 0 40px
}

.ansicht {
    display: none
}

.ansicht .height-180 {
    display: none !important
}

.ansicht.active .height-180 {
    display: block !important
}

.ansicht.active {
    display: block !important
}

.ansicht.liste {
    padding-bottom: 80px
}

.ansicht.liste a {
    color: #3b3c3d
}

.programm-kategorie {
    margin-bottom: 40px;
    text-align: center
}

.programm-kategorie>ul>li {
    font-weight: bold;
    text-transform: uppercase
}

.programm-kategorie>ul>li>ul li {
    font-weight: normal
}

.programm-kategorie>ul>li>ul>li>ul li {
    text-transform: none
}

.programm-kategorie>ul>li>span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.programm-kategorie>ul a {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.programm-kategorie>ul>li {
    margin-bottom: 10px
}

.programm-kategorie>ul>li.open>span {
    border-color: #e20816
}

.programm-kategorie>ul>li>ul {
    margin-top: 20px;
    display: none;
    margin-bottom: 20px
}

.programm-kategorie>ul>li>ul.open {
    display: block
}

.programm-kategorie>ul>li>ul>li>a:hover,
.programm-kategorie>ul>li>ul>li.open>a {
    color: #e20816;
    font-weight: bold
}

.programm-kategorie>ul>li>ul>li>ul {
    display: none;
    margin-bottom: 20px
}

.programm-kategorie>ul>li>ul>li>ul.open {
    display: block
}

.programm-kategorie>ul>li>ul>li>ul>li>a {
    border-bottom: 1px solid transparent
}

.programm-kategorie>ul>li>ul>li>ul>li>a:hover {
    border-color: #3b3c3d
}

#subnav.not-visible {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
    display: none !important
}

.shortfacts {
    border: 2px solid #3b3c3d;
    padding: 10px;
    margin-bottom: 50px
}

.shortfacts.presse {
    padding: 30px
}

.shortfacts p {
    font-weight: normal;
    padding: 0
}

.shortfacts.presse p {
    font-weight: normal
}

.shortfacts p strong {
    font-weight: bold
}

.shortfacts a {
    color: #3b3c3d;
    border-bottom: 2px solid #3b3c3d
}

.shortfacts.presse a {
    border-bottom: none
}

body:not(.typo-modern) .shortfacts .row {
    display: table;
    width: 100%
}

body:not(.typo-modern) .shortfacts:not(.presse) [class^="col"] {
    display: table-cell;
    float: none;
    vertical-align: middle
}

body:not(.typo-modern) .shortfacts:not(.presse) [class^="col"]:nth-child(even) {
    padding-left: 14px
}

body:not(.typo-modern) .shortfacts:not(.presse) [class^="col"]:nth-child(odd) {
    padding-right: 14px
}

@media (max-width:350px) {
    .shortfacts .row {
        display: block;
        width: 100%
    }

    .shortfacts:not(.presse) [class^="col"] {
        width: 100% !important;
        display: block;
        float: none;
        padding-left: 14px !important;
        padding-right: 14px !important
    }

    .shortfacts:not(.presse) [class^="col"]:nth-child(even) {
        margin-top: 14px !important
    }
}

.presse-form label {
    text-transform: uppercase
}

.presse-form .row {
    margin-bottom: 15px
}

.presse-form input[type=text] {
    border: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #e20816;
    font-weight: bold
}

.presse-form input[type=submit] {
    background: none;
    font-weight: 500;
    letter-spacing: .075em
}

.presse-form input[type=submit]:hover {
    background-color: #3b3c3d
}

.mar-top {
    margin-top: 60px
}

input.download-auswahl[type="checkbox"] {
    display: none
}

.download-label,
.warenkorb-entfernen {
    display: block;
    position: relative;
    cursor: pointer
}

.warenkorb-entfernen {
    display: inline;
    float: right
}

@media only screen and (min-width:1024px) {
    .warenkorb-entfernen {
        margin-right: -25px
    }
}

.download-label:before,
.warenkorb-entfernen:before {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 1px;
    content: "select";
    letter-spacing: -.05em;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    transition-duration: 0.4s;
    background-size: 20px 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 12
}

:checked+.download-label:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTQuODQgMTQuODQiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ze2ZpbGw6bm9uZTt9LmNscy0ye2NsaXAtcGF0aDp1cmwoI2NsaXAtcGF0aCk7fS5jbHMtM3tzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6MC43NXB4O308L3N0eWxlPjxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxNC44MyIgaGVpZ2h0PSIxNC44MyIvPjwvY2xpcFBhdGg+PC9kZWZzPjx0aXRsZT5zeW1ib2wtZW50ZmVybmVuPC90aXRsZT48ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIj48ZyBpZD0iRWJlbmVfMyIgZGF0YS1uYW1lPSJFYmVuZSAzIj48ZyBjbGFzcz0iY2xzLTIiPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iLTIuMjEiIHk9IjcuMyIgd2lkdGg9IjE5LjI1IiBoZWlnaHQ9IjAuMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjA3IDcuNDIpIHJvdGF0ZSgtNDUpIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3LjMiIHk9Ii0yLjIxIiB3aWR0aD0iMC4yMyIgaGVpZ2h0PSIxOS4yNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMDcgNy40Mikgcm90YXRlKC00NSkiLz48L2c+PC9nPjwvZz48L3N2Zz4K)
}

.warenkorb-entfernen:before {
    top: 0
}

.warenkorb-entfernen:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNC44IDE0LjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjggMTQuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzQjNDM0Q7c3Ryb2tlLXdpZHRoOjAuNzU7fQo8L3N0eWxlPgo8dGl0bGU+c3ltYm9sLWVudGZlcm5lbjwvdGl0bGU+CjxyZWN0IHg9Ii0yLjIiIHk9IjcuMyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAtMy4wNzQ1IDcuNDE3NSkiIGNsYXNzPSJzdDAiIHdpZHRoPSIxOS4yIiBoZWlnaHQ9IjAuMiIvPgo8cmVjdCB4PSI3LjMiIHk9Ii0yLjIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAtMC43MDcxIDAuNzA3MSAwLjcwNzEgLTMuMDc0NSA3LjQxNzUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iMC4yIiBoZWlnaHQ9IjE5LjIiLz4KPC9zdmc+Cg==)
}

.presse-overlay::before {
    opacity: 0;
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0
}

.presse-overlay {
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, .35) !important;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s
}

.presse-overlay>div {
    position: absolute;
    width: 100%;
    padding: 50px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

:checked+.download-label .presse-overlay {
    opacity: 1 !important;
    pointer-events: all
}

.beschreibung {
    margin: 50px 0;
    counter-reset: footnotes-parent;
    counter-reset: footnotes
}

.interesting a {
    color: #000;
    display: block
}

.interesting {
    width: 100%
}

.beschreibung i {
    counter-increment: footnotes-parent
}

.fn {
    display: block;
    width: calc(15.66666667vw - 12px);
    text-indent: 0;
    cursor: help;
    margin-top: 7px;
    counter-increment: footnotes;
    font-weight: normal;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.fn:nth-of-type(even) {
    float: right;
    clear: right;
    margin-right: -15.66666667vw;
    padding-left: 12px
}

.fn:nth-of-type(odd) {
    float: left;
    clear: left;
    margin-left: -15.66666667vw;
    padding-right: 12px
}

.fn::before {
    color: #e20816;
    content: counter(footnotes);
    margin-right: 15px;
    top: -.2em;
    position: relative
}

.beschreibung i::before {
    color: #e20816;
    content: counter(footnotes-parent);
    vertical-align: super
}

.fn.is-visible {
    opacity: 1
}

.seite-inhalt {
    padding-bottom: 50px
}

.pad-bot-big {
    padding-bottom: 120px
}

.seite-inhalt h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px
}

.seite-inhalt p+h3 {
    margin-top: 50px
}

.width-80 {
    width: 80%;
    height: auto
}

.pad-bot {
    padding-bottom: 30px
}

.pad-bot-small {
    padding-bottom: 25px
}

h6.pad-bot {
    padding-bottom: 15px
}

figure {}

figure>div {
    position: relative
}

.bild-text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 100%;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-size: auto 100% !important
}

.bild-text span:not([class^="plyr"]),
.bild-text img {
    display: block;
    position: absolute;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.bild-text>div,
.bild-text .plyr--audio,
.bild-text .plyr--audio .plyr__controls {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bild-text img {
    position: absolute;
    max-width: 300px;
    height: auto
}

.bild-text,
.bild-text img,
.bild-text span:not([class^="plyr"]) {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.bild-text a {
    color: #fff !important
}

.bild-text:hover img,
.bild-text:hover span:not([class^="plyr"]) {
    margin-top: -10px
}

.play-audio {
    background: url(../../templates/images/overlay-audio.png) center center no-repeat
}

.play-video,
.play-youtube {
    background: url(../../templates/images/overlay-video.png) center center no-repeat
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none
}

*::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.plyr--stopped {
    display: none
}

.audio-playing .plyr--stopped {
    display: block
}

.plyr--audio .plyr__controls {
    background: rgba(60, 60, 62, 0.9);
    border: none;
    padding: 30px
}

.plyr__controls button svg {
    fill: #fff
}

.plyr__time {
    color: #fff
}

.audio-playing {
    cursor: default
}

.audio-playing img,
.video-playing img {
    opacity: 0
}

.plyr__progress--played,
.plyr__volume--display {
    color: #e20816
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #e20816
}

.touch .plyr--hide-controls .plyr__controls {
    opacity: 1 !important;
    pointer-events: all !important
}

.trigger-video {
    display: block
}

.trigger-video video {
    width: 100%;
    height: auto
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.video-playing img {
    display: none
}

.video-playing .plyr--stopped {
    display: block
}

.trigger-video,
.trigger-audio,
.trigger-galerie,
.trigger-fotos {
    display: block;
    height: 100%;
    width: 100%
}

.relative {
    position: relative
}

p+figure {
    margin-top: 50px
}

figure img {
    display: block;
    width: 100%;
    height: auto
}

figcaption {
    margin: 15px 0 50px;
    text-align: center;
    line-height: 1.55
}

figcaption.mar-bot-small {
    margin-bottom: 0 !important
}

figcaption strong {
    font-weight: bold
}

.sponsoren {
    margin-bottom: 30px;
    width: 100%
}

.sponsoren img {
    height: 30px;
    width: auto;
    margin-right: 15px;
    margin-left: 5px
}

.sponsoren {
    margin: 30px 0 60px
}

.sponsoren ul li img {
    margin: 0 auto;
    height: 40px
}

@media (max-width:991px) {
    .sponsoren ul li img {
        height: 35px
    }
}

.sponsoren-items {
    width: 100%
}

.sponsoren p {
    margin: 0 !important
}

.sponsoren ul li {
    display: inline-block
}

.sponsoren ul li h6 {
    text-transform: none
}

.albertina-modern .sponsoren ul li h6 {
    text-transform: uppercase
}

@media (min-width:768px) {
    .sponsoren ul li {
        margin: 0 2rem
    }
}

.sponsoren ul li img {
    margin-top: 1rem
}

@media (max-width:767px) {
    .sponsoren ul li {
        width: 48%;
        margin: 0 1%;
        float: left
    }

    .sponsoren ul li {
        margin-bottom: 3rem !important
    }

    .sponsoren ul li img {
        height: 40px;
        display: block;
        margin: 8px auto 20px
    }

    .sponsoren ul li img {
        max-width: 90%
    }
}

@media (min-width:768px) {
    .sponsoren li:last-child img {
        margin-right: 0 !important
    }
}

.kontaktdaten a,
.seite-inhalt a {
    color: #3b3c3d;
    border-bottom: 1px solid #3b3c3d
}

.kontaktdaten {
    margin-bottom: 50px
}

.rot {
    color: #e20816;
    padding-right: 10px
}

.shortfacts.presse .rot {
    width: 35px;
    display: inline-block
}

ul.accordion {
    list-style: none;
    padding: 0;
    margin-top: 50px
}

ul.accordion.mar-bot-big {
    margin-bottom: 150px
}

ul.accordion .inner {
    padding: 15px;
    overflow: hidden;
    display: none
}

ul.accordion .inner.show {}

ul.accordion>li {
    margin: 15px 0 50px
}

ul.accordion li a.toggle {
    width: 100%;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    background: #3b3c3d;
    color: #fff;
    letter-spacing: 0.14em;
    padding: 8px 10px 4px;
    transition: background .3s ease;
    position: relative
}

ul.accordion li a.toggle:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff
}

ul.accordion li a.toggle.active:after {
    border-bottom: 6px solid #fff;
    border-top: none
}

ul.accordion li a.toggle:hover {
    background: rgba(60, 60, 62, 0.9)
}

ul.accordion h3 {
    text-transform: none
}

@media only screen and (min-width:992px) {
    [data-spalten="2"] {
        -webkit-columns: 2;
        -webkit-column-gap: 15px;
        -moz-columns: 2;
        -moz-column-gap: 15px;
        -o-columns: 2;
        -o-column-gap: 15px;
        columns: 2;
        column-gap: 2
    }

    [data-spalten="2"] p {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }

    [data-spalten="2"]+* {
        margin-top: 50px
    }
}
/* emuseum-listenansicht
table {
    margin-bottom: 30px
}

table.linie tr {
    border-bottom: 1px dotted #3b3c3d
}

table td {
    padding: 10px 0 0;
    float: none !important;
    line-height: 1.5
}

table {
    display: table;
    width: 100%
}

table caption {
    display: table-caption;
    width: auto
}

table thead {
    display: table-header-group;
    width: auto
}

table tbody {
    display: table-row-group;
    width: auto
}

table tfoot {
    display: table-footer-group;
    width: auto
}

table tr {
    display: table-row;
    width: auto
}

table th,
table td {
    display: table-cell;
    width: auto
}
   

@media (max-width:991px) {

    table th,
    table td {
        display: inline-block
    }
}
     */

#suche {
    margin-top: 60px;
    margin-bottom: 140px;
    position: relative
}

#suche input[type=text] {
    border: none;
    padding: 0;
    color: #e20816;
    line-height: 1;
    background: none;
    width: 100%
}

#suche input[type=submit] {
    font-weight: 500;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 0 !important
}

#suche .bestellen {
    margin-top: 0
}

#suche .submit-box {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0
}

#suche .linie-after {
    position: relative
}

#suche .linie-after::after {
    content: '';
    display: block;
    border-top: 2px solid #3b3c3d;
    color: transparent;
    font-size: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: -10px;
    width: 100%;
    z-index: -1
}

.suchergebnisse {
    margin-bottom: 80px;
    counter-reset: suchergebnisse
}

.suchergebnisse .seite {
    display: block;
    counter-increment: suchergebnisse;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #3b3c3d;
    display: inline;
    position: relative;
    line-height: 1.1
}

.suchergebnis-titel {
    margin-left: 25px
}

.suchergebnisse .seite::before {
    content: counter(suchergebnisse) '.';
    left: -25px;
    top: 0;
    position: absolute;
    font-weight: normal;
    border-bottom: 0 !important
}

.suchergebnis {
    padding: 25px 50px
}

.suchergebnis a {
    color: #3b3c3d
}

.suchergebnis .s {
    border-bottom: 1px solid #3b3c3d
}

.kalender-liste a {
    color: #3b3c3d
}

.datum {
    line-height: 1.2;
    padding-top: 5px;
    margin-bottom: 40px
}

.datum strong {
    font-weight: bold;
    line-height: 2.1;
    text-transform: uppercase
}

.datum span {
    display: block;
    line-height: .85;
    font-weight: bold;
    color: #e20816
}

.v-align-bot {
    vertical-align: bottom
}

.v-align-top {
    vertical-align: top
}

.ausgebucht {
    font-weight: bold;
    display: block
}

.ausgebucht small {
    background: #e20816;
    color: #fff;
    padding: .25em
}

.termine-datum {
    position: relative
}

.termine-datum:after {
    content: '';
    clear: both;
    display: table
}

.datum-widget:last-of-type {
    margin-bottom: 100px
}

.datum-widget .bestellen {
    margin: 0 15px 15px 0
}

@media only screen and (min-width:768px) {
    .datum-widget>.row {
        width: 100%
    }

    .datum-widget [class^="col"] {
        vertical-align: middle;
        padding-bottom: 20px
    }

    .datum-widget .bestellen {
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    .datum-widget [class^="col"]:not(.datum) {
        padding-bottom: 20px
    }
}

.content-sub {
    overflow-x: hidden
}

#subnav {
    z-index: 28;
    top: calc(100vh - 85px);
    width: 100%;
    position: fixed;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media only screen and (min-width:1025px) {
    #subnav.height-2x {
        top: calc(100vh - 125px)
    }
}

#subnav ul {
    padding: 8px 8px 8px;
    text-align: center
}

#subnav .bg-grau>ul {
    padding: 8px 8px 0;
    max-width: 100%;
    margin: 0 auto
}

#subnav .bg-modern {
    background: rgba(226, 8, 22, .05) !important
}

@media (min-width:667px) and (max-width:1024px) {
    #subnav .bg-grau>ul {
        max-width: 100%
    }

    #subnav {
        top: calc(100vh - 115px)
    }

    #subnav>.row {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .mobile-toolbar-safari #subnav {
        top: calc(100vh - 140px)
    }
}

#subnav .bg-grau>ul>li>a,
.filter-location li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

#subnav ul li:hover>a,
#subnav .bg-grau>ul>li.active>a,
#subnav .bg-grau>ul>li.current>a,
#subnav .filter-kat.gefiltert {
    background: #e20816;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-color: #e20816;
    font-weight: bold
}

#subnav ul li,
.filter-location li {
    display: inline-block;
    position: relative
}

#subnav .bg-grau>ul>li,
#subnav .filter-trigger,
#subnav .filter-close,
.filter-location li {
    margin: 0 2px 8px;
    min-width: 240px
}

#subnav .filter-close {
    min-width: 0;
    margin-bottom: -4px
}

@media only screen and (min-width:1199px) {
    #subnav .bg-grau>ul>li.doppelt {
        min-width: 374px
    }
}

@media (min-width:1025px) {
    .filter-trigger {
        display: none !important
    }
}

#subnav ul li a,
#subnav .filter-trigger,
#subnav .filter-close,
.filter-location li a {
    line-height: 1;
    padding: 8px 8px;
    text-align: center;
    border: 1px solid #3b3c3d;
    font-weight: 500;
    color: #3b3c3d;
    background: #fff
}

#subnav ul li a.location {
    border-color: #e20816;
    color: #e20816
}

#subnav ul li a.location:hover,
#subnav ul li a.location.active {
    background: #e20816;
    color: #fff
}

.filter-reset {
    min-width: 0 !important;
    display: none !important;
    animation-delay: .5s !important;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.filter-reset.is-visible {
    display: inline-block !important;
    opacity: 1
}

.filter-reset a,
.filter-reset a:hover {
    background: #3b3c3d !important;
    color: #fff;
    border-color: #3b3c3d !important
}

.filter-close {
    border: none !important;
    background: #e20816 !important;
    color: #fff;
    border: none;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden
}

.filter-close:hover::before,
.filter-close:hover::after {
    background: #fff
}

.filter-close::before,
.filter-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff
}

.filter-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#subnav .filter-kat.gefiltert {
    padding-right: 30px
}

#datum-filter {
    display: none
}

#subnav .filter-kat:after {
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNzEuMiAzNzEuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcxLjIgMzcxLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTM3MS4yLDIxLjJMMzUwLDBMMTg1LjYsMTY0LjRMMjEuMiwwTDAsMjEuMmwxNjQuNCwxNjQuNEwwLDM1MGwyMS4yLDIxLjJsMTY0LjQtMTY0LjRMMzUwLDM3MS4ybDIxLjItMjEuMgoJTDIwNi44LDE4NS42TDM3MS4yLDIxLjJ6Ii8+Cjwvc3ZnPgo=) no-repeat;
    background-size: 11px 11px;
    height: 11px;
    width: 11px;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 0 10px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
}

#subnav .filter-kat.gefiltert:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#subnav ul li a {
    display: block
}

#subnav ul li ul {
    position: absolute;
    width: 112%;
    left: 50%;
    bottom: 47px;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .85);
    -webkit-transform: translateY(30px) translateX(-50%);
    -moz-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#subnav ul li ul:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    border-bottom: 16px solid transparent !important;
    width: 100%;
    height: 16px;
    margin-top: 16px
}

#subnav ul li ul li {
    display: block
}

.no-touch #subnav ul li:hover ul,
.touch #subnav ul li ul.show-subnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}

#subnav ul li ul li a {
    padding: 0;
    border: none;
    line-height: 1.6;
    background: none;
    color: #fff
}

#subnav input[type="checkbox"] {
    display: none
}

#subnav ul li ul li a:hover,
#subnav ul li ul li a.active,
#subnav ul li ul li label:hover,
#subnav ul li ul li.current a {
    background: none;
    color: #e20816;
    font-weight: 500
}

.bg-grau {
    background-color: #eeedec;
    background-color: rgba(255, 255, 255, .9)
}

.bg-grau span {
    position: absolute;
    left: 15px;
    top: 50%;
    font-weight: 900;
    color: #e20816;
    line-height: 1.4;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rahmen-unten {
    text-align: center;
    text-transform: uppercase
}

.rahmen-unten::after {
    content: '';
    display: block;
    border: none;
    background: none;
    border-bottom: 2px solid #3b3c3d;
    padding-top: 12px;
    display: block;
    margin: 0 auto 40px
}

h3.rahmen-unten.text-bigger {
    letter-spacing: 0.125em
}

.border-oben-unten:before,
.border-oben-unten:after,
.border-oben:before {
    content: '';
    display: block;
    width: 80%;
    margin: 0 auto
}

.border-oben-unten:before,
.border-oben:before {
    border-top: 2px solid #3b3c3d;
    padding-top: 15px;
    margin-top: 15px
}

.border-oben-unten:after {
    border-bottom: 2px solid #3b3c3d;
    padding-bottom: 0
}

.grid {
    overflow-x: hidden
}

.grid-bild {
    display: inline-block;
    width: 100%;
    display: block;
    position: relative;
    text-align: center
}

.grid-bild h5 {
    text-transform: uppercase;
    margin: 42px 0 12px;
    font-weight: 500;
    text-align: left
}

.grid:not(.footer-navigation) {
    padding-bottom: 80px
}

.template-event .grid:not(.footer-navigation) {
    padding-bottom: 0
}

.programm-ansicht {
    margin-top: 45px;
    margin-bottom: 5px
}

.programm-ansicht>* {
    display: none !important
}

.programm-ansicht li {
    display: inline-block;
    margin: 0 3px;
    opacity: .3;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.programm-ansicht li.active {
    opacity: 1
}

.programm-ansicht img {
    width: 35px;
    height: 35px
}

.programm-ansicht li a {
    display: block;
    padding: 10px
}

.no-results {
    display: none;
    padding: 40px;
    text-align: center;
    height: 50vh
}

@media (max-width:1024px) {
    .no-results {
        height: 100vh
    }
}

footer {
    background: #b8bbb3;
    color: #3b3c3d;
    min-height: 100vh;
    padding: 70px 40px;
    font-weight: 500;
    z-index: 2;
    position: relative
}

footer.footer--alm {}

footer.footer--alm .row>.col-6:nth-child(2) {
    margin-left: -1px !important
}

.mar-left-fix {
    margin-left: -1px !important
}

footer a {
    color: #3b3c3d
}

footer p,
.footer-navigation li li a {
    line-height: 1.45
}

footer p a {
    border-bottom: 1px solid #3b3c3d
}

footer .footer-alm .button {
    font-weight: 700 !important
}

.pad-left {
    padding-left: 30px !important
}

.pad-left-big {
    padding-left: 60px !important
}

.pad-right {
    padding-right: 30px !important
}

.pad-right-small {
    padding-right: 10px !important
}

.typo-modern footer.footer--alm [class^="col"] {
    padding-left: 0;
    padding-right: 0
}

.typo-modern footer.footer--alm .row {
    margin-right: 0;
    margin-left: 0
}

@media (max-width:991px) {

    footer .pad-left,
    footer .pad-left-big {
        padding-left: 0 !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    footer .pad-right,
    footer .pad-right-small {
        padding-right: 0 !important
    }
}

@media (min-width:991px) {
    footer .pad-right-small {
        padding-right: 0 !important
    }
}

@media (min-width:991px) and (max-width:1199px) {
    footer .pad-left-big {
        padding-left: 0 !important
    }
}

.footer-navigation {
    padding-top: 48px;
    margin-top: 58px;
    border-top: 1px solid #3b3c3d;
    overflow: hidden
}

.footer-navigation ul {
    margin-bottom: 20px;
    padding-right: 10px;
    list-style: none;
    padding-left: 0;
}

.footer-navigation li{
    list-style: none;
    padding-left: 0;
}

.footer-navigation li a {
    color: #3b3c3d;
    text-transform: uppercase;
    line-height: 1.35;
    font-weight: bold;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s
}

.footer-navigation li a:hover {
    color: #e20816
}

.footer-navigation li li a {
    text-transform: none;
    font-weight: normal
}

.partner {
    padding-top: 2px
}

.partner img {
    height: 40px;
    width: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 6px
}

.partner>img:last-of-type {
    margin-right: 0
}

.partner a:last-of-type>img {
    margin-right: 0
}

.partner p {
    margin-bottom: 5px;
    line-height: 1
}

#marker {
    display: none !important
}

#map {
    height: 400px;
    background: url(../../templates/images/map.png) center center no-repeat;
    background-size: cover
}

#map-big {
    width: 100%;
    height: 400px;
    margin-bottom: 50px
}

#map,
.map-img {
    width: 100%;
    margin-bottom: 20px;
    border: 10px solid #fff
}

.info-window {}

.info-content {}

.map-overlay {
    background: #e20816;
    color: #fff;
    z-index: 10;
    letter-spacing: 0.14em;
    padding: 10px 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    pointer-events: none
}

.map {
    position: relative
}

.map-link--classic,
.map-link--modern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block
}

.map-link--modern {
    top: 50%
}



.icon-twitter:before {

    content:'\f099';
      font-family: "FontAwesome"; /* critical */
}

.icon-facebook:before {
    content: '\f09a';
      font-family: "FontAwesome"; /* critical */
}

.icon-pinterest:before {
    content: '\f0d2';
      font-family: "FontAwesome"; /* critical */
}

.icon-youtube:before {
    content: '\f16a';
      font-family: "FontAwesome"; /* critical */
}

.icon-instagram:before {
    content: '\f16d';
      font-family: "FontAwesome"; /* critical */
}

.icon-tripadvisor:before {
    content: '\f262';
      font-family: "FontAwesome"; /* critical */
}

.icon-vimeo:before {
    content: '\f27d';
      font-family: "FontAwesome"; /* critical */
}

.icon-newsletter:before {
    content: '\e800';
      font-family: "FontAwesome"; /* critical */
}

.icon-tiktok {
    display: inline-block;
    height: 36px;
    background-position: center;
    background-position-y: 8px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    width: 22px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJ0aWN0b2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MzggNTg4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjM2IzYzNkIiBkPSJNNjQzLjMsMTY2LjRjLTI5LjIsMC01Ni4yLTkuNy03Ny44LTI2Yy0yNC44LTE4LjctNDIuNy00Ni4yLTQ5LTc3LjhjLTEuNi03LjgtMi40LTE1LjktMi41LTI0LjJoLTgzLjV2MjI4LjFsLTAuMSwxMjQuOQoJCWMwLDMzLjQtMjEuOCw2MS43LTUxLjksNzEuN2MtOC44LDIuOS0xOC4yLDQuMy0yOCwzLjdjLTEyLjYtMC43LTI0LjMtNC41LTM0LjYtMTAuNmMtMjEuOC0xMy0zNi41LTM2LjYtMzYuOS02My43CgkJYy0wLjYtNDIuMiwzMy41LTc2LjcsNzUuNy03Ni43YzguMywwLDE2LjMsMS40LDIzLjgsMy44di02Mi4zVjIzNWMtNy45LTEuMi0xNS45LTEuOC0yNC4xLTEuOGMtNDYuMiwwLTg5LjQsMTkuMi0xMjAuMyw1My44CgkJYy0yMy4zLDI2LjEtMzcuMyw1OS41LTM5LjUsOTQuNWMtMi44LDQ1LjksMTQsODkuNiw0Ni42LDEyMS44YzQuOCw0LjcsOS44LDkuMSwxNS4xLDEzLjJjMjcuOSwyMS41LDYyLjEsMzMuMiw5OC4xLDMzLjIKCQljOC4xLDAsMTYuMi0wLjYsMjQuMS0xLjhjMzMuNi01LDY0LjYtMjAuNCw4OS4xLTQ0LjZjMzAuMS0yOS43LDQ2LjctNjkuMiw0Ni45LTExMS4ybC0wLjQtMTg2LjZjMTQuMywxMS4xLDMwLDIwLjIsNDYuOSwyNy4zCgkJYzI2LjIsMTEuMSw1NCwxNi42LDgyLjUsMTYuNnYtNjAuNnYtMjIuNUM2NDMuNiwxNjYuNCw2NDMuMywxNjYuNCw2NDMuMywxNjYuNEw2NDMuMywxNjYuNHoiLz4KPC9nPgo8L3N2Zz4K)
}

.follow-us {
    padding: 30px 0 40px
}

.follow-us li {
    display: inline;
    margin-right: 20px
}

@media (max-width:767px) {
    .follow-us li:first-child {
        margin-left: 15px
    }

    .follow-us {
        text-align: center
    }
}

.follow-us li:last-child {
    margin-right: 0
}

.follow-us a {
    font-size: 30px;
    color: #3b3c3d
}

.follow-us a i,
.follow-us a span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.follow-us a:hover {
    color: #fff
}

.follow-us a:hover .icon-facebook {
    color: #3b5999
}

.follow-us a:hover .icon-instagram {
    color: #e4405f
}

.follow-us a:hover .icon-twitter {
    color: #e4405f
}


.follow-us a:hover .icon-pinterest {
    color: #bd081c
}

.follow-us a:hover .icon-vimeo {
    color: #1ab7ea
}

.follow-us a:hover .icon-youtube {
    color: #cd201f
}

.follow-us a:hover .icon-tripadvisor {
    color: #00af87
}

.follow-us a:hover .icon-tiktok {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJ0aWN0b2MiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MzggNTg4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjY2QyMDFmIiBkPSJNNjQzLjMsMTY2LjRjLTI5LjIsMC01Ni4yLTkuNy03Ny44LTI2Yy0yNC44LTE4LjctNDIuNy00Ni4yLTQ5LTc3LjhjLTEuNi03LjgtMi40LTE1LjktMi41LTI0LjJoLTgzLjV2MjI4LjFsLTAuMSwxMjQuOQoJCWMwLDMzLjQtMjEuOCw2MS43LTUxLjksNzEuN2MtOC44LDIuOS0xOC4yLDQuMy0yOCwzLjdjLTEyLjYtMC43LTI0LjMtNC41LTM0LjYtMTAuNmMtMjEuOC0xMy0zNi41LTM2LjYtMzYuOS02My43CgkJYy0wLjYtNDIuMiwzMy41LTc2LjcsNzUuNy03Ni43YzguMywwLDE2LjMsMS40LDIzLjgsMy44di02Mi4zVjIzNWMtNy45LTEuMi0xNS45LTEuOC0yNC4xLTEuOGMtNDYuMiwwLTg5LjQsMTkuMi0xMjAuMyw1My44CgkJYy0yMy4zLDI2LjEtMzcuMyw1OS41LTM5LjUsOTQuNWMtMi44LDQ1LjksMTQsODkuNiw0Ni42LDEyMS44YzQuOCw0LjcsOS44LDkuMSwxNS4xLDEzLjJjMjcuOSwyMS41LDYyLjEsMzMuMiw5OC4xLDMzLjIKCQljOC4xLDAsMTYuMi0wLjYsMjQuMS0xLjhjMzMuNi01LDY0LjYtMjAuNCw4OS4xLTQ0LjZjMzAuMS0yOS43LDQ2LjctNjkuMiw0Ni45LTExMS4ybC0wLjQtMTg2LjZjMTQuMywxMS4xLDMwLDIwLjIsNDYuOSwyNy4zCgkJYzI2LjIsMTEuMSw1NCwxNi42LDgyLjUsMTYuNnYtNjAuNnYtMjIuNUM2NDMuNiwxNjYuNCw2NDMuMywxNjYuNCw2NDMuMywxNjYuNEw2NDMuMywxNjYuNHoiLz4KPC9nPgo8L3N2Zz4K)
}

@media only screen and (min-device-width:768px),
(max-device-width:667px) and (orientation:landscape) {
    .gutter-big {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .gutter-big [class^="col"],
    .gutter-big .grid-item-content,
    .gutter-big .grid-item {
        padding: 0 15px 30px !important
    }

    .gutter-big figcaption {
        margin-bottom: 20px !important
    }
}

@media only screen and (max-device-width:667px) and (orientation:portrait) {

    .gutter-big [class^="col"],
    .gutter-big .grid-item-content,
    .gutter-big .grid-item {
        padding-bottom: 30px !important
    }

    .gutter-big figcaption {
        margin-bottom: 20px !important
    }
}

.map-overlay p {
    font-weight: 500
}

.map-overlay p+p {
    margin-top: 25px
}

.button {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    margin: 20px 0 30px;
    width: 60%;
    text-transform: uppercase;
    font-weight: bold
}

footer .button {
    padding: 10px 0;
    margin: 0 0 20px
}

.button:hover {
    border: 2px solid #fff;
    color: #FFF !important
}

.button::before,
.button::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s
}

.button::before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%
}

.button::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%
}

.IE_Edge .button::before,
.IE_Edge .button::after {
    border: none !important
}

.button-rot {
    border: 2px solid #e20816;
    color: #e20816
}

.button-blau {
    border: 2px solid #305b8a;
    color: #305b8a !important
}

.button-grau {
    border: 2px solid #3b3c3d;
    color: #3b3c3d !important;
    width: auto
}

.button-gruen {
    border: 2px solid #1e8712;
    color: #1e8712 !important
}

.button+.button {
    margin-top: 0
}

@media (min-width:767px) {
    .mar-top-partner {
        margin-top: 20px
    }
}

.button-rot:hover {
    background: #e20816;
    border-color: #e20816
}

.button-blau:hover {
    background: #305b8a;
    border-color: #305b8a
}

.button-gruen:hover {
    background: #1e8712;
    border-color: #1e8712
}

.button-small {
    padding: 5px 10px;
    font-weight: 500;
    letter-spacing: 0.075em
}

.mehr {
    border: 1px solid #3b3c3d;
    text-transform: uppercase;
    padding: 2px 5px 0;
    line-height: 1;
    margin-left: 6px
}

.mehr-publikation {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    margin-left: 3px
}

.is-hidden {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0 !important;
    background: #fff !important
}

#albertina-nav-unterpunkte {
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 29;
    background: #000;
    background: rgba(0, 0, 0, .9);
    min-height: 100vh;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.header--alm #albertina-nav-unterpunkte {
    background: #fff;
    background: rgba(255, 255, 255, .9)
}

#albertina-nav-unterpunkte .absolute-row {
    position: absolute;
    max-height: 100vh;
    overflow: auto;
    padding: 40px 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#albertina-nav-unterpunkte .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#albertina-nav-unterpunkte li a {
    color: #fff;
    text-transform: uppercase;
    display: block
}

.header--alm #albertina-nav-unterpunkte li a {
    color: #3b3c3d
}

.header--alm #albertina-nav-unterpunkte li.has-children>a {
    color: #e20816 !important
}

#albertina-nav-unterpunkte .nav-active li a:hover {
    color: #e20816
}

.header--alm #albertina-nav-unterpunkte .nav-active li a:hover {
    color: #e20816
}

#albertina-nav-unterpunkte li.has-children>a {
    letter-spacing: 0.14em;
    margin-bottom: 40px;
    display: block;
    font-weight: 500
}

#albertina-nav-unterpunkte .nav-active>ul>li>a span {
    border-bottom: 2px solid #fff
}

#albertina-nav-unterpunkte .nav-active>ul>li>a:hover span {
    color: #fff
}

.header--alm #albertina-nav-unterpunkte .nav-active>ul>li>a span {
    border-bottom-color: #e20816
}

.header--alm #albertina-nav-unterpunkte .nav-active>ul>li>a:hover span {
    color: #e20816
}

#albertina-nav-unterpunkte li a:hover {
    color: #e20816
}

#albertina-nav-unterpunkte li.margin-top>a {
    margin-top: 150px
}

#albertina-nav-unterpunkte li.has-children ul li a,
.vermietung-kontakt .content-sub p {
    font-weight: bold;
    line-height: 1.75
}

#albertina-nav-unterpunkte li {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

#albertina-nav-unterpunkte.is-hidden li {
    opacity: 0
}

#albertina-nav-unterpunkte a {
    opacity: .6;
    -webkit-transition: color .3s, opacity .5s;
    -moz-transition: color .3s, opacity .5s;
    transition: color .3s, opacity .5s
}

.header--alm #albertina-nav-unterpunkte a {
    opacity: 1
}

#albertina-nav-unterpunkte .has-children:hover a {
    opacity: 1
}

#albertina-nav-unterpunkte .nav-active li a {
    opacity: 1 !important
}

#albertina-nav-unterpunkte li a:active {
    color: #fff !important;
    opacity: .3 !important
}



hr.schwarz,
hr.red {
    margin: 0 auto 20px;
    float: none;
    clear: both;
    border-top: 2px solid #3b3c3d
}

hr.red {
    border-top-color: #e20816
}

hr.schwarz.mar-top {
    margin-top: 30px !important
}

.galerie {
    padding: 60px 40px;
    background: #ececed;
    text-align: center
}

.galerie h3 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .075em;
    margin-bottom: 70px
}

.galerie h2 {
    line-height: 1.21
}

.galerie .overlay p {
    line-height: 1.2
}

.v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.v-center-no-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.galerie:before,
.galerie:after {
    content: "";
    display: table
}

.galerie:after {
    clear: both
}

.galerie ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.galerie li {
    display: inline;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.galerie figure {
    margin: 0;
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.galerie figure img {
    background: #fff;
    padding: 10px;
    width: 100%;
    height: auto
}

.galerie figcaption {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 40px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

figcaption .detail {
    margin-top: 10px;
    font-weight: normal
}

figcaption .detail p {
    line-height: 1.2
}

@media only screen and (min-width:1024px) {
    .no-touch .grid-bild:not(.nohover) figcaption .detail {
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        transition: opacity .5s;
        opacity: 0
    }
}

.grid-bild:not(.nohover):hover figcaption .detail {
    opacity: 1
}

.mar-top-small {
    margin-top: 60px
}

.js body {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.IE_Edge body {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    animation: none
}

.page-loaded {
    opacity: 1 !important
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up
}

@-webkit-keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}

@keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}

.fade-out-up {
    -webkit-animation-name: fade-out-up;
    animation-name: fade-out-up
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {

    .col-md-15,
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) and (max-width:1199px) {}

.touch .overlay-project {
    display: none
}

.swiper-wrapper .overlay {
    width: 100%
}

.swiper-wrapper .standort-modern .overlay {
    width: calc(100% - 6rem);
    left: 3rem
}

@media only screen and (min-width:768px) {
    .swiper-wrapper .overlay {
        width: 90%;
        left: 5%
    }

    .swiper-wrapper .standort-modern .overlay {
        width: calc(100% - 6rem);
        left: 3rem
    }
}

.albertina-header.ausgeblendet {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden
}

footer.ausgeblendet,
.badge.ausgeblendet {
    opacity: 0 !important;
    visibility: hidden !important
}

.lightbox-slideshow,
.lightbox-auflistung {
    display: none
}

.lightbox-slideshow .swiper-container {
    max-width: 100vw;
    overflow-x: hidden !important
}

.lightbox-slideshow .swiper-container .swiper-slide {
    background: none
}

.lightbox-slideshow .swiper-container {
    background: rgba(255, 255, 255, .9)
}

#fotoslideshow .lightbox-slideshow .swiper-container {
    background: #fff
}

.inhalt-lightbox {
    height: 0;
    -webkit-transition: height 1s
}

.inhalt-normal {
    min-height: 100vh !important
}

.template-show-modern .inhalt-normal,
.template-show-klosterneuburg .inhalt-normal {
    min-height: 0 !important
}

.typo-modern .inhalt-normal {
    margin: 0 !important
}

.inhalt-normal i,
.inhalt-normal em,
em {
    font-style: italic
}

.inhalt-lightbox.is-visible {
    height: 100vh !important;
    pointer-events: all !important
}

.inhalt-normal p a {
    border-bottom: 1px solid currentColor
}

.lightbox-slideshow,
.ansicht-modus,
.lightbox-slideshow .swiper-container,
.lightbox-slideshow .swiper-slide {
    height: 100%
}

.bild-museum {
    height: 100vh;
    position: relative
}

.bild-museum img {
    max-width: 100%;
    max-height: 80vh;
    height: auto;
    width: auto;
    top: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    left: 50%
}

.bild-museum img.XS {
    max-width: 30%
}

.bild-museum img.S {
    max-width: 50%
}

.bild-museum img.M {
    max-width: 75%
}

.bild-museum img.L {
    max-width: 100%
}

.bild-beschriftung {
    position: absolute;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    bottom: 20vh;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    text-align: left;
    margin-left: 20px;
    padding: 7px;
    transform-origin: right bottom;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    transition: all .75s
}

.bild-beschriftung:not(.is-clicked) {
    -webkit-animation: pulsieren 1.5s linear infinite;
    -moz-animation: pulsieren 1.5s linear infinite;
    -ms-animation: pulsieren 1.5s linear infinite;
    -o-animation: pulsieren 1.5s linear infinite;
    animation: pulsieren 1.5s linear infinite
}

@keyframes pulsieren {
    0% {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        box-shadow: 0 0 10px rgba(0, 0, 0, .25)
    }

    50% {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .25);
        box-shadow: 0 0 30px rgba(0, 0, 0, .25)
    }

    100% {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        box-shadow: 0 0 10px rgba(0, 0, 0, .25)
    }
}

@-webkit-keyframes pulsieren {
    0% {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        box-shadow: 0 0 10px rgba(0, 0, 0, .25)
    }

    50% {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .25);
        box-shadow: 0 0 30px rgba(0, 0, 0, .25)
    }

    100% {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        box-shadow: 0 0 10px rgba(0, 0, 0, .25)
    }
}

@media (max-width:767px) {
    .bild-tafel {
        padding-top: 50%
    }
}

.bild-beschriftung p {
    display: inline-block;
    margin: 0
}

.bild-beschriftung p+p {
    margin-top: 5px
}

.bild-beschriftung.is-clicked {
    cursor: -webkit-zoom-out;
    -webkit-transform: translateY(-50%) scale(4);
    -moz-transform: translateY(-50%) scale(4);
    -ms-transform: translateY(-50%) scale(4);
    -o-transform: translateY(-50%) scale(4);
    transform: translateY(-50%) scale(4)
}

.ansicht-wechseln {
    margin-top: 10px;
    position: fixed;
    text-align: center;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 999
}

.ansicht-wechseln span {
    display: block;
    text-transform: uppercase
}

.ansicht-slider-trigger,
.ansicht-spalten-trigger {
    width: 35px;
    cursor: pointer;
    margin: 0 auto 8px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .35;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.ansicht-slider-trigger:not(.active):hover,
.ansicht-spalten-trigger:not(.active):hover {
    opacity: .5
}

.ansicht-slider-trigger.active,
.ansicht-spalten-trigger.active {
    opacity: 1
}

.ansicht-slider-trigger {
    height: 28px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYjNjM2Q7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hbnNpY2h0LXNsaWRlcl8xPC90aXRsZT48ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIj48ZyBpZD0iRWJlbmVfMS0yIiBkYXRhLW5hbWU9IkViZW5lIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwLDE1SDBWMEgyMFpNMSwxNEgxOVYxSDFaTTE2LjA2LDdIMy41M1Y4SDE2LjA2Wm0uNzMuNUwxMi40LDMuNDFsLS42OC43M0wxNS4zMyw3LjVsLTMuNjEsMy4zNi42OC43M1pNNy44OCwxMC44Niw0LjI2LDcuNSw3Ljg4LDQuMTRsLS42OC0uNzNMMi44LDcuNWw0LjQsNC4wOVoiLz48L2c+PC9nPjwvc3ZnPgo=)
}

.ansicht-spalten-trigger {
    height: 35px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC4xMSAyMC4xMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYjNjM2Q7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hbnNpY2h0LXNwYWx0ZW5fMjwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzMiIGRhdGEtbmFtZT0iRWJlbmUgMyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjAuMTEsMjAuMTFIMFYwSDIwLjExWk0xLDE5LjExSDE5LjExVjE1LjI5SDFabTkuNTYtNC44Mmg4LjU2VjguNDRIMTAuNTZaTTEsMTQuMjlIOS41NlYxSDFabTkuNTYtNi44NWg4LjU2VjFIMTAuNTZaIi8+PC9nPjwvZz48L3N2Zz4K)
}

.ansicht-spalten,
.ansicht-slider {
    display: none
}

.ansicht-spalten figcaption {
    padding: 5px 15px;
    text-align: left
}

.ansicht-spalten {
    padding: 65px 0
}

#galerie-lightbox {
    z-index: 99999;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.galerie-bild-lightbox.portrait {
    text-align: center
}

.galerie-bild-lightbox.landscape {
    text-align: left
}

.galerie-text {
    text-align: left;
    margin-left: 20px
}

.galerie-text {
    position: absolute;
    right: 0;
    bottom: 0
}

.galerie-bild-lightbox {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden
}

.galerie-bild-lightbox.portrait img {
    max-width: 66.66666667%;
    height: 100%;
    margin: 0 auto
}

.galerie-bild-lightbox.landscape img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    height: auto
}

.template-show-modern .galerie-bild-lightbox.landscape img,
.template-show-klosterneuburg .galerie-bild-lightbox.landscape img {
    left: 10%
}

.galerie-bild-titel strong {
    text-transform: uppercase
}

.galerie-bild-titel p+p {
    margin-top: 25px
}

@media (min-width:992px) {
    .galerie-text {
        width: 16.66666667%
    }
}

@media (max-width:992px) {
    .galerie-text {
        width: 100%
    }

    .galerie-bild-lightbox.landscape img {
        width: calc(100% - 35px)
    }
}

@media (max-width:992px) and (orientation:portrait) {
    .galerie-bild-lightbox.portrait img {
        width: auto;
        height: 70%;
        margin: 0 auto
    }
}

@media (max-width:992px) and (orientation:landscape) {
    .galerie-text {
        display: none
    }
}

.filter-trigger,
.filter-close {
    display: none
}

@media only screen and (min-width:1200px) {
    .preis {
        width: 15%
    }
}

.nicht-gefunden {
    color: #e20816
}

.subtitel {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px
}

div.cookie-hinweis {
    opacity: 0;
    display: none;
    pointer-events: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.template-show-modern .cookie-hinweis .col-lg-4,
.template-show-klosterneuburg .cookie-hinweis .col-lg-4 {
    margin-left: -1px !important
}

body.cookie-hinweis footer {
    padding-bottom: 100px
}

body.cookie-hinweis div.cookie-hinweis {
    z-index: 999;
    opacity: 1;
    display: block;
    pointer-events: all;
    position: fixed;
    bottom: 15px;
    ;
    width: 100%
}

.bg-schwarz {
    padding: 22px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.delay1 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay2 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.delay3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.delay4 {
    -webkit-animation-delay: 2.25s;
    -moz-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.cookie-info {
    line-height: 1.8;
    display: block;
    margin-bottom: 10px
}

.cookie-info a {
    border-bottom: 1px solid #fff;
    color: #fff
}

.cookie-accept,
.cookie-button,
.privacywire-buttons button {
    padding: 4px 8px;
    margin: 0 11px;
    color: #fff;
    display: inline-block;
    width: 100%;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    width: 152px;
    max-width: calc(50% - 25px);
    cursor: pointer;
    background: none;
    font-family: 'Montserrat', sans-serif
}

.cookie-accept a,
.cookie-button a,
.privacywire-buttons button {
    color: #fff !important
}

.cookie-accept,
.privacywire-buttons button.allow-all,
.privacywire-buttons button.save {
    border-color: #e20816;
    background: #e20816
}

.mar-left {
    margin-left: 22px
}

@media (max-width:768px) {

    div.cookie-hinweis p,
    div.cookie-hinweis,
    div.cookie-hinweis *,
    .privacywire * {
        font-size: 14px !important
    }
}

.badge {
    margin: 0;
    background: #e20816;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    margin-bottom: 0;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transition: 1s all
}

.badge.badge-modern {
    background: #fff;
    color: #e20816
}

.badge img {
    width: auto;
    height: 15px;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media (max-width:1024px) {
    .badge {
        padding-bottom: 10px
    }
}

.badge div.rotate {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2em;
    top: 50%;
    overflow: visible;
    white-space: nowrap;
    display: block
}

.badge .text-width:after {}

.badge div.rotate {
    padding: 10px 0
}

.badge div.text {
    font-size: 25px;
    font-weight: bold;
    max-width: 80vw;
    margin: 0 auto
}

.badge div.text p {
    font-size: 25px !important;
    line-height: 1.25 !important
}

.badge a {
    color: #fff !important
}

.badge-modern a {
    color: #e20816 !important
}

.albertina-classic .badge .text-width {
    font-family: 'Rasmus', serif !important;
    letter-spacing: 0
}

.badge .text-width {
    min-width: 150px !important;
    display: block
}

@media only screen and (min-width:768px) {
    .badge {
        position: fixed;
        right: 0;
        top: 160px;
        box-shadow: 0 0 .25em rgba(46, 50, 51, .25)
    }

    .badge div.rotate {
        padding: 0;
        position: absolute;
        left: 15px;
        transform: rotate(-90deg);
        transform-origin: top left;
        -ms-transform: rotate(-90deg) translateX(-50%);
        -ms-transform-origin: top left;
        -webkit-transform: rotate(-90deg) translateX(-50%);
        -webkit-transform-origin: top left;
        -moz-transform: rotate(-90deg) translateX(-50%);
        -moz-transform-origin: top left;
        -o-transform: rotate(-90deg) translateX(-50%);
        -o-transform-origin: top left
    }

    .badge {
        -webkit-transform: translateX(358px);
        -moz-transform: translateX(358px);
        -ms-transform: translateX(358px);
        -o-transform: translateX(358px);
        transform: translateX(358px);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .badge:hover {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .badge .text-width:after {
        margin-top: 15px
    }

    .badge div.text {
        width: 400px;
        padding: 25px 60px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .side-badge-1 {
        top: calc(50% - 190px - 10px)
    }

    .side-badge-2 {
        top: calc(50% + 10px)
    }
}

.stoerer {
    z-index: 11;
    text-align: center
}

.stoerer .text-slide,
.stoerer .text-slide p {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: 500
}

.stoerer p {
    display: inline
}

.stoerer .text-slide em {
    font-style: normal !important
}

.stoerer .text-slide strong {
    line-height: 1
}

@media (min-width:768px) {
    .stoerer {
        position: fixed;
        top: 160px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 200px;
        height: 200px
    }

    .stoerer.right {
        left: auto;
        right: 0;
        top: calc(5vh + 40px)
    }

    .stoerer.no-bgimg {
        background: #e20816;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%
    }

    .stoerer .text-slide {
        opacity: 0;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 65%;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        transition: opacity .5s
    }

    .img-stoerer .text-slide {
        width: 100%
    }

    .stoerer.no-bgimg .text-slide {
        top: 50%
    }

    .stoerer .text-slide.is-active {
        opacity: 1
    }

    .stoerer .text-slide strong {
        font-size: 50px;
        display: block
    }

    .stoerer .text-slide em {
        font-size: 16px;
        display: block
    }

    .close-stoerer {
        top: 15px;
        z-index: 3;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .stoerer.no-bgimg .close-stoerer {
        margin-top: -1.5em
    }
}

@media (max-width:767px) {
    .stoerer {
        position: fixed;
        bottom: 0;
        background: #e20816;
        width: 96%;
        left: 2%;
        bottom: 2%;
        padding: 2%;
        background-image: none !important
    }

    .stoerer.right {
        left: auto;
        right: 2%
    }

    .stoerer.img-stoerer {
        background: none;
        width: 200px;
        left: 50% !important;
        bottom: 75px !important;
        right: auto;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .stoerer .text-slide+.text-slide p {
        margin-left: 5px
    }

    .close-stoerer {
        top: 0;
        right: 0
    }

    .img-stoerer .text-slide {
        opacity: 0;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 65%;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        transition: opacity .5s
    }

    .img-stoerer.no-bgimg .text-slide {
        top: 50%
    }

    .img-stoerer .text-slide.is-active {
        opacity: 1
    }

    .close-stoerer {
        top: 15px;
        z-index: 3;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .img-stoerer.no-bgimg .close-stoerer {
        margin-top: -1.5em
    }

    .stoerer.img-stoerer .close-stoerer {
        margin-top: -60px
    }
}

@media (min-width:1600px) {
    .stoerer {
        left: 17% !important
    }

    .stoerer.right {
        left: auto !important;
        right: 17% !important
    }
}

.close-stoerer {
    position: absolute;
    width: 22px;
    height: 22px
}

ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    padding: 0;
    margin-bottom: 2em
}

ol ol {
    margin: 0 0 0 2em
}

ol li {
    position: relative;
    display: block;
    padding: 0 .4em 0 1.2em;
    *padding: 0 .4em 0 1.2em;
    text-decoration: none;
    transition: all .3s ease-out
}

ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    text-align: center;
    color: #e20816;
    transition: all .3s ease-out
}

.inhalt-normal ul:not([class]),
.seite-inhalt ul:not([class]) {
    margin-bottom: 30px
}

.inhalt-normal ul:not([class]) li,
.seite-inhalt ul:not([class]) li {
    position: relative;
    display: block;
    padding: 0 .4em 0 1.2em;
    *padding: 0 .4em 0 1.2em;
    text-decoration: none;
    margin: 0
}

.inhalt-normal ul:not([class]) li:before,
.seite-inhalt ul:not([class]) li:before {
    content: '\2022';
    color: #e20816;
    position: absolute;
    text-align: center;
    left: 0
}

.bgbild {
    min-height: 50vh;
    padding: 50px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: center;
    background-size: cover;
    background-position: center center
}

.bgbild p {
    margin-bottom: 30px
}

.interesing {
    margin-bottom: 15px;
    display: block
}

.square {
    width: 100%
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.square img {
    position: absolute;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%
}

.grid-sizer {
    pointer-events: none !important
}

@media only screen and (min-width:1024px) {
    .bgbild {
        min-height: 100vh
    }

    .IE_Edge .bgbild {
        height: 100vh
    }

    .box-small .share {
        bottom: 20px
    }

    .bg-schwarz {
        padding: 22px 36px
    }

    .cookie-info {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1024px) {
    .albertina-logo {
        margin: 15px 35px
    }

    .albertina-header.shrink:not(.nav-is-visible) .albertina-logo {
        margin: 8px 35px
    }

    .footer-navigation {
        padding-top: 25px !important;
        margin-top: 25px !important
    }

    .presse-overlay>div {
        padding: 10px
    }

    .overlay .h5 {
        margin-bottom: 10px
    }

    footer {
        padding-top: 40px
    }

    footer .button {
        width: 70%
    }

    .filter-trigger {
        display: inline-block
    }

    #subnav {
        bottom: 15px !important
    }

    #subnav .bg-grau {
        display: none;
        background: none
    }

    .halfheight:before,
    .thirdheight:before,
    .hoverfx:not(.trigger-galerie):before {
        opacity: 1;
        background-size: 110% 110%
    }

    #albertina-nav-unterpunkte a {
        opacity: 1
    }

    .close-nav {
        display: none
    }

    .close-lightbox {
        top: 15px !important;
        right: 15px !important;
        width: 20px !important;
        height: 20px !important
    }

    .ansicht-wechseln {
        left: 35px
    }

    .overlay .h2+.h3,
    .overlay .h2+.h4 {
        margin-top: 16px
    }

    .share {
        bottom: 25px
    }

    ul.accordion li {
        margin-bottom: 25px
    }

    .swiper-ausstellungen .swiper-button-next,
    .swiper-ausstellungen .swiper-button-prev {
        display: none !important
    }
}

@media only screen and (max-width:1023px) {

    .swiper-container:not(.swiper-ausstellungen) .swiper-button-next,
    .swiper-container:not(.swiper-ausstellungen) .swiper-button-prev {
        width: 20px;
        height: 20px;
        right: 15px !important;
        background-size: 20px auto
    }

    .template-show-modern .lightbox-slideshow .swiper-container .swiper-button-prev,
    .template-show-klosterneuburg .lightbox-slideshow .swiper-container .swiper-button-prev {
        left: 15px !important;
        right: unset !important
    }

    .swiper-ausstellungen .swiper-button-next {
        margin-top: -30px !important
    }

    .swiper-ausstellungen .swiper-button-prev,
    .swiper-ausstellungen .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
        background-size: 35px 35px !important
    }

    .swiper-container:not(.swiper-ausstellungen) .swiper-button-prev {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC42NyAxMC45MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wcmV2LW1vYmlsZTwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzMiIGRhdGEtbmFtZT0iRWJlbmUgMyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjguNjcsNi40NkgxLjQ3di0yaDI3LjJaTTUuODcsMTAuOTEsMCw1LjQ2LDUuODcsMCw3LjIzLDEuNDZsLTQuMjksNCw0LjI5LDRaIi8+PC9nPjwvZz48L3N2Zz4K)
    }

    .swiper-container:not(.swiper-ausstellungen) .swiper-button-next {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC42NyAxMC45MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wcmV2LW5leHQ8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8zIiBkYXRhLW5hbWU9IkViZW5lIDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsNC40NkgyNy4ydjJIMFpNMjIuOCwwbDUuODcsNS40NkwyMi44LDEwLjkxLDIxLjQ0LDkuNDVsNC4yOS00LTQuMjktNFoiLz48L2c+PC9nPjwvc3ZnPgo=);
        margin-top: 20px
    }

    .swiper-container:not(.swiper-ausstellungen) .swiper-button-prev {
        margin-top: -40px
    }

    .swiper-container:not(.swiper-ausstellungen) .slide-count {
        right: 15px;
        width: 20px;
        margin-top: -20px
    }

    .lightbox-slideshow .swiper-button-prev {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC42NyAxMC45MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYjNjM2Q7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wcmV2LW1vYmlsZTwvdGl0bGU+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzMiIGRhdGEtbmFtZT0iRWJlbmUgMyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjguNjcsNi40NkgxLjQ3di0yaDI3LjJaTTUuODcsMTAuOTEsMCw1LjQ2LDUuODcsMCw3LjIzLDEuNDZsLTQuMjksNCw0LjI5LDRaIi8+PC9nPjwvZz48L3N2Zz4K) !important
    }

    .lightbox-slideshow .swiper-button-next {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC42NyAxMC45MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYjNjM2Q7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wcmV2LW5leHQ8L3RpdGxlPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8zIiBkYXRhLW5hbWU9IkViZW5lIDMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsNC40NkgyNy4ydjJIMFpNMjIuOCwwbDUuODcsNS40NkwyMi44LDEwLjkxLDIxLjQ0LDkuNDVsNC4yOS00LTQuMjktNFoiLz48L2c+PC9nPjwvc3ZnPgo=) !important
    }

    #albertina-nav-unterpunkte li.has-children>a {
        margin: 15px auto 10px
    }

    footer {
        padding: 15px
    }

    footer .button {
        width: 100%
    }

    .mobile-text-center {
        text-align: center !important
    }

    .share {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .share li {
        width: 26px;
        height: 26px
    }

    .offset-header {
        padding-top: 50px
    }

    .breadcrumbs+h2 {
        margin-top: 25px
    }

    .einleitung.mar-bot-big {
        margin-bottom: 40px
    }

    .grid:not(.footer-navigation) {
        padding-bottom: 30px
    }

    .map-overlay p+p {
        margin-top: 15px
    }

    #suche label {
        margin-top: -22px
    }

    .overlay {
        left: 0;
        width: 100%
    }

    .fn {
        display: block;
        position: absolute;
        width: 100%;
        border: 1px solid #e20816;
        background: rgba(255, 255, 255, .9);
        padding: 20px;
        text-indent: 0;
        cursor: help;
        opacity: 0;
        margin: 0 !important;
        float: none !important;
        clear: none !important;
        counter-increment: footnotes;
        font-weight: normal
    }
}

@media only screen and (max-width:1199px) {
    hr.schwarz.md-width-corr {
        width: calc(100% - 30px) !important
    }
}

@media only screen and (min-width:768px) {

    .newsletter-mobile,
    .lang-mobile {
        display: none !important
    }

    .newsletter-desktop,
    .lang-desktop {
        display: inline-block !important
    }

    .map-overlay {
        position: absolute;
        top: 0;
        margin-bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(50%);
        -moz-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
        -o-transform: translateX(-50%) translateY(50%);
        transform: translateX(-50%) translateY(50%)
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .albertina-header-buttons {
        right: 85px
    }

    .albertina-nav-trigger {
        right: 40px
    }

    footer {
        padding: 40px
    }

    #map {
        margin-bottom: 40px
    }
}

@media only screen and (width:1024px) {
    .col-sm-6 .halfheight {
        height: 20vh !important;
        min-height: 300px !important
    }

    .thirdheight {
        height: 15vh !important;
        min-height: 150px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .col-sm-6 .halfheight {
        height: 20vh !important;
        min-height: 150px !important
    }
}

@media only screen and (max-width:991px) {
    .pad-mobile {
        padding: 0 40px
    }

    .mar-bot-sm {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:768px) {
    .fullheight {
        height: 50vh
    }

    .no-fullheight-mobile {
        height: auto
    }

    .no-fullheight-mobile .overlay {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        max-height: none;
        overflow: hidden;
        text-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0)
    }

    .halfheight {
        height: 25vh;
        min-height: 220px
    }

    .thirdheight {
        height: 25vh;
        min-height: 220px
    }

    .col-xs-6 .thirdheight {
        height: 20vh;
        min-height: 150px
    }

    .ansicht-wechseln {
        display: none
    }

    .mar-top-small {
        margin-top: 30px
    }

    .einleitung {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 40px
    }

    .shortfacts {
        margin-bottom: 15px
    }

    .galerie-seite .share,
    .galerie-seite .overlay {
        display: none
    }

    .shortfacts {
        margin-top: 15px
    }

    .shortfacts.presse {
        padding: 15px
    }

    .galerie h3 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {

    .pad-seite,
    .rahmen-unten {
        padding: 0 15px
    }

    .pad-mobile {
        padding: 0 15px
    }

    .overlay.top {
        top: 60px
    }

    .presse-overlay p,
    .overlay .v-center p {
        display: none
    }

    .presse-overlay .h2 {
        margin-top: 35px
    }

    .albertina-header.shrink:not(.nav-is-visible) .albertina-logo {
        margin: 8px 10px
    }

    .albertina-logo {
        margin: 15px 10px
    }

    .suche-icon {
        float: right
    }

    #suche {
        padding: 0 15px;
        margin-bottom: 70px !important
    }

    .suchergebnis {
        padding: 15px 0
    }

    .header-fix {
        height: 100%
    }

    .einleitung {
        padding: 0 15px
    }

    .albertina-header-buttons {
        margin-top: 0;
        right: 55px
    }

    .albertina-header-buttons li:not(.newsletter-desktop) {
        margin-left: 10px
    }

    .albertina-header-buttons li a {
        padding: 10px;
        display: block;
        position: relative
    }

    .lang-switch-trigger span {
        top: 6px;
        right: 0
    }

    .albertina-search-trigger {
        display: block !important
    }

    .newsletter-mobile,
    .lang-mobile {
        display: inline-block
    }

    .newsletter-desktop,
    .lang-desktop {
        display: none !important
    }

    .grid-item.col-md-4 {
        width: 50%
    }

    .grid-item.col-md-3 {
        width: 50%
    }

    #subnav ul li ul.show-subnav {
        max-height: 999px;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 0
    }

    .galerie {
        padding: 30px 15px
    }

    .rahmen-unten::after {
        margin-bottom: 15px
    }

    .footer-navigation .grid-item {
        padding-right: 5px
    }

    .row.pad:not(.no-mar-bot-mobile) {
        margin-bottom: 5px !important
    }

    .no-mar-bot-mobile {
        margin-bottom: 0 !important
    }

    .rahmen-unten {
        margin-top: 15px
    }

    .row.pad [class^="col"],
    .row.grid .grid-item-content {
        padding-bottom: 15px
    }

    .footer-navigation {
        margin-top: 5px;
        padding-top: 20px
    }

    .vermietung-kontakt .mar-bot {
        margin-bottom: 10px
    }

    .vermietung-kontakt p+p {
        margin-top: 10px
    }

    .vermietung-kontakt .kategorie-titel {
        margin-top: 20px
    }

    #subnav .bg-grau>ul>li:last-child {
        padding-bottom: 10px;
        margin-bottom: 0
    }

    .breadcrumbs+h2 {
        margin-top: 15px
    }

    .einleitung h2.mar-bot-big {
        margin-bottom: 5px
    }

    .einleitung p {
        margin-bottom: 25px
    }

    .galerie {
        padding-bottom: 10px
    }

    .galerie h3 {
        margin-bottom: 20px
    }

    .galerie .button {
        margin-bottom: 5px
    }

    .galerie figcaption {
        margin-bottom: 20px
    }

    .galerie figure img {
        padding: 6px
    }

    .programm-ansicht {
        margin-top: 15px;
        margin-bottom: 5px
    }

    .grid-bild h5 {
        margin-top: 15px
    }

    .seite-inhalt {
        padding-bottom: 30px
    }

    .shortfacts a {
        border-width: 1px
    }

    .bg-grau span {
        display: none
    }

    .publikation-bild {
        width: 50%;
        margin: -15px auto 30px;
        display: block !important
    }

    .text-center-mobile {
        text-align: center
    }

    .datum {
        margin-bottom: 15px
    }

    .mar-bot-mobile {
        margin-bottom: 15px
    }

    .text-right-mobile {
        text-align: right
    }

    .mar-neg-mobile {
        margin-top: -15px !important
    }

    .mar-neg-mobile-bigger {
        margin-top: -25px !important
    }
}

@media (max-width:666px) {
    .width-80 {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    #subnav .bg-grau>ul>li {
        display: table;
        margin: 0 auto
    }

    #subnav .bg-grau>ul>li+li {
        margin-top: 10px
    }

    #subnav .bg-grau>ul>li:first-child {
        margin-top: 5px
    }

    #subnav .bg-grau>ul>li:last-child {
        margin-bottom: 5px
    }

    #subnav {
        top: auto;
        bottom: 0
    }

    #subnav ul li ul {
        position: relative;
        max-height: 0;
        top: 0;
        opacity: 0;
        background: rgba(0, 0, 0, .85);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        margin-bottom: -15px
    }

    #subnav .bg-grau>ul>li {
        max-width: 80%;
        width: 250px
    }

    .partner img {
        height: 35px
    }
}

@media only screen and (max-width:374px) {

    .albertina-header .albertina-logo img,
    .albertina-header.shrink:not(.nav-is-visible) .albertina-logo img {
        margin-top: 3px
    }

    .albertina-header .albertina-header-buttons {
        right: 55px
    }

    .albertina-header-buttons li:not(.newsletter-desktop) {
        margin-left: 5px
    }

    .albertina-nav-trigger {
        top: 13px
    }

    .partner img {
        height: 30px
    }
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1
}

.delay-fade {
    opacity: 0
}

.scroll-down {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 45px;
    width: 60px;
    margin: 0 0 0 -30px;
    line-height: 45px;
    position: absolute;
    left: 50%;
    bottom: 75px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite
}

.scroll-down.hidden {
    opacity: 0;
    pointer-events: none !important
}

@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0, -10px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0, 10px);
        opacity: 0
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translate(0, -10px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -moz-transform: translate(0, 10px);
        opacity: 0
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0, -10px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(0, 10px);
        opacity: 0
    }
}

.slide-count,
.overlay .h2,
.shop-item-preis,
.shop-kategorie,
.warenkorb-item-titel,
.warenkorb-item-preis,
.warenkorb-count,
.einleitung h2,
.headline2,
.headline2,
.headline3,
.headline4,
.shortfacts p,
.bild-text span:not([class^="plyr"]),
.bild-text img,
figcaption,
#suche input[type=text],
.datum span,
.mehr,
#albertina-nav-unterpunkte li.has-children ul li a,
.vermietung-kontakt .content-sub p,
.galerie .overlay p,
.galerie figcaption,
.nicht-gefunden,
.subtitel,
.badge div.text,
.stoerer .text-slide strong {
    font-family: 'Rasmus', serif
}

.header--alm #albertina-nav-unterpunkte li.has-children ul li a,
.InputfieldSubmit button,
.warenkorb-form input[type=text],
.warenkorb-form input[type=tel],
.warenkorb-form input[type=email],
.warenkorb-form textarea,
.FormBuilder input,
.FormBuilder textarea,
select[multiple],
.anzahl input,
.einleitung h3,
.kategorie-titel,
.presse-form input,
#suche input[type=submit],
.badge-modern div.text,
.standort-modern .overlay .h2,
.mehr-erfahren,
.modern h3,
.modern h4,
.modern h5 {
    font-family: 'Montserrat', sans-serif
}

.typo-modern .slide-count,
.typo-modern .overlay .h2,
.typo-modern .shop-item-preis,
.typo-modern .shop-kategorie,
.typo-modern .warenkorb-item-titel,
.typo-modern .warenkorb-item-preis,
.typo-modern .warenkorb-count,
.typo-modern .einleitung h2,
.typo-modern .headline2,
.typo-modern .headline2,
.typo-modern .headline3,
.typo-modern .headline4,
.typo-modern .shortfacts p,
.typo-modern .bild-text span:not([class^="plyr"]),
.typo-modern .bild-text img,
figcaption,
.typo-modern #suche input[type=text],
.typo-modern .datum span,
.typo-modern .mehr,
.typo-modern #albertina-nav-unterpunkte li.has-children ul li a,
.typo-modern .vermietung-kontakt .content-sub p,
.typo-modern .galerie .overlay p,
.typo-modern .galerie figcaption,
.typo-modern .nicht-gefunden,
.typo-modern .subtitel,
.typo-modern .badge div.text,
.typo-modern .stoerer .text-slide strong {
    font-family: 'Montserrat', sans-serif
}

.albertina-header-buttons .text,
.lang-switch-trigger ul li a,
.warenkorb-count {
    font-size: 11px
}

.lang-mobile {
    font-size: 16px !important
}

.albertina-primary-nav a,
.albertina-primary-nav ul a,
.slide-count,
p small,
figcaption p,
.grid-bild h5,
.bestellen,
.InputfieldSubmit button,
.overlay .h6,
.anzahl input {
    font-size: 13px
}

.galerie .button-grau,
h3.rahmen-unten,
.datum,
.seite-inhalt h3 {
    font-size: 19px
}

.datum span {
    font-size: 80px
}

footer p,
.footer-navigation li li a,
.galerie figcaption p,
.kontaktdaten p,
p,
.presse-form input,
.presse-form label,
.sponsoren,
.warenkorb-form input,
.warenkorb-form textarea,
.FormBuilder input,
.FormBuilder textarea,
select[multiple] {
    font-size: 16px
}

.overlay .h2,
.einleitung h2,
.headline2 {
    font-size: 67px
}

.overlay .h3,
.einleitung h3,
#albertina-nav-unterpunkte li.has-children>a,
.kategorie-titel,
.galerie h3 {
    font-size: 28px
}

.overlay.text-smaller .h2,
.bild-text,
.subtitel,
.shop-item-preis,
.shop-kategorie {
    font-size: 33px
}

.overlay.text-smallest .h2,
.grid-bild .overlay.text-smallest .h2 {
    font-size: 24px
}

.col-md-15 .overlay.text-smallest .h2,
.col-md-15 .grid-bild .overlay.text-smallest .h2,
.warenkorb-item-titel,
.warenkorb-item-preis,
.headline3,
.headline4 {
    font-size: 21px
}

.overlay.text-smaller .h3,
.overlay.text-smallest .h3 {
    font-size: 21px
}

.overlay .h4 {
    font-size: 17px
}

.swiper-ausstellungen .overlay.text-smallest .h3 {
    font-size: 13px
}

.overlay .h5,
.map-overlay p,
.button-small {
    font-size: 13px
}

#subnav ul li a,
.filter-trigger {
    font-size: 13px
}

#albertina-nav-unterpunkte li.has-children ul li a,
.vermietung-kontakt .content-sub p {
    font-size: 23px
}

.breadcrumbs,
.fn {
    font-size: 12px
}

.bg-grau span {
    font-size: 10px
}

.fn::before,
.beschreibung i::before {
    font-size: 11px
}

#suche input[type=text] {
    font-size: 80px
}

.ansicht-wechseln span {
    font-size: 9px
}

.bild-beschriftung p {
    font-size: 4px
}

h3.rahmen-unten.text-bigger {
    font-size: 62px
}

.galerie-text p {
    font-size: 12px
}

.nicht-gefunden {
    font-size: 306px
}

div.cookie-hinweis {
    font-size: 14px
}

.newsletter-mobile i,
.newsletter-mobile span {
    font-size: 20px
}

.MarkupPagerNav {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #eeedec;
    background-color: rgba(255, 255, 255, .9);
    padding: 10px
}

.MarkupPagerNav li {
    display: inline;
    margin: 0
}

.MarkupPagerNav li a {
    padding: 5px
}

.jw-container {
    padding-bottom: 56.25%;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%
}

.jw-container iframe {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1)
}

@media only screen and (max-height:680px) {
    #albertina-nav-unterpunkte li.has-children>a {
        font-size: 22px
    }

    #albertina-nav-unterpunkte li.has-children ul li a,
    .vermietung-kontakt .content-sub p {
        font-size: 20px
    }
}

@media only screen and (max-width:1400px) {

    .overlay .h2,
    .einleitung h2,
    .headline2 {
        font-size: 48px
    }

    .overlay.text-smaller .h2 {
        font-size: 25px
    }

    .col-sm-6 .overlay.text-smaller .h2,
    .overlay.text-smallest .h2,
    .shop-item-preis,
    .shop-kategorie,
    .headline3,
    .headline4 {
        font-size: 18px
    }

    .overlay.text-smaller .h3,
    .overlay.text-smallest .h3 {
        font-size: 15px
    }

    .overlay .h4 {
        font-size: 13px
    }
}

@media only screen and (max-width:768px) {

    .overlay .h2,
    .einleitung h2,
    .headline2 {
        font-size: 36px
    }

    .overlay .h3 {
        font-size: 22px
    }

    .galerie h3,
    .galerie .button-grau {
        font-size: 16px
    }

    .grid-bild .overlay.text-smaller .h2,
    .grid-bild .overlay.text-smallest .h2,
    .shop-item-preis,
    .shop-kategorie,
    .headline3,
    .headline4 {
        font-size: 16px
    }

    ul.accordion li a.toggle {
        font-size: 15px
    }

    h3.kategorie-titel {
        font-size: 15px
    }

    .nicht-gefunden {
        font-size: 160px
    }

    div.cookie-hinweis {
        font-size: 12px
    }

    #albertina-nav-unterpunkte li.has-children>a {
        font-size: 18px
    }

    #albertina-nav-unterpunkte li.has-children ul li a,
    .vermietung-kontakt .content-sub p {
        font-size: 16px
    }

    .shortfacts p {
        font-size: 11px
    }

    .einleitung h2 {
        font-size: 38px
    }

    .einleitung h3 {
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 5px !important
    }
}

@media only screen and (max-width:767px) {

    .overlay .h2,
    .einleitung h2,
    .headline2 {
        font-size: 30px
    }

    .overlay .h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
    .overlay.text-smaller .h3 {
        font-size: 12px
    }

    .overlay .h4 {
        font-size: 12px
    }
}

@media only screen and (min-width:767px) and (max-width:1023px) {

    .grid-bild .overlay.text-smaller .h2,
    .grid-bild .overlay.text-smallest .h2,
    .shop-item-preis,
    .shop-kategorie,
    .headline3,
    .headline4 {
        font-size: 24px !important
    }
}

@media only screen and (max-device-width:568px),
(min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {

    .overlay .h5,
    .button-small,
    .presse-form input,
    .presse-form label,
    .shortfacts.ausstellungdetail p,
    .map-overlay p {
        font-size: 11px
    }

    .overlay .h2,
    .bild-text,
    .subtitel {
        font-size: 25px
    }

    .shop-item-preis,
    .shop-kategorie,
    .headline3,
    .headline4 {
        font-size: 20px
    }

    .einleitung h2,
    .headline2 {
        font-size: 35px
    }

    .col-xs-6 .overlay.text-smaller .h2,
    .swiper-ausstellungen .overlay.text-smaller .h2 {
        font-size: 18px
    }

    .nicht-gefunden {
        font-size: 125px
    }

    .einleitung h3 {
        font-size: 18px
    }

    .nicht-gefunden {
        font-size: 125px
    }

    .overlay .h2,
    .einleitung h2,
    .headline2 {
        font-size: 25px
    }

    .overlay .h3,
    footer p,
    .footer-navigation li li a,
    .galerie figcaption p,
    .kontaktdaten p,
    p,
    .sponsoren,
    .inhalt-normal ul:not([class]),
    .seite-inhalt ul:not([class]) {
        font-size: 15px
    }

    .overlay .h4 {
        font-size: 13px
    }
}

@media only screen and (min-width:1250px) {
    #suche input[type=text] {
        font-size: 140px
    }

    #suche .linie-after::after {
        bottom: 40px
    }

    #suche .submit-box {
        bottom: 50px
    }
}

@media only screen and (max-width:1249px) and (min-width:768px) {
    #suche input[type=text] {
        font-size: 67px
    }

    #suche .linie-after::after {
        bottom: 15px
    }

    #suche .submit-box {
        bottom: 25px
    }
}

@media only screen and (max-width:767px) {
    #suche input[type=text] {
        font-size: 40px
    }

    #suche .submit-box {
        bottom: -30px
    }

    #suche {
        margin-bottom: 220px
    }

    #suche .linie-after::after {
        bottom: 12px;
        border-width: 1px
    }
}

@media only screen and (max-width:991px) {
    .text-right-mobile {
        text-align: right
    }

    .mar-neg-mobile,
    .mar-neg-mobile-bigger {
        margin-top: -1em
    }
}

.amo-logo {
    height: 3.7em;
    margin-bottom: 3.7em
}

@media (max-width:767px) {
    .amo-logo {
        height: 2.6em;
        margin-bottom: 2em
    }
}

.amo-subline {
    font-size: 20px;
    margin-top: 20px !important;
    border: none;
    color: #e20816
}

.no-border {
    border: none !important
}

#loading-albertina {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 99999
}

#loading-albertina span {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 280px;
    height: 40px;
    text-align: center
}

#loading-albertina span span {
    background: url(../../templates/images/logo.svg) 0 0 no-repeat;
    background-size: 100% 100%
}

#loading-albertina span.title1 {
    opacity: 0
}

#loading-albertina span.title2 span {
    width: 0;
    -webkit-transition: width 2s linear;
    -moz-transition: width 2s linear;
    -ms-transition: width 2s linear;
    -o-transition: width 2s linear;
    transition: width 2s linear;
    overflow: hidden
}

.page-loaded #loading-albertina span.title2 span {
    width: 100%
}

.page-loaded #loading-albertina {
    opacity: 0;
    -webkit-transition: opacity .5 linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s
}

.IE_Edge body {
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important
}

.IE_Edge #instagram .fullheight {
    height: auto !important
}

.IE_Edge #instagram .overlay {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 5%;
    padding-bottom: 1.5%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.slide-head {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    background: #fff;
    z-index: 11
}

.slide-head .albertina-logo,
.standort-box .albertina-logo {
    float: none;
    display: inline-block;
    margin: 12px 0 18px
}

div.slide-head .albertina-logo img,
.standort-box .albertina-logo img {
    height: 40px !important;
    width: auto !important
}

@media (max-width:1200px) {
    .standort-box .albertina-logo img {
        height: 30px
    }

    .standort-box.choose-albertina .albertina-logo img {
        height: 40px
    }
}

@media (min-width:1440px) {
    .standort-box .albertina-logo img {
        height: 45px
    }

    .standort-box.choose-albertina .albertina-logo img {
        height: 55px
    }
}

.standort-box .albertina-logo img {
    margin: 0 auto !important
}

@media (max-width:991px) {
    .slide-head .albertina-logo img {
        height: 22px
    }

    .standort-box .albertina-logo img {
        height: auto;
        width: 80%
    }
}

.IE_Edge .standort-box .albertina-logo img {
    width: 215px !important;
    height: auto !important
}

.IE_Edge .albertina-logo img,
.IE_Edge .standort-albertina .albertina-logo img,
.IE_Edge .col-xs-6:nth-of-type(1) .standort-box .albertina-logo img {
    width: 215px !important;
    height: auto !important
}

.IE_Edge .standort-modern .albertina-logo img,
.IE_Edge .col-xs-6:nth-of-type(2) .standort-box .albertina-logo img {
    width: 406px !important;
    height: auto !important
}

.standort-albertina {}

.standort-modern .overlay .h2,
.typo-modern .overlay .h2,
.typo-modern .headline2 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none
}

.typo-modern .headline2 {
    color: #e20816
}

.mehr-erfahren {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    padding: .2em .4em;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none
}

.modern h3,
.modern h4,
.modern h5 {
    font-weight: 500;
    text-transform: uppercase
}

.choose-standort {}

.choose-standort h3 {
    padding: 6rem 0
}

.choose-standort span,
.standort-box h4 {
    padding: .5em 1em;
    display: inline-block
}

.hidden-mobile {
    display: block !important
}

.hidden-desktop {
    display: none !important
}

@media (max-width:991px) {
    .hidden-mobile {
        display: none !important
    }

    .hidden-desktop {
        display: block !important
    }

    .choose-standort h3 {
        padding: 2rem 0
    }

    .choose-standort span,
    .standort-box h4 {
        border: none;
        background: none;
        padding: 0
    }
}

.choose-standort {
    padding: 30px 0
}

.choose-standort .impressum a,
.choose-standort .datenschutz a,
.choose-standort .cookies a {
    text-align: center;
    color: #2e3233;
    font-weight: 500;
    text-decoration: underline;
    margin: 10px 0;
    font-size: 75%;
    display: inline-block;
    text-transform: uppercase
}

.row .gutter-landing>* {
    margin-bottom: 40px
}

.standort-box {
    display: block;
    color: #2e3233;
    position: relative
}

.standort-box figure {
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 0 3rem
}

.standort-box figure:after {
    display: none !important;
    position: absolute;
    z-index: 2;
    background: #e20816;
    background: rgba(226, 8, 22, .5);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: multiply
}

.standort-box figcaption {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important
}

@media (min-width:992px) {
    .standort-box figcaption {
        top: 30px
    }
}

.standort-box figcaption .albertina-logo {
    margin: 0
}

.standort-box figcaption .albertina-logo img {}

.standort-box h4 {
    display: block;
    padding: .2em
}

.standort-box h5 {
    margin-top: 1rem
}

.modern-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
    border: solid #fff;
    border-width: 3rem
}

.col-sm-6 .modern-overlay {
    border-top-width: 0
}

.modern-overlay-text {
    background: #fff;
    padding: 2rem
}

.modern-overlay-text h4 {
    color: #2e3233 !important
}

.modern-overlay-text h5 {
    color: #e20816 !important
}

@media only screen and (min-width:992px) {
    .gutter-landing {
        margin-left: -8rem !important;
        margin-right: -8rem !important
    }

    .gutter-landing [class^="col"] {
        padding: 0 2rem 2rem !important
    }
}

@media only screen and (max-width:991px) {
    .gutter-landing {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .gutter-landing [class^="col"] {
        padding: 0 15px 0 !important
    }

    .template-home .modern-overlay-text {
        padding: 0
    }

    .template-home .modern-overlay {
        border-width: 1.5rem
    }

    .template-home .swiper-wrapper .standort-modern .overlay {
        top: 55% !important
    }
}

@media only screen and (max-width:375px) {

    .template-home .modern-overlay.modern h4,
    .template-home .modern-overlay.modern h5 {
        font-size: 14px !important
    }
}

.typo-modern .offset-header {
    padding-top: 100px
}

@media only screen and (max-width:1023px) {
    .typo-modern .offset-header {
        padding-top: 60px
    }
}

.typo-modern .warenkorb-item-titel,
.typo-modern .warenkorb-item-preis,
.typo-modern .datum strong,
.typo-modern .datum,
.typo-modern .headline3,
.typo-modern .button {
    font-weight: 500
}

.typo-modern .datum {
    text-transform: uppercase
}

.typo-modern .datum span {
    margin-bottom: .1em;
    font-weight: 400
}

.typo-modern .headline6 {
    font-weight: 500;
    color: #3b3c3d;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px
}

.typo-modern .rahmen-unten {
    font-weight: 500;
    letter-spacing: .2em;
    font-size: 15px
}

.typo-modern .rahmen-unten::after {
    border-color: #e20816
}

.modern-show-detail {
    padding-top: 80px
}

@media (min-width:768px) {
    .modern-show-detail .row {
        height: 90%;
        height: 90vh;
        overflow: hidden
    }

    .modern-show-detail .row .show-image {
        height: 100%
    }
}

@media (max-width:767px) {
    .modern-show-detail .headline2 {
        margin-bottom: 20px
    }

    .modern-show-detail .headline3 {
        margin-bottom: 60px
    }
}

.overflow-auto {
    overflow: visible !important
}

.show-image figure {
    position: relative;
    height: 100%
}

@media (min-width:768px) {
    .show-image figure {
        overflow: hidden
    }

    .show-image figure img {
        position: absolute;
        width: auto;
        height: 100%;
        max-width: none !important;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width:767px) {
    .show-image figure {
        height: 70%
    }
}

.show-image figcaption {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    padding: 1em
}

@media (max-width:575px) {
    .show-image figure {
        height: auto !important
    }

    .show-image figcaption {
        position: relative
    }
}

.show-image figcaption,
figcaption.modern-caption {
    font-size: 13px
}

.swiper-media figcaption.modern-caption {
    float: right;
    padding: 15px 25px 0 0
}

.button-inline {
    width: auto;
    padding: .25em .5em
}

.link-disabled {
    pointer-events: none !important;
    cursor: default !important
}

.standort-modern .overlay:not(.text-smallest) .h2,
.typo-modern .headline2 {
    font-size: 50px
}

.mehr-erfahren {
    font-size: 28px
}

.modern h3,
.modern h4 {
    font-size: 24px
}

.typo-modern .datum {
    font-size: 15px
}

.typo-modern .datum strong {
    font-size: 25px
}

@media only screen and (max-width:1400px) {

    .standort-modern .overlay:not(.text-smallest) .h2,
    .typo-modern .headline2 {
        font-size: 36px
    }
}

@media only screen and (max-width:768px) {

    .standort-modern .overlay:not(.text-smallest) .h2,
    .typo-modern .headline2 {
        font-size: 30px
    }

    .mehr-erfahren,
    .modern h3,
    .modern h4 {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {

    .standort-modern .overlay:not(.text-smallest) .h2,
    .typo-modern .headline2 {
        font-size: 25px
    }

    .mehr-erfahren,
    .modern h3,
    .modern h4 {
        font-size: 17px
    }
}

@media only screen and (max-device-width:568px),
(min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {

    .standort-modern .overlay:not(.text-smallest) .h2,
    .typo-modern .headline2 {
        font-size: 25px
    }

    .mehr-erfahren,
    .modern h3,
    .modern h4 {
        font-size: 15px
    }
}

.template-show-modern .header-fix,
.template-cafe-modern .header-fix,
.template-show-klosterneuburg .header-fix,
.template-cafe-modern .header-fix {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.aktuell-albertina {
    background: #e20816
}

.aktuell-albertina .einleitung {
    padding: 6rem 0
}

.aktuell-albertina .einleitung * {
    color: #fff !important
}

.aktuell-albertina .swiper-slide,
.aktuell-albertina .fullheight {
    background: none
}

.aktuell-albertina .fullheight {
    height: auto;
    min-height: 100vh
}

@media only screen and (max-width:768px) {
    .aktuell-albertina .fullheight {
        min-height: 50vh
    }
}

.swiper-aktuell-albertina {
    padding-bottom: 6rem;
    overflow: hidden
}

.swiper-button-next--alb,
.swiper-button-prev--alb,
.template-show-modern .lightbox-slideshow .swiper-button-next,
.template-show-modern .lightbox-slideshow .swiper-button-prev,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
    z-index: 5
}

.swiper-button-next--alb.swiper-button-disabled,
.swiper-button-prev--alb.swiper-button-disabled,
.template-show-modern .lightbox-slideshow .swiper-button-next.swiper-button-disabled,
.template-show-modern .lightbox-slideshow .swiper-button-prev.swiper-button-disabled,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next.swiper-button-disabled,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: default
}

.swiper-button-next--alb,
.template-show-modern .lightbox-slideshow .swiper-button-next,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -6rem
}

.swiper-button-prev--alb,
.template-show-modern .lightbox-slideshow .swiper-button-prev,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -6rem
}

.swiper-button-next--alb:after,
.swiper-button-prev--alb:after,
.template-show-modern .lightbox-slideshow .swiper-button-next:after,
.template-show-modern .lightbox-slideshow .swiper-button-prev:after,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next:after,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev:after {
    content: "";
    display: block;
    width: 2px;
    height: 45px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg) translate(15px, 4px);
    -moz-transform: rotate(-45deg) translate(15px, 4px);
    -ms-transform: rotate(-45deg) translate(15px, 4px);
    -o-transform: rotate(-45deg) translate(15px, 4px);
    transform: rotate(-45deg) translate(15px, 4px);
    left: 0;
    top: 0
}

.swiper-inhalt .swiper-button-next--alb,
.swiper-inhalt .swiper-button-prev--alb,
.template-show-modern .lightbox-slideshow .swiper-button-next,
.template-show-modern .lightbox-slideshow .swiper-button-prev,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
    border-color: #e20816;
    margin-top: 0 !important
}

.template-show-modern .lightbox-slideshow .swiper-button-next,
.template-show-modern .lightbox-slideshow .swiper-button-prev,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
    background: none !important
}

.swiper-inhalt .swiper-button-next--alb:after,
.swiper-inhalt .swiper-button-prev--alb:after,
.template-show-modern .lightbox-slideshow .swiper-button-next:after,
.template-show-modern .lightbox-slideshow .swiper-button-prev:after,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next:after,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev:after {
    background: #e20816
}

.swiper-inhalt .swiper-button-next--alb {
    right: 2rem
}

.template-show-modern .lightbox-slideshow .swiper-button-next,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-next {
    right: 2rem !important
}

.swiper-inhalt .swiper-button-prev--alb {
    left: 2rem
}

.template-show-modern .lightbox-slideshow .swiper-button-prev,
.template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
    left: 2rem !important
}

@media (min-width:768px) {
    .swiper-inhalt .swiper-button-next--alb {
        right: 12vw
    }

    .swiper-inhalt .swiper-button-prev--alb {
        left: 20vw
    }

    .template-show-modern .lightbox-slideshow .swiper-button-next,
    .template-show-klosterneuburg .lightbox-slideshow .swiper-button-next {
        right: 6vw
    }

    .template-show-modern .lightbox-slideshow .swiper-button-prev,
    .template-show-klosterneuburg .lightbox-slideshow .swiper-button-prev {
        left: 6vw
    }
}

.swiper-inhalt .swiper-counter {
    position: absolute;
    top: -2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 11px
}

.media-slider-box {
    margin-bottom: 12rem !important
}

.swiper-media {
    overflow: visible;
    position: relative
}

.swiper-media figure {
    width: 100%
}

.swiper-media figure .aspect-ratio {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    position: relative
}

.swiper-media .aspect-ratio>div,
.swiper-media .aspect-ratio>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-media .swiper-slide {
    -webkit-align-items: start !important;
    align-items: start !important
}

.swiper-media .swiper-button-next--alb,
.swiper-media .swiper-button-prev--alb {
    margin-top: -105px
}

.swiper-media .swiper-button-next--alb {
    right: 2rem
}

.swiper-media .swiper-button-prev--alb {
    left: 2rem
}

.swiper-media .plyr--audio .plyr__controls {
    width: 85%;
    margin: 0 auto
}

@media (min-width:768px) {
    .swiper-media .plyr--audio .plyr__controls {
        width: 50%
    }
}

.swiper-media .swiper-elemente {
    position: absolute;
    right: -20%;
    top: 50%;
    transform: translateY(-200%);
    width: 20%;
    z-index: 999
}

.breadcrumbs-modern {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 1.5em;
    margin: auto;
    left: 2rem;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    font-weight: 500;
    color: #3d3c3b;
    letter-spacing: .015em;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 3;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.page-loaded .breadcrumbs-modern {
    opacity: 1 !important
}

@media (max-width:1199px) {
    .breadcrumbs-modern {
        display: none
    }
}

.breadcrumbs-modern a {
    color: #3b3d3d
}

.breadcrumbs-modern a:not(:nth-of-type(1)):after {
    content: '\2014';
    display: inline-block;
    margin: 0 .5em
}

.breadcrumbs-modern a:last-of-type:after {
    display: none
}

.breadcrumbs-modern a:first-of-type {
    display: none
}

.breadcrumbs-modern:nth-of-type(2) {
    display: none
}

.template-home .slider-link.standort-modern .overlay .h5 {
    display: none !important
}

.content {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    padding: 0
}

.fullwidth {
    width: 100%;
    position: relative;
    overflow: hidden !important
}

.clear {
    clear: both
}

.albertinamodern {
    color: #e20816
}

.schwarz {
    color: #1c1c1c
}

.parallax-object {
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: .3;
    margin-top: -7em
}

.parallax-object img {
    display: block;
    width: 100%
}

.parallax-object.color:after {
    content: '';
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: lighten
}

@supports (mix-blend-mode:multiply) {
    .parallax-object.color:after {
        background: #e20816
    }
}

.width-70 {
    width: 70%
}

.swiper-inhalt {
    margin-top: 6rem;
    height: 50vh;
    overflow: visible;
    margin-bottom: 20rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto
}

.swiper-inhalt .swiper-slide {
    -webkit-align-items: unset;
    align-items: unset;
    vertical-align: unset
}

.swiper-inhalt .IE_Edge {
    overflow: hidden !important
}

@media only screen and (min-width:768px) {
    .swiper-inhalt {
        width: 100%;
        margin-bottom: 0;
        height: 80vh
    }
}

@media (min-height:800px) {
    .swiper-inhalt {
        height: 65vh
    }
}

.swiper-inhalt .swiper-slide {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.swiper-inhalt .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0
}

.swiper-inhalt .swiper-slide img {
    height: 80%;
    max-width: none;
    width: auto;
    display: block;
    margin: 0 auto
}

.swiper-inhalt .swiper-slide.swiper-slide-prev {
    opacity: 0
}

.swiper-inhalt .swiper-slide.wide img {
    height: 65%;
    position: absolute
}

.swiper-inhalt .swiper-caption {
    position: absolute;
    z-index: 2;
    color: #e20816;
    font-size: 1.5rem;
    top: .5rem;
    left: -1.5rem;
    font-weight: 500;
    text-align: left
}

@media only screen and (min-width:768px) {
    .swiper-inhalt .swiper-caption {
        top: 3rem;
        left: -3rem
    }

    .swiper-inhalt .swiper-subline {
        bottom: 0px !important
    }
}

@media only screen and (max-width:767px) {
    .swiper-inhalt {
        margin-top: 0
    }

    .swiper-inhalt .swiper-subline {
        -webkit-transform: translateY(100%) !important;
        -moz-transform: translateY(100%) !important;
        -ms-transform: translateY(100%) !important;
        -o-transform: translateY(100%) !important;
        transform: translateY(100%) !important
    }
}

.swiper-inhalt .swiper-subline {
    position: absolute;
    bottom: 40px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: .8rem;
    min-height: 80px
}

.swiper-inhalt .swiper-button-next,
.swiper-inhalt .swiper-button-prev {
    width: 1.9rem;
    height: 1.3rem;
    padding: 1em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation: blink 6s steps(5, start) infinite;
    -moz-animation: blink 6s steps(5, start) infinite;
    animation: blink 6s steps(5, start) infinite
}

@media only screen and (min-width:768px) {

    .swiper-inhalt .swiper-button-next,
    .swiper-inhalt .swiper-button-prev {
        padding: 4em;
        background-size: 25% 25%
    }
}

.swiper-inhalt .swiper-button-next:after,
.swiper-inhalt .swiper-button-prev:after {
    display: none !important
}

.swiper-inhalt .swiper-button-next.swiper-button-disabled,
.swiper-inhalt .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    visibility: hidden !important
}

.swiper-inhalt .swiper-button-next {
    right: -2.5rem;
    background-image: url(../../templates/images/pfeil-rechts.svg)
}

@media only screen and (min-width:768px) {
    .swiper-inhalt .swiper-button-next {
        right: 12vw
    }
}

.swiper-inhalt .swiper-button-prev {
    left: -2.5rem;
    background-image: url(../../templates/images/pfeil-links.svg)
}

@media only screen and (min-width:768px) {
    .swiper-inhalt .swiper-button-prev {
        left: 20vw
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

:root {
    --swiper-pagination-color: #e20816;
    --swiper-theme-color: #e20816 !important
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e20816
}

.swiper-inhalt .swiper-elemente {
    width: 100%;
    position: relative;
    text-align: center;
    height: 25rem;
    margin: 0 auto
}

@media only screen and (min-width:1024px) {
    .swiper-inhalt .swiper-elemente {
        position: absolute;
        left: 0;
        top: 0;
        width: 12rem;
        height: 100%;
        background: #fff;
        z-index: 2;
        margin-top: 0 !important
    }
}

.swiper-inhalt .swiper-elemente>div {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .swiper-inhalt .swiper-elemente>div {
        width: 50%
    }
}

.swiper-inhalt .swiper-elemente .swiper-pagination {
    width: 100%;
    height: .75rem
}

.swiper-inhalt .swiper-elemente .swiper-pagination-progressbar,
.swiper-highlight .swiper-elemente .swiper-pagination-progressbar {
    background: #e2dbbe
}

.swiper-indicator {
    list-style: none;
    counter-reset: swiperNumbers;
    text-align: center;
    display: block;
    white-space: nowrap
}

.swiper-indicator li {
    width: 20px;
    height: 20px;
    line-height: 1 !important;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: .7rem;
    margin-top: 3px;
    white-space: nowrap;
    padding-right: 1.75rem;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}

@media only screen and (min-width:768px) {
    .swiper-indicator li {
        display: block;
        padding: 0;
        height: 20px;
        font-size: 11px
    }
}

.swiper-indicator li:before {
    counter-increment: swiperNumbers;
    content: counter(swiperNumbers, decimal-leading-zero)
}

.swiper-indicator li:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #1c1c1c;
    width: .5rem;
    margin: 0 auto 0.2rem;
    margin-left: .2rem
}

@media only screen and (min-width:768px) {
    .swiper-indicator li:after {
        display: block;
        width: 1px;
        height: 10px;
        margin: 0 auto 10px
    }
}

.swiper-indicator li:last-child:after {
    display: none
}

.swiper-indicator li.active {
    border-radius: 50%;
    background: #e20816;
    color: transparent;
    -webkit-transform: scale(0.5) translateX(-50%) translateY(-40%);
    -moz-transform: scale(0.5) translateX(-50%) translateY(-40%);
    -ms-transform: scale(0.5) translateX(-50%) translateY(-40%);
    -o-transform: scale(0.5) translateX(-50%) translateY(-40%);
    transform: scale(0.5) translateX(-50%) translateY(-40%)
}

@media only screen and (min-width:768px) {
    .swiper-indicator li.active {
        -webkit-transform: scale(0.5) translateY(-50%);
        -moz-transform: scale(0.5) translateY(-50%);
        -ms-transform: scale(0.5) translateY(-50%);
        -o-transform: scale(0.5) translateY(-50%);
        transform: scale(0.5) translateY(-50%)
    }
}

.swiper-indicator li.active:after {
    -webkit-transform: translateY(600%) translateX(300%) scale(1.8);
    -moz-transform: translateY(600%) translateX(300%) scale(1.8);
    -ms-transform: translateY(600%) translateX(300%) scale(1.8);
    -o-transform: translateY(600%) translateX(300%) scale(1.8);
    transform: translateY(600%) translateX(300%) scale(1.8)
}

@media only screen and (min-width:768px) {
    .swiper-indicator li.active:after {
        -webkit-transform: translateY(150%) scale(1.8);
        -moz-transform: translateY(150%) scale(1.8);
        -ms-transform: translateY(150%) scale(1.8);
        -o-transform: translateY(150%) scale(1.8);
        transform: translateY(150%) scale(1.8)
    }
}

.share-icons {
    list-style: none;
    margin: 2rem 0
}

.share-icons li {
    display: inline;
    margin: 0 0.25rem
}

.share-icons li img {
    width: 2.5rem;
    height: auto
}

.share-icons li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block
}

.share-icons li a:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.col {
    width: auto !important;
    padding-right: 15px
}

.template-shows-archive-modern h1.headline2,
.template-shows-archive-klosterneuburg h1.headline2 {
    margin-bottom: 15px
}

.template-shows-archive-modern .amo-subline,
.template-shows-archive-klosterneuburg .amo-subline {
    color: #e20816;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 0 !important
}

.privacywire {
    position: fixed;
    bottom: 25px !important;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    padding: 1rem;
    transition: bottom .3s ease, opacity 1s ease;
    z-index: 998;
    padding: 22px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.privacywire header {
    font-weight: 500;
    margin-bottom: .5em
}

@media (min-width:992px) {
    .privacywire {
        margin-left: 8.33333333%;
        width: 83.33333333%
    }
}

.show-banner .privacywire.privacywire-banner,
.show-message .privacywire.privacywire-message,
.show-options .privacywire.privacywire-options {
    opacity: 1;
    transition: opacity .3s ease
}

.show-banner .privacywire.privacywire-options,
.privacywire.privacywire-message {
    pointer-events: none
}

.privacywire button[hidden] {
    display: none
}

.privacywire-buttons {
    text-align: center;
    margin-top: 1em
}

.privacywire-buttons button {
    width: auto !important
}

.privacywire-buttons button.toggle,
.privacywire-buttons button.allow-necessary {
    display: none
}

.privacywire-wrapper {
    pointer-events: none
}

.privacywire-wrapper.show-banner,
.privacywire-wrapper.show-options {
    pointer-events: all
}

.privacywire-text a {
    color: currentColor;
    text-decoration: underline
}

.row>.embedded_content {
    padding-bottom: 0;
    height: auto;
    position: static
}

.embedded_content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.embedded_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:667px) {
    .albertina-content .swiper-slide>video {
        display: none
    }
}

@media (min-width:667px) {
    .albertina-content .swiper-slide>video+a * {
        display: none
    }
}

.slideshow-werke-modern p {
    margin-top: 0
}

.media-images-modern-overlay {
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none !important
}

.template-show-modern .galerie-text,
.template-show-klosterneuburg .galerie-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    width: 100vh;
    transform: translate(-50%, 50px) !important;
    text-align: center
}

.template-show-modern .galerie-bild-lightbox,
.template-show-klosterneuburg .galerie-bild-lightbox {
    overflow: visible
}

@media (max-width:992px) {

    .template-show-modern .lightbox-slideshow .galerie-bild-lightbox.landscape img,
    .template-show-klosterneuburg .lightbox-slideshow .galerie-bild-lightbox.landscape img {
        left: unset !important
    }

    .template-show-modern .lightbox-slideshow .galerie-bild-lightbox.landscape img,
    .template-show-klosterneuburg .lightbox-slideshow .galerie-bild-lightbox.landscape img {
        width: 100%
    }
}

.template-show-modern .lightbox-slideshow .row.pad-seite,
.template-show-klosterneuburg .lightbox-slideshow .row.pad-seite {
    justify-content: center
}

.template-show-modern .galerie-bild-lightbox.landscape img,
.template-show-modern .galerie-bild-lightbox.portrait img,
.template-show-klosterneuburg .galerie-bild-lightbox.landscape img,
.template-show-klosterneuburg .galerie-bild-lightbox.portrait img {
    object-fit: contain;
    object-position: center;
    max-height: 100%
}

@media (max-width:992px) and (orientation:portrait) {

    .template-show-modern .galerie-bild-lightbox.portrait img,
    .template-show-klosterneuburg .galerie-bild-lightbox.portrait img {
        width: 100%;
        height: 100%
    }
}

.swiper-inhalt .swiper-slide img {
    max-width: 120%;
    object-fit: contain;
    object-position: bottom
}

@media (max-width:667px) {
    .nl_container {
        display: none !important
    }
}

.nl_container.en {
    display: none !important
}

.nl_container {
    position: fixed;
    width: 540px;
    right: 143px;
    bottom: 5vh;
    z-index: 9999;
    transition: opacity 1s, transform 1s;
    transform: translateY(400px);
    opacity: 0
}

.nl_container .data_sec {
    width: 100%
}

.nl_container .data_sec span {
    width: 100%;
    height: 100%
}

.nl_open {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 143px;
    bottom: 67px;
    display: none;
    z-index: 9999
}

.nl_open.shown {
    display: block
}

.nl_container.shown {
    transform: translateY(0);
    opacity: 1
}

.nl_header {
    height: 31px;
    width: 83px;
    background: #f9f9f9B3 0% 0% no-repeat padding-box;
    margin-left: auto
}

.nl_body {
    height: calc(100% - 52px);
    background: #f9f9f9B3 0% 0% no-repeat padding-box;
    position: relative;
    padding: 26px 44px
}

.nl_body>* {
    height: 100%;
    color: #000;
    opacity: 1
}

.nl_body>*:nth-child(1) {
    width: 44px;
    position: absolute;
    top: 0;
    left: 0;
    font: normal normal normal 16px/26px Rasmus
}

.nl_body .center .intro {
    margin-bottom: 29px;
    font: normal normal normal 17px/20px Montserrat
}

.nl_body .center form>*:nth-child(3),
.nl_body .center form>*:nth-child(4) {
    width: 100%;
    margin-bottom: 12px
}

.nl_body .center form>* {}

.nl_body .center form>*:nth-child(3)>*,
.nl_body .center form>*:nth-child(4)>* {}

.nl_body>*:nth-child(2) {
    border-left: black solid 1px;
    border-right: black solid 1px;
    padding: 0 25px
}

.nl_body>*:nth-child(3) {
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 20px/26px Rasmus;
    line-height: 26px
}

.nl_body>*:nth-child(2)>* {
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

.nl_body>*:nth-child(1)>*,
.nl_body>*:nth-child(3)>* {
    color: black;
    width: 300px
}

.nl_body>*:nth-child(1) .rot {
    transform: rotate(-90deg);
    position: absolute;
    left: -125px;
    top: calc(50% - 20px);
    white-space: nowrap;
    text-align: center
}

.nl_body>*:nth-child(3) .rot {
    transform: rotate(90deg);
    position: absolute;
    right: -125px;
    top: calc(50% - 7px);
    white-space: nowrap;
    text-align: center
}

.nl_container .nl_body form {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}

.nl_container form input[type=text] {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    color: #5F5F5F !important;
    background-color: transparent;
    margin-bottom: 5px;
    height: 30px;
    font: normal normal normal 12px/15px Montserrat;
    background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x
}

.nl_container form input:focus {
    outline: none
}

.nl_container form .checkbox_container {
    font: normal normal normal 10px/12px Montserrat
}

.nl_container form input[type=text]::placeholder {
    color: #5F5F5F !important;
    opacity: 1
}

.nl_container form input[type=text]:-ms-input-placeholder {
    color: #5F5F5F !important
}

.nl_container form input[type=text]::-ms-input-placeholder {
    color: #5F5F5F !important
}

.nl_container .checkbox_container {
    display: flex
}

.nl_container .nl_body form>*:nth-child(1),
.nl_container .nl_body form>*:nth-child(2) {
    width: 46%;
    margin-bottom: 34px
}

.nl_container .nl_body form>*:nth-child(2) * {
    font: normal normal normal 10px/12px Montserrat;
    text-align: left
}

.nl_close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ni45OCA0Ni45OCI+PHBvbHlnb24gcG9pbnRzPSI0Ni45OCAxLjg4IDQ1LjExIDAgMjMuNDkgMjEuNjIgMS44OCAwIDAgMS44OCAyMS42MiAyMy40OSAwIDQ1LjExIDEuODggNDYuOTggMjMuNDkgMjUuMzcgNDUuMTEgNDYuOTggNDYuOTggNDUuMTEgMjUuMzcgMjMuNDkgNDYuOTggMS44OCIvPjwvc3ZnPgo=);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
    transition: background-size 2s
}

.nl_close:hover {
    background-size: 20px
}

.nl_container input[type="checkbox"] {
    position: relative;
    left: 15px;
    top: -4px;
    z-index: 0;
    -webkit-appearance: none
}

.nl_container input[type="checkbox"]+label::before {
    width: 16px;
    height: 110%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxNyI+PHBhdGggZD0iTTEwMS41NywxNDIuNTRoLTE3di0xN2gxN1ptLTE2LTFoMTV2LTE1aC0xNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NC41NyAtMTI1LjU0KSIvPjwvc3ZnPgo=);
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 5;
    position: relative;
    background-repeat: no-repeat
}

.nl_container input[type="checkbox"]:checked+label::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ny4wOSA0Ny4wOSI+PHBhdGggZD0iTTYwLjA2LDk2Ljc2djQ3LjA4aDQ3LjA4Vjk2Ljc2Wk04MS42NCwxMjAuMyw2Mi44MywxMzkuMTJWMTAxLjQ5Wk02NC43OSw5OS41M2gzNy42M0w4My42LDExOC4zNFpNODMuNiwxMjIuMjZsMTguODEsMTguODFINjQuNzlabTItMiwxOC44MS0xOC44MXYzNy42M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MC4wNiAtOTYuNzYpIi8+PC9zdmc+Cg==)
}

.nl_container form button[type=submit] {
    width: 157px;
    height: 29px;
    background: #EF0317 0% 0% no-repeat padding-box;
    font: caption;
    outline: none;
    border: none
}

.nl_container form button[type=submit] .text {
    height: 100%;
    display: inline-block;
    top: -10px;
    position: relative;
    font: normal normal normal 12px/15px Montserrat;
    letter-spacing: 0;
    left: 0;
    transition: left 0.5s
}

.nl_container .arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MC42NyAzMi4zNiI+PHBvbHlnb24gcG9pbnRzPSIyNC40OSAwIDIyLjM5IDIuMSAzNSAxNC43MSAwIDE0LjcxIDAgMTcuNjcgMzQuOTkgMTcuNjcgMjIuMzkgMzAuMjcgMjQuNDkgMzIuMzcgNDAuNjcgMTYuMTggMjQuNDkgMCIvPjwvc3ZnPgo=);
    width: 15px;
    height: 100%;
    display: inline-block;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    right: 0;
    transition: right 0.5s
}

.nl_container form button[type=submit]:hover .text {
    left: -20px
}

.nl_container form button[type=submit]:hover .arrow {
    right: -20px
}

.nl_container .messages,
.nl_container .messages>* {
    display: none;
    text-align: center
}

.nl_container .messages.shown,
.nl_container .messages>*.shown {
    display: inline-block
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #fafafa !important;
    border: 1px solid #dcdcdc !important;
    color: black !important;
    padding: 5px !important
}

@media (min-width:992px) {
    .template-show .grid-item .row>div {
        padding-left: 41px !important;
        padding-right: 41px !important
    }
}

.pad.shows {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.row.pad-seite.shows {
    margin-left: -6px;
    margin-right: -6px
}

.modernBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 4px #e20816;
    transition: border 1s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

*:hover>*>.modernBorder {
    border: solid 0 #e20816
}

@media (min-width:992px) and (max-width:1330px) {

    #vorschauModern h3>span:nth-child(2),
    #vorschauClassic h3>span:nth-child(2) {
        white-space: pre;
        display: block
    }
}

.nachhaltigkeit h3,
.nachhaltigkeit .wow.fadeInUp a:not(.toggle) {
    color: #11a539
}

@media (max-width:992px) {
    .rahmen-unten {
        float: none
    }
}

@media (max-width:768px) {
    .mobile-hidden {
        display: none !important
    }
}

@media (min-width:768px) {
    .mobile-hidden.force_mobile_layout {
        display: none !important
    }
}

@media (min-width:769px) {
    .desktop-hidden:not(.force_mobile_layout) {
        display: none !important
    }
}

.color-red {
    color: #e20816 !important
}

.color-black {
    color: black !important
}

.color-white {
    color: white !important
}

.template-show .color-white,
.template-show-modern .color-white,
.template-show .color-white,
.template-show-klosterneuburg .color-white {
    color: black !important
}

.template-event .color-white,
.template-event-modern .color-white,
.template-event-klosterneuburg .color-white {
    color: black !important
}

.template-show .show-header {
    margin-bottom: 0
}

.size-normal {
    font-size: 67px !important
}

.size-small {
    font-size: 60px !important
}

.size-verysmall {
    font-size: 53px !important
}

.size-tiny {
    font-size: 47px !important
}

.size-verytiny {
    font-size: 40px !important
}

.size-big {
    font-size: 73px !important
}

.size-verybig {
    font-size: 80px !important
}

.text-smaller .size-normal {
    font-size: 33px !important
}

.text-smaller .size-small {
    font-size: 30px !important
}

.text-smaller .size-verysmall {
    font-size: 26px !important
}

.text-smaller .size-tiny {
    font-size: 23px !important
}

.text-smaller .size-verytiny {
    font-size: 20px !important
}

.text-smaller .size-big {
    font-size: 36px !important
}

.text-smaller .size-verybig {
    font-size: 40px !important
}

.text-smallest .size-normal {
    font-size: 24px !important
}

.text-smallest .size-small {
    font-size: 22px !important
}

.text-smallest .size-verysmall {
    font-size: 20px !important
}

.text-smallest .size-tiny {
    font-size: 18px !important
}

.text-smallest .size-verytiny {
    font-size: 16px !important
}

.text-smallest .size-big {
    font-size: 26px !important
}

.text-smallest .size-verybig {
    font-size: 28px !important
}

@media only screen and (max-width:1400px) {
    .size-normal {
        font-size: 48px !important
    }

    .size-small {
        font-size: 43px !important
    }

    .size-verysmall {
        font-size: 38px !important
    }

    .size-tiny {
        font-size: 34px !important
    }

    .size-verytiny {
        font-size: 29px !important
    }

    .size-big {
        font-size: 52px !important
    }

    .size-verybig {
        font-size: 57px !important
    }

    .text-smaller .size-normal {
        font-size: 25px !important
    }

    .text-smaller .size-small {
        font-size: 22px !important
    }

    .text-smaller .size-verysmall {
        font-size: 20px !important
    }

    .text-smaller .size-tiny {
        font-size: 18px !important
    }

    .text-smaller .size-verytiny {
        font-size: 16px !important
    }

    .text-smaller .size-big {
        font-size: 27px !important
    }

    .text-smaller .size-verybig {
        font-size: 30px !important
    }

    .text-smallest .size-normal {
        font-size: 18px !important
    }

    .text-smallest .size-small {
        font-size: 16px !important
    }

    .text-smallest .size-verysmall {
        font-size: 14px !important
    }

    .text-smallest .size-tiny {
        font-size: 12px !important
    }

    .text-smallest .size-verytiny {
        font-size: 10px !important
    }

    .text-smallest .size-big {
        font-size: 20px !important
    }

    .text-smallest .size-verybig {
        font-size: 22px !important
    }
}

@media only screen and (max-width:768px) {
    .size-normal {
        font-size: 30px !important
    }

    .size-small {
        font-size: 27px !important
    }

    .size-verysmall {
        font-size: 25px !important
    }

    .size-tiny {
        font-size: 21px !important
    }

    .size-verytiny {
        font-size: 18px !important
    }

    .size-big {
        font-size: 33px !important
    }

    .size-verybig {
        font-size: 36px !important
    }
}

.allow_lower_case {
    text-transform: none !important
}

.grid {
    overflow: hidden
}

.slide-head {
    display: flex;
    padding-left: 15px;
    padding-right: 15px
}

.slide-head>* {
    width: 100%
}

.slide-head>.albertina-logo:nth-child(1)>img {
    margin-left: auto;
    padding-left: 8px
}

.slide-head>.albertina-logo:nth-child(3)>img {
    margin-right: auto;
    padding-right: 8px
}

.slide-head .separator {
    width: 2px;
    display: block;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px
}

.slide-head .separator .vertical-line {
    background: #e20816;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 2px
}

.standort-box .standort-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.standort-box .select-button-container {
    bottom: 0;
    position: absolute;
    width: 100%
}

.standort-box .select-button-container>* {
    margin: 0;
    background: #e20816;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    padding: 10px;
    display: inline-block;
    width: 100%
}

.standort-box .select-button-container>*>p {
    font-size: 16px !important;
    line-height: 25px !important;
    font-family: 'Montserrat', sans-serif;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
}

.standort-box figure>div {
    position: absolute;
    bottom: 0
}

@media (max-width:991px) {
    .slide-head .separator .vertical-line {
        height: 22px;
        width: 1px
    }
}

.albertina-startpage .swiper-container .swiper-slide,
.albertina-startpage .swiper-container {
    height: 60vh;
    margin-bottom: 60px
}

.tickets-shop-button {
    background: #e20816;
    padding: 5px;
    color: white !important
}

@media (max-width:991px) {
    .albertina-header-buttons .tickets-shop-button {
        font-size: 8px
    }

    .shrink a.albertina-logo img {
        height: 16px !important;
        margin-top: 3px
    }
}

.template-show .einleitung h2,
.template-show .headline2,
.template-event .einleitung h2,
.template-event .headline2 {
    margin: 0
}

.modern-show-detail .headline2 {
    margin-bottom: 0
}

.modern-show-detail .headline2+.headline2 {
    margin-top: 0
}

.modern-show-detail .headline2+.headline3 {
    margin-top: 20px
}

.box .overlay.text-smallest {
    transition: top 1s ease-in-out
}

.box.showing-credits .overlay.text-smallest {
    top: 30%
}

.overlay.credits {
    top: unset;
    bottom: 0%;
    transition: transform 1s ease-in-out;
    transform: translateY(100%);
    font-size: 10px
}

.overlay.credits p {
    font-size: 10px
}

.overlay-container {
    position: absolute;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    margin: 8px;
    overflow: hidden;
    top: 0
}

.box .overlay.btn {
    left: 16px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 2px solid white;
    border-radius: 12px;
    top: calc(100% - 30px)
}

.box .overlay.btn img {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 3px
}

.box.showing-credits .overlay.credits {
    top: unset;
    bottom: 0%;
    transform: translateY(-8px)
}

.box .x {
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    opacity: 0.0f
}

.box .c {
    transform: scale(1);
    transition: all 0.5s ease-in-out
}

.box.showing-credits .c {
    transform: scale(0);
    left: 16px !important
}

.box.showing-credits .x {
    transform: scale(1);
    opacity: 1.0f
}

.caption_overlay_disabled {
    display: none
}

@media (max-width:767px) {
    .embedded_content.spotify {
        margin-top: 50px;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .choose-standort h4 {
        font-size: 12px;
        font-weight: 500
    }

    .choose-standort h5 {
        font-size: 12px;
        font-weight: 500
    }
}

.template-calendar #subnav,
.template-calendar #subnav>*,
.template-calendar #subnav>*>* {
    overflow: visible
}

.col-md-12 {
    overflow: visible
}

#albertina-primary-nav {
    display: flex;
    justify-content: space-around
}

#albertina-primary-nav,
#albertina-primary-nav>* {
    margin-left: 0px !important
}

.shrink .albertina-nav {
    margin-left: 130px;
    width: calc(100% - 440px)
}

.shrink.albertina-header-modern .albertina-nav {
    margin-left: 240px;
    width: calc(100% - 555px)
}

.nav-is-visible.albertina-header-modern .albertina-nav {
    margin-left: 0;
    width: 100%
}

.nav-is-visible .albertina-nav {
    margin-left: 0;
    width: 100%
}

.albertina-primary-nav::after {
    content: none !important
}

#albertina-primary-nav>* {
    width: auto
}

@media (max-width:991px) {
    .nav-besuch {
        clear: both
    }
}

#albertina-nav-unterpunkte li.has-children>a {
    font-size: 24px
}

#albertina-nav-unterpunkte li.has-children ul li a {
    font-size: 20px
}

@media only screen and (max-width:768px) {
    #albertina-nav-unterpunkte li.has-children>a {
        font-size: 18px
    }

    #albertina-nav-unterpunkte li.has-children ul li a {
        font-size: 14px
    }
}

.fp-auto-height.current-shows-text {
    height: auto !important
}

.p-20159 #subnav {
    display: none
}

.template-show-modern .row,
.template-show-klosterneuburg .row {
    margin-left: 0px !important;
    margin-right: 0px !important
}

a.closed_detailpage {
    cursor: default;
    pointer-events: none
}

::placeholder {
    color: #9c9d9f !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #9c9d9f
}

::-ms-input-placeholder {
    color: #9c9d9f
}

.link-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.language-link {
    display: flex;
    align-items: center;
    width: calc(32% - 10px);
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none
}

.language-link img {
    width: 30px;
    height: 20px;
    margin-right: 10px
}

@media (max-width:1200px) {
    .language-link {
        width: calc(50% - 10px)
    }
}

@media (max-width:768px) {
    .language-link {
        width: 100%
    }
}

.swiper-ausstellungen .lazyload,
.swiper-ausstellungen .lazyloading {
    opacity: 1
}

.template-basic-page-show-slider ul.accordion.mar-bot-big {
    margin-bottom: 0
}

.galerie-bild-lightbox>img {
    object-fit: contain !important;
    max-width: 100%;
    max-height: 100%
}

.coming-soon-stoerer {
    position: absolute;
    background-color: #e20816;
    border-radius: 50%;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    width: 110px;
    height: 110px
}

@media (min-width:768px) {
    .coming-soon-stoerer {
        right: 20px;
        top: 20px;
        width: 120px;
        height: 120px
    }
}

@media (min-width:1400px) {
    .coming-soon-stoerer {
        right: 40px;
        top: 40px;
        width: 130px;
        height: 130px
    }
}

@media (min-width:1800px) {
    .coming-soon-stoerer {
        right: 60px;
        top: 60px;
        width: 140px;
        height: 140px
    }
}

.coming-soon-stoerer span {
    width: 100%;
    text-align: center;
    color: white
}

.albertina-startpage .slide-head .albertina-logo.albertina-klosterneuburg-logo img {
    height: 50px !important
}

.albertina-logo .two-lines,
.standort-box .albertina-logo img.two-lines {
    height: 80px !important
}

.albertina-logo .two-lines,
.standort-box .albertina-klosterneuburg-logo img.two-lines {
    height: 68px !important
}

@media (min-width:768px) {
    .choose-standort .albertina-logo {
        height: 80px
    }
}

@media (min-width:992px) {
    .slide-head .albertina-logo.albertina-modern-logo img {
        padding-top: 10px
    }

    .choose-standort .albertina-logo {
        height: 40px
    }

    .choose-standort .albertina-logo.albertina-modern-logo img {
        height: 18px !important;
        margin-top: 4px !important
    }

    .choose-standort .albertina-logo.albertina-klosterneuburg-logo img {
        height: 30px !important
    }
}

@media (min-width:1300px) {
    .choose-standort .albertina-logo.albertina-modern-logo img {
        height: 24px !important;
        margin-top: 7px !important
    }

    .choose-standort .albertina-logo.albertina-klosterneuburg-logo img {
        height: 40px !important
    }
}

@media (max-width:767px) {
    .slide-head .row {
        margin-top: 8px;
        margin-bottom: 14px
    }

    .slide-head .row>*>* {
        display: flex;
        justify-content: center
    }

    .slide-head .row img {
        max-width: 65%
    }

    .slide-head a.albertina-logo {
        margin-top: 4px;
        margin-bottom: 4px
    }
}

.badge.site-selector .text {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.badge.site-selector .text a {
    width: 100%;
    display: flex !important;
    font-size: 17px
}

@media (max-width:767px) {
    .badge.site-selector .text a {
        padding: 4px
    }
}

@media (min-width:768px) {
    .badge.site-selector .text a {
        height: 50px
    }
}

.badge.site-selector .text a {
    display: flex;
    align-items: center;
    justify-content: center
}

.badge.site-selector .text a:hover {
    color: white !important;
    background: #e20816 !important
}

iframe.auto-resize {
    height: 2200px;
    margin-bottom: -100px !important
}

@media (min-width:768px) {
    iframe.auto-resize {
        height: 1700px
    }
}

@media (min-width:1440px) {
    iframe.auto-resize {
        height: 1600px
    }
}

.hidden {
    display: none
}

.highlight.pad-top-big {
    padding-top: 50px
}

.highlight.pad-bot-big {
    padding-bottom: 50px
}

.template-highlights .highlight.row {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px
}

.template-show-klosterneuburg:not(.template-highlights) .highlight,
.template-show-klosterneuburg:not(.template-highlights) .highlight .swiper-slide {
    background-color: #F00
}

.template-show-klosterneuburg:not(.template-highlights) .highlight * {
    color: white
}

.template-show-klosterneuburg:not(.template-highlights) .swiper-highlight .swiper-elemente .swiper-pagination {
    background-color: #E3DBC0
}

.template-show-klosterneuburg:not(.template-highlights) .swiper-highlight .swiper-elemente .swiper-pagination-progressbar-fill {
    background-color: white
}

.highlight .hidden {
    display: none !important
}

.swiper-highlight .swiper-slide {
    align-items: center
}

.swiper-highlight .swiper-slide {
    flex-wrap: wrap
}

.swiper-highlight .swiper-subline {
    font-size: 13px;
    line-height: 1.5;
    margin-top: .8rem
}

.swiper-highlight .swiper-wrapper {
    align-items: center
}

.swiper-highlight .swiper-elemente-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 23px
}

.swiper-highlight .swiper-elemente {
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.swiper-highlight .arrow-prev {
    transform: rotate(180deg)
}

.swiper-highlight .arrow-prev,
.swiper-highlight .arrow-next {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0LjU4IDIyLjY4Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjguNi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMS4yLjAgQnVpbGQgNzA5KSAgLS0+CiAgPGc+CiAgICA8ZyBpZD0iRWJlbmVfMSI+CiAgICAgIDxwYXRoIHN0cm9rZT0iI0ZGRiIgZD0iTTE1Ljk5LDE2LjA5bDQuODQtNS00Ljg0LTUtLjQ5LjUsNC4wMSw0LjE0SDMuODN2LjcxaDE1LjY4bC00LjAxLDQuMTQuNDkuNVoiLz4KICAgICAgPHBhdGggc3Ryb2tlPSIjRkZGIiBkPSJNMTUuOTksMTYuMDlsNC44NC01LTQuODQtNS0uNDkuNSw0LjAxLDQuMTRIMy44M3YuNzFoMTUuNjhsLTQuMDEsNC4xNC40OS41WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) center center no-repeat;
    width: 200px;
    position: static;
    transition: opacity 0.5s ease-in-out;
    opacity: 1
}

.template-highlights .swiper-highlight .arrow-prev,
.template-highlights .swiper-highlight .arrow-next {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0LjU4IDIyLjY4Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjguNi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMS4yLjAgQnVpbGQgNzA5KSAgLS0+CiAgPGc+CiAgICA8ZyBpZD0iRWJlbmVfMSI+CiAgICAgIDxwYXRoIHN0cm9rZT0iI0YwMCIgZD0iTTE1Ljk5LDE2LjA5bDQuODQtNS00Ljg0LTUtLjQ5LjUsNC4wMSw0LjE0SDMuODN2LjcxaDE1LjY4bC00LjAxLDQuMTQuNDkuNVoiLz4KICAgICAgPHBhdGggc3Ryb2tlPSIjRjAwIiBkPSJNMTUuOTksMTYuMDlsNC44NC01LTQuODQtNS0uNDkuNSw0LjAxLDQuMTRIMy44M3YuNzFoMTUuNjhsLTQuMDEsNC4xNC40OS41WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) center center no-repeat
}

.swiper-highlight .arrow-prev.swiper-button-disabled,
.swiper-highlight .arrow-next.swiper-button-disabled {
    opacity: 0
}

.swiper-highlight .swiper-elemente * {
    position: static
}

.swiper-highlight .swiper-elemente .swiper-counter {
    font-size: 11px;
    width: 100%
}

.swiper-highlight .swiper-elemente .swiper-pagination {
    margin-top: 12px;
    width: 124px;
    height: 12px
}

.highlight .collapsible-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.highlight .collapsible-header {
    padding: 10px;
    margin-top: 10px;
    background-color: #000;
    width: 100%
}

.collapsible-header * {
    color: white
}

.collapsible-header .icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCA0LjAwMDEyTDAgMC4wMDAxMjIwN0g4TDQgNC4wMDAxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center center no-repeat;
    width: 12px;
    height: 8px
}

.collapsible-header .icon {
    transition: transform 0.3s ease;
    transform: rotate(0deg)
}

.collapsible-header.active .icon {
    transform: rotate(180deg)
}

.collapsible-container {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease
}

.collapsible-container.expanded {
    max-height: 5000px;
    opacity: 1
}

.template-highlights .collapsible-container.mobile-hidden>* {
    padding-bottom: 30px
}

@media(max-width:768px) {
    .order-mobile-1 {
        order: 1
    }

    .order-mobile-2 {
        order: 2
    }

    .order-mobile-3 {
        order: 3
    }

    .order-mobile-2 {
        margin-top: 30px
    }
}

.highlight h1 {
    font-weight: 700;
    text-transform: uppercase
}

.highlight .mar-top-small {
    margin-top: 30px
}

.highlight .collapsible-container>* {
    margin-top: 12px
}

.highlight .pad-top-small {
    padding-top: 30px
}

.highlight .mar-bot-small {
    margin-bottom: 30px
}

.to-show-btn {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    border: solid 1px #F00;
    text-align: center;
    width: 100%
}

.to-show-btn:hover {
    color: white;
    background-color: #F00
}

.template-highlights .highlight-title {
    color: white;
    background-color: #F00;
    text-align: center;
    padding: 8px 10px;
    line-height: 18px
}

.highlight .border-top {
    border-top: solid black 0.5px
}

html[lang="en"] .de_only {
    display: none
}

html[lang="de"] .en_only {
    display: none
}

body.template-home main .swiper-container:last-child .swiper-slide {
    background-position-y: 0%;
    top: 3em;
    margin-bottom: 3em
}

body.template-home main .swiper-container:last-child .swiper-slide .modern-overlay {
    border-top: 0px !important
}

body.show-focus-outlines *:focus {
    color: white !important;
    background-color: rgba(213, 0, 43, 1);
    outline: 2px solid rgba(213, 0, 43, 1)
}

body.show-focus-outlines .albertina-logo:focus {
    outline: none;
    background-color: transparent;
    padding-bottom: 2px;
    border-bottom: 3px solid rgba(213, 0, 43, 1)
}

.galerie-bild-lightbox.portrait img {
    width: auto
}

.bild-beschriftung p {
    display: block
}

.no-js img.lazyload {
    display: none
}

img[data-sizes="auto"] {
    display: block;
    width: 100%;
    height: auto
}

.bild-museum img[data-sizes="auto"] {
    width: auto
}

.shortfacts.presse .mar-bot:last-child {
    margin-bottom: 0
}

.warenkorb-form .InputfieldFieldsetTabOpen {
    margin: 25px 0
}

.warenkorb-form .InputfieldFieldsetTabOpen>.InputfieldHeader {
    float: none;
    width: 100%;
    font-weight: bold;
    display: block;
    margin-bottom: 18px
}

.warenkorb-form .InputfieldFieldsetTabOpen>.InputfieldContent {
    float: none;
    width: 100%
}

.warenkorb-form .Inputfield:after {
    content: "";
    display: table;
    clear: both
}

.warenkorb-form .InputfieldStateRequired>label:after {
    content: " *";
    color: #D50029
}

.warenkorb-form .InputfieldStateError>label {
    font-weight: bold;
    color: #D50029
}

p.InputfieldError.ui-state-error {
    position: absolute;
    right: 0;
    font-size: 11px;
    font-weight: bold;
    color: #D50029
}

.warenkorb-form #wrap_Inputfield_pad_shippingmodule,
#wrap_Inputfield_pad_paymentmodule {
    display: none
}

.warenkorb-form button[value="Proceed to confirmation"] {
    display: none
}

input.bestellen {
    font-family: Montserrat, sans-serif;
    line-height: 1
}

.inline-select {
    display: inline-block;
    width: 210px;
    text-align: left;
    padding-right: 10px
}

ul.accordion.open-items .inner {
    display: block
}

ul.accordion.open-items .toggle:after {
    display: none
}

.dates {
    margin: 20px -8px 20px
}

.seite-inhalt .align_left {
    float: left;
    margin: 10px
}

.seite-inhalt .align_right {
    float: right;
    margin: 10px
}

.Intrinsic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    clear: both;
    overflow: hidden
}

.Intrinsic .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.Intrinsic img {
    width: 100%;
    height: auto
}

.Intrinsic img.lazyloaded {}

.badge-setting-2 {
    font-weight: bold;
    letter-spacing: 3px
}

.badge-setting-3 {
    font-size: 14px
}

.badge-setting-4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px
}

.InputfieldForm .notes {
    clear: both
}

table td {
    padding: 8px 0 8px
}

#skiplinks a {
    position: absolute;
    left: -6000px;
    top: -6000px;
    overflow: hidden;
    display: inline
}

#skiplinks a:hover,
#skiplinks a:visited {
    position: absolute;
    left: -6000px;
    top: -6000px;
    overflow: hidden;
    display: inline
}

#skiplinks a:focus,
#skiplinks a:active {
    position: absolute;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    top: 45px;
    left: 35px;
    padding: 0.5em 0.5em 0.5em 0.85em;
    background: rgb(213, 0, 43);
    width: 12em;
    z-index: 500;
    text-decoration: none !important;
    outline: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.small-text {
    font-size: 13px
}

.headline2+h3 {
    margin-top: 10px
}

.breadcrumbs+.headline2 {
    margin-top: 54px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -65px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 70px 70px;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto
}

.swiper-button-prev {
    right: 60px;
    margin-top: -10px
}

.swiper-button-next {
    right: 35px;
    left: auto
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}