@charset "utf-8";

:root {
    --fw-body-background: #FFF; /* Hintergrundfarbe Body */
    --fw-text-primary: #333; /* primäre Textfarbe */
    --fw-font-family-primary: 'Source Sans', Tahoma, Arial, sans-serif; /* primäre Font */
    --fw-font-size-primary: 1.25em; /* Primäre Schriftgröße für Article-Bereich */

    --fw-primary: #f0eeeb; /* Primäre Farbe für Layout, Selection, Datepicker */
    --fw-secondary: #6f42c1; /* Zweite Farbe für Layout */
    --fw-ternary: #669ae5; /* Dritte Farbe für Layout */

    --fw-link-color: #333; /* Textfarbe Link */
    --fw-link-color-hover: #A8A03E; /* Textfarbe Link-Hover */

    --fw-btn-background: #898989; /* Hintergrundfarbe Buttons */
    --fw-btn-background-hover: #515151; /* Hintergrundfarbe Buttons Hover */
    --fw-btn-text: #FFF; /* Textfarbe Buttons */
    --fw-btn-text-hover: #FFF; /* Textfarbe Buttons Hover */
    --fw-btn-bordercolor: #898989; /* Border Buttons */
    --fw-btn-bordercolor-hover: #515151; /* Border Buttons Hover */

    --fw-wrapper: 1200px; /* Wrapper-Breite */


    /* Hilfsfarben */
    --fw-blue: #3b7ddd;
    --fw-indigo: #6610f2;
    --fw-purple: #6f42c1;
    --fw-pink: #e83e8c;
    --fw-red: #dc3545;
    --fw-orange: #fd7e14;
    --fw-yellow: #ffc107;
    --fw-green: #28a745;
    --fw-teal: #20c997;
    --fw-cyan: #17a2b8;
    --fw-white: #fff;
    --fw-gray: #6c757d;
    --fw-gray-dark: #343a40;
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
    background: var(--fw-body-background);
    color: var(--fw-text-primary);
    font-family: var(--fw-font-family-primary); font-size: 16px; line-height: 1.231;
    margin: 0;
}
#article { font-size: var(--fw-font-size-primary); }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
    background: var(--fw-primary);
    color: white;
    text-shadow: none;
}

/* Links */
a { color: var(--fw-link-color); }
a:hover { color: var(--fw-link-color-hover); }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a {
    color: var(--fw-link-color);
    text-decoration: none;
}

/* Typography */
h1, h2, h3 {
    font-weight: normal;
    line-height: 110%;
    text-align: left;
}
h1 {
    font-weight: 300;  font-size: 2.25em; margin: 0.67em 0;
}
h2 {
    font-size: 1.5em; margin: 0.83em 0;
}
h3 {
    font-size: 1.25em; margin: 1em 0;
}
h4 {
    font-size: 1em; margin: 1.33em 0;
}
h5 {
    font-size: 0.83em; margin: 1.67em 0;
}
h6 {
    font-size: 0.67em; margin: 2.33em 0;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
    border: none; border-top: 1px dashed #ccc;
    -moz-box-sizing: content-box; box-sizing: content-box; display: block;
    height: 1px;
    margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: var(--fw-wrapper); }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
    content: '';
    clear: both;
    display: table;
}
[class*='col-'] {
    display: inline-block;
    float: left;
    margin-left: 2.127659574468085%;
    min-height: 1px;
    padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.row.table > [class*="col-"] {
    display: table-cell;
    float: none;
    margin-left: 0;
    padding: 0.7em 1em;
    vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }

/* msg */
.msg {
    background: #d1e7dd;
    border: 1px solid #badbcc;
    color: #0f5132;
}
.msgerror {
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    color: #842029;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
    font-size: 1.214em; vertical-align: bottom;
    padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
    border: 1px solid;
    margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
    border: 0;
    line-height: 2em; text-decoration: none; text-transform: uppercase;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: var(--fw-btn-background-hover);
    color: var(--fw-btn-text-hover);
}
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Fancybox Buttons */
.fancybox-button:hover {
    background: transparent!important;
    border: none!important;
}

/* Datepicker */
div .ui-widget-header { background: var(--fw-primary)!important; }

/* Popup */
/* Layout:
<div class="fw-popup">
    <div class="fw-popup-inner">
        <div class="fw-popup-card">
            <div class="fw-popup-title" title="`+title+`"><div>`+title+`</div></div> [Optional]
            <div class="fw-popup-content">`+content+`</div>
            <a href="javascript:;" class="fw-popup-close">&times;</a>
        </div>
    </div>
</div>
 */
.fw-popup {
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .25s linear;
    position: fixed; z-index: 10000000; left: 0; top: 0;
    width: 100%; height: 100%;
}
.fw-popup.show { opacity: 1; }
.fw-popup-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 20px;
}
.fw-popup-card {
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: rgb(33, 37, 41);
    display: flex; flex-direction: column;
    font-size: 1.1rem; font-family: var(--fw-font-family-primary);
    line-height: 1.5em;
    max-width: 550px; max-height: calc(100vh - 60px);
    transition: transform .3s ease-out;
    padding: 25px; padding-top: 40px;
    position: relative; z-index: 1;
    width: 100%;
}
.fw-popup.show .fw-popup-card { transform: none; }
.fw-popup-title {
    color: #000;
    font-weight: 600; font-size: 1.2em;
    padding-bottom: 1.2rem;
    position: relative; z-index: 1;
    margin-bottom: 1.2rem;
}
.fw-popup-title:after {
    background: var(--fw-primary);
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    max-width: 100px;
    position: absolute; z-index: 1; left: 0; bottom: 0; right: 0;
}
.fw-popup-title > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fw-popup-title, .fw-popup-content { box-sizing: border-box; }
.fw-popup-content {
    font-size: 0.9em;
    max-height: calc(100% - 90px);
    overflow-x: hidden; overflow-y: auto;
}
.fw-popup-title + .fw-popup-content { max-height: calc(100% - 140px); }
.fw-popup-content > p:first-child { margin-top: 0; }
.fw-popup-content > *:last-child { margin-bottom: 0; }
.fw-popup-close {
    color: inherit;
    font-size: 2em;
    position: absolute; z-index: 1; right: 6px; top: 6px;
    text-decoration: none;
}
.fw-popup-close:hover { color: var(--fw-link-color-hover); }

/* START CUSTOM PART */

/* CLASSES */

/* MAIN COLORS */
a.button, button, input[type="submit"], input[type="button"], #nav > ul > li a, #footer a.button { color: #fff; }

/* grün - hell */
#header:before { background-color: var(--fw-primary); }
#article a:hover, #nav > ul > li { border-color:var(--fw-primary); }

#prefooter { background-color: var(--fw-primary); }

#header:after, #nav { background-color: var(--fw-btn-background); }

#nav > ul > li:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: var(--fw-btn-background-hover); }
#nav > ul > li:hover, #nav > ul > li:hover ul li:hover, #nav > ul > li:hover ul li.active {
    background: var(--fw-btn-background-hover);;
    background: rgba(81,81,81,0.7);
}
#nav > ul > li:hover ul {
    background: var(--fw-primary);
    background: rgba(81,81,81,0.7);
}

#footer a.button, #aside .showcase a.button { background-color: var(--fw-btn-background);  }

#article a { border-color: #333; }
#footer a, #aside, a.likeh2 { color: #333; }
a.button, button, input[type="submit"], input[type="button"], #aside .showcase a.button:hover { background-color: var(--fw-btn-background); }
#cta a.button { background-color: var(--fw-btn-background); }
#cta a.button:hover { background-color: var(--fw-btn-background-hover); }

a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: var(--fw-btn-background-hover); }
#footer a.button:hover { background-color: var(--fw-btn-background-hover); }

/* ASIDE BG */
#aside .showcase a.button { color: var(--fw-primary); }
#aside .showcase { background-color: var(--fw-primary); }

#nav_copyright span { color: #333; }

/* PRIMARY STYLES [layout] */
#main .wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#main .wrapper > * {
    display: table-cell;
    vertical-align: top;
}
#article.spaceright { padding-right: 5%; }
#aside { width: 30%; }

.wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding-left: 45px; padding-right: 45px;
    width: 100%; max-width: 1080px;
}

#header { position: fixed; left: 0; right: 0; top: 0; z-index: 20; }
#header:before {
    content: '';
    display: block;
    height: 80px;
    position: absolute; top: 0; left: 0; z-index: 1;
    width: 100%;
}
#header:after {
    content: '';
    display: block;
    height: 40px;
    position: absolute; top: 80px; left: 0; z-index: 1;
    width: 100%;
}
#header .wrapper {
    clear: both;
    height: 120px;
    position: relative; z-index: 2;
}
#header .wrapper > * {
    display: inline-block;
    float: left;
    vertical-align: top;
}

#logoplaceholder {
    height: 155px;
    position: relative;
    margin-right: 2%;
    width: 16%; max-width: 155px;
}
#logo {
    height: 100%;
    position: absolute; left: 0; top: 10px; z-index: 2;
    width: 100%;
}
#logo img { width: 100%; height: auto; }

#nexttologo { width: 82%; }
#cta {
    display: flex;
    align-items: center;
    gap: 5%;
    justify-content: flex-end;
    height: 80px;
    width: 100%;
}
#cta > * {
    color: #fff;
}
#cta > *:first-child { padding-left: 0; }
#ctabuttons {
    text-align: right;
    white-space: nowrap;
}
#ctabuttons .icon {
    margin-right: 6px;
    vertical-align: middle;
}
#bookbutton .icon { vertical-align: -1px; }
#requestbutton .icon, #bookbutton .icon { display: none; }
#slogan {
    font-size: 1.4em;
    font-style: italic;
    font-weight: 200;
}
#languageselect {
    color: var(--fw-text-primary);
    width: 60px;
}
#languageselect a {
    text-decoration: none;
}

/* NAV */
#nav {
    font-size: 0.98em;
    height: 40px;
    text-align: right;
}
#nav > ul {
    display: inline-block;
    clear: both;
}
#nav > ul > li {
    border-left-width: thin;
    border-left-style: solid;
    display: inline-block;
    float: left;
    max-width: 205px;
    overflow: hidden;
    text-align: center;
}
#nav > ul > li:first-child { border-left: none; }
#nav > ul > li a {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    padding: 0.6em 1.5em;
    height: 100%;
    line-height: 40px;
    text-decoration: none; text-transform: uppercase;
    vertical-align: middle;
}
#nav > ul > li ul {
    background: var(--fw-primary);
    height: 0;
    opacity: 0;
}
#nav > ul > li ul li {
    border-color: transparent;
    text-align: left;
}
#nav > ul > li ul a {
    display: block;
    line-height: 130%;
    padding: 0.6em 1em;
    max-width: 150px;
}
#nav > ul > li:hover ul {
    height: auto;
    opacity: 1;
}

/* PANORAMA */
#panorama {
    position: relative;
    margin: auto;
    max-width: 1080px;
}
#panoramaimage {
    margin-top: 120px;;
    padding: 0;
    margin-bottom: 5em;
    width: 100%;
    z-index: 1!important;
}
body.infopage #panoramaimage { display: none; }
#panoramaimage img {
    height: auto;
    width: 100%;
    z-index: 1!important;
}

body.infopage #main { margin-top: 200px; }

/* CYCLE PAGER */
.cycle-pager {
    font-size: 5em;
    position: absolute; bottom: -10px; left: 0; right: 0; z-index: 2;
    text-align: center;
}
.cycle-pager > * {
    color: #F0EEEB;
    margin-left: 1px; margin-right: 1px;
}
.cycle-pager > *:hover { cursor: pointer; }
.cycle-pager .cycle-pager-active { color: var(--fw-primary); }

/* CONTENT */
#article {
    line-height: 160%;
    font-weight: 300;
}
#article h1 { margin-top: 0; }
#article h1 strong { font-weight: 400; }
#article a {
    text-decoration: none;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
#article a.button { border: none; }
#article h1 a, #article h2 a, #article h3 a { border-bottom: none; }
#article strong { font-weight: 600; }
#article .table {
    width: 100%;
    margin: 0.5em 0;
}
#article .table tr { border-bottom: thin solid var(--fw-btn-background); }
#article .table tr:last-child { border-bottom: none; }
#article .table th { font-weight: 400; }
#article .table th:first-child, #article .custom table th { text-align: left; }

#article .custom table th { font-weight: 400; }
#article .custom table th, #article .custom table th { padding-right: 0.5em; }

/* Zimmer */
#rooms .room {
    margin-top: 6em;
    overflow-x: hidden;
    overflow-y: auto;
}
#rooms .room:first-child { margin-top: 3.5em; }
#rooms .room .roomimgs {
    display: inline-block;
    float: left;
    margin: 0 2em 0 0;
    text-align: center;
    width: 50%; max-width: 250px;
}
#rooms .room .roomimgs a {
    display: block!important;
    float: none!important;
    margin: 0 auto!important;
}
#rooms .room .roomimgs img { width: 100%; height: auto; }
#rooms .room a, .room a:hover {
    border-bottom: none!important;
    text-decoration: none;
}
#rooms .room h2 { margin-top: 0; }
#rooms .lower { text-transform: lowercase }

/* ASIDE */
#aside .showcase {
    display: block;
    margin-bottom: 1em;
    text-decoration: none;
    transition: background 0.5s ease; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease;
    width: 100%;
}
#aside .showcase:hover, #aside .cycleshowcase-container:hover, #aside .cycleshowcase-container:hover .showcase {
    background: #D7D2CE;
    color: #333;
    cursor: pointer;
}
#aside .showcase h2, .showcase .likeh2 {
    font-size: 1.25em;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}
#aside .showcase a.likeh2 { text-decoration: none; }
#aside .showcase .content { padding: 1em; }
#aside .showcase a.button {
    line-height: 2.5em;
    text-transform: none;
}
#aside .cycleshowcase-container {
    background: #F0EEEB;
    transition: background 0.5s ease; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease;
}
#aside .cycle-pager {
    font-size: 3em;
    line-height: 50%;
    position: relative; bottom: 5px; z-index: 2;
}
#aside .cycleshowcase {
    overflow: hidden;
    width: 100%;
}
#aside .cycleshowcase > a {
    width: 100%;
    z-index: 1!important;
}
#aside .cycle-pager > * { color: #F0EEEB; }
#aside .cycle-pager-active { color: var(--fw-primary); }
#newsshowcase {
    margin-right: 5%;
    width: 95%;
}

/* Custom ASIDES */
#mehrwert { cursor: default!important; }
#mehrwert ul {
    margin-bottom: 0;
    padding-left: 20px;
}

#weatherbox .content > div {
    display: table;
    width: 100%;
}
#weatherbox .content > div:last-of-type { margin-top: 1em; }
#weatherbox .content > div > *{
    display: table-cell;
    vertical-align: middle;
}
#weatherbox .wfont { font-size: 6em; }
#weatherbox .desc { font-size: 1.4em; }
#weatherbox .temps { font-size: 1.7em; font-weight: 500; }

#offer img { width: 100%; height: auto; }

#tour_360 .desc { display: table; }
#tour_360 .desc div { display: table-cell; vertical-align: middle; }
#tour_360 .desc div:first-of-type img { width: 80px; }
#tour_360 .desc div:last-of-type {
    text-align: center;
    padding: 1em;
}

#gastfreunde-img-container {
    background: #FFF;
    padding: 20px;
}
#gastfreunde-img-container img {
    display: block;
    height: auto;
    width: 100%;
}

/* FOOTER */
#footer {
    font-size: 1.125em;
    line-height: 1.625em;
    margin-top: 2em;
    color: #333;
}
#footer section h2 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 500;
}
#cta a.button, #footer a.button {
    line-height: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 500;
}

#prefooter {
    padding: 2em 0;
    background-repeat: no-repeat;
    background-position: center;
}
#prefooter .wrapper {
    clear: both;
    overflow: auto;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
#prefooter .wrapper > * {
    width: calc(33.33% - 20px);
}
#prefooter .wrapper > *:first-child { margin-left: 0; }
#prefooter a { text-decoration: none; }
#prefooter address { font-style: normal; }
#prefooternav { width: 29.4%!important; }

#socialmedia { margin-top: 6px; }
#socialmedia a.button {
    height: 44px; width: 44px;
    font-size: 40px; line-height: 44px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#socialmedia a.button span { vertical-align: -5px; }

#awards iframe {
    border: none;
    display: inline-block;
    float: right;
    margin-left: 1em;
    overflow: hidden;
    width: 125px;
}
#awards img {
    height: auto;
    width: 100%;
}
#awards img.holidaychecklogo {
    display: block;
    margin-bottom: 0.4em;
    max-width: 150px;
}
#awards .buttons {
    clear: both;
    margin-top: 1.20em;
    overflow: auto;
}
#awards a.button {
    display: inline-block;
    float: left;
}
#awards a.button:first-child { margin-right: 2%; }

#prefooternav a {
    display: block;
    margin-top: 0.5em;
}
#prefooternav a:first-child { margin-top: 0; }

#partner {
    clear: both;
    margin: 1.5em auto 1.2em;
    overflow: hidden;
}
#partner > a {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-left: 2%;
    text-align: center;
    width: 15%;
    line-height: 130px;
}
#partner > a:first-child {
    margin-left: 0;
    text-align: left;
}
#partner > a:nth-child(5) { text-align: right; }
#partner img {
    height: auto;
    vertical-align: middle;
    width: 100%; max-width: 130px;
}
#partner > a:nth-child(4) img { max-width: 150px; }

#subfooter {
    clear: both;
    font-size: 0.75em;
    overflow: auto;
}
#subfooter a { text-decoration: none; }
#subfooter a:hover { text-decoration: underline; }

#nav_copyright { float: left; }

#showhide { display: none; }
/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
    position: relative; z-index: 1;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#article .video-container iframe,
#article .video-container object,
#article .video-container embed {
    border: none;
    position: absolute; top: 0; left: 0; z-index: 11;
    width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
    clear: both;
    overflow: auto;
}
.responsiveimages a {
    border-bottom: none!important;
    display: inline-block;
    float: left;
    margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
    text-decoration: none;
    width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2),
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child,
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.85%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div {
    display: inline-block;
    float: left;
    height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
    height: auto;
    vertical-align: middle;
    width: 100%;
}
@media screen and (max-width: 560px) {
    .responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
    .responsiveimages.sixtyfthirtyfx2 > *:first-child {
        margin-bottom: 0.5%;
        width: 100%!important;
    }
    .responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
    .responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }

    .responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
    .responsiveimages.sixtyfx2thirtyf .rightside {
        margin-top: 0.5%; margin-left: 0;
        width: 100%;
    }
    .responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 400px) {
    .responsiveimages.fiftyfifty a {
        margin-left: 0;
        width: 100%;
    }
    .responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Bilder mit Fließtext */
#article .imgandtext {
    clear: both;
    overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
    float: left;
    margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
    float: right;
    margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
    margin-top: 0.4em;
    width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
    height: 1133px; max-height: 80%;
    margin: 0;
    width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }
.fancybox-button[disabled], .fancybox-button[disabled]:hover { background: none!important; }

/* Tiny-Slider */
.tns-outer { position: relative; z-index: 1; }
.tns-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.tns-nav > * {
    background: #FFF;
    outline: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.tns-nav > *.tns-nav-active { background: var(--fw-btn-background); }
.tns-controls > * {
    background: #000;
    border: none;
    color: #FFF;
    display: inline-block;
    font-size: 80px;
    outline: none;
    position: absolute; z-index: 1000; top: 50%;
    transform: translateY(-50%);
    width: 40px;
}
.tns-controls > *:first-child { left: 0; }
.tns-controls > *:last-child { right: 0; }


/* Cookie Hint */
#cookiehint {
    background: #000; background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    width: calc(100% - 20px); max-width: 400px;
    color: #fff!important;
    line-height: 20px;
    padding: 0.5em;
    position: fixed; z-index: 10000; left: 10px; bottom: 10px;
}
#cookiehint.bottom-higher { bottom: 40px; }
#cookiehint p {
    margin: 0; margin-right: 38px;
    color: #fff!important;
}
#cookiehint a {
    border: none!important;
    color: #fff!important;
    text-decoration: underline!important;
}
#cookiehint a[href="javascript:;"] { position: absolute; z-index: 1; right: 5px; top: 5px; }
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: var(--fw-text-primary)!important; }
#cookiehint.top { top: 10px; bottom: initial; }

/* Advanced Cookie Hint */
#advanced-cookiehint-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000;
}
#advanced-cookiehint {
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #000!important;
	font-size: 1em;
	line-height: 120%;
	max-height: calc(100vh - 20px);
	overflow: auto;
	padding: 1.5em;
	position: fixed; z-index: 10000; left: 50%; top: 50%; z-index: 101;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px); max-width: 700px;
}
#advanced-cookiehint h2 {
	font-size: 1em; font-weight: bold;
	margin: 0 0 0.75em;
}
#advanced-cookiehint p {
	color: #000!important;
	font-size: 0.9em;
	line-height: 130%;
	margin: 0;
}
#advanced-cookiehint-actions {
	display: flex;
	font-size: 1em;
	gap: 20px;
	margin: 1.5em 0 0;
}
#advanced-cookiehint-actions a {
	border: none!important;
	text-decoration: none!important; text-align: center;
}
#advanced-cookiehint-privacy { margin: 0.5em 0 0.75em!important; }
#advanced-cookiehint-privacy a {
	display: block;
	font-size: 0.9em;
	margin-top: 1em;
}
.advanced-cookiehint-switch {
    display: inline-block;
    margin-top: 0.75em;
    white-space: nowrap;
}
.advanced-cookiehint-switch .label {
	cursor: pointer;
	font-size: 0.9em;
	margin: 0;
}
#tracking-switch, #essential-switch { margin-left: 1em; }
#advanced-cookiehint-save {
	background: #f1f1f1;
	border-radius: 0px;
	display: inline-block;
	font-family: var(--fw-font-family-primary);
	hyphens: none;
    line-height: 2em;
    padding-left: 1em;
    padding-right: 1em;
	text-transform: uppercase; text-align: center;
}
#advanced-cookiehint p a { text-decoration: underline!important; }
#advanced-cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#advanced-cookiehint.light, #advanced-cookiehint.light p, #advanced-cookiehint.light a:not(.button) { color: #333!important; }
@media screen and (max-width: 510px) {
    #advanced-cookiehint-actions, #advanced-cookiehint-actions a { display: block; }
    #advanced-cookiehint-actions a + a  { margin-top: 0.75em; }
}

/* START Switch */
.cl-switch input[type="checkbox"] {
	display: none;
	visibility: hidden;
}
.cl-switch .switcher {
	display: inline-block;
	border-radius: 100px;
	width: 35px;
	height: 15px;
	background-color: #ccc;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}
.cl-switch .switcher:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	margin-top: -2.5px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	margin-right: 0;
	transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;
}
.cl-switch .switcher:active:before {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(63, 81, 181, 0.3);
	transition: all, 0.1s;
}
.cl-switch .label {
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 5px;
}
.cl-switch input[type="checkbox"]:checked + .switcher { background-color: #8591d5; }
.cl-switch input[type="checkbox"]:checked + .switcher:before {
	left: 100%;
	margin-left: -20px;
	background-color: #3f51b5;
}
.cl-switch [disabled]:not([disabled="false"]) + .switcher { background: #ccc !important; }
.cl-switch [disabled]:not([disabled="false"]) + .switcher:active:before { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
.cl-switch [disabled]:not([disabled="false"]) + .switcher:before {
	background-color: #e2e2e2 !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}
.cl-switch.cl-switch-large .switcher {
	width: 52px;
	height: 22px;
}
.cl-switch.cl-switch-large .switcher:before {
	width: 30px;
	height: 30px;
	margin-top: -4px;
}
.cl-switch.cl-switch-large .label { font-size: 18px; }
.cl-switch.cl-switch-large input[type="checkbox"]:checked + .switcher:before { margin-left: -30px; }
.cl-switch.cl-switch-xlarge .switcher {
	width: 87px;
	height: 37px;
}
.cl-switch.cl-switch-xlarge .switcher:before {
	width: 50px;
	height: 50px;
	margin-top: -6px;
}
.cl-switch.cl-switch-xlarge .label { font-size: 24px; }
.cl-switch.cl-switch-xlarge input[type="checkbox"]:checked + .switcher:before { margin-left: -50px; }
.cl-switch.cl-switch-black input[type="checkbox"]:checked + .switcher { background-color: #676767; }
.cl-switch.cl-switch-black input[type="checkbox"]:checked + .switcher:before { background-color: #343434; }
.cl-switch.cl-switch-black .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(52, 52, 52, 0.3); }
.cl-switch.cl-switch-red input[type="checkbox"]:checked + .switcher { background-color: #ffcece; }
.cl-switch.cl-switch-red input[type="checkbox"]:checked + .switcher:before { background-color: #ff6868; }
.cl-switch.cl-switch-red .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 104, 104, 0.3); }
.cl-switch.cl-switch-green input[type="checkbox"]:checked + .switcher { background-color: #77e4c0; }
.cl-switch.cl-switch-green input[type="checkbox"]:checked + .switcher:before { background-color: #29cc97; }
.cl-switch.cl-switch-green .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(41, 204, 151, 0.3); }
.cl-switch.cl-switch-orange input[type="checkbox"]:checked + .switcher { background-color: #ffc166; }
.cl-switch.cl-switch-orange input[type="checkbox"]:checked + .switcher:before { background-color: #ff9800; }
.cl-switch.cl-switch-orange .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 152, 0, 0.3); }
/* END Switch */

/* Media Queries */
/* Mobil bzw. Touchscreen */
@media screen and (max-width: 1023px), (any-hover: none) {
}

@media screen and (max-width: 980px) {
    .responsiveimages.portrait a  { width: 40%; }
}

@media screen and (max-width: 950px) {
    #weatherbox .wfont { font-size: 5em; }
    #weatherbox .desc { font-size: 1.1em; }
    #tour_360 .desc div:first-of-type img { width: 40px; }
}
@media screen and (max-width: 900px) {
    body.showmobilemenu #panoramaimage, body.showmobilemenu #main, body.showmobilemenu #footer { display: none; }
    #header { transition: top 1s ease-in-out; -webkit-transition: top 1s ease-in-out; -moz-transition: top 1s ease-in-out; -o-transition: top 1s ease-in-out; }
    #header.hide { top: -120px; }
    #header:before, #cta { height: 60px; }
    #header:after { display: none; }
    #logoplaceholder > * { max-width: 120px; height: 120px; }
    #header.mobilemenu #logoplaceholder { visibility: hidden; }
    #logo { z-index: 3; }
    #showhide {
        display: table-cell;
        text-decoration: none;
    }
    #showhide span {
        display: inline-block;
        font-size: 1.5em;
        text-indent: -4px;
        vertical-align: middle;
        width: 12px;
    }
    #header.mobilemenu #showhide { position: absolute; left: 27px; top: 10px; }
    #slogan { display: none; }

    #nav {
        background: #F0EEEB;
        font-size: 1em;
        overflow-y: auto;
        position: fixed; left: -1030px; top: 60px; bottom: 0; z-index: 3;
        transition: left 0.5s ease-in-out; -webkit-transition: left 0.5s ease-in-out; -moz-transition: left 0.5s ease-in-out; -o-transition: left 0.5s ease-in-out;
        width: 100%; height: auto;
    }
    #header.mobilemenu #nav { left: 0; }
    #nav > ul {
        display: block;
        height: 100%;
    }
    #nav > ul > li { border: none!important; }
    #nav li {
        display: block!important;
        float: none!important;
        text-align: left!important;
        width: 100%!important; max-width: none!important;
    }
    #nav a {
        display: block!important;
        color: #333!important;
        line-height: 100%!important;
        padding: 0.6em 1.5em!important;
        width: 100%!important; max-width: none!important;
    }
    #nav li.active, #nav li:hover, #nav li:hover li.active { background: var(--fw-btn-background)!important; }
    #nav li.active > a, #nav li:hover > a, #nav li:hover li.active > a { color: #FFF!important; }
    #nav > ul > li:not(.active):hover ul, #nav li ul { display: none; }
    #nav li.active > ul { display: block; }
    #nav li:hover ul { background: #fff!important; }
    #nav > ul > li ul {
        background: #fff;
        height: auto;
        opacity: 1;
    }

    #panoramaimage { margin-top: 60px; }
    #panoramaimage { margin-bottom: 4em; }
    body.infopage #main { margin-top: 8em; }
    #main .wrapper { display: block; }
    #main .wrapper > * {
        display: block;
        padding: 0;
        width: 100%;
    }
    #aside { margin-top: 2em; }
    #weatherbox .content > div { width: auto; }
    #tour_360 .desc div:first-of-type img { width: 65px; }

    #rooms .room { margin-top: 3.5em; }
}
@media screen and (max-width: 800px) {
    /* medium grid */
    .col-m-1  { width: 6.382978723404255%; }
    .grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
    .col-m-2  { width: 14.893617021276595%; }
    .grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
    .col-m-3  { width: 23.404255319148934%; }
    .grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
    .col-m-4  { width: 31.914893617021278%; }
    .grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
    .col-m-5  { width: 40.42553191489362%; }
    .grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
    .col-m-6  { width: 48.93617021276595%; }
    .grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
    .col-m-7  { width: 57.44680851063829%; }
    .grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
    .col-m-8  { width: 65.95744680851064%; }
    .grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
    .col-m-9  { width: 74.46808510638297%; }
    .grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
    .col-m-10 { width: 82.97872340425532%; }
    .grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
    .col-m-11 { width: 91.48936170212765%; }
    .grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
    .col-m-12 { width: 100%; }
    .grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }

    .m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
    .row.table .m-space { padding: 0.7em 1em!important; }
    .m-space-left { margin-left: 2.127659574468085%!important; }
    .row.table .m-space-left { padding-left: 1em!important; }
    .m-space-right { margin-right: 2.127659574468085%!important; }
    .row.table .m-space-right { padding-right: 1em!important; }

    .m-clearspace { margin: 0!important;}
    .row.table .m-clearspace { padding: 0; }
    .m-clearspace-left { margin-left: 0!important; }
    .row.table .m-clearspace-left { padding-left: 0!important; }
    .m-clearspace-right { margin-right: 0!important; }
    .row.table .m-clearspace-right { padding-right: 0!important; }
}
@media screen and (max-width: 770px) {
    #prefooter .wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
    #prefooter .wrapper > * {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #prefooter .wrapper h2 { text-align: center; }
    #awards img.holidaychecklogo { display: inline-block; }
    #awards .buttons { display: none; }
    #awards a.button:first-child { margin: 0; }
    #awards a.button { float: none; }
    #prefooternav { width: 100%!important; }
}

@media screen and (max-width: 650px) {
    #rooms .room { margin-top: 4.5em; }
    #rooms .room .roomimgs {
        display: block;
        float: none;
        margin: 0 auto!important;
        width: 100%; max-width: 600px;
    }
}
@media screen and (max-width: 630px) {
    .wrapper { padding-left: 15px; padding-right: 15px; }
    #phonebutton .icon { display: none; }
}
@media screen and (max-width: 560px) {
    .responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
    .responsiveimages.sixtyfthirtyfx2 > *:first-child {
        margin-bottom: 0.5%;
        width: 100%!important;
    }
    .responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
    .responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }

    .responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
    .responsiveimages.sixtyfx2thirtyf .rightside {
        margin-top: 0.5%; margin-left: 0;
        width: 100%;
    }
    .responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 600px) {
    #logoplaceholder { width: 22%; }
    #nexttologo { width: 76%; }
    #showhide { width: 10%; }
    #ctabuttons { width: 90%; }
    #ctabuttons .icon {
        display: inline;
        margin-right: 0;
    }
    #ctabuttons .text { display: none; }
}
@media screen and (max-width: 585px) {
    /* small grid */
    .col-s-1  { width: 6.382978723404255%; }
    .grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
    .col-s-2  { width: 14.893617021276595%; }
    .grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
    .col-s-3  { width: 23.404255319148934%; }
    .grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
    .col-s-4  { width: 31.914893617021278%; }
    .grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
    .col-s-5  { width: 40.42553191489362%; }
    .grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
    .col-s-6  { width: 48.93617021276595%; }
    .grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
    .col-s-7  { width: 57.44680851063829%; }
    .grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
    .col-s-8  { width: 65.95744680851064%; }
    .grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
    .col-s-9  { width: 74.46808510638297%; }
    .grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
    .col-s-10 { width: 82.97872340425532%; }
    .grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
    .col-s-11 { width: 91.48936170212765%; }
    .grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
    .col-s-12 { width: 100%; }
    .grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }

    .s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
    .row.table .s-space { padding: 0.7em 1em!important; }
    .s-space-left { margin-left: 2.127659574468085%!important; }
    .row.table .s-space-left { padding-left: 1em!important; }
    .s-space-right { margin-right: 2.127659574468085%!important; }
    .row.table .s-space-right { padding-right: 1em!important; }

    .s-clearspace { margin: 0!important;}
    .row.table .s-clearspace { padding: 0; }
    .s-clearspace-left { margin-left: 0!important; }
    .row.table .s-clearspace-left { padding-left: 0!important; }
    .s-clearspace-right { margin-right: 0!important; }
    .row.table .s-clearspace-right { padding-right: 0!important; }
}

/* PRINT STYLES */
@media print {
    * { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " [" attr(href) "]"; }
    abbr[title]:after { content: " [" attr(title) "]"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100%!important; }
    @page { margin: 1.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    /* custom print styles */
    #header, #aside, #footer, #copyright { display: none; }
    main { background: none; box-shadow: none; margin: 0; }
    main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
    .slidebox dd { display: block!important; }
    #aside { display: none!important; }
    #panorama { display: none; }
}