* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #000;
    background-size: cover;
    color: #fff;
    font: 18px 'PT Sans Narrow', Arial, serif;
}

img {
    border: 0;
}

a:link, a:visited, a:hover, a:active, .link, #footer a:hover, #footer a.activ, .hover {
    text-decoration: none;
    color: #f29400;
}

a:hover, a.activ, #footer a {
    color: #fff;
}

h1, h2 {
    color: #f29400;
    font-size: 2rem;
    margin-bottom: 18px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    h1, h2 {
        font-size: 5rem;
    }
}


h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.about, .agb, .impressum {
    color: #000;
}

.about h1, .about h2, .about h3,
.impressum h1, .impressum h2, .impressum h3 {
    color: #fff;
}

p {
    margin-bottom: 18px;
}

.uln a:hover, .uln a.activ {
    color: #000;
}

.header-main, footer {
    background: #000000;
    padding: 5px 0;
}

@media (min-width: 992px) {
    .header-main, footer {
        padding: 30px 0;
    }
}

.header-logo-main {
    position: relative;
    top: -4px;
}

footer {
    padding: 15px 0;
    text-align: right;
}

.bgBody {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.fade-in {
    opacity: 1;
}

.navbar {
    position: relative;
}

.navbar-toggler {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/**
bg-site
 */
.bg-site {
    min-height: 400px;
}

.bg-site, .about {
    background-color: #f29400;
}

.services, .location, .kontakt, .anbieten, .agb {
    background-color: #646363;
}

.home {
    background-color: transparent;
}

/**
gallery
 */
#gallerieimg {
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    background-size: 100%;
    background-position: center;
    background-size: contain;
    z-index: 99;
}
@media (min-width: 768px) {
    #gallerieimg {
        background-size: cover;
    }
}

#gallerieimg img {
    zoom: 1;
    opacity: 1;
    visibility: visible;
    position: absolute;
}

.link {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    padding: 15px;
}

.ulthumb {
    list-style: none;
}

.ulthumb li a, .ulthumb li img {
    display: block;
    width: 100%;
    height: auto;
}

.cursor {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -66px;
    display: block;
    padding: 15px;
    font-size: 36px;
    color: #f29400;
}

#pre {
    z-index: 50;
    left: 10px;
}

#next {
    z-index: 51;
    right: 10px;
}

#close {
    top: 0px;
    right: 0px;
    margin: 0;
}

/**
 */
.submit {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px;
    border: none;
}
