
@keyframes hop {
    0% { margin: 0px 0px 6px; }
    50% { margin: 0px 0px 9px; }
    100% { margin: 0px 0px 6px; }
}


#map figcaption {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    padding: 3px 9px;
    border-radius: 6px;
    margin: 0px 0px 6px;
    transition: all 0.6s ease 0s;
    animation: 0.6s ease 0s infinite normal none running hop;
}

.town {
    color: rgb(255, 255, 255);
}

* {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0px;
}

figcaption {
    display: block;
}

body {
    width: 100%;
    height: 100vh;
    font-size: 0px;
    background-color: rgb(0, 0, 0);
    color: rgb(145, 170, 120);
    overflow: hidden;
}

a {
    color: rgb(255, 204, 0);
    text-decoration: none;
}

#map figcaption::after {
    content: " ";
    display: inline-block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7.5px;
    border-style: solid;
    border-width: 9px 7.5px 0px;
    border-color: rgba(0, 0, 0, 0.75) transparent transparent;
}

.links {
    display: inline-block;
    float: right;
}

@media (min-width: 960px) header .links {
    width: 30%;
    text-align: right;
    padding: 6px 0px;
}

.links a {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 6px;
}

@media (min-width: 960px)
header .links {
    width: 30%;
    text-align: right;
    padding: 6px 0px;
}

@media (min-width: 960px) header form {
    text-align: left;
    width: 30%;
    padding: 6px 6px 0px;
}

header form {
    float: left;
    position: relative;
    /*padding: 12px;*/
}

form {
    display: block;
    /*margin-top: 0em;*/
}

header {
    min-height: 60px;
    text-align: center;
    padding: 3px;
}


.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 0.075s;
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: rgb(145, 170, 120);
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    border-radius: 3px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s ease-in 0.075s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0px;
    transform: rotate(-45deg);
    transition: top 0.075s ease-out 0.1s, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s ease-in 0.075s, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0px;
    transform: rotate(45deg);
    transition: bottom 0.075s ease-out 0.1s, transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    padding: 12px;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    overflow: visible;
}


.menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: rgb(17, 20, 9);
    z-index: -1;
    width: 100%;
    max-width: 210px;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.menu li {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.69rem;
    color: rgb(145, 170, 120);
    padding: 6px 12px;
    overflow: hidden;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(46, 49, 30) rgb(46, 49, 30) rgb(46, 49, 30);
    border-image: initial;
    border-top: 0px none;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.menu li a {
    display: block;
    color: inherit;
}

.menu li:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(254, 243, 184);
    cursor: pointer;
}

.is-active + .menu {
    opacity: 1;
    z-index: 999;
}

input#place {
    background: url(search.svg) 96% 50% / 18px no-repeat;
}

header form a {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 6px 0px 0px;
    text-decoration: none;
}

.list {
    position: absolute;
    top: 100%;
    left: 54px;
    background-color: rgb(17, 20, 9);
    z-index: 999;
    width: 100%;
    max-width: 210px;
    max-height: 39vh;
    overflow: hidden auto;
}

.list li.hide {
    display: none;
}

.list li {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.69rem;
    color: rgb(145, 170, 120);
    padding: 6px;
    overflow: hidden;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(46, 49, 30) rgb(46, 49, 30) rgb(46, 49, 30);
    border-image: initial;
    border-top: 0px none;
}

.list li:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(254, 243, 184);
    cursor: pointer;
}

.town {
    color: rgb(255, 255, 255);
}

.island {
    color: rgb(255, 193, 101) !important;
}

.lake, .sea {
    color: rgb(0, 255, 255) !important;
}

.mountain {
    color: rgb(182, 104, 38) !important;
}

.dragscroll {
    cursor: -webkit-grab;
}

main {
    width: 100%;
    height: calc(100vh - 60px);
    position: relative;
    user-select: none;
    overflow: hidden;
}

/*figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}*/

#map {
    width: 5434px;
    height: 7533px;
    position: relative;
    z-index: 666;
    background: url(aventuria_small.jpg) 0px 0px / cover no-repeat;
}

#map figure {
    position: absolute;
    min-width: 18px;
    min-height: 18px;
    opacity: 0;
    background: url(radar.gif) 50% 50% no-repeat;
}

#map figure.active, #map figure:hover, .admin #map figure {
    opacity: 1;
}

#map figure:hover figcaption, #map .active figcaption {
    opacity: 1;
}

img[Attributstil] {
    /*width: 5434px;*/
    aspect-ratio: auto 5434 / 7533;
    /*height: 7533px;*/
}


img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

#map > img {
    width: 100%;
    height: auto;
}

html {
    min-height: 100vh;
    font-size: 18px;
    overflow: hidden;
}

input, select, textarea {
    color: rgb(145, 170, 120);
    background-color: rgb(17, 20, 9);
    vertical-align: middle;
    width: 210px;
    max-height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(46, 49, 30);
    border-image: initial;
    padding: 6px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

aside {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: -1;
}

aside article {
    color: rgb(145, 170, 120);
    font-size: 0.75rem;
    background-color: rgba(52, 67, 37, 0.6);
    max-height: calc(100vh - 120px);
    overflow: auto;
}

aside section {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(52, 67, 37, 0.6);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 450px;
    padding: 24px;
}

aside h5 {
    font-size: 0.99rem;
    background-color: rgba(52, 67, 37, 0.6);
    padding: 15px;
    margin: 0px 0px 15px;
}

.gold, h2, h3, h4, h5, h6, b {
    color: rgb(255, 204, 0);
}

aside p, aside dd {
    clear: both;
    padding: 0px 15px 15px;
}

aside article + b {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 4.5px;
    cursor: pointer;
    line-height: 0;
    font-size: 1.5rem;
    color: rgb(145, 170, 120);
    transform: rotate(-45deg);
}

.has-popup aside {
    z-index: 1500;
}

.has-popup #map::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    filter: blur(3px);
    background: inherit;
}