@charset "UTF-8";
/*
 Theme Name:   INTES Akademie
 Theme URI:    https://intes-akademie.de
 Description:  INTES Akademie theme based on GeneratePress
 Author:       Matthias Müller
 Author URI:
 Template:     generatepress
 Version:      0.1
*/
/**
* =variables
*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/helvetica-neue-bold.eot");
  src: url("fonts/helvetica-neue-bold.eot?#iefix") format("embedded-opentype"), url("fonts/helvetica-neue-bold.woff2") format("woff2"), url("fonts/helvetica-neue-bold.woff") format("woff"), url("fonts/helvetica-neue-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/helvetica-neue-regular.eot");
  src: url("fonts/helvetica-neue-regular.eot?#iefix") format("embedded-opentype"), url("fonts/helvetica-neue-regular.woff2") format("woff2"), url("fonts/helvetica-neue-regular.woff") format("woff"), url("fonts/helvetica-neue-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Charter Com";
  src: url("fonts/charter-itc.woff2") format("woff2"), url("fonts/charter-itc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, button, input, select, textarea {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
}

blockquote {
  border-left: 0;
  padding: 0;
  font-style: normal;
  font-weight: 500;
}

blockquote h2,
blockquote h3 {
  font-family: "ITC Charter Com", sans-serif;
  text-transform: none;
}

blockquote p {
  margin-bottom: 1rem;
}

body:not(.home) .wp-block-quote {
  border-left: solid 6px #53565a;
  margin: 40px 0;
}
body:not(.home) .wp-block-quote p {
  font-style: italic;
  font-family: "ITC Charter Com";
}

a {
  color: #ce0058;
  text-decoration: none !important;
}

h1, .h1 {
  text-transform: uppercase;
  font-weight: 500 !important;
  hyphens: auto;
}

h2, .h2 {
  text-transform: uppercase;
  font-weight: 500 !important;
  word-break: break-word;
  margin-top: 0;
  font-size: 2rem;
  hyphens: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h1.tt-unset, h2.tt-unset, h3.tt-unset, h4.tt-unset, h5.tt-unset {
  text-transform: unset;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
  text-transform: uppercase !important;
  hyphens: auto;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}
.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.wp-block-cover__inner-container h1 {
  letter-spacing: 0;
}

.display-1 {
  font-size: calc(1.0rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1700px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (min-width: 1700px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.2rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1700px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.4rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1700px) {
  .display-3 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.display-4 {
  font-size: calc(1.2rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1700px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1700px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
body .container p {
  font-size: 1.125rem;
  line-height: 1.7em;
  margin: 0.7rem 0;
}

.mw-190 a {
  min-width: 190px;
}

.mw-200 a {
  min-width: 200px;
}

.flex-end {
  align-items: flex-end;
}

.screen-height {
  min-height: 100vh;
}

body .wp-block-buttons {
  gap: 20px 8px;
}

body:not(.home) .wp-block-buttons .wp-block-button a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-button .wp-block-button__link,
.wp-block-read-more {
  border: 1px solid transparent;
  padding: 18px 27px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.14em;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-read-more:hover {
  background: #000 !important;
  border-color: #a7a8a9;
  color: #fff !important;
}

.wp-block-button .wp-block-button__link:before,
.wp-block-read-more:before {
  content: "";
  display: inline-block;
  font-family: "bootstrap-icons";
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 11px;
  font-weight: 100;
}

.wp-block-columns {
  margin-bottom: 0;
  overflow: hidden;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  width: 50%;
  flex-basis: auto;
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 50%;
}

.wp-block-image {
  position: relative;
  z-index: 1;
}

.page-template-full-width {
  max-width: 100%;
}

.site-header > .grid-container {
  max-width: 100%;
}

.site-content > * {
  background: #fff;
  position: relative;
}

.page-template-full-width .site-content, .page-template-portraits .site-content {
  display: block;
}

.wp-block-group__inner-container {
  max-width: 980px;
}

.wp-block-quote,
.wp-block-quote {
  padding: 0 15px;
}

.wp-block-quote p,
.wp-block-quote p {
  font-size: inherit;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.wp-block-quote cite {
  display: block;
  font-size: 1.125rem !important;
  font-weight: 400;
  font-style: normal;
}

.single-news .wp-block-quote cite {
  text-align: left !important;
}

body:not(.home).page-template-full-width .wp-block-quote cite, .seminar-template-default .wp-block-quote cite, .speaker-template-default .wp-block-quote cite, .post-template-default .wp-block-quote cite {
  text-align: left;
}

.wp-block-image img {
  display: block;
  height: auto;
}

.wide img {
  width: 100%;
}

.section-intes-person-and-text img {
  object-fit: cover !important;
  aspect-ratio: 1/1;
  width: 100%;
}

.highlight-number {
  font-family: "ITC Charter Com", sans-serif;
}

.wp-block-post-template li.wp-block-post {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}

.wp-block-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.page-template-full-width .site-content > :not(.wp-block-columns).section-large-teaser, .page-template-portraits .site-content > :not(.wp-block-columns).section-large-teaser {
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 0;
}

.section-large-teaser > div {
  gap: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .section-large-teaser .wp-block-column.is-vertically-aligned-center {
    padding-bottom: 4em;
    padding-top: 4em;
  }
}
.page-template-full-width .site-content > :not(.wp-block-columns).section-medium-teaser, .page-template-portraits .site-content > :not(.wp-block-columns).section-medium-teaser {
  padding-top: 5em;
  padding-bottom: 5em;
}

.has-powerful-berry-background-color.has-clear-white-color p a, .has-dark-grey-background-color.has-clear-white-color p a {
  color: white;
  text-decoration: underline;
}

.btn-close-yt {
  float: right;
  margin-right: 1em;
  width: 2em;
  height: 2em;
  padding: 0em;
  background-color: #fff !important;
  opacity: 1;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

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

.ratio-1x1 {
  --bs-aspect-ratio: 100% ;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75% ;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25% ;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571% ;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

html:not(.mobile-menu-open) .scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.video-trigger {
  position: relative;
}

.video-trigger:after {
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'%3E%3C/path%3E%3C/svg%3E");
  pointer-events: none;
}

.h-box {
  padding: 4em;
  border: 1em solid #ffffff;
}

.seminar-highlights {
  box-shadow: inset 0 180px 0 #fff;
}
.seminar-highlights h2 {
  font-size: 2rem;
  text-transform: unset;
}
.seminar-highlights .wp-block-post-featured-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.column-text {
  margin-bottom: 64px !important;
}

.abonnieren .wp-block-group {
  padding: 4em;
  border: 1em solid #ffffff;
  max-width: 1008px;
  width: 98%;
  margin-top: 8em;
  margin-bottom: 9em;
}
.abonnieren .wp-block-group h2 {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .page-template-full-width .site-content > :not(.wp-block-columns, .full-width), .page-template-portraits .site-content > :not(.wp-block-columns, .full-width) {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .pt-12 {
    padding-top: 12em !important;
  }

  .pb-12 {
    padding-bottom: 12em !important;
  }

  .pt-15 {
    padding-top: 15em !important;
  }

  .pb-15 {
    padding-bottom: 15em !important;
  }

  .column-text {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .column-text h2:first-child {
    background: #fff;
    box-shadow: 0 -300px 0 300px #fff;
  }

  .intes-hero-image {
    overflow: hidden;
    z-index: 0;
  }

  .intes-hero-image .wp-block-cover__inner-container {
    position: fixed;
    left: calc(4em - 5px);
    bottom: 5em;
  }

  .intes-hero-image .wp-block-cover__inner-container:not(.visible) {
    visibility: hidden;
  }

  .seminar-highlights {
    padding-bottom: 8em !important;
  }

  .unser-team {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
}
@media (min-width: 1320px) {
  .column-text {
    padding-left: 112px !important;
  }
}
@media (max-width: 1199px) {
  .wp-block-columns {
    flex-direction: column;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: 100%;
  }

  .columns-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .columns--tablet-2 {
    flex-direction: row;
  }

  .columns--tablet-2:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: calc(50% - 12px);
    flex: 0 0 auto !important;
  }
}
@media (max-width: 767px) {
  .wp-block-image img[src$="quote.svg"] {
    width: 75px;
    height: 75px;
  }

  .h-box {
    padding: 1em;
    border-width: 0.5em;
  }

  .wp-block-cover .display-3 {
    background: #ce0058;
    width: fit-content;
    padding: 10px 20px;
  }
}
div.fade-in, figure.fade-in, blockquote.fade-in, section.fade-in {
  transition: 0.5s;
}
div.fade-in:not(.show), figure.fade-in:not(.show), blockquote.fade-in:not(.show), section.fade-in:not(.show) {
  opacity: 0;
}

h1.fade-in, h2.fade-in, h3.fade-in {
  transition: 0.5s;
}
h1.fade-in:not(.show), h2.fade-in:not(.show), h3.fade-in:not(.show) {
  color: transparent;
}

section {
  transition: 0.5s;
}
section:not(.show) {
  opacity: 0;
}

.show-always {
  opacity: 1 !important;
}

body {
  --wp--style--global--content-size: 100%;
}

@media (min-width: 576px) {
  body {
    --wp--style--global--content-size: 540px;
  }
}
@media (min-width: 768px) {
  body {
    --wp--style--global--content-size: 720px;
  }
}
@media (min-width: 992px) {
  body {
    --wp--style--global--content-size: 960px;
  }
}
@media (min-width: 1200px) {
  body {
    --wp--style--global--content-size: 1140px;
  }
}
@media (min-width: 1400px) {
  body {
    --wp--style--global--content-size: 1320px;
  }
}
@media (max-width: 991px) {
  .page-template-full-width .site-content > :not(.wp-block-columns).section-medium-teaser, .page-template-portraits .site-content > :not(.wp-block-columns).section-medium-teaser {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .has-x-large-font-size {
    font-size: 30px !important;
  }
}
#masthead {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: none;
  transition: 250ms ease-in-out;
}

.dropdown-menu-toggle:after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu-toggle .icon-arrow {
  display: none;
}

.icon-search {
  font-size: 18px;
}

.navigation-search input[type=search] {
  opacity: 1;
  color: #000000;
}
.navigation-search input[type=search]:visited, .navigation-search input[type=search]:hover, .navigation-search input[type=search]:focus, .navigation-search input[type=search]:active {
  color: #000000 !important;
}

@media (min-width: 1200px) {
  .close-search .icon-search {
    color: #000000;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .icon-search {
    margin-top: 24px;
  }
}
.inside-header .main-navigation .main-nav .menu > li > a {
  padding: 0 1em !important;
}

.intes-page-header img {
  filter: brightness(0.8);
}

.main-navigation ul.sub-menu {
  border-top: 2px solid #ce0058;
  min-width: 10rem;
  padding: 1rem;
  margin: 0;
}

.main-navigation ul ul {
  width: auto !important;
}

@media (max-width: 768px) {
  #masthead {
    padding-bottom: 15px;
  }

  .main-navigation ul ul {
    display: none;
    width: 100% !important;
    height: auto;
    visibility: visible !important;
    opacity: 1;
    position: static;
    float: none;
  }
}
.inside-header .main-navigation .main-nav .menu li a {
  font-size: 1rem;
  padding: 0.25rem 1rem;
  line-height: 1.7em;
  white-space: nowrap;
}

.inside-header .main-navigation .main-nav .menu li li a:visited, .inside-header .main-navigation .main-nav .menu li li a:focus, .inside-header .main-navigation .main-nav .menu li li a:active {
  background-color: #ffffff;
  color: #000000;
}

.inside-header .main-navigation .main-nav .menu li li a:hover {
  background-color: #ce0058;
  color: #ffffff;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0;
}

.main-navigation .main-nav ul li[class*=current-menu-] > ul a {
  color: #000000;
}

@media (min-width: 783px) {
  .admin-bar #masthead {
    top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }

  .admin-bar #masthead {
    top: 46px;
  }

  .site-header#masthead {
    background-color: #ce0058;
  }
}
.site-header .site-logo {
  padding: 0.3125rem 0;
}

#masthead > .grid-container {
  display: flex;
  align-items: center;
  padding: 0 2em;
}

.inside-header .main-navigation {
  background: transparent;
  height: 100%;
}

#primary-menu {
  flex-grow: 1;
}

.inside-header .main-navigation .main-nav .menu {
  height: 100%;
  justify-content: space-between;
}

.inside-header .main-navigation ul ul {
  background-color: #ffffff;
}
.inside-header .main-navigation ul ul li a {
  color: #000000;
}

@media (max-width: 1024px) {
  #primary-menu {
    max-height: calc(100vh - 112px);
    overflow: auto;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .inside-header .main-navigation ul ul {
    pointer-events: auto;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .inside-header .main-navigation ul ul li a {
    color: #fff !important;
  }
}
.inside-header .main-navigation .main-nav .menu > li > a {
  line-height: 46px;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  font-size: 1.125rem;
  color: #fff;
}

.main-navigation .menu-toggle:hover,
.main-navigation .menu-toggle:focus {
  color: #fff;
}

.main-navigation .main-nav ul li a {
  padding: 0 13px;
}

.main-navigation .main-nav ul li:last-child ul {
  right: -60px;
}

#masthead.bg-dark {
  background-color: #53565a;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#masthead.berry-bg {
  background-color: #ce0058;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#site-navigation {
  margin-top: 0;
}

.main-navigation .menu-bar-item > a {
  padding-right: 0;
}

@media (min-width: 1340px) {
  #masthead > .grid-container {
    padding: 2.3em 4em;
  }

  #masthead > .grid-container {
    transition: 250ms ease-in-out;
  }

  #masthead .header-image {
    width: 180px;
    transition: 250ms ease-in-out;
  }

  #masthead.narrow > .grid-container {
    padding: 10px 20px;
  }

  #masthead.narrow .header-image {
    width: 120px;
  }
}
@media (max-width: 1199px) and (min-width: 1025px) {
  .nav-float-right #site-navigation {
    flex-grow: 1;
    margin-left: 24px;
  }
}
@media (max-width: 1199px) {
  .site-header .header-image {
    width: 140px;
  }

  .inside-header .main-navigation .main-nav .menu > li > a {
    padding: 0 !important;
  }

  .main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
    font-size: 1rem;
    line-height: 1;
    padding: 10px;
  }
}
@media (max-width: 1024) {
  .inside-header {
    align-items: center;
  }

  .mobile-menu-open #masthead {
    background-color: #53565a;
  }

  nav#site-navigation.main-navigation.has-menu-bar-items.toggled {
    background: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
  }
  nav#site-navigation.main-navigation.has-menu-bar-items.toggled ul ul li {
    padding: 7px 0;
  }
  nav#site-navigation.main-navigation.has-menu-bar-items.toggled .main-nav .menu > li > a {
    color: black;
  }
  nav#site-navigation.main-navigation.has-menu-bar-items.toggled .main-nav ul li:not([class*=current-menu-]):hover > a, nav#site-navigation.main-navigation.has-menu-bar-items.toggled .main-navigation .main-nav ul li:not([class*=current-menu-]):focus > a, nav#site-navigation.main-navigation.has-menu-bar-items.toggled .main-navigation .main-nav ul li.sfHover:not([class*=current-menu-]) > a, nav#site-navigation.main-navigation.has-menu-bar-items.toggled .main-navigation .menu-bar-item:hover > a, nav#site-navigation.main-navigation.has-menu-bar-items.toggled .main-navigation .menu-bar-item.sfHover > a {
    color: black;
  }
  nav#site-navigation.main-navigation.has-menu-bar-items.toggled .toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 50px;
  }
}
.navigation-search.nav-search-active {
  left: auto;
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
  margin-top: 0;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
  outline: none;
}

@media (min-width: 1200px) {
  .navigation-search.nav-search-active {
    right: -10px;
  }
}
@media (min-width: 1025px) {
  .navigation-search {
    top: 50%;
    transform: translateY(-50%);
  }
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
  background: transparent;
}

.site-footer {
  background: #fff;
  padding: 96px 2em;
  position: relative;
}

.footer-widgets-container {
  padding: 0;
}

#footer-widgets {
  padding-bottom: 2em;
}

#footer-widgets > .grid-container {
  max-width: var(--wp--style--global--content-size);
}

#footer-widgets p {
  font-size: 1rem;
}

#footer-widgets .menu {
  font-weight: bold;
  padding: 0;
}

#footer-widgets .menu li {
  margin: 0;
}

#footer-widgets .menu li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.5em 0;
}

#footer-widgets .menu li a:hover {
  text-decoration: underline;
}

.site-info {
  padding: 18px 40px;
  background: rgba(83, 86, 90, 0.9);
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.25s;
}

.site-info:not(.visible) {
  opacity: 0;
  transform: translateY(100%);
}

.inside-site-info {
  justify-content: flex-end;
  max-width: none;
}

.site-footer:not(.footer-bar-active) .copyright-bar {
  margin: 0;
}

.site-footer .social-icons {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}

.site-footer .social-icons a {
  color: #fff;
  text-decoration: none;
}

.site-footer .social-icons svg {
  vertical-align: middle;
}

@media (min-width: 768px) {
  #footer-widgets .menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1320px) {
  #footer-widgets > .grid-container {
    max-width: 1320px;
  }
}
@media (max-width: 1199px) {
  .inside-site-info {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 140px;
    height: auto;
  }
}
.cky-consent-bar .cky-btn-customize::after {
  border-top-color: white;
}

.cky-notice-des a {
  text-decoration: underline;
  color: white;
}

#cookieconsent {
  align-items: center;
  background-color: #f18700;
  color: white;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 1.8em;
  width: 100%;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

#cookieconsent a {
  color: white;
  text-decoration: underline;
}

#cookieconsent .cc-compliance a {
  border-color: transparent;
  min-width: 140px;
  background-color: white;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  color: #f18700;
  text-decoration: none;
  margin: 0 15px;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  #cookieconsent {
    align-items: unset !important;
    flex-direction: column;
    left: 0;
    right: 0;
  }

  #cookieconsent .cc-compliance {
    flex: 1 !important;
  }

  #cookieconsent .cc-message {
    margin-bottom: 1em !important;
  }
}
.footer-info {
  text-align: center;
  padding-top: 30px;
}

.widget ul {
  line-height: 1.4em;
}

.widget ul li ul {
  margin: 0;
  padding: 0;
}

#footer-widgets .menu {
  align-items: flex-start;
  flex-direction: column;
}
#footer-widgets .menu li a:hover {
  text-decoration: none;
}
#footer-widgets .menu li ul li a {
  font-weight: 400;
  color: #53565a;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}

.footer-widget-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 24px;
}

.footer-widgets .footer-widget-2 .widget {
  margin: 0;
}

ul.footer-menu {
  padding-left: 0;
}

.footer-menu {
  list-style: none;
  border-top: solid 1px #dbdbdb;
  padding-top: 15px;
}
.footer-menu li {
  margin: 0 15px;
}
.footer-menu li a {
  color: #53565a;
}

@media (min-width: 768px) {
  .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    text-align: center;
  }

  .footer-menu li {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .footer-widget-1 {
    max-width: 41.66666667%;
  }

  .footer-widget-2, .footer-widget-3, .footer-widget-4 {
    width: 16.66666667%;
    flex-grow: 1 !important;
  }

  .inside-footer-widgets > div {
    padding: 0 24px;
  }
}
@media (max-width: 575px) {
  .footer-widget-2 {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
/**
=layouts for different page templates
 */
.page-template-full-width .grid-container, .page-template-portraits .grid-container {
  width: 100%;
  max-width: 100%;
  border: 0;
  padding: 0;
}
.page-template-full-width .full-width-header-spacer, .page-template-portraits .full-width-header-spacer {
  height: 150px;
  background-color: #ce0058;
}
@media (max-width: 1320px) {
  .page-template-full-width .full-width-header-spacer, .page-template-portraits .full-width-header-spacer {
    height: 80px;
  }
}

.search-results .grid-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}
.search-results .img-fluid img {
  aspect-ratio: 1/1;
}

.post-type-archive h2 {
  margin-bottom: 10px;
}
.post-type-archive article {
  flex-direction: column;
  display: flex;
}
.post-type-archive article a {
  margin-top: auto;
  margin-right: auto;
}

.page-template-portraits .con-pad > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-portraits .img-fluid {
  max-width: 1000px;
}

article.news-archive-listing {
  display: flex;
  flex-direction: column;
}
article.news-archive-listing a {
  margin-top: auto;
  margin-right: auto;
}
article.news-archive-listing img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (min-width: 992px) {
  article.news-archive-listing {
    margin-bottom: 8em;
  }
}
.news-meta small {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.single-interview .site-content .container {
  width: 900px;
}
.single-interview .site-content .container p {
  margin-bottom: 30px;
}
.single-interview .interview-image {
  width: 100%;
}
/**
=WordPress Gutenberg color palette
*/
.has-powerful-berry-color {
  color: #ce0058;
}

.has-powerful-berry-background-color {
  background-color: #ce0058;
}

.has-inspiring-orange-color {
  color: #f18700;
}

.has-inspiring-orange-background-color {
  background-color: #f18700;
}

.has-factual-grey-color {
  color: #a7a8a9;
}

.has-factual-grey-background-color {
  background-color: #a7a8a9;
}

.has-clear-white-color {
  color: #ffffff;
}

.has-clear-white-background-color {
  background-color: #ffffff;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-dark-grey-color {
  color: #53565a;
}

.has-dark-grey-background-color {
  background-color: #53565a;
}

.has-highlight-pink-color {
  color: #ff1659;
}

.has-highlight-pink-background-color {
  background-color: #ff1659;
}

.has-highlight-yellow-color {
  color: #ffe900;
}

.has-highlight-yellow-background-color {
  background-color: #ffe900;
}

.has-light-grey-color {
  color: #f5f5f5;
}

.has-light-grey-background-color {
  background-color: #f5f5f5;
}

.site-content #ez-toc-container {
  padding: 1.06em 2em !important;
  display: block;
  border: 0;
  border-radius: 0;
  background: #fff;
  position: sticky;
  top: 80px;
  z-index: 9;
  margin-bottom: 0;
}

.site-content #ez-toc-container a {
  color: #ce0058;
}

.site-content #ez-toc-container a:visited {
  color: #ce0058;
}

.site-content #ez-toc-container a.ez-toc-toggle {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 96c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24zm0 160c0-13.255 10.745-24 24-24h464c13.255 0 24 10.745 24 24s-10.745 24-24 24H24c-13.255 0-24-10.745-24-24z'%3E%3C/path%3E%3C/svg%3E") center/24px 24px no-repeat;
}

.site-content #ez-toc-container .ez-toc-toggle label {
  display: none;
}

@media (min-width: 769px) {
  .site-content #ez-toc-container {
    top: 108px;
  }

  .admin-bar #ez-toc-container {
    top: 140px;
  }

  .site-content .ez-toc-title-toggle {
    display: none;
  }

  .site-content .ez-toc-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .site-content #ez-toc-container {
    display: none;
  }
}
ol, ul {
  font-size: 1.125rem;
  line-height: 1.7em;
  padding-left: 2rem;
}

dl, ol, ul {
  margin: 0 0 1rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.hide {
  display: none;
}

.site-content .small, .site-content small {
  font-size: 0.875em;
  line-height: 1.2em;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.img-fluid img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).img-fluid img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.spacer-10 {
  height: 10px !important;
}

.spacer-20 {
  height: 20px !important;
}

.spacer-30 {
  height: 30px !important;
}

.spacer-40 {
  height: 40px !important;
}

.spacer-50 {
  height: 50px !important;
}

.spacer-60 {
  height: 60px !important;
}

.spacer-70 {
  height: 70px !important;
}

.spacer-80 {
  height: 80px !important;
}

.spacer-90 {
  height: 90px !important;
}

.spacer-100 {
  height: 100px !important;
}

.spacer-110 {
  height: 110px !important;
}

.spacer-120 {
  height: 120px !important;
}

.spacer-130 {
  height: 130px !important;
}

.spacer-140 {
  height: 140px !important;
}

.spacer-150 {
  height: 150px !important;
}

.spacer-160 {
  height: 160px !important;
}

.spacer-170 {
  height: 170px !important;
}

.spacer-180 {
  height: 180px !important;
}

.spacer-190 {
  height: 190px !important;
}

.spacer-200 {
  height: 200px !important;
}

.top-mar15 {
  margin-top: 1em;
}

.top-mar30 {
  margin-top: 2em;
}

.top-mar60 {
  margin-top: 4em;
}

.top-mar90 {
  margin-top: 6em;
}

.bot-mar {
  margin-bottom: 2em;
}

.bot-mar0 {
  margin-bottom: 0;
}

.bot-mar5 {
  margin-bottom: 0.2em;
}

.bot-mar10 {
  margin-bottom: 0.5em;
}

.bot-mar15 {
  margin-bottom: 1em;
}

.bot-mar30 {
  margin-bottom: 2em;
}

.bot-mar60 {
  margin-bottom: 4em;
}

.bot-mar90 {
  margin-bottom: 6em;
}

.bot-mar120 {
  margin-bottom: 8em;
}

.bot-mar150 {
  margin-bottom: 8em;
}

.pad {
  padding: 2em;
}

.nopad {
  padding: 0;
}

.pad0 {
  padding: 0;
}

.pad15 {
  padding: 1em;
}

.pad30 {
  padding: 2em;
}

.pad60 {
  padding: 4em;
}

.pad90 {
  padding: 7em;
}

.pad60right {
  padding-right: 4em;
}

.pad90tb {
  padding: 0em 7em;
}

.flexit {
  display: flex;
  align-items: center;
}

.colorMain {
  color: #ce0058;
}

.hyphens {
  hyphens: auto;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-primary,
.btn-primary-yellow,
.btn-dis,
.btn-search,
.btn-lg,
.btn-cta-light,
.btn-cta-dark {
  display: inline-block;
  background-color: #ce0058;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 18px 27px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.14em;
  color: #fff;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary-yellow:hover,
.btn-dis:hover,
.btn-search:hover,
.btn-lg:hover,
.btn-cta-light:hover,
.btn-cta-dark:hover {
  background: #000;
  border-color: #a7a8a9;
  color: #fff;
}

.filter-search-btn {
  padding: 10px 18px;
}

.con-pad {
  padding: 12em 2em;
}

.con-pad-2 {
  padding: 6em 2em;
}

.con-pad-2-b {
  padding: 0 6em 2em;
}

.con-pad-3 {
  padding: 6em 1em 3em;
}

.con-pad-4 {
  padding: 6em 1em 12em;
}

.con-pad-5 {
  padding: 3em 2em;
}

.con-pad .container {
  padding: 0;
}

.con-pad-climate {
  padding: 6em 3em;
}
.con-pad-climate .is-layout-flex {
  gap: 50px;
}

@media (max-width: 767px) {
  .con-pad {
    padding: 6em 2em;
  }
}
@media (max-width: 1199px) and (min-width: 782px) {
  .columns--4:not(.is-not-stacked-on-mobile) {
    flex-direction: row;
    flex-wrap: wrap !important;
  }

  .columns--4:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: 40%;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 500;
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  padding: 0.375rem 0.5rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

div.wpforms-container-full .wpforms-form input[type=date]:focus,
div.wpforms-container-full .wpforms-form input[type=datetime]:focus,
div.wpforms-container-full .wpforms-form input[type=datetime-local]:focus,
div.wpforms-container-full .wpforms-form input[type=email]:focus,
div.wpforms-container-full .wpforms-form input[type=month]:focus,
div.wpforms-container-full .wpforms-form input[type=number]:focus,
div.wpforms-container-full .wpforms-form input[type=password]:focus,
div.wpforms-container-full .wpforms-form input[type=range]:focus,
div.wpforms-container-full .wpforms-form input[type=search]:focus,
div.wpforms-container-full .wpforms-form input[type=tel]:focus,
div.wpforms-container-full .wpforms-form input[type=text]:focus,
div.wpforms-container-full .wpforms-form input[type=time]:focus,
div.wpforms-container-full .wpforms-form input[type=url]:focus,
div.wpforms-container-full .wpforms-form input[type=week]:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

div.wpforms-container-full .wpforms-form input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  appearance: none;
}

div.wpforms-container-full .wpforms-form input[type=checkbox]:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

div.wpforms-container-full .wpforms-form input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
  padding: 18px 27px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.14em;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #000;
  border-color: #a7a8a9;
}

.hero {
  padding: 11em 1em;
  background-size: cover;
  width: 100%;
}

.white-txt {
  color: #fff;
}

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

@media (min-width: 992px) {
  .alignright-lg {
    float: right;
  }

  .alignleft-lg {
    float: left;
  }
}
.lighter-bg {
  background-color: #f5f5f5 !important;
}

.darker-bg {
  background-color: #53565a;
}

.darker-bg {
  background-color: #53565a;
}

.berry-bg {
  background-color: #ce0058;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 1em 2em;
  margin-bottom: 0rem;
  list-style: none;
  font-size: 1em;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 2em 2em 1em;
  }
}
.breadcrumb-item {
  font-size: 1.125rem;
  line-height: 1.7em;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
}

.breadcrumb-item:last-child {
  color: var(--accent);
}

.breadcrumb-item a {
  color: #a7a8a9 !important;
}

.page-template-full-width .site-content > .subnavi:not(.wp-block-columns) {
  padding: 0 2em !important;
}

.subnavi ul {
  padding: 16px 0;
  margin-left: 0 !important;
}

.subnavi ul li {
  display: inline-block;
  margin-right: 15px;
}

.accordion-group {
  padding: 1em 2em;
  background-color: #fff;
}
.accordion-group > h2, .accordion-group > h3, .accordion-group .accordion-heading h2, .accordion-group .accordion-heading h3 {
  padding: 1rem 0;
  font-size: 1.125rem;
  color: #ce0058;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.accordion-group > h2:after, .accordion-group > h3:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-group.white > h2:after, .accordion-group.white > h3:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-group .accordion-heading {
  cursor: pointer;
}
.accordion-group .accordion-heading h2, .accordion-group .accordion-heading h3 {
  padding: 1rem 0;
  font-size: 1.125rem;
  color: #ce0058;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.accordion-group .accordion-heading:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-top: 18px;
}
.accordion-group .accordion-heading.white:after, .accordion-group .accordion-heading.white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-group:not(.collapsed) .accordion-heading:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-group:not(.collapsed) .accordion-heading.white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-group:not(.collapsed) > h2:after, .accordion-group:not(.collapsed) > h3:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-group:not(.collapsed).white > h2:after, .accordion-group:not(.collapsed).white > h3:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-group ul {
  margin-top: 0;
}

.accordion-group .wp-block-group {
  margin: 0;
  padding: 1.5rem 0rem;
}

.accordion-group.collapsed .wp-block-group:not(.accordion-heading) {
  display: none;
}

@media (min-width: 768px) {
  .accordion-group .wp-block-columns {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .accordion-group .wp-block-column.is-layout-flow {
    padding: 0.5rem !important;
  }
  .accordion-group .wp-block-columns {
    gap: 0;
  }
  .accordion-group .wp-block-columns div:first-of-type h2 {
    padding-bottom: 0;
  }
  .accordion-group .wp-block-columns div:last-of-type h2 {
    padding-top: 5px;
  }
  .accordion-group .accordion-heading:after {
    margin-top: 28px;
    position: absolute;
    right: 25px;
  }
}
.accordion-group .wp-block-column.is-vertically-aligned-center {
  width: 100%;
}

@media (min-width: 768px) {
  .accordion-heading > div:nth-of-type(2) {
    padding-left: 1.5rem;
  }
}
.wp-block-table td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px lightgray;
}

.wp-block-table table {
  border: none;
}

.gallery-max-width figure {
  max-width: 25% !important;
}

.monthpicker-popup-wrapper {
  z-index: 2;
}

.modal-intes-imagefilm {
  cursor: pointer;
  max-width: 980px;
}

@media (min-width: 768px) {
  .modal-intes-imagefilm {
    margin: 80px auto;
  }
}
.popup {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  inset: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: 300ms;
}

.popup:not(.show) {
  visibility: hidden;
  opacity: 0;
}

.popup .content {
  background: #fff;
  padding: 24px;
  max-width: 920px;
  max-height: 100%;
  overflow: auto;
}

.popup .content .close {
  position: absolute;
  top: 8px;
  right: 8px;
  appearance: none;
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 1;
  color: inherit;
  padding: 0;
}

.speaker-meta .wp-block-column {
  background: #f3f4f5;
  padding: 24px;
}

.speaker-meta .checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}

.speaker-meta .checklist li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.speaker-meta .checklist li + li {
  margin: 8px 0 0;
}

.speaker-meta .checklist li:before {
  content: "";
  width: 8px;
  height: 16px;
  border: solid var(--wp--preset--color--inspiring-orange);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 0 6px;
  position: relative;
  bottom: 1px;
  flex-shrink: 0;
}

.speaker-meta .checklist a {
  color: inherit;
}

.speaker-meta .bulletlist {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}

.speaker-meta .bulletlist li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.speaker-meta .bulletlist li + li {
  margin: 8px 0 0;
}

.speaker-meta .bulletlist li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--wp--preset--color--inspiring-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

.speaker-meta .bulletlist a {
  color: inherit;
}

.hero-video {
  display: block;
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero-video {
    margin: 100px 0 0;
  }
}
.img-zoom-lens {
  position: absolute;
  width: 30%;
  aspect-ratio: 1263/481;
}

.image-zoom .zoom-result {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.image-zoom.zomable:hover .zoom-result {
  opacity: 1;
}

.archive > .grid-container,
.blog > .grid-container,
.single > .grid-container {
  max-width: none;
  padding: 0;
}

.archive > .grid-container .site-content,
.blog > .grid-container .site-content,
.single > .grid-container .site-content {
  display: block;
}

.archive h2, .archive .h2, .blog h2, .blog .h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.archive form div, .blog form div {
  margin-bottom: 15px;
}

.downloads-archive article, .press-archive article {
  flex-direction: column;
  display: flex;
}
.downloads-archive article a, .press-archive article a {
  margin-top: auto;
  margin-right: auto;
}

.speaker-template-default .con-pad-seminar, .speaker-template-default .con-pad-job, .seminar-template-default .con-pad-seminar, .seminar-template-default .con-pad-job, .job-template-default .con-pad-seminar, .job-template-default .con-pad-job {
  padding: 6em 0;
}
.speaker-template-default .con-pad-seminar .container, .speaker-template-default .con-pad-job .container, .seminar-template-default .con-pad-seminar .container, .seminar-template-default .con-pad-job .container, .job-template-default .con-pad-seminar .container, .job-template-default .con-pad-job .container {
  padding-left: 2em;
  padding-right: 2em;
}
.speaker-template-default .site-content figure img.wp-post-image, .seminar-template-default .site-content figure img.wp-post-image, .job-template-default .site-content figure img.wp-post-image {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.speaker-template-default .related-speakers .container, .seminar-template-default .related-speakers .container, .job-template-default .related-speakers .container {
  padding: 70px 2em;
}
.speaker-template-default .seminar-archive-listing, .seminar-template-default .seminar-archive-listing, .job-template-default .seminar-archive-listing {
  display: flex;
  flex-direction: column;
}
.speaker-template-default .seminar-archive-listing h2, .seminar-template-default .seminar-archive-listing h2, .job-template-default .seminar-archive-listing h2 {
  font-size: 1.5rem;
}

section.speaker img {
  max-width: 70%;
  margin-left: auto;
}
section.speaker .name {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.speaker .name h2 {
  font-size: 50px;
}
section.speaker .name div {
  margin-top: auto;
  margin-bottom: auto;
}

.inspire-trip .wp-block-buttons a {
  margin: 0;
}

#filters p {
  margin: 0;
}
#filters .cancel-filter {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
#filters .cancel-filter i {
  font-size: 2rem;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.archive article,
.wrapper > article {
  animation: 400ms fadeInScale;
}

.job-archive-listing img {
  background: #d5d6d8;
  display: block;
  width: 100%;
  max-height: 224px;
  object-fit: cover;
}

.seminar-archive-listing img,
.trip-archive-listing img,
.speaker-archive-listing img,
.news-archive-listing img,
.letter-archive-listing img {
  background: #d5d6d8;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.speaker-archive-listing h2 {
  font-size: 1.2rem;
}

.seminar-archive-listing .news-meta {
  color: #ce0058;
}
.seminar-archive-listing a {
  width: 100%;
}
.seminar-archive-listing a img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.download-archive-listing img, .press-archive-listing img {
  display: block;
  width: 100%;
  margin-bottom: 2em;
  object-fit: cover;
}

.seminar-archive-listing .excerpt,
.trip-archive-listing .excerpt,
.speaker-archive-listing .excerpt,
.download-archive-listing .excerpt,
.press-archive-listing .excerpt,
.letter-archive-listing .excerpt,
.job-archive-listing .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 120px;
  overflow: hidden;
}

.speaker-template-default .wp-block-image img, .post-template-default .wp-block-image img {
  margin-bottom: 30px;
}
.speaker-template-default .wp-block-embed__wrapper, .post-template-default .wp-block-embed__wrapper {
  margin-bottom: 30px;
}

.speaker-template-default .seminar-archive-listing h2 {
  font-size: 1.5rem;
  color: #000000;
  margin: 0;
}

article.news-archive-listing a:not(.btn) {
  margin: 0;
}
article.news-archive-listing h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
article.news-archive-listing .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 100px;
  overflow: hidden;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-numbers a,
.page-numbers span {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}

.page-numbers a:hover,
.page-numbers span:hover {
  z-index: 2;
  color: #ce0058;
  background-color: #e9ecef;
}

.page-numbers a:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-numbers li:not(:first-child) a,
.page-numbers li:not(:first-child) span {
  margin-left: -1px;
}

.page-numbers li:first-child a,
.page-numbers li:first-child span {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-numbers li:last-child a,
.page-numbers li:last-child span {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-numbers li .current {
  z-index: 3;
  color: #000;
  background-color: transparent;
  border-color: #ccc;
  border: 0.1em solid;
}

@media (max-width: 960px) {
  .archive h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pad90tb {
    padding: 7em 2em;
  }
}
@media (max-width: 767.98px) {
  .pad90tb {
    padding: 4em 2em 4em 2em;
  }
}
.seminar-meta-list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}

.seminar-meta-list li {
  display: flex;
  gap: 4px;
}

.seminar-meta-list li span:first-child {
  min-width: 150px;
}

@media (min-width: 1199px) {
  .download-archive-listing, .press-archive-listing {
    margin-bottom: 8em;
  }
}
@media (max-width: 575px) {
  .seminar-meta-list li span:first-child {
    min-width: 80px;
  }
}
.excerpt .read-more {
  display: none;
}

@media (max-width: 767.98px) {
  .bi-quote {
    width: 120px;
    height: 120px;
  }
}
div.wpforms-container-full .wpforms-form h2 {
  font-size: 1.6rem !important;
  margin-top: 20px;
}
div.wpforms-container-full .wpforms-form .strong label {
  font-weight: 700;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
  display: inline-block;
  background-color: #ce0058;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 18px 27px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.14em;
  color: #fff;
}
div.wpforms-container-full .wpforms-form button[type=submit]:before {
  content: "";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}

@media (max-width: 575px) {
  .form-select {
    margin: 0.7em 0;
  }
}
.wpforms-field.pad {
  padding: 2em !important;
}

.wpforms-field.no-pad {
  padding: 0 !important;
}

.wpforms-field-container h3 {
  font-size: 20px !important;
}

.uef-erfolgsforum .wpforms-field-layout-columns .wpforms-layout-column-33 {
  display: grid;
  gap: 4px;
  grid-auto-flow: column;
}
.uef-erfolgsforum .wpforms-field-layout-columns .large {
  font-size: 1.4rem;
}
.uef-erfolgsforum .wpforms-field-layout-columns .large label {
  font-size: 1.4rem;
}
.uef-erfolgsforum .wpforms-field-layout-columns .centered {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  padding: 10px 0 50px !important;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #f5f5f5 !important;
  padding: 2em 6em;
  border: none;
}

form#filters {
  margin-bottom: 40px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.admin-bar .modal-dialog {
  margin-top: 4rem;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  padding: 2em;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

@media (min-width: 460px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1120px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-yt {
  position: relative;
  padding: 0 !important;
  background-color: transparent !important;
}

.slider {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  position: relative;
  height: 400px;
}
.slides blockquote.wp-block-quote {
  border-left: none;
}
.slides blockquote.wp-block-quote p {
  width: 80%;
  margin: 20px auto;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 400px;
  scroll-snap-align: center;
  margin-right: 0;
  box-sizing: border-box;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: 500ms;
}

.slide:not(.showing) {
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}

.slide__text {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
}

.slide a {
  background: none;
  border: none;
}

.slide__prev,
.slider::before {
  left: 0;
}

.slide__next,
.slider::after {
  right: 0;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
  position: absolute;
  top: 44%;
  width: 35px;
  height: 35px;
}

.slider::before,
.slider::after {
  content: "";
  z-index: 1;
  background: none;
  pointer-events: none;
}

.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.single-seminar h2 {
  hyphens: auto;
}

.seminar-program-detail h2 {
  font-size: 1.2rem;
}

.bi-arrow-right {
  margin-right: 0.5em;
}

.bi-download {
  margin-right: 1em;
}

:where(.wp-block-button__link) {
  border-radius: 0;
}

a.wp-block-button__link:not(.has-background) {
  background: var(--accent);
}

a.has-powerful-berry-background-color {
  color: #ffffff !important;
}

a.has-inspiring-orange-background-color {
  color: #ffffff !important;
}

a.has-dark-grey-background-color {
  color: #ffffff !important;
}

a.has-black-background-color {
  color: #ffffff !important;
}

.no-max-width {
  max-width: 100%;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.page-template-portraits > .grid-container {
  max-width: 100%;
}

.page-template-portraits .site-content section:first-of-type {
  max-width: 1200px;
  margin: 0 auto;
}

.page-id-3599 .breadcrumb {
  display: none;
}
.page-id-3599 .site-content .breadcrumb {
  display: flex;
}
.page-id-3599 .blog-header p a {
  color: white !important;
}
.page-id-3599 h2 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-id-3599 p {
  margin-top: 0;
}
.page-id-3599 img {
  margin-bottom: 30px;
}
.page-id-3599 .blog-left-column section:not(.blog-column-wide) .wp-block-image img {
  height: 270px;
  aspect-ratio: 1/1;
  object-fit: cover !important;
}
.page-id-3599 .blog-left-column section {
  margin-bottom: 20px;
}

.privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4, .privacy-policy h5 {
  hyphens: auto;
}
.privacy-policy h2 {
  font-size: 1.6rem;
}
.privacy-policy h3 {
  font-size: 1.4rem;
}
.privacy-policy h4 {
  font-size: 1.2rem;
}

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