html {
    overflow-x: hidden !important;
}

body {
    line-height: 1.5em;
    border: 0;
    margin: 0 auto;
    padding: 0;
}

::selection {
    background: #a7a7a7;
}

ol, ul, dl {
    list-style-type: none;
    font-size: 16pt;
    line-height: 16pt;
    margin-bottom: 15px;
}

a {
    text-decoration: none !important;
}

    a:focus {
        outline: 0;
    }

.no-padding {
    padding: 0;
}

/* Global styles
================================================== */
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: #43291C;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
}

h4 {
    line-height: 25px;
    font-size: 18px;
}

h5 {
    line-height: 25px;
    font-weight: 600;
}

p, span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: #43291C;
}

@media (max-width: 375px) {
    p, span, a, li, div {
        font-size: 12px;
    }
}

@media (min-width: 375px) {
    p, span, a, li, div {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    p, span, a, li, div {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    p, span, a, li, div {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    p, span, a, li, div {
        font-size: 18px;
    }
}

/*Divider
================================*/

.divider {
    background: #EE3B24;
    display: block;
    margin: 20px auto;
    content: "";
    width: 70px;
    height: 5px;
}

/* Custom Basic styles
================================================== */
/* Header area
=========================================================== */

.main-nav {
    width: auto;
}

#section_header .haeder-fixed {
    background: #fff;
    padding: 0px 0px;
}

#section_header {
    pointer-events: all;
}

.navbar {
    position: relative;
    margin-top: 10px;
}

.navbar-nav {
    float: none;
    display: table;
    width: 100%;
    margin: 0;
}

    .navbar-nav > li {
        float: none;
        display: table-cell;
        text-align: left;
    }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px !important;
}

.navbar-brand {
    font-size: 40px;
    color: #222;
}

    .navbar-brand img {
        height: 180%;
        width: auto;
        vertical-align: middle;
        max-width: 100%;
    }

.navbar {
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 9999;
}

ul.navbar-nav > li {
    transition: all 0.3s;
    text-align: center;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    background: transparent;
    border: 1px solid white;
}

ul.navbar-nav a {
    color: #43291C;
    font-weight: 900;
    font-size: 14px;
    padding: 1px 15px 1px 15px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

ul.navbar-nav > .active > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #CAA765 !important;
}

@media ( max-width: 768px ) {
    .navbar-nav > li {
        display: block;
    }

    .white {
        background-color: white;
        box-shadow: 8px 8px 20px rgba(0, 0, 0,.2);
    }
}

.brand {
    width: 250px;
    height: 100px;
}

/* Home Page Wrapper */
/*========================================================*/

.wrapper {
    padding-top: 12.15em;
    padding-bottom: 100px;
    transition: padding-top 0.3s;
}

.wrapper-zero {
    padding-top: 0px;
    transition: padding-top 1s;
}

.wrapper-home {
    padding-top: 12.15em;
    transition: padding-top 1s;
}

    .wrapper-home .row {
        height: 50vh;
        margin: 0;
        display: flex;
        align-items: center;
        background-image: url(/media/3601/hintergrundbild1.jpg);
        background-size: cover;
        background-position: right bottom;
    }

    .wrapper-home .col-md-12 {
        padding: 0;
    }

@media ( max-width: 1200px ) {
    .wrapper-home .row {
        background-image: url(/media/3602/hintergrundbild2.jpg);
    }
}

@media ( max-width: 768px ) {
    .wrapper,
    .wrapper-home {
        padding-top: 7em;
    }
}

@media ( max-width: 375px ) {
    .background {
        height: 8em !important;
    }

    .wrapper,
    .wrapper-home {
        padding-top: 8em;
    }
}

.footer-impressum {
    background-color: black;
}

img {
    width: 100%;
}

.background {
    pointer-events: none;
    z-index: 99999;
    height: 100%;
    width: 100%;
    position: fixed;
    background-size: cover;
}

@media ( max-width: 1550px ) {
    .background {
        background-position-x: -110px;
    }
}

@media ( max-width: 768px ) {
    .background {
        height: 7em !important;
    }
}

@media(max-width:350px) {
    .navbar-toggle {
        margin-right: 0px;
    }

    .background {
        height: 150px;
        background-position-y: -50px;
    }
}

.sublevel {
    padding: 0;
    z-index: 1000;
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,1);
    transition: all 0.3s;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

    .sublevel > li {
        z-index: 1000;
        border-top: 2px solid #43291C;
    }

@media ( max-width: 768px ) {
    .sublevel {
        display: block;
        position: relative;
        padding-left: 30px;
        box-shadow: none;
    }

        .sublevel > li {
            border-top: none;
        }
}

.caption {
    text-align: center;
    font-size: 16px;
}

.column > div > ul > li {
    list-style: disc;
    margin-left: 3em;
}

.image-gallery > div {
    padding: 0;
}

.view {
    cursor: default;
    height: 285px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.image-item img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
}

.image-item p {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image-item:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
}

.image-item-overlay {
    height: 100%;
}

    .image-item-overlay:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.8);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.3s;
        pointer-events: none;
    }

    .image-item-overlay:hover:after {
        opacity: 1;
    }

.image-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .image-text > a {
        height: 100%;
    }

    .image-text > p {
        color: black;
        z-index: 999999;
        transform: scale(0)
    }

.image-item:hover p {
    transform: scale(1);
    pointer-events: none;
}

blockquote {
    color: #969696;
    border-left: none;
    font-style: italic;
    font-size: 32px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #969696;
        content: open-quote;
    }

    blockquote:after {
        color: #969696;
        content: close-quote;
    }

.list-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.list-group-item {
    width: 380px;
}

.list-item-column {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #8A454D !important;
    border-color: #8A454D !important;
    color: white !important;
}

.pagination > li > a, .pagination > li > span {
    color: #8A454D !important;
}

.list-item-image {
    max-height: 500px;
    width: auto;
}

.suchleiste {
    display: flex;
    align-items: flex-start;
}

    .suchleiste > .select {
        width: 100%;
    }

    .suchleiste > button {
        margin-left: 10px;
    }

.selectize-input.focus {
    border-color: #8A454D !important;
}

.pagination, .selectize-input, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .list-group-item:first-child, .list-group-item:last-child, .btn {
    border-radius: 0px !important;
}

@media ( max-width: 560px ) {
    .list-item-wrapper {
        flex-direction: column;
    }

    .list-item-column {
        width: auto;
        padding-bottom: 15px;
        padding-right: 0px;
    }
}

.navbar-toggle {
    border: 1px solid black;
}

    .navbar-toggle .icon-bar {
        background: black;
    }

#divider {
    z-index: 1;
    height: 15px;
    background: linear-gradient(to right, #CAA765 0%, #CAA765 40%, #43291C 40%, #43291C 100%);
    padding: 0px 15px
}

.brand-mobile {
    height: 14px;
    width: 250px;
    display: none;
}

@media ( max-width: 768px ) {
    #divider {
        display: none;
    }

    .brand {
        display: none;
    }

    .navbar-brand,
    .brand-mobile {
        display: block;
        margin: auto;
        float: none;
    }
}

.telephone-number {
    margin-top: 2em;
}

    .telephone-number > span,
    .telephone-number > a {
        font-weight: 700;
        font-size: 16px;
    }

    .telephone-number > .number {
        color: #43291C;
    }

    .telephone-number > .time {
        margin-left: 2px;
        color: #CAA765
    }

    .telephone-number > .icon {
        height: 36px;
        width: 30px;
    }

@media (max-width: 375px) {
    .telephone-number > span,
    .telephone-number > a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .header {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .telephone-number {
        margin-top: 8px;
    }
}

@media (min-width: 576px) {
    .telephone-number > span,
    .telephone-number > a {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .telephone-number > span,
    .telephone-number > a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .telephone-number > span,
    .telephone-number > a {
        font-size: 18px;
    }
}

#page-navbar {
    margin-top: 5em;
}

footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: white;
    padding-top: 15px;
    margin: 0;
}

    footer .row {
        margin: 0;
    }

        footer .row div {
            display: flex;
            justify-content: space-between;
        }

    footer p {
        margin-top: 1px;
        color: #CAA765;
    }

    footer > .buttons > a {
        padding: 5px;
        background-color: transparent;
        border: 0;
        color: #CAA765;
    }

@media (max-width: 576px) {
    footer p,
    footer a {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    footer p,
    footer a {
        font-size: 10px;
    }
}

.btn-wrapper {
    margin: 20px 0 40px 0;
}

.colored-button {
    background: #CAA765;
    padding: 0;
    height: 75px;
    line-height: 75px;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: 600;
}

    .colored-button:hover {
        opacity: 0.8;
        color: white;
    }

#gedenkportal-btn {
    font-size: 24px;
    width: 100%;
}

#current-deaths {
    margin-bottom: 10px;
}

#what-to-do {
    background: #43291C;
    margin-top: 10px;
}

#data-list {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.accordion {
    width: 100% !important;
    margin: 15px 0;
    text-align: left;
    padding-left: 40px;
    font-size: 24px;
}

    .accordion i {
        margin-right: 5px;
    }

.accordion-content {
    display: none;
    padding-left: 25px;
    padding-bottom: 25px;
}

    .accordion-content > ul {
        list-style-type: disc;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #43291C;
    }

@media ( max-width: 1200px ) {
    .colored-button {
        height: 65px;
        line-height: 65px;
        width: 275px;
    }

    a.colored-button {
        font-size: 20px;
    }

    #gedenkportal-btn,
    .accordion {
        padding-left: 35px;
        font-size: 22px;
    }
}

@media ( max-width: 992px ) {
    a.colored-button {
        font-size: 16px;
    }

    #gedenkportal-btn
    .accordion {
        padding-left: 30px;
        font-size: 18px;
    }
}

@media ( max-width: 768px ) {
    .colored-button {
        height: 50px;
        line-height: 50px;
        width: 200px;
    }

    a.colored-button {
        font-size: 14px;
    }

    #gedenkportal-btn,
    .accordion {
        padding-left: 25px;
        font-size: 16px;
    }
}

@media ( max-width: 576px ) {
    #gedenkportal-btn,
    .accordion {
        padding-left: 15px;
        font-size: 13px;
    }
}

@media ( max-width: 375px ) {
    #gedenkportal-btn,
    .accordion {
        padding-left: 10px;
        font-size: 10px;
    }
}

/* Map */
/* ================================= */

.map {
    height: 450px;
    z-index: 1;
    width: 100%;
}

/* Galleries */
/* ================================= */

.gallery-item img {
    max-width: 300px;
}

.hidden-container {
    display: none;
}