/*
 * 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,
button,
input,
select,
textarea {
    color: #222;
}

body {
    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
   ========================================================================== */


/* TYPO3 StdElement override */

.csc-textpic-imagewrap,
.csc-textpic-imagewrap > .csc-textpic-imagewrap {
    width: 100% !important;
}

.csc-textpic-imagewrap img {
    width: 100% !important;
    height: auto;
}

.csc-textpic-imagewrap.col_1 {
    width: auto !important;
    max-width: 100% !important;
}

.csc-textpic-intext-right-nowrap > .csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap > .csc-textpic-imagewrap,
.csc-textpic-intext-right > .csc-textpic-imagewrap,
.csc-textpic-intext-left > .csc-textpic-imagewrap {
    width: 48.99% !important;
}

.csc-textpic-intext-right-nowrap > .csc-textpic-imagewrap.col_1,
.csc-textpic-intext-left-nowrap > .csc-textpic-imagewrap.col_1,
.csc-textpic-intext-right > .csc-textpic-imagewrap.col_1,
.csc-textpic-intext-left > .csc-textpic-imagewrap.col_1 {
    width: auto !important;
    max-width: 48.99% !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
    margin-left: 2% !important;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-right: 2% !important;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap + div,
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap + div {
    margin: 0 !important;
    width: 48.99% !important;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap + div {
    float: right !important;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap + div {
    float: left !important;
}

.csc-textpic-imagewrap .csc-textpic-image {
    margin: 0 1% 1% 0 !important;
}

.csc-textpic-imagewrap .csc-textpic-lastcol {
    margin-right: 0 !important;
}

.csc-textpic-imagewrap.col_2 .csc-textpic-image {
    width: 49.49% !important;
}

.csc-textpic-imagewrap.col_3 .csc-textpic-image {
    width: 32.65% !important;
}

.csc-textpic-imagewrap.col_4 .csc-textpic-image {
    width: 24.24% !important;
}

.csc-textpic-imagewrap.col_5 .csc-textpic-image {
    width: 19.19% !important;
}

.csc-textpic-imagewrap.col_6 .csc-textpic-image {
    width: 15.82% !important;
}

.csc-textpic-imagewrap.col_7 .csc-textpic-image {
    width: 13.41% !important;
}

.csc-textpic-imagewrap.col_8 .csc-textpic-image {
    width: 11.61% !important;
}


/* TYPO3 StdElement override End */


/* General Styles */

body {
    background: url('../img/stein.jpg');
    font-family: Tahoma, sans-serif;
}

h1 {
    font: normal 42px/1em 'Anton', sans-serif;
    margin: 0;
    margin-bottom: 15px;
}

a {
    color: #E1E9A0;
    text-decoration: none;
}

a:hover {
    color: #9AB36B;
}

.winter a {
    color: #4DAAAB;
}

.winter a:hover {
    color: #CDDEC6;
}

.sommer a {
    color: #E1E9A0;
}

.sommer a:hover {
    color: #9AB36B;
}


/* CHANGES 20.04.2016 by JW */

.sommer a,
.winter a {
    color: #D80019;
}

.sommer a:hover,
.winter a:hover {
    color: #9C0A15;
}


/* END CHANGES 20.04.2016 by JW */

a.tel-link {
    cursor: default;
}

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

.gp-color {
    color: #db4a39;
}

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

.pt-color {
    color: #910101;
}

a.wbe-link {
    display: inline-block;
    padding: 10px 15px;
    background: #9C0A15;
    color: #FFF;
    text-decoration: none;
    font: normal 25px/1em 'Anton', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

a.wbe-link:hover {
    color: #ffffff;
}

.wbe-boxes .wbe-block {
    float: left;
}

.wbe-boxes .wbe-box {
    display: block;
    width: 120px;
    height: 120px;
    color: #ffffff;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 18px;
    margin-bottom: 15px;
}

.wbe-box.even {
    background: #CDDEC6;
}

.wbe-box.odd {
    background: #4DAAAB;
}

.wbe-box.last {
    margin-right: 0 !important;
}

.wbe-box:hover {
    background: #FFF!important;
    -webkit-box-shadow: inset 0px 0px 10px 2px #AAA;
    box-shadow: inset 0px 0px 10px 2px #AAA;
}

.wbe-box .padwrap {
    padding: 5px;
}

.wbe-box .himg {
    width: auto;
    height: 110px;
    margin: 0 auto;
    display: none;
}

.wbe-box:hover .himg {
    display: block;
}

.wbe-box .title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 110px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    line-height: 1;
}

.wbe-box:hover .title {
    display: none;
}

.wbe-box .deco {
    position: absolute;
    left: -1px;
    top: -7px;
}

.gallery .head {
    position: relative;
}

.gallery .head .more {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0 10px;
    font: normal 14px/25px 'Anton', sans-serif;
    color: #FFF;
    text-decoration: none;
    background: #9C0A15;
}

.gallery figure {
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    width: 24.24%;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.gallery figure.last {
    margin-right: 0;
}

.gallery figure img {
    width: 100%;
    height: auto;
}

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

.dl-box {
    position: relative;
    margin: 0.5%;
    width: 48.99%;
    float: left;
    background: #000000;
}

.uts .dl-box {
    margin: 0 0 10px;
    width: 100%;
}

.dl-box .link {
    color: #ffffff;
    text-decoration: none;
}

.dl-box .link:hover {
    color: #9C0A15;
}

.dl-box .padWrap {
    padding: 20px;
}

.dl-box .preview {
    float: left;
    margin-right: 20px;
}

.dl-box .title {
    font: normal 30px 'Anton', sans-serif;
    margin: 0;
}

.dl-box .short {
    font: normal 18px Tahoma, sans-serif;
}

.dl-box .fb-share-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.dropdown {
    padding: 10px;
    background: #000000;
    margin-bottom: 10px;
    min-width: 510px;
}

.dropdown img {
    width: 180px;
    height: 150px;
    margin-right: 10px;
    float: left;
}

.dropdown .title {
    text-transform: uppercase;
    font: normal 26px/1em 'Anton', sans-serif;
    margin: 10px 0;
    min-height: 26px;
}

.dropdown .title.mobile {
    display: none;
}

.dropdown .period {
    font: normal 20px/22px 'Anton', sans-serif;
    color: #d0d0d0;
    min-height: 22px;
}

.dropdown .price {
    text-align: right;
    font: normal 29px/36px 'Anton', sans-serif;
    min-height: 41px;
}

.dropdown .price span {
    font-size: 19px;
}

.dropdown .body {
    display: none;
    position: relative;
}

.dropdown .body iframe {
    margin: 10px 0;
}

.dropdown .buttons {
    margin-left: 190px;
}

.dropdown .btn {
    padding: 5px 0;
    color: #FFF;
    font: normal 20px 'Anton', sans-serif;
    width: 48%;
    text-align: center;
}

.dropdown .extra {
    display: block;
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 180px;
    background: #9AB36B;
}

.sommer .dropdown .extra {
    background: #9AB36B;
}

.winter .dropdown .extra {
    background: #1E4F6A;
}

.dropdown .link {
    background: #9C0A15;
    float: right;
    color: #ffffff;
}

.dropdown .link:hover {
    color: #ffffff;
}

.dropdown .toggle {
    cursor: pointer;
    background: #666666;
    float: left;
}

.dropdown .extra:hover,
.dropdown .toggle:hover {
    background: #4b6b48;
    color: #FFF;
}

.winter .dropdown .extra:hover,
.winter .dropdown .toggle:hover {
    background: #4daaab;
}

.sommer .dropdown .extra:hover,
.sommer .dropdown .toggle:hover {
    background: #4b6b48;
}

.dish {
    background: #000000;
    margin-bottom: 10px;
}

.dish .padWrap {
    padding: 10px;
    min-height: 40px;
    position: relative;
}

.dish img {
    float: left;
    margin-right: 10px;
    width: 180px;
    height: auto;
}

.dish .title {
    font: normal 26px/1em 'Anton', sans-serif;
    color: #9C0A15;
    text-transform: uppercase;
}

.dish .price {
    font: normal 20px/1em 'Anton', sans-serif;
    color: #9C0A15;
    text-transform: uppercase;
}

.toggle-preview .toggle-trigger {
    position: relative;
    cursor: pointer;
    min-height: 35px;
}

.title.toggleTextwrapper {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.toggle-preview .toggle-trigger.no_image .title.toggleTextwrapper {
    width: 100%;
}

.title.toggleTextwrapper .icon-arrow-down {
    font-size: 20px;
    padding: 4px 10px;
    position: absolute;
    transition: transform 1s;
    -webkit-transition: transform 1s;
}

.title.toggleTextwrapper .icon-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* General Styles */


/* Specific styles */

#newsletter {
    padding: 30px 0;
}

#newsletter .field {
    margin-bottom: 5px;
}

#newsletter input,
#newsletter select {
    border: 0 none;
    color: #ffffff;
    background: #999999;
    padding: 5px;
    height: 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.ie8 #newsletter input,
.ie9 #newsletter input {
    padding: 0;
}

#newsletter #brandnamic_privacy {
    background: transparent;
}

#newsletter a {
    color: #ffffff;
}

#newsletter .submit button {
    width: 200px;
    padding: 10px;
    font: normal 20px/1em 'Anton', sans-serif;
    color: #FFF;
    background: #9C0A15;
    border: 0 none;
}

#newsletter .requiredlabel {
    position: absolute;
    top: 75px;
    left: 200px;
    font-size: 13px;
}

.rating {
    float: left;
    margin-right: 30px;
}

.dropdown-small {
    background: #000000;
    margin-bottom: 10px;
}

.dropdown-small .head {
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.dropdown-small .head h3 {
    margin: 0;
}

.dropdown-small .head .symbol {
    position: absolute;
    top: 15px;
    right: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dropdown-small .head .symbol.more {
    border-top: 16px solid #ffffff;
}

.dropdown-small .head .symbol.less {
    border-bottom: 16px solid #ffffff;
}

.dropdown-small .body {
    display: none;
    background: #333333;
    padding: 10px;
}

.dropdown-small .body hr {
    border-top: 2px dashed #ffffff;
    margin: 5px 0;
}

.dropdown-small .body .ratingbox {
    width: 400px;
    margin-left: 15px;
}

iframe.external {
    margin: 20px 0;
    width: 100%;
}

iframe.events {
    background: #ffffff;
    height: 700px;
    overflow: scroll;
    width: 100%;
}

#twrss_table {
    background: #000000;
    padding: 1px 0;
}

#twrss_table .twrss_item_link {
    background: #ffffff;
}

#twrss_table .twrss_item_link a {
    border-left: 0 none;
}


/* Specific styles */


/* Page styles - Structured */

.preview_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10000;
}

.page {
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.wrapper {
    position: relative;
    max-width: 1250px;
    height: 100%;
    margin: 0 auto;
}

.header {
    background: url('../img/holz_head.jpg') repeat 50% 0;
}

.header > .top {
    padding: 10px 0;
    background: #28211f;
    background: rgba(40, 33, 31, 0.8);
}

.mobile-home {
    float: left;
    width: 0;
    overflow: hidden;
    padding: 0;
    font: normal 11px/30px Tahoma, sans-serif;
    color: #b5b5b5;
    text-decoration: none;
    text-transform: uppercase;
}

.lang-menu {
    float: left;
    width: 95px;
    margin: 0 0 0 5px;
    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: 10px;
}

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

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

#search {
    float: left;
    margin-left: 30px;
    height: 30px;
}

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

.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 {
    height: 100px;
    z-index: 500;
    position: relative;
}

.header .mlogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    margin-top: 13px;
    margin-left: 0px;
    width: 145px;
    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;
}

.main-menu {
    position: absolute;
    top: 50px;
    left: 125px;
    right: 0;
    z-index: 1000;
    min-width: 1085px;
    height: 50px;
    -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 .item {
    text-align: left !important;
}

.main-menu.closed {
    overflow: hidden
}

.main-menu .lvl0,
.main-menu .lvl-1 {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.main-menu .lvl0 > .item {
    float: left;
    font: normal 20px/50px 'Anton', sans-serif;
    background: #ffffff;
    position: relative;
    z-index: 1000;
    -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;
}

.compact-main-menu .main-menu .lvl0 > .item {
    font-size: 19px;
}

#mainmenu.main-menu .lvl0 > .item {
    /*min-width: 150px;*/
    /*text-align: center;*/
}

.compact-main-menu #mainmenu.main-menu .lvl0 > .item {
    min-width: 0;
}

.ie7 .main-menu .lvl0 > .item {
    height: 50px;
}

.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;
    min-width: initial !important;
}

.main-menu .lvl0 > .info .open {
    display: block;
    float: right;
    letter-spacing: -16px;
    overflow: hidden;
    width: 0;
    cursor: pointer;
}

.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 {
    display: block;
    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;
    overflow: hidden;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.header .bot {
    position: relative;
    min-height: 50px;
}

.header .hotel-contact {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 100px;
    background: #ffffff;
    height: 242px;
    width: 300px;
    z-index: 100;
    -webkit-transition: top 0.5s ease, width 0.5s ease, height 0.5s ease;
    -moz-transition: top 0.5s ease, width 0.5s ease, height 0.5s ease;
    -o-transition: top 0.5s ease, width 0.5s ease, height 0.5s ease;
    -ms-transition: top 0.5s ease, width 0.5s ease, height 0.5s ease;
    transition: top 0.5s ease, width 0.5s ease, height 0.5s ease;
}

.header .hotel-contact .padwrap {
    position: relative;
    margin: 10px;
    padding: 20px 20px 15px 15px;
    height: 187px;
    -webkit-box-shadow: 0px 3px 5px 1px #e0e0e0;
    box-shadow: 0px 3px 5px 1px #e0e0e0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.header .hotel-contact .ulogo {
    float: left;
    margin-right: 15px;
}

.header .hotel-contact .title {
    font: normal 26px/32px 'Anton', sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.header .hotel-contact .data {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
    font: normal 12px/19px Tahoma, sans-serif;
    color: #000000;
}

.header .hotel-contact .data span {
    color: #9b0b14;
}

.header .hotel-slide {
    position: relative;
    margin-top: 12px;
    margin-left: 0px;
    padding: 10px 0;
    height: 310px;
    background: #ffffff;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.uts .header .hotel-slide {
    margin-left: 310px;
}

.header .hotel-slide .padwrap {
    margin: 0 10px;
    height: 310px;
    overflow: hidden;
}

.header .hotel-slide .slide {
    /* fix wrong slider order !!! */
    /*position: relative;*/
}

.header .hotel-slide .slide img {
    position: relative; /* fix wrong slider order !!! */
    top: 0;
    left: 50%;
    margin-left: -615px;
}

.header .hotel-slide .pag {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.header .hotel-slide .pag a {
    color: #828284;
    margin-left: 6px;
}

.header .hotel-slide a .checked {
    display: none;
}

.header .hotel-slide .selected .checked {
    display: inline-block;
}

.header .hotel-slide .selected .unchecked {
    display: none;
}

aside.leftcolumn {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    overflow: hidden;
    -webkit-transition: top 0.5s ease, width 0.5s ease;
    -moz-transition: top 0.5s ease, width 0.5s ease;
    -o-transition: top 0.5s ease, width 0.5s ease;
    -ms-transition: top 0.5s ease, width 0.5s ease;
    transition: top 0.5s ease, width 0.5s ease;
}

.uts aside.leftcolumn {
    display: block;
}

aside.leftcolumn .hotel-menu {
    background: #ffffff;
    padding: 10px 0;
    margin-bottom: 10px;
}

aside.leftcolumn .hotel-menu .padwrap {
    margin: 0 10px;
    padding: 20px 20px 10px;
    -webkit-box-shadow: 0px 3px 5px 1px #e0e0e0;
    box-shadow: 0px 3px 5px 1px #e0e0e0;
}

aside.leftcolumn .hotel-menu ul {
    margin: 0;
    padding: 0;
}

aside.leftcolumn .hotel-menu .lvl1 {
    padding-left: 20px;
}

aside.leftcolumn .hotel-menu .lvl-1 .homebtn {
    display: none;
}

aside.leftcolumn .hotel-menu .lvl0 > .item,
aside.leftcolumn .hotel-menu .lvl-1 > .item {
    font: normal 23px/40px 'Anton', sans-serif;
    border-bottom: 1px solid #d7d5d6;
    text-transform: uppercase;
}

aside.leftcolumn .hotel-menu .lvl0 > .item.last {
    border-bottom: 0 none;
}

aside.leftcolumn .hotel-menu .item a {
    display: block;
    color: #000000;
    text-decoration: none;
}

aside.leftcolumn .hotel-menu .lvl1 > .item {
    font: normal 12px/36px Tahoma, sans-serif;
}

.content {
    color: #ffffff;
    float: left;
    margin-right: 320px;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.uts .content {
    margin-left: 310px;
}

.content > .padwrap {
    margin: 30px 30px 15px;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}

.content img {
    max-width: 100%;
}

.bc {
    font: normal 11px/1.5em Tahoma, sans-serif;
    margin-bottom: 40px;
}

.bc a {
    color: #ffffff;
}

.content .ots-widget {
    width: 100%;
}

.uts .content .ots-widget {
    margin: 0;
}

.backtopprint {
    margin-top: 30px;
    font: normal 11px/18px Tahoma, sans-serif;
}

.backtopprint a {
    display: block;
    float: left;
    color: #ffffff;
    text-decoration: none;
    background: url('../img/sprite.png') no-repeat;
    padding-left: 20px;
    margin-right: 15px;
}

.backtopprint .back {
    background-position: -340px -56px;
}

.backtopprint .toTop {
    background-position: -340px -80px;
}

.backtopprint .print {
    background-position: -339px -102px;
}

aside.rightcolumn {
    position: absolute;
    top: 0;
    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 h3 {
    margin: 0 0 5px;
    padding-bottom: 12px;
    font: normal 27px/1em 'Anton', sans-serif;
    border-bottom: 1px solid #d3d3d3;
    color: #9C0A15;
    text-transform: uppercase;
}

aside.rightcolumn .sidebox .barflyer {
    display: block;
    position: relative;
    background: url('../img/sprite.png') no-repeat -153px -78px;
    width: 175px;
    height: 81px;
    color: #ffffff;
}

.sidebox .barflyer .name {
    position: absolute;
    top: 12px;
    left: 7px;
    overflow: hidden;
    width: 64px;
    height: 64px;
    text-align: center;
    text-transform: uppercase;
    font: normal 44px/1em 'Anton', sans-serif;
}

.sidebox .barflyer .name .small {
    overflow: hidden;
    width: 64px;
    height: 20px;
    font: normal 19px/20px 'Anton', sans-serif;
}

.sidebox .barflyer .period {
    position: absolute;
    top: 12px;
    left: 81px;
    width: 64px;
    height: 64px;
    text-align: center;
    text-transform: uppercase;
    font: normal 27px/1em 'Anton', sans-serif;
}

.sidebox .barflyer .period .top {
    overflow: hidden;
    width: 64px;
    height: 27px;
    margin-bottom: 5px;
}

.sidebox .barflyer .period .bot {
    overflow: hidden;
    width: 64px;
    height: 27px;
}

aside #sandb .padwrap .description {
    font-family: 'Helvetica';
    font-size: 12px;
    padding-bottom: 10px;
}

aside #sandb .padwrap .description h3 {
    font-family: 'Anton';
    text-transform: uppercase;
    color: #9C0A15;
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 1.7em;
    border: none;
}
/*#simplebooking-container {
    margin-bottom: 80px;
}*/

aside #sandb .padwrap .description ul {
    padding: 0;
    list-style-type: none;
}

aside #sandb .padwrap .description h4 {
    color: #9C0A15;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

aside #sandb .padwrap .description li {
    font-size: 12px;
    color: black;
    position: relative;
    margin-left: 12px;
}

aside #sandb .padwrap .description li:before {
    font-family: 'Material Icons';
    content: "\e315";
    position: absolute;
    left: -17px;
    font-size: 16px;
    top: -4px;
    color: #9C0A15;
}
.kidsage-main-container {
    height: auto!important;
}
#simplebooking-container #kidsage-container {
    position: relative!important;
}



#partnerlogos {
    float: left;
    margin: 10px;
}

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

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

/*
.footer .bot .backlink {
    display: block;
    float: right;
    font: normal 12px/16px Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
    padding-right: 20px;
    background: url('../img/sprite.png') no-repeat -221px -49px
}
*/

/* Tripadvisor */

.leftcolumn .sidebox .padwrap .text {
    text-align: center;
}

.TA_tchotel,
.TA_excellent,
.TA_certificateOfExcellence {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.TA_cdsscrollingravenarrow {
    max-width: 100%;
    overflow: hidden;
}


/* Page styles - Structured */


/* ==========================================================================
   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;
}


/* ==========================================================================
   CHANGES 2015
   ========================================================================== */

.footer-menu {
    float: right;
    margin-right: 30px;
}

.footer-menu ul {
    margin: 10px 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    margin-right: 15px;
}

.footer-menu li a {
    color: #656565;
    font: 11px/18px Tahoma, sans-serif;
}

#mainmenu .legal-menu,
#mainmenu .item.info a,
#mainmenu .item.info ul {
    display: none;
}

#mainmenu .item.info .icon.open {
    width: 0px;
    margin-left: 0px;
    line-height: 0;
}


/* NEW FOOTER */



@media only screen and (max-width: 568px) {
    .footer .footerbox .footer-wrapper .box {
        width: 100%;
    }
    .footer .footerbox .footer-wrapper .box.social .links {
        position: static;
        text-align: center;
        margin-bottom: 20px;
    }
}


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

@media only screen and (max-width: 1270px) {
    .dropdown-small .body .ratingbox {
        width: 100%;
        margin: 0;
    }
    .dropdown-small .body .center {
        max-width: 430px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1230px) {
    .preview_btn {
        display: none;
    }
    .dl-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-menu {
        left: 110px;
        min-width: 872px;
    }
    .legal-menu a {
        margin: 0 5px;
    }
    .main-menu .lvl0 > .item {
        font-size: 19px;
    }
    .compact-main-menu .main-menu .lvl0 > .item {
        font-size: 16px;
    }
    .main-menu .lvl0 > .item > a {
        padding: 0 35px 0 20px;
    }
    .main-menu .lvl0 > .item.last > a {
        padding-right: 20px;
    }
    .header .hotel-contact {
        top: 252px
    }
    .uts .header .hotel-slide {
        margin-left: 0;
        margin-right: 320px;
    }
    aside.leftcolumn {
        top: 252px;
    }
    .uts .content {
        margin-right: 0;
    }
    .uts aside.rightcolumn {
        top: -340px;
    }
    /*.uts aside.rightcolumn .sidebox .padwrap {
            height: 270px;
        }*/
    .uts aside.rightcolumn .additional {
        display: none;
    }

    /*.footer .box .title {
        font-size: 20px;
    }
    .footer .box .preview .third {
        display: none;
    }*/
}

@media only screen and (max-width: 1000px) {
    .wbe-box {
        margin-right: 2px;
    }
    .wbe-box.mobilebreak {
        margin-right: 0 !important;
    }
    .gallery figure {
        width: 49.49%;
    }
    .gallery .second {
        margin-right: 0;
    }
    .header .mlogo {
        width: 110px;
        margin-top: 20px;
    }
    .main-menu {
        left: 70px;
        min-width: 661px;
    }
    .main-menu .lvl0 > .item > a {
        padding: 0 10px;
    }
    .main-menu .lvl0 > .item.last > a {
        padding-right: 10px;
    }
    .legal-menu {
        display: none;
    }
    .header .hotel-contact {
        width: 290px;
    }
    .header .hotel-contact {
        position: static;
    }
    .uts .header .hotel-slide {
        margin-left: 300px;
        margin-right: 0;
    }
    .uts aside.leftcolumn {
        width: 290px;
        height: 100%;
        top:0;
    }
    .uts .content {
        margin-right: 0;
        margin-left: 300px;
    }
    .uts .content > .padwrap {
        margin: 20px 5px 20px 10px;
    }
    .uts aside.rightcolumn {
        left: 0;
        width: 290px;
    }
    /*.footer .top {
        height: 410px;
    }
    .footer .box {
        width: 48.99%;
        margin: 0.5%;
    }
    .footer .box .preview .third {
        display: inline;
    }*/
}


@media only screen and (max-width: 1024px) {
    .main-menu {
        min-width: 0;
        height: auto;
        top: 35px;
        padding: 10px;
        background: #ffffff;
    }
    .hotel-menu .lvl0,
    .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 > .item {
        font-size: 16px;
    }
    .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 .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;
    }
    .hotel-menu .lvl-1 {
        -webkit-box-shadow: 0px 3px 5px 1px #E0E0E0;
        box-shadow: 0px 3px 5px 1px #E0E0E0;
    }
    .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;
    }
    .hotel-menu .link,
    .main-menu .link {
        text-align: center;
        cursor: pointer;
    }
}

@media only screen and (max-width: 790px) {
    .gallery figure {
        width: 24.24%;
    }
    .gallery .second {
        margin-right: 1%;
    }
    .contact-tel {
        font-size: 11px;
        background-position: -317px 15px;
        right: -90px;
    }
    .contact-tel a.mail {
        right: 90px;
    }
    .content {
        margin-right: 0;
    }
    aside.rightcolumn {
        position: static;
        margin: 0 auto;
        float: none;
    }
    .uts aside.rightcolumn {
        position: absolute;
        margin: 0;
    }
}

@media only screen and (max-width: 750px) {
    a.tel-link {
        cursor: pointer;
    }
    .uts .main-menu-wrap,
    .uts .contact-tel,
    .uts .search {
        display: none;
    }
    .uts .mobile-home {
        width: auto;
        margin: 0 0 0 30px;
    }
    .uts .lang-menu {
        float: right;
        margin-left: 0;
        margin-right: 10px;
    }
    .uts .homeLink {
        display: block;
    }

    .header .hotel-contact {
        position: absolute;
        top: -90px;
        height: 145px;
        width: 320px;
    }
    .header .hotel-contact .padwrap {
        height: 90px;
    }
    .header .hotel-contact .data {
        display: none;
    }
    .uts .header .hotel-slide {
        margin-top: 165px;
        margin-left: 0;
    }
    .uts aside.leftcolumn {
        display: block;
        float: right;
        top: 0;
        width: 100%;
        overflow: visible;
    }
    aside.leftcolumn .hotel-menu {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
    }
    aside.leftcolumn .hotel-menu .padwrap {
        margin: 0;
        padding: 0 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    aside.leftcolumn .hotel-menu .lvl-1 .homebtn {
        display: block;
    }
    aside.leftcolumn .hotel-menu .lvl1 {
        padding: 0;
    }
    .uts .content {
        margin-left: 0;
        margin-top: 80px;
    }
    .uts aside.rightcolumn {
        position: static;
        margin: 0 auto;
    }
    .testimonial-wrapper {
        display: none;
    }
}


/* The following media query only contains the overrides for pages with the compact menu */

@media only screen and (max-width: 1070px) {
    .compact-main-menu a.tel-link {
        cursor: pointer;
    }
    .compact-main-menu .uts .main-menu-wrap,
    .compact-main-menu .uts .contact-tel,
    .compact-main-menu .uts .search {
        display: none;
    }
    .compact-main-menu .uts .mobile-home {
        width: auto;
        margin: 0 0 0 30px;
    }
    .compact-main-menu .uts .lang-menu {
        float: right;
        margin-left: 0;
        margin-right: 10px;
    }
    .compact-main-menu .uts .homeLink {
        display: block;
    }
    .compact-main-menu .main-menu {
        min-width: 0;
        height: auto;
        top: 35px;
        padding: 10px;
        background: #ffffff;
    }
    .compact-main-menu .hotel-menu .lvl0,
    .compact-main-menu .main-menu .lvl0,
    .compact-main-menu .main-menu .lvl1,
    .compact-main-menu .main-menu .lvl2 {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
    }
    .compact-main-menu .hotel-menu .lvl0,
    .compact-main-menu .main-menu .lvl0 {
        border-top: 1px solid #999999;
    }
    .compact-main-menu .main-menu .lvl-1 .homebtn {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .compact-main-menu .main-menu .lvl-1 .item {
        width: 100%;
        float: none;
        margin: 0;
    }
    .compact-main-menu .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;
    }
    .compact-main-menu .main-menu .lvl0 > .item {
        font-size: 16px;
    }
    .compact-main-menu .main-menu .lvl0 a,
    .compact-main-menu .main-menu .lvl0 .first a,
    .compact-main-menu .main-menu .lvl0 .last a {
        display: block;
        padding: 0 20px 0 50px !important;
        text-align: center;
    }
    .compact-main-menu .main-menu .lvl0 > .item {
        border-bottom: 1px solid #D7D5D6;
    }
    .compact-main-menu .main-menu .lvl1 > .item {
        border-top: 1px dashed #D7D5D6;
    }
    .compact-main-menu .main-menu .lvl2 > .item {
        border-top: 1px dotted #D7D5D6;
    }
    .compact-main-menu .header .hotel-contact {
        top: -90px;
        height: 145px;
        width: 320px;
    }
    .compact-main-menu .header .hotel-contact .padwrap {
        height: 90px;
    }
    .compact-main-menu .header .hotel-contact .data {
        display: none;
    }
    .compact-main-menu .uts .header .hotel-slide {
        margin-top: 165px;
        margin-left: 0;
    }
    .compact-main-menu .uts aside.leftcolumn {
        display: block;
        float: right;
        top: 0;
        width: 100%;
        overflow: visible;
    }
    .compact-main-menu aside.leftcolumn .hotel-menu {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
    }
    .compact-main-menu .hotel-menu .lvl-1 {
        -webkit-box-shadow: 0px 3px 5px 1px #E0E0E0;
        box-shadow: 0px 3px 5px 1px #E0E0E0;
    }
    .compact-main-menu .click-icon {
        display: inline-block;
        position: relative;
        width: 23px;
        height: 23px;
        background: #000;
        color: #FFF;
        border-radius: 23px;
        margin-right: 5px;
    }
    .compact-main-menu .click-icon .icon {
        position: absolute;
        left: 0;
    }
    .compact-main-menu .click-icon .top {
        top: -2px;
    }
    .compact-main-menu .click-icon .bot {
        top: 4px;
    }
    .compact-main-menu .hotel-menu .link,
    .compact-main-menu .main-menu .link {
        text-align: center;
        cursor: pointer;
    }
    .compact-main-menu aside.leftcolumn .hotel-menu .padwrap {
        margin: 0;
        padding: 0 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .compact-main-menu aside.leftcolumn .hotel-menu .lvl-1 .homebtn {
        display: block;
    }
    .compact-main-menu aside.leftcolumn .hotel-menu .lvl1 {
        padding: 0;
    }
    .compact-main-menu .uts .content {
        margin-left: 0;
        margin-top: 80px;
    }
    .compact-main-menu .uts aside.rightcolumn {
        position: static;
        margin: 0 auto;
    }
    .compact-main-menu .main-menu .lvl0 > .item {
        display: block;
    }
}

@media only screen and (max-width: 530px) {
    .dropdown .title.mobile,
    .dropdown .hidden {
        display: block!important;
    }
    .dropdown .title.desktop {
        display: none;
    }
    .dropdown img {
        width: 96px;
        height: 80px;
    }
    .dropdown .price {
        margin-top: 17px;
    }
    .dropdown .buttons {
        margin: 10px 0 0;
    }
    .dropdown.open .specmar {
        margin-top: 70px;
    }
    .dropdown .extra {
        width: 45%;
    }
    .dish img {
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
    .wbe-boxes,
    .wbe-block {
        width: 100%;
    }
    .wbe-box {
        width: 32.32%;
        margin: 0.5%;
        height: 100px;
    }
    .wbe-box .himg {
        height: 90px;
    }
    .wbe-box .title {
        width: 84.99%;
        margin: 7.5%;
        left: 0;
        font-size: 15px;
    }
    .gallery figure {
        width: 49.49%;
    }
    .gallery .second {
        margin-right: 0;
    }
    .page {
        min-width: 320px;
    }
    .search {
        display: none;
    }
    .content > .padwrap {
        margin: 50px 10px 30px;
    }
    /*.footer .top {
        height: 820px;
    }*/
    .footer .box {
        width: 100%;
        margin: 0.5% 0;
    }
    .footer .box .preview .third {
        display: inline;
    }
}

@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;
    }
}

#simplebooking-container .button-search input {
    width: 100%!important;
    font: normal 20px/1em 'Anton', sans-serif!important;
    color: #FFF!important;
    background: #9C0A15!important;
    border: 0 none!important;
}


/* Peter Huber | 16.09.2016 */

.room-icons .slick-prev {
    position: absolute;
    left: -11px;
    top: 50%;
    margin-top: -11px;
    font-style: inherit;
    font-size: 14px;
}

.room-icons .slick-prev::before {
    content: '\25C0';
}

.room-icons .slick-next {
    position: absolute;
    right: -11px;
    top: 50%;
    margin-top: -11px;
    font-style: inherit;
    font-size: 14px;
}

.room-icons .slick-next::before {
    content: '\25b6';
}

.room-collapsible .intro {
    min-height: 89px;
}

.room-icons-container {
    margin-left: 200px;
    width: 325px
}

.room-icons .icon {
    /* max-height: 60px;
    max-width: 60px; */
    width: auto;
    height: auto;
    margin: 10px 6.25px;
    float: none;
    display: inline-block;
}

.room-icons .icon:first-child {
    margin-left: 0px;
}

.room-icons .icon:last-child {
    margin-right: 0px;
}

.room-icons .slick-slide.icon:first-child {
    margin-left: 6px;
}

.room-icons .slick-slide.icon:last-child {
    margin-right: 6px;
}

@media only screen and (max-width: 1230px) {
    .room-icons-container {
        margin: 0 auto;
        padding-left: 190px;
    }
}
@media only screen and (max-width: 530px) {
    .room-icons-container {
        margin: 0 auto;
        max-width: 280px;
        width: 100%;
        clear: both;
    }
}
#liverate {
    position: relative;
}


/* 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: 42px;
    width: 42px;
    margin: 0 7px;
}

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

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


/* 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: 75px;
    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) {
    #sm-btn .a2a_kit.a2a_default_style {
        background: rgba(116, 8, 16, 0.95);
    }
}

/* Adjustments for dropdown menus - 03.02.17 - JM */
.dropdown {
    position: relative;
}
.dropdown .price {
    margin: 5px 0;
}
.dropdown .title {
    margin: 10px 40px 10px 0;
}
.dropdown img {
    margin-top: 10px;
}
.room-icons .slick-arrow {
    color: #666666;
}

/* Adjustments (Overrides) for Newsletter Styles */
.nl-form-body {
    width: auto !important;
}
.nl-form-body button {
    padding: 0.6em 0 !important;
    background: none !important;;
    background-color: #9C0A15 !important;;
    border: none !important;;
    font: normal 20px/1em 'Anton', sans-serif;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
}


/* New Footer Style - 15.02.17 - by JM */
.footer {
    margin-top: 20px;
}

#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: 14px;
    color: #a1a1a1;
}
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-1 .box.contact a,
#footerboxnew.footerbox .footer-wrapper .footer-center .footer-center-1 .box.contact a:hover {
    color: #a1a1a1;
}

#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;
    float: none;
    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: 14px;
    font-size: 14px;
    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;
    }
}

/* TrustYou Content by JM -- 15.03.2017 */
.trustyou-content .head {
    padding: 20px;
}
.trustyou-content .head h3 {
    margin: 0;
    text-align: center;
    font: normal 27px/1em 'Anton', sans-serif;
    text-transform: uppercase;
}
.trustyou-content .body {
    padding: 10px;
}

.trustyou-content iframe.ratingbox {
    margin:25px 0 0 0;
}
/* END -- TrustYou Content by JM -- 15.03.2017 */


/* Employeebox by JM -- 30.03.2017 */

.employeebox .textpic-text-wrapper {
    position: relative;
}
.employeebox .textpic-text-wrapper .additionalText {
    position: absolute;
    top: -10px;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    align-self: initial;
    display: none;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.employeebox .textpic-text-wrapper .additionalText.active {
    display: flex;
}
/* END -- Employeebox by JM -- 30.03.2017 */

/* Testimonals by JM - 05.04.2017 */
.testimonial-wrapper {
    color: #ffffff;
    overflow-y: scroll;
    height: 500px;
    margin: 50px 0 50px 5px;
    padding-right: 10px;
}
.testimonial-wrapper::-webkit-scrollbar {
    background: rgba(192, 192, 192, 0.4);
    height: 2px;
    width: 2px;
}
.testimonial-wrapper::-webkit-scrollbar-thumb {
    background: #ffffff;
}
.testimonial-wrapper .t-header {
    font: normal 2em 'Anton', sans-serif;
    text-transform: uppercase;
}
.testimonial-wrapper .t-content .t-review {
    float: left;
    margin: 15px 0;
}
.testimonial-wrapper .t-content .t-review .icon-star-empty,
.testimonial-wrapper .t-content .t-review .icon-star-full {
    color: #c0c0c0;
    margin: 3px;
    font-size: 1.2em;
}
.testimonial-wrapper .t-content .t-stars {
    display: inline-block;
    float: right;
}
.testimonial-wrapper .t-content .t-text {
    display: inline-block;
    margin-top: 10px;
    font-style: italic;
}
.testimonial-wrapper .t-content .t-author {
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-style: italic;
}

@media only screen and (max-width: 1000px) {
    .testimonial-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width: 750px) {
    .uts aside.leftcolumn {
        height: initial;
        top: initial;
    }
}
/* END - Testimonals by JM - 05.04.2017 */

/* Guest-Login-Button for request-form by JM - 08.06.17*/
.guest-section-btn {
    position: relative;
    display: block;
    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: 11px;
    right: 26px;
}
/* END -- Guest-Login-Button for request-form */