* {
    margin: 0;
    padding: 0;
}

/* ALLGEMEIN */
a {
    text-decoration: none;
    color: white;
}

.bild.hinweis a {
    color: #95afc0;
}

.blau {
    color:#130f40;
}

body {
    font-family: 'Merienda', 'cursive';
    font-size: 100%;
    width: 100%;
    height: 100%;
    background-color: #dff4f6;
}

body header {
    background-color: #130f40;
    height: 50px;
    color: white;
    font-weight: bold;
    position: fixed;
    width: 100%;
    padding: 1em;
}

h1 {
    margin-bottom: 0.5em;
    font-family: 'Reggae One', 'cursive';
}

h2, h3 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

body header .titel {
    font-size: 1.5em;
    font-family: 'Reggae One', 'cursive';
}

#impressum a,
#datenschutz a {
    color: #130f40;
}

body .container .legend {
    font-size: 0.8em;
    padding-top: 1em;
}

body #bilder.container .bild.hinweis p {
    padding-bottom: 2em;
}

/* NAVIGATION */
input {display: none;}

label {
    display: block;
    cursor: pointer;
    background: transparent;
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    position: fixed;
    height: 30px;
    top: 0;
    right: 0;
    padding: 0.5em;
}

body header div.content {
    width: 10em;
}

body header div.content ul li {
    list-style: none;
    text-align: center;
}

label:hover {
    background: #535c68;
}

input + label + .content {
    display: none;
}

input:checked + label + .content {
    background-color: #130f40;
    display: block;
    position: absolute;
    right: 1em;
    top: 80px;
    font-weight: normal;
    line-height: 3.5em;
}

.content li:hover {
    background: #535c68;
}

/* INHALT */
body .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    margin: 0 auto;
} 

body .container {
    padding: 3em 0;
}

body #start.container {
    padding: 12em 0 10em 0;
}

body .container div {
    margin: 4em 0;
    padding: 5px;
    width: 100%;
}

body .container p {
    width: 70%;
    margin: 0 auto;
}

body .container li {
    list-style-type: none;
    padding-left: 20px;
    text-indent: -20px;
}

body .container li::before {
    content: "•";
    font-weight: bolder;
    color: #130f40;
    padding-right: 1em;
}

body .container:nth-of-type(even) {
    background-color: #95afc0;
}

body #start.container img {
    height: 300px;
    width: auto;
}

body div#lyrik.container div.bild {
    display: block;
    max-width: 1000px;
}

body div#lyrik.container div.bild img {
    width: 100%;
}

/* BILDER */
body #bilder.container,
body #inst.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 6em;
}

body #bilder.container div,
body #inst.container div {
    margin: 0;
    width: auto;
    padding-top: 1.5em;
}

body #bilder.container .bild p.bildtitel,
body #inst.container .bild p.bildtitel {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.3em;
}

body #bilder.container .bild p.bildformat,
body #inst.container .bild p.bildformat {
    font-size: 1em;
    font-weight: normal;
    padding-top: 0.8em;
}

body #bilder.container .bild img,
body #inst.container .bild img {
    max-height: 500px;
    width: auto;
}

body #bilder.container .bild p.id,
body #inst.container .bild p.id {
    display: none;
}

body div#lyrik.container div.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 1em;
}

body div#lyrik.container div.flex div {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 0;    
}
body div#lyrik.container div.flex div img {
    width: 100%;
    height: auto;
}
@media (max-width: 800px) {
    body div#lyrik.container div.flex div { width: 100%; }
    body div#lyrik.container div.flex div img { width: 90%; height: auto; }
}

/* FOOTER */
body footer {
    background-color: #130f40;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5px;
    color: white;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

@media (min-width: 855px) {
    body .container div { padding: 4em; }
}

@media (max-width: 600px) {
    body #bilder.container, body #inst.container { justify-content: left; }
    img { max-width: 300px;}
    body header .titel {font-size: 1em; }
}


/* COOKIE-BANNER */
#footer-cookie {
    position: fixed;
    justify-content: space-evenly;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 1.5em;
    line-height: 1.2em;
    background: #130f40;
    color: white;
    z-index: 999;
}
    
#footer-cookie a {
    color: var(--text);
}

#footer-cookie #description {
    float: left;
    margin: 0.5em;
    padding-bottom: 1em;
}

#footer-cookie #accept {
    float: right;
    margin: 0.5em 3em 2em 0.5em;
}

#footer-cookie .button {
    text-decoration: underline;
}

#footer-cookie #accept a {
    border: 1px solid #fff;
    padding: 0.8em;
    text-decoration: none;
}
