/*
 Theme Name:   Twenty Twenty One Child
 Description:  Weggehen und Wiederkommen
 Author:       Kabaltic
 Author URI:   httpw://www.weggehen-und-wiederkommen.de
 Template:     twentytwentyone
 Version:      1.0
 Text Domain:  twentytwentyone-child
*/



#map {
    height: 400px;
    width: 100%;
}

.archivemap {
    height: 600px;
    width: 100%;
}

.locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.locations article {
    width: 32%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    border: solid 1px rgba(0,0,0,0.1);
}

.locations article.haspost {
    background: rgba(255,255,255,0.3);
}