body {
    background-color: beige;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

details[open] {
    background-color: beige;
    border-radius: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: fit-content;
    max-width: 90%;
}

details[open] .imgOpen {
    display: inline;
}

details[open] .imgClosed {
    display: none;
}

h1 {
    font-size: 1.7em;
    margin: auto;
    margin-bottom: auto;
    width: fit-content;
    margin-bottom: 1em;
}

iframe {
    border-radius: 15px;
    margin-top: 10px;
}

p {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

summary:hover {
    cursor: pointer;
    width: 160px;
}

summary::marker {
    content: '';
}

.imgOpen {
    display: none;
    width: 20px;
    height: 20px;
}

.imgClosed {
    display: inline;
    width: 20px;
    height: 20px;
}

summary {
    background-color: #ff0000ab;
    border-radius: 5px;
    width: 160px;
    text-align: center;
    margin-top: 1vh;
    height: 3vh;
    display: flex;
    align-items: center;
    /* vertical centering */
    gap: 10px;
    padding-left: 10px;
}

#calendarContainer {
    width: fit-content;
}

#calendarText {
    background-color: rgba(245,245,220,0.55);
    border-radius: 15px;
    padding-bottom: 6px;
    padding-top: 4px;
}

#cookiePolicy {
    /* font-size: x-small; */
    text-align: right;
    /* color: #504f4f; */
}

#design {
    text-align: left;
}


#footer {
    color: #504f4f;
    font-size: xx-small;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

#getCalendar {
    margin-right: 10px;
}

#imageEntrance {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#instructorDiv {
    display: flex;
    gap: 3vw;
    justify-content: space-around;
}

#mapContainer {
    /* background-image: url('images/map.png');
     background-repeat: no-repeat; */
    position: relative;
    text-align: center;
    background-color: white;
    display: inline-block;
}

#mapLink {
    position: absolute;
    bottom: 30px;
    right: 0px;
    background-color: white;
}

#pageContainer {
    background-image: url('images/kasper.png');
    padding: 1vh;
    background-repeat: no-repeat;
    border-radius: 15px;
}

#resultsDetails {
    padding-left: 15px;
    overflow: scroll;
    width: 74vw;
    margin-left: 3vw;
}

#resultsDetails[open] {
    background: rgb(236, 230, 185);
    height: 300px;
}

#resultsSummary {
    width: 240px;
    background-color: #0040ffab;
}

@media screen and (min-width: 600px) {
    #footer, #pageContainer {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}