﻿@charset "UTF-8";

/* stylelint-disable */

/* OpenSans 400 - Regular */

@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

/* OpenSans 300 - Light */

@font-face {
  font-family: 'OpenSans Light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Light.woff2") format("woff2"), url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}

/* OpenSans 700 - Bold */

@font-face {
  font-family: 'OpenSans Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("/Files/Templates/Designs/Esbjerg/static/dist/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

.breadcrumb li,
.bigbox__headline,
.employee__headline,
.gallery__headline,
.multibox__headline,
.content--secondary .related-content__headline,
.two-column__headline,
.widebox__headline {
  font-family: "OpenSans Light", Verdana, Tahomas, sans-serif;
  font-weight: 300;
}

html,
h1,
.alert-banner__rich-text h1,
.alert-banner__rich-text h2,
.alert-banner__rich-text h3,
.alert-banner__rich-text h4,
.alert-banner__rich-text h5,
.cookie__accept-btn,
.search-box__input,
.bigbox__heading,
.calendar__heading span,
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form select,
.form textarea,
.form__upload,
.form button[type=submit],
.multibox__heading,
.accordion__content p,
.accordion__content ul,
.accordion__content ol {
  font-family: "OpenSans", Verdana, Tahomas, sans-serif;
  font-weight: 400;
}

.alert-banner__close-btn,
.calendar-event--open .calendar-event__trigger,
.cta,
table th,
.calendar__heading,
.contact__close-btn,
.employee__title,
.gallery__index-current,
.gallery__index-max,
.related-content__headline,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.sitemap > .sitemap__list-item > .sitemap__text,
.widebox__teaser,
.accordion--open .accordion__trigger,
.accordion__content h4,
.accordion__content h5,
.footer__contact-desktop .footer__contact-link,
.footer__contact-mobile .footer__contact-link {
  font-family: "OpenSans Bold", Verdana, Tahomas, sans-serif;
  font-weight: 700;
}

/* stylelint-enable */

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  line-height: 1.5;
}

h1 {
  font-size: 46px;
}

/* stylelint-disable */

/* stylelint-enable */

.alert-banner {
  position: relative;
  background: #D53F53;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 40px 0 35px;
}

.alert-banner--accepted {
  display: none;
}

.alert-banner__rich-text {
  margin-bottom: 20px;
}

.alert-banner__rich-text h1,
.alert-banner__rich-text h2,
.alert-banner__rich-text h3,
.alert-banner__rich-text h4,
.alert-banner__rich-text h5 {
  margin: 0 0 15px;
  font-size: 20px;
}

.alert-banner__rich-text p {
  margin: 0;
  padding: 0 0 20px;
  line-height: 26px;
}

.alert-banner__rich-text a {
  color: white;
}

.alert-banner__link-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.alert-banner__contact-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
}

.no-touchevents .alert-banner__contact-links--sms {
  display: none;
}

.alert-banner__contact-link {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: white;
  border-radius: 50%;
  border: 1px solid white;
  margin: 0 10px 10px;
  vertical-align: middle;
}

.no-touchevents .alert-banner__contact-link:focus,
.no-touchevents .alert-banner__contact-link:hover {
  outline: none;
  border: 1px dashed rgba(213, 63, 83, 0.7);
}

.alert-banner__contact-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #D53F53;
}

.alert-banner__link {
  background: white;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  min-height: 50px;
  margin: 0 0 20px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alert-banner__link svg {
  fill: #D53F53;
}

.no-touchevents .alert-banner__link:focus {
  outline: none;
}

.alert-banner__close-btn {
  position: absolute;
  cursor: pointer;
  border: none;
  top: 0;
  right: 0;
  z-index: 1;
  color: white;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C92C41;
  width: 50px;
  height: 50px;
}

.alert-banner__close-btn:focus {
  outline: none;
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

.alert-banner__close-text {
  display: none;
}

.alert-banner__close-icon {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

.alert-banner__close-icon svg {
  fill: white;
  width: 100%;
  height: 100%;
}

.cookie-wrapper {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 100;
  max-height: 100%;
  overflow-y: auto;
}

.cookie {
  background: #666;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 30px 0;
}

.cookie--accepted {
  display: none;
}

.cookie .row {
  align-items: center;
}

.cookie__text p {
  margin: 0;
  padding: 0 30px 30px 0;
  line-height: 26px;
}

.cookie__text p a {
  color: var(--theme-footer__color--link);
}

.cookie__accept-btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 15px 30px;
  border: none;
  background: white;
  text-align: left;
  color: var(--theme-footer__color--link);
  cursor: pointer;
}

.cookie__accept-btn svg {
  fill: var(--theme-footer__color--link);
}

.no-touchevents .cookie__accept-btn:focus {
  outline: none;
}

.soft-load {
  opacity: 1;
}

.hard-load {
  display: block;
}

.rich-text .image-wrapper,
.accordion-container .image-wrapper {
  display: flex;
  flex-direction: column;
}

.rich-text .image-wrapper img,
.accordion-container .image-wrapper img {
  margin-bottom: 30px;
}

.rich-text .image-wrapper__alt-text,
.accordion-container .image-wrapper__alt-text {
  margin-top: -30px;
  padding: 8px 0 0;
  color: #666;
  font-size: 16px;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 20px;
  margin-right: 7px;
  overflow: hidden;
  transition: width 0.2s, min-width 0.2s;
}

.arrow svg {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow .spine {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 97%;
          transform-origin: 97%;
  fill-opacity: 0;
  transition: fill-opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, fill-opacity 0.2s;
  transition: transform 0.2s, fill-opacity 0.2s, -webkit-transform 0.2s;
}

.no-touchevents .arrow + * {
  width: calc(100% - 47px);
}

.arrow--expanded,
.touchevents .arrow,
a:hover .arrow,
a:focus .arrow,
button:hover .arrow,
button:focus .arrow,
.employee__link:hover ~ .employee__content .arrow,
.employee__link:focus ~ .employee__content .arrow {
  width: 40px;
  min-width: 40px;
}

.arrow--expanded .spine,
.touchevents .arrow .spine,
a:hover .arrow .spine,
a:focus .arrow .spine,
button:hover .arrow .spine,
button:focus .arrow .spine,
.employee__link:hover ~ .employee__content .arrow .spine,
.employee__link:focus ~ .employee__content .arrow .spine {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  fill-opacity: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
  color: var(--theme-content__color--link);
}

.breadcrumb li {
  white-space: nowrap;
}

.breadcrumb li:after {
  content: '/';
  display: inline-block;
  color: inherit;
  padding: 0 5px;
}

.breadcrumb li:last-child {
  color: inherit;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb span {
  color: #4D4D4D;
}

.breadcrumb__link {
  text-decoration: none;
  color: #4D4D4D;
  cursor: pointer;
  white-space: nowrap;
}

.no-touchevents .breadcrumb__link:hover,
.no-touchevents .breadcrumb__link:focus {
  outline: none;
  text-decoration: underline;
}

.calendar-event {
  flex: 1 1 auto;
  margin-bottom: 2px;
  background: #EEEEEE;
  overflow: hidden;
}

.calendar-event__wrapper {
  display: flex;
  flex: 1 1 auto;
}

.calendar-event__headline {
  margin-bottom: 15px;
}

.calendar-event__heading {
  margin: 0;
  font-size: 18px;
}

.calendar-event__thumbnail-container {
  width: 90px;
  flex: 0 0 90px;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.calendar-event--open .calendar-event__thumbnail-container {
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}

.calendar-event__trigger {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 50px;
  background: transparent;
  border: none;
  padding: 0 15px 0 0;
  color: #D53F53;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}

.calendar-event--open .calendar-event__trigger {
  color: black;
}

.calendar-event__trigger:hover,
.calendar-event__trigger:focus {
  outline: none;
}

.calendar-event__heading-text {
  flex: 1 1 auto;
  overflow: hidden;
  text-transform: uppercase;
  padding: calc((50px - 24px) / 2) 15px;
  font-size: 16px;
  line-height: 24px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.calendar-event--open .calendar-event__thumbnail-container ~ .calendar-event__heading-text {
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}

.calendar-event__chevron {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 25px;
  flex: 0 0 25px;
  height: 50px;
}

.calendar-event__chevron svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #999999;
  height: 14px;
}

.calendar-event--open .calendar-event__chevron svg {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.calendar-event__trigger:hover .calendar-event__chevron svg,
.calendar-event__trigger:focus .calendar-event__chevron svg {
  fill: black;
}

.calendar-event__content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height .4s, opacity .4s;
  opacity: 0;
}

.calendar-event--open .calendar-event__content {
  display: block;
  height: auto;
  opacity: 1;
}

.calendar-event__image-container {
  padding: 20px 0;
}

.calendar-event__image-container img {
  width: 100%;
}

.calendar-event__time--mobile,
.calendar-event__location,
.calendar-event__information {
  padding: 0 15px;
  display: flex;
  margin: 20px 0;
}

.calendar-event__time--mobile:last-child,
.calendar-event__location:last-child,
.calendar-event__information:last-child {
  margin-bottom: 50px;
}

.calendar-event__icon {
  flex: 0 0 15px;
  width: 15px;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.calendar-event__icon svg {
  width: 100%;
}

.calendar-event__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.calendar-event__time {
  display: none;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-content__primary-color--alternate);
  text-align: left;
  line-height: 1.1;
  color: var(--theme-content__primary-color--text);
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  text-decoration: none;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.cta:after {
  content: '';
  display: inline-block;
  width: 92.999px;
  margin-left: 20px;
  height: 100%;
  /*background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/nem-id--white.svg") right no-repeat;*/
  background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/mitID.svg") right no-repeat;
  transition: opacity 0.2s;
}

.cta--external:after {
  content: none;
}

.cta--header-cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 100px;
  width: calc(100vw - 100px);
  height: 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  transition: opacity 0s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0s 0.4s;
  transition: transform 0.4s, opacity 0s 0.4s, -webkit-transform 0.4s;
}

.cta--sticky {
  transition: opacity 0s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0s;
  transition: transform 0.4s, opacity 0s, -webkit-transform 0.4s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.cta:hover,
.cta:focus {
  outline: none;
}

.cta:hover .external-link,
.cta:focus .external-link {
  opacity: 0;
}

.cta .arrow {
  display: none;
  width: 0;
  min-width: 0;
}

.cta .external-link {
  opacity: 1;
  width: 30px;
  margin-left: 40px;
  transition: opacity 0.2s;
}

.cta .external-link svg path {
  fill: var(--theme-content__primary-color--text);
}

.cta svg {
  fill: var(--theme-content__primary-color--text);
}

input {
  /* stylelint-disable */
  -webkit-appearance: none;
  /* stylelint-enable */
  border-radius: 0;
  /* Checkbox and radio labels */
  /* checkbox and radiobox */
  /* Checkbox and radiobox when checked */
  /* checkmark and radiomark */
  /* Checkmark and radiomark when checked */
  /* Radiobox */
  /* Radiomark */
  /* Focus and hovers */
  /* Focus and hovers when they are checked */
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 26px;
  cursor: pointer;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #D6D7D8;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #007AB8;
  border-color: #007AB8;
}

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  display: block;
  width: 16px;
  height: 12px;
  background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/checkmark.svg") center no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  opacity: 1;
}

input[type="radio"] + label:before {
  border-radius: 50%;
}

input[type="radio"] + label:after {
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.no-touchevents input[type="checkbox"]:focus + label:before,
.no-touchevents input[type="radio"]:focus + label:before {
  border: 2px dashed rgba(0, 122, 184, 0.7);
}

.no-touchevents input[type="checkbox"]:hover + label:before {
  border: 2px dashed rgba(0, 122, 184, 0.7);
}

.no-touchevents input[type="checkbox"]:checked:focus + label:before,
.no-touchevents input[type="radio"]:checked:focus + label:before {
  border: 2px dashed rgba(255, 255, 255, 0.7);
}

.form__select-wrapper {
  position: relative;
}

.form__select-wrapper:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/chevron.svg") center no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.form__select-wrapper select {
  border-radius: 0;
  padding-right: 65px;
  /* stylelint-disable */
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
  /* stylelint-enable */
}

.form__select-wrapper select:required:invalid {
  color: #999999;
}

.form__select-wrapper select:required:invalid option:not(:disabled) {
  color: black;
}

.form__select-wrapper select::-ms-expand {
  display: none;
}

.loading-icon {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 64px;
  height: 64px;
}

.loading-icon div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-icon div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading-icon-1 0.6s infinite;
          animation: loading-icon-1 0.6s infinite;
}

.loading-icon div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading-icon-2 0.6s infinite;
          animation: loading-icon-2 0.6s infinite;
}

.loading-icon div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading-icon-2 0.6s infinite;
          animation: loading-icon-2 0.6s infinite;
}

.loading-icon div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading-icon-3 0.6s infinite;
          animation: loading-icon-3 0.6s infinite;
}

@-webkit-keyframes loading-icon-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loading-icon-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loading-icon-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes loading-icon-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes loading-icon-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes loading-icon-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.pikaday-calendar__esbjerg-theme .pika-table thead tr th,
.pikaday-calendar__esbjerg-theme .pika-table tbody tr td {
  padding-right: 0px !important;
}

.pikaday-calendar__esbjerg-theme .pika-table thead tr,
.pikaday-calendar__esbjerg-theme .pika-table tbody tr {
  border: none;
}

.pikaday-calendar__esbjerg-theme .pika-table .pika-button {
  text-align: center;
}

.pikaday-calendar__esbjerg-theme .pika-table .pika-button:hover {
  background: #007AB8;
}

.pikaday-calendar__esbjerg-theme .pika-table .is-selected .pika-button,
.pikaday-calendar__esbjerg-theme .pika-table .is-startrange .pika-button,
.pikaday-calendar__esbjerg-theme .pika-table .is-endrange .pika-button {
  background: #004069;
  box-shadow: none;
}

.post {
  margin: 20px 0 30px;
}

.post:last-child {
  margin-bottom: 60px;
}

.post--archive:last-child {
  margin-bottom: 0;
}

.post__header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
}

.post--archive .post__header {
  padding-left: 20px;
}

.post__deadline {
  display: none;
}

.post__posting {
  border-bottom: 2px solid white;
}

.post__posting:last-child {
  border-bottom: none;
}

.post__link {
  background: #007AB8;
  display: flex;
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  line-height: 24px;
}

.post--archive .post__link {
  background: #D6D7D8;
  color: black;
}

.post__link .arrow {
  height: 24px;
}

.post__link svg {
  fill: white;
}

.post--archive .post__link svg {
  fill: black;
}

.post__date {
  padding: 15px 15px 15px 77px;
  color: white;
  background: #00669F;
}

.post--archive .post__date {
  background: #C6C8C9;
  color: black;
}

.search-box {
  padding: 20px;
  background: #004069;
  color: white;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.16);
}

.search-box__content {
  position: relative;
  display: flex;
}

.search-box__label {
  display: block;
  margin-bottom: 20px;
}

.search-box__input {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border: none;
}

.search-box__input:focus {
  outline: none;
  border: 1px dashed rgba(0, 122, 184, 0.7);
}

.search-box__button {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  background: #007AB8;
}

.search-box__button:hover {
  cursor: pointer;
}

.search-box__button:focus {
  outline: none;
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

.search-box__icon {
  width: 22px;
  height: 22px;
}

.search-box__icon svg {
  fill: white;
}

.sponsor-list {
  border-bottom: 2px solid var(--theme-content__primary-color);
  background-color: var(--palette__white);
}

.sponsor-list__heading {
  color: var(--theme-content__primary-color);
  margin: 0 0 40px 0;
}

.sponsor-list__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}

.sponsor-list__logo {
  margin: 0 15px 30px 15px;
}

.sponsor-list__logo > a {
  display: inline-block;
}

.sponsor-list__logo img {
  max-height: 80px;
  max-width: 500px;
}

svg {
  width: auto;
  height: auto;
}

.table-wrapper {
  overflow-x: auto;
  position: relative;
  margin: 40px 0;
}

.touchevents .table-wrapper {
  width: calc(100% + 20px);
}

.touchevents .table-wrapper.scroll:before,
.touchevents .table-wrapper.scroll:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.touchevents .table-wrapper.scroll:before {
  background: rgba(238, 238, 238, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.touchevents .table-wrapper.scroll:after {
  background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/scroll-indicator.svg") center no-repeat;
}

.touchevents .table-wrapper.scrolled:before,
.touchevents .table-wrapper.scrolled:after {
  transition: opacity .5s;
  opacity: 0;
}

.table-wrapper.scroll,
.table-wrapper.scroll--desktop {
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}

table {
  text-align: left;
  border: none;
  border-collapse: collapse;
  min-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.touchevents table {
  border-right: 20px solid white;
}

table caption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  position: relative;
  height: auto;
  white-space: nowrap;
}

table thead tr,
table tbody tr {
  border-style: solid;
  border-width: 1px 0 1px 0;
}

table thead tr {
  border-color: #007AB8;
}

table tbody tr {
  border-color: #B2B2B2;
}

table tr {
  position: relative;
}

table th,
table td {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  border: none;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

table th:not(:last-child),
table td:not(:last-child) {
  padding-right: 30px;
}

.narrow table th:first-child,
.narrow
    table td:first-child {
  max-width: 50vw;
}

.scroll table th:first-child,
.scroll
    table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #EEEEEE;
  padding: 0 10px;
}

.scroll table th:nth-child(2),
.scroll
    table td:nth-child(2) {
  padding-left: 20px;
}

.bigbox {
  min-height: 1px;
}

.bigbox__content-row.row {
  flex-wrap: wrap-reverse;
}

.bigbox__headline-row.row {
  flex-direction: row-reverse;
}

.bigbox__headline {
  margin-top: 0;
  font-size: 20px;
}

.bigbox__image-container {
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  overflow: hidden;
}

.bigbox__image-link {
  display: block;
}

.bigbox__image-link img {
  display: block;
  width: 100%;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.bigbox__content-container:hover ~ .col .bigbox__image-link img,
.bigbox__content-container:focus-within ~ .col .bigbox__image-link img,
.bigbox__image-link:focus img,
.bigbox__image-link:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.bigbox__content {
  position: relative;
  width: calc(100% - 35px);
  background: white;
  padding: 30px;
  margin: 0 0 0 0;
  -webkit-transform: translate(-20px, -50px);
          transform: translate(-20px, -50px);
}

.bigbox--reverse .bigbox__content {
  -webkit-transform: translate(20px, -50px);
          transform: translate(20px, -50px);
  margin-left: auto;
}

.bigbox__content-container {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  align-self: flex-end;
}

.bigbox--reverse .bigbox__content-container {
  align-self: flex-start;
}

.bigbox__text-wrapper {
  margin: 0 0 20px;
  line-height: 28px;
}

.bigbox__text-wrapper:before {
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background: var(--theme-content__color--border);
  margin-bottom: 15px;
}

.bigbox__heading {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 .5em 0;
}

.bigbox__text {
  margin-top: 10px;
}

.bigbox__link {
  text-decoration: none;
  display: flex;
  line-height: 24px;
  color: var(--theme-content__color--link);
}

.bigbox__link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s ease-out;
}

.bigbox__link:hover,
.bigbox__link:focus {
  outline: none;
}

.bigbox__link:hover:after,
.bigbox__link:focus:after {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.bigbox__link .arrow {
  height: 24px;
}

.bigbox__link svg {
  fill: var(--theme-content__color--link);
}

.calendar {
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  left: -20px;
}

.calendar__buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
  height: 90px;
  overflow: hidden;
}

.calendar__button {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  background: white;
  border: none;
  padding: 0 20px 0 0;
  cursor: pointer;
  box-shadow: -10px 0 20px white;
}

.calendar__button svg {
  width: 40px;
  transition: fill 0.2s;
}

.calendar__button--previous {
  left: 0;
  padding: 0 0 0 20px;
  right: auto;
  justify-content: flex-start;
  box-shadow: 10px 0 20px white;
}

.calendar__button--previous svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calendar__button[disabled] {
  pointer-events: none;
  opacity: .3;
}

.calendar__button:hover,
.calendar__button:focus {
  outline: none;
}

.calendar__button:hover svg,
.calendar__button:focus svg {
  fill: #D53F53;
}

.calendar__months {
  z-index: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  transition: height 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, height 0.4s;
  transition: transform 0.4s, height 0.4s, -webkit-transform 0.4s;
}

.calendar__month {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: white;
  padding: 0 20px;
}

.calendar__header {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0 60px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar__heading {
  font-size: 20px;
  text-align: center;
  max-width: 100%;
  margin: 0;
}

.calendar__day {
  width: 100%;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #1D293B;
}

.calendar__date {
  display: inline-block;
  width: 90px;
  background: #D53F53;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: white;
  padding: 0 0 0 15px;
}

.calendar__date b {
  margin-right: 6px;
}

.calendar__date--past {
  background: #757575;
}

.calendar__events {
  flex: 1 1 100%;
}

.contact {
  padding: 0 20px;
  margin: 20px 0;
}

.frontpage-top .contact {
  position: relative;
  bottom: -40px;
}

.contact a {
  color: var(--theme-content__primary-color--text);
}

.contact--open {
  position: relative;
  z-index: 5;
}

.contact__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  flex: 0 0 80px;
  max-width: 80px;
}

.contact__mobile-image {
  width: 100%;
  display: block;
}

.contact__mobile-image-container {
  width: calc(100% + 60px);
  -webkit-transform: translate(-30px, -30px);
          transform: translate(-30px, -30px);
}

.contact__header {
  background: #EFF0F0;
}

.frontpage-top .contact__header {
  background: white;
}

.contact__open {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 50px;
}

.contact__header-text {
  display: flex;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  align-items: center;
}

.contact__header-text p {
  padding-right: 5px;
  margin: 0;
  line-height: 2;
}

.contact__open-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: all;
}

.contact__open-btn:focus {
  outline: none;
}

.contact__open-btn-extra {
  display: none;
}

.contact--open .contact__open-btn-extra {
  -webkit-transform: rotate(-90deg) translate(-100%, 0);
          transform: rotate(-90deg) translate(-100%, 0);
}

.contact__close-btn {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--theme-content__primary-color--dimmed);
  border: none;
  padding: 0;
  color: var(--theme-content__primary-color--text);
  cursor: pointer;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.contact__close-btn:focus {
  outline: none;
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

.contact--open .contact__close-btn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contact__close-text {
  display: none;
}

.contact__close-svg {
  width: 26px;
  height: 26px;
}

.contact__close-svg svg {
  fill: var(--theme-content__primary-color--text);
}

.contact__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: var(--theme-content__primary-color--text);
  background: var(--theme-content__primary-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow-y: auto;
}

.contact--open .contact__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.contact__headline {
  margin-top: 0;
}

.contact__headline:before {
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background: white;
  margin-bottom: 15px;
}

.contact__text {
  line-height: 30px;
}

.contact__links {
  margin: 20px 0;
  list-style: none;
  padding: 0;
}

.contact__link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
}

.contact__link:hover,
.contact__link:focus {
  outline: none;
}

.contact__link-svg {
  display: flex;
  flex: 0 0 46px;
  max-width: 46px;
  width: 46px;
  height: 46px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: white;
  transition: background 0.2s;
}

.contact__link-svg svg {
  flex: 1 0 auto;
  max-width: 100%;
  max-height: 100%;
  fill: var(--theme-content__color--link);
  transition: fill 0.2s;
}

.contact__link:hover .contact__link-svg,
.contact__link:focus .contact__link-svg {
  background: var(--theme-content__primary-color--dimmed);
}

.contact__link:hover .contact__link-svg svg,
.contact__link:focus .contact__link-svg svg {
  fill: var(--theme-content__primary-color--text);
}

.employee-details {
  padding: 70px 0 30px;
  background: white;
}

.employee-details__breadcrumb {
  display: none;
}

.employee-details__box {
  position: relative;
  background: #EFF0F0;
}

.employee-details__header-content {
  padding: 20px 15px;
}

.employee-details__header-content:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #D53F53;
  margin-bottom: 15px;
}

.employee-details__headline {
  font-size: 26px;
  line-height: 32px;
  margin: 10px 0;
}

.employee-details__title p {
  margin: 0;
  font-size: 18px;
}

.employee-details__image-container {
  width: 100%;
  height: 100%;
}

.employee-details__image-container img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.employee-details__party {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.employee-details__footer {
  position: relative;
  z-index: 0;
  padding: 0 15px;
  color: white;
}

.employee-details__footer:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #666;
}

.grid .employee-details__footer {
  justify-content: space-between;
}

.grid .employee-details__footer--single-col {
  justify-content: flex-start;
}

.employee-details__contact {
  padding: 30px 0;
}

.employee-details__contact-col:last-child {
  margin-top: 30px;
}

.employee-details__info {
  line-height: 2;
  margin: 0;
}

.employee-details__info b {
  font-size: 18px;
}

.employee-details__tel-link {
  color: inherit;
  text-decoration: none;
}

.no-touchevents .employee-details__tel-link:hover,
.no-touchevents .employee-details__tel-link:focus {
  text-decoration: underline;
}

.employee-details__link {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 10px 0;
  color: white;
  text-decoration: none;
}

.employee-details__link span {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.employee-details__link .arrow svg {
  fill: white;
}

.employee {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  transition: box-shadow .2s ease-out;
}

.employee:hover,
.employee:focus-within {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.employee__wrapper {
  height: 100%;
  padding-bottom: 60px;
}

.employee-container {
  position: relative;
}

section.employee-container:not(:last-child) {
  margin-bottom: 0;
}

.employee-container + .employee-container {
  margin-top: 0;
}

.employee-container .grid-container {
  padding-right: 0;
}

.employee__headline {
  font-size: 20px;
  margin: 0 0 10px;
}

.employee__image-container {
  position: relative;
  overflow: hidden;
}

.employee__image-container:before {
  content: '';
  display: block;
  padding-top: 133.33333%;
}

.employee__image-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.employee__party {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.employee__party-image {
  padding: 20px;
}

.employee__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #EEEEEE;
}

.employee__arrow .arrow {
  margin-right: 0;
}

.employee__content {
  position: relative;
  flex: 1 0 auto;
  background: white;
  padding: 60px 20px 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.employee__content:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #D53F53;
  margin-bottom: 12px;
}

.employee__name {
  margin: 0 0 10px;
  font-size: 16px;
}

.employee__title {
  margin: 0;
  font-size: 14px;
}

.employee__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.employee__link:after {
  content: '';
  height: 100px;
  width: 35px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: calc(100% * (4 / 3));
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}

.employee__link:hover ~ .employee__image-container img,
.employee__link:focus ~ .employee__image-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.form-container {
  background: white;
}

.form a {
  color: #007AB8;
}

.form .row {
  margin-bottom: 15px;
}

.form__input-col {
  position: relative;
}

.form__label {
  width: 100%;
}

.form__label-text {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 5px;
}

.form__help-text {
  margin-top: 5px;
  color: #757575;
}

.form input[type=text],
.form input[type=password],
.form input[type=email],
.form select,
.form textarea,
.form__upload {
  height: 50px;
  font-size: 16px;
  line-height: 26px;
  padding: calc((50px - 26px) / 2) 20px;
  border: none;
  box-shadow: inset 0 2px 0 -1px #D6D7D8, inset 0 -2px 0 -1px #D6D7D8, inset -2px 0 0 -1px #D6D7D8;
}

.no-touchevents .form input[type=text]:focus,
.no-touchevents
  .form input[type=password]:focus,
.no-touchevents
  .form input[type=email]:focus,
.no-touchevents
  .form select:focus,
.no-touchevents
  .form textarea:focus,
.no-touchevents .form__upload:focus {
  outline: none;
  box-shadow: none;
  border-top: 1px dashed rgba(0, 122, 184, 0.7);
  border-right: 1px dashed rgba(0, 122, 184, 0.7);
  border-bottom: 1px dashed rgba(0, 122, 184, 0.7);
}

.form select {
  padding-right: 65px;
  cursor: pointer;
}

.form input[type=text],
.form input[type=password],
.form input[type=email],
.form select,
.form textarea,
.form__checkboxes,
.form__radios {
  width: 100%;
  margin: 0;
  border: none;
  border-left: 3px solid #007AB8;
}

.form__checkboxes,
.form__radios {
  padding: 0;
}

.form__upload {
  width: 100%;
  margin: 0;
  border: none;
  padding: 4px 4px 4px 0;
  height: auto;
  min-height: 50px;
}

.form__upload:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 50px;
  border-left: 3px solid #007AB8;
}

.form__upload-label {
  position: relative;
  display: block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 7px;
  pointer-events: none;
}

.form__upload-button {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background: #007AB8;
  border-radius: 5px;
  cursor: pointer;
  pointer-events: all;
  border: 1px solid transparent;
}

.no-touchevents .form__upload-button:hover {
  background: #00669F;
}

.no-touchevents .form__upload input:focus + .form__upload-label .form__upload-button {
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

.form__upload-text {
  display: inline-block;
  padding-left: 5px;
  text-overflow: ellipsis;
}

.form__checkbox-wrapper,
.form__radio-wrapper {
  padding-left: 20px;
  margin-bottom: 10px;
}

.form__checkbox-wrapper:last-child,
.form__radio-wrapper:last-child {
  margin-bottom: 0;
}

.form__radio-wrapper {
  margin-bottom: 15px;
}

.form__accept-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.form__accept-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 26px;
  border-left: 3px solid #007AB8;
}

.form__accept-wrapper label {
  margin-left: 20px;
}

.form button[type=submit] {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  border: none;
  background: #007AB8;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}

.form button[type=submit] svg {
  fill: white;
}

.no-touchevents .form button[type=submit]:focus {
  outline: none;
}

.form-validate__error-message {
  margin: 6px 0;
  color: #D53F53;
  vertical-align: middle;
}

.form-validate__error-message:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 16px;
  margin: 0 8px 2px 0;
  background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/arrow--static.svg") center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form__upload .form-validate__error-message {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.form-validate__field--invalid {
  border-left-color: #D53F53 !important;
}

input.form-validate__field--invalid {
  box-shadow: none !important;
  background: rgba(213, 63, 83, 0.2);
}

select.form-validate__field--invalid {
  box-shadow: none !important;
  background: rgba(213, 63, 83, 0.2);
}

.form-validate__field--invalid.form__upload {
  box-shadow: none !important;
}

.form-validate__field--invalid.form__upload:before {
  border-left-color: #D53F53 !important;
  background: rgba(213, 63, 83, 0.2);
}

.form-validate__field--invalid.form__accept-wrapper:before {
  border-left-color: #D53F53 !important;
}

.gallery {
  position: relative;
}

.gallery--modal {
  width: 100%;
  height: 100%;
}

.gallery__headline {
  font-size: 20px;
  margin: 0 0 20px;
}

.gallery__modal-btn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: none;
  background: rgba(29, 51, 59, 0.5);
  cursor: pointer;
  transition: opacity 300ms ease;
}

.gallery__modal-btn svg {
  fill: white;
  width: 35px;
  height: 35px;
}

.gallery__modal-btn--hidden {
  opacity: 0;
  pointer-events: none;
}

.gallery__image-container {
  position: relative;
  background: black;
  width: 100%;
}

.gallery__image-container:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  height: 0;
}

.gallery--modal .gallery__image-container {
  height: 100%;
}

.gallery--modal .gallery__image-container:before {
  content: none;
}

.gallery__image-container img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.gallery__image-container--lazy-loaded .loading-icon {
  display: none;
}

.gallery__iframe {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.carousel-cell__video--loaded .gallery__iframe {
  opacity: 1;
}

.gallery__index-counter {
  text-align: center;
  margin: 25px;
}

.gallery__index-current,
.gallery__index-max {
  font-size: 18px;
  color: black;
}

.gallery--modal .gallery__index-current,
.gallery--modal .gallery__index-max {
  color: white;
}

.gallery__index-current:after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 3px;
  background: black;
  vertical-align: middle;
  margin: 0 15px;
}

.gallery--modal .gallery__index-current:after {
  background: white;
}

.main-carousel {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  z-index: 0;
  width: 100%;
  background: black;
  overflow: hidden;
}

.main-carousel:focus {
  outline: none;
}

.main-carousel.flickity-enabled {
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 0;
}

.carousel-cell {
  width: 100%;
}

.gallery--modal .carousel-cell {
  height: 100%;
}

.carousel-cell .loading-icon {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.carousel-cell.is-selected .loading-icon {
  opacity: 1;
}

.carousel-cell__video--loaded .loading-icon {
  display: none;
}

.flickity-viewport {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.is-draggable .flickity-viewport {
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-slider {
  width: 100%;
  height: 100%;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  /*display: none;*/
  width: 70px;
  height: 70px;
  background: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow .4s;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:focus {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.flickity-prev-next-button svg {
  pointer-events: none;
}

.flickity-prev-next-button.previous {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flickity-prev-next-button.previous svg {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  fill: var(--theme-content__color--link);
}

.flickity-prev-next-button.next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.flickity-prev-next-button.next svg {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  fill: var(--theme-content__color--link);
}

.flickity-page-dots {
  display: none;
}

.iframe {
  max-width: 100%;
  width: 1px;
  min-width: 100%;
  border: 2px solid #EEEEEE;
}

.touchevents .iframe-container .col {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
}

.lix--1 {
  border: 2px solid #92D700;
}

.lix--2 {
  border: 2px solid #CBD900;
}

.lix--3 {
  border: 2px solid #F5DE00;
}

.lix--4 {
  border: 2px solid #FFA200;
}

.lix--5 {
  border: 2px solid #FE0000;
}

.lix--error {
  border: 2px dotted #FE0000;
}

.lix-tal {
  font-size: 20px;
}

.minimap-inner-container {
  position: relative;
}

.multibox {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.multibox-container {
  overflow: hidden;
}

.multibox-container .row--stretch .col {
  margin-bottom: 30px;
}

.multibox__headline {
  margin-top: 0;
  font-size: 20px;
}

.multibox__image-container {
  flex: 0 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.multibox__image-link img {
  width: 100%;
  display: block;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.multibox__content:focus ~ .multibox__image-link img,
.multibox__content:focus-within ~ .multibox__image-link img,
.multibox__content:hover ~ .multibox__image-link img,
.multibox__image-link:hover img,
.multibox__image-link:focus img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.multibox__content {
  position: relative;
  z-index: 1;
  padding: 30px;
  background: white;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.multibox__text-wrapper {
  margin: 0 0 20px;
  line-height: 28px;
}

.multibox__text-wrapper:before {
  content: '';
  display: block;
  width: 45px;
  height: 3px;
  background: var(--theme-content__color--border);
  margin-bottom: 15px;
}

.multibox__heading {
  font-size: 20px;
  margin: 0 0 .5em 0;
}

.multibox__text {
  margin-top: 10px;
}

.multibox__link {
  text-decoration: none;
  display: flex;
  line-height: 24px;
  color: var(--theme-content__color--link);
}

.multibox__link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s ease-out;
}

.multibox__link:hover,
.multibox__link:focus,
.multibox:hover .multibox__link {
  outline: none;
}

.multibox__link:hover:after,
.multibox__link:focus:after,
.multibox:hover .multibox__link:after {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.multibox__link .arrow {
  height: 24px;
}

.multibox__link svg {
  fill: var(--theme-content__color--link);
}

.page-cta {
  margin: 20px 0 60px;
  height: 55px;
}

.page-cta .cta {
  display: inline-flex;
  width: auto;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.16);
}

.related-content__headline {
  font-size: 20px;
  margin-top: 0;
}

.content--secondary .related-content__headline {
  font-style: normal;
}

.related-content__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-content__list li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.content--secondary .related-content__list {
  position: relative;
}

.content--secondary .related-content__list:before {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--theme-content__color--border);
}

.related-content__link {
  display: inline-block;
  background: #EEEEEE;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s ease-out, background .2s ease-out, box-shadow .2s ease-out;
  color: var(--theme-content__color--link);
}

.content--secondary .related-content__link {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.related-content__link:hover,
.related-content__link:focus {
  outline: none;
  background: var(--theme-content__color--link-hover);
  color: var(--theme-content__primary-color--text);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin: 15px 0;
}

.rich-text h2 {
  font-size: 22px;
}

.rich-text h3 {
  font-size: 20px;
}

.rich-text h4 {
  font-size: 16px;
}

.rich-text p {
  margin: 15px 0 25px;
}

.top-content--social + .content .rich-text__content h2:first-child:before,
.top-content--social + .content .rich-text__content h3:first-child:before,
.top-content--social + .content .rich-text__content h4:first-child:before,
.top-content--social + .content .rich-text__content h5:first-child:before,
.top-content--social + .content .rich-text__content h6:first-child:before,
.top-content--social + .content .rich-text__content p:first-child:before {
  content: '';
  width: 80px;
  height: 60px;
  display: block;
  float: right;
}

.rich-text ul,
.rich-text ol {
  list-style: none;
  margin: 15px 0 30px;
  padding: 0;
  line-height: 1.5;
}

.rich-text ul li,
.rich-text ol li {
  margin-bottom: 0.5em;
}

.rich-text ul li:before,
.rich-text ol li:before {
  padding-right: 5px;
}

.rich-text ul li {
  position: relative;
  padding-left: 0.65em;
}

.rich-text ul li:before {
  position: absolute;
  content: '\2022 ';
  top: 0;
  left: 0;
}

.rich-text ol {
  counter-reset: item;
}

.rich-text ol li {
  padding-left: 1.35em;
  text-indent: -1.35em;
}

.rich-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

.rich-text ol li:nth-child(n+10) {
  padding-left: 2em;
  text-indent: -2em;
}

.rich-text ol li:nth-child(n+100) {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.rich-text img {
  margin-bottom: 30px;
}

.search-section .grid-container {
  padding: 0;
  overflow-x: hidden;
}

.sitemap__list {
  margin: 0 0 0 15px;
  list-style: none;
  padding: 0;
}

.sitemap__list.sitemap {
  margin-left: 0;
}

.sitemap > .sitemap__list-item {
  margin-bottom: 80px;
}

.sitemap > .sitemap__list-item > .sitemap__list {
  margin-left: 20px;
}

.sitemap > .sitemap__list-item > .sitemap__text {
  font-size: 20px;
}

.sitemap__text {
  margin: 15px 0;
}

.sitemap__list-item {
  margin: 15px 0;
}

.sitemap__link {
  color: #007AB8;
}

.two-column {
  margin: 60px 0;
}

.two-column__headline {
  font-size: 22px;
  margin-bottom: 20px;
}

.two-column__rich-text p {
  margin-top: 0;
}

.two-column img {
  margin-bottom: 30px;
}

.widebox--image {
  min-height: 1px;
}

.widebox__headline {
  font-size: 22px;
}

.widebox__image-container img {
  width: 100%;
  display: block;
}

.widebox__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: white;
  flex: 0 0 100%;
  max-width: 100%;
}

.widebox__content--compact-text .widebox__text p {
  margin-top: 0;
}

.widebox__content--compact-text .widebox__teaser p {
  margin-bottom: 0;
}

.widebox__content--compact-text p {
  margin: 8px 0;
  line-height: 1.8;
}

.widebox__content-headline {
  margin-top: 0;
  font-size: 20px;
}

.widebox__teaser {
  font-size: 18px;
}

.widebox__content-top {
  margin-bottom: 20px;
}

.widebox__content-top:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--theme-content__color--border);
}

.widebox__bottom-text {
  margin: 10px 0;
}

.widebox__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widebox__links li {
  margin: 0;
  color: #D53F53;
}

.widebox__link {
  line-height: 32px;
  text-decoration: none;
  max-width: 100%;
  display: flex;
  align-items: center;
  color: var(--theme-content__color--link);
}

.widebox__link:hover,
.widebox__link:focus {
  outline: none;
}

.widebox__link svg {
  fill: var(--theme-content__color--link);
}

.widebox__link span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion {
  border-bottom: 1px solid #B2B2B2;
}

.accordion:first-child {
  border-top: 1px solid #B2B2B2;
}

.accordion:hover {
  border-bottom-color: inherit;
}

.accordion__headline {
  margin-bottom: 15px;
}

.accordion__trigger-all {
  text-align: right;
}

.accordion__trigger-all-btn {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--theme-content__color--link);
  cursor: pointer;
}

.accordion > h2,
.accordion__heading {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  font-size: 16px;
}

.accordion__trigger {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  padding: 16px 10px 20px 0;
  color: black;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

.accordion--open .accordion__trigger {
  color: inherit;
}

.accordion__trigger:hover,
.accordion__trigger:focus {
  color: inherit;
  outline: none;
}

.accordion__chevron {
  display: flex;
  flex-direction: column;
  width: 36px;
  flex: 0 0 36px;
  padding: 5px 0 0 10px;
}

.accordion__chevron svg {
  fill: var(--theme-content__color--link);
  height: 14px;
}

.accordion--open .accordion__chevron svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__chevron:empty {
  position: relative;
  height: 100%;
}

.accordion__chevron:empty:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/Files/Templates/Designs/Esbjerg/static/dist/svg/chevron--blue.svg") center no-repeat;
}

.accordion--open .accordion__chevron:empty:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height .4s, opacity .4s;
  opacity: 0;
}

.accordion--open .accordion__content {
  display: block;
  height: auto;
  opacity: 1;
}

.accordion__content h4,
.accordion__content h5 {
  font-size: 16px;
}

.accordion__content p {
  font-size: 16px;
}

.accordion__content ul,
.accordion__content ol {
  list-style: none;
  margin: 15px 0 30px;
  padding: 0;
  line-height: 1.5;
  font-size: 16px;
}

.accordion__content ul li,
.accordion__content ol li {
  margin-bottom: 0.5em;
}

.accordion__content ul li {
  position: relative;
  padding-left: 0.65em;
}

.accordion__content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion--open .accordion__content ul li:before {
  content: '\2022 ';
}

.accordion__content ol {
  counter-reset: item;
}

.accordion__content ol li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.accordion__content ol li:before {
  counter-increment: item;
}

.accordion--open .accordion__content ol li:before {
  content: counter(item) ". ";
}

.accordion__content ol li:nth-child(n+10) {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

.accordion__content ol li:nth-child(n+100) {
  padding-left: 2.25em;
  text-indent: -2.25em;
}

.accordion__text {
  margin: 20px 0 30px;
}

.footer {
  display: flex;
  position: relative;
  z-index: 0;
  background: white;
  padding: 40px 0 0;
}

.footer .row {
  align-items: stretch;
}

.footer__container {
  overflow: hidden;
}

.footer__sidebar {
  display: none;
  align-items: flex-end;
  flex-wrap: wrap;
  position: absolute;
  background-color: var(--theme-footer__primary-color--dimmed);
  height: 100%;
  width: 100px;
  top: 0;
  bottom: 0;
  padding: 0 0 65px;
}

.footer__culture {
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
}

.footer__culture-link {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.footer__culture-link > img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.footer__col-first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__col-last {
  display: flex;
}

.footer__logo {
  margin-bottom: 40px;
  max-width: 184px;
}

.footer__logo-link {
  position: relative;
  display: block;
  height: 0;
  padding-top: 38.04348%;
}

.footer__logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 185px;
}

.footer__contact-desktop {
  display: none;
}

.footer__contact-desktop .footer__contact {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.footer__contact-desktop .footer__contact-link {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: var(--theme-footer__color--link);
  white-space: nowrap;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.footer__contact-desktop .footer__contact-link:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: -62px;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid var(--theme-footer__color--link-hover);
  border-right: 1px solid var(--theme-footer__color--link-hover);
  transition: opacity .2s ease-out;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.footer__contact-desktop .footer__contact-link:hover,
.footer__contact-desktop .footer__contact-link:focus {
  outline: none;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: var(--theme-footer__color--link-hover);
}

.footer__contact-desktop .footer__contact-link:hover:before,
.footer__contact-desktop .footer__contact-link:focus:before {
  opacity: 1;
}

.footer__contact-desktop .footer__contact-link:hover + span,
.footer__contact-desktop .footer__contact-link:focus + span {
  color: var(--theme-footer__color--link-hover);
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.footer__contact-desktop .footer__contact-link:hover svg,
.footer__contact-desktop .footer__contact-link:focus svg {
  fill: var(--theme-footer__color--link-hover);
}

.footer__contact-desktop .footer__contact-svg {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -40px;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 15px;
}

.footer__contact-desktop .footer__contact-svg svg {
  width: 26px;
  height: auto;
  fill: var(--theme-footer__color--link);
}

.footer__contact-desktop .footer__contact > span {
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.footer__contact-mobile {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  padding-top: 10px;
}

.footer__contact-mobile .footer__contact {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  font-size: 15px;
  padding-right: 10px;
}

.footer__contact-mobile .footer__contact:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.footer__contact-mobile .footer__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-decoration: none;
  color: var(--theme-footer__primary-color--text);
  background: var(--theme-footer__primary-color);
}

.footer__contact-mobile .footer__contact-svg {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.footer__contact-mobile .footer__contact-svg svg {
  width: 26px;
  height: auto;
  fill: var(--theme-footer__primary-color--text);
}

.footer__contact-mobile .footer__contact > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  height: 40px;
  font-size: 14px;
  color: var(--theme-footer__color--link);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer__accordion .accordion__chevron svg {
  fill: var(--theme-footer__color--link);
}

.footer__heading {
  font-size: 15px;
  color: var(--theme-footer__color--link);
}

.footer__heading button {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

ul.footer__list {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  padding: 0 15px 0 0;
  margin: 0;
}

ul.footer__list li {
  margin-bottom: 20px;
  padding: 0;
}

ul.footer__list li:before {
  content: none;
}

.accordion--open ul.footer__list li:before {
  content: none;
}

.footer__link {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-footer__color--link);
  text-decoration: none;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.footer__link:before {
  opacity: 0;
  content: '';
  position: absolute;
  top: 10px;
  left: -18px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--theme-footer__color--link-hover);
  border-right: 1px solid var(--theme-footer__color--link-hover);
  transition: opacity .2s ease-out;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.footer__link:hover,
.footer__link:focus {
  outline: none;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: var(--theme-footer__color--link-hover);
}

.footer__link:hover:before,
.footer__link:focus:before {
  opacity: 1;
}

.footer__info .accordion {
  border-bottom: none;
}

.footer__shortcuts {
  display: none;
}

.footer__social {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 75px 0 30px;
}

.footer__social:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: calc(100% + 70px);
  height: calc(100% + 30px);
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
  background: #EFF0F0;
}

.footer__social-text {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  color: var(--theme-footer__color--link);
  padding: 4px 5px 8px 11px;
  font-size: 13px;
  line-height: 14px;
}

.footer__social-text:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--theme-footer__color--link);
}

.footer__social-links {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex: 1 0 auto;
}

.footer__social-link {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: var(--theme-footer__primary-color);
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
}

.footer__social-link:hover,
.footer__social-link:focus {
  background: var(--theme-footer__primary-color--dimmed);
  outline: none;
}

.footer__social-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: white;
}

.hero__line {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
}

@media (min-width: 480px) {
  .post__deadline {
    display: block;
  }

  .post__posting {
    display: flex;
  }

  .post__link {
    flex: 1 1 auto;
    max-width: calc(100% - 130px);
  }

  .post__date {
    flex: 0 0 130px;
    max-width: 130px;
    padding: 15px;
    text-align: center;
  }

  .post__date span {
    display: none;
  }

  .contact__image-container {
    flex: 0 0 115px;
    max-width: 115px;
  }

  .employee-details__contact {
    display: flex;
  }

  .employee-details__contact-col {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .employee-details__contact-col:last-child {
    padding-left: 30px;
    margin: 0;
  }

  .employee__content {
    word-wrap: normal;
    overflow-wrap: normal;
  }
}

@media (min-width: 768px) {
  .alert-banner {
    padding: 70px 0 60px 100px;
  }

  .alert-banner__rich-text h1,
  .alert-banner__rich-text h2,
  .alert-banner__rich-text h3,
  .alert-banner__rich-text h4,
  .alert-banner__rich-text h5 {
    margin-bottom: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    font-size: 36px;
  }

  .alert-banner__rich-text p {
    padding-bottom: 0;
  }

  .alert-banner__link-wrapper {
    display: block;
  }

  .alert-banner__contact-links {
    justify-content: flex-start;
    margin: 0;
  }

  .alert-banner__contact-link {
    margin-left: 0;
  }

  .alert-banner__link {
    margin: 20px 0;
  }

  .alert-banner__close-btn {
    width: 100px;
    height: 100px;
  }

  .alert-banner__close-text {
    display: inline;
  }

  .alert-banner__close-icon {
    margin: 6px 0 14px;
  }

  .cookie {
    padding-left: 100px;
  }

  .cookie__text p {
    padding-bottom: 0;
  }

  .calendar-event__trigger {
    padding: 0 20px 0 0;
  }

  .calendar-event__heading-text {
    font-size: 18px;
    padding: calc((50px - 24px) / 2) 20px;
  }

  .calendar-event__time--mobile,
  .calendar-event__location,
  .calendar-event__information {
    padding: 0 20px;
  }

  .calendar-event__time {
    display: block;
    flex: 0 0 130px;
    width: 130px;
    height: 50px;
    text-align: right;
    color: #D53F53;
    line-height: 50px;
  }

  .calendar-event__time--mobile {
    display: none;
  }

  .cta {
    padding: 15px 30px;
  }

  .cta--header-cta {
    display: none;
  }

  .cta .arrow {
    display: inline-block;
  }

  .form__select-wrapper:after {
    top: 30px;
  }

  .search-box {
    padding: 25px 30px 50px;
  }

  .search-box__input {
    height: 70px;
  }

  .search-box__button {
    position: relative;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }

  .search-box__icon {
    width: 26px;
    height: 26px;
  }

  .sponsor-list__logos {
    margin: 0 15px;
  }

  .sponsor-list__logo {
    margin: 0 20px 40px 20px;
  }

  .touchevents .table-wrapper {
    width: calc(100% + 35px);
  }

  .touchevents table {
    border-right-width: 35px;
  }

  table th,
  table td {
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
  }

  .bigbox__content-row.row {
    flex-wrap: wrap;
  }

  .bigbox--reverse .bigbox__headline-row.row {
    flex-direction: row;
  }

  .bigbox--reverse .bigbox__content-row.row {
    flex-direction: row-reverse;
  }

  .bigbox__headline {
    padding: 0 15px;
    font-size: 26px;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }

  .bigbox--reverse .bigbox__headline {
    width: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .bigbox__image-container {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }

  .bigbox--reverse .bigbox__image-container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .bigbox__content {
    margin: 0;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .bigbox--reverse .bigbox__content {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }

  .bigbox__content-container {
    right: -15px;
  }

  .bigbox--reverse .bigbox__content-container {
    left: -15px;
    right: auto;
  }

  .bigbox__text-wrapper {
    margin-bottom: 60px;
  }

  .calendar__heading {
    font-size: 30px;
  }

  .calendar__day {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #B2B2B2;
  }

  .calendar__date b {
    margin-right: 10px;
  }

  .calendar__date {
    font-size: 22px;
    flex: 0 0 116px;
    width: 116px;
    height: 50px;
    line-height: 50px;
  }

  .calendar__events {
    max-width: calc(100% - 116px);
    padding-left: 3px;
  }

  .frontpage-top .contact {
    z-index: 1;
    bottom: auto;
    position: fixed;
  }

  .contact {
    position: fixed;
    top: 65%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 50;
    width: 350px;
    padding: 0;
    margin: 0;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
  }

  .contact--open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    pointer-events: all;
  }

  .contact__image {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  .contact--open .contact__image {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .contact__image-container {
    flex: 0 0 250px;
    max-width: 250px;
    transition: box-shadow 0.2s ease-out 0.2s;
  }

  .contact--open .contact__image-container {
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
  }

  .contact__mobile-image-container {
    display: none;
  }

  .contact__header {
    position: relative;
    display: flex;
    background: transparent;
  }

  .contact__open {
    display: block;
    width: 250px;
    height: 100px;
  }

  .contact__header-text {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 150px;
    height: 100px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    background: white;
    transition: box-shadow 0.1s ease-out 0s;
  }

  .contact__header-text p {
    padding: 0;
  }

  .contact__open-btn {
    width: 180px;
    height: 200px;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }

  .contact--open .contact__open-btn {
    pointer-events: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: -1;
    opacity: 0;
  }

  .contact__open-btn-extra {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background: white;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.16);
    -webkit-transform: rotate(-90deg) translate(-100%, 0%);
            transform: rotate(-90deg) translate(-100%, 0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    border: 1px solid white;
  }

  .contact__open-btn:focus .contact__open-btn-extra {
    border: 1px dashed #007AB8;
  }

  .contact__close-btn {
    position: relative;
    flex-direction: column;
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
    height: 100px;
    pointer-events: none;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  .contact--open .contact__close-btn {
    pointer-events: all;
  }

  .contact__close-text {
    display: inline;
  }

  .contact__close-svg {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }

  .contact__content {
    position: relative;
    width: auto;
    height: auto;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    transition: box-shadow 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }

  .contact--open .contact__content {
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
  }

  .employee-details {
    padding-top: 250px;
  }

  .employee-details__breadcrumb {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    min-height: 55px;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }

  .employee-details__breadcrumb:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }

  .employee-details__box {
    margin: 0 15px;
  }

  .employee-details__header-content {
    padding: 55px 30px 20px;
  }

  .employee-details__headline {
    font-size: 36px;
    line-height: 44px;
    margin: 22px 0 15px;
  }

  .employee-details__title p {
    font-size: 20px;
  }

  .employee-details__footer {
    padding: 0 30px;
  }

  .employee {
    margin-right: 0;
    margin-left: 35px;
  }

  .employee-container .grid-container {
    padding: 0 20px;
  }

  .employee__headline {
    margin-left: 35px;
  }

  .employee__party {
    top: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }

  .employee__content {
    padding: 30px 35px;
  }

  .employee__name {
    font-size: 18px;
    line-height: 22px;
  }

  .employee__title {
    font-size: 16px;
  }

  .form .row {
    margin-bottom: 30px;
  }

  .form__label-text {
    min-height: 50px;
    padding: calc((50px - 26px) / 2) 30px calc((50px - 26px) / 2) 0;
  }

  .form select {
    height: 60px;
  }

  .form__upload:before {
    height: 60px;
  }

  .form__upload {
    min-height: 60px;
    padding: 9px 20px 9px 0;
  }

  .form__upload-label {
    margin-left: 20px;
  }

  .form__upload-text {
    padding-left: 15px;
  }

  .form button[type=submit] {
    padding: 0 30px;
  }

  .gallery__modal-btn {
    display: flex;
  }

  .flickity-prev-next-button {
    display: block;
  }

  .multibox__headline {
    font-size: 26px;
  }

  .multibox__text-wrapper {
    margin-bottom: 50px;
  }

  .related-content__headline {
    font-size: 24px;
  }

  .content--secondary .related-content__headline {
    font-size: 26px;
    padding-right: 20px;
  }

  .related-content__list li {
    margin: 0 20px 20px 0;
  }

  .two-column__headline {
    font-size: 26px;
  }

  .widebox {
    display: flex;
    padding: 0 15px;
  }

  .widebox--reverse {
    flex-direction: row-reverse;
  }

  .widebox__headline {
    padding: 0 15px;
  }

  .widebox__image-container {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .widebox--image .widebox__content {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .accordion__trigger-all-btn {
    font-size: 18px;
  }

  .accordion > h2,
  .accordion__heading {
    font-size: 18px;
  }

  .accordion__content h4,
  .accordion__content h5 {
    font-size: 18px;
  }

  .accordion__content p {
    font-size: 18px;
  }

  .accordion__content ul,
  .accordion__content ol {
    font-size: 18px;
  }

  .footer__container {
    margin-left: auto;
    width: calc(100% - 100px);
  }
}

@media (min-width: 992px) {
  .alert-banner {
    padding: 70px 0 90px 100px;
  }

  .alert-banner__contact-link {
    margin-right: 20px;
  }

  .cookie {
    padding: 30px 0 30px 100px;
  }

  .sponsor-list__heading {
    margin: 0 35px 50px 35px;
  }

  .touchevents .table-wrapper {
    width: 100%;
  }

  .touchevents table {
    border-right: none;
    width: 100%;
  }

  table th,
  table td {
    font-size: 18px;
    line-height: 26px;
    padding: 17px 0;
  }

  .bigbox__content {
    min-height: 240px;
  }

  .bigbox__heading {
    font-size: 24px;
  }

  .employee-details__header-content {
    padding: 55px 0 40px;
  }

  .employee-details__header-content {
    padding-bottom: 55px;
  }

  .employee-details__headline {
    font-size: 46px;
    line-height: 56px;
  }

  .employee-details__title p {
    font-size: 22px;
  }

  .employee-details__party-wrapper {
    display: block;
    position: relative;
  }

  .employee-details__footer {
    padding: 0;
  }

  .employee-container .grid-container {
    padding: 0;
  }

  .employee__headline {
    font-size: 26px;
  }

  .gallery__headline {
    font-size: 26px;
  }

  .multibox__heading {
    font-size: 24px;
  }

  .content--secondary .related-content__col-first {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .content--secondary .related-content__col-second {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .content--secondary .related-content__list:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -30px;
    width: 3px;
    height: auto;
  }

  .related-content__link {
    font-size: 18px;
  }

  .rich-text {
    font-size: 18px;
  }

  .rich-text h2 {
    font-size: 24px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .top-content--social + .content .rich-text__content h2:first-child:before,
  .top-content--social + .content .rich-text__content h3:first-child:before,
  .top-content--social + .content .rich-text__content h4:first-child:before,
  .top-content--social + .content .rich-text__content h5:first-child:before,
  .top-content--social + .content .rich-text__content h6:first-child:before,
  .top-content--social + .content .rich-text__content p:first-child:before {
    content: none;
  }

  .sitemap > .sitemap__list-item > .sitemap__text {
    font-size: 24px;
    margin: 0;
  }

  .sitemap__text {
    font-size: 18px;
  }

  .sitemap__link {
    font-size: 18px;
  }

  .two-column__rich-text {
    font-size: 18px;
  }

  .widebox__headline {
    font-size: 26px;
  }

  .widebox__content {
    padding-right: 25%;
  }

  .widebox--image .widebox__content {
    padding-right: 30px;
  }

  .widebox__content-headline {
    font-size: 24px;
  }

  .accordion__trigger-all {
    padding-right: 15px;
  }

  .accordion__trigger {
    padding-right: 25px;
  }

  .footer {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 0 65px;
  }

  .footer .col:not(:last-child) {
    position: relative;
    padding-right: 45px;
  }

  .footer .col:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 10px;
    left: auto;
    display: block;
    width: 1px;
    background: #999999;
  }

  .footer__sidebar {
    display: flex;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__contact-desktop {
    flex-direction: column;
    justify-content: space-between;
    margin-top: auto;
    display: flex;
  }

  .footer__contact-mobile {
    display: none;
  }

  .footer__accordion .accordion {
    border: none;
  }

  .footer__accordion .accordion__trigger {
    padding: 0;
    pointer-events: none;
  }

  .footer__accordion .accordion__chevron {
    display: none;
  }

  .footer__accordion .accordion__content {
    height: auto;
    visibility: visible;
    overflow: visible;
    display: block;
    opacity: 1;
  }

  .footer__heading {
    font-family: "OpenSans Light", Verdana, Tahomas, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #757575;
    margin: 0;
  }

  ul.footer__list {
    margin: 0;
  }

  .footer__shortcuts {
    display: block;
    flex: 1 0 auto;
    max-width: calc(100% - 75px);
  }

  .footer__social {
    padding: 0;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer__social:before {
    content: none;
  }

  .footer__social-text {
    display: none;
  }

  .footer__social-text:before {
    content: none;
  }

  .footer__social-links {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 75px;
    max-width: 75px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 35px;
  }

  .footer__social-link {
    margin-bottom: 10px;
  }
}

@media (min-width: 1220px) {
  .alert-banner__rich-text h1,
  .alert-banner__rich-text h2,
  .alert-banner__rich-text h3,
  .alert-banner__rich-text h4,
  .alert-banner__rich-text h5 {
    font-size: 46px;
  }

  .calendar-event__thumbnail-container {
    width: 140px;
    flex: 0 0 140px;
  }

  .calendar-event--open .calendar-event__thumbnail-container {
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }

  .calendar-event--open .calendar-event__thumbnail-container ~ .calendar-event__heading-text {
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }

  .cta:after {
    width: 92.333px;
  }

  .cta {
    font-size: 18px;
  }

  .employee-details__title p {
    font-size: 24px;
  }

  .employee-details__image-col {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 25%;
  }

  .employee-details__image-container {
    width: auto;
    height: auto;
  }

  .employee-details__image-container img {
    height: auto;
  }

  .employee-details__party {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .employee-details__footer:before {
    right: 25%;
  }
}

@media (min-width: 1540px) {
  .contact {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }

  .contact {
    top: 650px;
  }

  .contact--open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .contact__image-container {
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
  }

  .contact__header-text {
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.16);
  }

  .contact--open .contact__header-text {
    transition: box-shadow 0.1s ease-out 0.4s;
    box-shadow: none;
  }

  .contact__open-btn {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .contact__open-btn:focus {
    border: 1px dashed #007AB8;
  }

  .contact__open-btn-extra {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .arrow .spine {
    /* IE10+ CSS styles go here */
    fill-opacity: 1;
    opacity: 0;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  }

  .arrow--expanded .spine,
  .touchevents .arrow .spine,
  a:hover .arrow .spine,
  a:focus .arrow .spine,
  button:hover .arrow .spine,
  button:focus .arrow .spine,
  .employee__link:hover ~ .employee__content .arrow .spine,
  .employee__link:focus ~ .employee__content .arrow .spine {
    /* IE10+ CSS styles go here */
    opacity: 1;
  }

  .bigbox__content-container:hover ~ .col .bigbox__image-link img,
  .bigbox__content-container:focus-within ~ .col .bigbox__image-link img,
  .bigbox__image-link:focus img,
  .bigbox__image-link:hover img {
    /* IE10+ CSS styles go here */
    -webkit-transform: none;
            transform: none;
  }

  .employee__link:hover ~ .employee__image-container img,
  .employee__link:focus ~ .employee__image-container img {
    /* IE10+ CSS styles go here */
    -webkit-transform: none;
            transform: none;
  }

  .multibox__content:focus ~ .multibox__image-link img,
  .multibox__content:focus-within ~ .multibox__image-link img,
  .multibox__content:hover ~ .multibox__image-link img,
  .multibox__image-link:hover img,
  .multibox__image-link:focus img {
    /* IE10+ CSS styles go here */
    -webkit-transform: none;
            transform: none;
  }
}
/*# sourceMappingURL=main-subsite.min.css.map */


/*INFO BOX*/
ul.firstCol {
    float: left;
    padding: 0;
    margin: 5% 0;
    border-right: 2px solid white;
    width: 50%;
}

ul.secondCol {
    float: right;
    padding: 5% 0;
    margin: 0;
    width:50%;
}

.infoBoxLogo {
    width: 200px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.infoBox {
    color: #fff;
    background-color: var(--theme-content__primary-color--alternate);
}

    .infoBox .boxBasicStyle {
        padding: 2%;
        margin: 1% 5%;
        list-style-type: none;
        width: 90%;
    }

    .infoBox .boxBasicStyle ul {
        padding-left: 0;
    }

    .infoBox .boxBasicStyle ul li {
        list-style-type: none;
        width: 100%;
        float: left;
        margin: 5px;
    }

    .infoBox .boxBasicStyle ul li:before {
        content: none;
    }

    .infoBox .boxBasicStyle h4 {
        margin: 5px;
    }

    .infoBox .boxBasicStyle ul li .icon {
        background: white;
        border-radius: 100%;
        height: 60px;
        width: 60px;
        float: left;
        background-size: 70%;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .infoBox .boxBasicStyle ul li .icon img {
        height: auto;
        position: relative;
        left: auto;
        top: 20%;
        max-height: 25px;
        overflow: hidden;
    }

    .infoBox .boxBasicStyle ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        float: left;
        height: auto;
    }

    .infoBox .boxBasicStyle ul li a.iconLink, .infoBox .boxBasicStyle ul li .title:nth-of-type(n+2) {
        margin: 15px 0 0 0;
    }

    .infoBox .boxBorder {
        border: 1px solid #fff;
    }

    .infoBox .pullLeft {
        float: left;
    }

    .infoBox .pullRight {
        float: right;
    }

    .infoBox .hidden {
        display: none;
    }


/*--EMPLOYEE (item:person) begin--*/

.employee__title {
    font-family: "OpenSans Bold", Verdana, Tahomas, sans-serif;
    font-weight: 700;
}

.employee__link:hover ~ .employee__content .arrow,
.employee__link:focus ~ .employee__content .arrow {
    width: 40px;
    min-width: 40px;
}

    .employee__link:hover ~ .employee__content .arrow .spine,
    .employee__link:focus ~ .employee__content .arrow .spine {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        fill-opacity: 1;
    }

.employee-details {
    padding: 70px 0 30px;
    background: white;
}

.employee-details__breadcrumb {
    display: none;
}

.employee-details__box {
    position: relative;
    background: #EFF0F0;
}

.employee-details__header-content {
    padding: 20px 15px;
}

    .employee-details__header-content:before {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background: #D53F53;
        margin-bottom: 15px;
    }

.employee-details__headline {
    font-size: 26px;
    line-height: 32px;
    margin: 10px 0;
}

.employee-details__title p {
    margin: 0;
    font-size: 18px;
}

.employee-details__image-container {
    width: 100%;
    height: 100%;
}

    .employee-details__image-container img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

.employee-details__party {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.employee-details__footer {
    position: relative;
    z-index: 0;
    padding: 0 15px;
    color: white;
}

    .employee-details__footer:before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #666;
    }

.grid .employee-details__footer {
    justify-content: space-between;
}

.grid .employee-details__footer--single-col {
    justify-content: flex-start;
}

.employee-details__contact {
    padding: 30px 0;
}

.employee-details__contact-col:last-child {
    margin-top: 30px;
}

.employee-details__info {
    line-height: 2;
    margin: 0;
}

    .employee-details__info b {
        font-size: 18px;
    }

.employee-details__tel-link {
    color: inherit;
    text-decoration: none;
}

.no-touchevents .employee-details__tel-link:hover,
.no-touchevents .employee-details__tel-link:focus {
    text-decoration: underline;
}

.employee-details__link {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 10px 0;
    color: white;
    text-decoration: none;
}

    .employee-details__link span {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .employee-details__link .arrow svg {
        fill: white;
    }

.employee {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    transition: box-shadow 0.2s ease-out;
}

    .employee:hover,
    .employee:focus-within {
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    }

.employee__wrapper {
    height: 100%;
    padding-bottom: 60px;
}

.employee-container {
    position: relative;
}

section.employee-container:not(:last-child) {
    margin-bottom: 0;
}

.employee-container + .employee-container {
    margin-top: 0;
}

.employee-container .grid-container {
    padding-right: 0;
}

.employee__headline {
    font-size: 20px;
    margin: 0 0 10px;
}

.employee__image-container {
    position: relative;
    overflow: hidden;
}

    .employee__image-container:before {
        content: '';
        display: block;
        padding-top: 133.33333%;
    }

    .employee__image-container img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }

.employee__party {
    position: absolute;
    top: 35px;
    right: auto;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.employee__party-image {
    padding: 20px;
}

.employee__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: #EEEEEE;
}

    .employee__arrow .arrow {
        margin-right: 0;
    }

.employee__content {
    position: relative;
    flex: 1 0 auto;
    background: white;
    padding: 60px 20px 30px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

    .employee__content:before {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background: #D53F53;
        margin-bottom: 12px;
    }

.employee__name {
    margin: 0 0 10px;
    font-size: 16px;
}

.employee__title {
    margin: 0;
    font-size: 14px;
}

.employee__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

    .employee__link:after {
        content: '';
        height: 100px;
        width: 35px;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        margin-top: calc(100% * (4 / 3));
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }

    .employee__link:hover ~ .employee__image-container img,
    .employee__link:focus ~ .employee__image-container img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media (min-width: 480px) {
    .employee-details__contact {
        display: flex;
    }

    .employee-details__contact-col {
        flex: 1 1 50%;
        max-width: 50%;
    }

        .employee-details__contact-col:last-child {
            padding-left: 30px;
            margin: 0;
        }

    .employee__content {
        word-wrap: normal;
        overflow-wrap: normal;
    }
}

@media (min-width: 768px) {
    .employee-details {
        padding-top: 250px;
    }

    .employee-details__breadcrumb {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        min-height: 55px;
        display: flex;
        align-items: center;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

        .employee-details__breadcrumb:after {
            content: '';
            min-height: inherit;
            font-size: 0;
        }

    .employee-details__box {
        margin: 0 15px;
    }

    .employee-details__header-content {
        padding: 55px 30px 20px;
    }

    .employee-details__headline {
        font-size: 36px;
        line-height: 44px;
        margin: 22px 0 15px;
    }

    .employee-details__title p {
        font-size: 20px;
    }

    .employee-details__footer {
        padding: 0 30px;
    }

    .employee {
        margin-right: 0;
        margin-left: 35px;
    }

    .employee-container .grid-container {
        padding: 0 20px;
    }

    .employee__headline {
        margin-left: 35px;
    }

    .employee__party {
        top: 0;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

    .employee__content {
        padding: 30px 35px;
    }

    .employee__name {
        font-size: 18px;
        line-height: 22px;
    }

    .employee__title {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .employee-details__header-content {
        padding: 55px 0 40px;
    }

    .employee-details__header-content {
        padding-bottom: 55px;
    }

    .employee-details__headline {
        font-size: 46px;
        line-height: 56px;
    }

    .employee-details__title p {
        font-size: 22px;
    }

    .employee-details__party-wrapper {
        display: block;
        position: relative;
    }

    .employee-details__footer {
        padding: 0;
    }

    .employee-container .grid-container {
        padding: 0;
    }

    .employee__headline {
        font-size: 26px;
    }
}

@media (min-width: 1220px) {
    .employee-details__title p {
        font-size: 24px;
    }

    .employee-details__image-col {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        width: 25%;
    }

    .employee-details__image-container {
        width: auto;
        height: auto;
    }

        .employee-details__image-container img {
            height: auto;
        }

    .employee-details__party {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    .employee-details__footer:before {
        right: 25%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .employee__link:hover ~ .employee__content .arrow .spine,
    .employee__link:focus ~ .employee__content .arrow .spine {
        /* IE10+ CSS styles go here */
        opacity: 1;
    }

    .employee__link:hover ~ .employee__image-container img,
    .employee__link:focus ~ .employee__image-container img {
        /* IE10+ CSS styles go here */
        -webkit-transform: none;
        transform: none;
    }
}
/*--EMPLOYEE (item:person) end--*/





    .map-module__content-top {
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .map-module__content-top .module-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(238,238,238,0.8);
        height: 100%;
        width: 100%;
    }

    .map-module__content-top .module-overlay .btnContainer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }

.map-module__content-top .module-overlay .btnContainer .txt {
max-width: 400px;
text-align: left;
background-color: #ffff;
padding: 20px;
}

    .map-module__content-top .module-overlay .btnContainer .txt p {
        color: #000;
        margin: 0;
        padding: 0;
    }

        .map-module__content-top .module-overlay .btnContainer .btn {
            color: white;
            margin: 20px 0 20px;
            border: 0;
            background-color: #d53f53;
            height: 40px;
            padding: 0 30px;
            font-family: "OpenSans Bold", Verdana, Tahomas, sans-serif;
            font-weight: 700;
            font-size: 18px;
            box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.16);
            cursor: pointer;
        }

.map-module__content-top .module-overlay .btnContainer .btn p {
position: relative;
top: 50%;
transform: translateY(-50%);
}

        .map-module__content-top .module-overlay .btnContainer .page-cta a {
            cursor:pointer;
        }
        .map-module__content-top .module-overlay .btnContainer .page-cta a .btnTxt {
            width: initial;
        }

.contact__content h2 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}
