

* {
    /*font-family: sans-serif;*/
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

body {
    background-color: white;
    color: black;
    position: relative;

    /* verhindern, dass die Seite im Safari-Mobil-Browser (iOS) durch das "Pull-to-Refresh"-Verhalten neu geladen wird */
    overscroll-behavior-y: contain;
    height: 100vh;
    overflow-y: auto;
}

.ay-topbar {
    z-index: 8888;
    position: fixed;
    top: 3px;
    left: 3px;
}
.ay-topbar div {
    display: inline-block;
    margin-right: 5px;
}

.ay-menu {
/*    position: absolute;
    top:3px;
    left: 3px;*/
    border-radius: 50%;
    background-color: rgba(255,255,255,0.9);
    text-align:center;
    color:black;
    width:30px;
    height:30px;
    line-height: 33px;
    cursor: pointer;
}

.ay-year {
    /*position: absolute;
    top:3px;
    left: 45px;*/
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
    padding:3px 7px;
    text-align:center;
    color:black;
    cursor: pointer;
}


.ay-jump-down {
    /*position: absolute;
    top:3px;
    left: 160px;*/
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
    padding:3px 7px;
    text-align:center;
    color:black;
    cursor: pointer;
}
.ay-jump-up {
    /*
    position: absolute;
    top:3px;
    left: 120px;*/
    border-radius: 5px;
    background-color: rgba(255,255,255,0.9);
    padding:3px 7px;
    text-align:center;
    color:black;
    cursor: pointer;
}

.ay-sidebar {
    background-color: white;
    color: black;
    position: absolute;
    top:0;
    bottom: 0;
    overflow: auto;
    width: 70vw;
    height: 100vh;
    left: -70vw;
    transition: all 0.3s ease;
    z-index: 8899;
}

.ay-sidebar.open {
    left: 0;
}
.ay-close-sidebar {
    cursor: pointer;
}

.ay-sidebar a {
    text-decoration: none;
    color: black;
}



.ay-yearbar {
    background-color: white;
    color: black;
    position: absolute;
    top:0;
    bottom: 0;
    overflow: auto;
    width: 70vw;
    height: 100vh;
    left: -70vw;
    transition: all 0.3s ease;
    z-index: 8899;
}

.ay-yearbar.open {
    left: 0;
}
.ay-close-yearbar {
    cursor: pointer;
}





.ay-month-title {
    padding:5px 10px;
    color: white;
}

.ay-topbar div.ay-toggle-map-coord {
    color: black;
    display: inline-block;
    cursor: pointer;
}
.ay-topbar div.ay-toggle-map-coord a {
    color: black;
}
.ay-topbar div.ay-toggle-map-radius {
    display: none;
}
.ay-map {
    display: none;
    position: absolute;
    top: 40px;
    left:0;
    right:0;
    height: calc(100vh - 40px);
    overflow:hidden;
    z-index: 1;
}
.mapimg {
    height: 300px;
    max-width: 80vw;
    max-height: 80vh;
}
.leaflet-popup-content {
    width: auto !important;
}

.ay-pics {
    position: absolute;
    top: 40px;
    left:0;
    right:0;
    height: calc(100vh - 40px);
    overflow:auto;
    z-index: 1;
}

.ay-day-title {
    padding: 0 0 5px 10px;
    text-align: left;
}


.ay-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ay-detail-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0, 1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}



.ay-detail-image, .ay-detail-image2 {
    width: 100vw;
    height: calc(100vh - 100px);
    top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fa-info-circle.ay-info {
    color: white;
}
.ay-detailinfo-close, .ay-detail-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 50%;
}

.ay-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    cursor: pointer;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

.ay-prev-arrow {
    left: 0;
}

.ay-next-arrow {
    right: 0;
}

.ay-nav-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.ay-detail-actions {
    color: white;
    position: fixed;
    left: 10px;
    top:10px;
    z-index: 1001;
}
.ay-detail-actions  a {
    color: white;
}

.ay-detail-actions i {
    font-size:2.2em;
    margin-right: 15px;
}

.ay-detail-likes {
    position: fixed;
    right: 10px;
    bottom:10px;
}

.ay-detail-likes i {
    font-size:2.2em;
    margin-left: 15px;
}

.ay-day-block {
    padding-top: 30px;
}

.ay-detail-geo {
    position:fixed;
    bottom: 2px;
    left: 0px;
    right: 130px;
    text-align:left;

}
.ay-detail-geo2 {
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.9em;
}

.ay-detail-geo3 {
    color: white;
    display: inline-block;
    font-size: 0.9em;
    padding: 5px 10px;
}

i.ay-like {
    color: white;
}
i.ay-like-active {
    color: rgb(128, 0, 50);

}

.detailinfo {
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    z-index: 9999;
    border: solid 1px gray;
    /*border-radius: 20px;*/
    overflow: auto;
}