/******************************************************************
Theme Name: Formfabrik - HGS
Theme URI: http://www.form-fabrik.de
Description: Theme erstellt von Formfabrik - <a href="http://www.form-fabrik.de" title="Formfabrik">Wir machen Gestaltung</a>
Author: Martin Blaas
Author URI: http://www.form-fabrik.de
Version: 1
*/

html, body {
    height: 100%;
}

.font-bold {
    font-weight: bold;
}

body {
    color: #656454;
    overflow-x: hidden;
    padding: 0;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#988e79+0,656353+100 */
    background: #FFF;
    background: #CCC url(library/assets/images/body-loading-stripe.gif);
}

body:before {
    /*content: " ";*/
    position: fixed;
    left: 0;
    top: 0;
    width: 27%;
    background-color: #FFF;
    height: 100%;
    z-index: 1;
    transform: skewX(-2deg);
}

a {
    color: #889C46;
}

a:hover {
    color: #576721;
}

h1, .h1 {
    font-size: 36px;
}

/* misc */
.book-now {
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 4;
    background-color: #656454;
    font-weight: 300 !important;
    width: 90px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    height: 63px;
}

a.book-now {
    color: #FFF !important;
}

a.book-now:before {
    content: " ";
    width: 30px;
    height: 63px;
    background-color: #656454;
    position: absolute;
    top: 0;
    left: -4px;
    transform: skewX(-2deg);
    z-index: -1;
}

.slider-claim {
    position: fixed;
    right: 27%;
    color: #FFF;
    z-index: 121;
    width: 35%;
    top: 200px;
    font-size: 30px;
    text-align: right;
    /*display: none;*/
}

.page-id-126 .slider-claim {
    display: none;
}

.book-now .handle {
    display: none;
    background-color: #889C46;
    position: fixed;
    width: 63px;
    height: 64px;
    right: 0;
    top: 110px;
    z-index: 1;
    text-align: center;
}

.book-now .handle i {
    padding: 18px 0 0 5px;
    font-size: 28px;
    color: #FFF;
}

.noanimated {
    -webkit-animation-duration: none;
    animation-duration: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.wow {
    visibility: hidden;
}

.hgs-modal {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
    color: #FFF;
}

.hgs-modal.open {
    top: 0;
}

.hgs-modal .h2 {
    margin: 70px 0 20px;
}

.hgs-modal > .container {
    margin: 0 auto;
    transform: translateY(-5%);
    opacity: 0;
    transition: transform .4s ease-in, opacity .2s ease-in;
    -ms-transition: transform .4s ease-in, opacity .2s ease-in;
}

.hgs-modal.open > .container {
    transform: translateY(0);
    opacity: 1;
}

.hgs-modal-backdrop {
    left: 0;
    top: 0;
    width: 4000px;
    height: 4000px;
    margin: -2000px;
    border-radius: 100%;
    position: fixed;
    -webkit-transition: transform .5s ease-in;
    -moz-transition: transform .5s ease-in;
    -ms-transition: transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    z-index: -1;

    -webkit-transform: scale(0.01) rotate(0deg);
    -moz-transform: scale(0.01) rotate(0deg);
    transform: scale(0.01) rotate(0deg);

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b7b83+0,656454+100 */
    background: rgb(91, 123, 131); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(101, 100, 84, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(91, 123, 131, 1)), color-stop(100%, rgba(101, 100, 84, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(101, 100, 84, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(101, 100, 84, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(101, 100, 84, 1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(101, 100, 84, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b7b83', endColorstr='#656454', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.ios .hgs-modal-backdrop { /* iOS crashes if we use float val with scale...no fucking idea why... */
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hgs-modal-backdrop.open {
    -webkit-transform: scale(2) rotate(0.01deg);
    -moz-transform: scale(2) rotate(0.01deg);
    transform: scale(2) rotate(0.01deg);
}

@-moz-document url-prefix() {
    .hgs-modal-backdrop {
        border-radius: 0 !important;
    }
}

a.hgs-modal-close {
    position: fixed;
    right: 55px;
    top: 20px;
    z-index: 1;
    display: none;
}

.hgs-modal.open a.hgs-modal-close {
    display: block;
    text-decoration: none;
}

a.hgs-modal-close i {
    font-size: 60px;
    color: #FFF;
}

a.hgs-modal-close:hover i:before {
    content: "\f406";
}

/* modal styles */
.hgs-modal .btn.btn-primary {
    border-color: #FFF;
    color: #FFF !important;
}

.hgs-modal .btn.btn-primary:hover {
    color: #626258 !important;
}

.hgs-modal .btn.btn-primary:hover {
    background: #FFF;
    color: #555;
}

.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #FFF url(library/assets/images/loader-big.gif) center no-repeat;
    top: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.post-edit-link {
    position: fixed;
    top: -1px;
    left: 0;
    bottom: auto;
    padding: 10px;
    background: #626258;
    color: #FFF;
    z-index: 999;
}

/* main typo */
#main a:not(.btn),
a.line-effect {
    position: relative;
    text-decoration: none;
}

#main a:not(.btn):before,
a.line-effect:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #656454;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#main a:not(.btn):before,
a.line-effect:before {
    background-color: #FFF;
}

.infobar a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* main layout */
.main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.main-container {
    position: relative;
    z-index: 1;
}

.main-container:before {
    content: " ";
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 110px;
    z-index: 2;
}

body.page-template-page-medium .main-container:before {
    width: 58%;
}

.header {
    position: fixed;
    z-index: 2;
    width: 75%;
    top: 110px;
}

img.logo-header {
    position: fixed;
    top: 28px;
    left: 32px;
    width: 180px;
}

#content {
    min-height: 0;
}

div#main {
    background-color: #FFF;
    padding: 400px 10px 150px 5px;
    margin: -200px 0 0 10px;
    z-index: 1;
}

div#main:before {
    content: " ";
    position: fixed;
    left: -2%;
    top: 0;
    width: 27%;
    background-color: #FFF;
    height: 102%;
    z-index: -1;
    transform: skewX(-2deg);
}

body.page-template-page-medium div#main:before {
    width: 63%;
}

.hiddenDiagonal:before {
    left: -20% !important;
}

div#main > * {
}

#footer {
    display: none;
}

.infobar {
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px 5px 5px 10px;
    z-index: 2;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: right;
    z-index: 1;
}

.infobar a {
    color: #FFF !important;
    padding: 5px 10px 5px 5px;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.infobar a:last-child {
    border-right: none;
}

.infobar i.fa.fa-facebook {
    background-color: #3B5998;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.infobar i.fa.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.infobar .telefon {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
}

.infobar .telefon .fa-phone {
    margin-right: 5px;
}

/* Nav */
.header .container {
    margin-left: -30px;
    background-color: #656454;
    width: 100%;
    height: 63px;
    /*-webkit-transform: skew(-3deg);*/
    /*-moz-transform: skew(-3deg);*/
    /*-ms-transform: skew(-3deg);*/
    /*-o-transform: skew(-3deg);*/
    /*transform: skew(-3deg);*/
}

.header .container:after {
    content: " ";
    width: 30px;
    height: 63px;
    background-color: #656454;
    position: absolute;
    top: 0;
    right: 15px;
    transform: skewX(-2deg);
}

.header .navbar-nav {
    padding: 15px 0;
    /*-webkit-transform: skew(3deg);*/
    /*-moz-transform: skew(3deg);*/
    /*-ms-transform: skew(3deg);*/
    /*-o-transform: skew(3deg);*/
    /*transform: skew(3deg);*/
}

.header .container ul.nav li a {
    font-size: 1.2em;
    color: #FFF;
    padding: 6px 0;
    margin: 0 10px;
}

.header .container ul.nav li {
}

.header .container ul.nav {
    margin: 0 auto;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.header .container ul.nav li {
    display: inline;
}

.header .container ul.nav li a {
    /*color: #bbb;*/
    /*font-size: 14px;*/
    display: block;
    float: left;
    /*padding: 6px 10px 4px 10px;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.header .container ul.nav li a:hover,
.header .container ul.nav li a:focus,
.header .container ul.nav li a:active {
    background: none;
}

.header #magic-line {
    position: absolute;
    bottom: 12px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 !important;
    -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.23, 1.66);
    transition: all .2s cubic-bezier(0.42, 0, 0.23, 1.66);
    /*min-width: 50px;*/
}

/* footer menu */
.footer-menu {
    position: relative;
    z-index: 4;
}

ul#menu-footer-menue {
    position: fixed;
    bottom: 0;
    z-index: 1;
    /*background-color: #fff;*/
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0;
    visibility: hidden;
}

ul#menu-footer-menue li {
    width: 14.285%;
    text-align: center;
    min-height: 81px;
}

ul#menu-footer-menue li a {
    padding: 15px 0;
    background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    font-weight: bold;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    min-height: 81px;
}

ul#menu-footer-menue li a small.nav-desc {
    display: block;
    font-weight: normal;
    line-height: 10px;
    padding-top: 10px;
}

ul#menu-footer-menue li:hover a {
    position: relative;
    color: #FFF;
}

.hvr-sweep-to-top { /* Sweep To Top */
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

li:hover .hvr-sweep-to-top:before {
}

li:hover .hvr-sweep-to-top,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}

li:hover .hvr-sweep-to-top:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.nav-longdesc {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 160px;
    padding: 78px 20px 0;
    background-color: #EFEFEF;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #FFF;
    -webkit-transition: top .1s cubic-bezier(0.42, 0, 0.4, 1.5);
    transition: top .1s cubic-bezier(0.42, 0, 0.4, 1.5);
    overflow: hidden;
}

li:hover .nav-longdesc {
    top: -140px;
    -webkit-transition: top .1s cubic-bezier(0.42, 0, 0.4, 1.5) .1s;
    transition: top .1s cubic-bezier(0.42, 0, 0.4, 1.5) .1s;
}

li .nav-longdesc:before {
    content: " ";
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#988e79+0,000000+100&amp;0+26,0.53+100 */
    background: -moz-linear-gradient(top, rgba(152, 142, 121, 0) 0%, rgba(112, 105, 90, 0) 26%, rgba(0, 0, 0, 0.53) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(152, 142, 121, 0)), color-stop(26%, rgba(112, 105, 90, 0)), color-stop(100%, rgba(0, 0, 0, 0.53))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(152, 142, 121, 0) 0%, rgba(112, 105, 90, 0) 26%, rgba(0, 0, 0, 0.53) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(152, 142, 121, 0) 0%, rgba(112, 105, 90, 0) 26%, rgba(0, 0, 0, 0.53) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(152, 142, 121, 0) 0%, rgba(112, 105, 90, 0) 26%, rgba(0, 0, 0, 0.53) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(152, 142, 121, 0) 0%, rgba(112, 105, 90, 0) 26%, rgba(0, 0, 0, 0.53) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00988e79', endColorstr='#87000000', GradientType=0); /* IE6-9 */

}

li .nav-longdesc p {
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
}

.soonish-ya {
    position: absolute;
    color: #B13A28;
    top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    left: 30%;
    transform: rotateZ(5deg);
    font-size: 1.4em;
    line-height: 1em;
    text-shadow: 0 0 10px;
    z-index: 2;
}

.soonish:before {
    content: " ";
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

li.main a {
    color: #656454;
    border-bottom: 5px solid #656454;
    border-color: #656454;
}

li.main.current_page_parent a,
li.main a:before {
    background: #656454 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.main .nav-longdesc {
    background-image: url(library/assets/images/menu-img-main.jpg);
}

li.hotel a {
    color: #899D47;
    border-bottom: 5px solid #899D47;
    border-color: #899D47;
}

li.hotel.current_page_parent a,
li.hotel a:before {
    background: #899D47 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.hotel .nav-longdesc {
    background-image: url(library/assets/images/menu-img-hotel.jpg);
}

li.offices a {
    color: #515965;
    border-bottom: 5px solid #515965;
    border-color: #515965;
}

li.offices.current_page_parent a,
li.offices a:before {
    background: #515965 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.offices .nav-longdesc {
    background-image: url(library/assets/images/menu-img-offices.jpg);
}

li.apartments a {
    color: #658991;
    border-bottom: 5px solid #658991;
    border-color: #658991;
}

li.apartments.current_page_parent a,
li.apartments a:before {
    background: #658991 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.apartments .nav-longdesc {
    background-image: url(library/assets/images/menu-img-apartments.jpg);
}

li.bistro a {
    color: #DA6F27;
    border-bottom: 5px solid #DA6F27;
    border-color: #DA6F27;
}

li.bistro.current_page_parent a,
li.bistro a:before {
    background: #DA6F27 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.bistro .nav-longdesc {
    background-image: url(library/assets/images/menu-img-bistro.jpg);
}

li.tagung a {
    color: #1B3F6C;
    border-bottom: 5px solid #1B3F6C;
    border-color: #1B3F6C;
}

li.tagung.current_page_parent a,
li.tagung a:before {
    background: #1B3F6C !important;
    color: #FFF;
    box-shadow: none !important;
}

li.tagung .nav-longdesc {
    background-image: url(library/assets/images/menu-img-tagung.jpg);
}

li.feiern a {
    color: #A38976;
    border-bottom: 5px solid #A38976;
    border-color: #A38976;
}

li.feiern.current_page_parent a,
li.feiern a:before {
    background: #A38976 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.feiern .nav-longdesc {
    background-image: url(library/assets/images/menu-img-feiern.jpg);
}

li.vinothek a {
    color: #B33125;
    border-bottom: 5px solid #B33125;
    border-color: #B33125;
}

li.vinothek.current_page_parent a,
li.vinothek a:before {
    background: #B33125 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.vinothek .nav-longdesc {
    background-image: url(library/assets/images/menu-img-vinothek.jpg);
}

li.wellness a {
    color: #DBAA28;
    border-bottom: 5px solid #DBAA28;
    border-color: #DBAA28;
}

li.wellness.current_page_parent a,
li.wellness a:before {
    background: #DBAA28 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.wellness .nav-longdesc {
    background-image: url(library/assets/images/menu-img-wellness.jpg);
}

li.stellwerk a {
    color: #337B68;
    border-bottom: 5px solid #337B68;
    border-color: #337B68;
}

li.stellwerk.current_page_parent a,
li.stellwerk a:before {
    background: #337B68 !important;
    color: #FFF;
    box-shadow: none !important;
}

li.stellwerk .nav-longdesc {
    background-image: url(library/assets/images/menu-img-stellwerk.jpg);
}

/*
 * page
 */
.entry-content table {
    width: 100%;
}

.entry-content > h1 {
    background-color: rgba(198, 193, 181, 0.2);
    margin: 20px 0 40px -30px;
    padding: 10px 0 10px 27px;
    position: relative;
}

.entry-content > h1:after {
    content: " ";
    background-color: rgb(243, 242, 239);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skewX(-2deg);
}

span.lead {
    background-color: rgba(198, 193, 181, 0.2);
    margin-left: -30px;
    padding: 10px 0 10px 30px;
    position: relative;
    font-weight: lighter;
    font-size: 1em;
    display: block;
    z-index: 1;
}

span.lead:after {
    content: " ";
    background-color: rgb(243, 242, 239);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skewX(-2deg);
    z-index: -1;
    border-right: 3px solid #656454;
}

body.home h1.entry-title {
    font-size: 19.5px;
    font-weight: lighter;
}

body.home .byline {
    font-size: 12px;
}

.logged-in .hidden {
    display: block !important;
    visibility: visible !important;
}

.client-wrap {
    margin-top: 40px;
}

#clients {
    position: relative;
    padding-bottom: 100px;
}

#clients .cycle-slide {
    background: #F4F3F0;
    padding: 20px 20px 20px 30px;
    font-style: italic;
    height: auto !important;
    margin-left: -30px;
}

#clients .cycle-slide:after {
    content: "";
    position: absolute;
    background: #F4F3F0;
    width: 40px;
    height: 100%;
    right: -30px;
    top: 0;
    transform: skewX(-2deg);
    border-right: 3px solid #656454;
}

body.home #clients .cycle-pager {
    position: relative;
    height: 20px;
    margin: 0;
    right: 0 !important;
    bottom: 0 !important;
    display: block;
    position: absolute;
    top: -27px;
}

#clients .cycle-pager span {
    background: #EFEFEF;
    width: 12px;
    height: 12px;
}

#clients .cycle-pager span.cycle-pager-active {
    background: #656454;
}

#clients span.name {
    font-style: italic;
}

#clients .name-wrap {
    font-size: 13px;
    text-align: right;
    padding-top: 10px;
}

#clients span.stars {
    color: #FFC121;
    font-style: normal;
}

#clients span.stars .grey {
    color: #C1BFB9;
}

/*body.home h1.entry-title,*/
/*.aktuelles-home-title,*/
body.home h1.entry-title,
body.blog h1.entry-title,
body.archive h1.entry-title,
body.single h1.entry-title {
    background-color: rgba(198, 193, 181, 0.2);
    margin-left: -30px;
    padding: 10px 0 10px 30px;
    position: relative;
    font-weight: lighter;
    font-size: 19.5px;
}

/*body.home h1.entry-title:after,*/
/*.aktuelles-home-title:after,*/
body.home h1.entry-title:after,
body.blog h1.entry-title:after,
body.archive h1.entry-title:after,
body.single h1.entry-title:after {
    content: " ";
    background-color: rgb(243, 242, 239);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skewX(-2deg);
    z-index: 0;
    border-right: 3px solid #899D47;
}

body.home .article-header,
body.blog .article-header,
body.archive .article-header,
body.single .article-header {
    margin: 20px 0 20px;
    padding: 0;
}

h2.aktuelles-home-title {
    margin: 10px 0 10px 0px;
    font-size: 23.5px;
    font-weight: bolder;
}

.blogname {
    float: right;
    padding: 3px 10px 3px 10px;
    text-transform: uppercase;
    margin: 0 1px 0 20px;
    background-color: #F4F3F0;
}

.blogname.root {
    border-right: 3px solid #656454;
    color: #656454;
}

.blogname.hotel {
    border-right: 3px solid #8EA049;
    color: #8EA049;
}

.blogname.offices {
    border-right: 3px solid #515965;
    color: #515965;
}

.blogname.apartments {
    border-right: 3px solid #658991;
    color: #658991;
}

.blogname.bistro {
    border-right: 3px solid #DA6F27;
    color: #DA6F27;
}

.blogname.tagung {
    border-right: 3px solid #1B3F6C;
    color: #1B3F6C;
}

.blogname.feiern {
    border-right: 3px solid #A38976;
    color: #A38976;
}

.blogname.vinothek {
    border-right: 3px solid #B33125;
    color: #B33125;
}

.blogname.wellness {
    border-right: 3px solid #DBAA28;
    color: #DBAA28;
}

/* team */
article#post-80 .gallery-icon a img {
    border-radius: 100%;
    border: none;
    padding: 15px;
}

/* galleries gallery */
.gallery-icon a img {
    border: none !important;
    padding: 2px;
}

/*
 * blog
 */
body.blog .updated {
    float: right;
}

a.readmore.btn.btn-sm.btn-primary {
    margin: 0 0 0 -30px;
    float: right;
}

p.readmore-paragraph {
    padding: 0;
    margin: 0;
}

.homepage-news.clearfix {
}

.homepage-news article {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

/* single */
.fullsize-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

body.single-post time.updated {
    position: fixed;
    left: 25%;
    top: 220px;
    background: #656454;
    color: #FFF;
    height: 68px;
    padding: 0 5px;
}

.article-footer {
    padding-left: 2px;
    margin-top: 25px;
    padding-top: 20px;
}

body.single-post time.updated:before {
    content: " ";
    background-color: #656454;
    width: 120%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: skewX(-2deg);
    left: -5px;
}

body.single-post time.updated span {
    display: block;
    text-align: center;
}

body.single-post span.updated-year {
    font-size: 0.7em;
    padding: 2px 0 0 0;
    /*background: rgba(0, 0, 0, 0.06);*/
}

body.single-post span.updated-day {
    font-size: 1.8em;
    line-height: 26px;
}

body.single-post span.updated-month {
}

body.single-post .titlewrap {
    position: relative;
}

#slider {
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #EFEFEF url(library/assets/images/loader-big.gif) center no-repeat;
    background-position-x: 64%;
}

#map-modal .h2 {
    margin: 20px;
}

#map-modal iframe#maps-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

#map-modal a.hgs-modal-close {
    right: 28px;
    top: -5px;
    text-decoration: none;
}

#map-modal .container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#imprint-modal p a {
    color: #FFF;
}

.tp-bullets.simplebullets.round {
    position: fixed;
    z-index: 63;
    bottom: 111px !important;
    right: 135px !important;
}

.single-big-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 255, 0.55);
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
    margin-top: 0px;
    margin-left: 3px;
    border-radius: 100%;
}

.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #FFF;
}

.tp-leftarrow.tparrows.default.round {
    top: auto !important;
    bottom: 95px !important;
    left: auto !important;
    right: 75px !important;
    width: 51px;
    height: 51px;
    background: url(library/assets/images/slider-arrows.png) left top;
}

.tp-rightarrow.tparrows.default.round {
    top: auto !important;
    bottom: 95px !important;
    left: auto !important;
    right: 20px !important;
    width: 51px;
    height: 51px;
    background: url(library/assets/images/slider-arrows.png) right top;
}

.tp-leftarrow.tparrows.default.round:hover,
.tp-rightarrow.tparrows.default.round:hover {
    background-position-y: bottom !important;
}

/*
 * Bootstrap overwrite
*/
@media (min-width: 768px) {
    .lead {
        font-size: 1em;
    }
}

table, .table {
    font-size: inherit;
}

.btn.btn-primary {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 1em;
    padding: 3px 15px;
    color: #656454 !important;
    border: 1px solid #656454;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.btn.btn-primary:hover {
    color: #FFF;
    background-color: #656454;
}

.btn {
    padding: 0 2em;
    background: #FFF;
    color: #7986CB;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
}

.btn > span {
    display: inline-block;
    /*padding: 1em 0;*/
    opacity: 0;
    color: #FFF;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s;
    -ms-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn::before {
    color: #656454;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s;
    -ms-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -ms-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn:hover {
    background-color: #3F51B5;
}

.btn:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn:hover > span:nth-child(1) {
    -webkit-transition-delay: 0.025s;
    -moz-transition-delay: 0.025s;
    -ms-transition-delay: 0.025s;
    transition-delay: 0.025s;
}

.btn:hover > span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.btn:hover > span:nth-child(3) {
    -webkit-transition-delay: 0.075s;
    -moz-transition-delay: 0.075s;
    -ms-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.btn:hover > span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.btn:hover > span:nth-child(5) {
    -webkit-transition-delay: 0.125s;
    -moz-transition-delay: 0.125s;
    -ms-transition-delay: 0.125s;
    transition-delay: 0.125s;
}

.btn:hover > span:nth-child(6) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.btn:hover > span:nth-child(7) {
    -webkit-transition-delay: 0.175s;
    -moz-transition-delay: 0.025s;
    -ms-transition-delay: 0.025s;
    transition-delay: 0.175s;
}

.btn:hover > span:nth-child(8) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btn:hover > span:nth-child(9) {
    -webkit-transition-delay: 0.225s;
    -moz-transition-delay: 0.225s;
    -ms-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.btn:hover > span:nth-child(10) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.btn:hover > span:nth-child(11) {
    -webkit-transition-delay: 0.275s;
    -moz-transition-delay: 0.275s;
    -ms-transition-delay: 0.275s;
    transition-delay: 0.275s;
}

.btn:hover > span:nth-child(12) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.btn:hover > span:nth-child(13) {
    -webkit-transition-delay: 0.325s;
    -moz-transition-delay: 0.325s;
    -ms-transition-delay: 0.325s;
    transition-delay: 0.325s;
}

.btn:hover > span:nth-child(14) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -ms-transition-delay: 0.35;
    transition-delay: 0.35s;
}

.btn:hover > span:nth-child(15) {
    -webkit-transition-delay: 0.375s;
    -moz-transition-delay: 0.375;
    -ms-transition-delay: 0.375s;
    transition-delay: 0.375s;
}

.btn:hover > span:nth-child(16) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.btn:hover > span:nth-child(17) {
    -webkit-transition-delay: 0.425s;
    -moz-transition-delay: 0.425s;
    -ms-transition-delay: 0.425s;
    transition-delay: 0.425s;
}

.btn:hover > span:nth-child(18) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -ms-transition-delay: 0.45;
    transition-delay: 0.45s;
}

.btn:hover > span:nth-child(19) {
    -webkit-transition-delay: 0.475s;
    -moz-transition-delay: 0.475s;
    -ms-transition-delay: 0.475s;
    transition-delay: 0.475s;
}

.btn:hover > span:nth-child(20) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #FFF;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #FFF
}

.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}

@media (max-width: 767px) {
    .hamburglar {
        display: block !important;
    }

    .hgs-modal-backdrop {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .hgs-modal-backdrop.open {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    ul#menu-footer-menue li.current_page_parent {
        font-weight: bold;
        background: #42423C;
    }

    #main a:not(.btn):before, a.line-effect:before {
        display: none;
    }

    #lang_sel_click {
        float: none !important;
    }

    #lang_sel_click li {
        float: right;
        margin-right: 5px;
    }

    body.single-post time.updated {
        position: relative;
        left: 0;
        top: 0;
        background: #FFF;
        color: #5A594E;
    }

    body.single-post time.updated:before {
        display: none;
    }

    body.single-post time.updated {
        background: #FFF !important;
    }

    .header .container ul.nav li a {
        float: none;
    }

    .header .container ul.nav li a {
        float: none;
        margin: 5px 0 5px 5px;
    }

    .soonish:before {
        background-color: rgba(52, 52, 46, 0.79);
    }

    .infobar .telefon {
        border: none;
    }

    #slider {
        height: 400px;
        background-position-x: center;
    }

    .cycle-slideshow {
        height: 320px !important;
    }

    .cycle-slideshow > div {
        background-position-x: right;
    }

    .cycle-slideshow a.cycle-prev,
    .cycle-slideshow a.cycle-next {
        bottom: 15px !important;
    }

    div#main:before,
    .main-container:before,
    .cycle-pager {
        display: none;
    }

    .main-container {
        background: #FFF;
    }

    div#main {
        width: 100%;
        margin: 0;
        padding: 50px 0;
        background: none;
    }

    .header,
    img.logo-header {
        position: relative;
        top: 0;
    }

    .header {
        position: fixed;
        width: 100%;
        background-color: #FFF;
        border-bottom: 5px solid #F3F2EF;
    }

    img.logo-header {
        position: relative;
        margin: 10px 40px;
        float: right;
    }

    body, html {
        /*overflow-x: hidden;*/
    }

    a.hgs-modal-close {
        position: absolute;
        right: 10px;
        top: -10px;
    }

    /* navs */
    .header nav h3 {
        background-color: #252420;
        margin: 0;
        padding: 10px 15px;
        font-weight: bolder;
        border-bottom: 5px solid #626258;
    }

    #magic-line {
        display: none;
    }

    .main-wrapper {
        position: absolute;
        left: 0;
        padding-top: 320px;
        z-index: 0;
    }

    .header nav {
        display: block;
        width: 280px;
        height: 100%;
        position: absolute;
        background-color: #34342E;
        top: 0;
        left: -280px;
        padding-top: 70px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header .container {
        margin: 0;
        padding: 0;
    }

    .header nav .mobile-bg {
        content: " ";
        width: 280px;
        height: 77px;
        background-color: #252420;
        z-index: 99;
        position: fixed;
        top: 0;
        border-bottom: 5px solid #626258;
    }

    .header .container {
        background-color: transparent !important;
        height: auto;
    }

    .header .container:after {
        background-color: transparent !important;
    }

    ul#menu-nested-pages {
        padding: 10px 0;
    }

    ul#menu-nested-pages li {
        border-bottom: 1px solid #626258;
    }

    ul#menu-nested-pages li a {
        color: #F3F2EF;
        float: none;
        padding: 10px 15px;
        margin: 0;
    }

    .footer-menu {
        display: block;
    }

    ul#menu-footer-menue {
        position: relative;
        box-shadow: none;
        padding: 0;
        margin: 15px 0 0 0;
    }

    ul#menu-footer-menue li {
        width: 100%;
        min-height: 0;
    }

    ul#menu-footer-menue li a {
        height: auto;
        background-color: transparent !important;
        box-shadow: none;
        border-width: 0 0 0 5px;
        border-style: solid;
        padding: 10px;
        min-height: 0;
        text-align: left;
        font-size: 1.4em;
        color: #FFF;
        font-weight: lighter;
    }

    .nav-longdesc,
    .hvr-sweep-to-top:before,
    small.nav-desc {
        display: none !important;
    }

    .infobar {
        position: relative;
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #626258;
    }

    .infobar a {
        border-right: none;
        display: block;
        color: #FFF !important;
        padding: 5px 15px;
    }

    .hamburglar {
    }

    .slider-claim {
        right: 40px;
        width: 100%;
    }

    .book-now {
        position: absolute;
        z-index: 2;
        display: none;
    }

    #viatoCbeQuick .datepicker input {
        font-size: 17px;
        width: 100px;
        padding: 10px 0;
    }

    #viatoCbeQuick input[type="submit"] {
        width: 231px !important;
        font-size: 17px;
    }

    .slider-claim {
        right: 0;
        width: 100%;
        text-align: center;
        top: 102px;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    body.single-post time.updated {
        left: 35%;
    }

    .header {
        width: 100% !important;
    }

    ul#menu-footer-menue li a {
        min-height: 86px;
        font-size: 12px;
    }

    .header .container ul.nav li a {
        margin: 0 15px !important;
        font-size: 1em !important;
    }

    .main-container.col-sm-3 {
        width: 35%;
    }

    .main-container:before {
        width: 35%;
    }

    div#main:before {
        width: 37%;
    }

    .slider-claim {
        right: 40px;
        width: 100%;
    }

    .infobar .telefon {
        display: none !important;
    }

    .infobar a {
        font-size: .7em;
    }
}

@media (min-width: 768px) and (max-width: 840px) {

    .header .container ul.nav li a {
        margin: 0 9px !important;
        font-size: 1em !important;
    }

    .infobar .telefon {
        display: none !important;
    }

    .infobar a {
        font-size: .7em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-claim {
        right: 40px;
        width: 100%;
    }

    .infobar a {
        font-size: .9em;
    }

    body.single-post time.updated {
        left: 35%;
    }

    .header {
        width: 100% !important;
    }

    .infobar .telefon {
        display: none !important;
    }

    .header .container ul.nav li a {
        margin: 0 12px !important;
        font-size: 1.2em !important;
    }

    .main-container.col-sm-3 {
        width: 35%;
    }

    .main-container:before {
        width: 35%;
    }

    div#main:before {
        width: 37%;
    }

}

@media (min-width: 1200px) {

}

.header nav {
    -webkit-transition: left .2s ease-in;
    -moz-transition: left .2s ease-in;
    -ms-transition: left .2s ease-in;
    transition: left .2s ease-in;
}

.hamburglar.is-open {
}

.hamburglar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 68px;
    height: 68px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    left: 0;
    top: 3px;
    z-index: 9;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    display: none;
    -webkit-transition: left .2s ease-in;
    -moz-transition: left .2s ease-in;
    -ms-transition: left .2s ease-in;
    transition: left .2s ease-in;
}

.hamburglar.opaque {
    opacity: 1;
}

.path-burger {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 68px;
    -webkit-mask: url(#mask);
    mask: url(#mask);
    -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.animate-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.path-rotation {
    height: 34px;
    width: 34px;
    margin: 34px 34px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.path-rotation:before {
    content: '';
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 4px 0 0;
    background: #626258;
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hamburglar.is-open .path {
    -webkit-animation: dash-in 0.6s linear normal;
    animation: dash-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-open .animate-path {
    -webkit-animation: rotate-in 0.6s linear normal;
    animation: rotate-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
    -webkit-animation: dash-out 0.6s linear normal;
    animation: dash-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .animate-path {
    -webkit-animation: rotate-out 0.6s linear normal;
    animation: rotate-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.path {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-in {
    0% {
        stroke-dashoffset: 240;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}

@keyframes dash-out {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 240;
    }
    100% {
        stroke-dashoffset: 240;
    }
}

.burger-icon {
    position: absolute;
    padding: 20px 16px;
    height: 68px;
    width: 68px;
}

.burger-container {
    position: relative;
    height: 28px;
    width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
    position: absolute;
    display: block;
    height: 4px;
    width: 36px;
    border-radius: 2px;
    background: #626258;
}

.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
}

.burger-filling {
    top: 12px;
}

.burger-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.svg-ring {
    width: 68px;
    height: 68px;
}

.hamburglar.is-open .burger-bun-top {
    -webkit-animation: bun-top-out 0.6s linear normal;
    animation: bun-top-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-open .burger-bun-bot {
    -webkit-animation: bun-bot-out 0.6s linear normal;
    animation: bun-bot-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
    -webkit-animation: bun-top-in 0.6s linear normal;
    animation: bun-top-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-bot {
    -webkit-animation: bun-bot-in 0.6s linear normal;
    animation: bun-bot-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes bun-bot-out {
    0% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bun-bot-in {
    0% {
        left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.hamburglar.is-open .burger-filling {
    -webkit-animation: burger-fill-out 0.6s linear normal;
    animation: burger-fill-out 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
    -webkit-animation: burger-fill-in 0.6s linear normal;
    animation: burger-fill-in 0.6s linear normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 36px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    80% {
        width: 36px;
        left: -6px;
    }
    100% {
        width: 36px;
        left: 0px;
    }
}

@-webkit-keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

@keyframes burger-fill-out {
    0% {
        width: 36px;
        left: 0px;
    }
    20% {
        width: 42px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 40px;
    }
    100% {
        width: 0;
        left: 36px;
    }
}

/* forms */
a.home-booking-btn.btn.btn-primary {
    width: 330px;
    border: 1px solid #FFF;
    margin: 10px 4px;
    color: #FFF !important;
    text-shadow: none;
    font-size: 23px !important;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: #000 !important;
}

a.home-booking-btn.btn.btn-primary:hover {
    background: #FFF;
}

a.home-booking-btn.btn.btn-primary span,
a.home-booking-btn.btn.btn-primary:before {
    color: #656454 !important;
    font-weight: lighter;
}

a.home-booking-btn.btn.btn-primary:hover span {
    color: #656454 !important;
}

input:focus {
    outline: none;
    border-radius: none !important;
}

.form-control {
    font-size: 20px;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFF;
    width: 100%;
    padding: 10px 8px;
    height: auto !important;
    border-bottom: 3px solid transparent !important;
}

.form-control:focus {
    border-bottom: 3px solid #FFF !important;
}

.wpcf7-submit:focus {
    box-shadow: none !important;
    outline: none !important;
}

textarea {
    padding: 10px 8px;
}

form.wpcf7-form > p {
    margin: 20px 0;
    position: relative;
}

form.wpcf7-form > p > span {
    display: block;
}

form.wpcf7-form > p > label {
    position: absolute;
    color: #FFF;
    bottom: -22px;
}

span.wpcf7-form-control-wrap:after {
    content: " ";
    width: 0;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .1s ease-in;
    -moz-transition: width .1s ease-in;
    -ms-transition: width .1s ease-in;
    transition: width .1s ease-in;
}

span.wpcf7-form-control-wrap.active:after {
    width: 100%;
}

span.req-asterix {
    display: inline !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #C82323;
    font-weight: bold;
    background: #FFF;
    margin-top: 0;
    padding: 5px;
}

.has-error .form-control {
    border-bottom: 3px solid rgb(200, 35, 35) !important;
}

img.ajax-loader {
    padding: 7px 7px 6px 7px;
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
}

.alert-warning {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-left: 30px solid #C82323;
    color: #FFF;
}

.alert-success {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-left: 30px solid #3C9A5F;
    color: #FFF;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background: transparent;
}

.contact-col iframe {
    width: 100%;
}

.contact-table {
    margin-bottom: 20px;
}

.contact-table i {
    font-size: 18px;
    padding: 2px 0 0 0;
}

.contact-table td {
    vertical-align: top;
    padding: 0 10px 0 0;
}

.hgs-modal a {
    text-decoration: none;
    font-weight: bolder;
    color: #FFF;
}

.hgs-modal a:hover {
    text-decoration: underline;
    color: #FFF;
}

/*.cycle-slideshow:before,*/
/*.single-big-bg:before {*/
/*content: " ";*/
/*background: url(library/assets/images/overlay.png);*/
/*position: fixed;*/
/*height: 100%;*/
/*width: 100%;*/
/*z-index: 101;*/
/*}*/
.cycle-slideshow:before,
.single-big-bg:before {
    /*content: "";*/
    /*background: url(library/assets/images/overlay.png);*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 101;*/
}

.cycle-controls {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

a.cycle-prev {
    top: auto !important;
    bottom: 95px !important;
    left: auto !important;
    right: 75px !important;
    width: 51px;
    height: 51px;
    background: url(library/assets/images/slider-arrows.png) left top;
    position: absolute;
    text-indent: -5999px;
    z-index: 101;
}

a.cycle-next {
    top: auto !important;
    bottom: 95px !important;
    left: auto !important;
    right: 20px !important;
    width: 51px;
    height: 51px;
    background: url(library/assets/images/slider-arrows.png) right top;
    position: absolute;
    text-indent: -5999px;
    z-index: 101;
}

a.cycle-prev:hover,
a.cycle-next:hover {
    background-position-y: bottom
}

.cycle-pager {
    position: fixed;
    bottom: 111px !important;
    right: 135px !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
    left: auto !important;
    z-index: 9999;
}

.cycle-pager span {
    cursor: pointer;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.55);
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 0px;
    margin-left: 3px;
    border-radius: 100%;
    text-indent: -5999px;
    float: left;
}

.cycle-pager span.cycle-pager-active,
.cycle-pager span:hover {
    background-color: #FFF;
}

div#big-video-wrap {
    position: fixed;
    top: 0;
    left: 0;
}

.cycle-slideshow {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

.cycle-slide {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position-y: center;
}

.slider-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF url(library/assets/images/loader-big.gid) center no-repeat;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.8);
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
#viatoCbeQuick input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    outline: 0;
    color: #000;
    padding: 5px;
    width: 331px;
    margin: 0 4px;
    font-size: 23px;
    text-transform: uppercase;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}

.datepicker {
    padding: 4px;
    direction: ltr;
    border: none;
    /*.dow {
        border-top: 1px solid #ddd !important;
    }*/

}

.today.disabled {
    font-weight: bolder;
    background: none !important;
}

td.today {
    font-weight: bolder;
}

td.today:not(.range-start) {
    background: none !important;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #FFF;
}

.datepicker > div {
    /*display: none;*/
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #EEE;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #D6D6D6;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(top, #FDD49A, #FDF59A);
    background-image: -ms-linear-gradient(top, #FDD49A, #FDF59A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FDD49A), to(#FDF59A));
    background-image: -webkit-linear-gradient(top, #FDD49A, #FDF59A);
    background-image: -o-linear-gradient(top, #FDD49A, #FDF59A);
    background-image: linear-gradient(top, #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #FDF59A #FDF59A #FBED50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #FDF59A;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #FBF069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #FFF;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #EEE;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #F3D17A;
    background-image: -moz-linear-gradient(top, #F3C17A, #F3E97A);
    background-image: -ms-linear-gradient(top, #F3C17A, #F3E97A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3C17A), to(#F3E97A));
    background-image: -webkit-linear-gradient(top, #F3C17A, #F3E97A);
    background-image: -o-linear-gradient(top, #F3C17A, #F3E97A);
    background-image: linear-gradient(top, #F3C17A, #F3E97A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #F3E97A #F3E97A #EDDE34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #F3E97A;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #EFE24B \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9E9E9E;
    background-image: -moz-linear-gradient(top, #B3B3B3, #808080);
    background-image: -ms-linear-gradient(top, #B3B3B3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B3B3B3), to(#808080));
    background-image: -webkit-linear-gradient(top, #B3B3B3, #808080);
    background-image: -o-linear-gradient(top, #B3B3B3, #808080);
    background-image: linear-gradient(top, #B3B3B3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(top, #08C, #04C);
    background-image: -ms-linear-gradient(top, #08C, #04C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
    background-image: -webkit-linear-gradient(top, #08C, #04C);
    background-image: -o-linear-gradient(top, #08C, #04C);
    background-image: linear-gradient(top, #08C, #04C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04C #04C #002A80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #04C;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #039 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datepicker table tr td span:hover {
    background: #EEE;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(top, #08C, #04C);
    background-image: -ms-linear-gradient(top, #08C, #04C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
    background-image: -webkit-linear-gradient(top, #08C, #04C);
    background-image: -o-linear-gradient(top, #08C, #04C);
    background-image: linear-gradient(top, #08C, #04C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04C #04C #002A80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #04C;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #039 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #EEE;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    vertical-align: middle;
    background-color: #EEE;
    border: 1px solid #CCC;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker input {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 23px;
    padding: 5px 10px;
    width: 150px;
    color: #000;
    border-radius: 0 !important;
}

.input-daterange .add-on {
    font-size: 15px;
    background-color: transparent;
    border: none;
    font-weight: lighter;
    line-height: 9px;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background: #656454;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background: #899D47;
}

.datepicker table tr td.active.selected,
.datepicker table tr td.active.selected:hover,
.datepicker table tr td.active.selected.disabled,
.datepicker table tr td.active.selected.disabled:hover {
    background: #899D47;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background: #899D47 !important;
}

.datepicker-dropdown.datepicker-orient-left:after {
    display: none;
}

.datepicker table tr th.next,
.datepicker table tr th.prev,
.datepicker th.datepicker-switch {
    cursor: pointer;
}

/* language switch */
#lang_sel_click {
    float: right;
    margin-right: -5px;
    width: 50px;
    background: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    display: none;
}

#lang_sel_click a.lang_sel_sel {
    background: none;
}

#lang_sel_click li {
    width: 50px;
}

#lang_sel_click ul li a {
    padding: 3px 0 3px 13px;
    display: block;
    border: none;
    text-align: left;
}

#lang_sel_click ul li a img {
    width: 23px !important;
    height: 23px !important;
}

#lang_sel_click ul ul {
    width: 50px !important;
    top: 40px !important;
    border-top: none !important;
}

/*#lang_sel_click ul li a {*/
/*background-size: 24px 24px !important;*/
/*}*/
/*#lang_sel_click ul li a.icl-de {*/
/*background-image: url(library/assets/images/flag-de.png);*/
/*}*/

/* mobile footer */
.mobile-footer.visible-xs {
    background: #626258;
    padding: 25px 20px;
    box-shadow: 0 20px 30px -20px rgb(0, 0, 0) inset;
    color: #FFF;
    position: relative;
}

.maps-link {
    background: #FFF;
    width: 100%;
    display: block;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 40px 0 10px;
    text-decoration: none;
    color: #626258;
}

/* grün für Hotel */

.header .container,
#main a:not(.btn):before,
body.single-post time.updated,
body.single-post time.updated:before,
.header .container:after,
.book-now,
a.book-now:before {
    background-color: #899D47;
}

a,
a:active,
a:visited {
    color: #899D47;
}

.aktuelles-home-title:after,
body.home h1.entry-title:after,
body.blog h1.entry-title:after,
body.archive h1.entry-title:after,
body.single h1.entry-title:after,
span.lead:after {
    border-right: 3px solid #899D47;
}

.hgs-modal-backdrop {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b7b83+0,96a038+100 */
    background: rgb(91, 123, 131); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(150, 160, 56, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(91, 123, 131, 1)), color-stop(100%, rgba(150, 160, 56, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(150, 160, 56, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(150, 160, 56, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(150, 160, 56, 1) 100%); /* IE10+ */
    background: linear-gradient(45deg, rgba(91, 123, 131, 1) 0%, rgba(150, 160, 56, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b7b83', endColorstr='#96a038', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

@-ms-viewport {
    width: auto;
}

.vjs-control-bar,
#big-video-wrap {
    display: none;
}

#menu-footer-menue {
    background: white;
}
#menu-item-106,
#menu-item-104 {
    display: none !important;
}
