:root {
  --color-foreground: #000000;
  --color-black: #000000;
  --color-shade-darker: #333333;
  --color-shade-dark: #666666;
  --color-shade: #afafaf;
  --color-shade-medium: #d8d8d8;
  --color-shade-light: #eeeeee;
  --color-shade-lighter: #f6f6f6;
  --color-background: #ffffff;
  --color-white: #ffffff;
  --color-primary: #ef7c00;
  --color-primary-dark: #ef6400;
  --color-primary-darker: #ef5600;
  --color-secondary: #fce5cc;
  --color-secondary-light: #fdf2e5;
  --color-secondary-dark: #fcdcb9;
  --color-success: #27ae60;
  --color-success-dark: #239e56;
  --color-success-darker: #1f8f4e;
  --color-danger: #ae2727;
  --color-danger-dark: #9e2323;
  --color-danger-darker: #8a1e1e;
}

.theme-dark {
  --color-foreground: #ffffff;
  --color-shade-darker: #333333;
  --color-shade-dark: #afafaf;
  --color-shade: #afafaf;
  --color-shade-medium: #666666;
  --color-shade-light: #272727;
  --color-background: #1c1c1c;
}

:root {
  --ef-client-width: 100vw;
}

.event-listing.is-style-slider:hover .glider-nav {
  opacity: 1;
}
.event-listing.is-style-slider .show-all {
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  margin-top: 4px;
}
.event-listing.is-style-slider .glider-nav {
  transition: opacity ease 0.2s;
  opacity: 0;
  top: 32%;
}
.event-listing.is-style-slider .events {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-top: 20px;
}
.event-listing.is-style-slider .events::-webkit-scrollbar {
  display: none;
}
.event-listing.is-style-slider .events .event__wrapper:not(:last-child), .event-listing.is-style-slider .events .topic__wrapper:not(:last-child) {
  margin-right: 24px;
}
.event-listing.is-style-slider .events .event__wrapper:last-child, .event-listing.is-style-slider .events .topic__wrapper:last-child {
  margin-right: 20px;
}
@media (min-width: 964px) {
  .event-listing.is-style-slider .events .event__wrapper:last-child, .event-listing.is-style-slider .events .topic__wrapper:last-child {
    margin-right: 80px;
  }
}
.event-listing.is-style-grid .events {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 964px) {
  .event-listing.is-style-grid .events {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.event-listing.is-style-grid .events .event__wrapper {
  margin: 20px 15px;
  flex: 0 1 auto;
  width: calc(25% - 30px);
}
@media screen and (max-width: 1124px) {
  .event-listing.is-style-grid .events .event__wrapper {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 964px) {
  .event-listing.is-style-grid .events .event__wrapper {
    margin: 20px 10px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .event-listing.is-style-grid .events .event__wrapper {
    flex: auto;
    width: 100%;
  }
}
.event-listing.is-style-grid .show-all {
  text-align: center;
}
.ce-provider .event-listing.is-style-stacked .event__wrapper:first-child, .ce-provider .event-listing.is-style-stacked-extended .event__wrapper:first-child {
  padding-top: 0;
}
.event-listing.is-style-grid .show-all, .event-listing.is-style-stacked .show-all, .event-listing.is-style-stacked-extended .show-all {
  margin-top: 20px;
}

.wp-block-hmg-contact {
  margin: 40px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
}
.wp-block-hmg-contact .hmg-contact__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.wp-block-hmg-contact.is-style-large .hmg-contact__layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact {
  display: inline-block;
  margin: 20px 15px;
  flex: 0 0 auto;
  width: calc(33.33% - 30px);
  text-align: center;
}
.wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 964px) {
  body.event-template-event-wide .wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 964px) {
  .wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact {
    margin: 20px 10px;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 564px) {
  .wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact {
    flex: auto;
    width: 100%;
  }
}
.wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  width: 85%;
  height: 0;
  padding-bottom: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 564px) {
  .wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact .hmg-contact__cover {
    width: 216px;
    height: 216px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
.wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact .hmg-contact__name {
  margin-top: 20px;
}
.wp-block-hmg-contact.is-style-large .hmg-contact__layout .hmg-contact .hmg-contact__bio {
  display: none;
}
.wp-block-hmg-contact.is-highlighted {
  padding: 20px;
  background-color: var(--color-shade-light);
}
.wp-block-hmg-contact.is-highlighted.is-style-dark {
  color: white;
  background: var(--color-shade-darker);
}
.wp-block-hmg-contact.is-highlighted.is-style-dark .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__name {
  color: #fff;
}
.wp-block-hmg-contact.is-highlighted.is-style-dark .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__role {
  color: var(--color-shade-light);
}
.wp-block-hmg-contact.is-highlighted.is-style-dark .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  background-color: #fff;
}
.wp-block-hmg-contact.is-highlighted.is-style-accent {
  color: white;
  background: var(--color-primary);
}
.wp-block-hmg-contact.is-highlighted.is-style-accent .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__name, .wp-block-hmg-contact.is-highlighted.is-style-accent .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__role, .wp-block-hmg-contact.is-highlighted.is-style-accent .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__email, .wp-block-hmg-contact.is-highlighted.is-style-accent .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__phone {
  color: #fff;
}
.wp-block-hmg-contact.is-highlighted.is-style-accent .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  background-color: #fff;
}
.wp-block-hmg-contact.is-highlighted.is-style-accent .btn__wrapper {
  color: white;
  border-color: white;
}
.wp-block-hmg-contact.is-highlighted.is-style-accent .btn__wrapper:hover {
  color: var(--color-shade-darker);
  border-color: var(--color-shade-darker);
}
.wp-block-hmg-contact.is-highlighted .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__role {
  color: var(--color-shade-dark);
}
.wp-block-hmg-contact.is-highlighted .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  background-color: #fff;
}
.wp-block-hmg-contact .hmg-contact__layout {
  padding-top: 15px;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact {
  display: flex;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact:not(:last-child) {
  margin-bottom: 40px;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__cover {
  position: relative;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  background-color: var(--color-shade-light);
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__cover .hmg-contact__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__name_wrapper {
  margin-bottom: 10px;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-foreground);
  display: block;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__email, .wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__phone {
  color: var(--color-primary);
  display: block;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__email {
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__role {
  color: var(--color-shade);
  display: block;
}
.wp-block-hmg-contact .hmg-contact__layout .hmg-contact .hmg-contact__details .hmg-contact__bio {
  margin-top: 10px;
}
.wp-block-hmg-contact .btn__wrapper {
  margin-top: 20px;
}

.wp-block-partner-list .partner-list__title {
  margin-bottom: 20px;
}
.wp-block-partner-list.is-style-grid .partners {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
.wp-block-partner-list.is-style-grid .partners .partner {
  flex: 0 1 auto;
  display: block;
  margin: 30px 15px 0;
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 720px) {
  .wp-block-partner-list.is-style-grid .partners .partner {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 564px) {
  .wp-block-partner-list.is-style-grid .partners .partner {
    width: 100%;
  }
}
.wp-block-partner-list.is-style-grid .partners .partner:not(:last-child) {
  margin-bottom: 0;
}
.wp-block-partner-list.is-style-grid .partners .partner .partner__image {
  height: 150px;
  margin: 0;
}
.wp-block-partner-list.is-style-grid .partners .partner .partner__image img {
  padding: 10% 15%;
}
.wp-block-partner-list.is-style-grid .partners .partner .partner__details {
  display: none;
}
.wp-block-partner-list.is-style-grid .partners .partner .modal-window {
  max-width: 867px;
}
.wp-block-partner-list.is-style-grid .partners .partner .modal-content {
  max-width: none;
}
.wp-block-partner-list .partner__layout .partner {
  display: flex;
  margin: -15px;
}
.wp-block-partner-list .partner__layout .partner[data-show-modal] {
  cursor: pointer;
}
@media screen and (max-width: 964px) {
  .wp-block-partner-list .partner__layout .partner {
    flex-direction: column;
  }
}
.wp-block-partner-list .partner__layout .partner:not(:last-child) {
  margin-bottom: 25px;
}
.wp-block-partner-list .partner__layout .partner .partner__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--color-shade-light);
}
.wp-block-partner-list .partner__layout .partner .partner__image img {
  width: auto;
  height: auto;
  padding: 10% 15%;
  object-fit: contain;
  max-height: 100%;
}
.wp-block-partner-list .partner__layout .partner .partner__details {
  flex: 1;
  margin: 15px;
  font-size: 18px;
  line-height: 28px;
}
.wp-block-partner-list .partner__layout .partner .partner__details .partner__title {
  margin-bottom: 12px;
}
.wp-block-partner-list .partner__layout .partner .partner__details .partner__url {
  display: block;
  margin-top: 12px;
  color: var(--color-primary);
}
.wp-block-partner-list .partner__layout .partner .partner__details .partner__social-media-links {
  margin-top: 20px;
  gap: 15px;
  display: flex;
  align-items: center;
}
.wp-block-partner-list .partner__layout .partner .partner__details .partner__social-media-links a {
  display: inline-flex;
}
.wp-block-partner-list .partner__layout .partner .partner__details .partner__social-media-links a.icon-linkedin {
  margin-top: -2px;
}
.wp-block-partner-list .partner-category + .partner-category {
  margin-top: 60px;
}
.wp-block-partner-list .partner-category:first-child .partner-category__title {
  margin-top: 0;
}
.wp-block-partner-list .partners + .partners {
  margin-top: 0;
}

#modals .modal[data-modal-class*=partner] .modal-window {
  max-width: 867px;
}
@media screen and (min-width: 720px) and (max-width: 964px) {
  #modals .modal[data-modal-class*=partner] .modal-window {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 564px) {
  #modals .modal[data-modal-class*=partner] .modal-window {
    position: static;
    min-height: 100vh;
  }
}
#modals .modal[data-modal-class*=partner] .modal-content {
  max-width: none;
}
@media screen and (min-width: 720px) {
  #modals .modal[data-modal-class*=partner] .partner {
    display: flex;
    flex-direction: row-reverse;
  }
}
#modals .modal[data-modal-class*=partner] .partner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade-light);
  background: #fff;
}
@media screen and (min-width: 720px) {
  #modals .modal[data-modal-class*=partner] .partner__image {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 564px) {
  #modals .modal[data-modal-class*=partner] .partner__image {
    margin: 0 0 20px 0;
  }
}
#modals .modal[data-modal-class*=partner] .partner__image img {
  width: auto;
  height: auto;
  padding: 10% 15%;
  object-fit: contain;
  max-height: 100%;
}
#modals .modal[data-modal-class*=partner] .partner__details {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 720px) {
  #modals .modal[data-modal-class*=partner] .partner__details {
    width: 66.6666666667%;
  }
}
#modals .modal[data-modal-class*=partner] .partner__details .partner__title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
#modals .modal[data-modal-class*=partner] .partner__details .partner__url {
  display: block;
  margin-top: 12px;
  color: var(--color-primary);
}
#modals .modal[data-modal-class*=partner] .partner__details .partner__social-media-links {
  margin-top: 20px;
  gap: 15px;
  display: flex;
  align-items: center;
}
#modals .modal[data-modal-class*=partner] .partner__details .partner__social-media-links a {
  display: inline-flex;
}
#modals .modal[data-modal-class*=partner] .partner__details .partner__social-media-links a.icon-linkedin {
  margin-top: -2px;
}

.wp-block-event-listing {
  margin-top: 40px;
}
.wp-block-event-listing.is-style-slider .listing-container {
  padding-right: 0;
}
.wp-block-event-listing.is-style-slider .glider-track {
  align-items: flex-start;
}
.wp-block-event-listing .event-listing__title {
  margin-top: 0;
}

.wp-block-group .is-style-stacked:not(:last-child) .event__wrapper.event--teaser, .wp-block-group .is-style-stacked-extended:not(:last-child) .event__wrapper.event--teaser {
  border-bottom: 1px solid var(--color-shade-light);
}
.wp-block-group .is-style-stacked + .is-style-stacked, .wp-block-group .is-style-stacked + .is-style-stacked-extended, .wp-block-group .is-style-stacked-extended + .is-style-stacked, .wp-block-group .is-style-stacked-extended + .is-style-stacked-extended {
  margin-top: 20px;
}
.wp-block-group .is-style-stacked + .is-style-stacked .event-listing__title, .wp-block-group .is-style-stacked + .is-style-stacked-extended .event-listing__title, .wp-block-group .is-style-stacked-extended + .is-style-stacked .event-listing__title, .wp-block-group .is-style-stacked-extended + .is-style-stacked-extended .event-listing__title {
  margin-top: 20px;
}

body[class*=gipfel] .wp-block-event-listing .container {
  padding-left: 0;
  padding-right: 0;
}
body[class*=gipfel] .wp-block-event-listing .event__title {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
body[class*=gipfel] .wp-block-event-listing:not(.alignfull) .container {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
body[class*=gipfel] .wp-block-event-listing.alignwide {
  margin-left: auto;
  margin-right: auto;
}
body[class*=gipfel] .wp-block-event-listing.alignwide .container {
  max-width: 1165px;
}

@media screen and (min-width: 720px) {
  body.event-template-event-wide .wp-block-event-listing.is-style-stacked .event__wrapper.event--teaser .event__preview, body.event-template-event-wide .wp-block-event-listing.is-style-stacked-extended body.event-template-event-wide .wp-block-event-listing .event__wrapper.event--teaser .event__preview {
    width: 300px;
    min-width: 300px;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.wp-block-ce-hero-slider {
  position: relative;
  margin-bottom: 30px;
  height: 600px;
}
@media screen and (max-width: 1123px) {
  .wp-block-ce-hero-slider {
    height: 480px;
  }
}
.wp-block-ce-hero-slider .glider-track {
  height: 100%;
}
.wp-block-ce-hero-slider:hover .glider-nav {
  transition: opacity ease 0.2s;
  opacity: 1;
}
.wp-block-ce-hero-slider .glider-nav {
  opacity: 0;
}
@media screen and (max-width: 964px) {
  .wp-block-ce-hero-slider .glider-nav {
    display: none;
  }
}
.wp-block-ce-hero-slider .glider-nav .glider-nav-button {
  padding: 50px;
}
.wp-block-ce-hero-slider .glider-nav .glider-nav-button.button--prev {
  margin-left: -50px;
}
.wp-block-ce-hero-slider .glider-nav .glider-nav-button.button--next {
  margin-right: -50px;
}
.wp-block-ce-hero-slider .hero-dots {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wp-block-ce-hero-slider .hero-slides {
  height: 100%;
  overflow: scroll hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wp-block-ce-hero-slider .hero-slides::-webkit-scrollbar {
  display: none;
}
.wp-block-ce-hero-slider .hero-slide {
  position: relative;
  width: 100vw;
  height: 100%;
}
.wp-block-ce-hero-slider .hero-slide .slide__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wp-block-ce-hero-slider .hero-slide .slide__flag img {
  max-width: 33%;
}
.wp-block-ce-hero-slider .hero-slide .slide__content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 0 44px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.08%, rgba(0, 0, 0, 0.7) 76.61%);
}
.wp-block-ce-hero-slider .hero-slide .slide__content .container {
  height: 100%;
}
.wp-block-ce-hero-slider .hero-slide .slide__actions {
  margin-top: 24px;
}
.wp-block-ce-hero-slider .hero-slide .slide__action:not(:last-child) {
  margin-right: 10px;
}
.wp-block-ce-hero-slider .hero-slide .slide__heading .event-date {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.35em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.wp-block-ce-hero-slider .hero-slide .slide__title {
  display: block;
  font-size: 32px;
  line-height: 36px;
  font-family: "Grotesque";
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 1124px) {
  .wp-block-ce-hero-slider .hero-slide .slide__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.wp-block-ce-hero-slider .hero-slide .slide__subtitle {
  display: block;
  font-family: "Grotesque";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 1124px) {
  .wp-block-ce-hero-slider .hero-slide .slide__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
}

.ce-speakers-list {
  margin: 40px 0;
  width: 100%;
  box-sizing: border-box;
}
.ce-speakers-list.is-style-grid .ce-speakers__layout {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px 0;
}
.ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker {
  display: inline-block;
  margin: 20px 15px;
  margin-bottom: 0 !important;
  flex: 0 1 auto;
  width: calc(25% - 30px);
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 964px) {
  body.event-template-event-wide .ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker {
    width: calc(16.6666666667% - 30px);
  }
}
.ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker[data-show-modal] {
  cursor: pointer;
}
@media screen and (max-width: 964px) {
  .ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker {
    margin: 20px 10px;
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 564px) {
  .ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker {
    width: calc(50% - 20px);
  }
}
.ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker .ce-speaker__cover {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-right: 0;
}
.ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker .ce-speaker__details .ce-speaker__name {
  margin-top: 20px;
}
.ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker .ce-speaker__details .ce-speaker__role, .ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker .ce-speaker__details .ce-speaker__show-more {
  font-size: 14px;
  line-height: 20px;
}
.ce-speakers-list.is-style-grid .ce-speakers__layout .ce-speaker .ce-speaker__details .ce-speaker__bio {
  display: none;
}
@media screen and (min-width: 964px) {
  body.event-template-event-wide .ce-speakers-list.is-style-default .ce-speaker .ce-speaker__bio {
    max-width: calc(100% - 270px);
  }
}
@media screen and (max-width: 564px) {
  .ce-speakers-list.is-style-default .ce-speaker__name_wrapper {
    min-height: 100px;
  }
}
.ce-speakers-list.is-style-grid .ce-speaker__bio, .ce-speakers-list.has-cv-excerpt .ce-speaker__bio {
  display: none;
}
.ce-speakers-list .ce-speaker__show-more {
  color: var(--color-primary);
  display: block;
  margin: 10px 0;
}
.ce-speakers-list .ce-speakers__layout {
  padding-top: 15px;
}
.ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__wrapper {
  display: flex;
  align-items: center;
}
.ce-speakers-list .ce-speakers__layout .ce-speaker:not(:last-child) {
  margin-bottom: 40px;
}
.ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__cover {
  position: relative;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  background-color: var(--color-shade-light);
}
.ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__cover .ce-speaker__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__details .ce-speaker__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-foreground);
  display: block;
}
.ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__details .ce-speaker__role {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-shade-dark);
  display: block;
  margin: 5px 0;
}
.ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__bio, .ce-speakers-list .ce-speakers__layout .ce-speaker .ce-speaker__cv-excerpt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.ce-speaker__bio-details {
  display: flex;
  align-items: center;
  min-height: 35px;
  color: var(--color-shade-dark);
}
.ce-speaker__bio-details svg path {
  fill: var(--color-shade-dark);
}
.ce-speaker__bio-details .ce-speaker-location {
  max-width: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  font-size: 14px;
}
.ce-speaker__bio-details .ce-speaker-social-media-links {
  position: relative;
  gap: 15px;
  display: flex;
  align-items: center;
}
.ce-speaker__bio-details .ce-speaker-social-media-links a {
  display: inline-flex;
}
.ce-speaker__bio-details .ce-speaker-social-media-links a.icon-linkedin {
  margin-top: -2px;
}
.ce-speaker__bio-details .ce-speaker-location + .ce-speaker-social-media-links::before {
  content: "";
  width: 1px;
  height: 35px;
  margin-left: 15px;
  background-color: var(--color-shade);
}

#modals .modal[data-modal-class*=ce-speaker] .modal-window {
  max-width: 867px;
}
@media screen and (max-height: 720px) {
  #modals .modal[data-modal-class*=ce-speaker] .modal-window {
    bottom: auto;
  }
}
@media screen and (min-height: 720px) and (min-width: 720px) and (max-width: 964px) {
  #modals .modal[data-modal-class*=ce-speaker] .modal-window {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 564px) {
  #modals .modal[data-modal-class*=ce-speaker] .modal-window {
    position: static;
    min-height: 100vh;
  }
}
#modals .modal[data-modal-class*=ce-speaker] .modal-content {
  max-width: none;
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 564px) {
  #modals .modal[data-modal-class*=ce-speaker] .ce-speaker__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 720px) {
  #modals .modal[data-modal-class*=ce-speaker] .ce-speaker__cover {
    width: 25%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 564px) {
  #modals .modal[data-modal-class*=ce-speaker] .ce-speaker__cover {
    margin-bottom: 20px;
  }
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__cover .ce-speaker__image {
  border-radius: 50%;
  background-color: var(--color-shade-light);
}
@media screen and (min-width: 564px) {
  #modals .modal[data-modal-class*=ce-speaker] .ce-speaker__details {
    width: 75%;
  }
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__details .ce-speaker__name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-foreground);
  display: block;
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__details .ce-speaker__role {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-shade-dark);
  display: block;
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__cv-excerpt {
  display: none;
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__bio {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}
#modals .modal[data-modal-class*=ce-speaker] .ce-speaker__show-more {
  display: none;
}

.news-listing__layout {
  padding-top: 15px;
}
.news-listing__layout .news-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-shade-light);
}
.news-listing__layout .news-item:hover .news-item__title {
  text-decoration: underline;
}
.news-listing__layout .news-item__title {
  margin-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .news-listing__layout .news-item {
    display: flex;
  }
  .news-listing__layout .news-item .news-item__image {
    width: 240px;
    min-width: 240px;
    height: 135px;
    padding-top: 0;
    margin: 0 20px 0 0;
  }
}
.news-listing__layout > a:first-child .news-item {
  padding-top: 0;
}
.news-listing__layout .news-item__image {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 10px;
  position: relative;
}
.news-listing__layout .news-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-listing__layout .news-item__teaser {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
}
.news-listing__layout .news-item__teaser .news-item__date {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.news-listing__layout .news-item__teaser .news-item__teaser-text {
  margin: 0;
}
.news-listing__layout + .btn__wrapper {
  margin-top: 20px;
}

@media screen and (min-width: 720px) {
  body.event-template-event-wide .news-listing__layout .news-item__image {
    width: 300px;
    min-width: 300px;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 1440px) {
  body.event-template-event-wide .news-listing__layout .news-item__teaser {
    max-width: calc(100% - 590px);
  }
}

.wp-block-accordion-container .wp-block-accordion-container {
  padding-left: 5%;
  padding-top: 5%;
}
.wp-block-accordion-container .accordion-item:last-child > .accordion__wrapper {
  border: none;
}

.event-template-event-gipfel .wp-block-accordion-container,
.webinar-template-webinar-gipfel .wp-block-accordion-container,
.post-template-post-gipfel .wp-block-accordion-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-accordion-container,
.webinar-template-webinar-gipfel .wp-block-accordion-container,
.post-template-post-gipfel .wp-block-accordion-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.event-template-event-gipfel .wp-block-accordion-container .accordion-container-heading,
.webinar-template-webinar-gipfel .wp-block-accordion-container .accordion-container-heading,
.post-template-post-gipfel .wp-block-accordion-container .accordion-container-heading {
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Grotesque";
  font-size: 2.25rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-accordion-container .accordion-container-heading,
.webinar-template-webinar-gipfel .wp-block-accordion-container .accordion-container-heading,
.post-template-post-gipfel .wp-block-accordion-container .accordion-container-heading {
    text-align: left;
    font-size: 1.125rem;
  }
}
.event-template-event-gipfel .wp-block-accordion-container .accordion__body ul,
.webinar-template-webinar-gipfel .wp-block-accordion-container .accordion__body ul,
.post-template-post-gipfel .wp-block-accordion-container .accordion__body ul {
  padding-left: 0;
}
.event-template-event-gipfel .wp-block-accordion-container:not(.alignfull),
.webinar-template-webinar-gipfel .wp-block-accordion-container:not(.alignfull),
.post-template-post-gipfel .wp-block-accordion-container:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .wp-block-accordion-container.alignfull .wp-block-accordion-item,
.webinar-template-webinar-gipfel .wp-block-accordion-container.alignfull .wp-block-accordion-item,
.post-template-post-gipfel .wp-block-accordion-container.alignfull .wp-block-accordion-item {
  max-width: 100%;
}
.event-template-event-gipfel .wp-block-accordion-container.alignwide .wp-block-accordion-item,
.webinar-template-webinar-gipfel .wp-block-accordion-container.alignwide .wp-block-accordion-item,
.post-template-post-gipfel .wp-block-accordion-container.alignwide .wp-block-accordion-item {
  max-width: 1165px;
}
.event-template-event-gipfel .wp-block-accordion-container .wp-block-accordion-item,
.webinar-template-webinar-gipfel .wp-block-accordion-container .wp-block-accordion-item,
.post-template-post-gipfel .wp-block-accordion-container .wp-block-accordion-item {
  max-width: 870px;
  margin: 0 auto;
}

.wp-block-modal .btn--image, .wp-block-modal .btn--image img {
  display: inline-block;
}
.wp-block-modal .btn--image span {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.wp-block-attention {
  margin: 30px 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: var(--color-shade-lighter);
}
.wp-block-attention.is-style-dark {
  color: white;
  background: var(--color-shade-darker);
}
.wp-block-attention.is-style-accent {
  color: white;
  background: var(--color-primary);
}
.wp-block-attention.is-style-accent .attention__cta {
  color: white;
  border-color: white;
}
.wp-block-attention.is-style-accent .attention__cta:hover {
  color: var(--color-shade-darker);
  border-color: var(--color-shade-darker);
}
.wp-block-attention .attention__title {
  font-family: "Grotesque", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: currentColor;
}
.wp-block-attention .attention__image img {
  display: block;
}
@media screen and (min-width: 720px) {
  .wp-block-attention .attention__grid {
    display: flex;
    align-items: center;
  }
  .wp-block-attention .attention__grid .attention__image {
    width: 450px;
    max-width: 33.3333333333%;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-attention {
    text-align: center;
  }
  .wp-block-attention .attention__image img {
    margin: 0 auto;
  }
}
.wp-block-attention .attention__content {
  margin-top: 20px;
  flex-grow: 1;
}
.wp-block-attention .attention__content.align-center {
  text-align: center;
}
.wp-block-attention .attention__content.align-right {
  text-align: right;
}
.wp-block-attention .attention__grid {
  margin-top: 20px;
}
@media (min-width: 720px) {
  .wp-block-attention .attention__grid .attention__content {
    margin-top: 0;
  }
}
.wp-block-attention * + .attention__cta {
  margin-top: 20px !important;
}
.wp-block-attention p:empty {
  display: none;
}

.wp-block-ce-customer-voices .ce-customer-voices_navigation {
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 964px) {
  .wp-block-ce-customer-voices .ce-customer-voices_navigation {
    display: none;
  }
}
@media screen and (min-width: 1124px) {
  .wp-block-ce-customer-voices:hover .ce-customer-voices_navigation {
    opacity: 1;
  }
}
.wp-block-ce-customer-voices.single .glider-track {
  cursor: default;
}
.wp-block-ce-customer-voices.single .ce-customer-voices_dots, .wp-block-ce-customer-voices.single .ce-customer-voices_navigation {
  display: none !important;
}

.wp-block-columns.tiles {
  row-gap: 20px;
  flex-wrap: wrap;
}
.ce-provider .wp-block-columns.tiles {
  margin-top: 0;
}
.wp-block-columns.tiles > .wp-block-column {
  padding: 20px;
  background-color: var(--color-shade-lighter);
  flex-grow: 0;
  flex-basis: 100%;
}
.wp-block-columns.tiles > .wp-block-column:empty {
  visibility: hidden;
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.tiles > .wp-block-column {
    flex-basis: calc(50% - 10px) !important;
  }
  .wp-block-columns.tiles > .wp-block-column:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (min-width: 782px) {
  .wp-block-columns.tiles > .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }
}
.wp-block-columns.tiles.tiles-alternate > .wp-block-column:nth-child(2n) {
  background-color: var(--color-secondary-light);
}
@media (min-width: 782px) {
  .wp-block-columns.tiles.tiles-2 > .wp-block-column {
    flex-basis: calc( (100% - ( (2 - 1) * 20px ) ) / 2);
  }
  .wp-block-columns.tiles.tiles-2 > .wp-block-column:nth-child(2n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-3 > .wp-block-column {
    flex-basis: calc( (100% - ( (3 - 1) * 20px ) ) / 3);
  }
  .wp-block-columns.tiles.tiles-3 > .wp-block-column:nth-child(3n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-4 > .wp-block-column {
    flex-basis: calc( (100% - ( (4 - 1) * 20px ) ) / 4);
  }
  .wp-block-columns.tiles.tiles-4 > .wp-block-column:nth-child(4n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-5 > .wp-block-column {
    flex-basis: calc( (100% - ( (5 - 1) * 20px ) ) / 5);
  }
  .wp-block-columns.tiles.tiles-5 > .wp-block-column:nth-child(5n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-6 > .wp-block-column {
    flex-basis: calc( (100% - ( (6 - 1) * 20px ) ) / 6);
  }
  .wp-block-columns.tiles.tiles-6 > .wp-block-column:nth-child(6n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-7 > .wp-block-column {
    flex-basis: calc( (100% - ( (7 - 1) * 20px ) ) / 7);
  }
  .wp-block-columns.tiles.tiles-7 > .wp-block-column:nth-child(7n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-8 > .wp-block-column {
    flex-basis: calc( (100% - ( (8 - 1) * 20px ) ) / 8);
  }
  .wp-block-columns.tiles.tiles-8 > .wp-block-column:nth-child(8n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-9 > .wp-block-column {
    flex-basis: calc( (100% - ( (9 - 1) * 20px ) ) / 9);
  }
  .wp-block-columns.tiles.tiles-9 > .wp-block-column:nth-child(9n+1) {
    margin-left: 0;
  }
  .wp-block-columns.tiles.tiles-10 > .wp-block-column {
    flex-basis: calc( (100% - ( (10 - 1) * 20px ) ) / 10);
  }
  .wp-block-columns.tiles.tiles-10 > .wp-block-column:nth-child(10n+1) {
    margin-left: 0;
  }
}

.wp-block-topics-listing.is-style-slider .listing-container {
  padding-right: 0;
}
.wp-block-topics-listing.is-style-slider .glider-nav {
  top: 50%;
}
.wp-block-topics-listing.is-style-grid .events {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media screen and (max-width: 964px) {
  .wp-block-topics-listing.is-style-grid .events {
    margin: -10px;
  }
}
.wp-block-topics-listing.is-style-grid .events .topic__wrapper {
  margin: 15px;
  flex: 0;
  flex-basis: calc(25% - 30px);
}
@media screen and (max-width: 2048px) {
  .wp-block-topics-listing.is-style-grid .events .topic__wrapper {
    flex-basis: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 964px) {
  .wp-block-topics-listing.is-style-grid .events .topic__wrapper {
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .wp-block-topics-listing.is-style-grid .events .topic__wrapper {
    flex: unset;
    width: 100%;
  }
}

.wp-block-newsletter {
  margin: 30px 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: var(--color-shade-lighter);
}
.wp-block-newsletter.is-style-dark {
  color: white;
  background: var(--color-shade-darker);
}
.wp-block-newsletter.is-style-accent {
  color: white;
  background: var(--color-primary);
}
.wp-block-newsletter.is-style-accent .newsletter__cta {
  color: white;
  border-color: white;
}
.wp-block-newsletter.is-style-accent .newsletter__cta:hover {
  color: var(--color-shade-darker);
  border-color: var(--color-shade-darker);
}
.wp-block-newsletter .newsletter__title {
  font-family: "Grotesque", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: currentColor;
}
.wp-block-newsletter .newsletter__image img {
  display: block;
}
@media screen and (min-width: 720px) {
  .wp-block-newsletter .newsletter__grid {
    display: flex;
    align-items: center;
  }
  .wp-block-newsletter .newsletter__grid .newsletter__image {
    max-width: 33.3333333333%;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.wp-block-newsletter .newsletter__content {
  margin-top: 20px;
  flex-grow: 1;
}
.wp-block-newsletter .newsletter__content.align-center {
  text-align: center;
}
.wp-block-newsletter .newsletter__content.align-right {
  text-align: right;
}
.wp-block-newsletter .newsletter__grid {
  margin-top: 20px;
}
.wp-block-newsletter * + .newsletter__cta {
  margin-top: 20px !important;
}
.wp-block-newsletter p:empty {
  display: none;
}

.wp-block-social-sharing-links .social-sharing-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5px;
  border: solid var(--color-foreground);
  border-width: 1px 0;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper > a {
  width: 24px;
  height: 24px;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper > a:hover {
  opacity: 0.5;
}
.wp-block-social-sharing-links .social-sharing-links-wrapper > a svg {
  width: 100%;
  height: 100%;
}

.wp-block-order-brochure {
  margin: 30px 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: var(--color-shade-lighter);
}
.wp-block-order-brochure.is-style-dark {
  color: white;
  background: var(--color-shade-darker);
}
.wp-block-order-brochure.is-style-accent {
  color: white;
  background: var(--color-primary);
}
.wp-block-order-brochure.is-style-accent .order-brochure__cta {
  color: white;
  border-color: white;
}
.wp-block-order-brochure.is-style-accent .order-brochure__cta:hover {
  color: var(--color-shade-darker);
  border-color: var(--color-shade-darker);
}
.wp-block-order-brochure .order-brochure__title {
  font-family: "Grotesque", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: currentColor;
}
.wp-block-order-brochure .order-brochure__text {
  color: currentColor;
}
.wp-block-order-brochure .order-brochure__image img {
  display: block;
}
@media screen and (min-width: 720px) {
  .wp-block-order-brochure .order-brochure__grid {
    display: flex;
    align-items: center;
  }
  .wp-block-order-brochure .order-brochure__grid .order-brochure__image {
    width: 450px;
    max-width: 33.3333333333%;
    flex-shrink: 0;
    margin-right: 40px;
  }
}
.wp-block-order-brochure .order-brochure__content {
  margin-top: 20px;
  flex-grow: 1;
}
.wp-block-order-brochure .order-brochure__content.align-center {
  text-align: center;
}
.wp-block-order-brochure .order-brochure__content.align-right {
  text-align: right;
}
.wp-block-order-brochure .order-brochure__grid {
  margin-top: 20px;
}
@media (min-width: 720px) {
  .wp-block-order-brochure .order-brochure__grid .order-brochure__content {
    margin-top: 0;
  }
}
.wp-block-order-brochure * + .order-brochure__cta {
  margin-top: 20px !important;
}
.wp-block-order-brochure p:empty {
  display: none;
}

.event-template-event-gipfel .wp-block-order-brochure,
.webinar-template-webinar-gipfel .wp-block-order-brochure,
.post-template-post-gipfel .wp-block-order-brochure {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .event-template-event-gipfel .wp-block-order-brochure,
.webinar-template-webinar-gipfel .wp-block-order-brochure,
.post-template-post-gipfel .wp-block-order-brochure {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  .event-template-event-gipfel .wp-block-order-brochure .order-brochure__image img,
.webinar-template-webinar-gipfel .wp-block-order-brochure .order-brochure__image img,
.post-template-post-gipfel .wp-block-order-brochure .order-brochure__image img {
    margin: 0 auto;
  }
}
.event-template-event-gipfel .wp-block-order-brochure .order-brochure__title,
.webinar-template-webinar-gipfel .wp-block-order-brochure .order-brochure__title,
.post-template-post-gipfel .wp-block-order-brochure .order-brochure__title {
  display: block !important;
}
.event-template-event-gipfel .wp-block-order-brochure:not(.alignfull),
.webinar-template-webinar-gipfel .wp-block-order-brochure:not(.alignfull),
.post-template-post-gipfel .wp-block-order-brochure:not(.alignfull) {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.event-template-event-gipfel .wp-block-order-brochure.alignfull .order-brochure__grid,
.event-template-event-gipfel .wp-block-order-brochure.alignfull .order-brochure__title,
.webinar-template-webinar-gipfel .wp-block-order-brochure.alignfull .order-brochure__grid,
.webinar-template-webinar-gipfel .wp-block-order-brochure.alignfull .order-brochure__title,
.post-template-post-gipfel .wp-block-order-brochure.alignfull .order-brochure__grid,
.post-template-post-gipfel .wp-block-order-brochure.alignfull .order-brochure__title {
  max-width: 100%;
}
.event-template-event-gipfel .wp-block-order-brochure.alignwide .order-brochure__grid,
.event-template-event-gipfel .wp-block-order-brochure.alignwide .order-brochure__title,
.webinar-template-webinar-gipfel .wp-block-order-brochure.alignwide .order-brochure__grid,
.webinar-template-webinar-gipfel .wp-block-order-brochure.alignwide .order-brochure__title,
.post-template-post-gipfel .wp-block-order-brochure.alignwide .order-brochure__grid,
.post-template-post-gipfel .wp-block-order-brochure.alignwide .order-brochure__title {
  max-width: 1165px;
}
.event-template-event-gipfel .wp-block-order-brochure .order-brochure__grid,
.event-template-event-gipfel .wp-block-order-brochure .order-brochure__title,
.webinar-template-webinar-gipfel .wp-block-order-brochure .order-brochure__grid,
.webinar-template-webinar-gipfel .wp-block-order-brochure .order-brochure__title,
.post-template-post-gipfel .wp-block-order-brochure .order-brochure__grid,
.post-template-post-gipfel .wp-block-order-brochure .order-brochure__title {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.event-template-event-gipfel .wp-block-order-brochure .order-brochure__image,
.webinar-template-webinar-gipfel .wp-block-order-brochure .order-brochure__image,
.post-template-post-gipfel .wp-block-order-brochure .order-brochure__image {
  width: auto;
}
.event-template-event-gipfel .wp-block-order-brochure .order-brochure__content .order-brochure__title,
.webinar-template-webinar-gipfel .wp-block-order-brochure .order-brochure__content .order-brochure__title,
.post-template-post-gipfel .wp-block-order-brochure .order-brochure__content .order-brochure__title {
  margin-bottom: 20px;
}

.wp-block-quotes-slider {
  padding: 0 20px;
}
.wp-block-quotes-slider .quote-slide {
  width: 100%;
  text-align: center;
  color: var(--color-foreground);
}
.wp-block-quotes-slider .quote-slide .quote-slide__quote {
  font-family: "GuyotHeadline", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  max-width: 565px;
  margin: 20px auto;
  display: block;
}
.wp-block-quotes-slider .quote-slide .quote-slide__image {
  margin: 20px auto;
}
.wp-block-quotes-slider .quote-slide .quote-slide__image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.wp-block-quotes-slider .quote-slide .quote-slide__name-wrapper {
  margin: 20px auto 0;
  max-width: 565px;
}
.wp-block-quotes-slider .quote-slide .quote-slide__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.wp-block-quotes-slider .quote-slide .quote-slide__role-company {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
body.event-template-event-gipfel .wp-block-quotes-slider .quotes-slider__inner {
  max-width: 870px;
  margin: 0 auto;
}
body.event-template-event-gipfel .wp-block-quotes-slider .quote-slide__quote {
  max-width: 870px;
}

.wp-block-program-teaser .program-teaser__wrapper {
  max-width: 870px;
  margin: 0 auto;
}
.wp-block-program-teaser .program-teaser__wrapper .program-teaser__headline {
  margin-bottom: 60px;
}
.wp-block-program-teaser.alignwide .program-teaser__wrapper {
  max-width: 1165px;
}
.wp-block-program-teaser:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
.wp-block-program-teaser .program-teaser__item {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  color: var(--color-shade-dark);
}
.wp-block-program-teaser .program-teaser__image {
  flex: 0 0 450px;
}
.wp-block-program-teaser .program-teaser__image img {
  width: 100%;
}
.wp-block-program-teaser .program-teaser__content {
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0;
}
.wp-block-program-teaser .program-teaser__content p {
  margin-bottom: 20px;
}
.wp-block-program-teaser .program-teaser__topline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.wp-block-program-teaser .program-teaser__topline .program-teaser__topline--date {
  display: flex;
  align-items: center;
}
.wp-block-program-teaser .program-teaser__topline .program-teaser__topline--date svg {
  margin-right: 10px;
}
.wp-block-program-teaser .program-teaser__topline .event__label {
  margin-bottom: 0;
}
.wp-block-program-teaser .program-teaser__title {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--color-shade-darker);
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-program-teaser .program-teaser__moderator {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1124px) {
  .wp-block-program-teaser .program-teaser__image {
    flex-basis: 33.33%;
  }
  .wp-block-program-teaser .program-teaser__image img {
    height: 100%;
    object-fit: cover;
  }
  .wp-block-program-teaser .program-teaser__topline {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 720px) {
  .wp-block-program-teaser .program-teaser__wrapper .program-teaser__headline {
    margin-bottom: 40px;
  }
  .wp-block-program-teaser .program-teaser__image {
    display: none;
  }
  .wp-block-program-teaser .program-teaser__item {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .wp-block-program-teaser .program-teaser__item + .program-teaser__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
  }
  .wp-block-program-teaser .program-teaser__content {
    padding: 0;
  }
}
.event-template-event-gipfel .wp-block-program-teaser {
  margin: 100px 0;
}
@media (max-width: 564px) {
  .event-template-event-gipfel .wp-block-program-teaser {
    margin: 60px 0;
  }
}

#hmg-fly-in_modal {
  position: fixed;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}
#hmg-fly-in_modal .modal-window {
  padding: 25px;
}
#hmg-fly-in_modal .modal-window.padding-none {
  padding: 0;
}
#hmg-fly-in_modal .modal-window:not(.window--large) .modal-close {
  top: 6px;
  right: 6px;
}
#hmg-fly-in_modal .modal-window .modal-close {
  color: currentColor;
}
#hmg-fly-in_modal:not(.align-center) {
  background: none;
  overflow: visible;
}
#hmg-fly-in_modal:not(.align-center) > .modal-window {
  margin: 0;
  position: static;
  max-height: 100vh;
  overflow-y: auto;
}
#hmg-fly-in_modal.hmg-fly-in--active {
  transform: none !important;
  opacity: 1;
}
#hmg-fly-in_modal.align-bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(100%, 0);
}
#hmg-fly-in_modal .modal-content :first-child {
  margin-top: 0;
}
#hmg-fly-in_modal .modal-content :last-child {
  margin-bottom: 0;
}

.hmg-optin-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hmg-optin-link .hmg-optin-link__content {
  font-size: 16px;
  line-height: 1.5em;
}
.hmg-optin-link .hmg-optin-link__content > :first-child {
  margin-top: 0;
}
.hmg-optin-link .hmg-optin-link__content a:not(.btn__wrapper) {
  display: inline-block;
  color: var(--color-foreground);
  text-decoration: none;
  border-bottom: 1px dotted var(--color-foreground);
  outline-offset: 0;
}
.hmg-optin-link .hmg-optin-link__content a:not(.btn__wrapper):hover {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}
.hmg-optin-link .checkbox-container {
  display: inline-flex;
  margin-top: 1px;
}

/*# sourceMappingURL=hmg-event-hub-public.css.map */
