[class*=nav--] .sub-menu__toggle::after, .nav--header .menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
}

main > .wp-block-group .wp-block-group__inner-container, .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 25px;
}
@media (min-width: 1200px) {
  main > .wp-block-group .wp-block-group__inner-container, .wrapper {
    padding-inline: 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-align: start end;
}

.widget iframe {
  max-width: 100%;
}

.iframe-wrap {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page__back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 2rem;
}

:root {
  --col-weiss: rgb(255 255 255);
  --col-schwarz: rgb(0 0 0);
  --col-grau: rgb(100 100 100);
  --col-hellgrau: rgb(220 220 220);
  --col-rosa: rgb(222 170 174);
  --col-tuerkis: rgb(86 144 145);
  --col-gold: rgb(234 184 34);
  --col-prime: var(--col-tuerkis);
  --col-sec: var(--col-rosa);
}

html {
  font-size: 100%;
}
@media (min-width: 960px) {
  html {
    font-size: 110%;
  }
}

body {
  font-size: 1rem;
  font-family: "Noto Serif", "Roboto", sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3 {
  color: var(--col-sec);
  font-family: "Dancing Script", "Roboto", sans-serif;
  text-align: center;
  font-weight: 600;
}
.has-text-color h1,
.has-text-color h2,
.has-text-color h3 {
  color: inherit;
}

h1 {
  font-size: 3em;
}
@media (min-width: 960px) {
  h1 {
    font-size: 5em;
  }
}

h2 {
  font-size: 2em;
}
@media (min-width: 960px) {
  h2 {
    font-size: 3em;
  }
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--col-prime);
}

strong {
  font-weight: 600;
}

a {
  color: var(--col-grau);
  transition: color 0.25s ease;
}
a:hover {
  text-decoration: none;
  color: var(--col-prime);
}

.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tags > * {
  margin-block: 10px;
  white-space: nowrap;
  border: 1px solid var(--col-prime);
  border-radius: 20px;
  padding: 10px 20px;
}
.tags > *::before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 5px;
  color: var(--col-prime);
}

[class*=nav--] {
  font-family: "Roboto", sans-serif;
}
[class*=nav--] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*=nav--] ul ul {
  font-size: 0.875em;
}
[class*=nav--] > ul {
  display: -ms-flex;
  display: flex;
  flex-flow: row nowrap;
}
[class*=nav--] > ul > li + li {
  margin-left: 40px;
}
[class*=nav--] > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #222;
}
[class*=nav--] a {
  color: inherit;
  text-decoration: none;
}
[class*=nav--] a:hover {
  text-decoration: none;
}
[class*=nav--] .menu-item {
  position: relative;
}
[class*=nav--] .sub-menu__toggle::after {
  content: "\f107";
}

.nav--header {
  padding-block: 20px;
  font-size: 0.875rem;
}
.nav--header > ul > li > a {
  position: relative;
  transition: color 0.25s ease;
  color: oklch(from var(--col-gold) calc(l * 1.1) calc(c * 0.25) h);
}
.nav--header > ul > li > a:hover {
  color: var(--col-gold);
}
.nav--header .menu-item-has-children::after {
  content: "\f107";
  display: inline-block;
  margin-left: 0.25em;
}
.nav--header .current-menu-ancestor > a,
.nav--header .current-menu-item > a {
  color: var(--col-prime);
}
.nav--header .sub-menu {
  position: absolute;
  z-index: 1;
  display: none;
  background-color: #fff;
  padding: 10px 15px;
}
.nav--header .menu-item:hover > .sub-menu {
  display: block;
}

.nav--footer > ul {
  justify-content: center;
}
.nav--footer a {
  color: rgba(255, 255, 255, 0.6);
}
.nav--footer a:hover {
  color: rgb(255, 255, 255);
}

.nav--offcanvas {
  line-height: 1.7;
}
.nav--offcanvas > ul {
  flex-flow: column nowrap;
  gap: 1em;
}
.nav--offcanvas > ul ul {
  margin-left: 20px;
}
.nav--offcanvas > ul > li + li {
  margin-left: 0;
}
.nav--offcanvas .sub-menu__toggle {
  position: absolute;
  right: 0;
}

.header__menubar {
  padding-inline: 20px;
  background-color: var(--col-tuerkis);
}
@media (min-width: 1200px) {
  .header__menubar {
    padding-inline: 0;
  }
}
.header__menubar > .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 960px) {
  .header__menubar > .wrapper {
    padding: 0;
  }
}
.header__menubar.uk-active {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.header__nav-toggle {
  font-size: 2rem;
  color: #fff;
  display: none;
}
.home .header__nav-toggle {
  display: block;
}

.header__logo {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  background-color: #fff;
  transition: max-width 0.5s ease;
  max-width: 80px;
}
@media (min-width: 960px) {
  .header__logo {
    box-shadow: 0 30px 50px rgba(var(--col-schwarz), 0.2);
  }
}
.uk-sticky.uk-active .header__logo {
  max-width: 60px;
}

.logo__title {
  background-color: var(--col-prime);
  font-size: 3em;
  padding: 3px 20px;
  margin-top: 5px;
  line-height: 1;
}

.header__hero {
  position: relative;
}
@media (min-width: 1200px) {
  .header__hero {
    max-height: 50dvh;
    overflow: hidden;
    display: flex;
    align-items: center;
    jcustify-content: center;
  }
}

.hero__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.site__footer {
  padding: 25px;
  background-color: var(--col-tuerkis);
  color: #fff;
}
.site__footer h2,
.site__footer h3,
.site__footer .wp-block-headling {
  color: inherit;
  font-family: "Dancing Script", "Roboto", sans-serif;
  font-weight: 400;
}
.site__footer .wp-block-table table {
  width: auto;
}
.site__footer .wp-block-table td {
  border-color: rgba(255, 255, 255, 0.5);
}
.site__footer .wp-block-table td:first-child {
  width: 200px;
}

.footer__extend {
  background-color: oklch(from var(--col-tuerkis) calc(l * 0.8) c h);
  margin: 25px -25px -25px;
  padding: 15px;
}

.social-links a + a {
  margin-left: 1rem;
}

.site__main [id] {
  scroll-margin-top: 100px;
}

.main__section + .main__section {
  margin-top: 50px;
}

.teaser {
  border: 1px var(--col-hellgrau) solid;
  font-size: 0.75em;
}

.teaser__title {
  margin: 0;
  color: var(--col-schwarz);
  font-weight: 600;
  font-size: 1.25em;
}

.teaser__content {
  padding: 10px 10px 0;
}

.teaser__info {
  margin-top: 0.5em;
}
.teaser__info .info__label {
  font-weight: 600;
}
.teaser__text {
  margin-top: 0.5em;
}

.teaser__footer {
  padding: 0 10px 10px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}

.uk-offcanvas {
  z-index: 100000;
}

.uk-offcanvas-bar {
  background: var(--col-prime);
}

.uk-button-primary {
  background-color: var(--col-prime);
  border-radius: 25px;
}
.uk-button-primary:hover {
  background-color: oklch(from var(--col-prime) calc(l * 1.2) c h);
  color: #fff !important;
}

main > .wp-block-group {
  background-color: rgba(var(--col-grau), 0.1);
  padding: 20px 0;
  box-shadow: 0 10px 20px rgba(var(--col-schwarz), 0.2);
  transition: background-color 0.5s ease;
}
@media (min-width: 960px) {
  main > .wp-block-group {
    padding: 60px 0;
  }
}
main > .wp-block-group:hover {
  background-color: rgba(var(--col-grau), 0);
}
main > .wp-block-group:hover h1.wp-block-heading,
main > .wp-block-group:hover h2.wp-block-heading {
  transform: translateY(-10px);
}
h1.wp-block-heading,
h2.wp-block-heading {
  transition: transform 0.5s ease;
}

.wp-element-button {
  background-color: var(--col-prime);
  color: #fff;
  border-radius: 25px;
}
.wp-element-button:hover {
  color: #fff;
}

.wp-block-table td,
.wp-block-table th {
  border-width: 0 0 1px 0;
}

.wp-block-video {
  height: 100%;
}
.wp-block-video video {
  height: 100%;
}

.wp-block-column figure:last-child {
  margin-bottom: 0;
}

.gform-theme--framework .gform-field-label--type-inline,
.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description .gform-field-label:where(:not([class*=gform-field-label--type-])),
.gform-theme--framework .gfield--type-choice.field_description_below .gform-field-label:where(:not([class*=gform-field-label--type-])),
.gform-theme--framework .gfield_list_group_item:before,
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  color: #fff;
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
  color: #aaa;
}

.gform_title {
  text-align: center;
}

.gform-theme--foundation .gform_footer {
  justify-content: center;
}

.buttons-container,
.gform_ppcp_payment_method {
  display: flex;
  justify-content: center;
}

.gform-theme--framework .gfield_validation_message,
.gform-theme--framework .gform-field-label {
  font-size: 1rem;
}

@media (min-width: 960px) {
  .wpbs-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.wpbs-main-wrapper .wpbs-form-container {
  width: 100%;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-field-required-asterisk,
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field-error,
.wpbs-main-wrapper .wpbs-form-general-error {
  color: #a71a1a !important;
}

.wpbs-main-wrapper .wpbs-form-container .wpbs-field-required-asterisk {
  margin-left: 5px;
}

.events.wp-block-getwid-custom-post-type,
.partner.wp-block-getwid-custom-post-type {
  overflow: visible;
}

.events .post__wrapper,
.partner .post__wrapper,
.events .wp-block-getwid-custom-post-type__post-wrapper,
.partner .wp-block-getwid-custom-post-type__post-wrapper {
  display: flex;
  flex-flow: column nowrap !important;
  justify-content: flex-start;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.wp-block-getwid-template-post-featured-image > a {
  text-align: center;
  display: block;
}

.wp-block-getwid-template-post-featured-image img {
  display: inline;
}