/* Colors */
/* Typography */
.button::before, .icon, .text-with-icon:before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Flexbox */
.popup > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not([data-site="map"]), .popup, [data-site="home"],
[data-site="account"],
[data-site="contact"], [data-site="home"] > form,
[data-site="account"] > form,
[data-site="contact"] > form, [data-site="map"] main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button, .icon, .ipt > label > .ipt__mark, .text-with-icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-with-icon, [data-site="map"] #toolbar > .toolbar__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Text */
.button, [data-site="map"] #toolbar > .toolbar__search-results > li > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ipt > label > .ipt__caption {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Shadows */
.button.button--text, .popup, #infobar, .map__control--locate,
.map__control--zoom-in,
.map__control--zoom-out, #social-bar, .marker--default, nav, [data-site="map"] main, [data-site="map"] #toolbar {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
}

body:not([data-site="map"]) {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html {
  /* Use the system primary font */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 24px;
  color: #757575;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.eot");
  src: url("../font/Roboto-Medium.eot?#iefix") format("embedded-opentype");
  src: url("../font/Roboto-Medium.svg") format("svg");
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  src: url("../font/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 20px;
  padding-bottom: 4px;
}

h2 {
  font-size: 16px;
  font-weight: 600;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

a {
  display: inline-block;
  color: #5f9dbf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

p {
  margin-top: 10px;
}

.signin--external {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

.signin--google,
.signin--microsoft {
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.signin--google:not(:first-child),
.signin--microsoft:not(:first-child) {
  margin-top: 10px !important;
}

.signin--google > span,
.signin--microsoft > span {
  font-size: 14px;
  margin-left: 68px;
}

.signin--microsoft {
  background-image: url(../img/icon-microsoft.svg);
}

.signin--microsoft > span {
  font-family: 'Segoe UI';
  font-size: 15px;
  color: #5E5E5E;
}

.signin--google {
  background-image: url(../img/icon-google.svg);
}

.signin--google > span {
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
}

/* Structure */
.button {
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
}

.button.button--text {
  height: 50px;
  font-size: 15px;
  padding: 0 30px 4px;
  margin-top: 20px;
}

.button::before {
  width: 40px;
}

.button--dark {
  color: #e9ebec;
}

.button--dark.button--text {
  background-color: #4281a4;
}

.button--dark::before {
  color: #687478;
}

.button--bright {
  color: #687478;
}

.button--bright::not(.icon) {
  background-color: #e9ebec;
}

.button--bright::before {
  color: #e9ebec;
}

.button--red {
  background-color: #fe938c;
  color: white;
}

/* Specifics */
.button--social.icon--copy {
  background-color: #f3f3f3;
  border: 1px solid #dadada;
}

.button--social.icon--xing {
  background-color: #126567;
}

.button--social.icon--linkedin {
  background-color: #2867B2;
}

.button--social.icon--facebook {
  background-color: #3B5998;
}

.button--social.icon--twitter {
  background-color: #00ACED;
}

.button--social.button--social:not(.icon--copy):before {
  color: white;
}

@media all and (min-width: 701px) {
  .button--dark.button--text:hover {
    background-color: #4a8fb6;
  }
  .button--dark:before {
    color: #424242;
  }
  .button--bright:not(.icon):hover {
    color: white;
  }
  .button--bright:not(.icon):hover::before {
    color: white;
  }
  .button--social:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}

@media all and (min-width: 701px) {
  .button:active::before, .button:active.button--text {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
}

/* Icon Font */
@font-face {
  font-family: 'icon';
  src: url("../font/iconFont.eot");
  src: url("../font/iconFont.eot?#iefix") format("embedded-opentype"), url("../font/iconFont.ttf") format("truetype"), url("../font/iconFont.woff2") format("woff2"), url("../font/iconFont.woff") format("woff"), url("../font/iconFont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon--edit:before {
  content: "\e915";
}

.icon--apply-all:before {
  content: "\e909";
  font-size: 12px;
}

.icon--back:before {
  content: "\e900";
  font-size: 13px;
}

.icon--location:before {
  content: "\e90b";
  font-size: 18px;
}

.icon--bookmark:before {
  content: "\e902";
  font-size: 18px;
}

.icon--bookmarked:before {
  content: "\e903";
  font-size: 18px;
}

.icon--bookmarks:before {
  content: "\e904";
}

.icon--close:before {
  content: "\e905";
  font-size: 12px;
}

.icon--copy:before {
  content: "\e904";
  font-size: 8px;
}

.icon--facebook:before {
  content: "\e911";
}

.icon--twitter:before {
  content: "\e912";
  font-size: 12px;
}

.icon--linkedin:before {
  content: "\e913";
  font-size: 12px;
}

.icon--xing:before {
  content: "\e914";
  font-size: 16px;
}

.icon-copy:before {
  content: "\e904";
}

.icon--filter:before {
  content: "\e907";
  font-size: 18px;
}

.icon--flag:before {
  content: "\e908";
}

.icon--locate:before {
  content: "\e90a";
  font-size: 16px;
}

.icon--menu:before {
  content: "\e90c";
  font-size: 20px;
}

.icon--minus:before {
  content: "\e90d";
  font-size: 12px;
}

.icon--plus:before {
  content: "\e90e";
  font-size: 12px;
}

.icon--search:before {
  content: "\e90f";
  font-size: 16px;
}

.icon--share:before {
  content: "\e910";
  font-size: 16px;
}

.icon--arrow:before {
  content: "\e901";
  font-size: 12px;
}

/************************************************** Reset **************************************************/
input[type="checkbox"], input[type="radio"] {
  width: 0;
  display: none;
  visibility: hidden;
  float: left;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/************************************************** Layout **************************************************/
.ipt {
  position: relative;
  margin: 10px 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ipt > input,
.ipt > textarea {
  width: 100%;
  border: 2px solid #dadada;
  border-radius: 4px;
  color: #757575;
  -webkit-transition: border-color 60ms ease-in-out;
  transition: border-color 60ms ease-in-out;
}

.ipt > input::-webkit-input-placeholder,
.ipt > textarea::-webkit-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.ipt > input:-ms-input-placeholder,
.ipt > textarea:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.ipt > input::-ms-input-placeholder,
.ipt > textarea::-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.ipt > input::placeholder,
.ipt > textarea::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.ipt > input:required + .ipt__state-indicator::after,
.ipt > textarea:required + .ipt__state-indicator::after {
  content: '*';
  position: absolute;
  top: 15px;
  right: 22px;
  font-size: 18px;
}

.ipt > textarea {
  min-height: 200px;
  padding: 13px 46px 13px 20px;
  resize: none;
}

.ipt > input {
  height: 50px;
  padding: 0 46px 2px 20px;
}

.ipt > label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ipt > label > .ipt__mark {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #dadada;
  border-radius: 4px;
  -webkit-transition: opacity border 60ms ease-in-out;
  transition: opacity border 60ms ease-in-out;
}

.ipt > label > .ipt__mark::after {
  content: '';
  width: 8px;
  opacity: 0;
}

.ipt > label > .ipt__caption {
  cursor: default;
  color: #a3acaf;
}

.ipt.ipt--checkbox > label > .ipt__mark::after {
  position: relative;
  bottom: 1px;
  height: 4px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ipt.ipt--radio > label > .ipt__mark {
  border-radius: 10px;
}

.ipt.ipt--radio > label > .ipt__mark::after {
  height: 8px;
  border-radius: 4px;
  background-color: #757575;
}

.ipt.ipt--slider > label > .ipt__mark {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.ipt.ipt--slider > label > .ipt__mark::after {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  opacity: 1;
  -webkit-transition: background-color 100ms linear, -webkit-transform 100ms ease-in-out;
  transition: background-color 100ms linear, -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, background-color 100ms linear;
  transition: transform 100ms ease-in-out, background-color 100ms linear, -webkit-transform 100ms ease-in-out;
}

/************************************************** Events **************************************************/
input:disabled + label > .ipt__mark {
  background-color: #e9ebec;
}

input:disabled + label > .ipt__caption {
  color: #a3acaf;
}

input:checked + label > .ipt__mark::after {
  opacity: 1;
}

input:checked + label > .ipt__caption {
  color: inherit;
}

/************************************************** Hover & Focus **************************************************/
.ipt > input:not(:disabled):focus,
.ipt > textarea:not(:disabled):focus {
  border-color: #5c7888;
}

.ipt > input:not(:disabled):focus[data-js-live-verification-state="valid"],
.ipt > textarea:not(:disabled):focus[data-js-live-verification-state="valid"] {
  border-color: #09b09c;
}

.ipt > input:not(:disabled):active {
  padding: 0 46px 1px 21px;
}

.ipt > input:not(:disabled):active + label > span {
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.ipt > textarea:focus {
  padding: 13px 46px 13px 20px;
  border-color: #5c7888;
}

.ipt > textarea:active {
  padding: 14px 46px 13px 21px;
}

/************************************************** Validation **************************************************/
.ipt > [data-js-live-verification-state="invalid"] {
  border-bottom-color: #ffa600;
}

.ipt > [data-js-live-verification-state="valid"] {
  border-bottom-color: #09b09c;
}

.ipt > [data-js-live-verification-state="valid"] + .ipt__state-indicator::after {
  content: '' !important;
  position: absolute;
  top: 21px !important;
  right: 22px;
  width: 10px;
  height: 5px;
  position: absolute;
  border-bottom: 2px solid #09b09c;
  border-left: 2px solid #09b09c;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.text-with-icon {
  font-size: 15px;
}

.text-with-icon:before {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.font--bright {
  color: #e9ebec;
}

.font--light {
  color: #a3acaf;
}

.font--underlined {
  text-decoration: underline;
}

.element--flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detailed-information {
  margin-bottom: 10px;
}

ul, op {
  list-style: none;
}

.list--bordered li + li {
  border-top: 1px solid #dadada;
}

#scrim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  visibility: hidden;
  z-index: 10;
}

#scrim.event--visible {
  opacity: .2;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border-radius: 4px;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 100ms, opacity 100ms 0s ease-in-out;
  transition: visibility 0s 100ms, opacity 100ms 0s ease-in-out;
}

.popup.event--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s 0s, opacity 100ms 0s ease-in-out;
  transition: visibility 0s 0s, opacity 100ms 0s ease-in-out;
}

.popup > h2 {
  margin-bottom: 10px;
}

.popup > div {
  margin: 10px 0;
}

.popup > div > .button {
  margin: 0 5px;
}

/* Article */
article + article {
  border-top: 1px solid #cccccc;
}

article > .article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #edeeee;
}

article > .article__head > .article__head__title {
  padding: 7px 0 9px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
}

article > .article__head > .button {
  margin: 0 -10px 0 20px;
}

article > .article__head > .button.button--back {
  margin-right: 10px;
  margin-left: -10px;
}

article section .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article section .section__head > .section__head__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  word-wrap: break-word;
}

article section .section__head > .section__head__title.section__head__title--centered {
  padding: 8px 0;
}

article section .section__head > .button {
  margin-right: -10px;
  margin-left: 20px;
}

article section.section--plain {
  padding: 24px 0;
}

article section.section--plain > .section__paragraph__title {
  margin: 20px 0 10px;
}

article section.section--plain > .section__title {
  padding-bottom: 18px;
}

article section.section--plain > .section__title + .section__paragraph__title {
  margin-top: 0;
}

article section.section--expandable {
  padding: 20px 0;
}

article section.section--expandable > .section__head {
  cursor: pointer;
}

article section.section--expandable > .section__body {
  height: 0;
  overflow: hidden;
}

article section.section--expandable:not(:first-child) {
  border-top: 1px solid #edeeee;
}

article section.section--bordered {
  padding: 20px 0;
}

article section.section--bordered.section--bordered--headed {
  padding: 15px 0 23px;
}

article section.section--bordered:not(:first-child) {
  border-top: 1px solid #edeeee;
}

article section.section--bordered span {
  display: block;
}

article section.section--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Events */
.event--expanded > .section__head > .icon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event--expanded > .section__body {
  height: auto !important;
  padding-top: 10px;
}

.event--expanded > .section__body.section__body--inline-content {
  padding-top: 20px;
}

#infobar {
  position: fixed;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 11;
  text-align: center;
  pointer-events: none;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 200ms 0ms ease-in-out, background-color 100ms 0ms ease-in-out;
  transition: opacity 200ms 0ms ease-in-out, background-color 100ms 0ms ease-in-out;
}

#infobar.event--visible {
  opacity: 1;
}

#infobar.event--highlighted {
  background-color: rgba(245, 245, 245, 0.7);
}

#infobar > span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.error--info {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 20px !important;
  color: #ef727b;
}

.error--info.error--info--centered {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* Widgets */
.map__control--locate,
.map__control--zoom-in,
.map__control--zoom-out {
  position: absolute;
  right: 10px;
  background-color: #4a4a4a;
  z-index: 2;
}

#social-bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: #4a4a4a;
  border-radius: 4px;
}

@media all and (max-width: 700px) {
  .map__control--locate {
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
  .map__control--zoom-in,
  .map__control--zoom-out {
    display: none;
  }
}

@media all and (min-width: 701px) {
  .map__control--locate {
    bottom: 95px;
  }
  .map__control--zoom-in {
    bottom: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .map__control--zoom-out {
    bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* Map */
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Leaflet Attribution on Map */
.leaflet-control-attribution,
.leaflet-control-attribution > a {
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-in, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-in;
  transition: transform .3s ease-out, opacity .3s ease-in, -webkit-transform .3s ease-out;
}

.marker-cluster-small {
  background-color: rgba(154, 147, 207, 0.5);
}

.marker-cluster-small > div {
  background-color: #9a93cf;
}

.marker-cluster-medium {
  background-color: rgba(126, 117, 180, 0.5);
}

.marker-cluster-medium > div {
  background-color: #7e75b4;
}

.marker-cluster-large {
  background-color: rgba(106, 95, 160, 0.5);
}

.marker-cluster-large div {
  background-color: #6a5fa0;
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}

.marker-cluster,
.marker--default {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.marker-cluster > div {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.marker-cluster > div > span {
  color: white;
}

.marker-cluster-small {
  width: 60px !important;
  height: 60px !important;
}

.marker-cluster-medium {
  width: 70px !important;
  height: 70px !important;
}

.marker-cluster-medium > div {
  width: 54px !important;
  height: 54px !important;
}

.marker--default {
  width: 40px !important;
  height: 40px !important;
  background-color: #35dfcb;
  border: 2px solid white;
  z-index: 9999 !important;
}

.marker--default > span {
  color: white;
}

/*FIXING IE ISSUES*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .marker--default::after {
    -webkit-transform: translateY(15px) translateX(-11px) rotate(-45deg);
            transform: translateY(15px) translateX(-11px) rotate(-45deg);
  }
}

.marker--default:hover {
  -webkit-filter: brightness(1.1) !important;
          filter: brightness(1.1) !important;
}

.marker--user {
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9998 !important;
  background-color: rgba(51, 103, 214, 0.3);
  border-radius: 50%;
}

.marker--user:after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #4285f4;
  border: 2px solid white;
  border-radius: 50%;
}

/*Marker States*/
.marker--state--visited,
.marker--state--visited::after {
  background-color: #048d7a !important;
}

.marker--state--active {
  background-color: #05ac95 !important;
  -webkit-box-shadow: 0 0 0 rgba(5, 172, 149, 0.4);
          box-shadow: 0 0 0 rgba(5, 172, 149, 0.4);
  -webkit-animation: pulseMarker 1s infinite !important;
          animation: pulseMarker 1s infinite !important;
}

.marker--state--active::after {
  background-color: #048d7a !important;
}

/*Cluster States*/
.marker-cluster.cluster--state--active {
  background-color: rgba(22, 108, 153, 0.6) !important;
}

.marker-cluster.cluster--state--active > div {
  background-color: #166c99 !important;
  -webkit-animation: pulseCluster 1s infinite !important;
          animation: pulseCluster 1s infinite !important;
}

/*Marker Animations*/
@-webkit-keyframes pulseMarker {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 108, 153, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(22, 108, 153, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 108, 153, 0);
  }
}

@keyframes pulseMarker {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 108, 153, 0.6);
            box-shadow: 0 0 0 0 rgba(22, 108, 153, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(22, 108, 153, 0);
            box-shadow: 0 0 0 10px rgba(22, 108, 153, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 108, 153, 0);
            box-shadow: 0 0 0 0 rgba(22, 108, 153, 0);
  }
}

/* Cluster Animations */
@-webkit-keyframes pulseCluster {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseCluster {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header > .button--menu {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
}

header > .button--menu:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: white;
  pointer-events: none;
  border-bottom-right-radius: 4px;
}

header > .button--menu:before {
  position: fixed;
  z-index: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header > .button--menu:before {
    top: 28px;
    left: 20px;
  }
}

header > h1 {
  padding-bottom: 5px;
  line-height: 75px;
}

main {
  max-width: 100vw;
  padding: 30px 30px 80px;
}

nav {
  position: fixed;
  top: 0;
  left: -354px;
  width: 350px;
  max-width: 80%;
  height: 100%;
  background-color: white;
  -webkit-transition: -webkit-transform 240ms ease-in-out;
  transition: -webkit-transform 240ms ease-in-out;
  transition: transform 240ms ease-in-out;
  transition: transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out;
  z-index: 11;
}

nav.event--visible {
  -webkit-transform: translateX(354px);
          transform: translateX(354px);
}

nav > div {
  background-color: #4a4a4a;
}

nav > div > a {
  display: inline-block;
  margin: 30px 20px;
  font-size: 24px;
  color: white;
  text-decoration: none !important;
}

nav > ul {
  padding: 10px 0;
}

nav > ul:not(:first-of-type) {
  border-top: 1px solid #cccccc;
}

nav > ul > li > a {
  display: block;
  padding: 14px 20px;
  color: #757575;
  text-decoration: none !important;
}

@media all and (min-width: 701px) {
  nav > ul > li:hover {
    background-color: #edeeee;
  }
}

[data-site="home"],
[data-site="account"],
[data-site="contact"] {
  min-height: calc(100vh - 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-site="home"] > svg,
[data-site="account"] > svg,
[data-site="contact"] > svg {
  width: 400px;
  max-width: 60%;
}

[data-site="home"] > h2,
[data-site="account"] > h2,
[data-site="contact"] > h2 {
  margin: 50px 0 20px;
  font-size: 2rem;
  text-align: center;
}

[data-site="home"] > span,
[data-site="account"] > span,
[data-site="contact"] > span {
  max-width: 450px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 15px;
}

[data-site="home"] > .button,
[data-site="account"] > .button,
[data-site="contact"] > .button {
  width: 200px;
  height: 60px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

[data-site="home"] > form,
[data-site="account"] > form,
[data-site="contact"] > form {
  min-width: 300px;
  max-width: 450px;
}

[data-site="home"] > form > span,
[data-site="account"] > form > span,
[data-site="contact"] > form > span {
  margin-bottom: 10px;
}

[data-site="home"] > form > span + .ipt,
[data-site="account"] > form > span + .ipt,
[data-site="contact"] > form > span + .ipt {
  margin-top: 10px;
}

[data-site="home"] > form + a,
[data-site="account"] > form + a,
[data-site="contact"] > form + a {
  margin-top: 50px;
}

[data-site="home"] > form .valid-indication,
[data-site="account"] > form .valid-indication,
[data-site="contact"] > form .valid-indication {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a3acaf;
}

[data-site="home"] > form .valid-indication::after,
[data-site="account"] > form .valid-indication::after,
[data-site="contact"] > form .valid-indication::after {
  content: '';
  position: absolute;
  right: -15px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #757575;
  border-bottom: 2px solid #757575;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
}

[data-site="home"] > form .valid-indication.verification-state--valid,
[data-site="account"] > form .valid-indication.verification-state--valid,
[data-site="contact"] > form .valid-indication.verification-state--valid {
  color: #757575;
}

[data-site="home"] > form .valid-indication.verification-state--valid::after,
[data-site="account"] > form .valid-indication.verification-state--valid::after,
[data-site="contact"] > form .valid-indication.verification-state--valid::after {
  visibility: visible;
}

[data-site="account"] .ipt + *:not(.ipt) {
  margin-top: 50px;
}

[data-site="contact"] h3 {
  margin-bottom: 10px;
}

[data-site="contact"] span + h3 {
  margin-top: 30px;
}

[data-site="map"] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Events */
}

[data-site="map"] main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: white;
  z-index: 3;
  visibility: hidden;
}

@media all and (min-width: 701px) {
  [data-site="map"] main {
    width: 570px;
  }
}

[data-site="map"] article {
  padding: 0 30px;
}

[data-site="map"] #toolbar {
  visibility: visible;
  padding: 10px;
}

[data-site="map"] #toolbar > .toolbar__controls {
  position: relative;
  height: 50px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid white;
  background-color: white;
}

[data-site="map"] #toolbar > .toolbar__controls > * {
  display: none;
  margin-left: 10px;
}

[data-site="map"] #toolbar > .toolbar__controls > .button--menu,
[data-site="map"] #toolbar > .toolbar__controls > .button--back {
  margin: 0;
}

[data-site="map"] #toolbar > .toolbar__controls > .toolbar__title {
  color: #fff;
}

[data-site="map"] #toolbar > .toolbar__controls > .toolbar__title,
[data-site="map"] #toolbar > .toolbar__controls > .toolbar__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

[data-site="map"] #toolbar > .toolbar__controls > .toolbar__search-input {
  height: 50px;
  padding: 0 50px 2px 0;
}

[data-site="map"] #toolbar > .toolbar__controls > .toolbar__search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

[data-site="map"] #toolbar > .toolbar__controls > .toolbar__search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[data-site="map"] #toolbar > .toolbar__controls > .button--search {
  position: absolute;
  right: 60px;
}

[data-site="map"] #toolbar > .toolbar__controls > .button--search:after {
  content: '';
  height: 30px;
  width: 1px;
  background-color: #dadada;
}

[data-site="map"] #toolbar > .toolbar__controls > .button--clear {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

[data-site="map"] #toolbar > .toolbar__controls > .button--clear:before {
  font-size: 10px;
}

[data-site="map"] #toolbar > .toolbar__search-results {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: white;
}

[data-site="map"] #toolbar > .toolbar__search-results > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 16px;
}

[data-site="map"] #toolbar > .toolbar__search-results > li.no-results {
  padding-left: 60px;
}

[data-site="map"] #toolbar > .toolbar__search-results > li > i {
  width: 28px;
  height: 28px;
  margin-right: 17px;
  background-color: #edeeee;
  border-radius: 14px;
}

[data-site="map"] #toolbar > .toolbar__search-results > li > i.icon--search:before {
  font-size: 12px;
}

[data-site="map"] #toolbar > .toolbar__search-results > li > i.icon--location:before {
  font-size: 14px;
}

[data-site="map"] #toolbar > .toolbar__search-results > li > span {
  padding: 14px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

[data-site="map"] #toolbar > .toolbar__search-results > li > .input-accordance {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 600;
}

@media all and (max-width: 700px) {
  [data-site="map"] #toolbar > .toolbar__search-results {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    padding: 0 10px;
    overflow-y: auto;
  }
  [data-site="map"] #toolbar > .toolbar__search-results > li:first-child {
    margin-top: 10px;
  }
  [data-site="map"] #toolbar > .toolbar__search-results > li:last-child {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 701px) {
  [data-site="map"] #toolbar > .toolbar__controls {
    border: none;
  }
  [data-site="map"] #toolbar > .toolbar__controls > .button--clear:hover {
    background: #edeeee;
  }
  [data-site="map"] #toolbar > .toolbar__search-results > li > span {
    padding: 10px 0;
  }
  [data-site="map"] #toolbar > .toolbar__search-results > li:not(.no-results):hover {
    background-color: #edeeee;
    cursor: pointer;
  }
  [data-site="map"] #toolbar > .toolbar__search-results > li:active, [data-site="map"] #toolbar > .toolbar__search-results > li:focus {
    outline: none;
  }
  [data-site="map"] #toolbar > .toolbar__search-results > li:not(.no-results):active * {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
}

[data-site="map"] #content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

[data-site="map"] #content > #filter {
  display: none;
}

[data-site="map"] #content > #filter #filter__type-select {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

[data-site="map"] #content > #filter #filter__type-select:hover > .section--plain::after {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

[data-site="map"] #content > #filter #filter__type-select h3 {
  text-transform: uppercase;
}

[data-site="map"] #content > #filter #filter__type-select > .section--plain {
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site="map"] #content > #filter #filter__type-select > .section--plain::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("https://images.ctfassets.net/wp1lcwdav1p1/1epIo8duXPiirvGmKMf1Xd/6b77a92eee1e2fc5844f0517795dbd7c/penn-mcit-aboutDepartment.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: -webkit-filter 200ms ease-in-out;
  transition: -webkit-filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out;
  transition: filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
  z-index: -1;
}

[data-site="map"] #content > #filter #filter__type-select > .section--plain > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

[data-site="map"] #content > #filter #filter__type-select > .section--plain > div > * {
  color: #fff;
  pointer-events: none;
}

[data-site="map"] #content > #filter #filter__type-select .ipt {
  width: auto;
}

[data-site="map"] #content > #filter #filter__type-select .paper-entries {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

[data-site="map"] #content > #filter #filter__type-select + article {
  border-top: none;
  background-color: #fff;
}

[data-site="map"] #content > #filter .section--expandable .ipt:not(:first-child) {
  margin-top: 10px;
}

[data-site="map"] #content > #list {
  display: none;
}

[data-site="map"] #content > #list section {
  cursor: pointer;
}

[data-site="map"] #content > #list .list__logo {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

[data-site="map"] #content > #list .state--bookmarked .button:before {
  content: "\e903";
}

[data-site="map"] #content > #card {
  display: none;
  padding: 0;
  border-top: none;
}

[data-site="map"] #content > #card > section {
  margin: 0 30px;
}

[data-site="map"] #content > #card > section.card__quickview {
  padding: 20px 0;
}

[data-site="map"] #content > #card > .article__head {
  margin: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #cccccc;
}

[data-site="map"] #content > #card > .card__footer {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 20px 0 30px;
  border-top: 1px solid #dadada;
}

[data-site="map"] #content > #card a,
[data-site="map"] #content > #card span {
  display: block;
}

[data-site="map"] #content > #card h4:not(:first-child) {
  margin-top: 18px;
}

[data-site="map"] main.event--map-visible > #toolbar {
  margin: 10px;
  padding: 0;
}

[data-site="map"] main.event--map-visible > #toolbar .button--menu,
[data-site="map"] main.event--map-visible > #toolbar .button--filter,
[data-site="map"] main.event--map-visible > #toolbar .button--search,
[data-site="map"] main.event--map-visible > #toolbar .toolbar__search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site="map"] main.event--filter-visible, [data-site="map"] main.event--list-visible, [data-site="map"] main.event--card-visible {
  visibility: visible;
}

[data-site="map"] main.event--filter-visible > #toolbar, [data-site="map"] main.event--list-visible > #toolbar, [data-site="map"] main.event--card-visible > #toolbar {
  margin: 0;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #4a4a4a;
}

[data-site="map"] main.event--filter-visible > #toolbar > .toolbar__controls, [data-site="map"] main.event--list-visible > #toolbar > .toolbar__controls, [data-site="map"] main.event--card-visible > #toolbar > .toolbar__controls {
  background-color: #4a4a4a;
}

[data-site="map"] main.event--filter-visible > #toolbar > .toolbar__controls > .button--back,
[data-site="map"] main.event--filter-visible > #toolbar > .toolbar__controls > .button--apply,
[data-site="map"] main.event--filter-visible > #toolbar > .toolbar__controls > .toolbar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site="map"] main.event--filter-visible > #content > #filter {
  display: block;
}

[data-site="map"] main.event--list-visible > #toolbar > .toolbar__controls > .button--close,
[data-site="map"] main.event--list-visible > #toolbar > .toolbar__controls > .toolbar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site="map"] main.event--list-visible > #content > #list {
  display: block;
}

[data-site="map"] main.event--list-visible.event--card-visible > #content > #list {
  display: none;
}

[data-site="map"] main.event--card-visible > #toolbar > .toolbar__controls > .button--close,
[data-site="map"] main.event--card-visible > #toolbar > .toolbar__controls > .toolbar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site="map"] main.event--card-visible > #content > #card {
  display: block;
}

[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls {
  background-color: white;
}

[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .button--apply,
[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .toolbar__title,
[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .button--search,
[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .button--filter {
  display: none;
}

[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .button--clear,
[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .toolbar__search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__search-results {
  display: block;
}

[data-site="map"] main.event--search-results-visible > #content > #card,
[data-site="map"] main.event--search-results-visible > #content > #list,
[data-site="map"] main.event--search-results-visible > #content > #filter {
  display: none;
}

@media all and (max-width: 700px) {
  [data-site="map"] main.event--filter-visible > #toolbar > .toolbar__controls, [data-site="map"] main.event--list-visible > #toolbar > .toolbar__controls, [data-site="map"] main.event--card-visible > #toolbar > .toolbar__controls {
    border-color: #f3f3f3;
  }
  [data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls {
    height: 60px;
    margin: 10px 10px 0;
    border-radius: 4px;
    border-color: #dadada;
  }
  [data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .toolbar__search-input {
    border-bottom: none;
  }
  [data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__search-results {
    border-top: none;
  }
}

@media all and (min-width: 701px) {
  [data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls {
    padding: 0 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  [data-site="map"] main.event--search-results-visible > #toolbar > .toolbar__controls > .toolbar__search-input {
    margin-top: 1px;
  }
  [data-site="map"] main.event--filter-visible.event--search-results-visible .button--clear, [data-site="map"] main.event--list-visible.event--search-results-visible .button--clear, [data-site="map"] main.event--card-visible.event--search-results-visible .button--clear {
    top: 28px;
    right: 30px;
  }
  [data-site="map"] main.event--filter-visible.event--search-results-visible .toolbar__search-input, [data-site="map"] main.event--list-visible.event--search-results-visible .toolbar__search-input, [data-site="map"] main.event--card-visible.event--search-results-visible .toolbar__search-input {
    border-bottom: 1px solid #dadada;
  }
  [data-site="map"] main.event--filter-visible.event--search-results-visible .toolbar__search-results, [data-site="map"] main.event--list-visible.event--search-results-visible .toolbar__search-results, [data-site="map"] main.event--card-visible.event--search-results-visible .toolbar__search-results {
    padding-top: 0;
    border-top: none;
  }
  [data-site="map"] main.event--filter-visible.event--search-results-visible .toolbar__search-results > li, [data-site="map"] main.event--list-visible.event--search-results-visible .toolbar__search-results > li, [data-site="map"] main.event--card-visible.event--search-results-visible .toolbar__search-results > li {
    padding: 0 30px 0 26px;
  }
  [data-site="map"] main.event--filter-visible.event--search-results-visible .toolbar__search-results > li.no-results, [data-site="map"] main.event--list-visible.event--search-results-visible .toolbar__search-results > li.no-results, [data-site="map"] main.event--card-visible.event--search-results-visible .toolbar__search-results > li.no-results {
    padding-left: 71px;
  }
  [data-site="map"] main.event--filter-visible.event--search-results-visible > #content, [data-site="map"] main.event--list-visible.event--search-results-visible > #content, [data-site="map"] main.event--card-visible.event--search-results-visible > #content {
    border: none;
  }
}

[data-site="disclamer"],
[data-site="imprint"] {
  max-width: 1100px;
}

[data-site="disclamer"] > article > section:first-child,
[data-site="imprint"] > article > section:first-child {
  padding-top: 0;
}

[data-site="disclamer"] span,
[data-site="imprint"] span {
  display: block;
}

[data-site="disclamer"] span + span,
[data-site="imprint"] span + span {
  margin-top: 10px;
}

[data-site="disclamer"] ul,
[data-site="imprint"] ul {
  list-style-type: circle;
  margin: 20px 0 20px 30px;
}

[data-site="disclamer"] ul > li + li,
[data-site="imprint"] ul > li + li {
  margin-top: 10px;
}
/*# sourceMappingURL=main.css.map */