html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.c7n-preload {
    width: 100% !important;
    height: 100vh;
    background-image: url(/themes/spedition_2021/images/Logo-Start.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px;
    background-color: #ebe1d7;
    position: fixed;
    overflow: hidden !important;
    transform: translateY(0);
    z-index: 10000;
    top: 0;
    transition: transform 1.4s 1s cubic-bezier(0.950, 0.050, 0.795, 0.035);
}

.c7n-preload.c7n-loaded {
    transform: translateY(-100%);
}

body {
    width: 100%;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    opacity: 1;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow: hidden !important;
}

body.c7n-loaded {
    position: absolute;
}

#home-head {
    overflow: hidden !important;
    background: url('/images/content/startseite/Startbild1.jpg') no-repeat center;
    background-size: cover;
}

header.sub-header {
    background-size: cover;
    background-repeat: no-repeat;
}

#fe_toolbar_tab {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.logo img {
    float: left;
    width: 75px;
}

.logo {
    padding-left: 40px;
    float: left;
}

.banner-title img {
    width: 400px;
    object-fit: contain;
    font-family: 'object-fit: contain';
}

nav {
    float: left;
}

.navigation li {
    /* float: left; */
    padding: 20px 33px;
}

.navigation li a {
    font-size: 16px;
    font-weight: 600;
    color: #dadada;
    text-transform: uppercase;
}

.navigation li a:hover {
    color: #fff;
}

body header {
   /* background: url('images/banner.jpg') no-repeat center; */
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}

.container.footer-scroll {
    padding: 15px 40px;
}

.banner {
    visibility: hidden;
}

.banner-mobile {
    visibility: hidden;
}

.blockElem {
    float: left;
    width: 100%;
}

#contact-us a {
    font-weight: bold;
    color: #000000;
}

#custom-mob-foot #contact-us a {
    color: #fff
}

#custom-mob-foot h2 {
    text-transform: uppercase
}

nav {
    padding-left: 77px;
}

.header-top {
    padding-top: 40px;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    top: 0;
    position: fixed;
    z-index: 99;
}

.header-top.unpin {
    top: -100%;
}

.slow {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section {
    position: relative;
}

header.section {
    height: 100%;
}

.banner-title {
    position: absolute !important;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    width: 100%;
    max-height: 100% !important;
    bottom: 0px;
}

/*.banner-title img,
.banner-title svg {
    width: 130px;
    height: auto;
}  */
.fullpage .banner-title {
    z-index: 1;
}

.banner-title h1 {
    font-size: 51px;
    font-weight: 700;
    color: #dadada;
    letter-spacing: 5px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.banner-title h5 {
    color: #dadada;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
}

#down {
    width: 61px;
    height: 68px;
    position: absolute;
    bottom: 0px;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.82);
    display: block;
    z-index: 2;
}

#down2, #down3 {
    width: 61px;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: -31px;
    margin: 0 auto;
}

#scroll-down, #scroll-down2, #scroll-down3 {
    width: 100%;
    height: 69px;
    float: left;
    background: url('images/arrow-down.png') no-repeat center;
    border: 0 !important;
    background-size: 26px;
}

/* NEW HOMEPAGE */
.section {
    min-height: 100vh;
}

.white-rounded td img {
    padding: 10px;
}

.white-rounded td div {
    border-radius: 50%;
    background: white;
    width: 96px;
    height: 96px;
    display: inline-block;
}

.home-eyecatcher-text {
    font-size: 35px;
}

.c7n-turquoise-bg, .c7n-beige-bg {
    height: fit-content !important;
    float: left;
    width: 100%;
    position: relative;
    min-height: 0;
    padding: 90px 0px;
}

.c7n-turquoise-bg .col-xs-12, .c7n-beige-bg .col-xs-12 {
    padding: 0px;
}

.c7n-turquoise-bg {
    background-color: #00474f;
    color: #ffffff !important;
}

.c7n-beige-bg, .c7n-beige-bg .c7n-title-txt h1, .c7n-beige-bg a.c7n-section-link {
    background-color: #d6cfc7;
    color: #231f20 !important;
}

.c7n-intro-txt p {
    font-weight: bold;
    font-size: 2em !important;
    line-height: 1.4em;
    padding-bottom: 45px;
}

.c7n-title-txt {
    margin-left: -100px;
    padding-bottom: 45px;
}

.c7n-title-txt h1 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
}

.c7n-turquoise-bg .container, .c7n-beige-bg .container {
    padding: 0 10%;
}

.c7n-turquoise-bg p, .c7n-beige-bg p {
    font-size: 1.6em;
    padding-bottom: 45px;
    line-height: 1.2em;
}

.c7n-turquoise-bg a.c7n-section-link, .c7n-beige-bg a.c7n-section-link {
    border: none !important;
    font-weight: bold;
    font-size: 1.4em;
    padding: 45px 15% 0px 0px !important;
}

/* END NEW HOMEPAGE */
#wrap-block {
    height: 100vh;
    float: left;
    width: 100%;
    position: relative;
}

#restaurant, #hotel {
    background: url('/images/content/startseite/Startbild_Restaurant.jpg') no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    left: 0;
    text-align: center;
}

.inner-restaurant, .inner-hotel {
    display: table;
    width: 100%;
    height: 100%;
}

/* 
#hotel {
    background: url('/images/content/startseite/Startbild_Hotel.jpg') no-repeat center;
    background-size: cover;
}       */

ul.navigation {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    display: flex;
    justify-content: center;
}

#wrap-block h1 {
    font-weight: bold;
    color: #dadada;
    text-transform: uppercase;
}

.block-content {
    /*display: inline-block;*/
    /*top: 38%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    display: table-cell;
    vertical-align: middle
}

#wrap-block a, .block-content a, .wrap-block-bottom a {
    border: 1px solid #fff;
    padding: 5px 13px;
    display: inline-block;
}

.wrap-block-bottom {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
}

footer {
    color: #000;
}

.footer-block {
    width: 50%;
    float: left;
}

    .c7n-show-mobile-none {
        display: block !important;
    }

    .c7n-show-mobile {
        display: none !important;
    }


@media screen and (max-width: 992px) {

    .c7n-show-mobile-none {
        display: none !important;
    }

    .c7n-show-mobile {
        display: block !important;
    }

    .footer-block {
        width: 100%;
        padding-top: 25px;
    }

    .banner-title img {
        width: 240px !important;
    }

    header.section {
        height: calc(100vh - 180px)!important;
        min-height: auto !important;
        overflow: hidden;
    }

    .c7n-turquoise-bg, .c7n-beige-bg {
        padding: 40px 0px;
    }

    .meta-top-foot {
        padding-top: 40px !important;
    }
}

.row.justify-content-center {
    justify-content: center;
    display: flex;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.container.c7n-home-btns {
    height: 40px;
    margin-bottom: 0px;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.c7n-red-btn {
    background-color: #ee1d23;
    height: 40px;
    margin: 0px 2px;
    cursor: pointer;
    opacity: 1;
}

.c7n-red-btn:hover {
    opacity: 0.9;
}

.c7n-red-btn a {
    vertical-align: middle;
    line-height: 40px;
    font-size: 1.1em;
    font-style: italic;
    color: #fff;
}

.c7n-red-btn a:hover {
    color: #fff;
}

.meta-top-foot {
    padding-top: 100px;
    font-size: 21px;
    color: #ffffff;
    background-color: #231f20;
    background-size: cover;
    min-height: fit-content !important;
}

.container-fluid.c7n-partnerlogos {
    background: #fff;
    color: #231f20;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    margin-left: 0px;
}

.container-fluid.c7n-partnerlogos .row {
    width: 100%;
}

.c7n-partnerlogos .col-xs-3.col-lg-2 {
    height: 400px;
    line-height: 400px;
}

.c7n-partnerlogos img {
    width: 200px;
    max-width: 100%;
    max-height: 150px;
    vertical-align: middle;
    object-fit: contain;
    font-family: 'object-fit:contain';
}

h2#mail {
    padding: 0;
    line-height: normal;
}

.meta-bottom-foot {
    display: flex;
    float: left;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 100px;
    line-height: 27px;
}

.block1 {
    /*flex: 1;*/
    padding-right: 40px;
}

.block1:first-child {
    width: 20%;
}

.block1:nth-child(2) {
    width: 22%;
}

.block1:nth-child(3) {
    width: 15%;
}

.block1:nth-child(4) {
    width: 12.3%;
}

.block1:nth-child(5) {
    /*width: 12.3%;*/
    width: 125px;
    height: 166px;
    padding-right: 0;
    position: relative;
}

.block1 ul {
    padding: 0;
    margin: 0;
}

.block1 a, .block1 a:hover {
    color: #ffffff;
}

.block1 a:hover {
    text-decoration: underline;
}

.meta-bottom-foot h2 {
    padding-bottom: 3px;
}

#content-wrapper {
    background-color: rgba(0, 0, 0, 0.86);
}

/*#content {
    padding: 85px 0 145px 0;
}*/
.content-contact {
    position: relative;
}

h2 {
    /* text-transform: uppercase; */
}

#sidebar ul {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#page {
    padding-left: 36px;
    padding-right: 90px;
    font-size: 14px;
    line-height: 14px;
}

h2.first {
    padding-bottom: 21px;
    padding-top: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    max-width: 300px;
    text-transform: none;
}

#sidebar ul#subnavigation {
    margin-left: 0;
    float: left;
    width: 100%;
    padding-top: 0;
}

#sidebar ul li {
    float: left;
    clear: both;
}

#sidebar ul a {
    padding: 0 5px 3px 0px;
    position: relative;
}

ul#subnavigation li a.tworow {
    padding: 0 5px 6px 0;
    /* 0 5px 6px 5px */
}

/*#sidebar .level-1 > a {
    border-bottom: 1px solid;
}*/
/*mobile-nav*/
.mob-head {
    height: auto;
    width: 100%;
}

.mob-head .fixed-head {
    height: 100px;
    background-color: transparent;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent);
}

.mob-head.active {
    /*    background-color:#111;*/
    height: 100%;
}

/*.mob-head.active .fixed-head {background-color: #111;}*/
.mob-head .logo {
    margin-top: 10px;
    padding-left: 0;
}

.mob-head .logo img {
    width: 65px;
}

.mob-head .menu-toggler {
    cursor: pointer;
    float: right;
    height: 20px;
    overflow: hidden;
    position: relative;
    top: 45px;
    /*margin-right: 40px;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    right: 15px;
}

.mob-head .menu-toggler .toggle {
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
    z-index: 2;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}

.mob-head .menu-toggler.light .toggle, .mob-head .menu-toggler.light .toggle:before, .mob-head .menu-toggler.light .toggle:after {
    background-color: #ffffff;
}

.mob-head.active .menu-toggler .toggle {
    background-color: transparent;
}

.mob-head .menu-toggler .toggle:before {
    top: -5px;
}

.mob-head .menu-toggler .toggle:after {
    bottom: -5px;
}

.mob-head .menu-toggler .toggle:before, .mob-head .menu-toggler .toggle:after {
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mob-head.active .menu-toggler .toggle:before {
    top: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mob-head.active .menu-toggler .toggle:after {
    bottom: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mob-head.active .menu-toggler .menu-button, .mob-head .menu-toggler .close-button {
    display: none;
}

.mob-head.active .mobile-nav, .mob-head.active .mobile-nav2 {
    right: 0;
}

.mob-head.active .menu-toggler .close-button {
    display: block;
}

.mob-head .menu-toggler span {
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 14px !important;
    margin-right: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease 0s;
    -moz-transition: opacity 0.6s ease 0s;
    -ms-transition: opacity 0.6s ease 0s;
    -o-transition: opacity 0.6s ease 0s;
    transition: opacity 0.6s ease 0s;
}

.mobile-nav {
    float: left;
    width: 100%;
    text-align: left;
    display: none;
    background-color: #111;
    padding: 5px 0;
}

.mob-head .mobile-nav, .mob-head .mobile-nav2 {
    right: -100%;
    position: fixed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    padding-top: 100px;
    z-index: 98;
    width: 100%;
}

.mobile-nav ul, .mobile-nav2 ul {
    margin-left: 0;
}

.mobile-nav a, .mobile-nav2 ul {
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-nav li ul, .mobile-nav2 li ul {
    padding: 0;
}

.mobile-nav li {
    width: 100%;
    float: left;
}

.mobile-nav ul li a {
    float: left;
    width: 100%;
    padding: 10px 30px 10px 30px;
}

/*.mobile-nav li.level-1 {
    border-top: 1px solid #fff;
}
.mobile-nav li.level-1:last-child {
    border-bottom: 1px solid #fff;
}*/
.mobile-nav ul ul {
    display: none;
}

.mobile-nav ul .level-1.open ul {
    display: block;
}

.mobile-nav li ul a, .mobile-nav2 li ul a {
    font-size: 14px;
    padding: 15px 50px;
}

.mobile-nav ul li.level-3 a {
    padding: 1px 40px 1px 60px;
}

.mobile-nav li.level-2:last-child li.level-3:last-child > a {
    padding-bottom: 10px;
}

.mobile-nav li.level-2.hasUl > a {
    padding-bottom: 1px;
}

.mobile-nav, .mobile-nav2 {
    height: calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    overflow-y: auto;
}

/*.mob-head.scrolled .fixed-head {
    background-color: rgba(17, 17, 17, 0.81);
}*/
/*.mob-head.scrolled.active .fixed-head {
    background-color: #111;
}*/
/*.mob-head.scrolled.active {
    background-color: #111;
}*/
/*.mob-head .mobile-nav > ul, .mob-head .mobile-nav2  ul{
    -webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;
    -webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px);
}
.mob-head.active .mobile-nav ul, .mob-head.active .mobile-nav2 ul{-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);}*/
#meta-nav {
    float: right;
    position: absolute;
    z-index: 9999999;
    right: 15px;
    top: 0;
    margin: 0;
}

#meta-nav li:first-of-type {
    border-right: 1px solid #fff;
    margin-right: 5px;
    padding-right: 5px;
}

#meta-nav li {
    float: left;
}

.subpage-wrapper {
    margin-top: 370px;
    background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1199px) {
    .subpage-wrapper {
        margin-top: 200px;
    }
}

.navigation li a.starter_active {
    font-weight: bold;
}

.content-grid {
    width: 50%;
    float: left;
    padding-right: 70px;
    line-height: 20px;
    font-weight: normal;
}

.content-wrap {
    padding: 85px 0 85px 0;
    float: left;
    width: 100%;
    min-height: 515px;
}

.content-wrap a {
    text-decoration: underline;
}

.content-wrap #sidebar a {
    text-decoration: none;
}

.content .row {
    margin-left: -38px;
    margin-right: -38px;
}

#subnavigation li li {
    padding-bottom: 4px;
}

#sidebar .level-1 > .starter_active, #sidebar .level-2 > .active, #sidebar .level-3 > .active, #sidebar .level-2 > a:hover, #sidebar .level-3 > a:hover {
    background: url('images/line.png') no-repeat bottom;
    background-size: 100%;
}

#sidebar .level-2.active > .active, #sidebar .level-1 > .starter_active.active {
    background-color: transparent;
}

#sidebar li li a {
    padding-left: 15px;
    position: relative;
}

#sidebar .level-2.active.no-bar > a {
    background: transparent;
}

#subnavigation > li > a {
    display: none;
}

#subnavigation ul li.level-3:last-child {
    padding-bottom: 15px;
}

#subnavigation .level-2 > .tworow.active, #subnavigation .level-3 > .tworow.active, #subnavigation .level-2 > a.tworow:hover, #subnavigation .level-3 > a.tworow:hover {
    background-size: 100% 30%;
    background-position-y: 90%;
}

a.btn_link {
    border: 1px solid #fff;
    padding: 6px 10px;
    float: left;
    margin-top: 35px;
    font-size: 14px;
    text-decoration: none !important;
}

.sidebar_image {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.sidebar_image span.text {
    background: url('images/circle.png') no-repeat;
    display: block;
    width: 120px;
    height: 94px;
    margin-right: 20%;
    background-size: cover;
    padding: 20px 13px;
    text-align: center;
    font-size: 12px;
    float: right;
}

.block1:nth-child(5) img {
    float: right;
}

#fbanchor {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    color: transparent;
}

#iganchor {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 35px;
    border-radius: 50%;
    color: transparent;
    background-color: #ffffff;
}

#iganchor img {
    margin: 4px 5px
}

#subnavigation ul ul li a:before {
    content: "-";
    position: absolute;
    left: 5px;
}

#sidebar .level-2 > a {
    padding-left: 0;
}

.content-grid .image-block {
    float: left;
    width: 100%;
    position: relative;
}

.content-grid img, .content-grid .image-block img {
    max-width: 100%;
    height: auto !important;
    width: 100%;
}

.content-grid .image-block .white-box {
    display: table;
    width: 160px;
    height: 160px;
    color: #f72e2a;
    background: #fff;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.content-grid .image-block:hover .white-box {
    opacity: 1;
}

.white-box .white-box-text {
    display: table-cell;
    vertical-align: middle;
}

#fullpage.impressionen #custom-mob-foot {
    display: none;
}

.impressionen #footer-slider {
    position: relative;
}

#footer-slider #visible-mobile {
    display: none;
}

.subpage-wrapper.impressionen {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 9;
}

.impressionen .content-wrap {
    min-height: 10px;
}

#sb-body, #sb-loading {
    background-color: #fff;
}

#contact-us p, .footer-block p {
    line-height: 27px;
    padding: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.mobile-nav-wrapper {
    width: 200px;
    margin: 0 auto;
}

.mobile-link {
    margin: 10px 0 30px;
    padding: 10px 15px 10px 30px;
    float: left;
    width: 100%;
}

.mobile-link a {
    border: 1px solid #fff;
    padding: 2px 8px;
    display: inline-block;
    font-size: 12px;
    margin: 5px 0;
}

.mobile-nav2 .landscape {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.mobile-nav2 {
    padding: 20px 10% 30px;
    float: left;
    width: 100%;
    display: none;
}

.mobile-nav2 .navigation3, .mobile-nav2 .navigation4, .fifty {
    float: left;
    width: 42%;
}

.mobile-nav2 .navigation3, .fifty.first {
    margin-right: 16%;
}

.mobile-nav2 .navigation3 > ul > li, .mobile-nav2 .navigation4 > ul > li {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.mobile-nav2 .mobile-link {
    background-color: transparent;
    padding: 0;
    float: left;
    width: 100%;
}

.mobile-nav2 .mobile-link a {
    padding: 5px 15px;
    font-size: 16px;
    width: auto;
    float: left;
    text-transform: uppercase;
}

.mobile-nav2 .navigation3 > ul > li:nth-child(n+4), .mobile-nav2 .navigation4 > ul > li {
    display: none;
}

.mobile-nav2 .navigation3 ul > li:nth-child(3), .mobile-nav2 .navigation4 ul > li:nth-child(6) {
    border-bottom: none;
}

.mobile-nav2 .navigation4 > ul > li:nth-child(n+4) {
    display: block;
}

a.btn_link:nth-child(2n) {
    margin-top: 15px;
}

#contact-us p span {
    font-weight: normal;
}

/**/
h1.custom-title {
    font-size: 30px;
    line-height: 40px;
}

#wrap-block div[class^='col-'], #fullpage > div[class^='col-'] {
    padding: 0;
}

html.mobile {
    overflow: hidden !important;
}

#fullpage {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    position: absolute;
}

html.mobile #fullpage {
    left: -80%;
}

.mobile-nav li ul a {
    padding-top: 4px;
    padding-bottom: 3px;
    line-height: 12px;
}

.resTable {
    text-align: center;
    bottom: 7%;
    left: -9%;
}

.resRoom {
    text-align: center;
    bottom: 7%;
    left: 9%;
    z-index: 5;
}

.resTable a, .resRoom a {
    width: 13%;
}

table.labels {
    max-width: 500px;
    width: auto;
    float: none;
    margin: 0 auto;
}

table.labels img {
    transition: transform .2s;
}

table.labels img:hover {
    transform: scale(1.1);
}

table.labels tr.label-img svg, table.labels tr.label-img img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
}

table.labels tr.label-img td {
    max-width: 250px;
    min-width: 130px;
    /*width: 50%;*/
    vertical-align: top;
}

table.labels tr.label-title {
    visibility: hidden;
}

@media (max-width: 992px) {
    .wrap-block-bottom {
        position: absolute;
        width: 100%;
        bottom: 9%;
        left: 0;
    }

    .c7n-partnerlogos .col-xs-4.col-lg-2 {
        height: 200px;
        line-height: 200px;
    }

    #down {
        display: none;
    }

    .resTable {
        text-align: center;
        left: -6%;
    }

    .resRoom {
        text-align: center;
        left: 6%;
    }

    .block1:first-child {
        width: 20%;
    }

    .block1:nth-child(2) {
        width: 27%;
    }

    .block1:nth-child(3) {
        width: 19%;
    }

    .block1:nth-child(4) {
        width: 15.3%;
    }
}

@media (min-width: 680px) {
    .meta-bottom-foot .block1:not(:last-of-type) {
        width: 20%
    }

    .block1:nth-child(2) {
        width: 26%;
    }

    .block1 {
        padding-right: 20px;
    }

    table.labels tr.label-title {
        visibility: visible;
    }
}

/******************************************************
 * Loader - http://codepen.io/Th3-Designer/pen/AXxwpW *
 ******************************************************/
.loader {
    background: white;
    height: 100vw;
    width: 100%;
}

.loading {
    display: none;
    width: 100px;
    height: 50px;
    position: relative;
    margin: calc(50vh - 25px) auto;
}

.loading span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #b3b3b3;
    opacity: .5;
    animation: snake 1.5s infinite ease-in-out;
    -webkit-animation: snake 1.5s infinite ease-in-out;
    -moz-animation: snake 1.5s infinite ease-in-out;
    -o-animation: snake 1.5s infinite ease-in-out;
}

.loading span:nth-of-type(2) {
    left: 20px;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
}

.loading span:nth-of-type(3) {
    left: 40px;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
}

.loading span:nth-of-type(4) {
    left: 60px;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
}

.loading span:nth-of-type(5) {
    left: 80px;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
}

.loading span:last-of-type {
    left: 100px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    --animation-delay: 1s;
}

/***********************
 * Animation Keyframes *
 ***********************/
@keyframes snake {
    0% , 100% {
        opacity: .3;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: black;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        background-color: light-grey;
        box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
    }
}

@-webkit-keyframes snake {
    0% , 100% {
        opacity: .3;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #000;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        background-color: #b3b3b3;
        box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
    }
}

@-moz-keyframes snake {
    0% , 100% {
        opacity: .3;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #000;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        background-color: #b3b3b3;
        box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
    }
}

@-o-keyframes snake {
    0% , 100% {
        opacity: .3;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #000;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        background-color: #b3b3b3;
        box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 20px 3px rgba(0,0,0,0.05);
    }
}

@media (max-width: 1200px) {
    .loader {
        display: none;
    }

    .c7n-partnerlogos .col-xs-3.col-lg-2 {
    height: 240px;
    line-height: 240px;
}
}

#d21-quickbook {
    width: 100%!important;
    min-height: inherit!important;
    max-width: 1000px!important;
    float: left;
    padding: 0;
    margin-top: 55px;
}

#d21-los-container>select {
    line-height: 17px!important;
}

#d21-quickbook #d21-los-container, #d21-quickbook #d21-arrival-container {
    width: 19%!important;
    margin-right: 1%!important;
}

#d21-quickbook #d21-occupancy-container {
    width: 34%!important;
    margin-right: 1%!important;
}

#d21-quickbook #d21-submit-container {
    width: 20%!important;
    clear: inherit!important;
    margin: 0!important;
}

@media (max-width: 1280px) {
    #d21-quickbook div[id*="-container"] {
        margin: 0!important;
    }

    .container.footer-scroll {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #d21-quickbook.d21-isNotGroup {
        min-height: 30px!important;
    }
}

#d21-quickbook .field, #d21-quickbook .hasDatepicker, #d21-quickbook select {
    border: 1px solid white!important;
    color: white!important;
}

#d21-los-select option {
    background-color: black!important;
}

#d21-quickbook i:not(.minus):not(.plus):not(.delete):not(.removeText) {
    background-color: rgba(0,0,0,0)!important;
}

#d21-quickbook .field, #d21-quickbook .hasDatepicker, #d21-quickbook select {
    background-color: rgba(0,0,0,0)!important;
}

#d21-quickbook #d21-submit-container input:not(.d21-pulse-btn) {
    background: white!important;
    color: black!important;
    font-weight: 600!important;
}

#d21-list-of-rooms ul {
    margin-left: 0!important;
}

#D21-Age-Select select {
    color: black!important;
}

/* Styling for homepage container (BLOCK_220) */
.c7n-custom-news {
    text-align: center;
    position: relative;
    display: none;
}

.c7n-custom-news img {
    border-radius: 50%;
    max-width: 120px;
    transition: transform .2s;
    /* Animation */
}

.c7n-custom-news img:hover {
    transform: scale(1.1);
}

/* New 09.09.2016 */
@media (max-width: 1050px) {
    #home-head {
        background: url('/images/content/startseite/Startbild1_h.jpg') no-repeat center;
        min-height: 1051px !important;
    }

    #restaurant {
        background: url('/images/content/startseite/Startbild_Restaurant_h.jpg') no-repeat center;
    }

    #hotel {
        background: url('/images/content/startseite/Startbild_Hotel_h.jpg') no-repeat center;
    }
}

a.restaurant-buttons.btn_link {
    border: 1px solid #fff;
    padding: 6px 10px;
    float: left;
    margin-top: 35px;
    font-size: 14px;
    text-decoration: none !important;
}

a.restaurant-buttons.btn_link:nth-child(2n) {
    margin-left: 10px;
}

#home-head #d21-quickbook {
    margin: 0 auto;
    position: relative;
    float: initial;
    top: 27%;
}

/* NEW RESERVATION TOOL */
table.reservation-tool input,select {
    background-color: rgba(255, 255, 255, .15) !important;
    color: white !important;
    font-family: inherit !important;
    border-radius: 0px !important;
}

table.reservation-tool option {
    background-color: black;
    color: white;
    font-family: inherit;
}

form.reservation-tool {
    margin: 0 auto;
    position: relative;
    float: initial;
    top: 15em;
    width: 100%!important;
    min-height: inherit!important;
    max-width: 1000px!important;
    padding: 0px;
}

@media screen and (max-width: 768px) {
    form.reservation-tool {
        top: 5em;
    }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
    form.reservation-tool {
        top: 10em;
    }
}

#reservation-button-bottom.scroll-box {
    display: block !important;
}

.reservation-link {
    background-color: rgba(255, 0, 0, .7)!important;
    color: white !important;
    font-family: inherit !important;
    border-radius: 0px !important;
    padding: 7px 45px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, .7);
}

#reservation-button-bottom .reservation-link, #reservation-button .reservation-link {
    float: right;
}

.reservation-box {
    background-color: rgba(0, 0, 0, .6) !important;
    padding: 14px 15px;
    height: 67px;
}

#reservation-button-bottom, #reservation-button-bottom {
    position: fixed;
    color: white;
    z-index: 2;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 67px;
    display: none;
}

.reservation-box .text-box {
    float: left;
    font-size: 17px;
    padding: 9px 4px;
}

#reservation-button {
    position: relative;
}

#reservation-button .container {
    max-width: 700px;
}

#reservation-button .reservation-box {
    height: 67px;
}

@media (max-width: 553px) {
    #reservation-button .reservation-box {
        height: 105px;
    }
}

.notitle h1.first {
    display: none;
}
