#map {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#title {
    position: fixed;
    top: 0.5vw;
    right: 0.5vw;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.1vw;
    border: 0.05vw solid #703841ff;
    max-height: 2.1vw;
    margin: 0.15em;
    padding: 0.1vw;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: default;
}

#title_text {
    position: relative;
    font-family: "Calibri";
    font-size: 1.2vw;
    font-weight: bold;
    color: rgb(50, 50, 50);
    letter-spacing: 0.015em;
}

#logo {
    position: fixed;
    bottom: 1.55vw;
    right: 0.2vw;
    z-index: 10;
    max-width: 20%;
    width: auto;
    height: 2.5vw;
    filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.5));
}

#logo_expanded {
    position: fixed;
    display: none;
    height: 3em;
    width: auto;
    max-width: 20%;
    bottom: 1.8em;
    right: 0.2vw;
    z-index: 10;
}

#info {
    position: fixed;
    bottom: 1.55vw;
    right: 3.5vw;
    z-index: 10;
    max-width: 20%;
    width: auto;
    height: 2.2vw;
    cursor: pointer;
    filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.5));
}

#firstVisitOuter {
    height: auto;
    max-height: 50%;
    width: auto;
    max-width: 45%;
    overflow: auto;
    position: absolute;
    margin-top: 15%;
    margin-left: 27%;
    vertical-align: middle;
    z-index: 20;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.1vw;
    border: 0.05vw solid #703841ff;
    display: none;
}

#firstVisitInner {
    height: auto;
    padding: 1vw;
    padding-top: 0.65vw;
    position: relative;
    text-align: justify;
    hyphens: auto;
}

.header {
    font-family: "Calibri";
    font-size: 0.86vw;
    font-weight: bold;
    color: #703841ff;
    letter-spacing: 0.015em;
    text-align: left;
    cursor: pointer;
}

.content {
    display: none;
    text-align: left;
    color: rgb(50, 50, 50);
    font-family: "Calibri";
    font-size: 0.86vw;
    letter-spacing: 0.015em;
}

button.close {
    font-size: 1.2vw;
}

.close {
    margin: 0.2vw;
    margin-right: 0.5vw;
    position: absolute;
    top: 0;
    right: 0;
}

p {
    position: relative;
    font-family: "Calibri";
    font-size: 0.86vw;
    color: rgb(50, 50, 50);
    letter-spacing: 0.015em;
    text-align: left;
}

#text2 {
    position: relative;
    font-family: "Calibri";
    font-size: 1vw;
    font-weight: bold;
    color: #703841ff;
    letter-spacing: 0.015em;
    text-align: left;
}

#text3 {
    position: relative;
    font-family: "Calibri";
    font-size: 0.86vw;
    font-weight: bold;
    color: #703841ff;
    letter-spacing: 0.015em;
    text-align: left;
}

#text4 {
    text-align: left;
    color: rgb(50, 50, 50);
    font-family: "Calibri";
    font-size: 0.86vw;
    letter-spacing: 0.015em;
}

.popover-body:lang(de) {
    border-radius: 0.1vw;
    background: rgba(255, 255, 255);
    text-align: justify;
    hyphens: auto;
}

.ol-control {
    background-color: rgba(255, 255, 255, 0);
}

.ol-control:hover{
    background: rgba(230, 230, 230, 0);
}

.ol-control button{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.1vw;
    border: 0.05vw solid #703841ff;
    color: #703841ff;
    padding-bottom: 0.19em;
    padding-left: 0.03em;
    font-size: 0.95vw;
}

.ol-control button:hover{
    background: rgba(230, 230, 230, 0.9);
}

.ol-control button:focus{
    background: rgba(230, 230, 230, 0.9);
}

.ol-scale-line {
    bottom: 0.4vw;
    left: 0.5vw;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.1vw;
    border: 0.05vw solid #703841ff;
}

.ol-scale-line-inner {
    font-weight: bold;
    font-size: 0.55vw;
    color: #703841ff;
    border: 1px solid #703841ff;
    border-top: none;
}

.ol-zoom {
    top: 0.5vw;
    left: 0.5vw;
}

.ol-attribution.ol-control.ol-unselectable.ol-uncollapsible {
    background: rgba(255, 255, 255, 0.9);
}

.ol-attribution.ol-uncollapsible {
    bottom: -0.1vw;
    right: -0.1vw;
    border-radius: 0.15vw;
    border: 0.05vw solid #703841ff;
    padding-bottom: 0.3vw;
    padding-top: 0.27vw;
    line-height: 0;
    height: 1.45vw;
}

.ol-attribution ul {
    font-size: 0.55vw;
    font-family: "Calibri";
    letter-spacing: 0.015em;
    color: rgb(50, 50, 50);
    text-shadow: 0 0 2px #fff;
}

ol-attribution button, .ol-attribution ul {
    display: flex;
}

#legend_img {
    height: 1.05vw;
    width: auto;
}

#info_logo {
    width: 1.1vw;
    height: 1.1vw;
    margin-bottom: 0.1vw;
}

/*.ol-geocoder .gcd-gl-btn {
    background-image: url("logo_dateien\lupe.png")
}*/