﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.fluid-image, .rooms-contact__images img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* BASIC
/* ============================================================================= */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*@media only screen and (max-width: 414px) {
      font-size: 14px;
  }*/
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  line-height: 1.563;
  color: #707070;
  background-color: #fff;
}

p {
  margin: 0 0 10px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #707070;
  text-decoration: none;
}
a:focus, a:hover {
  color: #575757;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* TYPO
/* ============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-big, .title-medium, .title-small {
  font-weight: 500;
  color: inherit;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small,
h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small, .title-big small,
.title-medium small, .title-small small {
  font-weight: normal;
  line-height: 1;
  color: #8a8a8a;
}

/*h1, .h1, h2, .h2, h3, .h3, .title-big, .title-medium, .title-small {
    margin-top: 20px;
    margin-bottom: 10px;
}*/
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 65%;
}

/*h4, .h4, h5, .h5, h6, .h6, .title-big, .title-medium, .title-small {
    margin-top: 10px;
    margin-bottom: 10px;
}*/
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.25em;
  margin: 0;
  line-height: 58px;
}
@media all and (max-width: 900px) {
  h1, .h1 {
    font-size: 1.75em;
    line-height: 45px;
  }
}
@media all and (max-width: 667px) {
  h1, .h1 {
    font-size: 1.3em;
    line-height: 35px;
  }
}

h2, .h2, .title-big {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
}

h3, .h3, .title-medium {
  font-size: 1.2em;
  margin: 0;
  margin-top: 1em;
}

h4, .h4, .title-small {
  font-size: 0.9em;
}

h5, .h5 {
  font-size: 0.7em;
}

h6, .h6 {
  font-size: 0.6em;
}

small,
.small {
  font-size: 85%;
}

.content-typewritten {
  font-size: 1.6em;
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .content-typewritten {
    font-size: 27px;
  }
}

.title-typewritten {
  font-size: 5.5em;
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .title-typewritten {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .title-typewritten {
    font-size: 4.5em;
  }
}
@media only screen and (max-width: 667px) {
  .title-typewritten {
    font-size: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .title-typewritten {
    font-size: 40px;
  }
}

/* =============================================================================
/* HELPER CLASSES
/* ============================================================================= */
.visible-print {
  display: none;
}

.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: url(/media/zoom.png), auto;
}

/* -----------------------------------------------------------------------------
/* clearfix
/* ----------------------------------------------------------------------------- */
.clearfix:before, .row:before, .clearfix:after, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .row:after {
  clear: both;
}

/* =============================================================================
/* LOGO CONSISTO
/* ============================================================================= */
.logo-consisto {
  width: 49px;
  height: 19px;
  display: inline-block;
  background: transparent url(https://www.consisto.it/media/logos/consisto.png) no-repeat 0 0;
  text-indent: -9999px;
  margin-left: 10px;
}

.logo-consisto:hover {
  background-image: url(https://www.consisto.it/media/logos/consisto-gray.png);
}

/* =============================================================================
/* MENU OPEN
/* ============================================================================= */
.menu-open .header-main--active .burger-menu {
  margin-top: 140px;
}
.menu-open .header-main--active .header-main__contact-container {
  margin-top: 100px;
}
.menu-open .header-main--active .info-top {
  margin: 0 22px 27px 0;
}
@media all and (max-width: 768px) {
  .menu-open .header-main__contact-container {
    display: none;
  }
}
@media all and (max-width: 980px) {
  .menu-open .header-main__button-container {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .menu-open .burger-menu {
    margin-top: 140px;
  }
}
.menu-open .burger-menu__text {
  opacity: 0;
}
.menu-open .info-top__text {
  color: #707070;
}
.menu-open .info-top__responsiv-icons svg {
  fill: #707070;
}
.menu-open .languages .link, .menu-open .languages .separator {
  color: #707070;
}

@media only screen and (max-width: 1280px) {
  .container-font-size {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .container-font-size {
    font-size: 15px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  display: inline-block;
  padding: 0.35em 1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 2.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #c3ae93;
  color: #707070;
  background-color: #fff;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
.button:hover, .button:focus, .button:active {
  color: #707070;
  background-color: #F5F7FA;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button:active {
  background-image: none;
  outline: 0;
}
.button.disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.button--primary {
  color: #fff;
  background-color: transparent;
}
.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #fff;
  background-color: #c3ae93;
}

.button--secondary {
  color: #fff;
  background-color: #c3ae93;
  border: 1px solid #c3ae93;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  color: #fff;
  background-color: #b19572;
  border: 1px solid #c3ae93;
}

.button--request {
  color: #fff;
  background-color: #9a9843;
  border: 1px solid #9a9843;
}
.button--request:hover, .button--request:focus, .button--request:active {
  color: #fff;
  background-color: #767534;
}

.button--gray {
  color: #fff;
  background-color: #868889;
  border-color: #868889;
}
.button--gray:hover, .button--gray:focus, .button--gray:active {
  color: #fff;
  background-color: #6d6e6f;
  border-color: #6d6e6f;
}

.button--empty {
  color: #707070;
  background-color: transparent;
  border: 1px solid #c3ae93;
}
.button--empty:hover, .button--empty:focus, .button--empty:active {
  color: #fff;
  background-color: #c3ae93;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* CONGRID
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* clearfix for the rows
/* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
/* base styles
/* ----------------------------------------------------------------------------- */
[class*=col-] {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

[class*=gutter-] > [class*=col-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
/* grid
/* ----------------------------------------------------------------------------- */
.col-1 {
  width: 8.3333333333%;
}

.col-push-1 {
  left: 8.3333333333%;
}

.col-pull-1 {
  right: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-push-2 {
  left: 16.6666666667%;
}

.col-pull-2 {
  right: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-push-3 {
  left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-push-4 {
  left: 33.3333333333%;
}

.col-pull-4 {
  right: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-push-5 {
  left: 41.6666666667%;
}

.col-pull-5 {
  right: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-push-6 {
  left: 50%;
}

.col-pull-6 {
  right: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-push-7 {
  left: 58.3333333333%;
}

.col-pull-7 {
  right: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-push-8 {
  left: 66.6666666667%;
}

.col-pull-8 {
  right: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-push-9 {
  left: 75%;
}

.col-pull-9 {
  right: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-push-10 {
  left: 83.3333333333%;
}

.col-pull-10 {
  right: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-push-11 {
  left: 91.6666666667%;
}

.col-pull-11 {
  right: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-push-12 {
  left: 100%;
}

.col-pull-12 {
  right: 100%;
}

.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width : 1280px) {
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .gutter-xlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xlg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xlg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xlg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xlg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xlg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 1024px) {
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-lg-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 768px) {
  .col-md-push-0 {
    left: 0;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 667px) {
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .gutter-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width : 414px) {
  .col-xs-push-0 {
    left: 0;
  }
  .col-xs-pull-0 {
    right: 0;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .gutter-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xs-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =============================================================================
/* GRID HELPER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media all and (max-width: 667px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media all and (max-width: 414px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* PRIVACY ROW
/* ============================================================================= */
.privacy-row a {
  font-weight: bold;
  color: #9a9843;
  text-decoration: underline;
}

/* =============================================================================
/* FORM
/* ============================================================================= */
.form {
  font-size: 20px;
  /* error-message */
  /* form-block */
  /* date-block */
  /* alternate-date */
}
@media only screen and (max-width: 1280px) {
  .form {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .form {
    font-size: 15px;
  }
}
.form__row {
  margin-bottom: 3px;
}
.form__date-block .row {
  margin: 5px 0;
}
.form__control {
  display: block;
  width: 100%;
  padding: 0 0.25em;
  height: 2em;
  line-height: 1.75;
  color: #707070;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a0a1a2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* invalid / valid */
}
.form__control[type=text] {
  padding-left: 0.5em;
}
.form__control:focus {
  border-color: #707070;
  outline: 0;
}
.form__control--auto-width {
  width: auto;
}
.form__control.hf-invalid, .form__control.hf-invalid:focus {
  border-color: #da4453;
}
.form__control.hf-valid, .form__control.hf-valid:focus {
  border-color: #8cc152;
}
.form .hf-warning {
  display: block;
  background: #da4453;
  color: #fff;
  padding: 0;
  z-index: 1;
  position: relative;
  font-size: 0.7em;
  line-height: 2;
  padding: 0 0.6em;
}
.form label, .form__label {
  padding-top: 0.25em;
  display: inline-block;
  cursor: pointer;
}
.form__req {
  font-weight: 700;
}
.form__req:after {
  content: " *";
}
.form .form__block {
  position: relative;
  border-bottom: 1px solid #868889;
  padding-bottom: 1em;
  margin-bottom: 1em;
  zoom: 1;
}
.form__date-block {
  margin-top: 1.5em;
}
.form-alternate-date__toggle {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-alternate-date__toggle + label {
  display: inline-block;
}
.form-alternate-date__toggle:checked + label {
  display: none;
}
.form-alternate-date__inner {
  display: none;
}
.form-alternate-date__toggle--add:checked ~ .form-alternate-date__inner {
  display: block;
}

textarea.form__control {
  height: auto;
  min-height: 80px;
}

/* input-group */
label.input-group__addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.3em 0.6em;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background: #9a9843;
  border: 1px solid #aab2bd;
}
label.input-group__addon svg {
  width: 1.5em;
  height: 1.5em;
  fill: #fff;
}
label.input-group__addon:last-child {
  border-left-width: 0;
}
label.input-group__addon:first-child {
  border-right-width: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form__control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}
.input-group .form__control:first-child, .input-group__addon:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form__control:last-child, .input-group__addon:first-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* checkboxes */
.form input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.form input[type=checkbox] + label:before,
.form input[type=checkbox]:not(:checked) + label::before {
  border: 1px solid #868889;
  width: 18px;
  height: 18px;
  -webkit-appearance: inherit;
  margin-right: 12px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
}

.form input[type=checkbox]:checked + label:before {
  background: #9a9843;
}

.form-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-checkbox, .form-checkbox-list li {
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
}
.form-checkbox input[type=checkbox], .form-checkbox-list input[type=checkbox] {
  position: absolute;
  top: 0.35em;
  left: 0;
}

/* block */
.form-separator {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
  background-color: #868889;
}

.form-space {
  height: 2em;
  line-height: 1em;
  font-size: 0.5em;
  border: none;
  margin: 0;
  padding: 0;
}

/* found-site */
.checkbox-additional__textbox {
  visibility: hidden;
}
.checkbox-additional.js-visible .checkbox-additional__textbox {
  visibility: visible;
}

.form-interests ul {
  padding-left: 1em;
}

/* button */
.form .button.sending {
  display: none;
}

/* children */
.contact__offers-title {
  font-weight: bold;
  font-size: 1em;
}

.contact__offer-inner {
  margin: 20px 0;
}

.contact__child-age {
  width: 46px;
  width: 4ch;
  display: none;
}

.contact__children-ages {
  display: none;
}

/* rooms */
.contact__rooms-block {
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.contact__rooms-block .close {
  display: none;
}
.contact__rooms-block--alternative {
  display: none;
}
.contact__rooms-block.js-visible {
  display: block;
}

.contact__room-type {
  display: none;
}
.contact__rooms-block--alternative .contact__room-type {
  display: block;
}

.contact__add-room-container {
  clear: left;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 667px) {
  .contact__add-room-container .button {
    display: block;
  }
  .contact__add-room-container .button:first-child {
    margin-bottom: 5px;
  }
}

.contact__remove-room {
  display: none;
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 100;
  padding-right: 20px;
  color: #3b4043;
}
.contact__rooms-block--alternative .contact__remove-room {
  display: block;
}
.contact__remove-room:after {
  margin-left: 5px;
  content: "✕";
}
.contact__remove-room:hover {
  color: #151515;
}

/* rooms-detail */
.rooms-contact {
  padding: 1em;
  background: #fff;
}
.rooms-contact__infos {
  font-weight: bold;
}
.rooms-contact__more {
  margin-top: 10px;
  margin-top: 0.5rem;
}
.rooms-contact__name {
  font-size: 23px;
  font-size: 1.15rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* PAGER
/* ============================================================================= */
.pager {
  text-align: left;
  font-size: 0;
  max-width: 1024px;
  margin: 0 auto;
}

.pager__link {
  font-size: 15px;
  width: 34px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #6d6e6f;
  text-decoration: none;
  line-height: 34px;
}
.pager__link:hover {
  background-color: #8a8a8a;
  color: #fff;
  text-decoration: none;
}
.pager__link.active {
  background-color: #707070;
  color: #fff;
}
.pager__link.inactive {
  color: #868889;
}

.pager__link.inactive:hover,
.pager__link.active.inactive:hover {
  background-color: #a0a1a2;
}

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #636363;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* AJAX
/* ============================================================================= */
.ajax-container {
  position: relative;
}

.ajax-container .loading-continuous {
  text-align: center;
}

.ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.ajax-loading .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* SITEMAP
/* ============================================================================= */
.sitemap a {
  display: block;
}

.sitemap ul {
  padding-left: 30px;
}

.sitemap ul a {
  font-weight: bold;
}

.sitemap ul ul a {
  font-weight: normal;
}

.sitemap ul ul ul a {
  font-style: italic;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/*---------------------------------------------------
/*  :: cookie banner tag manager
/*---------------------------------------------------*/
.cookie-banner-tm {
  position: fixed;
  width: 550px;
  max-width: 94vw;
  max-height: 100vh;
  overflow: auto;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  z-index: 10000;
  padding: 20px;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1.5;
}
.cookie-banner-tm__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.cookie-banner-tm--hidden {
  display: none;
}
.cookie-banner-tm__intro {
  margin-bottom: 10px;
}
.cookie-banner-tm__title {
  font-weight: bold;
  font-size: 1.25em;
}
.cookie-banner-tm__desc {
  margin-bottom: 10px;
}
.cookie-banner-tm__selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-banner-tm__options {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 10px 0;
}
.cookie-banner-tm__option {
  white-space: nowrap;
  padding: 0 10px;
  flex-basis: 50%;
}
.cookie-banner-tm__option input {
  position: absolute;
  opacity: 0;
}
.cookie-banner-tm__option input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.cookie-banner-tm__option input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: solid 1px #707070;
}
.cookie-banner-tm__option input:checked + label:before {
  background: #9a9843;
}
.cookie-banner-tm__option input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.cookie-banner-tm__option input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
  border-color: #ddd;
}
.cookie-banner-tm__option input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.cookie-banner-tm__button-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cookie-banner-tm__button {
  display: block;
  text-align: center;
  background-color: #efece8;
  color: #887762;
  padding: 10px 15px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: background-color ease-in 0.3s;
  -o-transition: background-color ease-in 0.3s;
  -webkit-transition: background-color ease-in 0.3s;
  transition: background-color ease-in 0.3s;
}
.cookie-banner-tm__button:hover, .cookie-banner-tm__button:active, .cookie-banner-tm__button:focus {
  color: #707070;
}
.cookie-banner-tm__button.allow-all {
  background-color: #9a9843;
  border-color: #9a9843;
  color: #fff;
}
.cookie-banner-tm__button.allow-all:hover, .cookie-banner-tm__button.allow-all:active, .cookie-banner-tm__button.allow-all:focus {
  background-color: #767534;
  border-color: #767534;
}

/*---------------------------------------------------
/*  :: cookie banner
/*---------------------------------------------------*/
#cookie-banner {
  display: block !important;
  background: #efece8 !important;
  font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #707070 !important;
}

.cookie-banner-close {
  color: #fff !important;
  background-color: #9a9843 !important;
  border-radius: 0 !important;
  border-radius: 0;
}

/* =============================================================================
/* EDITOR STYLES
/* ============================================================================= */
.container-main .title-big {
  font-size: 2.25em;
}

.container-main .title-medium {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
}

.container-main .title-small {
  font-size: 1em;
  color: #9a9843;
}

.container-main .title-small-bold {
  font-size: 1em;
  color: #9a9843;
  font-weight: bold;
}

.container-main ul {
  padding-left: 22px;
}

.content-container .juicer-feed {
  padding-left: 0;
}

.container-main li {
  list-style-position: outside;
}
.container-main li:marker {
  color: #9a9843;
}

/* =============================================================================
/* FONTS
/* ============================================================================= */
@font-face {
  font-family: "Antro_Vectra";
  font-display: swap;
  src: url("/media/fonts/antroVectra/Antro_Vectra.eot");
  src: url("/media/fonts/antroVectra/Antro_Vectra.eot") format("embedded-opentype"), url("/media/fonts/antroVectra/Antro_Vectra.woff2") format("woff2"), url("/media/fonts/antroVectra/Antro_Vectra.woff") format("woff"), url("/media/fonts/antroVectra/Antro_Vectra.ttf") format("truetype"), url("/media/fonts/antroVectra/Antro_Vectra.svg#Antro_Vectra") format("svg");
}
/* merriweather-sans-regular - latin */
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/media/fonts/merriweatherSans/merriweather-sans-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/media/fonts/merriweatherSans/merriweather-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/media/fonts/merriweatherSans/merriweather-sans-v13-latin-regular.woff2") format("woff2"), url("/media/fonts/merriweatherSans/merriweather-sans-v13-latin-regular.woff") format("woff"), url("/media/fonts/merriweatherSans/merriweather-sans-v13-latin-regular.ttf") format("truetype"), url("/media/fonts/merriweatherSans/merriweather-sans-v13-latin-regular.svg#MerriweatherSans") format("svg"); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/media/fonts/titillium/titillium-web-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/media/fonts/titillium/titillium-web-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/media/fonts/titillium/titillium-web-v9-latin-regular.woff2") format("woff2"), url("/media/fonts/titillium/titillium-web-v9-latin-regular.woff") format("woff"), url("/media/fonts/titillium/titillium-web-v9-latin-regular.ttf") format("truetype"), url("/media/fonts/titillium/titillium-web-v9-latin-regular.svg#TitilliumWeb") format("svg"); /* Legacy iOS */
}
/* =============================================================================
/* PARTNERS
/* ============================================================================= */
.partners {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
}
.partners:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 15px;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 900px) {
  .partners:after {
    width: 80%;
    padding-top: 0;
  }
}
.partners__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
}
@media all and (max-width: 667px) {
  .partners__item {
    margin: 5px 30px;
  }
}
@media all and (max-width: 414px) {
  .partners__item {
    margin: 15px;
  }
}

/* =============================================================================
/* BASE STYLES
/* ============================================================================= */
.contact-site {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translateY(-100%) translateZ(0);
  -ms-transform: translateY(-100%) translateZ(0);
  -o-transform: translateY(-100%) translateZ(0);
  -webkit-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 80;
  background: white;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .contact-site {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  .contact-site {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1500px) {
  .contact-site .form {
    font-size: 17px;
  }
}
.contact-site.active {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.contact-site__close {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  z-index: 110;
  bottom: auto;
  background: #9a9843;
  padding: 0.5em;
}
@media only screen and (max-width: 1500px) {
  .contact-site__close {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-site__close {
    font-size: 12px;
  }
}
.contact-site__close svg {
  display: block;
  fill: #fff;
  width: 2em;
  height: 2em;
}

/* =============================================================================
/* BASE STYLES
/* ============================================================================= */
button {
  background: none;
  border: none;
  outline: none;
}

.base-item__image {
  width: 100%;
  height: auto;
  display: block;
}

.module-space {
  margin: 80px 0;
  margin: 4.2105263158vw 0;
}

.space-bottom {
  padding-bottom: 80px;
  padding-bottom: 4.2105263158vw;
}

.space-top {
  /*@include vw(padding-top, 80px);*/
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .space-top {
    padding-top: 50px;
  }
}

.container {
  max-width: 992px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .container {
    padding: 0 15px;
  }
}

.container-large {
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.container-extra-large {
  max-width: 1830px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}

.container-main {
  position: relative;
  overflow: hidden;
}
.container-main.is-not-home {
  /*padding-top:85px;*/
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .container-main.is-not-home {
    padding-top: 60px;
  }
}
.container-main.site-no-banner {
  padding-top: 130px;
}
@media only screen and (max-width: 550px) {
  .container-main.site-no-banner {
    padding-top: 75px;
  }
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.logo-element {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 5;
}
.logo-element svg {
  width: 3em;
  height: 3em;
}
@media only screen and (max-width: 1024px) {
  .logo-element {
    text-align: left;
    position: relative;
    top: 8px;
    left: 60px;
    font-size: 13px;
  }
}

.logo-main.logo-site {
  top: 5em;
}

.main-content .hgPaymentWidget {
  margin: 0 auto;
}

/* =============================================================================
/* MOBILE MENU
/* ============================================================================= */
.nav-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(81, 74, 69, 0.8);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .nav-overlay {
    display: block;
  }
  .nav-overlay.js-nav-open {
    opacity: 1;
  }
}

.mobile-menu {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 13px;
  bottom: auto;
  z-index: 30;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #9a9843;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mobile-menu span:nth-child(1) {
  top: 0px;
}

.mobile-menu span:nth-child(2),
.mobile-menu span:nth-child(3) {
  top: 13px;
}

.mobile-menu span:nth-child(4) {
  top: 26px;
}

.mobile-menu.js-nav-open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.mobile-menu.js-nav-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu.js-nav-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu.js-nav-open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

/* =============================================================================
/* FOOTER MAIN
/* ============================================================================= */
.footer-main {
  position: relative;
  text-align: left;
  padding: 100px 15px 50px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
@media all and (max-width: 800px) {
  .footer-main {
    padding: 50px 15px;
  }
}
@media all and (max-width: 570px) {
  .footer-main {
    display: block;
    text-align: center;
  }
}
.footer-main:before {
  background-image: url(/media/Background.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.footer-main__inner, .footer-main__image {
  position: relative;
}
.footer-main__inner {
  padding-right: 185px;
}
@media all and (max-width: 1550px) {
  .footer-main__inner {
    padding-right: 50px;
  }
}
@media all and (max-width: 800px) {
  .footer-main__inner {
    padding-right: 20px;
  }
}
@media all and (max-width: 1280px) {
  .footer-main__image img {
    width: 400px;
    height: 418px;
  }
}
@media all and (max-width: 800px) {
  .footer-main__image img {
    width: 300px;
    height: 318px;
  }
}
@media all and (max-width: 570px) {
  .footer-main__address {
    padding-bottom: 20px;
  }
}

.socials__instagram, .socials__facebook {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 800px) {
  .socials__instagram img, .socials__facebook img {
    width: 35px;
    height: 35px;
  }
}

/* =============================================================================
/* INFO
/* ============================================================================= */
.info {
  position: relative;
  z-index: 10;
  display: inline-block;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*&__gallery-link {
      @media only screen and (max-width: $xlarge-width) {
          display: none;
      }
  }*/
}
@media only screen and (max-width: 1280px) {
  .info {
    right: 20px;
    left: auto;
    top: auto;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1024px) {
  .info {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 10;
  }
}
@media only screen and (max-width: 414px) {
  .info {
    font-size: 15px;
    top: 19px;
  }
}
.info svg {
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  fill: #daac6e;
  vertical-align: middle;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .info svg {
    width: 2em;
    height: 1.4em;
  }
}
@media only screen and (max-width: 667px) {
  .info svg {
    display: block;
  }
}
.info__mail-link {
  margin: 0 1em;
}
@media only screen and (max-width: 380px) {
  .info__mail-link {
    margin: 0 8px;
  }
}
.info__phone-link svg {
  fill: #daac6e;
  width: 1.3em;
  height: 1.3em;
}
.info__text {
  color: #868889;
  display: none;
}
.info__link {
  display: inline-block;
}

#pustertalerhof {
  position: relative;
  top: 40px;
}
@media all and (max-width: 992px) {
  #pustertalerhof {
    margin-bottom: 70px;
  }
}
#pustertalerhof:before {
  content: "";
  height: 40px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
#pustertalerhof:after {
  content: "";
  height: 40px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
}
@media all and (max-width: 992px) {
  #pustertalerhof:after {
    content: none;
  }
}

.contact {
  margin: 70px auto;
}

/* =============================================================================
/* RETINA
/* ============================================================================= */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /* =============================================================================
  /* LOGO CONSISTO
  /* ============================================================================= */
  .logo-consisto {
    background-image: url(https://www.consisto.it/media/logos/consisto@2.png);
    background-size: 49px 19px;
  }
  .logo-consisto:hover {
    background-image: url(https://www.consisto.it/media/logos/consisto-gray@2.png);
  }
}
/* =============================================================================
/* Modules
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* Menu-Main
/* ============================================================================= */
.menu-main {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  pointer-events: none;
  z-index: 100;
  overflow-y: auto;
  background-image: url(/media/Background.png);
}
.menu-main.js-open {
  left: 0;
  pointer-events: all;
}
.menu-main__wrapper {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.menu-main__primary-menu {
  background-color: #fff;
  width: 865px;
  position: relative;
  font-size: 0;
  padding: 0 88px 0 268px;
  min-height: 100vh;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (max-width: 1700px) {
  .menu-main__primary-menu {
    padding: 0 40px 0 105px;
    width: 620px;
  }
}
@media all and (max-width: 1280px) {
  .menu-main__primary-menu {
    width: 550px;
  }
}
@media all and (max-width: 1400px) {
  .menu-main__primary-menu {
    padding: 0 40px 0 15px;
    width: 460px;
  }
}
@media all and (max-width: 800px) {
  .menu-main__primary-menu {
    width: 100%;
    text-align: center;
    padding: 0 15px 0 15px;
  }
}
.menu-main__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 48px;
  position: relative;
  left: -25px;
  width: 100%;
}
@media all and (max-width: 1700px) {
  .menu-main__logo {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
  }
}
@media all and (max-width: 550px) {
  .menu-main__logo img {
    width: 200px;
    height: 80px;
  }
}

.nav-main {
  font-size: 20px;
  width: 100%;
}
.nav-main__dropdown {
  padding-left: 0;
}
.nav-main__level-0 {
  list-style-type: none;
  padding-bottom: 25px;
}
.nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
  opacity: 1;
  pointer-events: all;
}
@media all and (max-width: 800px) {
  .nav-main__level-0.js-naviga-open .nav-main__flyout-0 {
    display: block;
  }
}
.nav-main__level-0.has-children:hover .nav-main__menu-0:before {
  width: 100%;
}
.nav-main__menu-0 {
  font-size: 2em;
  line-height: 1.25;
  color: #707070;
  position: relative;
  text-transform: uppercase;
  z-index: 11;
  display: block;
}
@media all and (max-width: 1750px) {
  .nav-main__menu-0 {
    font-size: 1.75em;
  }
}
@media all and (max-width: 1400px) {
  .nav-main__menu-0 {
    font-size: 1.5em;
  }
}
@media all and (max-width: 800px) {
  .nav-main__menu-0 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 667px) {
  .nav-main__menu-0 {
    font-size: 1.1em;
  }
}
.nav-main__menu-0:hover, .nav-main__menu-0:focus, .nav-main__menu-0:active {
  text-decoration: none;
}
.nav-main__menu-0:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  top: 100%;
  z-index: 10;
  border-top: 1px solid #9a9843;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 800px) {
  .nav-main__menu-0:before {
    content: none;
  }
}
.nav-main__flyout-0 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  min-height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  left: 860px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 600px;
  overflow: hidden;
  font-size: 13px;
  line-height: 2.1538461538;
  padding-left: 76px;
  padding-right: 15px;
}
@media all and (max-width: 1700px) {
  .nav-main__flyout-0 {
    left: 620px;
    width: 100%;
    padding-left: 30px;
  }
}
@media all and (max-width: 1400px) {
  .nav-main__flyout-0 {
    left: 460px;
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .nav-main__flyout-0 {
    position: relative;
    min-height: 100%;
    width: 100%;
    left: 0;
    opacity: 1;
    display: none;
  }
}
.nav-main__level-1 {
  list-style: none;
}
.nav-main__level-1.nav-main__active-1 .nav-main__menu-1 {
  color: #9a9843;
}
.nav-main__menu-1 {
  line-height: 1.5714285714;
  font-size: 35px;
  font-weight: 100;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
@media all and (max-width: 1750px) {
  .nav-main__menu-1 {
    font-size: 30px;
  }
}
@media all and (max-width: 1400px) {
  .nav-main__menu-1 {
    font-size: 25px;
  }
}
@media all and (max-width: 800px) {
  .nav-main__menu-1 {
    font-size: 22px;
  }
}
@media all and (max-width: 667px) {
  .nav-main__menu-1 {
    font-size: 18px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* BANNER HOME
/* ============================================================================= */
.banner-home-container {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1500px) {
  .banner-home-container {
    font-size: 17px;
  }
}
.banner-home-container.width-video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
@media all and (max-height: 550px) {
  .banner-home-container.width-video {
    overflow-y: auto;
  }
}
.banner-home-container.width-video .logo-main, .banner-home-container.width-video .badge {
  opacity: 0;
}
@media all and (max-width: 668px) {
  .banner-home-container.width-video .logo-main, .banner-home-container.width-video .badge {
    opacity: 1;
  }
}
.banner-home-container.width-video .logo-main-width-video {
  opacity: 1;
  position: relative;
  top: auto;
  margin-top: 75px;
}
@media all and (max-height: 510px) {
  .banner-home-container.width-video .logo-main-width-video {
    margin-top: 30px;
  }
}
@media all and (max-width: 668px) {
  .banner-home-container.width-video .logo-main-width-video {
    display: none;
  }
}
.banner-home-container.width-video .banner-home:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
}
@media all and (max-width: 668px) {
  .banner-home-container.width-video .banner-home:before {
    content: none;
  }
}
.banner-home-container.width-video .banner-home__welcome-text {
  opacity: 1;
  height: 100%;
  margin-top: 100px;
}
@media all and (max-height: 750px) {
  .banner-home-container.width-video .banner-home__welcome-text {
    margin-top: 50px;
  }
}
@media all and (max-height: 650px) {
  .banner-home-container.width-video .banner-home__welcome-text {
    margin-top: 0;
    font-size: 60px;
  }
}
@media all and (max-width: 668px) {
  .banner-home-container.width-video .banner-home__welcome-text {
    display: none;
  }
}
.banner-home-container.js-show .banner-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-home-container.js-show .logo-main, .banner-home-container.js-show .badge {
  opacity: 1;
}
.banner-home-container.js-show .logo-main-width-video {
  opacity: 0;
}
.banner-home-container.js-show .banner-home__welcome-text {
  opacity: 0;
}
.banner-home-container .logo-main-width-video {
  opacity: 0;
  pointer-events: none;
}

.banner-home {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.banner-home__welcome-text {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
  font-size: 4em;
  line-height: 1.525;
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  z-index: 10;
  height: 0;
  margin-top: 0;
}
@media all and (max-width: 1200px) {
  .banner-home__welcome-text {
    width: 800px;
    font-size: 3.5em;
  }
}
@media all and (max-width: 768px) {
  .banner-home__welcome-text {
    font-size: 3em;
    width: 650px;
  }
}
.banner-home__slider {
  position: relative;
}
.banner-home__item {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.banner-home__name {
  margin-bottom: 50px;
  margin-bottom: 2.6315789474vw;
}
.banner-home__link {
  display: block;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-home__link:hover {
  color: #9a9843;
}
.banner-home__link span {
  display: block;
  line-height: 1;
}
.banner-home #_youtube-iframe-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.banner-home #_youtube-iframe-wrapper.js-show {
  opacity: 1;
}
.banner-home #_youtube-iframe-wrapper #_youtube-iframe {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* =============================================================================
/* BANNER DEFAULT
/* ============================================================================= */
.banner {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 550px) {
  .banner .logo-main {
    top: 40px;
  }
}
@media all and (max-width: 1024px) {
  .banner .logo-main img {
    width: 300px;
    height: 145px;
  }
}
@media all and (max-width: 667px) {
  .banner .logo-main img {
    width: 200px;
    height: 100px;
  }
}
.banner__item {
  display: none;
  position: relative;
}
.banner__item:first-child {
  display: block;
}
@media all and (max-width: 1500px) {
  .banner .badge {
    background-size: 250px;
    height: 275px;
    width: 250px;
  }
}
@media all and (max-width: 1500px) and (max-width: 768px) {
  .banner .badge {
    background-size: 211px;
    height: 250px;
    width: 215px;
  }
}
@media all and (max-width: 1500px) and (max-width: 600px) {
  .banner .badge {
    background-size: 190px;
    height: 210px;
    width: 190px;
  }
}
@media all and (max-width: 1500px) and (max-width: 450px) {
  .banner .badge {
    background-size: 170px;
    width: 170px;
    height: 190px;
    right: 0;
  }
}
@media all and (max-width: 600px) {
  .banner .badge__inner {
    padding: 30px 35px 15px 50px;
  }
}
@media all and (max-width: 450px) {
  .banner .badge__inner {
    padding: 20px 35px 15px 45px;
  }
}
@media all and (max-width: 1500px) {
  .banner .badge__name {
    font-size: 1.75em;
  }
}
@media all and (max-width: 768px) {
  .banner .badge__name {
    padding-bottom: 10px;
    font-size: 1.5em;
  }
}
@media all and (max-width: 1500px) {
  .banner .badge__description {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0 15px 0;
  }
}
@media all and (max-width: 768px) {
  .banner .badge__description {
    display: none;
  }
}
@media all and (max-width: 1500px) {
  .banner .badge__link-text {
    font-size: 35px;
  }
}
@media all and (max-width: 450px) {
  .banner .badge__link-text {
    font-size: 30px;
  }
}
.banner .banner,
.banner .banne__item > picture {
  position: relative;
  overflow: hidden;
  height: 70vh;
}
@supports (-o-object-fit: cover) {
  .banner .banner__image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 70vh;
  }
}
@supports (object-fit: cover) {
  .banner .banner__image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 70vh;
  }
}

.banner__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* =============================================================================
/* LOGO-MAIN
/* ============================================================================= */
.logo-main, .logo-main-width-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  z-index: 101;
  -webkit-transition: opacity 0.3 ease-in-out;
  -moz-transition: opacity 0.3 ease-in-out;
  transition: opacity 0.3 ease-in-out;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.logo-main {
  opacity: 1;
}
@media all and (max-width: 667px) {
  .logo-main img {
    width: 320px;
    height: 220px;
  }
}

/* =============================================================================
/* BADGE
/* ============================================================================= */
.badge {
  position: absolute;
  right: 77px;
  bottom: 30px;
  width: 336px;
  height: 370px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  z-index: 100;
  display: table;
  background-image: url(/media/Badge.svg);
  background-repeat: no-repeat;
}
@media all and (max-width: 1280px) {
  .badge {
    right: 15px;
  }
}
@media all and (max-width: 1024px) {
  .badge {
    width: 300px;
    height: 330px;
    background-size: 300px;
  }
}
@media all and (max-width: 768px) {
  .badge {
    width: 260px;
    background-size: 260px;
  }
}
.badge:hover, .badge:active, .badge:focus {
  text-decoration: none;
}
.badge__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 35px 15px 50px;
  position: relative;
}
@media all and (max-width: 768px) {
  .badge__inner {
    padding: 0 35px 15px 50px;
  }
}
.badge__name {
  font-size: 2.25em;
  line-height: 1.2888888889;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  display: block;
}
@media all and (max-width: 768px) {
  .badge__name {
    font-size: 1.75em;
    line-height: 1;
  }
}
.badge__description {
  color: #fff;
  display: block;
  font-size: 0.9em;
  padding: 25px 0 30px 0;
  line-height: 28px;
}
@media all and (max-width: 1024px) {
  .badge__description {
    padding: 20px 0;
    line-height: 23px;
  }
}
@media all and (max-width: 768px) {
  .badge__description {
    font-size: 0.8em;
    line-height: 20px;
  }
}
.badge__link-text {
  font-size: 2em;
  line-height: 1.3333333333em;
  color: #fff;
  display: block;
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* LANGUAGES
/* ============================================================================= */
.languages {
  display: inline-block;
}
.languages .link, .languages .separator {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.site-no-banner .languages .link {
  color: #daac6e;
}
.languages .link:hover {
  color: #daac6e;
}
.site-no-banner .languages .link:hover {
  color: #d09545;
}
.languages .separator {
  padding: 0 5px;
  position: relative;
  top: -1px;
}
.languages .separator:last-child {
  display: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* SITEPATH
/* ============================================================================= */
.sitepath {
  padding: 70px 0 35px 0;
  padding: 3.6842105263vw 0 1.8421052632vw 0;
  line-height: 1;
}
.sitepath ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sitepath__separator {
  padding: 0 10px;
  display: inline-block;
  color: #9a9843;
}
.sitepath li {
  display: inline-block;
  vertical-align: middle;
}
.sitepath li:last-child .sitepath__separator {
  display: none;
}
.sitepath__link {
  display: inline-block;
  color: #9a9843;
  font-size: 0.7em;
  vertical-align: sub;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* CONTENT
/* ============================================================================= */
.content-container {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .content-container {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .content-container {
    font-size: 15px;
  }
}
.content-container:before {
  background-image: url(/media/Background.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.content-container.no-background:before {
  content: none;
}

.content-image {
  margin: 30px auto 80px auto;
  display: table;
  width: 100%;
  table-layout: fixed;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .content-image {
    margin: 30px auto 50px auto;
  }
}
.content-image__image, .content-image__text {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 530px) {
  .content-image__image, .content-image__text {
    display: block;
  }
}
.content-image__title {
  font-size: 1em;
  color: #707070;
  max-width: 390px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 414px) {
  .content-image__title {
    margin: 20px 0;
  }
}
@media all and (max-width: 768px) {
  .content-image__signature img {
    width: 200px;
    height: 70px;
  }
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media all and (max-width: 768px) {
  .content {
    text-align: left;
  }
}
.content.content-left {
  text-align: left;
}
.content.content-left .main-content {
  max-width: 100%;
  margin-right: 100px;
}
@media all and (max-width: 1024px) {
  .content.content-left .main-content {
    margin-right: 0;
  }
}
.content.content-left .read-more.read-more-active {
  text-align: left;
}
.content .main-content {
  position: relative;
  overflow: hidden;
  max-width: 890px;
  margin: 45px auto 45px auto;
}
.content .main-content:empty {
  display: none;
}
.content .main-content.js-read-more {
  max-height: 17em;
  margin-top: 2em;
  margin-bottom: 0;
}
.content .main-content.js-content-hidden-open {
  max-height: 100%;
}
.content .main-content.js-content-hidden-open:after {
  background: none;
}
.content__image {
  background: white;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  padding: 0.75em;
  -moz-box-shadow: 2px 2px 6px 2px #ccc;
  -webkit-box-shadow: 2px 2px 6px 2px #ccc;
  box-shadow: 2px 2px 6px 2px #ccc;
}
@media only screen and (max-width: 1024px) {
  .content__image {
    background: none;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    padding: 0;
    width: 100%;
    height: auto;
    padding-right: 20px;
    box-shadow: none;
  }
}
@media all and (max-width: 530px) {
  .content__image {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.main-content a {
  color: #9a9843;
  text-decoration: underline;
  font-weight: bold;
}
.main-content a:hover {
  color: #a0a1a2;
}

/* =============================================================================
/* CONTENT READ MORE
/* ============================================================================= */
.read-more {
  text-align: center;
  outline: none;
  border: none;
  background: none;
  margin: 15px 0 20px 0;
  display: none;
}
.read-more.read-more-active {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  text-align: center;
}
.read-more span {
  display: none;
  color: #daac6e;
  font-weight: bold;
  cursor: pointer;
}
.js-read-more + .read-more .read-more--more { /*  .js-read-more + .read-more .read-more--more*/
  display: block;
}
.js-content-hidden-open + .read-more .read-more--more {
  display: none;
}
.js-content-hidden-open + .read-more .read-more--less {
  display: block;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TEASER MAIN
/* ============================================================================= */
.hidden-teaser-top {
  display: none;
}

.hidden-teaser-bottom {
  display: none;
}

.teaser-main {
  margin-top: 80px;
  margin-bottom: 125px;
}
.teaser-main.no-gap-top {
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .teaser-main {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1280px) {
  .teaser-main {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .teaser-main {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .teaser-main {
    font-size: 13px;
  }
}
.teaser-main__item--one-image .teaser-main__info {
  width: 100%;
}
.teaser-main__image-top {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
}
.teaser-main__inner {
  position: absolute;
  bottom: 4em;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 1770px;
  margin: 0 auto;
}
@media only screen and (max-width: 1640px) {
  .teaser-main__inner {
    left: 15px;
    right: 50px;
    text-align: right;
  }
}
@media all and (max-width: 1280px) {
  .teaser-main__inner {
    bottom: 90px;
    top: auto;
  }
}
@media only screen and (max-width: 830px) {
  .teaser-main__inner {
    bottom: 30px;
  }
}
.teaser-main__inner.title-left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1640px) {
  .teaser-main__inner.title-left {
    right: auto;
    right: 0;
    left: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .teaser-main__inner.title-left {
    right: 15px;
  }
}
.teaser-main__inner.title-white {
  color: #fff;
}
.teaser-main__title {
  font-size: 5.5em;
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
  line-height: 1;
  display: block;
  width: 820px;
}
@media only screen and (max-width: 1280px) {
  .teaser-main__title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .teaser-main__title {
    width: 100%;
    font-size: 4.5em;
  }
}
@media only screen and (max-width: 667px) {
  .teaser-main__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 414px) {
  .teaser-main__title {
    font-size: 40px;
  }
}
.teaser-main__container-outer {
  padding: 50px 15px 0 15px;
  background: #fff;
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 850px) {
  .teaser-main__container-outer {
    padding: 15px 15px 0 15px;
  }
}
.teaser-main__container-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  .teaser-main__container-inner {
    display: block;
  }
}
.teaser-main__container-inner.text-left {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.teaser-main__second-image {
  margin-top: -350px;
  z-index: 10;
  border: 15px solid #fff;
}
.teaser-main__second-image.no-border {
  border: none;
}
@media all and (max-width: 1470px) {
  .teaser-main__second-image {
    margin-top: -100px;
  }
}
@media all and (max-width: 840px) {
  .teaser-main__second-image {
    display: none;
  }
}
.teaser-main__info {
  padding-left: 70px;
  width: 50%;
}
@media only screen and (max-width: 1470px) {
  .teaser-main__info {
    padding-left: 30px;
    margin: 20px 0;
    width: 60%;
  }
}
@media all and (max-width: 850px) {
  .teaser-main__info {
    width: 100%;
    padding-left: 0;
  }
}
.text-left .teaser-main__info {
  padding-left: 0;
  padding-right: 70px;
}
@media only screen and (max-width: 1280px) {
  .text-left .teaser-main__info {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-left .teaser-main__info {
    padding-right: 10px;
    margin: 20px 0;
  }
}
.teaser-main__description-title {
  font-size: 2.25em;
  line-height: 1;
  padding-bottom: 15px;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
@media all and (max-width: 768px) {
  .teaser-main__description-title {
    font-size: 30px;
  }
}
@media all and (max-width: 550px) {
  .teaser-main__description-title {
    font-size: 25px;
  }
}
.teaser-main__description-subtitle {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
.teaser-main__description {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .teaser-main__description {
    padding: 1em 0;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TEASER GALLERY
/* ============================================================================= */
.teaser-gallery {
  padding: 24px 0;
  margin-right: -12px;
  margin-left: -12px;
}
@media all and (max-width: 850px) {
  .teaser-gallery {
    padding: 10px 0 10px 0;
  }
}
.teaser-gallery__slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 0;
}
.teaser-gallery__item {
  display: inline-block;
  padding: 0 12px;
  font-size: 20px;
  width: 20%;
  white-space: normal;
  position: relative;
}
@media all and (max-width: 850px) {
  .teaser-gallery__item {
    padding: 0 5px;
  }
}
.teaser-gallery__item:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  background: rgba(43, 46, 45, 0.45);
  z-index: 1;
}
@media all and (max-width: 850px) {
  .teaser-gallery__item:last-of-type:before {
    left: 5px;
    right: 5px;
  }
}
.teaser-gallery__item:last-of-type .teaser-gallery__overlay {
  display: block;
}
.teaser-gallery__fluid-image {
  width: 100%;
  height: auto;
  display: block;
}
.teaser-gallery__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  display: none;
}
.teaser-gallery__number {
  font-size: 2.25em;
  line-height: 1.2888888889;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  color: #fff;
}
@media all and (max-width: 850px) {
  .teaser-gallery__number {
    font-size: 1.75em;
  }
}
.teaser-gallery__hidden-images {
  display: none;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TEASER LIST
/* ============================================================================= */
.teaser-list {
  max-width: 1276px;
  position: relative;
  overflow: hidden;
  margin: 140px auto 128px auto;
}
@media all and (max-width: 1350px) {
  .teaser-list {
    padding: 0 15px;
  }
}
@media all and (max-width: 1024px) {
  .teaser-list {
    margin: 100px auto;
  }
}
@media all and (max-width: 850px) {
  .teaser-list {
    margin: 70px auto;
  }
}
@media all and (max-width: 667px) {
  .teaser-list {
    margin: 50px auto;
  }
}
.teaser-list__titles {
  margin-bottom: 82px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .teaser-list__titles {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 667px) {
  .teaser-list__titles {
    margin-bottom: 25px;
  }
}
.teaser-list__items {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media all and (max-width: 768px) {
  .teaser-list__items {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.teaser-list__item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .teaser-list__item {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 768px) {
  .teaser-list__image img {
    width: 30px;
    height: 27px;
  }
}
@media all and (max-width: 450px) {
  .teaser-list__image img {
    width: 23px;
    height: 20px;
  }
}
.teaser-list__description {
  padding-left: 27px;
}
@media all and (max-width: 1024px) {
  .teaser-list__description {
    font-size: 0.85em;
  }
}
@media all and (max-width: 768px) {
  .teaser-list__description {
    font-size: 0.65em;
  }
}
@media all and (max-width: 414px) {
  .teaser-list__description {
    padding-left: 15px;
  }
}
.teaser-list__description a {
  color: #9a9843;
}
.teaser-list__description a:hover, .teaser-list__description a:active, .teaser-list__description a:focus {
  color: #a0a1a2;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TEASER SHOWCASE
/* ============================================================================= */
.teaser-showcase {
  margin: 100px auto;
}
@media all and (max-width: 1024px) {
  .teaser-showcase {
    margin: 70px auto;
  }
}
@media all and (max-width: 768px) {
  .teaser-showcase {
    margin: 50px auto;
  }
}
.teaser-showcase__titles {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__titles {
    margin-bottom: 30px;
  }
}
.teaser-showcase__items {
  margin-left: -6px;
  margin-right: -6px;
  font-size: 0;
}
.teaser-showcase__first-column, .teaser-showcase__second-column {
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__first-column, .teaser-showcase__second-column {
    display: block;
  }
}
.teaser-showcase__second-column, .teaser-showcase__third-column {
  font-size: 0;
}
.teaser-showcase__second-column .teaser-showcase__item, .teaser-showcase__third-column .teaser-showcase__item {
  display: inline-block;
}
.teaser-showcase__first-column {
  width: 36%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__first-column {
    width: 100%;
    font-size: 0;
  }
}
.teaser-showcase__first-column .teaser-showcase__item {
  display: block;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__first-column .teaser-showcase__item {
    display: inline-block;
  }
}
.teaser-showcase__second-column {
  width: 64%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__second-column {
    width: 100%;
  }
}
.teaser-showcase__item {
  font-size: 20px;
  padding: 0 6px 12px 6px;
  position: relative;
  display: block;
}
.teaser-showcase__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 12px;
  left: 6px;
  right: 6px;
  pointer-events: none;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
}
.teaser-showcase__item.first, .teaser-showcase__item.second {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__item.first, .teaser-showcase__item.second {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .teaser-showcase__item.first, .teaser-showcase__item.second {
    width: 100%;
  }
}
.teaser-showcase__item.third {
  width: 52%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__item.third {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .teaser-showcase__item.third {
    width: 100%;
  }
}
.teaser-showcase__item.fourth {
  width: 48%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__item.fourth {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .teaser-showcase__item.fourth {
    width: 100%;
  }
}
.teaser-showcase__item.fifth {
  width: 41%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__item.fifth {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .teaser-showcase__item.fifth {
    width: 100%;
  }
}
.teaser-showcase__item.sixth {
  width: 59%;
}
@media all and (max-width: 1024px) {
  .teaser-showcase__item.sixth {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .teaser-showcase__item.sixth {
    width: 100%;
  }
}
.teaser-showcase__item.seventh, .teaser-showcase__item.eigth {
  width: 50%;
}
@media all and (max-width: 600px) {
  .teaser-showcase__item.seventh, .teaser-showcase__item.eigth {
    width: 100%;
  }
}
.teaser-showcase__image {
  width: 100%;
  height: auto;
  display: block;
}
.teaser-showcase__content {
  position: absolute;
  left: 44px;
  bottom: 31px;
  z-index: 1;
  right: 15px;
}
@media all and (max-width: 1350px) {
  .teaser-showcase__content {
    left: 15px;
  }
}
.teaser-showcase__module-title, .teaser-showcase__module-subtitle {
  display: block;
  color: #fff;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
.teaser-showcase__module-title {
  font-size: 2em;
  line-height: 45px;
  padding-bottom: 5px;
}
@media all and (max-width: 768px) {
  .teaser-showcase__module-title {
    font-size: 1.5em;
    line-height: 35px;
  }
}
@media all and (max-width: 768px) {
  .teaser-showcase__module-title {
    font-size: 1.3em;
  }
}
@media all and (max-width: 1350px) {
  .teaser-showcase__module-subtitle {
    font-size: 0.9em;
  }
}
@media all and (max-width: 768px) {
  .teaser-showcase__module-subtitle {
    font-size: 0.8em;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* GOOD REASON
/* ============================================================================= */
.good-reason {
  background: white;
  margin: 100px 0;
  text-align: left;
}
@media only screen and (max-width: 1430px) {
  .good-reason {
    margin: 50px 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .good-reason {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .good-reason {
    font-size: 15px;
  }
}
.good-reason__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 142px;
}
@media all and (max-width: 1430px) {
  .good-reason__row {
    margin-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .good-reason__row {
    display: block;
  }
}
.good-reason__name {
  font-size: 2.25em;
  margin-bottom: 70px;
  line-height: 1;
  color: #9a9843;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1280px) {
  .good-reason__name {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .good-reason__name {
    font-size: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .good-reason__name {
    font-size: 20px;
  }
}
.good-reason__item {
  text-align: left;
  padding-right: 20px;
  width: 41%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .good-reason__item {
    width: 55%;
  }
}
@media only screen and (max-width: 850px) {
  .good-reason__item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.good-reason__description {
  margin-left: 65px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1430px) {
  .good-reason__description {
    margin-left: 0;
  }
}
.good-reason__description li {
  line-height: 40px;
}
@media all and (max-width: 850px) {
  .good-reason__description li {
    line-height: initial;
  }
}
.good-reason__description li::marker {
  color: #9a9843;
}
.good-reason__description a {
  font-weight: 600;
  color: #9a9843;
}
.good-reason__description a:hover, .good-reason__description a:focus, .good-reason__description a:active {
  color: #767534;
}
.good-reason__image-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 59%;
}
@media only screen and (max-width: 1024px) {
  .good-reason__image-container {
    width: 45%;
  }
}
@media only screen and (max-width: 850px) {
  .good-reason__image-container {
    width: 100%;
  }
}
.good-reason__image {
  display: inline-block;
}
.good-reason__arrows {
  position: absolute;
  z-index: 20;
  bottom: auto;
  right: 0;
  left: 0;
  top: 45%;
}
.good-reason__arrows button:last-child {
  float: right;
}
.good-reason__arrows svg {
  width: 2em;
  height: 2em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* OFFERS BOX TOP
/* ============================================================================= */
.offers-box-top {
  background: #efece8;
  position: absolute;
  left: 6em;
  bottom: 4em;
  top: auto;
  z-index: 10;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75em;
  width: 19em;
}
@media only screen and (max-width: 1280px) {
  .offers-box-top {
    left: 2em;
    bottom: 2em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .offers-box-top {
    display: none;
  }
}
.offers-box-top__inner {
  padding: 1.25em;
  border: 1px solid white;
}
.offers-box-top__name {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  display: block;
  line-height: 1;
}
.offers-box-top__date {
  font-weight: 600;
}
.offers-box-top__price {
  font-size: 0.9em;
}
.offers-box-top .button {
  margin-top: 1.5em;
}

/* =============================================================================
/* OFFERS-BOX
/* ============================================================================= */
.offers-box {
  text-align: center;
  margin: 80px auto;
  margin: 4.2105263158vw auto;
  background: url(/media/pattern.jpg) repeat 0 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .offers-box {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .offers-box {
    font-size: 15px;
  }
}
.offers-box__item {
  display: inline-block;
  padding: 0 0.5em;
}
@media only screen and (max-width: 667px) {
  .offers-box__item {
    padding: 0 0.25em;
  }
}
.offers-box__image-link {
  display: block;
}
.offers-box__name {
  font-size: 1.75em;
  display: block;
  padding-bottom: 0.5em;
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  .offers-box__name {
    font-size: 25px;
    line-height: 1;
  }
}
.offers-box__date {
  font-size: 1em;
  font-weight: 600;
}
.offers-box__price-info {
  display: block;
}
.offers-box__price {
  font-size: 0.9em;
}
.offers-box__item-description {
  background: #efece8;
  padding: 1.5em 1em;
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  .offers-box__item-description {
    min-height: 230px;
  }
}
@media only screen and (max-width: 667px) {
  .offers-box__controls {
    margin: 15px 0;
  }
}
.offers-box .button {
  margin-top: 1.5em;
}

.box-controls {
  text-align: right;
  line-height: 1;
  margin-top: 35px;
  margin-top: 1.8421052632vw;
}
@media only screen and (max-width: 667px) {
  .box-controls {
    text-align: center;
    font-size: 20px;
  }
}
.box-controls__link {
  display: inline-block;
  font-size: 0.9em;
}
.box-controls__arrows {
  display: inline-block;
  margin-left: 1em;
  background: none;
  border: none;
  outline: none;
}
@media only screen and (max-width: 667px) {
  .box-controls__arrows {
    display: none;
  }
}
.box-controls__arrows svg {
  width: 1em;
  height: 1em;
  fill: black;
  display: inline-block;
  vertical-align: middle;
}

/* =============================================================================
/* OFFERS
/* ============================================================================= */
.offers {
  margin: 50px auto;
}
.offers__item-bg {
  background: #efece8;
}

.offer-item__price-info {
  display: block;
  color: #9a9843;
}

/* =============================================================================
/* OFFERS DETAIL
/* ============================================================================= */
.offer-detail__image {
  position: relative;
}
.offer-detail__price {
  font-weight: bold;
}
.offer-detail__price-info {
  display: block;
  font-weight: bold;
  color: #9a9843;
}
.offer-detail__button-detail {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  left: auto;
}
@media all and (max-width: 550px) {
  .offer-detail__button-detail {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .offer-detail__description-details {
    font-size: 16px;
  }
}
.offer-detail__row-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .offer-detail__row-description {
    display: block;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* ADDRESS
/* ============================================================================= */
@media all and (max-width: 667px) {
  .box-address {
    font-size: 16px;
  }
}
.box-address__owner {
  font-size: 2.25em;
  line-height: 50px;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 18px;
}
@media all and (max-width: 1380px) {
  .box-address__owner {
    font-size: 1.75em;
    line-height: 40px;
  }
}
@media all and (max-width: 800px) {
  .box-address__owner {
    font-size: 1.5em;
    line-height: 35px;
  }
}
.box-address__address {
  padding-bottom: 30px;
}
@media all and (max-width: 570px) {
  .box-address__address {
    padding-bottom: 15px;
  }
}
.box-address__phone-mail {
  padding-bottom: 30px;
}
@media all and (max-width: 800px) {
  .box-address__phone-mail {
    padding-bottom: 20px;
  }
}
.box-address__phone-mail a {
  font-size: 1.5em;
  line-height: 1.8333333333;
  display: block;
}
@media all and (max-width: 800px) {
  .box-address__phone-mail a {
    font-size: 1.25em;
    line-height: 30px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* NAV BOTTOM
/* ============================================================================= */
.nav-bottom {
  padding-top: 20px;
  padding-bottom: 112px;
  padding: 15px 15px 112px 15px;
  text-align: center;
}
.nav-bottom span, .nav-bottom a {
  font-size: 16px;
}
.nav-bottom__menu-0 {
  color: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
.nav-bottom__separator {
  padding: 0 5px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* STORIES
/* ============================================================================= */
.stories-box {
  position: relative;
  z-index: 1;
}
.stories-box--opposite .stories-box__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .stories-box--opposite .stories-box__container {
    width: 650px;
    display: block;
  }
}
@media only screen and (max-width: 670px) {
  .stories-box--opposite .stories-box__container {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .stories-box {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  .stories-box {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .stories-box {
    padding-bottom: 50px;
  }
}
.stories-box__slide-image {
  position: relative;
  z-index: 1;
  padding: 130px 15px;
}
@media all and (max-width: 1280px) {
  .stories-box__slide-image {
    padding: 80px 15px;
  }
}
@media all and (max-width: 768px) {
  .stories-box__slide-image {
    padding: 50px 15px;
  }
}
.stories-box__container {
  z-index: 3;
  text-align: center;
  width: 1216px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  .stories-box__container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .stories-box__container {
    width: 650px;
  }
}
@media only screen and (max-width: 670px) {
  .stories-box__container {
    width: 100%;
  }
}
.stories-box__image-link {
  display: block;
}
.stories-box__big-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.stories-box__image {
  width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}
@media all and (max-width: 1024px) {
  .stories-box__image {
    min-height: unset;
    height: auto;
  }
}
.stories-box__inner {
  padding: 0 45px 0 35px;
  background: #fff;
  height: 496px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .stories-box__inner {
    padding: 15px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .stories-box__inner {
    font-size: 12px;
    min-height: 230px;
  }
}
.stories-box__name {
  font-size: 1.75em;
  margin-bottom: 26px;
  display: block;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
.stories-box__description {
  font-size: 1em;
}
.stories-box__link-detail {
  margin-top: 26px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .stories-box__link-detail {
    margin-top: 1em;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* PRICES
/* ============================================================================= */
.price-info {
  margin-top: 30px;
  margin-top: 1.5789473684vw;
  text-align: left;
}

.periods-header {
  text-align: left;
  background: #efece8;
  padding: 6px;
  margin-bottom: 10px;
}

.room-slider {
  overflow: hidden;
}
.room-slider .row {
  white-space: nowrap;
  position: relative;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.room-slider .column {
  display: inline-block;
  position: relative;
  float: none;
  white-space: normal;
}
@media all and (max-width: 667px) {
  .room-slider .column {
    text-align: center;
  }
}

/* =============================================================================
/* PRICES ROOMS DETAIL
/* ============================================================================= */
.prices-room {
  padding: 30px 0;
  padding: 1.5789473684vw 0;
  position: relative;
}
.prices-room__stay {
  font-weight: bold;
}
.prices-room:first-child {
  padding-top: 0;
}
.prices-room__border {
  bottom: 0;
}
.prices-room__description {
  margin: 1em 0;
}
.prices-room__link-detail {
  margin-top: 30px;
  margin-top: 1.5789473684vw;
  display: inline-block;
  color: #9a9843;
}
@media all and (max-width: 450px) {
  .prices-room__link-detail {
    font-size: 16px;
  }
}

.prices-search__reset {
  display: none;
}

.price-slider {
  font-size: 0.9em;
}
@media all and (max-width: 768px) {
  .price-slider {
    font-size: 14px;
  }
}
.price-slider__controls {
  position: absolute;
  top: 0;
  right: 15px;
  left: auto;
  z-index: 8;
}
@media all and (max-width: 768px) {
  .price-slider__controls {
    top: 8px;
  }
}
@media all and (max-width: 414px) {
  .price-slider__controls {
    top: 40px;
  }
}
.price-slider__controls .prev.disabled .price-slider__icon {
  fill: #9a9843;
}
.price-slider__controls a {
  display: inline-block;
}
.price-slider__icon {
  width: 1.5em;
  height: 1.5em;
  fill: #868889;
  display: inline-block;
  vertical-align: middle;
}
.next .price-slider__icon {
  width: 1.5em;
  height: 1.75em;
}

/* =============================================================================
/* PRICE TITLE
/* ============================================================================= */
.price-title {
  display: block;
  color: #9a9843;
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  .price-title {
    margin: 10px 0;
    font-size: 20px;
  }
}
@media all and (max-width: 450px) {
  .price-title {
    font-size: 16px;
  }
}

/* =============================================================================
/* PRICES ROOM DETAIL
/* ============================================================================= */
.price-room-detail {
  margin: 60px 0;
  margin: 3.1578947368vw 0;
  text-align: center;
}
@media all and (max-width: 667px) {
  .price-room-detail {
    font-size: 16px;
  }
}
.price-room-detail__season {
  color: #707070;
}
.price-room-detail__season:first-child {
  margin-bottom: 1.5em;
}
.price-room-detail__header {
  background: #9a9843;
  padding: 6px;
  font-size: 0.9em;
  color: #fff;
}
.price-room-detail__price-item {
  font-size: 0.8em;
  padding: 7px 10px;
}
.price-room-detail__price-item:nth-child(even) {
  background: #efece8;
  color: #707070;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TEASER IMAGES
/* ============================================================================= */
.teaser-image {
  /*padding-bottom: em(50px);*/
  /*@include vw(padding-bottom, 50px);*/
}
@media only screen and (max-width: 768px) {
  .teaser-image {
    padding-bottom: 0;
  }
}
.teaser-image__item {
  position: relative;
  width: 50%;
  z-index: 1;
}
.teaser-image__item:first-child {
  float: right;
}
@media only screen and (max-width: 768px) {
  .teaser-image__item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 667px) {
  .teaser-image__item {
    font-size: 13px;
    float: none;
    width: 100%;
  }
}
.teaser-image__link {
  display: block;
  position: relative;
}
.teaser-image__link img {
  width: 100%;
  height: auto;
  display: block;
}
.teaser-image__inner {
  position: absolute;
  bottom: 2.5em;
  z-index: 10;
  left: 2em;
}
@media only screen and (max-width: 768px) {
  .teaser-image__inner {
    left: 1em;
    bottom: 1em;
  }
}
.teaser-image__subtitle {
  font-size: 1.75em;
  color: rgb(255, 255, 255);
  text-align: left;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  display: block;
  line-height: 1;
  z-index: 15;
}
.teaser-image__description {
  font-size: 1em;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: left;
  display: none;
  padding-bottom: 0.75em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* RATING
/* ============================================================================= */
.rating-outer {
  position: relative;
  margin-top: 128px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 110px;
}
.rating-outer.no-background {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 100px;
}
@media all and (max-width: 1024px) {
  .rating-outer.no-background {
    margin-bottom: 60px;
  }
}
.rating-outer.no-background:before {
  content: none;
}
@media all and (max-width: 1024px) {
  .rating-outer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.rating-outer:before {
  background-image: url(/media/Background.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media only screen and (max-width: 768px) {
  .rating-outer {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .rating-outer {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .rating-outer {
    font-size: 15px;
  }
}

.rating {
  text-align: center;
  max-width: 1046px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .rating {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .rating {
    font-size: 15px;
  }
}
.rating__name {
  display: block;
  font-size: 2.25em;
  line-height: 50px;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
}
@media all and (max-width: 1024px) {
  .rating__name {
    font-size: 1.75em;
    line-height: 1.1428571429;
  }
}
.rating__description {
  font-style: italic;
  font-size: 1em;
  display: block;
  padding: 1.25em 0;
}
@media all and (max-width: 1024px) {
  .rating__item {
    margin: 0 0.5em;
  }
}
.rating__subtitle {
  font-size: 0.8em;
  display: inline-block;
  position: relative;
}
.rating__subtitle svg {
  width: 2.75em;
  height: 2.75em;
  fill: #707070;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* SOCIAL WALL SHOWCASE
/* ============================================================================= */
.socialwall-showcase {
  margin: 100px auto;
}
@media all and (max-width: 768px) {
  .socialwall-showcase {
    margin: 60px auto;
  }
}
.socialwall-showcase__title {
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
  font-size: 100px;
  text-align: left;
  margin-left: 100px;
  color: #c3ae93;
}
@media only screen and (max-width: 1500px) {
  .socialwall-showcase__title {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .socialwall-showcase__title {
    font-size: 80px;
  }
}
@media all and (max-width: 667px) {
  .socialwall-showcase__title {
    font-size: 60px;
    padding-bottom: 15px;
    display: block;
  }
}
@media all and (max-width: 550px) {
  .socialwall-showcase__title {
    font-size: 40px;
  }
}
@media all and (max-width: 400px) {
  .socialwall-showcase__title {
    font-size: 35px;
  }
}
.socialwall-showcase__row {
  font-size: 0;
}
.socialwall-showcase__first-item-container, .socialwall-showcase__second-item-container {
  display: inline-block;
  font-size: 0;
}
@media all and (max-width: 1024px) {
  .socialwall-showcase__first-item-container, .socialwall-showcase__second-item-container {
    display: block;
  }
}
.socialwall-showcase__first-item-container {
  width: 63%;
}
@media all and (max-width: 1024px) {
  .socialwall-showcase__first-item-container {
    width: 100%;
  }
}
.socialwall-showcase__first-item-container .socialwall-showcase__item:first-child {
  width: 50%;
}
@media all and (max-width: 667px) {
  .socialwall-showcase__first-item-container .socialwall-showcase__item:first-child {
    width: 100%;
  }
}
.socialwall-showcase__first-item-container .socialwall-showcase__item:last-child {
  width: 50%;
}
@media all and (max-width: 667px) {
  .socialwall-showcase__first-item-container .socialwall-showcase__item:last-child {
    width: 100%;
  }
}
.socialwall-showcase__second-item-container {
  width: 37%;
}
@media all and (max-width: 1024px) {
  .socialwall-showcase__second-item-container {
    width: 100%;
  }
}
.socialwall-showcase__second-item-container .socialwall-showcase__item {
  width: 100%;
}
.socialwall-showcase__item {
  position: relative;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding: 0 15px;
}
@media all and (max-width: 1024px) {
  .socialwall-showcase__item {
    padding: 0 5px 10px 5px;
  }
}
@media all and (max-width: 667px) {
  .socialwall-showcase__item {
    display: block;
  }
}
.socialwall-showcase__item img {
  width: 100%;
  height: auto;
  display: block;
}
.socialwall-showcase__button-row {
  text-align: center;
}
.socialwall-showcase__button {
  font-size: 20px;
  margin-top: 30px;
}

/* =============================================================================
/* SOCIAL WALL
/* ============================================================================= */
.socialwall__info {
  position: absolute;
  top: 1.5em;
  left: 1em;
  z-index: 5;
}
.socialwall__info img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
}
.socialwall__image-link {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
}
.socialwall__image-link img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.socialwall__title {
  font-family: "Antro_Vectra", Helvetica, Arial, sans-serif;
  font-size: 6em;
  text-align: left;
  margin-left: 100px;
}
@media only screen and (max-width: 1280px) {
  .socialwall__title {
    font-size: 35px;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* ROUTEPLANNER
/* ============================================================================= */
.routeplanner .form .row:nth-child(2) {
  margin: 10px 0;
}

/*---------------------------------------------------
/* googlemap
/*---------------------------------------------------*/
#routemap {
  height: 400px;
}

#directions-panel .adp-placemark {
  background: #9a9843;
  color: #fff;
  font-weight: bold;
  border: none;
  text-align: center;
}
#directions-panel .adp-directions {
  width: 100%;
}
#directions-panel .adp-text,
#directions-panel .adp-summary {
  padding: 0.7em;
  text-align: center;
}
#directions-panel .adp-step,
#directions-panel .adp-substep {
  padding: 0.65em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* Holidaycheck
/* ============================================================================= */
.main-content div.hc-widget.hc-widget-large {
  width: 100%;
  margin: 1.25em 0;
}

.main-content #CDSWIDSSP {
  width: 100% !important;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* ROOMS
/* ============================================================================= */
.room-item__link-back {
  display: block;
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.room-item__price-info {
  color: #9a9843;
}

.room-suggestions__inner {
  background: #efece8;
}
.room-suggestions__title {
  margin: 0.5em 0;
  font-size: 1.5em;
  line-height: 1;
}
.room-suggestions__name {
  display: block;
}
.room-suggestions__description {
  padding: 0.75em;
}

.room-images__link {
  display: block;
}
.room-images .col-6:nth-child(-n+2) .room-images__link {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .room-images .col-6:nth-child(-n+2) .room-images__link {
    margin-bottom: 10px;
  }
}

.room-detail__images {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.room-detail__image-link {
  display: inline-block !important;
}
.room-detail .virtual-tours {
  padding-top: 60%;
}
@media all and (max-width: 900px) {
  .room-detail .virtual-tours {
    padding-top: 70%;
  }
}
@media all and (max-width: 550px) {
  .room-detail .virtual-tours {
    padding-top: 85%;
  }
}
@media all and (max-width: 450px) {
  .room-detail .virtual-tours {
    padding-top: 110%;
  }
}
.room-detail__controls {
  position: absolute;
  right: 0;
  left: 0;
  top: 48%;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
}
.room-detail__controls a {
  pointer-events: auto;
}
.room-detail__controls a:last-child {
  float: right;
}
.room-detail__controls svg {
  width: 2em;
  height: 2em;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* BASE CONTROLS
/* ============================================================================= */
.base-controls-link {
  display: inline-block;
}
.base-controls-link svg {
  fill: #fff;
  pointer-events: none;
}

/* =============================================================================
/* BASE MODULE
/* ============================================================================= */
/*.base-module {
    @media only screen and (max-width: 1180px) {
       padding:0 em(10px);
    }
}*/
/* =============================================================================
/* BASE ITEM
/* ============================================================================= */
.base-item {
  padding: 2.5em 0;
}
@media all and (max-width: 1280px) {
  .base-item {
    font-size: 17px;
  }
}
.base-item:nth-child(even) {
  background: white;
}
.base-item__image-link {
  display: block;
}
.base-item__inner {
  padding: 0.75em;
}
.base-item__name {
  font-size: 2em;
  display: block;
  color: #9a9843;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  .base-item__name {
    font-size: 1.65em;
    line-height: 1;
    margin: 10px 0;
  }
}
.base-item__date {
  color: #9a9843;
  font-weight: bold;
}
.base-item__separator {
  padding: 0 13px;
}
.base-item__short-description {
  font-size: 0.9em;
  padding: 1em 0;
}
.base-item__buttons {
  margin-top: 15px;
}
@media all and (max-width: 414px) {
  .base-item__buttons {
    margin-top: 10px;
  }
}
.base-item__info {
  font-weight: bold;
}

/* =============================================================================
/* BASE DETAIL
/* ============================================================================= */
.base-detail h1 {
  color: #9a9843;
}
@media all and (max-width: 1024px) {
  .base-detail h1 {
    font-size: 35px;
  }
}
.base-detail h1:hover {
  color: #767534;
}
.base-detail h2 {
  font-weight: bold;
}
.base-detail__image {
  display: block;
}
.base-detail__description {
  padding: 15px 0;
}
@media all and (max-width: 1024px) {
  .base-detail__description {
    font-size: 17px;
  }
}
.base-detail__link-back {
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* BASE SEARCH (funktioniert für normale suche bei Zimmer, Angebote...)
/* ============================================================================= */
.base-search__radio-buttons {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.base-search ul {
  margin: 0;
  padding: 0;
}
.base-search li {
  display: inline-block;
  padding-right: 1.5em;
  list-style-type: none;
}
.base-search input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.base-search input[type=radio] + label:before {
  border: 2px solid #868889;
  width: 18px;
  height: 18px;
  -webkit-appearance: inherit;
  margin-right: 12px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
}
.base-search input[type=radio]:checked + label:before {
  background: #9a9843;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* COUPON
/* ============================================================================= */
.coupon__title {
  color: #9a9843;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.coupon__subtitle {
  font-size: 1em;
  font-weight: bold;
  margin: 0.4em 0;
}
.coupon ul {
  padding-left: 0;
}
.coupon ul li {
  list-style-image: none;
  padding: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* WEATHER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .weather {
    font-size: 17px;
  }
}
@media all and (max-width: 667px) {
  .weather {
    font-size: 15px;
  }
}
@media all and (max-width: 667px) {
  .weather img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.weather__title {
  padding: 20px 0;
  padding: 1.0526315789vw 0;
  color: #9a9843;
  font-size: 1.75em;
  border-bottom: 1px solid #707070;
}
@media all and (max-width: 1024px) {
  .weather__title {
    font-size: 30px;
  }
}

.weather__subtitle,
.weather .item-title {
  margin: 10px 0;
  margin: 0.5rem 0;
  font-size: 20px;
  font-size: 1rem;
  font-weight: bold;
}

.weather-temperatures__cell {
  padding: 3px;
}

.weather-temperatures__city {
  font-weight: bold;
}

.weather-forecast__day {
  text-align: center;
  padding: 20px 0;
}

.weather-forecast__image {
  margin-bottom: 5px;
}

.weather-forecast__image img {
  display: inline-block;
}

.weather-forecast__date {
  margin-bottom: 5px;
}

.weather__copyright {
  display: inline-block;
  margin-top: 30px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* GALLERIES
/* ============================================================================= */
.galleries {
  margin: 80px 15px 80px 15px;
}
@media only screen and (max-width: 1024px) {
  .galleries {
    margin: 50px 15px 50px 15px;
  }
}
.galleries__name {
  margin: 0.5em 0;
}

.gallery-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}
@media only screen and (max-width: 1024px) {
  .gallery-item {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media only screen and (max-width: 667px) {
  .gallery-item {
    display: block;
  }
}
.gallery-item:nth-child(even) {
  -ms-flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.gallery-item__left, .gallery-item__right {
  float: left;
  width: 50%;
  display: inline;
}
@media only screen and (max-width: 667px) {
  .gallery-item__left, .gallery-item__right {
    width: 100%;
    display: block;
  }
}
.gallery-item__right {
  float: right;
}
.gallery-item__big-item, .gallery-item__small-item {
  padding: 7px;
}
@media all and (max-width: 1024px) {
  .gallery-item__big-item, .gallery-item__small-item {
    padding: 4px;
  }
}
.gallery-item__big-item {
  display: block;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* BASE HOVER 
/* ============================================================================= */
.base-hover__item {
  position: relative;
}

.base-hover__border {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  pointer-events: none;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 8;
  -moz-transition: all 0.3s ease-in-out 0.8s;
  -o-transition: all 0.3s ease-in-out 0.8s;
  -webkit-transition: all 0.3s ease-in-out 0.8s;
  transition: all 0.3s ease-in-out 0.8s;
}
@media all and (max-width: 1024px) {
  .base-hover__border {
    display: none;
  }
}

.base-hover__border span,
.base-hover__border:after,
.base-hover__border:before {
  position: absolute;
  background: #fff;
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1024px) {
  .base-hover__border span,
  .base-hover__border:after,
  .base-hover__border:before {
    display: none;
  }
}

.base-hover__border:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media all and (max-width: 1024px) {
  .base-hover__border:before {
    display: none;
  }
}

.base-hover__border:after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media all and (max-width: 1024px) {
  .base-hover__border:after {
    display: none;
  }
}

.base-hover__item:hover .base-hover__border:before,
.base-hover__item:hover .base-hover__border:after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.base-hover__item:hover .base-hover__border {
  background: rgba(40, 40, 40, 0.5);
}
@media all and (max-width: 1024px) {
  .base-hover__item:hover .base-hover__border {
    display: none;
  }
}

.base-hover__border .base-hover__border--left {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media all and (max-width: 1024px) {
  .base-hover__border .base-hover__border--left {
    display: none;
  }
}

.base-hover__border .base-hover__border--right {
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media all and (max-width: 1024px) {
  .base-hover__border .base-hover__border--right {
    display: none;
  }
}

.base-hover__item:hover .base-hover__border--left,
.base-hover__item:hover .base-hover__border--right {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* NEWSLETTER
/* ============================================================================= */
.newsletter h3 {
  margin-top: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TEXT
/* ============================================================================= */
.text-slide {
  margin: 60px;
  margin: 3.1578947368vw;
  text-align: left;
}
.text-slide ul li {
  list-style-image: url(/media/list-style-image.png);
  list-style-position: outside;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* HEADER MAIN
/* ============================================================================= */
.header-main {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1800px) {
  .header-main {
    font-size: 18px;
  }
}
.header-main--video-hidden {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media all and (max-width: 670px) {
  .header-main--video-hidden {
    opacity: 1;
  }
}
.header-main--active {
  background: #fff;
}
.header-main--active .header-main__active-logo {
  opacity: 1;
  pointer-events: all;
}
.header-main--active .header-main__contact-container {
  margin-top: 0;
}
.header-main--active .header-main--video-hidden {
  opacity: 1;
}
.header-main--active .burger-menu {
  margin-top: 10px;
}
.header-main--active .burger-menu__icon span, .header-main--active .burger-menu__icon:before, .header-main--active .burger-menu__icon:after {
  background: #9a9843;
}
.header-main--active .burger-menu__text {
  color: #9a9843;
}
.header-main--active .info-top {
  margin: 13px 22px 14px 22px;
}
@media all and (max-width: 950px) {
  .header-main--active .info-top {
    margin: 0 15px 14px 0;
  }
}
@media all and (max-width: 950px) {
  .header-main--active .info-top {
    margin: 17px 15px 14px 0;
  }
}
.header-main--active .info-top__text {
  color: #707070;
}
.header-main--active .info-top__responsiv-icons a svg {
  fill: #707070;
}
.header-main--active .languages .link, .header-main--active .languages .separator {
  color: #707070;
}
.header-main.is-not-home {
  opacity: 1;
  pointer-events: auto;
}
.header-main__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 130px;
}
@media only screen and (max-width: 1800px) {
  .header-main__inner {
    height: 128px;
  }
}
@media only screen and (max-width: 550px) {
  .header-main__inner {
    height: 75px;
  }
}
.header-main__active-logo {
  opacity: 0;
  text-align: center;
  pointer-events: none;
  position: absolute;
  max-width: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 11px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media all and (max-width: 550px) {
  .header-main__active-logo {
    top: 4px;
  }
}
@media all and (max-width: 550px) {
  .header-main__active-logo img {
    width: 150px;
    height: 60px;
    position: relative;
    top: 4px;
  }
}
.header-main__contact-container {
  text-align: right;
  margin-top: 100px;
  z-index: 100;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .header-main__contact-container {
    margin-top: 10px;
  }
}
.header-main__button-container {
  font-size: 0;
}
@media all and (max-width: 1750px) {
  .header-main__button-container {
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width: 950px) {
  .header-main__button-container {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-main__button {
  display: inline-block;
  padding: 11px 0;
  width: 262px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.6666666667;
}
.has-contact-form .header-main__button {
  display: none;
}
@media all and (max-width: 1750px) {
  .header-main__button {
    display: block;
    padding: 7px 0;
  }
}
@media all and (max-width: 1150px) {
  .header-main__button {
    width: 200px;
  }
}
@media all and (max-width: 950px) {
  .header-main__button {
    display: inline-block;
    min-width: unset;
    width: 50%;
    padding: 16px 10px;
    font-size: 20px;
  }
}
.header-main.js-show .header-main--video-hidden {
  opacity: 1;
}

.burger-menu {
  padding-left: 95px;
  z-index: 1000;
  margin-top: 140px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media all and (max-width: 1400px) {
  .burger-menu {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .burger-menu {
    margin-top: 25px;
  }
}
.burger-menu__icon {
  position: relative;
  cursor: pointer;
  display: block;
  height: 33px;
}
@media all and (max-width: 550px) {
  .burger-menu__icon {
    height: 19px;
  }
}
.burger-menu__icon span, .burger-menu__icon:before, .burger-menu__icon:after {
  background: #fff;
  height: 2px;
  position: absolute;
  left: 7px;
  width: 60px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media all and (max-width: 550px) {
  .burger-menu__icon span, .burger-menu__icon:before, .burger-menu__icon:after {
    width: 34px;
  }
}
.burger-menu__icon:before, .burger-menu__icon:after {
  content: "";
}
.burger-menu__icon:after {
  bottom: 0;
}
.burger-menu__icon:before {
  top: 0;
}
.burger-menu__icon span {
  top: 50%;
  margin-top: -1px;
}
.burger-menu__icon.cross-open {
  width: 50px;
}
.burger-menu__icon.cross-open span, .burger-menu__icon.cross-open:before, .burger-menu__icon.cross-open:after {
  background: #9a9843;
}
.burger-menu__icon.cross-open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 45px;
  margin-top: 10px;
}
@media all and (max-width: 550px) {
  .burger-menu__icon.cross-open:before {
    width: 30px;
  }
}
.burger-menu__icon.cross-open span {
  opacity: 0;
}
.burger-menu__icon.cross-open:after {
  width: 45px;
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-top: 10px;
}
@media all and (max-width: 550px) {
  .burger-menu__icon.cross-open:after {
    width: 30px;
  }
}
.burger-menu__text {
  font-size: 1.25em;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 1;
}
@media all and (max-width: 550px) {
  .burger-menu__text {
    font-size: 0.9em;
    margin-top: 7px;
  }
}

/* =============================================================================
/* INFO TOP (MAIL PHONE LANGUAGES)
/* ============================================================================= */
.info-top {
  margin-right: 22px;
  margin-bottom: 27px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media all and (max-width: 1750px) {
  .info-top {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.info-top__responsiv-icons {
  display: none;
}
@media all and (max-width: 1200px) {
  .info-top__responsiv-icons {
    display: block;
  }
}
.info-top__responsiv-icons a:first-child {
  padding-right: 15px;
}
.info-top__responsiv-icons a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.info-top.is-not-home {
  top: 100px;
}
@media all and (max-width: 1280px) {
  .info-top.is-not-home {
    right: 150px;
    font-size: 18px;
  }
}
@media all and (max-width: 1024px) {
  .info-top.is-not-home {
    right: 15px;
    top: 80px;
    font-size: 18px;
  }
}
.info-top__link {
  display: inline-block;
}
@media all and (max-width: 1750px) {
  .info-top__link {
    display: block;
  }
}
@media all and (max-width: 1200px) {
  .info-top__link {
    display: none;
  }
}
.info-top__link:hover .info-top__text svg, .info-top__link:hover .info-top__text {
  color: #daac6e;
}
.info-top__text-letter {
  display: inline-block;
  color: #fff;
}
.info-top__text-letter svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
  margin-right: 10px;
}
.info-top__text {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 0.9em;
  margin-right: 1em;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
@media all and (max-width: 1750px) {
  .info-top__text {
    margin-right: 0;
  }
}

.button-search-room {
  color: #fff;
  background: #9a9843;
}
.button-search-room:hover {
  background: #767534;
  color: #fff;
}

.button-request {
  color: #887762;
  background: #efece8;
  /*@media only screen and (max-width: $mobile-width) {
      display: none;
  }*/
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* TIPPS
/* ============================================================================= */
.tipps-item {
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 100px auto;
  padding: 0;
}
@media all and (max-width: 768px) {
  .tipps-item {
    padding: 0;
    display: block;
    margin: 50px auto;
  }
}
@media all and (max-width: 500px) {
  .tipps-item {
    margin: 30px auto;
  }
}
.tipps-item:nth-child(even) {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tipps-item__picture {
  width: 56%;
}
@media all and (max-width: 768px) {
  .tipps-item__picture {
    width: 100%;
  }
}
.tipps-item__image {
  max-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .tipps-item__image {
    min-height: initial;
    height: auto;
    max-width: initial;
    width: 100%;
  }
}
.tipps-item__content {
  width: 44%;
}
@media all and (max-width: 768px) {
  .tipps-item__content {
    width: 100%;
  }
}
.tipps-item .base-item__inner {
  padding: 40px;
}
@media all and (max-width: 1024px) {
  .tipps-item .base-item__inner {
    padding: 15px;
  }
}
@media all and (max-width: 500px) {
  .tipps-item .base-item__name {
    font-size: 1.25em;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* virtual-tour 
/* ============================================================================= */
.virtual-tours {
  position: relative;
  overflow: hidden;
  padding-top: 40%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.virtual-tours--no-gap-top {
  margin-top: 0;
}
.virtual-tours--no-gap-bottom {
  margin-bottom: 0;
}
@media all and (max-width: 900px) {
  .virtual-tours {
    padding-top: 70%;
  }
}
@media all and (max-width: 550px) {
  .virtual-tours {
    padding-top: 85%;
  }
}
@media all and (max-width: 450px) {
  .virtual-tours {
    padding-top: 105%;
  }
}
.virtual-tours iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.virtual-tours__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
.virtual-tours__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  width: 100%;
}
@media all and (max-width: 900px) {
  .virtual-tours__icon img {
    width: 85px;
    height: 85px;
  }
}
@media all and (max-width: 550px) {
  .virtual-tours__icon img {
    width: 70px;
    height: 70px;
  }
}
.virtual-tours__text {
  font-size: 1.25em;
}
@media all and (max-width: 900px) {
  .virtual-tours__text {
    font-size: 1.1em;
  }
}
@media all and (max-width: 550px) {
  .virtual-tours__text {
    font-size: 1em;
  }
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* dog-hotel-widget 
/* ============================================================================= */
.dog-hotel-widget-outer-container {
  position: relative;
}
.dog-hotel-widget-outer-container:before {
  background-image: url(/media/Background.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.dog-hotel-widget-outer-container a.dzrw0 {
  width: 200px;
}
.dog-hotel-widget-outer-container .dzrw0 .dzrw31 strong {
  font-size: 38px;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: #9a9843;
  color: #fff;
  fill: #fff;
  height: 43px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #fff;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #fff;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 16px;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  margin: 9px 0;
  line-height: 1;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  color: #fff;
  display: inline-block;
  padding: 0;
  font-size: 16px;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: #e3e3e3;
  color: #646464;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 13px;
  color: #646464;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.flatpickr-day.today {
  border-color: #707070;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #707070;
  background: #707070;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #b9b9b9;
  box-shadow: none;
  color: #fff;
  border-color: #b9b9b9;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #b9b9b9;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(0, 0, 0, 0.15);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #eee;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #404848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}
@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}
@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}
@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flatpickr-calendar {
  width: 315px;
}

.dayContainer {
  padding: 0;
  border-right: 0;
}

span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}

span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #707070;
}

span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #707070;
}

span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}

span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}

.rangeMode .flatpickr-day {
  margin-top: -1px;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}

.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}

.hasWeeks .flatpickr-days {
  border-right: 0;
}

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS ABR
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
::-webkit-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

::-moz-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

:-ms-input-placeholder {
  font-style: italic;
  color: white;
  font-weight: 100;
}

/* =============================================================================
/* PREFIXER
/* ============================================================================= */
/* =============================================================================
/* TRANSFORM
/* ============================================================================= */
/* =============================================================================
/* TRANSITION
/* ============================================================================= */
/* =============================================================================
/* cookies
/* ============================================================================= */
.cookie-category {
  margin-bottom: 2em;
}
.cookie-category__title {
  font-weight: bold;
}

.cookie-table {
  width: 100%;
  margin: 0.5em 0;
}
.cookie-table__container {
  max-width: 100%;
  overflow: auto;
}
.cookie-table th {
  padding: 0.15em 0.25em;
  border: solid 1px #707070;
}
.cookie-table td {
  border: solid 1px #707070;
  padding: 0.15em 0.25em;
}
