html, body {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
}

div.bg {
    background: url("https://uhrwerk31.de/ebaydesign/img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header {
    color: #4e342e;
}

nav {
    font-family: "Bree Serif", serif;
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

nav ul li {
    display: inline;
    color: #4e342e;
    border-right: 1px solid #4e342e;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;

}

nav ul li a {
    display: block;
    color: #4e342e !important;
    padding: 18px 0;
}

nav ul li a:hover {
    background: #bcaaa4;
    color: #4e342e;
}

@media (max-width: 768px) {
    nav ul {
        display: block;
    }

    nav ul li {
        border-right: 0;
    }
}

section#title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 32px;
    color: #4e342e;
}
section#description {
    margin: 24px 0;
}
section#description p,
section#bulledpoints dl,
section#rechtliches dl {
    padding:12px;
    color: #424242;
    text-align: left;
}
.dl-horizontal dd { padding-bottom:10px !important;}

.gallery__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
}

@media (max-width: 992px) {
    .gallery__wrapper {
        display: block;
        height: auto;
    }
}
.gallery__bg {
    height:100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
    .gallery__bg {
        height: auto;
    }
}

.gallery__images {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.gallery__images .slider {
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    transition: 0.8s;
}

.gallery__images .slider > * {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.vertical-align-middle {
    white-space: nowrap;
    text-align: center;
}
@media (max-width: 768px) {
     .gallery__images {
        height: 480px;
    }
}

@media (max-width: 480px) {
     .gallery__images {
        height: 300px;
    }
}

 .gallery__thumbs {
    text-align: center;
    overflow: hidden;
}

 .gallery__thumbs .thumb__float {
    display: inline-block;
    margin: 12px;
    border: 1px solid #a1887f;
}

 .gallery__thumbs .thumb__float .thumb__wrapper {
    width: 80px;
    height: 80px;
    padding: 3px;
    background: #fff;
}

 .gallery__thumbs .thumb__float .thumb__wrapper img {
    cursor: pointer;
}

@media (max-width: 768px) {
     .gallery__thumbs .thumb__float .thumb__wrapper {
        width: 64px;
        height: 64px;
        padding: 6px;
    }
}

@media (max-width: 480px) {
     .gallery__thumbs .thumb__float .thumb__wrapper {
        width: 40px;
        height: 40px;
        padding: 3px;
    }
}

@media (max-width: 768px) {
     .gallery__thumbs .thumb__float {
        margin: 5px;
    }
}
.vertical-align-middle {
    white-space: nowrap;
    text-align: center;
}

.vertical-align-middle .vertical-align-helper { /*margin-left: -2px; margin-top: -1px;*/
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vertical-align-middle img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    max-height: 100%;
}
.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}
.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: auto;
    height: 80px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}
.dragover {
    border: 5px dashed blue;
}

.preview img, .preview audio, .preview video {
    max-width: 300px;
    max-height: 150px;
    float: right;
	padding: 10px 0;
}