@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  margin: 0 auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Atak", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.burger-button {
  margin: 20px 25px;
  width: 56px;
  height: 56px;
  border: 3px solid #0068FF;
  border-radius: 43%;
  background-color: #0068FF;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 9999;
  cursor: pointer;
}
.burger-button .burger-line {
  width: 60%;
  height: 1px;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  top: 6px;
  left: 2px;
  margin: 8px;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.burger-button .burger-line:nth-of-type(2) {
  margin: 5px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  margin-left: 8px;
}
.burger-button .burger-line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  position: absolute;
}
.burger-button .burger-line--2 {
  display: none;
}
.burger-button .burger-line--3 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 16px;
  position: absolute;
}

.burger-menu {
  position: fixed;
  top: 0px;
  z-index: 10;
  min-height: 60px;
  padding-left: 23px;
  line-height: 1;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background: #FF7875;
  top: 0;
  overflow: auto;
  overflow-x: hidden;
  right: -1800px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (min-width: 992px) {
  .burger-menu {
    width: 50%;
  }
}
.burger-menu a {
  text-decoration: none;
}
.burger-menu ul {
  position: relative;
  padding: 0;
  padding-top: 200px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.burger-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .burger-menu ul li a {
    font-size: 26px;
    line-height: 27px;
  }
}
.burger-menu ul li a {
  font-size: 30px;
  line-height: 31px;
  font-size: 33px;
  margin-bottom: 20px;
  line-height: 37px;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 400px) {
  .burger-menu ul li a {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .burger-menu ul li a {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (min-width: 1850px) {
  .burger-menu ul li a {
    font-size: 50px;
    line-height: 51px;
  }
}
.burger-menu ul li a:hover {
  color: #fff;
}
.burger-menu i {
  display: block;
  font-size: 30px;
  margin: 0 23px 8px 0;
}
@media (min-width: 1680px) {
  .burger-menu i {
    font-size: 38px;
  }
}
.burger-menu i.logo-small {
  font-size: 62px;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .burger-menu i.logo-small {
    font-size: 70px;
  }
}
.burger-menu .burger-top-logo {
  position: absolute;
}
.burger-menu .icon-blue-img-logo::before {
  color: #fff;
}
.burger-menu .burger-search-icon {
  position: absolute;
  margin: 8px 24px;
  top: 135px;
  right: 0px;
  width: 56px;
  height: 56px;
  z-index: 111;
}
.burger-menu .burger-phone-icon {
  position: absolute;
  margin: 8px 24px;
  top: 70px;
  right: 0px;
  z-index: 111;
}
.burger-menu .burger-bottom {
  margin-top: 50px;
}
@media (min-height: 950px) {
  .burger-menu .burger-bottom {
    position: absolute;
    z-index: -1;
    bottom: 12px;
  }
}
.burger-menu .burger-bottom button {
  display: block;
  margin: 0px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .burger-menu .burger-bottom button {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .burger-menu .burger-bottom button {
    font-size: 24px;
  }
}
.burger-menu .burger-bottom img {
  width: 28px;
  margin: 0px;
}
.burger-menu .nav-buttons {
  margin-top: 40px;
}
.burger-menu .nav-buttons .icon {
  width: 40px;
  margin: 10px 0px 55px;
}
@media (min-width: 480px) {
  .burger-menu .nav-buttons .icon {
    width: 60px;
  }
}
@media (min-height: 1200px) {
  .burger-menu .nav-buttons {
    z-index: -1;
    bottom: 400px;
  }
}
@media (min-width: 768px) {
  .burger-menu .nav-buttons {
    margin: 80px 0 40px;
  }
}
.burger-menu .btn-left {
  grid-column: 1/10;
}
@media (min-width: 1200px) {
  .burger-menu .btn-left {
    grid-column: 2/6;
    grid-row: 1;
    margin-right: 12.5px;
  }
}
.burger-menu .btn-left2 {
  grid-column: 1/12;
}
@media (min-width: 1200px) {
  .burger-menu .btn-left2 {
    grid-column: 5/10;
    grid-row: 1;
    margin-left: 10px;
  }
}
.burger-menu .btn-right {
  grid-column: 12/13;
}
.burger-menu .btn-lang {
  align-self: end;
  grid-column: 12/13;
  grid-row: 2;
}
@media (min-width: 1200px) {
  .burger-menu .btn-lang {
    grid-column: 10;
    grid-row: 1;
  }
}
.burger-menu .btn-social {
  grid-column: 12/13;
  grid-row: 1;
}
@media (min-width: 1200px) {
  .burger-menu .btn-social {
    grid-column: 1/2;
  }
}
.burger-menu .lang-de,
.burger-menu .lang-en {
  color: #0068FF;
  border: 2px solid #0068FF;
  font-size: 16px;
  padding: 4px;
}
.burger-menu .lang-de:active,
.burger-menu .lang-en:active {
  color: #fff;
  background-color: #0068FF;
}
@media (max-width: 400px) {
  .burger-menu .sub-menu {
    padding-left: 10px;
  }
}
.burger-menu .sub-menu {
  right: -100%;
  top: 0px;
  width: 79%;
  padding-left: 23px;
  padding-top: 200px;
  height: 100%;
  background: #FFBFBD;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
}
.burger-menu .sub-menu a {
  color: #fff;
}
.burger-menu .sub-menu a:hover {
  color: #0068FF;
}
@media (min-width: 992px) {
  .burger-menu .sub-menu {
    width: 36%;
  }
}
.burger-menu ul li ul li {
  clear: both;
  width: 100%;
}
.burger-menu ul li ul {
  visibility: hidden;
  opacity: 0;
}

.burger-menu--open {
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: block;
  visibility: visible;
}
.burger-menu--open ::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.burger-menu--open {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

body.noscroll {
  overflow: hidden;
}

.burger-menu.noscroll {
  overflow: hidden;
}

.burger-menu .menu-link.active {
  color: #fff;
}

.burger-menu .sub-menu a.current {
  color: #0068FF;
}

.menu-link.active + .sub-menu {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 15px;
}
@media (min-width: 1200px) {
  .column-grid {
    grid-column-gap: 30px;
  }
}

.article58 #MainContent {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .standard-container {
    margin-top: 120px;
  }
}

.text-content {
  text-align: left;
}
.text-content.center,
.text-content .center {
  text-align: center;
}
.text-content.columns p, .text-content.columns ul li,
.text-content.columns ol li {
  font-family: "Bradford", serif;
}
.text-content ul, .text-content ol {
  text-align: left;
}
@media (min-width: 1200px) {
  .lower-content {
    margin-bottom: -276px;
  }
}

@media (min-width: 992px) {
  .center-narrow {
    margin: 0 100px;
  }
}
@media (min-width: 1200px) {
  .center-narrow {
    margin: 0 290px;
  }
}

.image-overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.image-overlay a {
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.image-overlay .overlay-gallery {
  word-break: inherit;
}
.image-overlay .overlay-gallery p, .image-overlay .overlay-gallery .text-content ul li, .text-content ul .image-overlay .overlay-gallery li,
.image-overlay .overlay-gallery .text-content ol li,
.text-content ol .image-overlay .overlay-gallery li {
  font-size: 60px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .image-overlay .overlay-gallery p, .image-overlay .overlay-gallery .text-content ul li, .text-content ul .image-overlay .overlay-gallery li,
  .image-overlay .overlay-gallery .text-content ol li,
  .text-content ol .image-overlay .overlay-gallery li {
    font-size: 100px;
  }
}
.image-overlay .overlay-gallery p a, .image-overlay .overlay-gallery .text-content ul li a, .text-content ul .image-overlay .overlay-gallery li a,
.image-overlay .overlay-gallery .text-content ol li a,
.text-content ol .image-overlay .overlay-gallery li a {
  border-bottom: none;
  word-break: initial;
}
.image-overlay .overlay-gallery p span.italic, .image-overlay .overlay-gallery .text-content ul li span.italic, .text-content ul .image-overlay .overlay-gallery li span.italic,
.image-overlay .overlay-gallery .text-content ol li span.italic,
.text-content ol .image-overlay .overlay-gallery li span.italic {
  font-size: 26px;
}

.caption {
  text-align: center;
  margin: 50px 0px;
}

@media (min-width: 1200px) {
  .column-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.column-content.center {
  text-align: center;
}
.column-content p, .column-content .text-content ul li, .text-content ul .column-content li,
.column-content .text-content ol li,
.text-content ol .column-content li, .column-content h2.h5 {
  margin: 0px auto;
}
.column-content div.h3 {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .column-content div.h3 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .right {
    grid-column: 7/12;
    grid-row: 1;
  }
}

@media (min-width: 1200px) {
  .right-illust {
    grid-column: 6/12;
    grid-row: 1;
  }
}

@media (min-width: 1200px) {
  .left {
    grid-column: 1/6;
    grid-row: 1;
  }
}

@media (min-width: 1200px) {
  .illust-left {
    grid-column: 1/7;
    grid-row: 1;
  }
}

.left-adjust {
  grid-column: 2/7;
  grid-row: 1;
}

.lower-right-adjust {
  grid-column: 7/12;
  grid-row: 2;
}
@media (min-width: 1200px) {
  .lower-right-adjust {
    margin-top: -100px;
  }
}

.lower-left-adjust {
  grid-column: 2/7;
  grid-row: 3;
}
@media (min-width: 1200px) {
  .lower-left-adjust {
    margin-top: -400px;
  }
}

.left-illust {
  grid-column: 1/12;
}

@media (min-width: 1200px) {
  .center-illust {
    grid-column: 5/11;
    grid-row: 1;
    margin-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .small-left {
    grid-column: 1/5;
    grid-row: 1;
  }
}

.illust-margin {
  margin-top: -55px;
}

.info-flex {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .info-flex .flex-item h3 {
    margin-top: -10px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .info-flex .flex-item {
    margin-right: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.info-flex.pkg-115 .price {
  display: none;
}

.flex-item h3,
.flex-item p,
.flex-item .text-content ul li,
.text-content ul .flex-item li,
.flex-item .text-content ol li,
.text-content ol .flex-item li {
  margin-top: 23px;
}

.img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.img-flex .round-img {
  margin: 50px 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTE4cHgiIGhlaWdodD0iNjk1cHgiIHZpZXdCb3g9IjAgMCA1MTggNjk1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPk92YWxfVmVydGlrYWw8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTI1OC42NTM4NDYsNjk0IEM0MTguNzIxMzY3LDY5NCA1MTYuMzA3NjkyLDYwNy44MjM5MzEgNTE2LjMwNzY5MiwzNDcuNSBDNTE2LjMwNzY5Miw4Ny4xNzYwNjkzIDQxOC43MjEzNjcsMSAyNTguNjUzODQ2LDEgQzk4LjU4NjMyNTQsMSAxLDg3LjE3NjA2OTMgMSwzNDcuNSBDMSw2MDcuODIzOTMxIDk4LjU4NjMyNTQsNjk0IDI1OC42NTM4NDYsNjk0IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJPdmFsX1ZlcnRpa2FsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9tYXNrPgogICAgICAgIDx1c2UgaWQ9Ik92YWwtQ29weS0xMiIgZmlsbD0iI0ZGNzg3NSIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICA8L2c+Cjwvc3ZnPg==");
  mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTE4cHgiIGhlaWdodD0iNjk1cHgiIHZpZXdCb3g9IjAgMCA1MTggNjk1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPk92YWxfVmVydGlrYWw8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTI1OC42NTM4NDYsNjk0IEM0MTguNzIxMzY3LDY5NCA1MTYuMzA3NjkyLDYwNy44MjM5MzEgNTE2LjMwNzY5MiwzNDcuNSBDNTE2LjMwNzY5Miw4Ny4xNzYwNjkzIDQxOC43MjEzNjcsMSAyNTguNjUzODQ2LDEgQzk4LjU4NjMyNTQsMSAxLDg3LjE3NjA2OTMgMSwzNDcuNSBDMSw2MDcuODIzOTMxIDk4LjU4NjMyNTQsNjk0IDI1OC42NTM4NDYsNjk0IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJPdmFsX1ZlcnRpa2FsIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9tYXNrPgogICAgICAgIDx1c2UgaWQ9Ik92YWwtQ29weS0xMiIgZmlsbD0iI0ZGNzg3NSIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICA8L2c+Cjwvc3ZnPg==");
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 261px;
  height: 351px;
}
@media (min-width: 992px) {
  .img-flex .round-img {
    width: 270px;
    height: 362px;
  }
}
@media (min-width: 1200px) {
  .img-flex .round-img {
    margin: 100px 10px 0;
    width: 373px;
    height: 502px;
  }
}

.flex-item {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .article85 .flex-item {
    margin: 50px 0;
  }
}

.pauschal-spacing {
  margin: 22px 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

div.wl-abm-rc-price {
  display: inline;
}

h1 div.wl-abm-rc-price {
  line-height: 1.3;
}

.content-list ul {
  margin-top: 77px;
}
.content-list li {
  color: #0068FF;
  font-size: 20px;
  list-style-type: none;
  position: relative;
}
@media (min-width: 992px) {
  .content-list li {
    font-size: 30px;
  }
}
.content-list li::before {
  content: "•";
  position: absolute;
  left: -44px;
  bottom: -18px;
  font-size: 48px;
}
@media (min-width: 992px) {
  .content-list li::before {
    font-size: 59px;
  }
}

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 138px;
  line-height: 2;
}
.button-row button {
  margin: 4px 2px;
}

.button-row .filter-button {
  margin: 5px auto;
}

.masonry-container {
  margin: auto 20px;
}
@media (min-width: 1200px) {
  .masonry-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    /* Your container needs a fixed height, and it 
      * needs to be taller than your tallest column. */
    height: 1970px;
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .masonry-container {
    height: 1620px;
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .masonry-container {
    height: 1360px;
    max-width: 1700px;
  }
}
@media (min-width: 2000px) {
  .masonry-container {
    height: 1300px;
    max-width: 2000px;
  }
}

.masonry-container-v2 {
  margin: auto 20px;
}
@media (min-width: 1200px) {
  .masonry-container-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    /* Your container needs a fixed height, and it 
      * needs to be taller than your tallest column. */
    height: 2970px;
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .masonry-container-v2 {
    height: 2560px;
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .masonry-container-v2 {
    height: 2360px;
    max-width: 1700px;
  }
}
@media (min-width: 2000px) {
  .masonry-container-v2 {
    height: 2260px;
    max-width: 2000px;
  }
}

.masonry-container-v3 {
  margin: auto 20px;
}
@media (min-width: 1200px) {
  .masonry-container-v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    /* Your container needs a fixed height, and it 
      * needs to be taller than your tallest column. */
    height: 1810px;
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .masonry-container-v3 {
    height: 1530px;
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .masonry-container-v3 {
    height: 1260px;
    max-width: 1700px;
  }
}
@media (min-width: 2000px) {
  .masonry-container-v3 {
    height: 1280px;
    max-width: 2000px;
  }
}

.masonry-item {
  margin-bottom: 40px;
}
.masonry-item p, .masonry-item .text-content ul li, .text-content ul .masonry-item li,
.masonry-item .text-content ol li,
.text-content ol .masonry-item li {
  font-size: 20px;
  line-height: 30px;
}
.masonry-item h3 {
  font-size: 24px;
  margin-bottom: -8px;
}
@media (min-width: 768px) {
  .masonry-item h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .masonry-item {
    width: 24%;
    margin: 0 8px;
    margin-bottom: 0px;
  }
}

/* Re-order items into 3 rows */
.masonry-item:nth-of-type(4n + 1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.masonry-item:nth-of-type(4n + 2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.masonry-item:nth-of-type(4n + 3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.masonry-item:nth-of-type(4n) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* Force new columns */
.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
}

.content-text {
  grid-column: 1/13;
  padding-bottom: 0px;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-column-width: 250px;
     -moz-column-width: 250px;
          column-width: 250px;
}
@media (min-width: 1200px) {
  .content-text {
    grid-column: 2/12;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-column-width: 250px;
       -moz-column-width: 250px;
            column-width: 250px;
  }
}
@media (min-width: 1680px) {
  .content-text {
    grid-column: 1/9;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.text-center {
  grid-column: 1/13;
}
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center p,
.text-center .text-content ul li,
.text-content ul .text-center li,
.text-center .text-content ol li,
.text-content ol .text-center li {
  margin: 0;
}

.container .jumbotron {
  background-color: transparent;
  border-radius: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
}

label {
  color: #0068FF;
}

.icon-blue-text-logo {
  font-size: 50px;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.icon-blue-text-logo:hover {
  text-decoration: none;
}

footer .icon-blue-text-logo {
  position: initial;
}

.btn {
  border-radius: 80px;
}

input[type=submit] {
  background-color: #0068FF;
  border: none;
}
input[type=submit]:hover {
  color: #0068FF;
  background-color: #fff;
  border-color: #0068FF;
}

.article24 .italic {
  font-family: "BradfordItalic", serif;
}
.article24 .italic a {
  font-family: "BradfordItalic", serif;
}
.article24 .bradford {
  font-family: "Bradford", serif;
}
.article24 .bradford a {
  font-family: "Bradford", serif;
}
.article24 h1,
.article24 .h1 {
  font-size: 25px;
  line-height: 26px;
  margin: 20px 0 50px;
  color: #fff;
}
@media (min-width: 480px) {
  .article24 h1,
  .article24 .h1 {
    font-size: 65px;
    line-height: 66px;
  }
}
@media (min-width: 1200px) {
  .article24 h1,
  .article24 .h1 {
    font-size: 80px;
    line-height: 83px;
  }
}
.article24 h3,
.article24 .h3 {
  font-size: 26px;
  line-height: 36px;
  color: #0068FF;
}
.article24 h3 .italic,
.article24 .h3 .italic {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .article24 h3,
  .article24 .h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .article24 h3 .italic,
  .article24 .h3 .italic {
    font-size: 42px;
  }
  .article24 h3 .bradford,
  .article24 .h3 .bradford {
    font-size: 42px;
  }
}
.article24 h4,
.article24 .h4 {
  font-size: 33px;
  line-height: 43px;
  color: #0068FF;
  margin-bottom: 25px;
}
.article24 h4 .bradford,
.article24 .h4 .bradford {
  font-size: 35px;
}
.article24 h4 .italic,
.article24 .h4 .italic {
  font-size: 35px;
}
@media (min-width: 992px) {
  .article24 h4,
  .article24 .h4 {
    font-size: 50px;
    line-height: 56px;
  }
  .article24 h4 .bradford,
  .article24 .h4 .bradford {
    font-size: 56px;
  }
  .article24 h4 .italic,
  .article24 .h4 .italic {
    font-size: 56px;
  }
}
.article24 .icon-blue-img-logo {
  display: block;
  margin: 0 auto 0 auto;
  font-size: 90px;
}
.article24 .icon-blue-img-logo:hover {
  background-color: transparent;
}
.article24 .icon-blue-img-logo.text-top {
  margin: 60px auto -30px;
}
@media (min-width: 1200px) {
  .article24 .icon-blue-img-logo.text-top {
    margin-bottom: -130px;
  }
}
.article24 .icon-blue-img-logo.no-img {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .article24 .icon-blue-img-logo {
    font-size: 109px;
  }
}
.article24 .phonenr-btn {
  background-color: #00D1A1;
  color: #fff;
  border: 1px solid #00D1A1;
  font-size: 25px;
  padding: 12px 18px;
  background-image: url(../img/icons/BTN_PHONE.svg);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 51px;
  padding-left: 52px;
  font-family: "Atak", sans-serif;
  font-weight: normal;
  text-decoration: none;
  margin: 10px;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
}
.article24 .has-warning .form-control {
  border-color: #0068FF;
}
.article24 .has-warning .form-control:focus,
.article24 .form-control:focus {
  -webkit-box-shadow: 0 0 10px #0068FF;
          box-shadow: 0 0 10px #0068FF;
}
.article24 #targetForm h3 {
  padding-bottom: 13px;
}
.article24 .qr-captcha {
  background-color: transparent;
}
.article24 table {
  cursor: default;
  text-align: center;
}
.article24 td.day:hover,
.article24 td.day:focus,
.article24 td.day:active {
  -webkit-box-shadow: 0 0 0 1px #00D1A1;
          box-shadow: 0 0 0 1px #00D1A1;
  cursor: pointer;
}
.article24 td.day:hover.disabled,
.article24 td.day:focus.disabled,
.article24 td.day:active.disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.article24 td.day:focus,
.article24 td.day:active,
.article24 td.active {
  -webkit-box-shadow: 0 0 0 1.5px #00D1A1;
          box-shadow: 0 0 0 1.5px #00D1A1;
}
@media (max-width: 992px) {
  .article24 .form-group {
    margin: 0 50px 15px;
    text-align: center;
  }
}
.article24 a {
  font-weight: bold;
  text-decoration: none;
  color: #0068FF;
}
.article24 p a, .article24 .text-content ul li a, .text-content ul .article24 li a,
.article24 .text-content ol li a,
.text-content ol .article24 li a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.article24 i {
  border-bottom: none;
}

@media (min-width: 480px) {
  .article24 .modal-body h1 {
    font-size: 55px;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  .article24 .modal-body h1 {
    font-size: 70px;
    line-height: 71px;
  }
}

.container .jumbotron {
  background-color: transparent;
  border-radius: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
}

label {
  color: #0068FF;
}

.btn {
  border-radius: 80px;
}

input[type=submit] {
  background-color: #0068FF;
  border: none;
  display: block;
  margin: 0 auto;
}
input[type=submit]:hover {
  color: #0068FF;
  background-color: #fff;
  border-color: #0068FF;
}

body.article24 {
  position: relative;
  display: block;
}

.article24 .italic {
  font-family: "BradfordItalic", sans-serif;
}
.article24 .italic a {
  font-family: "BradfordItalic", sans-serif;
}
.article24 .bradford {
  font-family: "Bradford", sans-serif;
}
.article24 .bradford a {
  font-family: "Bradford", sans-serif;
}
.article24 #targetForm .text-content h1,
.article24 #targetForm .text-content .h1 {
  font-size: 25px;
  line-height: 40px;
  margin: 20px 0 50px;
  color: #fff;
}
@media (min-width: 480px) {
  .article24 #targetForm .text-content h1,
  .article24 #targetForm .text-content .h1 {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .article24 #targetForm .text-content h1,
  .article24 #targetForm .text-content .h1 {
    font-size: 80px;
    line-height: 83px;
  }
}
.article24 #targetForm .text-content h3,
.article24 #targetForm .text-content .h3 {
  font-size: 26px;
  line-height: 36px;
  color: #0068FF;
}
.article24 #targetForm .text-content h3 .italic,
.article24 #targetForm .text-content .h3 .italic {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .article24 #targetForm .text-content h3,
  .article24 #targetForm .text-content .h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .article24 #targetForm .text-content h3 .italic,
  .article24 #targetForm .text-content .h3 .italic {
    font-size: 42px;
  }
  .article24 #targetForm .text-content h3 .bradford,
  .article24 #targetForm .text-content .h3 .bradford {
    font-size: 42px;
  }
}
.article24 #targetForm .text-content h4,
.article24 #targetForm .text-content .h4 {
  font-size: 33px;
  line-height: 43px;
  color: #0068FF;
  margin-bottom: 25px;
}
.article24 #targetForm .text-content h4 .bradford,
.article24 #targetForm .text-content .h4 .bradford {
  font-size: 35px;
}
.article24 #targetForm .text-content h4 .italic,
.article24 #targetForm .text-content .h4 .italic {
  font-size: 35px;
}
@media (min-width: 992px) {
  .article24 #targetForm .text-content h4,
  .article24 #targetForm .text-content .h4 {
    font-size: 50px;
    line-height: 56px;
  }
  .article24 #targetForm .text-content h4 .bradford,
  .article24 #targetForm .text-content .h4 .bradford {
    font-size: 56px;
  }
  .article24 #targetForm .text-content h4 .italic,
  .article24 #targetForm .text-content .h4 .italic {
    font-size: 56px;
  }
}
.article24 .icon-blue-img-logo {
  display: block;
  margin: 0 auto 0 auto;
  font-size: 90px;
}
.article24 .icon-blue-img-logo:hover {
  background-color: transparent;
}
.article24 .icon-blue-img-logo.text-top {
  margin: 60px auto -30px;
}
@media (min-width: 1200px) {
  .article24 .icon-blue-img-logo.text-top {
    margin-bottom: -130px;
  }
}
.article24 .icon-blue-img-logo.no-img {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .article24 .icon-blue-img-logo {
    font-size: 109px;
  }
}
.article24 .has-warning .form-control {
  border: 0;
}
.article24 .has-warning .form-control:focus,
.article24 .form-control:focus {
  -webkit-box-shadow: 0 0 10px #0068FF;
          box-shadow: 0 0 10px #0068FF;
}
.article24 #targetForm h3 {
  text-align: left;
}
.article24 .qr-captcha {
  background-color: transparent;
}
.article24 table {
  cursor: default;
  text-align: center;
}
.article24 {
  /*td.day:hover,
  td.day:focus,
  td.day:active {
      box-shadow: 0 0 0 1px $green;
      cursor: pointer;

      &.disabled {
          box-shadow: none;
          cursor: default;
      }
  }

  td.day:focus,
  td.day:active,
  td.active {
      box-shadow: 0 0 0 1.5px $green;
  }*/
}
.article24 .form-group {
  display: block;
  position: relative;
}
@media (max-width: 992px) {
  .article24 .form-group {
    margin: 0 0 15px;
    text-align: center;
  }
}
.article24 a {
  font-weight: bold;
  text-decoration: none;
  color: #0068FF;
}
.article24 p a, .article24 .text-content ul li a, .text-content ul .article24 li a,
.article24 .text-content ol li a,
.text-content ol .article24 li a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.article24 i {
  border-bottom: none;
}

body #modalPrivacyPolicy {
  display: none;
}
body #modalPrivacyPolicy h2 {
  color: #0068FF;
}

html .datepicker th {
  text-align: center;
}
html #rc-imageselect,
html .g-recaptcha {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-bottom: 0;
}
@media (min-width: 360px) {
  html #rc-imageselect,
  html .g-recaptcha {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html textarea {
  resize: none;
}
html .form-control {
  border-color: #fff;
  border-radius: 80px;
  color: #0068FF;
  height: 45px;
  border: none;
}
html label {
  position: relative;
  display: block;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
html label.control-label, html label.control-label + p, html .text-content ul label.control-label + li, .text-content ul html label.control-label + li,
html .text-content ol label.control-label + li,
.text-content ol html label.control-label + li {
  text-align: left;
  margin-left: 0;
}
html select.form-control {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-down fa-w-10 fa-9x'%3E%3Cpath fill='currentColor' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class='' style=' fill: %230068FF;%0A'%3E%3C/path%3E%3C/svg%3E");
  background-position: 98%;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  html select.form-control {
    background-position: 99%;
  }
}
html select.form-control:hover {
  cursor: pointer;
}
html input.tel::-webkit-outer-spin-button,
html input.tel::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  -moz-appearance: textfield; /* Firefox */
}
html input.tel[type=number]::-webkit-inner-spin-button {
  -moz-appearance: textfield; /* Firefox */
}
html input[type=checkbox] {
  height: auto;
}
html .checkbox label,
html .policy label {
  margin-left: 0;
}
html .checkbox label a,
html .policy label a {
  font-weight: 600;
}
html #targetForm {
  margin-left: 15px;
  margin-right: 15px;
}
html #targetForm .jumbotron {
  padding: 0;
}
html #targetForm .jumbotron.qr-additional {
  padding: 0;
  border: 0;
}
html #targetForm .jumbotron.qr-additional .form-group {
  margin-bottom: 15px;
  text-align: left;
}
html #targetForm .jumbotron.qr-additional .form-group .control-label:hover {
  cursor: pointer;
}
html #targetForm .jumbotron p, html #targetForm .jumbotron .text-content ul li, .text-content ul html #targetForm .jumbotron li,
html #targetForm .jumbotron .text-content ol li,
.text-content ol html #targetForm .jumbotron li {
  font-size: 14px;
  line-height: 1.42857143;
}
html #targetForm #roomDiv {
  padding: 0px;
}
html #targetForm #roomDiv + .row .form-group {
  display: inline-block;
  border: 0;
  padding: 0;
}
html #targetForm .glyphicon-plus {
  margin-right: 10px;
}
html #targetForm #RequestComment {
  min-height: 90px;
  padding-left: 30px;
  padding-right: 30px;
}
html #targetForm .removeroom.text-right {
  margin-right: 17px;
}
html #targetForm input[type=text],
html #targetForm input[type=number]:not(.cur-year),
html #targetForm input[type=email],
html #targetForm input[type=tel],
html #targetForm input[type=date],
html #targetForm input[id^=DatepickerBox_DateArrival],
html #targetForm input[id^=DatepickerBox_DateDeparture],
html #targetForm textarea,
html #targetForm select {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html #targetForm input[type=text]:focus,
html #targetForm input[type=number]:not(.cur-year):focus,
html #targetForm input[type=email]:focus,
html #targetForm input[type=tel]:focus,
html #targetForm input[type=date]:focus,
html #targetForm input[id^=DatepickerBox_DateArrival]:focus,
html #targetForm input[id^=DatepickerBox_DateDeparture]:focus,
html #targetForm textarea:focus,
html #targetForm select:focus {
  outline: none;
}
html #targetForm .form-group .btn-default:focus {
  outline: none;
}
html #targetForm .select-wrapper:after {
  top: 9px;
}
html #targetForm .qr-captcha {
  padding: 5px 0;
  background: none;
  margin-bottom: 0;
}
html #targetForm input.hasDatepicker {
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgZm9jdXNhYmxlPSJmYWxzZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDggNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMDA2OEZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw0NjRjMCwyNi41LDIxLjUsNDgsNDgsNDhoMzUyYzI2LjUsMCw0OC0yMS41LDQ4LTQ4VjE5MkgwVjQ2NHogTTMyMCwyNjhjMC02LjYsNS40LTEyLDEyLTEyaDQwDQoJYzYuNiwwLDEyLDUuNCwxMiwxMnY0MGMwLDYuNi01LjQsMTItMTIsMTJoLTQwYy02LjYsMC0xMi01LjQtMTItMTJWMjY4eiBNMzIwLDM5NmMwLTYuNiw1LjQtMTIsMTItMTJoNDBjNi42LDAsMTIsNS40LDEyLDEydjQwDQoJYzAsNi42LTUuNCwxMi0xMiwxMmgtNDBjLTYuNiwwLTEyLTUuNC0xMi0xMlYzOTZ6IE0xOTIsMjY4YzAtNi42LDUuNC0xMiwxMi0xMmg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEyaC00MA0KCWMtNi42LDAtMTItNS40LTEyLTEyVjI2OHogTTE5MiwzOTZjMC02LjYsNS40LTEyLDEyLTEyaDQwYzYuNiwwLDEyLDUuNCwxMiwxMnY0MGMwLDYuNi01LjQsMTItMTIsMTJoLTQwYy02LjYsMC0xMi01LjQtMTItMTJWMzk2eg0KCSBNNjQsMjY4YzAtNi42LDUuNC0xMiwxMi0xMmg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEySDc2Yy02LjYsMC0xMi01LjQtMTItMTJWMjY4eiBNNjQsMzk2YzAtNi42LDUuNC0xMiwxMi0xMg0KCWg0MGM2LjYsMCwxMiw1LjQsMTIsMTJ2NDBjMCw2LjYtNS40LDEyLTEyLDEySDc2Yy02LjYsMC0xMi01LjQtMTItMTJWMzk2eiBNNDAwLDY0aC00OFYxNmMwLTguOC03LjItMTYtMTYtMTZoLTMyDQoJYy04LjgsMC0xNiw3LjItMTYsMTZ2NDhIMTYwVjE2YzAtOC44LTcuMi0xNi0xNi0xNmgtMzJjLTguOCwwLTE2LDcuMi0xNiwxNnY0OEg0OEMyMS41LDY0LDAsODUuNSwwLDExMnY0OGg0NDh2LTQ4DQoJQzQ0OCw4NS41LDQyNi41LDY0LDQwMCw2NHoiLz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 16px;
}
@media (min-width: 1200px) {
  html #targetForm input.hasDatepicker {
    background-position: 98%;
  }
}

#modalPrivacyPolicy h1 {
  color: #0068FF;
}
#modalPrivacyPolicy .modal-title {
  display: none;
}

.article46 #InjectedFormTarget_1 {
  padding: 0;
}

.form h3,
.form .h3 {
  position: relative;
  color: #0068FF;
  font-family: "Bradford", serif;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 13px;
  text-align: left;
  font-size: 26px;
  line-height: 36px;
  color: #0068FF;
}
.form h3 .italic,
.form .h3 .italic {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .form h3,
  .form .h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .form h3 .italic,
  .form .h3 .italic {
    font-size: 42px;
  }
  .form h3 .bradford,
  .form .h3 .bradford {
    font-size: 42px;
  }
}

form.form-horizontal.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  form.form-horizontal.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  form.form-horizontal.container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  form.form-horizontal.container {
    width: 1170px;
  }
}
form.form-horizontal > .form-group {
  padding: 0;
  margin-bottom: 30px;
}
form.form-horizontal > .form-group .col-row {
  display: block;
  position: relative;
  width: 100%;
}
form.form-horizontal > .form-group .col-row fieldset {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
form.form-horizontal > .form-group .col-row fieldset:nth-child(1) {
  margin-right: 30px;
}
@media (min-width: 768px) {
  form.form-horizontal > .form-group .col-row fieldset {
    display: inline-block;
    width: calc(50% - 17px);
  }
}
form.form-horizontal fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
form.form-horizontal fieldset.policy {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 16px;
}
form.form-horizontal fieldset.policy label {
  cursor: pointer;
}
form.form-horizontal input[type=text],
form.form-horizontal input[type=number]:not(.cur-year),
form.form-horizontal input[type=email],
form.form-horizontal input[type=tel],
form.form-horizontal input[type=date],
form.form-horizontal input[type=search],
form.form-horizontal textarea,
form.form-horizontal select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form.form-horizontal input[type=text]:focus,
form.form-horizontal input[type=number]:not(.cur-year):focus,
form.form-horizontal input[type=email]:focus,
form.form-horizontal input[type=tel]:focus,
form.form-horizontal input[type=date]:focus,
form.form-horizontal input[type=search]:focus,
form.form-horizontal textarea:focus,
form.form-horizontal select:focus {
  outline: none;
}
form.form-horizontal .select-wrapper:after {
  top: 9px;
}
form.form-horizontal textarea {
  padding: 10px;
  min-height: 75px;
  resize: none;
}
form.form-horizontal .column-grid-2 {
  width: auto;
}
form.form-horizontal .g-recaptcha {
  padding: 5px 0;
  margin-bottom: 30px;
}

.article55 .icon-blue-text-logo {
  z-index: 1000;
  position: fixed;
  top: 8px;
  left: 24px;
}
@media (min-width: 768px) {
  .article55 .icon-blue-text-logo {
    top: 14px;
  }
}
@media (min-width: 992px) {
  .article55 .icon-blue-text-logo {
    top: 30px;
  }
}
.article55 .phone-icon {
  width: 50px;
  top: 10px;
  right: 11px;
}
@media (min-width: 1200px) {
  .article55 .phone-icon {
    display: none;
  }
}
.article55 .phonenr-btn {
  display: none;
}
.article55 h3 .navbar-text {
  margin: -3px 38px 15px;
}
.article55 nav,
.article55 .nav {
  min-height: 40px;
}
.article55 .abm-root .modal .modal-header button.close {
  display: none;
}

nav, .nav {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10;
  min-height: 60px;
}
nav.menu-open .nav-scroll, .nav.menu-open .nav-scroll {
  opacity: 1;
  visibility: visible;
}

.subnav {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
@media (max-width: 992px) {
  .subnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .subnav {
    margin-top: 170px;
  }
}
.subnav button {
  margin: 5px;
}
.subnav .active .link {
  color: #fff;
  background-color: #0068FF;
}

@media (max-width: 480px) {
  .nav-buttons .green-btn,
  .nav-buttons .white-btn {
    font-size: 14px;
    padding: 8px 13px;
  }
}

@media (max-width: 480px) {
  .nav-scroll .green-btn,
  .nav-scroll .white-btn {
    font-size: 14px;
    margin: 17px 10px;
  }
}

@media (max-width: 992px) {
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.mobile-nav button.nav-requests,
.mobile-nav button.nav-voucher,
.mobile-nav button.nav-book,
.mobile-nav button.nav-app,
.mobile-nav button.nav-blog {
  margin: 17px 2px;
  padding: 6px;
  font-size: 10px;
}
@media (min-width: 400px) {
  .mobile-nav button.nav-requests,
  .mobile-nav button.nav-voucher,
  .mobile-nav button.nav-book,
  .mobile-nav button.nav-app,
  .mobile-nav button.nav-blog {
    padding: 12px 10px;
    margin: 17px 10px;
  }
}
@media (min-width: 768px) {
  .mobile-nav button.nav-requests,
  .mobile-nav button.nav-voucher,
  .mobile-nav button.nav-book,
  .mobile-nav button.nav-app,
  .mobile-nav button.nav-blog {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .nav-book {
    position: fixed;
    bottom: auto;
    top: 66px;
    right: 0;
  }
}

.nav-requests, .nav-voucher, .nav-app,
.nav-blog {
  background-color: #0068FF;
  border-color: #0068FF;
}
@media (min-width: 992px) {
  .nav-requests, .nav-voucher, .nav-app,
  .nav-blog {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    background-color: transparent;
    border-color: #fff;
  }
}

@media (min-width: 992px) {
  .nav-requests {
    top: 132px;
  }
}

@media (min-width: 992px) {
  .nav-voucher {
    top: 198px;
  }
}

@media (min-width: 992px) {
  .nav-app {
    top: 264px;
  }
}

@media (min-width: 992px) {
  .nav-blog {
    top: 332px;
  }
}

@media (min-width: 992px) {
  .article91 .nav-requests,
  .article91 .nav-voucher,
  .article91 .nav-app,
  .article91 .nav-blog,
  .article106 .nav-requests,
  .article106 .nav-voucher,
  .article106 .nav-app,
  .article106 .nav-blog {
    color: #0068FF;
    border-color: #0068FF;
  }
}

.chat-icon {
  display: none;
  position: absolute;
  margin: 20px 25px;
  top: 138px;
  right: 66px;
}
@media (min-width: 992px) {
  .chat-icon {
    top: auto;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .chat-icon {
    display: none;
    z-index: 900;
  }
}

.phone-icon {
  position: absolute;
  margin: 8px 22px;
  top: 70px;
  right: 0px;
}
@media (min-width: 992px) {
  .phone-icon {
    display: none;
    position: fixed;
    margin: 20px 25px;
    top: auto;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .phone-icon {
    z-index: 100;
  }
}

.phonenr-btn {
  display: none;
}
@media (min-width: 992px) {
  .phonenr-btn {
    display: initial;
    position: fixed;
    margin: 20px 25px;
    right: 0;
    bottom: 0px;
  }
}

.top-link {
  margin-top: 60px;
}

.scroll-down {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.scroll-up {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

html,
body {
  height: auto !important;
}

body {
  font-family: "Atak", sans-serif !important;
  background-color: #ffbfbd;
  color: #0068ff;
}

.QuickEnquiry #top {
  top: 0 !important;
}

.QuickEnquiry #top {
  padding-left: 15px;
  padding-right: 15px;
}

.QuickEnquiry .jumbotron {
  background-color: #fb7875;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .QuickEnquiry .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}
#top {
  position: absolute;
  width: 100%;
  padding: 15px 0;
  top: -110px;
  padding-top: 0;
  overflow: hidden;
  background-color: #ff7875;
  z-index: 1000;
}

#top-logo {
  margin-top: 15px;
  padding-left: 15px;
  width: 170px;
}

html.ie10 #top,
html.ie11 #top {
  top: 0 !important;
}

.visible-xs-block {
  display: none;
}

body.article24 {
  overflow-x: hidden;
}

.topmenu {
  font-size: 1em !important;
}

.modal {
  z-index: 9999;
}

#menu-close {
  margin-right: 20px;
  margin-top: 20px;
  float: right;
}

#sidebar-wrapper.active {
  top: 0;
  right: 250px;
  width: 250px;
  z-index: 9999;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

.topmenu {
  font-size: 1.4em;
}

#targetForm {
  margin-top: 30px;
  margin-bottom: 30px;
}

#targetForm h3 {
  position: relative;
  color: #0068ff;
  font-family: "Bradford", serif;
  font-weight: normal;
  padding-bottom: 90px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 34px;
}

#targetForm h3:after {
  content: "";
  background-size: 50px;
  display: block;
  width: 50px;
  height: 65px;
  left: 50%;
  margin-left: -25px;
  margin-top: 10px;
  position: absolute;
}

body.QuickEnquiry {
  font-size: 15px;
}

.QuickEnquiry a {
  color: #0068ff;
  font-style: italic;
}

.QuickEnquiry .btn-default {
  color: #fff;
  background-color: #0068ff;
  border-color: #0068ff;
}

.QuickEnquiry .btn-default:hover,
.QuickEnquiry .btn-default.hover,
.QuickEnquiry .btn-default:active,
.QuickEnquiry .btn-default.active,
.QuickEnquiry .btn-default.focus {
  background-color: #fff;
  border-color: #0068ff;
  color: #0068ff;
}

.form-control {
  border-color: #fff;
  border-radius: 4px;
}

.article24 .form-control {
  border-color: #fff;
  border-radius: 80px;
  color: #0068FF;
  height: 45px;
}

.form-group .has-warning .form-control {
  border-color: #0068ff;
}

.QuickEnquiry .removeroom .glyphicon-remove {
  border-radius: 50%;
  border: 2px solid #0068ff;
  padding: 8px 8px 6px;
}

.QuickEnquiry .btn-primary {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #00d1a1;
  margin-top: 20px;
  border-color: #00d1a1;
  float: right;
  margin-right: 100px;
  border-radius: 20px;
}

.QuickEnquiry .btn-primary:hover {
  background-color: #fff;
  color: #00d1a1;
  border-color: #00d1a1;
}

.QuickEnquiry .btn-default {
  border-color: #fff;
  margin-left: 100px;
  border-radius: 20px;
}

.QuickEnquiry .btn-default:hover {
  background-color: #fff;
  border-color: #393632;
  color: #393632;
}

.QuickEnquiry .btn-default .glyphicon {
  margin-right: 5px;
}

.abm-header-panel .panel-body h1 {
  margin-top: 0;
  margin: auto;
}

.abm-navbar.navbar-default {
  background-color: #ff7875 !important;
  border-color: #ff7875 !important;
  padding-top: 160px;
  margin-top: -100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .abm-navbar.navbar-default {
    padding-top: 120px;
  }
}

.abm-div-clickable {
  color: #0068FF;
}
.abm-div-clickable:hover {
  text-decoration: none;
}

.form-group input[type=submit],
.form-group .btn-default {
  background-color: #0068FF;
  color: #fff;
  margin: 30px auto 0px auto;
  cursor: pointer;
  border: none;
}
.form-group input[type=submit]:hover,
.form-group input[type=submit]:focus,
.form-group .btn-default:hover,
.form-group .btn-default:focus {
  background-color: #fff;
  color: #0068FF;
}

.abm-calendar-available,
.abm-calendar-shut {
  color: #fff;
}

.bookingengine-nav .green-btn,
.bookingengine-nav .white-btn {
  display: none;
}

.burger-button,
.burger-menu {
  display: none;
}

.glyphicon-plus {
  margin-right: 2px;
  font-size: 12px;
}

.shake-icon:hover {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97);
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}/*# sourceMappingURL=bookingengine.css.map */