/* alma.css */

@charset "UTF-8";
body {
    font-family: 'Comic Neue';
    font-weight: 300;
    font-style: normal;
    font-size: 20pt;
    background-color: #fffffd;
    background-image: url(pix/alma-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
    margin: 0pt;
}
ul.videoliste {
    list-style: none;
}
.content {
    max-width: 750px;
    margin: 0 auto;
}
.footer {
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}
p {
    padding-top: 6pt;
    padding-bottom: 6pt;
}
.soundcloud {
    padding-bottom: 6pt;
}
img {
    padding-left: 0px;
    padding-right: 0px;
}
h1, h2, h3 {
    color: #002e9a;
}
.leftalign {
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
}
.rightalign {
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
}
a:link {
    color: #bb2749;
    text-decoration: none
}
a:visited {
    color: #bb2749;
    text-decoration: none
}
.nav-wrapper {
    max-width: 820px;
    margin: 0 auto;
}
.nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: minmax(110px, auto);
    gap: 20px;
}
.navitem {
    background-image: url('alma_hut_nav.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 14pt;
}
.navitem:not(.active) {
    font-weight: bold;
}
details.projekte > summary {
    font-size: larger;
    font-weight: bold;
    color: #002e9a;;
}
details.projekte > summary::before {
    content: url('alma_hut_klein.png');
}
details.projekte > div {
    text-align: left;
    padding: 10px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.5);
}
details.projekte > div > dl > dt {
    font-weight: bold;
}