/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*Debug hide*/

.debug {
    display: none;
}

html {
    height: 100%;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    background-color: #000000;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.lvl0 .item a:hover,
.lvl0 .item a.act,
.lvl0 .item a.cur {
    color: #9C0A15 !important;
}

.main-menu .item {
    text-align: left !important;
}

.page {
    position: absolute;
    min-height: 780px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

.page .cover {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg_slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    outline: 0px solid red;
}

.bg_slide img {
    width: 100%;
    height: auto;
}

.bg_slide iframe {
    width: 100%;
    height: 100vh;
}

.home_bg_wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homevid_container {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 50%;
    z-index: 9;
}
.homevid_container .homevid_logo {
    position: absolute;
    top: -8%;
    z-index: 1;
}
.homevid_container .homevid_logo img {
    width: 8vw;
    height: auto;
}
.homevid_container .homevid_woodbar {
    position: relative;
    width: 100%;
    height: 7.4vw;
    background: url(../img/wooden_texture.png) no-repeat;
    background-size: contain;
}
.homevid_container .homevid_woodbar span {
    position: absolute;
    top: 34%;
    left: 18%;
    font-size: 1.6vw;
    line-height: 2.3vw;
    font-family: "Georgia", serif;
    color: white;
}
.homevid_container .homevid_video_container {
    position: absolute;
    right: 3%;
    bottom: 15%;
    z-index: -1;
    -webkit-transition: bottom 250ms ease-in;
    -moz-transition: bottom 250ms ease-in;
    -o-transition: bottom 250ms ease-in;
    transition: bottom 250ms ease-in;
}
.homevid_container .homevid_video_container:hover {
    bottom: 45%;
}
.homevid_container .homevid_video_container img {
    width: 24vw;
    height: auto;
}

/*.header {
    padding-top: 10px;
}*/

.header ul {
    list-style-type: none;
}

.header > .top {
    background: rgba(40, 33, 31, 0.8);
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding-left 0.5s ease;
    -moz-transition: padding-left 0.5s ease;
    -o-transition: padding-left 0.5s ease;
    -ms-transition: padding-left 0.5s ease;
    transition: padding-left 0.5s ease;
}

.lang-menu {
    float: left;
    width: 95px;
    margin: 0 0 0 10px;
    padding: 0;
    font: normal 11px/30px Tahoma, sans-serif;
    word-spacing: 10px;
    color: #b5b5b5;
    list-style: none outside none;
}

.lang-menu li {
    float: left;
    margin-right: 5px;
}

.lang-menu a {
    color: #b5b5b5;
    text-decoration: none;
}

.lang-menu .act {
    color: #ffffff;
}

.search {
    float: left;
    margin-left: 100px;
    -webkit-transition: margin-left 0.5s ease;
    -moz-transition: margin-left 0.5s ease;
    -o-transition: margin-left 0.5s ease;
    -ms-transition: margin-left 0.5s ease;
    transition: margin-left 0.5s ease;
}

.search input {
    background: #737373;
    background: rgba(115, 115, 115, 0.6);
    color: #aaaaaa;
    font: normal 18px/30px 'Anton', sans-serif;
    border: 0 none;
    padding: 0 0 0 10px;
    margin: 0;
    width: 110px;
}

.login-buttons {
    position: absolute;
    top: 10px;
    right: 420px;
    z-index: 1000;
}

.login-buttons .element {
    cursor: pointer;
    padding: 0 10px;
    background: #9c0a15;
    color: #ffffff;
    font: normal 18px/30px 'Anton', sans-serif;
}

.login-buttons .element .form {
    display: none;
    font: normal 10px Arial, sans-serif;
    padding: 10px 0;
}

.login-buttons .element .text,
.login-buttons .element .textlink {
    width: 147px;
    text-align: center;
}

.login-buttons .element .textlink {
    color: #ffffff;
    text-decoration: none;
}

.login-buttons .element .login-field label {
    display: inline-block;
    width: 80px;
}

.login-buttons .element .login-field input[type=text],
.login-buttons .element .login-field input[type=password] {
    width: 60px;
}

.contact-tel {
    position: absolute;
    width: 21.428em;
    top: -0.714em;
    right: 0;
    z-index: 20;
    font: normal 14px/1.571em Tahoma, sans-serif;
    padding: 2.143em;
    margin: -1.014em 0.714em 0 0;
    background: #9c0a15 url(../img/sprite.png) no-repeat -315px 30px;
    color: #ffffff;
    -moz-transform: rotate(-5deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    -o-transform: rotate(-5deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-5deg) translate3d(0, 0, 0);
    transform: rotate(-5deg) translate3d(0, 0, 0);
    -webkit-transition: font-size 0.5s ease, background-position 0.5s ease, right 0.5s ease;
    -moz-transition: font-size 0.5s ease, background-position 0.5s ease, right 0.5s ease;
    -o-transition: font-size 0.5s ease, background-position 0.5s ease, right 0.5s ease;
    -ms-transition: font-size 0.5s ease, background-position 0.5s ease, right 0.5s ease;
    transition: font-size 0.5s ease, background-position 0.5s ease, right 0.5s ease;
}

.contact-tel a.tel {
    font: normal 1.571em/1em 'Anton', sans-serif;
    text-decoration: none;
    color: #ffffff;
}

.contact-tel a.mail {
    display: block;
    position: absolute;
    right: 70px;
    bottom: 5px;
    color: #ffffff;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.header .main-menu-wrap {
    position: relative;
    width: 100%;
    z-index: 1;
}

#partnerlogos {
    position: absolute;
    top: 0;
    left: 235px;
}

#partnerlogos img {
    height: 40px;
    width: auto;
    float: left;
}

#partnerlogos img + img {
    margin-left: 5px;
}

.header .mlogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin-top: 2px;
    margin-left: 50px;
    width: 170px;
    height: auto;
    -webkit-transition: width 0.5s ease, margin 0.5s ease;
    -moz-transition: width 0.5s ease, margin 0.5s ease;
    -o-transition: width 0.5s ease, margin 0.5s ease;
    -ms-transition: width 0.5s ease, margin 0.5s ease;
    transition: width 0.5s ease, margin 0.5s ease;
}

.header .main-menu-wrap {
    height: 100px;
    z-index: 1;
}

.main-menu {
    position: absolute;
    top: 50px;
    left: 200px;
    right: 0;
    z-index: 5;
    min-width: 1085px;
    -webkit-transition: min-width 0.5s ease;
    -moz-transition: min-width 0.5s ease;
    -o-transition: min-width 0.5s ease;
    -ms-transition: min-width 0.5s ease;
    transition: min-width 0.5s ease;
}

.main-menu .lvl0,
.main-menu .lvl-1 {
    display: inline;
    margin: 0;
    padding: 0;
}

.main-menu ul {
    list-style-type: none;
}

.main-menu .lvl0 > .item {
    float: left;
    font: normal 23px/50px 'Anton', sans-serif;
    background: #ffffff;
    position: relative;
    -webkit-transition: font-size 0.5s ease, line-height 0.5s ease;
    -moz-transition: font-size 0.5s ease, line-height 0.5s ease;
    -o-transition: font-size 0.5s ease, line-height 0.5s ease;
    -ms-transition: font-size 0.5s ease, line-height 0.5s ease;
    transition: font-size 0.5s ease, line-height 0.5s ease;
}

.main-menu .lvl0 > .item.first > a {
    padding-left: 50px;
}

.main-menu .lvl0 > .item.last > a {
    padding-right: 50px;
}

.main-menu .lvl0 > .item > a,
.main-menu .lvl-1 > .item > a {
    display: block;
    color: #525051;
    padding: 0 40px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    -ms-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
}

.main-menu .lvl0 > .info {
    float: right;
}

.main-menu .lvl0 > .info .open {
    display: none;
}

.main-menu .lvl1 {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    margin: 0;
    width: auto;
    min-width: 150px;
    padding: 0 0 10px;
    background: #ffffff;
}

.main-menu .item.hover > .lvl1 {
    display: block;
}

.main-menu .lvl1 > .item {
    margin: 0 20px;
    border-top: 1px solid #d7d5d6;
    text-align: center;
}

.main-menu .lvl1 > .item > a {
    font: normal 12px/36px Tahoma, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #525051;
}

.main-menu .lvl2 {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.main-menu .lvl2 > .item {
    margin: 0 5px;
    border-top: 1px dashed #d7d5d6;
    text-align: center;
}

.main-menu .lvl2 > .item > a {
    display: block;
    font: normal 11px/20px Tahoma, sans-serif;
    text-decoration: none;
    color: #525051;
}

.main-menu .lvl-1 .homebtn {
    display: none;
}

.legal-menu {
    float: right;
    font: normal 11px/50px Tahoma, sans-serif;
    background: #ffffff;
    -webkit-transition: line-height 0.5s ease;
    -moz-transition: line-height 0.5s ease;
    -o-transition: line-height 0.5s ease;
    -ms-transition: line-height 0.5s ease;
    transition: line-height 0.5s ease;
}

.legal-menu a {
    display: block;
    float: left;
    color: #878586;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 10px;
}

.appStoreWrap {
    display: block;
    float: right;
    top: 125px;
    right: 15px;
    max-height: 115px;
    max-width: 350px;
}

.appStore {
    display: block;
    margin-right: 10px;
    float: right;
}

.header > .bot {
    min-height: 550px;
}

.social-menu {
    background: #000000 url('../img/sprite.png') no-repeat 0 -134px;
    position: absolute;
    top: 300px;
    left: 0;
    width: 47px;
    padding-top: 77px;
    text-align: center;
    font-size: 30px;
}

.social-menu a {
    display: block;
    height: 30px;
    width: 31px;
    display: block;
    text-decoration: none;
    margin: 5px;
    margin-bottom: 10px;
}

.fb-color {
    color: #3b5998;
}

.gp-color {
    color: #db4a39;
}

.tw-color {
    color: #00a0d1;
}

.pt-color {
    color: #910101;
}

.content-wrapper {
    position: absolute;
    top: 390px;
    right: 35px;
    width: 640px;
}

.content-box {
    background: url('../img/holz.jpg') no-repeat 0 0;
    width: 600px;
    max-height: 175px;
    color: #ffffff;
    padding: 20px;
}

.content-box-inhalt {
    width: 600px;
    height: 175px;
}

.content-box-close {
    position: absolute;
    top: -30px;
    right: 21px;
    color: #ffffff;
    cursor: pointer;
}

.content-box-close.closed {
    font-size: 30px;
    font-weight: bold;
    margin-right: -5px;
}

.content-box h1 {
    font: 35px/1em 'Anton', sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 2px 0 #000000;
}

.content-box h2 {
    font: bold 15px/24px 'Tahoma', sans-serif;
    margin: 2px;
    text-shadow: 2px 2px 0 #000000;
}

.content-box p {
    font: 14px/16px 'Tahoma', sans-serif;
    text-shadow: 2px 2px 0 #000000;
}

.content-menu {
    float: right;
    width: 306px;
    margin-top: -15px;
    margin-right: 64px;
    -webkit-transition: margin 0.5s ease, width 0.5s ease;
    -moz-transition: margin 0.5s ease, width 0.5s ease;
    -o-transition: margin 0.5s ease, width 0.5s ease;
    -ms-transition: margin 0.5s ease, width 0.5s ease;
    transition: margin 0.5s ease, width 0.5s ease;
}

.content-menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-menu-ul .item {
    display: inline;
}


.footer {
    background-color: #000000;
    position: absolute;
    width: 100%;
    bottom: 0;
    font: 11px/18px Tahoma, sans-serif;
    color: #aaaaaa;
}

.footer .footerbox .top {
    padding: 0 25px;
    background: #9e050c;
}

.footer .footerbox .bot {
    margin: 10px 25px;
}

.footer a {
    font: 11px/18px Tahoma, sans-serif;
    color: #aaaaaa;
    text-decoration: none;
}

.footer .bot .contact-info {
    float: left;
}

.footer .bot .backlink {
    display: block;
    float: right;
    color: #aaaaaa;
    text-decoration: none;
    padding-right: 27px;
    background: url('../img/sprite.png') no-repeat -221px -49px
}


/* QUICKREQUEST */

.quickrequest h2 {
    font: 30px/1.5em 'Anton', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin: 25px 35px 0 0;
    float: left;
}

.quickrequest a {
    text-decoration: none;
    display: block;
}

.quickrequest ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    float: left;
}

.quickrequest li {
    padding: 15px 20px 0 0;
    float: left;
}

.quickrequest label {
    display: block;
    padding-left: 5px;
    font: 12px/18px Tahoma, sans-serif;
    color: #aaaaaa;
    padding: 0;
}

.quickrequest .visual_input select {
    font-size: 12px;
    height: 30px;
}

.quickrequest .visual_input input {
    font-size: 12px;
    height: 25px;
}

.quickrequest .submit_wbe {
    margin-top: 17px;
    padding: 0 10px;
    border: 0;
    font: 18px/32px 'Anton', sans-serif;
    text-transform: uppercase;
    background-color: #ffffff;
    -webkit-transition: font-size 0.5s ease;
    -moz-transition: font-size 0.5s ease;
    -o-transition: font-size 0.5s ease;
    -ms-transition: font-size 0.5s ease;
    transition: font-size 0.5s ease;
}

.quickrequest .submit {
    position: relative;
}

.quickrequest .submit .info-txt {
    position: absolute;
    bottom: 0;
    right: 0;
}

.quickrequest .submit .info-txt span {
    display: none;
    position: absolute;
    background: #FFF;
    width: 200px;
    padding: 5px 10px;
    bottom: 39px;
    left: -209px;
    color: #333333;
}

.quickrequest .submit .info-txt::after {
    display: none;
    content: ' ';
    position: absolute;
    bottom: 27px;
    right: -7px;
    border-top: 12px solid #FFF;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

#searchandbook .info-txt .icon-info {
    width: 16px;
    height: 16px;
    background: url('../img/info_icon.png') no-repeat 0 0;
    display: block;
    position: absolute;
    bottom: 8px;
    right: -10px;
}

#searchandbook .info-txt:hover span,
#searchandbook .info-txt:hover:after {
    display: block;
}

.ie7 .quickrequest .submit_wbe {
    padding: 0 10px;
}

.quickrequest .submit_wbe .icon {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    width: 1em;
    color: #ffffff;
    background: #000000;
    margin-left: 5px;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}


/* SPRITE */

.sprite {
    background: url('../img/sprite.png');
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    float: left;
    margin-left: 10px;
}

.bedIcon {
    background-position: 0 0;
}

.cutleryIcon {
    background-position: -65px 0;
}

.cityIcon {
    background-position: 0 -64px;
}

.infoIcon {
    background-position: -65px -63px;
}

.bubbleIcon {
    background-position: -154px -72px;
    width: 176px;
    height: 81px;
}

.hid_title {
    overflow: hidden;
    display: none;
    font: normal 11px/15px Tahoma, sans-serif;
    color: #ffffff;
    text-align: center;
    -webkit-transition: width 0.5s ease, height 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease;
    -o-transition: width 0.5s ease, height 0.5s ease;
    -ms-transition: width 0.5s ease, height 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease;
}

.bed-color {
    background: #4c320f;
}

.cutlery-color {
    background: #7f9eba;
}

.city-color {
    background: #6e7444;
}

.info-color {
    background: #89622b;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1388px) {
    .search {
        margin-left: 50px;
    }
    .header .mlogo {
        width: 115px;
        margin-top: 20px;
    }
    #partnerlogos {
        left: 180px;
    }
    .main-menu {
        min-width: 0;
        left: 150px;
    }
    .main-menu .lvl0 > .item {
        font-size: 17px;
        line-height: 42px;
    }
    .main-menu .lvl0 > .item.first > a {
        padding-left: 30px;
    }
    .main-menu .lvl0 > .item > a {
        padding: 0 35px 0 20px;
    }
    .main-menu .lvl0 > .item.last > a {
        padding-right: 30px;
    }
    .main-menu .lvl1 {
        top: 42px;
    }
    .legal-menu {
        line-height: 42px;
        position: absolute;
        right: 0;
        top: -42px;
        background: none;
    }
}

@media only screen and (max-width: 1225px) {
    .homevid_container_wrapper {
        position: relative;
        width: 100%;
        padding: 10% 0 2%;
    }
    .homevid_container {
        position: relative;
        margin: 0 auto;
        left: initial;
    }
}
@media only screen and (max-width: 1024px) {
    .login-buttons {
        right: auto;
        left: 325px;
    }
    /* CHANGES 2015 */
    .main-menu {
        min-width: 0;
        height: auto;
        left: 80px;
        top: 45px;
        padding: 10px;
        background: #ffffff;
    }
    .main-menu .lvl0,
    .main-menu .lvl1,
    .main-menu .lvl2 {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
    }
    .hotel-menu .lvl0,
    .main-menu .lvl0 {
        border-top: 1px solid #999999;
    }
    .main-menu .lvl-1 .homebtn {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .main-menu .lvl-1 .item {
        width: 100%;
        float: none;
        margin: 0;
    }
    .main-menu .lvl-1 > .item {
        float: left;
        font: normal 23px/50px 'Anton', sans-serif;
        background: #ffffff;
        position: relative;
        z-index: 1000;
        -webkit-box-shadow: 0px 3px 5px 1px #E0E0E0;
        box-shadow: 0px 3px 5px 1px #E0E0E0;
    }
    .main-menu .lvl0 a,
    .main-menu .lvl0 .first a,
    .main-menu .lvl0 .last a {
        display: block;
        padding: 0 20px 0 50px !important;
        text-align: center;
    }
    .main-menu .item.hover > .lvl0,
    .main-menu .item.hover > .lvl2 {
        display: block;
    }
    .main-menu .lvl0 > .item {
        border-bottom: 1px solid #D7D5D6;
    }
    .main-menu .lvl1 > .item {
        border-top: 1px dashed #D7D5D6;
    }
    .main-menu .lvl2 > .item {
        border-top: 1px dotted #D7D5D6;
    }
    .click-icon {
        display: inline-block;
        position: relative;
        width: 23px;
        height: 23px;
        background: #000;
        color: #FFF;
        border-radius: 23px;
        margin-right: 5px;
    }
    .click-icon .icon {
        position: absolute;
        left: 0;
    }
    .click-icon .top {
        top: -2px;
    }
    .click-icon .bot {
        top: 4px;
    }
    .main-menu .link {
        text-align: center;
        cursor: pointer;
    }
}

@media only screen and (max-width: 907px) {
    #partnerlogos {
        top: -23px;
        left: 60px;
    }
    .footer {
        background-color: #000000;
        position: static;
        width: 100%;
        bottom: 0;
        font: 11px/18px Tahoma, sans-serif;
        color: #aaaaaa;
    }
    .contact-info {
        display: block;
    }
    .contact-tel {
        font-size: 11px;
        background-position: -317px 15px;
        right: -90px;
    }
    .contact-tel a.mail {
        right: 90px;
    }
}

@media only screen and (max-width: 800px) {
    .login-buttons {
        left: 165px;
        top: 55px;
    }
    .login-buttons .element {
        border: 1px solid #ffffff;
    }
    #partnerlogos {
        left: 20px;
    }
    .bg_slide {
        position: absolute;
        top: 175px;
    }
    .homevid_container_wrapper {
        padding: 0;
    }
    .homevid_container {
        display: none;
    }
    .page {
        min-width: 320px
    }
    .header > .top {
        padding-left: 10px;
    }
    .header .mlogo {
        margin-left: 10px;
    }
    .header > .bot {
        min-height: 465px;
    }
    .main-menu {
        min-width: 0;
        height: auto;
        left: 80px;
        top: 45px;
        padding: 10px;
        background: #ffffff;
    }
    .main-menu .lvl0,
    .main-menu .lvl1,
    .main-menu .lvl2 {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
    }
    .hotel-menu .lvl0,
    .main-menu .lvl0 {
        border-top: 1px solid #999999;
    }
    .main-menu .lvl-1 .homebtn {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .main-menu .lvl-1 .item {
        width: 100%;
        float: none;
        margin: 0;
    }
    .main-menu .lvl-1 > .item {
        float: left;
        font: normal 23px/50px 'Anton', sans-serif;
        background: #ffffff;
        position: relative;
        z-index: 1000;
        -webkit-box-shadow: 0px 3px 5px 1px #E0E0E0;
        box-shadow: 0px 3px 5px 1px #E0E0E0;
    }
    .main-menu .lvl0 a,
    .main-menu .lvl0 .first a,
    .main-menu .lvl0 .last a {
        display: block;
        padding: 0 20px 0 50px !important;
        text-align: center;
    }
    .main-menu .item.hover > .lvl0,
    .main-menu .item.hover > .lvl2 {
        display: block;
    }
    .main-menu .lvl0 > .item {
        border-bottom: 1px solid #D7D5D6;
    }
    .main-menu .lvl1 > .item {
        border-top: 1px dashed #D7D5D6;
    }
    .main-menu .lvl2 > .item {
        border-top: 1px dotted #D7D5D6;
    }
    .content-wrapper {
        width: 100%;
        right: 0;
    }
    .content-box {
        width: 100%;
        padding: 20px 0;
    }
    .content-box-inhalt {
        margin: 0 20px;
        width: auto;
    }
    .content-box-close {
        display: none;
    }
    .content-menu {
        margin-top: -290px;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .content-menu .item {
        display: inline-block;
        margin-left: 10px;
    }
    .content-menu a {
        display: inline-block;
        text-decoration: none;
    }
    .content-menu .sprite {
        display: inline-block;
        float: none;
        margin: 0;
    }
    .click-icon {
        display: inline-block;
        position: relative;
        width: 23px;
        height: 23px;
        background: #000;
        color: #FFF;
        border-radius: 23px;
        margin-right: 5px;
    }
    .click-icon .icon {
        position: absolute;
        left: 0;
    }
    .click-icon .top {
        top: -2px;
    }
    .click-icon .bot {
        top: 4px;
    }
    .main-menu .link {
        text-align: center;
        cursor: pointer;
    }
    .bg_slide img {
    width: auto;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    }
    
    .caroufredsel_wrapper{
    max-height:65%;
    height:65%;
    }
}

@media only screen and (max-width: 520px) {
    .search,
    .login-buttons {
        display: none;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ------------------------------------------------------- */


/*                      CHANGES DEC. 2015                  */


/* ------------------------------------------------------- */

.be_user {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.be_user .page {
    overflow-x: hidden;
    overflow-y: auto;
}

.be_user .footer {
    visibility: hidden;
}

.be_user .footerbox {
    background-color: #000;
}

.be_user .footerbox .top {
    display: none;
}

.be_user .footerbox .bot {
    min-height: 80px;
    margin: 0;
    padding: 10px 100px;
    position: relative;
    /*width: 100%;*/
}

.be_user .main {
    position: absolute;
    bottom: 0;
}

.be_user .content-wrapper {
    /*display: none;*/
    position: relative;
    top: auto;
    left: 100px;
    bottom: 0;
    padding-top: 42px;
}

.be_user .content-wrapper .content-box {
    display: none;
    z-index: 1;
}

.be_user .content-wrapper .content-menu,
.be_user .content-wrapper .content-box-close {
    display: none;
}

.be_user .button.toggle-contentbox {
    color: #000;
    background-color: #fff;
    height: 42px;
    width: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
    box-shadow: 0px 0px 16px silver;
}

.be_user .button.toggle-contentbox i {
    font-size: 42px;
}

.be_user .qr_wrapper {
    padding: 10px;
    position: absolute;
    right: 100px;
    top: 170px;
    width: 300px;
    background-color: #fff;
}

.be_user .qr_wrapper .quickrequest {
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 0px 17px 2px silver;
    color: black !important;
    padding: 25px;
}

.be_user .qr_wrapper .quickrequest h2 {
    font: 30px/1.5em 'Anton', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: auto;
    float: none;
}

.be_user .qr_wrapper .quickrequest ul {
    float: none;
}

.be_user .qr_wrapper .quickrequest li {
    float: none;
    padding-top: 5px;
    padding-right: 0;
}

.be_user .qr_wrapper .quickrequest label {
    color: #000;
    float: left;
}

.be_user .qr_wrapper .quickrequest .visual_input select,
.be_user .qr_wrapper .quickrequest .visual_input input {
    float: right;
    width: 150px;
    background-color: #DBDBDB;
    border: none;
    height: 21px;
}

.be_user .qr_wrapper .quickrequest .visual_input select {
    width: 160px;
}

.be_user .qr_wrapper .quickrequest .visual_input input {
    padding: 0 5px;
}


/* CLEARFIXING */

.be_user .qr_wrapper .quickrequest > ul > li:before,
.be_user .qr_wrapper .quickrequest > ul > li:after {
    content: " ";
    display: table;
}

.be_user .qr_wrapper .quickrequest > ul > li:after {
    clear: both;
}

.be_user .qr_wrapper .quickrequest > ul > li:before,
.be_user .qr_wrapper .quickrequest > ul > li:after {
    content: " ";
    display: table;
}

.be_user .qr_wrapper .quickrequest input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
}

.be_user .qr_wrapper .quickrequest input[type=number]::-webkit-inner-spin-button:before,
.be_user .qr_wrapper .quickrequest input[type=number]::-webkit-inner-spin-button:after {
    font-family: 'Material Icons';
    content: "\e316";
    position: absolute;
    right: -5px;
}

.be_user .qr_wrapper .quickrequest input[type=number]::-webkit-inner-spin-button:before {
    top: -1px;
}

.be_user .qr_wrapper .quickrequest input[type=number]::-webkit-inner-spin-button:after {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
}

.be_user .qr_wrapper .quickrequest .info-txt > span {
    box-shadow: 7px 7px 30px silver;
    font-size: 11px;
}

.be_user .qr_wrapper .quickrequest .description {
    font-family: 'Helvetica';
}

.be_user .qr_wrapper .quickrequest .description h3 {
    font-family: 'Anton';
    text-transform: uppercase;
    color: #9C0A15;
    margin-bottom: 5px;
}

.be_user .qr_wrapper .quickrequest .description h4 {
    color: #9C0A15;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

.be_user .qr_wrapper .quickrequest .description li {
    font-size: 12px;
    color: black;
    position: relative;
    margin-left: 12px;
}

.be_user .qr_wrapper .quickrequest .description li:before {
    font-family: 'Material Icons';
    content: "\e315";
    position: absolute;
    left: -17px;
    font-size: 16px;
    top: 1px;
    color: #9C0A15;
}

.be_user .qr_wrapper .quickrequest button {
    width: 100%;
    background-color: #9C0A15;
    color: #fff;
    font-size: 26px;
    height: 42px;
}

.be_user .qr_wrapper .quickrequest button span.icon {
    display: none;
}

.be_user .qr_wrapper .quickrequest .info-txt {
    bottom: -38px;
    right: -10px;
}

.be_user #legalM,
.be_user #mainmenu .info.item {
    display: none;
}

.be_user .footer .bot .box,
.be_user .footer .bot .contact-info {
    float: left;
    display: block;
    height: 100px;
    width: 20%;
}

.be_user .footer .bot .contact-info {
    display: none;
}

.be_user .footer .bot .box.social h2 {
    display: none;
}

.be_user .footer .bot .box.destination h2 {
    text-align: center;
    padding-top: 45px;
    color: #4C4C4C;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0.1;
}

.be_user .footer .bot .box.destination .img-wrapper {
    width: 100%;
    text-align: center;
}

.be_user .footer .bot .box.destination img.map-image {
    margin-top: -70px;
}

.be_user .footer .bot .box.reviews h2 {
    display: none;
}

.be_user .footer .bot .box.reviews iframe {
    display: block;
    margin: 0 auto;
    border: 0;
    margin: auto;
    max-height: 110px !important;
    overflow: hidden;
    padding-top: 15px;
    width: 125px;
    padding-left: 20px;
}

.be_user .footer .bot .box.contact {
    font-size: 12px;
}

.be_user .footer .bot .box.destination,
.be_user .footer .bot .box.contact {
    width: 22.5%;
}

.be_user .footer .bot .box.newsletter {
    width: 15%;
}

.be_user .footer .bot .box.newsletter h2 {
    text-align: center;
    font-family: 'Anton';
    font-size: 33px;
    color: #47ACA9;
    padding-top: 26px;
}

.be_user .footer .bot .box .links {
    text-align: right;
    letter-spacing: 21px;
    bottom: 0;
}

.be_user .footer .bot .box .links:last-of-type {
    margin: 8px 0;
}

.be_user .footer .bot .box .links .icon {
    font-size: 50px;
}

.be_user .footer .appStoreWrap {
    position: absolute;
    top: 80px;
    right: 100px;
}

.be_user .footer .appStore:first-of-type {
    margin-right: 0;
}

.be_user .footer .bot .box .links a:last-of-type {
    letter-spacing: 0;
}

.be_user .page {
    min-height: 0;
}


.be_user .footer .footer-menu {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 250px;
}

.be_user .footer .footer-menu ul {
    padding: 0;
    margin: 0;
}

.be_user .footer .footer-menu li {
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
}

.be_user .footer .footer-menu li:not(:last-of-type) {
    margin-right: 10px;
}

.be_user .footer .footer-menu li a {
    color: #444;
}

@media screen and (max-width: 1200px) {
    .be_user .header > .bot {
        min-height: 500px;
    }
    .be_user .main {
        position: fixed;
        z-index: 5;
    }
    .be_user .footer .bot .box {
        float: none;
        width: 100% !important;
        text-align: center;
        display: inline-table;
    }
    .be_user .footer .bot .box.social .links {
        text-align: center;
    }
    .be_user .footer .bot .appStoreWrap {
        position: absolute;
        bottom: 40px;
        top: auto;
    }
}


/*@media screen and (max-width: 1110px) {
}*/

@media screen and (max-width: 985px) {
    .be_user .header .main-menu-wrap {
        width: 50%;
    }
    .be_user .qr_wrapper {
        top: 105px;
    }
}

@media screen and (max-width: 850px) {
    .be_user .header .main-menu-wrap {
        width: 100%;
    }
    .be_user .qr_wrapper {
        position: static;
        margin: 20px auto;
    }
}

@media screen and (max-width: 800px) {
    .be_user .caroufredsel_wrapper {
        display: block !important;
    }
    .be_user .main,
    .be_user .main .content-wrapper {
        left: 0;
        bottom: auto;
    }
    .be_user .content-wrapper .content-box {
        display: block;
        position: static;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .be_user .button.toggle-contentbox {
        display: none !important;
    }
    .be_user .footer {
        position: static;
        top: auto !important;
    }
    .be_user .main {
        position: static;
    }
    .be_user .footer-menu {
        left: 5px !important;
    }
}



/* Home popup - 06.06.2016 - PH */

.home-popup {
    background: rgba(40, 33, 31, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.home-popup-close {
    position: absolute;
    font-size: 50px;
    color: #FFF;
    top: 0;
    right: 20.4px;
    cursor: pointer;
    z-index: 9999;
}

.home-popup-image {
    height: auto;
    width: auto;
    max-height: 80%;
    max-width: 50%;
    position: absolute;
}
/* @media screen and (max-width: 1024px) { */
@media screen and (max-width: 768px) {

.home-popup-image {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}
}

aside.rightcolumn {
    position: absolute;
    top: 140px;
    right: 0;
    width: 316px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease, top 0.5s ease;
    -moz-transition: width 0.5s ease, top 0.5s ease;
    -o-transition: width 0.5s ease, top 0.5s ease;
    -ms-transition: width 0.5s ease, top 0.5s ease;
    transition: width 0.5s ease, top 0.5s ease;
        z-index: 0;
}

aside .sidebox {
    padding: 10px 0;
    margin: 10px 0;
    font-size: 15px;
    background: #ffffff;
    color: #000000;
}
aside .sidebox .padwrap {
    margin: 0 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 5px 1px #e0e0e0;
    box-shadow: 0px 3px 5px 1px #e0e0e0;
}
aside .sidebox h2 {
    margin: 0 0 5px;
    padding-bottom: 12px;
    font: normal 27px/1em 'Anton', sans-serif;
    border-bottom: 1px solid #d3d3d3;
    color: #9C0A15;
    text-transform: uppercase;
}
.kidsage-main-container {
    height: auto!important;
}
#simplebooking-container #kidsage-container {
    position: relative!important;
}

/* Custom title for social menu by Almir on 01.04.2019 */
.social-title {
    color: #000 !important;
    font-size: 15px;
}
.social-title > a {
    text-decoration: none !important;
    color: #666;
}


/* Social Media Icons by Julian Mair | 27.01.2017 */
.social-media-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    margin: 15px 15px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background 15ms;
}

/* Added on 01.04.2019 by Almir ::: reg. by Sejla B. */
.social-media-icon.in-icon {
    background-image: url("../img/social/instagram_BW.png");
}
.social-media-icon.in-icon:hover {
    background-image: url("../img/social/instagram.png");
}

.social-media-icon.fb-icon {
    background-image: url("../img/social/facebook_BW.png");
}
.social-media-icon.fb-icon:hover {
    background-image: url("../img/social/facebook.png");
}

.social-media-icon.tw-icon {
    background-image: url("../img/social/twitter_BW.png");
}
.social-media-icon.tw-icon:hover {
    background-image: url("../img/social/twitter.png");
}

.social-media-icon.gp-icon {
    background-image: url("../img/social/google_plus_BW.png");
}
.social-media-icon.gp-icon:hover {
    background-image: url("../img/social/google_plus.png");
}

.social-media-icon.pt-icon {
    background-image: url("../img/social/pinterest_BW.png");
}
.social-media-icon.pt-icon:hover {
    background-image: url("../img/social/pinterest.png");
}

.social-media-icon.yt-icon {
    background-image: url("../img/social/youtube_BW.png");
}
.social-media-icon.yt-icon:hover {
    background-image: url("../img/social/youtube.png");
}

/* Social Media NAV(!) Icons by Julian Mair | 30.01.2017 */
.main-menu .social-media-nav {
    padding: 20px;
    box-sizing: border-box;
}

.main-menu .social-media-nav > .item {
    display: inline-block;
    margin: auto;
    border-top: none;
}

.main-menu .social-media-nav .social-media-icon {
    height: 50px;
    width: 50px;
    margin: 0 7px;
}

@media only screen and (max-width: 1024px) {
    .main-menu .social-media-nav .item {
        width: auto;
        float: left;
        margin: 0;
        padding: 0;
    }
}


/* New Footer Style - 15.02.17 - by JM */

#footerboxnew.footerbox {
    background-color: #000;
}
#footerboxnew.footerbox .footer-wrapper {
    position: relative;
    min-height: 80px;
    margin: 0;
    padding: 10px 0 10px;
}
#footerboxnew.footerbox .footer-wrapper .footer-left,
#footerboxnew.footerbox .footer-wrapper .footer-center,
#footerboxnew.footerbox .footer-wrapper .footer-right {
    display: inline-block;
    float: left;
    height: auto;
    min-height: 1px;
}
#footerboxnew.footerbox .footer-wrapper .footer-left,
#footerboxnew.footerbox .footer-wrapper .footer-right {
    width: 15%;
}
#footerboxnew.footerbox .footer-wrapper .footer-center {
    width: 70%;
    text-align: center;
}

#footerboxnew.footerbox .footer-wrapper .footer-left .box.reviews {
    margin: 35px 0 0;
}

#footerboxnew.footerbox .footer-wrapper .footer-left .box.reviews iframe {
    display: block;
    border: 0;
    max-height: 110px !important;
    width: 125px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 76px;
}

#footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-1 {
    margin-bottom: 10px;
    font-size: 1.2em;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-2 {
    display: table;
    width: auto;
    margin: 0 auto;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-2 .footer-table-cell {
    display: table-cell;
    vertical-align: middle;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .box.newsletter,
#footerboxnew.footerbox .footer-wrapper .footer-center .box.destination,
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-apps,
#footerboxnew.footerbox .footer-wrapper .footer-center .box.download {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: auto;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .box.newsletter h2,
#footerboxnew.footerbox .footer-wrapper .footer-center .box.download h2 {
    font-family: "Agency Fb";
    font-size: 38px;
    line-height: 2.5em;
    letter-spacing: -1px;
    margin: 0 5px;
    color: #444;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .box.destination h2 {
    position: absolute;
    font-size: 13px;
    text-transform: uppercase;
    top: 25%;
    left: 30%;
    color: #444;
}
body[data-lang="nl"] #footerboxnew.footerbox .footer-wrapper .footer-center .box.destination h2,
body[data-lang="en"] #footerboxnew.footerbox .footer-wrapper .footer-center .box.destination h2,
body[data-lang="fr"] #footerboxnew.footerbox .footer-wrapper .footer-center .box.destination h2,
body[data-lang="de"] #footerboxnew.footerbox .footer-wrapper .footer-center .box.destination h2 {
    left: 20%;
}

#footerboxnew.footerbox .footer-wrapper .footer-center .box.destination img {
    height: 100px;
    width: auto;
}

#footerboxnew.footerbox .footer-wrapper .footer-center .box.newsletter h2:hover,
#footerboxnew.footerbox .footer-wrapper .footer-center .box.download h2:hover,
#footerboxnew.footerbox .footer-wrapper .footer-center .box.destination h2:hover {
    color: #7a7a7a;
}

#footerboxnew.footerbox .footer-wrapper .footer-center .footer-apps .appStore {
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-apps .appStore img {
    height: 75px;
    width: auto;
}

#footerboxnew.footerbox .footer-wrapper .footer-center .footer-menu {
    display: inline-block;
    position: relative;
    margin: 15px 0 0;
    right: 0;
    bottom: 0;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-menu ul {
    padding: 0;
    margin: 0;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-menu a {
    color: #444;
    font-size: 13px;
    font-weight: 600;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-menu a:hover {
    color: #7a7a7a;
}

#footerboxnew.footerbox .footer-wrapper .footer-right {
    box-sizing: border-box;
    height: 125px;
    line-height: 125px;
    text-align: right;
    margin: 15px 0 0;
    padding-right: 76px;
}
#footerboxnew.footerbox .footer-wrapper .footer-right .backlink {
    line-height: 16px;
    font-size: 16px;
    color: #aaaaaa;
    text-decoration: none;
    padding-right: 27px;
    background: url(../img/tingea_logo_white.png) no-repeat 100% 100%;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    #footerboxnew.footerbox .footer-wrapper .footer-left,
    #footerboxnew.footerbox .footer-wrapper .footer-center,
    #footerboxnew.footerbox .footer-wrapper .footer-right {
        width: 100%;
    }
    #footerboxnew.footerbox .footer-wrapper .footer-left .box.reviews iframe {
        margin: 0 auto;
        padding-left: 0;
    }
    #footerboxnew.footerbox .footer-wrapper .footer-center .footer-center {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-1 {
        padding: 0 10%;
    }
    #footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-2 {
        display: inline-block;
    }
    #footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-2 .footer-table-cell {
        display: block;
    }
}

/* Social Media Share Button - 31.01.17 - JM */
/* changed by JM - 06.03.17 */
.social-media-icon.social-media-button {
    background-image:url('../img/share-icon.png');
    height: 30px;
    width: 30px;
    margin: 5px;
}
.a2a_kit.a2a_default_style {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 40px;
    height: 40px;
}
.a2a_default_style .a2a_dd {
    width: 40px;
    height: 40px;
    text-align: center;
    outline: none;
}
#sm-btn .social-media-icon.social-media-button {
    background-image:url('../img/share-icon.png');
    height: 55px;
    width: 50px;
    margin: 0;
}
#sm-btn.a2a_kit.a2a_default_style {
    position: fixed;
    z-index: 10;
    right: 91px;
    bottom: 25px;
    top: initial;
    width: 55px;
    height: 55px;
    background: #740810;
    border: rgba(0, 0, 0, 0.25) 1px solid;
}
#sm-btn.a2a_default_style .a2a_dd {
    outline: none;
}
.a2a_menu,
.a2a_menu_find_container {
    border-radius: 0 !important;
}
.a2a_svg, .a2a_count { border-radius: 0 !important; }
.a2a_menu a.a2a_i .a2a_svg,
.a2a_menu a.a2a_more .a2a_svg {
    height: 45px;
    width: 45px;
    line-height: 40px;
    margin: 0 7px;
}
.a2a_menu a.a2a_i,
.a2a_menu a.a2a_menu_show_more_less,
.a2a_menu a.a2a_i:visited,
.a2a_menu a.a2a_menu_show_more_less:visited {
    line-height: 40px;
    color: #000000;
}

@media screen and (max-width: 750px) {
    .a2a_kit.a2a_default_style {
        background: rgba(116, 8, 16, 0.95);
    }
}

/* END -- Social Media Share Button - 31.01.17 - JM */

/* Guest-Login-Button for request-form by JM - 08.06.17*/
aside.rightcolumn {
    overflow: initial;
}
.guest-section-btn {
    position: absolute;
    display: block;
    z-index: 1;
    top: calc( 100% + 29px );
    right: -37px;
    outline: none;
}
.guest-section-btn a {
    text-decoration: none;
    outline: none;
    color: initial;
}
.guest-section-btn a img {
    height: auto;
    width: 83%;
    float: right;
    outline: none;
}
.guest-section-btn a abbr {
    position: absolute;
    display: block;
    width: 25px;
    height: 30px;
    text-decoration: none;
    border: none;
    top: 15px;
    right: 30px;
}
/* END -- Guest-Login-Button for request-form */

/* Guest-Login-Button for request-form by JM - 08.06.17*/


.homeBookingContainer {
    position: absolute;
    top: 55%;
    left: 20%;
    width: 50%;
    z-index: 10;
}
.homeBookingContainer .home_logo {
    position: absolute;
    top: 7%;
    z-index: 1;
}
.homeBookingContainer .home_logo img {
    width: 8vw;
    height: auto;
}

.homeBookingContainer .home_woodbar_with_ribbon {
    position: relative;
    width: 100%;
    height: 9.4vw;
    background: url(../img/wooden_texture_with_ribbon.png) no-repeat;
    background-size: cover;
}

.homeBookingContainer .home_woodbar_with_ribbon span {
    position: absolute;
    top: 38%;
    left: 18%;
    font-size: 1.6vw;
    line-height: 2.3vw;
    font-family: "Georgia", serif;
    color: white;
}
.homeBookingContainer .homebookingImgContainer {
    position: absolute;
    right: -13%;
    bottom: 48%;
    z-index: -1;
    -webkit-transition: bottom 250ms ease-in;
    -moz-transition: bottom 250ms ease-in;
    -o-transition: bottom 250ms ease-in;
    transition: bottom 250ms ease-in;
}
.homeBookingContainer .homebookingImgContainer img {
    width: 15vw;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .homeBookingContainer {
        left: 5%;
    }
}
@media only screen and (max-width: 1024px) {
    .homeBookingContainer {
        display: none;
    }
}