hr {
    border: 1px solid black;
}

body {
    /*
    beige IN  #FCE1A0
    gelb O    #FFBE14
    rot T     #FD1E1C
    rot N     #E45E2E
    */
    background: #FCE1A0;

    font-family: 'avenir next', avenir, sans-serif;
    color: #555;
}

h1 {
    font-size: 40px
}

p,
footer {
    font-size: 20px;
}

nav {
    font-size: 30px
}

.bgpic {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
}

.navlink {
    border-radius: 20px;
    border-style: solid;
    border-color: #000;
    color: #555;
    background-color: #ecd190;
    text-decoration: none;
    margin: 0.6em 0.3em 0.3em 0.3em;
    padding: 0em 0.3em 0em 0.3em;
}

.aktuelles
{
    font-size: 20px;
    border-radius: 20px;
    border-style: solid;
    border-color: #000;
    color: #555;
    /*background-color: #fef1c0;*/
    background-color: #fde9b0;
    margin: 0;
    padding: 0em 0.3em 0em 0.3em;
}

.hide
{
    display: none;
}

.fs25 {
    font-size: 25px;
}

.bfs25 {
    font-size: 25px;
    font-weight: bold;
}

.roundshadow {
    border-radius: 20px;
    filter: drop-shadow(10px 10px 10px #000);
    margin: 15px 15px 30px 15px;
}

.roundshadowlink:hover {
    filter: brightness(1.25) drop-shadow(10px 10px 10px #000);
}

.bg-titbeige { background-color: #fce5aa; }

.bg-titblack { background-color: #181413; }

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 3rem;    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3rem;            /* Footer height */
}

footer a:link {
    color: #888;
    text-decoration: none;
}

footer a:visited {
    color: #888;
    text-decoration: none;
}

footer a:hover {
    color: #ccc;
    text-decoration: none;
}

footer a:active {
    color: #ccc;
    text-decoration: none;
}

