/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 versions
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: > 100%
*/

@font-face {
    font-family: opensans;
    src: url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: opensans;
    src: url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: openblack;
    src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: openlight;
    src: url("../fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: kyivsans;
    src: url("../fonts/KyivTypeSans-VarGX.ttf") format("truetype");
    font-weight: 100 1000;
    font-style: normal;
}



.video90 {
    width: 100%;
}

.fcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    place-content: center;
    min-height: 95vh;
    background: #002138;
    color: #fff !important
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
}

.ui-page-theme-a a,
.ui-page-theme-a a:visited,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
    color: rgb(49 85 169);
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
}

.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #8b501a;
}

.inv .ui-page-theme-a a:visited,
html .inv .ui-bar-a a:visited,
html .inv .ui-body-a a:visited,
html .inv body .ui-group-theme-a a:visited {
    color: #FFF;
}

.imgcount {
    position: absolute;
    width: fit-content;
    bottom: 19px;
    right: 65px;
    color: #FFF;
    font-size: 120%;
    text-shadow: 0 0 10px #000;
}

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    text-shadow: none;
}

.listentry a {
    text-decoration: none;
}

p:empty {
    display: block;
    height: 18px;
    margin: 0px !important;
}

html {
    height: 100%;
    background: #ffffff;
    /* background: linear-gradient(151deg, rgb(248 198 201) 0%, rgb(138 162 208) 100%); */
}

body {
    background: rgb(255, 255, 255);
    font: 1.6em / 115% kyivsans, Verdana, Helvetica, Arial, sans-serif;
    color: rgb(21 21 21);
    overflow-x: hidden;
    text-rendering: optimizelegibility;
    height: 100%;
}

body.ui-mobile-viewport,
div.ui-mobile-viewport {
    position: relative;
    max-width: 1000px;
    overflow-y: scroll;
    margin: 0px auto !important;
    /* height: 500px; */
}

a.secret,
a:visited.secret {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255) !important;
}

.menupusher {
    padding-top: 50px;
}

#karte.shiftme {
    width: 100%;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.flex-caption span {
    position: absolute;
    left: 5px;
    font-weight: bold;
    top: 5px;
    background: url("../images/copy.png") no-repeat;
    height: 12px;
    width: 12px;
}

.flex-caption a {
    font-size: 14px;
    height: 20px;
    width: 20px;
    display: block;
}

#copy img {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 50% !important;
    height: auto !important;
}

#copy {
    font-size: 14px;
}

p {
    line-height: 140%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.redbutton {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    width: 90%;
    background: rgb(103, 161, 197);
    text-align: center;
    border-radius: 250px;
    text-transform: uppercase;
    -webkit-box-shadow: rgb(54, 84, 103) 0px 1px 2px;
    box-shadow: rgb(54, 84, 103) 0px 1px 2px;
    color: rgb(255, 255, 255) !important;
}

.text p {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 120%;
    font-weight: 200;
}

.small {
    font-size: 13px;
    color: rgb(102, 102, 102);
    line-height: 120% !important;
}

.smallsub {
    font-size: 11px;
    display: block;
    text-align: right;
    margin-top: 0px;
    color: rgb(102, 102, 102);
    padding-right: 10px;
    line-height: 10px !important;
}

.pink {
    font-size: 19px;
    line-height: 19px;
    font-weight: normal;
    padding: 12px 8px 8px;
    background-color: rgb(113, 153, 22);
    color: rgb(255, 255, 255);
    margin-top: -7px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.headover::before {
    content: "";
    width: 90px;
    height: 1px;
    background: rgb(34, 34, 34);
    margin-bottom: 10px;
    display: none;
}

.hideme {
    display: none !important;
}

.showme {
    display: block !important;
}

h1 {
    margin-top: 10px;
    margin-bottom: 32px;
    /* text-transform: uppercase; */
    font-size: 183%;
    line-height: 1.2;
    color: #8b501a;
    font-family: 'kyivsans';
    font-weight: normal;
}

p.subh1 {
    font-weight: normal;
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 0px;
    font-size: 100%;
    margin-top: 0px;
    line-height: 150%;
    font-weight: 700;
    /* text-transform: uppercase; */
}

h3 {
    margin: 0px 0px 10px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
}

h4 {
    color: rgb(32, 32, 32);
    margin-bottom: 1px;
    font-weight: bold;
    margin-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
}

.preis {
    font-size: 14px;
}

.euro {
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.link {
    display: block;
    margin-bottom: 10px;
}

.appheader {
    padding: 0px;
    height: auto;
    width: 100%;
    border-bottom: 0px solid rgb(221, 221, 221);
    display: block;
    max-width: 640px;
}

.colorbar {
    display: block;
    height: 8px;
    line-height: 8px;
    margin: 0px 0px 10px;
}

.ui-content {
    border-width: 0px;
    overflow: hidden visible;
    padding: 15px 10px 40px;
}

.slider+.ui-content {
    padding-top: 0px;
}

.flex-control-paging li a.flex-active {
    cursor: default;
    background: rgb(0, 0, 0) !important;
}

.dividerimg {
    display: block;
    width: calc(100% + 30px);
    margin: 20px -15px;
}

.divider {
    display: block;
    width: calc(100% + 30px);
    margin: 15px -15px;
    height: 1px;
    background: rgb(154, 154, 154);
}

a.playbutton {
    display: block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    margin: 25px auto;
    border: 1px solid rgb(218, 218, 218);
    padding-left: 15px;
    font-size: 16px;
    color: rgb(0, 51, 102);
    background: url("../images/playbg.png") 96% center / 13px no-repeat rgb(247, 247, 247);
    font-weight: bold !important;
}

a:active.playbutton {
    background: url("../images/playbg.png") 96% center / 13px no-repeat rgb(255, 255, 255);
}

#karte {
    visibility: hidden;
    display: block !important;
}

#karte.ui-page-active {
    visibility: visible;
    display: inherit;
}

a.maplink {
    margin-top: 10px;
    display: block;
}

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

.s-top,
.s-bottom {
    display: block;
    position: relative;
    width: 100%;
    background: url("../images/hightop.jpg") center center / cover no-repeat rgb(255, 255, 255);
}

.s-top {
    height: 60vh;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.s-bottom {
    background: url("../images/vasabottom.jpg") center center / cover no-repeat rgb(255, 255, 255);
    -webkit-box-shadow: rgb(255, 255, 255) 0px 1px inset;
    box-shadow: rgb(255, 255, 255) 0px 1px inset;
    height: 40vh;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.t-headline {
    display: block;
    position: absolute;
    bottom: 21%;
    left: 18px;
    width: 72%;
}

.t-logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
    width: 28px;
}

.s-bottom .b-headline {
    display: block;
    position: absolute;
    bottom: 82px;
    left: 18px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.42) 1px 1px 16px;
    color: rgb(255, 255, 255) !important;
}

.s-top .b-headline {
    display: block;
    position: absolute;
    bottom: 82px;
    left: 18px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 16px;
    color: rgb(255, 255, 255) !important;
}

.bildbutton {
    display: block;
    position: absolute;
    font-family: openlight;
    bottom: 20px;
    left: 18px;
    padding: 8px 15px;
    background: rgba(86, 86, 86, 0.3);
    font-size: 18px;
    border: 1px solid rgb(255, 255, 255);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.guideheader {
    height: 300px;
    background: url("../images/guideheader.jpg") center center / cover;
    position: relative;
}

.headline {
    font-size: 140%;
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(221 46 0);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    padding: 30px 6px 30px 13px !important;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}

ul.lf-list,
ul.lf-list li,
ul,
li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}



.slider+ul {
    border-top: 1px solid rgb(221, 221, 221);
    margin-top: 15px;
}

.listentry {
    text-decoration: none;
    /* display: block; */
    /* border-bottom: 4px solid rgb(255, 255, 255); */
    cursor: pointer;
    background: #f5f5f5;
}

.b-info li.listentry {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.b-info .listentry:first-of-type {
    border-top: 1px solid rgb(221, 221, 221);
}

.b-info .titelcontainer {
    min-height: 60px;
}

.b-info .titelwrap {
    padding-left: 10px;
}

.arrow {
    /* background: url("../images/bigarrow.png") 98% 50% / 13px no-repeat; */
    background-size: 21px;
}

.audio {
    background: url("../images/headphone.png") 98% center / 24px no-repeat;
}

.liste {
    background: url("../images/liste.png") 97% center / 20px no-repeat;
}

.info {
    background: url("../images/s-arrow.png") 97% center / 10px no-repeat;
}

.titelcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    min-height: 46px;
}

.titelcontainer p:empty {
    display: none;
}

.thumb {
    width: 100%;
    height: 280px;
    display: block;
    color: transparent;
}

.thumb img {

    -webkit-transition: all 500ms ease 0s;

    -o-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;
    vertical-align: top;
}

/* .thumb {

}

.thumb img {
	width: 100%;
	height: calc(100vh*0.22);
	transition: all 500ms ease 0s;
	vertical-align: top;
} */

.thumb img.focus {
    width: 120px;
    height: 80px;
}

.thumb:empty {
    display: none;
}

.titelwrap {
    padding: 10px 25px 10px 10px;
}

.titelwrap p {
    margin: 0px;
}

.flex-container {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

a:active.flex-container .titel1,
a:active.flex-container .titel2,
a:active.flex-container .titel3,
a:active.flex-container .nummer {
    color: rgb(102, 102, 102);
}

.listentry+a:active.flex-container .arrow {
    background: url("../images/bigarrow-active.png") 98% 40% / 30px no-repeat;
}

.flex-container.thumb .titelcontainer .titelwrap {
    padding-left: 0px;
}

.titel1 {
    font-size: 131%;
    font-family: kyivsans, sans-serif;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
    padding-right: 25px;
    line-height: 1.2;
    font-weight: 500;
}

.titel1,
.titel2 {
    color: #484848;
    font-family: kyivsans, sans-serif;
}



.titel2 {
    font-size: 108%;
    line-height: 1.3;
    margin-top: 5px;
    padding-right: 20px;
    font-weight: 300;
}

.titel2:empty,
.titel3:empty {
    display: none;
}

.titel3 {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 6px;
    font-weight: normal;
    color: rgb(18, 18, 18);
}

.nummer,
.nummernokey {
    position: absolute;
    top: -3px;
    right: 6px;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    font-size: 80%;
    font-weight: bold;
    color: #d21c05;
    /* display: none; */
}

.Xnummer {
    position: absolute;
    bottom: 50%;
    left: 10px;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: rgb(1, 62, 90);
    padding-top: 22px;
}

.nummer:empty {
    display: none;
}

.accordion {
    margin: 0px;
    border-top: 1px solid rgb(217, 229, 232);
}

.accordion li {
    border-bottom: 1px solid rgb(217, 229, 232);
    position: relative;
}

.accordion li .cont {
    display: none;
    padding: 15px 13px 30px;
}

.cont p {
    line-height: 1.6em;
    margin-bottom: 5px;
}

.accordion span {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    padding: 16px 50px 16px 12px;
    background: rgb(250, 250, 250);
}



.accordion span::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.accordion span.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.ui-page-theme-a .st-arrow {
    background: url("../images/rightarrow.png") right 10px center / 16px no-repeat;
    border: 1px solid rgb(51, 51, 51);
    color: rgb(34, 34, 34);
    padding: 7px 36px 7px 10px;
    text-transform: uppercase;
    margin: 15px 0px 0px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none !important;
}

.ui-page-theme-a .st-arrow-more {
    background: url("../images/rightarrow.png") right 10px center / 16px no-repeat;
    border: 1px solid rgb(51, 51, 51);
    color: rgb(34, 34, 34);
    padding: 7px 32px 7px 10px;
    text-transform: uppercase;
    margin: 15px 0px 0px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none !important;
}

.ui-page-theme-a .st-arrow-w {
    background: url("../images/rightarrow.png") right 10px center / 16px no-repeat;
    border: 1px solid rgb(51, 51, 51);
    color: rgb(34, 34, 34);
    padding: 7px 36px 7px 10px;
    text-transform: uppercase;
    margin: 15px 0px 0px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none !important;
}



@media (max-width: 320px) {
    .t-logo {
        top: 15px;
        width: 18px;
    }

    #menu a,
    #menu a:visited {
        margin-left: 50% !important;
    }

    .thumb img {
        width: 100px;
        height: 100px;
    }

    .titel1 {
        line-height: 1;
        font-size: 14px;
    }

    .titel2 {
        font-size: 13px;
        line-height: 1.1;
    }

    .titel3 {
        font-size: 12px;
    }



    h1 {
        font-size: 21px;
    }

    .titelwrap {
        padding: 5px 30px 5px 8px;
    }

    .t-headline {
        display: block;
        position: absolute;
        bottom: 27%;
        left: 18px;
        width: 65%;
    }

    .s-bottom .b-headline {
        display: block;
        position: absolute;
        bottom: 76px;
        left: 18px;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: rgb(255, 255, 255) !important;
    }

    .s-top .b-headline {
        font-size: 20px;
    }

    .key {
        width: 90px;
        height: 90px;
    }

    .display {
        font-size: 65px;
    }

    .bildbutton {
        padding: 6px 12px;
        font-size: 17px;
    }

    .accordion span {
        font-size: 17px;
    }

    #tabs a {
        font-size: 11px !important;
        text-transform: none !important;
    }
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

div#guide {
    padding: 6px;
}

.hero {
    width: 100%;
    padding: 10px;
    height: 52vh;
    max-height: 92%;
    border-bottom: 1px solid rgb(204, 204, 204);
    overflow: hidden;
    display: inline-block;
    position: relative;
    /* background-origin: content-box; */
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/trans.png");
    background-color: rgb(229, 229, 229) !important;
    background-size: cover;
}

.inv .hero {
    border-bottom: 0px;
}

.hero img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 993px;
}

p.spruch {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
    font-size: 23px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.52) 1px 1px 7px;
    line-height: 1.1;
    text-transform: uppercase;
    z-index: 11;
}

.hero a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 12;
    color: transparent !important;
}

.color,
.noimage {
    color: #000;
}

.hero a::before {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: url("../images/full.png") center center / 40px no-repeat;
    content: "";
}

.color,
.noimage {
    position: relative;
    padding: 0px 0px 120px;
    background: rgb(255, 255, 255);
}

.blender {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.22)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.22) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.22) 100%);
    z-index: 9;
    opacity: 1;
    display: none;
}

.color p,
.noimage p {
    font-size: 108%;
}

.ui-page-theme-a a.playme {
    color: rgb(33, 33, 33);
    display: block;
    padding: 11px 0px 11px 3%;
    font-size: 17px;
    font-weight: bold;
    background: url("../images/bigarrow.png") 97% center / 27px no-repeat rgb(239, 239, 239);
    margin-bottom: 10px;
    border-radius: 2px;
}

.more {
    display: block;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.more.expand {
    max-height: 999em;
}

a.clickmore.ui-link {
    display: none;
}

.playme span {
    font-weight: 700;
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: rgb(102, 102, 102);
}

#guide .headline span {
    font-size: 18px;
    margin-top: 10px;
    text-transform: none;
    font-family: serif;
    font-style: italic;
    line-height: 1.3;
    font-weight: 100;
    display: none;
}

.key:active {
    border: 1px solid rgb(153, 153, 153);
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 0.1;
    }

    25%,
    75% {
        opacity: 1;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 0.1;
    }

    25%,
    75% {
        opacity: 1;
    }
}

.digilink {
    padding: 12px 15px 25px;
    background: rgb(247, 247, 247);
    color: rgb(34, 34, 34) !important;
}

.digilink h2 {
    margin-top: 0px;
}



[data-role="content"]>h1.mb20 {
    padding-left: 5px;
}

.ui-mobile .ui-page-active {
    display: block;
    overflow: visible;
    box-shadow: 0 0 50px #0000003d;
}

.jumper {
    height: 5px;
    margin-top: -5px;
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
}

.titel1 h1 {
    text-transform: none;
    font-size: 22px;
}

.color p:first-child {
    /* font-size: 80%; */
    /* margin-bottom: 40px; */
    /* line-height: 1.5; */
    /* text-align: left; */
}

.color h1,
.noimage h1 {
    font-size: 220%;
    color: #8b501a;
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 100;
    font-family: kyivsans, sans-serif;
}

.color h2,
.noimage h2 {
    margin-bottom: 9px;
    font-size: 143%;
    margin-top: 52px;
    font-weight: 100;
    font-family: kyivsans, sans-serif;
}

#startpage a.ui-link {
    display: block;
    padding: 20px 58px 20px 30px;
    background: url("../images/bigarrow-w.png") 94% 50% / 11px no-repeat rgb(77, 100, 115);
    font-size: 105%;
    font-weight: bold;
    margin: 0px auto 40px;
    border-radius: 10px;
    color: rgb(255, 255, 255) !important;
}

.homeflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 60px);
}

.homebild {
    background: url("../images/infoheader.jpg") center center / cover no-repeat;
    height: 40%;
}

.homenav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: flex-start;
    height: 60%;
    background: rgb(255, 255, 255);
}

.fcc h1 {
    margin-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255) !important;
}

.audiowrapper {
    margin: 31px 0px 45px;
    padding: 30px 0;
    border-bottom: 1px solid #8a501a;
    border-top: 1px solid #8a501a;
    background: url(../images/headphone.png) no-repeat 120vw center;
    background-size: 16px;
}

.inv .audiowrapper {
    margin: 31px 0px;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.nonum .titel1 {
    padding-left: 0px;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: auto;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    width: 100%;
    z-index: 99992;
}

.inv .fancybox-caption {color:#fff;}

a.movielink.ui-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 11px 41px 11px 18px;
    background: url("../images/bigarrow-w.png") 95% 50% / 10px no-repeat rgb(32, 153, 230);
    font-size: 80%;
    font-weight: bold;
    margin: 16px 0px 16px;
    border-radius: 6px;
    color: rgb(255, 255, 255) !important;
    display: none;
}

.mejs__container {
    background: rgb(0, 33, 55);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Arial, serif;
    position: relative;
    max-width: 100%;
    text-align: left;
    text-indent: 0px;
    vertical-align: top;
    border-radius: 9px;
    margin-left: -15px;
    /* margin-bottom: 31px; */
}

div#invbut {
    position: absolute;
    height: 50px;
    width: 80px;
    left: calc(60% + 90px);
    background: 0% 0% / cover rgb(31, 31, 31);
    color: rgb(255, 255, 255);
    margin-top: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-family: serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div#noinvbut {
    position: absolute;
    height: 50px;
    width: 80px;
    left: 60%;
    background: 0% 0% / cover rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin-top: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-family: serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div#smallMarker {
    position: absolute;
    height: 50px;
    width: 80px;
    left: 20%;
    background: url("../images/small.png") center center / cover no-repeat rgb(222, 220, 220);
    color: rgb(255, 255, 255);
    margin-top: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    cursor: pointer;
}

div#bigMarker {
    position: absolute;
    height: 50px;
    width: 80px;
    left: calc(20% + 90px);
    background: url("../images/big.png") center center / cover no-repeat rgb(246, 246, 246);
    color: rgb(255, 255, 255);
    margin-top: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    cursor: pointer;
}

body#big {
    font-size: 2.2em;
}

#big div#bigMarker {
    background: url("../images/big.png") center center / cover no-repeat rgb(222, 220, 220);
}

#small div#smallMarker {
    background: url("../images/small.png") center center / cover no-repeat rgb(222, 220, 220);
}

#big div#smallMarker {
    background: url("../images/small.png") center center / cover no-repeat rgb(246, 246, 246);
}

html#inv {
    background: rgb(0, 0, 0);
}

html.inv {
    background: #343b45;
    /* background: linear-gradient(151deg, rgb(248 198 201) 0%, rgb(138 162 208) 100%); */
}

.inv div#topbar {
    background: #1c222c;
}

.inv .ui-mobile [data-role="page"] {
    background: rgb(34, 34, 34);
}

.inv .ui-page {
    background: #1c222c;
    color: rgb(255, 255, 255);
}

.inv .color,
.inv .noimage {
    color: rgb(255, 255, 255);
}

.inv .color h1,
.inv .noimage h1 {
    color: rgb(255, 255, 255);
}

.inv .headline {
    background: rgb(0, 0, 0);
}

.inv li.listentry {
    background: rgb(22 27 34);
    border-bottom: 5px solid transparent;
}

.inv .titel1,
.inv .nummer,
.inv .titel2 {
    color: rgb(255, 255, 255);
}

#menu a,
#menu a:visited,
#size-button,
#invert-button {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-color: #585858;
}

.inv div#overlay {
    background: rgba(0, 0, 0, 0.85);
}

.inv a.movielink.ui-link {
    background: url(../images/bigarrow-w.png) 94% 50% no-repeat rgb(44 61 87);
    border: 1px solid #515a67;
}

.inv .mejs__container {
    background: transparent;
    border: 0px solid #576b8a;
}

.inv .mejs__time-total {
    background: #FFF;
}

.inv div#bigMarker {
    background: url("../images/big_inv.png") center center / contain no-repeat rgb(0, 0, 0);
}

.inv div#smallMarker {
    background: url("../images/small_inv.png") center center / contain no-repeat rgb(0, 0, 0);
}

.inv #small div#smallMarker {
    background: url("../images/small_inv.png") center center / cover no-repeat rgb(0, 0, 0);
    border-bottom: 3px solid;
}

.inv #big div#smallMarker {
    background: url("../images/small_inv.png") center center / cover no-repeat rgb(0, 0, 0);
}

.inv #big div#bigMarker {
    background: url("../images/big_inv.png") center center / contain no-repeat rgb(0, 0, 0);
    border-bottom: 3px solid;
}

.inv .fancybox-bg {
    background: rgb(20 28 41);
}

.inv .arrow {
    /* background: url("../images/bigarrow.png") 98% center / 22px no-repeat; */
}

.inv body {
    background: #1c222c;
}

.inv .hero {
    background-color: #1c222c !important;
}

.inv .fcc {
    background: rgb(19, 18, 18);
}

.hide {
    display: none;
}

.inv .color,
.inv .noimage {
    background: #1c222c;
}

#size-button,
#invert-button {
    /* position: absolute; */
    /* left: 20%; */
    /* height: 60px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 20px 58px !important;
    cursor: pointer;
    font-size: 103% !important;
    /* color: #333; */
}

#invert-button {
    left: 60%;
    background: #FFF url("../images/inv-bgwhite.png") 12px center / 30px no-repeat !important;
}

#size-button {
    background: #fff url("../images/size-bgwhite.png") 12px center / 38px no-repeat !important;
}

.inv #invert-button {
    left: 60%;
    background: rgb(12 16 22) url("../images/inv-bgwhite.png") 12px center / 30px no-repeat !important;
    color: rgb(255, 255, 255);
}

.inv #size-button {
    background: rgb(12 16 22) url(../images/size-bgwhite.png) 12px center / 30px no-repeat !important;
    color: rgb(255, 255, 255);
}

.audiowrapper {
    margin-left: 0px;
}

a.zoomer {
    position: relative;
}

a.zoomer::before {
    position: absolute;
    top: -37px;
    right: 5px;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    background: url("../images/full.png") center center / 50px no-repeat;
    opacity: 0.5;
    content: "";
}

a.prevpage,
a.nextpage {
    vertical-align: middle;
    position: absolute;
    background: transparent;
    z-index: 9999999;
    /* height: 60px; */
    /* line-height: 60px; */
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 300 !important;
    padding: 7px 20px;
    font-size: 108%;
    color: #323237 !important;
    border: 1px solid #a5a5a5;
    /* border-radius: 8px; */
}

a.prevpage {
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px);
}

a.nextpage {
    right: 50%;
    bottom: 12px;
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
}

.nextwrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0px auto;
    z-index: 999;
    background: #FFF;
    height: 60px;
    border-top: 20px solid rgb(255 255 255 / 0%);
    margin-left: -10px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    background-clip: padding-box;
    box-sizing: content-box;
}




.inv .nextwrap,
.inv a.nextpage,
.inv a.prevpage {
    background: #1c222c;
    background-clip: padding-box;
    color: rgb(255, 255, 255) !important;
    /* border-color: #fff; */
}

.inv a.nextpage, .inv a.prevpage {border-color: #FFF;}

.inv .nextwrap {
    /* -webkit-box-shadow: 0 -10px 6px #1c222c; */
    /* box-shadow: 0 -10px 6px #1c222c; */
}

body.fancybox-active {
    overflow: hidden;
}

html.inv #imprint a:link,
html.inv #imprint a:visited {
    color: rgb(255 255 255) !important;
}

.newback {
    position: fixed;
    top: 0px;
    z-index: 99992;
    display: none;
    height: 60px;
    width: 70px;
    background: url(../images/icon_back_inv.png) 10px 16px / 24px no-repeat rgb(255 255 255);
}

.newback2 {
    position: absolute;
    top: 0px;
    z-index: 99992;
    display: block;
    height: 50px;
    width: 63px;
    background: 0% 0% / 24px rgb(255 255 255);
    cursor: auto;
}

.inv .newback {
    background: url(../images/icon_back_inv.png) 10px 16px / 24px no-repeat #1c222c;
}

.inv .newback2 {
    background: #1c222c;
}

.mejs__container .mejs__video {
    max-height: 540px !important;
}

.hidevideo {
    display: none;
    color: rgb(255, 255, 255);
}

.mejs__video {
    border-radius: 0px;
    margin-left: -20px;
    max-height: 540px !important;
    background: rgb(15, 179, 242) !important;
    width: 100% !important;
}

.ui-mobile.videopage,
ui-page.videopage,
.ui-page-active.videopage {
    background: rgb(186, 218, 85);
    max-height: 100% !important;
}

body.open {
    overflow: hidden;
}

img.preload {
    -webkit-transform: translate(200vw, 10px);
    -ms-transform: translate(200vw, 10px);
    transform: translate(200vw, 10px);
    position: fixed;
}


p.quote {
    padding-left: 20px;
    font-style: italic;
    font-size: 140%;
    line-height: 1.2;
    font-family: 'PT Serif', serif;
    color: #666;
    margin-top: 30px;
}

p.right {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 100%;
}

.color h3 {
    text-transform: none;
    font-weight: 100;
    font-size: 140%;
    padding-top: 20px;
}

.inv body * {
    color: #FFF;
}


@media (max-width: 500px) {

    #menu a,
    #menu a:visited,
    #size-button,
    #invert-button {
        margin-left: 14% !important;
        font-size: 110%!important;
    }
}


html {
    font-size: 62.5%;
    margin-left: calc(100vw - 100%);
    /* this avoids page jump when srollbar is schown https://css-tricks.com/elegant-fix-jumping-scrollbar-issue/ */
    background: #f4f2e7;
}

/* html,
body {
	overflow-x: hidden;
	scrollbar-color: #739aa8 #DDDDDD;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 5px;

}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  outline: 1px solid slategrey;
}

.inv body::-webkit-scrollbar-thumb {
  background-color: #121720;
  outline: 1px solid #2b2720;
}

.inv body {
	overflow-x: hidden;
	scrollbar-color: #222c2f #4c4c4c;
  scrollbar-width: thin;
} */

ul.lf-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    gap: 15px 15px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 520px) {
    ul.lf-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }



    .thumb {
        width: 100%;
        height: 210px;
        display: block;
    }
}

.inv .mejs__time>* {
    color: #fff;
}

.audiowrapper h2 {
    font-size: 120%;
    margin-top: 60px;
}

.fancyhidden {
    display: none;
}

hr {
    height: 1px;
    border: 0px;
    border-bottom: 1px solid #8b501a;
    margin: 25px 0;
}

.inv hr {
    border-bottom: 1px solid #FFF;

}

a.maplink {
    color: #333 !important;
    font-size: 117%;
    padding: 10px 0 10px 29px;
    background: url(../images/marker.png) no-repeat 5px center;
    background-size: 13px;
}

.inv a.maplink {
    color: #FFF !important;
    font-size: 123%;
    background: url(../images/marker-w.png) no-repeat 5px center;
    background-size: 13px;
}



@media only screen and (min-width: 900px) and (max-height: 900px) {

    body.ui-mobile-viewport,
    div.ui-mobile-viewport,
    .nextwrap,
    #topfix,
    #overlay,
    #menu {
        max-width: 700px !important;
    }

    .nextwrap {
        height: 50px;
    }

    a.prevpage,
    a.nextpage {
        bottom: 11px !important;
        padding: 8px 20px;
        font-size: 100%;
    }

    .color p:nth-of-type(1) {
        margin-bottom: 15px;
    }

    .audiowrapper {
        margin: 18px 0px;
        padding: 10px 0;
    }

}

@media only screen and (orientation: landscape) and (max-width: 1024px) {

    body.ui-mobile-viewport,
    div.ui-mobile-viewport,
    .nextwrap,
    #topfix,
    #overlay,
    #menu {
        max-width: 100% !important;
    }
}

figcaption {
    display: none;
}

figure {
    margin: 0;
}

a#test {
    cursor: pointer;
}

.homeheader {
    width: 100%;
    padding-bottom: 60%;
    background: url(../images/home-header.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 40px;
}

a.audiofake.ui-link {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: rgb(255 255 255 / 0%);
    left: 50%;
    display: none;
}

.nextwrap span {
    /* color: red; */
}

a.prevpage span, a.nextpage span {
    font-size: 66%;
    /* display: inline-block; */
    vertical-align: top;
}



.color img + p {
    font-size: 90%;
    text-align: right;
    padding-right: 1em;
    display: none;
    color: transparent;
}

#fancybox-container-1 .fancybox-caption {top: -15px;}

.hometitel {
    position: absolute;
    bottom: 9%;
    left: 2%;
    color: #fff;
    font-size: 400%;
    /* text-transform: uppercase; */
    text-shadow: 5px 5px 14px #00000096;
    line-height: 1;
}

.logo {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999999;
    height: 66px;
    width: 300px;
    background: #fff url(../images/logo.png) no-repeat;
    background-size: 280px;
}

.inv .logo {
    background: transparent url(../images/logo-inv.png) no-repeat;
    background-size: 280px;
}

.logo-small {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999999;
    height: 70px;
    width: 70px;
    background: #fff url(../images/logo-small.png) no-repeat;
    background-size: 100%;
}
a.homelink {
    position: absolute;
    z-index: 9001;
    right: 0px;
    top: -32px;
}

.color h1 + p {
    font-weight: 200;
    font-family: kyivsans, sans-serif;
    /* color: #8a501a; */
    font-size: 130%;
}


@media (max-width: 600px) {

    /* #invert-button,
    #size-button {
        font-size: 1px !important; */
        /* color: transparent !important;
    } */

    #size-button {
        left: 32% !important;
    }

    #menu a p {
        margin: 0px;
        line-height: 1.1;
        font-size: 80%;
    }

    .titel1 {
        font-size: 115%;
    }

    .titel2 {
        font-size: 97%;
    }

    .headline {
        font-size: 100%;
    }

    .thumb img {
        width: 100%;
        height: calc(100vw/2*1.1);
    }

    .hero a::before {
        position: absolute;
        bottom: 7px;
        right: 7px;
        height: 30px;
        width: 30px;
        background: url("../images/full.png") center center / 30px no-repeat;
        content: "";
    }



    .color p:nth-of-type(1) {
        margin-bottom: 15px;
    }

    body#big {
        font-size: 2em;
    }

    body {
        font-size: 1.6em;
    }

    div#smallMarker {
        width: 60px;
        left: 17%;
    }

    div#bigMarker {
        width: 60px;
        left: calc(17% + 70px);
    }

    .color h1,
    .noimage h1 {
        font-size: 141%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .color h1 + p {
        font-size: 110%;
    }

    .audiowrapper {
        margin: 20px 0px;
        padding: 15px 0;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
    }

    .color h2,
    .noimage h2 {
        margin-bottom: 9px;
        font-size: 110%;
        margin-top: 30px;
        font-weight: 700;
        line-height: 1.2;
    }

    .color .audiowrapper h2 {
        font-size: 110%;
    }

    .nextwrap {
        height: 60px;
    }

    a.prevpage,
    a.nextpage {
        bottom: 10px
    }

    .hero {
        height: 40vh;
    }

    .color,
    .noimage {
        padding: 0px 0px 100px;
    }

    a.prevpage,
    a.nextpage {
        font-size: 95%;
        padding: 7px 10px
    }

    .homeheader {
        padding-bottom: 72% !important;
        background: url(../images/home-header-mobil.jpg) no-repeat center center !important;
        background-size: cover !important;
    }

    .titelcontainer {
        min-height: 40px;
    }

    .color p, .noimage p {font-size: 100%}

    p.quote {font-size: 120%}

    p.right {font-size: 100%}


    .hometitel {
        position: absolute;
        bottom: 9%;
        left: 2%;
        color: #fff;
        font-size: 216%;
        /* text-transform: uppercase; */
        text-shadow: 5px 5px 14px #00000096;
    }

    .imgcount {
        position: absolute;
        bottom: 14px;
        right: 57px;
        color: #fff;
        text-shadow: 1px 0px 6px hsl(0deg 0% 0%);
        font-size: 100%;
    }

    .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 88888;
        height: 66px;
        width: 240px;
        background: #fff url(../images/logo.png) no-repeat;
        background-size: 221px;
    }

    .inv .logo {
        background-size: 221px;

    }

    a.homelink {
        position: absolute;
        z-index: 9001;
        right: 0px;
        top: -32px;
        font-size: 96%;
        font-weight: 100;
    }


}

/* end media */

.nofancy .fancybox-container
{
    display: none!important;
}



.language-links {
    position: absolute;
    inset: 0;
    top: auto;
    margin: auto;
    bottom: 20px;
    width: fit-content;
    height: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    /* background: rgb(136 95 58 / 61%); */
    padding: 24px;
    animation: fadeup 800ms ease-out 0s 1 forwards;
}

.language-links a, .language-links a:visited {
    color: #000000 !important;
    width: 100%;
    text-align: center;
    display: block;
    background: #FFF;
    padding: 10px 20px;
    font-size: 1.4em;
    width: fit-content;
    margin-top: 20px;
}

.tour-text p {
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    text-shadow: 1px 1px 4px black;
}

@media (max-width: 390px) {
    #language {
        background-image: url(../images/language-mob.jpg) !important;
    }
}
/* .trans {
    display: none !important;
} */

@keyframes fadeup {
    0% {
    transform: translateY(500px);
    opacity: 0;
}

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}