@font-face {
    font-family: 'OpenSans Light';
    font-style: normal;
    font-weight: 300;
    src: local('OpenSans Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans Bold';
    font-style: normal;
    font-weight: 300;
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Monoton';
    font-style: normal;
    font-weight: 300;
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url('../fonts/Monoton-Regular.ttf') format('truetype');
}

body {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'OpenSans Light', serif;
}

.dark {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.welcome h1,
.welcome h6 {
    font-family: 'OpenSans Bold', serif;
    color: #fff;
}

h1,
h2,
h3 {
    font-style: normal;
}

h5 {
    color: #666666;
}

p+p,
p {
    margin-top: 0;
    margin-bottom: 10px;
}

*+.divider-minimal,
.divider-minimal+* {
    margin-top: 20px;
}

.menu-inner__heading {
    font-size: 20px;
    line-height: 1.2;
}

.rd-navbar .rd-navbar-nav>li>a {
    font-size: 14px;
}

.button.reservieren span {
    font-size: 14px;
}

.button-light-outline {
    background-color: rgba(0, 0, 0, 0.65);
}

.menu-inner-wrap {
    padding-left: 30px;
}

ul {
    display: block;
    list-style: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

ol li ol li ul li {
    list-style-type: disc;
}

ol {
    display: block;
    list-style: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

ol li {
    list-style-type: inherit;
    margin-bottom: 10px;
}

ol li ol li {
    list-style-type: lower-alpha;
}

ul li,
ol li {
    display: list-item;
}

.imgList,
footer ul,
.contact-info,
.rd-navbar-nav {
    list-style: none;
}

.menu-inner-price::before {
    content: none;
    display: inline-block;
}

.menu-inner-price::after {
    content: " €";
    white-space: pre;
    display: inline-block;
}

.shell {
    z-index: 5;
}

#index .bg-image {
    background: transparent url('../img/content/zimmer-index-start.jpg') no-repeat center;
    position: relative;
}

#mittag .bg-image {
    background: transparent url('../img/content/mittag-parallax-06.jpg') no-repeat center;
    position: relative;
}

#abend .bg-image {
    background: transparent url('../img/content/abend-parallax-06.jpg') no-repeat center;
    position: relative;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent,
.rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent,
.rd-navbar-static,
code,
.code,
.rd-navbar-fixed .rd-navbar-panel,
.rd-navbar-fixed .rd-navbar-nav li:hover>a,
.rd-navbar-fixed .rd-navbar-nav li.focus>a,
.rd-navbar-fixed .rd-navbar-nav li.active>a,
.rd-navbar-fixed .rd-navbar-nav li.opened>a {
    background: #666666;
}

.page {
    min-height: 5px !important;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 0px;
}

.section-xxl .button {
    display: inline-block;
    margin: 50px 10px 0px 10px;
}

.code,
code {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 22px;
}

p+code {
    margin-top: 0px;
}

.mittagstisch code {
    background-color: transparent;
    color: #000000;
    margin-top: 30px;
}

.mittagstisch table tr {
    padding-bottom: 30px;
    display: inline-flex;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-minimal {
    padding: 40px 0;
    padding-top: 40px !important;
    background-color: #efefef;
    border-top: 1px solid #ccc;
}


/** Video **/

#video {
    position: relative;
    background-color: black;
    height: 82vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#video .container {
    position: relative;
    z-index: 2;
}

#video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.bg-slider {
    min-height: 100vH;
    position: relative;
}

.bg-slider .welcome {
    padding-top: 25vH;
}

.bg-slider h1,
.bg-slider h4,
.bg-slider .brand-name,
.bg-slider .imgList,
.bg-slider a,
.bg-slider .divider-minimal {
    color: #ffffff;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    left: 0;
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.item:nth-child(1) {
    background: url(../img/content/zimmer-index-start.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background: url(../img/content/zimmer-index-2.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url(../img/content/zimmer-index-3.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url(../img/content/zimmer-index-4.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(5) {
    background: url(../img/content/zimmer-index-5.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    z-index: -99;
}

.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

.title {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    text-shadow: 2px 2px #000;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%);
}

.modal-backdrop.in {
    z-index: 0;
}

.modal-body {
    background: rgb(35, 40, 51);
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 768px) {
    #video {
        height: auto;
        min-height: 5px;
        background-color: transparent;
    }
    #video video {
        position: relative !important;
        width: 100% !important;
        top: auto;
        left: auto;
        transform: none;
        min-height: 5px !important;
    }
}