/*
---------------------------------------------------------
MOVED FROM GLOBAL + PREPPED
---------------------------------------------------------
*/


/*
----------------------------------------------------------
FIX ON SPECIAL WIPS PAGES
----------------------------------------------------------

#WIPSMAINCONTENTS.wips_module_name_none > :nth-child(3) {
    clear: both;
}

#WIPSMAINCONTENTS.wips_module_name_none {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
*/

/*
------------------------------------------------------
HTML5 display-role reset for older browsers
------------------------------------------------------
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


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

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}


/*
---------------------------------------------------------
SEARCH STYLING
---------------------------------------------------------
*/


#search-results {
    background-color: white;
    position: absolute;
    color: #444;
    text-align: left;
    width: 100%;
    padding: 0px;
    margin-top: 16px;
    display: block;
    z-index: -1;
    font-size: 12px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    height: 0;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    transition-delay: 0.5s;
}

#search.searchFull #search-results {
    display: block;
    max-height: 500px;
    padding: 10px 0 10px 0;
    padding-top: 17px;
    height: auto;
    transition: max-height 0.25s ease-in, padding-top 0.5s ease-in;
    transition-delay: 0.5s;
}

@media all and (max-width: 1199px) {
    #search.searchFull #search-results {
        margin-top: 69px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }
}

#search-results .result {
    line-height: 1.2em;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    transition: border-left 0.5s ease, padding-left 0.25s ease, margin-left 0.25s ease;
    border-top: 0px dotted rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid white;
    transition: border-top 0.5s ease-out, border-bottom 0.5s ease-out, padding-left 0.5s ease;
}

#search:hover #search-results .result, #search.searchFull #search-results .result {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    transition: border-top 0.5s ease-in 1s, border-bottom 0.5s ease-in 1s, padding-left 0.5s ease;
}

#search-results .result:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s ease-out !important
}

#search-results .result {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.25s ease-in !important
}

#search-results .result:first-child {
    padding-top: 10px;
}

#search-results .result:last-child {
    padding-bottom: 10px;
}

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



.article-section { 
    display: none;
}
*/

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

#mainContent.responsive-text div#WIPSELEMENT_ARTICLE-BLOCK-1,
#mainContent.responsive-text div#WIPSELEMENT_ARTICLE-BLOCK-2,
#mainContent.responsive-text div#WIPSELEMENT_GENERIC-BLOCK-1,
#mainContent.responsive-text div#WIPSELEMENT_GENERIC-BLOCK-2 {
    display: flex !important;
    position: relative !important;
    vertical-align: top;
    font-size: 16px;
}

#global-footer-blocks {
    display: none;
}

.queryString,
#block_articleBlock2 {
    display: block !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
}

/*
----------------------------------------------------------
GLOBAL GENERAL SETTINGS
----------------------------------------------------------


.featherlight-iframe .featherlight-content {
    width: 90%;
    height: 100%;
}

.featherlight-iframe .featherlight-content iframe.featherlight-inner {
    width: 100%;
    height: 100%;
}
*/
body.hfull:not(.read-more) {
    position: fixed !important;
}

#header.hfull ~ div#outerContent {
    min-height: 0 !important;
}

.map_overlay div {
    top: 100px;
    position: relative;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 500px;
    margin: auto;
    border-radius: 20px;
}

footer#footer #block-map-wrapper * {
    color: #777 !important
}

footer#footer #block-map-wrapper #block-map {
    position: absolute!important;
    height: 100%;
    width: 100%;
}

#section-top-block {
    display: block;
}

#WIPSMAINCONTENTS {
    display: block !important;
    margin: 0;
    width: 100%;
    position: relative !important;
}

#outerContent {
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
}

body #wrap div#language:hover,
body #wrap div#search:hover {
    background-color: white !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

body #wrap div#language:hover,
body #wrap div#language:focus {
    overflow: visible
}

#search {
    z-index: 10;
}

#print {
    z-index: 5;
}

#font-size-script.responsive-text {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    padding: 0 20px 0 20px;
    position: relative;
    height: 100%;
}


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

#sitepath {
    float: left
}


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

div#sitemap, #section-top-block {
    background-color: transparent;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#paginator {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.paginator_button.pag_active,
.paginator_button:hover {
    box-shadow: inset 0 0 0 0px !important
}

#wrap #paginator .paginator_button {
    display: inline-flex;
    padding: 0px 0.1em;
    margin-right: 0.15em;
    margin-left: 0.15em;
    border-radius: 3px;
    border: solid 0px transparent !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 1.8em;
    line-height: 1em;
    width: 2.5em;
    box-shadow: inset 0 0 0 1px;
}

.paginator-first a,
.paginator-last a {
    letter-spacing: -0.35em;
    margin-left: -0.4em;
}

.paginator-prev-next a {
    margin-top: 0.2em;
    font-size: 80%;
}

#paginator .paginator_button.paginator_separator a {
    cursor: default;
    pointer-events: none;
}

#paginator .paginator_button.paginator_separator,
#paginator .paginator_button.paginator_separator:hover {
    border: 0px solid white;
    box-shadow: none;
}

#bg #paginator .paginator_button.paginator-disabled a {
    cursor: default;
    pointer-events: none;
}

#bg #paginator .paginator_button:nth-child(3):before {
    content: "...";
    position: absolute;
    margin-left: -1em;
    right: auto;
    left: 0;
}

#bg #paginator .paginator_button:nth-child(5) {
    position: relative;
    margin-right: 1.3em;
    overflow: visible
}

#bg #paginator .paginator_button.pag_active:nth-child(5) {
    margin-right: 0.15em;
}

#bg #paginator .paginator_button:nth-child(5):after {
    content: "...";
    position: absolute;
    margin-right: -1.1em;
    left: auto;
    right: 0
}

#bg #paginator .paginator_button:nth-child(3) {
    position: relative;
    margin-left: 1.3em;
    overflow: visible
}

.paginator_button.paginator-prev-next.paginator-prev.paginator-disabled:nth-child(2) ~ .paginator_button:nth-child(3) {
    margin-left: 0.15em !important

}

.paginator_button.paginator-prev-next.paginator-prev.paginator-disabled:nth-child(2) ~ .paginator_button:nth-child(3):before {
    display: none

}

@media all and (max-width: 759px) {
    #wrap #paginator .paginator_button {
        padding: 0px 0.1em;
        margin-right: 0.1em;
        margin-left: 0.1em;
        border-radius: 3px;
        border: solid 0px transparent !important;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 1.8em;
        line-height: 1em;
        width: 1.8em;
        box-shadow: inset 0 0 0 1px;
    }

}

#static-newsletter-content * {
    color: #666;
}

#custom-button,
#static-menu,
#booking-button,
#static-menu-inner,
#static-menu-newsletter,
#static-menu-newsletter .icon,
#shop-button,
#back-to-top,
#menuwrap {
    backface-visibility: hidden;
}

input#searchInput {
    all: initial
}

div#search input {
    width: 75% !important;
    height: 100% !important;
    position: absolute !important;
    right: 20% !important;
    left: 5% !important;
    bottom: 0 !important;
    top: 0 !important;
    outline: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    background-color: transparent !important;
    color: #aaa !important;
    text-fill-color: #777;
    -webkit-text-fill-color: #777;
    display: none !important;
    letter-spacing: 1px;
}

div#search:hover input,
div#search input:focus {
    display: block !important;
}

#header #search:hover,
#header #search:focus,
#header #search.searchFull {
    background-color: white !important;
    color: #aaa !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

#language {
    z-index: 10;
}

@media all and (min-width: 100px) and (max-width: 959px) {
    #header #search input {
        border: 1px solid #ccc !important;
        height: 50% !important;
        width: 59% !important;
        top: 25% !important;
        right: 5% !important;
        left: 25% !important;
        bottom: auto !important;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        padding-left: 14px !important;
        margin-top: 0px !important;
        box-sizing: border-box;
    }
}


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

footer#footer .footer-block:nth-child(1) a {
    height: 100%;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


/*
----------------------------------------------------------
WRAPPER CONTAINER SETTINGS - Position and sizing
----------------------------------------------------------
*/
body #static-menu {
    z-index: 10000;
}

body #wrap,
#static-menu {
    max-width: 1920px;
}

body {
    background: white;
    height: 100%;
    margin: inherit;
    padding: inherit;
    text-align: center;
    width: 100%;
}

#wrap {
    min-height: 100vh !important;
}

#container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header,
#footer,
#mainContent,
#pagetitle {
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}

#inner-header {
    max-height: inherit;
}

#logo img {
    min-height: auto !important;
    height: auto !important;
    min-width: auto !important;
    width: auto !important;
    max-width: 100%;
}

#pagetitle {
    margin-bottom: 0 !important;
}

#pagetitle h1 {
    padding: 0 0 20px 0 !important;
    margin: 0 0 0 0 !important;
}

#inner-header {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

#container {
    display: block;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: 0;
}

#bg {
    background-position: 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#wrap {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
    height: 100%;
    display: block;
}


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


#container-list {
    line-height: 0; /* To prevent spacing between divs */
    margin: 0 auto;
}

/*
img {
    height: auto;
    max-width: 100%;
}*/


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

#content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#center {
    position: relative;
    margin-bottom: 0 !important;
}


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

#sitepath {
    text-align: left;
    text-transform: uppercase;
    margin: auto;
    padding: 0 3px;
    letter-spacing: 1px;
    margin-top: 10px !important;
}

#sitepath li {
    display: inline-block;
}

#sitepath li:last-child {
    display: none;
}

body:not(.read-more) #wrap #outerContent #center div#sitepath,
body:not(.read-more) #wrap #outerContent #center div#pagetitle {
    position: relative !important;
    max-width: calc(100% - 40px) !important;
    margin: auto !important;
    margin-left: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
}


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

/*  TROR IKKE DENNE ER I BRUK  

#featured ~ #mainContent #sitepath li:last-child {
    display: block;
}*/


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

@media all and (min-width: 100px) and (max-width: 1199px) {
    body #wrap #outerContent {
        margin-top: 0px !important;
    }

    body #wrap #content {
        margin-top: 70px !important;
    }
}

/*
.read-more #mainContent {
    margin-top: 10px !important
}
*/

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


#centering {
    text-align: center;
}
*/

/*
----------------------------------------------------------
BOOKING- AND CUSTOM BUTTON STYLES
----------------------------------------------------------
*/


#booking-button-price-container,
#booking-button-title-text {
    pointer-events: none;
    font-size: 145%;
    line-height: 1.7em;
    cursor: pointer;
    text-transform: uppercase;
    max-height: 100%;
    position: relative;
    display: block;
}

@media all and (max-width: 1199px) {
    body #wrap #booking-button-title-text,
    body #wrap #booking-button-price {
        font-size: 17px !important
    }

    body #wrap #booking-button-shopping-icon {
        font-size: 28px !important
    }

    #booking-button-price-container,
    #booking-button-title-text {
        line-height: 2em;
    }
}

#booking-button.not-empty #booking-button-title-text,
#booking-button:not(.not-empty):not(.empty) #booking-button-title-text,
#booking-button.empty #booking-button-price-container {
    display: none;
}

#booking-button-price-container span {
    flex: auto;
}

#booking-button-price-container {
    display: flex;
}

#booking-button-price-container #booking-button-shopping-icon {
    font-size: 150%;
    max-width: 50px;
}

body #booking-button input:not([type=submit]):not([type=button]),
body #booking-button select {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1) !important;
    color: #555 !important;
    border: 1px #ddd solid !important;
}

#booking-button {
    z-index: 1;
}

#booking-button-title {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#custom-button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px solid !important;
}


/*
----------------------------------------------------------
SERIA DEV CRED + FOOTER
----------------------------------------------------------
*/
footer#footer {
    padding-bottom: 0px
}

footer section {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid;
}

#footer .footer-block {
    border: 0px;
}


/*
----------------------------------
FOOTER DEVELOPER FIX
----------------------------------

#footer div#developer {
    margin: auto;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    height: 80px;
    border: 0px solid !important;
    padding-bottom: 35px;
}

#footer #developer > span {
    display: inline-block;
}

#developer-separator {
    padding: 0px 10px;
    display: none;
}

#footer #developer > span {
    font-size: 10px !important;
    padding: 3px 10px 3px 10px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    cursor: pointer;
    border-color: white;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    display: block;
    height: 100%;
    border: 0px solid !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer #developer > span a {
    padding: 0.15em 10px 0.35em 10px;
    line-height: 1.5em;
    height: 2em;
    margin: 0 5px 5px;
    border-radius: 20px;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: inline-block !important;
    background-color: rgba(150, 150, 150, 0.5);
    color: white !important;
    opacity: 0.7;
}

#footer #developer span a:hover {
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    cursor: pointer;
    opacity: 1;
}

@media all and (max-width: 679px) {
    #developer-separator {
        display: none;
    }

    #footer #developer > span a {
        display: block;
    }
}
*/

/*
----------------------------------------------------------
SCRIPT CLASS SETTINGS
----------------------------------------------------------

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

.display {
    display: block !important;
}

.show {
    display: block !important;
    visibility: visible;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.fixedPosition {
    position: fixed;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.one-third {
    width: 33.33% !important;
}
*/

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

#shop-button.inactive,
#share-button a.icon.inactive,
#custom-button.inactive,
#booking-button.inactive,
#static-menu-newsletter.inactive,
.footer-block.inactive {
    opacity: .5;
}

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

@media all and (min-width: 1200px) {
    div#share-button {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}

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

@media all and (max-width: 1199px) {
    #logo img {
        max-height: 70px !important;
    }
}


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


@media all and (min-width: 960px) and (max-width: 1199px) {
    #pagetitle {
        padding-top: 25px !important;
    }

    /*
        .single-article-full h1 {
            padding-top: 10px !important;
        }
    */
    #header.featurePresent ~ #outerContent #pagetitle {
        padding-top: 0px !important;
    }
}


/*
----------------------------------------------------------
FOOTER TEXT BLOCKS
----------------------------------------------------------
*/
#footer .footer-block {
    max-height: none;
}

.footer-block p,
.footer-block li {
    font-weight: normal !important;
}

#footer .footer-block ul li {
    line-height: 1.5em;
    border-bottom: 1px solid rgba(200, 200, 200, 0.25);
    padding: 11px 20px 10px 15px;
    text-align: left;
    width: 100%;
    position: relative;
}

#footer .footer-block ul li a {
    width: 100%;
}

#footer .footer-block ul li:hover {
    background-color: rgba(200, 200, 200, 0.15)
}

#footer .footer-block ul li:after {
    content: "v";
    position: absolute;
    height: inherit;
    left: auto;
    right: 5px;
    margin: 0;
    font-family: "web-icons-2";
    text-transform: lowercase;
    margin-top: 1px;
    display: inline;
}


/*
----------------------------------------------------------
FIX ON LOGO FOOTER
----------------------------------------------------------
*/
footer#footer .footer-block.footer-logo a,
footer#footer .footer-block.footer-logo a img {
    width: auto !important;
}


/*
-------------------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////////////
-------------------------------------------------------------------------------------
ORIGINAL CODE CONTINUES BELOW
-------------------------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////////////
-------------------------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------------------
						DESIGN 8
-----------------------------------------------------------------------------------
*/
@media all and (min-width: 1200px) {
    #header #logo {
        order: 1;
        position: relative;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 0;
    }

    #header #search {
        order: 2;
        position: relative;
        flex-basis: 90px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    div#search #searchInput {
        transition: max-width 0.3s ease-in;
    }

    #header #search:hover,
    #header #search:focus,
    #header #search.searchFull {
        flex-basis: 30%;
        flex-grow: 0;
        flex-shrink: 0;
        height: auto;
    }

    #header #language {
        order: 3;
        position: relative;
        flex-basis: 90px;
        flex-grow: 0;
        flex-shrink: 0;
        box-sizing: content-box;
    }

    #header #mob-menu-in {
        order: 4;
        position: relative;
        flex-basis: 160px;
        flex-grow: 0;
        flex-shrink: 0;
        box-sizing: content-box;
        max-width: 160px !important;
    }

}

/*
-----------------------------------------------------------------------------------
 						MAIN WRAPPER DIVS - HEADER TO FOOTER
-----------------------------------------------------------------------------------
*/
.has-booking #booking-button {
    display: block
}

#wrap #static-menu-inner {
    transition: opacity 0.2s ease-in;
}

#wrap, #static-menu {
    max-width: 100% !important;
}

#static-menu {
    background-color: inherit;
    color: inherit;
    visibility: hidden;
}

#static-menu * {
    visibility: visible;
}

#inner-header {
    width: 94% !important;
    margin: 0 auto !important;
    text-align: center;
    position: fixed;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
}

#mainContent {
    width: 94% !important;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
}

.noFeaturePresent:not(.read-more) #container #wrap #outerContent {
    margin-top: 90px !important;
}

@media all and (min-width: 1200px) {
    .noFeaturePresent:not(.read-more) #container #wrap #outerContent {
        margin-top: 110px !important;
    }

    #search:hover #searchForm,
    #search.searchFull #searchForm,
    #search:focus #searchForm {
        display: flex;
        align-items: center;
        height: 85px;
        min-height: 85px;
        justify-content: flex-end;
        position: relative;
        font-family: inherit !important;
        align-items: center;
        margin: 0;
        float: none;
    }

    #container #wrap #search.searchFull {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
        z-index: 1001;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #container #wrap #search:hover,
    #container #wrap #search:focus,
    #container #wrap #search.searchFull,
    #container #wrap #search:hover form,
    #container #wrap #search:focus form,
    #container #wrap #search.searchFull form {
        background-color: inherit !important;
        color: inherit !important;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
        border-color: transparent !important;
    }

    #container #wrap #header.menuout #search.searchFull #search-results {
        box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
    }

    #container #wrap #search #search-results {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #container #wrap #search:hover input#searchInput,
    #container #wrap #search:focus input#searchInput,
    #container #wrap #search.searchFull input#searchInput {
        border-radius: 3px;
    }

    #container #wrap #search.searchFull:before {
        background-color: rgba(0, 0, 0, 0.3);
        transition: background-color 0.5s ease-in;
    }

    #container #wrap #search:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.5s ease-out;
        pointer-events: none;
    }
}

@media all and (min-width: 100px) and (max-width: 1199px) {
    #header #search input {
        border: 1px solid #ccc !important;
        height: 50% !important;
        width: 67% !important;
        top: 25% !important;
        right: 5% !important;
        left: 25% !important;
        bottom: auto !important;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        padding-left: 14px !important;
        padding-right: 14px;
        margin-top: 0px !important;
    }

    #header #search #search-results {
        top: 0px !important;
        border-radius: 0px;
        width: 100vw;
        max-height: calc(100vh - 70px) !important;
        min-height: calc(100vh - 70px) !important;
        margin-top: 69px;
    }
}

/*
.featured-textbox {
    max-width: 1920px !important;
}
*/
#font-size-script.responsive-text {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

#outerContent,
.read-more #outerContent {
    background-color: transparent !important;
    margin-top: 85px !important;
}

div#wrap {
    overflow: visible;
}

#header {
    min-height: 70px;
    max-height: 80px;
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 11;
    display: block;
    margin-bottom: 10px;
}

#center {
    height: 100%;
    width: auto;
    margin-top: 0 !important
}

#static-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 10;
    line-height: 0;
    text-align: center;
    display: block;
}

#static-menu > * {
    display: inline-block !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*

#featured,
#featured:not(.full),
#featured:not(.full) .bxslider,
#featured:not(.full) .bx-wrapper,
#featured:not(.full) .bx-viewport,
#featured:not(.full) .bxslider li {
    width: 100%;
    height: 100%;
}
*/
div#sitepath {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    display: block;
    right: 0;
    float: left;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

div#sitepath a {
    font-weight: normal;
}

#mainContent {
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 20px !important;
    height: 100%;
    width: 100%;
}

#sitemap { /* wrong ID-name - this is blocks above footer */
    margin: 0 auto;
    display: block;
    clear: both;
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
    height: auto;
    margin: 0px auto 0 auto !important;
    overflow: hidden;
    padding-bottom: 40px;
    box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.05) !important;

}

#footer a img {
    max-height: 100%;
    max-width: 100%;
}

/* END main wrapper divs */


/*
---------------------------------------------------------------------------------
 								HEADER ELEMENTS
---------------------------------------------------------------------------------
*/

/* --------------------------- COMMON HEADER SETTINGS ----------------------- */

.one-language #language {
    display: none;
}

#search,
#language,
#print {
    padding: 0;
    display: inline-block;
}

#language,
#print {
    overflow: hidden;
}

#language:hover {
    cursor: pointer;
}

#language,
#search {
    border: 0px solid !important;
}

#language span {
    margin: auto;
    height: 85px;
    display: flex;
    vertical-align: middle;
}

#header #language:hover {
    border: 1px solid transparent !important;
    background-color: white !important;
    display: block !important;
    border-top: 0px solid transparent !important;
}

.icon {
    border: 0px solid !important;
}


/* END common header settings */


/* ----------------------- LOGO SETTINGS ----------------------- */

#logo {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    text-align: left;
}

#logo img {
    max-height: 115px;
    max-width: 100%;
    min-height: 70px;
    height: 85px !important;
}

/* END logo */


/* ----------------------- SEARCH ICON ----------------------- */
@media all and (min-width: 1200px) {
    #container #search {
        height: 85px;
        min-height: 85px;
        border-radius: 0;
        border: 0px solid !important;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        z-index: 10000;
        overflow: visible;
        border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
        flex-direction: column;
        text-align: center;
        box-shadow: none !important;
        box-sizing: content-box;
    }

    #header #search:hover,
    #header #search:focus {
    }

    #search .icon {
        padding: 0;
        background-color: transparent !important;
        z-index: 2;
        font-size: 35px;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        display: inline-block;
        margin: 0;
        position: relative;
        flex-basis: 90px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    #submitSearch {
        border: none;
    }

    #searchForm input#searchInput::-webkit-input-placeholder {
        color: inherit !important;
    }

    #searchForm input#searchInput:-moz-placeholder {
        color: inherit !important;
    }

    #searchForm input#searchInput::-moz-placeholder {
        color: inherit !important;
    }

    #searchForm input#searchInput:-ms-input-placeholder {
        color: inherit !important;
        border: 1px solid inherit !important
    }

    #search.searchFull #searchForm input#searchInput,
    #search:hover #searchForm input#searchInput,
    #search:focus #searchForm input#searchInput {
        color: #666 !important;
        background-color: white !important;
        border: 0px solid !important;
        display: block !important;
        text-align: left;
        margin-left: 28px;
        box-sizing: content-box;
        box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1), inset 0 0 5px 0px rgba(0, 0, 0, 0.3) !important;
        position: relative !important;
        height: 3em !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        flex-basis: calc(100% - 120px);
        padding: 0px 15px;
    }

    .searchFull #searchForm input#searchInput {
        box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1) !important;
    }

    #search:not(.searchFull):not(:hover) #searchForm input#searchInput {
        border-color: white !important;
        flex-basis: 0;
        transition: flex-basis 0.3s ease-out;
    }

    #container #search,
    #container #search #searchForm {
        color: inherit !important;
        background-color: inherit !important;
        display: flex;
    }

    #container #search #searchForm {
        flex-basis: 100%;
        justify-content: flex-end;
        align-items: center;
        flex-grow: 0;
        flex-shrink: 0;
        width: 100%;
    }

    #container #search.searchFull #search-results,
    #container #search:hover #search-results,
    #container #search:focus #search-results {
        background-color: inherit;
        position: relative;
        color: inherit;
        z-index: -1;
        font-size: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow-y: auto;
        transition: max-height 0.25s ease-out;
        transition-delay: 0.5s;
        display: inline-block;
        max-height: calc(100vh - 69px);
        padding: 1em;
        height: auto;
        margin: 0 !important;
        float: none;
        z-index: 1;
        sflex-basis: calc(100% - 2em);
        width: calc(100% - 2em);
    }

    #container #search #search-results .result {
        line-height: 2em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 3%;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }
}

#container #search:not(.searchFull) #search-results {
    display: none !important
}

/* END search icon  */


/* ----------------------- PRINT ICON ----------------------- */

#print {
    overflow: visible;
    height: 100%;
    display: flex;
    align-items: center;
    display: none;
}

/* END print icon  */


/* ----------------------- CUSTOM BUTTON ----------------------- */

#custom-button {
    min-width: 90px;
    width: auto;
    height: auto;
    min-height: 38px;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    padding: 0;
    margin: 0;
    z-index: 1000;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 0px solid transparent !important;
}

#custom-button a {
    height: 100%;
    width: auto;
    display: block;
    letter-spacing: 2px;
    font-size: 15px !important;
}

#custom-button p {
    padding: 12px 15px;
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
    width: auto;
    -webkit-font-smoothing: antialiased;
}


/* ----------------------- SHARE BUTTON ----------------------- */
#wrap
#share-button {
    display: flex;
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: -105px;
    text-align: right;
    align-items: center;
    width: auto;
    transition: top .5s ease-out;
    -webkit-transition: top .5s ease-out;
    z-index: -1 !important
}

#header.menuout #share-button {
    transition: top .5s ease-in;
    -webkit-transition: top .5s ease-in;
    z-index: 1000;
    top: 101px;
}

#header.menuout ~ #outerContent #static-menu-inner {
    display: none !important;
}

#share-button .icon {
    margin: 0 5px;
    height: 35px;
    width: 35px !important;
    line-height: 1.7em;
    font-size: 22px;
    padding-left: 2px;
    border-radius: 50%;
}

#share-button .icon:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) !important;
}

/* END share button  */


/* ----------------------- LANGUAGE ----------------------- */

#header {
    overflow: visible !important;
}

#language,
#language > span {
    min-height: 83px;
}


#wrap #language {
    height: 84px;
    border: 1px solid transparent !important;
    z-index: 10000;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 0px solid !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.has-booking #wrap #language {
    margin-right: 179px;
}

#wrap #language:not(:hover) {
    box-shadow: none;
}

#language:hover,
#language:focus {
    max-height: 500%;
    display: inline-block;
    height: auto !important;
}

#language .icon {
    background: none;
}

#language span:nth-child(2) {
    padding-left: 7px;
    line-height: 2.6em;
}

#language img {
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 1.55em;
    border-radius: 50%;
    margin: auto;
    display: inline-block;
}

#language ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

#language li.deleted {
    display: none;
}

#language li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 7px 0;
    height: 47px;
    box-sizing: border-box;
}

#language li a:hover {
    background: rgba(0, 0, 0, 0.15) !important;
}

#language .langmenu {
    text-transform: uppercase;
    padding-bottom: 5px;
    color: lightgray;
}

/* END language */
#container #wrap #header.menuout #mob-menu-in {
    background-color: transparent !important;
    color: transparent !important
}


/*
-------------------------------------------------------------------------------------
 								HEADER - MEDIA QUERIES
-------------------------------------------------------------------------------------
*/

@media all and (min-width: 100px) and (max-width: 1199px) {
    #wrap #static-menu-inner {
        font-size: 14px !important
    }

    #wrap #outerContent,
    .read-more #wrap #outerContent {
        background-color: transparent !important;
        margin-top: 70px !important;
    }

    #language #WIPSELEMENT_LANGMENU {
        width: 100%;
        position: fixed;
        left: auto;
        right: 0;
        top: 69px;
        min-width: 300px;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        display: none !important;
    }

    #language:hover #WIPSELEMENT_LANGMENU,
    #language #WIPSELEMENT_LANGMENU:hover {
        display: block !important;
    }

    #language .langmenu {
        width: 100%;
        display: flex;
        padding-bottom: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    #language .langmenu li {
        width: 84px;
        position: relative;
        display: inline-block;
    }

    #language .langmenu li a {
        width: 100%;
        display: inline-block;
    }

    #header {
        height: 70px;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        overflow: visible;
        position: fixed;
        z-index: 100;
        margin: 0;
        width: 100%;
        top: 0;
    }

    header:before,
    header:after {
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    #header #logo {
        width: 100%;
        max-height: 70px;
        margin: 0;
        left: 0;
        overflow: hidden;
    }

    #header #logo img {
        height: 70px;
        max-height: 70px;
    }
}

@media all and (min-width: 100px) and (max-width: 1199px) {

    #language > span {
        height: 68px;
        display: block;
        border: none;
        min-height: 68px;
    }

    #language img {
        width: 40px;
        height: 40px;
        top: 8px;
    }

    #language > span img {
        top: 15px;
    }

    .langmenu li {
        display: block;
        height: 70px;
    }

    #header #language,
    #header #search,
    #header #shop-button,
    #header #share-button,
    #header #print {
        display: none;
    }

    #header div#language,
    #header #search,
    #header #shop-button {
        position: fixed;
        border-radius: 0;
        -webkit-border-radius: 0;
        height: 69px;
        max-height: 70px;
        width: 25%;
        top: 0;
        border: none;
        z-index: 104;
    }

    #header #language .icon:hover {
        color: inherit;
    }

    #header #language span:nth-child(2n) {
        display: none;
    }

    #header #search {
        left: 0;
    }

    #header #language {
        left: 25%;
        border-radius: 0;
        -webkit-border-radius: 0 !important;
        border-bottom: 1px solid !important;
    }

    #header #shop-button {
        left: 50%;
        border-right: none;
        z-index: 999999999;
    }

    #header .icon {
        font-size: 30px;
    }

    #header #search .icon,
    #header #language .icon,
    #header #shop-button .icon {
        float: none;
        margin: 0 auto;
        height: 70px;
        line-height: 2.5em;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    #header #shop-button .icon {
        width: 100%;
    }

    #header #search input {
        display: none;
    }

    #header #search.searchFull input {
        display: block !important;
        box-sizing: border-box
    }

    #header #search:focus,
    #header.menuout #search:hover,
    #header #search.searchFull {
        width: 75% !important;
        z-index: 100000000 !important;
        border-right: 0;
        border-bottom: 0 !important;
        display: block;
        background-color: white !important;
    }

    #header #search:hover input,
    #header #search:focus input {
        display: block;
    }

    #header #search.searchFull a.icon,
    #header #search:hover a.icon {
        width: 20%;
        margin-left: 1%;
        left: 0;
        float: left;
    }

    #header #language:hover {
        z-index: 200;
        min-height: 70px;
        max-height: 200%;
        height: auto;
        display: inline-block;
        line-height: 0;
        border-bottom: 0 !important;
    }

    #header #language:hover .langmenu a {
        font-size: 18px;
        line-height: 30px;
        height: 100%;
    }

    #header #custom-button {
        display: none;
    }

    #header #shop-button,
    #header #shop-button .icon {
        border: none;
    }

    #header #language,
    #header #search {
        box-shadow: none;
        z-index: 400;
    }

    #header #share-button {
        position: fixed;
        bottom: 0;
        height: 45px;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        z-index: 999;
        border-top: 1px solid #ccc;
    }

    #header #share-button a {
        font-size: 22px;
        margin: 5px;
        overflow: hidden;
        text-align: center;
        float: none;
        display: inline-block;
        border: 1px solid !important;
    }

    #header.menuout #language,
    #header.menuout #search,
    #header.menuout #menuwrap #shop-button,
    #header.menuout #share-button {
        display: block;
    }

    #header.menuout #language,
    #header.menuout #search,
    #header.menuout #menuwrap #shop-button {
        border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    }
}

@media all and (min-width: 960px) and (max-width: 1199px) {

    .one-language #header #print {
        right: 46px;
    }

    .one-language #header #search {
        right: 59px;
    }

    #header #share-button {
        top: 85px;
        right: 4px;
        height: 40px;
        max-height: 40px;
        min-height: 40px;
        width: 43px;
        margin-right: -5px !important;
        padding: 0 0 5px;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
    }

    #header #share-button .icon {
        margin-bottom: 5px;
        margin-left: 5px;
        position: relative;
    }

    #header #share-button .icon:nth-child(1) {
        margin-top: 40px;
    }

    #header #search input {
        display: none;
    }

    #header #print a {
        top: 85px;
        margin-right: 50px;
        height: 40px;
        min-height: 40px;
        width: 40px;
    }

    #header #search {
    }

    #header #language {
        margin-right: 34px;
        padding-top: 1px;
    }

    #header #language span {
        display: block;
    }

    #header #print {
        margin-right: 0;
        right: 95px;
    }

    #header #share-button:before {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        content: "X";
        font-size: 30px;
        line-height: 1.4em;
        width: 1.5em;
        height: 100%;
        text-align: center;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #header #share-button:hover {
        max-height: 400%;
        height: auto;
    }

    #header #search:focus,
    #header #search:active,
    #header #search:hover,
    #header #search.searchFull {
        width: 210px;
        background-color: white !important;
        color: #aaa !important;
    }

    #header #language:hover {
        max-height: 200%;
        height: auto;
        display: inline-block;
    }
}

@media all and (min-width: 1200px) {
    #share-button {
        color: inherit !important;
        background-color: inherit !important;
    }

    #wrap #share-button:before {
        content: "?";
        font-family: inherit !important;
        color: inherit !important;
        background-color: inherit !important;
        left: 0;
        top: 0;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }

    .language-de #wrap #share-button:before {
        content: "Folge uns:";
    }

    .language-en #wrap #share-button:before {
        content: "Follow us:";
    }

    #logo {
        padding-bottom: 0px;
    }

    #header, #logo img {
        max-height: 85px;
        min-height: 70px;
    }

    #header {
        margin-top: -80px !important;
    }

    div#wrap {
        width: 100%;
        min-width: 1180px;
        text-align: center;
        margin: 0 auto;
        position: relative;
        padding-top: 0;
    }

    div#container {
        padding-top: 0;
    }

    /*
        #menu {
            margin-right: 60px !important;
        }

        #header #menuwrap .menu .level_1:first-child:before {
            display: none !important;
        }
    */
}

/* END header responsive adjustment */
/* END header elements */

#header.menuout ~ #static-menu #back-to-top {
    display: none !important
}


/*
----------------------------------------------------------------------------------------
 									STATIC MENU
----------------------------------------------------------------------------------------
*/

/* ----------------------- STATIC MENU WRAP----------------------- */
#static-menu {
    z-index: 11;
}

/* ---------- NEWSLETTER and BOOKING BUTTON --------------- */

#booking-button #booking-button-title-text {
    font-size: 18px;
    font-family: arial, tahoma, verdana !important;
    line-height: 2.15em;
    max-height: none;
    height: 2em;
    display: inline-block;
}

#booking-button #booking-button-title-text:after {
    content: "F";
    font-family: "web-icons-2" !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    font-size: 150%;
}

#booking-button-price-container {
    font-size: 19px;
    margin-top: 0.6em;
}

#booking-button,
#static-menu-newsletter {
    padding: 0;
    position: static;
    height: auto;
    cursor: pointer;
}

#booking-button {
    font-weight: normal;
    margin-right: 80px;
    text-transform: uppercase;
    text-align: center;
    pointer-events: visible;
    background-color: inherit;
    color: inherit;
}

#header.menuout ~ #static-menu {
    z-index: 99;
}

#static-menu-newsletter {
    width: 15%;
    float: left;
    pointer-events: visible;
}

#static-menu h1,
#static-menu h2,
#static-menu h3,
#static-menu h4,
#static-menu h5,
#static-menu h6 {
    font-size: 18px !important;
    line-height: 1.4em !important;
    font-weight: bold;
}

#outerContent #static-menu-inner h1,
#outerContent #static-menu-inner h2,
#outerContent #static-menu-inner h3,
#outerContent #static-menu-inner h4,
#outerContent #static-menu-inner h5,
#outerContent #static-menu-inner h6 {
    font-size: inherit !important;
    font-weight: normal !important;
    font-family: inherit !important;
}

#static-booking-header {
    margin-bottom: 10px;
    display: none;
}

#static-menu p {
    font-weight: lighter;
}

#static-menu img,
#static-menu table {
    display: none !important;
}

#static-menu-newsletter li {
    width: 100%;
}

#static-newsletter-content {
    background-color: #fff;
    position: fixed;
    bottom: auto;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 330px;
    max-height: 90%;
    cursor: default;
    right: 10%;
    text-align: center;
    color: #666;
}

/*
#static-menu #block_newsletterblock form input,
#static-menu #block_newsletterblock form input[type="submit"] {
    width: 100% !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 3px !important;
    margin-top: 10px !important;
    height: 28px !important;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
}

#static-menu #block_newsletterblock form input[type=submit],
#static-menu #block_newsletterblock form input[type=button],
#static-menu #block_newsletterblock form input[type=reset],
#static-menu #block_newsletterblock form input[type=file] {
    font-size: 16px !important;
    text-transform: uppercase;
    height: auto !important;
    font-weight: normal !important;
    border: 0px solid #ccc;
}
*/
#container #wrap #static-booking-content {
    pointer-events: auto;
    max-width: 400px;
}

#static-newsletter-content.newsletterFull {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 100px;
}

#static-newsletter-content {
    top: auto;
    left: auto;
    right: -400px;
    bottom: 55px;
}

#static-booking-content {
    top: 80px;
    left: auto;
    right: -400px;
    bottom: auto;
}

/*
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}

#mc_embed_signup input.required {
    line-height: 1.8em !important;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#static-newsletter-content .mc-field-group label,
#static-newsletter-content .mc-field-group input {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

#mce-EMAIL {
    max-width: 100%;
    margin-top: 5px;
}

input#mc-embedded-subscribe {
    padding: 5px 10px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid;
}
*/
#static-newsletter-content .clear {
    position: relative;
    top: auto;
    float: left;
    width: 100%;
}

span.demandsLogin {
    color: gray;
}

#static-newsletter-content h1,
#static-newsletter-content h2,
#static-newsletter-content h3,
#static-newsletter-content h4,
#static-newsletter-content h5,
#static-newsletter-content h6 {
    font-size: 17px !important;
}

#static-newsletter-content p,
#static-newsletter-content a {
    font-size: 14px !important;
}

@media all and (max-width: 679px) {
    div#static-booking-content {
        position: fixed;
        top: 0%;
        left: 110%;
        right: -110%;
        bottom: 0%;
        margin: 0%;
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
    }

    div#static-booking-content.bookingFull {
        position: fixed;
        top: 0%;
        right: 0%;
        left: 0%;
        bottom: 0%;
        margin: 0%;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: -1;
    }

    #static-newsletter-content {
        position: fixed;
        top: 0;
        left: -110%;
        right: 110%;
        bottom: 0;
        height: auto;
        width: 100%;
        max-height: 100vh;
        max-width: 100%;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: -1;
    }

    #static-newsletter-content.newsletterFull {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 100vh;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media all and (min-width: 680px) and (max-width: 1199px) {
    div#static-booking-content {
        top: auto;
        left: auto;
        right: -100%;
        bottom: 55px;
    }

    div#static-booking-content.bookingFull {
        top: auto;
        left: 0;
        right: 0;
        bottom: 55px;
    }

    #static-newsletter-content {
        top: auto;
        left: -100%;
        right: auto;
        bottom: 55px;
    }

    #static-newsletter-content.newsletterFull {
        top: auto;
        left: 20px;
        right: auto;
        bottom: 55px;
    }
}

@media all and (max-width: 1199px) {
    #booking-button #booking-button-title-text:after {
        content: "F";
        font-family: "web-icons-2" !important;
        display: inline-block;
        vertical-align: middle;
        line-height: 1em;
        margin-left: 7px;
        font-size: 150%;
    }

    #container #wrap #booking-button #booking-button-title {
        border: 0px solid !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
        height: 2.4em !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

    #static-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 10;
        line-height: 2.6em;
        height: 32px !important;
    }

    #static-menu-newsletter > span {
        margin: 0 auto;
        float: none;
        font-size: 33px;
        line-height: 1.1em;
        z-index: 2;
        border-radius: 0;
        -webkit-border-radius: 0;
        display: block;
        width: 100%;
        border: none;
        border-right: 1px solid !important;
    }


}

#static-menu-newsletter.hidden {
    display: none;
}

/* END newsletter and booking button */

/* ------------------ SHORTCUT AREA - STATIC MENU ----------------- */
body.noFeaturePresent #wrap #static-menu-inner,
body.read-more #wrap #static-menu-inner,
body #wrap #static-menu #static-menu-inner {
    display: none !important
}

#wrap #static-menu-inner {
    position: relative;
    padding: 0 !important;
    display: inline-flex !important;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: wrap;
    line-height: 2em;
    pointer-events: visible;
    width: auto;
    float: none;
    margin: 0 2em;
    margin-bottom: 0.5em;
    top: -1.5em;
    z-index: 1;
    font-size: 18px;
    min-width: 50vw;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.hfull #wrap #static-menu-inner {
    position: fixed;
    padding: 0 !important;
    display: inline-flex !important;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: wrap;
    line-height: 2em;
    pointer-events: visible;
    width: auto;
    float: none;
    margin: 0em;
    margin-bottom: 0em;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 18px;
    min-width: 50vw;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

@media all and (max-width: 1199px) {
    #wrap #static-menu-inner {
        top: 0em !important;
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
    }

    .hfull #wrap #static-menu-inner {
        padding-bottom: 40px !important;
    }
}

/*
.bx-wrapper .bx-pager.bx-default-pager {
    bottom: 40px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

body .bx-wrapper .bx-pager.bx-default-pager a:hover,
body .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: white !important;
    width: 12px;
    height: 12px;
    line-height: 1em;
    border-radius: 6px;
    margin-left: 5px !important;
    margin-right: 5px !important;

}
*/
#wrap #static-menu-inner > * * {
    line-height: 1em;
    display: inline-block !important;
    color: inherit !important;
    background-color: transparent !important;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: 100%;
    font-weight: 600 !important;
    padding: 0;
    transition: all 0.2s ease-in;
    background-color: transparent !important;
}

#wrap #static-menu-inner > * *:hover {
    transition: all 0.2s ease-in;
    background-color: transparent !important;
}

#wrap #static-menu-inner > *,
#container #wrap #static-menu-inner > ul > li {
    display: flex !important;
    position: relative !important;
    line-height: 1em !important;
    text-align: center;
    float: none !important;
    width: auto !important;
    color: inherit !important;
    background-color: inherit !important;
    padding: 0;
    margin: 0;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 600 !important;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

#wrap #static-menu-inner > *:hover:after {
    background-color: rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease-in;
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
}

#wrap #static-menu-inner > *:after {
    background-color: rgba(0, 0, 0, 0) !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in;
    pointer-events: none;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}

#wrap #static-menu-inner > *:nth-child(3n) {
    background-color: rgba(0, 0, 0, 0.06) !important;
}

#wrap #static-menu-inner > *:nth-child(3n-1) {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

#container #wrap #static-menu-inner > p > a {
    background-color: rgba(0, 0, 0, 0) !important;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.1);
    display: block !important;
    width: 100% !important;
    padding: 1em 2em !important;
    height: auto;
}

#wrap #static-menu-inner a:hover {
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

/* END shortcut menu */


/* ----------------------- BACK TO TOP ----------------------- */

#back-to-top {
    position: absolute;
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    visibility: visible;
    right: 0;
    left: auto;
}

/* END back to top */

/*
---------------------------------------------------------------------
					STATIC MENU - MEDIA QUERIES
---------------------------------------------------------------------
*/

@media (max-width: 1199px) and (min-width: 100px) {
    #static-menu {
        z-index: 99;
        height: 34px !important;
    }

    #static-menu #static-menu-inner {
        display: none !important;
    }

    #static-menu-inner ul {
    }

    #static-menu-newsletter {
        width: 65px;
        height: 35px !important;
    }

    #static-menu div#booking-button:hover,
    #static-menu-newsletter .icon:hover {
        height: 33px;
    }

    #static-menu div#booking-button {
        right: 60px;
        left: 60px;
        float: none !important;
        margin: 0 auto !important;
        display: block !important;
        position: absolute;
        max-width: 400px;
        width: auto;
        height: 35px !important;
        font-size: 14px !important;
    }

    #static-menu-newsletter .icon,
    #static-menu div#booking-button,
    a#back-to-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        height: 33px;
    }

    #static-menu-newsletter .icon {
        margin-left: 5px;
        width: 50px;
        border: none !important;
        height: 35px !important;
    }

    #back-to-top {
        margin-right: 5px !important;
        width: 50px;
        border: none !important;
        height: 35px !important;
    }

    #booking-button-title {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
        line-height: 2.5em;
    }
}

body:not(.has-booking) #booking-button {
    display: none !important
}

@media all and (min-width: 1200px) {
    .one-language.has-booking #container #wrap #search {
        margin-right: 180px;
    }

    .one-language:not(.has-booking) #container #wrap #search {
        margin-right: 0px;
    }

    #static-menu-inner:after {
        background-color: inherit;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    #booking-button-title {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }


    #container #wrap #booking-button {
        position: fixed;
        width: 100%;
        height: 85px !important;
        right: 0;
        left: 0;
        top: 0;
        bottom: auto;
        margin: auto !important;
        border: 0px solid !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        height: 32px;
        border-bottom: none;
        border-top: none;
        border-right: none;
        background-color: transparent;
        max-width: 80vw;
        min-width: 1200px;
        pointer-events: none;
    }

    #static-menu-newsletter {
        position: fixed;
        width: 38px !important;
        z-index: 1;
        top: auto;
        width: auto;
        top: 52vh;
        right: 0px;
        border-radius: inherit;
    }

    #static-menu-newsletter > span {
        font-size: 230%;
        line-height: 1em;
        height: 32px;
        width: 33px;
        padding-top: 3px;
        padding-bottom: 6px;
        height: 2em !important;
        padding-left: 1px;
    }

    #static-menu-newsletter > span {
        line-height: 1em !important;
        width: 100%;
        font-size: 29px;
        border-right: 0px solid !important;
        height: 34px !important;
    }

    #wrap #static-menu-newsletter .icon {
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    #wrap #static-menu-newsletter .icon {
        border-right: 0px solid !important;
        border-radius: inherit;
    }

    a#back-to-top {
        position: fixed;
        bottom: 25px;
        width: 50px;
        height: 50px;
        border: none !important;
        font-size: 35px;
        line-height: 50px;
        font-weight: 700;
        visibility: visible;
        display: block;
        right: 25px;
        left: auto;
        border-radius: 50%;
    }

    #static-menu {
        border-top: none;
        max-width: 100%;
        border-radius: inherit;
        min-width: 1200px;
        max-width: 80vw !important;
    }
}

/* END static menu - media queries */
/* END static menu */

#wrap #static-menu-inner > * {
    display: none !important
}

#wrap #static-menu-inner > p {
    display: flex !important
}

/*
---------------------------------------------------------------------------------------
 						FEATURED SLIDE - MEDIA QUERIES
---------------------------------------------------------------------------------------


@media all and (min-width: 100px) and (max-width: 679px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 265px !important;
        height: 55vh !important;
        max-height: 680px !important;
    }
}

@media all and (min-width: 680px) and (max-width: 959px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 424px !important;
        max-height: 768px !important;
    }
}

@media all and (min-width: 960px) {

    #featured:not(.full),
    #featured:not(.full) .bxslider,
    #featured:not(.full) .bx-wrapper,
    #featured:not(.full) .bx-viewport,
    #featured:not(.full) .bxslider li {
        min-height: 424px !important;
    }
}
*/
@media all and (min-width: 1199px) {
    #header.noFeaturePresent {
        position: relative;
    }
}

/*
@media all and (min-width: 1200px) {

    body #wrap div#featured div.featured-textbox {
        padding-top: 115px !important;
        padding-bottom: 30px !important;
    }

    body #wrap div#featured.full div.featured-textbox {
        padding-top: 50px !important;
    }

    body div#featured:not(.full) div.bx-controls-direction {
        top: 70px !important;
        height: calc(100% - 70px) !important;
    }
}

 END featured */


/*
----------------------------------------
PAGINATOR
----------------------------------------
*/
#paginator {
    width: 100%;
    margin: 15px 0px;
    clear: both;
}

.paginator_button {
    display: inline-block;
    border: 1px solid;
    margin: 0px 2px;
    padding: 0;
    height: 1.8em;
    width: 1.8em;
    line-height: 1.7em;
}

.paginator_button a {
    display: block;
}

.paginator_button.pag_active,
.paginator_button.pag_active li {
    background-color: white !important;
    color: darkred !important;
}


/*
-----------------------------------------------------------------------------------
 										FOOTER
-----------------------------------------------------------------------------------
*/

footer div {
    width: 100%;
}

footer section {
    clear: both;
    position: relative;
    padding-bottom: 0;
    height: 50vh;
}

footer section div {
    width: auto;
}

.footer-block a {
    display: inline-block;
    margin: 0;
}


/*
----------------------------------------
FOOTER BLOCKS
----------------------------------------
*/

.footer-block {
    width: 24.5%;
    padding: 0;
    text-align: left !important;
    line-height: 1.2em;
    display: inline-block;
    padding: 0 1em !important;
    margin: 1em 0 !important;
    overflow: hidden;
    border-right: 1px dotted;
    max-height: 12em;
    vertical-align: top !important;
}

.footer-block:nth-child(4) {
    border: none;
}

#footer .footer-block:nth-child(1) a,
#footer .footer-block:nth-child(1) a img {
    height: auto !important;
    width: 100% !important;
    max-height: 150px;
    max-width: 100%;
    vertical-align: top !important;
}

#footer .footer-block:nth-child(1) a {
    max-height: 150px;
    max-width: 100%;
    float: right;
}

.footer-block * {
    font-size: 13px !important;
}

.footer-block > *:not(ul) {
    padding-left: 15px
}

@media all and (min-width: 100px) and (max-width: 779px) {
    #footer .footer-block:nth-child(1) a {
        float: none;
    }

    .footer-block {
        border-left: none;
        width: 85%;
        text-align: center !important;
        height: auto;
    }

    .footer-block {
        border: none;
    }
}

@media all and (min-width: 780px) and (max-width: 1023px) {
    .footer-block {
        width: 49.5%;
    }

    .footer-block:nth-child(2) {
        border: none;
    }

    .footer-block:nth-child(4) {
        border: none;
    }
}

@media all and (min-width: 1200px) {
    #footer .footer-logo a {
        justify-content: flex-start !important;
        margin-top: 2em;
    }

    body:not(.has-map) #wrap #footer .footer-logo a {
        margin-top: 0em;
    }

    footer #developer {
        width: 100% !important;
        order: 2;
        height: 50px !important;
        position: absolute;
        bottom: 0px;
        padding-bottom: 0 !important;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .has-map footer {
        width: 100%;
        position: relative;
        bottom: 0;
        height: auto;
        margin: 0px auto 0 auto !important;
        overflow: hidden;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 40vh;
        height: calc(65vh + 50px);
        padding-bottom: 50px !important;
        border-top: 0px !important;
        box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.05) !important;
    }

    .has-map footer section {
        position: relative;
        padding-bottom: 0;
        height: 65vh;
        display: inline-block;
        width: 50%;
        order: 1;
    }

    .has-map .footer-block {
        width: calc(50% - 6em);
        padding: 0;
        text-align: left !important;
        line-height: 1.2em;
        display: inline-block;
        padding: 0 0 0 3em !important;
        margin: 0 3em 1em 0 !important;
        overflow: hidden;
        border-right: 1px dotted;
        max-height: 16vh !important;
        vertical-align: top !important;
        float: none;
        box-sizing: content-box;
        order: 2;
    }

    body:not(.has-map) footer {
        width: 100%;
        position: relative;
        bottom: 0;
        height: auto;
        margin: 0px auto 0 auto !important;
        overflow: hidden;
        padding-bottom: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-bottom: 50px !important;
        border-top: 0px !important;
        box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.05) !important;

    }

    body:not(.has-map) footer section {
        position: relative;
        padding-bottom: 0;
        height: 55vh;
        display: inline-block;
        width: 100%;
        order: 2;
    }

    body:not(.has-map) .footer-block {
        width: calc(33% - 6em);
        padding: 0;
        text-align: left !important;
        line-height: 1.2em;
        height: 100%;
        display: inline-block;
        padding: 0 3em 0 0em !important;
        margin: 2em 0 2em 0 !important;
        overflow: hidden;
        border-right: 1px dotted;
        max-height: none !important;
        vertical-align: top !important;
        float: none;
        box-sizing: content-box;
        order: 2;
    }

    body:not(.has-map) .footer-logo,
    body:not(.has-map) .footer-logo ~ .footer-block {
        width: calc(25% - 3em);
    }

    .footer-block li {
        box-sizing: border-box
    }

}

/* END footer */


/*
----------------------------------------------------------------------------------
 						SHARED CONTROL AND FIX SETTINGS
----------------------------------------------------------------------------------
*/

/* ----------------------- PADDING, MARGIN CONTROL ---------------- */

#header,
.single-center,
#sitepath,
#pagetitle /*,
#ecwidContainerWips */
{
    margin: 0 auto;
    padding: 0;
    display: block;
}

#pagetitle {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/*  END padding, margin control  */


/* ----------------------- SET TEXT SHADOW  ---------------- 

.book,
.read {
    text-shadow: none;
}*/

/*  END set text-shadow  */


/* ----------------------- SET BOX-SHADOW  ---------------- */

#wrap,
#booking-button,
#wrap #booking-button-title,
#static-menu-newsletter .icon,
#static-menu-inner {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

#header {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
    z-index: 25;
}

/* END set box-shadow  */


/* ----------------------- TRANSITION ELEMENTS ----------------------- 

li,
.icon:link,
.book,
.read,
#booking-button,
#custom-button,
#static-menu-newsletter,
#static-newsletter-content,
#static-booking-content,
button,
#menuwrap,
#share-button,
#search,
#language,
#print,
#custom-button,
.icon,
.col-link,
.btn a {
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
}*/

/* END transition elements */


/* ---------------- NO BORDER-RADIUS LOCK---------------- */

#header,
#footer,
#menuwrap,
#custom-button /*,
.ul-sub, #menuwrap .ul-sub li:last-child,
#menuwrap a.icon:nth-child(2n-1),
#menuwrap .level_1:nth-child(1) */
{
    border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
}

#header,
#footer,
#menuwrap,
#static-menu-newsletter,
#custom-button /*,
.ul-sub, #menuwrap .ul-sub li:last-child,
#menuwrap a.icon:nth-child(2n-1),
#menuwrap .level_1:nth-child(1) */
{
    border-top-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
}

#header,
#footer,
#booking-button-title /*,
#menuwrap .level_1:nth-child(1),
#menuwrap a.icon:nth-child(2n-1)*/
{
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
}

#header,
#footer,
#static-menu-newsletter,
#booking-button-title /*,
#menuwrap a.icon:nth-child(2n-1),
#menuwrap .level_1:nth-child(1) */
{
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
}

#wrap #booking-button #booking-button-title {
    border: 0px solid rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0px solid rgba(0, 0, 0, 0) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#container #wrap #booking-button #booking-button-title {
    border-color: rgba(0, 0, 0, 0.1) !important;
    border: 0 solid !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
    position: absolute;
    height: 85px;
    left: auto;
    right: 159px;
    pointer-events: auto;
    width: 181px;
}

#booking-button #booking-button-title,
#booking-button #booking-button-title:hover {
    transition: background-color 0.25s ease, color 0.25s ease;
}

/*  END no border radius lock  */


/* ----------------------- NO BACKGROUND LOCK ----------------------- */

#shop-button .icon,
#language .icon,
h2, h1, h3, h4, h5, h6, p {
    background-color: transparent !important;
}

/*  END no background lock  */


/* ----------------------- ICON-FONT SETTINGS ----------------------- */

.icon {
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    height: auto;
    line-height: 1.5em;
    overflow: hidden;
    text-transform: none !important;
    padding-left: 0px;
}

.icon.block {
    border-radius: 0%;
    -webkit-border-radius: 0%;
}

/*  END icon font settings */
/*  END shared control settings */


/*
------------------------------------------------------------------------------
						WIPSMAINCONTENT PAGETYPE FIX
------------------------------------------------------------------------------
*/
@media all and (max-width: 1199px) {
    /*    div#WIPSMAINCONTENTS.wips_module_name_none,
        div#WIPSMAINCONTENTS.wips_module_name_feedback_2 {
            display: block !important;
            padding: 0px;
            text-align: left;
            width: auto;
            padding-top: 80px;
        }

        .wips_module_name_none h1,
        .wips_module_name_feedback_2 h1 {
            text-align: center;
            margin-bottom: 15px;
        }
    */
    #booking-button #booking-button-title {
        border-top: 1px solid !important;
    }
}

@media all and (min-width: 1200px) {
    #wrap #language:not(:hover) {
        background-color: inherit !important;
        color: inherit !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    }

    /*
        div#WIPSMAINCONTENTS.wips_module_name_none,
        div#WIPSMAINCONTENTS.wips_module_name_feedback_2 {
            display: block !important;
            padding: 0px;
            margin: 0 auto;
            text-align: left;
            width: 100%;
        }

        .wips_module_name_none h1,
        .wips_module_name_feedback_2 h1 {
            margin-bottom: 15px;
        }*/
}

@media all and (min-width: 960px) and (max-width: 1199px) {
    #pagetitle {
        padding-top: 25px !important;
    }

    /*
        .single-article-full h1 {
            padding-top: 10px !important;
        }
    */
    #header.featurePresent ~ #outerContent #pagetitle {
        padding-top: 0px !important;
    }

    /*
        body.read-more.noFeaturePresent #wrap #content .single-article-full h1 {
            margin-top: 15px !important;
        }*/
}

/*
------------------------------------------------------------------------------
							LAST MEDIA QUERIES FIXES
------------------------------------------------------------------------------
*/

@media all and (min-width: 100px) and (max-width: 679px) {
    div#center {
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (min-width: 100px) and (max-width: 959px) {

    #mainContent #sitepath {
        padding: 0;
        width: auto;
        padding: 0 5px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #sitepath li {
        margin: 18px 0 0px 0;
    }

    /*
        h1 {
            margin-bottom: 20px;
        }*/
}

@media all and (min-width: 100px) and (max-width: 1199px) {
    #booking-button-title {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    #bg #wrap #content {
        margin-top: 0 !important;
    }

    body.noFeaturePresent.plugin_type_article #content {
        margin-top: 70px;
    }

    #custom-button {
        display: none;
    }

    #container #wrap,
    footer#footer,
    header {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    #inner-header {
        max-width: 100% !important;
        width: 100% !important;
    }

    body.read-more.noFeaturePresent #wrap #content {
        margin-top: 70px !important;
    }
}

@media all and (min-width: 100px) and (max-width: 1920px) {
    #mainContent, #inner-header {
    }

    #center #sitepath, #pagetitle {
        max-width: 94% !important;
        width: 94% !important;
        left: 3% !important;
        right: 3% !important;
    }
}

@media all and (min-width: 1200px) {
    #container #wrap #mainContent {
        min-width: 1200px !important;
        max-width: 80vw !important;
        width: 100% !important;
    }
}


.read-more #mainContent {
    margin-top: 10px !important
}

/*
------------------------------------------------------------------------------
							MENU FIX - EXPAND FROM 74% to 100%
------------------------------------------------------------------------------
*/

@media all and (min-width: 1200px) {

    #header {
        position: fixed !important;
        margin-top: 0 !important;
        height: auto !important;
        min-height: 85px !important;
        max-height: 85px !important;
        width: 100%;
    }

    #wrap #header #inner-header {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
        background-color: inherit !important;
        color: inherit !important;
        min-width: 1200px;
        max-width: 80vw;
        box-shadow: none;
        height: 85px;
    }

    #wrap #header #logo {
        max-height: 85px;
    }

    #wrap #header #logo,
    #wrap #header #menuwrap {
    }

    #wrap #header #menuwrap {
        text-align: right;
    }

    /*
        #wrap #header #menu,
        #wrap #header #shop-button {
            display: inline-block;
            float: left !important;
            position: relative;
        }

        #wrap #header #shop-button {
            float: right !important;
            min-width: 118px;
        }
    */
    #language {
        text-align: center;
    }
}

/*
--------------------------------------------------
MOB MENU FIX - shop / language / search
--------------------------------------------------
*/
@media all and (max-width: 1199px) {
    .no-shopping #container #header #shop-button {
        display: none;
    }

    .one-language #container #header #language {
        display: none;
    }

    /* ----- SEARCH ----- */
    .no-shopping #container #header #search {
        width: 33.3%;
        left: 0;
        right: auto;
    }

    .one-language #container #header #search {
        width: 33.3%;
        left: 0;
        right: auto;
    }

    .no-shopping.one-language #container #header #search {
        width: 75%;
        left: 0;
        right: auto;
    }

    .no-shopping.one-language #container #header #search a.icon {
        margin-left: 7% !important;
    }

    .no-shopping.one-language #container #header.menuout #search input {
        display: block !important;
    }

    .no-shopping #container #header #search:hover,
    .one-language #container #header #search:hover {
        width: 75% !important;
    }


    /* ----- LANGUAGE ----- */
    .no-shopping #container #header #language {
        width: 33.3%;
        left: 33.3%;
        right: auto;
    }

    /* ----- SHOP-BUTTON ----- */
    .one-language #container #header #shop-button {
        width: 33.3%;
        left: 33.3%;
        right: auto;
    }

    /* ----- MENU OUT ----- */
    .no-shopping #container #header.menuout #mob-menu-in,
    .one-language #container #header.menuout #mob-menu-in {
        width: 33.3%;
        right: 0;
        max-width: 33.3%;
        left: auto;
    }

    .no-shopping.one-language #container #header.menuout #mob-menu-in {
        width: 26%;
        right: 0;
        left: auto;
    }
}

/* ----- LOGO STRETCH FIX ----- */
@media all and (min-width: 100px) and (max-width: 1199px) {
    body #header div#logo {
        height: 70px;
        max-height: 70px !important;
        max-width: 70% !important;
        width: 70% !important;
        left: 0% !important;
        right: 25% !important;
        margin: 0 !important;
    }

    body #header.menuout div#logo {
        display: none
    }

    body #header div#logo a {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
    }

    body #header div#logo img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-height: 0 !important;
        min-width: 0 !important;
    }
}

body:not(.cb_citybreak_body) #search-results .result a {
    line-height: 1.4em !important;
}

body:not(.cb_citybreak_body) #search-results .result {
    line-height: 1.4em !important;
    padding-left: 2em;
}

.featurePresent #wrap #static-menu-inner {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

#wrap #static-menu-inner.inactive {
    opacity: 0.7;
    top: 0 !important;
    width: 100%;
    margin: 0;
}

#container #wrap #static-menu-inner.hidden {
    display: none !important

}

/* Block menu styling 
body #container #wrap .blockMenu li {
    border-radius: 0px;
    border: 0px solid !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-top: 0px solid rgba(0, 0, 0, 0.2) !important;
    text-transform: uppercase;
}

body #container #wrap .blockMenu li:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}

body.read-more #container #wrap .blockMenu li {
    border-top: 0px solid !important;
    padding-left: 0;
    width: 100%;
    max-width: 320px;
}

body:not(.read-more) #container #wrap .blockMenu li {
    text-align: left;
    border-left: 0px solid;
    border-right: 0px solid;
    margin: 0 !important;
    margin-left: 2px !important;
    margin-top: -1px !important;
    padding-top: 0;
    list-style: none;
    border-radius: 0px;
    max-width: 300px;
    width: 96%;
}

body #container #wrap .blockMenu li a span {
    font-size: 14px !important;
    line-height: 2.3em;
    vertical-align: initial;
    margin: 0 1em;
}

body #container #wrap .blockMenu li a {
    display: block;
    margin: 0 !important;
    padding-top: 2px;
}

body #container #wrap .blockMenu li.active {
    font-weight: 900;
    margin-top: 1px !important;
}

body #container #wrap .blockMenu li:before {
    display: none;

}

body #container #wrap .block_type_menublock {
    background-color: rgba(0, 0, 0, 0.025) !important;
    padding: 20px 30px 20px 30px !important;
}

body #container #wrap .block_type_menublock .block-title .tf-top-image-empty {
    justify-content: flex-start
}

body #container #wrap .blockMenu ul {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0px !important;
    padding-bottom: 0px !important;
    text-align: left;
    padding-top: 10px !important
}

body #container #wrap .blockMenu ul.L2 {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0px !important;
    padding-bottom: 0px !important;
    text-align: left;
    padding-top: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 293px;
}

body #container #wrap .blockMenu ul.L2 > li {
    border: 0px solid !important;
    padding-left: 5% !important;

}

body #container #wrap .blockMenu ul.L2 > li span {
    font-size: 80% !important;
}

body.read-more #container #wrap .blockMenu ul {
    width: 100%;
}
*/