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

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

@font-face {
    font-family: cabin;
    src: url("../fonts/Cabin-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: mulish;
    src: url("../fonts/Mulish-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    --topbar-bg: #f6f6f6;
    --back-icon: url(../images/icon_back.png) no-repeat 11px 14px;
    --asset-color: #333;
    --nav-icon-color: #606060;
    --overlay-bg: #333;
    --htmlBg: #ffffff;
    --page-bg: #ffffff;
    --font-color: #000;
    --link-color: #2bb1c1;
    --list-bg: #efefef;
    --list-border: #fff;
    --list-titel-color: #222;
    --headline-color: #222;
    --accordion-bg: #fff;
    --accordion-color: inherit;
    --accordion-border: #999;
    --accordion-arrow: #000;
    --keypad-bg: #f8f8f8;
    --key-bg: #fff;
    --key-border: #ddd;
    --key-color: #222;
    --display-color: #222;
    --numpad-bg: url(../images/numpad-bg.png);
    --listpad-bg: url(../images/listpad.png);
    --st-arrow: url(../images/rightarrow.png);
    --time-track-color: #999;
    --playhead-color: #000;
    --time-current-color: #000;
    --fancy-button-color: #FFF;
    --black-white: #000;
    --white-black: #FFF;
    --cr0: #333;
    --cr1: #333;
    --cr2: #333;
    --cr3: #333;
    --cr4: #333;
    --cr5: #333;
    --cr6: #333;
    --cr7: #333;
    --cr8: #333;
    --cr9: #333;
    --cr10:#333;
    --cr11:#333;
    --cr12:#333;
}

.dark {
    --topbar-bg: #292929;
    --back-icon: url(../images/icon_back_w.png) no-repeat 11px 14px;
    --asset-color: #fff;
    --nav-icon-color: #fff;
    --overlay-bg: #242424;
    --htmlBg: #262626;
    --page-bg: #0b0b0b;
    --font-color: #fff;
    --link-color: #00caff !important;
    --list-bg: #1b1b1b;
    --list-border: #333;
    --list-titel-color: #ffffff;
    --headline-color: inherit;
    --accordion-bg: inherit;
    --accordion-color: inherit;
    --accordion-border: #545454;
    --accordion-arrow: #fff;
    --keypad-bg: #000;
    --key-bg: #222;
    --key-border: #272727;
    --key-color: #fff;
    --key-disabled-color: #262626;
    --display-color: #fff;
    --numpad-bg: url(../images/numpad-bg-w.png);
    --listpad-bg: url(../images/listpad-w.png);
    --st-arrow: url(../images/rightarrow-w.png);
    /* audioplayer */
    --time-track-color: #999;
    --playhead-color: #fff;
    --time-current-color: #555;
    --fancy-button-color: #FFF;
    --black-white: #FFF;
    --white-black: #000;
    --cr0: #333;
    --cr1: #333;
    --cr2: #333;
    --cr3: #333;
    --cr4: #333;
    --cr5: #333;
    --cr6: #333;
    --cr7: #333;
    --cr8: #333;
    --cr9: #333;
    --cr10: #333;
    --cr11: #333;
    --cr12: #333;
}

* {
    /* outline: solid 1px red!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: var(--link-color);
    font-weight: 100;
    text-decoration: none;
    text-shadow: none;
}



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

.listentry a {
    text-decoration: none;
}

a[href*="none"] .gridtitel:after {
    display: none;
}
a[href*="none"] {
    background: var(--cr1);
}
@media (max-width: 600px) {
a[href*="none"] {
    display: none;
}

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

html {
    height: 100%;
    background-color: var(--htmlBg) !important;
}

body {
    background: var(--page-bg);
    font: 1.6em / 115% "brandon-grotesque", cabin, Helvetica, Arial, sans-serif;
    color: var(--font-color);
    overflow-x: hidden;
    text-rendering: optimizelegibility;
    min-height: 100vh;
    /* clip-path: inset(0px 0px 30px 40px); */
}

/* body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(1.jpg) url(2.jpg) url(3.jpg) url(4.jpg) url(5.jpg) url(6.jpg) url(7.jpg) url(8.jpg) url(9.jpg) url(10.jpg) url(11.jpg) url(12.jpg) url(13.jpg) url(14.jpg) url(15.jpg) url(16.jpg) url(17.jpg) url(18.jpg) url(19.jpg) url(20.jpg) url(21.jpg) url(22.jpg) url(23.jpg) url(24.jpg) url(25.jpg) url(26.jpg) url(30.jpg);
} */
h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#imprint p {
    font-family: "brandon-grotesque", Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    font-size: 118%;
}

body.ui-mobile-viewport, div.ui-mobile-viewport {
    position: relative;
    max-width: 900px;
    overflow-y: scroll;
    margin: 0px auto !important;
    height: 100%;
    /* min-height: -webkit-fill-available; */
}

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;
    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: 151%;
    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;
}

.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: 0px;
    margin-bottom: 19px;
    text-transform: uppercase;
    font-size: 140%;
    line-height: 1.2;
}

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

h2 {
    margin-bottom: 0px;
    font-size: 106%;
    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: normal;
    margin-top: 0px;
    font-size: 110%;
    /* 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: 20px 20px 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 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 46px;
}

.titelcontainer p:empty {
    display: none;
}

.thumb img {
    -webkit-transition: all 500ms ease 0s;
    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;
    width: 100%;
}

.titelwrap p {
    margin: 0px;
}

.flex-container {
    padding: 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-template-rows: min-content 1fr;
    align-content: stretch;
    align-items: stretch;
}

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: 117%;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
    padding-right: 25px;
    line-height: 1.2;
    font-weight: normal;
}

.titel1, .titel2 {
    color: #333;
}

.titel2 {
    font-size: 100%;
    line-height: 1.3;
    margin-top: 8px;
    padding-right: 20px;
}

.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;
    bottom: 17px;
    right: 6px;
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    font-size: 80%;
    font-weight: normal;
    display: none;
}

.Xnummer {
    position: absolute;
    bottom: 50%;
    left: 10px;
    -webkit-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);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.accordion span.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-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;
}

.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 {
    max-width: 100%;
    -ms-flex-preferred-size: 86%;
    flex-basis: 62%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 1;
    -ms-flex-negative: 2;
    flex-shrink: 2;
}

.blind .hero {
    flex-basis: 62%;
}

.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;
    cursor: url(../images/zoom-pointer.png), auto;
}

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

.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: 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;
    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;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    }

    25%, 75% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    }

    25%, 75% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.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: auto;
    box-shadow: 0 0 14px #0000001a;
}

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

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

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

.color h1, .noimage h1 {
    font-size: 200%;
    color: rgb(58 58 58);
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 700;
}

.color h2, .noimage h2 {
    margin-bottom: 9px;
    font-size: 150%;
    margin-top: 52px;
    font-weight: 700;
}

#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;
    -ms-grid-column-align: flex-start;
    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;
}

.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;
}

.big body {
    font-size: 2.3em;
}

#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);
}

#menu a, #menu a:visited {
    background: var(--page-bg);
    color: var(--font-color);
    border-color: #585858;
}

#size-button, #invert-button {
    padding: 20px 10px 20px 68px !important;
    cursor: pointer;
    font-size: 98% !important;
}

#invert-button {
    background: #fff url("inv-bgwhite.png") 17px 11px no-repeat !important;
    background-size: 34px !important;
}

#size-button {
    background: #fff url(size-bgwhite.png) no-repeat 15px 30px !important;
    background-size: 41px !important;
}

.dark #invert-button {
    background: var(--page-bg) url("inv-bgwhite.png") 17px 11px no-repeat !important;
    background-size: 34px !important;
}

.dark #size-button {
    background: var(--page-bg) url(size-bgwhite.png) no-repeat 15px 33px !important;
    background-size: 36px !important;
}

.herobottom {
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px;
    background: var(--page-bg);
    margin-top: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    /* flex-basis: 38%; */
}

.blind .herobottom {
    flex-basis: 35%;
}

.herobottom:before {
    position: absolute;
    top: -53px;
    left: 4px;
    color: #00000052;
    height: 52px;
    width: 50px;
    border-radius: 100%;
    background: url("../images/zoom.png") center center / 40px no-repeat;
    content: "";
    filter: drop-shadow(1px 1px 0px #00000060);
    background-size: 40px;
}

.dark .herobottom {
    /* background: #101010; */
}

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: 100 !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);
    transform: translateX(-170px);
}

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

.nextwrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 970px;
    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;
    transition: all 400ms;
    background-clip: padding-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

html.inv #imprint a:link, html.inv #imprint a:visited {
    color: rgb(212, 190, 76) !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: 99993;
    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);
    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: 78%;
}

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

.inv body * {
    color: #FFF !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/ */
/* 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 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: 5px 5px;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.dark ul.lf-list {
    /* background: #565656; */
}

.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 var(--font-color);
    margin: 25px 0;
}

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;
}

figcaption {
    display: none;
}

figure {
    margin: 0;
}

a#test {
    cursor: pointer;
}

.homeheader {
    width: 100%;
    height: 100%;
    background: url(../images/home-header.jpg) no-repeat center center;
    background-size: cover;
    -webkit-transition: all 2s;
    transition: all 2s;
}

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

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

.color img+p {
    font-size: 80%;
}

a.featurelink {
    display: block;
    width: 100%;
    font-size: 120%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.inv a.featurelink {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.featurelink+.featurelink {
    border-top: 0px;
}

end media */ .container h2 {
    font-size: 160%;
    margin-bottom: 15px;
}

.container h3 {
    text-transform: none;
    font-weight: 100;
}

#list figure {
    margin: 0;
}

/*
@media (hover: hover) {
    button:hover {
      border: 3px solid green;
    }
  }
*/
.daddy {
    overflow: hidden;
    width: 100%;
    height: 48vh;
    background: #ddd;
    /* position: relative; */
}

.titelcontainer {
    -webkit-transition: all 2s;
    transition: all 2s;
}

/* https://stackoverflow.com/questions/39603641/background-size-cover-on-hover-zoom-transition
    animate background size on hover with a before element

*/
.homeheader {
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.homeheader:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

.thumb {
    width: 100%;
    height: 275px;
    color: transparent;
    position: relative;
}

thumb:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

.pfeil {
    height: 23px;
    margin-top: 2px;
}

.pfeil path {
    fill: #fff;
}

.cross path {
    stroke: #fff;
}

.invassets .pfeil path {
    fill: var(--font-color);
}

.contentwrap {
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    display: flex;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
    gap: 0px 0px;
    flex-direction: column;
    justify-content: flex-start;
}

.fullscreen {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    height: 100%;
}

.audiotitel {
    width: 100%;
    padding: 15px 8px;
    margin-bottom: 18px;
    font-size: 117%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.15em;
    word-spacing: initial;
    line-height: 1.3;
    color: #fff;
}

.audiotitel span {
    font-weight: bold;
    padding-right: 5%;
}

a.prev {
    width: 55px;
    height: 50px;
    background: url(../images/prev.png) no-repeat 15px 58%;
    margin-left: 0;
    background-size: 16px;
}

.dark a.prev {
    background: url(../images/prev-w.png) no-repeat 15px 58%;
}

a.next {
    display: block;
    width: 55px;
    height: 50px;
    background: url(../images/next.png) no-repeat right 15px top 58%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0;
    background-size: 16px;
}

.dark a.next {
    background: url(../images/next-w.png) no-repeat right 15px top 58%;
}

.audiocontrols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 8px;
    /* align-self: end; */
    max-width: 100%;
}

.logo {
    height: 5vh;
    width: 100%;
    background: url(../images/logo.svg) no-repeat center center;
    background-size: 19vh;
    /* transform: translateY(-13px); */
    /* z-index: 99999999; */
    /* position: relative; */
}

.erwin {
    text-align: center;
    padding: 41px 0 19px 0;
    font-size: clamp(4rem, 10vw, 8rem);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--font-color);
    line-height: 1;
}

.erwin span {
    display: block;
    margin-top: 35px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    /* color: var(--font-color); */
}

.hero-inner {
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.gridtitel {
    min-width: 100%;
    max-width: 100%;
    color: #FFF;
    padding: 8px 51px 8px 10px;
    font-size: 100%;
    line-height: 1.2;
    text-transform: uppercase;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow-x: hidden; */
    min-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: 400;
}

.gridtitel span {
    display: inline-block;
    margin-right: 23px;
    font-weight: bold;
}

.menudivider:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 17px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin: 0 auto;
    width: 80%;
    height: 2px;
    background: var(--font-color);
}

#menu .menudivider {
    padding-top: 42px !important;
}

.ui-page {
    background: var(--page-bg);
}

/* allways show toolbar close */
.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

body.menuopen {
    overflow: hidden;
}

.languagewrap {
    background: url(../images/language.webp) no-repeat top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* height: calc(var(--vh, 1vh) * 100); */
    min-height: 100vh;
    min-height: 100dvh;
    /* min-height: -webkit-fill-available; */
}

.langbutton {
    margin-top: auto;
    margin-bottom: 14vh;
    width: 100%;
    padding: 6px 40px 20px 30px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    transform: translateY(0);
    transition: all 900ms ease-out;
}

.langbutton.hide {
    opacity: 1;
    transform: translateY(100vh);
    transform-origin: center;
    transition: all 800ms ease-out;
}

.langbutton a {
    color: #222 !important;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: bold;
    margin-top: 28px;
    padding: clamp(12px, 1vw, 14px);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: #FFF;
    border: 0px solid #fff;
    border-radius: 3px;
    width: fit-content;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.deutsch:after {
    content: '';
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 17px;
    display: none;
}

#topbar.trans {
    display: none;
}

.langlogo {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 0.8vh;
    display: none;
}

#language .erwin {
    color: #ffffff;
    font-size: clamp(63px, 16vw, 80px);
    font-weight: 700;
    /* letter-spacing: 0.2em; */
    line-height: 0.9;
    text-align: center;
    display: block;
    min-width: 100%;
    max-width: 100%;
    margin: 20vh 0px 0 0;
    padding: 20px 0px;
    text-shadow: 0 0 41px #0000009c;
    animation: stretch 1000ms ease-out .5s 1 forwards;
    overflow: visible;
    opacity: 0;
    text-align: center;
}
   @keyframes stretch {
    0% {
      transform: scale(3);
        transform-origin: center;
        text-align: center;
        opacity: 0;
    }

    100% {
      transform: scale(1);
        transform-origin: center;
        text-align: center;
        opacity: 1;
    }
  }




.langlogo img {
    width: 30%;
}

.hidebackbutton {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99976;
    width: 90px;
    height: 50px;
    background: var(--page-bg);
}



.swipeback, .swipenext {
    overflow-y: hidden !important;
}

#topbar.filled {
    background: var(--page-bg);
}

span.nophone {
    font-weight: 100;
    padding: 0;
}

.fancybox-navigation {
    display: none;
}

.imgcount {
    position: absolute;
    bottom: 18px;
    left: 57px;
    color: #fff;
    font-size: 20px;
    letter-spacing: .2em;
    text-shadow: 1px 1px 1px hsl(0deg 0% 0% / 44%);
}

.gridtitel.phone {
    padding-right: 113px;
}

.gridtitel.phone span {
    display: inline-block;
    height: 20px;
    float: left;
}

a.langblind {
    background: #000000b5;
    font-size: 29px;
    display: none;
}

#language .erwinsub {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-size: clamp(2.5rem, 4vw, 3rem);
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 0px;
    animation: stretch 1000ms ease-out .5s 1 forwards;
    opacity: 0;
    display: block;
}

.cr0 {
    background: var(--cr0);
    /* color:#ffffffbf; */
    position: relative;
}

.cr1 {
    background: var(--cr1);
    /* color: #0000009c; */
}

.cr2 {
    background: var(--cr2);
    /* color: #ffffffc9; */
}

.cr3 {
    background: var(--cr3);
    /* color: #0000009c; */
}

.cr4 {
    background: var(--cr4);
    /* color: #ffffffbd; */
}

.cr5 {
    background: var(--cr5);
    /* color: #ffffffc7; */
}

.cr6 {
    background: var(--cr6);
}

.cr7 {
    background: var(--cr7);
}

.cr8 {
    background: var(--cr8);
}

.cr9 {
    background: var(--cr9);
}

.cr11 {
    background: var(--cr11);
}

.cr10 {
    background: var(--cr10);
}

.cr12 {
    background: var(--cr12);
}

/*  reset all cr colors to same for preview
:where(.cr0, .cr1, .cr2, .cr3, .cr4, .cr5, .cr6, .cr7, .cr8, .cr9, .cr10 ) {
    background: #1c2346 !important;
}
*/

/* ######################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################## */
@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;
    }
}





.dark .logo {
    background: url(../images/logo-w.svg) no-repeat center center;
    background-size: 19vh;
}

.dark svg.cross path {
    fill: #FFF;
}

.darken {
    position: absolute;
    inset: 0;
    background: #0000001a;
}

#fancy100 .fancybox-bg {
    background: var(--cr0);
}

#fancy101 .fancybox-bg {
    background: var(--cr1);
}

#fancy102 .fancybox-bg {
    background: var(--cr2);
}

#fancy103 .fancybox-bg {
    background: var(--cr3);
}

#fancy104 .fancybox-bg {
    background: var(--cr4);
}

#fancy105 .fancybox-bg {
    background: var(--cr4);
}

#fancy106 .fancybox-bg {
    background: var(--cr4);
}

#fancy107 .fancybox-bg {
    background: var(--cr4);
}

#fancy108 .fancybox-bg {
    background: var(--cr4);
}

#fancy109 .fancybox-bg {
    background: var(--cr5);
}

#fancy110 .fancybox-bg {
    background: var(--cr6);
}

#fancy111 .fancybox-bg {
    background: var(--cr7);
}

#fancy112 .fancybox-bg {
    background: var(--cr7);
}

#fancy113 .fancybox-bg {
    background: var(--cr7);
}

#fancy114 .fancybox-bg {
    background: var(--cr7);
}

#fancy115 .fancybox-bg {
    background: var(--cr7);
}

#fancy116 .fancybox-bg {
    background: var(--cr8);
}

#fancy117 .fancybox-bg {
    background: var(--cr8);
}

#fancy118 .fancybox-bg {
    background: var(--cr8);
}

#fancy119 .fancybox-bg {
    background: var(--cr9);
}

#fancy120 .fancybox-bg {
    background: var(--cr9);
}

#fancy121 .fancybox-bg {
    background: var(--cr9);
}

#fancy122 .fancybox-bg {
    background: var(--cr9);
}

#fancy123 .fancybox-bg {
    background: var(--cr10);
}

#fancy124 .fancybox-bg {
    background: var(--cr10);
}

#fancy125 .fancybox-bg {
    background: var(--cr10);
}

#fancy126 .fancybox-bg {
    background: var(--cr11);
}

#fancy127 .fancybox-bg {
    background: var(--cr11);
}

#fancy128 .fancybox-bg {
    background: var(--cr11);
}

#fancy129 .fancybox-bg {
    background: var(--cr12);
}

.dark .fancybox-bg {
    background-color: #000 !important;
}

#imprint .text strong {
    font-weight: 100 !important;
}

.fancybox-can-pan .fancybox-caption {
    display: none;
}

.fancybox-can-pan .fancybox-infobar {
    display: none;
}


body.fancybox-active {
    max-width: 100%;
}

.fancybox-caption {
    font-size: 100%;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3;
}

.fancybox-infobar {
    color: #fff;
    font-size: 100%;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #fff!important;
}

.fancybox-can-zoomIn .fancybox-image {
    cursor: url(../images/zoom-pointer.png), auto;
}

/* .pagehider {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    background: #fff;
    z-index: 10;
    transform: translate3d(0px, 110vh, 0px);
    transition: all;
    transition-duration: 450ms;
    transition-timing-function: cubic-bezier(0.01, 1.04, 1, 1);
}

.pagehider.out {
    transform: translate3d(0px, 0px, 0px);
}

.pageopener {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    background: #fff;
    z-index: 10;
    transform: translate3d(0px, 0vh, 0px);
    transition: all;
    transition-duration: 900ms;
    transition-timing-function: cubic-bezier(0.01, 1.04, 1, 1);
}

.pageopener.out {
    transform: translate3d(0px, 110vh, 0px);
}

.pageopener.black {
    background-color: #363636!important;
} */

img.loader {
    width: 400px;
    /* transform: skewY(-20deg); */
}

.pageopener.out {}

.pageopener * {
    /* transform: skewY(-30deg); */
}

.gridtitel:after {
    content: '';
    background-image: url(../images/playbutton.png);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background-size: 33px;
    background-repeat: no-repeat;
    /* opacity: 0.8; */
    filter: brightness(0.9);
}

.hint {
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    width: 100%;
    /* text-shadow: 2px 2px 3px hsl(0deg 0% 0% / 62%); */
    letter-spacing: 6px;
    line-height: 1.2;
    display: block;
}

.erwinsub {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(2rem, 3vw, 3rem);
    margin-top: 6px;
    margin-bottom: 50px;
    color: var(--font-color);
    letter-spacing: 0.1em;
    line-height: 1.1;
    display: none;
}

@media (max-width: 600px) {
    .audiocontrols {
        margin-top: 10px;
        margin-bottom: 0px;
        min-height: 65px;
        /* display: block; */
    }

    .fancybox-caption {
    font-size: 88%;
    text-transform: uppercase;
    color: #fff;
}

    .hint {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    /* text-shadow: 2px 2px 3px hsl(0deg 0% 0% / 77%); */
    letter-spacing: 3px;
}

    .hint span {
    /* font-size: 19px!important; */
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    /* text-shadow: 1px 1px 2px hsl(0deg 0% 0% / 52%); */
    letter-spacing: 3px;
}



    .fancybox-infobar {
        top: 4px !important;
        right: 10px !important;
        left: auto;
        transform: translateX(0);
        position: absolute;
    }

    #menu a, #menu a:visited, #size-button, #invert-button {
        margin-left: 5% !important;
        font-size: 96% !important;
        padding: 10px;
        min-height: 50px!important;
    }

    #big #menu a, #big #menu a:visited, #big #size-button, #big #invert-button {
        margin-left: 5% !important;
        font-size: 85% !important;
        padding: 8px;
        min-height: 50px!important;
    }

    ul.lf-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 6px 3px;
    }

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

    .logo {
        height: 5vh;
        background-size: 162px;
        /* display: none; */
    }

    .erwin {
        padding: 35px 0 7px 0;
        /* font-size: 138%; */
        letter-spacing: 0.2em;
        line-height: .95;
        /* padding: 8px!important; */
    }

    #language .erwin {
        color: #ffffff;
        /* font-size: 46px; */
        font-weight: 700;
        letter-spacing: 0.2em;
        line-height: 1;
        display: block;
        width: fit-content;
        padding: 9px 9px;
        margin-top: 24vh;
        margin-bottom: 16px;
        opacity: 0;
    }



    .erwin span {
        margin-top: 4px;
        font-size: 14px;
    }

    .erwinsub {
        /* font-size: clamp(1.8rem, -0.11rem + 6.56vw, 6rem); */
        text-align: center;
        padding: 0 9px;
        margin-bottom: 16px;
        margin-top: 10px;
    }

    .audiotitel.phone {
        padding: 7px 49px 7px 49px;
    }

    .gridtitel.phone {
        padding-right: 64px;
        line-height: 1;
    }

    .gridtitel.phone span {
        display: inline-block;
        height: 30px;
        float: left;
    }

    .imgcount {
        bottom: 16px;
        left: 45px;
    }

    .herobottom:before {
        top: -50px;
        left: -3px;
        background-size: 25px;
    }

    .fancybox-image {
        height: 100%;
    }

    .fancybox-infobar {
        bottom: 60px !important;
    }

    .nophone {
        display: none !important;
    }

    .langlogo img {
        width: 48%;
    }

    .langbutton {
        bottom: clamp(20px, 10vh, 90px);
        padding: 0px 20px 12px 20px;
        margin-top: auto;
        margin-bottom: clamp(20px, 14vh, 104px);
        /* position: fixed; */
    }

    .langbutton a {
        /* font-size: 17px; */
        font-weight: bold;
        margin-top: 14px;
        min-width: 164px;
    }

    #p09 .hero, #p10 .hero, #p06 .hero {
        -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    }

    .thumb {
        padding-bottom: 63%;
    }

    .audiotitel {
        max-width: 100%;
        padding: 10px 3px 10px 3px;
        font-size: 90%;
        text-transform: uppercase;
        margin-bottom: 0px;
        text-align: center;
        letter-spacing: 0.09em;
        line-height: 1.2;
        /* word-spacing: -0.5em; */
    }

    .audiotitel span {
        font-weight: bold;
        padding-right: 0%;
        display: block;
        margin-bottom: 4px;
    }

    #p05 .hero .hero-inner {
        background-position: 12% center;
    }

    .mejs__container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mejs__time {
        font-size: 83%;
    }

    a.prev {
        /* position: absolute; */
        /* bottom: 6px; */
        /* left: 10px; */
        width: 50px;
        /* margin-left: 10px; */
        background-size: 15px;
    }

    a.next {
        width: 50px;
        background-size: 15px;
    }

    .gridtitel span {
        margin-right: 15px;
    }

    .gridtitel {
        letter-spacing: initial;
        min-height: 50px;
        font-size: 100%;
    }

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

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

    .titel1 {
        font-size: 126%;
    }

    .titel2 {
        font-size: 100%;
    }

    .headline {
        font-size: 100%;
    }

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

    /* .hero a::before {
            position: absolute;
            bottom: 7px;
            right: 7px;
            height: 35px;
            width: 35px;
            background: url("../images/full.png") center center / 30px no-repeat;
            background-size: 36px;
            content: "";
            display: none;
        } */
    .color p:nth-of-type(1) {
        margin-bottom: 15px;
    }

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

    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: 130%;
        margin-top: 30px;
    }

    .color h2, .noimage h2 {
        margin-bottom: 9px;
        font-size: 117%;
        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;
    }

    .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%;
    }

    a.featurelink {
        font-size: 100%;
    }

    hr {
        margin: 15px 0;
    }

    .container h2 {
        font-size: 110% !important;
        margin-bottom: 15px;
    }

    article {
        font-size: 100% !important;
        padding-top: 40px;
        padding-bottom: 60px;
        border-bottom: 1px solid #000;
    }
}

/* macbook 13 zoll */
@media (max-width: 320px) {
    .t-logo {
        top: 15px;
        width: 18px;
    }
}

    .hint {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: 1px 1px 2px hsl(0deg 0% 0% / 52%);
    letter-spacing: 2px;
    font-size: clamp(20px, 4vw, 30px);
}

.langbutton {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 15vh; */
    /* transform: translateX(-50%); */
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 55px;
    width: fit-content;
    padding: 6px 30px 20px 30px;
    background: transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 1100ms ease-out;
}

    @media (max-width: 320px){
#menu a, #menu a:visited, #size-button {
margin-left: 20% !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;
    }
}

/* ######################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################## */
@media screen and (min-width: 320px) and (pointer: coarse) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        width: calc(var(--vh, 1vh) * 100);
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    html {
        width: 100%; height:calc(var(--vh, 1vh) * 100); position: relative;
    }
} */
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color: transparent) {
        body {
            /* min-height: -webkit-fill-available!important; */ /* color: red; */
        }
    }
}

.hint span {
    /* font-size: 23px; */
    display: block;
    margin-top: 12px;
}

@media (max-width: 375px) {
    .langbutton {
        margin-bottom: 12vh;
    }

    #language .erwin {
        margin-top: 15vh
    }

    #language .erwinsub {
        /* margin-top: 20px; */
        margin-bottom: 40px;
    }
}

.mt10 p {
    margin-bottom: 20px;
}

.mt10 p:nth-child(2n+2) {
    /* margin-bottom: 18px; */
}



.button40 {
    width: clamp(136px, 25vw, 200px);
    margin-left: 5vw;
    margin-top: clamp(14px, 3.5vh, 60px);
    animation: left-in 800ms ease-out 2.2s 1 forwards;
    opacity: 0;
}

.button40 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(2px 4px 6px #00000099);
}

 @keyframes left-in {
    0% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
  }


@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: 670px !important;
    }

    .mejs__container {
        width: 400px !important
    }

    .langbutton {
        /* padding: 6px 20px 20px 20px; */
    }

    .langbutton a {
        font-size: 17px;
        margin-top: 17px;
    }

    ul.lf-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .nextwrap {
        height: 50px;
    }

    a.next, a.prev {
        width: 3vw;
    }

    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;
    }

    .audiotitel {
        font-size: 94% !important;
        padding: 10px 8px;
        margin-bottom: 0;
    }

    .hero {
    }

    #p09 .hero, #p10 .hero, #p06 .hero {
        height: 78%;
    }

    #menu {
        overflow: hidden !important;
    }

    .langbutton {
        /* margin: 12vh auto !important; */
        margin-top: 50px;
    }

    #language .erwin {
        padding: 1vh 0 3vh 0;
        font-size: 5em;
        margin: 22vh 0px 0 0;
    }
     #language .erwinsub {
         font-size: 2em;
     }
    .button40 {
    width: clamp(120px, 22vw, 150px);
    margin-left: 5vw;
    margin-top: clamp(2px, 3vh, 60px);
    animation: left-in 800ms ease-out 2.2s 1 forwards;
    opacity: 0;
}
    .hint {

    font-size: clamp(1.25em, 3vw, 2.5rem);
}
    .audiocontrols {
        margin-bottom: 0px;
        margin-top: 0px
    }

    .langlogo img {
        width: 34%;
    }

   .erwin span {
        display: block;
        margin-top: 2vh;
        font-size: 20px
    }

    #menu, .menuwrap {
        overflow: hidden !important;
    }
}

.big-play-btn {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 120px !important;
    height: 120px !important;
    transform: translate(-50%, -50%);
    z-index: 20;
    padding: 20px;
    padding-left: 26px;
    font-size: 30px;
    border: none;
    border-radius: 100px !important;
    background-color: rgb(255 255 255) !important;
    color: #030303;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 10px #0000002b;
}

.big-play-btn {
    display: none !important;
}