:root {
    --linkcolor: #4677a9;
}

html,
body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0px;
    position: fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: rgb(28, 28, 28);
}

h1 {
    color: rgb(94, 94, 94);
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

h2 {
    color: rgb(0, 0, 0);
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
}

h3 {
    color: rgb(48, 48, 48);
    /* font-weight: 400; */
    line-height: normal;
    margin: 8px;

}

a {
    text-decoration: none;
    color: #2771bb;

}

button {
    padding: 0px;
    border: 0px;
    margin: 0px;
    outline: 0px;
    background-color: transparent;
}

button:focus {
    outline: 0px;
}

.video video {
    width: 290px;
}

.audio audio {
    width: 300px;
    height: 100px;
}

.leaflet-tooltip-pane {
    z-index: 853;
}

.leaflet-tooltip {
    padding: 0px 5px;
}

input[type="text"] {
    outline: currentcolor;
    border-radius: 16px;
    border: 1px solid rgb(204, 204, 204);
    padding: 8px;
    height: 8px;
    margin-right: 12px;
    margin-left: 9px;
}

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

.buttonimage {
    height: 35px;
    width: 35px;
}

.smallbuttonimage {
    height: 35px;
    width: 35px;
    vertical-align: middle;
}

#mapcontainer {
    width: 100%;
    height: 100%;
}

#mapid {
    height: 100%;
    padding: 5px;
}

#menucontrol {
    position: absolute;
    top: 10px;
    left: 55px;
    width: 35px;
    height: 35px;
    z-index: 999;
}

#homebut {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    z-index: 999;
}

#homebut img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#menucontrol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#menu {
    position: absolute;
    overflow: hidden auto;
    width: 255px;
    height: 100%;
    left: 10px;
    top: 60px;
    z-index: 998;
    background-color: rgb(236, 234, 234);
    border-radius: 7px;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: rgb(236, 234, 234);
    box-shadow: rgb(142, 141, 141) 5px 5px 8px;
}

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

.animate-show-hide {
    position: absolute;
    left: 0px;
}

.animate-show-hide.ng-hide {
    left: -300px;
}

.tooltiptext {
    left: -300px;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: 0.3s linear;
}

.animate-show-hide2 {
    transform: translate(0px);
}

.animate-show-hide2.ng-hide {
    transform: translate(300px);
}

.animate-show-hide2.ng-hide-add,
.animate-show-hide2.ng-hide-remove {
    transition: 0.3s linear;
}

.nodata {
    padding: 8px;
    color: rgb(244, 6, 82);
    font-weight: 500;
}

#menu .buttonimage {
    height: 25px;
    width: 25px;
    margin-right: 8px;
}

#backlink .buttonimage {
    height: 25px;
    width: 25px;
}

.text {
    padding-left: 9px;
    padding-right: 9px;

}

.menutext {
    width: 220px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    font-weight: 500;
    color: rgb(28, 28, 28);
}

.selectionrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 9px;
}

.selected {
    padding-left: 8px;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px;
}

.menurow {
    background-color: white;
    min-height: 22px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(223, 223, 223);
    padding: 8px 6px 8px 6px;
    width: 251px;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}

.item :hover {
    background-color: rgb(223, 223, 223);
    cursor: pointer;
}

.item :active {
    cursor: pointer;
}

.item ::selection {
    cursor: pointer;
}

.separator {
    background-color: rgba(255, 255, 255, 0);
    height: 8px;
    pointer-events: none;
}

#info {
    position: absolute;
    width: 330px;
    height: 600px;
    right: 37px;
    top: 40px;
    box-shadow: rgb(142, 141, 141) 5px 5px 8px;
    background-color: rgb(235, 235, 235);
    border-radius: 7px;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    z-index: 997;
}

#infodragheader {
    display: flex;
    justify-content: flex-start;
    position: relative;
    background-color: rgb(255, 255, 255);
    height: 35px;
}

.itemcenter {
    flex: 0 1 auto;
    width: 150px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.itemright {
    flex: 0 1 auto;
    width: 100px;
    height: 100px;
    margin-left: auto;
}

.dragbut {
    width: 35px;
    flex: 0 1 auto;
    margin-left: auto;
    padding-right: 8px;
}

.dragimg {
    width: 70px;
    height: 4px;
    flex: 0 1 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#infoheader {
    background-image: linear-gradient(0deg, rgb(235, 235, 235), rgb(255, 255, 255));
    border: 1px solid rgb(255, 255, 255);
}

.themehead {
    background-color: rgb(255, 255, 255);
}

.icons {
    display: flex;
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.twocols {
    display: flex;
    padding-top: 4px;
}

.leftcol {
    padding: 8px;
    flex-basis: 33.33%;
}

.rightcol {
    flex: 1 1 0%;
    padding: 8px 8px 8px 0px;
    line-height: 1.22;
    font-size: 1.09em;

}

.titleimage {
    width: 100%;
    height: 140px;
    border-radius: 7px;
    object-fit: cover;
}

.squareimage {
    height: 130px;
    border-radius: 7px;
}

.titlerow {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 28px;
    background-color: rgb(235, 235, 235);
    margin: 0px;
    padding: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(223, 223, 223);
}

.titlesmall {
    font-weight: 500;
}

.time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: rgb(255, 255, 255);
}

.infotext {
    padding: 5px 8px;
    background-color: rgb(255, 255, 255);
    line-height: 1.22;
    font-size: 1.09em;

}

.nametitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: space-between;
    font-size: 1.4em;
}

.small {
    width: 14px;

}

.refitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(255, 255, 255);
    min-height: 38px;
    margin: 0px;
    padding: 2px 9px 2px 5px;
    border: 1px solid rgb(235, 235, 235);
    cursor: pointer;
    font-size: 1.09em;
    -webkit-user-select: none;
}

.refitem img:last-child {
    margin-left: auto;
}

.inlineimage {
    width: 100%;
    padding-top: 8px;
}

.typeicon {
    width: 35px;
    height: 35px;
    padding-left: 8px;
}

#infobody {
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    background-color: rgb(235, 235, 235);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(200, 200, 200);
    height: calc(-248px + 100vh);
}

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

#maindiv {
    margin: 0px;
}

#mainlogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    width: 60%;
    height: 60%;
    max-width: 140px;
    object-fit: contain;
}

#warning {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 70px;
    margin-top: -45px;
    margin-left: -100px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 9px 9px;
    background-color: rgb(255, 221, 191);
    z-index: 1000;
    font-weight: 500;
    border-radius: 7px;
    box-shadow: rgb(143, 143, 143) 0px 0px 42px 0px;
    line-height: 18px;
}

#locationbutton {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 35px;
    height: 35px;
    margin-right: -8px;
}

#locationbutton img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#panolenscontainer {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: black;
    height: 100%;
    width: 100%;
    z-index: 1000;
    visibility: hidden;
}

#backlink {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}

.credit {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    color: rgb(255, 255, 255);
}

#closeButton {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 2000;
    background-image: url("../images/IconClose.png");
}

.introitem {
    height: 40px;
    text-align: center;
}

.restriction {
    color: var(--linkcolor);
    padding: 12px 8px;
    font-weight: 500;
    cursor: pointer;

}

.restrictionitem {
    color: var(--linkcolor);
    margin-left: 20px;
    height: 25px;
    padding-left: 8px;
    padding-right: 8px;
}

.selectedrestrictionitem {
    margin-left: 20px;
}

.selecteditem {
    background-color: gray;
}

.logo {
    max-height: 60px;
    max-width: 120px;
    align-self: center;
}

.logospace {
    flex-basis: 125px;
    display: flex;
}

.sponsorlist {
    display: inline-block;
}

#sponsortext {
    margin-top: 9px;
    margin-bottom: 3px;
    font-size: 10px;
}

#sponsors {
    background-color: white;
    padding-top: 3px;
    height: 150px;
}

#screencover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 800;
    display: none;
}

.sponsorlogo {
    margin-top: 9px;
    width: 200px;
}

.menuicon {
    width: 24px;
    vertical-align: middle;
    margin-right: 6px;
}

.my-custom-icon-selected {
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(167, 34, 113);
    font-size: 14px;
    display: flex;
    place-content: center;
    flex-direction: column;
    width: 30px !important;
    height: 30px !important;
}

.my-custom-icon {
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(123, 66, 42);
    font-size: 14px;
    display: flex;
    place-content: center;
    flex-direction: column;
    width: 30px !important;
    height: 30px !important;
}

.location-icon {
    border-radius: 50%;
    background-color: rgb(73, 101, 135);
    width: 18px !important;
    height: 18px !important;
}

.gps_ring {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    height: 18px;
    width: 18px;
    animation: 2s infinite pulsate;
}

@keyframes pulsate {
    0% {
        transform: scale(0.4, 0.4);
        opacity: 1;
    }

    25% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    75% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(0.4, 0.4);
        opacity: 1;
    }
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: transparent;
    color: rgb(221, 221, 221);
    text-align: left;
    font-size: 11px;
    padding: 5px 0px;
    border-radius: 6px;
    position: absolute;
    top: 1px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.wiss {
    color: gray;
    font-style: italic;
}

.dropbtn {
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, rgb(204, 204, 204), rgb(204, 204, 204));
    background-position: calc(100% - 15px) calc(1em - 2px), calc(100% - 10px) calc(1em - 2px), calc(100% + 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    width: 207px;
    text-align: left;
    border-radius: 3px;
    border: 1px solid rgb(190, 190, 190);
    padding: 2px 9px;
    height: 25px;
    font-weight: 500;
    color: rgb(28, 28, 28);
    background-color: white;
}

.dropdownrestrictionitem {
    color: var(--linkcolor);
    margin-left: 20px;
    padding-bottom: 7px;
    padding-top: 3px;
    padding-right: 8px;
    cursor: pointer;

}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: 18px;
    background-color: white;
    width: 190px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
    z-index: 10000;
}

.dropdown-content a {
    color: rgb(28, 28, 28);
    font-size: 13px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: rgb(241, 241, 241);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown {}

@media screen and (max-width: 737px) {
    #info {
        position: absolute;
        width: 300px;
        height: 600px;
        top: 40px;
        box-shadow: rgb(142, 141, 141) 5px 5px 8px;
        background-color: rgb(235, 235, 235);
        border-radius: 7px;
        border-top-width: 7px;
        border-top-style: solid;
        border-top-color: rgb(255, 255, 255);
        z-index: 997;
    }

    #infodragheader {
        display: flex;
        justify-content: flex-start;
        position: relative;
        background-color: rgb(255, 255, 255);
        height: 35px;
    }
}

@media screen and (min-width: 737px) {

    body {
    font-size: 0.9em;
}
}