
html, body {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Arial, sans-serif;
    background-image: url(images/paper_bg.jpg);

    font-size: 1.1em;
}

#crs4-iframe-container-header {
    height: 265px;
}
#crs4-iframe-container-footer {
    height: 470px;
}
@media screen and (max-width: 740px) {
    #crs4-iframe-container-footer {
        height: 910px;
    }
}

.nfh-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin-bottom: 2em;
    padding: 20px 0;

    background-image: url(https://naturfreundehaus-hannover.de/wp-content/themes/natur/images/paper_bg.jpg);
    -webkit-mask-image: url(https://naturfreundehaus-hannover.de/wp-content/themes/natur/images/header_bg.svg);
    mask-image: url(https://naturfreundehaus-hannover.de/wp-content/themes/natur/images/header_bg.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
}

.nfh-header .logo img {
    width: 8em;
    display: block;
}

/* # # # # COLORS # # # # */

/*
rot: #9f220f
grün: #afca0b
dunkelgrün: #6e7c11
*/

a {
    color: #9f220f;
}

.nav-pills {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2vw;
}
.nav-pills > li {
    padding: 0 1vw;
}
.nav-pills > li > a {
    border-radius: 40px !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #6e7c11;
}

.btn-success {
    background-color: #9f220f;
    border-color: #9f220f;
}
.btn-success:hover {
    background-color: #afca0b;
    border-color: #afca0b;
}

.overnight-items a > h4 {
  background-color: #6e7c11;
}
.panel-primary > .panel-heading {
  background-color: #6e7c11;
  border-color: #6e7c11;
}

/* # # # # FOOTER # # # # */

.nfh-footer {
    margin-top: 2em;
    padding: 4em 0;
    background: #dcdcdc url(https://naturfreundehaus-hannover.de/wp-content/themes/natur/images/paper_dark_bg.jpg);
    -webkit-mask-image: url(https://naturfreundehaus-hannover.de/wp-content/themes/natur/images/footer_mask.svg);
    mask-image: url(https://naturfreundehaus-hannover.de/wp-content/themes/natur/images/footer_mask.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
}
.nfh-footer > div {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2em;
}
@media screen and (max-width: 740px) {
    .nfh-footer {
        padding: 4em 0;
    }
    .nfh-footer > div {
        flex-direction: column;
    }
}

.nfh-footer ul {
    text-transform: uppercase;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nfh-footer li {
    padding-bottom: 0.5em;
}
.nfh-footer a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.nfh-footer a:hover {
    color: #afca0b;
}

.nfh-footer .sm {
    text-align: center;
}
.nfh-footer .sm a {
    display: block;
}
.nfh-footer .sm img {
    height: 2em;
    display: block;
    margin: 0 auto;
}