@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  -webkit-background-clip: content-box;
          background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=112.5em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857142857%;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #D4DADE;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0079C2;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 104.06, 166.84);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #D4DADE;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #D4DADE;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #ACB0B2;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F4F6F7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #ACB0B2;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #ACB0B2;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #D4DADE;
  background-color: #F4F6F7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #D4DADE;
  background-color: #F4F6F7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #ACB0B2;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0079C2;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: rgb(0, 102.85, 164.9);
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0079C2;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(0, 96.8, 155.2);
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #D4DADE;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(162.8894736842, 175.7421052632, 184.3105263158);
  color: #000000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #00A860;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(0, 134.4, 76.8);
  color: #000000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #EB5B3E;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(215.2901408451, 54.6591549296, 22.3098591549);
  color: #000000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #0079C2;
  color: #0079C2;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(0, 60.5, 97);
  color: rgb(0, 60.5, 97);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #0079C2;
  color: #0079C2;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(0, 60.5, 97);
  color: rgb(0, 60.5, 97);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #D4DADE;
  color: #D4DADE;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(94.2236842105, 111.3552631579, 122.7763157895);
  color: rgb(94.2236842105, 111.3552631579, 122.7763157895);
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #00A860;
  color: #00A860;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #005430;
  color: #005430;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #EB5B3E;
  color: #EB5B3E;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(134.5563380282, 34.161971831, 13.9436619718);
  color: rgb(134.5563380282, 34.161971831, 13.9436619718);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0079C2;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(0, 60.5, 97);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0079C2;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(0, 60.5, 97);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #D4DADE;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(94.2236842105, 111.3552631579, 122.7763157895);
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #00A860;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #005430;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #EB5B3E;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(134.5563380282, 34.161971831, 13.9436619718);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #0079C2;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0079C2;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #D4DADE;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #00A860;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #EB5B3E;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
          appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #D4DADE;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #ACB0B2;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #D4DADE;
          box-shadow: 0 0 5px #D4DADE;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F4F6F7;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #D4DADE;
}

:-ms-input-placeholder {
  color: #D4DADE;
}

::placeholder {
  color: #D4DADE;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #D4DADE;
  background: #F4F6F7;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #D4DADE;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #D4DADE;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28172, 176, 178%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #ACB0B2;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #D4DADE;
          box-shadow: 0 0 5px #D4DADE;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #F4F6F7;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #EB5B3E;
  background-color: rgb(253, 238.6, 235.7);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #EB5B3E;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #EB5B3E;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #EB5B3E;
}

.is-invalid-label {
  color: #EB5B3E;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #EB5B3E;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #F4F6F7;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0079C2;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #F4F6F7;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #F4F6F7;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #F4F6F7;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #F4F6F7;
}

.callout {
  background-color: white;
  color: #000000;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(207.6, 237.1639175258, 255);
  color: #000000;
}
.callout.secondary {
  background-color: rgb(248.55, 249.45, 250.05);
  color: #000000;
}
.callout.success {
  background-color: rgb(203.7, 255, 233.0142857143);
  color: #000000;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #000000;
}
.callout.alert {
  background-color: rgb(252, 230.4, 226.05);
  color: #000000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #ACB0B2;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #0079C2;
  color: #ffffff;
}
.menu .active > a {
  background: #0079C2;
  color: #ffffff;
}
.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
          box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #D4DADE;
  -webkit-box-shadow: 0 7px 0 #D4DADE, 0 14px 0 #D4DADE;
          box-shadow: 0 7px 0 #D4DADE, 0 14px 0 #D4DADE;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
          box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #ACB0B2;
  -webkit-box-shadow: 0 7px 0 #ACB0B2, 0 14px 0 #ACB0B2;
          box-shadow: 0 7px 0 #ACB0B2, 0 14px 0 #ACB0B2;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0079C2;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0079C2;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0079C2 transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0079C2 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #D4DADE;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0079C2 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #0079C2;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0079C2 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0079C2;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0079C2 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0079C2 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0079C2;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0079C2 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0079C2 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0079C2;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #D4DADE;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0079C2 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0079C2;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

@-webkit-keyframes navi-opacity {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 0;
    left: auto;
    right: 0;
    bottom: auto;
    top: 80px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navi-opacity {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 0;
    left: auto;
    right: 0;
    bottom: auto;
    top: 80px;
  }
  100% {
    opacity: 1;
  }
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: "Ingra-Light";
  src: url("../fonts/Ingra-Light.eot?#iefix");
  src: url("../fonts/Ingra-Light.eot?#iefix") format("eot"), url("../fonts/Ingra-Light.woff2") format("woff2"), url("../fonts/Ingra-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Ingra-UltraLight";
  src: url("../fonts/Ingra-UltraLight.eot?#iefix");
  src: url("../fonts/Ingra-UltraLight.eot?#iefix") format("eot"), url("../fonts/Ingra-UltraLight.woff2") format("woff2"), url("../fonts/Ingra-UltraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Ingra-Regular";
  src: url("../fonts/Ingra-Regular.eot?#iefix");
  src: url("../fonts/Ingra-Regular.eot?#iefix") format("eot"), url("../fonts/Ingra-Regular.woff2") format("woff2"), url("../fonts/Ingra-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Ingra-SemiBold";
  src: url("../fonts/Ingra-SemiBold.eot?#iefix");
  src: url("../fonts/Ingra-SemiBold.eot?#iefix") format("eot"), url("../fonts/Ingra-SemiBold.woff2") format("woff2"), url("../fonts/Ingra-SemiBold.woff") format("woff");
  font-display: swap;
}
img {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .layout-container {
    padding-left: 45px;
  }
}

.paragraph--type--bild-volle-breite,
.paragraph--type--einfaches-bild-volle-breite {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--bild-volle-breite .field_bild,
.paragraph--type--bild-volle-breite h2,
.paragraph--type--einfaches-bild-volle-breite .field_bild,
.paragraph--type--einfaches-bild-volle-breite h2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  .paragraph--type--bild-volle-breite .field_bild,
  .paragraph--type--bild-volle-breite h2,
  .paragraph--type--einfaches-bild-volle-breite .field_bild,
  .paragraph--type--einfaches-bild-volle-breite h2 {
    padding-left: 105px;
    padding-right: 105px;
  }
}

article.startseite .h1,
article.startseite .paragraph--type--text {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
article.startseite .h1 > *,
article.startseite .paragraph--type--text > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  article.startseite .h1 > *,
  article.startseite .paragraph--type--text > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-left: 105px;
    padding-right: 105px;
  }
}

.paragraph--type--text {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type--text > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  display: block;
}
@media screen and (min-width: 90em) {
  .paragraph--type--text > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-left: 105px;
    padding-right: 105px;
  }
}

.cookiehinweis {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  display: block;
}
@media screen and (min-width: 90em) {
  .cookiehinweis {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.paragraph--type--slideshow-volle-breite .wrapper,
.paragraph--type--video .wrapper {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--slideshow-volle-breite .wrapper .wrapper-inner,
.paragraph--type--video .wrapper .wrapper-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slideshow-volle-breite .wrapper .wrapper-inner,
  .paragraph--type--video .wrapper .wrapper-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--slideshow-volle-breite .wrapper .wrapper-inner,
  .paragraph--type--video .wrapper .wrapper-inner {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.paragraph--type--bilder-halbe-breite,
.paragraph--type--oeffnungszeiten,
.paragraph--type--slideshow-volle-breite,
.paragraph--type--video {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--kontakt > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--kontakt > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--kontakt > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 16.6666666667%;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (min-width: 112.5em) {
  .paragraph--type--kontakt > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 25%;
  }
}

.paragraph--type--newsletter .wrapper {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--newsletter .wrapper .wrapper-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.paragraph--type--teaser .grid-wrapper {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--teaser .grid-wrapper .field--name-field-teaser,
.paragraph--type--teaser .grid-wrapper .ueberschrift {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  .paragraph--type--teaser .grid-wrapper .field--name-field-teaser,
  .paragraph--type--teaser .grid-wrapper .ueberschrift {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--teaser .grid-wrapper .ueberschrift {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .grid-wrapper {
  max-width: 1920px;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .grid-wrapper .field--name-field-teaser {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slide article > div .wrapper-bild {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slide article > div .wrapper-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.paragraph--type--mitarbeiter,
.paragraph--type--mitarbeiter-nach-region {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--mitarbeiter .grid-wrapper,
.paragraph--type--mitarbeiter-nach-region .grid-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
#content-with-sidebar {
  max-width: 1600px;
  margin: auto;
}
#content-with-sidebar > .grid-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  #content-with-sidebar > .grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #content-with-sidebar > .grid-wrapper #content-with-sidebar-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%;
    padding-right: 105px;
  }
  #content-with-sidebar > .grid-wrapper #content-with-sidebar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (min-width: 90em) {
  #content-with-sidebar > .grid-wrapper {
    padding-left: 105px;
    padding-right: 105px;
  }
}
#content-with-sidebar > .grid-wrapper .paragraph > *,
#content-with-sidebar > .grid-wrapper .paragraph > .grid-wrapper > * {
  padding: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.kununu .grid-wrapper,
.paragraph--type--banner .grid-wrapper {
  max-width: 1600px;
  margin: auto;
}
.kununu .grid-wrapper .wrapper,
.paragraph--type--banner .grid-wrapper .wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  .kununu .grid-wrapper .wrapper,
  .paragraph--type--banner .grid-wrapper .wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 8.3333333333%;
    padding-left: 105px;
    padding-right: 105px;
  }
}

.paragraph--type--kacheln .grid-wrapper {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--kacheln .grid-wrapper .ueberschrift {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  .paragraph--type--kacheln .grid-wrapper .ueberschrift {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.paragraph--type--kacheln .grid-wrapper .field_kacheln {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  .paragraph--type--kacheln .grid-wrapper .field_kacheln {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-left: 8.3333333333%;
    padding-left: 105px;
    padding-right: 105px;
  }
}

.paragraph--type--icons .grid-wrapper {
  max-width: 1600px;
  margin: auto;
}
.paragraph--type--icons .grid-wrapper .field_icons,
.paragraph--type--icons .grid-wrapper .ueberschrift {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  .paragraph--type--icons .grid-wrapper .field_icons,
  .paragraph--type--icons .grid-wrapper .ueberschrift {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.view-immobilienbilder-immobilienbild_gross {
  max-width: 1600px;
  margin: auto;
}
@media print, screen and (min-width: 64em) {
  .view-immobilienbilder-immobilienbild_gross > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .view-immobilienbilder-immobilienbild_gross > div {
    padding-left: 105px;
    padding-right: 105px;
  }
}

#block-linkaktuelleimmobilien-2 {
  max-width: 1600px;
  margin: auto;
}
#block-linkaktuelleimmobilien-2 > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 90em) {
  #block-linkaktuelleimmobilien-2 > div {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.webform-confirmation {
  max-width: 1600px;
  margin: auto;
}
@media screen and (min-width: 90em) {
  .webform-confirmation {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.webform-confirmation > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.slick-wrapper {
  min-width: 100%;
  width: 0;
}

footer h1,
header h1,
main h1 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  footer h1,
  header h1,
  main h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
footer .realestate h1,
header .realestate h1,
main .realestate h1 {
  margin-bottom: 20px;
}
footer .h2,
footer h2,
footer h3.h2-style,
footer p.h2-style,
header .h2,
header h2,
header h3.h2-style,
header p.h2-style,
main .h2,
main h2,
main h3.h2-style,
main p.h2-style {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  footer .h2,
  footer h2,
  footer h3.h2-style,
  footer p.h2-style,
  header .h2,
  header h2,
  header h3.h2-style,
  header p.h2-style,
  main .h2,
  main h2,
  main h3.h2-style,
  main p.h2-style {
    font-size: 25px;
    line-height: 27px;
  }
}
footer .h3,
footer h3,
footer h2.h3-style,
footer p.h3-style,
header .h3,
header h3,
header h2.h3-style,
header p.h3-style,
main .h3,
main h3,
main h2.h3-style,
main p.h3-style {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  footer .h3,
  footer h3,
  footer h2.h3-style,
  footer p.h3-style,
  header .h3,
  header h3,
  header h2.h3-style,
  header p.h3-style,
  main .h3,
  main h3,
  main h2.h3-style,
  main p.h3-style {
    font-size: 20px;
    line-height: 22px;
  }
}
footer p.h2-style,
header p.h2-style,
main p.h2-style {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif !important;
  font-size: 28px !important;
  line-height: 30px !important;
}
@media print, screen and (max-width: 39.99875em) {
  footer p.h2-style,
  header p.h2-style,
  main p.h2-style {
    font-size: 25px !important;
    line-height: 27px !important;
  }
}
footer p.h3-style,
header p.h3-style,
main p.h3-style {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif !important;
  font-size: 22px !important;
  line-height: 24px !important;
}
@media print, screen and (max-width: 39.99875em) {
  footer p.h3-style,
  header p.h3-style,
  main p.h3-style {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
footer .description,
footer a,
footer label,
footer li,
footer p,
footer p > span,
footer td,
footer th,
header .description,
header a,
header label,
header li,
header p,
header p > span,
header td,
header th,
main .description,
main a,
main label,
main li,
main p,
main p > span,
main td,
main th {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  footer .description,
  footer a,
  footer label,
  footer li,
  footer p,
  footer p > span,
  footer td,
  footer th,
  header .description,
  header a,
  header label,
  header li,
  header p,
  header p > span,
  header td,
  header th,
  main .description,
  main a,
  main label,
  main li,
  main p,
  main p > span,
  main td,
  main th {
    font-size: 18px;
    line-height: 26px;
  }
}
footer .description strong,
footer a strong,
footer label strong,
footer li strong,
footer p strong,
footer p > span strong,
footer td strong,
footer th strong,
header .description strong,
header a strong,
header label strong,
header li strong,
header p strong,
header p > span strong,
header td strong,
header th strong,
main .description strong,
main a strong,
main label strong,
main li strong,
main p strong,
main p > span strong,
main td strong,
main th strong {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
}
footer li a:hover,
footer p a:hover,
header li a:hover,
header p a:hover,
main li a:hover,
main p a:hover {
  color: #00426C !important;
}
footer a,
header a,
main a {
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
  color: #0079C2;
}
footer a:hover,
header a:hover,
main a:hover {
  color: #00426C;
}
footer .paragraph ol li,
footer .paragraph ul li,
header .paragraph ol li,
header .paragraph ul li,
main .paragraph ol li,
main .paragraph ul li {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  footer .paragraph ol li,
  footer .paragraph ul li,
  header .paragraph ol li,
  header .paragraph ul li,
  main .paragraph ol li,
  main .paragraph ul li {
    font-size: 17px;
    line-height: 23px;
  }
}
footer .paragraph ol li,
footer .paragraph ul li,
header .paragraph ol li,
header .paragraph ul li,
main .paragraph ol li,
main .paragraph ul li {
  margin-bottom: 16px;
}
footer .paragraph ol li p,
footer .paragraph ul li p,
header .paragraph ol li p,
header .paragraph ul li p,
main .paragraph ol li p,
main .paragraph ul li p {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  footer .paragraph ol li p,
  footer .paragraph ul li p,
  header .paragraph ol li p,
  header .paragraph ul li p,
  main .paragraph ol li p,
  main .paragraph ul li p {
    font-size: 17px;
    line-height: 23px;
  }
}
footer .paragraph ul,
header .paragraph ul,
main .paragraph ul {
  list-style: none;
  margin-left: 23px;
  margin-bottom: 30px;
}
footer .paragraph ul li,
header .paragraph ul li,
main .paragraph ul li {
  position: relative;
}
footer .paragraph ul li:before,
header .paragraph ul li:before,
main .paragraph ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00426C;
  position: absolute;
  left: -23px;
  top: 6px;
}
strong a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
}

:focus {
  outline: 0;
}

:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
  border-radius: 2px;
}

a,
button,
i,
input,
select,
span,
td,
textarea,
th {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img:-moz-loading {
  visibility: hidden;
}

#tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
}
#tabs ul li a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #tabs ul li a {
    font-size: 15px;
    line-height: 21px;
  }
}
#tabs ul li a {
  display: block;
  color: #000000;
  background-color: #D4DADE;
  padding: 8px 12px;
}
#tabs ul li a.is-active {
  color: #ffffff;
  background-color: #0079C2;
}
#tabs ul li a:hover {
  background-color: #ACB0B2;
}

.is-b-loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  left: auto;
  top: auto;
  margin-left: 0;
  margin-top: 0;
  font-size: 0;
  z-index: 22;
  background: #f4f6f7;
}

/* Only animate when being visible. */
.is-b-loading.is-b-visible::before {
  z-index: 22;
  display: block;
  -webkit-animation: none;
  animation: none;
}

.toolbar-fixed #top-bar-container .sticky.is-stuck {
  margin-top: 39px !important;
}

.toolbar-horizontal.toolbar-tray-open #top-bar-container .sticky.is-stuck {
  margin-top: 75px !important;
}

header {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  header.menu-open #header-top {
    background: transparent;
  }
  header.menu-open #header-top #branding,
  header.menu-open #header-top #mobile-active-site {
    opacity: 0;
    visibility: hidden;
  }
  header.menu-open #header-top .hamburger span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #ffffff;
  }
  header.menu-open #header-top .hamburger span:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 0;
    background-color: #ffffff;
  }
  header.menu-open #header-top .hamburger span:after {
    opacity: 0;
    background-color: #ffffff;
  }
}
header #header-top {
  position: fixed;
  z-index: 51;
  top: 0;
  right: 0;
  height: 100px;
  width: 100%;
  max-width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(66.6667%, rgba(0, 0, 0, 0.2)), color-stop(66.6667%, transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 66.6667%, transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 66.6667%, transparent);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  header #header-top {
    width: calc(100% - 45px);
    height: 120px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  header #header-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 101;
  }
}
header #header-top .hamburger {
  width: 52px;
  min-width: 52px;
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all, 0.2s ease;
  transition: all, 0.2s ease;
}
@media print, screen and (min-width: 64em) {
  header #header-top .hamburger {
    display: none;
  }
}
header #header-top .hamburger span {
  display: block;
  height: 1px;
  width: 22px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #header-top .hamburger span:after,
header #header-top .hamburger span:before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #header-top .hamburger span:before {
  top: -7px;
}
header #header-top .hamburger span:after {
  bottom: -7px;
}
header #header-top #mobile-active-site {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media print, screen and (min-width: 64em) {
  header #header-top #mobile-active-site {
    display: none;
  }
}
@media print, screen and (max-width: 39.99875em) {
  header #header-top #mobile-active-site {
    display: none;
  }
}
header #header-top #mobile-active-site span {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  header #header-top #mobile-active-site span {
    font-size: 15px;
    line-height: 21px;
  }
}
header #header-top #mobile-active-site span {
  line-height: 50px;
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
header #header-top #navigation {
  margin-top: 20px;
  margin-left: 40px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media print, screen and (max-width: 63.99875em) {
  header #header-top #navigation {
    display: none;
  }
}
header #header-top #navigation #block-hauptnavigation h2 {
  display: none;
}
header #header-top #navigation #block-hauptnavigation ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
header #header-top #navigation #block-hauptnavigation ul li {
  margin-right: 32px;
}
header #header-top #navigation #block-hauptnavigation ul li a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  header #header-top #navigation #block-hauptnavigation ul li a {
    font-size: 15px;
    line-height: 21px;
  }
}
header #header-top #navigation #block-hauptnavigation ul li a {
  line-height: 50px;
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
  display: block;
}
header #header-top #navigation #block-hauptnavigation ul li:hover a {
  color: #0079C2;
}
header #header-top #branding {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  min-width: 160px;
}
header #header-top #branding #block-brandingderwebsite a {
  height: 60px;
  display: block;
  margin-top: 0;
  margin-right: 20px;
}
@media print, screen and (min-width: 64em) {
  header #header-top #branding #block-brandingderwebsite a {
    height: 80px;
    margin-top: 20px;
    margin-right: 40px;
  }
}
header #header-top #branding #block-brandingderwebsite a img {
  height: 100%;
  width: auto;
}
header #header-bottom {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 64em) {
  header #header-bottom {
    margin-bottom: 150px;
  }
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross {
  margin-bottom: -75px;
  margin-top: 150px;
}
@media print, screen and (min-width: 64em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross {
    margin-bottom: -90px;
    margin-top: 200px;
  }
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div > .rows-inner-wrapper {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div > .rows-inner-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div > .rows-inner-wrapper .views-field-field-bilder img {
  min-height: 250px;
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div > .rows-inner-wrapper .views-field-field-bilder img {
    height: 360px;
  }
}
@media screen and (min-width: 90em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div > .rows-inner-wrapper .views-field-field-bilder img {
    height: 470px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div .view-immobilienbilder-immobilienbild_klein {
    display: none;
  }
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div .view-immobilienbilder-immobilienbild_klein {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div .view-immobilienbilder-immobilienbild_klein .views-field-field-bilder img {
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div .view-immobilienbilder-immobilienbild_klein .views-field-field-bilder img {
    height: 180px;
  }
}
@media screen and (min-width: 90em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div .view-immobilienbilder-immobilienbild_klein .views-field-field-bilder img {
    height: 235px;
  }
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div footer {
    right: 15px;
  }
}
@media screen and (min-width: 90em) {
  header #header-bottom .view-immobilienbilder-immobilienbild_gross > div footer {
    right: 105px;
  }
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div footer .open-gallery {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 14px 20px 13px;
  background-color: #0079C2;
  color: #ffffff;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
header #header-bottom .view-immobilienbilder-immobilienbild_gross > div footer .open-gallery:hover {
  background-color: #ffffff;
  color: #0079C2;
}
header #stoerer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
}
header #stoerer.visible {
  opacity: 1;
  visibility: visible;
}
header #stoerer:not(.visible) {
  opacity: 0;
  visibility: hidden;
}
header #stoerer.cookieSaysShowBanner {
  display: block;
}
header #stoerer .stoerercontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  header #stoerer .stoerercontainer {
    top: 40%;
  }
}
@media print, screen and (min-width: 64em) {
  header #stoerer .stoerercontainer {
    padding-left: 45px;
  }
}
header #stoerer img {
  max-height: 100%;
  max-width: 90vw;
  min-width: 290px;
  object-fit: contain;
}
header #stoerer .mobileImage {
  width: 75vw;
}
@media print, screen and (min-width: 40em) {
  header #stoerer .mobileImage {
    display: none;
  }
}
header #stoerer .desktopImage {
  display: none;
}
@media print, screen and (min-width: 40em) {
  header #stoerer .desktopImage {
    display: block;
    min-width: 610px;
    width: calc(100vw - 50px);
  }
}
@media print, screen and (min-width: 64em) {
  header #stoerer .desktopImage {
    width: calc(100vw - 150px);
    max-width: 1920px;
  }
}
header #stoerer #closeBanner {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #EB5B3E;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
header #stoerer #closeBanner .closeX {
  position: relative;
  left: 5px;
}
header #stoerer #closeBanner span,
header #stoerer #closeBanner span:before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #stoerer #closeBanner span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #stoerer #closeBanner span:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
}

header.menu-open #header-top #navigation {
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
}
header.menu-open #header-bottom .paragraph--type--header .wrapper {
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
}

.adminimal-admin-toolbar #header-top {
  top: 39px;
}
.adminimal-admin-toolbar.toolbar-tray-open #header-top {
  top: 79px;
}

main {
  overflow: hidden;
  position: relative;
}

#content-with-sidebar #content-with-sidebar-left .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-left .field--name-title-text {
    font-size: 35px;
    line-height: 35px;
  }
}
#content-with-sidebar #content-with-sidebar-left .field--name-title-text {
  color: #0079C2;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article {
  position: relative;
  background-color: #00426C;
  margin-bottom: 20px;
  padding: 30px 20px;
  color: #ffffff;
  margin-top: 70px;
}
@media print, screen and (max-width: 63.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article {
    margin-top: 140px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_mitarbeiter .field_bild {
  margin: -100px 0 30px 60px;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_mitarbeiter .field--name-title-text {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_mitarbeiter .field--name-title-text {
    font-size: 15px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_mitarbeiter .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_text_sidebar p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_text_sidebar p {
    font-size: 15px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_text_sidebar a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_text_sidebar a {
    font-size: 15px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_text_sidebar a {
  color: #ffffff;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_text_sidebar a:hover {
  color: #0079C2 !important;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
  margin-top: 40px;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row > article .field_link a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter {
  position: relative;
  background-color: #00426C;
  margin-bottom: 20px;
  padding: 30px 20px;
  color: #ffffff;
  margin-top: 70px;
}
@media print, screen and (max-width: 63.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter {
    margin-top: 140px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_bild {
  margin: -100px 0 30px 60px;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field--name-title-text {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field--name-title-text {
    font-size: 15px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail p {
    font-size: 15px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
  margin-top: 40px;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper .views-element-container .views-row .views-field-field-mitarbeiter article.mitarbeiter .field_e_mail a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar {
  padding: 30px 20px;
  background-color: #0079C2;
  color: #ffffff;
  margin-bottom: 105px;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar h2 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar h2 {
    font-size: 17px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 2px solid #2F8CC3;
  color: #ffffff;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar ul {
  list-style: none;
  margin: 0;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar ul li {
  border-bottom: 2px solid #2F8CC3;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar ul li a {
  padding: 20px 35px 20px 20px;
  display: block;
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar ul li a {
    font-size: 15px;
    line-height: 21px;
  }
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar ul li a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
#content-with-sidebar #content-with-sidebar-right .scroll-wrapper #block-menu-sidebar ul li a:after {
  content: "";
  position: absolute;
  background-image: url("../images/Pfeil_negativ.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.node-type-realestate #content-with-sidebar #content-with-sidebar-right {
  display: block;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div, .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div > div, .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div > div > div, .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div > div > div > div, .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div > div > div > div > div, .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div > div > div > div > div > div, .node-type-realestate #content-with-sidebar #content-with-sidebar-right .scroll-wrapper > div #block-views-block-mitarbeiter-immobilie-mitarbeiter > div > div > div > div > div > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .finanzierungsrechner-form,
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .mitarbeiter {
    margin-bottom: 0 !important;
  }
  .node-type-realestate #content-with-sidebar #content-with-sidebar-right .mitarbeiter {
    margin-top: 70px !important;
  }
}

#block-finanzierungsrechner,
#block-finanzierungsrechner-landingpage {
  background-color: #00426C;
  padding: 30px 20px;
  margin-bottom: 75px;
}
@media print, screen and (min-width: 64em) {
  #block-finanzierungsrechner,
  #block-finanzierungsrechner-landingpage {
    margin-bottom: 105px;
  }
}
#block-finanzierungsrechner > h2,
#block-finanzierungsrechner-landingpage > h2 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  #block-finanzierungsrechner > h2,
  #block-finanzierungsrechner-landingpage > h2 {
    font-size: 17px;
    line-height: 21px;
  }
}
#block-finanzierungsrechner > h2,
#block-finanzierungsrechner-landingpage > h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
#block-finanzierungsrechner form,
#block-finanzierungsrechner-landingpage form {
  position: relative;
}
#block-finanzierungsrechner form .finanzierungsrechner-element,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element {
  position: relative;
}
#block-finanzierungsrechner form .finanzierungsrechner-element .form-item,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item {
  margin-bottom: 15px;
}
#block-finanzierungsrechner form .finanzierungsrechner-element .form-item label,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item label {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #block-finanzierungsrechner form .finanzierungsrechner-element .form-item label,
  #block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item label {
    font-size: 15px;
    line-height: 21px;
  }
}
#block-finanzierungsrechner form .finanzierungsrechner-element .form-item label,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item label {
  color: #ffffff;
  margin-bottom: 4px;
}
#block-finanzierungsrechner form .finanzierungsrechner-element .form-item input,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item input {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #block-finanzierungsrechner form .finanzierungsrechner-element .form-item input,
  #block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item input {
    font-size: 15px;
    line-height: 21px;
  }
}
#block-finanzierungsrechner form .finanzierungsrechner-element .form-item input,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .form-item input {
  color: #00426C;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  max-width: 100%;
  background: #ffffff;
  border-radius: 0;
}
#block-finanzierungsrechner form .finanzierungsrechner-element .suffix,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .suffix {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  #block-finanzierungsrechner form .finanzierungsrechner-element .suffix,
  #block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .suffix {
    font-size: 20px;
    line-height: 22px;
  }
}
#block-finanzierungsrechner form .finanzierungsrechner-element .suffix,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-element .suffix {
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 30px;
  margin: 0;
  background-color: #0079C2;
  color: #ffffff;
  text-align: center;
  cursor: default;
}
#block-finanzierungsrechner form #kreditrate,
#block-finanzierungsrechner-landingpage form #kreditrate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  margin-top: 25px;
}
#block-finanzierungsrechner form #kreditrate span,
#block-finanzierungsrechner-landingpage form #kreditrate span {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  #block-finanzierungsrechner form #kreditrate span,
  #block-finanzierungsrechner-landingpage form #kreditrate span {
    font-size: 18px;
    line-height: 26px;
  }
}
#block-finanzierungsrechner form #kreditrate span,
#block-finanzierungsrechner-landingpage form #kreditrate span {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
}
#block-finanzierungsrechner form #kreditrate span.label,
#block-finanzierungsrechner-landingpage form #kreditrate span.label {
  font-size: 16px !important;
  margin-right: 15px;
}
#block-finanzierungsrechner form #kreditrate span.value,
#block-finanzierungsrechner-landingpage form #kreditrate span.value {
  font-size: 18px !important;
  line-height: 26px !important;
}
#block-finanzierungsrechner form .finanzierungsrechner-throbber,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-throbber {
  position: absolute;
  bottom: 5px;
  left: 180px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 24px;
  height: 24px;
  background-image: url("../images/Lightness_rotate_36f_cw.gif");
  -webkit-background-size: contain;
          background-size: contain;
  display: none;
}
#block-finanzierungsrechner form .finanzierungsrechner-throbber.visible,
#block-finanzierungsrechner-landingpage form .finanzierungsrechner-throbber.visible {
  display: block;
}

#block-finanzierungsrechner-landingpage {
  padding: 35px 40px;
}

.webform-submission-form.kein-betreff .form-item textarea {
  height: 245px;
}
@media print, screen and (min-width: 64em) {
  .webform-submission-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 64em) {
  .webform-submission-form [data-drupal-selector=edit-links],
  .webform-submission-form [data-drupal-selector=edit-rechts] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 7.5px);
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.webform-submission-form .zurb-foundation-callout {
  display: none;
}
.webform-submission-form .form-item {
  margin-bottom: 15px;
}
.webform-submission-form .form-item .select2-selection,
.webform-submission-form .form-item input,
.webform-submission-form .form-item select,
.webform-submission-form .form-item textarea {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .webform-submission-form .form-item .select2-selection,
  .webform-submission-form .form-item input,
  .webform-submission-form .form-item select,
  .webform-submission-form .form-item textarea {
    font-size: 15px;
    line-height: 21px;
  }
}
.webform-submission-form .form-item .select2-selection,
.webform-submission-form .form-item input,
.webform-submission-form .form-item select,
.webform-submission-form .form-item textarea {
  color: #00426C;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  max-width: 100%;
  background: #ffffff;
  border-radius: 0;
}
.webform-submission-form .form-item.js-form-type-textarea {
  height: calc(100% - 80px);
}
.webform-submission-form .form-item.js-form-type-textarea div,
.webform-submission-form .form-item.js-form-type-textarea textarea {
  height: 100%;
}
.webform-submission-form .form-item.js-form-type-textarea.form-item--error {
  padding-bottom: 25px;
}
.webform-submission-form .form-item.form-item--error input::-webkit-input-placeholder,
.webform-submission-form .form-item.form-item--error textarea::-webkit-input-placeholder,
.webform-submission-form .form-item.form-item--error .select2-selection__rendered {
  color: #EB5B3E !important;
}
.webform-submission-form .form-item.form-item--error input:-ms-input-placeholder,
.webform-submission-form .form-item.form-item--error textarea:-ms-input-placeholder,
.webform-submission-form .form-item.form-item--error .select2-selection__rendered {
  color: #EB5B3E !important;
}
.webform-submission-form .form-item.form-item--error input::placeholder,
.webform-submission-form .form-item.form-item--error textarea::placeholder,
.webform-submission-form .form-item.form-item--error .select2-selection__rendered {
  color: #EB5B3E !important;
}
.webform-submission-form .form-item.form-item--error .checkbox-helper:before {
  border-color: #EB5B3E !important;
}
.webform-submission-form .form-item.form-item--error .form-item--error-message {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .webform-submission-form .form-item.form-item--error .form-item--error-message {
    font-size: 15px;
    line-height: 21px;
  }
}
.webform-submission-form .form-item.form-item--error .form-item--error-message {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
  color: #00426C;
  color: #EB5B3E;
}
.webform-submission-form .js-form-type-select {
  position: relative;
}
.webform-submission-form .js-form-item-empfaenger {
  display: none;
}
.webform-submission-form #edit-datenschutz {
  margin-top: 40px;
}
.webform-submission-form .checkboxes--wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 25px;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  position: relative;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox input {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-top: 2px;
  margin-right: 14px;
  opacity: 0;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox input:hover {
  cursor: pointer;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox input ~ .checkbox-helper {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  margin-top: 2px;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox input ~ .checkbox-helper:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: 2px solid #0079C2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox input ~ .checkbox-helper:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0079C2;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox input:checked ~ .checkbox-helper:after {
  opacity: 1;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox label p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .webform-submission-form .checkboxes--wrapper .js-form-type-checkbox label p {
    font-size: 15px;
    line-height: 21px;
  }
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox label p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0;
}
.webform-submission-form .checkboxes--wrapper .js-form-type-checkbox label:hover {
  cursor: pointer;
}
.webform-submission-form .checkboxes--wrapper.error > .fieldset-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.webform-submission-form .checkboxes--wrapper.error > .fieldset-wrapper .form-checkboxes {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.webform-submission-form .checkboxes--wrapper.error > .fieldset-wrapper .form-checkboxes .form-checkbox.error + .checkbox-helper:before {
  border-color: #EB5B3E !important;
}
.webform-submission-form .checkboxes--wrapper.error > .fieldset-wrapper div:not(.form-checkboxes) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .webform-submission-form .checkboxes--wrapper.error > .fieldset-wrapper div:not(.form-checkboxes) {
    font-size: 15px;
    line-height: 21px;
  }
}
.webform-submission-form .checkboxes--wrapper.error > .fieldset-wrapper div:not(.form-checkboxes) {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #EB5B3E;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-top: 4px;
}
.webform-submission-form .captcha {
  overflow: hidden;
  max-width: 100%;
}
.webform-submission-form .captcha .callout {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .webform-submission-form .captcha .callout {
    font-size: 15px;
    line-height: 21px;
  }
}
.webform-submission-form .captcha .callout {
  color: #EB5B3E;
  padding-right: 45px;
  margin-bottom: 5px;
}
.webform-submission-form .form-actions {
  width: 100%;
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.webform-submission-form .form-actions:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.webform-submission-form .form-actions:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.webform-submission-form .form-actions:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.webform-submission-form .form-actions {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
  padding: 0;
}
.webform-submission-form .form-actions:after {
  background-image: url("../images/Pfeil_negativ.svg");
  top: 15px;
}
.webform-submission-form .form-actions:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.webform-submission-form .form-actions:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.webform-submission-form .form-actions:hover .form-submit {
  color: #0079C2;
}
@media print, screen and (min-width: 64em) {
  .webform-submission-form .form-actions {
    margin-left: 100%;
    width: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.webform-submission-form .form-actions .form-submit {
  margin: 0;
  padding: 14px 70px 13px 20px;
  background-color: transparent;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  text-transform: uppercase;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}
.select2-container.select2-container--open .select2-selection > .select2-selection__arrow b {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.select2-container .select2-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-container .select2-selection > .select2-selection__rendered {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  color: #00426C;
  padding: 0;
}
.select2-container .select2-selection > .select2-selection__arrow {
  width: 30px;
  height: auto;
}
.select2-container .select2-selection > .select2-selection__arrow b {
  border: none;
  background: #ffffff !important;
  background-image: url("../images/Pfeil_blau.svg") !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  height: 12px;
  width: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  margin-bottom: 0;
  margin-top: 18px;
  left: auto;
  right: 20px;
}
.select2-container .select2-dropdown {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results {
  padding: 0;
  margin: 0;
  background-color: #F4F6F7;
}
.select2-container .select2-dropdown .select2-results li {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .select2-container .select2-dropdown .select2-results li {
    font-size: 15px;
    line-height: 21px;
  }
}
.select2-container .select2-dropdown .select2-results li {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  line-height: 16px;
  padding: 0 20px;
  margin-bottom: 24px;
  color: #00426C;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
.select2-container .select2-dropdown .select2-results li.select2-results__option--highlighted, .select2-container .select2-dropdown .select2-results li[aria-selected=true] {
  color: #0079C2;
  background: none;
}
.select2-container .select2-dropdown .select2-results li:first-child {
  margin-top: 20px;
}

.h1 h1 {
  color: #0079C2;
}

.slick-dots li:before {
  display: none !important;
}

.realestate .field_town {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate .field_town {
    font-size: 15px;
    line-height: 21px;
  }
}
.realestate .field_town {
  font-size: 14px;
  line-height: 20px;
  color: #ACB0B2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate .field_town {
    font-size: 12px;
  }
}
.realestate .h1 h1 {
  color: #00426C;
}
.realestate #realestate-details .youtube-container--responsive {
  position: relative;
  height: 0;
  overflow: visible;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}
.realestate #realestate-details .youtube-container--responsive .youtube-field-player {
  width: 100%;
  height: 100%;
  position: absolute;
}
.realestate #realestate-details .quickinfo {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .quickinfo {
    margin-bottom: 45px;
    margin-right: -25px;
  }
}
.realestate #realestate-details .quickinfo span {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate #realestate-details .quickinfo span {
    font-size: 18px;
    line-height: 26px;
  }
}
.realestate #realestate-details .quickinfo span {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #0079C2;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .quickinfo span {
    font-size: 16px;
    line-height: 19px;
    margin-right: 25px;
  }
}
.realestate #realestate-details .quickinfo span:before {
  content: "";
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .quickinfo span:before {
    width: 35px;
    height: 35px;
  }
}
.realestate #realestate-details .quickinfo span.nr {
  margin-right: 30px;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .quickinfo span.nr {
    margin-right: 50px;
  }
}
.realestate #realestate-details .quickinfo span.nr:before {
  background-image: url("../images/Icons_RGB_Haus_pos.svg");
}
.realestate #realestate-details .quickinfo span.preis {
  font-size: 20px;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .quickinfo span.preis {
    font-size: 22px;
  }
}
.realestate #realestate-details .quickinfo span.preis:before {
  display: none;
}
.realestate #realestate-details .summary {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate #realestate-details .summary {
    font-size: 18px;
    line-height: 26px;
  }
}
.realestate #realestate-details .summary {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .summary {
    margin-bottom: 120px;
  }
}
.realestate #realestate-details .accordion {
  list-style: none;
  margin-left: 0;
}
.realestate #realestate-details .accordion li {
  margin: 0;
  border: none;
  border-top: 2px solid #D4DADE;
}
.realestate #realestate-details .accordion li:before {
  display: none;
}
.realestate #realestate-details .accordion li:last-child {
  border-bottom: 2px solid #D4DADE;
}
.realestate #realestate-details .accordion li.is-active {
  background-color: #0079C2;
}
.realestate #realestate-details .accordion li.is-active .accordion-title {
  background-color: #0079C2 !important;
  color: #ffffff !important;
}
.realestate #realestate-details .accordion li.is-active .accordion-title:before {
  background-image: url("../images/Pfeil_nachoben_negativ.svg");
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.realestate #realestate-details .accordion li.is-active .accordion-content {
  background-color: #0079C2;
}
.realestate #realestate-details .accordion li.is-active .accordion-content * {
  color: #ffffff;
}
.realestate #realestate-details .accordion li .accordion-title {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate #realestate-details .accordion li .accordion-title {
    font-size: 17px;
    line-height: 23px;
  }
}
.realestate #realestate-details .accordion li .accordion-title {
  text-transform: uppercase;
  color: #0079C2;
  border: none;
  padding: 18px 60px 18px 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate #realestate-details .accordion li .accordion-title {
    padding: 18px 40px 18px 10px;
  }
}
.realestate #realestate-details .accordion li .accordion-title:focus {
  background-color: #ffffff;
}
.realestate #realestate-details .accordion li .accordion-title:active, .realestate #realestate-details .accordion li .accordion-title:hover {
  background-color: #0079C2;
  color: #ffffff !important;
}
.realestate #realestate-details .accordion li .accordion-title:active:before, .realestate #realestate-details .accordion li .accordion-title:hover:before {
  background-image: url("../images/Pfeil_nachoben_negativ.svg");
}
.realestate #realestate-details .accordion li .accordion-title:before {
  content: "";
  background-image: url("../images/Pfeil_nachoben_grau.svg");
  width: 18px;
  height: 12px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-image, -webkit-transform;
  transition-property: background-image, -webkit-transform;
  transition-property: background-image, transform;
  transition-property: background-image, transform, -webkit-transform;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.realestate #realestate-details .accordion li .accordion-content {
  border: none;
  padding: 0 30px 20px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate #realestate-details .accordion li .accordion-content {
    padding: 0 10px 20px;
  }
}
.realestate #realestate-details .accordion li .accordion-content * {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .realestate #realestate-details .accordion li .accordion-content * {
    font-size: 17px;
    line-height: 23px;
  }
}
.realestate #realestate-details .accordion li .accordion-content * {
  color: #0079C2;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color;
}
.realestate #realestate-details .accordion li .accordion-content * a {
  color: #00426C !important;
}
.realestate #realestate-details .accordion li .accordion-content *:last-child {
  margin-bottom: 0;
}
.realestate #realestate-details .accordion li .accordion-content table tbody tr td {
  padding-bottom: 10px;
}
.realestate #realestate-details .accordion li .accordion-content table tbody tr td:first-child {
  width: 120px;
}
@media print, screen and (min-width: 40em) {
  .realestate #realestate-details .accordion li .accordion-content table tbody tr td:first-child {
    width: 180px;
  }
}
@media screen and (min-width: 90em) {
  .realestate #realestate-details .accordion li .accordion-content table tbody tr td:first-child {
    width: 240px;
  }
}
.realestate #realestate-details .accordion li .accordion-content table tr:last-child td {
  padding-bottom: 0;
}

#block-linkaktuelleimmobilien-2 {
  margin-top: 50px;
  margin-bottom: 70px;
}
#block-linkaktuelleimmobilien-2 .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
#block-linkaktuelleimmobilien-2 .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#block-linkaktuelleimmobilien-2 .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
#block-linkaktuelleimmobilien-2 .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#block-linkaktuelleimmobilien-2 .field_link a {
  display: inline-block;
  border-color: #EB5B3E;
  background-color: #EB5B3E;
  color: #ffffff;
}
#block-linkaktuelleimmobilien-2 .field_link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#block-linkaktuelleimmobilien-2 .field_link a:hover {
  background-color: #ffffff;
  color: #EB5B3E;
  border-color: #EB5B3E;
}
#block-linkaktuelleimmobilien-2 .field_link a:hover:after {
  background-image: url("../images/Pfeil_orange.svg");
}
#block-linkaktuelleimmobilien-2 .field_icon {
  display: none;
}

.field_media_image_1 svg text {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-weight: bold;
}

.webform-confirmation .webform-confirmation__message {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .webform-confirmation .webform-confirmation__message {
    font-size: 18px;
    line-height: 26px;
  }
}
.webform-confirmation .webform-confirmation__message {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .webform-confirmation .webform-confirmation__message {
    margin-top: 120px;
  }
}
.webform-confirmation .webform-confirmation__back {
  margin-bottom: 200px;
}
.webform-confirmation .webform-confirmation__back a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.webform-confirmation .webform-confirmation__back a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.webform-confirmation .webform-confirmation__back a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.webform-confirmation .webform-confirmation__back a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.webform-confirmation .webform-confirmation__back a {
  display: inline-block;
}

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

#fixed-contact-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0079C2;
  background-image: url("../images/Icons_RGB_Beratung_neg.svg");
  -webkit-background-size: 24px 24px;
          background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}
@media print, screen and (min-width: 64em) {
  #fixed-contact-button {
    display: none;
  }
}
#fixed-contact-button:hover {
  cursor: pointer;
}
#fixed-contact-button.docked {
  position: absolute;
}

div#sliding-popup {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100% !important;
  width: 100%;
}
div#sliding-popup .eu-cookie-compliance-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0079C2;
  padding: 15px 20px 20px;
  max-width: calc(100% - 20px);
  width: 470px;
}
@media print, screen and (min-width: 40em) {
  div#sliding-popup .eu-cookie-compliance-banner {
    padding: 25px 30px 30px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories {
  display: none;
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories.visible {
  display: block;
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories .eu-cookie-compliance-category input {
  margin-bottom: 0;
  vertical-align: middle;
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories .eu-cookie-compliance-category input:hover {
  cursor: pointer;
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories .eu-cookie-compliance-category label {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories .eu-cookie-compliance-category label {
    font-size: 15px;
    line-height: 21px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories .eu-cookie-compliance-category label {
  margin-left: 0;
  padding-left: 8px;
}
div#sliding-popup .eu-cookie-compliance-banner #eu-cookie-compliance-categories .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
  margin-bottom: 15px;
  font-size: 13px;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content {
  max-width: 100%;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-text {
  max-width: 100%;
  display: block;
  float: none;
  margin: 0;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-text h2 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  div#sliding-popup .eu-cookie-compliance-banner #popup-text h2 {
    font-size: 17px;
    line-height: 21px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #popup-text h2 {
  margin-bottom: 15px;
  text-transform: none;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-text p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  div#sliding-popup .eu-cookie-compliance-banner #popup-text p {
    font-size: 15px;
    line-height: 21px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #popup-text p {
  line-height: 20px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: none;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button {
  background: none;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (max-width: 39.99875em) {
  div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button {
    padding: 14px 35px 13px 15px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .agree-button:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .cookie-settings,
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .decline-button {
  background: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .cookie-settings,
  div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .decline-button {
    font-size: 15px;
    line-height: 21px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .cookie-settings,
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .decline-button {
  color: #ffffff;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 20px;
  padding-top: 2px;
  margin-top: 16px;
}
@media print, screen and (max-width: 39.99875em) {
  div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .cookie-settings,
  div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .decline-button {
    margin-right: 15px;
  }
}
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .cookie-settings:hover,
div#sliding-popup .eu-cookie-compliance-banner #popup-buttons .decline-button:hover {
  text-decoration: underline;
  cursor: pointer;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  color: #0079C2 !important;
  -webkit-transition-property: color, background-color !important;
  transition-property: color, background-color !important;
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  margin-bottom: 8px !important;
  border: 1px solid #ffffff !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color: #0079C2 !important;
  color: #ffffff !important;
}

body.farbschema-assetmanagement .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-assetmanagement .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #463d75;
}
body.farbschema-assetmanagement .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-assetmanagement .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #463d75;
}
body.farbschema-baumanagement .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-baumanagement .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #b3322c;
}
body.farbschema-baumanagement .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-baumanagement .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #b3322c;
}
body.farbschema-hausverwaltung .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-hausverwaltung .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #8a3469;
}
body.farbschema-hausverwaltung .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-hausverwaltung .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #8a3469;
}
body.farbschema-immobilienbewertung .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-immobilienbewertung .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #706291;
}
body.farbschema-immobilienbewertung .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-immobilienbewertung .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #706291;
}
body.farbschema-immobilienmakler .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-immobilienmakler .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #da725f;
}
body.farbschema-immobilienmakler .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-immobilienmakler .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #da725f;
}
body.farbschema-arbeitsmaschinen .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-arbeitsmaschinen .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #0068aa;
}
body.farbschema-arbeitsmaschinen .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-arbeitsmaschinen .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #0068aa;
}
body.farbschema-fahrzeugflotte .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-fahrzeugflotte .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #376693;
}
body.farbschema-fahrzeugflotte .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-fahrzeugflotte .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #376693;
}
body.farbschema-flugzeuge_bahnen_schiffe .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-flugzeuge_bahnen_schiffe .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #39b4e1;
}
body.farbschema-flugzeuge_bahnen_schiffe .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-flugzeuge_bahnen_schiffe .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #39b4e1;
}
body.farbschema-immobilien .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-immobilien .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #78c5e9;
}
body.farbschema-immobilien .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-immobilien .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #78c5e9;
}
body.farbschema-kfz .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-kfz .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #205d8b;
}
body.farbschema-kfz .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-kfz .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #205d8b;
}
body.farbschema-maschinen_industrieanlagen .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-maschinen_industrieanlagen .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #0083c9;
}
body.farbschema-maschinen_industrieanlagen .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-maschinen_industrieanlagen .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #0083c9;
}
body.farbschema-kommunalleasing .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-kommunalleasing .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper, body.farbschema-medizin_gesundheitstechnik .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-medizin_gesundheitstechnik .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #00a4d9;
}
body.farbschema-kommunalleasing .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-kommunalleasing .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after, body.farbschema-medizin_gesundheitstechnik .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-medizin_gesundheitstechnik .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #00a4d9;
}
body.farbschema-seilbahnen .paragraph--type--header.paragraph--view-mode--header-klein .wrapper,
body.farbschema-seilbahnen .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #3499d5;
}
body.farbschema-seilbahnen .paragraph--type--header.paragraph--view-mode--header-klein .wrapper:after,
body.farbschema-seilbahnen .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  border-left-color: #3499d5;
}

#sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background-color: #0079C2;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 61;
}
@media print, screen and (max-width: 63.99875em) {
  #sidebar {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
#sidebar #sidebar-small {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sidebar #sidebar-small #slidearrow {
  margin-top: 40px;
  width: 13px;
  height: 20px;
  background-image: url("../images/Pfeil_negativ.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: 100%;
  -webkit-transform: translateX(calc(-100% - 16px));
          transform: translateX(calc(-100% - 16px));
  cursor: pointer;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media print, screen and (max-width: 63.99875em) {
  #sidebar #sidebar-small #slidearrow {
    display: none;
  }
}
#sidebar #sidebar-small > div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#sidebar #sidebar-small > div:last-child #block-sidebarmenu {
  position: absolute;
  bottom: 28px;
  right: 0;
  width: 45px;
  opacity: 1;
  -webkit-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}
#sidebar #sidebar-small > div:last-child #block-sidebarmenu > h2 {
  display: none;
}
#sidebar #sidebar-small > div:last-child #block-sidebarmenu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sidebar #sidebar-small > div:last-child #block-sidebarmenu .menu li a {
  width: 45px;
  padding: 12px 10px;
}
#sidebar #sidebar-slidein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 315px;
  top: 0;
  right: 0;
  top: 80px;
  height: calc(100% - 80px);
  padding: 0 25px 25px;
}
@media print, screen and (max-width: 63.99875em) {
  #sidebar #sidebar-slidein {
    overflow-y: scroll;
    width: 100%;
  }
}
#sidebar #sidebar-slidein #block-hauptnavigation-3 {
  margin-bottom: 30px;
  margin-top: 10px;
}
@media print, screen and (min-width: 64em) {
  #sidebar #sidebar-slidein #block-hauptnavigation-3 {
    display: none;
  }
}
#sidebar #sidebar-slidein #block-hauptnavigation-3 ul {
  list-style: none;
  margin: 0;
}
#sidebar #sidebar-slidein #block-hauptnavigation-3 ul li {
  margin-bottom: 10px;
}
#sidebar #sidebar-slidein #block-hauptnavigation-3 ul li a {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  #sidebar #sidebar-slidein #block-hauptnavigation-3 ul li a {
    font-size: 18px;
    line-height: 26px;
  }
}
#sidebar #sidebar-slidein #block-hauptnavigation-3 ul li a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px !important;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a {
  border-color: #EB5B3E;
  background-color: #EB5B3E;
  color: #ffffff;
  padding: 14px 30px 13px 15px;
  width: 220px;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
  right: 10px;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a:hover {
  background-color: #ffffff;
  color: #EB5B3E;
  border-color: #EB5B3E;
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_link a:hover:after {
  background-image: url("../images/Pfeil_orange.svg");
}
#sidebar #sidebar-slidein #block-linkaktuelleimmobilien .field_icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
#sidebar #sidebar-slidein #block-chatoffnentitel,
#sidebar #sidebar-slidein #block-telefonundemail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#sidebar #sidebar-slidein #block-chatoffnentitel > h2:first-child,
#sidebar #sidebar-slidein #block-telefonundemail > h2:first-child {
  display: none;
}
#sidebar #sidebar-slidein #block-chatoffnentitel .field_text h3,
#sidebar #sidebar-slidein #block-chatoffnentitel .field_text p,
#sidebar #sidebar-slidein #block-chatoffnentitel .field_text p a,
#sidebar #sidebar-slidein #block-telefonundemail .field_text h3,
#sidebar #sidebar-slidein #block-telefonundemail .field_text p,
#sidebar #sidebar-slidein #block-telefonundemail .field_text p a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  #sidebar #sidebar-slidein #block-chatoffnentitel .field_text h3,
  #sidebar #sidebar-slidein #block-chatoffnentitel .field_text p,
  #sidebar #sidebar-slidein #block-chatoffnentitel .field_text p a,
  #sidebar #sidebar-slidein #block-telefonundemail .field_text h3,
  #sidebar #sidebar-slidein #block-telefonundemail .field_text p,
  #sidebar #sidebar-slidein #block-telefonundemail .field_text p a {
    font-size: 15px;
    line-height: 21px;
  }
}
#sidebar #sidebar-slidein #block-chatoffnentitel .field_text h3,
#sidebar #sidebar-slidein #block-telefonundemail .field_text h3 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
#sidebar #sidebar-slidein #block-chatoffnentitel .field_text p:last-child,
#sidebar #sidebar-slidein #block-telefonundemail .field_text p:last-child {
  margin-bottom: 0;
}
#sidebar #sidebar-slidein #block-chatoffnentitel .field_icon,
#sidebar #sidebar-slidein #block-telefonundemail .field_icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a:after,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a:hover,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a:hover:after,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a {
  background-color: #0079C2;
  border-color: #2f8cc3;
  color: #ffffff;
  width: 220px;
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a:after,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a:hover,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a:hover {
  background-color: #ffffff;
  color: #0079C2;
  border-color: #0079C2;
}
#sidebar #sidebar-slidein #block-chatoffnen .field_link a:hover:after,
#sidebar #sidebar-slidein #block-linkberaterfinden .field_link a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
@media print, screen and (min-width: 64em) {
  #sidebar #sidebar-slidein #block-chatoffnen,
  #sidebar #sidebar-slidein #block-chatoffnentitel {
    display: none;
  }
}
#sidebar #sidebar-slidein #block-chatoffnentitel {
  margin-top: 30px;
  margin-bottom: 15px;
}
#sidebar #sidebar-slidein #block-chatoffnentitel p {
  color: #ffffff;
}
#sidebar.menu-open {
  width: 315px;
}
@media print, screen and (max-width: 63.99875em) {
  #sidebar.menu-open {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
#sidebar.menu-open #sidebar-small > div:last-child #block-sidebarmenu {
  opacity: 0;
}
#sidebar.menu-open #sidebar-small #slidearrow {
  -webkit-transform: translateX(calc(-100% - 16px)) rotate(180deg);
          transform: translateX(calc(-100% - 16px)) rotate(180deg);
}
#sidebar.menu-open #sidebar-slidein {
  opacity: 1;
  visibility: visible;
}
#sidebar.menu-open #sidebar-slidein a {
  color: #ffffff;
}

.gin--vertical-toolbar #sidebar {
  left: 66px;
  -webkit-transition: left, 0.15s, cubic-bezier(0.19, 1, 0.22, 1);
  transition: left, 0.15s, cubic-bezier(0.19, 1, 0.22, 1);
  top: 60px;
  height: calc(100% - 60px);
}
.gin--vertical-toolbar[data-toolbar-menu=open] #sidebar {
  left: 256px;
}
.gin--vertical-toolbar header #header-top {
  top: 60px;
  width: calc(100% - 110px);
  -webkit-transition: width, 0.15s, cubic-bezier(0.19, 1, 0.22, 1);
  transition: width, 0.15s, cubic-bezier(0.19, 1, 0.22, 1);
}
.gin--vertical-toolbar[data-toolbar-menu=open] header #header-top {
  width: calc(100% - 300px);
}

footer {
  background-color: #0079C2;
  color: #ffffff;
  padding: 45px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -1px;
}
@media print, screen and (min-width: 64em) {
  footer {
    padding: 45px 40px 45px 0;
  }
}
footer #footer-left {
  margin-right: 50px;
}
@media print, screen and (max-width: 63.99875em) {
  footer #footer-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
footer #footer-left .name {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-left .name {
    font-size: 17px;
    line-height: 21px;
  }
}
footer #footer-left .name {
  font-size: 15px;
  margin-bottom: 10px;
}
footer #footer-left .addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #footer-left .addresses .address {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-left .addresses .address {
    font-size: 15px;
    line-height: 21px;
  }
}
footer #footer-left .addresses .address {
  font-size: 13px;
  margin-right: 30px;
}
footer #footer-left .addresses .address:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 74.99875em) {
  footer #footer-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 40px;
  }
}
footer #footer-center nav > ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer #footer-center nav > ul li a {
  color: #ffffff;
  display: block;
}
footer #footer-center nav > ul > li {
  margin-right: 30px;
  margin-bottom: 20px;
}
footer #footer-center nav > ul > li:last-child {
  margin-right: 0;
}
footer #footer-center nav > ul > li > a {
  color: #ffffff;
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-center nav > ul > li > a {
    font-size: 17px;
    line-height: 21px;
  }
}
footer #footer-center nav > ul > li > a {
  font-size: 15px;
  margin-bottom: 10px;
}
footer #footer-center nav > ul > li > ul {
  list-style: none;
  margin: 0;
}
footer #footer-center nav > ul > li > ul > li a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-center nav > ul > li > ul > li a {
    font-size: 15px;
    line-height: 21px;
  }
}
footer #footer-center nav > ul > li > ul > li a {
  font-size: 13px;
  margin-right: 30px;
}
@media print, screen and (max-width: 74.99875em) {
  footer #footer-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
footer #footer-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
footer #footer-right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
footer #footer-right > div #block-footericons {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0;
}
footer #footer-right > div #block-footericons > h2 {
  display: none;
}
footer #footer-right > div #block-footericons .menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
footer #footer-right > div #block-footericons .menu li a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 0;
  margin-left: 15px;
}
footer #footer-right > div #block-fusszeile > h2 {
  display: none;
}
footer #footer-right > div #block-fusszeile > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-right: 112px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-right > div #block-fusszeile > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-right: 0;
    padding-bottom: 25px;
  }
}
footer #footer-right > div #block-fusszeile > ul li a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-right > div #block-fusszeile > ul li a {
    font-size: 15px;
    line-height: 21px;
  }
}
footer #footer-right > div #block-fusszeile > ul li a {
  font-size: 11px !important;
  color: #ffffff;
  margin-left: 20px;
  display: block;
}
footer #footer-right .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  footer #footer-right .copyright {
    font-size: 15px;
    line-height: 21px;
  }
}
footer #footer-right .copyright {
  font-size: 11px !important;
  color: #62aedb;
}

#block-views-block-header-slideshow .slick {
  position: relative;
}
#block-views-block-header-slideshow .slick .slick-slide {
  cursor: grab;
}
#block-views-block-header-slideshow .slick .slick-slide:active {
  cursor: grabbing;
}
#block-views-block-header-slideshow .slick .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
  height: 10px;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  #block-views-block-header-slideshow .slick .slick-dots {
    bottom: 30px;
    left: auto;
    right: 45px;
    width: auto;
  }
}
#block-views-block-header-slideshow .slick .slick-dots li {
  height: 20px;
  width: 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-views-block-header-slideshow .slick .slick-dots li button {
  opacity: 0.4;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  text-indent: 9999px;
  overflow: hidden;
}
#block-views-block-header-slideshow .slick .slick-dots li.slick-active button {
  opacity: 1;
  height: 11px;
  width: 11px;
}
#block-views-block-header-slideshow .slick .slick__arrow {
  display: none;
}
#block-views-block-header-slideshow .view-header-slideshow {
  position: relative;
}
#block-views-block-header-slideshow .view-header-slideshow .slider-pause {
  position: absolute;
  color: #ffffff;
  bottom: 11px;
  left: 30px;
  height: 20px;
  width: 20px;
  font-size: 14px;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  #block-views-block-header-slideshow .view-header-slideshow .slider-pause {
    bottom: 26px;
    left: auto;
    right: 20px;
  }
}

header .scrolldown {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../images/Pfeil_negativ.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media print, screen and (max-width: 63.99875em) {
  header .scrolldown {
    display: none;
  }
}

article.startseite .h1 h2 {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  article.startseite .h1 h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
article.startseite .h1 h2 {
  margin-bottom: 0;
  color: #0079C2;
}

.views-field-field-mitarbeiter article > div .field_bild,
.views-field-rendered-entity article > div .field_bild {
  margin-bottom: 40px;
}
.views-field-field-mitarbeiter article > div .field--name-title-text,
.views-field-rendered-entity article > div .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .views-field-field-mitarbeiter article > div .field--name-title-text,
  .views-field-rendered-entity article > div .field--name-title-text {
    font-size: 20px;
    line-height: 22px;
  }
}
.views-field-field-mitarbeiter article > div .field--name-title-text,
.views-field-rendered-entity article > div .field--name-title-text {
  color: #0079C2;
  margin-bottom: 30px;
}
.views-field-field-mitarbeiter article > div .field_e_mail,
.views-field-field-mitarbeiter article > div .field_position,
.views-field-field-mitarbeiter article > div .field_telefon,
.views-field-rendered-entity article > div .field_e_mail,
.views-field-rendered-entity article > div .field_position,
.views-field-rendered-entity article > div .field_telefon {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .views-field-field-mitarbeiter article > div .field_e_mail,
  .views-field-field-mitarbeiter article > div .field_position,
  .views-field-field-mitarbeiter article > div .field_telefon,
  .views-field-rendered-entity article > div .field_e_mail,
  .views-field-rendered-entity article > div .field_position,
  .views-field-rendered-entity article > div .field_telefon {
    font-size: 15px;
    line-height: 21px;
  }
}
.views-field-field-mitarbeiter article > div .field_e_mail,
.views-field-field-mitarbeiter article > div .field_position,
.views-field-field-mitarbeiter article > div .field_telefon,
.views-field-rendered-entity article > div .field_e_mail,
.views-field-rendered-entity article > div .field_position,
.views-field-rendered-entity article > div .field_telefon {
  line-height: 26px;
}
.views-field-field-mitarbeiter article > div .field_e_mail a,
.views-field-field-mitarbeiter article > div .field_telefon a,
.views-field-rendered-entity article > div .field_e_mail a,
.views-field-rendered-entity article > div .field_telefon a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .views-field-field-mitarbeiter article > div .field_e_mail a,
  .views-field-field-mitarbeiter article > div .field_telefon a,
  .views-field-rendered-entity article > div .field_e_mail a,
  .views-field-rendered-entity article > div .field_telefon a {
    font-size: 15px;
    line-height: 21px;
  }
}

.view-immobilien .views-exposed-form {
  margin: 35px 20px;
}
@media print, screen and (min-width: 64em) {
  .view-immobilien .views-exposed-form {
    margin: 70px 50px;
  }
}
.view-immobilien .views-exposed-form .form-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-exposed-form .form-radios {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 40em) {
  .view-immobilien .views-exposed-form .form-radios {
    border-bottom: 2px solid #D4DADE;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-exposed-form .form-radios .js-form-type-radio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.view-immobilien .views-exposed-form .form-radios .js-form-type-radio input {
  display: none;
}
.view-immobilien .views-exposed-form .form-radios .js-form-type-radio .option {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-exposed-form .form-radios .js-form-type-radio .option {
    font-size: 25px;
    line-height: 27px;
  }
}
.view-immobilien .views-exposed-form .form-radios .js-form-type-radio .option {
  margin: 0;
  padding-bottom: 12px;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
@media print, screen and (min-width: 40em) {
  .view-immobilien .views-exposed-form .form-radios .js-form-type-radio .option {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
    line-height: 28px;
  }
}
@media print, screen and (min-width: 64em) {
  .view-immobilien .views-exposed-form .form-radios .js-form-type-radio .option {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 30px;
  }
}
.view-immobilien .views-exposed-form .form-radios .js-form-type-radio .option:hover {
  color: #0079C2;
}
.view-immobilien .views-exposed-form .form-radios .js-form-type-radio input[checked=checked] ~ .option {
  color: #EB5B3E;
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-exposed-form .form-radios .js-form-type-radio input[checked=checked] ~ .option {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 40em) {
  .view-immobilien .views-exposed-form .form-radios .js-form-type-radio input[checked=checked] ~ .option {
    border-bottom: 8px solid #EB5B3E;
    margin-bottom: -2px;
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 70px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 7.5px);
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 10px);
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 15px;
  }
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field {
  padding: 0 20px;
}
@media screen and (min-width: 75em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field {
    padding: 0 35px;
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-bilder {
  padding: 0 !important;
  margin-bottom: 35px;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-town .field-content {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-town .field-content {
    font-size: 15px;
    line-height: 21px;
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-town .field-content {
  color: #ACB0B2;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-bottom: 25px;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-title .field-content a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-title .field-content a {
    font-size: 20px;
    line-height: 22px;
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-title .field-content a {
  margin-bottom: 25px;
  color: #0079C2;
  display: block;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-summary p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-summary p {
    font-size: 15px;
    line-height: 21px;
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node {
  position: absolute;
  left: 20px;
  top: 0;
  padding: 0 !important;
  margin-top: calc(100% - 70px);
}
@media screen and (min-width: 75em) {
  .view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node {
    left: 50px;
    margin-top: calc(100% - 100px);
  }
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-view-node .field-content a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .immobilien-card-link:hover ~ .views-field-view-node .field-content a,
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-title:hover ~ .views-field-view-node .field-content a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .immobilien-card-link:hover ~ .views-field-view-node .field-content a:after,
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-title:hover ~ .views-field-view-node .field-content a:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  pointer-events: none;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-type .field-content div {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  padding: 16px 20px 15px;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-type .field-content div.kaufen {
  background-color: #00426C;
}
.view-immobilien .views-infinite-scroll-content-wrapper .rows-inner-wrapper .views-row .views-field-field-type .field-content div.mieten {
  background-color: #EB5B3E;
}
.view-immobilien .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.view-immobilien .pager .pager__item {
  margin-bottom: 0;
}
.view-immobilien .pager .pager__item:before {
  display: none;
}
.view-immobilien .pager .pager__item .button {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.view-immobilien .pager .pager__item .button:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.view-immobilien .pager .pager__item .button:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.view-immobilien .pager .pager__item .button:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.view-immobilien .pager .pager__item .button {
  margin-bottom: 0;
}
.view-immobilien .pager .pager__item .button:hover {
  color: #ffffff !important;
}

.paragraph {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 40em) {
  .paragraph {
    margin-bottom: 105px;
  }
}

.paragraph--type--einfaches-bild-volle-breite + .paragraph--type--text {
  margin-top: -50px;
}

.paragraph--type--header {
  position: relative;
  margin-bottom: 0;
  height: 100vh;
}
.paragraph--type--header .field_headerbild img {
  height: 100vh;
  object-fit: cover;
}
.paragraph--type--header .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 66, 108, 0.95);
  padding: 30px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--header .wrapper {
    bottom: 105px;
    left: 105px;
    width: 390px;
    height: 390px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--header .wrapper {
    padding-bottom: 50px;
  }
}
.paragraph--type--header .wrapper .field_text,
.paragraph--type--header .wrapper .field_text p {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 33px;
  line-height: 33px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--header .wrapper .field_text,
  .paragraph--type--header .wrapper .field_text p {
    font-size: 29px;
    line-height: 29px;
  }
}
.paragraph--type--header .wrapper .field_text,
.paragraph--type--header .wrapper .field_text p {
  font-size: 30px;
  font-family: "Ingra-UltraLight";
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0;
}
.paragraph--type--header .wrapper .field_text strong,
.paragraph--type--header .wrapper .field_text p strong {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
}
.paragraph--type--header .wrapper .field_link {
  width: 220px;
  margin-top: 25px;
}
.paragraph--type--header .wrapper .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--header .wrapper .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--header .wrapper .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--header .wrapper .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--header .wrapper .field_link a {
  background-color: transparent;
  color: #ffffff;
}
.paragraph--type--header .wrapper .field_link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--header .wrapper .field_link a:hover {
  background-color: #ffffff;
  color: #0079C2;
}
.paragraph--type--header .wrapper .field_link a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.paragraph--type--header.paragraph--view-mode--header-klein .wrapper {
  background-color: #00426C;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--header.paragraph--view-mode--header-klein .wrapper {
    bottom: -30px;
    width: 290px;
    height: 290px;
  }
}

.paragraph--type--header-startseite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100dvh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .paragraph--type--header-startseite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 640px) and (orientation: landscape) {
  .paragraph--type--header-startseite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type--header-startseite .left,
.paragraph--type--header-startseite .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-height: 0;
  position: relative;
}
.paragraph--type--header-startseite .left .field_bild_1,
.paragraph--type--header-startseite .left .field_bild_2,
.paragraph--type--header-startseite .right .field_bild_1,
.paragraph--type--header-startseite .right .field_bild_2 {
  height: 100%;
  width: 100%;
  position: relative;
}
.paragraph--type--header-startseite .left .field_bild_1:after,
.paragraph--type--header-startseite .left .field_bild_2:after,
.paragraph--type--header-startseite .right .field_bild_1:after,
.paragraph--type--header-startseite .right .field_bild_2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.paragraph--type--header-startseite .left .field_bild_1 div,
.paragraph--type--header-startseite .left .field_bild_1 picture,
.paragraph--type--header-startseite .left .field_bild_2 div,
.paragraph--type--header-startseite .left .field_bild_2 picture,
.paragraph--type--header-startseite .right .field_bild_1 div,
.paragraph--type--header-startseite .right .field_bild_1 picture,
.paragraph--type--header-startseite .right .field_bild_2 div,
.paragraph--type--header-startseite .right .field_bild_2 picture {
  height: 100%;
  width: 100%;
}
.paragraph--type--header-startseite .left .field_bild_1 img,
.paragraph--type--header-startseite .left .field_bild_2 img,
.paragraph--type--header-startseite .right .field_bild_1 img,
.paragraph--type--header-startseite .right .field_bild_2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.paragraph--type--header-startseite .left .textbox,
.paragraph--type--header-startseite .right .textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background-color: #0079C2;
  min-width: 280px;
  width: calc(100% - 80px);
  max-width: 450px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
}
.paragraph--type--header-startseite .left .textbox.textbox-rechts,
.paragraph--type--header-startseite .right .textbox.textbox-rechts {
  background-color: #00426C;
}
@media screen and (min-width: 768px) {
  .paragraph--type--header-startseite .left .textbox,
  .paragraph--type--header-startseite .right .textbox {
    top: 75%;
    min-width: 300px;
    left: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .paragraph--type--header-startseite .left .textbox,
  .paragraph--type--header-startseite .right .textbox {
    top: 60%;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--header-startseite .left .textbox,
  .paragraph--type--header-startseite .right .textbox {
    top: 75%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .textbox.textbox-links,
  .paragraph--type--header-startseite .right .textbox.textbox-links {
    margin-top: 30px;
  }
  .paragraph--type--header-startseite .left .textbox.textbox-rechts,
  .paragraph--type--header-startseite .right .textbox.textbox-rechts {
    margin-top: -30px;
  }
}
.paragraph--type--header-startseite .left .field_linker_titel,
.paragraph--type--header-startseite .left .field_rechter_titel,
.paragraph--type--header-startseite .right .field_linker_titel,
.paragraph--type--header-startseite .right .field_rechter_titel {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_titel,
  .paragraph--type--header-startseite .left .field_rechter_titel,
  .paragraph--type--header-startseite .right .field_linker_titel,
  .paragraph--type--header-startseite .right .field_rechter_titel {
    font-size: 35px;
    line-height: 35px;
  }
}
.paragraph--type--header-startseite .left .field_linker_titel,
.paragraph--type--header-startseite .left .field_rechter_titel,
.paragraph--type--header-startseite .right .field_linker_titel,
.paragraph--type--header-startseite .right .field_rechter_titel {
  color: #ffffff;
  margin: 0 0 15px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_titel,
  .paragraph--type--header-startseite .left .field_rechter_titel,
  .paragraph--type--header-startseite .right .field_linker_titel,
  .paragraph--type--header-startseite .right .field_rechter_titel {
    font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase;
  }
}
@media print, screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_titel,
  .paragraph--type--header-startseite .left .field_rechter_titel,
  .paragraph--type--header-startseite .right .field_linker_titel,
  .paragraph--type--header-startseite .right .field_rechter_titel {
    font-size: 29px;
    line-height: 29px;
  }
}
@media print and (orientation: landscape), screen and (min-width: 40em) and (max-width: 63.99875em) and (orientation: landscape) {
  .paragraph--type--header-startseite .left .field_linker_titel,
  .paragraph--type--header-startseite .left .field_rechter_titel,
  .paragraph--type--header-startseite .right .field_linker_titel,
  .paragraph--type--header-startseite .right .field_rechter_titel {
    font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase;
  }
}
@media print and (orientation: landscape), screen and (min-width: 40em) and (max-width: 63.99875em) and (orientation: landscape) and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_titel,
  .paragraph--type--header-startseite .left .field_rechter_titel,
  .paragraph--type--header-startseite .right .field_linker_titel,
  .paragraph--type--header-startseite .right .field_rechter_titel {
    font-size: 29px;
    line-height: 29px;
  }
}
.paragraph--type--header-startseite .left .field_linker_text,
.paragraph--type--header-startseite .left .field_rechter_text,
.paragraph--type--header-startseite .right .field_linker_text,
.paragraph--type--header-startseite .right .field_rechter_text {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_text,
  .paragraph--type--header-startseite .left .field_rechter_text,
  .paragraph--type--header-startseite .right .field_linker_text,
  .paragraph--type--header-startseite .right .field_rechter_text {
    font-size: 18px;
    line-height: 26px;
  }
}
.paragraph--type--header-startseite .left .field_linker_text,
.paragraph--type--header-startseite .left .field_rechter_text,
.paragraph--type--header-startseite .right .field_linker_text,
.paragraph--type--header-startseite .right .field_rechter_text {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_text,
  .paragraph--type--header-startseite .left .field_rechter_text,
  .paragraph--type--header-startseite .right .field_linker_text,
  .paragraph--type--header-startseite .right .field_rechter_text {
    font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
}
@media print, screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_text,
  .paragraph--type--header-startseite .left .field_rechter_text,
  .paragraph--type--header-startseite .right .field_linker_text,
  .paragraph--type--header-startseite .right .field_rechter_text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media print and (orientation: landscape), screen and (min-width: 40em) and (max-width: 63.99875em) and (orientation: landscape) {
  .paragraph--type--header-startseite .left .field_linker_text,
  .paragraph--type--header-startseite .left .field_rechter_text,
  .paragraph--type--header-startseite .right .field_linker_text,
  .paragraph--type--header-startseite .right .field_rechter_text {
    font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
}
@media print and (orientation: landscape), screen and (min-width: 40em) and (max-width: 63.99875em) and (orientation: landscape) and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .left .field_linker_text,
  .paragraph--type--header-startseite .left .field_rechter_text,
  .paragraph--type--header-startseite .right .field_linker_text,
  .paragraph--type--header-startseite .right .field_rechter_text {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--header-startseite .left .field_rechter_link a,
.paragraph--type--header-startseite .left .field_linker_link a,
.paragraph--type--header-startseite .left .field_rechter_link_2 a,
.paragraph--type--header-startseite .left .field_linker_link_2 a,
.paragraph--type--header-startseite .right .field_rechter_link a,
.paragraph--type--header-startseite .right .field_linker_link a,
.paragraph--type--header-startseite .right .field_rechter_link_2 a,
.paragraph--type--header-startseite .right .field_linker_link_2 a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--header-startseite .left .field_rechter_link a:after,
.paragraph--type--header-startseite .left .field_linker_link a:after,
.paragraph--type--header-startseite .left .field_rechter_link_2 a:after,
.paragraph--type--header-startseite .left .field_linker_link_2 a:after,
.paragraph--type--header-startseite .right .field_rechter_link a:after,
.paragraph--type--header-startseite .right .field_linker_link a:after,
.paragraph--type--header-startseite .right .field_rechter_link_2 a:after,
.paragraph--type--header-startseite .right .field_linker_link_2 a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--header-startseite .left .field_rechter_link a:hover,
.paragraph--type--header-startseite .left .field_linker_link a:hover,
.paragraph--type--header-startseite .left .field_rechter_link_2 a:hover,
.paragraph--type--header-startseite .left .field_linker_link_2 a:hover,
.paragraph--type--header-startseite .right .field_rechter_link a:hover,
.paragraph--type--header-startseite .right .field_linker_link a:hover,
.paragraph--type--header-startseite .right .field_rechter_link_2 a:hover,
.paragraph--type--header-startseite .right .field_linker_link_2 a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--header-startseite .left .field_rechter_link a:hover:after,
.paragraph--type--header-startseite .left .field_linker_link a:hover:after,
.paragraph--type--header-startseite .left .field_rechter_link_2 a:hover:after,
.paragraph--type--header-startseite .left .field_linker_link_2 a:hover:after,
.paragraph--type--header-startseite .right .field_rechter_link a:hover:after,
.paragraph--type--header-startseite .right .field_linker_link a:hover:after,
.paragraph--type--header-startseite .right .field_rechter_link_2 a:hover:after,
.paragraph--type--header-startseite .right .field_linker_link_2 a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--header-startseite .left .field_rechter_link a,
.paragraph--type--header-startseite .left .field_linker_link a,
.paragraph--type--header-startseite .left .field_rechter_link_2 a,
.paragraph--type--header-startseite .left .field_linker_link_2 a,
.paragraph--type--header-startseite .right .field_rechter_link a,
.paragraph--type--header-startseite .right .field_linker_link a,
.paragraph--type--header-startseite .right .field_rechter_link_2 a,
.paragraph--type--header-startseite .right .field_linker_link_2 a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
  font-size: 13px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--header-startseite .left .field_rechter_link a,
  .paragraph--type--header-startseite .left .field_linker_link a,
  .paragraph--type--header-startseite .left .field_rechter_link_2 a,
  .paragraph--type--header-startseite .left .field_linker_link_2 a,
  .paragraph--type--header-startseite .right .field_rechter_link a,
  .paragraph--type--header-startseite .right .field_linker_link a,
  .paragraph--type--header-startseite .right .field_rechter_link_2 a,
  .paragraph--type--header-startseite .right .field_linker_link_2 a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--header-startseite .left .field_rechter_link a,
  .paragraph--type--header-startseite .left .field_linker_link a,
  .paragraph--type--header-startseite .left .field_rechter_link_2 a,
  .paragraph--type--header-startseite .left .field_linker_link_2 a,
  .paragraph--type--header-startseite .right .field_rechter_link a,
  .paragraph--type--header-startseite .right .field_linker_link a,
  .paragraph--type--header-startseite .right .field_rechter_link_2 a,
  .paragraph--type--header-startseite .right .field_linker_link_2 a {
    font-size: 16px;
  }
}
.paragraph--type--header-startseite .left .field_rechter_link a:after,
.paragraph--type--header-startseite .left .field_linker_link a:after,
.paragraph--type--header-startseite .left .field_rechter_link_2 a:after,
.paragraph--type--header-startseite .left .field_linker_link_2 a:after,
.paragraph--type--header-startseite .right .field_rechter_link a:after,
.paragraph--type--header-startseite .right .field_linker_link a:after,
.paragraph--type--header-startseite .right .field_rechter_link_2 a:after,
.paragraph--type--header-startseite .right .field_linker_link_2 a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--header-startseite .left .field_rechter_link a:hover,
.paragraph--type--header-startseite .left .field_linker_link a:hover,
.paragraph--type--header-startseite .left .field_rechter_link_2 a:hover,
.paragraph--type--header-startseite .left .field_linker_link_2 a:hover,
.paragraph--type--header-startseite .right .field_rechter_link a:hover,
.paragraph--type--header-startseite .right .field_linker_link a:hover,
.paragraph--type--header-startseite .right .field_rechter_link_2 a:hover,
.paragraph--type--header-startseite .right .field_linker_link_2 a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.paragraph--type--header-startseite .left .field_rechter_link a:hover:after,
.paragraph--type--header-startseite .left .field_linker_link a:hover:after,
.paragraph--type--header-startseite .left .field_rechter_link_2 a:hover:after,
.paragraph--type--header-startseite .left .field_linker_link_2 a:hover:after,
.paragraph--type--header-startseite .right .field_rechter_link a:hover:after,
.paragraph--type--header-startseite .right .field_linker_link a:hover:after,
.paragraph--type--header-startseite .right .field_rechter_link_2 a:hover:after,
.paragraph--type--header-startseite .right .field_linker_link_2 a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.paragraph--type--header-startseite .left .field_linker_link_2,
.paragraph--type--header-startseite .left .field_rechter_link_2,
.paragraph--type--header-startseite .right .field_linker_link_2,
.paragraph--type--header-startseite .right .field_rechter_link_2 {
  margin-top: 15px;
}
.paragraph--type--header-startseite .left .field_linker_link_2 a,
.paragraph--type--header-startseite .left .field_linker_link a,
.paragraph--type--header-startseite .right .field_linker_link_2 a,
.paragraph--type--header-startseite .right .field_linker_link a {
  background-color: #00426C;
  border-color: #00426C;
}
.paragraph--type--header-startseite .left .field_linker_link_2 a:hover,
.paragraph--type--header-startseite .left .field_linker_link a:hover,
.paragraph--type--header-startseite .right .field_linker_link_2 a:hover,
.paragraph--type--header-startseite .right .field_linker_link a:hover {
  color: #00426C;
}
.paragraph--type--header-startseite .left .field_linker_link a:before,
.paragraph--type--header-startseite .right .field_linker_link a:before {
  display: inline-block;
  content: "";
  background-image: url("../images/Icons_RGB_AktuelleImmobilien_neg.svg");
  width: 19px;
  height: 19px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
  margin-left: -1px;
  -webkit-transition: background-image, 0.2s;
  transition: background-image, 0.2s;
}
.paragraph--type--header-startseite .left .field_linker_link a:hover:before,
.paragraph--type--header-startseite .right .field_linker_link a:hover:before {
  background-image: url("../images/Icons_RGB_Haus_pos-darkblue.svg");
}
.paragraph--type--header-startseite .ueberschrift-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .paragraph--type--header-startseite .ueberschrift-wrapper {
    display: block;
    z-index: 5;
    position: absolute;
    top: calc(75% - 200px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 36px;
    width: calc(100% - 80px);
  }
  .paragraph--type--header-startseite .ueberschrift-wrapper .field_ueberschrift_startseite {
    font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 4px;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .ueberschrift-wrapper .field_ueberschrift_startseite {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--header-startseite .ueberschrift-wrapper .field_unterueberschrift {
    font-family: "Ingra-Light";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 39.99875em) {
  .paragraph--type--header-startseite .ueberschrift-wrapper .field_unterueberschrift {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .paragraph--type--header-startseite .ueberschrift-wrapper {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--header-startseite .ueberschrift-wrapper {
    display: block;
  }
}
.paragraph--type--header-startseite .scrolldown {
  display: block;
}

.paragraph--type--text h2,
.paragraph--type--text h3.h2-style {
  color: #00426C;
}
.paragraph--type--text h3,
.paragraph--type--text h2.h3-style {
  color: #0079C2;
}
.paragraph--type--text p {
  font-family: "Ingra-Light";
}
.paragraph--type--text .field_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text .field_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--text .field_links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.paragraph--type--text .field_links a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--text .field_links a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--text .field_links a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--text .field_links a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--text .field_links a {
  margin-top: 20px;
  display: inline-block;
  margin-right: 60px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text .field_links a {
    padding: 14px 35px 13px 10px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .paragraph--type--text .field_links a:after {
    top: 15px !important;
  }
}
.paragraph--type--text + .paragraph--type--text {
  margin-top: -35px;
}

.paragraph--type--slideshow-volle-breite,
.paragraph--type--video {
  background-color: #00426C;
}
.paragraph--type--slideshow-volle-breite .ueberschrift,
.paragraph--type--video .ueberschrift {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slideshow-volle-breite .ueberschrift,
  .paragraph--type--video .ueberschrift {
    font-size: 25px;
    line-height: 27px;
  }
}
.paragraph--type--slideshow-volle-breite .ueberschrift,
.paragraph--type--video .ueberschrift {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--slideshow-volle-breite .ueberschrift,
  .paragraph--type--video .ueberschrift {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
}
.paragraph--type--slideshow-volle-breite .slick,
.paragraph--type--video .slick {
  position: relative;
}
.paragraph--type--slideshow-volle-breite .slick .slick-dots,
.paragraph--type--video .slick .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
  height: 10px;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slideshow-volle-breite .slick .slick-dots,
  .paragraph--type--video .slick .slick-dots {
    bottom: 30px;
    left: auto;
    right: 20px;
    width: auto;
  }
}
.paragraph--type--slideshow-volle-breite .slick .slick-dots li,
.paragraph--type--video .slick .slick-dots li {
  margin: 0 10px;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  opacity: 0.4;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  cursor: pointer;
}
.paragraph--type--slideshow-volle-breite .slick .slick-dots li.slick-active,
.paragraph--type--video .slick .slick-dots li.slick-active {
  opacity: 1;
  height: 10px;
  width: 10px;
}
.paragraph--type--slideshow-volle-breite .slick .slick-dots li button,
.paragraph--type--video .slick .slick-dots li button {
  display: none;
}
.paragraph--type--slideshow-volle-breite .slick .slick__arrow,
.paragraph--type--video .slick .slick__arrow {
  display: none;
}
.paragraph--type--slideshow-volle-breite .wrapper-inner,
.paragraph--type--video .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--slideshow-volle-breite .wrapper-inner,
  .paragraph--type--video .wrapper-inner {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_beschriftung,
.paragraph--type--video .wrapper-inner .field_beschriftung {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 33px;
  line-height: 33px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slideshow-volle-breite .wrapper-inner .field_beschriftung,
  .paragraph--type--video .wrapper-inner .field_beschriftung {
    font-size: 29px;
    line-height: 29px;
  }
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_beschriftung,
.paragraph--type--video .wrapper-inner .field_beschriftung {
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 9px;
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--slideshow-volle-breite .wrapper-inner .field_beschriftung,
  .paragraph--type--video .wrapper-inner .field_beschriftung {
    margin-right: 50px;
    width: auto;
  }
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link,
.paragraph--type--video .wrapper-inner .field_link {
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--slideshow-volle-breite .wrapper-inner .field_link,
  .paragraph--type--video .wrapper-inner .field_link {
    width: auto;
  }
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a,
.paragraph--type--video .wrapper-inner .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a:after,
.paragraph--type--video .wrapper-inner .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a:hover,
.paragraph--type--video .wrapper-inner .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a:hover:after,
.paragraph--type--video .wrapper-inner .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a,
.paragraph--type--video .wrapper-inner .field_link a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a:after,
.paragraph--type--video .wrapper-inner .field_link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a:hover,
.paragraph--type--video .wrapper-inner .field_link a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.paragraph--type--slideshow-volle-breite .wrapper-inner .field_link a:hover:after,
.paragraph--type--video .wrapper-inner .field_link a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}

.paragraph--type--slideshow-volle-breite .slick .slick-dots li {
  background-color: #ACB0B2;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.paragraph--type--slideshow-volle-breite .slick .slick-dots li.slick-active {
  background-color: #0079C2;
  height: 8px;
  width: 8px;
  margin: 0 8px;
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--slideshow-volle-breite .slick .slick-dots li.slick-active {
    background-color: #ffffff;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slideshow-volle-breite .view-slideshow_volle_breite-slideshow_kacheln .slick-list {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slideshow-volle-breite .view-slideshow_volle_breite-slideshow_kacheln .slick .slick-dots {
    right: 40px;
  }
}
.paragraph--type--slideshow-volle-breite .view-slideshow_volle_breite-slideshow_kacheln .slick .slick-dots li.slick-active {
  background-color: #ffffff;
}

.paragraph--type--bild-volle-breite .ueberschrift {
  margin-bottom: 50px;
}

.paragraph--type--slide-volle-breite {
  position: relative;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite .grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .field_bild {
    display: none;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .field_bild {
  -webkit-flex-basis: 58.333%;
      -ms-flex-preferred-size: 58.333%;
          flex-basis: 58.333%;
}
.paragraph--type--slide-volle-breite .grid-wrapper .field_bild img {
  height: 100vh;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .field_bild img {
    height: auto;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  background-color: #0079C2;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container {
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container {
    padding: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container {
    width: auto;
    height: auto;
    -webkit-flex-basis: 41.667%;
        -ms-flex-preferred-size: 41.667%;
            flex-basis: 41.667%;
    position: relative;
    left: -80px;
    max-width: 590px;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  max-width: 510px;
  margin: auto;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square {
  width: 100%;
  max-height: 100%;
  z-index: 1;
  position: relative;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding {
  padding: 15%;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding {
    padding: 12.5% 10%;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding:before {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 12px #ffffff solid;
  border-bottom: none;
  border-left: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 12px #ffffff solid;
  border-top: none;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square:after {
  padding-bottom: 100%;
  content: "";
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square:after {
    padding-bottom: 200%;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content * {
  color: #ffffff;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content blockquote p {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content blockquote p {
    font-size: 18px;
    line-height: 26px;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content blockquote p {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content > p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content > p {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--slide-volle-breite .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding .quote-square-square .quote-square-content > p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper {
    height: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .field_bild {
    display: block;
  }
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .field_bild {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .quote-square-container {
  position: absolute;
  background-color: transparent;
  max-width: 1200px;
  margin: auto;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .quote-square-container {
    left: auto;
    right: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 670px;
    width: calc(50% + 80px);
    height: 100%;
  }
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .quote-square-container .quote-square-position {
  max-width: none;
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding {
  padding: 40px;
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding:after, .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-querformat .grid-wrapper .quote-square-container .quote-square-position .quote-square .quote-square-padding:before {
  border-color: #0079C2;
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-kachel .grid-wrapper .quote-square-container {
  left: 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: none;
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-kachel .grid-wrapper .quote-square-container {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-kachel .grid-wrapper .quote-square-container {
    margin: 0 10px;
  }
}
.paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-kachel .grid-wrapper .quote-square-container .quote-square-position {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--slide-volle-breite.paragraph--view-mode--slideshow-kachel .grid-wrapper .quote-square-container .quote-square-square:after {
    padding-bottom: 100% !important;
  }
}

.paragraph--type--video .video {
  position: relative;
}
.paragraph--type--video .video .playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--video .video .playbutton {
    width: 100px;
    height: 100px;
  }
}
.paragraph--type--video .video .playbutton:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 17px solid #D4DADE;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--video .video .playbutton:after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 34px solid #D4DADE;
  }
}

.paragraph--type--bilder-halbe-breite > .grid-wrapper > .ueberschrift {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--bilder-halbe-breite > .grid-wrapper > .ueberschrift {
    font-size: 25px;
    line-height: 27px;
  }
}
.paragraph--type--bilder-halbe-breite > .grid-wrapper > .ueberschrift {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--bilder-halbe-breite > .grid-wrapper > .ueberschrift {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
}
.paragraph--type--bilder-halbe-breite > .grid-wrapper > .ueberschrift {
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 30px !important;
  border-bottom: 2px solid #D4DADE;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--bilder-halbe-breite > .grid-wrapper > .ueberschrift {
    margin-left: 50px;
    margin-right: 50px;
    padding: 0;
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--bilder-halbe-breite > .grid-wrapper .field_eintraege_halbe_breite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.paragraph--type--bild-halbe-breite {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--bild-halbe-breite {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0;
  }
}
.paragraph--type--bild-halbe-breite .ueberschrift {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--bild-halbe-breite .ueberschrift {
    font-size: 25px;
    line-height: 27px;
  }
}
.paragraph--type--bild-halbe-breite .ueberschrift {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--bild-halbe-breite .ueberschrift {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
}
.paragraph--type--bild-halbe-breite .ueberschrift {
  padding-bottom: 25px !important;
}
.paragraph--type--bild-halbe-breite .zwischenueberschrift {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--bild-halbe-breite .zwischenueberschrift {
    font-size: 17px;
    line-height: 21px;
  }
}
.paragraph--type--bild-halbe-breite .zwischenueberschrift {
  color: #0079C2;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--bild-halbe-breite .zwischenueberschrift {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.paragraph--type--bild-halbe-breite .field_bild {
  margin-top: 35px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--bild-halbe-breite .field_bild {
    margin-top: 70px;
  }
}
.paragraph--type--bild-halbe-breite .field_links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 220px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--bild-halbe-breite .field_links {
    bottom: 50px;
    left: 50px;
  }
}
.paragraph--type--bild-halbe-breite .field_links div > a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--bild-halbe-breite .field_links div > a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--bild-halbe-breite .field_links div > a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--bild-halbe-breite .field_links div > a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--bild-halbe-breite .field_links div > a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
  margin-top: 20px;
}
.paragraph--type--bild-halbe-breite .field_links div > a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--bild-halbe-breite .field_links div > a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.paragraph--type--bild-halbe-breite .field_links div > a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.paragraph--type--bild-halbe-breite + .paragraph--type--bild-halbe-breite {
  margin-top: -35px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--bild-halbe-breite + .paragraph--type--bild-halbe-breite {
    margin-top: 0;
  }
}

.paragraph--type--oeffnungszeiten {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--oeffnungszeiten .grid-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .paragraph--type--oeffnungszeiten .grid-wrapper > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.paragraph--type--oeffnungszeiten .field_text {
  padding: 30px 20px;
  color: #0079C2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 75em) {
  .paragraph--type--oeffnungszeiten .field_text {
    padding: 115px 105px;
  }
}
.paragraph--type--oeffnungszeiten .field_text p {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--oeffnungszeiten .field_text p {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--oeffnungszeiten .field_text *:last-child {
  margin-bottom: 0;
}
.paragraph--type--oeffnungszeiten .field_bild_1 div,
.paragraph--type--oeffnungszeiten .field_bild_1 img,
.paragraph--type--oeffnungszeiten .field_bild_2 div,
.paragraph--type--oeffnungszeiten .field_bild_2 img {
  height: 100%;
}
.paragraph--type--oeffnungszeiten .field_bild_1 img,
.paragraph--type--oeffnungszeiten .field_bild_2 img {
  object-fit: cover;
}
.paragraph--type--oeffnungszeiten .field--type-viewfield .geofield-google-map {
  padding-bottom: 85%;
}

.paragraph--type--kontakt {
  background-color: #00426C;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--kontakt {
    padding-top: 115px;
    padding-bottom: 125px;
  }
}
.paragraph--type--kontakt .ueberschrift {
  color: #0079C2;
  margin-bottom: 40px;
}
#content-with-sidebar-left .paragraph--type--kontakt {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 75px;
}
@media print, screen and (min-width: 40em) {
  #content-with-sidebar-left .paragraph--type--kontakt {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 90em) {
  #content-with-sidebar-left .paragraph--type--kontakt {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.paragraph--type--newsletter {
  background-color: #F4F6F7;
  padding: 50px 0 40px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--newsletter {
    padding: 100px 0 80px;
  }
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_kacheltext {
  padding-right: 60px;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular {
  margin-top: 50px;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item input {
  background-color: transparent;
  border-bottom: 1px solid #D4DADE;
  padding-left: 0;
  padding-right: 0;
  height: 42px;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item input::-webkit-input-placeholder {
  color: #00426C;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item input:-ms-input-placeholder {
  color: #00426C;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item input::placeholder {
  color: #00426C;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 15px;
  padding-bottom: 30px;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox input {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-top: 2px !important;
  margin-right: 14px;
  opacity: 0;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox input:hover {
  cursor: pointer;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox input ~ .checkbox-helper {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  margin-top: 2px;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox input ~ .checkbox-helper:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: 2px solid #0079C2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox input ~ .checkbox-helper:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0079C2;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox input:checked ~ .checkbox-helper:after {
  opacity: 1;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox label {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox label {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox label {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox label:hover {
  cursor: pointer;
}
.paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-item.js-form-type-checkbox .form-item--error-message {
  position: absolute;
  bottom: 8px;
  left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner .field_formular .webform-submission-form .form-actions {
    display: inline-block;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph--type--newsletter .wrapper .wrapper-inner .field_kacheltext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 64em) and (min-width: 112.5em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner .field_kacheltext {
    padding-right: 140px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--newsletter .wrapper .wrapper-inner .field_kacheltext .h2,
  .paragraph--type--newsletter .wrapper .wrapper-inner .field_kacheltext h2 {
    color: #00426C;
  }
}

.paragraph--type--teaser .ueberschrift {
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid #D4DADE;
  color: #00426C;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper:after {
  display: none;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 75px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 7.5px);
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 10px);
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
  }
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 15px;
  }
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row .views-field-field-anzuzeigende-seiten,
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row .views-field-field-anzuzeigende-seiten .field-content,
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row .views-field-field-anzuzeigende-seiten .field-content > a,
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row .views-field-field-anzuzeigende-seiten .field-content article {
  height: 100%;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row .views-field-field-anzuzeigende-seiten .field-content > a {
  display: block;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article {
  border-bottom: 8px solid #D4DADE;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_teaserbild {
  margin-bottom: 30px;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_kategorie {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_kategorie {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_kategorie {
  color: #ACB0B2;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field--name-title-text {
    font-size: 20px;
    line-height: 22px;
  }
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field--name-title-text {
  margin-bottom: 30px;
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_teasertext {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_teasertext {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--teaser .view-teaser .rows-inner-wrapper .views-row article .field_teasertext {
  color: #000000;
  margin-bottom: 35px;
}
.paragraph--type--teaser .view-teaser .pager {
  margin: 40px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser .view-teaser .pager {
    margin-top: 70px;
  }
}
.paragraph--type--teaser .view-teaser .pager li {
  margin-bottom: 0;
}
.paragraph--type--teaser .view-teaser .pager li:before {
  display: none;
}
.paragraph--type--teaser .view-teaser .pager li a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--teaser .view-teaser .pager li a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--teaser .view-teaser .pager li a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--teaser .view-teaser .pager li a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--teaser .view-teaser .pager li a {
  margin-bottom: 0;
}
.paragraph--type--teaser .view-teaser .pager li a:hover {
  color: #ffffff !important;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross.grey-background {
  padding-bottom: 0;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .ueberschrift {
  margin-left: 20px;
  margin-left: 20px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .ueberschrift {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 70px;
  margin-bottom: 0;
  margin-right: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 105px;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article {
  position: relative;
  border-bottom: none;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_teaserbild {
  margin-bottom: 0;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .wrapper {
  height: 135px;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field--name-title-text {
    font-size: 25px;
    line-height: 27px;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field--name-title-text {
  color: #00426C;
  margin: 0 20px 15px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field--name-title-text {
    margin: 0 50px 15px;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_teaser_untertitel {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_teaser_untertitel {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_teaser_untertitel {
  margin: 0 20px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_teaser_untertitel {
    margin: 0 50px;
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links {
    bottom: 50px;
    left: 50px;
    max-width: calc(100% - 100px);
  }
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a {
  background-color: #0079C2;
  color: #ffffff;
  border-color: #0079C2;
  margin-top: 20px;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0079C2;
}
.paragraph--type--teaser.paragraph--view-mode--teaser-gross .view-teaser-teaser_gross .views-row article .field_links a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}
.paragraph--type--teaser.hover .ueberschrift {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick {
  position: relative;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-bild {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-bild {
    margin-bottom: 0;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-bild .field_teaserbild_hover {
  position: relative;
  opacity: 0;
  margin-top: -100%;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-bild .field_teaserbild_hover.visible {
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text {
    margin-top: 11.5%;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field--name-title-text {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field--name-title-text {
    font-size: 20px;
    line-height: 22px;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field--name-title-text {
  color: #0079C2;
  margin-bottom: 30px;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field_links {
  margin-top: 30px;
  margin-bottom: 60px;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field_links a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field_links a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field_links a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field_links a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .wrapper-text .field_links a {
  display: inline-block;
  background-color: transparent;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .more-link-overlay {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slide article > div .more-link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick-slider {
  z-index: 1;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick-dots {
  position: absolute;
  top: calc(100vw - 30px);
  left: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick-dots li {
  margin: 0 10px;
  height: 8px;
  background-color: #D4DADE;
  width: 8px;
  opacity: 1;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  cursor: pointer;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick-dots li.slick-active {
  background-color: #0079C2;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick-dots li button {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick-dots {
    position: relative;
    top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick__arrow {
    display: none;
  }
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick__arrow .slick-arrow {
  width: 12px;
  height: 18px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 9999px;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick__arrow .slick-arrow:hover {
  cursor: pointer;
}
.paragraph--type--teaser.hover .view-teaser-teaser_hover .slick .slick__arrow .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--teaser.grey-background {
  background-color: #F4F6F7;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.grey-background {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper {
  padding: 0 10px 0;
  background-color: #F4F6F7;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper {
    padding: 0 30px 0;
  }
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 7.5px);
      -ms-flex: 0 0 calc(50% - 7.5px);
          flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  margin-right: 15px;
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 11.25px);
        -ms-flex: 0 0 calc(25% - 11.25px);
            flex: 0 0 calc(25% - 11.25px);
    margin-right: 15px;
  }
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 15px;
  }
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(12.5% - 13.125px);
        -ms-flex: 0 0 calc(12.5% - 13.125px);
            flex: 0 0 calc(12.5% - 13.125px);
    margin-right: 15px;
  }
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row:nth-child(3n), .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row:nth-child(4n) {
    margin-right: 15px;
  }
  .paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row:nth-child(8n) {
    margin-right: 0;
  }
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row article {
  border-bottom: none;
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field--name-title-text,
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teasertext {
  display: none;
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teaserbild {
  margin-bottom: 0 !important;
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teaserbild_hover {
  position: relative;
  opacity: 0;
  margin-top: -100%;
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teaserbild,
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teaserbild_hover {
  overflow: hidden;
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teaserbild img,
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a .field_teaserbild_hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.paragraph--type--teaser.klein_alle_ohne_titel .rows-inner-wrapper .views-row a:hover .field_teaserbild_hover {
  opacity: 1;
}

.paragraph--type--mitarbeiter .ueberschrift,
.paragraph--type--mitarbeiter-nach-region .ueberschrift {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--mitarbeiter .ueberschrift,
  .paragraph--type--mitarbeiter-nach-region .ueberschrift {
    font-size: 25px;
    line-height: 27px;
  }
}
.paragraph--type--mitarbeiter .ueberschrift,
.paragraph--type--mitarbeiter-nach-region .ueberschrift {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--mitarbeiter .ueberschrift,
  .paragraph--type--mitarbeiter-nach-region .ueberschrift {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
}
.paragraph--type--mitarbeiter .ueberschrift,
.paragraph--type--mitarbeiter-nach-region .ueberschrift {
  padding: 0 0 30px !important;
  border-bottom: 2px solid #D4DADE;
  margin-bottom: 75px;
}
.paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper,
.paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper,
.paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper,
.paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -60px;
}
.paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
.paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
.paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
.paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 7.5px);
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    margin-right: 15px;
  }
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n),
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n),
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n),
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row,
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333% - 10px);
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
  }
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n),
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n),
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n),
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(2n) {
    margin-right: 15px;
  }
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(3n),
  .paragraph--type--mitarbeiter .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(3n),
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-alle_mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(3n),
  .paragraph--type--mitarbeiter-nach-region .field--name-field-generierte-ansicht .views-element-container.view-mitarbeiter-mitarbeiter .rows-inner-wrapper .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.paragraph--type--mitarbeiter .field_link,
.paragraph--type--mitarbeiter-nach-region .field_link {
  margin-top: 60px;
}
.paragraph--type--mitarbeiter .field_link a,
.paragraph--type--mitarbeiter-nach-region .field_link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.paragraph--type--mitarbeiter .field_link a:after,
.paragraph--type--mitarbeiter-nach-region .field_link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.paragraph--type--mitarbeiter .field_link a:hover,
.paragraph--type--mitarbeiter-nach-region .field_link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.paragraph--type--mitarbeiter .field_link a:hover:after,
.paragraph--type--mitarbeiter-nach-region .field_link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.paragraph--type--mitarbeiter .field_link a,
.paragraph--type--mitarbeiter-nach-region .field_link a {
  display: inline-block;
}

.paragraph--type--mitarbeiter-nach-region .ueberschrift {
  color: #00426C;
  margin-bottom: 60px;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region {
  margin-bottom: 35px;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region > fieldset > legend {
  display: none;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region #edit-region--wrapper > legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #D4DADE;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region {
  position: relative;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region:hover {
  cursor: pointer;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region input:hover {
  cursor: pointer;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region input:hover ~ label {
  color: #0079C2;
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region label {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00426C;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region label {
    font-size: 25px;
    line-height: 27px;
  }
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region label {
  margin: 0;
  color: #00426C;
  padding: 0 8px 15px;
  border-bottom: 9px solid transparent;
  padding-bottom: 8px;
  margin-bottom: -2px;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region label {
    font-size: 19px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.paragraph--type--mitarbeiter-nach-region #views-exposed-form-alle-mitarbeiter-region .form-radios .form-item-region input:checked ~ label {
  color: #EB5B3E;
  border-bottom: 9px solid #EB5B3E;
}
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p a,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p a {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p,
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p a,
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p,
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p a {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p a,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p a {
  font-size: 14px;
  line-height: 20px;
  color: #00426C;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p,
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p a,
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p,
  .paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p a {
    font-size: 14px;
    line-height: 20px;
  }
}
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-field-kontaktdaten .field-content p a:hover,
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content p a:hover {
  color: #0079C2 !important;
}
.paragraph--type--mitarbeiter-nach-region .rows-inner-wrapper .views-row .views-field-name .field-content {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  color: #0079C2;
  text-transform: uppercase;
}
.paragraph--type--mitarbeiter-nach-region .view-alle_mitarbeiter-mitarbeiter .rows-wrapper {
  margin-bottom: 100px;
}
.paragraph--type--mitarbeiter-nach-region .view-alle_mitarbeiter-mitarbeiter .rows-wrapper .group-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--mitarbeiter-nach-region .view-alle_mitarbeiter-mitarbeiter .rows-wrapper .group-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.paragraph--type--mitarbeiter-nach-region .view-alle_mitarbeiter-mitarbeiter .rows-wrapper .group-title {
  color: #0079C2;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #D4DADE;
}

.kununu,
.paragraph--type--banner {
  padding: 45px 0;
  background-color: #00426C;
}
.kununu .grid-wrapper .wrapper,
.paragraph--type--banner .grid-wrapper .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kununu .grid-wrapper .wrapper .beschriftung,
.kununu .grid-wrapper .wrapper .field_beschriftung,
.paragraph--type--banner .grid-wrapper .wrapper .beschriftung,
.paragraph--type--banner .grid-wrapper .wrapper .field_beschriftung {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 33px;
  line-height: 33px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .kununu .grid-wrapper .wrapper .beschriftung,
  .kununu .grid-wrapper .wrapper .field_beschriftung,
  .paragraph--type--banner .grid-wrapper .wrapper .beschriftung,
  .paragraph--type--banner .grid-wrapper .wrapper .field_beschriftung {
    font-size: 29px;
    line-height: 29px;
  }
}
.kununu .grid-wrapper .wrapper .beschriftung,
.kununu .grid-wrapper .wrapper .field_beschriftung,
.paragraph--type--banner .grid-wrapper .wrapper .beschriftung,
.paragraph--type--banner .grid-wrapper .wrapper .field_beschriftung {
  color: #ffffff;
  margin: 15px 60px 15px 0;
}
.kununu .grid-wrapper .wrapper .field_link,
.kununu .grid-wrapper .wrapper .link,
.paragraph--type--banner .grid-wrapper .wrapper .field_link,
.paragraph--type--banner .grid-wrapper .wrapper .link {
  margin: 15px 0;
}
.kununu .grid-wrapper .wrapper .field_link a,
.kununu .grid-wrapper .wrapper .link a,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a,
.paragraph--type--banner .grid-wrapper .wrapper .link a {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #0079C2;
  border: 2px solid #D4DADE;
  padding: 14px 70px 13px 20px;
  white-space: nowrap;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  max-width: 100%;
}
.kununu .grid-wrapper .wrapper .field_link a:after,
.kununu .grid-wrapper .wrapper .link a:after,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a:after,
.paragraph--type--banner .grid-wrapper .wrapper .link a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../images/Pfeil_blau.svg");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 16px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
.kununu .grid-wrapper .wrapper .field_link a:hover,
.kununu .grid-wrapper .wrapper .link a:hover,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a:hover,
.paragraph--type--banner .grid-wrapper .wrapper .link a:hover {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
}
.kununu .grid-wrapper .wrapper .field_link a:hover:after,
.kununu .grid-wrapper .wrapper .link a:hover:after,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a:hover:after,
.paragraph--type--banner .grid-wrapper .wrapper .link a:hover:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.kununu .grid-wrapper .wrapper .field_link a,
.kununu .grid-wrapper .wrapper .link a,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a,
.paragraph--type--banner .grid-wrapper .wrapper .link a {
  background-color: #0079C2;
  border-color: #0079C2;
  color: #ffffff;
  width: 220px;
}
.kununu .grid-wrapper .wrapper .field_link a:after,
.kununu .grid-wrapper .wrapper .link a:after,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a:after,
.paragraph--type--banner .grid-wrapper .wrapper .link a:after {
  background-image: url("../images/Pfeil_negativ.svg");
}
.kununu .grid-wrapper .wrapper .field_link a:hover,
.kununu .grid-wrapper .wrapper .link a:hover,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a:hover,
.paragraph--type--banner .grid-wrapper .wrapper .link a:hover {
  background-color: #ffffff;
  color: #0079C2;
  border-color: #0079C2;
}
.kununu .grid-wrapper .wrapper .field_link a:hover:after,
.kununu .grid-wrapper .wrapper .link a:hover:after,
.paragraph--type--banner .grid-wrapper .wrapper .field_link a:hover:after,
.paragraph--type--banner .grid-wrapper .wrapper .link a:hover:after {
  background-image: url("../images/Pfeil_blau.svg");
}

.kununu {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 40em) {
  .kununu {
    margin-bottom: 105px;
  }
}
.kununu .embedded-link .wrapper .beschriftung {
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .kununu .embedded-link .wrapper .beschriftung {
    max-width: 70%;
  }
}
.kununu .embedded-link .wrapper .link {
  margin: 0;
}
.kununu .embedded-link .wrapper .link a {
  padding: 0;
  border: none !important;
  background-color: transparent !important;
}
.kununu .embedded-link .wrapper .link a:after {
  display: none;
}

.paragraph--type--akkordeon .accordion {
  list-style: none;
  margin-left: 0;
}
.paragraph--type--akkordeon .accordion li {
  margin: 0;
  border: none;
  border-top: 2px solid #D4DADE;
}
.paragraph--type--akkordeon .accordion li:before {
  display: none;
}
.paragraph--type--akkordeon .accordion li:last-child {
  border-bottom: 2px solid #D4DADE;
}
.paragraph--type--akkordeon .accordion li.is-active {
  background-color: #0079C2;
}
.paragraph--type--akkordeon .accordion li.is-active .accordion-title {
  background-color: #0079C2 !important;
  color: #ffffff !important;
}
.paragraph--type--akkordeon .accordion li.is-active .accordion-title:before {
  background-image: url("../images/Pfeil_nachoben_negativ.svg");
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.paragraph--type--akkordeon .accordion li.is-active .accordion-content {
  background-color: #0079C2;
}
.paragraph--type--akkordeon .accordion li.is-active .accordion-content * {
  color: #ffffff;
}
.paragraph--type--akkordeon .accordion li .accordion-title {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--akkordeon .accordion li .accordion-title {
    font-size: 17px;
    line-height: 23px;
  }
}
.paragraph--type--akkordeon .accordion li .accordion-title {
  text-transform: uppercase;
  color: #0079C2;
  border: none;
  padding: 18px 60px 18px 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--akkordeon .accordion li .accordion-title {
    padding: 18px 40px 18px 10px;
  }
}
.paragraph--type--akkordeon .accordion li .accordion-title:focus {
  background-color: #ffffff;
}
.paragraph--type--akkordeon .accordion li .accordion-title:active, .paragraph--type--akkordeon .accordion li .accordion-title:hover {
  background-color: #0079C2;
  color: #ffffff !important;
}
.paragraph--type--akkordeon .accordion li .accordion-title:active:before, .paragraph--type--akkordeon .accordion li .accordion-title:hover:before {
  background-image: url("../images/Pfeil_nachoben_negativ.svg");
}
.paragraph--type--akkordeon .accordion li .accordion-title:before {
  content: "";
  background-image: url("../images/Pfeil_nachoben_grau.svg");
  width: 18px;
  height: 12px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-image, -webkit-transform;
  transition-property: background-image, -webkit-transform;
  transition-property: background-image, transform;
  transition-property: background-image, transform, -webkit-transform;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paragraph--type--akkordeon .accordion li .accordion-content {
  border: none;
  padding: 0 30px 20px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--akkordeon .accordion li .accordion-content {
    padding: 0 10px 20px;
  }
}
.paragraph--type--akkordeon .accordion li .accordion-content * {
  font-size: 18px;
  line-height: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--akkordeon .accordion li .accordion-content * {
    font-size: 17px;
    line-height: 23px;
  }
}
.paragraph--type--akkordeon .accordion li .accordion-content * {
  color: #0079C2;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color;
}
.paragraph--type--akkordeon .accordion li .accordion-content * a {
  color: #00426C !important;
}
.paragraph--type--akkordeon .accordion li .accordion-content *:last-child {
  margin-bottom: 0;
}
.paragraph--type--akkordeon .accordion li .accordion-content table tbody tr td {
  padding-bottom: 10px;
}
.paragraph--type--akkordeon .accordion li .accordion-content table tbody tr td:first-child {
  width: 120px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--akkordeon .accordion li .accordion-content table tbody tr td:first-child {
    width: 180px;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--akkordeon .accordion li .accordion-content table tbody tr td:first-child {
    width: 240px;
  }
}
.paragraph--type--akkordeon .accordion li .accordion-content table tr:last-child td {
  padding-bottom: 0;
}

.paragraph--type--icons .ueberschrift {
  margin-bottom: 60px;
}
.paragraph--type--icons.layout-normal .grid-wrapper .field_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 65px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  margin-left: 0;
  max-width: 150px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
    padding-right: 40px;
  }
}
.paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon img {
    height: 110px;
  }
}
.paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
  font-family: "Ingra-Regular", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
    font-size: 15px;
    line-height: 21px;
  }
}
.paragraph--type--icons.layout-normal .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  color: #0079C2;
  margin-top: 15px;
  text-align: center;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper {
  overflow: hidden;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 15px);
  max-width: none;
  margin-bottom: -24px;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon {
  margin-bottom: 24px;
  margin-right: 24px;
  width: 150px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon {
    margin-right: 15px;
    width: 135px;
  }
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon:last-child .grid-wrapper:after {
  display: none;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper {
  background-color: #0079C2;
  position: relative;
  height: 100%;
  padding: 10px !important;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #0079C2;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon {
  position: relative;
  padding: 20px 40px 60px !important;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon {
    padding: 15px 33px 50px !important;
  }
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/Klammer_rechts_oben_negativ.svg");
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/Klammer_links_unten_negativ.svg");
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon .field_media_image_1 {
  width: 50px;
  height: 50px;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_icon .field_media_image_1 img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
  position: absolute;
  top: 95px;
  left: 0;
  padding: 0 15px;
  width: 100%;
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
    font-size: 18px;
    line-height: 26px;
  }
}
.paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--icons.layout-mit_pfeil > .grid-wrapper .field_icons .paragraph--type--icon .grid-wrapper .field_beschriftung_icon {
    font-size: 13px;
    line-height: 16px;
    top: 85px;
  }
}

.paragraph--type--text-mit-bild .grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.paragraph--type--text-mit-bild .grid-wrapper .ueberschrift {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text-mit-bild .grid-wrapper .ueberschrift {
    font-size: 20px;
    line-height: 22px;
  }
}
.paragraph--type--text-mit-bild .grid-wrapper .ueberschrift {
  width: 100%;
  margin-bottom: 0;
  color: #0079C2;
}
.paragraph--type--text-mit-bild .grid-wrapper .field_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text-mit-bild .grid-wrapper .field_text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.paragraph--type--text-mit-bild .grid-wrapper .field_text h3 {
  color: #0079C2;
}
.paragraph--type--text-mit-bild .grid-wrapper .field_text *:last-child {
  margin-bottom: 0;
}
.paragraph--type--text-mit-bild .grid-wrapper .field_bild {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text-mit-bild .grid-wrapper .field_bild {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.paragraph--type--text-mit-bild .grid-wrapper .field_bild .field_media_image {
  margin-right: -75px;
  margin-top: -25%;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--text-mit-bild .grid-wrapper .field_bild .field_media_image {
    margin-right: 0;
    margin-top: -20%;
  }
}
.paragraph--type--kacheln .ueberschrift {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kacheln .ueberschrift {
    margin-bottom: 50px;
  }
}
.paragraph--type--kacheln .field_kacheln {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--kacheln .field_kacheln {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paragraph--type--kacheln .field_kacheln .kachel {
  background-color: #0079C2;
  padding: 15px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--kacheln .field_kacheln .kachel {
    margin: 10px;
    padding: 25px;
  }
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/Klammer_links_unten_negativ.svg");
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/Klammer_rechts_oben_negativ.svg");
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext * {
  margin: 3px 0;
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext .h2,
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext h2 {
  font-size: 28px !important;
  line-height: 28px !important;
  text-transform: uppercase;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext .h2,
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext .h2,
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext .h3,
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext h3 {
  font-size: 18px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext .h3,
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext h3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext .h3,
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext h3 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext p {
  font-family: "Ingra-Light";
  font-size: 20px;
  line-height: 28px;
}
@media print, screen and (max-width: 39.99875em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext p {
    font-size: 18px;
    line-height: 26px;
  }
}
.paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext p {
  font-family: "Ingra-SemiBold", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext p {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .paragraph--type--kacheln .field_kacheln .kachel .wrapper .field_kacheltext p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) {
  background-color: #D4DADE;
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .wrapper:before, .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .wrapper:before, .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .wrapper:before {
  background-image: url("../images/Klammer_links_unten_blau.svg");
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .wrapper:after, .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .wrapper:after, .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .wrapper:after {
  background-image: url("../images/Klammer_rechts_oben_blau.svg");
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .field_kacheltext .h2,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .field_kacheltext .h3,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .field_kacheltext h2,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .field_kacheltext h3,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) .field_kacheltext p, .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .field_kacheltext .h2,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .field_kacheltext .h3,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .field_kacheltext h2,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .field_kacheltext h3,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) .field_kacheltext p, .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .field_kacheltext .h2,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .field_kacheltext .h3,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .field_kacheltext h2,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .field_kacheltext h3,
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) .field_kacheltext p {
  color: #0079C2;
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(2), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(7) {
  background-color: #EB5B3E;
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(4) {
  background-color: #0079C2;
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(5) {
  background-color: #00426C;
}
.paragraph--type--kacheln .field_kacheln .kachel:nth-child(8) {
  background-color: #2F8CC3;
}
@media print, screen and (max-width: 63.99875em) {
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(2), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(5), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(1), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(4), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(7), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(8), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin: 10px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(1), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(6), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(7), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(8) {
    width: calc(25% - 20px);
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(2) {
    width: calc(41.667% - 20px);
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(4), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(5), .paragraph--type--kacheln .field_kacheln .kachel:nth-child(9) {
    width: calc(33.333% - 20px);
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(1) {
    margin-left: calc(8.333% + 10px);
    margin-top: calc(8.333% + 10px);
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(3) {
    margin-top: calc(16.667% + 10px);
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(4) {
    margin-top: calc(-8.333% + 10px);
  }
  .paragraph--type--kacheln .field_kacheln .kachel:nth-child(7) {
    margin-left: calc(8.333% + 10px);
    margin-top: calc(-8.333% + 10px);
  }
}

@-webkit-keyframes intercom-lightweight-app-launcher {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes intercom-lightweight-app-launcher {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes intercom-lightweight-app-gradient {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes intercom-lightweight-app-gradient {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes intercom-lightweight-app-messenger {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes intercom-lightweight-app-messenger {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.intercom-lightweight-app {
  position: fixed;
  z-index: 2147483001;
  width: 0;
  height: 0;
  font-family: intercom-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

.intercom-lightweight-app-gradient {
  position: fixed;
  z-index: 2147483002;
  width: 500px;
  height: 500px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -webkit-radial-gradient(bottom left ellipse, rgba(29, 39, 54, 0.16) 0%, rgba(29, 39, 54, 0) 72%);
  background: radial-gradient(ellipse at bottom left, rgba(29, 39, 54, 0.16) 0%, rgba(29, 39, 54, 0) 72%);
  -webkit-animation: intercom-lightweight-app-gradient 200ms ease-out;
          animation: intercom-lightweight-app-gradient 200ms ease-out;
}

.intercom-lightweight-app-launcher {
  position: fixed;
  z-index: 2147483003;
  bottom: 0 !important;
  left: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0071b2;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  -webkit-animation: intercom-lightweight-app-launcher 250ms ease;
          animation: intercom-lightweight-app-launcher 250ms ease;
}

.intercom-lightweight-app-launcher:focus {
  outline: none;
}

.intercom-lightweight-app-launcher-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 80ms linear, -webkit-transform 100ms linear;
  transition: opacity 80ms linear, -webkit-transform 100ms linear;
  transition: transform 100ms linear, opacity 80ms linear;
  transition: transform 100ms linear, opacity 80ms linear, -webkit-transform 100ms linear;
}

.intercom-lightweight-app-launcher-icon-open {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.intercom-lightweight-app-launcher-icon-open svg {
  width: 28px;
  height: 32px;
}

.intercom-lightweight-app-launcher-icon-open svg path {
  fill: rgb(255, 255, 255);
}

.intercom-lightweight-app-launcher-icon-self-serve {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.intercom-lightweight-app-launcher-icon-self-serve svg {
  height: 56px;
}

.intercom-lightweight-app-launcher-icon-self-serve svg path {
  fill: rgb(255, 255, 255);
}

.intercom-lightweight-app-launcher-custom-icon-open {
  max-height: 36px;
  max-width: 36px;
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.intercom-lightweight-app-launcher-icon-minimize {
  opacity: 0;
  -webkit-transform: rotate(-60deg) scale(0);
          transform: rotate(-60deg) scale(0);
}

.intercom-lightweight-app-launcher-icon-minimize svg {
  width: 16px;
}

.intercom-lightweight-app-launcher-icon-minimize svg path {
  fill: rgb(255, 255, 255);
}

.intercom-lightweight-app-messenger {
  position: fixed;
  z-index: 2147483003;
  overflow: hidden;
  background-color: white;
  -webkit-animation: intercom-lightweight-app-messenger 250ms ease-out;
          animation: intercom-lightweight-app-messenger 250ms ease-out;
  width: 376px;
  height: calc(100% - 40px);
  max-height: 704px;
  min-height: 250px;
  left: 20px;
  bottom: 20px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.intercom-lightweight-app-messenger-header {
  height: 75px;
  background: -webkit-linear-gradient(315deg, rgb(0, 113, 178) 0%, rgb(0, 48, 76) 100%);
  background: linear-gradient(135deg, rgb(0, 113, 178) 0%, rgb(0, 48, 76) 100%);
}

@media print {
  .intercom-lightweight-app {
    display: none;
  }
}
/* html.intercom-mobile-messenger-active,
html.intercom-mobile-messenger-active>body,
html.intercom-modal-open,
#intercom-container-body {
	overflow: hidden !important;
}

html.intercom-mobile-messenger-active,
html.intercom-mobile-messenger-active>body {
	position: static !important;
}

html.intercom-mobile-messenger-active>body {
	height: 0 !important;
	margin: 0 !important;
}

iframe#intercom-frame {
	position: absolute !important;
	opacity: 0 !important;
	width: 1px !important;
	height: 1px !important;
	top: 0 !important;
	left: 0 !important;
	border: none !important;
	display: block !important;
	z-index: -1 !important;
} */
.intercom-launcher-frame,
.intercom-lightweight-app,
.intercom-lightweight-app-launcher,
.intercom-messenger,
.intercom-messenger-frame,
.intercom-notifications {
  width: 315px !important;
  bottom: 0 !important;
  left: 0 !important;
}
@media print, screen and (max-width: 63.99875em) {
  .intercom-launcher-frame,
  .intercom-lightweight-app,
  .intercom-lightweight-app-launcher,
  .intercom-messenger,
  .intercom-messenger-frame,
  .intercom-notifications {
    width: 100% !important;
    height: 100% !important;
    display: none;
  }
}

.intercom-messenger-frame {
  height: calc(100% - 350px) !important;
}
@media print, screen and (max-width: 63.99875em) {
  .intercom-messenger-frame {
    height: 100% !important;
    max-height: 100% !important;
  }
}