body {
    background-color: #bbbbbb;
}

#header {
    background-color: #eeeeee;
    border-top: 4px solid #f03288;
}

#kontakt {
    background-color: #dddddd;
    border-top: 4px solid #f03288;
    border-bottom: 4px solid #f03288;
    opacity: 0.9;
}

#kontakt a {
    color: inherit;
}

#kontakt a:hover {
    color: #f03288;
}

#footer {
    /* background-color: #222222; */
    border-top: 4px solid #f03288;
    height: 25px;
}

#kontakt a:hover {
    color: #f03288;
}

#legal {
    color: #222222;
}

#impressum, #impressum-footer {
    cursor: pointer
}

#datenschutz, #datenschutz-footer {
    cursor: pointer
}

#logo {
    margin-left: 10px;
    padding: 10px;
    height: 80px;
}

.topic {
    background-color: #eeeeee;
    opacity: 0.9;
    padding-top: 5px;
}

.topic-space {
    height: 5px;
}

.topic p {
    font-size: 16px;
}

.no-space {
    margin-top: -20px;
}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    /*min-width: 1024px;*/
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

/*===============================================
    General Modal
===============================================*/
.modal-body {
    padding: 20px !important;
}

.modal-content {
    border-radius: 0;
    background-color: #eeeeee;
}

.modal-dialog {
    width: 70%;
}

/*===============================================
    Gallery & Gallery Modal
===============================================*/
ul.gallery {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

ul.gallery li {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.gallery li div {
    cursor: pointer;
}

.gallery-modal-body {
    padding: 5px !important;
}

.gallery-modal-content {
    border-radius: 0;
}

.gallery-modal-dialog img {
    text-align: center;
    margin: 0 auto;
}

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}

/* override modal for demo only */
/* .modal-dialog {
    max-width: 500px;
    padding-top: 90px;
} */

@media screen and (min-width: 1024px) {
    /* .modal-dialog {
        width: 70%;
        padding-top: 90px;
    } */
}

/*===============================================
   Datenschutz Banner
===============================================*/

.banner {
    opacity: 0.9;
}

.banner-content {
    background-color: #222222;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: unset;
    padding: 20px 0px 10px 0px;
}

.banner-content p span {
    color: #f03288;
    opacity: unset;
}

.banner-content p button {
    margin-left: 15px;
    background-color: #f03288;
    color: white;
    opacity: unset;
}