@charset "UTF-8";
/* SCSS-file for tosito's Park project. Added 18.11.2021 */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@300;400;700&display=swap");
/* SCSS-file for tosito's munksjostaden project. Added 16.02.2023 */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@300;400;700&display=swap");
/**
 * @file
 * @group Base
 * Sass Partial: _variables.scss
 *
 * Contains various variables such as colors and sizes.
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?11302647");
  src: url("../font/fontello.eot?11302647#iefix") format("embedded-opentype"), url("../font/fontello.woff?11302647") format("woff"), url("../font/fontello.ttf?11302647") format("truetype"), url("../font/fontello.svg?11302647#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?11302647#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {
  content: "\e800";
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  padding-top: 1.2px;
} /* '' */
.icon-menu:before {
  content: "\e801";
} /* '' */
.icon-circle:before {
  content: "\e802";
} /* '' */
.icon-facebook:before {
  content: "\e803";
} /* '' */
.icon-instagram:before {
  content: "\e804";
} /* '' */
.icon-youtube:before {
  content: "\e805";
} /* '' */
.icon-down-open-big:before {
  content: "\e823";
} /* '' */
.icon-cancel-circled:before {
  content: "\e825";
} /* '' */
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
#TB_window #TB_ImageOff .screen-reader-text {
  display: none;
}
#TB_window #TB_closeWindow {
  padding: 5px 15px 0 15px;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.6s ease;
  z-index: 12000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.6s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1000px;
  max-height: 90%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox__placeholder > [data-basicLightbox] {
  display: block !important;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

[data-basicLightbox] {
  display: none !important;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/app/themes/tosito2/assets/src/img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/app/themes/tosito2/assets/src/img/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 10099;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 10119;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/app/themes/tosito2/assets/src/img/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10049;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.gform_button {
  background-color: white !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  padding: 0.5rem 2rem !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
  -webkit-appearance: none;
}
.gform_button:hover {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .ginput_container input,
  .ginput_container textarea,
  .ginput_container select {
    width: 100% !important;
  }
}
.ginput_container input,
.ginput_container textarea,
.ginput_container select {
  border: 1px solid #ddd !important;
}

.ginput_container textarea {
  width: 100% !important;
}

.gfield {
  margin-bottom: 0.8rem !important;
}

.gfield_label {
  font-weight: bold !important;
}

@media (min-width: 480px) {
  .gform_wrapper ul li.gfield.gf-1-col {
    clear: none !important;
    float: left;
    margin-right: 1rem !important;
    width: 48%;
  }
  .gform_wrapper ul li.gfield.gf-1-col input {
    width: 100%;
  }
  .gform_wrapper ul li.gfield.gf-1-col-left {
    clear: none !important;
    float: left;
    margin-right: 1rem !important;
    width: 48%;
  }
  .gform_wrapper ul li.gfield.gf-1-col-left input {
    width: 100%;
  }
  .gform_wrapper ul li.gfield.gf-1-col-right {
    clear: none !important;
    float: right;
    width: 48%;
  }
  .gform_wrapper ul li.gfield.gf-1-col-right input {
    width: 100%;
  }
}
.gfield_checkbox input[type=checkbox],
.gfield_radio input[type=radio] {
  margin-top: 0.5rem !important;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5em;
  margin: 1em 0;
}

a {
  color: #519e8f;
}
a:hover {
  color: rgb(55.0732217573, 107.4267782427, 97.2280334728);
}

strong,
b {
  font-weight: 700;
}

hr {
  border: 0;
  border: 1px dashed #000;
  margin: 2em auto;
}

ul li {
  line-height: 1.3em;
  margin: 0.3em 0;
}

h1, h2, h3, h4 {
  font-weight: 600;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 0 0 1.4em 0;
  text-align: center;
}
h1 a {
  text-decoration: none;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 2.5rem;
  margin: 0.8em 0 0.6em 0;
  margin: 0 0 0.6em 0;
}

h3 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 2rem;
  margin: 0.5em 0;
}

h4 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 1em;
  margin: 0.5em 0;
}

blockquote p {
  font-size: 1.3rem;
  padding: 1rem 3rem;
}

.hidden {
  display: none;
}

.btn-red a.vc_btn3 {
  background-color: #993333 !important;
  font-weight: normal;
  color: white !important;
  width: 220px;
}

i.icon {
  width: auto !important;
  height: auto !important;
}

body.body-supernavigation--open {
  overflow: hidden;
}

.header {
  color: #fff;
  background-color: #1a1a1a;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  z-index: 10005;
}
.header.header--animate {
  animation: fadeIn ease-out 1;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 0.3s;
  opacity: 0;
}

.header .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.header .logo {
  display: block;
  margin-left: 1rem;
}

.header .logo a {
  display: block;
}

.header .logo img {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
}

.header .hamburger {
  cursor: pointer;
  margin-right: 1rem;
}

.supernavigation-overlay {
  background-color: #1a1a1a;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out;
}
.supernavigation-overlay.active {
  opacity: 1;
  visibility: visible;
}

.supernavigation {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-4%);
  transition: all 0.3s ease-out;
}
.supernavigation .bottom-details {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3rem 0 3rem 0;
  margin: 0 2rem;
  color: white;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  font-weight: 600;
  max-width: 80rem;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .supernavigation .bottom-details {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.supernavigation .bottom-details ul {
  padding: 1.5rem 0 0 0;
}
.supernavigation .bottom-details a {
  letter-spacing: initial;
  padding: initial;
}
.supernavigation .bottom-details .heading {
  opacity: 30%;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.supernavigation--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.supernavigation--open ul li {
  opacity: 1;
}

.supernavigation ul.menu {
  width: 100%;
  display: grid;
  gap: 3rem;
  margin-top: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 80rem;
  margin: auto;
}
@media (min-width: 768px) {
  .supernavigation ul.menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .supernavigation ul.menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .supernavigation ul.menu {
    margin-top: 7rem;
  }
}
.supernavigation ul.menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 3rem;
  margin: 0;
}
.supernavigation ul.menu a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

.supernavigation ul.sub-menu {
  padding: 0;
}
.supernavigation ul.sub-menu li {
  border: none;
  padding-top: 0;
}
.supernavigation ul.sub-menu a {
  font-weight: 400;
  opacity: 70%;
  text-transform: initial;
}
.supernavigation ul.sub-menu a:hover {
  opacity: 100%;
}

.supernavigation ul {
  padding: 6rem 2rem 2rem 2rem;
}

.supernavigation ul li a {
  color: #fff;
  display: block;
  padding: 1rem 0.1rem;
  position: relative;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.supernavigation ul li.current-menu-item > a {
  color: #519e8f;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hamburger {
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 28px;
}

.hamburger span {
  background-color: #fff;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

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

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 8px;
}

.hamburger span:nth-child(4) {
  top: 16px;
}

.hamburger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.navigation {
  display: none;
}

@media (min-width: 768px) {
  .navigation {
    display: block;
    margin-right: 130px;
    opacity: 1;
    transition: opacity 0.2s;
  }
  body.body-supernavigation--open .navigation {
    opacity: 0;
  }
  .small-navigation ul {
    display: inline-block;
  }
  .small-navigation li {
    display: inline-block;
    margin: 0;
  }
  .small-navigation li.current-menu-item.menu-item-has-children,
  .small-navigation li.current-menu-parent {
    display: inline-block;
  }
  .small-navigation ul.sub-menu li {
    display: inline-block;
  }
  .small-navigation a {
    color: white;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0.5rem;
    text-decoration: none;
  }
  .small-navigation .current-menu-item > a {
    color: #9dc2cb;
  }
}
.pre-content {
  padding-bottom: 30px;
  padding-top: 30px;
}
.pre-content img {
  height: auto;
  width: 100%;
}

body.front-page .pre-content {
  padding-bottom: 0px;
  max-width: 1600px;
  position: relative;
  text-align: center;
}
body.front-page .pre-content .scroll-arrow {
  animation-name: pulse;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  bottom: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 255, 255, 0.2) inset;
  height: 50px;
  left: 50%;
  line-height: 50px;
  margin-left: -25px;
  opacity: 0.05;
  position: absolute;
  width: 50px;
}
body.front-page .pre-content .scroll-arrow i.icon {
  color: #fff;
  opacity: 0.7;
  font-size: 25px;
}
@media (max-width: 480px) {
  body.front-page .scroll-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  body.front-page .scroll-arrow {
    display: none;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.05;
  }
  20% {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .fixed-content {
    background-color: #fff;
    margin-bottom: 300px;
    position: relative;
    z-index: 10;
  }
}
.fixed-content {
  margin-top: 52px;
}

.front-page .fixed-content {
  margin-top: 0;
}

.pre-footer {
  text-align: center;
}
.pre-footer h2 {
  font-family: "Playfair Display", serif;
  font-size: 2em;
  margin: 1em;
  margin-top: 52px !important;
  text-transform: uppercase;
}
.pre-footer #map-canvas {
  height: 400px;
}

.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 2rem;
}

.footer .column {
  margin: 1rem 0;
  text-align: left;
}

.footer .logo-t {
  width: 50px;
}

.page .footer p,
.footer p {
  margin-top: 0;
  text-align: left;
}
.page .footer p a,
.footer p a {
  text-decoration: none !important;
}

.footer a {
  color: white;
}
.footer a:hover {
  color: #8cc4cd;
  text-decoration: none !important;
}

.footer .column li.menu-item:first-child {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer .column li.menu-item a {
  text-decoration: none !important;
}
.footer .column li.menu-item a:hover {
  color: #8cc4cd;
  text-decoration: none !important;
}

.footer .column--contact strong {
  letter-spacing: 2px;
}
.footer .column--contact p {
  margin: 0 0 1rem 0;
}
.footer .column--contact p:first-child {
  margin: 0;
}

@media (min-width: 768px) {
  .footer {
    background-color: #202020;
    position: fixed;
    bottom: 0;
    z-index: 0;
    height: 300px;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .footer .column {
    flex: 1;
  }
  .footer .column.column--2 {
    flex: 2;
  }
  .footer .column.column--3 {
    flex: 3;
  }
  .footer .column--contact {
    margin-top: 1.1rem;
  }
}
/**
 * Theme specific flexslider overrides
 */
.flexslider {
  background-color: transparent;
  border: 0;
  margin: 0 auto;
}
.flexslider ul.slides li img {
  display: none;
  float: left;
}
.flexslider ol.flex-control-nav.flex-control-thumbs {
  border: 1px solid rgba(0, 0, 0, 0.5);
  bottom: 8px;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 4px;
  width: auto;
  z-index: 9999;
}
.flexslider ol.flex-control-nav.flex-control-thumbs li {
  width: 40px;
}
.flexslider ol.flex-control-nav.flex-control-thumbs li img {
  height: 40px;
  width: auto;
}

.map-container {
  height: 500px;
  width: 100%;
}

.map-container-property {
  height: 400px;
  width: 100%;
}

.custom-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  font-size: 16px;
  padding: 1rem;
  text-align: left;
  min-width: 300px;
}

.custom-popup .leaflet-popup-content-wrapper .custom-popup-h2 {
  font-size: 30px;
  margin: 0 0 0 0 !important;
  text-align: left;
}

.custom-popup .leaflet-popup-content-wrapper .custom-popup-h3 {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0 0 !important;
}

.custom-popup .leaflet-popup-content-wrapper .custom-popup-button {
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 1s ease-out;
}
.custom-popup .leaflet-popup-content-wrapper .custom-popup-button:hover {
  transform: scale(1.1);
}

.custom-popup .leaflet-popup-content-wrapper .custom-popup-info {
  margin: 0.5rem 0 1rem 0;
}

.custom-popup a.leaflet-popup-close-button {
  padding: 0;
  padding-right: 30px !important;
  padding-top: 3px !important;
  font: 32px/30px Tahoma, Verdana, sans-serif !important;
  color: #000 !important;
}

.scroll-fade-in {
  opacity: 0.2;
  transform: translateY(20px);
}

.scroll-fade-in-active {
  animation: scrollFadeIn ease-out 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes scrollFadeIn {
  from {
    opacity: 0.2;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.page-header .page-header__heading {
  background-color: #8cc4cd;
}
.page-header .page-header__heading.page-header__heading--header-margin {
  margin-top: 52px;
}
.page-header .page-header__heading h1, .page-header .page-header__heading h2, .page-header .page-header__heading h3 {
  color: white;
  margin: 0;
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 480px) {
  .page-header .page-header__heading {
    /*  

       h2{
           font-size: 1.7rem;
          }
          h3{
           font-size: 1.6rem;
          } 

          */
  }
  .page-header .page-header__heading h1, .page-header .page-header__heading h2, .page-header .page-header__heading h3 {
    font-size: 1.8rem;
  }
}
.page-header-media a {
  text-decoration: none;
}
.page-header-media a:hover {
  text-decoration: none;
}

.page-header-media__media--overlay {
  color: white;
  padding: 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.page-header-media__media--overlay--blue-color {
  background-color: rgba(140, 196, 205, 0.5);
}

.page-header-media__media--overlay--green-color {
  background-color: rgba(81, 158, 143, 0.5);
}

.page-header-media__media--overlay--black-color {
  background-color: rgba(0, 0, 0, 0.5);
}

.page-header-media__media--overlay--lightgray-color {
  background-color: rgba(221, 221, 221, 0.5);
}

.page-header-media__media--text--white-color {
  color: white;
}
.page-header-media__media--text--white-color a {
  color: white;
}
.page-header-media__media--text--black-color {
  color: black;
}
.page-header-media__media--text--black-color a {
  color: black;
}
.page-header-media__media {
  background-position: center center;
  background-size: cover;
}

.page-header-media__media--video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.page-header-media__media--video video,
.page-header-media__media--video iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header-media__media-heading {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 1rem 0;
  max-width: 900px;
  text-align: center;
}

.page-header-media__media-heading2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  max-width: 900px;
  text-align: center;
  text-transform: uppercase;
}

.page-header-media__media-button {
  max-width: 900px;
  border: 3px solid;
  display: inline-block;
  font-weight: 600;
  margin: 1rem 0 0 0;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.6s ease-out;
}
.page-header-media__media-button:hover {
  transform: scale(1.1);
}

@media (min-width: 480px) {
  .page-header-media__media-heading {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }
  h2.page-header-media__media-heading {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }
  h3.page-header-media__media-heading {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }
  .page-header-media__media {
    background-attachment: fixed;
  }
  .page-header-media__media-middle-10 {
    background-position: center 10vh;
  }
  .page-header-media__media-middle-20 {
    background-position: center 20vh;
  }
  .page-header-media__media-middle-30 {
    background-position: center 30vh;
  }
  .page-header-media__media-middle-40 {
    background-position: center 40vh;
  }
  .page-header-media__media-middle-50 {
    background-position: center 50vh;
  }
  .page-header-media__media-middle-60 {
    background-position: center 60vh;
  }
  .page-header-media__media-middle-70 {
    background-position: center 70vh;
  }
  .page-header-media__media-middle-80 {
    background-position: center 80vh;
  }
  .page-header-media__media-middle-90 {
    background-position: center 90vh;
  }
  .page-header-media__media-middle-100 {
    background-position: center 100vh;
  }
}
.page-header-media--has-video {
  height: auto;
  position: relative;
}
.page-header-media--has-video .page-header-media__media--overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.page-header-media--has-video .page-header-media__media--video {
  height: auto;
  position: relative;
}
.page-header-media--has-video .page-header-media__media--overlay {
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .page-header-media--has-video .page-header-media__media-heading2 {
    font-size: 1rem;
  }
  .page-header-media--has-video .page-header-media__media-heading {
    font-size: 2rem;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .page-header-media--has-video .page-header-media__media-heading2 {
    font-size: 0.8rem;
  }
  .page-header-media--has-video .page-header-media__media-heading {
    font-size: 1.5rem;
    margin: 0;
  }
  .page-header-media--has-video .page-header-media__media-headingh3 {
    border: 1px solid red;
  }
  .page-header-media--has-video .page-header-media__media-button {
    font-size: 0.8rem;
  }
}

.cookieinfo {
  height: auto !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}

.cookieinfo .cookieinfo-close {
  border-radius: 0 !important;
  padding: 10px 20px !important;
  float: none !important;
  padding: 0px !important;
  text-align: center !important;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  order: 2;
  flex: 0 0 150px;
  display: flex !important;
  align-items: center;
}

.cookieinfo .cookieinfo-close:hover {
  background-color: rgb(120.1347305389, 186.9910179641, 197.3652694611) !important;
}

.cookieinfo span {
  float: none !important;
  flex: 1 0 200px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.cookieinfo span a {
  text-decoration: underline !important;
}

.blocks {
  border: 1px solid transparent;
}

.block-item.block-item--map {
  margin: 3rem 1rem 1rem 1rem;
}

.block-item.block-item--map h2 {
  text-align: center;
}

@media (min-width: 480px) {
  .block-item.block-item--map {
    margin: 3rem 0 0 0;
  }
}
.block-item.block-item--map-pin {
  margin: 3rem 1rem;
}

.block-item.block-item--map-pin .legend {
  padding: 1rem 0;
}
.block-item.block-item--map-pin .legend span {
  margin-right: 1rem;
}
.block-item.block-item--map-pin .legend i.travel {
  color: #000;
}
.block-item.block-item--map-pin .legend i.parking {
  color: #6e9d8e;
}
.block-item.block-item--map-pin .legend i.restaurant {
  color: #9dc2cb;
}

@media (min-width: 480px) {
  .block-item.block-item--map-pin {
    margin: 3rem 3rem;
  }
}
.block-item.block-item--text-block {
  font-size: 1.15rem;
  margin: 3rem auto;
  max-width: 800px;
  padding: 1rem;
}
.block-item.block-item--text-block img {
  max-width: 100%;
  height: auto;
}
.block-item.block-item--text-block h1, .block-item.block-item--text-block h3, .block-item.block-item--text-block h2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 2.5rem;
  margin: 0.8em 0 0.6em 0;
  margin: 0 0 0.6em 0;
  text-align: center;
}

@media (min-width: 480px) {
  .block-item.block-item--text-block {
    padding: 3rem;
  }
}
.block-item.block-item--puffs {
  margin: 1rem 0;
}

.block-item--puffs .puff-item {
  background-color: #f5f5f5;
  margin: 2rem 1rem;
  font-size: 18px;
  position: relative;
  transition: transform 0.8s ease-out;
}
.block-item--puffs .puff-item:hover {
  transform: scale(1.02);
}

.block-item--puffs .puff-item a {
  color: #1a1a1a;
  text-decoration: none;
}
.block-item--puffs .puff-item a:hover {
  color: #1a1a1a;
}

.block-item--puffs .puff-image {
  background-size: cover;
  background-position: center center;
}

.block-item--puffs.items-per-row--1 .puff-image {
  height: 500px;
}

.block-item--puffs.items-per-row--2 .puff-image {
  height: 380px;
}

.block-item--puffs.items-per-row--3 .puff-image {
  height: 250px;
}

.block-item--puffs.items-per-row--4 .puff-image {
  height: 180px;
}

.block-item--puffs .puff-label {
  border-radius: 55px;
  display: table;
  font-size: 0.8rem;
  font-weight: 600;
  height: 110px;
  position: absolute;
  right: 2rem;
  text-align: center;
  text-transform: uppercase;
  top: 2rem;
  width: 110px;
}
.block-item--puffs .puff-label span {
  display: table-cell;
  line-height: 1rem;
  vertical-align: middle;
  padding-top: 5px;
}
.block-item--puffs .puff-label.puff-label--green {
  background-color: #519e8f;
  color: #fff;
}
.block-item--puffs .puff-label.puff-label--blue {
  background-color: #8cc4cd;
  color: #fff;
}

.block-item--puffs.items-per-row--3 .puff-label,
.block-item--puffs.items-per-row--4 .puff-label {
  right: 1rem;
  top: 1rem;
}

.block-item--puffs .puff-item img {
  width: 100%;
}

.block-item--puffs .puff-item h3 {
  margin: 2rem 2rem 1rem 2rem;
  font-size: 1.6em;
  line-height: 2rem;
}

.block-item--puffs.items-per-row--3 h3,
.block-item--puffs.items-per-row--4 h3 {
  font-size: 1.4rem;
}

.block-item--puffs .puff-item p {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin: 0;
}
.block-item--puffs .puff-item p a {
  color: #519e8f;
}
.block-item--puffs .puff-item p a:hover {
  color: rgb(58.1818181818, 123.3454545455, 133.8181818182);
}

@media (min-width: 480px) {
  .block-item.block-item--puffs {
    margin: 1rem 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-item--puffs .puff-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .puff-item-container {
    padding: 1rem;
    display: flex;
    box-sizing: border-box;
  }
  .items-per-row--2 .puff-item-container,
  .items-per-row--3 .puff-item-container,
  .items-per-row--4 .puff-item-container {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .items-per-row--2 .puff-item-container {
    width: 50%;
  }
  .items-per-row--3 .puff-item-container {
    width: 33%;
  }
  .items-per-row--4 .puff-item-container {
    width: 25%;
  }
}
.block-item--1-column {
  margin: 3rem 1rem;
  overflow: hidden;
  text-align: center;
}
.block-item--1-column:hover a .block-item--1-column--background-image {
  transform: scale(1.02);
}

.block-item--1-column a {
  text-decoration: none;
}

.block-item--1-column--black-text-color,
.block-item--1-column--black-text-color a {
  color: #1a1a1a;
}
.block-item--1-column--black-text-color .button,
.block-item--1-column--black-text-color a .button {
  border-color: #1a1a1a;
}

.block-item--1-column--white-text-color,
.block-item--1-column--white-text-color a {
  color: #fff;
}
.block-item--1-column--white-text-color .button,
.block-item--1-column--white-text-color a .button {
  border-color: #fff;
}

.block-item--1-column--transparent-background-color {
  background-color: transparent;
}

.block-item--1-column--blue-background-color {
  background-color: #8cc4cd;
}

.block-item--1-column--green-background-color {
  background-color: #519e8f;
}

.block-item--1-column--black-background-color {
  background-color: #1a1a1a;
}

.block-item--1-column--lightgray-background-color {
  background-color: #f5f5f5;
}

.block-item--1-column--overlay {
  min-height: 30rem;
  position: relative;
}

.block-item--1-column--overlay--transparent-color {
  background-color: transparent;
}

.block-item--1-column--overlay--blue-color {
  background-color: rgba(140, 196, 205, 0.5);
}

.block-item--1-column--overlay--green-color {
  background-color: rgba(81, 158, 143, 0.5);
}

.block-item--1-column--overlay--black-color {
  background-color: rgba(26, 26, 26, 0.5);
}

.block-item--1-column--overlay--lightgray-color {
  background-color: rgba(245, 245, 245, 0.5);
}

.block-item--1-column--background-image {
  background-size: cover;
  background-position: center center;
  transition: all 0.8s ease-out;
}

.block-item--1-column--content__media--video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.block-item--1-column--content__media--video video {
  height: 38rem;
  width: 100%;
  object-fit: cover;
}

.block-item--1-column--content {
  font-size: 18px;
  padding: 10rem 3rem;
}
.block-item--1-column--content--no-button {
  padding: 14rem 3rem;
}
.block-item--1-column--content.has-vimeo-video {
  padding: 0;
}
.block-item--1-column--content h1,
.block-item--1-column--content h2,
.block-item--1-column--content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.block-item--1-column--content h1,
.block-item--1-column--content h2 {
  font-size: 1.6em;
  line-height: 2rem;
  margin-bottom: 0.6em;
}
.block-item--1-column--content .button {
  border: 2px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}
.block-item--1-column--content .button:hover {
  transform: scale(1.1);
}

@media (min-width: 480px) {
  .block-item--1-column {
    margin: 3rem 3rem;
  }
  .block-item--1-column--content {
    font-size: 18px;
  }
  .block-item--1-column--content h1, .block-item--1-column--content h2, .block-item--1-column--content h3 {
    font-size: 1.9em;
    margin-bottom: 0.6em;
    line-height: 2.5rem;
  }
}
.block-item--2-column {
  margin: 3rem 1rem;
  overflow: hidden;
}

.block-item--2-column--transparent-background-color {
  background-color: transparent;
}

.block-item--2-column--blue-background-color {
  background-color: #8cc4cd;
}

.block-item--2-column--green-background-color {
  background-color: #519e8f;
}

.block-item--2-column--black-background-color {
  background-color: #1a1a1a;
}

.block-item--2-column--lightgray-background-color {
  background-color: #f5f5f5;
}

.block-item--2-column a {
  text-decoration: none;
}

.block-item--2-column--black-text-color,
.block-item--2-column--black-text-color a {
  color: #1a1a1a;
}
.block-item--2-column--black-text-color .button,
.block-item--2-column--black-text-color a .button {
  border-color: #1a1a1a;
}

.block-item--2-column--white-text-color,
.block-item--2-column--white-text-color a {
  color: #fff;
}
.block-item--2-column--white-text-color .button,
.block-item--2-column--white-text-color a .button {
  border-color: #fff;
}

.block-item--2-column__content-container {
  font-size: 18px;
  padding: 2rem;
}
.block-item--2-column__content-container h1, .block-item--2-column__content-container h2, .block-item--2-column__content-container h3 {
  font-size: 1.6em;
  line-height: 2rem;
  text-align: left;
}
.block-item--2-column__content-container .button {
  border: 2px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}
.block-item--2-column__content-container .button:hover {
  transform: scale(1.1);
}

.block-item--2-column__container--image {
  background-size: cover;
  background-position: center center;
  height: 300px;
  transition: all 0.7s ease-out;
}
.block-item--2-column__container--image.has-video {
  height: auto;
}

.block-item--2-column a .block-item--2-column__container--image:hover {
  transform: scale(1.05);
}
.block-item--2-column a .block-item--2-column__container--image:hover.has-video {
  transform: scale(1);
}

@media (min-width: 768px) {
  .block-item--2-column {
    margin: 3rem 3rem;
    display: flex;
  }
  .block-item--2-column__link {
    display: flex;
    text-decoration: none;
    width: 100%;
  }
  .block-item--2-column--left .block-item--2-column__container--image {
    order: 2;
  }
  .block-item--2-column--left .block-item--2-column__container--content {
    order: 1;
  }
  .block-item--2-column__container {
    display: flex;
    flex-direction: column;
    width: 50%;
    min-height: 30rem;
    justify-content: center;
    align-items: center;
  }
  .block-item--2-column__container.has-video {
    min-height: 0;
  }
  .block-item--2-column__container.has-video + .block-item--2-column__container--content {
    min-height: 0;
  }
  .block-item--2-column__container .block-item--2-column__content-container {
    font-size: 18px;
    padding: 2rem;
  }
  .block-item--2-column__container .block-item--2-column__content-container h1, .block-item--2-column__container .block-item--2-column__content-container h2, .block-item--2-column__container .block-item--2-column__content-container h3 {
    font-size: 1.9em;
    line-height: 2.5rem;
    text-align: left;
  }
  .block-item--2-column__content-container {
    padding: 4rem;
    max-width: 500px;
  }
}
.block-item.block-item--2-column-text-image {
  margin: 3rem 1rem;
}

.block-item--2-column-text-image__column--image {
  display: relative;
}
.block-item--2-column-text-image__column--image img {
  display: block;
  width: 100%;
}

.block-item--2-column-text-image__column__video video {
  width: 100%;
  object-fit: cover;
}

.block-item--2-column-text-image__column--text {
  font-size: 1.15rem;
}
.block-item--2-column-text-image__column--text .text-container {
  padding-top: 1.2rem;
}
.block-item--2-column-text-image__column--text .text-container h1, .block-item--2-column-text-image__column--text .text-container h2, .block-item--2-column-text-image__column--text .text-container h3 {
  font-size: 1.9em;
  line-height: 2.5rem;
  margin: 0 0 0.6em 0;
  text-align: left;
}

@media (min-width: 768px) {
  .block-item.block-item--2-column-text-image {
    margin: 6rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-item--2-column-text-image__column {
    width: 50%;
  }
  .block-item--2-column-text-image__column {
    margin-right: 4rem;
    max-width: 500px;
    width: 50%;
  }
  .block-item--2-column-text-image__column--text .text-container {
    padding-top: 0;
  }
  .block-item--2-column-text-image--right .block-item--2-column-text-image__column--image {
    order: 2;
  }
  .block-item--2-column-text-image--right .block-item--2-column-text-image__column--text {
    order: 1;
  }
}
.block-item--images {
  margin: 3rem 1rem;
  text-align: center;
}

.block-item--images__item {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.block-item--images__item-image {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  height: 180px;
  width: 180px;
}

.block-item--images.block-item--images--round .block-item--images__item-image {
  border-radius: 110px;
}

.block-item--images__item-heading {
  text-align: center;
  margin: 2rem 0 0 0;
}

.block-item--images__item-text {
  text-align: center;
  font-size: 1.15rem;
}
.block-item--images__item-text p {
  margin: 0.6rem 0;
}

.block-item--images__item-link {
  color: #1a1a1a;
  text-decoration: none;
  transition: transform 0.8s ease-out;
}
.block-item--images__item-link:hover {
  color: #1a1a1a;
  transform: scale(1.04);
}

@media (min-width: 480px) {
  .block-item--images {
    margin: 3rem auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3rem 1rem;
  }
  .block-item--images__item {
    padding: 1rem;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .block-item--images__item.block-item--images__item--big {
    flex-basis: 33%;
  }
  .block-item--images__item.block-item--images__item--big .block-item--images__item-image {
    width: 220px;
    height: 220px;
  }
  .block-item--images__item.block-item--images__item--medium {
    flex-basis: 25%;
  }
  .block-item--images__item.block-item--images__item--medium .block-item--images__item-image {
    width: 180px;
    height: 180px;
  }
  .block-item--images__item.block-item--images__item--small {
    flex-basis: 20%;
  }
  .block-item--images__item.block-item--images__item--small .block-item--images__item-image {
    width: 130px;
    height: 130px;
  }
  .block-item--images__item.block-item--images__item--small .block-item--images__item-heading {
    font-size: 1.3rem;
  }
  .block-item--images__item a {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-item--images__item {
    margin: 0.5rem 0;
  }
  .block-item--images {
    padding: 3rem 6rem;
  }
}
.block-item--1-column-thin {
  font-size: 1.15rem;
  margin: 1rem auto;
  padding: 1rem 0;
  text-align: center;
}

.block-item--1-column-thin.block-item--1-column-thin--background-color-transparent {
  background-color: transparent;
}

.block-item--1-column-thin.block-item--1-column-thin--background-color-lightgray {
  background-color: #f5f5f5;
}

.block-item--1-column-thin-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
.block-item--1-column-thin-container .button {
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}
.block-item--1-column-thin-container .button:hover {
  transform: scale(1.1);
}

.block-item--1-column-thin--project-colors .block-item--1-column-thin-container .button {
  border-color: var(--project-color);
  color: var(--project-color);
}

@media (min-width: 480px) {
  .block-item--1-column-thin-container {
    padding: 3rem;
  }
}
.block-item--project-progress {
  margin: 5rem auto;
  max-width: 1000px;
}

.project-progress__container {
  display: flex;
  flex-wrap: wrap;
}

.project-progress__item {
  flex: 1 0 150px;
  margin: 1rem 0;
  position: relative;
  text-align: center;
}
.project-progress__item img {
  pointer-events: none;
  width: 70px;
  height: 70px;
}

.project-progress__item-link {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s color;
}
.project-progress__item-link:hover {
  color: #519e8f;
  color: var(--project-color);
}

.project-progress__item-title {
  font-size: 1.2rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 1.2rem 0 0 0;
  pointer-events: none;
}

.project-progress__item-subtitle {
  font-size: 1.2rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  pointer-events: none;
}

.project-progress__item-circle {
  background-color: #eee;
  border-radius: 10px;
  margin: 2rem auto 0 auto;
  height: 20px;
  width: 20px;
  z-index: 1;
}
.project-progress__item-circle--active {
  background-color: #519e8f;
  background-color: var(--project-color);
}

.project-progress__item-bar {
  display: none;
  border: 2px solid #eee;
  left: 50%;
  position: absolute;
  margin-top: -12px;
  width: 100%;
  z-index: -1;
}
.project-progress__item-bar--active {
  border-color: #519e8f;
  border-color: var(--project-color);
}

@media (min-width: 480px) {
  .project-progress__item {
    margin: 0;
  }
  .project-progress__item-bar {
    display: block;
  }
}
.project-progress__content {
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: none;
  margin: 3rem 1rem 0 1rem;
  min-height: 10rem;
  padding: 1rem;
  position: relative;
}
.project-progress__content p {
  margin-right: 2rem;
}
.project-progress__content h4 {
  font-size: 1.2rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
}
.project-progress__content p {
  margin: 0;
}
.project-progress__content .close {
  cursor: pointer;
  height: 1.5rem;
  right: 1.5rem;
  position: absolute;
  top: 1.1em;
  width: 1rem;
}
.project-progress__content--active {
  animation: progressContentFadeIn ease-out 1;
  animation-fill-mode: none;
  animation-duration: 1s;
  display: block;
}
.project-progress__content:before {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  top: calc(-1rem - 4px);
  width: 0;
}
.project-progress__content--col1:before, .project-progress__content--col3:before {
  left: calc(25% - 1rem - 10px);
}
.project-progress__content--col2:before, .project-progress__content--col4:before {
  left: calc(75% - 0rem - 10px);
}
@media (min-width: 480px) {
  .project-progress__content--col1:before {
    left: calc(0% + 75px - 10px);
  }
  .project-progress__content--col2:before {
    left: calc(20% + 75px - 10px);
  }
  .project-progress__content--col3:before {
    left: calc(40% + 75px - 10px);
  }
  .project-progress__content--col4:before {
    left: calc(60% + 75px - 10px);
  }
  .project-progress__content--col5:before {
    left: calc(80% + 75px - 10px);
  }
}

@keyframes progressContentFadeIn {
  from {
    opacity: 0.3;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.block-item--project-table {
  margin: 1rem auto;
  padding: 1rem 1rem;
  max-width: 1200px;
}

.project-table__title {
  margin-bottom: 0;
  text-align: center;
}

.project-table__subtitle {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  text-align: center;
}

.project-table-overflow {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media (min-width: 768px) {
  .project-table-overflow {
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .project-table-gradient {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgb(255, 255, 255));
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s opacity;
  }
  .project-table-gradient--inactive {
    opacity: 0;
  }
}

.project-table {
  width: 100%;
}
.project-table--collapsed tbody tr:nth-child(n+6) {
  display: none;
}

.project-table thead {
  background-color: #f5f5f5;
}

.project-table th {
  font-weight: 600;
}

.project-table th,
.project-table td {
  border-bottom: 1px solid #f5f5f5;
  padding: 1rem 0.5rem;
  text-align: left;
  white-space: nowrap;
}
.project-table th.status,
.project-table td.status {
  font-weight: 600;
}
.project-table th.status--sold,
.project-table td.status--sold {
  background-color: #f5f5f5;
}
.project-table th.status--free,
.project-table td.status--free {
  background-color: #519e8f;
  background-color: var(--project-color);
  color: white;
}

.project-table__pdf {
  color: #000;
}

.project-table-button-wrapper {
  text-align: center;
}

.project-table-button {
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 2rem auto;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}
.project-table-button:hover {
  color: #000;
  transform: scale(1.1);
}

.block-item-gallery {
  padding: 3rem 1rem;
}

/**
 * Gallery
 */
.block-item-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.block-item-gallery__list--active .block-item-gallery__item {
  display: block;
}

.block-item-gallery__item {
  flex: 0 0 100%;
  /**
   * Grid scaling
   */
}
.block-item-gallery__item img {
  display: block;
  object-fit: cover;
  height: 50vw;
  width: 100%;
  padding: 1rem;
}
.block-item-gallery__item--row-2, .block-item-gallery__item--row-3, .block-item-gallery__item--row-4, .block-item-gallery__item--row-5, .block-item-gallery__item--row-6, .block-item-gallery__item--row-7, .block-item-gallery__item--row-8, .block-item-gallery__item--row-9, .block-item-gallery__item--row-10, .block-item-gallery__item--row-11, .block-item-gallery__item--row-12, .block-item-gallery__item--row-13, .block-item-gallery__item--row-14, .block-item-gallery__item--row-15 {
  display: none;
}
@media (min-width: 480px) {
  .block-item-gallery__item--33 {
    flex: 0 0 33%;
    flex: 0 0 33.3%;
  }
  .block-item-gallery__item--33 img {
    height: 20vw;
  }
  .block-item-gallery__item--25 {
    flex: 0 0 25%;
  }
  .block-item-gallery__item--25 img {
    height: 13vw;
  }
  .block-item-gallery__item--20 {
    flex: 0 0 20%;
  }
  .block-item-gallery__item--20 img {
    height: 15vw;
  }
  .block-item-gallery__item--50 {
    flex: 0 0 50%;
  }
  .block-item-gallery__item--50 img {
    height: 25vw;
  }
}

.gallery-button-all-wrapper {
  text-align: center;
}

.gallery-button-all {
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 2rem auto;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}
.gallery-button-all:hover {
  color: #000;
  transform: scale(1.1);
}

/**
 * Colors
 */
.block-item-gallery--background-color-lightgray {
  background-color: #f5f5f5;
}

.block-item-filelist {
  padding: 5rem 1rem;
}

.filelist__title {
  margin-bottom: 0;
  text-align: center;
}

.filelist__sub-title {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  text-align: center;
}

.filelist__files {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 800px;
}

.filelist__file {
  display: block;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 480px) {
  .filelist__file {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .filelist__file {
    flex: 0 0 33%;
  }
}
.filelist__file a {
  color: #000;
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding: 0.5rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filelist__file a:hover {
  text-decoration: underline;
}
.filelist__file .filelist__download-icon {
  height: 1rem;
  margin-right: 0.3rem;
  width: 1rem;
  vertical-align: middle;
}

/**
 * Colors
 */
.block-item-filelist--background-color-lightgray {
  background-color: #f5f5f5;
}

.block--item-modal {
  background-color: rgba(0, 0, 0, 0.76);
  cursor: pointer;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 480px) {
  .block--item-modal {
    align-items: center;
  }
}

.block--item-modal--active {
  opacity: 1;
  pointer-events: all;
}

.block--item-modal__content {
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  max-width: 55rem;
  margin: 2rem;
  cursor: auto;
  pointer-events: none;
  z-index: 999999;
  position: relative;
  transition: opacity 1s;
  opacity: 0;
}

.block--item-modal__content--active {
  opacity: 1;
  pointer-events: all;
}

.block--item-modal__x {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
}
.block--item-modal__x:hover {
  opacity: 0.8;
}

.block--item-modal__columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.block--item-modal__image {
  display: none;
}
@media (min-width: 480px) {
  .block--item-modal__image {
    display: block;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.block--item-modal__image img {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block--item-modal__wysiwyg {
  padding: 2rem;
}
@media (min-width: 480px) {
  .block--item-modal__wysiwyg {
    flex: 0 0 60%;
    max-width: 60%;
    align-self: center;
    padding: 3rem;
  }
}

.block--item-modal__button {
  border: 2px solid black;
  color: black;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.8rem;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.block--item-modal__button:hover {
  transform: scale(1.1);
}

.block-item-icon-puffs {
  background-color: #f5f5f5;
}

.icon-puffs-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 0;
}
@media (min-width: 480px) {
  .icon-puffs-container {
    display: flex;
    justify-content: space-between;
    padding: 3rem;
  }
}

.block-item-icon-puffs .icon-puff-item {
  background-color: white;
  display: flex;
  flex: 1 1 25%;
  margin: 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .block-item-icon-puffs .icon-puff-item {
    margin-bottom: 0;
  }
}

.block-item-icon-puffs .icon-puff-item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: transform 0.8s ease-out;
}
.block-item-icon-puffs .icon-puff-item a:hover {
  transform: scale(1.02);
}

.block-item-icon-puffs .icon-puff-item a h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #000;
}

.block-item-icon-puffs .icon-puff-item a img {
  display: block;
  margin-bottom: 1rem;
  max-width: 180px;
  max-height: 180px;
}

.filter {
  display: flex;
  margin: 1rem 3rem;
}
.filter select {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  border: none;
  width: 31.53%;
  margin-right: 2.6rem;
  padding: 1rem 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  appearance: none;
  background: url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2240px%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke=%22currentColor%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%222%22 d=%22M19 9l-7 7-7-7%22 /%3E%3C/svg%3E") #f5f5f5 no-repeat calc(100% - 1rem);
}
.filter select:last-of-type {
  margin-right: 0;
}

.contact-grid-container {
  margin: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.6rem;
}
@media (min-width: 768px) {
  .contact-grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .contact-grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.contact-grid-container .person {
  font-weight: 400;
  background-color: #f5f5f5;
}
.contact-grid-container .person img {
  width: 100%;
  object-fit: contain;
}
.contact-grid-container .person h2 {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
.contact-grid-container .person a {
  display: inline-block;
  color: #8cc4cd;
  text-decoration: none;
  border-bottom: 1px solid #8cc4cd;
}
.contact-grid-container .person p:first-of-type {
  margin-bottom: 1.5rem;
}
.contact-grid-container .person .details {
  padding: 1.75rem 1.5rem;
}

.residence-heading {
  padding-top: 1rem;
  padding-left: 1rem;
}

.block-item.block-item--residences {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
}

.block-item--residences .residence-item {
  background-color: #fff;
  margin: 2rem 1rem;
  font-size: 18px;
  position: relative;
  transition: transform 0.8s ease-out;
}
.block-item--residences .residence-item:hover {
  transform: scale(1.02);
}

.block-item--residences .residence-item a {
  color: #1a1a1a;
  text-decoration: none;
}
.block-item--residences .residence-item a:hover {
  color: #1a1a1a;
}

.block-item--residences .residence-image {
  background-size: cover;
  background-position: center center;
}

.block-item--residences.items-per-row--1 .residence-image {
  height: 500px;
}

.block-item--residences.items-per-row--2 .residence-image {
  height: 380px;
}

.block-item--residences.items-per-row--3 .residence-image {
  height: 250px;
}

.block-item--residences.items-per-row--4 .residence-image {
  height: 180px;
}

.block-item--residences .residence-label {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: 120px;
  width: 120px;
}
.block-item--residences .residence-label.residence-label--hidden {
  visibility: hidden;
}
.block-item--residences .residence-label.residence-label--visible {
  visibility: visible;
}

.block-item--residences.items-per-row--3 .residence-label,
.block-item--residences.items-per-row--4 .residence-label {
  right: 1rem;
  top: 1rem;
}

.block-item--residences .residence-item img {
  width: 100%;
}

.block-item--residences .residence-item h3 {
  margin: 0;
  font-size: 1.6em;
}

.block-item--residences.items-per-row--3 h3,
.block-item--residences.items-per-row--4 h3 {
  font-size: 1.4rem;
}

.block-item--residences .residence-item .subHeading {
  padding-top: 1rem;
}

.block-item--residences .residence-item p {
  padding-right: 0rem;
  padding-bottom: 0.2rem;
  margin: 0;
}
.block-item--residences .residence-item p a {
  color: #519e8f;
}
.block-item--residences .residence-item p a:hover {
  color: rgb(58.1818181818, 123.3454545455, 133.8181818182);
}

.block-item--residences .residence-item .residence-list {
  margin: 1.5rem 0rem;
  padding: 0rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: flex-start;
  width: 100%;
}

.block-item--residences .residence-item .residence-price p span {
  padding-left: 0.2rem;
}

.block-item--residences .residence-item .residence-price p .price {
  font-weight: 600;
}

@media (min-width: 480px) {
  .residence-heading {
    margin: 0rem 1rem;
    padding-top: 1rem;
  }
  .block-item.block-item--residences {
    margin: 0rem 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .block-item--residences .residence-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .residence-item-container {
    padding: 1rem;
    display: flex;
  }
  .items-per-row--2 .residence-item-container,
  .items-per-row--3 .residence-item-container,
  .items-per-row--4 .residence-item-container {
    width: 50%;
  }
  .block-item--residences .residence-item .residence-list {
    width: 100%;
  }
  .block-item--residences .residence-label {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  .items-per-row--2 .residence-item-container {
    width: 50%;
  }
  .items-per-row--3 .residence-item-container {
    width: 33%;
  }
  .items-per-row--4 .residence-item-container {
    width: 25%;
  }
}
/* Frontpage */
.page-template-template-frontpage p {
  margin: 2em auto 2em auto;
  max-width: 800px;
  text-align: center;
}
.page-template-template-frontpage .boxes {
  margin: 1em 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.page-template-template-frontpage .boxes .box {
  grid-column: span 4;
  float: left;
  text-align: center;
  width: 33.333%;
}
.page-template-template-frontpage .boxes .box .content {
  background-color: #666666;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  padding: 0;
}
.page-template-template-frontpage .boxes .box .content.image {
  transition: 0.2s opacity;
}
.page-template-template-frontpage .boxes .box .content.image:hover {
  opacity: 0.7;
}
.page-template-template-frontpage .boxes .box .content.image a {
  display: block;
  height: 300px;
}
.page-template-template-frontpage .boxes .box .content.image_text {
  display: table;
  width: 100%;
}
.page-template-template-frontpage .boxes .box .content.image_text a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  display: table-cell;
  height: 300px;
  text-decoration: none;
  vertical-align: middle;
}
.page-template-template-frontpage .boxes .box .content.image_text a .button {
  background-color: #fff;
  color: #006699;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  text-transform: uppercase;
  transition: 0.2s opacity;
}
.page-template-template-frontpage .boxes .box .content.image_text a .button:hover {
  opacity: 0.7;
}
.page-template-template-frontpage .boxes .box .content.image_text a .text {
  color: #fff;
  display: block;
  font-size: 1.5em;
  margin-top: 1em;
  padding: 0 0.5em 0 0.5em;
}
.page-template-template-frontpage .boxes .box .content.news {
  color: #fff;
  padding: 1em;
  position: relative;
}
.page-template-template-frontpage .boxes .box .content.news a {
  color: #fff;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash {
  padding-bottom: 1em;
  text-align: left;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash h3 {
  font-size: 0.95em;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash h3 a {
  text-decoration: none;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash p {
  display: inline;
  font-size: 1em;
  display: inline;
  margin: 0;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash p.date {
  display: block;
  text-align: left;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash p.permalink {
  margin-top: 7.6px;
  display: block;
  float: left;
}
.page-template-template-frontpage .boxes .box .content.news .news-flash p.permalink a {
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-template-frontpage .boxes .box .content.news .social {
  bottom: 1.5em;
  position: absolute;
  width: 90%;
}
.page-template-template-frontpage .boxes .box .content.news .social a {
  border: 3px solid #fff;
  border-radius: 30px;
  display: inline-block;
  height: 60px;
  line-height: 55px;
  margin: 1em 0.5em 0 0.5em;
  width: 60px;
  transition: 0.2s background-color;
}
.page-template-template-frontpage .boxes .box .content.news .social a:hover {
  background-color: #000;
}
.page-template-template-frontpage .boxes .box .content.news .social a .icon {
  font-size: 35px;
}
.page-template-template-frontpage .boxes .box .below a {
  display: block;
  padding: 0.8em 1em;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-template-template-frontpage .boxes .box {
    width: 50%;
    grid-column: span 6;
  }
}
@media (max-width: 480px) {
  .page-template-template-frontpage .boxes .box {
    width: 100%;
    grid-column: span 12;
  }
}

.property-content {
  padding: 2rem 1rem;
}

.property-content__content {
  margin: 0 auto;
  padding: 0;
}
.property-content__content h2 {
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.property-content__info {
  margin: 2rem auto;
}
.property-content__info .property-content__facts {
  line-height: 1.5rem;
}
.property-content__info .property-content__facts strong {
  text-transform: uppercase;
}
.property-content__info .property-content__facts p {
  margin: 0;
}
.property-content__info .property-content__contact {
  padding: 2rem 0;
  text-align: center;
}
.property-content__info .property-content__contact img {
  border-radius: 50%;
}
.property-content__info .property-content__contact .contact-content {
  margin-bottom: 2rem;
}

.map .legend {
  padding: 1rem 0;
}
.map .legend span {
  margin-right: 1rem;
}
.map .legend i.travel {
  color: #000;
}
.map .legend i.parking {
  color: #6e9d8e;
}
.map .legend i.restaurant {
  color: #9dc2cb;
}

.property-blocks {
  border: 1px solid transparent;
}

@media (min-width: 480px) {
  .property-content {
    padding: 3rem;
  }
  .property-content__content {
    padding: 2rem 3rem;
    max-width: 800px;
  }
  .property-content__content h2 {
    font-size: 1.8rem;
  }
  .property-content__info {
    display: flex;
    padding: 2rem 3rem;
    max-width: 800px;
  }
  .property-content__info .property-content__facts {
    flex: 1;
    margin-right: 1rem;
  }
  .property-content__info .property-content__contact {
    flex: 1;
    margin-left: 1rem;
    padding: 0;
  }
}
.post-type-archive-property .filter,
.post-type-archive-locale .filter {
  border: 1px solid #ccc;
}
.post-type-archive-property .filter::after,
.post-type-archive-locale .filter::after {
  content: "";
  display: table;
  clear: both;
}
.post-type-archive-property .filter .taxonomy,
.post-type-archive-locale .filter .taxonomy {
  float: left;
  width: 33%;
}
.post-type-archive-property .filter .taxonomy:last-child,
.post-type-archive-locale .filter .taxonomy:last-child {
  width: 34%;
}
.post-type-archive-property .filter .taxonomy h3,
.post-type-archive-locale .filter .taxonomy h3 {
  border-right: 1px solid #ccc;
  font-size: 1em;
  cursor: pointer;
  margin: 0;
  padding: 0.5em;
}
.post-type-archive-property .filter .taxonomy h3 i,
.post-type-archive-locale .filter .taxonomy h3 i {
  float: right;
  transition: all 0.7s;
}
.post-type-archive-property .filter .taxonomy h3 i.rotated,
.post-type-archive-locale .filter .taxonomy h3 i.rotated {
  transform: rotate(-180deg);
}
.post-type-archive-property .filter .taxonomy h3.active,
.post-type-archive-locale .filter .taxonomy h3.active {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
}
.post-type-archive-property .filter .taxonomy:last-child h3,
.post-type-archive-locale .filter .taxonomy:last-child h3 {
  border-right: 0px;
}
.post-type-archive-property .filter .taxonomy .items,
.post-type-archive-locale .filter .taxonomy .items {
  display: none;
}
.post-type-archive-property .filter .taxonomy .items .row,
.post-type-archive-locale .filter .taxonomy .items .row {
  background-color: #fafafa;
  border: 1px solid #eee;
  margin: 0.5em;
  padding: 0.5em;
}
.post-type-archive-property .filter .taxonomy .items .row input[type=radio],
.post-type-archive-locale .filter .taxonomy .items .row input[type=radio] {
  display: block;
  float: left;
  width: 10%;
}
.post-type-archive-property .filter .taxonomy .items .row label,
.post-type-archive-locale .filter .taxonomy .items .row label {
  cursor: pointer;
  display: inline-block;
  width: 85%;
}
.post-type-archive-property .filter .taxonomy .items .row:hover,
.post-type-archive-locale .filter .taxonomy .items .row:hover {
  background-color: #eee;
}
@media (max-width: 480px) {
  .post-type-archive-property .filter .taxonomy,
  .post-type-archive-locale .filter .taxonomy {
    width: 100%;
  }
  .post-type-archive-property .filter .taxonomy h3,
  .post-type-archive-locale .filter .taxonomy h3 {
    border: 0;
  }
}
.post-type-archive-property .no-results,
.post-type-archive-locale .no-results {
  max-width: 700px;
}
.post-type-archive-property .items,
.post-type-archive-locale .items {
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.post-type-archive-property .items .item,
.post-type-archive-locale .items .item {
  grid-column: span 4;
  background-color: #ededed;
  margin-top: 1em;
  position: relative;
}
.post-type-archive-property .items .item img.attachment-archive-thumbnail,
.post-type-archive-locale .items .item img.attachment-archive-thumbnail {
  height: auto;
  width: 100%;
}
.post-type-archive-property .items .item .free-badge,
.post-type-archive-locale .items .item .free-badge {
  transform: rotate(-7deg);
  background-color: #bb004e;
  border-radius: 30px;
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 60px;
}
.post-type-archive-property .items .item .info,
.post-type-archive-locale .items .item .info {
  padding: 1em;
}
.post-type-archive-property .items .item .info h2,
.post-type-archive-property .items .item .info p,
.post-type-archive-locale .items .item .info h2,
.post-type-archive-locale .items .item .info p {
  margin: 0;
}
.post-type-archive-property .items .item .info h2,
.post-type-archive-locale .items .item .info h2 {
  margin-top: -0.3em;
  margin-bottom: 0.2em;
}
.post-type-archive-property .items .item .info h2 a,
.post-type-archive-locale .items .item .info h2 a {
  font-size: 0.7em;
  font-weight: 700;
  text-decoration: none;
}
.post-type-archive-property .items .item .info .description,
.post-type-archive-locale .items .item .info .description {
  height: 70px;
  overflow: hidden;
}
.post-type-archive-property .items .item .info .description p,
.post-type-archive-locale .items .item .info .description p {
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .post-type-archive-property .items .item .info h2 a,
  .post-type-archive-locale .items .item .info h2 a {
    font-size: 0.6em;
  }
  .post-type-archive-property .items .item .info .description,
  .post-type-archive-locale .items .item .info .description {
    height: 110px;
  }
}
@media (max-width: 480px) {
  .post-type-archive-property .items .item,
  .post-type-archive-locale .items .item {
    width: 100%;
    grid-column: span 12;
  }
}

.page-template-template-contact-page {
  text-align: center;
}
.page-template-template-contact-page p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-contact-page .contact-people {
  margin: 1em auto;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.page-template-template-contact-page .contact-people .person {
  grid-column: span 4;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}
.page-template-template-contact-page .contact-people .person img {
  width: 100%;
}
.page-template-template-contact-page .contact-people .person h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0.7em 0;
}
.page-template-template-contact-page .contact-people .person h3::after {
  background: #993333;
  content: "";
  display: block;
  height: 5px;
  margin: 0.3em auto;
  width: 70px;
}
.page-template-template-contact-page .contact-people .person p {
  line-height: 1.2em;
  margin: 0;
}
@media (max-width: 480px) {
  .page-template-template-contact-page .contact-people .person {
    width: 100%;
    grid-column: span 12;
  }
}

.page-template-default .content-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.page-template-default .content-wrapper.has-sidebar {
  grid-column: span 8;
}
.page-template-default .content-wrapper .two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page-template-default .content-wrapper p {
  margin: 1em auto;
}
.page-template-default .sidebar {
  grid-column: span 4;
  background-color: #003366;
  color: #fff;
  padding: 1em;
}
@media (max-width: 480px) {
  .page-template-default .content-wrapper {
    width: 100%;
    display: block;
  }
  .page-template-default .content-wrapper.has-sidebar {
    width: 100%;
  }
  .page-template-default .content-wrapper p {
    display: block;
    margin: 1em auto;
  }
  .page-template-default .sidebar {
    width: 100%;
  }
}

.post-type-archive-news {
  text-align: left;
}
@media (max-width: 480px) {
  .post-type-archive-news h2 {
    font-size: 5.5vw;
  }
}
.post-type-archive-news p {
  max-width: 100%;
}
.post-type-archive-news h1 {
  padding-top: 2rem;
  margin-bottom: 1rem;
}
.post-type-archive-news .article-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.post-type-archive-news .article-container .interesting-insight {
  grid-column: span 4;
}
.post-type-archive-news .article-container .syndicated-content {
  grid-column: span 8;
}
.post-type-archive-news .content {
  padding-bottom: 1rem;
}

.content.news p,
.content.news h1,
.content.news .news--date {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.content.news .news--date {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .single-news h1 {
    font-size: 5.5vw;
  }
}
.single-news .pre-content {
  max-width: 1100px;
}
.single-news .pre-content.news {
  padding-left: 16px;
  padding-right: 16px;
}

/**
 * Header
 */
.project-header {
  align-items: center;
  background-color: #ccc;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-top: 52px;
}
.project-header__logo {
  height: 36px;
  width: auto;
}
@media (min-width: 480px) {
  .project-header {
    height: 120px;
    justify-content: center;
    margin-top: 52px;
  }
  .project-header__logo {
    height: 55px;
    width: auto;
  }
}

/**
 * Navigation
 */
.project-navigation {
  background-color: #f5f5f5;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 52px;
  z-index: 9999;
}
.project-navigation ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0.8rem 1rem;
}
.project-navigation li {
  display: inline-block;
  line-height: 1rem;
  margin: 0;
}
.project-navigation a {
  font-weight: 600;
  color: #444;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}
.project-navigation a:hover {
  color: #999;
}
@media (min-width: 480px) {
  .project-navigation ul {
    padding: 0 1rem;
  }
  .project-navigation a {
    padding: 1rem 1rem;
  }
}

/**
 * Legacy
 */
.mobileProjTitle {
  display: none;
  text-decoration: none;
  margin-top: 2px;
  text-align: center;
}

.height-1 {
  width: 400px;
  height: 300px;
}

.overlay h2 {
  color: #fff;
}

.relative {
  position: relative;
  margin: auto;
  margin-bottom: 25px;
}

.aProj {
  display: block;
  height: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity, 0.5s ease-out;
  transition: opacity, 0.5s ease-out;
}

.fade:hover {
  opacity: 1;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px;
}

.vertical-center {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.icon-exps-red {
  margin-right: 15px;
}

#map-container {
  position: relative;
}

#map-exps {
  padding: 10px 10px 25px 10px;
}

.hover_effect:hover {
  opacity: 0.75;
  cursor: hand;
  cursor: pointer;
}

.text_link {
  text-decoration: none;
}

.hover_effect {
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#soc-media:hover {
  opacity: 0.75;
}

.aktuelltBlock {
  transition: all 0.3s ease;
}

.projectPageDiv {
  width: 100%;
}

.projectPageDivItem {
  width: 50%;
}

.projectPageDivItemWrapper {
  width: 900px;
  margin: auto;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.projectPageDivItemWrapper > div {
  width: 50%;
  padding: 10px;
}

.projectPageDivImage {
  position: relative;
}

.projectPageDivImage img {
  display: block;
  margin: auto;
}

.bottomRight {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 18px;
}

.bottomRight img {
  height: 70px;
}

@media screen and (max-width: 900px) {
  .projectPageDivItemWrapper > div {
    width: initial;
    margin: auto;
  }
  .projectPageDivItemWrapper {
    width: 100%;
  }
  .projectPageDivItem {
    width: initial;
  }
}
@media screen and (max-width: 425px) {
  .projectPageDivImage img {
    max-width: 95%;
    height: inherit;
  }
  .mobileProjTitle {
    display: block;
  }
  .overlay {
    display: none;
  }
  .height-1 {
    width: 100%;
  }
}
/* SCSS-file for tosito's Park project. Added 18.11.2021 */
.page-template-template-project-park-php {
  /* Forms */
}
.page-template-template-project-park-php p a {
  color: #346751;
}
.page-template-template-project-park-php .project-header__logo {
  max-width: 88px;
}
.page-template-template-project-park-php .project-navigation {
  background-color: #CEC0AF;
}
.page-template-template-project-park-php .project-navigation li a {
  font-weight: bold;
}
.page-template-template-project-park-php p, .page-template-template-project-park-php a, .page-template-template-project-park-php li, .page-template-template-project-park-php ul {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.page-template-template-project-park-php h1, .page-template-template-project-park-php h2, .page-template-template-project-park-php h3, .page-template-template-project-park-php h4, .page-template-template-project-park-php h5 {
  font-family: "Playfair Display", serif !important;
  font-weight: bold;
}
.page-template-template-project-park-php .page-header-media__media-heading {
  border: 1px solid red;
}
.page-template-template-project-park-php .page-header-media__media-heading2 {
  border: 1px solid blue;
}
.page-template-template-project-park-php .fixed-content {
  background-color: #E2DBCC;
  transition: background-color 0.3s ease-in-out;
}
.page-template-template-project-park-php .fixed-content.dark {
  background-color: #CEC0AF;
}
.page-template-template-project-park-php .button,
.page-template-template-project-park-php .gform_body input.button {
  color: #346751;
  border-color: #346751 !important;
  text-transform: none;
  font-weight: bold;
}
.page-template-template-project-park-php .block-item--2-column-text-image__column--text .text-container h1,
.page-template-template-project-park-php .block-item--2-column-text-image__column--text .text-container h2,
.page-template-template-project-park-php .block-item--2-column-text-image__column--text .text-container h3,
.page-template-template-project-park-php .block-item--2-column__container .block-item--2-column__content-container h2,
.page-template-template-project-park-php .block-item--text-block h2 {
  font-size: 3.6rem;
  line-height: 4rem;
  margin: 0 0 0.3em 0;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page-template-template-project-park-php .block-item--2-column-text-image__column--text .text-container h1,
  .page-template-template-project-park-php .block-item--2-column-text-image__column--text .text-container h2,
  .page-template-template-project-park-php .block-item--2-column-text-image__column--text .text-container h3,
  .page-template-template-project-park-php .block-item--2-column__container .block-item--2-column__content-container h2 {
    max-width: 403px;
  }
}
.page-template-template-project-park-php .filelist__title {
  font-size: 3.6rem;
  line-height: 4rem;
}
.page-template-template-project-park-php .block-item-filelist {
  background: none;
}
.page-template-template-project-park-php .block-item.block-item--2-column-text-image {
  margin: 0;
  padding: 6rem 3rem;
}
@media (min-width: 992px) {
  .page-template-template-project-park-php .block-item--2-column-text-image__column {
    max-width: 560px;
    margin-right: 0;
    margin: 0 3rem 0 3rem;
  }
}
.page-template-template-project-park-php .block-item--2-column-text-image--left img {
  margin: 0px 0px 15px 15px !important;
  box-shadow: -15px 15px 0px #346751;
  width: calc(100% - 15px);
}
.page-template-template-project-park-php .block-item--2-column-text-image--right .text-container h1, .page-template-template-project-park-php .block-item--2-column-text-image--right .text-container h2, .page-template-template-project-park-php .block-item--2-column-text-image--right .text-container h3, .page-template-template-project-park-php .block-item--2-column-text-image--right .text-container h4 {
  max-width: 485px;
}
.page-template-template-project-park-php .block-item--2-column-text-image--right img {
  margin: 0px 15px 15px 0px !important;
  box-shadow: 15px 15px 0px #346751;
  width: calc(100% - 15px);
}
.page-template-template-project-park-php .project-progress__item-bar--active {
  border-color: #346751;
}
.page-template-template-project-park-php .project-progress__item-circle--active {
  background-color: #346751;
}
.page-template-template-project-park-php .project-progress__item-link {
  pointer-events: none;
}
.page-template-template-project-park-php .block-item--1-column-thin-container {
  padding-top: 0px;
}
.page-template-template-project-park-php .block-item.block-item--1-column-thin {
  background: none;
}
.page-template-template-project-park-php .block-item--project-progress .project-progress__item h4 {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif !important;
}
.page-template-template-project-park-php .block-item--project-progress .project-progress__item .project-progress__item-subtitle {
  font-size: 1rem;
  font-weight: 400;
}
.page-template-template-project-park-php .bg-texture {
  background-image: url("../../../park-project-page/img/tosito-pattern.svg");
  background-size: cover;
}
.page-template-template-project-park-php .block-item.block-item--1-column {
  margin: 4rem 0 4rem 0;
}
.page-template-template-project-park-php .gform_button {
  background: none !important;
}
.page-template-template-project-park-php .button, .page-template-template-project-park-php .gallery-button-all,
.page-template-template-project-park-php .gform_button,
.page-template-template-project-park-php .project-table-button {
  color: #346751;
  border-color: #346751;
  border: 3px solid !important;
  display: inline-block !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  margin-top: 1rem !important;
  letter-spacing: 0.2px !important;
  padding: 0.9em !important;
  transition: all 0.4s ease-out !important;
  text-decoration: none !important;
  text-transform: none;
}
.page-template-template-project-park-php .button:hover, .page-template-template-project-park-php .gallery-button-all:hover,
.page-template-template-project-park-php .gform_button:hover,
.page-template-template-project-park-php .project-table-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.page-template-template-project-park-php .block-item--project-table {
  margin-top: 4rem;
  margin-bottom: 150px;
  font-weight: 400;
}
.page-template-template-project-park-php .block-item--project-table .project-table th.status--sold, .page-template-template-project-park-php .block-item--project-table .project-table td.status--sold {
  background: none;
}
.page-template-template-project-park-php .block-item--project-table .project-table th.status--sold a, .page-template-template-project-park-php .block-item--project-table .project-table td.status--sold a {
  color: #346751;
}
.page-template-template-project-park-php .block-item--project-table .project-table {
  border-spacing: 30px;
}
.page-template-template-project-park-php .block-item--project-table .project-table thead {
  background: #CEC0AF;
}
.page-template-template-project-park-php .block-item--project-table .project-table th, .page-template-template-project-park-php .block-item--project-table .project-table td {
  border-color: rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.page-template-template-project-park-php .block-item--2-column--beigetexture-background-color {
  background: #E2DBCC;
  background-image: url("../../../park-project-page/img/tosito-pattern.svg");
  background-size: cover;
}
.page-template-template-project-park-php .block-item-gallery__list .block-item-gallery__item {
  padding: 2rem;
}
.page-template-template-project-park-php .block-item-gallery__list img {
  margin: 0px 10px 10px 0px !important;
  box-shadow: 10px 10px 0px #346751;
  width: calc(100% - 15px);
  padding: 0px;
  max-width: 100%;
}
.page-template-template-project-park-php .plus-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  border-radius: 50%;
  background-color: #242425;
  position: relative;
  width: 19px;
  height: 19px;
  text-align: center;
}
.page-template-template-project-park-php .plus-icon span {
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #E2DBCC;
  position: absolute;
  top: 3px;
  left: 9px;
}
.page-template-template-project-park-php .plus-icon span.l {
  width: 12px;
  height: 1px;
  left: 3px;
  top: 9px;
}
.page-template-template-project-park-php .filelist__file a {
  font-weight: 700 !important;
}
.page-template-template-project-park-php .gform_body input {
  border: 2px solid #346751 !important;
  background: none;
}
.page-template-template-project-park-php .gfield_checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-template-template-project-park-php .project-table-button-wrapper {
  margin-top: 30px;
}
.page-template-template-project-park-php .project-table th.status--free, .page-template-template-project-park-php .project-table td.status--free {
  background: none !important;
  color: black !important;
  font-weight: normal;
}

/* SCSS-file for tosito's Munksjostaden project. Added 16.02.2023 */
.munksjo-project-navigation {
  background-color: #d9c8b6;
}

.munksjostade-blocks .text-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .text-container {
    text-align: left;
    width: 50%;
  }
}
.munksjostade-blocks .text-container h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 48px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .text-container h1 {
    text-align: left;
    font-size: 68px;
    line-height: 64px;
  }
}
.munksjostade-blocks .text-container h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 28px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .text-container h2 {
    text-align: left;
    font-size: 48px;
    line-height: 44px;
  }
}
.munksjostade-blocks .hero_rounded_image_block {
  color: #1e1e1e;
  background-color: #d9c8b6;
  position: relative;
  z-index: 10;
}
.munksjostade-blocks .hero_rounded_image_block .hero_rounded_image_block-inner {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 60px 20px 120px 20px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .hero_rounded_image_block .hero_rounded_image_block-inner {
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 0;
  }
}
.munksjostade-blocks .hero_rounded_image_block .hero_rounded_image_block-inner .image-rounded-top {
  width: 100%;
  max-width: 400px;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
  display: flex;
}
.munksjostade-blocks .hero_rounded_image_block .hero_rounded_image_block-inner .image-rounded-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.munksjostade-blocks .hero_rounded_image_block .hero_rounded_image_block-inner .text-container {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .munksjostade-blocks .hero_rounded_image_block .hero_rounded_image_block-inner .text-container {
    padding: 200px 0;
    margin-right: 40px;
  }
}
.munksjostade-blocks .overlapping_text_image_block {
  margin-top: -40px;
  padding-bottom: 120px;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 10;
}
.munksjostade-blocks .overlapping_text_image_block.background_color_red {
  background-color: #6b3022;
  color: #efeeea;
}
.munksjostade-blocks .overlapping_text_image_block.background_color_beige {
  background-color: #d9c8b6;
}
.munksjostade-blocks .overlapping_text_image_block .overlapping_text_image_block_inner {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .overlapping_text_image_block .overlapping_text_image_block_inner {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .overlapping_text_image_block .overlapping_text_image_block_inner.reverse_image_order {
    flex-direction: row-reverse;
  }
  .munksjostade-blocks .overlapping_text_image_block .overlapping_text_image_block_inner.reverse_image_order .image-conatainer .top-image {
    align-self: flex-end;
  }
  .munksjostade-blocks .overlapping_text_image_block .overlapping_text_image_block_inner.reverse_image_order .image-conatainer .bottom-image {
    align-self: flex-start;
  }
}
.munksjostade-blocks .overlapping_text_image_block .image-conatainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.munksjostade-blocks .overlapping_text_image_block .image-conatainer .top-image {
  width: 65%;
  max-width: 350px;
  max-height: 600px;
  position: relative;
  z-index: 10;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}
.munksjostade-blocks .overlapping_text_image_block .image-conatainer .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.munksjostade-blocks .overlapping_text_image_block .image-conatainer .bottom-image {
  width: 65%;
  max-width: 350px;
  margin-top: -70px;
  align-self: flex-end;
}
.munksjostade-blocks .overlapping_text_image_block .image-conatainer .bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.munksjostade-blocks .timeline-block {
  position: relative;
  z-index: 10;
  background-color: #555555;
  color: #efeeea;
  margin-top: -40px;
  padding-bottom: 120px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.munksjostade-blocks .timeline-block .timeline-block-inner {
  padding: 120px 20px 0 20px;
  margin: auto;
  max-width: 750px;
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner {
    max-width: 1180px;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container {
    position: relative;
    height: 600px;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event {
  display: flex;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event {
    position: absolute;
    width: 220px;
    text-align: center;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_1 {
    bottom: 67%;
    left: 15%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_1 {
    bottom: 70%;
    left: 25%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_2 {
    bottom: 67%;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_2 {
    bottom: 70%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_3 {
    bottom: 67%;
    left: 85%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_3 {
    bottom: 70%;
    left: 75%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_4 {
    top: calc(67% + 2px);
    left: 15%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_4 {
    top: calc(70% + 2px);
    left: 25%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_5 {
    top: calc(67% + 2px);
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_5 {
    top: calc(70% + 2px);
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_6 {
    top: calc(67% + 2px);
    left: 85%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.enr_6 {
    top: calc(70% + 2px);
    left: 75%;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.last_event .timeline-event-content {
  border: 0;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.reverse-order {
    flex-direction: column-reverse;
  }
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.reverse-order .timeline-event-status {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.complete_event .timeline-event-status, .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.previous_complete_event .timeline-event-status {
  background-color: #d9c8b6;
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event.complete_event .timeline-event-content {
  border-color: #d9c8b6;
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event h4 {
  margin-top: 0;
  font-size: 22px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event h4 {
    font-size: 26px;
    line-height: 22px;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event p {
  margin: 0;
  font-size: 18px;
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event .timeline-event-content {
  margin-left: 15px;
  padding-left: 35px;
  padding-bottom: 35px;
  border-left: 3px solid #1e1e1e;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event .timeline-event-content {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event .timeline-event-status {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #1e1e1e;
  position: absolute;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event .timeline-event-status {
    position: static;
    margin-bottom: 15px;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line {
  position: absolute;
  background-color: #1e1e1e;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line {
    height: 3px;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.complete_event {
  background-color: #d9c8b6;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_1 {
    bottom: calc(67% + 23px);
    left: 15%;
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_1 {
    bottom: calc(70% + 23px);
    left: 25%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_2 {
    bottom: calc(67% + 23px);
    left: 50%;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_2 {
    bottom: calc(70% + 23px);
    right: 25%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_4 {
    top: calc(67% + 25px);
    left: 15%;
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_4 {
    top: calc(70% + 25px);
    left: 25%;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_5 {
    top: calc(67% + 25px);
    left: 50%;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line.enr_5 {
    top: calc(70% + 25px);
    right: 25%;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line-swirl {
  display: none;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line-swirl {
    display: block;
    left: calc(50% + 6px);
    position: absolute;
    display: flex;
    top: calc(50% + 2px);
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line-swirl {
    width: 70%;
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-events-container .timeline-event-line-swirl svg {
  width: 140%;
  height: 140%;
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-event-line-between-swirl {
  display: none;
}
@media (min-width: 768px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-event-line-between-swirl {
    margin: -171px auto;
    width: 900px;
    display: flex;
    transform: translateX(-95px);
  }
}
@media (min-width: 1200px) {
  .munksjostade-blocks .timeline-block .timeline-block-inner .timeline-event-line-between-swirl {
    margin: -156px auto;
    width: 90%;
    transform: translateX(0);
  }
}
.munksjostade-blocks .timeline-block .timeline-block-inner .timeline-event-line-between-swirl svg {
  width: 140%;
  height: 140%;
}
.munksjostade-blocks .overlapping-columns-block {
  position: relative;
  z-index: 10;
  background-color: #555555;
  color: #efeeea;
  margin-top: -40px;
  padding-bottom: 140px;
  border-radius: 40px 40px 0 0;
}
.munksjostade-blocks .overlapping-columns-block .overlapping-columns-inner {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.munksjostade-blocks .overlapping-columns-block .overlapping-columns-inner .overlapping-column {
  width: 45%;
}
.munksjostade-blocks .overlapping-columns-block .overlapping-columns-inner .overlapping-column p {
  font-size: 18px;
}
.munksjostade-blocks .overlapping-columns-block .overlapping-columns-inner .column-logo {
  height: 100px;
  width: 100%;
  max-width: 200px;
  object-fit: contain;
  object-position: bottom;
}
.munksjostade-blocks .wavy-footer-block {
  background-color: #abc1d8;
  position: relative;
  z-index: 10;
  padding: 50px 20px 80px 20px;
}
@media (min-width: 768px) {
  .munksjostade-blocks .wavy-footer-block {
    padding: 100px 10px;
  }
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.4921 2.84586C44.9637 24.0057 24.2456 38.9604 0 38.9604H57.6223H115.245C90.9991 38.9604 70.2363 24.0503 61.7526 2.84586C60.2344 -0.94862 55.0102 -0.94862 53.4921 2.84586Z' fill='%23ABC1D8'/%3E%3C/svg%3E");
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner {
    flex-direction: row;
  }
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-social-media-heading,
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-social-media-container .wavy-footer-social-media-links {
  display: flex;
  margin-bottom: 40px;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-social-media-container .wavy-footer-social-media-links .wavy-footer-social-media-link {
  background-color: #efeeea;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: #abc1d8;
  transition: 0.3s;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-social-media-container .wavy-footer-social-media-links .wavy-footer-social-media-link:first-child {
  margin-left: 0;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-social-media-container .wavy-footer-social-media-links .wavy-footer-social-media-link:hover {
  background-color: #abc1d8;
  color: #efeeea;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container .wavy-footer-contact-item {
    margin-left: 40px;
  }
  .munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container .wavy-footer-contact-item:first-child {
    margin-left: 0;
  }
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container .wavy-footer-contact-item div {
  margin-top: 5px;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container .wavy-footer-contact-item p {
  margin: 0;
}
.munksjostade-blocks .wavy-footer-block .wavy-footer-block-inner .wavy-footer-contact-container .wavy-footer-contact-item a {
  color: #000;
}

.font-bold {
  font-weight: 600;
}

.block {
  display: block;
}