*{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}


@font-face {
    font-family: "Brutforce";
    src: url(ArialBrutforceMonospaced-Black.otf) format("OpenType");
}

body{
    margin: 8px;
}

svg{
    height: calc(100vh - 16px);
    animation: 2s shrink-in 2s ease forwards;
}

.header{
    width: 96vw;
    height: 96vh;
    top: 2vh;
    left: 2vw;
    box-sizing: border-box;
}
.thicc{
    font-weight: bold;
}

img{
    max-width:148mm;
    max-height:148mm;
}

a:hover{
    text-decoration: none;
}

a:visited{
    color: blue;
}

.vauacht{
    font-size: 70vh;
}

.times{
    margin-top: 16px;
}

.presse{
    font-family: 'Times New Roman', Times, serif;
}

#header-img{
    height:50vh;

}

#aktuellrechts{
    margin-left: 60px;
}

.aktuell{
    display: flex;
}

@media only screen and (max-width: 600px) {
    img {
        width: 80vw;
    }
}

.exhibition-img-small{
    max-width: 200px;
    max-height: 200px;
    width: unset;
}

.exhibition-grid{
    display: flex;
    flex-wrap: wrap;
}

.exhibition-item{
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    max-width: 200px;
    display: inline-block;
}

.grid-text{
    margin-top: 5px;
    width: 0%;
    min-width: 100%;
    cursor: pointer;
}

.grid-img-wrapper{
    display: inline-flex;
    height: 200px;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
}

.grid-title{

}

.list-image{
    margin-bottom: 1rem;
}

.detail-image{
    max-height: unset;
    width: 100%;
}

.artist-name:hover{
    cursor: pointer;
    text-decoration: underline;
}

@keyframes shrink-in {
    from{
        height: calc(100vh - 16px);
    }
    to{
        height: 50px;
    }
}


@keyframes make-appear {
    from{
        display: none;
    }
    to{
        display: block;
    }
}
