*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

::-webkit-scrollbar { 
    display: none; 
}

html {
    font-size: 10px;
}

@media only screen and (min-width: 375px){
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 390px){
    html {
        font-size: 13px;
    }
}

.poster .mobile-item, .poster .desktop-item {
    margin-top: -40px;
    /* position: relative; */
}

.mobile-item {
    display: block;
}

.desktop-item {
    display: none;
    
}

.show {
    display: block;
}

.hide, .filtered {
    display: none;
}

body{
    position: relative;
    top: 0 !important;
    left: 0 !important; 
    color: #3A3A3A;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1;
    /* position: fixed;
    overflow: hidden; */
    overflow-x: hidden;
    background: rgb(255, 255, 255, 1);
   
}

.background-img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;

    background-image: url("../img/Zurich.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s;
    transition-delay: 1s;
    z-index: 90;
}

@media only screen and (min-width: 376px){
    body{
        font-size: 16px;
    }
}

.body-mask{
    position: absolute;
    padding: 5%;
    padding-top: 26%;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.material-icons {
    color: #3A3A3A;
}

.material-symbols-rounded, .material-symbols-outlined {
    font-size: inherit;
}

a.btn:hover {
    /* transform: scale(1.2) !important; */
    /* opacity: 0.9; */
    transition: all 0.3s;
}

/* a.btn.bar-btn:hover, footer a.btn:hover, .btn.nav:hover {
    transform: scale(1.05) !important;
    opacity: 0.9;
} */

footer a.btn:hover i {
    /* transform: scale(1.2) !important; */
    transition: all 0.3s;
}
footer a.btn.active:hover i {
    /* transform: scale(1) !important; */
    transition: all 0.3s;
}

h2 {
    font-weight: 700;
    font-size: 2.6rem;
    text-align: left;
    margin: 0 0 0.4rem 0;
    position: relative;
    
}

p {
    line-height: 1.4;
    padding: 1rem 0;
    font-weight: 300;
    font-size: 1.3rem;
    text-align: left;
    position: relative;
}

.line-height-24{
    line-height: 2.4;
}

/* div p:first-child {
    padding-top: 0;
}

div p:last-child {
    padding-bottom: 0;
} */

strong {
    font-weight: 700;
}

div#app-window {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.header {
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    background: #ffffff;
    z-index: 200;
}

/*--- Header ---*/

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    padding: 21px 16px;
    background: rgb(255, 255, 255, 1);
    font-size: 1rem;
    font-weight: 300;
    z-index: 200;
    transition: all 0.3s;
    border-radius: 4px;
    overflow: hidden;
}



header div {
    display: inline-block;
    width: auto;
}

.btn.drop-down {
    position: absolute;
    top: 4px;
    right:8px;
}

header div.periode { 
    font-size: 1.1rem;
    font-weight: 300;
    width: 29%;
    position: relative;
    /* top: 1px; */
    /* top: 3px; */
    float: left;
}

header div.periode span { 
    font-size: 1.6rem;
    font-weight: 500;
}

header div.place { 
    font-size: 1.6rem;
    font-weight: 500;
    width: 42%;
    text-align: center;
    float: left;
    margin-top: 0;
    position: relative;
}

header div.menu { 
    width: 29%;
}

header div.drop-down-icon {
    display: none;
}

/*--- Header Main version2 ---*/

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    padding: 21px 16px;
    background: rgb(255, 255, 255, 1);
    font-size: 1rem;
    font-weight: 300;
    z-index: 200;
    transition: all 0.3s;
    border-radius: 4px;
    overflow: hidden;
}

header div {
    display: inline-block;
    width: auto;
}




header.main div.menu { 
    width: auto;
    float: left;
    /* background: aqua; */
    height: 100%;
}

header.main .btn.drop-down {
    position: absolute;
    top: 4px;
    left:8px;
}

header.main div.periode { 
    font-size: 1rem;
    font-weight: 300;
    width: auto;
    position: relative;
    top: 1px;
    top: 0;
    float: right;
}

header.main div.periode span { 
    font-size: 1.6rem;
    font-weight: 300;
}

header.main div.place { 
    font-size: 1.6rem;
    font-weight: 300;
    width: auto;
    text-align: right;
    float: right;
    margin-top: 0;
    position: relative;
    padding-left: 0.4rem;
}

header.main div.place .event-place { 
    font-weight: 900;
}

header.main div.drop-down-icon {
    display: none;
}


/*--- Selector Panel ---*/

.selector-panel {
    position: fixed;
    margin-top: -100vh;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 68px 16px 16px 16px;
    background-color: #3A3A3A;
    z-index: 200;
    transition: all 0.3s;
    text-align: center;
    color: rgb(255, 255, 255, 0.9);
    overflow: auto;
}

.selector-panel div.time, .selector-panel div.categories {
    max-width: 768px;
    margin: 0 auto;
}

.selector-panel div.time .scroll, .selector-panel div.categories .scroll, .selector-panel div.form .scroll {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-y: scroll;
    max-height: calc(100vh - 206px);
}

.selector-panel div.time .scroll {
    max-height: calc(100vh - 312px);
}

.selector-panel.poster-nav.active {
    margin-top: 0;
}

.selector-panel.poster-nav.show-options {
    margin-top: calc(-100vh + 60px);
}

.selector-panel.poster-nav .events-btn span.content span {
    text-transform: capitalize !important;
}

.selector-panel header {
    background: transparent;
    color: rgb(255, 255, 255, 0.9);
    text-align: left;
    position: absolute;
}

.selector-panel .btn.close {
    /* position: fixed; */
    position: absolute;
    top: 8px;
    right:8px;
    display:none;
}

.selector-panel .btn.close.show {
    display: block;
}

.selector-panel .btn.close i {
    color: rgb(255, 255, 255, 0.9);
}

.selector-panel .btn.bar-btn, .btn.bar-btn {
    color: rgb(255, 255, 255, 0.9);
    font-size: 1.3rem;
    text-align: left;
    padding: 0 12px 0 24px;
    max-width: 768px;
    margin: 8px auto;
    font-weight: 400;
    background: rgb(255,255,255,0.05)
}

.selector-panel .btn.bar-btn.active {
    color: #3A3A3A;
    background-color: rgb(255, 255, 255, 0.9);
}

.selector-panel .btn.bar-btn i {
    color: rgb(255, 255, 255, 0);
    font-size: 1.8rem;
    /* line-height: 2.1; */
}

.selector-panel .btn.bar-btn.active i {
    color: #3A3A3A;
}

.btn.bar-btn.cta-btn {
    text-align: center;
    font-weight: 500;
    width: calc(50% - 8px);
    display: inline-block;
    background-color: rgb(255, 255, 255, 0.3);
    border: rgb(255, 255, 255, 0.3);
    /* color: rgb(255, 255, 255, 0.8); */
    /* background-color: rgba(227, 231, 233, 0.4); */
    /* border: rgba(227, 231, 233, 0.4); */
    /* color: rgba(227, 231, 233, 0.8); */
    color: #3A3A3A;
}

.btn.bar-btn.cta-btn.full {
    width: 100%;
}

.selector-panel p {
    text-align: left;
    font-size: 1.1rem;
    padding: 0 24px;
    margin: 12px 0;
    max-height: 22px;
    line-height: 22px;
}

p.hint {
    opacity: 0;
    transition: all 0.3s;
}

p.hint.active {
    opacity: 1;
}

.selector-panel.events-nav, .selector-panel.add-event {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 400;
    margin-top: 0;
}

.selector-panel.events-nav.active, .selector-panel.add-event.active {
    left: 0;
}

.selector-panel.events-nav .btn.close {
    position: absolute;
    top: 8px;
    right:8px;
}

a.btn.bar-btn.rounded {
    font-size: 1rem;
    height: 28px;
    border-radius: 15px;
    padding: 0px 12px 0px 3px;
    line-height: 27px;
    position: absolute;
    top: 8px;
    right: 76px;
    width: auto;
}

a.btn.bar-btn.rounded i.material-icons {
    color: rgb(255, 255, 255, 0.9);
    margin-right: 4px;
}

a.btn.bar-btn.rounded.account i.material-icons span {
    border-radius: 0 24px 24px 0;
    border: transparent 1px solid;
    width: 26px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 28px;
    transform: rotateY(180deg);
    top: -1px;
    position: relative;
    margin-left: 0px;
}




/*--- Pages ---*/
.page{
    width: 100vw;
    min-height: calc(100vh - 128px);
    height: auto;
    position: absolute;
    left:0;
    top:68px;
    transition: all 0.4s;
    background-color: rgb(255, 255, 255, 1);
    margin-top: -8px;
    padding-bottom: 96px;

    z-index: 100;
}

.page.active{
    background-color: rgb(255, 255, 255, 0);
}


.page.center{
    z-index: 100;
}

.page.left{
    left:-100%;
    height: calc(100vh - 120px);
    /* width: 0; */
    /* z-index: 80; */
}

.page.right{
    left:100%;
    height: calc(100vh - 120px);
    /* width: 0; */
    /* z-index: 80; */
}

.page.width0 {
    width: 0;
}

/*--- Page content ---*/

.empty-placeholder {
    position: absolute;
    width: 100%;
    padding: 24px;
    transition: all 0.5s;
    /* height: calc(100vh - 120px); */
}

.empty-placeholder .text {
    position: relative;
    padding: 24px;
    /* background: rgb(255,255,255, 0.96); */
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    opacity: 0;

    /* background-image: url("../img/poster-post-1.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* filter: grayscale(100%); */
}

.empty-placeholder .text::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /* background-color: rgba(255,255,255,0.96); */
    background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.879171043417367) 45%, rgba(255,255,255,0.96) 100%);
    border-radius: 4px;
}

.empty-placeholder .text.active {
    opacity: 1;
}



.empty-placeholder img {
    margin-top: 5%;
    width: 40%;
    max-width: 160px;
    position: relative;
}

.empty-placeholder span.material-symbols-outlined {
    padding: 0 0.8rem;
    position: relative;
    top: 3px;
}

.empty-placeholder span.btn {
    font-size: 1.3rem;
    width: auto;
    padding: 0 16px 0 4px;
    font-weight: 500;
    margin: 0 0.3rem;
    position: relative;
    top: -2px;
    height: 34px;
    line-height: 33px;
    background: #E3E7E9;
}

.empty-placeholder span.btn span.material-symbols-outlined {
    font-size: 1.6rem;
    top: 4px;
}

.empty-placeholder span.btn span.material-symbols-outlined.favorite {
    top: 5px;
}


.empty-placeholder span.btn.posters {
    padding: 0 16px;
}

.empty-placeholder span.btn.icon-only {
    font-size: 1.5rem;
    width: auto;
    font-weight: 500;
    position: relative;
    top: 0;
    height: 36px;
    line-height: 36px;
    border: none;
}

.poster {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8px;
    background: rgb(255, 255, 255, 1);
    transition: all 1s;
    /* overflow: hidden; */
    float: left;
    text-align: left;
    /* display: none; */

}

/* #posters .poster.suggested {
    display: block; 
}

#delete .poster.deleted {
    display: block; 
}

#favorites .poster.favorite {
    display: block;  
} */

.poster img {
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.poster .btn {
    position: absolute;
    top: calc(50% - 22px);
}

.poster .btn.left {
    left: 8px;
}

.poster .btn.right {
    right: 8px;
}

.poster .desktop-item.event-link {
    width: 50%;
    margin: 0 25%;
    background: rgba(255, 255, 255, 0.7);
    color: #3A3A3A;
    text-align: center;
    /* transition: all 0.5s; */
    opacity: 0; 
    padding: 0 50px 0 24px;
    overflow: hidden;
}

.poster .desktop-item.event-link i {
    font-size: 2rem;
    margin-right: 8px;
}

.poster img:hover + .desktop-item.event-link {
    opacity: 1;
}

/* .poster:hover .desktop-item.event-link {
    opacity: 1;
} */

.poster .desktop-item.event-link:hover {
    background: rgba(255, 255, 255, 1);
}

.poster:hover .btn.square {
    opacity: 1;
    transition: all 0.3s !important;;
}

.poster i.category {
    font-size: 2.4rem;
    position: absolute;
    top: -2px;
    left: 32px;
    /* margin-left: -24px; */
    z-index: 100;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 4px 4px ;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%), 0 5px 4px 0 rgb(0 0 0 / 10%);

}

.poster a.btn.category {
    padding: 0 12px 0 6px;
    z-index: 1000;
    width: auto;
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%), 0 5px 4px 0 rgb(0 0 0 / 10%);
    border: none;
    color: inherit;
    font-size: 1.3rem;
    position: sticky;
    top: 59px;
    margin-top: -8px;
    margin-left: 16px;

}


.poster.active a.btn.category {
    background: #3A3A3A;
    color: rgba(255, 255, 255, 0.9);

}

.poster a.btn.category i {
    font-size: 2rem;
    float: left;
    margin-right: 4px;
}


.poster.art a.btn.category i, .selector-panel a.btn.art i.left {
    color: #F6342A;
}
.poster.cinema a.btn.category i, .selector-panel a.btn.cinema i.left {
    color: #E57D00;
}
.poster.dance a.btn.category i, .selector-panel a.btn.dance i.left {
    color: #EFCD69;
}
.poster.education a.btn.category i, .selector-panel a.btn.education i.left {
    color: #77CB73;
}
.poster.music a.btn.category i, .selector-panel a.btn.music i.left {
    color: #568EEB;
}
.poster.sport a.btn.category i, .selector-panel a.btn.sport i.left {
    color: #9A48C7;
}
.poster.theatre a.btn.category i, .selector-panel a.btn.theatre i.left {
    color: #97663B;
}
.poster.others a.btn.category i, .selector-panel a.btn.others i.left {
    color: #9D9D9F;
}

/*--- Bottom Tap bar ---*/
footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 96px;
    padding: 8px 0 16px 0;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */
    background: rgb(255, 255, 255, 1);
    text-align: center;
    z-index: 200;
}

.footer {
    position: fixed;
    bottom: 0px;
    height: 96px;
    width: 100%;
    background: #ffffff;
    z-index: 100;
}

footer div {
    display: inline-block;
    width: 31%;
    position: relative;
}

.btn:hover {
    background-color: inherit;
    box-shadow: none;
}

.btn{
    border-radius: 4px;
    width: 100%;
    height: 44px;
    line-height: 42px;
    text-transform: none;
    font-size: 1.6rem;
    background-color: transparent;
    box-shadow: none;
    border: #E3E7E9 solid 1px;
    color: #3A3A3A;
    padding: 0;
}

.btn.active{
    background-color: #3A3A3A;
    border: rgb(255, 255, 255, 0.9)  solid 1px;
    font-size: 1.4rem;
    transition: all 0.3s;
    color: rgb(255, 255, 255, 0.9); 
}

.btn.square{
    border-color: transparent;
    padding: 0;
    width: 44px;
    /* z-index: 10000; */
}

.btn.square i {
    font-size: 2.4rem;
}

.btn.square.active i {
    /* font-size: 1.8rem; */
    color: rgb(255, 255, 255, 1);
}

.poster-counter {
    font-weight: 100;
    font-size: 1.1rem;
    position: relative;
    top: -1px;
}


.poster-number, .delete-number, .favorite-number, .filter-number {
    background: rgb(255, 255, 255, 1);
    border-radius: 10px;
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    text-align: center;
}

.btn.nav.active + .poster-number, .btn.nav.active + .delete-number, .btn.nav.active + .favorite-number {
    background: #ececec;
    background: #3A3A3A;
    background: red;
    color: #ffffff;
    /* box-shadow: 0 1px 2px 0 rgb(0 0 0 / 21%), 0 0px 1px -2px rgb(0 0 0 / 18%), 0 1px 4px 0 rgb(0 0 0 / 30%); */
    box-shadow: 0px 0px 0px 1px #3A3A3A;
    box-shadow: 0px 0px 0px 2px #ffffff;
    transition: all 0.3s;
}



.poster-number {
    left: calc(50% + 44px);
    top: 14px;
}

.delete-number, .favorite-number {
    left: calc(50% + 14px);
    top: 18px;
}

.filter-number {
    background-color: #3A3A3A;
    color: #ffffff;
    border: solid 4px #ffffff;
    height: 24px;
    min-width: 24px;
    border-radius: 13px;
    line-height: 16px;
    text-align: center;
    right: -3px;
    top: 20px;
    background-color: transparent;
    border: none;
}

.menu .bookmark {
    top: 16px;
    right: -4px;
    position: absolute;
    font-size: 26px;
    background: #ffffff;
}


.label {
    top: 4px;
    left: 0;
    display: block;
    position: relative;
    font-size: 12px;
    text-align: center;
    font-weight: 100;
    opacity:0;
    transition: all 0.3s;
    margin: 0 -100%;
}

.label.active{
    opacity:1;
    transition: all 0.3s;
}

/* .label.label-posters.active{
    opacity:1 !important;
    margin: 0 -100%;
} */
/* #posters {
    background-color: red;
}
#delete {
    background-color: yellow;
}
#favorites {
    background-color: green;
} */

/* Form elements */

.selector-panel.add-event header div.periode {
    width: 50%;
}

.field {
    height: 80px;
    position: relative;
    /* background-color: #77CB73;
    border: #F6342A 1px solid; */
    text-align: left;
    max-width: 768px;
    margin: 16px auto;
    
}

.field>label {
    color: rgb(255, 255, 255, 0.9);
    position: relative;
    top: 0;
    left: 0;
    float: left;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
}

input, input[type=text]:not(.browser-default), .field select {
    float: left;
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 44px;
    line-height: 42px;
    text-transform: none;
    /* font-size: 1.6rem; */
    box-shadow: none;
    border: #E3E7E9 solid 1px;
    color: rgb(255, 255, 255, 0.9);
    font-size: 1.3rem;
    text-align: left;
    padding: 0 24px 0 24px;
    max-width: 768px;
    margin: 8px auto;
    font-weight: 400;
    background-color: rgb(255,255,255,0.05);
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

input:focus, input[type=text]:not(.browser-default):focus, .field select:focus {
    color: #3A3A3A;
    background-color: rgb(255, 255, 255, 0.9);
    border: none !important;
    box-shadow: none !important;
}

.ra-select {
    /* Replace Default styling (arrow) */
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 96 960 960" width="24"><path fill="rgba(255,255, 255, 0.9)" d="M480 697.537 253.847 471.385l35.794-35.794L480 626.36l190.359-190.359 35.794 35.794L480 697.537Z"/></svg>');
    background-repeat: no-repeat;
    background-position-y: 52%;
    background-position-x: 98%;
    background-blend-mode: color;
 }
 
 .ra-select:focus {
    outline: none;
    background-image: none;
 }
 
 .ra-select option {
    background-color: #fff;
 }

 ::placeholder {
    color: rgb(255, 255, 255, 0.9);
    opacity: 1; /* Firefox */
  }

input:focus::placeholder, input[type=text]:not(.browser-default):focus::placeholder, .field select:focus::placeholder {
    opacity: 0;
}

input[type=file] {
    line-height: 20px;
    padding-top: 8px;
    padding-left: 8px;
}


































