.ajax-progress--spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0, 0.5); */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: baseline;
}

.ajax-progress--spinner .spinner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.section-map .file-download-pdf {
    position: absolute;
    bottom: 0;
}

.field--name-field-terkep {
    height: 80vh;
}

#landscapeMap svg {
    height: 100%;
    width: auto;
}