/* Theme Name: Zoe Institut
 * Theme URI: http://zoe-institut.de
 * Author:  Valentin Seehausen
 * Author URI: http://valentin-seehausen.de
 * Description: Theme for Zoe Institut
 * Version: 0.1
 * License: All Rights reserved to Zoe Institut
 * License URI: none
 */
h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

h2 {
  margin: 2rem 0;
  margin-top: 4rem;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #006891; }

h3 {
  margin: 2rem 0;
  margin-top: 4rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #151515; }

p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  margin: 2rem 0; }

.container {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.vertical-margin {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.half-page-height {
  min-height: 50vh; }

#fbIframe {
  height: 2200px !important; }

.tilecard {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem; }
  .tilecard img {
    transition: opacity 0.3s; }
  .tilecard a {
    transition: color 0.3s; }
  .tilecard:hover, .tilecard:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .tilecard:hover img, .tilecard:focus img {
      opacity: 0.77; }
  .tilecard:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .tilecard:active img {
      opacity: 0.77; }

.tilecard__tile {
  position: relative;
  height: 25rem;
  padding: 3rem;
  box-sizing: border-box; }

.tilecard__tile__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word; }

.tilecard__tile__info {
  position: absolute;
  bottom: 3rem;
  max-width: 70%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  font-weight: normal; }

.tilecard__tile__icon {
  position: absolute;
  bottom: 3rem;
  height: 3.3rem;
  right: 3rem; }

.tilecard__tile__morelink {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.tilecard__tile--project {
  background-color: #006891; }

.tilecard__tile--publication {
  background-color: #69c0ac; }

.tilecard__tile--event {
  background-color: #249b98; }

.tilecard__tile--news {
  background-color: #fff;
  color: #151515; }
  .tilecard__tile--news .tilecard__tile__title, .tilecard__tile--news .tilecard__tile__info {
    color: #151515; }
  .tilecard__tile--news .tilecard__tile__info {
    bottom: auto;
    top: 3rem; }
  .tilecard__tile--news .tilecard__tile__icon {
    display: none; }
  .tilecard__tile--news .tilecard__tile__title {
    position: absolute;
    top: 9rem; }

.tilecard__text__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  margin-left: 0; }

.tilecard__text {
  padding: 3rem; }

.tilecard__text__content {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400;
  height: 6.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.admin-bar .sidebar {
  top: 32px; }
.admin-bar .sidebar__mobile {
  top: 11.2rem; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 12rem;
  background-color: white;
  z-index: 9; }
  @media screen and (max-width: 55em) {
    .sidebar {
      height: 8rem; } }
  .sidebar .mainmenu {
    float: left; }
    @media screen and (max-width: 55em) {
      .sidebar .mainmenu {
        display: none; } }
    .sidebar .mainmenu ul {
      margin-top: 3.5rem;
      padding: 0; }
      .sidebar .mainmenu ul li {
        display: block;
        float: left;
        list-style: none; }
        .sidebar .mainmenu ul li a {
          display: block;
          padding: 1rem 1rem; }
          @media screen and (min-width: 64em) {
            .sidebar .mainmenu ul li a {
              padding: 1rem 2rem; } }
          .sidebar .mainmenu ul li a.current span {
            position: relative; }
            .sidebar .mainmenu ul li a.current span:after {
              content: "";
              background: #249b98;
              position: absolute;
              bottom: -0.5rem;
              left: 0;
              right: 0;
              height: 2px;
              transition: all 0.3s; }
          .sidebar .mainmenu ul li a.current:hover:after, .sidebar .mainmenu ul li a.current:focus:after {
            background: #69c0ac; }
        .sidebar .mainmenu ul li ul.sub-menu {
          display: none;
          position: absolute;
          background-color: white;
          width: 25rem;
          margin-top: 0;
          border: solid 1px #249b98;
          box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5); }
          .sidebar .mainmenu ul li ul.sub-menu li {
            list-style: none;
            display: block;
            width: 100%; }
            .sidebar .mainmenu ul li ul.sub-menu li:hover, .sidebar .mainmenu ul li ul.sub-menu li:focus {
              background-color: rgba(36, 155, 152, 0.1); }
            .sidebar .mainmenu ul li ul.sub-menu li a {
              color: #151515;
              padding: 2rem 1rem; }
              @media screen and (min-width: 64em) {
                .sidebar .mainmenu ul li ul.sub-menu li a {
                  padding: 2rem 2rem; }
                  .sidebar .mainmenu ul li ul.sub-menu li a:hover:after, .sidebar .mainmenu ul li ul.sub-menu li a:focus:after {
                    background: #69c0ac; } }
        .sidebar .mainmenu ul li:hover ul.sub-menu, .sidebar .mainmenu ul li:focus ul.sub-menu {
          display: block; }

.sidebar__container {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.sidebar__container__mobilelinks {
  display: none;
  position: relative;
  float: right;
  margin-top: 3rem; }
  @media screen and (max-width: 55em) {
    .sidebar__container__mobilelinks {
      display: block; } }

.sidebar__container__mobilelinks__search {
  padding: 1rem 2rem;
  cursor: pointer; }

.sidebar__container__mobilelinks__navTrigger {
  float: right;
  display: inline;
  padding-right: 2rem; }

.sidebar__container__mobilelinks__open {
  padding: 1rem 2rem;
  cursor: pointer; }

.sidebar__container__mobilelinks__close {
  padding: 1rem 2rem;
  cursor: pointer;
  display: none; }

.sidebar__container__languageswitcher {
  display: inline-block;
  float: right;
  list-style: none;
  margin-top: 4.5rem;
  padding: 0; }
  @media screen and (max-width: 55em) {
    .sidebar__container__languageswitcher {
      display: none; } }
  .sidebar__container__languageswitcher li {
    float: left; }
    .sidebar__container__languageswitcher li:first-child:after {
      content: "/";
      color: #9b9b9b; }
    .sidebar__container__languageswitcher li a {
      color: #9b9b9b; }
    .sidebar__container__languageswitcher li.current-lang a {
      color: #151515; }

.sidebar__container__languageswitcher--mobile {
  display: block;
  padding: 2rem 2rem; }

.sidebar__logo {
  height: 5rem;
  width: auto;
  float: left;
  margin-top: 3.15rem;
  margin-right: 4rem; }
  @media screen and (max-width: 55em) {
    .sidebar__logo {
      height: 4rem;
      width: auto;
      margin-top: 2.2rem; } }

.sidebar__mobile {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 8rem;
  bottom: 8rem;
  width: 100%;
  background-color: white;
  z-index: 9;
  padding-bottom: 4rem; }
  @media screen and (min-width: 55em) {
    .sidebar__mobile {
      display: none !important; } }
  .sidebar__mobile:after {
    content: "";
    background: rgba(155, 155, 155, 0.25);
    position: fixed;
    bottom: 8rem;
    left: 2rem;
    right: 2rem;
    height: 2px;
    transition: all 0.3s; }
  .sidebar__mobile ul.menu {
    margin-top: 4.5rem;
    padding: 0; }
    .sidebar__mobile ul.menu li {
      width: 100%;
      list-style: none; }
      .sidebar__mobile ul.menu li a {
        display: inline-block;
        padding: 2rem 2rem;
        color: #249b98; }
        .sidebar__mobile ul.menu li a.current span {
          position: relative; }
          .sidebar__mobile ul.menu li a.current span:after {
            content: "";
            background: #249b98;
            position: absolute;
            bottom: -0.5rem;
            left: 0;
            right: 0;
            height: 2px;
            transition: all 0.3s; }
        .sidebar__mobile ul.menu li a.current:hover:after, .sidebar__mobile ul.menu li a.current:focus:after {
          background: #69c0ac; }
    .sidebar__mobile ul.menu ul.sub-menu {
      margin-top: 0; }
      .sidebar__mobile ul.menu ul.sub-menu li {
        list-style: none;
        display: block;
        width: 100%; }
        .sidebar__mobile ul.menu ul.sub-menu li:hover, .sidebar__mobile ul.menu ul.sub-menu li:focus {
          background-color: rgba(36, 155, 152, 0.1); }
        .sidebar__mobile ul.menu ul.sub-menu li a {
          color: #151515;
          padding: 2rem 1rem; }
          @media screen and (min-width: 64em) {
            .sidebar__mobile ul.menu ul.sub-menu li a {
              padding: 2rem 2rem; }
              .sidebar__mobile ul.menu ul.sub-menu li a:hover:after, .sidebar__mobile ul.menu ul.sub-menu li a:focus:after {
                background: #69c0ac; } }
    .sidebar__mobile ul.menu:hover ul.sub-menu, .sidebar__mobile ul.menu:focus ul.sub-menu {
      display: block; }

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto; }
  .navTrigger i {
    background-color: #151515;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px; }
    .navTrigger i:nth-child(1) {
      -webkit-animation: outT 0.8s backwards;
      animation: outT 0.8s backwards;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
    .navTrigger i:nth-child(2) {
      margin: 5px 0;
      -webkit-animation: outM 0.8s backwards;
      animation: outM 0.8s backwards;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
    .navTrigger i:nth-child(3) {
      -webkit-animation: outBtm 0.8s backwards;
      animation: outBtm 0.8s backwards;
      -webkit-animation-direction: reverse;
      animation-direction: reverse; }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
.fundraisingbanner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 4rem 0;
  text-align: center;
  background-color: #f8d100; }

.fundraisingbanner__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  color: #151515; }

.fundraisingbanner__partingline {
  width: 12rem;
  border: solid black 1px;
  margin: 2rem auto; }

.fundraisingbanner__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  color: #151515;
  max-width: 688px;
  margin: auto; }

.fundraisingbanner__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #e9425c;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  display: inline-block;
  margin: 2rem; }
  .fundraisingbanner__button:hover, .fundraisingbanner__button:focus {
    background-color: #e9425c;
    color: #151515; }
  .fundraisingbanner__button:active {
    background-color: #fce2e6;
    border: solid 2px #fce2e6;
    color: #151515; }

footer {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 4rem 0;
  background-color: #a0a0a0; }

.footer__container {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  padding: 4rem 0; }

.footer__menucontainer {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  max-width: 130rem; }

.footer__menucontainer__menus {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 4rem 0; }
  @media screen and (max-width: 81em) {
    .footer__menucontainer__menus {
      display: none; } }
  .footer__menucontainer__menus .menu ul {
    margin: 0;
    padding: 0; }
    .footer__menucontainer__menus .menu ul li {
      list-style: none; }
      .footer__menucontainer__menus .menu ul li a {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 18px;
        line-height: 1.44;
        color: #ffffff;
        font-weight: 400; }
        .footer__menucontainer__menus .menu ul li a:hover, .footer__menucontainer__menus .menu ul li a:focus {
          color: #eee; }

.footer__menucontainer__menus__menu {
  flex: 0 1 auto;
  margin-right: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff; }

.footer__menucontainer__menus__menu__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #ffffff; }

.footer__menucontainer__menubottom {
  margin-top: 4rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 81em) {
    .footer__menucontainer__menubottom {
      margin-top: 12rem; } }
  .footer__menucontainer__menubottom ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 6rem; }
    @media screen and (max-width: 55em) {
      .footer__menucontainer__menubottom ul {
        flex-flow: row wrap;
        padding: 0; } }
    .footer__menucontainer__menubottom ul li {
      flex: 0 1 auto;
      float: left;
      list-style: none; }
      @media screen and (max-width: 55em) {
        .footer__menucontainer__menubottom ul li {
          flex: 0 1 100%; } }
      .footer__menucontainer__menubottom ul li a {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 18px;
        line-height: 1.44;
        color: #ffffff;
        padding: 1rem 0;
        color: white;
        transition: all 0.3s;
        font-weight: 400; }
        @media screen and (max-width: 55em) {
          .footer__menucontainer__menubottom ul li a {
            text-decoration: underline; } }
        .footer__menucontainer__menubottom ul li a:hover, .footer__menucontainer__menubottom ul li a:focus {
          color: #eee; }
        .footer__menucontainer__menubottom ul li a img {
          position: relative;
          bottom: 16px; }
      @media screen and (max-width: 55em) {
        .footer__menucontainer__menubottom ul li {
          float: none; } }

.footer__menucontainer__mobilemenus {
  display: none; }
  @media screen and (max-width: 55em) {
    .footer__menucontainer__mobilemenus {
      display: block; } }
  .footer__menucontainer__mobilemenus h3 {
    margin-top: 4rem; }
  .footer__menucontainer__mobilemenus .menu ul {
    margin: 0;
    padding: 0; }
    .footer__menucontainer__mobilemenus .menu ul li {
      list-style: none; }
      .footer__menucontainer__mobilemenus .menu ul li a {
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 18px;
        line-height: 1.44;
        color: #ffffff;
        font-weight: 400; }
        .footer__menucontainer__mobilemenus .menu ul li a:hover, .footer__menucontainer__mobilemenus .menu ul li a:focus {
          color: #eee; }

.footer__container__newsletter {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.footer__container__newsletter__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #ffffff; }

.tnp-subscription {
  max-width: initial !important; }

.tnp-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.tnp-field-email {
  flex: 0 1 100%; }

.tnp-field-gender {
  flex: 0 1 15%; }
  @media screen and (max-width: 35em) {
    .tnp-field-gender {
      flex: 0 1 100%; } }

.tnp-field-firstname {
  flex: 0 1 35%; }
  @media screen and (max-width: 35em) {
    .tnp-field-firstname {
      flex: 0 1 100%; } }

.tnp-field-lastname {
  flex: 0 1 35%; }
  @media screen and (max-width: 35em) {
    .tnp-field-lastname {
      flex: 0 1 100%; } }

.tnp-field-privacy {
  flex: 0 1 100%; }

.tnp-field-button {
  flex: 0 1 100%; }

.tnp-label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.44 !important;
  color: #ffffff !important;
  font-weight: 400 !important; }
  .tnp-label.black {
    color: #151515 !important; }

.tnp-subscription input.tnp-submit {
  border: solid 2px #f8d100 !important;
  background-color: #ffffff !important;
  font-family: "IBM Plex Serif", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  color: #151515 !important;
  padding: 1.4rem 6rem !important;
  cursor: pointer; }

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select {
  border-radius: 0 !important; }

.taxtheme {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.taxtheme__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98;
  width: 100%;
  max-width: 78.6rem; }

.taxtheme__columns {
  display: flex;
  flex-flow: row wrap; }

.taxtheme__columns__left {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .taxtheme__columns__left {
      flex: 0 1 100%; } }

.taxtheme__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.taxtheme__columns__left__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.taxtheme__columns__left__publications a {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.taxtheme__columns__right {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .taxtheme__columns__right {
      flex: 0 1 100%; } }

.taxtheme__columns__right__content {
  padding-left: 15%; }
  @media screen and (max-width: 55em) {
    .taxtheme__columns__right__content {
      padding-left: 0; } }

.taxtheme__columns__right__content__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-top: 0; }

.taxtheme__columns__right__content__contactperson {
  display: inline-block;
  text-align: center; }

.taxtheme__columns__right__content__contactperson__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .taxtheme__columns__right__content__contactperson__image img {
    transition: opacity 0.3s; }
  .taxtheme__columns__right__content__contactperson__image a {
    transition: color 0.3s; }
  .taxtheme__columns__right__content__contactperson__image:hover, .taxtheme__columns__right__content__contactperson__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .taxtheme__columns__right__content__contactperson__image:hover img, .taxtheme__columns__right__content__contactperson__image:focus img {
      opacity: 0.77; }
  .taxtheme__columns__right__content__contactperson__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .taxtheme__columns__right__content__contactperson__image:active img {
      opacity: 0.77; }

.taxtheme__columns__right__content__contactperson__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 1rem; }

.taxtheme__columns__right__content__contactperson__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.alignnone {
  margin: 0.75rem 2.25rem 2.25rem 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 0.75rem auto 0.75rem auto; }

.alignright {
  float: right;
  margin: 0.75rem 0 2.25rem 2.25rem; }

.alignleft {
  float: left;
  margin: 0.75rem 2.25rem 2.25rem 0; }

a img.alignright {
  float: right;
  margin: 0.75rem 0 2.25rem 2.25rem; }
a img.alignnone {
  margin: 0.75rem 2.25rem 2.25rem 0; }
a img.alignleft {
  float: left;
  margin: 0.75rem 2.25rem 2.25rem 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 0.75rem 2.25rem 2.25rem 0; }
  .wp-caption.alignright {
    margin: 0.75rem 0 2.25rem 2.25rem; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 0.75rem; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 0.75rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.aevents {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.aevents__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.aevents__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.aevents__search__searchbartitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400; }

.aevents__search__searchbarcontainer {
  width: 100%;
  max-width: 78.6rem;
  display: flex;
  flex-flow: row nowrap; }

.aevents__search__searchbarcontainer__searchbar {
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  flex: 1 1 auto; }

.aevents__search__searchbarcontainer__searchbutton {
  flex: 0 1 6rem;
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  color: #249b98;
  padding-bottom: 0.6rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 80%; }

.aevents__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  @media screen and (min-width: 35em) {
    .aevents__list {
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }

.aevents__list__item {
  flex: 0 1 31%;
  margin-left: 1%;
  margin-right: 1%; }
  @media screen and (max-width: 55em) {
    .aevents__list__item {
      flex: 0 1 48%; } }
  @media screen and (max-width: 35em) {
    .aevents__list__item {
      flex: 0 1 100%;
      margin: initial; } }

.aevents__search__themebuttons {
  margin: 4rem 0; }

.aevents__search__themebuttons__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400;
  margin-top: 8rem;
  margin-bottom: 0; }

.aevents__search__themebuttons__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 2rem;
  margin-top: 2rem; }
  .aevents__search__themebuttons__button:hover, .aevents__search__themebuttons__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .aevents__search__themebuttons__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }
  .aevents__search__themebuttons__button.active {
    background-color: #f8d100; }

.anews {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.anews__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.anews__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.anews__search__searchbartitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400; }

.anews__search__searchbarcontainer {
  width: 100%;
  max-width: 78.6rem;
  display: flex;
  flex-flow: row nowrap; }

.anews__search__searchbarcontainer__searchbar {
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  flex: 1 1 auto; }

.anews__search__searchbarcontainer__searchbutton {
  flex: 0 1 6rem;
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  color: #249b98;
  padding-bottom: 0.6rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 80%; }

.anews__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  @media screen and (min-width: 35em) {
    .anews__list {
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }

.anews__list__item {
  flex: 0 1 31%;
  margin-left: 1%;
  margin-right: 1%; }
  @media screen and (max-width: 55em) {
    .anews__list__item {
      flex: 0 1 48%; } }
  @media screen and (max-width: 35em) {
    .anews__list__item {
      flex: 0 1 100%;
      margin: initial; } }

.anews__search__themebuttons {
  margin: 4rem 0; }

.anews__search__themebuttons__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400;
  margin-top: 8rem;
  margin-bottom: 0; }

.anews__search__themebuttons__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 2rem;
  margin-top: 2rem; }
  .anews__search__themebuttons__button:hover, .anews__search__themebuttons__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .anews__search__themebuttons__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }
  .anews__search__themebuttons__button.active {
    background-color: #f8d100; }

.aprojects {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.aprojects__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.aprojects__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.aprojects__search__searchbartitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400; }

.aprojects__search__searchbarcontainer {
  width: 100%;
  max-width: 78.6rem;
  display: flex;
  flex-flow: row nowrap; }

.aprojects__search__searchbarcontainer__searchbar {
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  flex: 1 1 auto; }

.aprojects__search__searchbarcontainer__searchbutton {
  flex: 0 1 6rem;
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  color: #249b98;
  padding-bottom: 0.6rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 80%; }

.aprojects__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  @media screen and (min-width: 35em) {
    .aprojects__list {
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }

.aprojects__list__item {
  flex: 0 1 31%;
  margin-left: 1%;
  margin-right: 1%; }
  @media screen and (max-width: 55em) {
    .aprojects__list__item {
      flex: 0 1 48%; } }
  @media screen and (max-width: 35em) {
    .aprojects__list__item {
      flex: 0 1 100%;
      margin: initial; } }

.aprojects__search__themebuttons {
  margin: 4rem 0; }

.aprojects__search__themebuttons__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400;
  margin-top: 8rem;
  margin-bottom: 0; }

.aprojects__search__themebuttons__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 2rem;
  margin-top: 2rem; }
  .aprojects__search__themebuttons__button:hover, .aprojects__search__themebuttons__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .aprojects__search__themebuttons__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }
  .aprojects__search__themebuttons__button.active {
    background-color: #f8d100; }

.apublications {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.apublications__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.apublications__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.apublications__search__searchbartitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400; }

.apublications__search__searchbarcontainer {
  width: 100%;
  max-width: 78.6rem;
  display: flex;
  flex-flow: row nowrap; }

.apublications__search__searchbarcontainer__searchbar {
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  flex: 1 1 auto; }

.apublications__search__searchbarcontainer__searchbutton {
  flex: 0 1 6rem;
  border: none;
  border-bottom: solid 1px #249b98;
  outline: 0;
  padding: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  color: #249b98;
  padding-bottom: 0.6rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 80%; }

.apublications__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  @media screen and (min-width: 35em) {
    .apublications__list {
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }

.apublications__list__item {
  flex: 0 1 31%;
  margin-left: 1%;
  margin-right: 1%; }
  @media screen and (max-width: 55em) {
    .apublications__list__item {
      flex: 0 1 48%; } }
  @media screen and (max-width: 35em) {
    .apublications__list__item {
      flex: 0 1 100%;
      margin: initial; } }

.apublications__search__themebuttons {
  margin: 4rem 0; }

.apublications__search__themebuttons__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  font-weight: 400;
  margin-top: 8rem;
  margin-bottom: 0; }

.apublications__search__themebuttons__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-right: 2rem;
  margin-top: 2rem; }
  .apublications__search__themebuttons__button:hover, .apublications__search__themebuttons__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .apublications__search__themebuttons__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }
  .apublications__search__themebuttons__button.active {
    background-color: #f8d100; }

.fc__blockteaser {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  position: relative;
  padding-bottom: 6rem;
  border-bottom: solid 1px rgba(155, 155, 155, 0.25); }

.fc__blockteaser__image {
  position: absolute;
  width: 100%;
  height: 31rem;
  left: 0;
  right: 0;
  top: 0;
  z-index: -9;
  object-fit: cover; }
  @media screen and (max-width: 55em) {
    .fc__blockteaser__image {
      width: 104%;
      left: -2%;
      right: -2%; } }

.fc__blockteaser__overlay {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  height: 23rem;
  z-index: -8;
  background-image: linear-gradient(to bottom, rgba(242, 252, 255, 0), #ffffff); }
  @media screen and (max-width: 55em) {
    .fc__blockteaser__overlay {
      width: 104%;
      left: -2%;
      right: -2%; } }

.fc__blockteaser__inner {
  width: 100%;
  max-width: 78.6rem;
  margin: auto;
  padding-top: 20rem; }

.fc__blockteaser__inner__bigtext {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515; }

.fc__blockteaser__inner__smalltext {
  margin-top: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.fc__blockteaser__inner__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-top: 4rem;
  margin-right: 6rem; }
  .fc__blockteaser__inner__button:hover, .fc__blockteaser__inner__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .fc__blockteaser__inner__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.fc__blockteaser__inner__link {
  display: inline-block;
  margin-top: 4rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat; }

.fc__columnwithlinks {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__columnwithlinks__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: start; }

.fc__columnwithlinks__container__link {
  flex: 0 1 31.4%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 4rem;
  justify-content: space-between; }
  @media screen and (max-width: 45em) {
    .fc__columnwithlinks__container__link {
      flex: 0 1 100%;
      max-width: 35rem; } }

.fc__columnwithlinks__container__link__iconcontainer__icon {
  width: 10rem;
  height: 10rem; }

.fc__columnwithlinks__container__link__title {
  margin: 2.4rem 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  .fc__columnwithlinks__container__link__title.two-title-lines {
    height: 51.84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.fc__columnwithlinks__container.double-title-lines .fc__columnwithlinks__container__link__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.fc__columnwithlinks__container__link__text {
  height: 108px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  padding-right: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.fc__columnwithlinks__container__link__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin: 4rem 0; }
  .fc__columnwithlinks__container__link__button:hover, .fc__columnwithlinks__container__link__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .fc__columnwithlinks__container__link__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.fc__columnstextandcontactperson {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 55em) {
    .fc__columnstextandcontactperson {
      flex-flow: row wrap; } }

.fc__columnstextandcontactperson__left {
  flex: 0 1 67%;
  text-align: left;
  margin-bottom: 2rem; }
  @media screen and (max-width: 55em) {
    .fc__columnstextandcontactperson__left {
      flex: 0 1 100%; } }

.fc__columnstextandcontactperson__right {
  flex: 0 1 33%;
  text-align: left;
  margin-bottom: 2rem; }
  @media screen and (max-width: 55em) {
    .fc__columnstextandcontactperson__right {
      flex: 0 1 100%; } }

.fc__columnstextandcontactperson__right__person {
  display: inline-block;
  margin-left: 6rem;
  text-align: center; }
  @media screen and (max-width: 55em) {
    .fc__columnstextandcontactperson__right__person {
      margin-left: 0; } }

.fc__columnstextandcontactperson__right__person__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891;
  margin-top: 2rem; }

.fc__columnstextandcontactperson__right__person__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .fc__columnstextandcontactperson__right__person__image img {
    transition: opacity 0.3s; }
  .fc__columnstextandcontactperson__right__person__image a {
    transition: color 0.3s; }
  .fc__columnstextandcontactperson__right__person__image:hover, .fc__columnstextandcontactperson__right__person__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .fc__columnstextandcontactperson__right__person__image:hover img, .fc__columnstextandcontactperson__right__person__image:focus img {
      opacity: 0.77; }
  .fc__columnstextandcontactperson__right__person__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .fc__columnstextandcontactperson__right__person__image:active img {
      opacity: 0.77; }

.fc__columnstextandcontactperson__right__person__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 1rem; }

.fc__columnstextandcontactperson__right__person__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.fc__columnswithicon {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 55em) {
    .fc__columnswithicon {
      flex-flow: row wrap; } }

.fc__columnswithicon__column {
  flex: 0 1 23%;
  text-align: left;
  margin-bottom: 8rem; }
  @media screen and (max-width: 55em) {
    .fc__columnswithicon__column {
      flex: 0 1 49%; } }
  @media screen and (max-width: 35em) {
    .fc__columnswithicon__column {
      flex: 0 1 100%; } }

.fc__columnswithicon__column__imagecontainer {
  width: 100%;
  padding-top: 46%;
  position: relative; }

.fc__columnswithicon__column__imagecontainer__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.fc__columnswithicon__column__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515;
  margin: 2.4rem 0; }

.fc__columnswithicon__column__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.fc__currentevents {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row wrap; }

.fc__currentevents__left {
  flex: 0 1 33%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .fc__currentevents__left {
      flex: 0 1 100%; } }

.fc__currentevents__left__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.fc__currentevents__left__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  margin-top: 2rem; }

.fc__currentevents__right {
  flex: 0 1 66%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .fc__currentevents__right {
      flex: 0 1 100%; } }

.fc__currentevents__right__eventlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.fc__currentevents__right__eventlist__event {
  flex: 0 1 49%; }
  @media screen and (max-width: 55em) {
    .fc__currentevents__right__eventlist__event {
      flex: 0 1 49%; } }
  @media screen and (max-width: 35em) {
    .fc__currentevents__right__eventlist__event {
      flex: 0 1 100%;
      margin: initial; } }

.fc__currentnews {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row wrap; }

.fc__currentnews__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.fc__currentnews__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 6rem; }

.fc__currentnews__newslist {
  display: flex;
  flex-flow: row wrap; }

.fc__currentnews__newslist__news {
  flex: 0 1 50%;
  padding-right: 10rem;
  box-sizing: border-box;
  margin-bottom: 6rem; }
  @media screen and (max-width: 55em) {
    .fc__currentnews__newslist__news {
      flex: 0 1 100%;
      padding-right: 0; } }

.fc__currentnews__newslist__news__date {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.fc__currentnews__newslist__news__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #151515;
  margin-top: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word; }

.fc__currentNews__newslist__news__morelink {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.fc__currentnews__link {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0; }
  .fc__currentnews__link:hover, .fc__currentnews__link:focus {
    background-color: #f8d100;
    color: #151515; }
  .fc__currentnews__link:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.fc__headerimage {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 4rem 0;
  padding: 0; }

.fc__headerimage__image {
  width: 100%;
  height: 384px;
  object-fit: cover; }
  @media screen and (max-width: 55em) {
    .fc__headerimage__image {
      height: 256px; } }
  @media screen and (max-width: 35em) {
    .fc__headerimage__image {
      height: 188px; } }

.fc__headerslider {
  position: relative; }

.fc__headerslider__prev, .fc__headerslider__next {
  position: absolute;
  top: 50%;
  height: 2.6rem;
  margin-top: -1.3rem;
  cursor: pointer; }
  @media screen and (max-width: 55em) {
    .fc__headerslider__prev, .fc__headerslider__next {
      top: 15rem; } }
  @media screen and (max-width: 35em) {
    .fc__headerslider__prev, .fc__headerslider__next {
      top: 9.5rem; } }

.fc__headerslider__prev {
  left: 4rem; }

.fc__headerslider__next {
  right: 4rem; }

.fc__headerslider__slider__slide {
  position: relative;
  max-height: 61.1rem; }
  @media screen and (max-width: 55em) {
    .fc__headerslider__slider__slide {
      max-height: 126rem; } }

.fc__headerslider__slider__slide__imagecontainer {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 4rem 0;
  padding: 0; }

.fc__headerslider__slider__slide__imagecontainer__image {
  float: right;
  width: 80%;
  height: 61rem;
  max-width: 97.6rem; }
  @media screen and (max-width: 55em) {
    .fc__headerslider__slider__slide__imagecontainer__image {
      width: 100%;
      height: 30rem; } }
  @media screen and (max-width: 35em) {
    .fc__headerslider__slider__slide__imagecontainer__image {
      height: 19rem; } }

.fc__headerslider__slider__slide__contentcontainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 1170px) {
    .fc__headerslider__slider__slide__contentcontainer {
      padding-left: 6rem; } }
  @media screen and (max-width: 55em) {
    .fc__headerslider__slider__slide__contentcontainer {
      padding-left: 0; } }
  @media screen and (max-width: 55em) {
    .fc__headerslider__slider__slide__contentcontainer {
      position: initial;
      margin-top: 8rem; } }

.fc__headerslider__slider__slide__contentcontainer__content {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: flex-start;
  padding-right: 33%;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .fc__headerslider__slider__slide__contentcontainer__content {
      height: auto;
      padding-top: 8rem; } }

.fc__headerslider__slider__slide__contentcontainer__content__title {
  flex: 0 1 100%; }

.fc__headerslider__slider__slide__contentcontainer__content__quotecontainer {
  flex: 0 1 100%;
  display: table; }

.fc__headerslider__slider__slide__contentcontainer__content__quotecontainer__text {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98;
  z-index: 0;
  line-height: 4.7rem;
  background: repeating-linear-gradient(transparent, transparent 3.3rem, #F8D100 3.3rem, #F8D100 4.4rem, transparent 4.4rem, transparent 4.7rem); }

.fc__headerslider__navigationcontainer {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0; }
  @media screen and (max-width: 55em) {
    .fc__headerslider__navigationcontainer {
      bottom: initial;
      top: 32rem;
      text-align: center; } }
  @media screen and (max-width: 35em) {
    .fc__headerslider__navigationcontainer {
      top: 21rem; } }

.fc__headerslider__slider__slide__contentcontainer__content__link {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-top: 6rem; }
  .fc__headerslider__slider__slide__contentcontainer__content__link:hover, .fc__headerslider__slider__slide__contentcontainer__content__link:focus {
    background-color: #f8d100;
    color: #151515; }
  .fc__headerslider__slider__slide__contentcontainer__content__link:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.fc__headerslider__navigationcontainer__navigation {
  width: 96%;
  max-width: 1040px;
  margin: auto; }
  .fc__headerslider__navigationcontainer__navigation a {
    padding: 0.5rem; }

.fc__headerslider__navigationcontainer__navigation__link.current {
  position: relative; }
  .fc__headerslider__navigationcontainer__navigation__link.current:after {
    content: "";
    background: #249b98;
    position: absolute;
    bottom: 0rem;
    left: 0.5rem;
    right: 0.5rem;
    height: 2px;
    transition: all 0.3s; }
  .fc__headerslider__navigationcontainer__navigation__link.current:hover:after, .fc__headerslider__navigationcontainer__navigation__link.current:focus:after {
    background: #69c0ac; }

.fc__headerslider__hidenavigation {
  display: none; }

.fc__h2 {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: -4rem; }

.fc__h2__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__h3 {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: -4rem; }

.fc__h3__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__newpublications {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__newpublications__columns {
  display: flex;
  flex-flow: row wrap; }

.fc__newpublications__left {
  flex: 0 1 33.33%;
  margin: 2rem 0;
  box-sizing: border-box;
  padding-right: 2rem; }
  @media screen and (max-width: 55em) {
    .fc__newpublications__left {
      flex: 0 1 100%; } }

.fc__newpublications__left__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.fc__newpublications__left__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  margin-top: 2rem; }

.fc__newpublications__right {
  flex: 0 1 66.66%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .fc__newpublications__right {
      flex: 0 1 100%; } }

.fc__newpublications__right__publicationlist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media screen and (max-width: 55em) {
    .fc__newpublications__right__publicationlist {
      margin-right: -8px; } }

.fc__newpublications__right__publicationlist__publication {
  flex: 0 1 50%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .fc__newpublications__right__publicationlist__publication {
      flex: 0 1 50%; } }
  @media screen and (max-width: 35em) {
    .fc__newpublications__right__publicationlist__publication {
      flex: 0 1 100%;
      margin: initial; } }

.fc__textwithlink {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__textwithlink__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__textwithlink__inner__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.fc__textwithlink__inner__text {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #151515; }

.fc__textwithlink__inner__link {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #249b98;
  display: block;
  margin: 2rem 0;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat; }

.fc__threelinkswithimages {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.fc__threelinkswithimages__title {
  flex: 0 1 100%;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891;
  margin-bottom: 5rem; }

.fc__threelinkswithimages__link {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  flex: 0 1 32%;
  display: block; }
  .fc__threelinkswithimages__link img {
    transition: opacity 0.3s; }
  .fc__threelinkswithimages__link a {
    transition: color 0.3s; }
  .fc__threelinkswithimages__link:hover, .fc__threelinkswithimages__link:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .fc__threelinkswithimages__link:hover img, .fc__threelinkswithimages__link:focus img {
      opacity: 0.77; }
  .fc__threelinkswithimages__link:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .fc__threelinkswithimages__link:active img {
      opacity: 0.77; }
  @media screen and (max-width: 35em) {
    .fc__threelinkswithimages__link {
      flex: 0 1 100%;
      margin-bottom: 2.4rem; } }

.fc__threelinkswithimages__link__imagecontainer {
  width: 100%;
  padding-top: 46%;
  position: relative; }

.fc__threelinkswithimages__link__imagecontainer__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.fc__threelinkswithimages__link__link {
  display: block;
  margin: 2.2rem 1.7rem; }

.fc__partingline__container {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: -4rem;
  margin-bottom: -4rem; }

.fc__partingline__container__line {
  width: 100%;
  height: 0px;
  border-bottom: solid 1px rgba(155, 155, 155, 0.25); }

.fc__peoplegroup {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__peoplegroup__box {
  position: relative;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  border: solid 3px #249b98;
  padding: 3rem; }

.fc__peoplegroup__box__top {
  display: flex;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 55em) {
    .fc__peoplegroup__box__top {
      flex-flow: row wrap; } }

.fc__peoplegroup__box__top__title {
  flex: 1 0 26rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #151515; }
  @media screen and (max-width: 55em) {
    .fc__peoplegroup__box__top__title {
      flex: 1 0 100%;
      margin-bottom: 1.5rem; } }

.fc__peoplegroup__box__top__text {
  flex: 0 1 auto;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.fc__peoplegroup__box__people {
  display: none;
  margin: 0 5rem; }
  @media screen and (max-width: 55em) {
    .fc__peoplegroup__box__people {
      margin: 0 1rem; } }

.fc__peoplegroup__box__people__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly; }

.fc__peoplegroup__box__people__container__person {
  flex: 0 1 28%;
  text-align: center;
  margin: 3rem 0; }
  @media screen and (max-width: 55em) {
    .fc__peoplegroup__box__people__container__person {
      flex: 0 1 43%; } }
  @media screen and (max-width: 35em) {
    .fc__peoplegroup__box__people__container__person {
      flex: 0 1 100%; } }

.fc__peoplegroup__box__people__container__person__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .fc__peoplegroup__box__people__container__person__image img {
    transition: opacity 0.3s; }
  .fc__peoplegroup__box__people__container__person__image a {
    transition: color 0.3s; }
  .fc__peoplegroup__box__people__container__person__image:hover, .fc__peoplegroup__box__people__container__person__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .fc__peoplegroup__box__people__container__person__image:hover img, .fc__peoplegroup__box__people__container__person__image:focus img {
      opacity: 0.77; }
  .fc__peoplegroup__box__people__container__person__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .fc__peoplegroup__box__people__container__person__image:active img {
      opacity: 0.77; }

.fc__peoplegroup__box__people__container__person__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 0.3rem; }

.fc__peoplegroup__box__people__container__person__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.fc__peoplegroup__box__people__container__person__shorttext {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.fc__peoplegroup__box__opener {
  position: absolute;
  right: 2rem;
  bottom: 2rem; }

.fc__peoplegroup__box__opener__open {
  float: right;
  margin-right: 3rem;
  position: relative; }
  .fc__peoplegroup__box__opener__open:after {
    content: "";
    position: absolute;
    right: -3rem;
    top: 0.25rem;
    height: 2rem;
    background-image: URL("img/chevron_tuerkis.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 3rem; }

.fc__peoplegroup__box__opener__close {
  float: right;
  display: none;
  margin-right: 3rem;
  position: relative; }
  .fc__peoplegroup__box__opener__close:after {
    content: "";
    position: absolute;
    right: -3rem;
    top: 0.25rem;
    height: 2rem;
    background-image: URL("img/chevron_tuerkis.svg");
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 3rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.fc__quotewithimage {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 4rem 0;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row wrap; }
  @media screen and (max-width: 55em) {
    .fc__quotewithimage {
      width: 96%;
      max-width: 1040px;
      margin: auto; } }

.fc__quotewithimage__left {
  flex: 0 1 42%;
  position: relative;
  height: 30rem;
  width: 30rem; }
  @media screen and (max-width: 55em) {
    .fc__quotewithimage__left {
      flex: 0 1 auto;
      height: 38rem;
      width: 38rem;
      margin: auto; } }
  @media screen and (max-width: 35em) {
    .fc__quotewithimage__left {
      height: 28rem;
      width: 28rem; } }

.fc__quotewithimage__left__background {
  position: absolute;
  top: 0rem;
  left: 8rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background-image: linear-gradient(101deg, #f8d100 16.67%, #ffffff 16.67%, #ffffff 50%, #f8d100 50%, #f8d100 66.67%, #ffffff 66.67%, #ffffff 100%);
  background-size: 6.11px 31.45px; }
  @media screen and (max-width: 55em) {
    .fc__quotewithimage__left__background {
      top: 4rem;
      left: 4rem; } }
  @media screen and (max-width: 35em) {
    .fc__quotewithimage__left__background {
      width: 20rem;
      height: 20rem; } }

.fc__quotewithimage__left__image {
  position: absolute;
  top: -2rem;
  left: 6rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%; }
  @media screen and (max-width: 55em) {
    .fc__quotewithimage__left__image {
      top: 2rem;
      left: 2rem; } }
  @media screen and (max-width: 35em) {
    .fc__quotewithimage__left__image {
      width: 20rem;
      height: 20rem; } }

.fc__quotewithimage__right {
  flex: 0 1 54%;
  padding-top: 14.5rem; }
  @media screen and (max-width: 55em) {
    .fc__quotewithimage__right {
      flex: 0 1 100%;
      padding-top: 0; } }

.fc__quotewithimage__right__quote {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }
  .fc__quotewithimage__right__quote span {
    font-weight: 500;
    background: repeating-linear-gradient(transparent, transparent 66%, #f8d100 66%, #f8d100 96%, transparent 96%, transparent 100%);
    line-height: 5rem; }

.fc__quotewithimage__right__name {
  margin-top: 3rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  width: 60%; }

.fc__relatedlinks {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__relatedlinks__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  margin-left: -8px;
  margin-right: -8px; }

.fc__relatedlinks__list__link {
  flex: 0 1 33.33%;
  padding: 0 8px;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .fc__relatedlinks__list__link {
      flex: 0 1 50%; } }
  @media screen and (max-width: 35em) {
    .fc__relatedlinks__list__link {
      flex: 0 1 100%;
      margin: initial; } }

.fc__teaserlisttwocolumns {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.fc__teaserlisttwocolumns__teaser {
  flex: 0 1 49%;
  text-align: center;
  margin-bottom: 8rem; }
  @media screen and (max-width: 35em) {
    .fc__teaserlisttwocolumns__teaser {
      flex: 0 1 100%; } }

.fc__teaserlisttwocolumns__teaser__imagecontainer {
  width: 100%;
  padding-top: 46%;
  position: relative; }

.fc__teaserlisttwocolumns__teaser__imagecontainer__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.fc__teaserlisttwocolumns__teaser__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  margin: 2.4rem 0; }

.fc__teaserlisttwocolumns__teaser__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.fc__teaserlisttwocolumns__teaser__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  margin-top: 2.4rem; }
  .fc__teaserlisttwocolumns__teaser__button:hover, .fc__teaserlisttwocolumns__teaser__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .fc__teaserlisttwocolumns__teaser__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.fc__text {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__text__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__textwithlink {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__textwithlink__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__textwithlink__inner__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.fc__textwithlink__inner__text {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #151515; }

.fc__textwithlink__inner__link {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #249b98;
  display: block;
  margin: 2rem 0;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat; }

.fc__title {
  width: 96%;
  max-width: 1040px;
  margin: auto; }

.fc__title__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__title__inner__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.fc__titleandtext {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.fc__titleandtext__inner {
  width: 100%;
  max-width: 78.6rem; }

.fc__threelinkswithimages {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.fc__threelinkswithimages__title {
  flex: 0 1 100%;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891;
  margin-bottom: 5rem; }

.fc__threelinkswithimages__link {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  flex: 0 1 32%;
  display: block; }
  .fc__threelinkswithimages__link img {
    transition: opacity 0.3s; }
  .fc__threelinkswithimages__link a {
    transition: color 0.3s; }
  .fc__threelinkswithimages__link:hover, .fc__threelinkswithimages__link:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .fc__threelinkswithimages__link:hover img, .fc__threelinkswithimages__link:focus img {
      opacity: 0.77; }
  .fc__threelinkswithimages__link:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .fc__threelinkswithimages__link:active img {
      opacity: 0.77; }
  @media screen and (max-width: 35em) {
    .fc__threelinkswithimages__link {
      flex: 0 1 100%;
      margin-bottom: 2.4rem; } }

.fc__threelinkswithimages__link__imagecontainer {
  width: 100%;
  padding-top: 46%;
  position: relative; }

.fc__threelinkswithimages__link__imagecontainer__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.fc__threelinkswithimages__link__link {
  display: block;
  margin: 2.2rem 1.7rem; }

.cpnews {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.cpnews__date {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #151515; }

.cpnews__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98;
  width: 100%;
  max-width: 78.6rem; }

.cpnews__columns {
  display: flex;
  flex-flow: row wrap; }

.cpnews__columns__left {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpnews__columns__left {
      flex: 0 1 100%; } }

.cpnews__columns__left__fattext {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  font-weight: 500;
  margin: 4rem 0;
  margin-top: 0; }

.cpnews__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cpnews__columns__right {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpnews__columns__right {
      flex: 0 1 100%; } }

.cpnews__columns__right__content {
  padding-left: 15%; }
  @media screen and (max-width: 55em) {
    .cpnews__columns__right__content {
      padding-left: 0; } }

.cpnews__columns__right__content__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-top: 0; }

.cpnews__columns__right__content__contactperson {
  display: inline-block;
  text-align: center; }

.cpnews__columns__right__content__contactperson__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .cpnews__columns__right__content__contactperson__image img {
    transition: opacity 0.3s; }
  .cpnews__columns__right__content__contactperson__image a {
    transition: color 0.3s; }
  .cpnews__columns__right__content__contactperson__image:hover, .cpnews__columns__right__content__contactperson__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .cpnews__columns__right__content__contactperson__image:hover img, .cpnews__columns__right__content__contactperson__image:focus img {
      opacity: 0.77; }
  .cpnews__columns__right__content__contactperson__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .cpnews__columns__right__content__contactperson__image:active img {
      opacity: 0.77; }

.cpnews__columns__right__content__contactperson__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 1rem; }

.cpnews__columns__right__content__contactperson__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.cpperson {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.cpperson__title {
  width: 100%;
  max-width: 78.6rem;
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.cpperson__role {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  width: 100%;
  max-width: 78.6rem; }

.cpperson__columns {
  display: flex;
  flex-flow: row wrap; }

.cpperson__columns__left {
  flex: 0 1 33%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpperson__columns__left {
      flex: 0 1 100%; } }
  @media screen and (min-width: 55em) {
    .cpperson__columns__left {
      padding-right: 4rem; } }

.cpperson__columns__left__image {
  max-width: 25rem;
  height: auto;
  border-radius: 50%;
  margin: 2rem;
  margin-top: 4rem; }
  @media screen and (max-width: 35em) {
    .cpperson__columns__left__image {
      margin: 2rem auto;
      margin-top: 4rem;
      display: block; } }

.cpperson__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  margin: 2rem 0; }

.cpperson__columns__left__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.cpperson__columns__right {
  flex: 0 1 66%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpperson__columns__right {
      flex: 0 1 100%; } }

.cpperson__columns__right__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.cpperson__columns__right__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 4rem; }

.cpperson__columns__right__subheading {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #151515; }

.cpperson__columns__right__info {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  line-height: 2; }

.cpperson__tilelist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.cpperson__tilelist__item {
  flex: 0 1 48%; }
  @media screen and (max-width: 35em) {
    .cpperson__tilelist__item {
      flex: 0 1 100%; } }

.cpperson__tilelist__item--extra {
  display: none; }

.cpperson__partingline {
  width: 100%;
  height: 0px;
  margin: 3rem 0;
  border-bottom: solid 1px rgba(155, 155, 155, 0.25); }

.cpperson__tilelist__showmore {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  float: right; }
  .cpperson__tilelist__showmore:hover, .cpperson__tilelist__showmore:focus {
    background-color: #f8d100;
    color: #151515; }
  .cpperson__tilelist__showmore:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.cpperson__tilelist__showless {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  float: right;
  display: none; }
  .cpperson__tilelist__showless:hover, .cpperson__tilelist__showless:focus {
    background-color: #f8d100;
    color: #151515; }
  .cpperson__tilelist__showless:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.cpproject {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.cpproject__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98;
  width: 100%;
  max-width: 78.6rem; }

.cpproject__longtitle {
  width: 100%;
  max-width: 78.6rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  color: #151515; }

.cpproject__logo__mobile {
  display: none; }
  @media screen and (max-width: 55em) {
    .cpproject__logo__mobile {
      display: block;
      margin: 4rem 0; } }

.cpproject__columns {
  display: flex;
  flex-flow: row wrap; }

.cpproject__columns__left {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpproject__columns__left {
      flex: 0 1 100%; } }

.cpproject__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cpproject__columns__left__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.cpproject__columns__left__linklist__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.cpproject__columns__right {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpproject__columns__right {
      flex: 0 1 100%; } }

.cpproject__columns__right__content {
  padding-left: 15%; }
  @media screen and (max-width: 55em) {
    .cpproject__columns__right__content {
      padding-left: 0; } }

.cpproject__columns__right__content__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

@media screen and (max-width: 55em) {
  .cpproject__columns__right__content__logo {
    display: none; } }

.cpproject__columns__right__content__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.cpproject__columns__right__content__contactperson {
  display: inline-block;
  text-align: center; }

.cpproject__columns__right__content__contactperson__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .cpproject__columns__right__content__contactperson__image img {
    transition: opacity 0.3s; }
  .cpproject__columns__right__content__contactperson__image a {
    transition: color 0.3s; }
  .cpproject__columns__right__content__contactperson__image:hover, .cpproject__columns__right__content__contactperson__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .cpproject__columns__right__content__contactperson__image:hover img, .cpproject__columns__right__content__contactperson__image:focus img {
      opacity: 0.77; }
  .cpproject__columns__right__content__contactperson__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .cpproject__columns__right__content__contactperson__image:active img {
      opacity: 0.77; }

.cpproject__columns__right__content__contactperson__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 1rem; }

.cpproject__columns__right__content__contactperson__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.cpproject__columns__right__content__runtime {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cpproject__columns__right__content__partner__logo {
  width: auto;
  float: left;
  clear: both;
  margin-bottom: 2rem; }

.cpproject__team__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly; }

.cpproject__team__list__person {
  flex: 0 1 22%;
  text-align: center;
  margin: 3rem 0; }
  @media screen and (max-width: 55em) {
    .cpproject__team__list__person {
      flex: 0 1 43%; } }
  @media screen and (max-width: 35em) {
    .cpproject__team__list__person {
      flex: 0 1 100%; } }

.cpproject__team__list__person__image {
  width: 11rem;
  border-radius: 50%;
  margin: 2rem auto;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none; }
  .cpproject__team__list__person__image img {
    transition: opacity 0.3s; }
  .cpproject__team__list__person__image a {
    transition: color 0.3s; }
  .cpproject__team__list__person__image:hover, .cpproject__team__list__person__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .cpproject__team__list__person__image:hover img, .cpproject__team__list__person__image:focus img {
      opacity: 0.77; }
  .cpproject__team__list__person__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .cpproject__team__list__person__image:active img {
      opacity: 0.77; }

.cpproject__team__list__person__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 0.3rem; }

.cpproject__team__list__person__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.cpproject__team__list__person__shorttext {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.cppublication {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.cppublication__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98;
  width: 100%;
  max-width: 78.6rem; }

.cppublication__longtitle {
  width: 100%;
  max-width: 78.6rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  color: #151515; }

.cppublication__columns {
  display: flex;
  flex-flow: row wrap; }

.cppublication__columns__left {
  /*flex: 0 1 50%;*/
  margin: 2rem 0;
  /*box-sizing: border-box; */
	width:50%;

}
  @media screen and (max-width: 55em) {
    .cppublication__columns__left {
      flex: 0 1 100%; } }

.cppublication__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cppublication__columns__left__image {
  width: 100%;
  margin: 4rem 0; }

.cppublication__columns__left__download {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0; }
  .cppublication__columns__left__download:hover, .cppublication__columns__left__download:focus {
    background-color: #f8d100;
    color: #151515; }
  .cppublication__columns__left__download:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.cppublication__columns__right {
  /*flex: 0 1 50%;*/
  margin: 2rem 0;
	width: 50%;
  /*box-sizing: border-box; */
}
  @media screen and (max-width: 55em) {
    .cppublication__columns__right {
      flex: 0 1 100%; } }

.cppublication__columns__right__content {
  padding-left: 15%; }
  @media screen and (max-width: 55em) {
    .cppublication__columns__right__content {
      padding-left: 0; } }

.cppublication__columns__right__content__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

.cppublication__columns__right__content__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.cppublication__columns__right__content__linklist__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.cppublication__columns__right__content__authors__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly; }

.cppublication__columns__right__content__authors__list__person {
  flex: 0 1 45%;
  text-align: center;
  margin: 3rem 0; }
  @media screen and (max-width: 35em) {
    .cppublication__columns__right__content__authors__list__person {
      flex: 0 1 80%; } }

.cppublication__columns__right__content__authors__list__person__image {
  width: 11rem;
  border-radius: 50%;
  margin: 2rem auto;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none; }
  .cppublication__columns__right__content__authors__list__person__image img {
    transition: opacity 0.3s; }
  .cppublication__columns__right__content__authors__list__person__image a {
    transition: color 0.3s; }
  .cppublication__columns__right__content__authors__list__person__image:hover, .cppublication__columns__right__content__authors__list__person__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .cppublication__columns__right__content__authors__list__person__image:hover img, .cppublication__columns__right__content__authors__list__person__image:focus img {
      opacity: 0.77; }
  .cppublication__columns__right__content__authors__list__person__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .cppublication__columns__right__content__authors__list__person__image:active img {
      opacity: 0.77; }

.cppublication__columns__right__content__authors__list__person__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 0.3rem; }

.cppublication__columns__right__content__authors__list__person__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.cppublication__columns__right__content__authors__list__person__shorttext {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #151515; }

.te__columns {
  display: flex;
  flex-flow: row wrap; }

.te__columns__left {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .te__columns__left {
      flex: 0 1 100%; } }

.te__columns__left__title {
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.31;
  color: #249b98; }

.te__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.te__columns__right {
  flex: 0 1 40%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .te__columns__right {
      flex: 0 1 100%; } }

.te__columns__right__content {
  padding-left: 15%; }
  @media screen and (max-width: 55em) {
    .te__columns__right__content {
      padding-left: 0; } }

.te__columns__right__content__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  color: #006891; }

#tribe-events .tribe-events-button, .tribe-events-button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  letter-spacing: initial;
  text-transform: none; }
  #tribe-events .tribe-events-button:hover, #tribe-events .tribe-events-button:focus, .tribe-events-button:hover, .tribe-events-button:focus {
    background-color: #f8d100;
    color: #151515; }
  #tribe-events .tribe-events-button:active, .tribe-events-button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.te__columns__right__content__address {
  font-style: normal; }

.tribe-address {
  display: block; }

.te__columns__right__content__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.te__columns__right__content__contactperson {
  display: inline-block;
  text-align: center; }

.te__columns__right__content__contactperson__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .te__columns__right__content__contactperson__image img {
    transition: opacity 0.3s; }
  .te__columns__right__content__contactperson__image a {
    transition: color 0.3s; }
  .te__columns__right__content__contactperson__image:hover, .te__columns__right__content__contactperson__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .te__columns__right__content__contactperson__image:hover img, .te__columns__right__content__contactperson__image:focus img {
      opacity: 0.77; }
  .te__columns__right__content__contactperson__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .te__columns__right__content__contactperson__image:active img {
      opacity: 0.77; }

.te__columns__right__content__contactperson__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 1rem; }

.te__columns__right__content__contactperson__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.cpworkshop {
  width: 96%;
  max-width: 1040px;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem; }

.cpworkshop__shorttitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  width: 100%;
  max-width: 78.6rem; }

.cpworkshop__longtitle {
  width: 100%;
  max-width: 78.6rem; }

.cpworkshop__columns {
  display: flex;
  flex-flow: row wrap; }

.cpworkshop__columns__left {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpworkshop__columns__left {
      flex: 0 1 100%; } }

.cpworkshop__columns__left__fattext {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #151515; }

.cpworkshop__columns__left__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cpworkshop__columns__left__image {
  width: 100%;
  margin: 4rem 0; }

.cpworkshop__columns__left__button {
  display: inline-block;
  box-sizing: border-box;
  padding: 1.4rem 6rem;
  border: solid 2px #f8d100;
  background-color: #ffffff;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0; }
  .cpworkshop__columns__left__button:hover, .cpworkshop__columns__left__button:focus {
    background-color: #f8d100;
    color: #151515; }
  .cpworkshop__columns__left__button:active {
    background-color: #fff2ac;
    border: solid 2px #fff2ac;
    color: #151515; }

.cpworkshop__columns__right {
  flex: 0 1 50%;
  margin: 2rem 0;
  box-sizing: border-box; }
  @media screen and (max-width: 55em) {
    .cpworkshop__columns__right {
      flex: 0 1 100%; } }

.cpworkshop__columns__right__content {
  padding-left: 15%; }
  @media screen and (max-width: 55em) {
    .cpworkshop__columns__right__content {
      padding-left: 0; } }

.cpworkshop__columns__right__content__heading {
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515; }

.cpworkshop__columns__right__content__targetgroup {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cpworkshop__columns__right__content__methods {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  color: #151515; }

.cpworkshop__columns__right__content__link {
  display: block;
  margin-left: 3rem;
  padding-left: 4rem;
  background-image: URL("img/arrow_right_tealish.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem; }

.cpworkshop__columns__right__content__contactperson {
  display: inline-block;
  text-align: center; }

.cpworkshop__columns__right__content__contactperson__image {
  width: 11rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  margin-bottom: 4rem;
  box-shadow: none;
  margin: 2rem auto; }
  .cpworkshop__columns__right__content__contactperson__image img {
    transition: opacity 0.3s; }
  .cpworkshop__columns__right__content__contactperson__image a {
    transition: color 0.3s; }
  .cpworkshop__columns__right__content__contactperson__image:hover, .cpworkshop__columns__right__content__contactperson__image:focus {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
    .cpworkshop__columns__right__content__contactperson__image:hover img, .cpworkshop__columns__right__content__contactperson__image:focus img {
      opacity: 0.77; }
  .cpworkshop__columns__right__content__contactperson__image:active {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5); }
    .cpworkshop__columns__right__content__contactperson__image:active img {
      opacity: 0.77; }

.cpworkshop__columns__right__content__contactperson__name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  color: #151515;
  margin-bottom: 1rem; }

.cpworkshop__columns__right__content__contactperson__email {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 1.44;
  color: #249b98; }

.image {
  max-width: 70%; }

@font-face {
  font-family: "Freebooter Script";
  src: url("css/fonts/FREEBSC_.ttf"); }
html {
  font-size: 62.5%; }

body {
  overflow: scroll;
  height: 100%;
  font-size: 1.8rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.44;
  color: #151515;
  background-color: white;
  margin: 0;
  padding: 0;
  padding-top: 12rem; }
  @media screen and (max-width: 55em) {
    body {
      padding-top: 8rem; } }

a {
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #249b98;
  transition: color 0.3s;
  cursor: pointer; }
  a:hover, a:focus {
    color: #69c0ac;
    outline: 0; }

ul {
  margin: 0; }

strong {
  font-weight: 500; }

.partner-image{
	width:100%;
	height: 10rem;
	margin-bottom: 4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*# sourceMappingURL=style.css.map */





/* Kopiert von resilient-europe.com */





/**
 * import flexbox grid system less files
 */
/**
 * flexbox grid system mixins
 */
/**
 * import project less files
 */
/*------------------------------------*\

	base styles

\*------------------------------------*/
/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */
@font-face {
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #006891;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #e9425c;
}
.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 18px;
  border: 2px solid #e9425c;
}
.fieldset-cf7mls-wrapper {
  margin: 42px 0 0;
  padding: 0;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  color: #e9425c;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
  margin-top: 0;
}
.cf7mls_next.action-button img {
  right: 12px;
  top: 15px;
}
.cf7mls_progress_bar {
  font-family: "IBM Plex Sans", sans-serif;
}
.cf7mls_progress_bar .cf7_mls_count_step {
  background-color: #ffffff !important;
}
.cf7mls_progress_bar li::before {
  background-color: transparent !important;
}
.cf7mls_progress_bar li.active .cf7_mls_count_step {
  color: #151515 !important;
  font-weight: bold;
}
.cf7mls_progress_bar li.cf7mls-steps-item-finish::after {
  background: #151515 !important;
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
  font-family: "IBM Plex Sans", sans-serif;
}
.wpcf7-form span.cf7_mls_check svg {
  color: #151515 !important;
}
.cf7mls_number_step_wrap .cf7mls_progress_barinner {
  background-color: #151515 !important;
}
.wpcf7-form {
  border: none;
  /* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
  /* custom checkbox styling for contact form 7 checkbox */
}
.wpcf7-form fieldset {
  margin: 0;
  padding: 0;
  border: none !important;
  font-size: 14px;
}
.wpcf7-form fieldset p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
}
.wpcf7-form fieldset br {
  display: none;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  border-radius: 0;
  font-weight: normal;
  margin: 39px 0 0;
  background-color: #f8d100;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 8px 0 27px;
}
.wpcf7-form .fieldset-cf7mls {
  padding: 0;
}
.wpcf7-form .fieldset-cf7mls > br {
  display: none;
}
.wpcf7-form input[type=text],
.wpcf7-form textarea,
.wpcf7-form input[type=email],
.wpcf7-form select {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 12px;
  display: block;
  border: none;
  border-bottom: 1px solid #F0F0F1;
  background-color: #F0F0F1;
  background-image: none;
  text-shadow: none;
  color: #151515;
  font-size: 18px;
  line-height: normal;
  box-sizing: border-box;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form select:focus {
  outline: none;
  border-bottom: 1px solid #9b9b9b;
}
.wpcf7-form textarea {
  height: 180px;
}
.wpcf7-form select option {
  margin-right: 10px;
}
.wpcf7-form span.wpcf7-list-item {
  display: block;
  position: relative;
  margin-left: 0;
}
.wpcf7-form .wpcf7-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 21px;
}
.wpcf7-form .wpcf7-list-item label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7-form .wpcf7-list-item label .wpcf7-not-valid-tip {
  flex-shrink: 0;
}
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox.bold .wpcf7-list-item-label {
  font-weight: bold;
}
.wpcf7-form input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + span {
  /* border: 3px solid red; */
}
.wpcf7-form input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 21px;
  width: 21px;
  top: 0px;
  left: 0px;
  border: 2px solid #F0F0F1;
}
.wpcf7-form input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: url('./img/check.svg');
  height: 14px;
  width: 14px;
  top: 3px;
  left: 6px;
  visibility: hidden;
  color: #151515;
  font-size: 18px;
  text-align: center;
  line-height: 21px;
}
.wpcf7-form input[type=checkbox]:checked + span:before {
  background: #F0F0F1;
}
.wpcf7-form input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.wpcf7-form .wpcf7-list-item-label {
  display: block;
  margin-left: 40px;
  font-size: 18px;
  line-height: normal;
}
/*Submit Button Textfarbe*/
.wpcf7 {
  padding-bottom: 60px;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .cf7mls_next.action-button,
.wpcf7 .cf7mls_back.action-button {
  display: inline-block;
  float: right;
  box-sizing: border-box;
  margin: 39px 0 0;
  padding: 1.4rem 6rem;
  width: auto;
  border: solid 2px #f8d100;
  background-color: white;
  transition: all 0.3s;
  color: #151515;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  min-width: 160px;
  font-weight: 500;
  border-radius: 0;
  cursor: pointer;
}
.wpcf7 .cf7mls_back.action-button {
  border: solid 2px #9b9b9b;
}
.wpcf7 .cf7mls_back.action-button {
  float: left;
}
.wpcf7 .cf7mls_next.action-button {
  float: right;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .cf7mls_next.action-button:hover,
.wpcf7 .wpcf7-submit:focus,
.wpcf7 .cf7mls_next.action-button:focus,
.wpcf7 .wpcf7-submit.sending,
.wpcf7 .cf7mls_next.sending {
  background-color: #f8d100;
  color: #151515;
}
.wpcf7 .wpcf7-submit:active,
.wpcf7 .cf7mls_next.action-button:active {
  background-color: #fff2ac;
  border: solid 2px #fff2ac;
  color: #151515;
}
.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 60px;
  border-color: #249b98;
  color: #249b98;
  font-weight: bold;
}
/* Custom CF7 Loader */
.fieldset-cf7mls-wrapper .fieldset-cf7mls span.ajax-loader {
  margin-top: 54px;
  width: 20px;
  height: 20px;
  right: 12px;
  background-image: url('./img/loader.svg');
  background-size: cover;
}

.cf7mls-btns{
	display: flow-root;
}
/*# sourceMappingURL=style-conference.css.map */





/*** Schedule styles ***/
.fc__schedule__wrapper {
	width: 96%;
	max-width: 1040px;
	margin: auto;
	margin-top: 8rem;
	margin-bottom: 8rem
}

.fc__schedule__day__title {
	font-family: "IBM Plex Serif", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.38;
	color: #006891;
	margin-bottom: 24px
}

.fc__schedule__day__wrapper {
	margin-bottom: 42px
}

.fc__schedule__event__title {
	padding: 12px;
	background-color: #f8d100;
	border-bottom: 1px solid #fff;
	font-weight: bold
}

.fc__schedule__event__wrapper {
	display: flex;
	background-color: #f0f0f1;
	border-bottom: 1px solid #fff
}

@media screen and (max-width: 45em) {
	.fc__schedule__event__wrapper {
		flex-flow: column
	}
}

.fc__schedule__event__wrapper p {
	margin: 0
}

.fc__schedule__event__wrapper ul,
.fc__schedule__event__wrapper ol {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.fc__schedule__event__wrapper ul li,
.fc__schedule__event__wrapper ol li {
	position: relative;
	margin-top: 1rem;
	padding-left: 18px
}

.fc__schedule__event__wrapper ul li:before,
.fc__schedule__event__wrapper ol li:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: 0;
	background-color: #249b98;
	border-radius: 100%
}

.fc__schedule__event__wrapper .fc__schedule__event__item {
	padding: 12px
}

.fc__schedule__event__wrapper .fc__schedule__event__item.fc__schedule__event__item__grey p {
	color: #9b9b9b
}

.fc__schedule__event__wrapper .fc__schedule__event__item:first-child {
	border-right: 1px solid #fff;
	white-space: nowrap
}

@media screen and (max-width: 45em) {
	.fc__schedule__event__wrapper .fc__schedule__event__item:first-child {
		padding-bottom: 0
	}
}

.fc__schedule__event__element_title {
	padding: 12px;
	background-color: #f0f0f1;
	border-bottom: 1px solid #fff
}

/* Programm Styles */

.cpprogramme .fc__columnwithlinks {
	width: 100%;
	margin: 5rem 0 0
}

.cpprogramme .fc__newpublications__right__publicationlist {
	margin: 5rem 0
}

.cpprogramme .fc__newpublications__right__publicationlist__publication {
	flex: 0 1 48%;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box
}

@media screen and (max-width: 55em) {
	.cpprogramme .fc__newpublications__right__publicationlist__publication {
		flex: 0 1 50%
	}
}

@media screen and (max-width: 35em) {
	.cpprogramme .fc__newpublications__right__publicationlist__publication {
		flex: 0 1 100%;
		margin: initial
	}
}

.cpprogramme .fc__speakersgroup__box__people__container__person {
	flex: 0 1 50%;
	text-align: center;
	margin: 3rem 0
}

@media screen and (max-width: 55em) {
	.cpprogramme .fc__speakersgroup__box__people__container__person {
		flex: 0 1 50%
	}
}

@media screen and (max-width: 35em) {
	.cpprogramme .fc__speakersgroup__box__people__container__person {
		flex: 0 1 100%
	}
}

.cpprogramme .fc__speakersgroup__box__people__container__person__shorttext {
	padding: 0 1rem
}

.cpprogramme {
	width: 96%;
	max-width: 1040px;
	margin: auto;
	margin-top: 8rem;
	margin-bottom: 8rem;
	margin-top: 0
}

.cpprogramme__title {
	font-family: "IBM Plex Serif", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.31;
	color: #249b98;
	width: 100%;
	max-width: 78.6rem
}

.cpprogramme__longtitle {
	width: 100%;
	max-width: 78.6rem;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 24px;
	color: #151515
}

.cpprogramme__columns {
	display: flex;
	flex-flow: row wrap
}

.cpprogramme__columns__left {
	width: 50%;
	margin: 2rem 0
}

@media screen and (max-width: 55em) {
	.cpprogramme__columns__left {
		width: 100%
	}
}

.cpprogramme__columns__left__text {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	line-height: 1.44;
	color: #151515
}

.cpprogramme__columns__left__text ul,
.cpprogramme__columns__left__text ol {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.cpprogramme__columns__left__text ul li,
.cpprogramme__columns__left__text ol li {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 18px
}

.cpprogramme__columns__left__text ul li:before,
.cpprogramme__columns__left__text ol li:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: 0;
	background-color: #249b98;
	border-radius: 100%
}

.cpprogramme__columns__left__image {
	width: 100%;
	margin: 4rem 0
}

.cpprogramme__columns__left__download {
	display: inline-block;
	box-sizing: border-box;
	padding: 1.4rem 6rem;
	border: solid 2px #f8d100;
	background-color: #fff;
	transition: all .3s;
	color: #151515;
	font-family: "IBM Plex Serif", serif;
	font-size: 16px;
	min-width: 160px;
	font-weight: 500;
	border-radius: 0
}

.cpprogramme__columns__left__download:hover,
.cpprogramme__columns__left__download:focus {
	background-color: #f8d100;
	color: #151515
}

.cpprogramme__columns__left__download:active {
	background-color: #fff2ac;
	border: solid 2px #fff2ac;
	color: #151515
}

.cpprogramme__columns__right {
	width: 50%;
	margin: 2rem 0
}

@media screen and (max-width: 55em) {
	.cpprogramme__columns__right {
		width: 100%
	}
}

.cpprogramme__columns__right__content {
	padding-left: 15%
}

@media screen and (max-width: 55em) {
	.cpprogramme__columns__right__content {
		padding-left: 0
	}
}

.cpprogramme__columns__right__content__heading {
	font-family: "IBM Plex Serif", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.38;
	color: #006891
}

.cpprogramme__columns__right__content__link {
	display: block;
	margin-left: 3rem;
	padding-left: 4rem;
	background-image: URL("img/arrow_right_tealish.svg");
	background-repeat: no-repeat;
	background-size: 2.5rem
}

.cpprogramme__columns__right__content__linklist__link {
	display: block;
	margin-left: 3rem;
	padding-left: 4rem;
	background-image: URL("img/arrow_right_tealish.svg");
	background-repeat: no-repeat;
	background-size: 2.5rem
}

.cpprogramme__columns__right__content__turquoise {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #249b98;
	margin-left: 3rem
}

.cpprogramme__columns__right__content__authors__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly
}

.cpprogramme__columns__right__content__authors__list__person {
	flex: 0 1 45%;
	text-align: center;
	margin: 3rem 0
}

@media screen and (max-width: 35em) {
	.cpprogramme__columns__right__content__authors__list__person {
		flex: 0 1 80%
	}
}

.cpprogramme__columns__right__content__authors__list__person__image {
	width: 11rem;
	border-radius: 50%;
	margin: 2rem auto;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .5);
	transition: all .3s;
	margin-bottom: 4rem;
	box-shadow: none
}

.cpprogramme__columns__right__content__authors__list__person__image img {
	transition: opacity .3s
}

.cpprogramme__columns__right__content__authors__list__person__image a {
	transition: color .3s
}

.cpprogramme__columns__right__content__authors__list__person__image:hover,
.cpprogramme__columns__right__content__authors__list__person__image:focus {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .5);
	transform: translateY(-3px)
}

.cpprogramme__columns__right__content__authors__list__person__image:hover img,
.cpprogramme__columns__right__content__authors__list__person__image:focus img {
	opacity: .77
}

.cpprogramme__columns__right__content__authors__list__person__image:active {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .5)
}

.cpprogramme__columns__right__content__authors__list__person__image:active img {
	opacity: .77
}

.cpprogramme__columns__right__content__authors__list__person__name {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.44;
	color: #151515;
	margin-bottom: .3rem
}

.cpprogramme__columns__right__content__authors__list__person__email {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	line-height: 1.44;
	color: #151515
}

.cpprogramme__columns__right__content__authors__list__person__shorttext {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	line-height: 1.44;
	color: #151515
}

.cpprogramme__youtube__container {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0
}

.cpprogramme__youtube__container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}

.cpprogramme__swiper_title {
	margin-top: 60px
}

.cpprogramme__swiper__wrapper {
	position: relative;
	margin-top: 21px;
	padding: 0
}

@media screen and (max-width: 81em) {
	.cpprogramme__swiper__wrapper {
		padding: 0 24px
	}
}

.swiper-container {
	width: 100%
}

.swiper-container img {
	width: 100%;
	height: auto
}

.cpprogramme__swiper__caption {
	margin-top: 6px
}

.swiper-pagination {
	position: relative !important;
	margin-top: 16px
}

.swiper-button-prev,
.swiper-button-next {
	height: 26px !important;
	width: 16px !important;
	left: -36px !important;
	background-image: url("./img/slider_arrow_left.svg");
	outline: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none
}

@media screen and (max-width: 81em) {
	.swiper-button-prev,
	.swiper-button-next {
		left: 0 !important
	}
}

.swiper-button-next {
	left: auto !important;
	right: -36px !important;
	background-image: url("./img/slider_arrow_right.svg")
}

@media screen and (max-width: 81em) {
	.swiper-button-next {
		right: 0 !important
	}
}

.swiper-pagination-bullet {
	margin: 0 5px
}

.cpprogramme__calendar {
	margin-top: 60px
}



.fc__quotewithimage__content__left .fc__quotewithimage__right__name {
	width: 80%
}

.fc__columnwithlinks__container__link.fc__columnwithlinks__container__link__content {
	flex: 0 1 47%;
	margin-bottom: 4rem;
	margin-right: 3%
}

@media screen and (max-width: 45em) {
	.fc__columnwithlinks__container__link {
		flex: 0 1 100%;
		max-width: 35rem
	}
	.fc__columnwithlinks__container__link.fc__columnwithlinks__container__link__content {
		flex: 0 1 100%;
		margin-bottom: 6rem;
		margin-right: 0
	}
}

.fc__columnwithlinks__container__link__title {
	margin: 2.4rem 0 1.1rem;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #151515
	overflow: inherit;
    display: block;
    -webkit-line-clamp: inherit;
}

.fc__speakersgroup__box__people__container {
	display: flex;
	flex-flow: row wrap
}

.fc__speakersgroup__box__people__container__person {
	flex: 0 1 25%;
	text-align: center;
	margin: 3rem 0
}

@media screen and (max-width: 55em) {
	.fc__speakersgroup__box__people__container__person {
		flex: 0 1 50%
	}
}

@media screen and (max-width: 35em) {
	.fc__speakersgroup__box__people__container__person {
		flex: 0 1 100%
	}
}

.fc__speakersgroup__box__people__container__person__image {
    width: 11rem;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 50%);
    transition: all .3s;
    margin-bottom: 4rem;
    box-shadow: none;
    margin: 2rem auto;
}

.fc__speakersgroup__box__people__container__person__name {
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.44;
    color: #151515;
    margin-bottom: .3rem;
}

.fc__speakersgroup__box__people__container__person__shorttext {
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 15px;
    line-height: 1.44;
    color: #151515;
}

/** QUOTESLIDER **/

.fc__quoteslider {
	position: relative
}

.fc__quoteslider__prev,
.fc__quoteslider__next {
	position: absolute;
	top: 50%;
	height: 2.6rem;
	margin-top: -1.3rem;
	cursor: pointer
}

@media screen and (max-width: 55em) {
	.fc__quoteslider__prev,
	.fc__quoteslider__next {
		top: 24rem
	}
}

.fc__quoteslider__prev {
	left: 4rem
}

.fc__quoteslider__next {
	right: 4rem
}

.fc__quoteslider__slider__slide {
	position: relative;
	max-height: 61.1rem
}

@media screen and (max-width: 55em) {
	.fc__quoteslider__slider__slide {
		max-height: 126rem
	}
}

.fc__quoteslider__navigationcontainer {
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0
}

.fc__quoteslider__slider__slide__contentcontainer__content__link {
	display: inline-block;
	box-sizing: border-box;
	padding: 1.4rem 6rem;
	border: solid 2px #f8d100;
	background-color: #fff;
	transition: all .3s;
	color: #151515;
	font-family: "IBM Plex Serif", serif;
	font-size: 16px;
	min-width: 160px;
	font-weight: 500;
	border-radius: 0;
	margin-top: 6rem
}

.fc__quoteslider__slider__slide__contentcontainer__content__link:hover,
.fc__quoteslider__slider__slide__contentcontainer__content__link:focus {
	background-color: #f8d100;
	color: #151515
}

.fc__quoteslider__slider__slide__contentcontainer__content__link:active {
	background-color: #fff2ac;
	border: solid 2px #fff2ac;
	color: #151515
}

.fc__quoteslider__navigationcontainer__navigation {
	width: 96%;
	max-width: 1040px;
	margin: auto;
	text-align: center
}

.fc__quoteslider__navigationcontainer__navigation a {
	padding: .5rem
}

.fc__quoteslider__navigationcontainer__navigation__link.current {
	position: relative
}

.fc__quoteslider__navigationcontainer__navigation__link.current:after {
	content: "";
	background: #249b98;
	position: absolute;
	bottom: 0rem;
	left: .5rem;
	right: .5rem;
	height: 2px;
	transition: all .3s
}

.fc__quoteslider__navigationcontainer__navigation__link.current:hover:after,
.fc__quoteslider__navigationcontainer__navigation__link.current:focus:after {
	background: #69c0ac
}

.fc__quoteslider__hidenavigation {
	display: none
}

.fc__speakersgroup {
	width: 96%;
	max-width: 1040px;
	margin: auto;
	margin-top: 8rem;
	margin-bottom: 8rem
}

.fc__speakersgroup__box {
	position: relative
}

.fc__speakersgroup__box__top {
	display: flex;
	margin-bottom: 2.5rem
}

@media screen and (max-width: 55em) {
	.fc__speakersgroup__box__top {
		flex-flow: row wrap
	}
}

.fc__speakersgroup__box__top__title {
	flex: 1 0 26rem;
	font-family: "IBM Plex Serif", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.38;
	color: #006891
}

@media screen and (max-width: 55em) {
	.fc__speakersgroup__box__top__title {
		flex: 1 0 100%;
		margin-bottom: 1.5rem
	}
}

.fc__speakersgroup__box__top__text {
	flex: 0 1 auto;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	line-height: 1.44;
	color: #151515
}

@media screen and (max-width: 55em) {
	.fc__speakersgroup__box__people {
		margin: 0 1rem
	}
}

.fc__speakersgroup__box__people__container {
	display: flex;
	flex-flow: row wrap
}

.fc__speakersgroup__box__people__container__person {
	flex: 0 1 25%;
	text-align: center;
	margin: 3rem 0
}

@media screen and (max-width: 55em) {
	.fc__speakersgroup__box__people__container__person {
		flex: 0 1 50%
	}
}

@media screen and (max-width: 35em) {
	.fc__speakersgroup__box__people__container__person {
		flex: 0 1 100%
	}
}

.cpprogramme .fc__speakersgroup__box__people__container__person {
	flex: 0 1 50%;
	text-align: center;
	margin: 3rem 0
}

@media screen and (max-width: 55em) {
	.cpprogramme .fc__speakersgroup__box__people__container__person {
		flex: 0 1 50%
	}
}

@media screen and (max-width: 35em) {
	.cpprogramme .fc__speakersgroup__box__people__container__person {
		flex: 0 1 100%
	}
}

.cpprogramme .fc__speakersgroup__box__people__container__person__shorttext {
	padding: 0 1rem
}

.fc__speakersgroup__box__people__container__person__image {
	width: 11rem;
	border-radius: 50%;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .5);
	transition: all .3s;
	margin-bottom: 4rem;
	box-shadow: none;
	margin: 2rem auto
}

.fc__speakersgroup__box__people__container__person__image img {
	transition: opacity .3s
}

.fc__speakersgroup__box__people__container__person__image a {
	transition: color .3s
}

.fc__speakersgroup__box__people__container__person__image:hover,
.fc__speakersgroup__box__people__container__person__image:focus {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .5);
	transform: translateY(-3px)
}

.fc__speakersgroup__box__people__container__person__image:hover img,
.fc__speakersgroup__box__people__container__person__image:focus img {
	opacity: .77
}

.fc__speakersgroup__box__people__container__person__image:active {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .5)
}

.fc__speakersgroup__box__people__container__person__image:active img {
	opacity: .77
}

.fc__speakersgroup__box__people__container__person__name {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.44;
	color: #151515;
	margin-bottom: .3rem
}

.fc__speakersgroup__box__people__container__person__email {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	line-height: 1.44;
	color: #249b98
}

.fc__speakersgroup__box__people__container__person__shorttext {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 15px;
	line-height: 1.44;
	color: #151515
}

.fc__speakersgroup__box__opener {
	position: absolute;
	right: 2rem;
	bottom: 2rem
}

.fc__cardsgroup {
	width: 96%;
	max-width: 1040px;
	margin: auto;
	margin-top: 8rem;
	margin-bottom: 8rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.fc__cardsgroup__title {
	flex: 0 1 100%;
	font-family: "IBM Plex Serif", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.38;
	color: #006891;
	margin-bottom: 5rem
}

.fc__cardsgroup__link {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .5);
	transition: all .3s;
	margin-bottom: 4rem;
	flex: 0 1 24%;
	display: block
}

.fc__cardsgroup__link img {
	transition: opacity .3s
}

.fc__cardsgroup__link a {
	transition: color .3s
}

.fc__cardsgroup__link:hover,
.fc__cardsgroup__link:focus {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .5);
	transform: translateY(-3px)
}

.fc__cardsgroup__link:hover img,
.fc__cardsgroup__link:focus img {
	opacity: .77
}

.fc__cardsgroup__link:active {
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .5)
}

.fc__cardsgroup__link:active img {
	opacity: .77
}

@media screen and (max-width: 64em) {
	.fc__cardsgroup__link {
		flex: 0 1 49%;
		margin-bottom: 2.4rem
	}
}

@media screen and (max-width: 35em) {
	.fc__cardsgroup__link {
		flex: 0 1 100%;
		margin-bottom: 2.4rem
	}
}

.fc__cardsgroup__link__imagecontainer {
	width: 100%;
	padding-top: 66%;
	position: relative
}

.fc__cardsgroup__link__imagecontainer__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.fc__cardsgroup__link__link {
	display: block;
	margin: 2.2rem 1.7rem 0
}

.fc__cardsgroup__link__teaser__text {
	display: block;
	margin: 1rem 1.7rem 2.2rem;
	color: #151515;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.44
}








.te__columns__left .fc__quotewithimage__content__left.fc__quotewithimage {
	width: 100%;
	padding: 0;
	margin: 0 0 4rem
}

.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__left {
	flex: 0 1 25%;
	height: 15rem;
	width: 15rem
}

@media screen and (max-width: 55em) {
	.te__columns__left  .fc__quotewithimage__content__left .fc__quotewithimage__left {
		flex: 0 1 auto;
		height: 38rem;
		width: 38rem;
		margin: auto
	}
}

@media screen and (max-width: 35em) {
	.te__columns__left  .fc__quotewithimage__content__left .fc__quotewithimage__left {
		height: 28rem;
		width: 28rem
	}
}

.te__columns__left  .fc__quotewithimage__content__left .fc__quotewithimage__left .fc__quotewithimage__left__background {
	position: absolute;
	top: 0rem;
	left: 1rem;
	width: 12rem;
	height: 12rem;
	border-radius: 50%
}

@media screen and (max-width: 55em) {
	.te__columns__left  .fc__quotewithimage__content__left .fc__quotewithimage__left .fc__quotewithimage__left__background {
		width: 30rem;
		height: 30rem;
		top: 4rem;
		left: 4rem
	}
}

@media screen and (max-width: 35em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__left .fc__quotewithimage__left__background {
		width: 20rem;
		height: 20rem
	}
}

.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__left .fc__quotewithimage__left__image {
	position: absolute;
	top: -1rem;
	left: 0;
	width: 12rem;
	height: 12rem;
	border-radius: 50%
}

@media screen and (max-width: 55em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__left .fc__quotewithimage__left__image {
		width: 30rem;
		height: 30rem;
		top: 2rem;
		left: 2rem
	}
}

@media screen and (max-width: 35em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__left .fc__quotewithimage__left__image {
		width: 20rem;
		height: 20rem
	}
}

.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right {
	flex: 0 1 66%;
	padding-top: 1rem;
	padding-left: 3rem
}

@media screen and (max-width: 55em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right {
		flex: 0 1 100%;
		padding-top: 0;
		padding-left: 0
	}
}

@media screen and (max-width: 35em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right {
		padding-left: 0
	}
}

.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right__quote {
	font-family: "IBM Plex Serif", serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1;
	color: #249b98
}

.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right__quote span {
	font-weight: 500;
	background: repeating-linear-gradient(transparent, transparent 66%, #f8d100 66%, #f8d100 96%, transparent 96%, transparent 100%);
	line-height: 4rem
}

@media screen and (max-width: 35em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right__quote {
		font-family: "IBM Plex Serif", serif;
		font-size: 36px;
		font-weight: 500;
		line-height: 1.31;
		color: #249b98
	}
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right__quote span {
		font-weight: 500;
		background: repeating-linear-gradient(transparent, transparent 66%, #f8d100 66%, #f8d100 96%, transparent 96%, transparent 100%);
		line-height: 5rem
	}
}

@media screen and (max-width: 55em) {
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right__quote {
		font-family: "IBM Plex Serif", serif;
		font-size: 36px;
		font-weight: 500;
		line-height: 1.31;
		color: #249b98
	}
	.te__columns__left .fc__quotewithimage__content__left .fc__quotewithimage__right__quote span {
		font-weight: 500;
		background: repeating-linear-gradient(transparent, transparent 66%, #f8d100 66%, #f8d100 96%, transparent 96%, transparent 100%);
		line-height: 5rem
	}
}

.pum-container, .pum-close {
	box-shadow: none !important;
}

.pum-container{
	border-radius: 0 !important;
		background-color: rgba( 255, 255, 255, 1) !important;

}

.pum-close{
	display: flex !important;
    justify-content: center!important;
    align-items: baseline!important;
}

.pum-title{
	text-shadow: none !important;
}