@charset "UTF-8";
/*!
* Theme Name: Germany's Saarland
* Theme URI: http://germanys.saarland
* Description: Germany's Saarland WordPress Theme
* Author: <a href="http://hdw1.de">HDW Neue Kommunikation GmbH</a>
* Version: 1.0
*/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.margin__top--large:nth-last-child(2) {
  margin-top: clamp(6rem, 1.46rem + 9.77vw, 11rem);
}
.container.margin__top--large:last-child {
  margin-top: clamp(4.5rem, 1.58rem + 5.27vw, 7.2rem);
}
.container p > img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .container p > img {
    width: inherit;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1330px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .main-content .cf7-remove-repeater-container, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .main-content .cf7-button-repeater, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .main-content .cf7-remove-repeater-container, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .main-content .cf7-button-repeater {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6, .main-content .cf7-remove-repeater-container {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12, .main-content .cf7-button-repeater {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* colors */
/* header */
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.roboto400, .tabs .tab-label, body, .page-numbers, .main-content .cf7-button-repeater a,
.main-content .cf7-remove-repeater-container a, .btn, .page-numbers.next, .page-numbers.prev, input[type=submit], label {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

.robotocond300, h2, h1, .item-estate--location, .item-estate--size, .item-space .item-column, .search-bar--title, footer, .header-image--title, .lang-switcher .lang-item {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.robotocond400, h4, h3, .item-estate .highlighted, .search-bar.tabbed-search h3, .main-menu a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.robotocond700, .item-estate input[type=text].item-estate--title, .item-space div.item-space--title,
.item-space .highlighted, .estate-stats--value, .scroll-down span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

strong {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.v-center, .mobile-navigation-sidebar .mobile-navigation, .main-menu, .lang-switcher, .site-logo {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.hv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.column-vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.site-header {
  position: relative;
  height: 120px;
}

.site-header .container,
.site-header .row,
.site-header .row [class*=col-] {
  height: 100%;
}

.site-logo {
  max-width: 236px;
}

.header-container {
  position: relative;
}
.header-container .gs-logo {
  background-color: white;
  position: absolute;
  right: 0;
  width: 122px;
  height: 66px;
  padding: 24px 22px 16px 16px;
  box-sizing: border-box;
}
.header-container .row .col-sm-offset-1 {
  margin-left: 6.3333333333%;
}
.header-container .row .col-sm-1.visible-lg {
  width: 9.5%;
}

.lang-switcher {
  position: absolute;
  left: inherit;
  list-style: none;
  padding-right: 15px;
  padding-left: 0;
  margin: 0;
}
.lang-switcher .lang-item {
  float: left;
  padding: 0 3px;
  color: #102e58;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.lang-switcher .lang-item.current-lang {
  background: #dde8eb;
}
.lang-switcher .lang-item a {
  color: inherit;
  text-decoration: none;
}
.lang-switcher .lang-item + .lang-item {
  margin-left: 2px;
}

body.page-template-single-estate .lang-switcher,
body.page-template-single-space .lang-switcher {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-header {
    position: relative;
    height: 82px;
  }
  .site-logo {
    max-height: 38px;
  }
}
.main-navigation {
  position: relative;
  height: 100%;
}

.main-menu {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.main-menu li {
  float: left;
}
.main-menu li.current-menu-item a, .main-menu li.current-page-ancestor a, .main-menu li.current_page_parent a {
  color: #98dbbe;
}
.main-menu li + li {
  margin-left: 55px;
}
.main-menu a {
  font-size: 22px;
  color: #102e58;
  text-decoration: none;
  transition: color 180ms linear;
}
.main-menu a:hover {
  color: #98dbbe;
}

.meta-navigation {
  display: block;
  float: left;
}

.meta-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.meta-menu li {
  float: left;
}
.meta-menu li a {
  font-size: 18px;
  line-height: 30px;
}
.meta-menu li:before {
  content: "» ";
}
.meta-menu li + li {
  margin-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .meta-menu {
    text-align: left;
  }
  .meta-menu li {
    float: none;
  }
  .meta-menu li + li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meta-menu {
    text-align: left;
  }
  .meta-menu li {
    float: none;
  }
  .meta-menu li + li {
    margin-left: 0;
  }
}
.mobile-navigation-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-top: calc(120px + 30px);
  background-color: #fff;
  text-align: center;
  z-index: 10;
  transition: right 210ms ease;
  overflow: auto;
}
.mobile-navigation-sidebar.active {
  right: 0;
}
.mobile-navigation-sidebar.active .mobile-navigation {
  left: 0;
  opacity: 1;
}
.mobile-navigation-sidebar.active + header .header.gs-logo {
  opacity: 0;
}
.mobile-navigation-sidebar .lang-switcher {
  display: inline-block;
  position: relative;
  top: inherit;
  transform: none;
  margin-bottom: 30px;
}
.mobile-navigation-sidebar .lang-switcher .lang-item.current-lang {
  background: #dde8eb;
}
.mobile-navigation-sidebar .mobile-navigation {
  top: 44%;
  left: -100%;
  opacity: 0;
  transition: left 210ms ease, opacity 420ms ease;
}
.mobile-navigation-sidebar .mobile-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}
.mobile-navigation-sidebar .mobile-menu li + li a {
  margin-top: 15px;
}
.mobile-navigation-sidebar .mobile-menu a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 24px;
  line-height: 30px;
  color: #102e58;
}

.burger-menu {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.burger-menu.active .stroke {
  background-color: #102e58;
}
.burger-menu.active .stroke-1 {
  top: 12px;
  transform: rotate(35deg);
}
.burger-menu.active .stroke-2 {
  opacity: 0;
}
.burger-menu.active .stroke-3 {
  bottom: 12px;
  transform: rotate(-35deg);
}
.burger-menu .stroke {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #848484;
  border-radius: 3px;
  transition: position 180ms linear;
}
.burger-menu .stroke-1 {
  top: 0;
  transition: top 0.3s ease, transform 0.3s ease;
}
.burger-menu .stroke-2 {
  top: 12px;
  transition: opacity 0.3s linear;
}
.burger-menu .stroke-3 {
  bottom: 0;
  transition: bottom 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .meta-navigation {
    text-align: left;
  }
  .meta-menu {
    margin-top: 30px;
  }
  .meta-menu li {
    float: none;
  }
  .meta-menu li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .mobile-navigation-sidebar {
    padding-top: calc(82px + 30px);
  }
}
.header-image {
  position: relative;
  width: 100%;
  height: calc(45vh - 120px);
}
.header-image.height-45 {
  height: calc(45vh - 120px);
  min-height: 260px;
}
.header-image.height-60 {
  height: calc(60vh - 120px);
  min-height: 260px;
}
.header-image.height-64 {
  height: calc(64vh - 120px);
  min-height: 260px;
}
.header-image.height-100 {
  height: calc(100vh - 120px);
}
.header-image.type-image {
  background-repeat: no-repeat;
  background-color: #ededed;
  background-position: center center;
  background-size: cover;
  z-index: -2;
}
.header-image.type-video {
  z-index: -2;
}
.header-image.header-image-estate, .header-image.header-image-spaces {
  background-repeat: no-repeat;
  background-color: #ededed;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.header-image--title {
  display: inline-block;
  margin: 90px 0 40px 0;
  font-size: 43px;
  line-height: 58px;
  color: #102e58;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-image--title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-image--title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .header-image {
    height: calc(45vh - 82px);
  }
  .header-image.height-45 {
    height: calc(45vh - 82px);
    min-height: 260px;
  }
  .header-image.height-100 {
    height: calc(100vh - 82px);
  }
  .header-image.header-image-estate, .header-image.header-image-spaces {
    height: auto;
  }
  .header-image .header-video {
    display: none;
  }
  .header-image--title {
    position: absolute;
    top: calc(-100vh + 82px + 40px);
    font-size: 32px;
    line-height: 42px;
    margin: 25px 0 50px 0;
    z-index: 9;
  }
  .header-image--title br {
    display: inline;
    content: "";
    clear: none;
  }
  .header-image--title br:after {
    content: " ";
  }
}

.header-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 65px;
  height: 65px;
  background-color: #98dbbe;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: background 100ms;
  cursor: pointer;
}
.scroll-down:hover {
  background-color: #76cfa9;
  transform: translateX(-50%) scale(0.96);
}
.scroll-down span {
  position: absolute;
  display: inline-block;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.scroll-down svg {
  position: relative;
  fill: #fff;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -53%);
}

footer {
  position: relative;
  display: block;
  padding: 75px 0;
  background-color: #dde8eb;
  font-size: 16px;
  line-height: 22px;
  color: #8188a1;
}
footer p:first-child {
  margin-top: 0;
}
footer p:not(:first-child):not(:last-child) {
  margin-top: 21px;
  margin-bottom: 21px;
}
footer p:last-child {
  margin-bottom: 0;
}
footer strong {
  font-weight: 600;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #98dbbe;
  text-decoration: underline;
}
footer .borlabs-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .borlabs-wrapper {
    margin-top: 1rem;
  }
}
footer .borlabs-wrapper .show-borlabs {
  font-size: 18px;
  line-height: 30px;
}
footer .borlabs-wrapper .show-borlabs::before {
  content: "» ";
  display: inline-block;
  padding-right: 5px;
}
footer .linkedin-logo {
  position: relative;
  display: inline-block;
  top: 3px;
  float: left;
  margin-left: 20px;
}
footer .scroll-up {
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 42px;
  background-color: #98dbbe;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: background 100ms;
}
footer .scroll-up:hover {
  background-color: #76cfa9;
  transform: translate(-50%, -50%) scale(0.96);
}
footer .scroll-up img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 6px;
  fill: #fff;
  margin: 0;
  transform: translate(-50%, -50%);
}
footer .footer-logos a {
  display: block;
}
footer .footer-logo {
  margin-top: -10px;
  width: 100%;
  max-width: 180px;
}
footer .saarland-logo {
  margin-top: -18px;
}
@media only screen and (max-width: 767px) {
  footer .linkedin-logo {
    clear: both;
    margin: 20px 0;
  }
  footer .footer-logo {
    margin-top: 0;
    margin-bottom: 30px;
  }
  footer .saarland-logo {
    margin-top: 30px;
  }
}
footer .salogo {
  margin-top: 85px;
  display: inline-block;
  max-width: 180px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  footer .salogo {
    margin-top: 50px;
  }
}
footer .social {
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  z-index: 99;
}
footer .social .follow {
  font-size: 18px;
  line-height: 30px;
}
footer .social .icons {
  display: grid;
}
footer .social .icons a {
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  footer .social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-form {
  margin-bottom: 60px;
}

.wpcf7-form input[type=checkbox].wpcf7-acceptance {
  float: left;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
  float: left;
  margin-left: 8px;
}

.form-offers h2 {
  font-size: 24px;
  font-weight: 400;
}
.form-offers hr {
  margin: 28px 0;
}
.form-offers input[type=checkbox] {
  float: left;
  margin-left: -25px;
  margin-top: 5px;
}
.form-offers label > span {
  font-size: 16px;
  line-height: 24px;
}

span.wpcf7-not-valid-tip {
  font-size: 15px;
  background-color: red;
  padding: 4px 9px;
  color: #fff;
}

.wpcf7-mail-sent-ok {
  background-color: #fff;
  border-color: #98dbbe;
  color: #98dbbe;
}

div.wpcf7-validation-errors {
  border: 2px solid red;
  padding: 10px 18px;
  color: red;
}

div.wpcf7-mail-sent-ok {
  background-color: #fff;
  border-color: #98dbbe;
  color: #98dbbe;
}

.cf7-repeater .cf7-repeater-filed1 > div {
  width: 100%;
}

@media screen and (min-width: 1380px) {
  .wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
    margin-left: -18px;
  }
}
label {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
label span {
  display: block;
  margin-bottom: 10px;
}

abbr {
  cursor: help;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  width: 100%;
  padding: 13px 12px;
  font-size: 14px;
  line-height: inherit;
  border: 1px solid #98dbbe;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #98dbbe;
  box-shadow: 0 0 8px 0 #98dbbe;
}

textarea {
  width: 100%;
  line-height: 1.35em;
}

.wpcf7-form-control-wrap {
  margin-bottom: 15px;
}

#search-form .select-fancy,
#search-form textarea,
#search-form input:not(.btn):not(.page-numbers.next):not(.page-numbers.prev):not(input[type=submit]):not(.btn-secondary) {
  border: 0;
}

.wpcf7-form label span:not(.wpcf7-form-control-wrap) {
  text-transform: uppercase;
  font-weight: 600;
}

.btn, .page-numbers.next, .page-numbers.prev, input[type=submit] {
  display: inline-block;
  padding: 18px 80px 18px 20px;
  background-color: #98dbbe;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: inherit;
  border: 0;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}
.btn:hover, .page-numbers.next:hover, .page-numbers.prev:hover, input[type=submit]:hover, .btn:focus, .page-numbers.next:focus, .page-numbers.prev:focus, input[type=submit]:focus {
  background-color: #76cfa9;
  text-decoration: none;
}

.btn-primary, .page-numbers.next, .page-numbers.prev, input[type=submit] {
  margin-top: 20px;
  border-radius: 0;
  background: url("assets/img/arrow-right-blue.svg") no-repeat #98dbbe center right 10px/6px 11px;
  color: #102e58;
  transition: all 130ms ease-out;
  transform: scale(1);
  text-align: left;
}
.btn-primary:hover, .page-numbers.next:hover, .page-numbers.prev:hover, input[type=submit]:hover, .btn-primary:focus, .page-numbers.next:focus, .page-numbers.prev:focus, input[type=submit]:focus {
  left: 0;
  color: #fff;
  transform: scale(0.96);
}

h3 + a.btn.btn-primary, h3 + a.page-numbers.next, h3 + a.page-numbers.prev {
  margin-top: 0;
}

.btn.btn-secondary, .btn-secondary.page-numbers.next, .btn-secondary.page-numbers.prev, input.btn-secondary[type=submit] {
  margin-top: 20px;
  padding: 16px 20px 16px 20px;
  border: 2px solid #a7cbb4;
  background: url("assets/img/arrow-right-blue.svg") no-repeat transparent center right 10px/6px 11px;
  font-size: 14px;
  line-height: 20px;
  color: #102e58;
  text-decoration: none;
  transition: all 130ms ease-out;
  transform: scale(1);
  text-align: left;
}
.btn.btn-secondary:hover, .btn-secondary.page-numbers.next:hover, .btn-secondary.page-numbers.prev:hover, input.btn-secondary[type=submit]:hover, .btn.btn-secondary:focus, .btn-secondary.page-numbers.next:focus, .btn-secondary.page-numbers.prev:focus, input.btn-secondary[type=submit]:focus {
  left: 0;
  color: #98dbbe;
  transform: scale(0.96);
}

.btn-back, .page-numbers.prev {
  padding: 18px 20px 18px 80px;
  background: url("assets/img/arrow-left-white.svg") no-repeat #98dbbe center left 10px/6px 11px;
}

.btn-small {
  margin-top: 0 !important;
  min-width: auto !important;
  display: inline-block !important;
  padding: 8px 30px 8px 20px !important;
  font-size: 15px !important;
}

.btn-guide {
  position: absolute;
  bottom: -10px;
  left: 50%;
  padding: 10px 80px 11px 20px !important;
  transform: translateX(-50%);
  white-space: nowrap;
}

.btn-bookmarks {
  display: none;
  position: absolute;
  margin-top: 0;
  right: 122px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 84px !important;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.12);
  z-index: -1;
  transition: all 160ms ease-out;
  font-weight: 600 !important;
}
.btn-bookmarks:hover, .btn-bookmarks:focus {
  left: inherit;
}
.btn-bookmarks.sticky {
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 11;
}

.post-type-archive-space .btn-bookmarks,
.page-template-spaces .btn-bookmarks,
.page-template-service .btn-bookmarks,
.single-space .btn-bookmarks,
.page-template-archive-space .btn-bookmarks,
.page-template-single-space .btn-bookmarks {
  display: inline-block;
}

.main-content .cf7-button-repeater a,
.main-content .cf7-remove-repeater-container a {
  display: inline-block;
  padding: 6px 18px;
  background: #98dbbe;
  font-size: 16px;
  color: #fff;
  border: 0 none;
  outline: none;
  cursor: pointer;
}

.main-content .cf7-button-repeater {
  padding-top: 0;
  padding-left: 0;
}

.main-content .cf7-remove-repeater-container {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
}

.cf7-repeater-filed {
  display: block;
  width: 100%;
  clear: both;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .btn-spaces {
    transform: none;
  }
  .btn-bookmarks {
    width: calc(100% - 122px);
  }
}
.page-numbers {
  display: inline-block;
  padding: 14px 19px;
  border: 1px solid #dbdddd;
  font-size: 18px;
  color: inherit;
  outline: none;
  cursor: pointer;
}
.page-numbers:hover, .page-numbers:focus {
  color: #fff;
  background-color: #bae7d3;
  text-decoration: none;
}
.page-numbers.current {
  color: #98dbbe;
  border-color: #98dbbe;
}
.page-numbers.current:hover {
  color: #fff;
}

.estate-stats {
  margin-top: 60px;
}
.estate-stats--value {
  font-size: 36px;
  line-height: 46px;
  color: #98dbbe;
}

body.single-space .btn, body.single-space input[type=submit], body.single-space .page-numbers.prev, body.single-space .page-numbers.next {
  min-width: 310px;
}
@media only screen and (max-width: 767px) {
  body.single-space .btn, body.single-space input[type=submit], body.single-space .page-numbers.prev, body.single-space .page-numbers.next {
    min-width: auto;
    width: 100%;
  }
}

.guide-container {
  position: fixed;
  bottom: -262px;
  right: 50px;
  padding: 50px;
  transition: bottom 370ms cubic-bezier(0, 0.69, 0.15, 1);
  z-index: 10;
}
.guide-container.active {
  bottom: 0px;
  cursor: inherit;
}
.guide-container.active .guide {
  color: #98dbbe;
  background-color: #fff;
}
.guide-container.active .guide-title {
  color: #98dbbe;
}
.guide-container.active .guide-title:hover {
  color: #fff;
}

.guide {
  position: relative;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  background-color: #98dbbe;
  color: #fff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: background 430ms ease, color 430ms ease;
  cursor: pointer;
}
.guide .guide-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 25px;
  color: #102e58;
  font-size: 12px;
  text-transform: uppercase;
  transition: color 430ms ease;
  font-weight: 600;
}
.guide .guide-title:hover {
  color: #fff;
}

.page-template-contact .guide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .guide {
    display: none;
  }
}
.search-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 35px 0 60px 0;
  background-color: rgba(221, 232, 235, 0.91);
  color: #102e58;
}
.search-bar.tabbed-search {
  position: absolute;
  top: 100px;
  bottom: inherit;
  left: inherit;
  right: inherit;
  padding: 0;
  background-color: transparent;
}
.search-bar.tabbed-search h3 {
  font-size: 24px;
  line-height: 28px;
}
.search-bar--title {
  color: #102e58;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  margin-bottom: 12px;
  white-space: nowrap;
}
.search-bar--info {
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
}
.search-bar a {
  color: #98dbbe;
  text-decoration: underline;
}
.search-bar label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.search-bar .select-fancy select {
  padding: 9px 0 9px 9px;
}
.search-bar .search-text {
  font-size: 18px;
  color: #98dbbe;
  padding: 9px 12px;
}
.search-bar .btn, .search-bar input[type=submit], .search-bar .page-numbers.prev, .search-bar .page-numbers.next {
  width: 100%;
}
.search-bar .row [class*=col-]:first-child {
  padding-left: 0;
}
.search-bar .row [class*=col-]:last-child {
  padding-right: 0;
}
.search-bar .row-bottom-line {
  border-bottom: 1px solid #a7cbb4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-bar--title {
    font-size: 42px;
    line-height: 48px;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-bar--title {
    font-size: 32px;
    line-height: 42px;
    white-space: normal;
  }
}
@media only screen and (max-width: 767px) {
  .search-bar {
    position: relative;
    padding: 30px 15px;
  }
  .search-bar.tabbed-search {
    position: relative;
    top: inherit;
    background-color: #fff;
  }
  .search-bar--title {
    font-size: 32px;
    line-height: 42px;
    white-space: normal;
  }
  .search-bar .row [class*=col-] {
    padding: 0;
  }
}
.estate-carousel {
  overflow: hidden;
  outline: none;
  margin-top: 50px;
  background-color: #ccc;
}
.estate-carousel .carousel-cell {
  width: 100%;
  height: 570px;
  text-align: center;
  overflow: hidden;
}
.estate-carousel .carousel-cell .carousel-image {
  width: auto;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .estate-carousel .carousel-cell {
    height: 240px;
  }
}

.highlight-container {
  padding: 111px 0;
  color: #102e58;
  background-color: #98dbbe;
}
.highlight-container h1,
.highlight-container h2,
.highlight-container h3 {
  color: #102e58;
}
.highlight-container h1 {
  margin-top: 0;
}
.highlight-container h2 {
  margin-bottom: 10px;
}
.highlight-container .btn-primary, .highlight-container input[type=submit], .highlight-container .page-numbers.prev, .highlight-container .page-numbers.next {
  border: 1px solid #fff;
}
.highlight-container + hr {
  margin-top: 36px;
  margin-bottom: 30px;
}

.container + hr {
  margin-top: 80px;
  margin-bottom: 80px;
}
.container + hr + .highlight-container {
  margin-top: 86px;
}
.container > .row + .container {
  margin-top: 75px;
}

.slides {
  margin: 4rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
.slides .slide {
  background: #f7f7f7;
}
.slides .slide img {
  width: 100%;
}
.slides .slide .tile-content {
  padding: 2rem;
  color: #bacc55;
  font-weight: bold;
}

#fanomena-form-submit_button {
  color: #102e58;
  font-weight: 600;
  margin-top: 3rem;
  width: 300px;
  text-align: left;
  background: url("assets/img/arrow-right-blue.svg") no-repeat #98dbbe center right 10px/6px 11px;
  transition: all 0.3s;
}
#fanomena-form-submit_button:hover {
  left: 0;
  transform: scale(0.96);
}

.element.element-confirmation-00kyhm,
.element.element-confirmation-uydbtc,
.element.element-confirmation-2zinaur {
  display: flex;
  align-items: center;
}
@media (min-width: 720px) {
  .element.element-confirmation-00kyhm,
  .element.element-confirmation-uydbtc,
  .element.element-confirmation-2zinaur {
    grid-column: 1/3;
  }
}
.element.element-confirmation-00kyhm input,
.element.element-confirmation-uydbtc input,
.element.element-confirmation-2zinaur input {
  margin-right: 1rem;
}

.personal-data {
  color: #102e58;
  font-size: 25px;
  line-height: 45px;
  margin: 5rem 0 3rem;
}

.element-main_tab {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 720px) {
  .element-main_tab {
    grid-template-columns: repeat(2, 340px);
  }
}
.element-main_tab input[type=checkbox] {
  display: none;
}
.element-main_tab input[type=checkbox] + label {
  display: flex;
  align-items: center;
}
.element-main_tab input[type=checkbox] + label a {
  margin: 0 0.5rem;
}
.element-main_tab input[type=checkbox] + label::before {
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  display: block;
  content: "";
  float: left;
  margin-right: 10px;
}
.element-main_tab input[type=checkbox]:checked + label::before {
  background: #bacc55;
  box-shadow: inset 0px 0px 0px 3px #fff;
}
@media (min-width: 720px) {
  .element-main_tab .element-firstname {
    grid-column: 1/2;
  }
}
@media (min-width: 720px) {
  .element-main_tab .element-textarea-hdyibj {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
@media (min-width: 720px) {
  .element-main_tab .element-checkbox-4ncbw,
  .element-main_tab .element-checkbox-5lbjbv,
  .element-main_tab .element-checkbox-nu7ma3 {
    grid-column: 1/3;
  }
}
.element-main_tab .element-checkbox-4ncbw .form-label,
.element-main_tab .element-checkbox-5lbjbv .form-label,
.element-main_tab .element-checkbox-nu7ma3 .form-label {
  color: #102e58;
  font-size: 25px;
  line-height: 45px;
  margin: 2rem 0 3rem;
}
.element-main_tab .element-checkbox-4ncbw .field--wrapper .field--checkbox,
.element-main_tab .element-checkbox-5lbjbv .field--wrapper .field--checkbox,
.element-main_tab .element-checkbox-nu7ma3 .field--wrapper .field--checkbox {
  display: flex;
  margin-top: 2rem;
}
.element-main_tab .element .field--input {
  border: 1px solid #98dbbe;
}

.item-text--image {
  width: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-text--image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .item-text--image {
    margin-bottom: 30px;
  }
  .slides {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 600px) {
  .slides {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .slides {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .slides {
    grid-template-columns: repeat(4, 1fr);
  }
}
.result-spaces {
  margin: 20px 0;
}

.more-spaces {
  position: relative;
  text-align: center;
}
.more-spaces a {
  background: url("assets/img/arrow-right-blue.svg") no-repeat #98dbbe center right 10px/6px 11px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.more-spaces .loader {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding-top: 20px;
}
.more-spaces .loader img {
  width: 32px;
  height: 32px;
}

.item-space {
  display: grid;
  grid-template-columns: 35% [line1] 40% [line2] 25%;
  grid-template-rows: 20px auto auto auto 20px;
  grid-template-areas: "space1 space2 button" "column1 column2 button" "column3 column4 button" "column5 column6 button" "space3 space4 button";
  -moz-column-gap: 0;
       column-gap: 0;
  width: calc(100% - 2px);
}
.item-space--space1 {
  grid-area: space1;
}
.item-space--space2 {
  grid-area: space2;
}
.item-space--space3 {
  grid-area: space3;
}
.item-space--space4 {
  grid-area: space4;
}
.item-space--title {
  grid-area: column1;
}
.item-space--size {
  border-left: 1px solid #98dbbe;
  border-right: 1px solid #98dbbe;
  grid-area: column2;
}
.item-space--gemeinde {
  grid-area: column3;
}
.item-space--designation {
  border-left: 1px solid #98dbbe;
  border-right: 1px solid #98dbbe;
  grid-area: column4;
}
.item-space--landkreis {
  grid-area: column5;
}
.item-space--number {
  border-left: 1px solid #98dbbe;
  border-right: 1px solid #98dbbe;
  grid-area: column6;
}
.item-space--more {
  grid-area: button;
}
.item-space .item-column {
  position: relative;
  padding: 0 20px;
  font-size: 22px;
  line-height: 1.273;
  background-color: #dde8eb;
}
.item-space div.item-space--title,
.item-space .highlighted {
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 8px;
}
.item-space--more {
  text-align: center;
}
.item-space--more .centering {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.item-space--close {
  text-align: center;
  grid-column: 4;
  grid-row: span 6;
}
.item-space--close .icon-delete {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
  cursor: pointer;
}
.item-space .btn, .item-space input[type=submit], .item-space .page-numbers.prev, .item-space .page-numbers.next {
  margin-top: 0;
}
.item-space .btn-spaces {
  flex: 1 1 auto;
  width: 100%;
  align-self: center;
  position: relative;
  transform: scale(1);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.item-space .btn-spaces:hover, .item-space .btn-spaces:focus {
  transform: scale(0.96);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .item-space .item-column {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-space {
    grid-template-columns: 50% [line1] 50%;
    grid-template-rows: 20px auto auto auto auto 20px;
    grid-template-areas: "space1 space2" "column1 column2" "column3 column4" "column5 column6" "column5 button" "space3 space4";
  }
  .item-space .item-column {
    font-size: 20px;
    line-height: 1.3;
  }
  .item-space div.item-space--title,
  .item-space .highlighted {
    font-size: 26px;
    line-height: 32px;
  }
  .item-space .btn-spaces {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .item-space {
    display: block;
  }
  .item-space .item-column {
    font-size: 18px;
    line-height: 1.222;
  }
  .item-space .item-column:first-child {
    padding-top: 18px;
  }
  .item-space .item-column:last-child {
    padding-bottom: 18px;
  }
  .item-space div.item-space--title,
  .item-space .highlighted {
    font-size: 24px;
    line-height: 30px;
  }
  .item-space .btn-spaces {
    margin-top: 12px;
  }
}

.btn-last {
  margin-top: 12px;
}

.item-space + .item-space {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .item-column {
    padding: 0;
  }
  .item-space {
    flex-direction: column;
  }
  .item-space--size {
    flex-basis: 100%;
    max-width: 100%;
  }
  .item-space--location {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }
  .item-space--more {
    text-align: left;
  }
  .item-space--close {
    padding-top: 2rem !important;
  }
  .item-space--close > .icon-delete {
    transform: none;
  }
  .item-space .highlighted {
    font-size: 24px;
  }
}
.result-estates {
  margin: 20px 0;
}

.more-estates {
  position: relative;
  text-align: center;
}
.more-estates a {
  background: url("assets/img/arrow-right-blue.svg") no-repeat #98dbbe center right 10px/6px 11px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.more-estates .loader {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding-top: 20px;
}
.more-estates .loader img {
  width: 32px;
  height: 32px;
}

.item-estate {
  display: flex;
  width: 100%;
}
.item-estate .item-column {
  position: relative;
  padding: 18px 20px 40px;
  background-color: #dde8eb;
}
.item-estate input[type=text].item-estate--title {
  font-size: 28px;
  line-height: 45px;
  color: #102e58;
  text-overflow: ellipsis;
  background: none;
  border: 0 none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.item-estate--location {
  margin-top: 23px;
}
.item-estate--location, .item-estate--size {
  font-size: 22px;
  line-height: 28px;
}
.item-estate--size, .item-estate--size + p {
  margin: 0;
}
.item-estate--image {
  flex: 0 0 28%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-estate--details {
  flex: 1 1 auto;
}
.item-estate--more {
  flex: 0 0 25%;
  text-align: right;
}
.item-estate--more .centering {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.item-estate .highlighted {
  font-size: 30px;
  line-height: 38px;
}
.item-estate .btn, .item-estate input[type=submit], .item-estate .page-numbers.prev, .item-estate .page-numbers.next {
  margin-top: 8px;
}
.item-estate .btn-estate {
  flex: 1 1 auto;
  align-self: center;
  position: relative;
  transform: scale(1);
  white-space: nowrap;
}
.item-estate .btn-estate:hover, .item-estate .btn-estate:focus {
  transform: scale(0.96);
}

.item-estate + .item-estate {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-estate .highlighted {
    font-size: 26px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .item-estate {
    flex-direction: column;
  }
  .item-estate--more {
    text-align: left;
  }
  .item-estate .item-column.item-estate--image {
    width: 100%;
    padding-bottom: 56%;
  }
}
body.page-template-single-estate h3.single-estate {
  color: #98dbbe;
}
body.page-template-single-estate h3 + strong {
  text-transform: uppercase;
}
body.page-template-single-estate table th {
  font-weight: 600;
}
body.page-template-single-estate table td a {
  font-weight: 600;
}

.space-map-overlay {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
  transition: visibility 10ms ease, opacity 220ms ease;
}
.space-map-overlay.map-open {
  display: block;
  height: 100vh;
  visibility: visible;
  opacity: 1;
}

.space-map-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 80%;
  transform: translate(-50%, -50%);
  padding: 15px;
  background-color: #fff;
}
.space-map-container .space-map-close {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}
.space-map-container .space-map-close:hover:before, .space-map-container .space-map-close:hover:after {
  background-color: #787878;
}
.space-map-container .space-map-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #98dbbe;
  z-index: 1;
  transition: all 220ms ease;
}
.space-map-container .space-map-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #98dbbe;
  z-index: 1;
  transition: all 220ms ease;
}
.space-map-container .map-infowindow {
  padding: 10px;
}
.space-map-container .map-infowindow a,
.space-map-container .map-infowindow .info {
  font-size: 14px;
  line-height: 18px;
}
.space-map-container .map-infowindow .info-title {
  font-size: 19px;
  line-height: 28px;
}

.space-map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.map-infowindow .btn-small {
  margin-bottom: 6px;
}

.tooltip .tooltip-inner {
  min-width: 260px;
  padding: 10px 12px;
  color: #919191;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.tooltip .tooltip-arrow {
  display: none;
  border-color: #98dbbe;
}
.tooltip strong {
  font-size: 15px;
  line-height: 18px;
  color: #98dbbe;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tooltip {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .tooltip {
    display: none !important;
  }
}

.icon-info {
  position: relative;
  max-width: 26px;
  top: -2px;
  margin-left: 2px;
}

.contact-form-repeater {
  position: relative;
}
.contact-form-repeater .cf7-repeater-field {
  position: relative;
  padding: 5px 0;
}
.contact-form-repeater .cf7-repeater-options {
  position: relative;
  margin-top: 30px;
}
.contact-form-repeater .cf7-repeater-button {
  position: relative;
  padding: 4px 10px 5px 10px;
  border: 1px solid #98dbbe;
  text-decoration: none;
  transition: background 210ms ease;
  cursor: pointer;
}
.contact-form-repeater .repeater-remove {
  top: 2px;
  background-color: #fff;
  color: #98dbbe;
}
.contact-form-repeater .repeater-remove:hover {
  background-color: #98dbbe;
  color: #fff;
}
.contact-form-repeater .repeater-add {
  background-color: #98dbbe;
  color: #fff;
}
.contact-form-repeater .repeater-add:hover {
  background-color: #72cea6;
}

hr:has(+ .container.content-script),
.container.content-script + hr {
  display: none;
}

/* Global
========================================================================== */
html.no-scroll,
body.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #102e58;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 43px;
  line-height: 58px;
  color: #102e58;
}

.single-estate h1,
.single-space h1 {
  margin-bottom: 14px;
}

h2 {
  font-size: 43px;
  line-height: 58px;
  margin-top: 0;
  color: #102e58;
}

.page-template-service .column-vcenter h2:last-of-type {
  margin-bottom: 0;
}

h3 {
  font-size: 35px;
  line-height: 45px;
  color: #102e58;
  margin: 30px 0 38px 0;
}

h4 {
  color: #102e58;
  font-size: 25px;
  line-height: 26px;
  margin: 28px 0 30px;
}

a {
  color: #98dbbe;
}
a:hover {
  color: #98dbbe;
}

hr {
  border: 0;
  margin-top: 70px;
  margin-bottom: 65px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table th,
table td {
  text-align: left;
  padding: 0 50px 12px 0;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-image {
  width: auto;
  max-width: 100%;
}

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

.gwsaar-logo {
  margin-top: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 29px;
    line-height: 36px;
  }
  hr {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  hr {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
/* scaffolding */
header {
  display: block;
  background-color: #fff;
  z-index: 10;
}

main {
  display: block;
}

.main-content {
  padding: 55px 0 115px 0;
  background-color: #fff;
}
.post-type-archive-estate .main-content, .post-type-archive-space .main-content {
  padding-top: 59px;
}
.post-type-archive-estate .main-content .container .row h3, .post-type-archive-space .main-content .container .row h3 {
  margin-top: 0;
  margin-bottom: 23px;
}
.main-content.sticky {
  background-attachment: fixed;
}

.select-fancy {
  display: block;
  border: 1px solid #d7d7d7;
  position: relative;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 0.4);
}
.select-fancy,
.select-fancy > * {
  cursor: pointer;
}
.select-fancy span {
  margin: 0 !important;
}
.select-fancy select {
  box-sizing: content-box;
  background: transparent;
  border: 0;
  outline: 0;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  padding: 10px 0 11px 9px;
  font-size: 18px;
  color: #98dbbe;
  width: 100%;
  height: auto;
  outline: none;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-fancy select::-ms-expand {
  display: none;
}

.select-fancy-image {
  background: url("assets/img/arrow-down-primary.svg") #fff no-repeat center right 9px;
}

.select-fancy-noimage {
  background: linear-gradient(#fff, #e7e7e7);
}
.select-fancy-noimage:after {
  content: "";
  width: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 4px;
  border-style: solid;
  pointer-events: none;
  border-color: #656565 transparent transparent transparent;
}

.tabs {
  float: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs li + li {
  margin-left: 1px;
}
.tabs input[type=radio] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs .tab-label {
  transition: background 0.2s ease-in-out;
  position: relative;
  top: -1px;
  display: block;
  padding: 13px 50px;
  border-radius: 2px 2px 0 0;
  color: #102e58;
  font-size: 18px;
  font-weight: normal;
  background: rgba(221, 232, 235, 0.8);
  cursor: pointer;
  outline: none;
}
.tabs .tab-label:hover {
  background: rgb(221, 232, 235);
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 20px;
  position: absolute;
  left: 0;
  background: #dde8eb;
}
.tabs [id^=tab]:checked + label {
  margin-bottom: -1px;
  border-bottom: 1px solid #dde8eb;
  background: #dde8eb;
}
.tabs [id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}

@media only screen and (max-width: 767px) {
  .main-content {
    padding: 25px 0 65px 0;
    background-image: none;
  }
  .tabs li {
    width: 50%;
  }
  .tabs li + li {
    margin-left: 0;
  }
  .tabs li:nth-child(2) .tab-content {
    left: -100%;
  }
  .tabs .tab-label {
    padding: 15px 5px;
    text-align: center;
  }
  .tabs .tab-content {
    position: relative;
    width: 200%;
    background: #f6f6f6;
  }
  .tabs [id^=tab]:checked + label {
    background: #f6f6f6;
    border-bottom: 0;
  }
}
.award-wrapper .salogo {
  display: block;
  width: 80%;
  max-width: 275px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .award-wrapper .salogo {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .award-wrapper {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .award-wrapper {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .award-wrapper {
    width: 33%;
  }
}
/* .btn-primary,
.page-numbers.next,
.page-numbers.prev, */
input[type=submit].btn-primary:not(.btn-secondary):hover, input[type=submit]:not(.btn-secondary):hover {
  background: url("./assets/img/arrow-right-white.svg") no-repeat #98dbbe center right 10px/6px 11px;
}

.gm-style iframe + div {
  border: none !important;
}

.gm-style-iw button:focus {
  outline: 0 !important;
}
