﻿body {
    /*background-color: #31312D;*/
    background-color: #000000;
    color: white;
    margin: 0;
}
@font-face {
    font-family: "DeutscheZierschrift";
    src: url("../css/DeutscheZierschrift.ttf");
}
a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: red;
}

.header-container {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.header-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: -1;
    transition: opacity 0.3s;
    border-radius: 70px;
}
.content-hintergrund {
    /*background-color: #000000;*/
    background-image: url("../Bilder/background-smoke.jpg");
    padding: 20px;
    font-family: sans-serif;
}
.content-inhalt {
    /*background-color: #000000;*/
    padding: 20px;
    font-family: sans-serif;
}
.Navigation-Gesamt {
    width: 100%;
    background-image: url("../Bilder/background-red.jpg");
    height: 55px;
}
.Navigation-Menue {
    float: left;
    padding-right: 30px;
    font-weight: 800;
}
.Navigation-Ende {
    clear: left;
}
.Navigation-Fuss {
    margin-top: 65px;
}
.Navigation-FussMenue {
    float: left;
    width: 150px;
    font-weight: 800;
}
.Navigation-FussEigentum {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: small;
}
.Navigation-FussCounter {
    text-align:center;
}
.Website-Titel {
    font-size: x-large;
    font-weight: 800;
    width: 100%;
}
.UberUns-Text {
    font-size: medium;
    float: left;
    width: 50%;
}
.UberUns-Bild {
    float: left;
    margin-left: 50px;
}
.Termine-Link {
    width: 100%;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Bilder-Navigation-Elemente {
    display: inline-block;
    width: 80px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
}
.Bilder-Jahrgang {
    font-size: xx-large;
    font-weight: bold;
    text-align:center;
}
.BilderÜberschrift {
    font-size: large;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
}
.Bilder {
    padding: 12px;
}
.Bilder-Text-Top {
    padding-top: 30px
}



/* ************************************************************************************************************************************ */
/* Cookie-Banner */
/* ************************************************************************************************************************************ */
#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #222;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    display: none; /* wird per JS eingeblendet */
    z-index: 9999;
}
#cookie-banner button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 8px 14px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
}

/* ************************************************************************************************************************************ */
/* Impressum */
/* ************************************************************************************************************************************ */
#impressum, #datenschutz {
    font-size: 14px; /* Grundschrift */
    line-height: 1.5;
}
#impressum h1, #datenschutz h1,
#impressum h2, #datenschutz h2,
#impressum h3, #datenschutz h3,
#impressum h4, #datenschutz h4 {
    font-size: 16px; /* Überschriften klein */
    margin-top: 20px;
    margin-bottom: 10px;
}
#impressum p, #datenschutz p,
#impressum ul, #datenschutz ul {
    font-size: 14px; /* Textgröße */
    margin-bottom: 10px;
}
#impressum ul li, #datenschutz ul li {
    margin-left: 20px;
}
