/* Hauptinhalt */

div.medien {
    box-shadow: none !important;
    background-color: inherit !important;
    position: relative;
}

div.main {
    margin: 50px 0 50px 0 !important; 
}

div.info {
    position: relative;
    width: 100%;
}
div.info h1 {
    background-color: rgba(255, 166, 46, 0.8);
    text-align: center;
    margin-bottom: 0;
}

/* Navigation */

@media screen and (max-width: 750px) {   
    div.topnav {margin-top: 0px;}
    .topnav a:not(:nth-child(2)) {display: none;}
    .topnav :nth-child(2) {float: left; display: block}
    .topnav a.icon {
        float: right;
        display: block !important;
    }
    .topnav.responsive {position: sticky;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
} 

section {
    position: relative;
}

.gallery-wrapper iframe {
    width: 100%;
    height: 80vh;
    border: none;
}

.gallery-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 8px;
}

a.download-btn{
    font-size: auto;
}

button.fullscreen-btn,
button.download-btn, button.form-btn{
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
