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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #000;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #eee;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #eee;
    color: #000;
    text-shadow: none;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

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

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, 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: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 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-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !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: "";
    }

    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: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: 0;
}

.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}

@font-face {
    font-family: 'freightDisplProSemibold';
    src: url('/data/themes/omg//inc/fonts/32521D_0_0.eot') format('eot'), url('/data/themes/omg//inc/fonts/32521D_0_0.ttf') format('ttf'), url('/data/themes/omg//inc/fonts/32521D_0_0.woff') format('woff'), url('/data/themes/omg//inc/fonts/32521D_0_0.woff2') format('woff2');
}

@font-face {
    font-family: 'freightDisplBold';
    src: url('/data/themes/omg//inc/fonts/3252E1_0_0.eot') format('eot'), url('/data/themes/omg//inc/fonts/3252E1_0_0.ttf') format('ttf'), url('/data/themes/omg//inc/fonts/3252E1_0_0.woff') format('woff'), url('/data/themes/omg//inc/fonts/3252E1_0_0.woff2') format('woff2');
}

@font-face {
    font-family: 'vitoCondensedMedium';
    src: url('/data/themes/omg//inc/fonts/Vito-CondensedMedium.eot') format('eot'), url('/data/themes/omg//inc/fonts/Vito-CondensedMedium.woff') format('woff'), url('/data/themes/omg//inc/fonts/Vito-CondensedMedium.woff2') format('woff2');
}

@font-face {
    font-family: 'vitoCondensedRegular';
    src: url('/data/themes/omg//inc/fonts/Vito-CondensedRegular.eot') format('eot'), url('/data/themes/omg//inc/fonts/Vito-CondensedRegular.woff') format('woff'), url('/data/themes/omg//inc/fonts/Vito-CondensedRegular.woff2') format('woff2');
}

@font-face {
    font-family: 'vitoLight';
    src: url('/data/themes/omg//inc/fonts/Vito-Light.eot') format('eot'), url('/data/themes/omg//inc/fonts/Vito-Light.woff') format('woff'), url('/data/themes/omg//inc/fonts/Vito-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'vitoRegular';
    src: url('/data/themes/omg//inc/fonts/Vito-Regular.eot') format('eot'), url('/data/themes/omg//inc/fonts/Vito-Regular.woff') format('woff'), url('/data/themes/omg//inc/fonts/Vito-Regular.woff2') format('woff2');
}

html, body {
    height: 100%;
}

html section.frontpage img.heroImage {
    display: none;
}

html.mobile section.frontpage img.heroImage {
    display: block;
}

html.mobile section.frontpage video.heroImage {
    display: none;
}

html.mobile section.ottmanngut .timeline .progressBar {
    background: #fa8c73;
}

body {
    overflow-x: hidden;
}

body.noScroll {
    overflow: hidden;
}

.scrollFadeIn {
    opacity: 0;
}

.scrollFadeIn.in {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}

:active, :focus {
    outline: 0;
    border: 0;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
    background: #000000;
    color: #ffffff;
}

::selection {
    background: #000000;
    color: #ffffff;
}

form input, form textarea, form select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    margin: 0px;
    padding: 0px;
}

h1.pageHeadline, .infoTeaser .infoTeaserImagesCell h3 {
    font-size: 64px;
}

section.frontpage.teaser .teaserText h1, section.rooms .roomDetails h3, section.packages h3, section.packageRequest h3, section.editorialPages h3, section.infosAndServices h3, section.ottmanngut h3, section.story .storyHeader h1, section.press h3, #bookingBar h3, .infoTeaser h1, .infoTeaser h3 {
    font-size: 36px;
}

span.pageTagline, section.rooms .roomDetails p.excerpt, section.packages .leftContainer p.excerpt, section.packageRequest h4, section.editorialPages .textColumn h2, section.infosAndServices .optionalServiceDetail h4, section.prices .tableHead .priceInfo h2, section.ottmanngut .dasHaus h2 {
    font-size: 33px;
}

.timeline span, section.ottmanngut .member h3, section.packages span.priceTag, section.events .eventsTeaser > h3section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
    font-size: 29px;
}

section.events .eventsTeaser > h3 {
    font-size: 26px;
}

nav.menu ul.main, #bookingBar form input, #bookingBar.full a {
    font-size: 24px;
}

section.rooms .roomDetails a.request, section.packages .rightContainer a.request, section.packageRequest input[type="submit"], section.press a.kitLink {
    font-size: 22px;
}

.bookingPatch a {
    font-size: 20px;
}

section.frontpage.teaser .teaserText p, section.rooms .roomDetails p.description, section.rooms .roomDetails .price p, section.packages .package .details .rightContainer p, section.packageRequest h5, section.editorialPages p, section.infosAndServices .serviceIcons, section.infosAndServices .optionalServiceDetail p, section.infosAndServices .faq h4, section.prices .tableBody .roomCategory .room a, section.prices .categoryPrices .price p:first-child, section.prices .tableFooter.big, section.ottmanngut .team .member h3, section.contact .contactIcons, section.story .storyContent {
    font-size: 18px;
}

nav.menu .language_switcher, section.frontpage.teaser .teaserText span, section.rooms .roomDetails span.tagline, section.packages span.tagline, section.packageRequest span.tagline, section.infosAndServices span.tagline, section.ottmanngut span.tagline, section.events .upcomming .teaser .headline h3, section.events .list .teaser .headline h3, section.events .list .teaser p.date, section.story .storyHeader .eventInfo p, section.press span.tagline, .infoTeaser span.tagline, footer, footer form input {
    font-size: 16px;
}

nav.menu ul.sub, section.frontpage.teaser .teaserText a.teaserLink, section.infosAndServices a.pdfLink, section.infosAndServices .optionalServiceList, section.infosAndServices .faq p, section.infosAndServices .faq ul, section.prices .tableHead .priceInfo a, section.prices .tableFooter.small, section.ottmanngut .dasHaus p, section.ottmanngut .member p, section.packages .leftContainer span.duration, section.packages .leftContainer a, section.packageRequest a.closeRequest, section.packageRequest .input, section.packageRequest .input input, section.stories .filter, section.stories .teaser .headline h3, section.story .storyHeader a.back, section.stories .teaser .tagline, section.stories .teaser .date, section.events .upcomming .teaser p, section.events .list .teaser p.tagline, section.story .storyHeader p, section.press .gridItem p, .infoTeaser a.teaserLink {
    font-size: 15px;
}

p.contact, section.frontpage.hero .language_switcher, section.rooms .roomDetails .price a, section.rooms .roomDetails .roomMeta .roomIcons, section.prices .tableHead .seasonsInfo, section.prices .categoryPrices .price p, section.ottmanngut .team .member p, .timeline p {
    font-size: 14px;
}

section.prices .tableBody .roomCategory .room ul, section.infosAndServices .serviceIcons span, section.prices .tableHead .priceInfo p {
    font-size: 13px;
}

section.prices .categoryNights, section.packageRequest span, section.packageRequest .accept label, #bookingBar form .input {
    font-size: 12px;
}

.patch {
    font-size: 11px;
}

.innerWrapper {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.clear {
    clear: both;
}

section.frontpage.hero {
    position: relative;
    height: 100%;
}

section.frontpage.hero .heroImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 960px;
    height: auto;
}

section.frontpage.hero .scrollDown, section.frontpage.hero p.contact, section.frontpage.hero .language_switcher {
    position: absolute;
    bottom: 115px;
}

section.frontpage.hero .scrollDown {
    left: 60px;
    margin-left: 10px;
    width: 40px;
    height: 20px;
    display: block;
    background-image: url('../img/icons/scrollDown.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    cursor: pointer;
}

section.frontpage.hero p.contact {
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    text-align: center;
}

section.frontpage.hero .language_switcher {
    right: 60px;
    margin-right: 10px;
}

section.frontpage.teaser .teaserImage, section.frontpage.teaser .teaserText, section.frontpage.teaser .videoContainer {
    box-sizing: border-box;
    padding: 10px;
}

section.frontpage.teaser .teaserText {
    text-align: center;
}

section.frontpage.teaser .teaserText h1 {
    font-family: freightDisplBold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    margin: 0 0 40px 0;
}

section.frontpage.teaser .teaserText span {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    display: block;
    margin: 0 0 40px 0;
}

section.frontpage.teaser .teaserText p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0 0 40px 0;
}

section.frontpage.teaser .teaserText a.teaserLink {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

section.frontpage.teaser .teaserText a.teaserLink:link, section.frontpage.teaser .teaserText a.teaserLink:hover, section.frontpage.teaser .teaserText a.teaserLink:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #000000;
}

section.frontpage.teaser .teaserText a.teaserLink:hover {
    color: #fa8c73;
    border-color: #fa8c73;
}

section.frontpage.teaser .dasOttmanngut {
    margin-top: 70px;
    margin-bottom: 70px;
}

section.frontpage.teaser .dasOttmanngut .teaserImage {
    width: 41.666666666667%;
    margin: 80px 0 0 0;
    float: left;
}

section.frontpage.teaser .dasOttmanngut .teaserText {
    width: 41.666666666667%;
    margin: 0 0 0 8.3333333333333%;
    float: left;
}

section.frontpage.teaser .dasOttmanngut .teaserText .map {
    width: 120%;
    height: auto;
    margin: 40px 0 0 -5%;
}

section.frontpage.teaser .dieZimmer {
    margin-top: 200px;
    margin-bottom: 70px;
}

section.frontpage.teaser .dieZimmer .teaserText {
    width: 41.666666666667%;
    float: right;
}

section.frontpage.teaser .dieZimmer .teaserText a.teaserLink {
    margin: 0 15px;
}

section.frontpage.teaser .dieZimmer .teaserImage {
    width: 58.333333333333%;
    float: right;
}

section.frontpage.teaser .video {
    margin-top: 120px;
    margin-bottom: 70px;
}

section.frontpage.teaser .video .teaserText {
    width: 83.333333333333%;
    margin: 0 auto;
}

section.frontpage.teaser .video .teaserText a.teaserLink {
    float: left;
}

section.frontpage.teaser .video .videoContainer {
    width: 83.333333333333%;
    margin: 0 auto;
}

section.frontpage.teaser .video .videoContainer img {
    width: 100%;
    height: auto;
}

section.frontpage.teaser .fruehstueck {
    margin-top: 120px;
    margin-bottom: 70px;
}

section.frontpage.teaser .fruehstueck .teaserImage {
    width: 41.666666666667%;
    margin: 0 0 0 8.3333333333333%;
    float: left;
}

section.frontpage.teaser .fruehstueck .teaserText {
    width: 41.666666666667%;
    float: left;
}

section.rooms .roomSlider {
    width: 66.666666666667%;
    margin: 0 auto;
}

section.rooms .roomSlider .slick-dots {
    width: 150%;
    margin-left: -25%;
    margin-top: 40px;
    margin-bottom: 100px;
    list-style: none;
}

section.rooms .roomSlider .slick-dots li {
    width: 33.333333333333%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 0;
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-align: center;
}

section.rooms .roomSlider .slick-dots li:hover, section.rooms .roomSlider .slick-dots li.slick-active {
    cursor: pointer;
}

section.rooms .roomSlider .slick-dots li:hover a, section.rooms .roomSlider .slick-dots li.slick-active a {
    color: #fa8c73;
    border-bottom: solid 1px #fa8c73;
}

section.rooms .roomSlider .slick-dots li a {
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #000000;
}

section.rooms .roomDetails {
    overflow: hidden;
}

section.rooms .roomDetails h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    margin: 0 0 40px 0;
}

section.rooms .roomDetails span {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    text-align: center;
    display: block;
    margin: 0 0 40px 0;
}

section.rooms .roomDetails .roomDetailsSlider {
    margin-bottom: 60px;
}

section.rooms .roomDetails .roomDetailsSlider .slick-list, section.rooms .roomDetails .roomDetailsSlider .slick-track, section.rooms .roomDetails .roomDetailsSlider .slick-slide, section.rooms .roomDetails .roomDetailsSlider img {
    height: auto !important;
}

section.rooms .roomDetails .roomDetailsSlider .slick-arrow {
    bottom: 50px;
    right: 30px;
    width: 15px;
    height: 30px;
    z-index: 1;
}

section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-next {
    margin-bottom: 11px;
}

section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-prev {
    margin-bottom: -20px;
    margin-right: 12px;
}

section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer {
    width: 50%;
    float: left;
}

section.rooms .roomDetails .roomDetailsSlider, section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer, section.rooms .roomDetails .roomMeta .roomIcons {
    box-sizing: border-box;
    padding: 0 10px;
}

section.rooms .roomDetails p.excerpt {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.12;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

section.rooms .roomDetails p.description {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

section.rooms .roomDetails .price p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.05em;
}

section.rooms .roomDetails .price a {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

section.rooms .roomDetails .price a:link, section.rooms .roomDetails .price a:hover, section.rooms .roomDetails .price a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #000000;
}

section.rooms .roomDetails a.request {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

section.rooms .roomDetails a.request:link, section.rooms .roomDetails a.request:hover, section.rooms .roomDetails a.request:visited {
    color: #fa8c73;
    text-decoration: none;
    border-bottom: solid 2px #fa8c73;
}

section.rooms .roomDetails .roomMeta {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

section.rooms .roomDetails .roomMeta .roomIcons {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35% auto;
}

section.rooms .roomDetails .roomMeta .roomIcons:before {
    content: '';
    padding-top: 42%;
    display: block;
}

section.rooms .roomDetails .roomMeta .roomIcons.beds.single {
    background-image: url('../img/icons/roomIcons/room_singlebed.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.beds.double {
    background-image: url('../img/icons/roomIcons/room_doublebed.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.bath.shower {
    background-image: url('../img/icons/roomIcons/room_shower.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.bath.tub {
    background-image: url('../img/icons/roomIcons/shower_tub.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.floor.first {
    background-image: url('../img/icons/roomIcons/room_upstairs.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.floor.first_up {
    background-image: url('../img/icons/roomIcons/room_upstairs.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.floor.second {
    background-image: url('../img/icons/roomIcons/room_upstairs.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.floor.third {
    background-image: url('../img/icons/roomIcons/room_upstairs.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.west {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.west_balcony {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.southwest_mediteranian {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.south_winegarden {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.south_wineview {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.south_mediteranian {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.east {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.location.south_terrace {
    background-image: url('../img/icons/roomIcons/room_nesw.svg');
}

section.rooms .roomDetails .roomMeta .roomIcons.size {
    background-image: url('../img/icons/roomIcons/room_qm.svg');
}

section.packages {
    height: auto;
    overflow: hidden;
}

section.packages .pageHeader {
    margin-bottom: 170px;
}

section.packages h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}

section.packages span.tagline {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    text-align: center;
    margin: 0 auto 70px auto;
    display: block;
}

section.packages .details {
    position: relative;
    margin-bottom: 170px;
}

section.packages .details img, section.packages .details .leftContainer, section.packages .details .rightContainer {
    box-sizing: border-box;
    padding: 0 10px;
}

section.packages .details img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

section.packages .details span.priceTag {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-right: -10px;
    box-sizing: border-box;
    padding: 10px;
    color: #fa8c73;
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.02em;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

section.packages .details .leftContainer {
    width: 50%;
    float: left;
}

section.packages .details .leftContainer p.excerpt {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

section.packages .details .leftContainer span.duration, section.packages .details .leftContainer a {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    letter-spacing: 0.17em;
}

section.packages .details .leftContainer span.duration {
    width: 70%;
    display: block;
    margin-bottom: 15px;
}

section.packages .details .leftContainer a:link, section.packages .details .leftContainer a:hover, section.packages .details .leftContainer a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #000000;
}

section.packages .details .rightContainer {
    width: 50%;
    float: left;
}

section.packages .details .rightContainer p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

section.packages .details .rightContainer a.request {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

section.packages .details .rightContainer a.request:link, section.packages .details .rightContainer a.request:hover, section.packages .details .rightContainer a.request:visited {
    color: #fa8c73;
    text-decoration: none;
    border-bottom: solid 2px #fa8c73;
}

section.packageRequest {
    margin-bottom: 125px;
    height: 0px;
    overflow: hidden;
}

section.packageRequest .backLink {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}

section.packageRequest .backLink a.closeRequest:link, section.packageRequest .backLink a.closeRequest:hover, section.packageRequest .backLink a.closeRequest:visited {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #fa8c73;
    text-decoration: none;
    border-bottom: solid 2px #fa8c73;
    width: auto;
    padding: 0 0 1px 0;
}

section.packageRequest h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}

section.packageRequest span.tagline {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    text-align: center;
    margin: 0 auto 70px auto;
    display: block;
}

section.packageRequest h4 {
    margin: 0 0 40px 10px;
}

section.packageRequest h5 {
    margin: 15px 0 20px 10px;
    float: left;
}

section.packageRequest .important_field {
    display: none;
}

section.packageRequest form {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
}

section.packageRequest form input, section.packageRequest form textarea, section.packageRequest form select {
    width: 100%;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    padding: 10px;
    background-color: #F4F4F4;
}

section.packageRequest form .selectWrapper {
    width: 70%;
    overflow: hidden;
}

section.packageRequest form .selectWrapper select {
    width: 114%;
    background-image: url('../img/icons/inputArrows.svg');
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: right 20% center;
}

section.packageRequest form input[type="submit"] {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #fa8c73;
    text-decoration: none;
    border-bottom: solid 2px #fa8c73;
    background-color: transparent;
    width: auto;
    float: right;
    padding: 0 0 3px 0;
    margin-right: 10px;
}

section.packageRequest form fieldset {
    box-sizing: border-box;
    padding: 0 50px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}

section.packageRequest form fieldset.journey {
    width: 50%;
}

section.packageRequest form fieldset.journey div.input {
    width: 50%;
}

section.packageRequest form fieldset.journey div.input.date input[type="text"] {
    background-image: url('../img/icons/inputArrows.svg');
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: right 6% center;
}

section.packageRequest form fieldset.person {
    width: 50%;
}

section.packageRequest form fieldset.promotion h5 {
    float: none;
}

section.packageRequest form fieldset.promotion div.input {
    width: 50%;
}

section.packageRequest form fieldset.promotion div.input input[type="radio"] {
    display: none;
}

section.packageRequest form fieldset.promotion div.input input[type="radio"] + label {
    line-height: 1;
    padding: 2px 0 0 30px;
    margin: 16px 0 0 0;
    display: inline-block;
    background-image: url('../img/icons/radioButton.svg');
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: left bottom;
}

section.packageRequest form fieldset.promotion div.input input[type="radio"]:checked + label {
    background-position: left top;
}

section.packageRequest form fieldset.promotion div.input input[type="text"] {
    width: 67%;
    float: right;
}

section.packageRequest form fieldset.accept div.input {
    width: 66.666666666667%;
}

section.packageRequest form fieldset.accept div.input input[type="checkbox"] {
    display: none;
}

section.packageRequest form fieldset.accept div.input input[type="checkbox"] + label {
    position: relative;
    line-height: 1.6;
    color: #7E7E7E;
    padding: 2px 0 0 30px;
    margin: 16px 0 0 0;
    display: inline-block;
}

section.packageRequest form fieldset.accept div.input input[type="checkbox"] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url('../img/icons/checkBox.svg');
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: left bottom;
}

section.packageRequest form fieldset.accept div.input input[type="checkbox"]:checked + label:before {
    background-position: left top;
}

section.packageRequest form fieldset div.input {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

section.packageRequest form fieldset div.input.zip {
    width: 30%;
}

section.packageRequest form fieldset div.input.city {
    width: 70%;
}

section.packageRequest form fieldset div.input input, section.packageRequest form fieldset div.input select {
    margin: 5px 0;
}

section.packageRequest form fieldset div.input span {
    display: inline-block;
    line-height: 1;
    visibility: hidden;
}

section.packageRequest form fieldset div.input.err input, section.packageRequest form fieldset div.input.err select {
    outline: solid 2px #fa8c73;
}

section.packageRequest form fieldset div.input.err span {
    visibility: visible;
}

section.editorialPages p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

section.editorialPages a:link, section.editorialPages a:hover, section.editorialPages a:visited {
    color: #000000;
    text-decoration: underline;
}

section.editorialPages h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    margin-bottom: 35px;
}

section.editorialPages .textColumn, section.editorialPages .imageColumn {
    box-sizing: border-box;
    padding: 0 10px;
}

section.editorialPages .pageHeader {
    margin-bottom: 170px;
}

section.editorialPages .pageHeader h1.pageHeadline {
    margin-bottom: 40px;
}

section.editorialPages .pageHeader > img {
    box-sizing: border-box;
    padding: 0 10px;
    width: 83.333333333333%;
    height: auto;
    margin: 0 auto 100px auto;
    display: block;
}

section.editorialPages .pageHeader .textColumn {
    width: 41.666666666667%;
    float: left;
}

section.editorialPages .pageHeader .textColumn h2 {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    letter-spacing: 0.07em;
    margin-top: -10px;
    margin-bottom: 50px;
}

section.editorialPages .pageHeader .imageColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 16.666666666667%;
}

section.editorialPages .pageHeader .imageColumn img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

section.editorialPages .gardenContentBlock--1 {
    margin-bottom: 60px;
}

section.editorialPages .gardenContentBlock--1 .imageColumn {
    width: 50%;
    float: left;
}

section.editorialPages .gardenContentBlock--1 .imageColumn img {
    height: 455px;
    width: auto;
    float: right;
}

section.editorialPages .gardenContentBlock--1 .textColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 4.1666666666667%;
}

section.editorialPages .gardenContentBlock--2 {
    margin-bottom: 200px;
}

section.editorialPages .gardenContentBlock--2 .imageGrid {
    width: 83.333333333333%;
    margin: 0 auto;
}

section.editorialPages .gardenContentBlock--2-b {
    margin-bottom: 170px;
}

section.editorialPages .gardenContentBlock--2-b .textColumn {
    width: 41.666666666667%;
    float: left;
}

section.editorialPages .gardenContentBlock--2-b .textColumn p {
    margin-bottom: 40px;
}

section.editorialPages .gardenContentBlock--2-b .imageColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 16.666666666667%;
}

section.editorialPages .gardenContentBlock--2-b .imageColumn img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

section.editorialPages .gardenContentBlock--3 {
    position: relative;
    margin-bottom: 200px;
}

section.editorialPages .gardenContentBlock--3 .imageColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 8.3333333333333%;
}

section.editorialPages .gardenContentBlock--3 .imageColumn img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

section.editorialPages .gardenContentBlock--3 .textColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 4.1666666666667%;
}

section.editorialPages .gardenContentBlock--3 > img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 15px 10px;
    height: 420px;
    width: auto;
}

section.editorialPages .breakfastContentBlock--1 {
    margin-top: 170px;
    margin-bottom: 60px;
}

section.editorialPages .breakfastContentBlock--1 .imageColumn {
    width: 50%;
    float: left;
}

section.editorialPages .breakfastContentBlock--1 .imageColumn img {
    height: 455px;
    width: auto;
    float: right;
}

section.editorialPages .breakfastContentBlock--1 .textColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 8.3333333333333%;
}

section.editorialPages .breakfastContentBlock--2 {
    margin-bottom: 60px;
}

section.editorialPages .breakfastContentBlock--2 .textColumn {
    width: 41.666666666667%;
    float: left;
}

section.editorialPages .breakfastContentBlock--2 .textColumn p {
    margin-bottom: 40px;
}

section.editorialPages .breakfastContentBlock--2 .imageColumn {
    width: 41.666666666667%;
    float: left;
    margin-left: 16.666666666667%;
}

section.editorialPages .breakfastContentBlock--2 .imageColumn img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

section.editorialPages .breakfastContentBlock--3 {
    margin-bottom: 120px;
}

section.editorialPages .breakfastContentBlock--3 .imageGrid {
    width: 83.333333333333%;
    margin: 0 auto;
}

section.infosAndServices {
    text-align: center;
}

section.infosAndServices h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

section.infosAndServices span.tagline {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    margin: 0 auto 90px auto;
    display: block;
    width: 40%;
}

section.infosAndServices a.pdfLink {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    text-decoration: none;
}

section.infosAndServices a.pdfLink:link, section.infosAndServices a.pdfLink:hover, section.infosAndServices a.pdfLink:visited {
    color: #000000;
    border-bottom: solid 1px #000000;
}

section.infosAndServices a.pdfLink:hover {
    color: #fa8c73;
    border-bottom: solid 1px #fa8c73;
}

section.infosAndServices .pageHeader {
    margin-bottom: 170px;
}

section.infosAndServices .pageHeader h1.pageHeadline {
    margin-bottom: 40px;
}

section.infosAndServices .pageHeader span.pageTagline {
    margin-bottom: 50px;
}

section.infosAndServices .pageHeader a.pdfLink {
    margin-bottom: 80px;
    display: inline-block;
}

section.infosAndServices .pageHeader .mainInformation {
    margin-bottom: 140px;
}

section.infosAndServices .pageHeader .mainInformation .serviceIcons {
    width: 33.333333333333%;
    box-sizing: border-box;
    padding: 0 70px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 25% auto;
}

section.infosAndServices .pageHeader .mainInformation .serviceIcons:before {
    content: '';
    padding-top: 57%;
    display: block;
}

section.infosAndServices .includedService {
    margin-bottom: 100px;
}

section.infosAndServices .includedService .iconsWrappper {
    width: 83.333333333333%;
    margin: 0 auto;
    text-align: left;
}

section.infosAndServices .includedService .iconsWrappper .serviceIcons {
    width: 50%;
    min-height: 70px;
    box-sizing: border-box;
    padding: 0 90px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background-repeat: no-repeat;
    background-position: left 10px top -8px;
    background-size: 60px auto;
}

section.infosAndServices .includedService .iconsWrappper .serviceIcons span {
    display: block;
}

section.infosAndServices .optionalService {
    margin-bottom: 160px;
}

section.infosAndServices .optionalService .optionalServiceList {
    position: relative;
    width: 58.333333333333%;
    margin-left: 8.3333333333333%;
    list-style: none;
}

section.infosAndServices .optionalService .optionalServiceList:hover li:first-child {
    color: #000000;
}

section.infosAndServices .optionalService .optionalServiceList:hover li:first-child .optionalServiceDetail {
    opacity: 0;
}

section.infosAndServices .optionalService .optionalServiceList li {
    width: 42.857142857143%;
    padding: 15px 0;
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    cursor: pointer;
}

section.infosAndServices .optionalService .optionalServiceList li:first-child {
    color: #fa8c73;
}

section.infosAndServices .optionalService .optionalServiceList li:first-child > .optionalServiceDetail {
    opacity: 1;
}

section.infosAndServices .optionalService .optionalServiceList li:hover {
    color: #fa8c73 !important;
}

section.infosAndServices .optionalService .optionalServiceList li:hover > .optionalServiceDetail {
    opacity: 1 !important;
    -webkit-transition: opacity 240ms ease;
    -moz-transition: opacity 240ms ease;
    -ms-transition: opacity 240ms ease;
    -o-transition: opacity 240ms ease;
    transition: opacity 240ms ease;
}

section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 42.857142857143%;
    width: 57.142857142857%;
    box-sizing: border-box;
    padding: 60px 30px 0 30px;
    background-repeat: no-repeat;
    background-position: center top -5px;
    background-size: 55px auto;
    color: #000000;
}

section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail h4 {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 30px;
}

section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0;
}

section.infosAndServices .priceInformation {
    margin-bottom: 180px;
}

section.infosAndServices .priceInformation span.tagline {
    margin-bottom: 40px;
}

section.infosAndServices .priceInformation .priceTag {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 40px auto;
    background-image: url('../img/icons/roomIcons/i_price.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

section.infosAndServices .faq {
    margin-top: 160px;
    margin-bottom: 100px;
}

section.infosAndServices .faq .answers {
    width: 83.333333333333%;
    margin: 0 auto;
}

section.infosAndServices .faq .answers .answer {
    text-align: left;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 80px;
}

section.infosAndServices .faq .answers .answer .icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: center;
}

section.infosAndServices .faq .answers .answer h4 {
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 70%;
    margin-bottom: 40px;
}

section.infosAndServices .faq .answers .answer p, section.infosAndServices .faq .answers .answer ul li {
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: 97%;
    margin-bottom: 10px;
}

section.prices .innerWrapper {
    width: 800px;
}

section.prices .tableHead {
    position: relative;
}

section.prices .tableHead .priceInfo, section.prices .tableHead .seasonsInfo {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

section.prices .tableHead .priceInfo {
    padding: 0 10px;
}

section.prices .tableHead .priceInfo h2 {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

section.prices .tableHead .priceInfo a {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 40px;
}

section.prices .tableHead .priceInfo a:link, section.prices .tableHead .priceInfo a:visited {
    color: #000000;
    border-bottom: solid 1px #000000;
}

section.prices .tableHead .priceInfo a:hover {
    color: #fa8c73;
    border-bottom: solid 1px #fa8c73;
}

section.prices .tableHead .priceInfo p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    letter-spacing: 0.07em;
}

section.prices .tableHead .seasonsInfo {
    padding: 0 10px 0 0;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.07em;
}

section.prices .tableHead .seasonsInfo .season {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fa8c73;
    color: #ffffff;
}

section.prices .tableHead .seasonsInfo .season p {
    margin-top: 10px;
}

section.prices .tableHead .priceInfo p {
    margin-bottom: 0.5em;
}

section.prices .tableBody {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 30px;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.prices .tableBody .roomCategory {
    border-top: solid 2px #fa8c73;
    box-sizing: border-box;
    padding: 20px 0;
}

section.prices .tableBody .roomCategory .roomInfo {
    width: 50%;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    border-right: solid 1px rgba(0, 0, 0, 0.4);
}

section.prices .tableBody .roomCategory .roomInfo .room {
    box-sizing: border-box;
    padding: 20px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.4);
}

section.prices .tableBody .roomCategory .roomInfo .room:first-child {
    border-top: none;
}

section.prices .tableBody .roomCategory .roomInfo .room:hover {
    cursor: pointer;
}

section.prices .tableBody .roomCategory .roomInfo .room:hover a, section.prices .tableBody .roomCategory .roomInfo .room:hover ul {
    opacity: 0.4;
}

section.prices .tableBody .roomCategory .roomInfo .room a {
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: block;
}

section.prices .tableBody .roomCategory .roomInfo .room a:link, section.prices .tableBody .roomCategory .roomInfo .room a:hover, section.prices .tableBody .roomCategory .roomInfo .room a:visited {
    color: #000000;
    text-decoration: none;
}

section.prices .tableBody .roomCategory .roomInfo .room ul {
    list-style: none;
    line-height: 2.23;
    letter-spacing: 0.05em;
}

section.prices .tableBody .roomCategory .roomInfo .room ul li {
    display: inline-block;
}

section.prices .tableBody .roomCategory .priceInfo {
    width: 50%;
    min-height: 1px;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin-top: -27px;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPatches {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 50px;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch {
    width: 33.333333333333%;
    min-height: 1px;
    float: left;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch span {
    padding: 4px 8px;
    background-color: #fa8c73;
    color: white;
}

section.prices .tableBody .roomCategory .priceInfo .categoryNights {
    width: 50%;
    float: left;
}

section.prices .tableBody .roomCategory .priceInfo .categoryNights p {
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

section.prices .tableBody .roomCategory .priceInfo .categoryNights p:first-child {
    margin-bottom: 23px;
    margin-top: 8px;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPrices {
    width: 50%;
    float: left;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: right;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price {
    width: 100%;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p {
    margin-bottom: 10px;
}

section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p:first-child {
    margin-bottom: 16px;
}

section.prices .tableBody:after {
    content: '';
    height: 2px;
    display: block;
    background-color: #fa8c73;
}

section.prices .tableFooter {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.38;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    padding: 0 10px;
}

section.prices .tableFooter.big {
    margin-bottom: 30px;
}

section.contact {
    text-align: center;
}

section.contact .pageHeader {
    margin-bottom: 40px;
}

section.contact .pageHeader .contactInformation {
    width: 83.333333333333%;
    margin: 0 auto;
}

section.contact .pageHeader .contactInformation .contactIcons {
    width: 50%;
    box-sizing: border-box;
    padding: 0 80px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 20% auto;
}

section.contact .pageHeader .contactInformation .contactIcons:link, section.contact .pageHeader .contactInformation .contactIcons:hover, section.contact .pageHeader .contactInformation .contactIcons:visited {
    color: #000000;
    text-decoration: none;
}

section.contact .pageHeader .contactInformation .contactIcons:hover {
    color: #fa8c73;
}

section.contact .pageHeader .contactInformation .contactIcons:before {
    content: '';
    padding-top: 40%;
    display: block;
}

section.contact .pageHeader .contactInformation .contactIcons.phone {
    background-image: url('../img/icons/roomIcons/c_phone.svg');
}

section.contact .pageHeader .contactInformation .contactIcons.directions {
    background-image: url('../img/icons/roomIcons/c_directions.svg');
}

section.contact .pageHeader .contactInformation .contactIcons.mail {
    background-image: url('../img/icons/roomIcons/c_mail.svg');
}

section.contact .pageHeader .contactInformation .contactIcons.imprint {
    background-image: url('../img/icons/roomIcons/c_legal.svg');
}

section.ottmanngut h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}

section.ottmanngut span.tagline {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    text-align: center;
    margin: 0 auto 90px auto;
    display: block;
    width: 40%;
}

section.ottmanngut .pageHeader {
    margin-bottom: 170px;
}

section.ottmanngut .pageHeader span.pageTagline {
    margin-bottom: 60px;
}

section.ottmanngut .pageHeader > img {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: auto;
}

section.ottmanngut .stripeSlider {
    margin-bottom: 100px;
}

section.ottmanngut .dasHaus h2 {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3;
    letter-spacing: 0.07em;
    width: 75%;
    margin: 0 auto 50px 8.3333333333333%;
}

section.ottmanngut .dasHaus p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.07em;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    width: 83.333333333333%;
    margin: 0 auto;
}

section.ottmanngut .timeline {
    position: relative;
    margin-top: 160px;
    margin-bottom: 160px;
}

section.ottmanngut .timeline.innerWrapper {
    width: 560px;
    padding: 0;
}

section.ottmanngut .timeline .progressBar {
    position: absolute;
    left: 14.285714285714%;
    top: 0;
    height: 100%;
    width: 1px;
    background: url('../img/timeline_bg.svg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

section.ottmanngut .timeline .year {
    width: 100%;
    margin-bottom: 100px;
}

section.ottmanngut .timeline .year span {
    position: relative;
    width: 28.571428571429%;
    float: left;
    margin-top: 61px;
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #ffffff;
}

section.ottmanngut .timeline .year img {
    width: 35.714285714286%;
    float: left;
}

section.ottmanngut .timeline .year p {
    width: 35.714285714286%;
    float: left;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.07em;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin-top: -0.5em;
}

section.ottmanngut .family > h3:before {
    content: '';
    width: 130px;
    height: 145px;
    display: block;
    margin: 0 auto -50px auto;
    background-image: url('../img/wappen.svg');
    background-position: center center;
    background-size: contain;
    opacity: 0.35;
}

section.ottmanngut .family span.tagline {
    width: 100%;
}

section.ottmanngut .family > .member {
    width: 83.333333333333%;
    margin: 0 auto 70px auto;
}

section.ottmanngut .family > .member img, section.ottmanngut .family > .member .textColumn {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

section.ottmanngut .family > .member .textColumn {
    text-align: center;
    padding-left: 7%;
    padding-right: 7%;
}

section.ottmanngut .family > .member h3 {
    margin-bottom: 10px;
}

section.ottmanngut .family > .member span.tagline {
    margin-bottom: 0;
}

section.ottmanngut .family > .member p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 35px;
}

section.ottmanngut .family > .member.left .textColumn {
    float: right;
}

section.ottmanngut .family > .member.right img {
    float: right;
}

section.ottmanngut .team {
    width: 83.333333333333%;
    margin: 160px auto 100px auto;
    text-align: center;
}

section.ottmanngut .team .member {
    width: 33.333333333333%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 70px auto;
}

section.ottmanngut .team .member h3 {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

section.ottmanngut .team .member span.tagline {
    margin-bottom: 20px;
}

section.ottmanngut .team .member img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

section.ottmanngut .team .member p {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.02em;
}



section.stories .pageHeader {
    margin-bottom: 72px;
}

section.stories .pageHeader span.pageTagline {
    margin-bottom: 70px;
}

section.stories .filter {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

section.stories .filter .filterTrigger {
    letter-spacing: 0.05em;
    width: 10%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

section.stories .filter ul {
    width: 90%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    list-style: none;
    text-align: left;
}

section.stories .filter ul li {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 24.7px;
    margin: 0 0 24.7px 0;
}

section.stories .filter ul li a {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.07em;
}

section.stories .filter ul li a:link, section.stories .filter ul li a:visited {
    color: #000000;
    border-bottom: solid 1px #000000;
}

section.stories .filter ul li a:hover, section.stories .filter ul li a.current {
    color: #fa8c73;
    border-bottom: solid 1px #fa8c73;
}

section.stories .filter ul li a.current:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 17px;
    height: 100%;
    background-image: url('../img/icons/cross.svg');
    background-repeat: no-repeat;
    background-position: left 40%;
    background-size: auto 50%;
}

/* NEW STUFF TO FIX KACHELDARSTELLUNG */

.storiesGrid {
    display: flex;
    flex-wrap: wrap;
}
.gridSizer {
    display: none; /*Am besten allerdings gleich dieses Div eleminieren bei der Ausgabe*/
}
section.stories .storiesGrid .teaser {
    float: none; /* oder halt überall löschen, wo es gesetzt ist^^*/
    /* width überall raushauen, wo es gesetzt wird */
    flex-basis: 240px; /*Mindestgröße eines Elements*/
    flex-grow: 1; /*Element darf aber größer werden*/
}

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

section.stories .storiesGrid .teaser {
    position: relative;
    /*    width: 33.333333333333%;*/
    padding: 0 10px 50px 10px;

/*    width: 21%;
    float: left;
    box-sizing: border-box;
    margin: 20px 10px;*/
}

section.stories .storiesGrid {
    width: 100%;
    margin-bottom: 63px;
}

section.stories .storiesGrid:before, section.stories .storiesGrid:after {
    position: absolute;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    /*
    background-color: #DCDCDC;
    */
}

section.stories .storiesGrid:before {
    /*
    left: 33.333%;
    */
    left: 32%
}

section.stories .storiesGrid:after {
    /*
    right: 33.333%;
    */
    right: 32%;
}

section.stories .storiesGrid .gridSizer {
    /*    width: 33.333333333333%;*/
    width: 32%;
}



section.stories .storiesGrid .teaser:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background-color: #DCDCDC;
}

section.stories .storiesGrid .teaser:hover {
    cursor: pointer;
}

section.stories .storiesGrid .teaser:hover:before {
    background-color: #fa8c73;
    -webkit-transition: background-color 0.24s ease;
    -moz-transition: background-color 0.24s ease;
    -ms-transition: background-color 0.24s ease;
    -o-transition: background-color 0.24s ease;
    transition: background-color 0.24s ease;
}

section.stories .storiesGrid .teaser:hover img, section.stories .storiesGrid .teaser:hover p, section.stories .storiesGrid .teaser:hover h3 {
    opacity: 0.4;
    -webkit-transition: opacity 0.24s ease;
    -moz-transition: opacity 0.24s ease;
    -ms-transition: opacity 0.24s ease;
    -o-transition: opacity 0.24s ease;
    transition: opacity 0.24s ease;
}

section.stories .storiesGrid .teaser .patch {
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #fa8c73;
    color: white;
    z-index: 1;
}

section.stories .storiesGrid .teaser img {
    width: 100%;
    height: auto;
    margin: 8px 0 -20px 0;
}

section.stories .storiesGrid .teaser p {
    margin: 30px 0 10px 0;
}

section.stories .storiesGrid .teaser p.tagline {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.02em;
    width: 66.666666666667%;
    float: left;
}

section.stories .storiesGrid .teaser p.date {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: right;
    width: 33.333333333333%;
    float: right;
}

section.stories .storiesGrid .teaser a.headline {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

section.stories .storiesGrid .teaser a.headline:link, section.stories .storiesGrid .teaser a.headline:hover, section.stories .storiesGrid .teaser a.headline:visited {
    color: #000000;
    text-decoration: none;
}

section.events .eventsTeaser {
    width: 83.333333333333%;
    margin: 0 auto 125px auto;
}

section.events .eventsTeaser > h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    margin-bottom: 35px;
    margin-left: 10px;
}

section.events .eventsTeaser .teaser {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

section.events .eventsTeaser .teaser:hover {
    cursor: pointer;
}

section.events .eventsTeaser .teaser:hover:before, section.events .eventsTeaser .teaser:hover:after {
    background-color: #fa8c73 !important;
    -webkit-transition: background-color 0.24s ease;
    -moz-transition: background-color 0.24s ease;
    -ms-transition: background-color 0.24s ease;
    -o-transition: background-color 0.24s ease;
    transition: background-color 0.24s ease;
}

section.events .eventsTeaser .teaser:hover p, section.events .eventsTeaser .teaser:hover h3 {
    opacity: 0.4;
    -webkit-transition: opacity 0.24s ease;
    -moz-transition: opacity 0.24s ease;
    -ms-transition: opacity 0.24s ease;
    -o-transition: opacity 0.24s ease;
    transition: opacity 0.24s ease;
}

section.events .eventsTeaser .teaser .patch {
    position: absolute;
    left: 10px;
    top: 0;
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #fa8c73;
    color: white;
}

section.events .eventsTeaser .teaser img {
    width: 100%;
    height: auto;
    margin: 0;
}

section.events .eventsTeaser .teaser p {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

section.events .eventsTeaser .teaser a.headline {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

section.events .eventsTeaser .teaser a.headline:link, section.events .eventsTeaser .teaser a.headline:hover, section.events .eventsTeaser .teaser a.headline:visited {
    color: #000000;
    text-decoration: none;
}

section.events .eventsTeaser.upcomming .teaser {
    width: 50%;
    float: left;
}

section.events .eventsTeaser.upcomming .teaser p.tagline {
    width: 66.666666666667%;
    margin: 10px 0 15px 0;
}

section.events .eventsTeaser.upcomming .teaser p.date {
    margin-bottom: 15px;
}

section.events .eventsTeaser.upcomming .teaser a.headline h3 {
    margin-bottom: 35px;
}

section.events .eventsTeaser.upcomming .teaser:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background-color: #F4F4F4;
}

section.events .eventsTeaser.list ul {
    list-style: none;
}

section.events .eventsTeaser.list .teaser {
    width: 100%;
    margin-bottom: 40px;
}

section.events .eventsTeaser.list .teaser p.tagline {
    width: 80%;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.events .eventsTeaser.list .teaser p.date {
    position: absolute;
    left: 10px;
    bottom: 0;
}

section.events .eventsTeaser.list .teaser a.headline {
    width: 80%;
    margin-left: 20%;
    display: inline-block;
}

section.events .eventsTeaser.list .teaser:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #DCDCDC;
}

section.story .storyHeader {
    width: 800px;
}

section.story .storyHeader img, section.story .storyHeader div, section.story .storyHeader h1 {
    box-sizing: border-box;
    padding: 0 10px;
}

section.story .storyHeader img {
    width: 100%;
    margin: 17% auto 20px auto;
}

section.story .storyHeader div {
    min-height: 1px;
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

section.story .storyHeader div.taglineWrapper {
    width: 40%;
    float: left;
}

section.story .storyHeader div.dateWrapper {
    width: 20%;
    float: left;
    text-align: center;
}

section.story .storyHeader div.shareWrapper {
    width: 40%;
    float: left;
    text-align: right;
}

section.story .storyHeader div.shareWrapper p {
    display: inline-block;
}

section.story .storyHeader div.shareWrapper ul {
    list-style: none;
    display: inline-block;
}

section.story .storyHeader div.shareWrapper ul li {
    display: inline-block;
}

section.story .storyHeader div.shareWrapper ul li a {
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 0 -4px 17px;
    background-image: url('../img/icons/storyChannelIcons.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
}

section.story .storyHeader div.shareWrapper ul li.facebook a {
    background-position: 21% center;
}

section.story .storyHeader div.shareWrapper ul li.twitter a {
    background-position: 41% center;
}

section.story .storyHeader div.shareWrapper ul li.mail a {
    background-position: 0% center;
}

section.story .storyHeader a.back {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    margin: 30px 0 30px 10px;
    display: inline-block;
}

section.story .storyHeader a.back:link, section.story .storyHeader a.back:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #000000;
}

section.story .storyHeader a.back:hover {
    color: #fa8c73;
    text-decoration: none;
    border-bottom: solid 1px #fa8c73;
}

section.story .storyHeader h1 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    width: 80%;
    margin: 0 auto 75px auto;
}

section.story .storyHeader .eventInfo {
    width: 640px;
    margin: 0 auto 50px auto;
    line-height: 1;
}

section.story .storyHeader .eventInfo p {
    margin-bottom: 25px;
}

section.story .storyHeader .eventInfo span {
    width: 18.75%;
    display: inline-block;
}

section.story .storyContent {
    width: 640px;
    margin-bottom: 120px;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 57px;
    margin-bottom: 30px;
}

section.story .storyContent p {
    margin-bottom: 30px;
}

section.story .storyContent a:link, section.story .storyContent a:hover, section.story .storyContent a:visited {
    color: #000000;
}

section.story .storyContent img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
}

section.story .storyContent iframe {
    max-width: 100%;
    margin: 0 auto 30px auto;
}

section.impressions span.pageTagline {
    margin-bottom: 80px;
}

section.impressions .imageGrid {
    margin-bottom: 250px;
}

section.booking_addon {
    min-height: 100%;
}

section.booking_addon #Bs-BookingWidget {
    padding: 0 20px;
    margin-top: 70px;
    margin-bottom: 250px;
}

section.imprint .storyContent {
    margin: 7% auto;
}

section.press h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 50%;
}

section.press span.tagline {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    text-align: center;
    margin: 0 auto 90px auto;
    display: block;
    width: 40%;
}

section.press a.kitLink {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

section.press a.kitLink:link, section.press a.kitLink:hover, section.press a.kitLink:visited {
    color: #fa8c73;
    border-bottom: solid 1px #fa8c73;
}

section.press a.kitLink:hover {
    color: #000000;
    border-bottom: solid 1px #000000;
}

section.press .pageHeader {
    margin-bottom: 140px;
}

section.press .pageHeader h1.pageHeadline {
    margin-bottom: 40px;
}

section.press .pageHeader span.pageTagline {
    width: 50%;
    margin-bottom: 50px;
}

section.press .gridItem {
    width: 16.666666666667%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}

section.press .gridItem img {
    width: 100%;
    height: auto;
}

section.press .gridItem p {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.33;
    letter-spacing: 0.02em;
}

section.press article {
    margin-bottom: 100px;
}

section.press article.magazines .magazinesGrid {
    margin: 0 -1.6666666666667%;
}

section.press article.magazines .magazinesGrid .gridItem {
    width: 16.666666666667%;
    margin: 1.6666666666667%;
}

section.press article.magazines .magazinesGrid .gridItem:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 5px;
    background-color: #DCDCDC;
}

section.press article.magazines .magazinesGrid .gridItem:hover p {
    opacity: 0.4;
    -webkit-transition: opacity 0.24s ease;
    -moz-transition: opacity 0.24s ease;
    -ms-transition: opacity 0.24s ease;
    -o-transition: opacity 0.24s ease;
    transition: opacity 0.24s ease;
}

section.press article.magazines .magazinesGrid .gridItem:hover:after {
    background-color: #fa8c73;
    -webkit-transition: background-color 0.24s ease;
    -moz-transition: background-color 0.24s ease;
    -ms-transition: background-color 0.24s ease;
    -o-transition: background-color 0.24s ease;
    transition: background-color 0.24s ease;
}

section.press article.magazines .magazinesGrid .gridItem a {
    display: block;
}

section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights {
    position: relative;
    margin-bottom: 20px;
}

section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights img {
    position: absolute;
    bottom: 0;
}

section.press article.magazines .magazinesGrid .gridItem img {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

section.press article.pressKit .gridItem:hover img, section.press article.additionals .gridItem:hover img {
    opacity: 0.4;
    -webkit-transition: opacity 0.24s ease;
    -moz-transition: opacity 0.24s ease;
    -ms-transition: opacity 0.24s ease;
    -o-transition: opacity 0.24s ease;
    transition: opacity 0.24s ease;
}

section.press article.pressKit .gridItem:hover:after, section.press article.additionals .gridItem:hover:after {
    background-position: right center;
}

section.press article.pressKit .gridItem:after, section.press article.additionals .gridItem:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 5px;
    background-image: url('../img/icons/download.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

header.minified .logo {
    top: 23px;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

header.minified .logo:before {
    padding-top: 84%;
}

header.minified .menuTrigger {
    top: 35px;
}

header.minified .topBar {
    height: 105px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #f0f0f0;
    -webkit-transition: background-color 0.67s 0.3s ease-in-out, border 0.67s 0.3s ease-in-out;
    -moz-transition: background-color 0.67s 0.3s ease-in-out, border 0.67s 0.3s ease-in-out;
    -ms-transition: background-color 0.67s 0.3s ease-in-out, border 0.67s 0.3s ease-in-out;
    -o-transition: background-color 0.67s 0.3s ease-in-out, border 0.67s 0.3s ease-in-out;
    transition: background-color 0.67s 0.3s ease-in-out, border 0.67s 0.3s ease-in-out;
}

header.activeBookingBar .logo {
    background-position: right top;
}

header.activeBookingBar .menuTrigger .line {
    background-color: #ffffff;
}

header.activeBookingBar .topBar {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(240, 240, 240, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

header .logo, header .menuTrigger, header .topBar {
    position: fixed;
    z-index: 30;
}

header .logo {
    top: 60px;
    left: 60px;
    margin-left: 10px;
    width: 120px;
    display: block;
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 200% auto;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: top 0.67s ease-in-out, -webkit-transform 0.67s ease-in-out;
    -moz-transition: top 0.67s ease-in-out, -moz-transform 0.67s ease-in-out;
    -ms-transition: top 0.67s ease-in-out, -ms-transform 0.67s ease-in-out;
    -o-transition: top 0.67s ease-in-out, -o-transform 0.67s ease-in-out;
    transition: top 0.67s ease-in-out, transform 0.67s ease-in-out;
}

header .logo:before {
    content: '';
    display: block;
    padding-top: 114%;
    -webkit-transition: padding 0s 0.67s linear;
    -moz-transition: padding 0s 0.67s linear;
    -ms-transition: padding 0s 0.67s linear;
    -o-transition: padding 0s 0.67s linear;
    transition: padding 0s 0.67s linear;
}

header .menuTrigger {
    top: 90px;
    right: 60px;
    margin-right: 10px;
    width: 40px;
    height: auto;
    cursor: pointer;
    -webkit-transition: top 0.67s ease-in-out;
    -moz-transition: top 0.67s ease-in-out;
    -ms-transition: top 0.67s ease-in-out;
    -o-transition: top 0.67s ease-in-out;
    transition: top 0.67s ease-in-out;
}

header .menuTrigger:before {
    content: '';
    display: block;
    padding-top: 82%;
}

header .menuTrigger .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fa8c73;
    -webkit-transition: -webkit-transform 270ms ease, top 270ms 420ms ease;
    -moz-transition: -moz-transform 270ms ease, top 270ms 420ms ease;
    -ms-transition: -ms-transform 270ms ease, top 270ms 420ms ease;
    -o-transition: -o-transform 270ms ease, top 270ms 420ms ease;
    transition: transform 270ms ease, top 270ms 420ms ease;
}

header .menuTrigger .line.first {
    top: 0;
}

header .menuTrigger .line.second {
    top: 50%;
    margin-top: -1px;
}

header .menuTrigger .line.third {
    top: 100%;
    margin-top: -2px;
}

header .menuTrigger.active .line {
    width: 120%;
    margin-left: -10%;
    -webkit-transition: -webkit-transform 270ms 420ms ease, top 270ms ease;
    -moz-transition: -moz-transform 270ms 420ms ease, top 270ms ease;
    -ms-transition: -ms-transform 270ms 420ms ease, top 270ms ease;
    -o-transition: -o-transform 270ms 420ms ease, top 270ms ease;
    transition: transform 270ms 420ms ease, top 270ms ease;
}

header .menuTrigger.active .line.first {
    top: 50%;
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .menuTrigger.active .line.second {
    top: 50%;
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .menuTrigger.active .line.third {
    top: 50%;
    margin-top: -1px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 20;
    text-align: center;
    opacity: 0;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

header nav.menu.active {
    height: 100%;
    overflow: auto;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 427ms ease, opacity 427ms ease;
    -moz-transition: -moz-transform 427ms ease, opacity 427ms ease;
    -ms-transition: -ms-transform 427ms ease, opacity 427ms ease;
    -o-transition: -o-transform 427ms ease, opacity 427ms ease;
    transition: transform 427ms ease, opacity 427ms ease;
}

header nav.menu.active ul.sub, header nav.menu.active .language_switcher, header nav.menu.active p.contact {
    opacity: 1;
    -webkit-transition: opacity 470ms 540ms ease;
    -moz-transition: opacity 470ms 540ms ease;
    -ms-transition: opacity 470ms 540ms ease;
    -o-transition: opacity 470ms 540ms ease;
    transition: opacity 470ms 540ms ease;
}

header nav.menu ul.sub, header nav.menu .language_switcher, header nav.menu p.contact {
    opacity: 0;
}

header nav.menu a:link, header nav.menu a:hover, header nav.menu a:visited {
    text-decoration: none;
}

header nav.menu ul {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

header nav.menu ul li {
    box-sizing: border-box;
}

header nav.menu ul li a {
    border-bottom: solid #000000;
}

header nav.menu ul li a:link, header nav.menu ul li a:visited {
    color: #000000;
}

header nav.menu ul li a:hover {
    color: #fa8c73;
    border-color: #fa8c73;
}

header nav.menu ul.main {
    margin: 7% 0 0 0;
}

header nav.menu ul.main li {
    padding: 1.7% 0;
}

header nav.menu ul.main li a {
    border-width: 0 0 2px 0;
}

header nav.menu ul.sub {
    margin: 7% 0 0 0;
}

header nav.menu ul.sub li {
    padding: 0 20px;
    display: inline-block;
}

header nav.menu ul.sub li a {
    border-width: 0 0 1px 0;
}

header nav.menu .language_switcher {
    margin: 4% 0 0 0;
}

header nav.menu p.contact {
    margin: 4% 0 7% 0;
    line-height: 1.4;
}

header .topBar {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 0px rgba(0, 0, 0, 0);
}

h1.pageHeadline {
    font-family: freightDisplBold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    max-width: 75%;
    margin: 17% auto 35px auto;
}

span.pageTagline {
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.12;
    letter-spacing: 0.05em;
    text-align: center;
    max-width: 75%;
    margin: 0 auto 110px auto;
    display: block;
}

p.contact {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.17em;
}

p.contact a:link, p.contact a:hover, p.contact a:visited {
    color: #fa8c73;
    text-decoration: none;
}

.imageGrid .image--portrait, .imageGrid .image--landscape--panorama, .imageGrid .image--landscape--small, .imageGrid .image--landscape--big {
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-origin: content-box;
    background-clip: content-box;
}

.imageGrid .image--portrait:before, .imageGrid .image--landscape--panorama:before, .imageGrid .image--landscape--small:before, .imageGrid .image--landscape--big:before {
    content: '';
    display: block;
    margin: -10px;
}

.imageGrid .image--portrait {
    width: 50%;
}

.imageGrid .image--portrait:before {
    padding-top: 148%;
}

.imageGrid .image--landscape--panorama {
    width: 100%;
}

.imageGrid .image--landscape--panorama:before {
    padding-top: 37%;
}

.imageGrid .image--landscape--small {
    width: 50%;
}

.imageGrid .image--landscape--small:before {
    padding-top: 74%;
}

.imageGrid .image--landscape--big {
    width: 100%;
}

.imageGrid .image--landscape--big:before {
    padding-top: 74%;
}

.imageGrid .columnSeparator {
    width: 50%;
    float: left;
}

.imageGrid .columnSeparator .image--portrait, .imageGrid .columnSeparator .image--landscape--panorama, .imageGrid .columnSeparator .image--landscape--small, .imageGrid .columnSeparator .image--landscape--big {
    width: 100%;
}

.imageGrid .video {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.imageGrid .video .videoContainer {
    width: 100%;
}

.imageGrid .video .videoContainer img {
    width: 100%;
    height: auto;
}

.infoTeaser {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

.infoTeaser.innerWrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.infoTeaser h1, .infoTeaser h3 {
    font-family: freightDisplBold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

.infoTeaser .infoTeaserHeadline {
    max-width: 300px;
    margin: 0 auto 90px auto;
}

.infoTeaser span {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25;
    letter-spacing: 0.17em;
    display: block;
}

.infoTeaser a.teaserLink {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.infoTeaser a.teaserLink:link, .infoTeaser a.teaserLink:hover, .infoTeaser a.teaserLink:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: solid 1px #000000;
}

.infoTeaser .infoTeaserCell {
    width: 50%;
    box-sizing: border-box;
    padding: 70px;
    border: solid #fa8c73;
    border-width: 1px 0 1px 0;
    background-color: #ffffff;
    float: left;
}

.infoTeaser .infoTeaserCell.first {
    border-width: 1px 1px 1px 0;
}

.infoTeaser .infoTeaserCell:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #fa8c73;
    -webkit-transition: background 270ms ease-in-out;
    -moz-transition: background 270ms ease-in-out;
    -ms-transition: background 270ms ease-in-out;
    -o-transition: background 270ms ease-in-out;
    transition: background 270ms ease-in-out;
}

.infoTeaser .infoTeaserCell:hover a.teaserLink:link, .infoTeaser .infoTeaserCell:hover a.teaserLink:hover, .infoTeaser .infoTeaserCell:hover a.teaserLink:visited {
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
}

.infoTeaser .infoTeaserCell h3 {
    margin: 0 0 20px 0;
}

.infoTeaser .infoTeaserCell span {
    margin: 0 0 60px 0;
}

.infoTeaser .infoTeaserImagesCell {
    margin-top: -18px;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.infoTeaser .infoTeaserImagesCell .innerCell {
    width: 66.666666666667%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px;
    background-color: rgba(255, 255, 255, 0.93);
}

.infoTeaser .infoTeaserImagesCell .innerCell h3 {
    margin: 0 0 40px 0;
}

.infoTeaser .infoTeaserImagesCell .innerCell span {
    margin: 0 0 40px 0;
}

.language_switcher {
    font-family: vitoCondensedRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
}

.language_switcher a, .language_switcher span {
    color: #fa8c73;
    border-bottom: solid 1px;
    opacity: 0.4;
}

.language_switcher a:link, .language_switcher a:hover, .language_switcher a:visited {
    color: #fa8c73;
    text-decoration: none;
}

.language_switcher a.inactive {
    opacity: 1;
}

.language_switcher a.inactive:hover {
    opacity: 0.4;
}

.language_switcher .slash {
    visibility: hidden;
    margin: 0 7.5px;
}

.stripeSlider {
    position: relative;
    height: 305px;
}

.stripeSlider .slick-list {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 670ms ease-in-out;
    -moz-transition: opacity 670ms ease-in-out;
    -ms-transition: opacity 670ms ease-in-out;
    -o-transition: opacity 670ms ease-in-out;
    transition: opacity 670ms ease-in-out;
}

.stripeSlider .slick-list .slick-track {
    height: 100%;
}

.stripeSlider .slick-list .slick-slide {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    padding: 0 5px;
    cursor: pointer;
}

.stripeSlider.slider_invisible {
    background-image: url('../img/slider/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
}

.stripeSlider.slider_invisible .slick-list {
    opacity: 0;
}

.stripeSlider .slick-arrow {
    top: 100%;
    right: 50%;
    width: 15px;
    height: 30px;
}

.stripeSlider .slick-arrow.slick-next {
    margin-top: 20px;
    margin-right: -480px;
}

.stripeSlider .slick-arrow.slick-prev {
    margin-top: 55px;
    margin-right: -465px;
}

.overlaySlider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    z-index: -1;
}

.overlaySlider.active {
    opacity: 1;
    z-index: 30;
    -webkit-transition: opacity 470ms ease;
    -moz-transition: opacity 470ms ease;
    -ms-transition: opacity 470ms ease;
    -o-transition: opacity 470ms ease;
    transition: opacity 470ms ease;
}

.overlaySlider .close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background-image: url('../img/icons/close.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.overlaySlider img {
    visibility: hidden;
    opacity: 0;
}

.overlaySlider .ajax {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: -1;
    background-size: contain;
}

.overlaySlider .slidesWrapper {
    width: 100%;
    height: 100%;
}

.overlaySlider .slidesWrapper .slick-list {
    width: 100%;
    height: 100%;
}

.overlaySlider .slidesWrapper .slick-list .slick-track {
    height: 100%;
}

.overlaySlider .slidesWrapper .slick-list .slick-track .slick-slide {
    position: relative;
    box-sizing: border-box;
    padding: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-origin: content-box;
    background-clip: content-box;
}

.overlaySlider .slidesWrapper .slick-arrow {
    top: 50%;
    margin-top: -15px;
    width: 15px;
    height: 30px;
    z-index: 1;
}

.overlaySlider .slidesWrapper .slick-arrow.slick-next {
    right: 65px;
}

.overlaySlider .slidesWrapper .slick-arrow.slick-prev {
    left: 65px;
}

.slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    outline: none;
    background: transparent;
    background-image: url('../img/icons/leftRight.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.slick-arrow.slick-next {
    background-position: right center;
}

.slick-arrow.slick-prev {
    background-position: left center;
}

.map {
    padding: 0 20px;
    margin-bottom: 140px;
}

.map #contact_map {
    width: 100%;
    height: 540px;
}

footer {
    background-color: #fa8c73;
    padding: 120px 0;
}

footer .innerWrapper {
    position: relative;
}

footer .footerCell {
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}

footer .footerCell.first {
    width: 25%;
    text-align: center;
}

footer .footerCell.first .logo {
    width: 190px;
    margin: -71px 0 0 0;
    display: inline-block;
    background-image: url('../img/footerLogo.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

footer .footerCell.first .logo:before {
    content: '';
    display: block;
    padding-top: 74%;
}

footer .footerCell.first .language_switcher {
    margin: 124px 0 0 0;
}

footer .footerCell.first .language_switcher a, footer .footerCell.first .language_switcher span {
    color: #ffffff;
}

footer .footerCell.first .language_switcher a:link, footer .footerCell.first .language_switcher a:hover, footer .footerCell.first .language_switcher a:visited {
    color: #ffffff;
}

footer .footerCell.second {
    width: 8.3333333333333%;
    height: 1px;
}

footer .footerCell.third {
    width: 29.166666666667%;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

footer .footerCell.third a:link, footer .footerCell.third a:hover, footer .footerCell.third a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer .footerCell.third form {
    position: relative;
    margin: 28px 0 0 0;
}

footer .footerCell.third form input {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ffffff;
}

footer .footerCell.third form input[type="text"] {
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ffffff;
}

footer .footerCell.third form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.third form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.third form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.third form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.third form input[type="submit"] {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fa8c73;
    background-image: url('../img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

footer .footerCell.fourth {
    width: 37.5%;
    text-align: right;
    line-height: 1;
}

footer .footerCell.fourth a.socialMedia {
    width: 22px;
    height: auto;
    margin: 5px 0 0 15px;
    display: inline-block;
    background-image: url('../img/icons/channelIcons.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
}

footer .footerCell.fourth a.socialMedia:before {
    content: '';
    display: block;
    padding-top: 100%;
}

footer .footerCell.fourth a.socialMedia.facebook {
    background-position: 21% 0%;
}

footer .footerCell.fourth a.socialMedia.twitter {
    background-position: 41% 0%;
}

footer .footerCell.fourth a.socialMedia.instagram {
    background-position: 61% 0%;
}

footer .footerCell.fourth .partnerLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

footer .footerCell.fourth .partnerLinks a {
    display: inline-block;
    margin: 8px 6px;
}

footer .footerCell.fourth .partnerLinks a img {
    height: 40px;
    width: auto;
}

footer .footerCell.fourth .partnerLinks a.full_width {
    width: 100%;
}

footer .footerCell.fourth .partnerLinks a.full_width img {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.bookingPatch {
    position: fixed;
    top: 40%;
    left: 0;
    box-sizing: border-box;
    padding: 12px 20px 20px 20px;
    background-color: #fa8c73;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotate(-90deg) translateY(-130%) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateY(-130%) translateX(-100%);
    -o-transform: rotate(-90deg) translateY(-130%) translateX(-100%);
    -ms-transform: rotate(-90deg) translateY(-130%) translateX(-100%);
    transform: rotate(-90deg) translateY(-130%) translateX(-100%);
    -webkit-transition: -webkit-transform 0.47s ease;
    -moz-transition: -moz-transform 0.47s ease;
    -ms-transition: -ms-transform 0.47s ease;
    -o-transition: -o-transform 0.47s ease;
    transition: transform 0.47s ease;
    z-index: 30;
}

.bookingPatch.active {
    -moz-transform: rotate(-90deg) translateY(0) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateY(0) translateX(-100%);
    -o-transform: rotate(-90deg) translateY(0) translateX(-100%);
    -ms-transform: rotate(-90deg) translateY(0) translateX(-100%);
    transform: rotate(-90deg) translateY(0) translateX(-100%);
}

.bookingPatch a {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 2px #ffffff;
    padding: 0 0 3px 0;
}

#bookingBar {
    text-align: center;
    color: #ffffff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fa8c73;
}

#bookingBar h3 {
    font-family: freightDisplProSemibold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0em;
    width: 40%;
    margin: 20% auto 100px auto;
    display: none;
}

#bookingBar form, #bookingBar input {
    font-family: vitoCondensedMedium;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.17em;
}

#bookingBar input {
    text-align: center;
    color: #fa8c73;
    width: 100%;
}

#bookingBar input[type="submit"] {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 2px #ffffff;
    background-color: transparent;
    width: auto;
    padding: 0 0 3px 0;
}

#bookingBar form div.input {
    width: 33.333333333333%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fa8c73;
}

#bookingBar form div.input input {
    margin: 10px 0 0 0;
}

#bookingBar form div.input .inner {
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.12);
}

#bookingBar form div.input.persons {
    position: relative;
}

#bookingBar form div.input.persons .inner {
    width: 80%;
    float: left;
}

#bookingBar form div.input.persons .changeAmount {
    position: absolute;
    right: 10px;
    width: 20%;
    height: 50%;
    float: right;
    background-color: #ffffff;
    background-image: url('../img/icons/plusMinus.svg');
    background-repeat: no-repeat;
    background-size: auto 200%;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.12);
    border-left: solid 1px #fa8c73;
    cursor: pointer;
}

#bookingBar form div.input.persons .changeAmount.plus {
    top: 0;
    background-position: center top;
}

#bookingBar form div.input.persons .changeAmount.minus {
    bottom: 0;
    border-top: solid 1px #fa8c73;
    background-position: center bottom;
}

#bookingBar a {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.02em;
    display: none;
}

#bookingBar a:link, #bookingBar a:hover, #bookingBar a:visited {
    color: #ffffff;
    text-decoration: none;
}

#bookingBar a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

#bookingBar a.phone:before {
    background-image: url('../img/icons/phone.svg');
}

#bookingBar a.mail:before {
    background-image: url('../img/icons/mail.svg');
}

#bookingBar a.directions:before {
    background-image: url('../img/icons/directions.svg');
}

#bookingBar.minified {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    opacity: 1;
}

#bookingBar.minified.fixed {
    position: fixed;
}

#bookingBar.minified .input {
    width: 25%;
}

#bookingBar.minified .input.persons {
    width: 20%;
}

#bookingBar.minified input[type="submit"] {
    margin: 17px 10px 0 0;
    float: right;
}

#bookingBar.full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 20;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

#bookingBar.full .innerWrapper {
    margin-bottom: 7%;
}

#bookingBar.full h3 {
    display: block;
}

#bookingBar.full form {
    width: 70%;
    margin: 0 auto;
}

#bookingBar.full input[type="submit"] {
    margin: 100px auto;
}

#bookingBar.full a {
    display: block;
    margin-bottom: 24px;
}

#bookingBar.full a:before {
    width: 32px;
    height: 32px;
    margin: 0 20px -8px 0;
}

#bookingBar.full a.directions {
    display: none;
}

.xdsoft_datetimepicker {
    margin-left: -10px;
    margin-top: 10px;
    border-color: transparent #fa8c73 #fa8c73 #fa8c73;
    border-width: 0px;
    background: #fa8c73;
    padding-bottom: 0px;
    padding-right: 0px;
    font-family: vitoLight;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    margin-left: 0px;
    width: 215px;
}

.xdsoft_datetimepicker .xdsoft_label {
    background: #fa8c73;
    color: #ffffff;
    font-weight: normal;
}

.xdsoft_datetimepicker .xdsoft_label i {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_label .xdsoft_select {
    color: #000000;
    text-align: left;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    width: 0px;
    margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    background: #ffffff;
    padding: 10px 5px 15px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 11px;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    font-size: 10px;
}

.xdsoft_datetimepicker .xdsoft_calendar td div {
    padding-right: 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar td {
    border: none;
    background: none;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_calendar tbody tr td {
    border-bottom: 0.5px solid #F4F4F4;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #fa8c73;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background-color: #fa8c73;
    box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today.xdsoft_current {
    color: #ffffff;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #fa8c73 !important;
}

@media only screen and (max-width: 567px) {
    h1.pageHeadline {
        font-size: 37.6px;
    }

    section.frontpage.teaser .teaserText h1, section.rooms .roomDetails h3, section.packages h3, section.packageRequest h3, section.editorialPages h3, section.infosAndServices h3, section.ottmanngut h3, section.story .storyHeader h1, .infoTeaser .infoTeaserImagesCell h3, section.press h3, #bookingBar h3, .infoTeaser h1, .infoTeaser h3 {
        font-size: 28.8px;
    }

    span.pageTagline, section.rooms .roomDetails p.excerpt, section.packages .leftContainer p.excerpt, section.packageRequest h4, section.editorialPages .textColumn h2, section.infosAndServices .optionalServiceDetail h4, section.prices .tableHead .priceInfo h2, section.ottmanngut .dasHaus h2 {
        font-size: 21.6px;
    }

    .timeline span, section.ottmanngut .member h3, section.packages span.priceTag, section.events .eventsTeaser > h3section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        font-size: 23.2px;
    }

    section.events .eventsTeaser > h3 {
        font-size: 20.8px;
    }

    nav.menu ul.main, #bookingBar form input, #bookingBar.full a {
        font-size: 19.2px;
    }

    section.rooms .roomDetails a.request, section.packages .rightContainer a.request, section.packageRequest input[type="submit"], section.press a.kitLink {
        font-size: 17.6px;
    }

    .bookingPatch a {
        font-size: 16px;
    }

    section.frontpage.teaser .teaserText p, section.rooms .roomDetails p.description, section.rooms .roomDetails .price p, section.packages .package .details .rightContainer p, section.packageRequest h5, section.editorialPages p, section.infosAndServices .serviceIcons, section.infosAndServices .optionalServiceDetail p, section.infosAndServices .faq h4, section.prices .tableBody .roomCategory .room a, section.prices .categoryPrices .price p:first-child, section.prices .tableFooter.big, section.ottmanngut .team .member h3, section.contact .contactIcons, section.stories .filter, section.story .storyContent {
        font-size: 14.4px;
    }

    nav.menu .language_switcher, section.frontpage.hero .language_switcher, section.frontpage.teaser .teaserText span, section.rooms .roomDetails span.tagline, section.packages span.tagline, section.packageRequest span.tagline, section.infosAndServices span.tagline, section.ottmanngut span.tagline, section.events .upcomming .teaser .headline h3, section.events .list .teaser .headline h3, section.events .list .teaser p.date, section.story .storyHeader .eventInfo p, section.press span.tagline, .infoTeaser span.tagline, footer, footer form input {
        font-size: 12.8px;
    }

    nav.menu ul.sub, section.frontpage.teaser .teaserText a.teaserLink, section.infosAndServices a.pdfLink, section.infosAndServices .optionalServiceList, section.infosAndServices .faq p, section.infosAndServices .faq ul, section.prices .tableHead .priceInfo a, section.prices .tableFooter.small, section.ottmanngut .dasHaus p, section.ottmanngut .member p, section.packages .leftContainer span.duration, section.packages .leftContainer a, section.packageRequest a.closeRequest, section.packageRequest .input, section.packageRequest .input input, section.stories .teaser .headline h3, section.stories .teaser .date, section.story .storyHeader a.back, section.stories .teaser .tagline, section.events .upcomming .teaser p, section.events .list .teaser p.tagline, section.story .storyHeader p, section.press .gridItem p, .infoTeaser a.teaserLink {
        font-size: 12px;
    }

    p.contact, section.rooms .roomDetails .price a, section.rooms .roomDetails .roomMeta .roomIcons, section.prices .tableHead .seasonsInfo, section.prices .categoryPrices .price p, section.ottmanngut .team .member p, .timeline p {
        font-size: 11.2px;
    }

    section.prices .tableBody .roomCategory .room ul, section.infosAndServices .serviceIcons span, section.prices .tableHead .priceInfo p {
        font-size: 10.4px;
    }

    section.prices .categoryNights, section.packageRequest span, section.packageRequest .accept label, #bookingBar form .input {
        font-size: 11.2px;
    }

    .patch {
        font-size: 11.2px;
    }

    .innerWrapper {
        width: 100%;
        padding: 0 8px;
    }

    section.frontpage.hero .heroImage {
        padding: 16px;
        width: 100%;
    }

    section.frontpage.hero .scrollDown, section.frontpage.hero p.contact {
        display: none;
    }

    section.frontpage.hero .language_switcher {
        text-align: center;
        left: 0;
        right: 0;
        bottom: 120px;
        margin: auto;
    }

    section.frontpage.teaser .teaserImage, section.frontpage.teaser .teaserText, section.frontpage.teaser .videoContainer {
        padding: 8px;
    }

    section.frontpage.teaser .teaserText h1 {
        margin: 0 0 20px 0;
    }

    section.frontpage.teaser .teaserText span {
        margin: 0 0 20px 0;
    }

    section.frontpage.teaser .teaserText p {
        margin: 0 0 20px 0;
    }

    section.frontpage.teaser .dasOttmanngut {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .dasOttmanngut .teaserImage {
        width: 83.333333333333%;
        margin: 64px auto 20px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText {
        width: 100%;
        margin: auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText .map {
        display: none;
    }

    section.frontpage.teaser .dieZimmer {
        margin-top: 128px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .dieZimmer .teaserText {
        width: 100%;
        margin: auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dieZimmer .teaserText a.teaserLink {
        margin: 8px 24px;
        display: inline-block;
    }

    section.frontpage.teaser .dieZimmer .teaserImage {
        width: 100%;
        margin: 0 auto 20px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .video {
        margin-top: 96px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .video .teaserText {
        width: 100%;
    }

    section.frontpage.teaser .video .videoContainer {
        width: 100%;
    }

    section.frontpage.teaser .fruehstueck {
        margin-top: 96px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .fruehstueck .teaserImage {
        width: 83.333333333333%;
        margin: 0 auto 20px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .fruehstueck .teaserText {
        width: 100%;
        margin: auto;
        float: none;
        display: block;
    }

    section.rooms .roomSlider {
        width: 100%;
        padding: 0 8px;
    }

    section.rooms .roomSlider .slick-arrow {
        top: 100%;
        margin-top: -36px;
        height: 24px;
        width: 12px;
    }

    section.rooms .roomSlider .slick-arrow.slick-prev {
        left: 8px;
    }

    section.rooms .roomSlider .slick-arrow.slick-next {
        right: 8px;
    }

    section.rooms .roomSlider .slick-dots {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
        margin-bottom: 80px;
    }

    section.rooms .roomSlider .slick-dots li {
        width: 100%;
        padding: 16px 0;
        display: none;
    }

    section.rooms .roomSlider .slick-dots li.slick-active {
        display: block;
    }

    section.rooms .roomSlider .slick-dots li.slick-active a {
        color: #000000;
        border-color: #000000;
    }

    section.rooms .roomDetails h3 {
        margin: 0 0 32px 0;
    }

    section.rooms .roomDetails span {
        margin: 0 0 32px 0;
    }

    section.rooms .roomDetails .roomDetailsSlider {
        margin-bottom: 104px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow {
        bottom: -56px;
        right: 8px;
        width: 12px;
        height: 24px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-next {
        margin-bottom: 8.8px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-prev {
        margin-bottom: -16px;
        margin-right: 9.6px;
    }

    section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer {
        width: 100%;
    }

    section.rooms .roomDetails .leftContainer {
        margin-bottom: 32px;
    }

    section.rooms .roomDetails .roomDetailsSlider, section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer, section.rooms .roomDetails .roomMeta .roomIcons {
        padding: 0 8px;
    }

    section.rooms .roomDetails p.excerpt {
        margin-bottom: 32px;
    }

    section.rooms .roomDetails p.description {
        margin-bottom: 32px;
    }

    section.rooms .roomDetails .roomMeta {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    section.rooms .roomDetails .roomMeta .roomIcons {
        width: 50%;
        margin-bottom: 24px;
        background-size: 35% auto;
    }

    section.rooms .roomDetails .roomMeta .roomIcons:before {
        padding-top: 42%;
    }

    section.packages .pageHeader {
        margin-bottom: 96px;
    }

    section.packages h3 {
        margin-bottom: 24px;
    }

    section.packages span.tagline {
        margin: 0 auto 56px auto;
    }

    section.packages .details {
        margin-bottom: 136px;
    }

    section.packages .details img, section.packages .details .leftContainer, section.packages .details .rightContainer {
        padding: 0 8px;
    }

    section.packages .details img {
        margin-bottom: 40px;
    }

    section.packages .details span.priceTag {
        margin-top: -16px;
        margin-right: -8px;
        padding: 8px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    section.packages .details .leftContainer {
        width: 100%;
        margin-bottom: 40px;
    }

    section.packages .details .leftContainer p.excerpt {
        margin-bottom: 12px;
    }

    section.packages .details .leftContainer span.duration {
        width: 70%;
        margin-bottom: 12px;
    }

    section.packages .details .rightContainer {
        width: 100%;
    }

    section.packages .details .rightContainer p {
        margin-bottom: 40px;
    }

    section.packageRequest {
        margin-bottom: 100px;
    }

    section.packageRequest .backLink {
        margin-top: 112px;
        margin-bottom: 32px;
    }

    section.packageRequest .backLink a.closeRequest:link, section.packageRequest .backLink a.closeRequest:hover, section.packageRequest .backLink a.closeRequest:visited {
        padding: 0 0 0.8px 0;
    }

    section.packageRequest h3 {
        margin-bottom: 24px;
    }

    section.packageRequest span.tagline {
        margin: 0 auto 56px auto;
    }

    section.packageRequest h4 {
        margin: 0 0 32px 8px;
    }

    section.packageRequest h5 {
        margin: 12px 0 16px 8px;
    }

    section.packageRequest form input, section.packageRequest form textarea, section.packageRequest form select {
        width: 100%;
        padding: 8px;
    }

    section.packageRequest form .selectWrapper {
        width: 70%;
    }

    section.packageRequest form .selectWrapper select {
        width: 117%;
        background-size: auto 60%;
        background-position: right 22% center;
    }

    section.packageRequest form input[type="submit"] {
        padding: 0 0 2.4px 0;
        margin-right: 8px;
    }

    section.packageRequest form fieldset {
        padding: 0;
        margin-bottom: 32px;
        width: 100%;
    }

    section.packageRequest form fieldset.journey {
        width: 100%;
    }

    section.packageRequest form fieldset.journey div.input {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input.date input[type="text"] {
        background-size: auto 60%;
        background-position: right 6% center;
    }

    section.packageRequest form fieldset.person {
        width: 100%;
    }

    section.packageRequest form fieldset div.input {
        padding: 0 8px;
        margin-bottom: 8px;
    }

    section.packageRequest form fieldset div.input.zip {
        width: 30%;
    }

    section.packageRequest form fieldset div.input.city {
        width: 70%;
    }

    section.packageRequest form fieldset div.input input, section.packageRequest form fieldset div.input select {
        margin: 4px 0;
    }

    section.editorialPages h3 {
        margin-bottom: 28px;
    }

    section.editorialPages .textColumn, section.editorialPages .imageColumn {
        padding: 0 8px;
    }

    section.editorialPages .pageHeader {
        margin-bottom: 96px;
    }

    section.editorialPages .pageHeader h1.pageHeadline {
        margin-bottom: 32px;
    }

    section.editorialPages .pageHeader > img {
        padding: 0 8px;
        width: 100%;
        margin: 0 auto 80px auto;
    }

    section.editorialPages .pageHeader .textColumn {
        width: 100%;
        margin-bottom: 40px;
    }

    section.editorialPages .pageHeader .textColumn h2 {
        margin-top: -8px;
        margin-bottom: 40px;
    }

    section.editorialPages .pageHeader .imageColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .pageHeader .imageColumn img {
        width: 100%;
        margin-bottom: 12px;
    }

    section.editorialPages .gardenContentBlock--1 {
        margin-bottom: 80px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn {
        width: 100%;
        margin-bottom: 40px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn img {
        height: auto;
        width: 140%;
        margin-right: -20%;
    }

    section.editorialPages .gardenContentBlock--1 .textColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--2 {
        margin-bottom: 80px;
    }

    section.editorialPages .gardenContentBlock--2 .imageGrid {
        width: 100%;
    }

    section.editorialPages .gardenContentBlock--2-b {
        margin-bottom: 136px;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn {
        width: 100%;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn p {
        margin-bottom: 32px;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn img {
        margin-bottom: 12px;
    }

    section.editorialPages .gardenContentBlock--3 {
        margin-bottom: 80px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn img {
        margin-bottom: 16px;
    }

    section.editorialPages .gardenContentBlock--3 .textColumn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    section.editorialPages .gardenContentBlock--3 > img {
        position: relative;
        left: 0;
        bottom: auto;
        margin: 0;
        box-sizing: border-box;
        padding: 0;
        height: auto;
        width: 140%;
        margin-left: -20%;
    }

    section.editorialPages .breakfastContentBlock--1 {
        margin-top: 96px;
        margin-bottom: 32px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn {
        width: 100%;
        margin-bottom: 40px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn img {
        height: auto;
        width: 140%;
        margin-right: -20%;
    }

    section.editorialPages .breakfastContentBlock--1 .textColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .breakfastContentBlock--2 {
        margin-bottom: 80px;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn {
        width: 100%;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn p {
        margin-bottom: 32px;
    }

    section.editorialPages .breakfastContentBlock--2 > :nth-child(2) img {
        margin-bottom: 44px !important;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn img {
        margin-bottom: 16px;
    }

    section.editorialPages .breakfastContentBlock--3 {
        margin-bottom: 80px;
    }

    section.editorialPages .breakfastContentBlock--3 .imageGrid {
        width: 100%;
    }

    section.infosAndServices h3 {
        margin-bottom: 24px;
    }

    section.infosAndServices span.tagline {
        margin: 0 auto 72px auto;
        width: 70%;
    }

    section.infosAndServices .pageHeader {
        margin-bottom: 80px;
    }

    section.infosAndServices .pageHeader h1.pageHeadline {
        margin-bottom: 32px;
    }

    section.infosAndServices .pageHeader span.pageTagline {
        margin-bottom: 40px;
    }

    section.infosAndServices .pageHeader a.pdfLink {
        margin-bottom: 64px;
    }

    section.infosAndServices .pageHeader .mainInformation {
        margin-bottom: 80px;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 48px;
        background-size: 32% auto;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons:before {
        padding-top: 43%;
    }

    section.infosAndServices .includedService {
        margin-bottom: 80px;
    }

    section.infosAndServices .includedService .iconsWrappper {
        width: 100%;
    }

    section.infosAndServices .includedService .iconsWrappper .serviceIcons {
        width: 100%;
        min-height: 56px;
        padding: 0 0 0 72px;
        margin-bottom: 48px;
        background-position: left 8px top -6.4px;
        background-size: 48px auto;
    }

    section.infosAndServices .optionalService {
        margin-bottom: 128px;
    }

    section.infosAndServices .optionalService .optionalServiceList {
        width: 83.333333333333%;
        margin-left: 8.3333333333333%;
    }

    section.infosAndServices .optionalService .optionalServiceList:hover li:first-child .optionalServiceDetail {
        display: none;
    }

    section.infosAndServices .optionalService .optionalServiceList li {
        width: 100% !important;
        padding: 12px 0;
    }

    section.infosAndServices .optionalService .optionalServiceList li:first-child > .optionalServiceDetail {
        display: block;
    }

    section.infosAndServices .optionalService .optionalServiceList li:hover > .optionalServiceDetail {
        display: block !important;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 32px auto 32px auto;
        padding: 48px 24px 0 24px;
        background-position: center top -4px;
        background-size: 44px auto;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail h4 {
        margin-bottom: 24px;
    }

    section.infosAndServices .priceInformation {
        margin-bottom: 144px;
    }

    section.infosAndServices .priceInformation span.tagline {
        margin-bottom: 32px;
    }

    section.infosAndServices .priceInformation .priceTag {
        width: 56px;
        height: 56px;
        margin: 0 auto 32px auto;
    }

    section.infosAndServices .faq {
        margin-top: 128px;
        margin-bottom: 40px;
    }

    section.infosAndServices .faq .answers {
        width: 100%;
    }

    section.infosAndServices .faq .answers .answer {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 48px;
    }

    section.infosAndServices .faq .answers .answer .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        background-size: 120% 120%;
    }

    section.infosAndServices .faq .answers .answer h4 {
        width: 70%;
        margin-bottom: 32px;
    }

    section.infosAndServices .faq .answers .answer p, section.infosAndServices .faq .answers .answer ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    section.prices .innerWrapper {
        width: 100%;
    }

    section.prices .tableHead .priceInfo, section.prices .tableHead .seasonsInfo {
        width: 100%;
    }

    section.prices .tableHead .priceInfo {
        padding: 0 8px;
    }

    section.prices .tableHead .priceInfo a {
        position: relative;
        bottom: auto;
        display: inline-block;
    }

    section.prices .tableHead .seasonsInfo {
        padding: 0 8px;
    }

    section.prices .tableHead .seasonsInfo .season {
        width: 50%;
        padding: 16px;
    }

    section.prices .tableHead .seasonsInfo .season p {
        margin-top: 8px;
    }

    section.prices .tableBody {
        padding: 0 8px;
        margin-bottom: 24px;
    }

    section.prices .tableBody .roomCategory {
        padding: 16px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo {
        width: 100%;
        padding: 16px 0;
        border: none;
    }

    section.prices .tableBody .roomCategory .roomInfo .room {
        padding: 16px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room:first-child {
        border-top: solid 1px rgba(0, 0, 0, 0.4);
    }

    section.prices .tableBody .roomCategory .roomInfo .room a {
        margin-bottom: 8px;
    }

    section.prices .tableBody .roomCategory .priceInfo {
        width: 100%;
        padding: 0 0 0 0;
        margin-top: -21.6px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches {
        margin-bottom: 40px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch span {
        padding: 3.2px 6.4px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights {
        width: 50%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p {
        margin-bottom: 9.6px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p:first-child {
        margin-bottom: 18.4px;
        margin-top: 6.4px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices {
        width: 50%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price {
        width: 100%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p {
        margin-bottom: 8px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p:first-child {
        margin-bottom: 12.8px;
    }

    section.prices .tableBody:after {
        height: 2px;
    }

    section.prices .tableFooter {
        padding: 0 8px;
    }

    section.prices .tableFooter.big {
        margin-bottom: 24px;
    }

    section.contact .pageHeader {
        margin-bottom: 32px;
    }

    section.contact .pageHeader .contactInformation {
        width: 58.333333333333%;
    }

    section.contact .pageHeader .contactInformation .contactIcons {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 48px;
        background-size: 27% auto;
    }

    section.contact .pageHeader .contactInformation .contactIcons:before {
        padding-top: 34%;
    }

    section.ottmanngut h3 {
        margin-bottom: 24px;
    }

    section.ottmanngut span.tagline {
        margin: 0 auto 72px auto;
        width: 80%;
    }

    section.ottmanngut .pageHeader {
        margin-bottom: 88px;
    }

    section.ottmanngut .pageHeader span.pageTagline {
        margin-bottom: 48px;
    }

    section.ottmanngut .pageHeader > img {
        padding: 0 8px;
        width: 100%;
    }

    section.ottmanngut .stripeSlider {
        margin-bottom: 136px;
    }

    section.ottmanngut .dasHaus h2 {
        width: 100%;
        margin: 0 auto 40px auto;
        box-sizing: border-box;
        padding: 0 8px;
    }

    section.ottmanngut .dasHaus p {
        -moz-column-count: 1;
        -moz-column-gap: none;
        -webkit-column-count: 1;
        -webkit-column-gap: none;
        column-count: 1;
        column-gap: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 8px;
    }

    section.ottmanngut .timeline {
        margin-top: 128px;
        margin-bottom: 128px;
    }

    section.ottmanngut .timeline.innerWrapper {
        width: 100%;
        padding: 0 16px 0 0;
    }

    section.ottmanngut .timeline .progressBar {
        left: 14.285714285714%;
    }

    section.ottmanngut .timeline .year {
        width: 100%;
        margin-bottom: 80px;
    }

    section.ottmanngut .timeline .year span {
        width: 28.571428571429%;
        margin-top: 80px;
        padding: 8px 0;
    }

    section.ottmanngut .timeline .year img {
        width: 71.428571428571%;
        box-sizing: border-box;
        padding: 0 0 0 16px;
    }

    section.ottmanngut .timeline .year p {
        width: 71.428571428571%;
        padding: 0 0 0 16px;
        margin-top: 16px;
        float: right;
    }

    section.ottmanngut .family > h3:before {
        width: 104px;
        height: 116px;
        margin: 0 auto -40px auto;
    }

    section.ottmanngut .family > .member {
        width: 83.333333333333%;
        margin: 0 auto 56px auto;
    }

    section.ottmanngut .family > .member img, section.ottmanngut .family > .member .textColumn {
        width: 100%;
        padding: 0 8px;
    }

    section.ottmanngut .family > .member img {
        margin-bottom: 24px;
    }

    section.ottmanngut .family > .member .textColumn {
        padding-left: 7%;
        padding-right: 7%;
    }

    section.ottmanngut .family > .member h3 {
        margin-bottom: 8px;
    }

    section.ottmanngut .family > .member p {
        margin-top: 16px;
    }

    section.ottmanngut .team {
        width: 83.333333333333%;
        margin: 128px auto 80px auto;
    }

    section.ottmanngut .team .member {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto 56px auto;
    }

    section.ottmanngut .team .member h3 {
        margin-bottom: 4px;
    }

    section.ottmanngut .team .member span.tagline {
        width: 100%;
        margin-bottom: 16px;
    }

    section.ottmanngut .team .member img {
        width: 100%;
        margin-bottom: 16px;
    }

    section.stories .pageHeader {
        margin-bottom: 57.6px;
    }

    section.stories .pageHeader span.pageTagline {
        margin-bottom: 56px;
    }

    section.stories .filter {
        text-align: center;
    }

    section.stories .filter.active .filterTrigger:after {
        background-position: center top;
    }

    section.stories .filter.active ul {
        opacity: 1;
        height: auto;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        text-align: center;
    }

    section.stories .filter.active ul li {
        margin: 0;
    }

    section.stories .filter .filterTrigger {
        position: relative;
        width: auto;
        display: inline-block;
        float: none;
        padding: 0 0 0 0;
        margin-bottom: 12px;
        color: #fa8c73;
        text-transform: uppercase;
        border-bottom: solid 1px #fa8c73;
    }

    section.stories .filter .filterTrigger:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 110%;
        display: block;
        width: 16px;
        height: 8px;
        box-sizing: border-box;
        padding: 1.6px 2.4px;
        background-image: url('../img/icons/upDown.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        background-origin: content-box;
        background-clip: content-box;
    }

    section.stories .filter ul {
        opacity: 0;
        height: 0;
        overflow: hidden;
        float: none;
        width: 100%;
        padding: 0 16px;
    }

    section.stories .filter ul li {
        display: block;
        padding: 16px 0;
    }

    section.stories .filter ul li a.current:before {
        width: 13.6px;
        background-position: left 47%;
        background-size: auto 50%;
    }

    section.stories .storiesGrid {
        margin-bottom: 50.4px;
    }

    section.stories .storiesGrid:before {
        display: none;
    }

    section.stories .storiesGrid:after {
        display: none;
    }

    section.stories .storiesGrid .gridSizer {
        width: 100%;
    }

    section.stories .storiesGrid .teaser {
        width: 100%;
        padding: 0 8px 40px 8px;
    }

    section.stories .storiesGrid .teaser:before {
        height: 2px;
    }

    section.stories .storiesGrid .teaser .patch {
        left: 8px;
        top: 1px;
        padding: 3.2px 6.4px;
    }

    section.stories .storiesGrid .teaser img {
        margin: 6.4px 0 -16px 0;
    }

    section.stories .storiesGrid .teaser p {
        margin: 24px 0 8px 0;
    }

    section.stories .storiesGrid .teaser p.tagline {
        width: 66.666666666667%;
    }

    section.stories .storiesGrid .teaser p.date {
        width: 33.333333333333%;
    }

    section.events .eventsTeaser {
        width: 100%;
        margin: 0 auto 100px auto;
    }

    section.events .eventsTeaser > h3 {
        margin-bottom: 28px;
        margin-left: 8px;
    }

    section.events .eventsTeaser .teaser {
        padding: 0 8px;
    }

    section.events .eventsTeaser .teaser .patch {
        left: 8px;
        padding: 3.2px 6.4px;
    }

    section.events .eventsTeaser.upcomming .teaser {
        width: 100%;
    }

    section.events .eventsTeaser.upcomming .teaser p.tagline {
        width: 100%;
        margin: 8px 0 12px 0;
    }

    section.events .eventsTeaser.upcomming .teaser p.date {
        margin-bottom: 12px;
    }

    section.events .eventsTeaser.upcomming .teaser a.headline h3 {
        margin-bottom: 28px;
    }

    section.events .eventsTeaser.upcomming .teaser:after {
        height: 2px;
    }

    section.events .eventsTeaser.list .teaser {
        margin-bottom: 32px;
    }

    section.events .eventsTeaser.list .teaser p.date {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 24px;
    }

    section.events .eventsTeaser.list .teaser p.tagline {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    section.events .eventsTeaser.list .teaser a.headline {
        width: 80%;
        margin-left: 0;
    }

    section.story .storyHeader {
        width: 100%;
        padding: 0;
    }

    section.story .storyHeader img {
        padding: 0;
    }

    section.story .storyHeader div, section.story .storyHeader h1 {
        padding: 0 16px;
    }

    section.story .storyHeader img {
        margin: 84px auto 16px auto;
    }

    section.story .storyHeader div.taglineWrapper {
        width: 50%;
    }

    section.story .storyHeader div.dateWrapper {
        width: 50%;
        text-align: left;
        clear: left;
    }

    section.story .storyHeader div.shareWrapper {
        width: 50%;
        float: right;
    }

    section.story .storyHeader div.shareWrapper p {
        display: none;
    }

    section.story .storyHeader div.shareWrapper ul li a {
        width: 16px;
        height: 16px;
        margin: 0 0 -3.2px 13.6px;
    }

    section.story .storyHeader a.back {
        margin: 24px 0 40px 16px;
    }

    section.story .storyHeader h1 {
        width: 100%;
        margin: 0 auto 60px auto;
    }

    section.story .storyHeader .eventInfo {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto 40px auto;
    }

    section.story .storyHeader .eventInfo p {
        margin-bottom: 20px;
    }

    section.story .storyHeader .eventInfo span {
        width: 37.5%;
    }

    section.story .storyContent {
        width: 100%;
        padding: 0 16px;
        margin-bottom: 96px;
    }

    section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        margin-top: 45.6px;
        margin-bottom: 24px;
    }

    section.story .storyContent p {
        margin-bottom: 24px;
    }

    section.story .storyContent img, section.story .storyContent iframe {
        margin: 0 auto 24px auto;
    }

    section.impressions span.pageTagline {
        margin-bottom: 64px;
    }

    section.impressions .imageGrid {
        margin-bottom: 200px;
    }

    section.booking_addon #Bs-BookingWidget {
        padding: 0 16px;
        margin-top: 56px;
        margin-bottom: 200px;
    }

    section.press h3 {
        margin: 0 auto 24px auto;
        width: 100%;
    }

    section.press span.tagline {
        margin: 0 auto 72px auto;
        width: 100%;
    }

    section.press .pageHeader {
        margin-bottom: 56px;
    }

    section.press .pageHeader h1.pageHeadline {
        margin-bottom: 32px;
    }

    section.press .pageHeader span.pageTagline {
        width: 100%;
        margin-bottom: 40px;
    }

    section.press .gridItem {
        width: 50%;
        padding: 8px;
    }

    section.press article {
        margin-bottom: 80px;
    }

    section.press article.magazines .magazinesGrid {
        margin: 0;
    }

    section.press article.magazines .magazinesGrid .gridItem {
        width: 50%;
        margin: 0;
    }

    section.press article.magazines .magazinesGrid .gridItem:after {
        margin-top: 4px;
    }

    section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights {
        margin-bottom: 16px;
    }

    section.press article.pressKit .gridItem:after, section.press article.additionals .gridItem:after {
        width: 16px;
        height: 16px;
        margin-top: 4px;
    }

    header.minified .logo {
        top: 18.4px;
    }

    header.minified .menuTrigger {
        top: 28px;
    }

    header.minified .topBar {
        height: 84px;
    }

    header .logo {
        top: 48px;
        left: 0%;
        margin-left: 16px;
        width: 96px;
    }

    header .menuTrigger {
        top: 72px;
        right: 0%;
        margin-right: 16px;
        width: 32px;
    }

    header nav.menu ul.main {
        margin: 112px 0 0 0;
    }

    header nav.menu ul.main li {
        padding: 20px 0;
    }

    header nav.menu ul.sub li {
        padding: 20px 0;
    }

    header nav.menu .language_switcher {
        margin: 36px 0 0 0;
    }

    header nav.menu p.contact {
        width: 70%;
        margin: 56px auto 112px auto;
    }

    h1.pageHeadline {
        max-width: 85%;
        margin: 136px auto 28px auto;
    }

    span.pageTagline {
        max-width: 90%;
        margin: 0 auto 64px auto;
    }

    .imageGrid .image--portrait, .imageGrid .image--landscape--panorama, .imageGrid .image--landscape--small, .imageGrid .image--landscape--big {
        padding: 8px;
    }

    .imageGrid .image--portrait:before, .imageGrid .image--landscape--panorama:before, .imageGrid .image--landscape--small:before, .imageGrid .image--landscape--big:before {
        margin: -8px;
    }

    .imageGrid .image--portrait {
        width: 50%;
    }

    .imageGrid .image--landscape--panorama {
        width: 100%;
    }

    .imageGrid .image--landscape--small {
        width: 50%;
    }

    .imageGrid .image--landscape--big {
        width: 100%;
    }

    .imageGrid .columnSeparator {
        width: 50%;
    }

    .imageGrid .columnSeparator .image--portrait, .imageGrid .columnSeparator .image--landscape--panorama, .imageGrid .columnSeparator .image--landscape--small, .imageGrid .columnSeparator .image--landscape--big {
        width: 100%;
    }

    .imageGrid .video {
        width: 100%;
        padding: 8px;
    }

    .imageGrid .video .videoContainer {
        width: 100%;
    }

    .infoTeaser {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .infoTeaser.innerWrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .infoTeaser .infoTeaserHeadline {
        max-width: 85%;
        margin: 0 auto 72px auto;
    }

    .infoTeaser .infoTeaserCell {
        width: 100%;
        padding: 40px;
    }

    .infoTeaser .infoTeaserCell.first {
        border-width: 1px 0 0 0;
    }

    .infoTeaser .infoTeaserCell h3 {
        margin: 0 0 16px 0;
    }

    .infoTeaser .infoTeaserCell span {
        margin: 0 0 48px 0;
    }

    .infoTeaser .infoTeaserImagesCell {
        margin-top: -14.4px;
        padding: 32px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell {
        width: 83.333333333333%;
        padding: 32px;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell h3 {
        margin: 0 0 32px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell span {
        margin: 0 0 32px 0;
    }

    .language_switcher .slash {
        margin: 0 6px;
    }

    .stripeSlider {
        height: 244px;
    }

    .stripeSlider .slick-list .slick-slide {
        padding: 0 4px;
    }

    .stripeSlider.slider_invisible {
        background-size: 25.6px 25.6px;
    }

    .stripeSlider .slick-arrow {
        top: 100%;
        right: 50%;
        width: 12px;
        height: 24px;
    }

    .stripeSlider .slick-arrow.slick-next {
        margin-top: 16px;
        margin-right: -12px;
    }

    .stripeSlider .slick-arrow.slick-prev {
        margin-top: 44px;
        margin-right: 0;
    }

    .overlaySlider .close {
        top: 48px;
        right: 48px;
        width: 24px;
        height: 24px;
    }

    .overlaySlider .ajax {
        width: 25.6px;
        height: 25.6px;
        margin-top: -12.8px;
        margin-left: -12.8px;
    }

    .overlaySlider .slidesWrapper .slick-list .slick-track .slick-slide {
        padding: 96px;
    }

    .overlaySlider .slidesWrapper .slick-arrow {
        margin-top: -12px;
        width: 12px;
        height: 24px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-next {
        right: 52px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-prev {
        left: 52px;
    }

    .map {
        padding: 0 16px;
        margin-bottom: 112px;
    }

    .map #contact_map {
        height: 432px;
    }

    footer {
        padding: 96px 0;
    }

    footer .footerCell {
        width: 100% !important;
        padding: 0 8px;
        text-align: center;
        margin: 0 auto 48px auto;
        float: none;
    }

    footer .footerCell.first .logo {
        width: 152px;
        margin: 0 0 0 0;
    }

    footer .footerCell.first .language_switcher {
        margin: 40px 0 0 0;
    }

    footer .footerCell.second {
        display: none;
    }

    footer .footerCell.third br {
        display: none;
    }

    footer .footerCell.third .mobileSpacer {
        display: inline-block;
        width: 12px;
        text-align: center;
    }

    footer .footerCell.third .mobileSpacer:before {
        content: '•';
    }

    footer .footerCell.third a {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    footer .footerCell.third form {
        width: 58.333333333333%;
        margin: 32px auto 0 auto;
    }

    footer .footerCell.third form input[type="text"] {
        padding: 0 0 4px 0;
    }

    footer .footerCell.third form input[type="submit"] {
        width: 16px;
        height: 16px;
    }

    footer .footerCell.fourth {
        text-align: center;
        margin-bottom: 0;
    }

    footer .footerCell.fourth a.socialMedia {
        width: 17.6px;
        margin: 0 8px 16px 8px;
    }

    footer .footerCell.fourth .partnerLinks a img {
        height: 40px;
    }

    .bookingPatch {
        top: 40%;
        padding: 9.6px 16px 16px 16px;
    }

    .bookingPatch a {
        padding: 0 0 2.4px 0;
    }

    #bookingBar h3 {
        width: 70%;
        margin: 20% auto 80px auto;
    }

    #bookingBar input {
        width: 100%;
    }

    #bookingBar input[type="submit"] {
        padding: 0 0 2.4px 0;
        float: none !important;
    }

    #bookingBar form div.input {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 24px;
    }

    #bookingBar form div.input input {
        margin: 8px 0 0 0;
    }

    #bookingBar form div.input .inner {
        padding: 8px;
    }

    #bookingBar form div.input.persons .inner {
        width: 80%;
    }

    #bookingBar form div.input.persons .changeAmount {
        right: 8px;
        width: 20%;
    }

    #bookingBar a span {
        display: none;
    }

    #bookingBar.minified {
        padding: 8px 0;
    }

    #bookingBar.minified .input {
        display: none;
    }

    #bookingBar.minified input[type="submit"] {
        margin: 8px auto;
    }

    #bookingBar.minified a {
        position: absolute;
        top: 8px;
    }

    #bookingBar.minified a.phone, #bookingBar.minified a.directions {
        display: inline-block;
    }

    #bookingBar.minified a.phone {
        left: 16px;
    }

    #bookingBar.minified a.directions {
        right: 16px;
    }

    #bookingBar.minified a:before {
        width: 25.6px;
        height: 25.6px;
    }

    #bookingBar.full .innerWrapper {
        margin-bottom: 7%;
    }

    #bookingBar.full form {
        width: 50%;
    }

    #bookingBar.full input[type="submit"] {
        margin: 24px auto 40px auto;
    }

    #bookingBar.full a {
        margin-bottom: 19.2px;
    }

    #bookingBar.full a.mail, #bookingBar.full a.phone {
        display: inline-block;
    }

    #bookingBar.full a:before {
        width: 25.6px;
        height: 25.6px;
        margin: 0 16px;
    }

    .xdsoft_datetimepicker {
        margin-left: -8px;
        margin-top: 8px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 172px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar {
        padding: 10px 5px 15px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 699px) {
    h1.pageHeadline {
        font-size: 64px;
    }

    section.frontpage.teaser .teaserText h1, section.rooms .roomDetails h3, section.packages h3, section.packageRequest h3, section.editorialPages h3, section.infosAndServices h3, section.ottmanngut h3, section.story .storyHeader h1, .infoTeaser .infoTeaserImagesCell h3, section.press h3, #bookingBar h3, .infoTeaser h1, .infoTeaser h3 {
        font-size: 36px;
    }

    span.pageTagline, section.rooms .roomDetails p.excerpt, section.packages .leftContainer p.excerpt, section.packageRequest h4, section.editorialPages .textColumn h2, section.infosAndServices .optionalServiceDetail h4, section.prices .tableHead .priceInfo h2, section.ottmanngut .dasHaus h2 {
        font-size: 33px;
    }

    .timeline span, section.ottmanngut .member h3, section.packages span.priceTag, section.events .eventsTeaser > h3section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        font-size: 29px;
    }

    section.events .eventsTeaser > h3 {
        font-size: 26px;
    }

    nav.menu ul.main, #bookingBar form input, #bookingBar.full a {
        font-size: 24px;
    }

    section.rooms .roomDetails a.request, section.packages .rightContainer a.request, section.packageRequest input[type="submit"], section.press a.kitLink {
        font-size: 22px;
    }

    .bookingPatch a {
        font-size: 20px;
    }

    section.frontpage.teaser .teaserText p, section.rooms .roomDetails p.description, section.rooms .roomDetails .price p, section.packages .package .details .rightContainer p, section.packageRequest h5, section.editorialPages p, section.infosAndServices .serviceIcons, section.infosAndServices .optionalServiceDetail p, section.infosAndServices .faq h4, section.prices .tableBody .roomCategory .room a, section.prices .categoryPrices .price p:first-child, section.prices .tableFooter.big, section.ottmanngut .team .member h3, section.contact .contactIcons, section.story .storyContent {
        font-size: 18px;
    }

    nav.menu .language_switcher, section.frontpage.hero .language_switcher, section.frontpage.teaser .teaserText span, section.rooms .roomDetails span.tagline, section.packages span.tagline, section.packageRequest span.tagline, section.infosAndServices span.tagline, section.ottmanngut span.tagline, section.events .upcomming .teaser .headline h3, section.events .list .teaser .headline h3, section.events .list .teaser p.date, section.story .storyHeader .eventInfo p, section.press span.tagline, .infoTeaser span.tagline, footer, footer form input {
        font-size: 16px;
    }

    nav.menu ul.sub, section.frontpage.teaser .teaserText a.teaserLink, section.infosAndServices a.pdfLink, section.infosAndServices .optionalServiceList, section.infosAndServices .faq p, section.infosAndServices .faq ul, section.prices .tableHead .priceInfo a, section.prices .tableFooter.small, section.ottmanngut .dasHaus p, section.ottmanngut .member p, section.packages .leftContainer span.duration, section.packages .leftContainer a, section.packageRequest a.closeRequest, section.packageRequest .input, section.packageRequest .input input, section.stories .filter, section.stories .teaser .headline h3, section.stories .teaser .date, section.story .storyHeader a.back, section.stories .teaser .tagline, section.events .upcomming .teaser p, section.events .list .teaser p.tagline, section.story .storyHeader p, section.press .gridItem p, .infoTeaser a.teaserLink {
        font-size: 15px;
    }

    p.contact, section.rooms .roomDetails .price a, section.rooms .roomDetails .roomMeta .roomIcons, section.prices .tableHead .seasonsInfo, section.prices .categoryPrices .price p, section.ottmanngut .team .member p, .timeline p {
        font-size: 14px;
    }

    section.prices .tableBody .roomCategory .room ul, section.infosAndServices .serviceIcons span, section.prices .tableHead .priceInfo p {
        font-size: 13px;
    }

    section.prices .categoryNights, section.packageRequest span, section.packageRequest .accept label, #bookingBar form .input {
        font-size: 12px;
    }

    .patch {
        font-size: 11px;
    }

    .innerWrapper {
        width: 85%;
        padding: 0 10px;
    }

    section.frontpage.hero .heroImage {
        padding: 20px;
        width: 85%;
    }

    section.frontpage.hero .scrollDown, section.frontpage.hero p.contact {
        display: none;
    }

    section.frontpage.hero .language_switcher {
        text-align: center;
        left: 0;
        right: 0;
        bottom: 150px;
        margin: auto;
    }

    section.frontpage.teaser .teaserImage, section.frontpage.teaser .teaserText, section.frontpage.teaser .videoContainer {
        padding: 10px;
    }

    section.frontpage.teaser .teaserText h1 {
        margin: 0 0 25px 0;
    }

    section.frontpage.teaser .teaserText span {
        margin: 0 0 25px 0;
    }

    section.frontpage.teaser .teaserText p {
        margin: 0 0 25px 0;
    }

    section.frontpage.teaser .dasOttmanngut {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    section.frontpage.teaser .dasOttmanngut .teaserImage {
        width: 58.333333333333%;
        margin: 80px auto 25px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText {
        width: 83.333333333333%;
        margin: auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText .map {
        display: none;
    }

    section.frontpage.teaser .dieZimmer {
        margin-top: 160px;
        margin-bottom: 70px;
    }

    section.frontpage.teaser .dieZimmer .teaserText {
        width: 83.333333333333%;
        margin: auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dieZimmer .teaserText a.teaserLink {
        margin: 0 15px;
    }

    section.frontpage.teaser .dieZimmer .teaserImage {
        width: 70.833333333333%;
        margin: 0 auto 25px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .video {
        margin-top: 120px;
        margin-bottom: 70px;
    }

    section.frontpage.teaser .video .teaserText {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .video .videoContainer {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .fruehstueck {
        margin-top: 120px;
        margin-bottom: 70px;
    }

    section.frontpage.teaser .fruehstueck .teaserImage {
        width: 58.333333333333%;
        margin: 0 auto 25px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .fruehstueck .teaserText {
        width: 83.333333333333%;
        margin: auto;
        float: none;
        display: block;
    }

    section.rooms .roomSlider {
        width: 100%;
        padding: 0 10px;
    }

    section.rooms .roomSlider .slick-arrow {
        top: 100%;
        margin-top: -45px;
        height: 30px;
        width: 15px;
    }

    section.rooms .roomSlider .slick-arrow.slick-prev {
        left: 10px;
    }

    section.rooms .roomSlider .slick-arrow.slick-next {
        right: 10px;
    }

    section.rooms .roomSlider .slick-dots {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 100px;
    }

    section.rooms .roomSlider .slick-dots li {
        width: 100%;
        padding: 20px 0;
        display: none;
    }

    section.rooms .roomSlider .slick-dots li.slick-active {
        display: block;
    }

    section.rooms .roomSlider .slick-dots li.slick-active a {
        color: #000000;
        border-color: #000000;
    }

    section.rooms .roomDetails h3 {
        margin: 0 0 40px 0;
    }

    section.rooms .roomDetails span {
        margin: 0 0 40px 0;
    }

    section.rooms .roomDetails .roomDetailsSlider {
        margin-bottom: 130px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow {
        bottom: -70px;
        right: 10px;
        width: 15px;
        height: 30px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-next {
        margin-bottom: 11px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-prev {
        margin-bottom: -20px;
        margin-right: 12px;
    }

    section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer {
        width: 100%;
    }

    section.rooms .roomDetails .leftContainer {
        margin-bottom: 40px;
    }

    section.rooms .roomDetails .roomDetailsSlider, section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer, section.rooms .roomDetails .roomMeta .roomIcons {
        padding: 0 10px;
    }

    section.rooms .roomDetails p.excerpt {
        margin-bottom: 40px;
    }

    section.rooms .roomDetails p.description {
        margin-bottom: 40px;
    }

    section.rooms .roomDetails .roomMeta {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    section.rooms .roomDetails .roomMeta .roomIcons {
        width: 33.333333333333%;
        margin-bottom: 20px;
        background-size: 35% auto;
    }

    section.rooms .roomDetails .roomMeta .roomIcons:before {
        padding-top: 42%;
    }

    section.packages .pageHeader {
        margin-bottom: 120px;
    }

    section.packages h3 {
        margin-bottom: 30px;
    }

    section.packages span.tagline {
        margin: 0 auto 70px auto;
    }

    section.packages .details {
        margin-bottom: 170px;
    }

    section.packages .details img, section.packages .details .leftContainer, section.packages .details .rightContainer {
        padding: 0 10px;
    }

    section.packages .details img {
        margin-bottom: 50px;
    }

    section.packages .details span.priceTag {
        margin-top: -20px;
        margin-right: -10px;
        padding: 10px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    section.packages .details .leftContainer {
        width: 100%;
        margin-bottom: 50px;
    }

    section.packages .details .leftContainer p.excerpt {
        margin-bottom: 15px;
    }

    section.packages .details .leftContainer span.duration {
        width: 70%;
        margin-bottom: 15px;
    }

    section.packages .details .rightContainer {
        width: 100%;
    }

    section.packages .details .rightContainer p {
        margin-bottom: 50px;
    }

    section.packageRequest {
        margin-bottom: 125px;
    }

    section.packageRequest .backLink {
        margin-top: 140px;
        margin-bottom: 40px;
    }

    section.packageRequest .backLink a.closeRequest:link, section.packageRequest .backLink a.closeRequest:hover, section.packageRequest .backLink a.closeRequest:visited {
        padding: 0 0 1px 0;
    }

    section.packageRequest h3 {
        margin-bottom: 30px;
    }

    section.packageRequest span.tagline {
        margin: 0 auto 70px auto;
    }

    section.packageRequest h4 {
        margin: 0 0 40px 10px;
    }

    section.packageRequest h5 {
        margin: 15px 0 20px 10px;
    }

    section.packageRequest form input, section.packageRequest form textarea, section.packageRequest form select {
        width: 100%;
        padding: 10px;
    }

    section.packageRequest form .selectWrapper {
        width: 70%;
    }

    section.packageRequest form .selectWrapper select {
        width: 117%;
        background-size: auto 60%;
        background-position: right 22% center;
    }

    section.packageRequest form input[type="submit"] {
        padding: 0 0 3px 0;
        margin-right: 10px;
    }

    section.packageRequest form fieldset {
        padding: 0;
        margin-bottom: 40px;
        width: 100%;
    }

    section.packageRequest form fieldset.journey {
        width: 100%;
    }

    section.packageRequest form fieldset.journey div.input {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input.date input[type="text"] {
        background-size: auto 60%;
        background-position: right 6% center;
    }

    section.packageRequest form fieldset.person {
        width: 100%;
    }

    section.packageRequest form fieldset div.input {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    section.packageRequest form fieldset div.input.zip {
        width: 30%;
    }

    section.packageRequest form fieldset div.input.city {
        width: 70%;
    }

    section.packageRequest form fieldset div.input input, section.packageRequest form fieldset div.input select {
        margin: 5px 0;
    }

    section.editorialPages h3 {
        margin-bottom: 35px;
    }

    section.editorialPages .textColumn, section.editorialPages .imageColumn {
        padding: 0 10px;
    }

    section.editorialPages .pageHeader {
        margin-bottom: 120px;
    }

    section.editorialPages .pageHeader h1.pageHeadline {
        margin-bottom: 40px;
    }

    section.editorialPages .pageHeader > img {
        padding: 0 10px;
        width: 100%;
        margin: 0 auto 100px auto;
    }

    section.editorialPages .pageHeader .textColumn {
        width: 100%;
        margin-bottom: 50px;
    }

    section.editorialPages .pageHeader .textColumn h2 {
        margin-top: -10px;
        margin-bottom: 50px;
    }

    section.editorialPages .pageHeader .imageColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .pageHeader .imageColumn img {
        width: 100%;
        margin-bottom: 15px;
    }

    section.editorialPages .gardenContentBlock--1 {
        margin-bottom: 100px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn {
        width: 100%;
        margin-bottom: 50px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn img {
        height: auto;
        width: 140%;
        margin-right: -20%;
    }

    section.editorialPages .gardenContentBlock--1 .textColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--2 {
        margin-bottom: 100px;
    }

    section.editorialPages .gardenContentBlock--2 .imageGrid {
        width: 100%;
    }

    section.editorialPages .gardenContentBlock--2-b {
        margin-bottom: 170px;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn {
        width: 100%;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn p {
        margin-bottom: 40px;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn img {
        margin-bottom: 15px;
    }

    section.editorialPages .gardenContentBlock--3 {
        margin-bottom: 100px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn img {
        margin-bottom: 20px;
    }

    section.editorialPages .gardenContentBlock--3 .textColumn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }

    section.editorialPages .gardenContentBlock--3 > img {
        position: relative;
        left: 0;
        bottom: auto;
        margin: 0;
        box-sizing: border-box;
        padding: 0;
        height: auto;
        width: 140%;
        margin-left: -20%;
    }

    section.editorialPages .breakfastContentBlock--1 {
        margin-top: 120px;
        margin-bottom: 40px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn {
        width: 100%;
        margin-bottom: 50px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn img {
        height: auto;
        width: 140%;
        margin-right: -20%;
    }

    section.editorialPages .breakfastContentBlock--1 .textColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .breakfastContentBlock--2 {
        margin-bottom: 100px;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn {
        width: 100%;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn p {
        margin-bottom: 40px;
    }

    section.editorialPages .breakfastContentBlock--2 > :nth-child(2) img {
        margin-bottom: 55px !important;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn {
        width: 100%;
        margin-left: 0;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn img {
        margin-bottom: 20px;
    }

    section.editorialPages .breakfastContentBlock--3 {
        margin-bottom: 100px;
    }

    section.editorialPages .breakfastContentBlock--3 .imageGrid {
        width: 100%;
    }

    section.infosAndServices h3 {
        margin-bottom: 30px;
    }

    section.infosAndServices span.tagline {
        margin: 0 auto 90px auto;
        width: 70%;
    }

    section.infosAndServices .pageHeader {
        margin-bottom: 100px;
    }

    section.infosAndServices .pageHeader h1.pageHeadline {
        margin-bottom: 40px;
    }

    section.infosAndServices .pageHeader span.pageTagline {
        margin-bottom: 50px;
    }

    section.infosAndServices .pageHeader a.pdfLink {
        margin-bottom: 80px;
    }

    section.infosAndServices .pageHeader .mainInformation {
        margin-bottom: 100px;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 60px;
        background-size: 25% auto;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons:before {
        padding-top: 34%;
    }

    section.infosAndServices .includedService {
        margin-bottom: 100px;
    }

    section.infosAndServices .includedService .iconsWrappper {
        width: 100%;
    }

    section.infosAndServices .includedService .iconsWrappper .serviceIcons {
        width: 100%;
        min-height: 70px;
        padding: 0 0 0 90px;
        margin-bottom: 60px;
        background-position: left 10px top -8px;
        background-size: 60px auto;
    }

    section.infosAndServices .optionalService {
        margin-bottom: 160px;
    }

    section.infosAndServices .optionalService .optionalServiceList {
        width: 83.333333333333%;
        margin-left: 8.3333333333333%;
    }

    section.infosAndServices .optionalService .optionalServiceList:hover li:first-child .optionalServiceDetail {
        display: none;
    }

    section.infosAndServices .optionalService .optionalServiceList li {
        width: 100% !important;
        padding: 15px 0;
    }

    section.infosAndServices .optionalService .optionalServiceList li:first-child > .optionalServiceDetail {
        display: block;
    }

    section.infosAndServices .optionalService .optionalServiceList li:hover > .optionalServiceDetail {
        display: block !important;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 40px auto 40px auto;
        padding: 60px 30px 0 30px;
        background-position: center top -5px;
        background-size: 55px auto;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail h4 {
        margin-bottom: 30px;
    }

    section.infosAndServices .priceInformation {
        margin-bottom: 180px;
    }

    section.infosAndServices .priceInformation span.tagline {
        margin-bottom: 40px;
    }

    section.infosAndServices .priceInformation .priceTag {
        width: 70px;
        height: 70px;
        margin: 0 auto 40px auto;
    }

    section.infosAndServices .faq {
        margin-top: 160px;
        margin-bottom: 50px;
    }

    section.infosAndServices .faq .answers {
        width: 100%;
    }

    section.infosAndServices .faq .answers .answer {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 60px;
    }

    section.infosAndServices .faq .answers .answer .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
        background-size: 120% 120%;
    }

    section.infosAndServices .faq .answers .answer h4 {
        width: 70%;
        margin-bottom: 40px;
    }

    section.infosAndServices .faq .answers .answer p, section.infosAndServices .faq .answers .answer ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    section.prices .innerWrapper {
        width: 85%;
    }

    section.prices .tableHead .priceInfo, section.prices .tableHead .seasonsInfo {
        width: 100%;
    }

    section.prices .tableHead .priceInfo {
        padding: 0 10px;
    }

    section.prices .tableHead .seasonsInfo {
        padding: 0 10px;
    }

    section.prices .tableHead .seasonsInfo .season {
        width: 50%;
        padding: 20px;
    }

    section.prices .tableHead .seasonsInfo .season p {
        margin-top: 10px;
    }

    section.prices .tableBody {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    section.prices .tableBody .roomCategory {
        padding: 20px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo {
        width: 100%;
        padding: 20px 0;
        border: none;
    }

    section.prices .tableBody .roomCategory .roomInfo .room {
        padding: 20px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room:first-child {
        border-top: solid 1px rgba(0, 0, 0, 0.4);
    }

    section.prices .tableBody .roomCategory .roomInfo .room a {
        margin-bottom: 10px;
    }

    section.prices .tableBody .roomCategory .priceInfo {
        width: 100%;
        padding: 0 0 0 0;
        margin-top: -27px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches {
        margin-bottom: 50px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch span {
        padding: 4px 8px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights {
        width: 66.666666666667%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p {
        margin-bottom: 12px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p:first-child {
        margin-bottom: 23px;
        margin-top: 8px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price {
        width: 100%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p {
        margin-bottom: 10px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p:first-child {
        margin-bottom: 16px;
    }

    section.prices .tableBody:after {
        height: 2px;
    }

    section.prices .tableFooter {
        padding: 0 10px;
    }

    section.prices .tableFooter.big {
        margin-bottom: 30px;
    }

    section.contact .pageHeader {
        margin-bottom: 40px;
    }

    section.contact .pageHeader .contactInformation {
        width: 58.333333333333%;
    }

    section.contact .pageHeader .contactInformation .contactIcons {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 60px;
        background-size: 27% auto;
    }

    section.contact .pageHeader .contactInformation .contactIcons:before {
        padding-top: 34%;
    }

    section.ottmanngut h3 {
        margin-bottom: 30px;
    }

    section.ottmanngut span.tagline {
        margin: 0 auto 90px auto;
        width: 60%;
    }

    section.ottmanngut .pageHeader {
        margin-bottom: 110px;
    }

    section.ottmanngut .pageHeader span.pageTagline {
        margin-bottom: 60px;
    }

    section.ottmanngut .pageHeader > img {
        padding: 0 10px;
        width: 100%;
    }

    section.ottmanngut .stripeSlider {
        margin-bottom: 170px;
    }

    section.ottmanngut .dasHaus h2 {
        width: 100%;
        margin: 0 auto 50px auto;
        box-sizing: border-box;
        padding: 0 10px;
    }

    section.ottmanngut .dasHaus p {
        -moz-column-count: 1;
        -moz-column-gap: none;
        -webkit-column-count: 1;
        -webkit-column-gap: none;
        column-count: 1;
        column-gap: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    section.ottmanngut .timeline {
        margin-top: 160px;
        margin-bottom: 160px;
    }

    section.ottmanngut .timeline.innerWrapper {
        width: 85%;
    }

    section.ottmanngut .timeline .progressBar {
        left: 14.285714285714%;
    }

    section.ottmanngut .timeline .year {
        width: 100%;
        margin-bottom: 100px;
    }

    section.ottmanngut .timeline .year span {
        width: 28.571428571429%;
        margin-top: 100px;
        padding: 10px 0;
    }

    section.ottmanngut .timeline .year img {
        width: 71.428571428571%;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }

    section.ottmanngut .timeline .year p {
        width: 71.428571428571%;
        padding: 0 0 0 20px;
        margin-top: 20px;
        float: right;
    }

    section.ottmanngut .family > h3:before {
        width: 130px;
        height: 145px;
        margin: 0 auto -50px auto;
    }

    section.ottmanngut .family > .member {
        width: 83.333333333333%;
        margin: 0 auto 70px auto;
    }

    section.ottmanngut .family > .member img, section.ottmanngut .family > .member .textColumn {
        width: 100%;
        padding: 0 10px;
    }

    section.ottmanngut .family > .member img {
        margin-bottom: 30px;
    }

    section.ottmanngut .family > .member .textColumn {
        padding-left: 7%;
        padding-right: 7%;
    }

    section.ottmanngut .family > .member h3 {
        margin-bottom: 10px;
    }

    section.ottmanngut .family > .member p {
        margin-top: 20px;
    }

    section.ottmanngut .team {
        width: 83.333333333333%;
        margin: 160px auto 100px auto;
    }

    section.ottmanngut .team .member {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 70px auto;
    }

    section.ottmanngut .team .member h3 {
        margin-bottom: 5px;
    }

    section.ottmanngut .team .member span.tagline {
        width: 100%;
        margin-bottom: 20px;
    }

    section.ottmanngut .team .member img {
        width: 100%;
        margin-bottom: 20px;
    }

    section.stories .pageHeader {
        margin-bottom: 72px;
    }

    section.stories .pageHeader span.pageTagline {
        margin-bottom: 70px;
    }

    section.stories .filter {
        text-align: center;
    }

    section.stories .filter.active .filterTrigger:after {
        background-position: center top;
    }

    section.stories .filter.active ul {
        opacity: 1;
        height: auto;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        text-align: center;
    }

    section.stories .filter.active ul li {
        margin: 0;
    }

    section.stories .filter .filterTrigger {
        position: relative;
        width: auto;
        display: inline-block;
        float: none;
        padding: 0 0 0 0;
        margin-bottom: 15px;
        color: #fa8c73;
        text-transform: uppercase;
        border-bottom: solid 1px #fa8c73;
    }

    section.stories .filter .filterTrigger:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 110%;
        display: block;
        width: 20px;
        height: 10px;
        box-sizing: border-box;
        padding: 2px 3px;
        background-image: url('../img/icons/upDown.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        background-origin: content-box;
        background-clip: content-box;
    }

    section.stories .filter ul {
        opacity: 0;
        height: 0;
        overflow: hidden;
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    section.stories .filter ul li {
        display: block;
        padding: 20px 0;
    }

    section.stories .filter ul li a.current:before {
        width: 17px;
        background-position: left 47%;
        background-size: auto 50%;
    }

    section.stories .storiesGrid {
        margin-bottom: 63px;
    }

    section.stories .storiesGrid:before {
        display: none;
    }

    section.stories .storiesGrid:after {
        display: none;
    }

    section.stories .storiesGrid .gridSizer {
        width: 100%;
    }

    section.stories .storiesGrid .teaser {
        width: 100%;
        padding: 0 10px 50px 10px;
    }

    section.stories .storiesGrid .teaser:before {
        height: 2px;
    }

    section.stories .storiesGrid .teaser .patch {
        left: 10px;
        top: 1px;
        padding: 4px 8px;
    }

    section.stories .storiesGrid .teaser img {
        margin: 8px 0 -20px 0;
    }

    section.stories .storiesGrid .teaser p {
        margin: 30px 0 10px 0;
    }

    section.stories .storiesGrid .teaser p.tagline {
        width: 66.666666666667%;
    }

    section.stories .storiesGrid .teaser p.date {
        width: 33.333333333333%;
    }

    section.events .eventsTeaser {
        width: 100%;
        margin: 0 auto 125px auto;
    }

    section.events .eventsTeaser > h3 {
        margin-bottom: 35px;
        margin-left: 10px;
    }

    section.events .eventsTeaser .teaser {
        padding: 0 10px;
    }

    section.events .eventsTeaser .teaser .patch {
        left: 10px;
        padding: 4px 8px;
    }

    section.events .eventsTeaser.upcomming .teaser {
        width: 100%;
    }

    section.events .eventsTeaser.upcomming .teaser p.tagline {
        width: 100%;
        margin: 10px 0 15px 0;
    }

    section.events .eventsTeaser.upcomming .teaser p.date {
        margin-bottom: 15px;
    }

    section.events .eventsTeaser.upcomming .teaser a.headline h3 {
        margin-bottom: 35px;
    }

    section.events .eventsTeaser.upcomming .teaser:after {
        height: 2px;
    }

    section.events .eventsTeaser.list .teaser {
        margin-bottom: 40px;
    }

    section.events .eventsTeaser.list .teaser p.date {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 30px;
    }

    section.events .eventsTeaser.list .teaser p.tagline {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.events .eventsTeaser.list .teaser a.headline {
        width: 80%;
        margin-left: 0;
    }

    section.story .storyHeader {
        width: 100%;
        padding: 0;
    }

    section.story .storyHeader img {
        padding: 0;
    }

    section.story .storyHeader div, section.story .storyHeader h1 {
        padding: 0 20px;
    }

    section.story .storyHeader img {
        margin: 105px auto 20px auto;
    }

    section.story .storyHeader div.taglineWrapper {
        width: 50%;
    }

    section.story .storyHeader div.dateWrapper {
        width: 50%;
        text-align: left;
        clear: left;
    }

    section.story .storyHeader div.shareWrapper {
        width: 50%;
        float: right;
    }

    section.story .storyHeader div.shareWrapper p {
        display: none;
    }

    section.story .storyHeader div.shareWrapper ul li a {
        width: 20px;
        height: 20px;
        margin: 0 0 -4px 17px;
    }

    section.story .storyHeader a.back {
        margin: 30px 0 50px 20px;
    }

    section.story .storyHeader h1 {
        width: 100%;
        margin: 0 auto 75px auto;
    }

    section.story .storyHeader .eventInfo {
        width: 85%;
        padding: 0 20px;
        margin: 0 auto 50px auto;
    }

    section.story .storyHeader .eventInfo p {
        margin-bottom: 25px;
    }

    section.story .storyHeader .eventInfo span {
        width: 37.5%;
    }

    section.story .storyContent {
        width: 85%;
        padding: 0 20px;
        margin-bottom: 120px;
    }

    section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        margin-top: 57px;
        margin-bottom: 30px;
    }

    section.story .storyContent p {
        margin-bottom: 30px;
    }

    section.story .storyContent img, section.story .storyContent iframe {
        margin: 0 auto 30px auto;
    }

    section.impressions span.pageTagline {
        margin-bottom: 80px;
    }

    section.impressions .imageGrid {
        margin-bottom: 250px;
    }

    section.booking_addon #Bs-BookingWidget {
        padding: 0 20px;
        margin-top: 70px;
        margin-bottom: 250px;
    }

    section.press h3 {
        margin: 0 auto 30px auto;
        width: 100%;
    }

    section.press span.tagline {
        margin: 0 auto 90px auto;
        width: 100%;
    }

    section.press .pageHeader {
        margin-bottom: 70px;
    }

    section.press .pageHeader h1.pageHeadline {
        margin-bottom: 40px;
    }

    section.press .pageHeader span.pageTagline {
        width: 100%;
        margin-bottom: 50px;
    }

    section.press .gridItem {
        width: 50%;
        padding: 10px;
    }

    section.press article {
        margin-bottom: 100px;
    }

    section.press article.magazines .magazinesGrid {
        margin: 0;
    }

    section.press article.magazines .magazinesGrid .gridItem {
        width: 50%;
        margin: 0;
    }

    section.press article.magazines .magazinesGrid .gridItem:after {
        margin-top: 5px;
    }

    section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights {
        margin-bottom: 20px;
    }

    section.press article.pressKit .gridItem:after, section.press article.additionals .gridItem:after {
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }

    header.minified .logo {
        top: 23px;
    }

    header.minified .menuTrigger {
        top: 35px;
    }

    header.minified .topBar {
        height: 105px;
    }

    header .logo {
        top: 60px;
        left: 7.5%;
        margin-left: 20px;
        width: 120px;
    }

    header .menuTrigger {
        top: 90px;
        right: 7.5%;
        margin-right: 20px;
        width: 40px;
    }

    header nav.menu ul.main {
        margin: 140px 0 0 0;
    }

    header nav.menu ul.main li {
        padding: 25px 0;
    }

    header nav.menu ul.sub li {
        padding: 25px 0;
    }

    header nav.menu .language_switcher {
        margin: 45px 0 0 0;
    }

    header nav.menu p.contact {
        width: 70%;
        margin: 70px auto 140px auto;
    }

    h1.pageHeadline {
        max-width: 85%;
        margin: 170px auto 35px auto;
    }

    span.pageTagline {
        max-width: 90%;
        margin: 0 auto 80px auto;
    }

    .imageGrid .image--portrait, .imageGrid .image--landscape--panorama, .imageGrid .image--landscape--small, .imageGrid .image--landscape--big {
        padding: 10px;
    }

    .imageGrid .image--portrait:before, .imageGrid .image--landscape--panorama:before, .imageGrid .image--landscape--small:before, .imageGrid .image--landscape--big:before {
        margin: -10px;
    }

    .imageGrid .image--portrait {
        width: 50%;
    }

    .imageGrid .image--landscape--panorama {
        width: 100%;
    }

    .imageGrid .image--landscape--small {
        width: 50%;
    }

    .imageGrid .image--landscape--big {
        width: 100%;
    }

    .imageGrid .columnSeparator {
        width: 50%;
    }

    .imageGrid .columnSeparator .image--portrait, .imageGrid .columnSeparator .image--landscape--panorama, .imageGrid .columnSeparator .image--landscape--small, .imageGrid .columnSeparator .image--landscape--big {
        width: 100%;
    }

    .imageGrid .video {
        width: 100%;
        padding: 10px;
    }

    .imageGrid .video .videoContainer {
        width: 100%;
    }

    .infoTeaser {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .infoTeaser.innerWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .infoTeaser .infoTeaserHeadline {
        max-width: 85%;
        margin: 0 auto 90px auto;
    }

    .infoTeaser .infoTeaserCell {
        width: 100%;
        padding: 70px;
    }

    .infoTeaser .infoTeaserCell.first {
        border-width: 1px 0 0 0;
    }

    .infoTeaser .infoTeaserCell h3 {
        margin: 0 0 20px 0;
    }

    .infoTeaser .infoTeaserCell span {
        margin: 0 0 60px 0;
    }

    .infoTeaser .infoTeaserImagesCell {
        margin-top: -18px;
        padding: 40px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell {
        width: 83.333333333333%;
        padding: 40px;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell h3 {
        margin: 0 0 40px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell span {
        margin: 0 0 40px 0;
    }

    .language_switcher .slash {
        margin: 0 7.5px;
    }

    .stripeSlider {
        height: 305px;
    }

    .stripeSlider .slick-list .slick-slide {
        padding: 0 5px;
    }

    .stripeSlider.slider_invisible {
        background-size: 32px 32px;
    }

    .stripeSlider .slick-arrow {
        top: 100%;
        right: 50%;
        width: 15px;
        height: 30px;
    }

    .stripeSlider .slick-arrow.slick-next {
        margin-top: 20px;
        margin-right: -15px;
    }

    .stripeSlider .slick-arrow.slick-prev {
        margin-top: 55px;
        margin-right: 0;
    }

    .overlaySlider .close {
        top: 60px;
        right: 60px;
        width: 30px;
        height: 30px;
    }

    .overlaySlider .ajax {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
    }

    .overlaySlider .slidesWrapper .slick-list .slick-track .slick-slide {
        padding: 120px;
    }

    .overlaySlider .slidesWrapper .slick-arrow {
        margin-top: -15px;
        width: 15px;
        height: 30px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-next {
        right: 65px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-prev {
        left: 65px;
    }

    .map {
        padding: 0 20px;
        margin-bottom: 140px;
    }

    .map #contact_map {
        height: 540px;
    }

    footer {
        padding: 120px 0;
    }

    footer .footerCell {
        width: 100% !important;
        padding: 0 10px;
        text-align: center;
        margin: 0 auto 60px auto;
        float: none;
    }

    footer .footerCell.first .logo {
        width: 190px;
        margin: 0 0 0 0;
    }

    footer .footerCell.first .language_switcher {
        margin: 50px 0 0 0;
    }

    footer .footerCell.second {
        display: none;
    }

    footer .footerCell.third br {
        display: none;
    }

    footer .footerCell.third .mobileSpacer {
        display: inline-block;
        width: 12px;
        text-align: center;
    }

    footer .footerCell.third .mobileSpacer:before {
        content: '•';
    }

    footer .footerCell.third a {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    footer .footerCell.third form {
        width: 58.333333333333%;
        margin: 40px auto 0 auto;
    }

    footer .footerCell.third form input[type="text"] {
        padding: 0 0 5px 0;
    }

    footer .footerCell.third form input[type="submit"] {
        width: 20px;
        height: 20px;
    }

    footer .footerCell.fourth {
        text-align: center;
        margin-bottom: 0;
    }

    footer .footerCell.fourth a.socialMedia {
        width: 22px;
        margin: 0 10px 20px 10px;
    }

    footer .footerCell.fourth .partnerLinks a img {
        height: 40px;
    }

    .bookingPatch {
        top: 40%;
        padding: 12px 20px 20px 20px;
    }

    .bookingPatch a {
        padding: 0 0 3px 0;
    }

    #bookingBar h3 {
        width: 70%;
        margin: 20% auto 100px auto;
    }

    #bookingBar input {
        width: 100%;
    }

    #bookingBar input[type="submit"] {
        padding: 0 0 3px 0;
        float: none !important;
    }

    #bookingBar form div.input {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    #bookingBar form div.input input {
        margin: 10px 0 0 0;
    }

    #bookingBar form div.input .inner {
        padding: 10px;
    }

    #bookingBar form div.input.persons .inner {
        width: 80%;
    }

    #bookingBar form div.input.persons .changeAmount {
        right: 10px;
        width: 20%;
    }

    #bookingBar a span {
        display: none;
    }

    #bookingBar.minified {
        padding: 10px 0;
    }

    #bookingBar.minified .input {
        display: none;
    }

    #bookingBar.minified input[type="submit"] {
        margin: 10px auto;
    }

    #bookingBar.minified a {
        position: absolute;
        top: 10px;
    }

    #bookingBar.minified a.phone, #bookingBar.minified a.directions {
        display: inline-block;
    }

    #bookingBar.minified a.phone {
        left: 20px;
    }

    #bookingBar.minified a.directions {
        right: 20px;
    }

    #bookingBar.minified a:before {
        width: 32px;
        height: 32px;
    }

    #bookingBar.full .innerWrapper {
        margin-bottom: 7%;
    }

    #bookingBar.full form {
        width: 50%;
    }

    #bookingBar.full input[type="submit"] {
        margin: 30px auto 50px auto;
    }

    #bookingBar.full a {
        margin-bottom: 24px;
    }

    #bookingBar.full a.mail, #bookingBar.full a.phone {
        display: inline-block;
    }

    #bookingBar.full a:before {
        width: 32px;
        height: 32px;
        margin: 0 20px;
    }

    .xdsoft_datetimepicker {
        margin-left: -10px;
        margin-top: 10px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 215px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar {
        padding: 10px 5px 15px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 869px) {
    h1.pageHeadline {
        font-size: 70.4px;
    }

    section.frontpage.teaser .teaserText h1, section.rooms .roomDetails h3, section.packages h3, section.packageRequest h3, section.editorialPages h3, section.infosAndServices h3, section.ottmanngut h3, section.story .storyHeader h1, .infoTeaser .infoTeaserImagesCell h3, section.press h3, #bookingBar h3, .infoTeaser h1, .infoTeaser h3 {
        font-size: 39.6px;
    }

    span.pageTagline, section.rooms .roomDetails p.excerpt, section.packages .leftContainer p.excerpt, section.packageRequest h4, section.editorialPages .textColumn h2, section.infosAndServices .optionalServiceDetail h4, section.prices .tableHead .priceInfo h2, section.ottmanngut .dasHaus h2 {
        font-size: 36.3px;
    }

    .timeline span, section.ottmanngut .member h3, section.packages span.priceTag, section.events .eventsTeaser > h3section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        font-size: 31.9px;
    }

    section.events .eventsTeaser > h3 {
        font-size: 28.6px;
    }

    nav.menu ul.main, #bookingBar form input, #bookingBar.full a {
        font-size: 26.4px;
    }

    section.rooms .roomDetails a.request, section.packages .rightContainer a.request, section.packageRequest input[type="submit"], section.press a.kitLink {
        font-size: 24.2px;
    }

    .bookingPatch a {
        font-size: 22px;
    }

    section.frontpage.teaser .teaserText p, section.rooms .roomDetails p.description, section.rooms .roomDetails .price p, section.packages .package .details .rightContainer p, section.packageRequest h5, section.editorialPages p, section.infosAndServices .serviceIcons, section.infosAndServices .optionalServiceDetail p, section.infosAndServices .faq h4, section.prices .tableBody .roomCategory .room a, section.prices .categoryPrices .price p:first-child, section.prices .tableFooter.big, section.ottmanngut .team .member h3, section.contact .contactIcons, section.story .storyContent {
        font-size: 19.8px;
    }

    nav.menu .language_switcher, section.frontpage.teaser .teaserText span, section.rooms .roomDetails span.tagline, section.packages span.tagline, section.packageRequest span.tagline, section.infosAndServices span.tagline, section.ottmanngut span.tagline, section.events .upcomming .teaser .headline h3, section.events .list .teaser .headline h3, section.events .list .teaser p.date, section.story .storyHeader .eventInfo p, section.press span.tagline, .infoTeaser span.tagline, footer, footer form input {
        font-size: 17.6px;
    }

    nav.menu ul.sub, section.frontpage.teaser .teaserText a.teaserLink, section.infosAndServices a.pdfLink, section.infosAndServices .optionalServiceList, section.infosAndServices .faq p, section.infosAndServices .faq ul, section.prices .tableHead .priceInfo a, section.prices .tableFooter.small, section.ottmanngut .dasHaus p, section.ottmanngut .member p, section.packages .leftContainer span.duration, section.packages .leftContainer a, section.packageRequest a.closeRequest, section.packageRequest .input, section.packageRequest .input input, section.stories .filter, section.stories .teaser .headline h3, section.stories .teaser .date, section.story .storyHeader a.back, section.stories .teaser .tagline, section.events .upcomming .teaser p, section.events .list .teaser p.tagline, section.story .storyHeader p, section.press .gridItem p, .infoTeaser a.teaserLink {
        font-size: 16.5px;
    }

    p.contact, section.frontpage.hero .language_switcher, section.rooms .roomDetails .price a, section.rooms .roomDetails .roomMeta .roomIcons, section.prices .tableHead .seasonsInfo, section.prices .categoryPrices .price p, section.ottmanngut .team .member p, .timeline p {
        font-size: 15.4px;
    }

    section.prices .tableBody .roomCategory .room ul, section.infosAndServices .serviceIcons spansection.prices .tableHead .priceInfo p {
        font-size: 14.3px;
    }

    section.prices .categoryNights, section.packageRequest span, section.packageRequest .accept label, #bookingBar form .input {
        font-size: 13.2px;
    }

    .patch {
        font-size: 12.1px;
    }

    .innerWrapper {
        width: 85%;
        padding: 0 12px;
    }

    section.frontpage.hero .heroImage {
        padding: 24px;
        width: 85%;
    }

    section.frontpage.hero .scrollDown, section.frontpage.hero p.contact {
        display: none;
    }

    section.frontpage.hero .language_switcher {
        text-align: center;
        left: 0;
        right: 0;
        bottom: 180px;
        margin: auto;
    }

    section.frontpage.teaser .teaserImage, section.frontpage.teaser .teaserText, section.frontpage.teaser .videoContainer {
        padding: 12px;
    }

    section.frontpage.teaser .teaserText h1 {
        margin: 0 0 30px 0;
    }

    section.frontpage.teaser .teaserText span {
        margin: 0 0 30px 0;
    }

    section.frontpage.teaser .teaserText p {
        margin: 0 0 30px 0;
    }

    section.frontpage.teaser .dasOttmanngut {
        margin-top: 84px;
        margin-bottom: 84px;
    }

    section.frontpage.teaser .dasOttmanngut .teaserImage {
        width: 58.333333333333%;
        margin: 96px auto 30px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText {
        width: 83.333333333333%;
        margin: auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText .map {
        display: none;
    }

    section.frontpage.teaser .dieZimmer {
        margin-top: 192px;
        margin-bottom: 84px;
    }

    section.frontpage.teaser .dieZimmer .teaserText {
        width: 83.333333333333%;
        margin: auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .dieZimmer .teaserText a.teaserLink {
        margin: 0 18px;
    }

    section.frontpage.teaser .dieZimmer .teaserImage {
        width: 70.833333333333%;
        margin: 0 auto 30px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .video {
        margin-top: 144px;
        margin-bottom: 84px;
    }

    section.frontpage.teaser .video .teaserText {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .video .videoContainer {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .fruehstueck {
        margin-top: 144px;
        margin-bottom: 84px;
    }

    section.frontpage.teaser .fruehstueck .teaserImage {
        width: 58.333333333333%;
        margin: 0 auto 30px auto;
        float: none;
        display: block;
    }

    section.frontpage.teaser .fruehstueck .teaserText {
        width: 83.333333333333%;
        margin: auto;
        float: none;
        display: block;
    }

    section.rooms .roomSlider {
        width: 66.666666666667%;
    }

    section.rooms .roomSlider .slick-dots {
        width: 150%;
        margin-left: -25%;
        margin-top: 48px;
        margin-bottom: 120px;
    }

    section.rooms .roomSlider .slick-dots li {
        width: 33.333333333333%;
        padding: 24px 0;
    }

    section.rooms .roomDetails h3 {
        margin: 0 0 48px 0;
    }

    section.rooms .roomDetails span {
        margin: 0 0 48px 0;
    }

    section.rooms .roomDetails .roomDetailsSlider {
        margin-bottom: 72px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow {
        bottom: 48px;
        right: 36px;
        width: 18px;
        height: 36px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-next {
        margin-bottom: 13.2px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-prev {
        margin-bottom: -24px;
        margin-right: 14.4px;
    }

    section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer {
        width: 100%;
    }

    section.rooms .roomDetails .leftContainer {
        margin-bottom: 48px;
    }

    section.rooms .roomDetails .roomDetailsSlider, section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer, section.rooms .roomDetails .roomMeta .roomIcons {
        padding: 0 12px;
    }

    section.rooms .roomDetails p.excerpt {
        margin-bottom: 48px;
    }

    section.rooms .roomDetails p.description {
        margin-bottom: 48px;
    }

    section.rooms .roomDetails .roomMeta {
        margin-top: 108px;
        margin-bottom: 108px;
    }

    section.rooms .roomDetails .roomMeta .roomIcons {
        width: 33.333333333333%;
        margin-bottom: 24px;
        background-size: 35% auto;
    }

    section.rooms .roomDetails .roomMeta .roomIcons:before {
        padding-top: 42%;
    }

    section.packages .pageHeader {
        margin-bottom: 144px;
    }

    section.packages h3 {
        margin-bottom: 36px;
    }

    section.packages span.tagline {
        margin: 0 auto 84px auto;
    }

    section.packages .details {
        margin-bottom: 204px;
    }

    section.packages .details img, section.packages .details .leftContainer, section.packages .details .rightContainer {
        padding: 0 12px;
    }

    section.packages .details img {
        margin-bottom: 60px;
    }

    section.packages .details span.priceTag {
        margin-top: -24px;
        margin-right: -12px;
        padding: 12px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    section.packages .details .leftContainer {
        width: 50%;
    }

    section.packages .details .leftContainer p.excerpt {
        margin-bottom: 18px;
    }

    section.packages .details .leftContainer span.duration {
        width: 70%;
        margin-bottom: 18px;
    }

    section.packages .details .rightContainer {
        width: 50%;
    }

    section.packages .details .rightContainer p {
        margin-bottom: 60px;
    }

    section.packageRequest {
        margin-bottom: 150px;
    }

    section.packageRequest .backLink {
        margin-top: 168px;
        margin-bottom: 48px;
    }

    section.packageRequest .backLink a.closeRequest:link, section.packageRequest .backLink a.closeRequest:hover, section.packageRequest .backLink a.closeRequest:visited {
        padding: 0 0 1.2px 0;
    }

    section.packageRequest h3 {
        margin-bottom: 36px;
    }

    section.packageRequest span.tagline {
        margin: 0 auto 84px auto;
    }

    section.packageRequest h4 {
        margin: 0 0 48px 12px;
    }

    section.packageRequest h5 {
        margin: 18px 0 24px 12px;
    }

    section.packageRequest form input, section.packageRequest form textarea, section.packageRequest form select {
        width: 100%;
        padding: 12px;
    }

    section.packageRequest form .selectWrapper {
        width: 70%;
    }

    section.packageRequest form .selectWrapper select {
        width: 117%;
        background-size: auto 60%;
        background-position: right 22% center;
    }

    section.packageRequest form input[type="submit"] {
        padding: 0 0 3.6px 0;
        margin-right: 12px;
    }

    section.packageRequest form fieldset {
        padding: 0 60px;
        margin-bottom: 48px;
        width: 100%;
    }

    section.packageRequest form fieldset.journey {
        width: 100%;
    }

    section.packageRequest form fieldset.journey div.input {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input.date input[type="text"] {
        background-size: auto 60%;
        background-position: right 6% center;
    }

    section.packageRequest form fieldset.person {
        width: 100%;
    }

    section.packageRequest form fieldset div.input {
        padding: 0 12px;
        margin-bottom: 12px;
    }

    section.packageRequest form fieldset div.input.zip {
        width: 30%;
    }

    section.packageRequest form fieldset div.input.city {
        width: 70%;
    }

    section.packageRequest form fieldset div.input input, section.packageRequest form fieldset div.input select {
        margin: 6px 0;
    }

    section.editorialPages h3 {
        margin-bottom: 42px;
    }

    section.editorialPages .textColumn, section.editorialPages .imageColumn {
        padding: 0 12px;
    }

    section.editorialPages .pageHeader {
        margin-bottom: 144px;
    }

    section.editorialPages .pageHeader h1.pageHeadline {
        margin-bottom: 48px;
    }

    section.editorialPages .pageHeader > img {
        padding: 0 12px;
        width: 83.333333333333%;
        margin: 0 auto 120px auto;
    }

    section.editorialPages .pageHeader .textColumn {
        width: 50%;
    }

    section.editorialPages .pageHeader .textColumn h2 {
        margin-top: -12px;
        margin-bottom: 60px;
    }

    section.editorialPages .pageHeader .imageColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .pageHeader .imageColumn img {
        width: 100%;
        margin-bottom: 18px;
    }

    section.editorialPages .gardenContentBlock--1 {
        margin-bottom: 120px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn {
        width: 50%;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn img {
        height: 384px;
    }

    section.editorialPages .gardenContentBlock--1 .textColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--2 {
        margin-bottom: 120px;
    }

    section.editorialPages .gardenContentBlock--2 .imageGrid {
        width: 100%;
    }

    section.editorialPages .gardenContentBlock--2-b {
        margin-bottom: 204px;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn {
        width: 50%;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn p {
        margin-bottom: 48px;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn img {
        margin-bottom: 18px;
    }

    section.editorialPages .gardenContentBlock--3 {
        margin-bottom: 120px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn img {
        margin-bottom: 24px;
    }

    section.editorialPages .gardenContentBlock--3 .textColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .gardenContentBlock--3 > img {
        position: relative;
        left: 0;
        bottom: auto;
        height: auto;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 0 12px;
    }

    section.editorialPages .breakfastContentBlock--1 {
        margin-top: 144px;
        margin-bottom: 120px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn {
        width: 50%;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn img {
        height: 384px;
    }

    section.editorialPages .breakfastContentBlock--1 .textColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .breakfastContentBlock--2 {
        margin-bottom: 120px;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn {
        width: 50%;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn p {
        margin-bottom: 48px;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn {
        width: 50%;
        margin-left: 0;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn img {
        margin-bottom: 24px;
    }

    section.editorialPages .breakfastContentBlock--3 {
        margin-bottom: 120px;
    }

    section.editorialPages .breakfastContentBlock--3 .imageGrid {
        width: 100%;
    }

    section.infosAndServices h3 {
        margin-bottom: 36px;
    }

    section.infosAndServices span.tagline {
        margin: 0 auto 108px auto;
        width: 60%;
    }

    section.infosAndServices .pageHeader {
        margin-bottom: 120px;
    }

    section.infosAndServices .pageHeader h1.pageHeadline {
        margin-bottom: 48px;
    }

    section.infosAndServices .pageHeader span.pageTagline {
        margin-bottom: 60px;
    }

    section.infosAndServices .pageHeader a.pdfLink {
        margin-bottom: 96px;
    }

    section.infosAndServices .pageHeader .mainInformation {
        margin-bottom: 120px;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons {
        width: 50%;
        padding: 0 60px;
        margin-bottom: 72px;
        background-size: 25% auto;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons:before {
        padding-top: 57%;
    }

    section.infosAndServices .includedService {
        margin-bottom: 120px;
    }

    section.infosAndServices .includedService .iconsWrappper {
        width: 100%;
    }

    section.infosAndServices .includedService .iconsWrappper .serviceIcons {
        width: 50%;
        min-height: 84px;
        padding: 0 0 0 108px;
        margin-bottom: 72px;
        background-position: left 12px top -9.6px;
        background-size: 72px auto;
    }

    section.infosAndServices .optionalService {
        margin-bottom: 192px;
    }

    section.infosAndServices .optionalService .optionalServiceList {
        width: 83.333333333333%;
        margin-left: 8.3333333333333%;
    }

    section.infosAndServices .optionalService .optionalServiceList:hover li:first-child .optionalServiceDetail {
        display: none;
    }

    section.infosAndServices .optionalService .optionalServiceList li {
        width: 100% !important;
        padding: 18px 0;
    }

    section.infosAndServices .optionalService .optionalServiceList li:first-child > .optionalServiceDetail {
        display: block;
    }

    section.infosAndServices .optionalService .optionalServiceList li:hover > .optionalServiceDetail {
        display: block !important;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 48px auto 48px auto;
        padding: 72px 36px 0 36px;
        background-position: center top -6px;
        background-size: 66px auto;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail h4 {
        margin-bottom: 36px;
    }

    section.infosAndServices .priceInformation {
        margin-bottom: 216px;
    }

    section.infosAndServices .priceInformation span.tagline {
        margin-bottom: 48px;
    }

    section.infosAndServices .priceInformation .priceTag {
        width: 84px;
        height: 84px;
        margin: 0 auto 48px auto;
    }

    section.infosAndServices .faq {
        margin-top: 192px;
        margin-bottom: 120px;
    }

    section.infosAndServices .faq .answers {
        width: 83.333333333333%;
    }

    section.infosAndServices .faq .answers .answer {
        width: 100%;
        padding: 0 12px;
        margin-bottom: 96px;
    }

    section.infosAndServices .faq .answers .answer .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
        background-size: 120% 120%;
    }

    section.infosAndServices .faq .answers .answer h4 {
        width: 70%;
        margin-bottom: 48px;
    }

    section.infosAndServices .faq .answers .answer p, section.infosAndServices .faq .answers .answer ul li {
        width: 97%;
        margin-bottom: 12px;
    }

    section.prices .innerWrapper {
        width: 70.833333333333%;
    }

    section.prices .tableHead .priceInfo, section.prices .tableHead .seasonsInfo {
        width: 100%;
    }

    section.prices .tableHead .priceInfo {
        padding: 0 12px;
        margin-bottom: 48px;
    }

    section.prices .tableHead .priceInfo a {
        position: relative;
        bottom: auto;
        display: inline-block;
        margin-top: 36px;
    }

    section.prices .tableHead .seasonsInfo {
        padding: 0 12px;
    }

    section.prices .tableHead .seasonsInfo .season {
        width: 50%;
        padding: 24px;
    }

    section.prices .tableHead .seasonsInfo .season p {
        margin-top: 12px;
    }

    section.prices .tableBody {
        padding: 0 12px;
        margin-bottom: 36px;
    }

    section.prices .tableBody .roomCategory {
        padding: 24px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo {
        width: 100%;
        padding: 24px 0;
        border: none;
    }

    section.prices .tableBody .roomCategory .roomInfo .room {
        padding: 24px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room:first-child {
        border-top: solid 1px rgba(0, 0, 0, 0.4);
    }

    section.prices .tableBody .roomCategory .roomInfo .room a {
        margin-bottom: 12px;
    }

    section.prices .tableBody .roomCategory .priceInfo {
        width: 100%;
        padding: 0 0 0 0;
        margin-top: -32.4px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches {
        margin-bottom: 60px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch span {
        padding: 4.8px 9.6px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights {
        width: 66.666666666667%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p {
        margin-bottom: 14.4px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p:first-child {
        margin-bottom: 27.6px;
        margin-top: 9.6px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price {
        width: 100%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p {
        margin-bottom: 12px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p:first-child {
        margin-bottom: 19.2px;
    }

    section.prices .tableBody:after {
        height: 2px;
    }

    section.prices .tableFooter {
        padding: 0 12px;
    }

    section.prices .tableFooter.big {
        margin-bottom: 36px;
    }

    section.contact .pageHeader {
        margin-bottom: 48px;
    }

    section.contact .pageHeader .contactInformation {
        width: 83.333333333333%;
    }

    section.contact .pageHeader .contactInformation .contactIcons {
        width: 50%;
        padding: 0 24px;
        margin-bottom: 72px;
        background-size: 27% auto;
    }

    section.contact .pageHeader .contactInformation .contactIcons:before {
        padding-top: 40%;
    }

    section.ottmanngut h3 {
        margin-bottom: 36px;
    }

    section.ottmanngut span.tagline {
        margin: 0 auto 108px auto;
        width: 60%;
    }

    section.ottmanngut .pageHeader {
        margin-bottom: 204px;
    }

    section.ottmanngut .pageHeader span.pageTagline {
        margin-bottom: 72px;
    }

    section.ottmanngut .pageHeader > img {
        padding: 0 12px;
        width: 100%;
    }

    section.ottmanngut .stripeSlider {
        margin-bottom: 204px;
    }

    section.ottmanngut .dasHaus h2 {
        width: 75%;
        margin: 0 auto 60px 8.3333333333333%;
    }

    section.ottmanngut .dasHaus p {
        -moz-column-count: 2;
        -moz-column-gap: 24px;
        -webkit-column-count: 2;
        -webkit-column-gap: 24px;
        column-count: 2;
        column-gap: 24px;
        width: 83.333333333333%;
    }

    section.ottmanngut .timeline {
        margin-top: 192px;
        margin-bottom: 192px;
    }

    section.ottmanngut .timeline.innerWrapper {
        width: 77.916666666667%;
    }

    section.ottmanngut .timeline .progressBar {
        left: 14.285714285714%;
    }

    section.ottmanngut .timeline .year {
        width: 100%;
        margin-bottom: 120px;
    }

    section.ottmanngut .timeline .year span {
        width: 28.571428571429%;
        margin-top: 73.2px;
        padding: 12px 0;
    }

    section.ottmanngut .timeline .year img {
        width: 35.714285714286%;
    }

    section.ottmanngut .timeline .year p {
        width: 35.714285714286%;
        padding: 0 0 0 24px;
        margin-top: -0.5em;
    }

    section.ottmanngut .family > h3:before {
        width: 156px;
        height: 174px;
        margin: 0 auto -60px auto;
    }

    section.ottmanngut .family > .member {
        width: 100%;
        margin: 0 auto 84px auto;
    }

    section.ottmanngut .family > .member img, section.ottmanngut .family > .member .textColumn {
        width: 50%;
        padding: 0 12px;
    }

    section.ottmanngut .family > .member .textColumn {
        padding-left: 7%;
        padding-right: 7%;
    }

    section.ottmanngut .family > .member h3 {
        margin-bottom: 12px;
    }

    section.ottmanngut .family > .member p {
        margin-top: 24px;
    }

    section.ottmanngut .team {
        width: 83.333333333333%;
        margin: 192px auto 120px auto;
    }

    section.ottmanngut .team .member {
        width: 50%;
        padding: 0 24px;
        margin: 0 auto 84px auto;
    }

    section.ottmanngut .team .member h3 {
        margin-bottom: 6px;
    }

    section.ottmanngut .team .member span.tagline {
        margin-bottom: 24px;
    }

    section.ottmanngut .team .member img {
        width: 100%;
        margin-bottom: 24px;
    }

    section.stories .pageHeader {
        margin-bottom: 86.4px;
    }

    section.stories .pageHeader span.pageTagline {
        margin-bottom: 84px;
    }

    section.stories .filter {
        text-align: center;
    }

    section.stories .filter.active .filterTrigger:after {
        background-position: center top;
    }

    section.stories .filter.active ul {
        opacity: 1;
        height: auto;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        text-align: center;
    }

    section.stories .filter.active ul li {
        margin: 0;
    }

    section.stories .filter .filterTrigger {
        position: relative;
        width: auto;
        display: inline-block;
        float: none;
        padding: 0 0 0 0;
        margin-bottom: 18px;
        color: #fa8c73;
        text-transform: uppercase;
        border-bottom: solid 1px #fa8c73;
    }

    section.stories .filter .filterTrigger:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 110%;
        display: block;
        width: 24px;
        height: 12px;
        box-sizing: border-box;
        padding: 2.4px 3.6px;
        background-image: url('../img/icons/upDown.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        background-origin: content-box;
        background-clip: content-box;
    }

    section.stories .filter ul {
        opacity: 0;
        height: 0;
        overflow: hidden;
        float: none;
        width: 100%;
        padding: 0 24px;
    }

    section.stories .filter ul li {
        display: block;
        padding: 18px 0;
    }

    section.stories .filter ul li a.current:before {
        width: 20.4px;
        background-position: left 47%;
        background-size: auto 50%;
    }

    section.stories .storiesGrid {
        margin-bottom: 75.6px;
    }

    section.stories .storiesGrid:before {
        left: 50%;
    }

    section.stories .storiesGrid:after {
        display: none;
    }

    section.stories .storiesGrid .gridSizer {
        width: 50%;
    }

    section.stories .storiesGrid .teaser {
        width: 50%;
        padding: 0 12px 60px 12px;
    }

    section.stories .storiesGrid .teaser:before {
        height: 2px;
    }

    section.stories .storiesGrid .teaser .patch {
        left: 12px;
        top: 1px;
        padding: 4.8px 9.6px;
    }

    section.stories .storiesGrid .teaser img {
        margin: 9.6px 0 -24px 0;
    }

    section.stories .storiesGrid .teaser p {
        margin: 36px 0 12px 0;
    }

    section.stories .storiesGrid .teaser p.tagline {
        width: 66.666666666667%;
    }

    section.stories .storiesGrid .teaser p.date {
        width: 33.333333333333%;
    }

    section.events .eventsTeaser {
        width: 100%;
        margin: 0 auto 150px auto;
    }

    section.events .eventsTeaser > h3 {
        margin-bottom: 42px;
        margin-left: 12px;
    }

    section.events .eventsTeaser .teaser {
        padding: 0 12px;
    }

    section.events .eventsTeaser .teaser .patch {
        left: 12px;
        padding: 4.8px 9.6px;
    }

    section.events .eventsTeaser.upcomming .teaser {
        width: 50%;
    }

    section.events .eventsTeaser.upcomming .teaser p.tagline {
        width: 100%;
        margin: 12px 0 18px 0;
    }

    section.events .eventsTeaser.upcomming .teaser p.date {
        margin-bottom: 18px;
    }

    section.events .eventsTeaser.upcomming .teaser a.headline h3 {
        margin-bottom: 42px;
    }

    section.events .eventsTeaser.upcomming .teaser:after {
        height: 2px;
    }

    section.events .eventsTeaser.list .teaser {
        margin-bottom: 48px;
    }

    section.events .eventsTeaser.list .teaser p.date {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 36px;
    }

    section.events .eventsTeaser.list .teaser p.tagline {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    section.events .eventsTeaser.list .teaser a.headline {
        width: 80%;
        margin-left: 0;
    }

    section.story .storyHeader {
        width: 100%;
        padding: 0;
    }

    section.story .storyHeader img {
        padding: 0;
    }

    section.story .storyHeader div, section.story .storyHeader h1 {
        padding: 0 24px;
    }

    section.story .storyHeader img {
        margin: 126px auto 24px auto;
    }

    section.story .storyHeader div.taglineWrapper {
        width: 40%;
    }

    section.story .storyHeader div.dateWrapper {
        width: 20%;
        padding: 0 12px;
    }

    section.story .storyHeader div.shareWrapper {
        width: 40%;
    }

    section.story .storyHeader div.shareWrapper ul li a {
        width: 21.6px;
        height: 21.6px;
        margin: 0 0 -4.8px 20.4px;
    }

    section.story .storyHeader a.back {
        margin: 36px 0 36px 24px;
    }

    section.story .storyHeader h1 {
        width: 100%;
        margin: 0 auto 90px auto;
    }

    section.story .storyHeader .eventInfo {
        width: 70.833333333333%;
        padding: 0 12px;
        margin: 0 auto 60px auto;
    }

    section.story .storyHeader .eventInfo p {
        margin-bottom: 30px;
    }

    section.story .storyHeader .eventInfo span {
        width: 25%;
    }

    section.story .storyContent {
        width: 70.833333333333%;
        margin-bottom: 144px;
    }

    section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        margin-top: 68.4px;
        margin-bottom: 36px;
    }

    section.story .storyContent p {
        margin-bottom: 36px;
    }

    section.story .storyContent img, section.story .storyContent iframe {
        margin: 0 auto 36px auto;
    }

    section.impressions span.pageTagline {
        margin-bottom: 96px;
    }

    section.impressions .imageGrid {
        margin-bottom: 300px;
    }

    section.booking_addon #Bs-BookingWidget {
        padding: 0 24px;
        margin-top: 84px;
        margin-bottom: 300px;
    }

    section.press h3 {
        margin: 0 auto 36px auto;
        width: 70%;
    }

    section.press span.tagline {
        margin: 0 auto 108px auto;
        width: 70%;
    }

    section.press .pageHeader {
        margin-bottom: 120px;
    }

    section.press .pageHeader h1.pageHeadline {
        margin-bottom: 48px;
    }

    section.press .pageHeader span.pageTagline {
        width: 100%;
        margin-bottom: 60px;
    }

    section.press .gridItem {
        width: 33.333333333333%;
        padding: 12px;
    }

    section.press article {
        margin-bottom: 120px;
    }

    section.press article.magazines .magazinesGrid {
        margin: 0;
    }

    section.press article.magazines .magazinesGrid .gridItem {
        width: 33.333333333333%;
        margin: 0;
    }

    section.press article.magazines .magazinesGrid .gridItem:after {
        margin-top: 6px;
    }

    section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights {
        margin-bottom: 24px;
    }

    section.press article.pressKit .gridItem:after, section.press article.additionals .gridItem:after {
        width: 24px;
        height: 24px;
        margin-top: 6px;
    }

    header.minified .logo {
        top: 27.6px;
    }

    header.minified .menuTrigger {
        top: 42px;
    }

    header.minified .topBar {
        height: 126px;
    }

    header .logo {
        top: 72px;
        left: 7.5%;
        margin-left: 24px;
        width: 144px;
    }

    header .menuTrigger {
        top: 108px;
        right: 7.5%;
        margin-right: 24px;
        width: 48px;
    }

    header nav.menu ul.main {
        margin: 168px 0 0 0;
    }

    header nav.menu ul.main li {
        padding: 30px 0;
    }

    header nav.menu ul.sub li {
        padding: 30px 0;
    }

    header nav.menu .language_switcher {
        margin: 54px 0 0 0;
    }

    header nav.menu p.contact {
        width: 70%;
        margin: 84px auto 168px auto;
    }

    h1.pageHeadline {
        max-width: 75%;
        margin: 204px auto 42px auto;
    }

    span.pageTagline {
        max-width: 90%;
        margin: 0 auto 132px auto;
    }

    .imageGrid .image--portrait, .imageGrid .image--landscape--panorama, .imageGrid .image--landscape--small, .imageGrid .image--landscape--big {
        padding: 12px;
    }

    .imageGrid .image--portrait:before, .imageGrid .image--landscape--panorama:before, .imageGrid .image--landscape--small:before, .imageGrid .image--landscape--big:before {
        margin: -12px;
    }

    .imageGrid .image--portrait {
        width: 50%;
    }

    .imageGrid .image--landscape--panorama {
        width: 100%;
    }

    .imageGrid .image--landscape--small {
        width: 50%;
    }

    .imageGrid .image--landscape--big {
        width: 100%;
    }

    .imageGrid .columnSeparator {
        width: 50%;
    }

    .imageGrid .columnSeparator .image--portrait, .imageGrid .columnSeparator .image--landscape--panorama, .imageGrid .columnSeparator .image--landscape--small, .imageGrid .columnSeparator .image--landscape--big {
        width: 100%;
    }

    .imageGrid .video {
        width: 100%;
        padding: 12px;
    }

    .imageGrid .video .videoContainer {
        width: 100%;
    }

    .infoTeaser {
        margin-top: 108px;
        margin-bottom: 108px;
    }

    .infoTeaser.innerWrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .infoTeaser .infoTeaserHeadline {
        max-width: 360px;
        margin: 0 auto 108px auto;
    }

    .infoTeaser .infoTeaserCell {
        width: 100%;
        padding: 84px;
    }

    .infoTeaser .infoTeaserCell.first {
        border-width: 1px 0 0 0;
    }

    .infoTeaser .infoTeaserCell h3 {
        margin: 0 0 24px 0;
    }

    .infoTeaser .infoTeaserCell span {
        margin: 0 0 72px 0;
    }

    .infoTeaser .infoTeaserImagesCell {
        margin-top: -21.6px;
        padding: 48px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell {
        width: 83.333333333333%;
        padding: 48px;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell h3 {
        margin: 0 0 48px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell span {
        margin: 0 0 48px 0;
    }

    .language_switcher .slash {
        margin: 0 9px;
    }

    .stripeSlider {
        height: 366px;
    }

    .stripeSlider .slick-list .slick-slide {
        padding: 0 6px;
    }

    .stripeSlider.slider_invisible {
        background-size: 38.4px 38.4px;
    }

    .stripeSlider .slick-arrow {
        top: 100%;
        right: 50%;
        width: 18px;
        height: 36px;
    }

    .stripeSlider .slick-arrow.slick-next {
        margin-top: 24px;
        margin-right: -18px;
    }

    .stripeSlider .slick-arrow.slick-prev {
        margin-top: 66px;
        margin-right: 0;
    }

    .overlaySlider .close {
        top: 72px;
        right: 72px;
        width: 36px;
        height: 36px;
    }

    .overlaySlider .ajax {
        width: 38.4px;
        height: 38.4px;
        margin-top: -19.2px;
        margin-left: -19.2px;
    }

    .overlaySlider .slidesWrapper .slick-list .slick-track .slick-slide {
        padding: 144px;
    }

    .overlaySlider .slidesWrapper .slick-arrow {
        margin-top: -18px;
        width: 18px;
        height: 36px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-next {
        right: 78px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-prev {
        left: 78px;
    }

    .map {
        padding: 0 24px;
        margin-bottom: 168px;
    }

    .map #contact_map {
        height: 648px;
    }

    footer {
        padding: 144px 0;
    }

    footer .footerCell {
        width: 100% !important;
        padding: 0 12px;
        text-align: center;
        margin: 0 auto 72px auto;
        float: none;
    }

    footer .footerCell.first .logo {
        width: 228px;
        margin: 0 0 0 0;
    }

    footer .footerCell.first .language_switcher {
        margin: 60px 0 0 0;
    }

    footer .footerCell.second {
        display: none;
    }

    footer .footerCell.third br {
        display: none;
    }

    footer .footerCell.third a {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    footer .footerCell.third form {
        width: 41.666666666667%;
        margin: 48px auto 0 auto;
    }

    footer .footerCell.third form input[type="text"] {
        padding: 0 0 6px 0;
    }

    footer .footerCell.third form input[type="submit"] {
        width: 24px;
        height: 24px;
    }

    footer .footerCell.fourth {
        text-align: center;
        margin-bottom: 0;
    }

    footer .footerCell.fourth a.socialMedia {
        width: 26.4px;
        margin: 0 12px 24px 12px;
    }

    footer .footerCell.fourth .partnerLinks a img {
        height: 40px;
    }

    .bookingPatch {
        top: 40%;
        padding: 14.4px 24px 24px 24px;
    }

    .bookingPatch a {
        padding: 0 0 3.6px 0;
    }

    #bookingBar h3 {
        width: 70%;
        margin: 20% auto 120px auto;
    }

    #bookingBar input {
        width: 100%;
    }

    #bookingBar input[type="submit"] {
        padding: 0 0 3.6px 0;
        float: none !important;
    }

    #bookingBar form div.input {
        width: 100%;
        padding: 0 12px;
        margin-bottom: 36px;
    }

    #bookingBar form div.input input {
        margin: 12px 0 0 0;
    }

    #bookingBar form div.input .inner {
        padding: 12px;
    }

    #bookingBar form div.input.persons .inner {
        width: 80%;
    }

    #bookingBar form div.input.persons .changeAmount {
        right: 12px;
        width: 20%;
    }

    #bookingBar a span {
        display: none;
    }

    #bookingBar.minified {
        padding: 12px 0;
    }

    #bookingBar.minified .input {
        display: none;
    }

    #bookingBar.minified input[type="submit"] {
        margin: 12px auto;
    }

    #bookingBar.minified a {
        position: absolute;
        top: 12px;
    }

    #bookingBar.minified a.phone, #bookingBar.minified a.directions {
        display: inline-block;
    }

    #bookingBar.minified a.phone {
        left: 24px;
    }

    #bookingBar.minified a.directions {
        right: 24px;
    }

    #bookingBar.minified a:before {
        width: 38.4px;
        height: 38.4px;
    }

    #bookingBar.full .innerWrapper {
        margin-bottom: 7%;
    }

    #bookingBar.full form {
        width: 50%;
    }

    #bookingBar.full input[type="submit"] {
        margin: 36px auto 60px auto;
    }

    #bookingBar.full a {
        margin-bottom: 28.8px;
    }

    #bookingBar.full a.mail, #bookingBar.full a.phone {
        display: inline-block;
    }

    #bookingBar.full a:before {
        width: 38.4px;
        height: 38.4px;
        margin: 0 24px;
    }

    .xdsoft_datetimepicker {
        margin-left: -12px;
        margin-top: 12px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 258px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar {
        padding: 10px 5px 15px;
    }
}

@media only screen and (min-width: 870px) and (max-width: 1279px) {
    h1.pageHeadline, .infoTeaser .infoTeaserImagesCell h3 {
        font-size: 51.2px;
    }

    section.frontpage.teaser .teaserText h1, section.rooms .roomDetails h3, section.packages h3, section.packageRequest h3, section.editorialPages h3, section.infosAndServices h3, section.ottmanngut h3, section.story .storyHeader h1, section.press h3, #bookingBar h3, .infoTeaser h1, .infoTeaser h3 {
        font-size: 28.8px;
    }

    span.pageTagline, section.rooms .roomDetails p.excerpt, section.packages .leftContainer p.excerpt, section.packageRequest h4, section.editorialPages .textColumn h2, section.infosAndServices .optionalServiceDetail h4, section.prices .tableHead .priceInfo h2, section.ottmanngut .dasHaus h2 {
        font-size: 26.4px;
    }

    .timeline span, section.ottmanngut .member h3, section.packages span.priceTag, section.events .eventsTeaser > h3section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        font-size: 23.2px;
    }

    section.events .eventsTeaser > h3 {
        font-size: 20.8px;
    }

    nav.menu ul.main, #bookingBar form input, #bookingBar.full a {
        font-size: 19.2px;
    }

    section.rooms .roomDetails a.request, section.packages .rightContainer a.request, section.packageRequest input[type="submit"], section.press a.kitLink {
        font-size: 17.6px;
    }

    .bookingPatch a {
        font-size: 16px;
    }

    section.frontpage.teaser .teaserText p, section.rooms .roomDetails p.description, section.rooms .roomDetails .price p, section.packages .package .details .rightContainer p, section.packageRequest h5, section.editorialPages p, section.infosAndServices .serviceIcons, section.infosAndServices .optionalServiceDetail p, section.infosAndServices .faq h4, section.prices .tableBody .roomCategory .room a, section.prices .categoryPrices .price p:first-child, section.prices .tableFooter.big, section.ottmanngut .team .member h3, section.contact .contactIcons, section.story .storyContent {
        font-size: 14.4px;
    }

    nav.menu .language_switcher, section.frontpage.teaser .teaserText span, section.rooms .roomDetails span.tagline, section.packages span.tagline, section.packageRequest span.tagline, section.infosAndServices span.tagline, section.ottmanngut span.tagline, section.events .upcomming .teaser .headline h3, section.events .list .teaser .headline h3, section.events .list .teaser p.date, section.story .storyHeader .eventInfo p, section.press span.tagline, .infoTeaser span.tagline, footer, footer form input {
        font-size: 12.8px;
    }

    nav.menu ul.sub, section.frontpage.teaser .teaserText a.teaserLink, section.infosAndServices a.pdfLink, section.infosAndServices .optionalServiceList, section.infosAndServices .faq p, section.infosAndServices .faq ul, section.prices .tableHead .priceInfo a, section.prices .tableFooter.small, section.ottmanngut .dasHaus p, section.ottmanngut .member p, section.packages .leftContainer span.duration, section.packages .leftContainer a, section.packageRequest a.closeRequest, section.packageRequest .input, section.packageRequest .input input, section.stories .filter, section.stories .teaser .headline h3, section.stories .teaser .date, section.story .storyHeader a.back, section.stories .teaser .tagline, section.events .upcomming .teaser p, section.events .list .teaser p.tagline, section.story .storyHeader p, section.press .gridItem p, .infoTeaser a.teaserLink {
        font-size: 12px;
    }

    p.contact, section.frontpage.hero .language_switcher, section.rooms .roomDetails .price a, section.rooms .roomDetails .roomMeta .roomIcons, section.prices .tableHead .seasonsInfo, section.prices .categoryPrices .price p, section.ottmanngut .team .member p, .timeline p {
        font-size: 11.2px;
    }

    section.prices .tableBody .roomCategory .room ul, section.infosAndServices .serviceIcons span, section.prices .tableHead .priceInfo p {
        font-size: 10.4px;
    }

    section.prices .categoryNights, section.packageRequest span, section.packageRequest .accept label, #bookingBar form .input {
        font-size: 9.6px;
    }

    .patch {
        font-size: 8.8px;
    }

    .innerWrapper {
        width: 700px;
        padding: 0 8px;
    }

    section.frontpage.hero .heroImage {
        padding: 16px;
        width: 700px;
    }

    section.frontpage.hero .scrollDown, section.frontpage.hero p.contact, section.frontpage.hero .language_switcher {
        bottom: 92px;
    }

    section.frontpage.hero .scrollDown {
        left: 48px;
        margin-left: 8px;
        width: 32px;
        height: 16px;
    }

    section.frontpage.hero .language_switcher {
        right: 48px;
        margin-right: 8px;
    }

    section.frontpage.teaser .teaserImage, section.frontpage.teaser .teaserText, section.frontpage.teaser .videoContainer {
        padding: 8px;
    }

    section.frontpage.teaser .teaserText h1 {
        margin: 0 0 32px 0;
    }

    section.frontpage.teaser .teaserText span {
        margin: 0 0 32px 0;
    }

    section.frontpage.teaser .teaserText p {
        margin: 0 0 32px 0;
    }

    section.frontpage.teaser .dasOttmanngut {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .dasOttmanngut .teaserImage {
        width: 41.666666666667%;
        margin: 64px 0 0 0;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText {
        width: 41.666666666667%;
        margin: 0 0 0 8.3333333333333%;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText .map {
        width: 120%;
        margin: 32px 0 0 -10%;
    }

    section.frontpage.teaser .dieZimmer {
        margin-top: 160px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .dieZimmer .teaserText {
        width: 45.833333333333%;
    }

    section.frontpage.teaser .dieZimmer .teaserText a.teaserLink {
        margin: 0 12px;
    }

    section.frontpage.teaser .dieZimmer .teaserImage {
        width: 54.166666666667%;
    }

    section.frontpage.teaser .video {
        margin-top: 96px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .video .teaserText {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .video .videoContainer {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .fruehstueck {
        margin-top: 96px;
        margin-bottom: 56px;
    }

    section.frontpage.teaser .fruehstueck .teaserImage {
        width: 41.666666666667%;
        margin: 0 0 0 8.3333333333333%;
    }

    section.frontpage.teaser .fruehstueck .teaserText {
        width: 41.666666666667%;
    }

    section.rooms .roomSlider {
        width: 66.666666666667%;
    }

    section.rooms .roomSlider .slick-dots {
        width: 150%;
        margin-left: -25%;
        margin-top: 32px;
        margin-bottom: 80px;
    }

    section.rooms .roomSlider .slick-dots li {
        width: 33.333333333333%;
        padding: 16px 0;
    }

    section.rooms .roomDetails h3 {
        margin: 0 0 32px 0;
    }

    section.rooms .roomDetails span {
        margin: 0 0 32px 0;
    }

    section.rooms .roomDetails .roomDetailsSlider {
        margin-bottom: 48px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow {
        bottom: 32px;
        right: 24px;
        width: 12px;
        height: 24px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-next {
        margin-bottom: 8.8px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-prev {
        margin-bottom: -16px;
        margin-right: 9.6px;
    }

    section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer {
        width: 50%;
    }

    section.rooms .roomDetails .roomDetailsSlider, section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer, section.rooms .roomDetails .roomMeta .roomIcons {
        padding: 0 8px;
    }

    section.rooms .roomDetails p.excerpt {
        margin-bottom: 32px;
    }

    section.rooms .roomDetails p.description {
        margin-bottom: 32px;
    }

    section.rooms .roomDetails .roomMeta {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    section.rooms .roomDetails .roomMeta .roomIcons {
        width: 20%;
        margin-bottom: 16px;
        background-size: 35% auto;
    }

    section.rooms .roomDetails .roomMeta .roomIcons:before {
        padding-top: 42%;
    }

    section.packages .pageHeader {
        margin-bottom: 136px;
    }

    section.packages h3 {
        margin-bottom: 24px;
    }

    section.packages span.tagline {
        margin: 0 auto 56px auto;
    }

    section.packages .details {
        margin-bottom: 136px;
    }

    section.packages .details img, section.packages .details .leftContainer, section.packages .details .rightContainer {
        padding: 0 8px;
    }

    section.packages .details img {
        margin-bottom: 40px;
    }

    section.packages .details span.priceTag {
        margin-top: -16px;
        margin-right: -8px;
        padding: 8px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    section.packages .details .leftContainer {
        width: 50%;
    }

    section.packages .details .leftContainer p.excerpt {
        margin-bottom: 12px;
    }

    section.packages .details .leftContainer span.duration {
        width: 70%;
        margin-bottom: 12px;
    }

    section.packages .details .rightContainer {
        width: 50%;
    }

    section.packages .details .rightContainer p {
        margin-bottom: 40px;
    }

    section.packageRequest {
        margin-bottom: 100px;
    }

    section.packageRequest .backLink {
        margin-top: 80px;
        margin-bottom: 32px;
    }

    section.packageRequest .backLink a.closeRequest:link, section.packageRequest .backLink a.closeRequest:hover, section.packageRequest .backLink a.closeRequest:visited {
        padding: 0 0 0.8px 0;
    }

    section.packageRequest h3 {
        margin-bottom: 24px;
    }

    section.packageRequest span.tagline {
        margin: 0 auto 56px auto;
    }

    section.packageRequest h4 {
        margin: 0 0 32px 8px;
    }

    section.packageRequest h5 {
        margin: 12px 0 16px 8px;
    }

    section.packageRequest form input, section.packageRequest form textarea, section.packageRequest form select {
        width: 100%;
        padding: 8px;
    }

    section.packageRequest form .selectWrapper {
        width: 70%;
    }

    section.packageRequest form .selectWrapper select {
        width: 117%;
        background-size: auto 60%;
        background-position: right 22% center;
    }

    section.packageRequest form input[type="submit"] {
        padding: 0 0 2.4px 0;
        margin-right: 8px;
    }

    section.packageRequest form fieldset {
        padding: 0 40px;
        margin-bottom: 32px;
        width: 100%;
    }

    section.packageRequest form fieldset.journey {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input.date input[type="text"] {
        background-size: auto 60%;
        background-position: right 6% center;
    }

    section.packageRequest form fieldset.person {
        width: 50%;
    }

    section.packageRequest form fieldset div.input {
        padding: 0 8px;
        margin-bottom: 8px;
    }

    section.packageRequest form fieldset div.input.zip {
        width: 30%;
    }

    section.packageRequest form fieldset div.input.city {
        width: 70%;
    }

    section.packageRequest form fieldset div.input input, section.packageRequest form fieldset div.input select {
        margin: 4px 0;
    }

    section.editorialPages h3 {
        margin-bottom: 28px;
    }

    section.editorialPages .textColumn, section.editorialPages .imageColumn {
        padding: 0 8px;
    }

    section.editorialPages .pageHeader {
        margin-bottom: 136px;
    }

    section.editorialPages .pageHeader h1.pageHeadline {
        margin-bottom: 32px;
    }

    section.editorialPages .pageHeader > img {
        padding: 0 8px;
        width: 83.333333333333%;
        margin: 0 auto 80px auto;
    }

    section.editorialPages .pageHeader .textColumn {
        width: 41.666666666667%;
    }

    section.editorialPages .pageHeader .textColumn h2 {
        margin-top: -8px;
        margin-bottom: 40px;
    }

    section.editorialPages .pageHeader .imageColumn {
        width: 41.666666666667%;
        margin-left: 16.666666666667%;
    }

    section.editorialPages .pageHeader .imageColumn img {
        width: 100%;
        margin-bottom: 12px;
    }

    section.editorialPages .gardenContentBlock--1 {
        margin-bottom: 48px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn {
        width: 50%;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn img {
        height: 364px;
    }

    section.editorialPages .gardenContentBlock--1 .textColumn {
        width: 41.666666666667%;
        margin-left: 4.1666666666667%;
    }

    section.editorialPages .gardenContentBlock--2 {
        margin-bottom: 160px;
    }

    section.editorialPages .gardenContentBlock--2 .imageGrid {
        width: 83.333333333333%;
    }

    section.editorialPages .gardenContentBlock--2-b {
        margin-bottom: 136px;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn {
        width: 41.666666666667%;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn p {
        margin-bottom: 32px;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn {
        width: 41.666666666667%;
        margin-left: 16.666666666667%;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn img {
        margin-bottom: 12px;
    }

    section.editorialPages .gardenContentBlock--3 {
        margin-bottom: 160px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn {
        width: 41.666666666667%;
        margin-left: 8.3333333333333%;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn img {
        margin-bottom: 12px;
    }

    section.editorialPages .gardenContentBlock--3 .textColumn {
        width: 41.666666666667%;
        margin-left: 4.1666666666667%;
    }

    section.editorialPages .gardenContentBlock--3 > img {
        left: 50%;
        margin: 0 0 12px 8px;
        height: 256px;
    }

    section.editorialPages .breakfastContentBlock--1 {
        margin-top: 136px;
        margin-bottom: 48px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn {
        width: 50%;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn img {
        height: 364px;
    }

    section.editorialPages .breakfastContentBlock--1 .textColumn {
        width: 41.666666666667%;
        margin-left: 8.3333333333333%;
    }

    section.editorialPages .breakfastContentBlock--2 {
        margin-bottom: 48px;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn {
        width: 41.666666666667%;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn p {
        margin-bottom: 32px;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn {
        width: 41.666666666667%;
        margin-left: 16.666666666667%;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn img {
        margin-bottom: 12px;
    }

    section.editorialPages .breakfastContentBlock--3 {
        margin-bottom: 96px;
    }

    section.editorialPages .breakfastContentBlock--3 .imageGrid {
        width: 83.333333333333%;
    }

    section.infosAndServices h3 {
        margin-bottom: 24px;
    }

    section.infosAndServices span.tagline {
        margin: 0 auto 72px auto;
        width: 40%;
    }

    section.infosAndServices .pageHeader {
        margin-bottom: 136px;
    }

    section.infosAndServices .pageHeader h1.pageHeadline {
        margin-bottom: 32px;
    }

    section.infosAndServices .pageHeader span.pageTagline {
        margin-bottom: 40px;
    }

    section.infosAndServices .pageHeader a.pdfLink {
        margin-bottom: 64px;
    }

    section.infosAndServices .pageHeader .mainInformation {
        margin-bottom: 112px;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons {
        width: 33.333333333333%;
        padding: 0 56px;
        margin-bottom: 48px;
        background-size: 25% auto;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons:before {
        padding-top: 57%;
    }

    section.infosAndServices .includedService {
        margin-bottom: 80px;
    }

    section.infosAndServices .includedService .iconsWrappper {
        width: 83.333333333333%;
    }

    section.infosAndServices .includedService .iconsWrappper .serviceIcons {
        width: 50%;
        min-height: 56px;
        padding: 0 72px;
        margin-bottom: 48px;
        background-position: left 8px top -6.4px;
        background-size: 48px auto;
    }

    section.infosAndServices .optionalService {
        margin-bottom: 128px;
    }

    section.infosAndServices .optionalService .optionalServiceList {
        width: 58.333333333333%;
        margin-left: 8.3333333333333%;
    }

    section.infosAndServices .optionalService .optionalServiceList li {
        width: 42.857142857143%;
        padding: 12px 0;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail {
        left: 42.857142857143%;
        width: 57.142857142857%;
        padding: 48px 24px 0 24px;
        background-position: center top -4px;
        background-size: 44px auto;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail h4 {
        margin-bottom: 24px;
    }

    section.infosAndServices .priceInformation {
        margin-bottom: 144px;
    }

    section.infosAndServices .priceInformation span.tagline {
        margin-bottom: 32px;
    }

    section.infosAndServices .priceInformation .priceTag {
        width: 56px;
        height: 56px;
        margin: 0 auto 32px auto;
    }

    section.infosAndServices .faq {
        margin-top: 128px;
        margin-bottom: 80px;
    }

    section.infosAndServices .faq .answers {
        width: 83.333333333333%;
    }

    section.infosAndServices .faq .answers .answer {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 64px;
    }

    section.infosAndServices .faq .answers .answer .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
        background-size: 120% 120%;
    }

    section.infosAndServices .faq .answers .answer h4 {
        width: 70%;
        margin-bottom: 32px;
    }

    section.infosAndServices .faq .answers .answer p, section.infosAndServices .faq .answers .answer ul li {
        width: 97%;
        margin-bottom: 8px;
    }

    section.prices .innerWrapper {
        width: 583.33333333333px;
    }

    section.prices .tableHead .priceInfo, section.prices .tableHead .seasonsInfo {
        width: 50%;
    }

    section.prices .tableHead .priceInfo {
        padding: 0 8px;
    }

    section.prices .tableHead .seasonsInfo {
        padding: 0 8px 0 0;
    }

    section.prices .tableHead .seasonsInfo .season {
        width: 50%;
        padding: 16px;
    }

    section.prices .tableHead .seasonsInfo .season p {
        margin-top: 8px;
    }

    section.prices .tableBody {
        padding: 0 8px;
        margin-bottom: 24px;
    }

    section.prices .tableBody .roomCategory {
        padding: 16px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo {
        width: 50%;
        padding: 0 16px 0 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room {
        padding: 16px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room a {
        margin-bottom: 8px;
    }

    section.prices .tableBody .roomCategory .priceInfo {
        width: 50%;
        padding: 0 0 0 16px;
        margin-top: -21.6px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches {
        margin-bottom: 40px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch span {
        padding: 3.2px 6.4px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights {
        width: 66.666666666667%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p {
        margin-bottom: 9.6px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p:first-child {
        margin-bottom: 18.4px;
        margin-top: 6.4px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price {
        width: 100%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p {
        margin-bottom: 8px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p:first-child {
        margin-bottom: 12.8px;
    }

    section.prices .tableBody:after {
        height: 2px;
    }

    section.prices .tableFooter {
        padding: 0 8px;
    }

    section.prices .tableFooter.big {
        margin-bottom: 24px;
    }

    section.contact .pageHeader {
        margin-bottom: 32px;
    }

    section.contact .pageHeader .contactInformation {
        width: 83.333333333333%;
    }

    section.contact .pageHeader .contactInformation .contactIcons {
        width: 50%;
        padding: 0 64px;
        margin-bottom: 48px;
        background-size: 20% auto;
    }

    section.contact .pageHeader .contactInformation .contactIcons:before {
        padding-top: 40%;
    }

    section.ottmanngut h3 {
        margin-bottom: 24px;
    }

    section.ottmanngut span.tagline {
        margin: 0 auto 72px auto;
        width: 40%;
    }

    section.ottmanngut .pageHeader {
        margin-bottom: 136px;
    }

    section.ottmanngut .pageHeader span.pageTagline {
        margin-bottom: 48px;
    }

    section.ottmanngut .pageHeader > img {
        padding: 0 8px;
        width: 100%;
    }

    section.ottmanngut .stripeSlider {
        margin-bottom: 80px;
    }

    section.ottmanngut .dasHaus h2 {
        width: 75%;
        margin: 0 auto 40px 8.3333333333333%;
    }

    section.ottmanngut .dasHaus p {
        -moz-column-count: 2;
        -moz-column-gap: 16px;
        -webkit-column-count: 2;
        -webkit-column-gap: 16px;
        column-count: 2;
        column-gap: 16px;
        width: 83.333333333333%;
    }

    section.ottmanngut .timeline {
        margin-top: 128px;
        margin-bottom: 128px;
    }

    section.ottmanngut .timeline.innerWrapper {
        width: 408.33333333333px;
    }

    section.ottmanngut .timeline .progressBar {
        left: 14.285714285714%;
    }

    section.ottmanngut .timeline .year {
        width: 100%;
        margin-bottom: 80px;
    }

    section.ottmanngut .timeline .year span {
        width: 28.571428571429%;
        margin-top: 48.8px;
        padding: 8px 0;
    }

    section.ottmanngut .timeline .year img {
        width: 35.714285714286%;
    }

    section.ottmanngut .timeline .year p {
        width: 35.714285714286%;
        padding: 0 0 0 16px;
        margin-top: -0.5em;
    }

    section.ottmanngut .family > h3:before {
        width: 104px;
        height: 116px;
        margin: 0 auto -40px auto;
    }

    section.ottmanngut .family > .member {
        width: 83.333333333333%;
        margin: 0 auto 56px auto;
    }

    section.ottmanngut .family > .member img, section.ottmanngut .family > .member .textColumn {
        width: 50%;
        padding: 0 8px;
    }

    section.ottmanngut .family > .member .textColumn {
        padding-left: 7%;
        padding-right: 7%;
    }

    section.ottmanngut .family > .member h3 {
        margin-bottom: 8px;
    }

    section.ottmanngut .family > .member p {
        margin-top: 28px;
    }

    section.ottmanngut .team {
        width: 83.333333333333%;
        margin: 128px auto 80px auto;
    }

    section.ottmanngut .team .member {
        width: 33.333333333333%;
        padding: 0 16px;
        margin: 0 auto 56px auto;
    }

    section.ottmanngut .team .member h3 {
        margin-bottom: 4px;
    }

    section.ottmanngut .team .member span.tagline {
        margin-bottom: 16px;
    }

    section.ottmanngut .team .member img {
        width: 100%;
        margin-bottom: 16px;
    }

    section.stories .pageHeader {
        margin-bottom: 57.6px;
    }

    section.stories .pageHeader span.pageTagline {
        margin-bottom: 56px;
    }

    section.stories .filter .filterTrigger {
        width: 10%;
        padding: 0 8px;
    }

    section.stories .filter ul {
        width: 90%;
        padding: 0 8px;
    }

    section.stories .filter ul li {
        padding: 0 16px;
        margin: 0 0 16px 0;
    }

    section.stories .filter ul li a.current:before {
        width: 13.6px;
        background-position: left 40%;
        background-size: auto 50%;
    }

    section.stories .storiesGrid {
        margin-bottom: 50.4px;
    }

    section.stories .storiesGrid:before {
        left: 33.333%;
    }

    section.stories .storiesGrid:after {
        right: 33.333%;
    }

    section.stories .storiesGrid .gridSizer {
        width: 33.333333333333%;
    }

    section.stories .storiesGrid .teaser {
        width: 33.333333333333%;
        padding: 0 8px 40px 8px;
    }

    section.stories .storiesGrid .teaser:before {
        height: 2px;
    }

    section.stories .storiesGrid .teaser .patch {
        left: 8px;
        top: 1px;
        padding: 3.2px 6.4px;
    }

    section.stories .storiesGrid .teaser img {
        margin: 6.4px 0 -16px 0;
    }

    section.stories .storiesGrid .teaser p {
        margin: 24px 0 8px 0;
    }

    section.stories .storiesGrid .teaser p.tagline {
        width: 66.666666666667%;
    }

    section.stories .storiesGrid .teaser p.date {
        width: 33.333333333333%;
    }

    section.events .eventsTeaser {
        width: 83.333333333333%;
        margin: 0 auto 100px auto;
    }

    section.events .eventsTeaser > h3 {
        margin-bottom: 28px;
        margin-left: 8px;
    }

    section.events .eventsTeaser .teaser {
        padding: 0 8px;
    }

    section.events .eventsTeaser .teaser .patch {
        left: 8px;
        padding: 3.2px 6.4px;
    }

    section.events .eventsTeaser.upcomming .teaser {
        width: 50%;
    }

    section.events .eventsTeaser.upcomming .teaser p.tagline {
        width: 66.666666666667%;
        margin: 8px 0 12px 0;
    }

    section.events .eventsTeaser.upcomming .teaser p.date {
        margin-bottom: 12px;
    }

    section.events .eventsTeaser.upcomming .teaser a.headline h3 {
        margin-bottom: 28px;
    }

    section.events .eventsTeaser.upcomming .teaser:after {
        height: 2px;
    }

    section.events .eventsTeaser.list .teaser {
        margin-bottom: 32px;
    }

    section.events .eventsTeaser.list .teaser p.tagline {
        width: 80%;
        margin-left: 20%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    section.events .eventsTeaser.list .teaser p.date {
        left: 8px;
        bottom: 2px;
    }

    section.events .eventsTeaser.list .teaser a.headline {
        width: 80%;
        margin-left: 20%;
    }

    section.story .storyHeader {
        width: 583.33333333333px;
    }

    section.story .storyHeader img, section.story .storyHeader div, section.story .storyHeader h1 {
        padding: 0 8px;
    }

    section.story .storyHeader img {
        margin: 17% auto 16px auto;
    }

    section.story .storyHeader div.taglineWrapper {
        width: 40%;
    }

    section.story .storyHeader div.dateWrapper {
        width: 20%;
    }

    section.story .storyHeader div.shareWrapper {
        width: 40%;
    }

    section.story .storyHeader div.shareWrapper ul li a {
        width: 14.4px;
        height: 14.4px;
        margin: 0 0 -3.2px 13.6px;
    }

    section.story .storyHeader a.back {
        margin: 24px 0 24px 8px;
    }

    section.story .storyHeader h1 {
        width: 80%;
        margin: 0 auto 60px auto;
    }

    section.story .storyHeader .eventInfo {
        width: 466.66666666667px;
        margin: 0 auto 40px auto;
    }

    section.story .storyHeader .eventInfo p {
        margin-bottom: 20px;
    }

    section.story .storyHeader .eventInfo span {
        width: 18.75%;
    }

    section.story .storyContent {
        width: 466.66666666667px;
        margin-bottom: 96px;
    }

    section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        margin-top: 45.6px;
        margin-bottom: 24px;
    }

    section.story .storyContent p {
        margin-bottom: 24px;
    }

    section.story .storyContent img, section.story .storyContent iframe {
        margin: 0 auto 24px auto;
    }

    section.impressions span.pageTagline {
        margin-bottom: 64px;
    }

    section.impressions .imageGrid {
        margin-bottom: 200px;
    }

    section.booking_addon #Bs-BookingWidget {
        padding: 0 16px;
        margin-top: 56px;
        margin-bottom: 200px;
    }

    section.press h3 {
        margin: 0 auto 24px auto;
        width: 50%;
    }

    section.press span.tagline {
        margin: 0 auto 72px auto;
        width: 40%;
    }

    section.press .pageHeader {
        margin-bottom: 112px;
    }

    section.press .pageHeader h1.pageHeadline {
        margin-bottom: 32px;
    }

    section.press .pageHeader span.pageTagline {
        width: 50%;
        margin-bottom: 40px;
    }

    section.press .gridItem {
        width: 16.666666666667%;
        padding: 8px;
    }

    section.press article {
        margin-bottom: 80px;
    }

    section.press article.magazines .magazinesGrid {
        margin: 0 -1.6666666666667%;
    }

    section.press article.magazines .magazinesGrid .gridItem {
        width: 16.666666666667%;
        margin: 1.6666666666667%;
    }

    section.press article.magazines .magazinesGrid .gridItem:after {
        margin-top: 4px;
    }

    section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights {
        margin-bottom: 16px;
    }

    section.press article.pressKit .gridItem:after, section.press article.additionals .gridItem:after {
        width: 16px;
        height: 16px;
        margin-top: 4px;
    }

    header.minified .logo {
        top: 18.4px;
    }

    header.minified .menuTrigger {
        top: 28px;
    }

    header.minified .topBar {
        height: 84px;
    }

    header .logo {
        top: 48px;
        left: 48px;
        margin-left: 8px;
        width: 96px;
    }

    header .menuTrigger {
        top: 72px;
        right: 48px;
        margin-right: 8px;
        width: 32px;
    }

    header nav.menu ul.main {
        margin: 7% 0 0 0;
    }

    header nav.menu ul.main li {
        padding: 1.7% 0;
    }

    header nav.menu ul.sub {
        margin: 7% 0 0 0;
    }

    header nav.menu ul.sub li {
        padding: 0 16px;
    }

    header nav.menu .language_switcher {
        margin: 4% 0 0 0;
    }

    header nav.menu p.contact {
        margin: 4% 0 7% 0;
    }

    h1.pageHeadline {
        max-width: 75%;
        margin: 17% auto 28px auto;
    }

    span.pageTagline {
        max-width: 75%;
        margin: 0 auto 88px auto;
    }

    .imageGrid .image--portrait, .imageGrid .image--landscape--panorama, .imageGrid .image--landscape--small, .imageGrid .image--landscape--big {
        padding: 8px;
    }

    .imageGrid .image--portrait:before, .imageGrid .image--landscape--panorama:before, .imageGrid .image--landscape--small:before, .imageGrid .image--landscape--big:before {
        margin: -8px;
    }

    .imageGrid .image--portrait {
        width: 50%;
    }

    .imageGrid .image--landscape--panorama {
        width: 100%;
    }

    .imageGrid .image--landscape--small {
        width: 50%;
    }

    .imageGrid .image--landscape--big {
        width: 100%;
    }

    .imageGrid .columnSeparator {
        width: 50%;
    }

    .imageGrid .columnSeparator .image--portrait, .imageGrid .columnSeparator .image--landscape--panorama, .imageGrid .columnSeparator .image--landscape--small, .imageGrid .columnSeparator .image--landscape--big {
        width: 100%;
    }

    .imageGrid .video {
        width: 100%;
        padding: 8px;
    }

    .imageGrid .video .videoContainer {
        width: 100%;
    }

    .infoTeaser {
        margin-top: 72px;
        margin-bottom: 72px;
    }

    .infoTeaser.innerWrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .infoTeaser .infoTeaserHeadline {
        max-width: 240px;
        margin: 0 auto 72px auto;
    }

    .infoTeaser .infoTeaserCell {
        width: 50%;
        padding: 56px;
    }

    .infoTeaser .infoTeaserCell h3 {
        margin: 0 0 16px 0;
    }

    .infoTeaser .infoTeaserCell span {
        margin: 0 0 48px 0;
    }

    .infoTeaser .infoTeaserImagesCell {
        margin-top: -14.4px;
        padding: 32px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell {
        width: 66.666666666667%;
        padding: 56px;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell h3 {
        margin: 0 0 32px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell span {
        margin: 0 0 32px 0;
    }

    .language_switcher .slash {
        margin: 0 6px;
    }

    .stripeSlider {
        height: 244px;
    }

    .stripeSlider .slick-list .slick-slide {
        padding: 0 4px;
    }

    .stripeSlider.slider_invisible {
        background-size: 25.6px 25.6px;
    }

    .stripeSlider .slick-arrow {
        top: 100%;
        right: 50%;
        width: 12px;
        height: 24px;
    }

    .stripeSlider .slick-arrow.slick-next {
        margin-top: 16px;
        margin-right: -350px;
    }

    .stripeSlider .slick-arrow.slick-prev {
        margin-top: 44px;
        margin-right: -338px;
    }

    .overlaySlider .close {
        top: 48px;
        right: 48px;
        width: 24px;
        height: 24px;
    }

    .overlaySlider .ajax {
        width: 25.6px;
        height: 25.6px;
        margin-top: -12.8px;
        margin-left: -12.8px;
    }

    .overlaySlider .slidesWrapper .slick-list .slick-track .slick-slide {
        padding: 96px;
    }

    .overlaySlider .slidesWrapper .slick-arrow {
        margin-top: -12px;
        width: 12px;
        height: 24px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-next {
        right: 52px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-prev {
        left: 52px;
    }

    .map {
        padding: 0 16px;
        margin-bottom: 112px;
    }

    .map #contact_map {
        height: 432px;
    }

    footer {
        padding: 96px 0;
    }

    footer .footerCell {
        padding: 0 8px;
    }

    footer .footerCell.first {
        width: 25%;
    }

    footer .footerCell.first .logo {
        width: 152px;
        margin: -56.8px 0 0 0;
    }

    footer .footerCell.first .language_switcher {
        margin: 99.2px 0 0 0;
    }

    footer .footerCell.second {
        width: 8.3333333333333%;
    }

    footer .footerCell.third {
        width: 29.166666666667%;
    }

    footer .footerCell.third form {
        margin: 22.4px 0 0 0;
    }

    footer .footerCell.third form input[type="text"] {
        padding: 0 0 4px 0;
    }

    footer .footerCell.third form input[type="submit"] {
        width: 16px;
        height: 16px;
    }

    footer .footerCell.fourth {
        width: 37.5%;
    }

    footer .footerCell.fourth a.socialMedia {
        width: 17.6px;
        margin: 4px 0 0 12px;
    }

    footer .footerCell.fourth .partnerLinks {
        justify-content: flex-end;
    }

    footer .footerCell.fourth .partnerLinks a img {
        height: 30px;
    }

    .bookingPatch {
        top: 40%;
        padding: 9.6px 16px 16px 16px;
    }

    .bookingPatch a {
        padding: 0 0 2.4px 0;
    }

    #bookingBar h3 {
        width: 40%;
        margin: 20% auto 80px auto;
    }

    #bookingBar input {
        width: 100%;
    }

    #bookingBar input[type="submit"] {
        padding: 0 0 2.4px 0;
    }

    #bookingBar form div.input {
        width: 33.333333333333%;
        padding: 0 8px;
    }

    #bookingBar form div.input input {
        margin: 8px 0 0 0;
    }

    #bookingBar form div.input .inner {
        padding: 8px;
    }

    #bookingBar form div.input.persons .inner {
        width: 80%;
    }

    #bookingBar form div.input.persons .changeAmount {
        right: 8px;
        width: 20%;
    }

    #bookingBar.minified {
        padding: 8px 0;
    }

    #bookingBar.minified .input {
        width: 25%;
    }

    #bookingBar.minified .input.persons {
        width: 20%;
    }

    #bookingBar.minified input[type="submit"] {
        margin: 13.6px 8px 0 0;
    }

    #bookingBar.full .innerWrapper {
        margin-bottom: 7%;
    }

    #bookingBar.full form {
        width: 70%;
    }

    #bookingBar.full input[type="submit"] {
        margin: 80px auto;
    }

    #bookingBar.full a {
        margin-bottom: 19.2px;
    }

    #bookingBar.full a:before {
        width: 25.6px;
        height: 25.6px;
        margin: 0 16px -8px 0;
    }

    .xdsoft_datetimepicker {
        margin-left: -8px;
        margin-top: 8px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 215px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar {
        padding: 10px 5px 15px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    h1.pageHeadline, .infoTeaser .infoTeaserImagesCell h3 {
        font-size: 57.6px;
    }

    section.frontpage.teaser .teaserText h1, section.rooms .roomDetails h3, section.packages h3, section.packageRequest h3, section.editorialPages h3, section.infosAndServices h3, section.ottmanngut h3, section.story .storyHeader h1, section.press h3, #bookingBar h3, .infoTeaser h1, .infoTeaser h3 {
        font-size: 32.4px;
    }

    span.pageTagline, section.rooms .roomDetails p.excerpt, section.packages .leftContainer p.excerpt, section.packageRequest h4, section.editorialPages .textColumn h2, section.infosAndServices .optionalServiceDetail h4, section.prices .tableHead .priceInfo h2, section.ottmanngut .dasHaus h2 {
        font-size: 29.7px;
    }

    .timeline span, section.ottmanngut .member h3, section.packages span.priceTag, section.events .eventsTeaser > h3section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        font-size: 26.1px;
    }

    section.events .eventsTeaser > h3 {
        font-size: 23.4px;
    }

    nav.menu ul.main, #bookingBar form input, #bookingBar.full a {
        font-size: 21.6px;
    }

    section.rooms .roomDetails a.request, section.packages .rightContainer a.request, section.packageRequest input[type="submit"], section.press a.kitLink {
        font-size: 19.8px;
    }

    .bookingPatch a {
        font-size: 18px;
    }

    section.frontpage.teaser .teaserText p, section.rooms .roomDetails p.description, section.rooms .roomDetails .price p, section.packages .package .details .rightContainer p, section.packageRequest h5, section.editorialPages p, section.infosAndServices .serviceIcons, section.infosAndServices .optionalServiceDetail p, section.infosAndServices .faq h4, section.prices .tableBody .roomCategory .room a, section.prices .categoryPrices .price p:first-child, section.prices .tableFooter.big, section.ottmanngut .team .member h3, section.contact .contactIcons, section.story .storyContent {
        font-size: 16.2px;
    }

    nav.menu .language_switcher, section.frontpage.teaser .teaserText span, section.rooms .roomDetails span.tagline, section.packages span.tagline, section.packageRequest span.tagline, section.infosAndServices span.tagline, section.ottmanngut span.tagline, section.events .upcomming .teaser .headline h3, section.events .list .teaser .headline h3, section.events .list .teaser p.date, section.story .storyHeader .eventInfo p, section.press span.tagline, .infoTeaser span.tagline, footer, footer form input {
        font-size: 14.4px;
    }

    nav.menu ul.sub, section.frontpage.teaser .teaserText a.teaserLink, section.infosAndServices a.pdfLink, section.infosAndServices .optionalServiceList, section.infosAndServices .faq p, section.infosAndServices .faq ul, section.prices .tableHead .priceInfo a, section.prices .tableFooter.small, section.ottmanngut .dasHaus p, section.ottmanngut .member p, section.packages .leftContainer span.duration, section.packages .leftContainer a, section.packageRequest a.closeRequest, section.packageRequest .input, section.packageRequest .input input, section.stories .filter, section.stories .teaser .headline h3, section.stories .teaser .date, section.story .storyHeader a.back, section.stories .teaser .tagline, section.events .upcomming .teaser p, section.events .list .teaser p.tagline, section.story .storyHeader p, section.press .gridItem p, .infoTeaser a.teaserLink {
        font-size: 13.5px;
    }

    p.contact, section.frontpage.hero .language_switcher, section.rooms .roomDetails .price a, section.rooms .roomDetails .roomMeta .roomIcons, section.prices .tableHead .seasonsInfo, section.prices .categoryPrices .price p, section.ottmanngut .team .member p, .timeline p {
        font-size: 12.6px;
    }

    section.prices .tableBody .roomCategory .room ul, section.infosAndServices .serviceIcons span, section.prices .tableHead .priceInfo p {
        font-size: 11.7px;
    }

    section.prices .categoryNights, section.packageRequest span, section.packageRequest .accept label, #bookingBar form .input {
        font-size: 10.8px;
    }

    .patch {
        font-size: 9.9px;
    }

    .innerWrapper {
        width: 770px;
        padding: 0 9px;
    }

    section.frontpage.hero .heroImage {
        padding: 18px;
        width: 770px;
    }

    section.frontpage.hero .scrollDown, section.frontpage.hero p.contact, section.frontpage.hero .language_switcher {
        bottom: 103.5px;
    }

    section.frontpage.hero .scrollDown {
        left: 54px;
        margin-left: 9px;
        width: 36px;
        height: 18px;
    }

    section.frontpage.hero .language_switcher {
        right: 54px;
        margin-right: 9px;
    }

    section.frontpage.teaser .teaserImage, section.frontpage.teaser .teaserText, section.frontpage.teaser .videoContainer {
        padding: 9px;
    }

    section.frontpage.teaser .teaserText h1 {
        margin: 0 0 36px 0;
    }

    section.frontpage.teaser .teaserText span {
        margin: 0 0 36px 0;
    }

    section.frontpage.teaser .teaserText p {
        margin: 0 0 36px 0;
    }

    section.frontpage.teaser .dasOttmanngut {
        margin-top: 63px;
        margin-bottom: 63px;
    }

    section.frontpage.teaser .dasOttmanngut .teaserImage {
        width: 41.666666666667%;
        margin: 72px 0 0 0;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText {
        width: 41.666666666667%;
        margin: 0 0 0 8.3333333333333%;
    }

    section.frontpage.teaser .dasOttmanngut .teaserText .map {
        width: 120%;
        margin: 36px 0 0 -10%;
    }

    section.frontpage.teaser .dieZimmer {
        margin-top: 180px;
        margin-bottom: 63px;
    }

    section.frontpage.teaser .dieZimmer .teaserText {
        width: 45.833333333333%;
    }

    section.frontpage.teaser .dieZimmer .teaserText a.teaserLink {
        margin: 0 13.5px;
    }

    section.frontpage.teaser .dieZimmer .teaserImage {
        width: 54.166666666667%;
    }

    section.frontpage.teaser .video {
        margin-top: 108px;
        margin-bottom: 63px;
    }

    section.frontpage.teaser .video .teaserText {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .video .videoContainer {
        width: 83.333333333333%;
    }

    section.frontpage.teaser .fruehstueck {
        margin-top: 108px;
        margin-bottom: 63px;
    }

    section.frontpage.teaser .fruehstueck .teaserImage {
        width: 41.666666666667%;
        margin: 0 0 0 8.3333333333333%;
    }

    section.frontpage.teaser .fruehstueck .teaserText {
        width: 41.666666666667%;
    }

    section.rooms .roomSlider {
        width: 66.666666666667%;
    }

    section.rooms .roomSlider .slick-dots {
        width: 150%;
        margin-left: -25%;
        margin-top: 36px;
        margin-bottom: 90px;
    }

    section.rooms .roomSlider .slick-dots li {
        width: 33.333333333333%;
        padding: 18px 0;
    }

    section.rooms .roomDetails h3 {
        margin: 0 0 36px 0;
    }

    section.rooms .roomDetails span {
        margin: 0 0 36px 0;
    }

    section.rooms .roomDetails .roomDetailsSlider {
        margin-bottom: 54px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow {
        bottom: 36px;
        right: 27px;
        width: 13.5px;
        height: 27px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-next {
        margin-bottom: 9.9px;
    }

    section.rooms .roomDetails .roomDetailsSlider .slick-arrow.slick-prev {
        margin-bottom: -18px;
        margin-right: 10.8px;
    }

    section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer {
        width: 50%;
    }

    section.rooms .roomDetails .roomDetailsSlider, section.rooms .roomDetails .leftContainer, section.rooms .roomDetails .rightContainer, section.rooms .roomDetails .roomMeta .roomIcons {
        padding: 0 9px;
    }

    section.rooms .roomDetails p.excerpt {
        margin-bottom: 36px;
    }

    section.rooms .roomDetails p.description {
        margin-bottom: 36px;
    }

    section.rooms .roomDetails .roomMeta {
        margin-top: 81px;
        margin-bottom: 81px;
    }

    section.rooms .roomDetails .roomMeta .roomIcons {
        width: 20%;
        margin-bottom: 18px;
        background-size: 35% auto;
    }

    section.rooms .roomDetails .roomMeta .roomIcons:before {
        padding-top: 42%;
    }

    section.packages .pageHeader {
        margin-bottom: 153px;
    }

    section.packages h3 {
        margin-bottom: 27px;
    }

    section.packages span.tagline {
        margin: 0 auto 63px auto;
    }

    section.packages .details {
        margin-bottom: 153px;
    }

    section.packages .details img, section.packages .details .leftContainer, section.packages .details .rightContainer {
        padding: 0 9px;
    }

    section.packages .details img {
        margin-bottom: 45px;
    }

    section.packages .details span.priceTag {
        margin-top: -18px;
        margin-right: -9px;
        padding: 9px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    section.packages .details .leftContainer {
        width: 50%;
    }

    section.packages .details .leftContainer p.excerpt {
        margin-bottom: 13.5px;
    }

    section.packages .details .leftContainer span.duration {
        width: 70%;
        margin-bottom: 13.5px;
    }

    section.packages .details .rightContainer {
        width: 50%;
    }

    section.packages .details .rightContainer p {
        margin-bottom: 45px;
    }

    section.packageRequest {
        margin-bottom: 112.5px;
    }

    section.packageRequest .backLink {
        margin-top: 90px;
        margin-bottom: 36px;
    }

    section.packageRequest .backLink a.closeRequest:link, section.packageRequest .backLink a.closeRequest:hover, section.packageRequest .backLink a.closeRequest:visited {
        padding: 0 0 0.9px 0;
    }

    section.packageRequest h3 {
        margin-bottom: 27px;
    }

    section.packageRequest span.tagline {
        margin: 0 auto 63px auto;
    }

    section.packageRequest h4 {
        margin: 0 0 36px 9px;
    }

    section.packageRequest h5 {
        margin: 13.5px 0 18px 9px;
    }

    section.packageRequest form input, section.packageRequest form textarea, section.packageRequest form select {
        width: 100%;
        padding: 9px;
    }

    section.packageRequest form .selectWrapper {
        width: 70%;
    }

    section.packageRequest form .selectWrapper select {
        width: 117%;
        background-size: auto 60%;
        background-position: right 22% center;
    }

    section.packageRequest form input[type="submit"] {
        padding: 0 0 2.7px 0;
        margin-right: 9px;
    }

    section.packageRequest form fieldset {
        padding: 0 45px;
        margin-bottom: 36px;
        width: 100%;
    }

    section.packageRequest form fieldset.journey {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input {
        width: 50%;
    }

    section.packageRequest form fieldset.journey div.input.date input[type="text"] {
        background-size: auto 60%;
        background-position: right 6% center;
    }

    section.packageRequest form fieldset.person {
        width: 50%;
    }

    section.packageRequest form fieldset div.input {
        padding: 0 9px;
        margin-bottom: 9px;
    }

    section.packageRequest form fieldset div.input.zip {
        width: 30%;
    }

    section.packageRequest form fieldset div.input.city {
        width: 70%;
    }

    section.packageRequest form fieldset div.input input, section.packageRequest form fieldset div.input select {
        margin: 4.5px 0;
    }

    section.editorialPages h3 {
        margin-bottom: 31.5px;
    }

    section.editorialPages .textColumn, section.editorialPages .imageColumn {
        padding: 0 9px;
    }

    section.editorialPages .pageHeader {
        margin-bottom: 153px;
    }

    section.editorialPages .pageHeader h1.pageHeadline {
        margin-bottom: 36px;
    }

    section.editorialPages .pageHeader > img {
        padding: 0 9px;
        width: 83.333333333333%;
        margin: 0 auto 90px auto;
    }

    section.editorialPages .pageHeader .textColumn {
        width: 41.666666666667%;
    }

    section.editorialPages .pageHeader .textColumn h2 {
        margin-top: -9px;
        margin-bottom: 45px;
    }

    section.editorialPages .pageHeader .imageColumn {
        width: 41.666666666667%;
        margin-left: 16.666666666667%;
    }

    section.editorialPages .pageHeader .imageColumn img {
        width: 100%;
        margin-bottom: 13.5px;
    }

    section.editorialPages .gardenContentBlock--1 {
        margin-bottom: 54px;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn {
        width: 50%;
    }

    section.editorialPages .gardenContentBlock--1 .imageColumn img {
        height: 409.5px;
    }

    section.editorialPages .gardenContentBlock--1 .textColumn {
        width: 41.666666666667%;
        margin-left: 4.1666666666667%;
    }

    section.editorialPages .gardenContentBlock--2 {
        margin-bottom: 180px;
    }

    section.editorialPages .gardenContentBlock--2 .imageGrid {
        width: 83.333333333333%;
    }

    section.editorialPages .gardenContentBlock--2-b {
        margin-bottom: 153px;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn {
        width: 41.666666666667%;
    }

    section.editorialPages .gardenContentBlock--2-b .textColumn p {
        margin-bottom: 36px;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn {
        width: 41.666666666667%;
        margin-left: 16.666666666667%;
    }

    section.editorialPages .gardenContentBlock--2-b .imageColumn img {
        margin-bottom: 13.5px;
    }

    section.editorialPages .gardenContentBlock--3 {
        margin-bottom: 180px;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn {
        width: 41.666666666667%;
        margin-left: 8.3333333333333%;
    }

    section.editorialPages .gardenContentBlock--3 .imageColumn img {
        margin-bottom: 13.5px;
    }

    section.editorialPages .gardenContentBlock--3 .textColumn {
        width: 41.666666666667%;
        margin-left: 4.1666666666667%;
    }

    section.editorialPages .gardenContentBlock--3 > img {
        left: 50%;
        margin: 0 0 13.5px 9px;
        height: 288px;
    }

    section.editorialPages .breakfastContentBlock--1 {
        margin-top: 153px;
        margin-bottom: 54px;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn {
        width: 50%;
    }

    section.editorialPages .breakfastContentBlock--1 .imageColumn img {
        height: 409.5px;
    }

    section.editorialPages .breakfastContentBlock--1 .textColumn {
        width: 41.666666666667%;
        margin-left: 8.3333333333333%;
    }

    section.editorialPages .breakfastContentBlock--2 {
        margin-bottom: 54px;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn {
        width: 41.666666666667%;
    }

    section.editorialPages .breakfastContentBlock--2 .textColumn p {
        margin-bottom: 36px;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn {
        width: 41.666666666667%;
        margin-left: 16.666666666667%;
    }

    section.editorialPages .breakfastContentBlock--2 .imageColumn img {
        margin-bottom: 13.5px;
    }

    section.editorialPages .breakfastContentBlock--3 {
        margin-bottom: 108px;
    }

    section.editorialPages .breakfastContentBlock--3 .imageGrid {
        width: 83.333333333333%;
    }

    section.infosAndServices h3 {
        margin-bottom: 27px;
    }

    section.infosAndServices span.tagline {
        margin: 0 auto 81px auto;
        width: 40%;
    }

    section.infosAndServices .pageHeader {
        margin-bottom: 153px;
    }

    section.infosAndServices .pageHeader h1.pageHeadline {
        margin-bottom: 36px;
    }

    section.infosAndServices .pageHeader span.pageTagline {
        margin-bottom: 45px;
    }

    section.infosAndServices .pageHeader a.pdfLink {
        margin-bottom: 72px;
    }

    section.infosAndServices .pageHeader .mainInformation {
        margin-bottom: 126px;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons {
        width: 33.333333333333%;
        padding: 0 63px;
        margin-bottom: 54px;
        background-size: 25% auto;
    }

    section.infosAndServices .pageHeader .mainInformation .serviceIcons:before {
        padding-top: 57%;
    }

    section.infosAndServices .includedService {
        margin-bottom: 90px;
    }

    section.infosAndServices .includedService .iconsWrappper {
        width: 83.333333333333%;
    }

    section.infosAndServices .includedService .iconsWrappper .serviceIcons {
        width: 50%;
        min-height: 63px;
        padding: 0 81px;
        margin-bottom: 54px;
        background-position: left 9px top -7.2px;
        background-size: 54px auto;
    }

    section.infosAndServices .optionalService {
        margin-bottom: 144px;
    }

    section.infosAndServices .optionalService .optionalServiceList {
        width: 58.333333333333%;
        margin-left: 8.3333333333333%;
    }

    section.infosAndServices .optionalService .optionalServiceList li {
        width: 42.857142857143%;
        padding: 13.5px 0;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail {
        left: 42.857142857143%;
        width: 57.142857142857%;
        padding: 54px 27px 0 27px;
        background-position: center top -4.5px;
        background-size: 49.5px auto;
    }

    section.infosAndServices .optionalService .optionalServiceList li .optionalServiceDetail h4 {
        margin-bottom: 27px;
    }

    section.infosAndServices .priceInformation {
        margin-bottom: 162px;
    }

    section.infosAndServices .priceInformation span.tagline {
        margin-bottom: 36px;
    }

    section.infosAndServices .priceInformation .priceTag {
        width: 63px;
        height: 63px;
        margin: 0 auto 36px auto;
    }

    section.infosAndServices .faq {
        margin-top: 144px;
        margin-bottom: 90px;
    }

    section.infosAndServices .faq .answers {
        width: 83.333333333333%;
    }

    section.infosAndServices .faq .answers .answer {
        width: 50%;
        padding: 0 9px;
        margin-bottom: 72px;
    }

    section.infosAndServices .faq .answers .answer .icon {
        width: 45px;
        height: 45px;
        margin-bottom: 13.5px;
        background-size: 120% 120%;
    }

    section.infosAndServices .faq .answers .answer h4 {
        width: 70%;
        margin-bottom: 36px;
    }

    section.infosAndServices .faq .answers .answer p, section.infosAndServices .faq .answers .answer ul li {
        width: 97%;
        margin-bottom: 9px;
    }

    section.prices .innerWrapper {
        width: 641.66666666667px;
    }

    section.prices .tableHead .priceInfo, section.prices .tableHead .seasonsInfo {
        width: 50%;
    }

    section.prices .tableHead .priceInfo {
        padding: 0 9px;
    }

    section.prices .tableHead .seasonsInfo {
        padding: 0 9px 0 0;
    }

    section.prices .tableHead .seasonsInfo .season {
        width: 50%;
        padding: 18px;
    }

    section.prices .tableHead .seasonsInfo .season p {
        margin-top: 9px;
    }

    section.prices .tableBody {
        padding: 0 9px;
        margin-bottom: 27px;
    }

    section.prices .tableBody .roomCategory {
        padding: 18px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo {
        width: 50%;
        padding: 0 18px 0 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room {
        padding: 18px 0;
    }

    section.prices .tableBody .roomCategory .roomInfo .room a {
        margin-bottom: 9px;
    }

    section.prices .tableBody .roomCategory .priceInfo {
        width: 50%;
        padding: 0 0 0 18px;
        margin-top: -24.3px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches {
        margin-bottom: 45px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPatches .patch span {
        padding: 3.6px 7.2px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights {
        width: 66.666666666667%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p {
        margin-bottom: 10.8px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryNights p:first-child {
        margin-bottom: 20.7px;
        margin-top: 7.2px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices {
        width: 33.333333333333%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price {
        width: 100%;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p {
        margin-bottom: 9px;
    }

    section.prices .tableBody .roomCategory .priceInfo .categoryPrices .price p:first-child {
        margin-bottom: 14.4px;
    }

    section.prices .tableBody:after {
        height: 2px;
    }

    section.prices .tableFooter {
        padding: 0 9px;
    }

    section.prices .tableFooter.big {
        margin-bottom: 27px;
    }

    section.contact .pageHeader {
        margin-bottom: 36px;
    }

    section.contact .pageHeader .contactInformation {
        width: 83.333333333333%;
    }

    section.contact .pageHeader .contactInformation .contactIcons {
        width: 50%;
        padding: 0 72px;
        margin-bottom: 54px;
        background-size: 20% auto;
    }

    section.contact .pageHeader .contactInformation .contactIcons:before {
        padding-top: 40%;
    }

    section.ottmanngut h3 {
        margin-bottom: 27px;
    }

    section.ottmanngut span.tagline {
        margin: 0 auto 81px auto;
        width: 40%;
    }

    section.ottmanngut .pageHeader {
        margin-bottom: 153px;
    }

    section.ottmanngut .pageHeader span.pageTagline {
        margin-bottom: 54px;
    }

    section.ottmanngut .pageHeader > img {
        padding: 0 9px;
        width: 100%;
    }

    section.ottmanngut .stripeSlider {
        margin-bottom: 90px;
    }

    section.ottmanngut .dasHaus h2 {
        width: 75%;
        margin: 0 auto 45px 8.3333333333333%;
    }

    section.ottmanngut .dasHaus p {
        -moz-column-count: 2;
        -moz-column-gap: 18px;
        -webkit-column-count: 2;
        -webkit-column-gap: 18px;
        column-count: 2;
        column-gap: 18px;
        width: 83.333333333333%;
    }

    section.ottmanngut .timeline {
        margin-top: 144px;
        margin-bottom: 144px;
    }

    section.ottmanngut .timeline.innerWrapper {
        width: 449.16666666667px;
    }

    section.ottmanngut .timeline .progressBar {
        left: 14.285714285714%;
    }

    section.ottmanngut .timeline .year {
        width: 100%;
        margin-bottom: 90px;
    }

    section.ottmanngut .timeline .year span {
        width: 28.571428571429%;
        margin-top: 54.9px;
        padding: 9px 0;
    }

    section.ottmanngut .timeline .year img {
        width: 35.714285714286%;
    }

    section.ottmanngut .timeline .year p {
        width: 35.714285714286%;
        padding: 0 0 0 18px;
        margin-top: -0.5em;
    }

    section.ottmanngut .family > h3:before {
        width: 117px;
        height: 130.5px;
        margin: 0 auto -45px auto;
    }

    section.ottmanngut .family > .member {
        width: 83.333333333333%;
        margin: 0 auto 63px auto;
    }

    section.ottmanngut .family > .member img, section.ottmanngut .family > .member .textColumn {
        width: 50%;
        padding: 0 9px;
    }

    section.ottmanngut .family > .member .textColumn {
        padding-left: 7%;
        padding-right: 7%;
    }

    section.ottmanngut .family > .member h3 {
        margin-bottom: 9px;
    }

    section.ottmanngut .family > .member p {
        margin-top: 31.5px;
    }

    section.ottmanngut .team {
        width: 83.333333333333%;
        margin: 144px auto 90px auto;
    }

    section.ottmanngut .team .member {
        width: 33.333333333333%;
        padding: 0 18px;
        margin: 0 auto 63px auto;
    }

    section.ottmanngut .team .member h3 {
        margin-bottom: 4.5px;
    }

    section.ottmanngut .team .member span.tagline {
        margin-bottom: 18px;
    }

    section.ottmanngut .team .member img {
        width: 100%;
        margin-bottom: 18px;
    }

    section.stories .pageHeader {
        margin-bottom: 64.8px;
    }

    section.stories .pageHeader span.pageTagline {
        margin-bottom: 63px;
    }

    section.stories .filter .filterTrigger {
        width: 10%;
        padding: 0 9px;
    }

    section.stories .filter ul {
        width: 90%;
        padding: 0 9px;
    }

    section.stories .filter ul li {
        padding: 0 18px;
        margin: 0 0 18px 0;
    }

    section.stories .filter ul li a.current:before {
        width: 15.3px;
        background-position: left 40%;
        background-size: auto 50%;
    }

    section.stories .storiesGrid {
        margin-bottom: 56.7px;
    }

    section.stories .storiesGrid:before {
        left: 33.333%;
    }

    section.stories .storiesGrid:after {
        right: 33.333%;
    }

    section.stories .storiesGrid .gridSizer {
        width: 33.333333333333%;
    }

    section.stories .storiesGrid .teaser {
        width: 33.333333333333%;
        padding: 0 9px 45px 9px;
    }

    section.stories .storiesGrid .teaser:before {
        height: 2px;
    }

    section.stories .storiesGrid .teaser .patch {
        left: 9px;
        top: 1px;
        padding: 3.6px 7.2px;
    }

    section.stories .storiesGrid .teaser img {
        margin: 7.2px 0 -18px 0;
    }

    section.stories .storiesGrid .teaser p {
        margin: 27px 0 9px 0;
    }

    section.stories .storiesGrid .teaser p.tagline {
        width: 66.666666666667%;
    }

    section.stories .storiesGrid .teaser p.date {
        width: 33.333333333333%;
    }

    section.events .eventsTeaser {
        width: 83.333333333333%;
        margin: 0 auto 112.5px auto;
    }

    section.events .eventsTeaser > h3 {
        margin-bottom: 31.5px;
        margin-left: 9px;
    }

    section.events .eventsTeaser .teaser {
        padding: 0 9px;
    }

    section.events .eventsTeaser .teaser .patch {
        left: 9px;
        padding: 3.6px 7.2px;
    }

    section.events .eventsTeaser.upcomming .teaser {
        width: 50%;
    }

    section.events .eventsTeaser.upcomming .teaser p.tagline {
        width: 66.666666666667%;
        margin: 9px 0 13.5px 0;
    }

    section.events .eventsTeaser.upcomming .teaser p.date {
        margin-bottom: 13.5px;
    }

    section.events .eventsTeaser.upcomming .teaser a.headline h3 {
        margin-bottom: 31.5px;
    }

    section.events .eventsTeaser.upcomming .teaser:after {
        height: 2px;
    }

    section.events .eventsTeaser.list .teaser {
        margin-bottom: 36px;
    }

    section.events .eventsTeaser.list .teaser p.tagline {
        width: 80%;
        margin-left: 20%;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    section.events .eventsTeaser.list .teaser p.date {
        left: 9px;
        bottom: 2px;
    }

    section.events .eventsTeaser.list .teaser a.headline {
        width: 80%;
        margin-left: 20%;
    }

    section.story .storyHeader {
        width: 641.66666666667px;
    }

    section.story .storyHeader img, section.story .storyHeader div, section.story .storyHeader h1 {
        padding: 0 9px;
    }

    section.story .storyHeader img {
        margin: 17% auto 18px auto;
    }

    section.story .storyHeader div.taglineWrapper {
        width: 40%;
    }

    section.story .storyHeader div.dateWrapper {
        width: 20%;
    }

    section.story .storyHeader div.shareWrapper {
        width: 40%;
    }

    section.story .storyHeader div.shareWrapper ul li a {
        width: 16.2px;
        height: 16.2px;
        margin: 0 0 -3.6px 15.3px;
    }

    section.story .storyHeader a.back {
        margin: 27px 0 27px 9px;
    }

    section.story .storyHeader h1 {
        width: 80%;
        margin: 0 auto 67.5px auto;
    }

    section.story .storyHeader .eventInfo {
        width: 513.33333333333px;
        margin: 0 auto 45px auto;
    }

    section.story .storyHeader .eventInfo p {
        margin-bottom: 22.5px;
    }

    section.story .storyHeader .eventInfo span {
        width: 18.75%;
    }

    section.story .storyContent {
        width: 513.33333333333px;
        margin-bottom: 108px;
    }

    section.story .storyContent h1, section.story .storyContent h2, section.story .storyContent h3 {
        margin-top: 51.3px;
        margin-bottom: 27px;
    }

    section.story .storyContent p {
        margin-bottom: 27px;
    }

    section.story .storyContent img, section.story .storyContent iframe {
        margin: 0 auto 27px auto;
    }

    section.impressions span.pageTagline {
        margin-bottom: 72px;
    }

    section.impressions .imageGrid {
        margin-bottom: 225px;
    }

    section.booking_addon #Bs-BookingWidget {
        padding: 0 18px;
        margin-top: 63px;
        margin-bottom: 225px;
    }

    section.press h3 {
        margin: 0 auto 27px auto;
        width: 50%;
    }

    section.press span.tagline {
        margin: 0 auto 81px auto;
        width: 40%;
    }

    section.press .pageHeader {
        margin-bottom: 126px;
    }

    section.press .pageHeader h1.pageHeadline {
        margin-bottom: 36px;
    }

    section.press .pageHeader span.pageTagline {
        width: 50%;
        margin-bottom: 45px;
    }

    section.press .gridItem {
        width: 16.666666666667%;
        padding: 9px;
    }

    section.press article {
        margin-bottom: 90px;
    }

    section.press article.magazines .magazinesGrid {
        margin: 0 -1.6666666666667%;
    }

    section.press article.magazines .magazinesGrid .gridItem {
        width: 16.666666666667%;
        margin: 1.6666666666667%;
    }

    section.press article.magazines .magazinesGrid .gridItem:after {
        margin-top: 4.5px;
    }

    section.press article.magazines .magazinesGrid .gridItem a.activeEqualHeights {
        margin-bottom: 18px;
    }

    section.press article.pressKit .gridItem:after, section.press article.additionals .gridItem:after {
        width: 18px;
        height: 18px;
        margin-top: 4.5px;
    }

    header.minified .logo {
        top: 20.7px;
    }

    header.minified .menuTrigger {
        top: 31.5px;
    }

    header.minified .topBar {
        height: 94.5px;
    }

    header .logo {
        top: 54px;
        left: 54px;
        margin-left: 9px;
        width: 108px;
    }

    header .menuTrigger {
        top: 81px;
        right: 54px;
        margin-right: 9px;
        width: 36px;
    }

    header nav.menu ul.main {
        margin: 7% 0 0 0;
    }

    header nav.menu ul.main li {
        padding: 1.7% 0;
    }

    header nav.menu ul.sub {
        margin: 7% 0 0 0;
    }

    header nav.menu ul.sub li {
        padding: 0 18px;
    }

    header nav.menu .language_switcher {
        margin: 4% 0 0 0;
    }

    header nav.menu p.contact {
        margin: 4% 0 7% 0;
    }

    h1.pageHeadline {
        max-width: 75%;
        margin: 17% auto 31.5px auto;
    }

    span.pageTagline {
        max-width: 75%;
        margin: 0 auto 99px auto;
    }

    .imageGrid .image--portrait, .imageGrid .image--landscape--panorama, .imageGrid .image--landscape--small, .imageGrid .image--landscape--big {
        padding: 9px;
    }

    .imageGrid .image--portrait:before, .imageGrid .image--landscape--panorama:before, .imageGrid .image--landscape--small:before, .imageGrid .image--landscape--big:before {
        margin: -9px;
    }

    .imageGrid .image--portrait {
        width: 50%;
    }

    .imageGrid .image--landscape--panorama {
        width: 100%;
    }

    .imageGrid .image--landscape--small {
        width: 50%;
    }

    .imageGrid .image--landscape--big {
        width: 100%;
    }

    .imageGrid .columnSeparator {
        width: 50%;
    }

    .imageGrid .columnSeparator .image--portrait, .imageGrid .columnSeparator .image--landscape--panorama, .imageGrid .columnSeparator .image--landscape--small, .imageGrid .columnSeparator .image--landscape--big {
        width: 100%;
    }

    .imageGrid .video {
        width: 100%;
        padding: 9px;
    }

    .imageGrid .video .videoContainer {
        width: 100%;
    }

    .infoTeaser {
        margin-top: 81px;
        margin-bottom: 81px;
    }

    .infoTeaser.innerWrapper {
        padding-left: 18px;
        padding-right: 18px;
    }

    .infoTeaser .infoTeaserHeadline {
        max-width: 270px;
        margin: 0 auto 81px auto;
    }

    .infoTeaser .infoTeaserCell {
        width: 50%;
        padding: 63px;
    }

    .infoTeaser .infoTeaserCell h3 {
        margin: 0 0 18px 0;
    }

    .infoTeaser .infoTeaserCell span {
        margin: 0 0 54px 0;
    }

    .infoTeaser .infoTeaserImagesCell {
        margin-top: -16.2px;
        padding: 36px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell {
        width: 66.666666666667%;
        padding: 63px;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell h3 {
        margin: 0 0 36px 0;
    }

    .infoTeaser .infoTeaserImagesCell .innerCell span {
        margin: 0 0 36px 0;
    }

    .language_switcher .slash {
        margin: 0 6.75px;
    }

    .stripeSlider {
        height: 274.5px;
    }

    .stripeSlider .slick-list .slick-slide {
        padding: 0 4.5px;
    }

    .stripeSlider.slider_invisible {
        background-size: 28.8px 28.8px;
    }

    .stripeSlider .slick-arrow {
        top: 100%;
        right: 50%;
        width: 13.5px;
        height: 27px;
    }

    .stripeSlider .slick-arrow.slick-next {
        margin-top: 18px;
        margin-right: -385px;
    }

    .stripeSlider .slick-arrow.slick-prev {
        margin-top: 49.5px;
        margin-right: -371.5px;
    }

    .overlaySlider .close {
        top: 54px;
        right: 54px;
        width: 27px;
        height: 27px;
    }

    .overlaySlider .ajax {
        width: 28.8px;
        height: 28.8px;
        margin-top: -14.4px;
        margin-left: -14.4px;
    }

    .overlaySlider .slidesWrapper .slick-list .slick-track .slick-slide {
        padding: 108px;
    }

    .overlaySlider .slidesWrapper .slick-arrow {
        margin-top: -13.5px;
        width: 13.5px;
        height: 27px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-next {
        right: 58.5px;
    }

    .overlaySlider .slidesWrapper .slick-arrow.slick-prev {
        left: 58.5px;
    }

    .map {
        padding: 0 18px;
        margin-bottom: 126px;
    }

    .map #contact_map {
        height: 486px;
    }

    footer {
        padding: 108px 0;
    }

    footer .footerCell {
        padding: 0 9px;
    }

    footer .footerCell.first {
        width: 25%;
    }

    footer .footerCell.first .logo {
        width: 171px;
        margin: -63.9px 0 0 0;
    }

    footer .footerCell.first .language_switcher {
        margin: 111.6px 0 0 0;
    }

    footer .footerCell.second {
        width: 8.3333333333333%;
    }

    footer .footerCell.third {
        width: 29.166666666667%;
    }

    footer .footerCell.third form {
        margin: 25.2px 0 0 0;
    }

    footer .footerCell.third form input[type="text"] {
        padding: 0 0 4.5px 0;
    }

    footer .footerCell.third form input[type="submit"] {
        width: 18px;
        height: 18px;
    }

    footer .footerCell.fourth {
        width: 37.5%;
    }

    footer .footerCell.fourth a.socialMedia {
        width: 19.8px;
        margin: 4.5px 0 0 13.5px;
    }

    footer .footerCell.fourth .partnerLinks {
        justify-content: flex-end;
    }

    footer .footerCell.fourth .partnerLinks a img {
        height: 37px;
    }

    .bookingPatch {
        top: 40%;
        padding: 10.8px 18px 18px 18px;
    }

    .bookingPatch a {
        padding: 0 0 2.7px 0;
    }

    #bookingBar h3 {
        width: 40%;
        margin: 20% auto 90px auto;
    }

    #bookingBar input {
        width: 100%;
    }

    #bookingBar input[type="submit"] {
        padding: 0 0 2.7px 0;
    }

    #bookingBar form div.input {
        width: 33.333333333333%;
        padding: 0 9px;
    }

    #bookingBar form div.input input {
        margin: 9px 0 0 0;
    }

    #bookingBar form div.input .inner {
        padding: 9px;
    }

    #bookingBar form div.input.persons .inner {
        width: 80%;
    }

    #bookingBar form div.input.persons .changeAmount {
        right: 9px;
        width: 20%;
    }

    #bookingBar.minified {
        padding: 9px 0;
    }

    #bookingBar.minified .input {
        width: 25%;
    }

    #bookingBar.minified .input.persons {
        width: 20%;
    }

    #bookingBar.minified input[type="submit"] {
        margin: 15.3px 9px 0 0;
    }

    #bookingBar.full .innerWrapper {
        margin-bottom: 7%;
    }

    #bookingBar.full form {
        width: 70%;
    }

    #bookingBar.full input[type="submit"] {
        margin: 90px auto;
    }

    #bookingBar.full a {
        margin-bottom: 21.6px;
    }

    #bookingBar.full a:before {
        width: 28.8px;
        height: 28.8px;
        margin: 0 18px -8px 0;
    }

    .xdsoft_datetimepicker {
        margin-left: -9px;
        margin-top: 9px;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 215px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar {
        padding: 10px 5px 15px;
    }
}

@media only screen and (max-width: 869px) {
    header.mobile .logo {
        -ms-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header.mobile .logo:before {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header.mobile .menuTrigger {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header.mobile .topBar {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header nav.menu.active ul.sub, header nav.menu.active .language_switcher, header nav.menu.active p.contact {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header nav.menu ul.sub {
        margin: 0 0 0 0;
    }

    header nav.menu ul.sub li {
        display: block;
    }

    header nav.menu p.contact {
        line-height: 1.8;
    }
}

@media only screen and (min-width: 1280px) {
    footer .footerCell.fourth .partnerLinks {
        justify-content: flex-end;
    }

    footer .footerCell.fourth .partnerLinks a img {
        height: 37px;
    }
}


.bild-de {
    background: center no-repeat url('../img/stoerer/omg_stoerer_2024_DE.png');
    background-size: contain;
}

.bild-en {
    background: center no-repeat url('../img/stoerer/omg_stoerer_2024_EN.png');
    background-size: contain;
}

.bild-it {
    background: center no-repeat url('../img/stoerer/omg_stoerer_2024_IT.png');
    background-size: contain;
}

.bild-fr {
    background: center no-repeat url('../img/stoerer/omg_stoerer_2024_FR.png');
    background-size: contain;
}

}

.stoerer {
    z-index: 19;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: 320px;
}

@media only screen and (min-width: 1440px) and (max-width: 2920px) {
    .stoerer {
        z-index: 19;
        height: 260px;
        position: absolute;

        width: 230px;

        top: 40%;
        left: 55%;
        margin-top: -280px;
        margin-left: 250px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    .stoerer {
        z-index: 19;
        height: 260px;
        position: absolute;

        width: 210px;

        top: 50%;
        left: 50%;
        margin-top: -280px;
        margin-left: 230px;
    }
}

@media only screen and (min-width: 958px) and (max-width: 1280px) {
    .stoerer {
        z-index: 19;
        height: 200px;
        position: absolute;
        margin-left: 320px;
        width: 30%;
        top: 50%;
        left: inherit;
        right: 70px;
        margin-top: -30%;

    }
}

@media only screen and (min-width: 571px) and (max-width: 950px) {
    .stoerer {
        z-index: 19;
        height: 140px;
        position: absolute;
        margin-left: 320px;
        width: 40%;
        top: 50%;
        left: inherit;
        right: -35px;
        margin-top: -30%;

    }
}

@media only screen and (min-width: 240px) and (max-width: 571px) {
    .stoerer {
        z-index: 19;
        height: 140px;
        position: absolute;
        margin-left: 320px;
        width: 40%;
        top: 50%;
        left: inherit;
        right: -30px;
        margin-top: -43%;
    }
}

.gutscheine_buttonBack {
    top: 90px;
    right: 140px !important;
    margin-left: 10px;
    width: 80px;
    height: 40px;
    display: block;
    background-image: url('../img/icons/crossBack.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 1;
    cursor: pointer;
}

/* PARTNER SEITE REPEATER */

.pageTaglinePartner {
    font-family: vitoRegular;
    font-size: 18px;
    color: black;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 29px;

    letter-spacing: 0.06em;

    text-align: center;
    max-width: 75%;
    margin: 0 auto 110px auto;
    display: block;
}

.pageHeadlinePartner {
    font-family: freightDisplProSemibold;
    font-size: 36px;
    color: black;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-align: center;
    max-width: 75%;
    margin: 0 auto 35px auto;
}

.imageColumnPartnerRight img {

    width: 380px;
    height: 100%;
    margin-bottom: 15px;
    min-height: 240px;
    vertical-align: middle;
}

.imageColumnPartnerLeft {
    width: 50%;
    float: left;
    vertical-align: middle;
    text-align: -webkit-center;
    min-height: 260px;
}

.imageColumnPartnerRight {
    width: 50%;
    float: left;
    vertical-align: middle;
    text-align: -webkit-center;
    min-height: 260px;
}
.imageColumnPartnerRight-mobile {
    display: none;
}

.imageColumnPartnerLeft img {

    width: 380px;
    height: 100%;
    margin-bottom: 15px;
    min-height: 240px;
    vertical-align: middle;
}

.textColumnPartner {
    width: 50%;
    float: left;
}

.textColumnPartnerRight {
    width: 47%;
    float: right;
    margin-left: 0px;
}

.textColumnPartnerRight > .pageHeadlinePartner {
    margin-left: 40px;
}

.textColumnPartnerRight > .pageTaglinePartner {
    margin-left: 40px;
}

section.editorialPages .partnerContentBlock--2-b {
    margin-bottom: 0px;
}


/* FOOTER SLIDER */

.fifth {
    width: 70%;
    padding-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 50px !important;

}
.fifth-mobile {
    display: none;
}

footer {
    height: 220px;
}

.footer-slider-line {
    width: 100%;
    border-bottom: 1px solid white;
}

.slick-prev-new {
    left: -30px;
    top: 40px;
}

.slick-next-new {
    right: -30px;
    top: 40px;
}

.slides img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    text-align: center;
    padding: 10px 30px;
}

@media (min-width: 1450px) {
    .slides img {
        width: 160px;
    }
}

.member-text {
    font-family: freightDisplProSemibold;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
}

.partner-row {
    height: 120px;
}


footer .footerCell.fourth {
    width: 29.166666666667%;
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

footer .footerCell.fourth a:link, footer .footerCell.fourth a:hover, footer .footerCell.fourth a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer .footerCell.fourth form {
    position: relative;
    margin: 28px 0 0 0;
}

footer .footerCell.fourth form input {
    font-family: vitoRegular;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ffffff;
}

footer .footerCell.fourth form input[type="text"] {
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ffffff;
}

footer .footerCell.fourth form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.fourth form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.fourth form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.fourth form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

footer .footerCell.fourth form input[type="submit"] {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fa8c73;
    background-image: url('../img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

footer .footerCell.first .language_switcher {
    margin-top: 70px !important;
}


@media only screen and (max-width: 600px) {
    footer {
        height: 700px !important;
    }
    .footer-slider-line {
        padding-top: 30px;
    }
    .fifth-mobile {
        position: relative;
        left: 25px;
        display: block;
        padding-bottom: 0px;
        padding-left: 0px !important;
        padding-right: 50px !important;

    }
    .member-text {
        line-height: 50px !important;
        margin-bottom: 10px !important;
    }

    .partner-row {
        height: 40px;
    }
    .fifth {
        display: none;
    }
    /* PARTNER SEITE REPEATER */
    .imageColumnPartnerLeft {
        width: 100%;
        float: bottom;
    }

    .imageColumnPartnerRight {
        display: none;
    }
    .textColumnPartner {
        width: 100%;
        float: bottom;
    }

    .textColumnPartnerRight {
        width: 100%;
        float: bottom;
    }

    .imageColumnPartnerLeft img {
        width: 100%;
        height: 100%;
    }
    .imageColumnPartnerRight img {
        width: 100%;
        height: 100%;
    }
    .pageHeadlinePartner {
        margin-top: 30px;
    }

    .imageColumnPartnerRight-mobile {
        width: 100%;
        float: bottom;
        display: block;
    }
    .imageColumnPartnerRight-mobile img {
        width: 100%;
        height: auto;
    }
}

.videoContainer {
    text-align: center;
}

/*
a.slick-slide {
    width: 0px !important;
}

*/




