@charset "UTF-8";
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #444;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #3371c4;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #FFF200;
}

.accordion-grouping, .layer, .layer-intro, .video-text, .map, .basic-text-wrap {
  padding: 2rem 2rem;
}

@media (min-width: 48rem) {
  .accordion-grouping, .layer, .layer-intro, .video-text, .map, .basic-text-wrap {
    padding: 3rem 2rem;
  }
}

@media (min-width: 81.25rem) {
  .accordion-grouping, .layer, .layer-intro, .video-text, .map, .basic-text-wrap {
    padding: 4rem 2rem;
  }
}

@media (min-width: 112.5rem) {
  .accordion-grouping, .layer, .layer-intro, .video-text, .map, .basic-text-wrap {
    padding: 5rem 2rem;
  }
}

.two-col .basic-text-wrap {
  padding: 1.5rem;
}

@media (min-width: 81.25rem) {
  .two-col .basic-text-wrap {
    padding: 2rem 1rem;
  }
}

.top-margin {
  margin-top: 1rem;
}

@media (min-width: 48rem) {
  .top-margin {
    margin-top: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .top-margin {
    margin-top: 3rem;
  }
}

@media (min-width: 100rem) {
  .top-margin {
    margin-top: 4rem;
  }
}

.bottom-margin {
  margin-bottom: 1rem;
}

@media (min-width: 48rem) {
  .bottom-margin {
    margin-bottom: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .bottom-margin {
    margin-bottom: 3rem;
  }
}

@media (min-width: 100rem) {
  .bottom-margin {
    margin-bottom: 4rem;
  }
}

.accordion-content-body, .basic-text-wrap {
  line-height: 1.8;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
}

.accordion-content-body p, .basic-text-wrap p {
  margin-bottom: 1rem;
}

.accordion-content-body p:last-of-type, .basic-text-wrap p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .accordion-content-body p, .basic-text-wrap p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25rem) {
  .accordion-content-body, .basic-text-wrap {
    font-size: 1.125rem;
  }
  .accordion-content-body p, .basic-text-wrap p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100rem) {
  .accordion-content-body p, .basic-text-wrap p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5rem) {
  .accordion-content-body p, .basic-text-wrap p {
    margin-bottom: 1.8rem;
  }
}

.layer-headline {
  font-family: protipo, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  .layer-headline {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25rem) {
  .layer-headline {
    font-size: 1.7rem;
  }
}

@media (min-width: 100rem) {
  .layer-headline {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5rem) {
  .layer-headline {
    font-size: 2.3rem;
  }
}

.card-title {
  font-family: protipo, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

@media (min-width: 48rem) {
  .card-title {
    font-size: 1.35rem;
  }
}

@media (min-width: 81.25rem) {
  .card-title {
    font-size: 1.45rem;
  }
}

@media (min-width: 100rem) {
  .card-title {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5rem) {
  .card-title {
    font-size: 1.9rem;
  }
}

.accordion-grouping-headline {
  font-family: protipo, sans-serif;
  font-size: 1rem;
}

@media (min-width: 48rem) {
  .accordion-grouping-headline {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25rem) {
  .accordion-grouping-headline {
    font-size: 1.15rem;
  }
}

@media (min-width: 100rem) {
  .accordion-grouping-headline {
    font-size: 1.2rem;
  }
}

@media (min-width: 112.5rem) {
  .accordion-grouping-headline {
    font-size: 1.25rem;
  }
}

.accordion-header-title {
  font-family: protipo, sans-serif;
  font-size: .9rem;
}

@media (min-width: 48rem) {
  .accordion-header-title {
    font-size: 1rem;
  }
}

@media (min-width: 100rem) {
  .accordion-header-title {
    font-size: 1.15rem;
  }
}

@media (min-width: 112.5rem) {
  .accordion-header-title {
    font-size: 1.2rem;
  }
}

.accordion {
  margin: 0 auto;
  display: block;
  padding: .25rem 0;
  max-width: 81.25rem;
}

.accordion-intro {
  padding-bottom: 1rem;
}

@media (min-width: 81.25rem) {
  .accordion-intro {
    padding-bottom: 2rem;
  }
}

.accordion:first-child {
  margin-top: 1rem;
}

@media (min-width: 81.25rem) {
  .accordion:first-child {
    margin-top: 2rem;
  }
}

.accordion-grouping-headline {
  color: #BB2649;
}

@media (min-width: 81.25rem) {
  .accordion-grouping-headline {
    margin-bottom: 1rem;
  }
}

.accordion-header {
  background: #f4f2f3;
  width: 100%;
  outline: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 1rem;
  text-align: left;
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.accordion-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  z-index: 1;
  opacity: 0;
  transition: 0.3s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.accordion-header-icon {
  background: #560b1d;
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  margin-right: .75rem;
  border: none;
  border-radius: 50%;
  padding: .5rem;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  flex: 0 0 auto;
  z-index: 10;
}

.accordion-header-icon:before, .accordion-header-icon:after {
  width: 2px;
  height: 0.5rem;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform-origin: center bottom;
}

.accordion-header-icon:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.accordion-header-icon:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.accordion-header-title {
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  z-index: 10;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.accordion-header:hover {
  background: #f4f2f3;
}

.accordion-header:hover:after {
  opacity: 1;
}

.accordion-header:hover .accordion-header {
  background: #BB2649;
}

.accordion-header:hover .accordion-header-title {
  color: #fff;
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  text-align: left;
}

.accordion-content-body {
  padding: 1rem;
}

@media (min-width: 81.25rem) {
  .accordion-content-body {
    padding: 1.5rem 1.5rem 1.5rem 4rem;
  }
}

.accordion-content-body p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 81.25rem) {
  .accordion-content-body .button {
    margin-bottom: 1rem;
  }
}

.accordion.accordion-open .accordion-header {
  background: #f4f2f3;
}

.accordion.accordion-open .accordion-header-icon {
  background: #BB2649;
}

.accordion.accordion-open .accordion-header-icon:before {
  transform: translateX(-50%) translateY(-125%) rotate(135deg);
}

.accordion.accordion-open .accordion-header-icon:after {
  transform: translateX(-50%) translateY(-125%) rotate(-135deg);
}

.accordion.accordion-open .accordion-header-title {
  color: #fff;
}

.accordion.accordion-open .accordion-content {
  max-height: 3000px;
  display: block;
}

.button {
  color: #fff;
  background: #BB2649;
  padding: 1rem 1.5rem;
  display: block;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.button:hover:before {
  opacity: 1;
  width: 300px;
  height: 300px;
  transition: 0.4s width cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.4s height cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
  content: "";
  z-index: 2;
  border-radius: 50%;
}

.button.outline {
  background-color: transparent;
  border: 2px solid #BB2649;
}

.button.outline:hover .button-text {
  color: #fff;
}

.button.outline .button-text {
  color: #BB2649;
}

.button.outline:before {
  background-color: #BB2649;
}

.button.white-hover:before {
  background-color: #fff;
}

.button.white-hover:hover .button-text {
  color: #BB2649;
}

.button-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 100;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.button.white {
  background: #fff;
  color: #f11f56;
}

.button.yellow {
  background: #FFF200;
  color: #BB2649;
}

.button.small {
  padding: .55rem .75rem .6rem;
}

@media (min-width: 81.25rem) {
  .button.small {
    padding: .5rem 1rem .6rem;
  }
}

.button.small .button-text {
  letter-spacing: 1px;
  font-size: .8rem;
  line-height: .8rem;
}

@media (min-width: 81.25rem) {
  .button.small .button-text {
    font-size: .85rem;
    letter-spacing: 2px;
  }
}

.button.md {
  padding: .55rem 1.5rem .65rem;
}

@media (min-width: 81.25rem) {
  .button.md {
    padding: .65rem 1.5rem .75rem;
  }
}

.layer {
  clear: both;
}

.layer-wrap {
  max-width: 100rem;
}

.layer-intro {
  max-width: 64rem;
  margin: 0 auto;
}

.layer-intro.wide {
  max-width: 100rem;
}

.layer-headline {
  margin-bottom: 1rem;
  color: #BB2649;
  line-height: 1.2;
}

.layer-headline-link {
  color: #BB2649;
  display: block;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.layer-headline-link:hover {
  color: #f11f56;
}

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

.layer-subheadline {
  color: #f11f56;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.layer-teaser {
  max-width: 48rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  color: #333333;
  margin: 0 auto;
}

@media (min-width: 81.25rem) {
  .layer-teaser {
    font-size: 1.2rem;
  }
}

.layer-cta {
  padding-top: 1rem;
}

@media (min-width: 48rem) {
  .layer-cta {
    padding-top: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .layer-cta {
    padding-top: 3rem;
  }
}

.home .members.layer, .home .members .layer-intro {
  padding-top: 0;
}

.card {
  flex: 1 1 50%;
  text-align: center;
  position: relative;
  top: 0;
  transition: 0.3s top cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (max-width: 64rem) {
  .card {
    margin-bottom: 2rem;
  }
}

@media (min-width: 48rem) {
  .card {
    flex: 1 1 25%;
    margin: 0 1rem 2rem;
  }
}

@media (min-width: 81.25rem) {
  .card {
    margin: 0 1.5rem 2.5rem;
  }
}

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

@media (min-width: 81.25rem) {
  .card.news .card-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.card.news .card-title {
  margin-bottom: 1rem;
}

.card:hover {
  top: -.25rem;
}

.card-link {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 81.25rem) {
  .card-link {
    box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.05);
  }
}

.card-link:hover {
  box-shadow: 0.75rem 0.75rem 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 81.25rem) {
  .card-link:hover {
    box-shadow: 1rem 1.5rem 0 rgba(0, 0, 0, 0.05);
  }
}

.card-link:hover .card-photo-img {
  transform: scale(1.05);
  transform-origin: center center;
}

.card-link:hover .card-text {
  background: #BB2649;
}

.card-link:hover .card-title {
  color: #fff;
}

.card-link:hover .card-subtitle {
  color: #f11f56;
}

.card-link:hover .card-teaser {
  color: #fff;
}

.card-photo {
  width: 100%;
  position: relative;
}

.card-photo-aspect {
  position: relative;
  padding-top: 93.75%;
  overflow: hidden;
}

.card-photo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 100;
}

.card-photo:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: -0.25rem;
  z-index: 1;
  border-radius: 50%;
}

.card-text {
  background-color: #f4f2f3;
  padding: 1rem;
  transition: 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-title {
  color: #BB2649;
  line-height: 1.1;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.card-subtitle {
  color: #000;
  transition: 0.5s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-top: .35rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.card-teaser {
  color: #333333;
  padding-bottom: .5rem;
  line-height: 1.5;
}

.card-grid {
  max-width: 81.25rem;
  margin: 0 auto;
}

@media (min-width: 48rem) {
  .card-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    justify-content: center;
  }
}

@media (min-width: 100rem) {
  .card-grid {
    margin: 0 auto;
  }
}

.card-grid.news-index {
  flex-wrap: wrap;
}

.card-grid.news-index .card {
  margin: 1rem;
}

@media (min-width: 48rem) {
  .card-grid.news-index .card {
    flex: 1 1 calc(25% - 3rem);
    margin: 1.5rem;
  }
}

.card-grid.scientific {
  flex-wrap: wrap;
}

.card-grid.scientific .card {
  margin: 1rem 0 2rem 0;
}

@media (min-width: 48rem) {
  .card-grid.scientific .card {
    flex: 1 1 calc(33.33% - 3rem);
    margin: 1.5rem;
    max-width: calc(33.33% - 3rem);
  }
}

.card-grid.related {
  flex-wrap: wrap;
}

.card-grid.related .card {
  margin: 1rem 0 2rem 0;
}

@media (min-width: 48rem) {
  .card-grid.related .card {
    flex: 1 1 calc(33.33% - 3rem);
    margin: 1.5rem;
    max-width: calc(33.33% - 3rem);
  }
}

@media (min-width: 48rem) {
  .home .members .card:nth-of-type(1), .home .members .card:nth-of-type(3), .home .members .card:nth-of-type(4), .home .members .card:nth-of-type(6) {
    margin-top: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .home .members .card:nth-of-type(1), .home .members .card:nth-of-type(3), .home .members .card:nth-of-type(4), .home .members .card:nth-of-type(6) {
    margin-top: 3rem;
  }
}

@media (min-width: 81.25rem) {
  .home .members .card:nth-of-type(1), .home .members .card:nth-of-type(3), .home .members .card:nth-of-type(4), .home .members .card:nth-of-type(6) {
    margin-top: 4rem;
  }
}

.page-team .members.layer {
  padding-top: 0;
}

.video {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
  margin-top: 4em;
  padding-bottom: 0;
}

@media (min-width: 48rem) {
  .video {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
}

.video-grid {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0rem 2rem 1rem;
}

@media (min-width: 48rem) {
  .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
  }
}

.video-player {
  position: relative;
  top: -1rem;
}

@media (min-width: 48rem) {
  .video-player {
    flex: 1 1 60%;
    top: -2rem;
  }
}

.video-player-aspect {
  padding-top: 56.25%;
  position: relative;
}

.video-player-aspect iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 81.25rem) {
  .video-player-aspect iframe {
    box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.05);
  }
}

.video-text {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}

@media (max-width: 64rem) {
  .video-text {
    padding: 1rem 0 0;
  }
}

@media (min-width: 81.25rem) {
  .video-text {
    padding-left: 4rem;
  }
}

@media (max-width: 64rem) {
  .video .layer-subheadline {
    margin-bottom: .5rem;
  }
}

.video .layer-teaser {
  font-size: 120%;
  font-weight: 300;
  margin-bottom: 1rem;
}

@media (min-width: 81.25rem) {
  .video .layer-teaser {
    font-size: 150%;
  }
}

.video .layer-cta {
  padding-top: 1rem !important;
}

.video-player {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
  overflow: hidden;
}

.video-player-container {
  max-width: 64rem;
  margin: 0 auto;
}

.video-player > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 48rem) {
  .video-player {
    padding-bottom: 28.35%;
  }
}

@media (min-width: 81.25rem) {
  .video-player {
    padding-bottom: 35%;
  }
}

.embed .layer-wrap {
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 48rem) {
  .embed .layer-wrap {
    padding: 0;
  }
}

.embed iframe {
  width: 100% !important;
}

.map {
  width: 100%;
  background: #560b1d;
  clear: both;
  position: relative;
}

.map-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

.map-background-fig {
  opacity: .2;
  height: 100%;
}

.map-background-fig-img {
  height: 100%;
  width: auto;
}

.map-wrap {
  max-width: 81.25rem;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
}

@media (min-width: 81.25rem) {
  .map-wrap {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
    align-items: center;
    padding: 0 3.5rem;
  }
}

.map-text {
  color: #fff;
  text-align: center;
}

@media (min-width: 81.25rem) {
  .map-text {
    text-align: left;
  }
}

.map-text h2 {
  font-size: 2.4rem;
}

.map-text p {
  font-size: 1.15rem;
  line-height: 1.4;
}

.local-map {
  max-width: 48rem;
  margin: 0 auto;
}

.local-map-layer {
  background: none;
  padding: 0em 0 2em 0;
}

.local-map-svg {
  max-width: 100%;
  filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.3));
}

.local-map-state {
  fill: #783C4A;
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.local-map-state:hover {
  fill: #fff;
  cursor: pointer;
}

.local-map-state.action-priority-medium {
  fill: #FFF200;
}

.local-map-state.action-priority-high {
  fill: #BB2649;
}

.local-map-mainland {
  stroke: #560b1d;
  stroke-width: .05rem;
}

.local-map-island {
  stroke: #560b1d;
  stroke-width: .05rem;
}

.local-map-text {
  font-weight: 700;
  font-size: .6rem;
  fill: #560b1d;
}

.select-list {
  text-align: center;
  margin: 2em 0 0 0;
}

@media (min-width: 81.25rem) {
  .select-list {
    text-align: left;
  }
}

#statelist {
  font-size: 115%;
  border: 1px #fff solid;
  width: 100%;
  max-width: 300px;
  margin: 0 0 1em 0;
  padding: 5px;
}

.basic-text {
  max-width: 81.25rem;
  margin: 0 auto;
}

.basic-text-wrap p {
  margin-bottom: 1rem;
}

.basic-text-flex {
  margin: 0 0 1.5rem 0;
}

@media (min-width: 48rem) {
  .basic-text-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    justify-content: center;
  }
}

.basic-text-flex-col {
  flex: 1 1 calc(50% - 3rem);
  margin: 1.5rem;
}

.remove-top-padding {
  padding-top: 0 !important;
}

.remove-bottom-padding {
  padding-bottom: 0 !important;
}
