* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}

html {
    font-size: 0.0521vw;
}

body {
    font-family: 'Figtree', sans-serif;
    font-optical-sizing: auto;
    font-size: 19rem;
    /*font-size: 20rem;*/
    color: #333;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    line-height: 1.375;
}

body.lng_19,
body.lng_18,
body.lng_10 {
    direction: rtl;
}

div.bg {
    width: 100%;
    height: 6016px;
    background: url(/bg.jpg) no-repeat;
    background-size: 1920px 6016px;
    position: absolute;
    top: 0;
    /*top: 5em*/
    left: 0;
    z-index: 0;
    opacity: 0.4;
    display: none;
}

/*ANCHOR Classes */
.c_red {
    color: #fc0d1b;
}

.b_red {
    background: #fc0d1b!important;
    color: #fff!important;
}

.flx {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fs {
    justify-content: flex-start;
}

.fc {
    justify-content: center;
}

.ac {
    align-items: center;
}

.atop,
div.block label.atop {
    align-items: flex-start;
}

.iw {
    width: 85%;
    margin: 0 auto;
}

.ct {
    text-align: center;
}

.cl {
    text-align: left;
}

.ctr {
    text-align: right;
}

.pd {
    padding: 2em;
}

.po {
    padding: 2em 0;
}

.mb {
    margin-bottom: 4em;
}

.mb2 {
    margin-bottom: 2em;
}

.mt {
    margin-top: 2em;
}

.rights {
    font-size: 75%;
    color: #444;
}

.vh {
    min-height: 85vh;
}

.rel {
    position: relative;
}

.hidden {
    display: none;
}

.vflx {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.if>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contain>img {
    object-fit: contain;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.w13 {
    width: 38.2%;
}

.w23 {
    width: 61.8%;
}

.w12 {
    width: 50%;
}

.mr {
    margin-right: 1em;
}

.m_a {
    margin: 0 auto;
}

.ml {
    margin-left: 1em;
}

.unl {
    text-decoration: underline;
}

.p-nm > p {
    margin: 0;
}

.f400 {
    font-weight: 400;
}

.f700 {
    font-weight: 700;
}

.fitc {
    width: fit-content;
}

.flr {
    float: right;
}

.pno {
    border:none;
    opacity:.4;
    cursor:none;
    user-select: none;
    box-shadow:none;
    pointer-events:none;
    outline: none;
}

.warning {
    border-bottom: 2px solid #fc0d1b;
    position: relative;
    padding-bottom: 0.25em;
}

.warning::before {
    content: url(https://cdn.streemer.tv/images/alert-triangle.svg);
    display: block;
    position: absolute;
    left: -2em;
    width: 1em; height: 1em;
    color: #fc0d1b;
}

.label_warning {
    border-top: 1px dashed #fc0d1b;
}

.svg-big {
    margin: 2em 0;
    display: block;
    width: 5em; 
    height: 5em;
    opacity: 0.75;
}

@keyframes heartBeat {
    0% {
      transform: scale(1);
    }  
    14% {
      transform: scale(1.1);
    }  
    28% {
      transform: scale(1);
    }  
    42% {
      transform: scale(1.1);
    }  
    70% {
      transform: scale(1);
    }
}
.animate__heartBeat {
    animation-name: heartBeat;
    animation-duration: calc(1s * 1.8);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}

.big {
    font-size: 150%;
    font-weight: 700;
}

.fbig {
    font-size: 150%;
    display: block;
    text-decoration: underline;
}

a.big {
    color:#fc0d1b;
    text-decoration: underline;
    margin-bottom: 1em;
    display: block;
}

.w100 {
    width: 100%;
}

.bgg {
    background: #f3f3f3;
}

/*ANCHOR Overall */

h1,
h2 {
    line-height: 1.2;
    font-size: 60rem;
    margin: 0;
}

.site h1,
._sites h1 {
    font-size: 40rem;
    margin-bottom: 0.5em;
}

.site h2 {
    font-size: 26rem;
    margin-bottom: 1em;
}

.site h2.nmb {
    margin: 0;
}

h3 {
    font-size: 39rem;
    font-weight: 400;
}

div.loader {
    height: 2rem;
    --c:no-repeat linear-gradient(#fc0d1b 0 0);
    background: var(--c),var(--c),#eee;
    background-size: 60% 100%;
    animation: l16 3s infinite;
    position: relative;
}
@keyframes l16 {
    0%   {background-position:-150% 0,-150% 0}
    66%  {background-position: 250% 0,-150% 0}
    100% {background-position: 250% 0, 250% 0}
}

div.streemer_ajax div.loader {
    width: 100%;
}

.translated_text div.loader {
    width: 5em;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222;
}

svg, i {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.35em;
}

.big {
    font-size: 40rem;
    font-weight: 700;
}

.error {
    background:#fc0d1b;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 0.35em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.error:empty {
    padding: 0;
}

a.suggestion {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0.25em 0.5em;
    line-height: 1;
    width: fit-content;
    background: #eee!important;
    color: #000!important;
    border-radius: 0.25em;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    font-weight: 400;
}
a.suggestion svg {
    margin-bottom: 0;
}

.orange {
    background:#feccb090;
}

/* ANCHOR Streem-ey */

div.streem-ey {
    font-weight: 700;
    padding-left: 0.25em;
    margin-left: 0.25em;
    line-height: 1.4;
    color: #222;
    text-align: left;
    position: relative;
    font-size: 125%;
}

div.streem-ey span.streem-ey {
    display: block;
    margin-left: 0.25em!important;
    font-size: 50%;
    line-height: 1;
    padding-right: 0.35em;
}

div.streem-ey span.streem-ey-real {
    font-size: 50%;
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    color: #222;
    top: 100%;
    background: #ffffffdd;
}

div.streem-ey:hover span.streem-ey-real {
    opacity: 0.5;
    visibility: visible;
}

._tab-streemer-credits div.streem-ey span.streem-ey-real {
    display: none;
}

div.tour div.streem-ey span.streem-ey-real {
    margin-top: -0.5em;
}

div.streem-ey span img {
    height: 1em;
    display: block;
    margin-left: 0.15em!important;
    margin-right: 0!important;
}

div.credit-booker div.streem-ey {
    font-size: 200%;
    margin: 0;
    padding-left: 0;
}

button {
    background: none;
}

.button {
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35em 1em;
    width: fit-content;
    border-radius: 0.25em;
    font-weight: 400;
}

div.site {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 18em);
}

a.translate {
    display: flex;
    align-items: center;
    font-size: 16rem;
    font-weight: 400;
    line-height: 1;
    color: #333;
    padding: 0.25em 1em;
    border: 1px solid #ddd;
    border-radius: 0.25em;
    width: fit-content;
    margin-top: 0.5em;
    background: #f1f1f1;
}

.translated_text {
    display: block;
    margin-top: 0.5em;
    padding: 0.5em;
    background: #f8f8f8;
    width: fit-content;
}
.translated_text:empty {
    padding: 0;
}



/*ANCHOR Header */
header div.band a.logo img {
    height: 3em;
    width: auto;
}

header div.band a.logo img.mobil {
    display: none;
}

div.site div.band {
    padding: 1em;
}

header div.band a {
    white-space: nowrap;
    line-height: 1;
}

div.band .all-c a {
    text-decoration: underline;
}

header div.band a svg,
div.search ul li a img {
    display: block;
    width: auto;
    height: 1.375em;
    margin: 0.5em auto;
}

header div.band div.h_categories svg {
    color: #717171;
    width: 2.5em; 
    height: 2.5em;
}

header div.band div.h_categories li li svg {
    margin: 0;
    margin-right: 1em;
    margin-left: 0.35em;
    display: block;
    width: auto; height: 1.75em;
}

header div.streem-ey {
    margin-right: 1em;
}

div.h_search_cn {
    font-size: 85%;
}

div.h_search_cn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.h_search {
    position: relative;
}

div.topics {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    padding: 0.35em;
    background: #eee;
    white-space: nowrap;
    z-index: 1;
    border-radius: 0.25em;
    border-top-right-radius: 0;
    line-height: 1;
    padding-left: 1em;
}

div.topics:empty {
    padding: 0;
    display: none;
}

div.topics a {
    margin-left: 0.5em;
    padding: 0.25em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25em;
}

header div.h_login a,
header div.h_search img {
    margin-left: 0.5em;
    display: block;
}

header div.h_mainmenu>div {
    margin-left: 0.5em;
    margin-right: 0.5em;
    display: flex;
    align-items: center;
    padding-bottom: 0.35em;
    border-bottom: 1px solid transparent;
}

.home header div.h_mainmenu > div.h_cat {
    display: none;
}

._tours-live header div.h_mainmenu>div.h_live,
._tours-map header div.h_mainmenu>div.h_map,
._category header div.h_mainmenu>div.h_cat {
    border-bottom-color:#fc0d1b;
}

header div.h_mainmenu>div>span {
    display: block;
    position: relative;
}

header div.h_mainmenu>div:hover>span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10em;
    top: 0;
    left: 0;
}

header div.h_mainmenu div.h_map {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

header div.h_live img,
header div.h_live svg,
header div.h_map img,
header div.h_map svg,
header div.h_cat img,
header div.h_programm svg {
    margin-right: 0.5em;
    height: 1em;
}

header div.border {
    border-bottom: 3rem solid #eee;
    padding-bottom: 1em;
}

header div.search div.form {
    border: 1px solid #ccc;
    padding: 0.5em;
    width: fit-content;
    margin: 0 auto;
    font-size: 85%;
    border-radius: 0.25em;
}

header li,
div.search li {
    margin-left: 2.5em;
    margin-right: 2.5em;
}

div.search a svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    height: 2em;
}

div.search div.h_delete a img {
    margin: 0;
    margin-left: 1em;
}

div.search a {
    white-space: nowrap;
    cursor: pointer;
}

div.h_search_wt b {
    display: block;
}

div.h_search_wt div.form>div {
    margin-left: 1em;
    margin-right: 1em;
    position: relative;
}

div.h_search_wt form {
    align-items: stretch;
}

div.h_categories {
    font-size: 85%;
    position:relative;
}

div.h_categories img,
div.h_categories svg {
    height: 2.5em;
    width: auto;
    display: block;
    margin: 0.35em auto;
}

div.h_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.h_categories ul ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    margin-top: 2em;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: fit-content;
    min-width: 200%;
    background: #fcfcfc;
    top: calc(100% + 0.5em);
    border-top: 2px solid #fc0d1b;
}

div.h_categories ul li.ul_center ul {
    left: 50%;
    transform: translateX(-50%);
}

div.h_categories ul li.ul_right ul {
    left: auto;
    right: 0;
}

/*
div.h_categories ul ul::after {
    display: block;
    position: absolute;
    bottom: 100%;
    content: '';
    width: 0; height: 0; 
    left: 4em;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;    
    border-bottom: 0.5em solid #fff; 
}
    */

div.h_categories ul li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    display: block;
}

div.h_categories ul li:hover ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    z-index: 0;
}

div.h_categories > ul > li {
    margin: 0;
    border-bottom: 2rem solid transparent;
    transition: all 0.4s;
    padding-bottom: 0.25em;
    width: calc(100% / 9);
    text-align: center;
    position: relative;
}

div.h_categories li li {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.4s;
    font-weight: 400;
}

div.h_categories li li p {
    margin: 0;
    padding: 1em 2em;
    background: #eee;
    color: #000;
    font-style: italic;
}

div.h_categories ul li ul li:hover {
    background: #f8f8f8;
    border-bottom: 1px solid #aaa;
    font-weight: 400;
}

div.h_categories li li a {
    padding: 1em 2.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div.h_categories li li a img {
    margin: 0;
    margin-right: 1em;
}

div.h_categories li li:hover {
    padding: 0; 
}

div.h_categories li a {
    position: relative;
}

div.h_categories li:hover,
.town div.h_categories li.town,
.culture div.h_categories li.culture,
.way div.h_categories li.way,
.water div.h_categories li.water,
.air div.h_categories li.air,
.poi div.h_categories li.poi,
.animals div.h_categories li.animals,
.snow div.h_categories li.snow,
.other div.h_categories li.other,
._travel div.h_categories ul li.travel,
._action div.h_categories ul li.action,
._sport div.h_categories ul li.sport,
._create div.h_categories ul li.create,
._events div.h_categories ul li.events,
._senses div.h_categories ul li.senses,
._connect div.h_categories ul li.connect,
._nature div.h_categories ul li.nature,
._explore div.h_categories ul li.explore {
    font-weight: 700;
    background:#f3f3f3;
}

div.h_categories li:hover {
    border-bottom-color: transparent;
}

span.s_symbol {
    display: inline-block;
    padding: 0.25em;
    line-height: 1;
    color: #fff;
    background: #888;
}

section.citation {
    position: absolute;
    font-size: 135%;
    font-style: italic;
    right: 2em;
    top: 2em;
    color: #ccc;
    text-align: right;
    letter-spacing: 1px;
}

section.citation span.whom {
    font-style: normal;
    font-size: 75%;
    display: block;
}

input,
button,
select,
textarea {
    border: 0;
    padding: 0.35em 0;
    font-size: 100%;
    font-family: 'Figtree', sans-serif;
    line-height: 1;
}

div.h_s_when a {
    margin-right: 1em;
    color: #777;
    padding-top: 0.35em;
}

div.h_s_when input.invis {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

div.h_s_when a:hover input.invis {
    opacity: 1;
    visibility: visible;
}

div.m_popup {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background: #fff;
    padding: 4em;
    top: 4.9em;
    z-index: 6;
}

div.h_live:hover div.m_popup {
    display: block;
}

div.h_login ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.h_login {
    position: relative;
}

div.h_login p {
    margin: 0;
    margin-right: 0.5em;
}

div.h_login ul img,
div.h_login ul svg {
    display: block;
    height: 1em;
}

div.h_login ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 11;
    right: 0;
    min-width: 18vw;
    padding: 0;
}

div.h_login ul li {
    margin-left: 0;
    margin-right: 0;
}

div.h_login ul li:hover ul,
div.h_login ul.open li ul {
    opacity: 1;
    visibility: visible;
    padding: 1em;
    background: #fff;
    border: 1px solid #eee;
}

div.h_login ul li:hover ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    z-index: 0;
}

div.h_login ul li:hover ul li {
    position: relative;
    z-index: 1;
}

div.h_login ul li span.log_svg,
div.h_login a span.log_svg {
    display: flex;
    padding: 0.5em;
    border: 2rem solid #eee;
    align-items: center;
    border-radius: 0.25em;
    height: 3em;
}

div.h_login a span.log_svg svg {
    margin-right: 0.5em;
}

div.h_login ul li span.log_svg.lin {
    padding: 0;
}

div.h_login ul li span.log_svg.lin img {
    width: 2.35em;
    height: 2.35em;
    object-fit: cover;
    object-position: center;
    display: block;
}

header div.h_login li a {
    margin: 0;
    display: block;
    padding: 0.5em;
}

header div.h_login li a.modus {
    display: flex; 
    justify-content: flex-start;
    align-items: center;
}

header div.h_login li a.modus svg {
    margin: 0;
    margin-right: 0.5em; 
}

header div.h_login li a:hover {
    color: #fc0d1b;
    font-weight: 600;
}

div.h_login ul li.ul_line {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 3rem solid #999;
}

header.sites {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 15;
    background: #fff;
}

/*
._guide-tour-editphp header.sites {
    position: fixed;
    width: 100%;
}
*/

header.sites div.border {
    padding: 0;
}

header.sites div.band {
    height: auto;
    padding: 0.5em;
    justify-content: flex-start;
}

header.sites div.h_mainmenu {
    margin-left: 4em;
    margin-right: 4em;
}

header.sites span.bg {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: .5em;
    background: #fff;
    z-index: -1;
    left: -1em;
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
}

header.sites div.streemer_ajax {
    width: fit-content;
    min-width: 3em;
    margin-left: auto;
}

header.sites div.h_s_what:hover span.bg,
header.sites div.h_s_when:hover span.bg,
header.sites div.h_s_where:hover span.bg {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.keyword header.sites div.h_s_what span.bg,
.date header.sites div.h_s_when span.bg,
.cr header.sites div.h_s_where span.bg {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

header.sites div:hover span.bg::before {
    content:'';
    display: block;
    position: absolute;
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    z-index: -1;
}

header.sites span.bg a {
    background: #f3f3f3;
    border-radius: 0.25em;
    padding: 0.5em;
}

header.sites div.h_search_wt button img {
    width: 2em;
}

header.sites div.search div.flx {
    align-items: center;
}

header.sites div.search form input {
    padding: 0.5em;
    line-height: 1;
    background: #f3f3f3;
}

/*
header.sites div.search form button {
    background: #222;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 0.25em;
}
    */

div.search form button img {
    width: 1.5em;
}

div.h_search form {
    padding: 0.5em;
    height: 3em;
    border-radius: 0.25em;
    border: 2rem solid #eee;
    max-width: inherit;
}

div.h_search_wt div:hover > b {
    text-decoration: underline;
}

div._search_ajax_ div.s_findings {
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 1em;
}

div._search_ajax_ b {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 1em;
    text-decoration: none!important;
    line-height: 1;
}

div._search_ajax_ a {
    display: inline-block;
    margin: 0.5em;
}

header div.header_categories {
    display: none;
}
header.sites div.header_categories.open,
._tours-search header div.header_categories,
._category header div.header_categories {
    display: block;
    width: auto;
}

header div.f_language {
    position: relative;
}

header div.f_language select {
    display: none;
}

header div.f_language > span {
    display: flex;
    align-items: center;
    padding: 0.25em 1.5em;
    border-radius: 0.25em;
    line-height: 1;
}

header div.f_language > span img {
    width: 1.25em;
    margin-right: 0.35em;
}

body:not(.home) div.h_login p.reg_text,
body:not(.home) header div.f_language  {
    display: none;
}

body:not(.home) header.sites div.streemer_ajax:not(.header_categories) {
    margin-left: 1em; 
}
body:not(.home) header.sites div.h_mainmenu {
    margin-right: auto;
}

div.h_login p.reg_text a {
    display: flex;
    align-items: center;
}

div.h_login p.reg_text a svg {
    margin-right: 0.35em;
}

header div.f_language:hover::before {
    display: block;
    content: '';
    position: absolute;
    width: 6em;
    height: 4em;
    top: 0;
    left: -50%;
    z-index: 1;
}

div.ss-main {
    margin-left: 0.5em;
}

header div.ss-main {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    width: fit-content;
}
header div.f_language:hover div.ss-main {
    display: flex;
}

div#ss-sel {
    position: absolute;
    right: 0;
    top: 3.5em;
    display: none; 
}
header div.f_language:hover div#ss-sel {
    display: block;
}

.ss-content.ss-open-above {
    min-width: fit-content;
}

.scroll header div.h_login a {
    margin-left: -0.5em;
}

/*ANCHOR Homepage */
div.home_preview {
    background: #eee;
    height: 52vh;
}

div.home_preview > div {
    height: 100%;
    filter: brightness(90%) contrast(120%) sepia(3%) saturate(83%) hue-rotate(-4deg);
}

div.home_preview img,
div.home_preview video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div.home_h1 {
    width: 60%;
    margin: 0 auto;   
}

div.p_home_h1 {
    background: #fff;
    position: relative;
}

div.home_h1 h1 {
    padding: 0;
    margin: 0;
    margin-bottom: -0.25em;
}

div.home_h1 p:not(.normal) {
    color:#fc0d1b;
    font-size: 60rem;
    margin: 0;
    font-weight: 700;
}

div.home_teaser {
    width: 62vw;
    margin: 2em auto;
    /*
    border: 0.5em solid #444;
    border-radius: 0.25em;
    */
    position: relative;
    padding-bottom: 2em;
}

div.home_teaser div.remote {
    position: absolute;
    right: 10%;
    bottom: -22%;
}

div.remote img {
    width: 13em;
}
/*
div.home_teaser > span {
    display: block;
    width: 100%;
    background: #444;
    height: 2em;
    bottom: 0;
    left: 0;
    position :absolute;
}

div.home_teaser::before {
    display: block;
    width: 10em;
    height: 1em;
    background: #444;
    left: calc(50% - 5em);
    bottom: -2em;
    content: '';
    position: absolute;
}
*/
div.index_txt {
    text-align: left;
    column-count: 2;
    column-gap: 2em;
    width: 60%;
    margin: 5em auto;
}

div.tour_cn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
    position: relative;
}

body.home div.tour_cn {
    justify-content: center;
}

div.tour_cn > div.tour {
    width: 32.3%;
    margin-right: 1%;
    font-size: 95%;
    padding-bottom: 4em;
}

div.tour_cn > div.tour[data-demo="1"] {
   background: #ddd;
   opacity: 0.75;
}

div.tour_cn > div.tour[data-demo="1"]::after {
    display: none;
}

div.tour_cn > div.tour[data-demo="1"] div.tour_info {
    background: none;
}

.guide_segment div.tour_cn {
    width: 100%;
}

div.home_teaser h2 {
    margin-bottom: 1em;
}

div.home_teaser h3 {
    position: absolute;
    left: 5%;
    width: 35%;
}

div.home_destinations.mobil {
    display: none;
}

div.home_teaser div.swiper {
    margin-bottom: 3em;
}

div.home_destinations h2 {
    margin-bottom: 0.35em;
}

div.home_destinations ul li {
    padding: 1em;
}

div.home_register {
    padding-top: 6em;
    padding-bottom: 6em;
}

div.home_register p:not(.normal) {
    font-size: 150%;
    font-weight: 700;
    width: 75%;
    margin: 1.5em auto;
    margin-bottom: 0;
}

div.home_register a,
div.home_tours>a,
a.dark_button {
    font-size: 115%;
    display: block;
    margin: 2em auto;
    width: fit-content;
    padding: 0.5em 1em;
    background: #666;
    color: #fff;
}

div.slh3 h3 {
    position: absolute;
    left: 5%;
    width: 35%;
    font-size: 150%;
    font-weight: 400;
    text-align: left;
}

div.slh3 a.button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: fit-content;
    z-index: 1;
    transform: translateX(-50%);
}

div.slh3 {
    width: 62vw;
    margin: 0 auto;
    margin-bottom: 6em;
}

div.a_sl {
    position: relative;
    margin-top: -10em;
}

div.a_sl a {
    width: fit-content;
}

div.tour_media_main a.referer {
    position: absolute;
    padding: .35em 1em;
    background: #44444490;
    color: #fff;
    left: 0;
    top: 0;
    display: flex;
    font-size: 90%;
    align-items: center;
}

/*ANCHOR Map */

body.home div.map_cn {
    position: relative;
}

div.map_home {
    position: relative;
    z-index: 0;
}

div.map_cn div.search {
    margin-bottom: 2em;
}

.my-popup {pointer-events: none;}

div.map_regions {
    display: flex;
    position: absolute;
    left: 50%; bottom: 1em;
    transform: translateX(-50%);
    z-index: 1111;
}

div.map_regions a {
    margin-right: 0.35em;
    border: 5rem solid #fff;
    transition: border 0.4s;
    border-radius: 0.35em;
    position: relative;
}

div.map_regions a.show {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 1em;
    line-height: 2;
}

div.map_regions a:hover {
    border-color: #444;
}

div.map_regions a::before {
    content: attr(title);
    display: block;
    position: absolute;
    font-size: 75%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0;
    left: 0;
    text-align: center;
}

div.map_regions img {
    width: 4em;
    display: block;
}

div.streemer_map {
    width: 100%;
    min-height: 46vh;
}

div.leaflet-container {
    min-height: 55vh;
}

._tours-map div.leaflet-container {
    height: 80vh;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 0;
    border-radius: 0.5em;
    overflow: hidden;
}

div.leaflet-popup-tip-container {
    display: none;
}

div.leaflet-bottom {
    display: none;
}

div.streemer_map div.streemer_icon {
    background: #fc0d1b;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.leaflet-container {
    font-size: 100%;
}

.leaflet-popup-content div.tour,
.leaflet-popup-content div.tour:hover {
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 400;
    font-size: 80%;
    width: fit-content;
    border: 0;
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, .1);
}

.leaflet-popup-content div.tour div.tour_func {
    width: fit-content;
    background: #fff;
    margin: 0;
}

.leaflet-popup-content div.tour a.img {
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: block;
}

.leaflet-popup-content div.tour a.img img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
}

.leaflet-popup-content div.tour a.tour-details {
    margin: 1em;
    font-weight: 700;
    color: #000;
}

.leaflet-popup-content div.tour_info {
    margin-bottom: 0; 
    padding: 0.5em;
    padding-top: 0;
    white-space: nowrap;
    font-size: 90%;
}

.site .leaflet-popup h3 {
    font-size: 125%;
    margin: 0;
    max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leaflet-popup {
    margin: 0;
}

.leaflet-popup div.ti_credits div.streem-ey {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.leaflet-popup div.ti_credits div.streem-ey span.streem-ey-real {
    display: none;
}

.leaflet-popup-content {
    margin: 0;
    font-size: 100%;
    width: auto!important;
}

.leaflet-container a.leaflet-popup-close-button,
.leaflet-container a.leaflet-popup-close-button:hover {
    border: 1px solid #ddd;
    color: #fff;
    background: #fc0d1b;
    border-radius: 0.25em;
    line-height: 1.4;
    transform: translateY(-100%);
    right: 0.5em;
}

.leaflet-popup h3 {
    position: relative;
    background: #ffffffcc;
    padding: 0.5em;
    margin: 0;
    font-size: 105%;
    border-radius: 0 0.5em 0.5em 0;
}

div.tour_map {
    position: relative;
    z-index: 1;
}

/*ANCHOR Mastering */

div.mastering {
    margin-bottom: 6em;
}

div.mastering > div {
    margin-bottom: 3.5em;
}

div.mastering label {
    pointer-events: none;
}

div.mastering label a {
    pointer-events: all; 
}

/*ANCHOR Farben */
.f_0,
div.block.f_0 {
    background: #FF7E1420;
}
.f_1,
div.block.f_1 {
    background: #B52C2020;
}
.f_2,
div.block.f_2 {
    background: #bdb57310;
}
.f_3,
div.block.f_3 {
    background: #42C0FB10;
}
.f_4,
div.block.f_4 {
    background: #10cb3110;
}
.br_1 {
    border-left: 0.25em solid #B52C20;
}
.br_2 {
    border-left: 0.25em solid #42C0FB;
}
.br_3 {
    border-left: 0.25em solid #10cb31;
}

div.legende {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 75%;
}

div.legende span {
    padding-left: 0.5em;
    margin-right: 1.5em;
}

img.gd_img {
    display: block;
    width: 10em;
    margin-right: 2em;
}

span.g_m_stat {
    font-size: 150%;
    font-weight: 900;
    display: inline-block;
    padding-right: 0.5em;
    margin-right: 1em;
    border-right: 1px solid; 
}

div.checklist ul {
    list-style: none;
    padding-left: 1em;
    width: calc(100% - 4.5em);
}

div.checklist ul li {
    margin-bottom: 0.25em;
}

div.checklist li[data-v="1"] {
    pointer-events: none;
    opacity: 0.65;
}

div.checklist li label {
    position: relative;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
}

div.checklist li label span {
    position: absolute;
    right: 1em;
}
div.dashboard div.mastering h3 {
    font-size: 125%;
    padding: 0.25em;
}
div.dashboard div.mastering h3 svg {
    margin-right: 0.5em;
}

/*ANCHOR Slick */
div.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slick-slide {
    position: relative;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

div.tour ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0.5em;
    margin: 0;
    padding: 0;
}

ul.slick-dots button {
    margin: 0.5em;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    background: #aaa;
    text-indent: -10000px;
    cursor: pointer;
}

div.tour ul.slick-dots button {
    border: 1px solid #fff; 
}

ul.slick-dots li.slick-active button {
    background: #333;
}

._guide-register div.slick-slide img {
    position: relative;
    max-height: 20em;
    object-fit: contain;
}

div.menu div.slh3 {
    margin-top: 5em;
    padding: 1em;
    background: #f3f3f3;
    border-radius: 0.25em;
    width: 100%;
}

div.menu div.slh3 div.swipe {
    padding-bottom: 8em;
    overflow: hidden;
}
div.menu div.slh3 div.swipe img {
    max-height: 8em;
    object-fit: contain;
}

div.menu div.slh3 h2,
div.menu div.slh3 h3 {
    text-align: left;
    margin: 0;
    padding: 0;
}

div.menu div.slh3 h3 {
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    background: none;
}

.site div.menu div.slh3 img {
    width: 200%;
    left: -50%;
    position: absolute;
    height: auto;
}

div.menu ul.slick-dots {
    font-size: 75%;
}

/*ANCHOR Tour */

div.tour {
    position: relative;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 1em;
    transition: all 0.4s;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0.5em;
}

div.tour.pno_tour,
div.tour.pno_tour div.tour_info {
    background: #eee;
}

div.tour.hide {
    display: none;
}

div.tour_summary,
span.t_history:not(:empty)  {
    height: 18em;
    overflow-y: scroll;
    margin-bottom: 0.5em;
}

div.tour:hover {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
}

div.tour div.tour_func {
    position: relative;
    margin-bottom: 0.5em;
    background: #eee;
    min-height: 10em;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5em;
}

div.dg360 {
    position: absolute;
    top: 1em;
    right: 4em;
    width: 2.5em;
    padding: 0.25em 0.5em;
    background: #ffffffaa;
    border-radius: 0.5em;
}

div.guide_segment div.tour div.tour_func {
    height: 10em;
}

p.subline {
    color: #888;
    margin:0;
}

span.dev-live-id {
    position: absolute;
    bottom: 0;
    left: 0;
}

div.tour_buy div.t_dates {
    padding: 1em;
    background: #f3f3f3;
}

div.tour_fav {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

div.tour_fav a {
    margin-left: 1.5em;
    display: flex;
    color: #fff;
    position: relative;
    padding: 0.35em 1em;
    background: #44444490;
    font-size: 90%;
    align-items: center;
}

div.tour_fav a.tour_favs::before {
    content: attr(title);
    position: relative;
    margin-right: 0.5em;
    display: block;
}

div.tour_media_main a.referer::after {
    content: attr(title);
    position: relative;
    margin-left: 0.5em;
    display: block;
}

div.tour_fav a.tour_favs svg {
    margin-left: 0.5em;
}

div.tour a.tour_favs {
    display: block;
    position: absolute;
    padding: 0.5em;
    width: fit-content;
    right: 1em;
    top: 1em;
    z-index: 1;
}

div.tour a.tour_favs img,
div.tour_fav img,
div.tour_fav svg,
div.tour_media_main a.referer svg {
    width: 1.5em; 
    margin: 0;
}

div.share a {
    display: flex;
    margin-bottom: 1.5em;
    align-items: center;
}

div.share a img {
    margin-right: 1em;
}

div.share a.sh_link svg {
    margin-left: 0.5em;
    font-size: 125%;
    color: darkgreen;
    display: none;
}
div.share a.sh_link.copied svg {
    display: block;
}

div.share_popup > img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}

div.tour span.t_demo,
div.tour_detail span.t_demo {
    position: absolute;
    color: #fff;
    font-size: 200%;
    letter-spacing: .5em;
    opacity: .9;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 0 0 5px #666;
}

div.tour_detail span.t_demo {
    opacity: 0.5;
    font-size: 500%;
}

div.tour div.tour_data {
    position: absolute;
    top:2em;
    width: 100%;
    padding: 1em;
}

div.tour div.tour_data img,
div.tour div.tour_info img {
    display: block;
    height: 1.375em;
}

div.tour div.ti_spec {
    font-weight: 600;
}
div.tour div.ti_spec span {
    font-weight: 700;
    margin-left: 0.5em;
}

div.tour div.ti_spec span.rate_star {
    font-size: 65%;
    margin-left: -1em;
}

div.tour_main_media div.regions {
    position: absolute;
    top: 1em;
    left: 1em;
    color: #fff;
    text-shadow: #000 0 0 5rem;
}

div.tour_main_media video {
    width: 100%;
    display: block;
}

div.tour_cn>div.tour div.tour_main_media video,
div.tour_cn>div.tour div.tour_main_media img {
    aspect-ratio: 16 / 9;
}

div.tour div.ti_spec div.streem-ey {
    font-size: 125%;
}

p.tour_duration {
    font-weight: 700;
    padding: 1em; 
    background: #66666630;
    border-radius: 1em;
    margin-top: 0;
    white-space: nowrap;
    text-align: center;
}

p.tour_duration span.tour_duration_start,
div.t_history a span {
    background: #fff;
    color: #000;
    padding: 0.25em 1em;
    border-radius: 0.5em;
    display: block;
    margin-top: 0.25em;
    border: 2px solid #fc0d1b;
}

div.t_history a span {
    padding: 0.35em;
    line-height: 1;
    margin-left: 0.35em;
}

div.t_history a span svg {
    margin: 0;
}

div.tour div.ti_duration {
    font-size: 75%;
    width: fit-content;
}

div.tour div.streem-ey {
    position: absolute;
    right: 1em;
    bottom: 2em;
    font-size: 140%;
}

div.guide_segment div.tour div.streem-ey {
    bottom: 0.5em;
    right: 1em;
}

div.tour div.tour_info img {
    height: 1em;
    margin-right: 0.5em;
}

div.tour div.slider img,
div.tour div.tour_main_media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div.tour_info {
    margin-bottom: 2em;
    padding-top: 2.5em;
    background: #fff;
    padding-left: 2.5em;
    position: relative;
}

div.tour_cn div.tour_info,
div.tour_details div.tour_info {
    padding: 0;
    margin: 0;
}

div.tour_details div.t_dates {
    display: none;
}

div.tour>a {
    display: block;
    padding: 0.35em;
    background: #fc0d1b;
    background: #444;
    color: #fff;
    border-radius: 0.35em;
}

div.tour.live > a {
    background: #fc0d1b;
    margin-top: 1.3em;
}

div.tour > a.unbook_tour,
div.tour_booked a.unbook_tour {
    background: #fff;
    display: flex;
    align-items: center;
    color: #666;
    position: absolute;
    bottom: 0;
    font-size: 85%;
    right: 1em;
}
div.tour_booked a.unbook_tour {
    padding: 0.25em;
    bottom: -2em;
}

span.t_immersive {
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: 4em;
    padding: 0.5em;
    background: #fff;
    border-radius: 0.5em;
}

span.live_icon {
    box-shadow: 1rem 1rem 10rem 1rem #fff;
    background: #fff;
    padding: 0.35em;
    border-radius: 1em;
}

span.live_icon svg {
    margin-left: 0.5em;
}

div.tour a.tour-details {
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    position: absolute;
    right: 1em;
    bottom: 2em;
    width: fit-content;
    font-size: 105%;
    font-weight: 700;
    padding-left: 1em; padding-right: 1em;
}

div.tour a.tour-details::before {
    content: '';
    display: block;
    position: absolute;
    width: 265%;
    height: 10em;
    bottom: 0; right: 0;
}

div.tour_cn a.tour-details::before {
    width: 205%;
}

div.leaflet-popup-content div.tour a.tour-details {
    font-weight: 700;
    color: #000;
    padding: 1em;
    margin: 0;
    position: relative;
    width: 100%;
    background: #eee;
    right: auto;
    bottom: auto;
}

div.leaflet-popup-content div.tour a.tour-details::before {
    width: 200%;
    height: 10em;
    bottom: -2em;
    right: -2em;
}

div.leaflet-popup-content div.tour_func_explorer {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0.5em;
    width: 100%;
    color: #333;
    font-size: 80%;
    background: #f3f3f3;
}

div.leaflet-popup-content div.tour a.img div.tour_func_explorer img {
    border-radius: 50%;
    width: 2.5em;
    margin-right: 1em;
    height: auto;
    display: block;
}

div.tour_cn div.streem-ey {
    bottom: 0.5em;
    z-index: 10;
}

div.tour_media {
    align-items: stretch;
}

div.tour_media_main {
    width: 60%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5rem 15rem;
    margin-bottom: 1em;
    height: 62vh;
}

div.tour_media_main video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div.tour_media_main a.streem_start,
div.tour_media_main div.tour_booked {
    position: absolute;
    background:#fc0d1b;
    color: #fff;
    padding: 1em;
    left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    cursor: pointer;
    z-index: 14;
    border-radius: 0.5em;
}

div.tour_media_main a.streem_start.soon,
a.to_streem_date.soon {
    background: #666;
}

a.streem_start span,
div.tour_booked b {
    font-size: 150%;
    font-weight: 700;
    display: block;
}

span.countdown {
    font-family:monospace;
    font-weight: 700;
    font-size: 150%;
}

a.streem_start span.countdown {
    font-size: 100%;
}

div.tour_booked p {
    margin: 0;
}

div.tour p.tour_starts_in {
    position: absolute;
    top: 1em;
    right: 2em;
    font-size: 75%;
    font-weight: 400;
    background: #ffffffdd;
    padding: 0.25em;
}

div.tour div.ti_id {
    margin-left: 0.5em;
    display: none;
}

div.tour_media_other {
    width: 40%;
    padding-left: 1em;
    position: relative;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30rem 60rem -12rem inset, rgba(0, 0, 0, 0.3) 0px 18rem 36rem -18rem inset;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
    height: 62vh;
    margin-bottom: 1em;
}

div.tour_media_other.tc-2,
div.tour_media_other.tc-1 {
    column-count: 1;
}

div.tour_media_other img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div.tour_media_other.tc-4 a,
div.tour_media_other.tc-3 a,
div.tour_media_other.tc-2 a {
    height: 50%;
}

div.tour_media_other.tc-1 a {
    height: 100%;
    width: 100%;
}

div.tour_media_other.tc-2 a {
    width: 100%;
}

div.tour_media_other>div.if {
    height: calc(50% - 1em);
    margin-bottom: 2em;
}

div.tour_media_other > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 150%;
    width: 50%;
    overflow: hidden;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
}

div.tour_media_other > a:nth-child(n+5) {
    display: none;
}

span.all_photos {
    padding: 0.5em;
    background: #44444490;
    color: #fff;
    position: absolute;
    font-size: 60%;
    border: 1px solid #fff;
    cursor: pointer;
    bottom: 1em;
    z-index: 5;
    left: 50%;transform:translateX(-50%);
}

span.all_photos:hover {
    background: #444444;
}

.featherlight {
    background:#333333dd;
}

.featherlight.gallery {
    background: #222222a0;
}

.featherlight.gallery .featherlight-content {
    background: none;
    padding: 0;
}

.featherlight.gallery .featherlight-close-icon {
    background: #fff;
    border-radius: 0.25em;
    font-weight: 700;
    width: 2em; height: 2em;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

/*
div.tour_media_other>a {
    display: block;
    position: absolute;
    bottom: 3em;
    left: 21%;
    padding: 0.5em 1em;
    background: #333;
    color: #fff;
    border: 2rem solid #fff;
}
*/

div.tour_details {
    width: 61.8%;
    padding-right: 1em;
}

div.tour_buy {
    width: 38.2%;
    padding-left: 1em;
}

div.tour_details h1 {
    font-size: 200%;
    margin-bottom: 0.5em;
}

div.tour_details h1 span span {
    display: block;
    font-size: 50%;
}

div.tour_details>div {
    margin-bottom: 2em;
}

.t_category {
    color: #999;
}

div.tour_detail h2 {
    font-size: 150%;
    margin-top: 1.5em;
}

div.tour_detail div.t_dates h2 {
    margin-top: 0;
}

div.t_reviews {
    margin-top: 6em;
    margin-bottom: 6em;
}

div.tour_buy div.leaflet-container {
    min-height: 20em;
    margin-top: 1em;
}

div.tour_buy div.t_review {
    margin-top: 2em;
    background: #f3f3f3;
    padding: 1em;
    padding-top: 0;
    border-radius: 0.25em;
}

div.tour_buy div.t_review span.rate_star {
    font-size: 75%;
}

div.tour_details div.tour_adds a {
    margin-left: 0;
    background: #f3f3f3;
}

div.t_description > div {
    margin-top: 1em;
}

div.t_description span.t_original_desc a {
    cursor:pointer;
}

div.t_description span.t_original_desc span {
    display: none;
}
div.t_description span.t_original_desc.open span {
    display: block;
}

div.t_assets p svg {
    margin-right: 1em;
}

div.t_assets p {
    justify-content: flex-start;
}

div.t_dates div.t_date {
    padding-top: 1em;
    border-top: 1px solid;
    margin-top: 1em;
}

div.t_dates div.t_date a {
    padding: 0.25em;
    border-radius: 0.25em;
}

div.t_dates div.t_date a:first-of-type {
    background: #ddd;
}

div.t_dates div.t_date a.pno {
    background: #2E5543;
    color: #fff;
}

div.t_dates div.t_date a.pno div.streem-ey {
    display: none;
}

div.t_time {
    font-weight: 700;
    line-height: 1;
}

.popup div.t_time {
    font-size: 115%;
    padding: 0.35em;
    background: #f3f3f3;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.t_time span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-weight: 400;
    padding: 0.35em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    margin-left: 0.5em;
    font-size: 90%;
}

div.t_dates div.t_date span.t_date_book {
    background: #fc0d1b;
    color: #fff;
    padding: 0.25em;
    border-radius: 0.25em;
    font-weight: 700;
}

div.ti_credits {
    color: #fc0d1b;
}

div.tour_title {
    font-size: 125%;
    min-height: 3em;
    margin-top: 0.35em;
    overflow: hidden;
}

div.tour_description_teaser {
    position: absolute;
    font-weight: 300;
    font-size: 75%;
    bottom: 0;
    width: 100%;
    padding: 1em;
    padding-bottom: 3em;
    background: #ffffffee;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

div.guide_segment div.tour_description_teaser {
    display: none;
}

div.tour:hover div.tour_description_teaser {
    visibility: visible;
    opacity: 0.9;
}

div.tour .ti_region {
    opacity: 0.8;
}
div.tour .ti_country {
    opacity: 0.65;
}
div.tour .ti_continent {
    opacity: 0.5;
}

div.t_category img {
    width: 1.5em;
    height: auto;
    margin-right: 0.5em;
}

div.t_category a {
    display: inline-flex;
    align-items: center;
    margin-right: 1em;
    background: #f3f3f3;
    border-radius: 0.25em;
    padding: 0.35em 0.5em;
}

div.streemer_tour_filter {
    justify-content: flex-start;
    padding-right: 1em;
    margin-bottom: 1em;
    font-size: 89.5%;
}

div.streemer_tour_filter > div {
    margin-right: 1.5em;
    border-bottom: 1px solid transparent;
    padding-bottom: 0.25em;
}

div.streemer_tour_filter > div,
div.streemer_tour_filter > div > a {
    display: flex;
    align-items: center;
    line-height: 1;
}

div.streemer_tour_filter > div.active {
    border-bottom: 1px solid;
}

div.streemer_tour_filter > div > a,
div.streemer_tour_filter > div > input {
    padding: 0.35em;
    border: 2rem solid #eee;
    border-radius: 0.25em;
    transition: border 0.4s;
    white-space: nowrap;
}

div.streemer_tour_filter > div > a:hover,
div.streemer_tour_filter > div > input:hover {
    border-color: #777;
}

div.streemer_tour_filter > div > input {
    outline: none;
}

p.streemer_tour_filter a {
    display: none;
}

div.s_f_category {
    position: relative;
}

._category div.s_f_category,
._tours-live div.s_f_start,
._tours-search div.s_f_category {
    display: none;
}

div.s_f_tableview span.tv_board,
div.s_f_tableview.active span.tv_table {
    display: none;
}
div.s_f_tableview.active span.tv_board {
    display: block;
}

div.s_f_category div.header_categories {
    display: none;
    position: absolute;
    left: 0;
    width: 200%;
    top: 100%;
}
div.s_f_category.open div.header_categories {
    display: block;
}

div.s_f_category div.header_categories div.ss-main {
    margin: 0;
}

div.s_f_date > a {
    margin-right: 0.5em;
}

div.s_f_date > a.today {
    background: #ccc;
}

div.s_f_date > a.tm {
    background: #eee;
}

._tours-live div.s_f_date {
    display: none;
}

span.not_found {
    display: none;
    font-weight: 900;
}

div.tableview div.tour_cn {
    display: block;
}

div.tableview div.tour_cn>div.tour {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding: 0.7em;
}

div.tableview div.tour_cn>div.tour.hide {
    display: none;
}

div.tableview div.tour div.tour_func {
    width: 8em;
    margin-bottom: 0;
    margin-right: 2em;
    min-height: inherit;
    height: auto;
}

div.tableview div.tour div.tour_func img,
div.tableview div.tour div.tour_func video {
    max-width: 8em;
    max-height: 5em;
}

div.tableview div.tour ul.slick-dots,
div.tableview div.tour div.tour_data,
div.tableview div.tour_main_media div.regions,
div.tableview span.all_photos,
div.tableview div.tour a.tour-details::before,
div.tableview div.tour_description_teaser {
    display: none;
}

div.tableview div.tour_info {
    margin-bottom: 0;
    margin-right: 2em;
    width: 100%;
    padding-top: 0;
}

div.tableview div.tour_title {
    min-height: inherit;
}

div.tableview div.tour a.tour-details {
    margin-left: auto;
    justify-content: space-between;
    white-space: nowrap;
    position: static;
    width: 14em;
    justify-content: center;
}

div.tableview div.tour div.streem-ey {
    right: 0;
    bottom: auto;
    top: 0;
}

div.tableview div.tour a.tour_favs {
    font-size: 60%;
    left: 0;
    top: 0;
    right: auto;
}

div.tableview div.tour div.ti_spec > div.flx > span:not(.c_red) {
    display: none; 
}

div.tableview div.tour div.ti_duration {
    margin-left :auto;
    display: flex;
    align-items: center;
}

div.tableview div.tour div.ti_duration span.ti_rating {
    margin-left: 1em;
}

div.tableview div.tour div.ti_spec {
    display: flex;
}

div.tableview div.tour div.ti_id {
    margin-left: 2.5em;
}

a.to_streem_date {
    position: fixed;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    padding: 1em;
    background:#fff;
    z-index: 50;
    background: #fc0d1b;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .35) 0 5rem 15rem;
    border-radius: 0.25em 0.25em 0 0;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
}

.scroll a.to_streem_date {
    opacity: 1;
    visibility: visible;
}



/*
.ss-content .ss-list {
    display: flex;
    flex-wrap: wrap;
    width: 50vw;
    right: 0;
}
.ss-content .ss-list .ss-option {
    margin: 0.5em;
}
*/


/*ANCHOR Rate the journey*/

.ratingW {position:relative; margin-top:1em; padding:0;}
.ratingW li {display:inline-block; margin:0px;}
.ratingW li a {display:block; position:relative;}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em  solid #ddd;
    border-left: .3em solid transparent;
}
.star:before, .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em  solid #ddd;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
}
.star:after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
}

.ratingW li.on .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left: .3em solid transparent;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left: 1em solid transparent;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
}
.ratingW li.on .star:after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
}

div.streem_tab {
    position: relative;
    overflow: hidden;
    padding-right: 18em;
    display: none;
}

div.streem_tab.active {
    display: block;
}

div.streem_tab img.tab_img {
    position: absolute;
    opacity: 0.45;
    right: 0;
    top: 3em;
    width: 15em;
}

div.streem_tab_a a {
    white-space: nowrap;
    padding: 0.5em 1em;
    background: #eee;
    color: #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
    font-size: 85%;
    cursor: normal;
}

div.streem_tab_a a.active {
    background: #444;
    color: #fff;
    border-bottom-color: #fc0d1b;
}

div.rate textarea,
div.rate select {
    display: block;
    background: #f3f3f3;
    margin-bottom: 1em;
}

div.rate select {
    padding-left: 1em;
    padding-right: 1em; 
}

div.rate textarea {
    width: 100%;
    min-height: 5em;
    padding: 0.35em;
}

div.journey_finish {
    width: 55vw;
}

div.journey_finish button,
div.journey_finish div.bts a {
    background: #222;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 0.35em;
    border-radius: 0.25em;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}

div.journey_finish button.close {
    background: #555;
}

div.thank_you input {
    font-size: 115%;
    padding: 0.35em;
    font-weight: 600;
    width: 3em;
    background: #f3f3f3;
    border: 1px solid #aaa;
    border-radius: 0.25em;
}


/*ANCHOR Streemer*/
div.teaser {
    width: 100%;
    overflow: hidden;
}

div.teaser img {
    max-width: 100vw;
    object-fit: contain;
}

div.attention_popup {
    display: none;
}

.featherlight div.attention_popup {
    display: block; 
}

div.attention_popup div.streem-ey {
    display: inline-block;
}

div.attention_popup p {
    margin: 0;
}

div.attention_popup button {
    background: #222;
    color: #fff;
    width: fit-content;
    display: inline-block;
    margin-top: 2em;
    padding: 0.5em 1em;
    border-radius: 0.25em;
}

/*ANCHOR Streems */
._streeming {
    max-width: unset;
    overflow: hidden;
}
._streeming header.sites,
._streeming footer {
    display: none;
}

div.vod_video {
    height: 100%;
}

div.vod_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

a.intro_skip {
    position: fixed;
    top: 5em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
    background: #fff;
    padding: 0.5em 2em;
    opacity: 0.7;
    border-radius: 0.5em;
}

#videoMetaContainer {
    opacity: 0.8;
}

a#unmuteBtn {
    display: none!important;
}

div.first_tour {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 2em;
    z-index: 1002;
}

div.first_tour button {
    position: absolute;
    right: 1em;
    top: 1em;
    color:#fff;
    background: #fc0d1b;
    padding: 0.25em;
    line-height: 1;
    border-radius: 0.25em;
    cursor: pointer;
}

div.live_streem {
    /*width: 100vw;*/
    height: 100vh;
    background: #222;
    position: relative;
}

div.live_buttons {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;
    padding: 1em;
    margin: auto 0;
}

div.live_buttons.open div.live_buttons_buttons {
    opacity: 1;
    visibility: visible;
}

div.live_buttons_buttons {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

div.live_buttons a {
    background:#eee;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 0.65em;
    padding: 0.5em;
    line-height: 1;
    border-radius: 0.25em; 
    font-size: 150%;
    position: relative;
}

div.live_buttons a::before {
    content: attr(title);
    display: block;
    position: absolute; 
    right: 100%;
    margin-right: 0.5em;
    color: #fff;
    font-size: 62%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    padding: 0.5em;
    border-radius: 0.25em;
}

div.live_buttons a:hover::before,
div.live_buttons a.menu::before {
    opacity: 1;
    visibility: visible;
}

div.live_buttons a:hover::before {
    background: #000;
}

div.live_buttons a.menu:hover::before {
    background: none;
}

div.live_buttons a.menu svg.feather-x,
div.live_buttons.open a.menu svg.feather-menu,
div.live_buttons a.fullscreen svg.feather-minimize,
div.live_buttons.fullscreen a.fullscreen svg.feather-maximize  {
    display: none;
}

div.live_buttons.open a.menu svg.feather-x,
div.live_buttons.fullscreen a.fullscreen svg.feather-minimize {
    display: block;
}

div.live_buttons a svg {
    margin: 0;
}

div.live_buttons a.streem_close {
    color: #fc0d1b;
}

div.api_video {
    position: relative;
    z-index: 1;
}

div.api_video,
div.api_video_video {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.api_video_video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.35;
}

div.api_video_video video {
    object-fit: cover;
    object-position:center;
    width: 100%;
    height: 100%;
}

div.api_video img.streem-logo {
    position: fixed;
    top: 1em;
    left: 1em;
    width: 3em;
}

div.api_video div.popup {
    z-index: 1;
}


div.streem_transcribe {
    position: absolute;
    bottom: 4em;
    width: 50%;
    left: 25%;
    color: #fff;
    height: 5em;
    line-height: 1.1;
    overflow-y: auto;
}

div.streem_transcribe p {
    margin: 0;
    margin-bottom: 0.25em;
    display: flex;
    background: #00000030;
    padding: 0.25em 1em; 
    width: fit-content;
}

div.streem_transcribe p span.timestamp {
    margin-right: 1em;
    color: #ddd;
}

div.live_chat,
div.live_guide,
div.live_problem,
div.live_info,
div.live_addon,
div.live_guide_notice,
div.live_map {
    padding: 2em;
    padding-top: 6em;
    padding-right: 5em;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 80%,rgba(125,185,232,0) 100%);
    width: 40vw;
    position: absolute;
    z-index: -1;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: 0;
    transition: opacity 1s; 
}

.chat div.live_chat,
.problem div.live_problem,
.guide div.live_guide,
.info div.live_info,
.addon div.live_addon,
.guide_notice div.live_guide_notice,
.map div.live_map {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.chat div.live_buttons a.a_chat,
.addon div.live_buttons a.a_extra,
.map div.live_buttons a.a_map,
.problem div.live_buttons a.a_problem,
div.live_buttons a.active {
    border-radius: 50%;
    background: #f7ad63;
    color: #fff;
}

div.live_info a,
div.live_addon > p {
    color: #fff;
}

div.live_chat > button,
div.live_guide > button,
div.live_problem > button,
div.live_info > button,
div.live_addon > button,
div.live_guide_notice > button,
div.live_map > button {
    color: #fff;
    position: absolute;
    left: 1em;
    top: 1em;
    background: #000;
    padding: 0.25em;
    border-radius: 0.25em;
    line-height: 1;
    z-index: 51;
    cursor: pointer;
}

div.live_streem button svg {
    margin: 0;
}

div.live_map {
    height: 30vh;
}
div.live_map div.leaflet-container {
    min-height: 100%;
    opacity: 0.75;
}

div.live_info a.translate {
    background: #444;
}

div.live_chat .chat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	list-style-type: none;
	padding: 0.5em;
    padding-bottom: 7em;
	margin: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 75%;
}

div.live_chat > p {
    color: #fff;
    font-size: 85%;
}

div.live_chat div.streemer_countries {
    position: absolute;
    right: 100%;
    top: 1em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0, rgba(125, 185, 232, 0) 100%);
    padding: 1em;
    color: #fff;
}

div.live_chat div.streemer_countries ul.l_j_countries {
    display: block;
    overflow: auto;
    height: 75vh;
    font-size: 80%;
}

div.live_chat div.streemer_countries ul.l_j_countries li {
    margin-bottom: 0.35em;
}

div.live_chat .message {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1em;
	box-shadow: 0px 7.5rem 2.5rem 0px rgba(0,0,0,0.5);
	position: relative;
	margin-bottom: 2em;
}

div.live_chat .message.left {
	padding: 1em 1.5em 1em 5em;
    background: #b5d3d6;
    color: #000;
}

div.live_chat .message.right {
	align-self: flex-end;
	padding: 1em 5em 1em 1.5em;
}

div.live_chat .message.web-public-message {
    background: #ffe9c4;
    color: #000;
}

div.live_chat .logo {
	border-radius: 50%;
	box-shadow: 0px 5rem 5rem 0px rgba(0,0,0,0.7);
	object-fit: cover;
	position: absolute;
	left: 10rem;
	top: -10rem;
	width: 50rem;
	height: 50rem;
}

div.live_chat .message.right .logo {
	left: auto;
	right: 10px;
    background: #fff;
}

div.live_chat .message p {
	margin: 0;
}

div.live_chat .text_input {
	width: calc(100% - 3em);
    border-radius: 0.5em;
    padding: 0.5em;
}

div.live_guide div.tour_guide,
div.live_guide div.tour_guide a,
div.live_problem,
div.live_info {
    color: #fff;
}

div.live_guide div.guide_card {
    border: 0;
}

div.streem_transcribe_report {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    z-index: 1;
    font-size: 75%;
    padding: 1em;
}

div.streem_transcribe_report span {
    display: none;
    margin-left: 1.5em;
}

div.play-button-overlay {
    position: fixed;
    top: 50%; left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 300%;
    display: none;
    cursor: pointer;
    z-index: 1002;
    color: #fff;
}

div.play-button-overlay > span {
    display: flex;
    align-items: center;
}

div.immersive,
div.immersive2d {
    width: 100%;
    height: 100%;
}

div.immersive {
    display: none;
}

div.immersive2d video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

div.immersive div.controls,
div.immersive2d div.controls {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    z-index: 105;
    background:#000000cc;
}

div.immersive button#play-pause svg,
div.immersive button#mute svg,
div.immersive2d button#play-pause2d svg,
div.immersive2d button#mute2d svg {
    display: none;
}
div.immersive button#play-pause[data-state="play"] svg.feather-play-circle,
div.immersive button#play-pause[data-state="pause"] svg.feather-pause-circle,
div.immersive button#mute[data-state="mute"] svg.feather-volume-x,
div.immersive button#mute[data-state="unmute"] svg.feather-volume,
div.immersive2d button#play-pause2d[data-state="play"] svg.feather-play-circle,
div.immersive2d button#play-pause2d[data-state="pause"] svg.feather-pause-circle,
div.immersive2d button#mute2d[data-state="mute"] svg.feather-volume-x,
div.immersive2d button#mute2d[data-state="unmute"] svg.feather-volume  {
    display: inline;
}

.a-enter-vr.fullscreen .a-enter-vr-button {
    display: none;
}

div.immersive button,
div.immersive2d button {
    display: block;
    color: #fff; 
    margin-right: 1em;
    cursor: pointer;
    padding: 0.25em 1em;
    line-height: 1;
    border-radius: 0.25em;
}

div.streemer_speech a.si_button {
    display: block;
    background: #fff;
    color: #000;
    padding: 0.25em;
    border-radius: 0.5em;
}

div.streemer_speech a.si_button svg {
    margin: 0;
}

div.streemer_speech {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 0;
	right: 0;
	padding: 1em;
	width: 100%;
}

div.tour_adds a {
    display: inline-block;
    background: #fff;
    margin: 1em;
    padding: 0.5em;
    width: fit-content;
    border-radius: 0.5em;
}

div.streem_addons {
    position: fixed;
    bottom: 2em;
    left: 2em;
    width: fit-content;
    background: #ffffffaa;
    padding: 1em;
    border-radius: 0.5em;
    text-align: center;
    display: none;
}

div.streem_addons svg {
    color:#fc0d1b;
    font-size: 200%;
    position: absolute;
}

div.streem_addons h3 {
    margin-bottom: 0;
}

div.streem_addons p {
    margin: 0;
}

div.streem_addons a {
    display: block;
    background: #000;
    color: #fff;
    padding: 0.25em 2em;
    width: fit-content;
    margin: 0.5em auto;
}

form.streem_buchen h3 {
    margin: 0;
    font-size: 150%;
}

form.streem_buchen div.streem-ey {
    color: #fff;
}

div.live_info div.tour_details {
    width: 100%;
    overflow: auto;
}

div.send_problem {
    margin-bottom: 2em;
}

div.send_problem textarea {
    width: 100%; 
    padding: 0.5em;
    margin-bottom: 0.5em;
}

div.send_problem a.button {
    background: #fff;
    color: #000;
}

div.streem_problem_warning {
    position: fixed;
    padding: 1em;
    background: #444;
    color: #fff;
    text-align: center;
    font-size: 125%;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 1;
    display: none;
}

.problem_send div.streem_problem_warning {
    display: block;
}

div.pre_streem_slicker {
    opacity: 0.6;
    pointer-events: none;
    height: 100vh;
    position: relative;
}
div.pre_streem_slicker img {
    width: 100%; height:100%;
    object-fit: cover; object-position: center;
}
div.pre_streem_slicker .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
div.pre_streem_slicker .slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, #000000 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: 0.5;
}
div.pre_streem_slicker .slide span {
    position: absolute;
    font-size: 300%;
    left: 50%; transform: translateX(-50%);
    bottom: 1em;
    padding: 0.25em 1em;
    color: #fff;
    background: #00000040;
}
div.pre_streem_slicker .slide.active {
    opacity: 1;
}

div.countdown_animation {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    display: none;
    z-index: 0;
}

div.countdown_animation video {
    object-fit: cover;
    object-position: center;
    width: 100%; height: 100%;
}

#waitVideoPlayer {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: none;
}
.button.hidden {
    display: none;
}
.pre-wait-controls {
    right: 1em;
    left: auto;
    top: 1em;
    transform: none;
    padding: 0;
}

.pre-wait-controls.live_buttons a {
    margin-bottom: 0;
    display: none;
}
.live_buttons.pre-wait-controls {
    top: 7%;
    left: unset;
}

#videoMetaContainer {
    position: absolute;
    top: 2em;
    left: 2em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    z-index: 2;
}
#videoTitle {
    margin: 0;
    font-size: 32rem;
    font-weight: 700;
    line-height: 1.2;
}
#videoSubtitle {
    margin: 0.5em 0 0 0;
    font-size: 20rem;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 1.5em;
}

#enterStreamBtn,
#enterStreamBtnLate {
    margin-top: 1em;
}

#latePopup p:first-of-type {
    margin: 1em 0;
    font-size: 20rem;
}

#latePopup p.late-reason {
    margin: 0.5em 2em;
    font-style: italic;
    max-width: 80%;
    font-size: 18rem;
}

#connectionError p {
    margin: 1em 0;
}
#notifyBtn {
    margin-top: 1em;
}

div.pre_info {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 10;
}

div.pre_info_info {
    display: none;
}
.featherlight div.pre_info_info {
    display: block;
}

div.pre_info a.pre_info_large {
    display: block;
    padding: 0.5em;
    font-size: 200%;
    background: #222;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
}

div.pre_info a.pre_info_large svg,
div.pre_info a.pre_info_small svg {
    margin: 0;
}

div.pre_info a.pre_info_small {
    display: none;
    padding: 0.25em;
    background: #888;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
}

div.pre_info.prei_1 a.pre_info_small {
    display: block;
}

div.pre_info.prei_1 a.pre_info_large {
    display: none;
}

:where(.vds-video-layout .vds-live-button),
:where(.vds-video-layout[data-sm] .vds-chapter-title),
:where(.vds-video-layout .vds-captions),
:where(.vds-slider),
:where(.vds-live-button),
:where(.vds-controls-spacer),
.vds-chapter-title,
.vds-time-slider,
.vds-caption-tooltip {
    display: none!important;
}

media-controls.vds-controls {
    position: fixed;
    top: 50%; transform: translateY(-50%) translateX(-50%);
    left: 50%;
    height: 3em;
    background: #000000cc;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    border-radius: 1em;
    padding: 0 2em;
}

.api_video .vds-controls-group {
    width: auto;
    font-size: 200%;
    margin: 0;
}

.api_video .vds-fullscreen-tooltip {
    display: none!important;
}

.api_video .vds-time-divider {
    font-size: 50%;
    margin-top: -0.25em;
}

.vds-play-button {
    display: flex;
    justify-content: center;
    transform: none;
    width: auto;
    height: auto;
    background: none;
}

.vds-button {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 1em;
}

.vds-button svg {
    margin: 0;
}

.api_video {
    --streem-z-player: 10;
    --streem-z-action: 20;
    --streem-z-backdrop-video: 30;
    --streem-z-overlay: 40;
    --streem-z-popup: 50;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.streem-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.streem-layer > * {
    pointer-events: auto;
}
.streem-layer--action > .live_chat,
.streem-layer--action > .live_guide,
.streem-layer--action > .live_problem,
.streem-layer--action > .live_info,
.streem-layer--action > .live_addon,
.streem-layer--action > .live_guide_notice,
.streem-layer--action > .live_map {
    pointer-events: none;
}
body.chat .streem-layer--action > .live_chat,
body.guide .streem-layer--action > .live_guide,
body.problem .streem-layer--action > .live_problem,
body.info .streem-layer--action > .live_info,
body.addon .streem-layer--action > .live_addon,
body.guide_notice .streem-layer--action > .live_guide_notice,
body.map .streem-layer--action > .live_map {
    pointer-events: auto;
}
.streem-layer--player {
    z-index: var(--streem-z-player);
}
.streem-layer--action {
    z-index: var(--streem-z-action);
}
.streem-layer--backdrop-video {
    z-index: var(--streem-z-backdrop-video);
}
.streem-layer--overlay {
    z-index: var(--streem-z-overlay);
}
.streem-layer--popup {
    z-index: var(--streem-z-popup);
}

/* Backdrop is shown for overlay popups and forced wait/pause states */
.api_video .streem_overlay.overlay--visible,
.api_video .streem_overlay.overlay--forced {
    display: block;
}

.api_video .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2em;
    max-width: 90vw;
    width: fit-content;
    text-align: center;
}
.api_video .popup.popup--active {
    display: flex;
}
.api_video .popup.popup--active[data-popup-layer="overlay"] {
    box-shadow: black 0 0 10px;
    padding: 2.5em;
}

.api_video_video {
    position: absolute !important;
    inset: 0;
    opacity: 1 !important;
    display: none !important;
}
/* Visibility is driven in site/scripts/streem/main.js (syncBackdropAndControlState). */

.popup {
    gap: 1em !important;
}

.popup .loader {
    width: 100%;
}

.popup h3,
.popup p {
    margin: 0 !important;
}

button {
    cursor: pointer;
}

/* Close confirmation button group */
#closeConfirm .button-group {
    display: flex;
    gap: 1em;
    margin-top: 1em;
}

/* Player container */
#streemPlayerHost {
    width: 100%;
    height: 100%;
}

div.live_chat .message-copy {
    display: flex;
    flex-direction: column;
    gap: 0.45em;
}

div.live_chat .message-status {
    align-self: flex-start;
    border-radius: 999px;
    padding: 0.25em 0.65em;
    font-size: 70%;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5b6473;
    background: rgba(17, 24, 39, 0.08);
}

div.live_chat .message-status:empty {
    display: none;
}

div.live_chat .message-status.pending {
    color: #fc0d1b;
    background: rgba(252, 13, 27, 0.12);
}

div.live_chat .message-status.translated {
    color: #444;
    background: rgba(252, 13, 27, 0.08);
    box-shadow: inset 0 0 0 1px rgba(252, 13, 27, 0.18);
}

div.live_chat .message-original {
    font-size: 85%;
    line-height: 1.45;
    color: #666;
}

div.live_chat .message-original:empty {
    display: none;
}

div.live_chat .message.translated-message {
    box-shadow:
        0px 7.5rem 2.5rem 0px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(252, 13, 27, 0.16);
}

div.live_chat .message.translation-arrived {
    animation: streem-chat-translation-arrived 0.35s ease-out 1;
}

@keyframes streem-chat-translation-arrived {
    0% {
        opacity: 0.92;
        box-shadow:
            0px 7.5rem 2.5rem 0px rgba(0, 0, 0, 0.5),
            inset 0 0 0 1px rgba(252, 13, 27, 0.38);
    }

    100% {
        opacity: 1;
        box-shadow:
            0px 7.5rem 2.5rem 0px rgba(0, 0, 0, 0.5),
            inset 0 0 0 1px rgba(252, 13, 27, 0.16);
    }
}

div.live_chat .streemer_speech {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

div.live_chat .streemer_chat_actions {
    display: flex;
    align-items: center;
    gap: 0.5em;
    justify-content: flex-end;
}

div.live_chat .streemer_chat_filters {
    display: flex;
    justify-content: flex-end;
    padding: 0 1em 0.75em;
}

div.live_chat .streemer_chat_toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55em;
    padding: 0.45em 0.8em;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 70%;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    user-select: none;
}

div.live_chat .streemer_chat_toggle input {
    margin: 0;
    accent-color: #fc0d1b;
}

div.live_chat li.message.web-public-message.chat-message-hidden {
    display: none;
}

div.live_chat .streemer_speech .si_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: 0;
    cursor: pointer;
    height: 2.25em;
    min-width: 2.25em;
    border-radius: 0.5em;
}

div.live_chat .streemer_speech .si_button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

#send-text {
    margin: 0;
    text-align: center;
}

#send-text-public {
    min-width: auto;
    padding: 0.5em;
    background: #eee;
}

.chat-send-label {
    font-size: 75%;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
}

/*ANCHOR Guides */
p.g_money {
    font-size: 150%;
    font-weight: 700;
    margin: 0;
}

div.buttons>a {
    display: block;
    margin: 1em auto;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1em;
    font-size: 13rem;
}

div.g_world {
    width: 60%;
    left: 26.9%;
    position: relative;
}

div.line {
    position: relative;
}

div.line input {
    width: 60%;
}

span.line_info {
    display: block;
    position: relative;
    font-size: 125%;
    margin-bottom: 4em;
}

span.line_info a {
    font-weight: 700;
}

div.slh3 h2 {
    margin-bottom: 0;
}

div.guide_data .imgfit {
    height: 10em;
}

div.guide_data div.block:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2rem 5rem -1px, rgba(0, 0, 0, 0.3) 0px 1px 3rem -1px;
}

div.guide_data div.block {
    transition: all 0.4s;
}

div.guide_data div.block.cancel_active {
    border: 2px solid #fc0d1b;
}

div.guide_data div.block div.block {
    margin-top: 2em;
}

div.guide_data div.block.form_active {
    box-shadow: rgba(14, 30, 37, 0.22) 0px 2rem 4rem 0px, rgba(14, 30, 37, 0.32) 0px 2rem 16rem 0px;
}

div.guide_data div.block.opad {
    padding: 0;
}

div.guide_data div.block.opad.done {
    padding: 1em 2.5em;
    background: #10cb31;
    color: #fff;
    font-weight: 700;
}

div.block.opad::after {
    display: none;
}

._guide-hello img.gd_img {
    position: absolute;
    right: 0;
    margin-top: -2em;
}

div.guide_card {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #eee;
    box-shadow: rgba(0,0,0,.05) 0 2rem 9rem;
    border-radius: 0.5em;
    background: #fff;
    max-width: 44em;
}

div.guide_segment div.guide_card {
    margin: 0;
}

div.guide_card p {
    margin: 0;
    margin-bottom: 0.5em;
}

div.guide_card a {
    text-decoration: underline;
}

div.guide_card div.short_description a {
    margin-top: 0.5em;
    display: block;
    width: fit-content;
    padding: 0.35em;
    background: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 0.25em;
}

div.guide_card img {
    border-radius: 0.5em;
}

div.guide_card div.short_description,
p.info {
    background: #f3f3f3;
    padding: 0.5em;
    padding-top: 1.5em;
    position: relative;
    margin-top: 1.5em;
}

p.info {
    padding: 1em;
}

div.dashboard p.info {
    background: #fff;
    margin-bottom: 1.5em;
    padding: 1em;
}

div.guide_card div.short_description > svg,
p.info > svg {
    position: absolute;
    top: -0.5em;
    left: calc(50% - 0.5em);
    background: #fff;
    border-radius: 50%;
    font-size: 1.5em;
}

p.t_buy_info {
    font-size: 85%;
}

div.guide_pic img {
    width: 100%;
}

div.guide_details a {
    display: block;
    white-space: nowrap;
}

.opener {
    display: none;
}

.opener.open {
    display: block;
}

div.tour_propose div.block label {
    margin: 0;
}

div.tour_market_info {
    padding: 1.5em;
    margin-top: 2em;
    border: 1px solid #ccc;
    border-radius: 0.35em;
}

div.tour_market_info h3 {
    margin: 0;
}

div.tour_market_info div.tm_description {
    margin-top: 1.5em;
}

div.tour_market_info div.tm_region span {
    display: block;
    padding: 0.25em 0.5em;
    margin-right: 1.5em;
    background: #666;
    color: #fff;
    border-radius: 0.35em;
    white-space: nowrap;
}

div.exp_data {
    width: 100%;
}

.site div.menu div.exp_avatar img {
    width: 100%;
    border-radius: 0.5em;
}

p.exp_infos span {
    white-space: nowrap;
    display: block;
    margin-bottom: 1em;
}

div.exp_abo {
    padding: 1em;
    background: #f8f8f8;
    margin-top: 1em;
}

div.exp_abo svg {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    width: 1.5em;
    height: auto;
}

div.exp_abo a {
    text-decoration: underline;
}

div.exp_address {
    padding: 1em;
    background: #f3f3f3;
}

div.exp_address div#h_destination-map {
    height: 20em;
    min-height: inherit;
}

span.localtimer {
    display: flex;
    align-items: center;
    background: #666;
    color: #fff;
    padding: 0.35em;
    border-radius: 0.25em;
    width: fit-content;
    margin-top: 1em;
}

span.localtimer span {
    margin-left: 0.5em;
    margin-right: 0.5em;
}



/* ANCHOR Dashboards */
h2.data {
    font-size: 125%;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    padding: 0.5em;
}

.view_light h2.data {
    cursor: pointer;
    background: #fff;
}
.view_light div.gs_open h2.data {
    background: none;
}

div.dashboard {
    background: #f5f5f5;
}

div.dashboard h1 {
    text-align: right;
    margin-bottom: 2em;
}

div.dashboard h3 {
    font-size: 100%;
    font-weight: 700;
}

div.dashboard h3.svg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

div.b_tours a.button {
    margin-bottom: 0.5em;
}

div.guide_segment {
    margin-bottom: 2.5em;
}

div.guide_segment h2 a.tableview {
    font-size: 75%;
    display: flex;
    align-items: center;
}

div.guide_segment h2 a.tableview svg {
    margin-right: 0.5em;
}

div.segment_nav {
    margin-bottom: 2em;
    position: sticky;
    top: 4em;
    background: #f5f5f5;
    z-index: 105;
    padding: 0.5em;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
}

div.segment_nav a {
    padding: 0.25em 1em;
    border-left: 2rem solid;
    transition: background 0.4s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90%;
    color: #000;
}

div.segment_nav a:hover,
div.segment_nav a.active {
    background: #ddd;
}

div.segment_nav a.form_saver {
    margin-top: 0;
    color: #fff;
}

div.tour_edit {
    position: relative;
}
a.c_m_full {
    position: absolute;
    background: #666;
    color: #fff;
    padding: 0.25em;
    left: 0;
    top: -2em;
    width: fit-content;
    font-size: 90%;
}

.site div.menu {
    width: 20%;
    margin-right: 4em;
    position: sticky;
    top: 13em;
}

div.block {
    background: #fff;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 0.25em;
    position: relative;
}

div.block::after,
div.tour::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 1em;
    height: 1em;
    right: 0.5em;
    opacity: 0.2;
    width: 50%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15rem 10rem #777;
    transform: rotate(3deg);
}

div.block.blank {
    background: 0;
    padding: 0;
}

div.block.blank::after {
    display: none;
}

div.tour.pno::after {
    display: none;
}

div.a_tours td a.adm_a {
    font-size: 135%;
    margin-right: 0.35em;
    padding: 0.35em;
    background: #f3f3f3;
    line-height: 1;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    position: relative;
}

div.a_tours td a.adm_a:hover {
    background: #222;
    color: #fff;
}

a.adm_a:after{
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 20%;
    opacity: 0;
    content: attr(title);
    height: auto;
    min-width: 8em;
    padding: 0.25em;
    z-index: 9;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: rgba(0,0,0,0.65);
    border-radius: 0.25em;
    font-size: 65%;
}
a.adm_a:before {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    border-style: solid;
    border-width: 6rem 6rem 0 6rem;
    border-color: rgba(0,0,0,0.65) transparent transparent transparent;
}
a.adm_a:hover:after{ visibility: visible; opacity: 1; bottom: calc(100% + 5rem); }
a.adm_a:hover:before{ visibility: visible; opacity: 1; bottom: 100%; }

div.a_tours td {
    vertical-align: middle;
}

div.a_tours td img {
    width: 7em;
}

a.contracter img {
    width: 8em;
    display: block;
    margin-bottom: 0.5em;
}

a.contracter span {
    display: block;
    font-size: 75%;
}

.site div.menu ul {
    list-style-type: none;
    padding-left: 0;
}

.site div.menu ul.bullet span {
    display: block;
}

.site div.menu ul.bullet li {
    position: relative;
    margin-bottom: 2em;
}

.site div.menu ul.bullet li svg {
    position: absolute;
    bottom: -1.5em;
    left: 1em;
}

.site div.menu img {
    width: 1.5em;
    margin-right: 0.5em;
}

.site div.menu li img {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    border: 2px solid var(--color-secondary);
    padding: 0.25em;
    background: var(--color-secondary);
}

.site div.menu li:hover img {
    border-color: var(--color-main);
}

.site div.menu li a {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}

.site div.menu li a span {
    width: 2em;
    height: 2em;
    background: #444;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    flex-shrink: 0;
}

.site div.menu li a span svg {
    margin: 0;
}

.site div.menu li a.c_red span {
    background:#fc0d1b;
}

#signature-pad {
    border: 1px solid #666;
    border-radius: 0.5em;
    cursor: crosshair;
    max-width: 100%;
}

div.signature-container button {
    background: none;
    border: 1px solid #999;
    border-radius: 0.25em;
    margin-bottom: 2em;
    color: #000;
    font-size: 85%;
    padding: 0.5em;
}

div.guide_data {
    width: 100%;
    overflow: hidden;
}

._guide-tour-edit div.guide_data {
    overflow: visible;
}

div.guide_data.view_light div.guide_segment > div.block {
    display: none;
}
div.guide_data.view_light div.guide_segment.gs_open > div.block {
    display: block;
}
div.guide_data.view_light div.guide_segment.gs_open > div.block.flx {
    display: flex;
}

div.gs_price div.block > span {
    display: block;
    margin-bottom: 1.5em;
    padding: 0.5em;
}
div.gs_price div.block > span:nth-of-type(even) {
    background: #eee;
}

div.gs_price div.block > span h3 {
    margin: 0;
}
div.gs_price div.block > span b {
    color:#fc0d1b;
    font-size: 115%;
}
div.gs_price div.streem-ey {
    font-size: 150%;
}

form div.contract input {
    width: 1em;
    height: 1em;
    margin-left: 1em;
}

div.exp_contract_txt img {
    width: 8em;
    display: block;
    border: 1px solid #ccc;
}

.dashboard p {
    margin: 0;
}

.dashboard div.guide h3 {
    margin-top: 0;
}

div.av_credits {
    background: #eee;
    font-size: 150%;
    border: 0.25em solid #fff;
    margin-bottom: 2em;
}

div.av_credits > img {
    position: absolute;
    left: 110%;
}

div.j_models {
    background: #eee;
    padding: 2em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

div.model {
    padding: 1em;
    border: 1px solid #aaa;
    border-radius: 0.5em;
    width: 32%;
    background: #fff;
}

div.model ul {
    padding-left:1em;
}

div.model h4 {
    margin-top: 0;
    color:#fc0d1b;
    margin-bottom: 0.5em;
    font-size: 125%;
}

div.model h4 b {
    background: #eee;
    display: inline-block;
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    color:#000;
    margin-left: 0.5em;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    text-align: left;
    vertical-align: top;
    border: 1px solid #eee;
    padding: 0.25em;
}

table th {
    background: #f3f3f3;
}

table td span.inv {
    display: none;
}

div.tour_wish table td {
    vertical-align: middle;
}

div.grid-x,
div.dt-search,
div.dt-paging ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

div.grid-x {
    font-size: 85%;
}

div.dt-paging ul li {
    margin-left: 0.35em;
    margin-right: 0.35em;
    padding: 0.25em;
    cursor: pointer;
}

.ql-editor {
    background: #f9f9f9;
}

/*ANCHOR Equipment */

div.grid3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

div.block.eqp label {
    width: calc(100% / 3 - 1em);
    display: flex;
    background: #f3f3f3;
    padding: 1em;
    position: relative;
    cursor: pointer;
    flex-wrap: wrap;
}

div.block.eqp label span.label {
    width: calc(100% - 6em);
    background: none;
}

div.block.eqp label span.label span.price {
    display: block;
    font-weight: 400;
    font-size: 80%;
    background: none;
    width: 100%;
}

div.block.eqp label p {
    width: 100%;
    font-size: 75%;
}

div.eqp label img {
    display: block;
    width:5em;
    height: 5em;
    object-fit: cover;
    object-position: center;
    margin: 0.25em auto;
    margin-left: -0.5em;
    border-radius: 50%;
}

div.block.eqp label input {
    display: none;
}

div.block.eqp label input + span.border {
    display: block;
    width: 100%;
    height: 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
}

div.block.eqp label input:checked + span {
    background: #fc0d1b;
}


/*ANCHOR Music selection */

label.checkbox {
    display: flex;
    width: fit-content;
    align-items: center;
    background: #ddd;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.25em 0.5em;
    cursor: pointer;
}

label.checkbox input {
    width: 1.25em; height: 1.25em;
    margin-right: 0.5em;
}

div.music_selection {
    background: #eee;
    padding: 1em;
    display: none;
}

div.music_selection.open {
    display: flex;
}

div.music_selection > span {
    display: flex;
    align-items: center;
    padding: 0.25em;
    background: #fff;
    margin-right: 0.5em;
    width: fit-content;
    line-height: 1;
    border-radius: 0.5em;
    cursor: pointer;
}

div.music_selection > span svg {
    margin: 0;
    margin-left: 0.35em;
}

div.music_selection > span.active {
    background:#0e90dc;
    color: #fff;
}

div.music_selection a {
    color: currentColor;
}

div.music_selection a.form_saver {
    color: #fff;
    margin: 0;
}

/*ANCHOR Guide register */
div.site div.g_invitation h2 {
    margin: 0;
}
.rs_container {
    margin-bottom: 4em;
    width: 100%;
}
.box-minmax {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333;
}
div.range-slider {
    margin-bottom: 0.75em;
}
.rs-range {
    width: 100%;
    -webkit-appearance: none;
}
.rs-range:focus {
    outline: none;
}
.rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #333;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #333;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 1px solid #888;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #333;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-focus-outer {
    border: 0;
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    background: transparent;
    text-align: center;
    font-weight: bold;
    padding: 0.25em;
    box-sizing: border-box;
    border: 2px solid #333;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    left: attr(value);
    color: #333;
    font-size:150%;
    left: 50%;
    transform: translateX(-50%);
}

div.g_invitation {
    margin-bottom: 6em;
}

div.g_invitation p {
    margin: 0;
}
div.g_invitation select {
    font-size: 125%;
    font-weight: 700;
    background: none;
    margin-bottom: 0;
}
div.g_inv_result {
    padding: 1em;
    border: 1px solid;
    line-height: 1;
    font-size: 150%;
    font-weight: 700;
    background: #666;
    color: #fff;
    border-radius: 0.25em;
}
div.g_invitation div.flx > div {
    padding: 1em;
    border-bottom: 1px solid #ccc;
}
div.g_inv_streemer {
    background: #f9f9f9;
}
div.g_inv_tours {
    background: #f5f5f5;
}
div.g_inv_model {
    background: #f2f2f2;
}
div.site div.g_invitation h2 {
    margin-bottom: 0.5em;
}

.w60 {
    width: 60%;
    margin: 0 auto;
}

/*ANCHOR Media */
div.tour_media_catalog {
    display: flex;
    flex-wrap: wrap;
}

div.media {
    position: relative;
    width: 25%;
    padding: 0.5em;
    padding-left: 0;
}

div.media img,
div.media video {
    width: 100%; 
    max-height: 10em;
    display: block;
    border-radius: 0.25em;
}

div.media div.media_info span,
div.media div.media_info input {
    display: none;
    align-items: center;
    cursor: pointer;
}

div.media div.media_info input {
    width: 100%;
    background: #f3f3f3;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
}

div.media:hover div.media_info span,
div.media div.media_info span.is_main {
    display: flex;
}

div.media div.media_info span svg.feather-check-square,
div.media div.media_info span.is_main svg.feather-square {
    display: none;
}

div.media div.media_info span.is_main svg.feather-check-square,
div.media:hover div.media_info input {
    display: block;
}

div.media div.media_info.media_title span {
    padding: .35em;
    background: #27867E;
    color: #fff;
    width: fit-content;
}

/*ANCHOR Tickets*/
div.ticket_chat {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    background: #fff;
}

div.ticket_data {
    margin-bottom: 1em;
}

div.ticket_history > div {
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 0.25em;
}

div.ticket_history > div.type_3 {
    margin-left: 3em;
}

div.ticket_chat textarea {
    width: 100%;
    min-height: 5em;
    padding: 0.5em;
    background: #f3f3f3;
    color: #000;
}

/*ANCHOR Calendar */
table.calender_days {
    border-spacing: 0;
}

table.calender_days td {
    padding: 0;
    border: 0;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #000;
}

table.calender_days td span {
    padding: 1em;
    display: block;
    cursor: pointer;
    border-left: 1px solid #ddd;
}

td.kw p {
    margin: 0;
}

td.calendar_day.today {
    background: #ccc;
}

table.calender_days tr.c_names b {
    display: block;
    padding: 1em;
}

div.calendar_new label {
    position: relative;
    padding-top: 1.2em;
    margin-right: 1em;
}

div.calendar_new label span {
    position: absolute;
    top: 0;
    font-size: 60%;
}

div.calendar_new select {
    padding: 0.1em;
}

div.calendar_new button {
    margin-top: 1.6em;
}

div.calendar select.tour_dates_new {
    display: none;
}

table.calender_days td.event::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    position: absolute;
    background:#B52C20;
    top: 0.35em; left: 2.25em;
    cursor: pointer;
}

div.calendar_dates {
    display: none;
}

div.calendar_popup div.calendar_dates,
div.calendar_dates.calendar_list {
    padding: 1em;
    background: #f3f3f3;
    display: block;
    margin-top: 6.4em;
}

div.calendar_popup div.calendar_dates:empty {
    padding: 0;
}

div.calendar_dates.calendar_list {
    margin-top: 1em;
}

div.calendar_dates a {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    background: #fff;
    padding: 0.25em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    width: fit-content;
}

div.calendar_dates a.bg_red,
div.a_tours td a.adm_a.bg_red {
    color: #fff;
    background:#fc0d1b;
}

tr.calendar_week:nth-of-type(even) {
    background: #f8f8f8;
}

div.calendar_dates p.calendar_event {
    display: flex;
    align-items: center;
}

div.calendar_dates p.calendar_event a {
    margin-bottom: 0;
    margin-left: 0.5em;
}

div.calendar_dates p.calendar_event a svg {
    margin: 0;
}

div.calendar_dates a span {
    display: block;
    margin-right: 1em;
}

div.calendar_dates a span.v_duration {
    display: flex;
    align-items: center;
}

div.calendar_dates a span.v_type {
    margin-left: auto;
    padding: 0.15em 0.5em;
}

div.calendar_dates a span svg {
    width: 1em;
    margin-right: 0.35em;
}

div.calendar_dates a span.v_type.gv {
    background:#3CB37140;
}
div.calendar_dates a span.v_type.wv {
    background:#42C0FB40;
}
div.calendar_dates a span.v_type.me {
    background:#B52C2040;
}

div.streemer_calendar {
    margin-right: 2em;
    width: fit-content;
}

/*ANCHOR FAQs */
input[type=radio] {
    display: none;
}

input[type=radio]:checked + .faq_item .faq_title {
    border-bottom-color: #27867E;
    border-bottom-width: 3rem;
    background-color: #27867E15;
}

input[type=radio]:checked + .faq_item .faq_title svg.bi-dash {
    display: block;
}

input[type=radio]:checked + .faq_item .faq_title svg.bi-plus,
.faq_title svg.bi-dash {
    display: none;
}

input[type=radio]:checked + .faq_item .faq_content {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    height: auto;
    opacity: 1;
    visibility: visible; 
    transition: all 0.3s, opacity 0.7s;
}

.faq_item {
    display: block;
}

.faq_title {
    padding: 0.35em 1.5em;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    background: #fff;
}

div.live_problem .faq_title {
    background: none;
}

.faq_content {
    margin: 0 auto;
    padding: 0.35em 1.5em;
    border: 1px solid #ccc;
    border-width: 0 1px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

/*ANCHOR Flags and countries */
ul.l_j_countries {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.l_j_countries li {
    line-height: 1;
    display: flex;
    align-items: center;
    margin-right: 1em;
}

ul.l_j_countries li img {
    width: 1.5em;
    height: 1em;
    margin-right: 0.35em;
    display: block;
}

/* ANCHOR Popups and forms */
div.popup {
    padding: 3em;
}

div.popup h1 {
    font-size: 30rem;
    margin-bottom: 1em;
}

form.popup button div.streem-ey {
    color: #fff;
}

form {
    max-width: 90%;
}

form label {
    display: block;
    margin-bottom: 2em;
}

form label>span {
    display: block;
    font-weight: 700;
}

form label input {
    display: block;
    width: 100%;
    border-bottom: 2rem solid #ddd;
    margin-bottom: 0.5em;
}

form label input.fw {
    width: fit-content;
    min-width: 50%;
}

form button,
form a.button {
    display: block;
    background: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
    width: 100%;
    width: fit-content;
    cursor: pointer;
    margin-top: 1em;
}

form label>span a {
    text-decoration: underline;
    font-weight: 400;
}

div.search form button {
    background: none;
    padding: 0;
    margin: 0;
}

form button.form_saver {
    border: 1px solid #ccc;
    border-radius: .25em;
    padding: .35em;
}

form select {
    border-bottom: 2px solid;
    /*margin-top: 2em;*/
    width: fit-content;
    max-width: 100%;
}

form textarea {
    width: 100%;
    min-height: 10em;
    border: 0;
    border-bottom: 1px solid #666;
    background: #f3f3f3;
}

form label.t_count span.textarealength {
    position: absolute;
}

div.popup form select,
div.popup form input,
div.popup form textarea {
    background: #f3f3f3;
}

form.popup div.tour_pic {
    margin-bottom: 1em;
    width: fit-content;
}

form.popup.suggestion p {
    margin: 0;
}

form.popup.suggestion label {
    margin-bottom: 0.5em;
}

.popup h3 {
    margin-top: 0;
    line-height: 1;
    font-size: 145%;
}

a.form_maker {
    color: #27867E;
    cursor: pointer;
    font-size: 75%;
    display: flex;
    line-height: 1;
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    padding: 0.35em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    transition: all 0.4s;
}

a.form_maker:hover {
    background: #27867E;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5rem 10rem -4rem;
}

a.form_saver {
    display: flex;
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    padding: 0.35em;
    background: #27867E;
    color: #fff;
    margin-top: 1em;
    line-height: 1;
}

a.form_saver.inline {
    white-space: nowrap;
    margin: 0;
}

a.invis {
    display: none;
}

div.block label {
    display: flex;
    align-items: center;
    margin-bottom: 0.35em;
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}

div.block label:hover {
    border-bottom: 1px solid #ccc;
}

div.block label span {
    margin-right: 1em;
    text-align: right;
    width: 40%;
    background: #eee;
    padding: 0.35em;
}

div.block label span.wfc {
    width: fit-content;
}

div.block label.label_warning span {
    color:#fc0d1b;
}

div.block label input,
div.block label select,
div.block label textarea {
    width: 60%;
    padding: 0.35em;
    background: #f9f9f9;
}

div.block label input.fitc {
    width: fit-content;
}

div.block div.tour_lateness label span {
    font-weight: 400;
}

div.tour_lateness label.l_late {
    display: none;
}
div.tour_lateness label.l_late.open {
    display: flex; 
}

div.block label.atop textarea {
    min-height: 10em;
    width: 100%;
}

div.block label.tcount div {
    width: 100%;
}

label.tcount section {
    display: block;
    font-size: 90%;
    margin-top: 0.35em;
}

label.tcount section span {
    background: none;
    padding: 0;
    margin: 0;
}

div.block > p {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.dropzone {
    min-height: 4em;
    padding: 1em;
}

.featherlight .featherlight-content {
    border-radius: 0.5em;
}

form.popup button {
    margin: 0 auto;
}

form.popup button.bmno {
    margin: 0;
    margin-top: 1em;
}

div.site .ql-container {
    font-size: 100%;
}

div.geo_data {
    display: none;
}
div.geo_data.open {
    display: block;
}

label.timer {
    display: flex;
    margin: 0;
}

label.timer > input {
    display: block;
    margin-right: 1em;
    width: fit-content;
    padding: 0.5em 1em;
}

form button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

div.timer_loader {
    margin-bottom: 1em;
}

.easyeditor {
    outline: 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 1em;
    margin-bottom: .5em;
    overflow-y: auto;
    min-height: 3em;
}

.easyeditor-toolbar {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    padding: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(241, 241, 241, 0.2);
}

.easyeditor-toolbar ul:after {
    content: "";
    display: block;
    clear: both;
}

.easyeditor-toolbar li {
    list-style: none;
    float: left;
    position: relative;
}

.easyeditor-toolbar li ul {
    position: absolute;
    left: 0;
    top: 31px;
    z-index: 5;
    display: none;
}

.easyeditor-toolbar li button {
    background: #f4f4f4;
    color: #777;
    border: 1px solid #e9e9e9;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px;
    float: left;
    min-width: 30px;
    outline: none;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.easyeditor-toolbar li button:hover {
    background: #f9f9f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.easyeditor-toolbar li button:active {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}

.toolbar-italic {
    font-style: italic;
}

.easyeditor blockquote {
    border-left: 2px solid #e9e9e9;
    padding-left: 20px;
    color: #777;
}

.easyeditor figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    min-width: 100px;
    max-width: 100%;
    padding: 7px;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden;
}

.easyeditor figure.is-resizable {
    resize: both;
    border: 1px solid #0e90dc;
    cursor: se-resize;
}

.easyeditor figure img {
    width: 100%;
}

.easyeditor[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    opacity: 0.5;
    cursor: text;
}

.easyeditor-toolbar.is-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.easyeditor ul, .easyeditor ol {
    margin-left: 30px;
}

.easyeditor-temp {
    box-sizing: border-box;
    font-family: Consolas, monaco, monospace, "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter" !important;
    line-height: 18px;
    padding: 15px;
    border: 1px solid #e0e0e0;
}

.easyeditor-character-remaining {
    text-align: right;
    position: relative;
    top: -17px;
    font-size: 90%;
}

.easyeditor-character-remaining.is-invalid {
    color: #ff0000;
}

.easyeditor-character-remaining.is-valid {
    color: #777;
}

.easyeditor-toolbar ul {
    margin: 0;
    padding: 0;
}

.easyeditor-toolbar {
    padding: 0;
}

.easyeditor-toolbar li button {
    margin-bottom: 0;
}

span.pwvis {
    position: absolute;
    right: 0.5em;
    top: 1em;
    cursor: pointer;
}

span.pwvis svg.feather-eye-off,
span.pwvis.pwtext svg.feather-eye {
    display: none;
}

span.pwvis.pwtext svg.feather-eye-off {
    display: inline-block;
}

/*ANCHOR Footer */

footer {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 3rem solid #eee;
}

footer a {
    display: block;
    margin-left: 1em;
}

footer div.f_language {
    margin-right: 2em;
    display: flex;
    align-items: center;
}

footer div.f_language select {
    margin-left: 0.5em;
}

a.feedback {
    background:#E6881D;
    color: #fff;
    display: block;
    position: fixed;
    bottom: 6em;
    left: 0;
    padding: 0.35em 1em;
    z-index: 1001;
}

div.footer_ul {
    column-count: 3;
    padding-left: 5em;
    font-size: 85%;
}

div.footer_ul a {
    width: 50%;
    margin-bottom: 0.75em;
    margin-right: 1.5em;
    white-space: nowrap;
}

/*ANCHOR Fonts */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(streemer_font.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(streemer_font.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(streemer_font.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/** TEMP **/
.profile-review__rating {
    height: 21px;
}

html.hoverlay,
html.hoverlay body {
    background: #333;
}

.fileinput-dummy {
    height: 8em;
    border: 0.25em dashed var(--color-secondary);
    line-height: 7.5em;
    text-align: center;
    font-weight: bold;
    background-color: var(--background-secondary);
    cursor: pointer;
}

.fileinput-dummy:hover {
    border-color: var(--color-main);
}

/** TEMP **/

:root {
    --background-main: #fff;
    --background-secondary: hsl(0deg 0% 96%);
    --background-secondary--hover: hsl(0deg 0% 91%);
    --background-gray: hsl(0deg 0% 70%);

    --color-main: hsl(356.49deg 97.55% 51.96%);
    --color-main--hover: hsl(356.49deg 97.55% 41.96%);
    --color-main--active: hsl(356.49deg 97.55% 31.96%);

    --color-secondary: hsl(0 0% 20% / 1);
    --color-secondary--hover: hsl(0 0% 30% / 1);
    --color-secondary--active: hsl(0 0% 40% / 1);

    --color-text-secondary: var(--color-secondary);

    --color-text-white: #fff;
    --color-text-mute: #aeadad;
    --box-shadow-base: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
}

body {
    background-color: #fff;
    /*font-size: 16px;*/
}

/** Utility **/
.shadow {
    box-shadow: var(--box-shadow-base);
}

.round {
    border-radius: 50%;
}

.grow {
    flex-grow: 1;
}

.wrap {
    flex-wrap: wrap;
}

.gap-05 {
    gap: 0.5em;
}

.gap-1 {
    gap: 1em;
}

.gap-1-5 {
    gap: 1.5em;
}

.gap-2 {
    gap: 2em;
}

.gap-3 {
    gap: 3em;
}

.jc-start {
    justify-content: flex-start;
}

.as {
    align-items: flex-start;
}

.ml-auto {
    margin-left: auto;
}

.mt-auto {
    margin-top: auto;
}

.mt-2 {
    margin-top: 2em;
}

.link--text {
    text-decoration: underline;
}

.link--text:hover {
    color: var(--color-main);
}

.flex-33 {
    flex-basis: 33%;
}

.flex-50 {
    flex-basis: 50%;
}

.flex-66 {
    flex-basis: 66%;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.text-mute {
    color: var(--color-text-mute);
}

.text-main {
    color: var(--color-main);
}

/** Streem Cards **/
.card-container {
    display: flex;
}

.card-container .card {
    width: 20em;
}

.card {
    background-color: var(--background-main);
    padding: 0.75em;
    gap: 1em;
    /*font-size: 10rem;*/
}

.card h1,
.card h3,
.card p {
    margin: 0;
}

.card__header {
    position: relative;
}

.card__header-image {
    padding: 0.75em;
    aspect-ratio: 16/9;
    max-height: 15em;
    overflow: hidden;
    position: relative;
}

.card__icon-link {
    z-index: 1;
}

.card__icon {
    width: 2em;
    height: auto;
}

.card__icon svg {
    fill: rgba(0, 0, 0, 0.6);
    stroke: #fff;
    stroke-width: 0.08em;
}

.card__icon--active svg,
.card__icon:hover svg {
    fill: var(--color-main);
}

.card__icon--active:hover svg {
    fill: var(--color-main--hover);
}

.card__header-background {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.card__header-info {
    flex-wrap: wrap;
    font-size: 0.875em;
    align-content: baseline;
}

.card__info-item {
    display: flex;
    align-content: baseline;
}

.card__info-date {
    padding-right: 0.5em;
}

.card__info-item--active span:first-of-type {
    color: var(--color-main);
}


.card__title {
    gap: 1em;
}

.card__title--active span {
    color: var(--color-main);
}

.card__title h1 {
    text-overflow: ellipsis;
    overflow: hidden;
}

.card__title h1,
.card__title span {
    font-size: 1.0125em;
    font-weight: bold;
}

.card__title span {
    text-align: right;
}

.card__body p {
    margin: 0;
    font-size: 1em;
}

/** Funds Card **/
.card--funds {
    padding: 1.5em 0 0 0;
    max-width: unset;
    background-color: var(--background-secondary);
    flex-basis: 25%;
    flex-grow: 1;
}

.card--funds .card__title {
    font-size: 3em;
}

.card--funds h3 {
    font-size: 1.5em;
}

/** Popup **/

.popup {
    background-color: var(--background-main);
    width: 30em;
    gap: 2em;
}

.popup__header {
    display: flex;
    gap: 1em;
}

.popup__header .popup__title {
    margin-bottom: 0;
    flex-grow: 1;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 0.75em;
    padding-left: 1.5em;
}

.popup .popup__close-btn {
    margin-left: auto;
    font-size: 1.5em;
    padding: 0;
    cursor: pointer;
}

.popup__body {
    gap: 1em;
}

.popup__body p {
    margin: 0;
}

.popup__icon {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0.75em;
}

.popup__icon svg {
    fill: #fff;
}

.popup__icon--primary {
    background: var(--color-main);
}

.popup__icon--secondary {
    background: var(--color-secondary);
}

.popup__body-text {
    font-size: 1em;
    padding: 0 0.5em;
}

.popup__footer {
    padding: 0;
    border: 0;
    gap: 1em;
}

.popup__footer .button {
    font-size: 0.75em;
    margin: 0;
    box-shadow: var(--box-shadow-base);
}

.popup--edit-tour {
    width: 45%;
}

.popup--edit-tour .popup__title {
    color: var(--color-secondary);
}

.popup--edit-tour img {
    width: 1.25em;
    vertical-align: center;
}


/** Button **/
.button {
    box-shadow: var(--box-shadow-base);
}

.button__icon {
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 0.875em;
    padding: 0.25em;
    margin-right: 0.5em;
    vertical-align: center;
}

.button--secondary .button__icon {
    background-color: var(--background-main);
    color: var(--color-secondary);
}

.button__icon--primary,
.button--primary {
    color: var(--color-text-white);
    background-color: var(--color-main);
    border-color: var(--color-main);
    font-weight: bold;
}

.button--primary:hover {
    background-color: var(--color-main--hover);
    border-color: var(--color-main--hover);
}

.button--primary:active {
    background-color: var(--color-main--active);
    border-color: var(--color-main--active);
}

.button--secondary {
    color: var(--color-text-white);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.button--secondary:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.button--secondary:active {
    background-color: var(--color-main--hover);
    border-color: var(--color-main--hover);
}

a.button--text,
.button--text {
    background-color: unset;
    border-color: transparent;
    box-shadow: none;
}

a.button--text-secondary,
.button--text-secondary {
    color: var(--color-text-secondary);
}

.button--outline-primary,
.button--outline-secondary {
    border: 0.25em solid;
    background-color: #fff;
}

.button--outline-primary {
    color: var(--color-main);
    border-color: var(--color-main);
}

.button--outline-primary:hover {
    color: var(--color-text-white);
    background-color: var(--color-main--hover);
    border-color: var(--color-main--hover);
}

.button--outline-primary:active {
    color: var(--color-text-white);
    background-color: var(--color-main--active);
    border-color: var(--color-main--active);
}

.button--outline-secondary {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.button--outline-secondary:hover {
    color: var(--color-text-white);
    border-color: var(--color-secondary--hover);
    background-color: var(--color-secondary--hover);
}

.button--outline-secondary:active {
    color: var(--color-text-white);
    background-color: var(--color-secondary--active);
    border-color: var(--color-secondary--active);
}

.button--text-secondary:hover {
    color: var(--color-main);
}

.button--text-secondary:active {
    color: var(--color-main--hover);
}

.button--text-secondary:hover .button__icon {
    background-color: var(--color-main);
}

.button--text-secondary:active .button__icon {
    background-color: var(--color-main--hover);
}

/** Tabs **/
.tab p {
    margin: 0;
}

.tab h2,
.tab h3,
.tab h4,
.tab h5 {
    margin: 0;
}

.tab h2 {
    font-weight: bold;
    font-size: 1.75em;
}

.tab h3 {
    font-weight: bold;
    font-size: 1.5em;
}

.tab ul {
    margin: 0;
}

/** Dein Guthaben **/
.tab-text {
    gap: 0.5em;
}

.tab-credits p {
    margin: 0;
}

.tab-credits h2 {
    font-size: 2em;
}

.tab-credits__cards .available-credits,
.tab-credits__cards .add-credits {
    background-color: var(--background-secondary);
    padding: 2em 3em;
    flex-basis: 50%;
}

.tab-credits__cards .available-credits:hover,
.tab-credits__cards .add-credits:hover {
    background-color: var(--background-secondary--hover);
    padding: 2em 3em;
}

.tab-credits__cards .add-credits {
    align-items: center;
}

.add-credits .button__icon {
    background-color: var(--color-secondary);
    color: var(--color-text-white);
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0.1em 0.25em;
    margin-right: 1em;
}

.available-credits h2 {
    font-size: 3em;
}

.custom-funds__input {
    border-bottom: 0.1em solid;
    border-color: var(--color-secondary);
    font-size: 2em;
    width: fit-content;
    padding: 0;
    max-width: 3em;
    -moz-appearance: textfield;
}

.custom-funds__input::-webkit-outer-spin-button,
.custom-funds__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-funds__cost {
    font-size: 1.5em;
}



/** Traveller Reviews **/
.profile-review-container {
    flex-wrap: wrap;
    justify-content: start;
}

.profile-review-container .profile-review {
    width: 15em;
}

.profile-review {
    gap: 0.75em;
}

.profile-review p {
    margin: 0;
}


.profile-review__image-container {
    height: 100%;
    width: 100%;
    flex-basis: 50%;
}

.profile-review__image {
    aspect-ratio: 3/2;
    min-width: 5em;
    width: 100%;
    vertical-align: center;
}

.profile-review--guide .profile-review__image {
    border-radius: 50%;
    aspect-ratio: 1;
}

.profile-review__info {
    flex-grow: 1;
    gap: 0.25em;
    font-size: 0.875em;
}

.profile-review__title {
    font-size: 1.125em;
}

.profile-review__date {
    font-size: 0.875em;
}

.profile-review__text {
    gap: 0.25em;
    font-size: 0.875em;
}

.profile-review__text a {
    font-size: 0.875em;
    color: var(--color-text-secondary);
    font-weight: bold;
}

.profile-review__text a::after {
    content: '>';
    padding-left: 0.5em;
    font-size: 0.875em;
    vertical-align: text-top;
}

.profile-review__text a:hover {
    color: var(--color-main--hover);
}

.profile-review__user .profile-review__image-container {
    flex-basis: 30%;
}

.profile-review__user .profile-review__image {
    aspect-ratio: 1;
}

.profile-review__user .profile-review__image {
    border-radius: 50%;
}

/** Profile **/
.profile-title {
    font-size: 3em;
}

.profile-title small,
.profile h5 small {
    font-weight: lighter;
    font-size: 0.75em;
}

.profile {
    gap: 6em
}

.profile p {
    margin: 0;
}

.profile-about__title {
    font-size: 2em;
}

.profile h3 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.profile-overview {
    align-self: start;
    justify-self: center;
    flex-basis: 20%;
}

.profile-overview__image {
    max-width: 15em;
    margin: 0 auto;
}

.profile-overview__name {
    font-size: 1.5em;
}

.profile-overview__location {
    gap: 0.25em
}

.profile-overview__location img {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
    vertical-align: text-top;
}

.profile-overview__trophies {
    gap: 0.25em
}

.profile-overview__trophies span {
    font-size: 0.875em;
}

.profile-overview__trophy-container {
    justify-content: start;
    gap: 0.75em;
}

.profile-overview__trophy {
    width: 2em;
    height: 2em;
    aspect-ratio: 1;
}

.profile-overview__stats {
    border-color: var(--color-secondary);
    border-style: solid;
    border-width: 0.25em 0 0.25em 0;
    padding: 1em 0.5em;
}

.profile-stat__text {
    font-size: 1.125em;
    margin: 0;
}

.profile-stat__title {
    white-space: nowrap;
    font-size: 0.75em;
}


.profile-overview__guide_rating {
    display: flex;
    align-content: center;
    justify-content: end;
}

.sortable-media {
    padding: 1em;
    border-bottom: 0.125em solid var(--color-secondary);
}

.sortable-media:hover {
    background-color: var(--background-secondary);
}

.sortable-media__handle {
    cursor: pointer;
}

.sortable-media__handle-bar {
    height: .5em;
    width: 4em;
    display: block;
    background-color: var(--background-gray);
}

.sortable-media__thumbnail {
    max-height: 10em;
}

.sortable-media__title {
    font-size: 1.25em;
}

/** Streem Overview **/
.streem-overview .card-container {
    flex-wrap: wrap;
}

.streem-overview .card-container .card {
    flex-basis: 40%;
    flex-grow: 1;
}

.streem-overview h3 {
    font-size: 1.5em;
}

/** Streems demnächst Card **/
.future-streem__container .future-streem {
    flex-basis: 40%;
    flex-grow: 1;
}

.future-streem {
    justify-content: start;
}

.future_streem__image {
    flex-basis: 30%;
    min-width: 10em;
    align-self: stretch;
}

.future_streem__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.future-streem__info {
    justify-content: start;
    flex-basis: 60%;
    flex-grow: 1;
    gap: 0.5em;
}

.future-streem__info p {
    margin: 0;
}

.future-streem__credits {
    font-weight: bold;
}

.future-streem__dates {
    justify-content: start;
    gap: 0.5em;
}

.future-streem__date {
    border: 0.125em solid var(--color-secondary);
    padding: 0.25em 0.5em;
    white-space: nowrap;
    text-align: center;
}

.future-streem__date:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-text-white);
}

.future-streem__fav-icon {
    width: 1.5em;
}

/** Contracts / Tours **/
.contracts-tours--container>div,
.bank-account {
    flex-basis: 50%;
}

.contract--dummy {
    aspect-ratio: 2/3;
    background-color: #999999;
    height: 220px;
}

.contracts--container {
    justify-content: start;
}

.contracts-tours h4 {
    font-weight: normal;
}

div.contract_text {
    font-size: 60%;
    width: 50em;
    overflow: scroll;
    height: 20em;
}

div.exp_contract_txt div.block {
    margin-top: 1em;
}

div.exp_contract_txt div.block h3 {
    margin-top: 0;
}


/** Guide Profile Edit **/
.profile-data {
    justify-content: flex-start;
}

.profile-data__image {
    align-self: start;
}

.profile-data__image img {
    max-width: 80%;

}

.profile-data__image .button {
    justify-content: start;

    border: none;
}

.profile-data__name {
    align-items: baseline;
}

.profile-data__name a:hover {
    color: var(--color-main);
}

.profile-media__info {
    justify-content: start;
    align-items: center;
}

.profile-media__media-count {
    justify-content: center;
    text-align: center;
}

.profile-media__media-count h4 {
    font-size: 3em;
}

/** Inputs **/
.input-container {
    position: relative;
}

.input-container label {
    font-weight: bold;
    font-size: 0.875em;
    margin-top: 0.5em;
}

.input-container label span {
    display: block;
    font-weight: 400;
}

.input-container select,
.input-container textarea {
    border: none;
    font-size: inherit;
    font-family: inherit;
}

.input-container textarea {
    resize: block;
}

.input-container input,
.input-container select,
.input-container textarea {
    background-color: var(--background-secondary);
    padding: 0.75em;
}

/*
.input-container input:focus,
.input-container select:focus,
.input-container textarea:focus {
    outline: none;
    border-color: var(--color-main);
}

.input-container input:focus+label,
.input-container select:focus+label,
.input-container textarea:focus+label {
    color: var(--color-main);
}
*/

.input-container input:read-only,
.input-container textarea:read-only {
    border-color: var(--color-secondary--active);
}

div.ss-main.select_country {
    width: 20em;
    margin: 0;
}

.input-adornment {
    position: absolute;
    left: 0.75em;
    top: 0.85em;
}

.input-container option {
    background-color: var(--background-secondary);
}

.input-container option:checked {
    font-weight: bold;
    color: var(--color-main);

}

.input-adornment+select,
.input-adornment+input {
    padding-left: 2.25em;
}


input[type=checkbox].input--switch {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 2.5em;
    height: 1.5em;
    background-color: var(--color-secondary--active);
    border: 1px solid var(--color-secondary--active);
    border-radius: 2.5em;
}

input[type=checkbox].input--switch:after {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0.1em;
    background: var(--color-text-white);
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

input[type=checkbox].input--switch:checked {
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}

input[type=checkbox].input--switch:disabled {
    background-color: var(--color-text-mute);
    border: 1px solid var(--color-text-mute);
    cursor: not-allowed;
}

input[type=checkbox].input--switch:checked+label {
    font-weight: bold;
}

input[type=checkbox].input--switch:checked:after {
    left: calc(100% - 1.25em);
}

/** Overlay **/
.overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0 0% 20% / 0.5);
    justify-content: center;
    align-items: center;
}

.overlay__close {
    position: absolute;
    top: -10em;
    right: -10em;
}

.overlay__close svg {
    fill: var(--color-text-white);
}

.overlay__close:hover svg {
    fill: var(--color-secondary);
}

.overlay__inner {
    position: relative;
    align-items: center;
    color: var(--color-text-white);
    max-width: 25em;
    text-align: center;
}

.overlay__icon {
    background-color: var(--color-text-white);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5em;
}

.overlay__icon svg {
    stroke: var(--color-secondary);
}

.overlay--danger .overlay__icon {
    background-color: var(--color-main);
}

.overlay--danger .overlay__icon svg {
    fill: var(--color-text-white);
}

.overlay--danger .overlay__icon svg {
    stroke: none;
}

.overlay__icon svg {
    width: 50%;
    height: 50%;
}

.overlay--danger .overlay__icon svg {
    width: 40%;
    height: 40%;
}

.overlay__title {
    font-size: 1.5em;
}

.overlay__subtitle {
    font-size: 0.875em;
    font-weight: normal;
}

.overlay__inner .button,
.overlay__inner input {
    background: none;
    color: var(--color-text-white);
    border: 0.125em solid var(--color-text-white);
    padding: 0.75em;
    width: 100%;
    box-shadow: none;
}

.overlay__inner .button:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    box-shadow: var(--box-shadow-base);
}

.overlay__inner .button:active {
    background-color: var(--color-secondary--hover);
    border-color: var(--color-secondary--hover);
}

.overlay__inner input:focus {
    outline: var(--color-secondary--hover) solid;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

/** Streem Page **/
.streem h1,
.streem h2,
.streem h3,
.streem h4,
.streem p,
.streem ul {
    margin: 0;
}

.streem h1 {
    font-size: 2em;
}

.streem h2 {
    font-size: 1.75em;
}

.streem h3 {
    font-size: 1.5em;
}

.streem h4 {
    font-size: 1.25em;
}

.streem__gallery img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.streem__seconday-images img {
    max-height: 50%;
}

.streem ul {
    padding: 0;
    list-style: none;
}

.streem li {
    margin-bottom: 0.25em;
}

.streem li::before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"/></svg>');
    background-size: cover;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;

}


.streem__quick-links {
    text-align: right;
}

.streem__quick-links-container {
    justify-content: end;
}

.streem__quick-links a:hover {
    color: var(--color-main);
}

.streem__quick-links a:hover svg {
    fill: var(--color-main);
}

.streem .profile-review__image-container {
    flex-basis: 15%;
}

.streem__cost {
    text-align: right;
}

.streem__cost-num {
    font-size: 2.5em;
}

.streem__date {
    border-top: 0.125em solid var(--background-gray);
    padding: 1em 0;
}

.streem__time-left {
    font-size: 0.875em;
}

.streem__booking-cta--live>div {
    align-items: baseline;
}

/** Streem Collapsible Text **/
.collapse-container {
    margin-bottom: 0.5em;
}

.collapse-title {
    cursor: pointer;
}

.collapse-title:hover {
    color: var(--color-main);
}


.collapse-title::before {
    display: inline-block;
    content: '>';
    font-family: 'monospace';
    margin-right: 0.5em;
    vertical-align: center;
}

.collapse-title.open::before {
    transform: rotate(90deg);
}

.collapsed {
    display: none;
}

.collapse-container .collapse {
    margin-top: 0.5em;
    padding-left: 1.75em;
}

/** Tab Tour Historial **/
.table {
    text-align: left;
    border-collapse: collapse;
}

.table tr td,
.table tr th {
    padding: 1em;
}

.table td {
    border-bottom: 0.125em solid var(--background-secondary);
}

.table .tour-name {
    width: 50%;
}

.subtotal-row th {
    text-align: right;
    padding-right: 1em;
}

.table--tour-historial .tour-name::before {
    content: '';
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle"><circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon></svg>');
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-right: 0.75em;
    margin-top: -0.4em;
}

.table--tour-historial .earnings {
    border: none;
    text-align: right;
}

/** Tab Anstehende Touren **/
.tour-date__title {
    border-bottom: 0.125em solid var(--color-secondary);
}

.tour-date__info {
    align-items: center;
}

.tour-date__info svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-bottom: 0.25em;
}

.tour-date__start {
    color: var(--color-text-mute)
}

.tour-date__info--active svg {
    fill: var(--color-main);
}

.tour-date__info--active .tour-date__start {
    color: var(--color-main)
}

.tour-date__info--active:hover svg {
    fill: var(--color-main--hover);
}

.tour-date__info--active:hover .tour-date__start {
    color: var(--color-main--hover)
}

.tour-date__edit:hover {
    color: var(--color-main)
}

.tour-date__divider {
    display: block;
    width: 0.125em;
    height: 1.25em;
    background-color: var(--color-secondary);
}

/** Tab hinterlegte / unvollständige Touren **/
.tour-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-card__body {
    justify-content: space-between;
}

.tour_card__info>div {
    gap: 0.5em
}

.tour-card__action-public label {
    cursor: pointer;
}

.tour-card--incomplete .tour-card__image {
    filter: opacity(0.5);
}

.tour-card--incomplete label {
    color: var(--color-text-mute);
    cursor: default;
}

.wd20 {
    width: 20%;
}

.wd25 {
    width: 25%;
}

.wd30 {
    width: 30%;
}

.wd40 {
    width: 40%;
}

.wd50 {
    width: 50%;
}

.wd60 {
    width: 60%;
}

.wd70 {
    width: 70%;
}

.wd80 {
    width: 80%;
}

.wd90 {
    width: 90%;
}

.wd100 {
    width: 100%;
}

.wd200 {
    max-width: 200px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.nomarg {
    margin: 0px !important;
}

.margbot {
    margin-bottom: 3em;
}

.margbot1 {
    margin-bottom: 1em;
}

.margtop {
    margin-top: 3em !important;
}

.margtop1 {
    margin-top: 5em !important;
}

.margtop2 {
    margin: 2em 0 0 0 !important;
}

.margtop3 {
    margin-top: 1em !important;
}

.margleft {
    margin-left: 2em;
}

.margleft22 {
    margin-left: 22%;
}

.nopadd {
    padding: 0px !important;
}

.sml {
    font-size: 0.8em;
}

.italic {
    font-style: italic;
}

.bld {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.img-bas {
    display: block;
    width: 100%;
}

.thumbnail {
    display: block;
    max-width: 10em;
}

.albot {
    align-items: flex-end !important;
}

.altop {
    align-items: flex-start !important;
}

.alc {
    align-items: center;
}

.flx-rgt {
    display: flex;
    justify-content: flex-end;
}

.flx-lft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.hr2 {
    border: 1px solid var(--color-secondary);
}

.menu.nowrap {
    margin-right: 0em !important;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: var(--color-secondary);
}

.bg-red {
    background-color: var(--color-main);
    color: #fff;
}

.bg-lgray {
    background-color: var(--background-gray);
}

.bg-gray {
    background-color: var(--background-gray1);
}

.bg-dgray {
    background-color: var(--color-secondary);
    color: #fff;
}

.li_active::before {
    font-size: 1.5em;
    vertical-align: middle;
    content: "•";
    color: var(--color-main);
    font-weight: bold;
    display: inline-block;
    width: 0.7em;
    margin-left: 0.1em;
}

.li_active {
    color: var(--color-main);
    font-weight: bold;
}

ul.reg {
    list-style-type: none;
}

.reg li {
    margin-bottom: 0.7em;
}

.li_check.done {
    font-weight: bold;
}

.li_check img {
    margin-right: 0.7em !important;
    width: 0.7em !important;
    opacity: 0.3;
}

.li_check i {
    margin-right: 0.7em !important;
    width: 0.7em !important;
    opacity: 0.3;
}

.circle-container {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-left: 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 80%;
}

.circle {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
}

.circle-sml {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    display: flex;
}

.circle img,
.circle-sml img {
    width: 50%;
    height: 50%;
}

.circle i,
.circle-sml i {
    width: 50%;
    height: 50%;
    color: #fff;
}

.line_reg {
    height: 2rem;
    flex-grow: 1;
    margin: 0 1em;
}

.circle-container .c_red,
.circle-container .c_black {
    margin-left: 0.7em;
    font-weight: bold;
}

.circle-container .c_gray {
    margin-left: 0.7em;
    font-weight: normal;
    color: var(--background-gray1);
}

.reg {
    margin-right: 4em;
}

.inp_text {
    position: relative;
    margin: 1em 0 0 0;
    /* Abstand für mehr Platz */
}

.inp_chxbx {
    position: relative;
    margin: 3em 0 0 0;
    /* Abstand für mehr Platz */
    display: flex;
    align-items: center;
}

.inp_text input {
    margin-top: 2em;
    border: none;
    border-bottom: 1px solid #666;
    background: transparent;
    padding: 0;
    width: 100%;
    font-size: 100%;
    outline: none;
}

.inp_text textarea {
    margin-top: 2em;
    border: 1px solid #666;
    background: transparent;
    padding: 1em;
    width: 100%;
    font-size: 100%;
    outline: none;
    height: 9em;
}

.inp_text input::placeholder,
.inp_text textarea::placeholder,
.no-border::placeholder,
.add-pt p {
    font-style: italic;
    /* Beispiel: kursiv */
}

.inp_text label {
    position: absolute;
    left: 0;
    top: 100%;
    /* Direkt unter dem Input */
    margin-top: 5px;
    /* Abstand zum Input */
    font-size: 0.7em;
    /* Schriftgröße des Labels */
    color: #000;
    /* Label-Farbe */
    transition: 0.2s;
    /* Übergangseffekt */
    font-weight: bold;
}

.inp_text input:focus,
.inp_text textarea:focus {
    border-color: var(--color-main);
    /* Untere Linie */
}

.inp_text input:focus+label,
.inp_text textarea:focus+label {
    color: var(--color-main);
    /* Label-Farbe ändern, wenn fokussiert */
}

.no-border {
    border: none;
    /* Keine Rahmen */
    background: transparent;
    /* Kein Hintergrund */
    padding: .5em;
    /* Vertikaler Abstand */
    width: 100%;
    /* Volle Breite */
    font-size: 100%;
    outline: none;
    /* Kein Fokusrahmen */
}

.add-pt {
    border: none;
    /* Keine Rahmen */
    background: transparent;
    /* Kein Hintergrund */
    width: 100%;
    /* Volle Breite */
    font-size: 100%;
    outline: none;
    /* Kein Fokusrahmen */
    cursor: pointer;
}

.add-pt p {
    padding: .5em;
    margin: 0;
    color: var(--color-secondary--active);
}

.add-pt:hover p {
    color: var(--color-main)
}

.add-pt:hover .circle-sml {
    background-color: var(--color-main)
}

.add-pt:hover .circle-sml i {
    color: #fff;
}

.no-border:focus {
    background-color: var(--background-secondary);
}

/* Container for the custom checkbox */
.custom-checkbox {
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    user-select: none;
}

.custom-checkbox-sml {
    align-items: center;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    display: flex;
    font-size: 0.8em;
    user-select: none;
    margin: 0;
}

/* Hide the actual checkbox */
.custom-checkbox input,
.custom-checkbox-sml input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom checkbox design */
.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    /* Custom border color */
    border-radius: 0px;
    /* Slightly rounded corners */
    background-color: transparent;
    /* Transparent background */
    transition: background-color 0.2s ease, border-color 0.2s ease;
}


.custom-checkbox-sml .checkmark {
    position: absolute;
    left: 0;
    height: 1em;
    width: 1em;
    border: 1px solid #000;
    /* Custom border color */
    border-radius: 0px;
    /* Slightly rounded corners */
    background-color: transparent;
    /* Transparent background */
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.custom-checkbox-sml.active .checkmark {
    border: 3px solid #000;
    /* Custom border color */
}

.custom-checkbox-sml.active {
    font-weight: bold;
}

/* Change background when checked */
.custom-checkbox input:checked+.checkmark,
.custom-checkbox-sml input:checked+.checkmark {
    background-color: var(--color-main);
    /* Background when checked */
    border-color: var(--color-main);
    /* Change border color */
}

/* Custom checkmark (inside the box) */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox-sml .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 2px;
    top: 0px;
    width: 2px;
    height: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Show checkmark when checkbox is checked */
.custom-checkbox input:checked+.checkmark::after,
.custom-checkbox-sml input:checked+.checkmark::after {
    display: block;
}

.drawing {
    position: relative;
}

.drawing.mg10 {
    height: 20em;
}

.drawing.mg20 {
    height: 10em;
}

.drawing.mg110 {
    height: 110em;
    z-index: -1;
}

.drawing img {
    position: absolute;
    /* Herausnehmen aus dem normalen Fluss */
    left: 0;
    /* An den linken Rand des Bildschirms verschieben */
    width: 100vw;
    /* Breite des Viewports, also des Bildschirms */
    z-index: 1;
    max-width: 100%;
}

.drawing.mg10 img {
    margin-top: -10em;
}

.drawing.mg20 img {
    margin-top: -20em;
}

.drawing-text {
    position: relative;
    top: 12em;
}

.drawing-text-abs {
    position: absolute;
}

.drawing-text-abs.w1 {
    width: 30%;
}

.drawing-text-abs.w2 {
    width: 25%;
}

.drawing-text-abs.pos1 {
    margin-top: -1em;
}

.drawing-text-abs.pos2 {
    margin-left: 20%;
    margin-top: 37em;
}

.drawing-text-abs.pos3 {
    margin-top: 58em;
}

.drawing-text-abs.pos4 {
    margin-left: 43%;
    margin-top: 89.5em;
}

.drawing-text-abs h3 {
    font-size: 1.4em;
    margin: 0;
}

.drawing-text h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    text-align: right;
}

.drawing-text p {
    margin: 0;
    text-align: right;
}

.reg_btn,
.btn_wt-bdr {
    position: relative;
    width: 100%;
    padding: 1.5em;
    background-color: var(--color-secondary);
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

.reg_btn.pd {
    padding: 0.7em;
    font-weight: normal;
}

.reg_btn:hover,
.reg_btn1:hover,
.btn_wt_red:hover {
    background-color: var(--color-main);
    color: #fff;
}

.reg_btn1 {
    position: relative;
    width: 100%;
    padding: 1em;
    background-color: var(--background-gray);
    color: #fff;
    text-align: center;
    margin-top: 1em;
    cursor: pointer;
    z-index: 10;
}

.reg_btn1.active {
    background-color: var(--color-main);
}

.btn_wt-bdr {
    border: 1px solid #fff;
}

.btn_wt-bdr:hover {
    background-color: #fff;
    color: var(--color-secondary);
}

.btn_wt_red {
    position: relative;
    width: 100%;
    padding: 1em;
    background-color: #fff;
    color: var(--color-main);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

.div-h1 {
    height: 5em;
}

.div-h2 {
    padding-top: 1em;
    padding-bottom: 2em;
    position: relative;
    width: fit-content;
}

.div-h2 img {
    position: absolute;
    width: 15em;
    top: -1em;
    left: 115%;
}

.tour_container {
    border-top: 2px solid var(--color-secondary);
    padding: 2em 0;
    margin-top: 3em;
}

ul.minus,
ul.minus li {
    margin: 0;
    padding: 0;
}

ul.minus li {
    list-style-type: none;
    /* Entfernt die Standard-Aufzählungszeichen */
    padding-left: 0;
    /* Entfernt den standardmäßigen linken Abstand */
    font-size: 0.8em;
}

ul.minus li::before {
    content: "- ";
    /* Fügt einen Bindestrich vor jedem Listenelement ein */
    margin-right: 5px;
    /* Abstand zwischen Bindestrich und Text */
}

.equipment h2 {
    white-space: nowrap;
    font-size: 18rem;
    font-weight: normal;
}

.overlay-dgray {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 20%, 1);
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.overlay-dgray .text-box {
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.overlay-dgray .text-box .circle {
    height: 6vw;
    width: 6vw;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 2em;
    /*padding: 7%;*/
}

.overlay-dgray .text-box .circle img {
    width: 60%;
    height: 60%;
}

.overlay-dgray .text-box .circle i {
    width: 100%;
    height: 100%;
}

.overlay-dgray .text-box h2 {
    font-size: 22rem;
}

.overlay-close {
    font-size: 30rem;
    right: 20vw;
    top: 20vh;
    position: absolute;
    cursor: pointer;
}

.overlay-close img {
    width: 40rem;
    color: #fff;
}

.overlay-close i {
    font-size: 30rem;
    color: #fff;
}

.close-x {
    cursor: pointer;
}

.close-x img {
    width: 40rem;
    color: #fff;
}

.close-x i {
    font-size: 30rem;
    color: #fff;
}

.breadc {
    font-size: 85%;
    color: var(--background-gray1);
}

.breadc a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--background-gray1);
    font-weight: 400;
}

.breadc a.active {
    text-decoration: underline;
}

.breadc a:hover {
    color: var(--color-main--hover);
}

.tour-men {
    font-size: 90%;
    padding: 2px 0px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid var(--background-gray);
    width: calc(25% + 2em);
}

.tour-men:last-child {
    width: 40%;
}

.tour-men.active {
    font-weight: bold;
    border-color: #000;
}

.tour-men:hover {
    color: var(--color-main--hover);
    border-color: var(--color-main--hover);
}

.site h3 {
    font-size: 23rem;
    margin-bottom: 1em;
    font-weight: bold;
}

.sub-title {
    font-size: 85%;
    margin: .3em 0 .5em 0;
}

.file-container {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 9em;
    width: 16em;
    background-color: var(--background-secondary--hover);
}

.file-container img {
    width: 100%;
    height: 100%;
}

.file-container svg,
.file-container i {
    width: 50rem;
    height: 50rem;
    font-size: 50rem;
}

.file-container:hover {
    background-color: var(--color-main);
}

.file-container:hover i {
    color: #fff;
}

.file-desc {
    margin: .6em 0;
    font-size: 90%;
    font-weight: bold;
}

.file-drop {
    font-weight: bold;
    width: 100%;
    border: 2px dotted #000;
    padding: 2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
    cursor: pointer;
}

.file-drop:hover {
    border-color: var(--color-main);
    color: var(--color-main);
}

.counter-text {
    text-align: center;
    font-size: 50rem;
    font-weight: bold;
}

ul.minus {
    list-style: none;
    /* Entfernt die standardmäßigen Aufzählungszeichen */
    padding-left: 0;
    /* Entfernt den linken Einzug */
}

ul.minus li {
    position: relative;
    padding-left: 1em;
    /* Platz für das Bindestrich-Symbol */
}

ul.minus li::before {
    content: "-";
    /* Bindestrich als Aufzählungszeichen */
    position: absolute;
    left: 0;
    top: 0;
}

.upload-container {
    margin-top: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2em 0 2em 5em;
}

.upload-container1 {
    margin-top: 1em;
    border-bottom: 1px solid #000;
    padding: 2em 0 2em 2em;
}

.upload-container .upload,
.upload-container1 .upload {
    width: 30%;
}

.upload-container .drag-icon,
.upload-container1 .drag-icon {
    width: 50rem;
    font-size: 50rem;
    color: var(--background-secondary);
    cursor: pointer;
}

.border-input {
    border: 1px solid #000;
    padding: .3em 1em;
    font-style: italic;
    color: var(--background-secondary);
    margin-bottom: 1em;
}

.border-input input,
.border-input div,
.border-input span {
    font-style: italic;
    color: var(--color-secondary--hover);
}

.amount-line {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-weight: bold;
    padding-right: 1em;
}


.amout-nr {
    text-align: right;
    font-weight: bold;
    padding-right: 1.2em;
}

.btn_sml {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    margin-top: 1em;
    padding: .3em 1em;
    cursor: pointer;
    font-size: 80%;
}

.btn_sml:hover {
    background-color: var(--color-main);
    color: #fff;
}

.flx-item3 {
    width: 20%;
    align-self: flex-start;
    padding-top: 1em;
}

.flx-item4 {
    width: 35%;
    align-self: flex-end;
}

.flx-item5 {
    width: 20%;
    align-self: flex-end;
}

.tour-container {
    margin-left: 20%;
    margin-top: 3em;
}

.imgfit {
    overflow: hidden;
}

.imgfit > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Modal backdrop overlay */
.streem_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: none;
}

/* Streem wrapper-layer contract: neutralize legacy z-index sources in streem scope only. */
body._streeming .live_streem div.live_buttons {
    z-index: auto;
}

body._streeming .live_streem div.api_video_video,
body._streeming .live_streem .streem_overlay,
body._streeming .live_streem div.api_video div.popup {
    z-index: auto;
}

body._streeming.chat .live_streem div.live_chat,
body._streeming.problem .live_streem div.live_problem,
body._streeming.guide .live_streem div.live_guide,
body._streeming.info .live_streem div.live_info,
body._streeming.addon .live_streem div.live_addon,
body._streeming.guide_notice .live_streem div.live_guide_notice,
body._streeming.map .live_streem div.live_map {
    z-index: auto;
}

/* Music active - darken player when background music is playing */
#streemPlayerHost.music-active {
    filter: brightness(0.7);
    transition: filter 0.5s ease-in-out;
}

div.file-info {
    display: none;
}


/*ANCHOR Tablet */
@media (max-width: 1024px) {
    html {
        font-size: 0.1vw;
    }  
    .iw {
        width: 94%;
    }      
    div.home_h1 {
        width: 100%;
    }
    header.sites div.band {
        height: auto;
        align-items: center;
    }

    div.tour_media_main a.referer::after {
        width: 2.5em;
        white-space: nowrap;
        overflow: hidden;
    }

    div.home_teaser {
        margin-bottom: 3em;
    }

    div.leaflet-container {
        min-height: 50vh;
    }

    div.footer_ul {
        padding-left: 0;
        margin-top: 1.5em;
        position: absolute;
    }

    .w60 {
        width: 100%;
    }

    div.slh3 {
        width: 90%;
    }

    div.tour_fav a {
        font-size: 85%;
    }

    div.tour a.tour-details::before {
        width: 225%;
    }

    div.tour_cn a.tour-details::before {
        width: 175%;
    }

    div.tour div.streem-ey {
        bottom: 0.5em;
    }

    div.tableview div.tour_title {
        max-width: 65%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    section.citation {
        max-width: 50%;
    }

    div.guide_data {
        width: 100%;
        overflow: hidden;
    }

    span.live_icon {
        display: block;
        width: fit-content;
    }

    body._streeming .live_streem div.live_buttons {
        z-index: 6;
    }

    ._explorer div.site {
        display: block;
    }

    ._explorer .site div.menu {
        width: 100%;
        display: flex;
        position: absolute;
        top: 6em;
    }

    ._explorer .site h1 {
        margin-bottom: 7em;
    }

    .site div.menu div.exp_avatar img {
        width: 10em;
        margin-right: 2em;
    }

    div.exp_info {
        display: flex;
    }

    p.exp_infos {
        margin: 0;
        margin-right: 2em;
    }

    div.exp_abo {
        width: 14em;
        margin: 0;
    }

    div.exp_abo p {
        margin: 0;
    }

    div.home_teaser {
        width: 92vw;
    }

    div.index_txt {
        width: 100%;
    }

    header.sites div.header_categories div.band {
        overflow: auto;
        width: 100%;
    }

    div.header_categories div.h_categories ul {
        display: flex;
    }
    div.header_categories div.h_categories ul ul {
        display: none;
    }

    div.home_teaser h3 {
        position: static;
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    div.h_categories ul {
        display: block;
        column-count: 5;
    }
    div.h_categories li {
        text-align: center;
        margin-bottom: 1em;
        width: auto;
        overflow: hidden;
    }
    div.header_categories div.h_categories ul li {
        margin-right: 2.5em;
    }
    div.copyright {
        display: block;
    }
    div.tour_cn>div.tour {
        width: 48%;
        flex-shrink: 0;
    }
    div.guide_segment div.tour div.streem-ey {
        right: 0;
    }
    div.tour_title {
        max-height: 3em;
        overflow: hidden;
    }
    div.tour_media_other {
        height: 28vh;
    }
    .t_category {
        flex-wrap: wrap;
        font-size: 90%;
    }
    .t_category > span {
        margin-bottom: 1em;
    }
    header div.band > a {
        margin-right: 2em;
    }
    div.t_dates div.t_date a {
        flex-wrap: wrap;
    }
    div.tour_details {
        position: relative;
        padding-top: 1em;
    }
    p.tour_duration {
        display: none;
    }
    span.all_photos {
        white-space: nowrap;
        font-size: 70%;
    }
    div.guide_segment div.tour div.flx {
        display: block;
        white-space: nowrap;
    }
    img.gd_img {
        width: 6em;
    }
    div.gstats div.flx,
    div.gs_data div.flx,
    div.guide_segment.new div.flx {
        display: block;
    }
    div.guide_segment div.tour.live a.tour-details {
        position: absolute;
        bottom: 1.5em;
    }
    div.guide_segment div.tour_cn>div.tour {
        font-size: 90%;
    }
    div.guide_data div.block {
        width: 100%;
        margin-bottom: 2.5em;
    }
    div.guide_data div.block.ml {
        margin-left: 0;
    }
    div.live_addon, div.live_chat, div.live_guide, div.live_guide_notice, div.live_info, div.live_problem, div.live_map {
        width: 75%;
    }
    div.live_chat .text_input,
    div.streemer_speech {
        width: fit-content;
    }
    a.to_streem_date {
        bottom: 3em;
    }

    div.tickets_open,
    div.dt-container div.dt-layout-full {
        width: 100%;
        overflow: auto;
    }
    div.tickets_open table,
    div.dt-container div.dt-layout-full table {
        width: 200%;
    }

    div.tour_info {
        padding-left: 1em;
        padding-top: 3.5em;
    }

    div.menu div.slh3 div.swipe {
        padding-bottom: 6em;
    }

    header div.header_categories div.h_categories {
        width: fit-content;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    header.sites div.h_mainmenu,
    body.home.scroll header.sites div.h_mainmenu {
        margin: 0;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 1em;
        background: #fff;
        border-top: 2rem solid #ddd;
        justify-content: center;
        top: auto;
    }

    body.home header.sites div.h_mainmenu {
        bottom: auto;
        top: 10.5em;
        transition: all 0.8s;
    }

    footer {
        padding-bottom: 13em;
    }

    header div.streem-ey span.streem-ey,
    div.h_login p.reg_text,
    header div.streem-ey:hover span.streem-ey-real {
        display: none;
    }

    header div.f_language>span {
        padding-right: 0;
    }

    header.sites {
        padding-top: 1em;
    }

    header.sites div.border {
        padding-bottom: 0.75em;
    }

    div.tableview div.tour_cn>div.tour {
        overflow: hidden;
    }

    header div.h_search {
        margin-left: auto;
    }

    div.streemer_tour_filter {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    p.streemer_tour_filter {
        display: flex;
        justify-content: space-between;
    }
    p.streemer_tour_filter a {
        display: block;
    }

    .vh {
        min-height: 67vh;
    }

    body:not(.home) header.sites div.header_categories {
        position: fixed;
        bottom: 3em;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        padding: 0.5em;
    }
    body:not(.home) header.sites div.header_categories.mobil {
        display: block;
        margin: 0;
    }
    div.tour_detail {
        position: relative;
        z-index: 1;
    }
    div.live_info.tour_detail {
        position: absolute;
        z-index: -1;
    }
    .info div.live_info.tour_detail {
        z-index: 100;
    }
    div.h_categories li {
        margin-bottom: 0;
    }
    div.tour_media_main {
        height: 28vh;
    }
    div.guide_segment div.tour div.tour_func {
        height: 10em;
        min-height: inherit;
    }
    div.eqp form {
        max-width: inherit;
    }
    div.eqp label img {
        width: 7em;
        height: 7em;
    }
    div.tour div.ti_id {
        position: absolute;
        top: 0;
        background: #fff;
        padding: 0.25em 1em;
        transform: translateY(-160%);
    }
    div.tour div.ti_regions {
        overflow: hidden;
        display: flex;
        width: 100%;
        white-space: nowrap;
    }

    div.guide_segment div.tour ul.slick-dots {
        display: none!important;
    }

    .site div.menu {
        width: 25%;
        margin-right: 2em;
    }

    .warning::before {
        top: -1em;
        left: -1em;
    }

    .guide_segment div.tour_cn {
        flex-wrap: nowrap;
        overflow: auto;
    }

    div.tour div.tour_data {
        display: flex;
    }
    header div.f_language {
        margin-right: 1em;
    }

    div.journey_finish {
        width: 75vw;
    }
    div.segment_nav a {
        display: inline-block;
    }

    div.live_buttons:hover div.live_buttons_buttons {
        opacity: 0;
        visibility: hidden;
    }
    div.live_buttons.open div.live_buttons_buttons {
        opacity: 1;
        visibility: visible;
    }

}

/*ANCHOR Handy */
@media (max-width: 767px) {
    html {
        font-size: 0.2vw; 
    }

    @media all and (orientation:landscape) {
        html {
            font-size: 0.1vw; 
        }
        div.live_buttons a {
            margin-bottom: 0.35em;
        }
        div.live_addon, div.live_chat, div.live_guide, div.live_guide_notice, div.live_info, div.live_map, div.live_problem {
            padding: 3em;
            padding-right: 5em;
        }
        div.live_chat>p {
            display: none;
        }
        div#videoMetaContainer audio {
            position: absolute;
            top: 0;
            left: calc(100% + 2em);
        }
        div.live_buttons.open {
            column-count: 2;
        }
        div.live_chat .chat {
            margin-right: 5em;
            font-size: 80%;
        }
        .addon div.live_addon {
            padding-right: 10em;
        }
    }

    div.live_chat .streemer_speech {
        align-items: stretch;
    }

    div.live_chat .streemer_chat_actions {
        gap: 0.5em;
    }

    div.live_chat .streemer_chat_filters {
        justify-content: flex-start;
        padding-bottom: 0.6em;
    }

    #send-text-public {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }

    #send-text-public .chat-send-label {
        font-size: 70%;
    }

    #videoMetaContainer {
        width: calc(100% - 4em);
    }

    #videoMetaContainer iframe {
        height: 180px;
    }

    header.sites div.search form input {
        max-width: 10em;
    }

    header div.h_mainmenu>div {
        max-width: 33%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.streem_transcribe_report {
        padding: 0.25em;
        font-size: 70%;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    div.streem_transcribe_report span {
        white-space: nowrap;
        margin: 0 1em;
    }

    header div.h_mainmenu>div.h_program {
        display: none;
    }

    .home header div.h_mainmenu > div.h_cat {
        display: block;
    }

    div.pre_streem_slicker .slide span {
        font-size: 125%;
        bottom: 4em;
    }

    div.tour_media_main div.tour_booked {
        width: 72%;
    }

    div.live_buttons a:hover::before {
        display: none;
    }    

    div.live_chat>p {
        font-size: 75%;
    }

    div.h_login ul svg {
        margin:0;
    }

    div.t_history a span {
        width: fit-content;
    }

    div.block.eqp label {
        width: calc(100% / 2 - 1em);
    }

    section.citation {
        position: static;
        font-size: 95%;
        margin-top: 0.5em;
        margin-bottom: 1.5em;
        max-width: inherit;
        text-align: left;
    }

    header div.band a.logo img {
        height: 2.35em;
    }

    .iw {
        width: 90%;
    }
    .flx {
        flex-direction: column;
        display:block;
    }
    div.h_categories ul {
        column-count: 3;
        padding: 0;
        margin-bottom: -2em;
    }
    div.h_login ul {
        padding: 0;
    }
    div.h_categories ul li {
        margin-bottom: 2em;
        text-align: center;
    }
    div.h_login ul li:hover ul {
        opacity: 0;
        visibility: hidden;
    }
    div.h_login ul.open li ul {
        opacity: 1;
        visibility: visible;
        padding: 1em;
        background: #fff;
        border: 1px solid #eee;
    }

    div.h_login ul.open li ul::before {
        content: '';
        display: block;
        position: absolute;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        z-index: 0;
    }

    div.h_categories>ul>li {
        width: auto;
    }

    .site div.menu ul.bullet {
        display: none;
    }

    div.segment_nav {
        position: relative;
        top: auto;
    }

    div.home_h1 p {
        font-size: 100%;
    }

    div.tour_media_main a.referer {
        top: 1em;
    }

    div.home_tours>a,
    div.home_register a {
        width: fit-content;
        margin: 0 auto;
        background: #444;
        color: #fff;
        text-decoration: none;
        padding: 0.5em 1em;
        font-size: 115%;
    }

    div.home_tours>a {
        text-align: center;
        margin-bottom: 3em;
    }

    div.h_login ul.open li ul li {
        position: relative;
        z-index: 1;
    }

    div.header_categories {
        margin-bottom: 2em;
    }

    div.map_regions {
        position: static;
        transform: none;
        width: 100%;
        overflow: auto;
        margin-top: 2em;
    }

    ._sites div.map_regions {
        margin-top: -2em;
    }

    .leaflet-popup-content div.tour div.tour_func {
        width: 60vw;
    }

    div.tour_detail span.t_demo {
        letter-spacing: normal;
    }

    div.index_txt {
        column-count: 1;
        margin: 2em auto;
    }

    div.footer_ul {
        position: relative;
        column-count: 1;
    }

    .pd {
        padding: 1em;
        padding-top: 2em;
    }

    div.menu div.slh3 {
        margin-top: 3em;
    }

    div.menu div.slh3 div.swipe {
        padding-bottom: 9em;
    }

    ._guide-register div.slick-slide img {
        object-fit: cover;
    }

    body.home div.map_cn {
        width: 90%;
        margin: 0 auto;
    }

    div.a_tours td a.adm_a {
        margin: 0;
        margin-bottom: 0.35em;
    }

    div.datatables table {
        min-width: 200%;
        white-space: nowrap;
    }

    div.grid-x {
        justify-content: flex-start;
    }

    .vh {
        min-height: inherit;
    }
    h1, h2 {
        font-size: 175%;
    }
    h3 {
        font-size: 150%;
    }
    div.home_tours {
        width: 90%;
        margin: 2em auto;
    }
    div.home_register p {
        font-size: 100%;
    }
    .inp_text label {
        font-size: 90%;
    }
    .circle {
        display: none;
    }

    div.guide_data div.block {
        overflow: auto;
        width: 100%;
    }

    div.streemer_calendar div.calendar_head.flx {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    div.streemer_calendar {
        width: 100%;
    }

    table.calender_days td span {
        padding: 1em 0.75em;
    }

    div.media {
        width: 50%;
    }

    div.model {
        width: 100%;
    }

    table.calender_days td.kw {
        display: none;
    }

    div.calendar_dates.calendar_list, div.calendar_popup div.calendar_dates {
        margin-top: 1.5em;
    }

    div.calendar_dates p.calendar_event a {
        width: fit-content;
    }

    div.music_selection.open {
        display: block;
    }

    div.music_selection>span {
        margin: 0.5em;
        display: block;
        width: fit-content;
    }

    div.tour_details {
        margin-bottom: 4em;
        padding: 1em;
    }

    div.tour_details div.t_dates {
        display: block;
    }

    div.tour_media {
        padding-top: 4.5em;
    }

    div.tour_fav {
        top: 1em;
    }

    div.tour_fav a {
        margin: 0;
        margin-bottom: 0.5em;
        width: fit-content;
        text-indent: -1000px;
    }

    div.t_dates div.t_date span.t_date_book {
        margin-top: 0.35em;
        margin-left: auto;
    }

    div.tour_details div.t_dates div.t_date {
        padding-top: 0;
        margin-top: 0;
    }

    div.exp_info {
        display: block;
    }
    ._explorer .site div.menu {
        flex-wrap: wrap;
        top: 8em;
    }
    div.exp_abo {
        position: absolute;
        right: 0;
        top: 0.5em;
        width: 50%;
        font-size: 90%;
    }
    div.exp_avatar {
        width: 100%;
    }
    ._explorer .site h1 {
        margin-bottom: 10em;
    }

    div.guide_data div.block > table {
        width: 200%;
    }

    a.to_streem_date {
        white-space: nowrap;
        padding:0.5em;
        display: flex;
        flex-direction: row;
    }

    .featherlight .featherlight-content {
        padding: 2em 0.5em;
        width: 90%;
    }

    div.tour_market_info div.tm_region span {
        margin-bottom: 0.5em;
    }

    footer a {
        margin-left: 0;
    }
    div.copyright {
        margin-right: 2em;
        width: 50%;
    }
    div.f_social {
        margin-top: 1em;
        justify-content: flex-start;
    }

    div.f_social a {
        margin-right: 1em;
    }
    div.wd50 {
        width: 100%;
    }

    div.tour_media_other {
        height: 3em;
        position: absolute;
        margin-top: -3em;
        background: none;
        box-shadow: none;
    }

    div.tour_media_other>a {
        padding: 0;
    }

    div.tour_media_other.tc-2 a, div.tour_media_other.tc-3 a, div.tour_media_other.tc-4 a {
        height: 100%;
    }

    div.tour_fav a.tour_favs::before {
        display: none;
    }

    header div.band>a {
        margin-right: 1em;
    }

    div.menu div.slh3 h3 {
        width: 80%;
    }

    div.slh3 h3 {
        position: relative;
        width: 90%;
        font-size: 135%;
    }

    div.home_h1 {
        background: #fff;
    }

    header div.border > div.flx,
    div.t_dates div.t_date a,
    div.f_social.flx,
    header div.h_mainmenu {
        display: flex;
        flex-direction: row;
    }
    header div.h_search {
        margin: 0;
        margin-left: auto;
    }
    ._category header div.h_search input,
    ._sites header div.h_search input {
        width: 14em;
    }
    .logged header div.h_search input {
        width: 8em;
    }
    header.sites div.streemer_ajax {
        margin-left: 1em;
    }
    header.sites div.search div.flx,
    div.h_search_wt form {
        width: 100%;
        display: flex;
        flex-direction: row;
        border :0;
    }
    header div.f_language {
        margin-right: 1em;
    }
    div.h_login ul li span.log_svg.lin {
        display: none;
    }
    header.sites div.band {
        overflow: visible;
        width: 100%;
    }
    header div.h_login li a {
        margin-bottom: 1em;
    }

    div.checklist ul {
        width: 100%;
        font-size: 85%;
    }

    div.registry form label>span a {
        display: block;
    }
    header.sites div.search div.flx {
        justify-content: center;
    }
    div.h_search_wt div.form>div {
        position: static;
    }
    header div.f_language>span {
        padding: 0;
    }
    header.sites {
        z-index: 1001;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding-top: 0;
    }
    header.sites div.border {
        padding-bottom: 0;
    }

    div.header_categories div.h_categories ul {
        display: block;
    }
    div.header_categories div.h_categories ul li {
        margin-right: 0;
    }

    div.h_login ul li span.log_svg {
        line-height: 1;
        text-indent: -1000px;
        height: 2.5em;
    }

    div.home_teaser div.remote,
    div.home_teaser::before {
        display: none;
    }

    div.tickets_open {
        width: 100%;
        overflow: auto;
    }
    div.tickets_open table {
        width: 200%;
    }

    body:not(.home) header div.h_login div.f_language {
        display: none;
    }

    div.block label span {
        font-size: 85%;
        overflow:hidden;
        text-overflow: ellipsis;
        width: 32%;
    }

    header div.h_login div.streem-ey {
        margin-right: 1em;
        margin-left: -1em;
    }

    .home.hlg.scroll header div.f_language {
        display: none;
    }

    div.home_h1 p:not(.normal) {
        font-size: 125%;
    }

    header.sites span.bg {
        left: 0;
        width: 100%;
        box-shadow: none;
        font-size: 85%;
    }
    header.sites div:hover span.bg::before {
        display: none;
    }
    div.tour_cn>div.tour {
        width: 100%;
        margin-right: 0;
    }
    div.h_login ul ul {
        right: 0;
    }

    div.h_login p {
        display: none;
    }

    div.tour a.tour-details::before {
        width: 175%;
        height: 20em;
    }

    div.menu div.slh3 {
        background: 0;
        margin-bottom: 2em;
    }

    div.h_search form {
        display: flex;
        flex-direction: row;
        font-size: 92%;
        padding-left: 0.5em;
        margin-bottom: 0;
    }

    .home header div.border>div.flx {
        flex-wrap: wrap;
        justify-content: center;
        transition: all 1s;
    }
    .home header div.band a.logo {
        width: 100%;
        margin: 0;
    }
    body.home header div.band a.logo img.desktop {
        height: 5.4em;
    }
    body.home header.sites div.h_mainmenu {
        top: 10em;
    }
    .home header div.h_search {
        margin-left: 0;
    }
    .home.scroll header div.border>div.flx {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .home.scroll header div.band a.logo {
        width: auto;
    }
    .home.scroll header div.h_search {
        margin-left: auto;
    }

    
    header div.band a.logo img.desktop,
    body:not(.home).scroll header div.band a.logo img.desktop {
        display: block;
        margin: 0.5em auto;
        height: 2.5em;
    }
        
    
    body.home.scroll header div.band a.logo img.desktop,
    body.logged.scroll header div.band a.logo img.desktop,
    body._sites.scroll header div.band a.logo img.desktop,
    body._category.scroll header div.band a.logo img.desktop,
    body._tour.scroll header div.band a.logo img.desktop {
        display: none;
    }

    body.home.scroll header div.band a.logo img.mobil,
    body.logged header div.band a.logo img.mobil,
    body._sites header div.band a.logo img.mobil,
    body._category header div.band a.logo img.mobil,
    body._tour header div.band a.logo img.mobil {
        display: block;
    }

    body.logged header div.band a.logo img.desktop,
    body.logged.scroll header div.band a.logo img.desktop,
    body._sites header div.band a.logo img.desktop,
    body._category header div.band a.logo img.desktop,
    body._tour header div.band a.logo img.desktop {
        display: none;
    }

    div.home_destinations.mobil {
        display: block;
        margin-bottom: 6em;
    }
    div.home_destinations.desktop div.header_categories {
        display: none;
    }

    header div.streemer_ajax {
        margin: 0;
    }

    div.h_categories li {
        width: auto;
    }

    div.home_h1 {
        width: 100%;
    }

    div.home_h1 h1 {
        padding: 0;
    }

    .drawing.mg110 {
        display: none;
    }

    div.drawing-text-abs {
        position: static;
        min-width: 100%;
    }

    footer div.iw.flx,
    div.h_login,
    div.streem-ey .flx,
    div.ti_duration.flx  {
        display: flex;
        flex-direction: row;
    }

    div.home_register {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    div.home_teaser div.swiper {
        margin-bottom: 0;
    }
    
    div.home_teaser h3 {
        width: 90%;
        position: relative;
        z-index: 2;
        left: 0; 
        font-size: 125%;
    }

    div.home_teaser h3 a {
        font-size: 75%;
    }

    div.slick-slide img {
        width: 200%;
        margin: 0 auto;
        position: relative;
        left: -50%;
        transform: translateX(-25%);
    }
    div.slick-slide {
        overflow: hidden;
    }

    /*
    div.slick-slide::before,
    div.slick-slide::after {
        content:'';
        display: block;
        position: absolute;
        width: 7em;
        top: 0;
        left: 0;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        z-index: 1;
    }
        

    div.slick-slide::after {
        right: 0; left: auto;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }
        */

    div.site {
        padding-top: 6em;
    }

    .featherlight .featherlight-content {
        max-width: 96%;
        /*background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); */
        border: 0;
    }

    .featherlight {
        z-index: 1002;
    }

    .featherlight .featherlight-inner {
        width: 100%;
    }

    table td, table th {
        vertical-align: middle;
    }

    div.popup {
        padding: 1em;
        width: 100%;
    }

    div.journey_finish {
        width: 85vw;
    }

    div.streem_tab_a a {
        width: calc(100% - 3em);
        display: block;
    }

    div.streem_tab img.tab_img {
        display: none;
    }

    div.streem_tab {
        padding: 1em;
    }

    div.journey_finish button,
    div.journey_finish div.bts a {
        margin-bottom: 0.5em;
    }

    div.streem_tab.st_2 > label.flx,
    div.tour div.ti_spec span.ti_rating {
        display: flex;
        flex-direction: row;
    }

    .w23,
    .w13,
    .w12,
    div.tour_buy,
    div.tour_details,
    div.tour_media_main,
    div.tour_media_other {
        width: 100%;
    }

    /*
    div.tour_media_other {
        padding-left: 0;
        column-gap: 0;
        padding-top: 0.35em;
        background: #fff;
        box-shadow: none;
    }
    */

    div.tour_buy,
    div.tour_info {
        padding-left: 0;
    }

    div.tour_info {
        padding-top: 0;
    }

    div.t_reviews {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    div.guide_pic img {
        width: 50%;
    }

    div.tour_media_other a {
        display: none;
    }

    footer div.f_language {
        margin-right:0;
    }

    div.tour_media_main {
        margin-bottom: 0.25em;
        box-shadow: none;
        height: 36vh;
    }

    .ml {
        margin-left: 0;
    }

    div.dashboard h1 {
        text-align:center;
        padding-top: 1em;
    }

    .site div.menu {
        width: 100%;
        margin: 0;
        margin-bottom: 2em;
        position: static;
        transition: all 1s;
        height: auto;
        display: none;
    }

    .site div.menu li a {
        padding: 0.5em;
        background: #eee;
        border: 1px solid #ccc;
        margin-bottom: 0.5em;
        font-size: 85%; 
        line-height: 1;
    }

    div.guide_segment div.tour_cn>div.tour {
        width: 85%;
        margin-right: 1em;
    }

    .drawing-text-abs.pos2,
    .drawing-text-abs.pos3,
    .drawing-text-abs.pos4 {
        width: 100%;
        margin: 0;
        margin-bottom: 2em;
    }

    a.feedback {
        font-size: 75%;
    }

    div.live_addon, div.live_chat, div.live_guide, div.live_guide_notice, div.live_info, div.live_problem, div.live_map {
        width: 80%;
        height: 100vh;
        overflow-y: auto;
        background: #444;
    }

    div.live_chat {
        padding-bottom: 5em;
        overflow: visible;
    }

    div.streemer_speech {
        padding-bottom: 2em;
    }

    div.api_video div.popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 90vh;
        overflow-y: auto;
        width: calc(100% - 4em);
    }

    footer {
        padding-top: 2em;
        padding-bottom: 4em;
    }

    div.guide_card {
        overflow: hidden;
    }

    div.guide_details a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.tour_adds a {
        border: 1px solid #ddd;
        margin: 0;
        margin-bottom: 1em;
        display: block;
    }

    div.tour_media_other>a {
        width: 100%;
    }

    span.all_photos {
        font-size: 80%;
    }

    div.streem-ey {
        font-size: 105%;
    }

    div.tour_details h1 {
        font-size: 175%;
    }
    div.tour_detail h2,
    div.home_teaser h3 {
        font-size: 105%;
    }
    div.home_teaser {
        background: #fff;
        border-radius: 0.5em;
        padding-top: 3em;
        margin-top: 0;
        margin-bottom: 2em;
    }

    div.home_preview {
        height: 50vh;
        margin-top: 22vh;
    }

    .leaflet-popup-content div.tour a.img {
        width: 100%;
        height: 22vh;
    }

    header div.h_mainmenu div.h_map {
        border :0;
    }

    div.topics {
        flex-direction: column;
        width: fit-content;
        align-items: flex-start;
        padding: 1em;
    }

    .home div.topics {
        left: 0;
        right: auto;
    }

    div.topics a {
        margin-top: 1em;
    }

    .home header.sites {
        height: auto;
    }

    div.home_destinations ul li {
        height: auto;
        white-space: nowrap;
    }



    header div.h_categories.open,
    header.sites div.header_categories.open,
    ._tours-search div.header_categories {        
        display: none;
    }

    header.sites div.header_categories.mobil {
        position: fixed;
        bottom: 3em;
        padding: 1em;
        background: #f3f3f3;
        display: block;
        margin-left: 0;
        width: 100%;
    }

    div.tour div.tour_data {
        width: auto;
        display: flex;
        align-items: center;
    }

    div.streemer_tour_filter>div {
        margin-right: 0;
        margin-bottom: 0.25em;
    }

    div.streemer_tour_filter {
        background: #444;
        border-radius: 0.35em;
        color: #fff;
        padding-left: 0.5em; padding-right: 0.5em;
        height: 2px;
        transition: all 0.4s;
    }

    div.streemer_tour_filter.open {
        height: auto;
        padding: 0.5em;
    }

    div.streemer_tour_filter>div>a, div.streemer_tour_filter>div>input {
        color: #fff;
        border-color:  transparent;
        background: #444;
    }

    div.streemer_tour_filter input::placeholder {
        color: #fff;
    }

    div.streemer_tour_filter>div.s_f_date>a {
        color: #000;
    }

    div.tableview div.tour_cn>div.tour {
        overflow: hidden;
        padding: 0.35em;
        height: 4.25em;
    }

    div.tableview div.tour div.tour_func > a,
    div.tableview div.tour div.ti_id,
    div.tableview div.tour div.ti_duration,
    div.tableview div.streem-ey span.streem-ey {
        display: none;
    }

    div.tableview div.tour a.tour-details {
        position: absolute;
        right: 0.35em;
        bottom: 0.35em;
        text-indent: -1000px;
        width: fit-content;
    }

    div.tableview div.tour_info {
        margin-right: 0;
    }

    div.tableview div.live div.tour_info {
        margin-top: -1.25em;
    }

    div.tableview div.tour div.streem-ey {
        top: -0.25em;
    }

    div.tableview div.tour a.tour-details div.streem-ey {
        display: none;
    }

    div.tableview div.tour a.tour-details::before {
        content:'';
        display: block;
        position: absolute;
        right: 0;
        top: -1em;
        width: 90vw;
        height: 200%;
        left: auto;
    }

    div.tableview div.tour_title {
        font-size: 110%;
        width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    ._tours-map div.leaflet-container {
        height: 65vh;
    }

    div.tour_media_other img {
        width: 100%;
    }

    div.calendar_dates a {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding: 0.5em;
        position: relative;
    }

    div.calendar_dates a span.v_type.me {
        margin-left: 0;
    }

    div.calendar_dates a span.v_duration {
        position: absolute;
        right: 0.5em; top: 0.5em;
    }

    div.calendar_dates a span.v_title {
        display: block;
        margin-top: 0.5em; margin-bottom: 0.5em;
    }

    .popup {
        max-width: 100%;
    }

    form.popup button {
        margin: 1em;
        margin-left: 0;
    }

}

/*ANCHOR - DARK Color*/
@media (prefers-color-scheme: dark) {
    :root {
        --ss-bg-color: #000;
        --ss-font-color: #fff;
        --background-main: #000;
    }
    body,
    div.streemer_tour_filter>div>a, div.streemer_tour_filter>div>input {
        background-color: #000;
        color: #fff;
    }
    header.sites,
    div.p_home_h1,
    div.guide_card,
    div.tour_media_other,
    div.h_login ul li:hover ul, div.h_login ul.open li ul,
    .leaflet-popup-content div.tour div.tour_func,
    .leaflet-popup h3,
    div.leaflet-popup-content div.tour a.tour-details,
    div.live_chat .message,
    .site div.menu li a {
        background: #000;
    }
    a,div.streem-ey {
        color: #eee;
    }
    div.h_categories ul ul,
    div.t_category a,
    div.t_dates div.t_date a:first-of-type,
    div.h_categories ul li ul li:hover,
    header.sites div.search form input,
    div.s_f_date>a.today,
    div.dashboard,
    div.tour.pno_tour, div.tour.pno_tour div.tour_info,
    div.block label span,
    div.block label input, div.block label select, div.block label textarea,
    div.segment_nav,
    div.tour_details div.t_dates div.t_date a:first-of-type,
    div.tour_buy div.t_review,
    .popup div.t_time,
    div.a_tours td a.adm_a,
    tr.calendar_week:nth-of-type(2n),
    div.gs_price div.block > span:nth-of-type(2n) {
        background: #333;
    }
    header.sites div.search form input,
    .leaflet-popup-content div.tour div.tour_func,
    div.leaflet-popup-content div.tour a.tour-details,
    div.block label input, div.block label select, div.block label textarea,
    div.segment_nav a,
    tr.calendar_week td,
    div.gs_price div.block > span {
        color: #fff;
    }
    div.tour,
    div.s_f_date>a.tm,
    div.tour_info,
    .featherlight .featherlight-content,
    div.guide_card div.short_description, p.info,
    div.tour_buy div.t_dates,
    div.av_credits,
    div.block,
    .faq_title,
    div.segment_nav a.active, div.segment_nav a:hover,
    div.block.eqp label,
    table th,
    td.calendar_day.today,
    div.music_selection,
    div.music_selection > span,
    div.j_models,
    ._action div.h_categories ul li.action, ._connect div.h_categories ul li.connect, ._create div.h_categories ul li.create, ._events div.h_categories ul li.events, ._explore div.h_categories ul li.explore, ._nature div.h_categories ul li.nature, ._senses div.h_categories ul li.senses, ._sport div.h_categories ul li.sport, ._travel div.h_categories ul li.travel, .air div.h_categories li.air, .animals div.h_categories li.animals, .culture div.h_categories li.culture, .other div.h_categories li.other, .poi div.h_categories li.poi, .snow div.h_categories li.snow, .town div.h_categories li.town, .water div.h_categories li.water, .way div.h_categories li.way, div.h_categories li:hover {
        background: #111;
    }
    div.h_search form,
    div.h_login ul li span.log_svg {
        border-color:#333;
    }
    @media (max-width: 1024px) {
        body.home.scroll header.sites div.h_mainmenu, header.sites div.h_mainmenu {
            background: #000;
            border-top: 2rem solid #222;
        }
    }
    @media (max-width: 767px) {
        div.home_h1, div.home_teaser {
            background: #000;
        }
    }
}
