/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* import your custom base styles here */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  --footer-top: 8em;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1124px !important;
  padding-left: 1em;
  padding-right: 1em;
}
article#content {
  min-height: 380px;
  font-size: 1.2rem;
}
.default-grid,
.type-landing.page-error .default-grid, .type-landing.type-search .default-grid {
  display: flex;
  gap: 5em;
}
.default-grid .default-grid-main,
.type-landing.page-error .default-grid .default-grid-main, .type-landing.type-search .default-grid .default-grid-main {
  width: 70%;
}
.default-grid .default-grid-aside,
.type-landing.page-error .default-grid .default-grid-aside, .type-landing.type-search .default-grid .default-grid-aside {
  width: 30%;
}
.type-landing:not(.page-error) .default-grid, .type-teachers:not(.page-error) .default-grid, .type-agenda:not(.page-error) .default-grid {
  display: block;
}
.type-landing:not(.page-error) .default-grid .default-grid-main, .type-teachers:not(.page-error) .default-grid .default-grid-main, .type-agenda:not(.page-error) .default-grid .default-grid-main {
  width: 100%;
  margin-bottom: 6em;
}
.type-landing:not(.page-error) .default-grid .default-grid-aside, .type-teachers:not(.page-error) .default-grid .default-grid-aside, .type-agenda:not(.page-error) .default-grid .default-grid-aside {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .default-grid, .type-landing.page-error .default-grid, .type-landing.type-search .default-grid {
    gap: 3em;
  }
}
@media screen and (max-width: 768px) {
  .default-grid {
    display: block;
  }
  .default-grid .default-grid-main {
    width: 100%;
    margin-bottom: 6em;
  }
  .default-grid .default-grid-aside {
    width: 100%;
  }
}
p {
  margin-bottom: 1em;
}
ul {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 2em;
}
b, strong {
  font-weight: 400;
}
article .default-grid-main > *:first-child:not(.lead) {
  margin-top: 1em;
}
@font-face {
  font-family: "Source Sans Pro Light";
  src: url("/dist/fonts/SourceSansPro-Light.ttf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("/dist/fonts/SourceSansPro-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro SemiBold";
  src: url("/dist/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("/dist/fonts/SourceSansPro-Bold.ttf");
  font-weight: bolder;
  font-style: normal;
}
a {
  --lsc: #E94C2C;
  --lst: 2px;
  --lso: 3px;
  color: inherit;
  text-decoration: none;
  background-image: none;
  background-size: 0% var(--lst), 100% var(--lst);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  transition: 0.3s background-size;
  padding-bottom: var(--lso);
}
a:hover, a:active, a:focus {
  text-decoration: none;
  background-image: linear-gradient(to right, var(--lsc) 0%, var(--lsc) 100%), linear-gradient(to right, var(--lsc) 0%, var(--lsc) 100%);
  background-size: 100% var(--lst), 0% var(--lst);
}
header a,
footer a,
nav a {
  background-image: none;
}
article#content a {
  background-image: linear-gradient(to right, var(--lsc) 0%, var(--lsc) 100%), linear-gradient(to right, var(--lsc) 0%, var(--lsc) 100%);
}
article#content .sidebar a,
article#content .page-teasers .page-teaser a {
  --lsc: #a2a2a2;
}
header .mainnav_logo .logo-link,
footer .memberships .label_logo,
article#content .teachers-list .teacher-teaser a.teacher-link,
article#content .page-teasers .page-teaser:not(.img-teaser):not(.m-marker__news--active) a.page-teaser-inner {
  background: none !important;
}
header .service-nav a {
  --lso: 0;
}
h2 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
h3 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}
h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1em;
}
article h2 {
  margin-top: 2.5em;
}
.type-homepage h1, .type-landing h1, .type-teachers h1, .type-agenda h1, .type-search h1 {
  margin: 0;
  font-size: 4.1rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0px 0px 10px #fff;
}
@media screen and (max-width: 600px) {
  h1, h2, h3 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media screen and (max-width: 500px) {
  .type-homepage h1, .type-landing h1, .type-teachers h1, .type-agenda h1, .type-search h1 {
    font-size: 3rem;
    -webkit-text-stroke-width: 1px;
    text-shadow: 0px 0px 10px #fff;
    text-shadow: 0px 0px 4px #fff;
  }
}
.lead {
  font-weight: 600;
}
.lead p {
  margin: 0;
}
.lead {
  font-weight: 400;
  margin-bottom: 2em;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.type-homepage .lead, .type-landing .lead, .type-teachers .lead, .type-agenda .lead, .type-search .lead {
  margin-bottom: 3em;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.3;
}
.lead .lead-line {
  display: block;
  height: 0.7rem;
}
.type-landing.page-error .disclaimer {
  margin-top: 0.5em;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.35;
  margin-bottom: 3em;
  max-width: 500px;
}
.type-landing.page-error .disclaimer p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .type-homepage .lead, .type-landing .lead, .type-teachers .lead, .type-agenda .lead, .type-search .lead {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
article figure {
  margin-bottom: 2em;
}
article figcaption {
  margin-top: 0.3em;
}
article figure.imagehalf {
  width: 50%;
  margin-top: 6px;
  margin-bottom: 1em;
  margin-right: 0.75em;
  padding-right: 0.75em;
  float: left;
}
article figcaption {
  font-size: 0.85em;
  line-height: 1.35rem;
}
article .content-imagehalf::after {
  display: block;
  content: "";
  clear: both;
}
article .content-imagehalf + * {
  clear: both;
}
@media screen and (max-width: 500px) {
  article figure.imagehalf {
    width: 100%;
    float: none;
  }
}
/*
@import "base/input";*/
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.page_footer {
  margin-top: var(--footer-top);
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  background-color: #F2F2F2;
  line-height: 1.75rem;
  position: relative;
  z-index: -200;
}
.page_footer .container_footer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.page_footer .container_footer > *:nth-child(1) {
  width: 100%;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .page_footer .container_footer > *:nth-child(1) {
    width: 50%;
  }
}
@media (min-width: 1024px) {

  .page_footer .container_footer > *:nth-child(1) {
    width: 25%;
  }
}
.page_footer .container_footer > *:nth-child(2) {
  width: 100%;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .page_footer .container_footer > *:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1024px) {

  .page_footer .container_footer > *:nth-child(2) {
    width: 25%;
  }
}
.page_footer .container_footer > *:nth-child(3) {
  width: 100%;
}
@media (min-width: 1024px) {

  .page_footer .container_footer > *:nth-child(3) {
    width: 50%;
  }
}
.page_footer .page_logo {
  margin-bottom: 2rem;
  width: 70%;
  max-width: 267px;
}
.page_footer .footer_navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.page_footer .footer_navigation li ol {
  margin-bottom: 1rem;
}
.page_footer .footer_navigation.footer-service-nav {
  margin-bottom: 4rem;
}
.page_footer .memberships .partner-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
  max-width: 480px;
}
.page_footer .memberships .partner-logos a.label_logo {
  display: block;
  width: 50%;
  max-width: 160px;
  margin-right: 1em;
}
.page_footer .memberships .partner-logos a.label_logo.logo-ych img {
  max-height: 80px;
  width: auto;
}
.page_footer .memberships .partner-logos a.label_logo.logo-eyu img {
  max-width: 160px;
}
.page_footer .memberships .partner-logos a.label_logo.logo-eduqua img {
  max-width: 130px;
}
.page_footer .memberships .partner-logos a.label_logo.logo-sveb {
  margin-top: -7px;
}
.page_footer .memberships .partner-logos a.label_logo.logo-sveb img {
  max-width: 150px;
}
.page_footer .memberships .label_legend {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_footer .footer_navigation {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.page_header {
  line-height: 1.75rem;
  padding-bottom: 3em;
}
.container_header {
  display: flex;
  justify-content: space-between;
}
.mainnav_logo {
  max-width: 290px;
  width: 50%;
}
.mainnav_logo .logo-link {
  display: block;
  max-width: 100%;
  width: 267px;
  margin-top: 5em;
}
.right_nav {
  width: 475px;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.service-nav {
  width: 100%;
  text-transform: uppercase;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}
.service-nav ol {
  display: flex;
}
.service-nav ol li {
  width: 130px;
  padding-right: 2.5rem;
  display: flex;
}
.service-nav ol li img {
  margin-right: 0.5rem;
}
.service-nav ol li:last-child {
  padding-right: 0;
  max-width: 130px;
  width: auto;
}
.mainnav-box {
  width: 100%;
  margin-top: 3rem;
  position: relative;
}
.mainnav-box .mainnav-section {
  width: 260px;
}
.mainnav-box .mainnav-section .mainnav-section_title {
  display: block;
}
.mainnav-box .mainnav-section .mainnav-section_title a {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.mainnav-box .mainnav-section .mainnav-section_title.active {
  color: #E94C2C;
  font-weight: 600;
}
.mainnav-box .mainnav-section .mainnav-section-subnav {
  position: absolute;
  top: 0;
  left: 260px;
  width: calc(100% - 260px);
}
.mainnav-box .mainnav-section .mainnav-section-subnav .active {
  color: #E94C2C;
}
.sidebar {
  margin-bottom: 3em;
}
.sidebar:empty {
  margin-bottom: 0;
}
.sidebar .sidebar-item {
  border-top: 3px solid #000;
  margin-bottom: 2em;
  padding-top: 0.9em;
}
.sidebar .sidebar-item + .sidebar-item {
  border-top: 1px solid #b4b4b4;
}
.sidebar h2 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.4em;
}
.sidebar h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 1.1rem;
  margin: 0.2em 0 0.2em;
}
.sidebar p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.sidebar .event-teaser .event-item {
  margin-bottom: 2em;
}
.sidebar .event-teaser .event-item .event-date {
  margin-right: 1em;
  font-size: 1rem;
}
.sidebar .event-teaser .event-item .event-title + .event-link {
  margin-top: 0;
}
.sidebar .event-teaser .event-item .event-description {
  width: 100%;
  margin: 0.1em 0;
}
.sidebar .event-teaser .event-item .event-link {
  width: 100%;
  line-height: 1.1;
  margin-top: 0.2em;
  font-size: 1rem;
}
.sidebar .event-teaser .agenda-link-block {
  text-align: right;
  padding-right: 1.5em;
  font-size: 1rem;
}
.hero-img-box {
  display: block;
  width: 100%;
  max-height: 380px;
  overflow: hidden;
}
.hero-img-box .hero-img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-img-box + #content {
  position: relative;
  padding-top: 1em;
}
.hero-img-box + #content h1:first-child {
  position: absolute;
  bottom: 100%;
}
.hero-img-box + #content .lead {
  padding-top: calc(100px - 1em);
}
@media screen and (max-width: 768px) {
  .hero-img-box {
    height: 260px;
  }
}
.page-teasers .page-teaser .page-teaser-inner {
  box-shadow: 0px 0px 11px 2px rgba(100, 100, 111, 0.2);
  padding: 3em !important;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.page-teasers .page-teaser .page-teaser-inner:hover, .page-teasers .page-teaser .page-teaser-inner:focus {
  text-decoration: none;
}
.page-teasers .page-teaser figure {
  width: 100%;
  height: 80%;
  background-image: url("../images/teaser/teaserimg_1_600.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-teasers .page-teaser.img-teaser .page-teaser-inner {
  box-shadow: none;
  color: #000;
  background: rgba(233, 76, 44, 0.15) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5em 1.8em 2em !important;
}
.page-teasers .page-teaser.img-teaser .page-teaser-inner:hover, .page-teasers .page-teaser.img-teaser .page-teaser-inner:focus, .page-teasers .page-teaser.img-teaser .page-teaser-inner:active {
  color: #fff;
  background: #E94C2C !important;
}
.page-teasers .page-teaser.img-teaser .page-teaser-inner:hover figure, .page-teasers .page-teaser.img-teaser .page-teaser-inner:focus figure, .page-teasers .page-teaser.img-teaser .page-teaser-inner:active figure {
  background-image: url("../images/teaser/teaserimg_1_i_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-1 .page-teaser-inner figure {
  background-image: url("../images/teaser/teaserimg_1_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-1 .page-teaser-inner:hover figure, .page-teasers .page-teaser.img-teaser.animal-1 .page-teaser-inner:focus figure, .page-teasers .page-teaser.img-teaser.animal-1 .page-teaser-inner:active figure {
  background-image: url("../images/teaser/teaserimg_1_i_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-2 .page-teaser-inner figure {
  background-image: url("../images/teaser/teaserimg_2_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-2 .page-teaser-inner:hover figure, .page-teasers .page-teaser.img-teaser.animal-2 .page-teaser-inner:focus figure, .page-teasers .page-teaser.img-teaser.animal-2 .page-teaser-inner:active figure {
  background-image: url("../images/teaser/teaserimg_2_i_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-3 .page-teaser-inner figure {
  background-image: url("../images/teaser/teaserimg_3_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-3 .page-teaser-inner:hover figure, .page-teasers .page-teaser.img-teaser.animal-3 .page-teaser-inner:focus figure, .page-teasers .page-teaser.img-teaser.animal-3 .page-teaser-inner:active figure {
  background-image: url("../images/teaser/teaserimg_3_i_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-4 .page-teaser-inner figure {
  background-image: url("../images/teaser/teaserimg_4_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-4 .page-teaser-inner:hover figure, .page-teasers .page-teaser.img-teaser.animal-4 .page-teaser-inner:focus figure, .page-teasers .page-teaser.img-teaser.animal-4 .page-teaser-inner:active figure {
  background-image: url("../images/teaser/teaserimg_4_i_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-5 .page-teaser-inner figure {
  background-image: url("../images/teaser/teaserimg_5_600.webp");
}
.page-teasers .page-teaser.img-teaser.animal-5 .page-teaser-inner:hover figure, .page-teasers .page-teaser.img-teaser.animal-5 .page-teaser-inner:focus figure, .page-teasers .page-teaser.img-teaser.animal-5 .page-teaser-inner:active figure {
  background-image: url("../images/teaser/teaserimg_5_i_600.webp");
}
.page-teasers .page-teaser h2 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.4em;
}
.page-teasers .page-teaser h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 1.1rem;
  margin: 0.2em 0 0.2em;
}
.page-teasers .page-teaser p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.page-teasers .page-teaser a {
  transition: all 300ms;
}
.page-teaser.img-teaser {
  text-align: center;
}
.page-teasers .page-teaser.custom-teaser {
  text-align: center;
  /* background-color: #e94c2c; */
}
.page-teasers .page-teaser.custom-teaser.m-marker__news--active {
  position: relative;
}
.page-teasers .page-teaser.custom-teaser.m-marker__news--active .page-teaser-inner {
  background-color: #e94c2c;
  color: white;
  background-image: none !important;
  padding-top: 4em !important;
}
.page-teasers .page-teaser.custom-teaser .e-banner__news {
  position: absolute;
  width: 100%;
  /* padding: 5px; */
  border: 1px solid #FFF;
  /* margin: 5px; */
  background-color: white;
  color: #e94c2c;
  font-family: monospace;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-teaser.event-teaser {
  grid-column-start: 1 !important;
  grid-column-end: 6 !important;
  margin-top: 4rem;
}
.page-teaser.event-teaser .page-teaser-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-teaser.event-teaser h2 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1em;
  margin-top: 0;
  width: 100%;
}
.page-teaser.event-teaser h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-size: 1.1rem;
  margin: 0.2em 0 0.2em;
}
.page-teaser.event-teaser a {
  transition: all 300ms;
  -webkit-text-decoration-color: #a2a2a2;
          text-decoration-color: #a2a2a2;
}
.page-teaser.event-teaser a:hover, .page-teaser.event-teaser a:focus {
  -webkit-text-decoration-color: #E94C2C;
          text-decoration-color: #E94C2C;
}
.page-teaser.event-teaser .event-item {
  width: calc(33.3333333333% - 4em);
  margin-right: 4em;
}
.page-teaser.event-teaser .event-item > * {
  padding-right: 1.5rem;
}
.page-teaser.event-teaser .event-item:not(:last-child) {
  margin-bottom: 2em;
}
.page-teaser.event-teaser .event-item:nth-child(3n+3) {
  margin-left: 2em;
  margin-right: 2em;
}
.page-teaser.event-teaser .event-item:nth-child(3n+4) {
  margin-left: 4em;
  margin-right: 0em;
  padding-right: 0em;
}
.page-teaser.event-teaser .event-item .event-date {
  margin-right: 1em;
}
.page-teaser.event-teaser .event-item .event-title + .event-link {
  margin-top: 0;
}
.page-teaser.event-teaser .event-item .event-description {
  width: 100%;
  margin: 0.1em 0;
}
.page-teaser.event-teaser .event-item .event-link {
  width: 100%;
  line-height: 1.1;
  margin-top: 0.2em;
  font-size: 1rem;
}
.page-teaser.event-teaser .agenda-link-block {
  text-align: right;
  padding-right: 1.5em;
  font-size: 1rem;
}
.page-teasers {
  --top: 3em;
  --gap: 1.5em;
  --halfgap: calc(var(--gap) / 2);
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: calc(50% - var(--halfgap)) var(--gap) calc(50% - var(--halfgap));
  align-items: start;
  padding-bottom: var(--top);
}
.page-teasers .page-teaser {
  width: 100%;
  padding: 0 0 var(--gap) 0;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  box-sizing: border-box;
}
.page-teasers .page-teaser .page-teaser-inner {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.page-teasers .page-teaser:nth-of-type(odd) {
  padding-right: 0;
  grid-column-start: 1;
  grid-column-end: 2;
}
.page-teasers .page-teaser:nth-of-type(even) {
  padding-right: 0;
  grid-column-start: 3;
  grid-column-end: 4;
  transform: translateY(var(--top));
}
.page-teasers .page-teaser.custom-teaser .page-teaser-inner, .page-teasers .page-teaser.event-teaser .page-teaser-inner {
  aspect-ratio: auto;
  height: auto;
  padding: 2em 3em 2.5em !important;
}
@media screen and (max-width: 1000px) {
  .page-teasers .page-teaser .agenda-link-block {
    width: 100%;
  }
  .page-teasers .page-teaser .event-item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-teasers .page-teaser .event-item:nth-child(odd) {
    padding-left: 2em;
  }
  .page-teasers .page-teaser .event-item:nth-child(3n+3) {
    margin-left: 0em;
    margin-right: 0em;
  }
  .page-teasers .page-teaser .event-item:nth-child(3n+4) {
    margin-left: 0em;
    margin-right: 0em;
    padding-right: 0em;
  }
}
@media screen and (min-width: 1000px) {
  .page-teasers {
    --top: 3em;
    --gap: 2.5em;
    --halfgap: calc(var(--gap) / 2);
    grid-template-columns: calc(33.3333333333% - var(--gap)) var(--gap) calc(33.3333333333% - var(--gap)) var(--gap) calc(33.3333333333% - var(--gap));
  }
  .page-teasers .page-teaser .page-teaser-inner {
    aspect-ratio: 1/1;
  }
  .page-teasers .page-teaser:nth-of-type(even) {
    transform: none;
  }
  .page-teasers .page-teaser:nth-of-type(3n+1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .page-teasers .page-teaser:nth-of-type(3n+2) {
    grid-column-start: 3;
    grid-column-end: 4;
    transform: translateY(var(--top));
  }
  .page-teasers .page-teaser:nth-of-type(3n+3) {
    grid-column-start: 5;
    grid-column-end: 6;
  }
}
@media screen and (max-width: 703px) {
  .page-teasers .page-teaser .event-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-teasers .page-teaser .event-item:nth-child(odd) {
    padding-left: 0em;
  }
  .page-teasers .page-teaser .event-item:nth-child(3n+3) {
    margin-left: 0em;
    margin-right: 0em;
  }
  .page-teasers .page-teaser .event-item:nth-child(3n+4) {
    margin-left: 0em;
    margin-right: 0em;
    padding-right: 0em;
  }
}
@media screen and (max-width: 768px) {
  .page-teasers {
    --top: 3em;
    --gap: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .page-teasers {
    display: block;
    --top: 0;
  }
  .page-teasers .page-teaser {
    transform: none !important;
  }
  .page-teasers .page-teaser:not(.image-teaser) .page-teaser-inner {
    padding: 1.2em 2em 1.5em !important;
  }
}
.block-infobox h2:first-child, .block-documentbox h2:first-child {
  margin-top: 0;
}
.block-infobox {
  background-color: #E94C2C;
  margin: 2.5em 0 3em;
  padding: 1em;
  color: #fff;
}
.block-infobox a {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration-thickness: 1px;
}
.block-infobox a:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.block-documentbox .document-list {
  list-style-type: none;
  padding: 0;
}
.block-documentbox .document-list a.document-link {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: top left;
}
.block-documentbox .document-list a.document-link.documenttype-pdf {
  background-image: url(../images/icons/text_icon_white.svg) !important;
  background-size: inherit !important;
  background-size: auto !important;
}
.block-documentbox .document-list a.document-link .document-title {
  padding-left: 2em;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
}
.breadcrumbs {
  padding: 0 !important;
  margin: 0 0 30px 0;
  line-height: 1.4;
  list-style: none;
  margin-left: 0;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #2b2b2b;
}
.breadcrumbs li {
  margin-bottom: 0.5rem;
  padding-left: 0;
  position: relative;
}
.breadcrumbs li.current {
  color: #A4A4A4;
}
.breadcrumbs .breadcrumb-divider {
  padding: 0 0.15em;
}
.accordion-section {
  --icow: 20px;
  --icom: 8px;
  margin-bottom: 3em;
  margin-top: 2em;
}
.accordion-section .accordion {
  border-color: #1D1D1B;
  border-style: dashed;
  border-width: 1px 0;
}
.accordion-section .accordion + .accordion {
  border-top-width: 0;
}
.accordion-section .accordion .accordion-toggle {
  margin: 0;
  padding: 5px 0;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  background-color: transparent;
  background-image: none;
  text-transform: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
}
.accordion-section .accordion .accordion-toggle .accordion-title {
  order: 2;
}
.accordion-section .accordion .accordion-toggle .arrow-box {
  display: inline-block;
  margin-top: 2px;
  width: calc(var(--icow) + var(--icom));
  padding-right: var(--icom);
  order: 2;
  transition: all 500ms;
}
.accordion-section .accordion .accordion-toggle .arrow-box .arrow {
  width: var(--icow);
  stroke: #101828;
  flex-shrink: 0;
}
.accordion-section .accordion .accordion-toggle .arrow-box.right {
  order: 3;
}
.accordion-section .accordion .accordion-toggle .arrow-box.left {
  order: 1;
}
.accordion-section .accordion .accordion-toggle.accordion-active {
  background-color: rgba(233, 76, 44, 0.0784313725);
}
.accordion-section .accordion .accordion-toggle.accordion-active .accordion-title {
  font-weight: 400;
}
.accordion-section .accordion .accordion-toggle.accordion-active .arrow-box .arrow {
  transform: rotate(180deg);
  stroke: #E94C2C;
}
.accordion-section .accordion .accordion-toggle:hover {
  background-color: rgba(233, 76, 44, 0.0784313725);
}
.accordion-section .accordion .accordion-toggle:hover .arrow {
  stroke: #E94C2C;
}
.accordion-section .accordion .accordion-panel {
  border-color: #1D1D1B;
  border-style: dashed;
  border-top-width: 1px;
  display: none;
  padding: 0.9em 1em 1em;
  padding-left: calc(var(--icow) + var(--icom));
}
.accordion-section .section-title {
  max-width: none;
}
.accordion .accordion-toggle .arrow::before {
  border-color: var(--theme-color);
}
.accordion .accordion-toggle .arrow.right::before {
  transform: rotate(135deg);
  transform-origin: 52% 46%;
}
.accordion .accordion-toggle.accordion-active .arrow.right::before {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.video-section {
  margin: 4em auto;
  max-width: 800px;
}
.video-section figure {
  margin: 0;
}
.video-section .video-txt {
  margin-top: 0.7em;
}
.video-section .video-txt .video-title {
  margin-bottom: 0.4em;
  font-family: "FKDisplay-Regular";
  font-size: 1.2em;
  font-weight: 700;
}
.video-section .responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.video-section .responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-cta {
  margin: 3em auto 4em;
  max-width: 550px;
  padding: 0 1em;
}
.block-cta .cta-link {
  display: block;
  padding: 3px 0.5em;
  text-decoration: none;
  border: 2px solid #E94C2C;
  text-align: center;
  display: flex;
  justify-content: center;
  background-image: none !important;
  transition: 0.3s;
}
.block-cta .cta-link .cta-icon {
  width: 18px;
  margin-right: 0.5rem;
  max-width: 100%;
  height: auto;
}
.block-cta .cta-link .cta-icon path {
  stroke: #000;
  transition: 0.3s;
}
.block-cta .cta-link:hover, .block-cta .cta-link:active, .block-cta .cta-link:focus {
  background: #E94C2C;
  color: #fff;
}
.block-cta .cta-link:hover .cta-icon path, .block-cta .cta-link:active .cta-icon path, .block-cta .cta-link:focus .cta-icon path {
  stroke: #fff;
}
.teachers-list {
  --gap: 3em;
  --cols: 2;
  --top: 3em;
  margin: 4em 0;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  -moz-column-gap: calc(100% / var(--cols) / 10);
       column-gap: calc(100% / var(--cols) / 10);
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  row-gap: var(--gap);
}
.teachers-list .teacher-teaser:nth-of-type(even) {
  transform: translateY(var(--top));
}
.teachers-list .teacher-teaser .teacher-link {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.teachers-list .teacher-teaser .teacher-link:hover, .teachers-list .teacher-teaser .teacher-link:focus {
  box-shadow: 0px 0px 11px 2px rgba(100, 100, 111, 0.2);
}
.teachers-list .teacher-teaser .teacher-link:hover .teacher-info, .teachers-list .teacher-teaser .teacher-link:focus .teacher-info {
  opacity: 1;
}
.teachers-list .teacher-teaser .teacher-link:hover .teacher-image, .teachers-list .teacher-teaser .teacher-link:focus .teacher-image {
  transform: scale(1.02) translate(0, -2px);
}
.teachers-list .teacher-teaser .teacher-image {
  transition: all 400ms;
  transform: scale(1) translate(0);
}
.teachers-list .teacher-teaser .teacher-image img {
  width: 100%;
}
.teachers-list .teacher-teaser .teacher-info {
  transition: all 250ms;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #E94C2C;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.teachers-list .teacher-teaser .teacher-info h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.7rem;
}
.teachers-list .teacher-teaser .teacher-info p {
  margin-bottom: 0.7rem;
}
.teachers-list .teacher-teaser .teacher-info .readmore {
  margin: 0;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 600px) {
  .teachers-list {
    --cols: 1;
  }
  .teachers-list .teacher-teaser:nth-of-type(even) {
    transform: translateY(0);
  }
  .teachers-list .teacher-teaser:nth-of-type(3n+2) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .teachers-list {
    --gap: 1.5em;
    --top: 3em;
  }
}
@media screen and (min-width: 1060px) {
  .teachers-list {
    --cols: 3;
  }
  .teachers-list .teacher-teaser:nth-of-type(even) {
    transform: translateY(0);
  }
  .teachers-list .teacher-teaser:nth-of-type(3n+2) {
    transform: translateY(var(--top));
  }
}
.type-teacher-default .teacher-short {
  --gap: 3em;
  --hg: calc(var(--gap) / 2);
  --cols: 2;
  --col: calc(100% / var(--cols));
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  margin: 2em 0;
}
.type-teacher-default .teacher-short .teacher-image, .type-teacher-default .teacher-short .teacher-contactinfo {
  width: calc(var(--col) - var(--hg));
}
.type-teacher-default .teacher-short .teacher-image {
  margin-bottom: 0;
}
.testimonial-slider {
  margin: 4em auto;
  max-width: 800px;
}
.testimonial-slider .testimonial-entry {
  margin-bottom: 2em;
}
.testimonial-slider .testimonial-entry .quote {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 1rem;
}
.swiper {
  --swiper-theme-color: #E94C2C;
}
@media screen and (max-width: 500px) {
  .testimonial-slider .testimonial-entry .quote {
    font-size: 1.1em;
    line-height: 1.25em;
  }
}
.agenda-filter {
  /* prep for YT */
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  gap: 9px;
}
.agenda-filter input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
}
.agenda-filter button, .agenda-filter label {
  padding: 4px 0.5em 3px;
  text-decoration: none;
  background-color: #fcede9;
  line-height: 1.35em;
  font-weight: normal;
  position: relative;
  cursor: pointer;
}
.agenda-filter button input, .agenda-filter label input {
  cursor: pointer;
}
.agenda-filter button.active, .agenda-filter label.active {
  background-color: #e94C2C;
  color: white;
}
.agenda-filter .agenda-filter-hr {
  display: none;
}
@media (hover: hover) {
  .agenda-filter button:hover, .agenda-filter label:hover {
    background-color: #ed6f56;
    color: white;
  }
}
.events-list {
  --gap: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 1s height;
}
.events-list .gutter-sizer {
  width: var(--gap);
}
.events-list .event-entry {
  display: block;
  width: 48%;
  background: #fff;
}
.events-list .event-entry .event-entry-inner {
  border-top: 1px solid #F2F2F2;
  padding: 0.9em 0.5em 2.2em 0;
}
.events-list .event-entry .event-meta {
  margin-bottom: 0.6em;
  line-height: 1.4em;
}
.events-list .event-entry .event-meta .event-date {
  padding-right: 0.5em;
}
.events-list .event-entry .event-meta .event-typ {
  display: inline-block;
  padding: 1px 0.4em 1px;
  background-color: #eae8e8;
}
.events-list .event-entry .event-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.events-list .event-entry .event-description {
  margin-bottom: 0;
}
#no-matches {
  display: none;
}
.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (max-width: 700px) {
  .agenda-filter {
    justify-content: flex-start;
    max-width: 350px;
    flex-wrap: wrap;
  }
  .agenda-filter button, .agenda-filter label {
    display: block;
    margin-bottom: 5px;
  }
  .agenda-filter .agenda-filter-hr {
    display: block;
    width: 100%;
    flex-basis: 100%;
  }
  .events-list .event-entry {
    display: block;
    width: 100%;
  }
}
.search-form {
  margin-top: 3rem;
  display: flex;
}
.search-form input[type=text] {
  width: 100%;
  font-size: 1.3rem;
  border: 2px solid #E94C2C;
  padding: 0.4em;
}
.search-form input[type=submit] {
  background-color: #E94C2C;
  color: white;
  padding: 0.4em;
  cursor: pointer;
  border: 2px solid #E94C2C;
  transition: padding 0.5s ease;
}
.search-form input[type=submit]:hover, .search-form input[type=submit]:focus, .search-form input[type=submit]:active {
  background-color: #cd3415;
  border-color: #cd3415;
  padding-left: 1em;
  padding-right: 1em;
}
.search-results {
  margin-top: 2em;
}
.search-results .search-result {
  display: block;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
}
.search-results .search-result p {
  margin: 0;
}
.search-results .search-result li {
  margin-bottom: 0.5em;
}
.search-results .search-result .result-title {
  display: block;
  font-weight: 400;
  margin: 0 0 0.2em;
}
.search-results .search-result .event-daterange {
  background-color: #F2F2F2;
  margin-right: 0.4em;
}
.search-results .results-info {
  /* 3 Resultate, Seite 1 von 2 */
  margin-top: 1.5em;
}
.search-results .previous-page,
.search-results .next-page {
  /* Result page navigation links */
}
.freeform-form {
  margin: 2.5em 0 3.5em;
}
.freeform-form button, .freeform-form input, .freeform-form optgroup, .freeform-form select, .freeform-form textarea {
  border-width: 1px;
  border-color: black;
  padding: 0.4em;
}
.freeform-form select {
  background-color: #fff;
  padding: 0.475em 0.4em;
}
.freeform-form button {
  border-width: 0;
  background-color: #E94C2C;
  color: white;
  padding-left: 3em;
  padding-right: 3em;
  border-radius: 1.5em;
}
.freeform-form button:hover, .freeform-form button:focus, .freeform-form button:active {
  background: #cd3415;
}
#mc_embed_signup form {
  margin: 0 !important;
}
#mc_embed_signup form .button {
  border-width: 0;
  background-color: #E94C2C;
  color: white;
  padding-left: 3em;
  padding-right: 3em;
  border-radius: 1.5em;
}
#mc_embed_signup form .button:hover, #mc_embed_signup form .button:focus, #mc_embed_signup form .button:active {
  background: #cd3415;
}
#mc_embed_signup form li input {
  margin-right: 10px;
}
:focus-visible {
  outline: #E94C2C auto 1px;
}
@media screen and (max-width: 620px) {
  .freeform-form .freeform-row {
    display: block;
  }
}
.newsletter-frame {
  width: 100%;
  height: 800px;
  outline: none;
}
@media screen and (max-width: 340px) {
  .newsletter-frame {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}
.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 0;
}
#offCanvas.off-canvas.is-transition-overlap {
  z-index: 10000;
}
#offCanvas.is-open {
  transform: translate(0, 0);
}
#offCanvas.position-right {
  max-width: 100% !important;
}
#offCanvas.is-transition-overlap {
  z-index: 13;
}
#offCanvas.is-transition-overlap.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fefefe;
}
.off-canvas.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 360px;
  transform: translateX(360px);
}
.off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas.is-closed {
  visibility: hidden;
  transition: visibility 0s linear 0.5s, 0.5s transform;
}
.off-canvas.is-open {
  visibility: visible;
  transition: visibility 0s linear 0s, 0.5s transform;
}
.js-off-canvas-overlay {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 124, 124, 0.18);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.icon-button {
  position: relative;
  width: 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.icon-button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.icon-button span {
  display: block;
}
.icon-button .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: none;
}
.icon-button.lines-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.icon-button.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
.lines {
  width: 100%;
  height: 2px;
  background: #E94C2C;
  border-radius: 1px;
  transition: none;
  display: inline-block;
  margin-top: calc(50% - 1px);
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines:before, .lines:after {
  width: 100%;
  height: 2px;
  background: #E94C2C;
  border-radius: 1px;
  transition: none;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 1px center;
}
.lines:before {
  bottom: calc(10% - 1px);
}
.lines:after {
  top: calc(10% - 1px);
}
.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, -45deg) scale3d(1.3, 1, 1);
}
.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1.3, 1, 1);
}
#anibutton-burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  background: 0 0;
  line-height: 1;
  margin-left: 1em;
  padding: 3px 0 3px 0.5em;
  cursor: pointer;
  font-weight: 700;
  color: #777;
  display: flex;
  align-items: center;
  font-size: 20px;
}
#anibutton-burger .icon-button {
  width: 26px;
}
#anibutton-burger::after {
  display: block;
  content: "";
  clear: both;
}
#anibutton-burger .lines {
  width: 100%;
  height: 2px;
  background: #E94C2C;
  border-radius: 1px;
  transition: none;
}
#anibutton-burger .lines:before {
  bottom: calc(20% - 1px);
}
#anibutton-burger .lines:after {
  top: calc(20% - 1px);
}
#anibutton-burger .button-txt {
  padding: 0 0.2em;
  vertical-align: text-top;
  transition: 0.3s;
}
#anibutton-burger:hover, #anibutton-burger:focus {
  color: #cd3415;
}
#anibutton-burger:hover .lines, #anibutton-burger:focus .lines {
  background: #cd3415;
}
#anibutton-burger:hover .lines:before, #anibutton-burger:hover .lines:after, #anibutton-burger:focus .lines:before, #anibutton-burger:focus .lines:after {
  background: #cd3415;
}
#anibutton-burger:hover .button-txt, #anibutton-burger:focus .button-txt {
  color: #cd3415;
}
#offCanvas {
  background: #fff;
}
#burgermenu-wrapper {
  padding: 1em 1rem 1rem 1.5rem;
}
#burgermenu-wrapper #mainmenu a span,
#burgermenu-wrapper #lang-menu a span {
  background-image: linear-gradient(to right, #E94C2C 0%, #E94C2C 100%);
}
#burgermenu-wrapper #mainmenu a.active span,
#burgermenu-wrapper #lang-menu a.active span {
  background-image: linear-gradient(to right, #E94C2C 0%, #E94C2C 100%), linear-gradient(to right, #E94C2C 0%, #E94C2C 100%);
}
#burgermenu-wrapper #mainmenu {
  display: block;
}
#burgermenu-wrapper #mainmenu ul li {
  display: block;
  margin-bottom: 0.9em;
  padding: 0;
}
#burgermenu-wrapper #lang-menu {
  margin-top: 2em;
  justify-content: flex-end;
}
#burgermenu-wrapper #lang-menu ul {
  justify-content: flex-end;
}
#burgermenu-wrapper #lang-menu .translation-notice-box {
  display: none !important;
}
.burger-close-button {
  padding-bottom: 2em;
}
#anibutton-burger-close {
  padding: 0.5em 0;
}
#burgermenu-wrapper .burger-close-button #anibutton-burger-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  line-height: 1;
  width: 100%;
  text-align: right;
}
#burgermenu-wrapper .burger-close-button #anibutton-burger-close .icon-button {
  display: block;
  float: right;
  width: 22px;
}
#burgermenu-wrapper .burger-close-button #anibutton-burger-close .icon-button .lines:before, #burgermenu-wrapper .burger-close-button #anibutton-burger-close .icon-button .lines:after {
  background: #000;
  transition: none;
}
#mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
#mainmenu section {
  margin-bottom: 2em;
}
#mainmenu li ol {
  margin-bottom: 1rem;
}
#mainmenu.footer-service-nav {
  margin-bottom: 4rem;
}
#mainmenu .burger-service-nav ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainmenu .burger-service-nav ol li {
  display: flex;
  width: 50%;
  margin-bottom: 0.5em;
}
#mainmenu .burger-service-nav ol li img {
  margin-right: 0.5em;
}
#mainmenu .active {
  color: #E94C2C;
}
/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  margin: 2.5em 0;
}
@media screen and (max-width: 500px) {
  #map {
    height: 85vh;
  }
}
#content {
  position: relative;
}
#section-illu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -150;
  width: 100%;
  max-width: 600px;
  height: 700px;
  background-repeat: no-repeat;
  background-position: bottom right;
  transform: translateY(var(--footer-top));
  background-image: url("../images/teaser/teaserimg_1_600.webp");
}
#section-illu.section-animal-1 {
  background-image: url("../images/teaser/teaserimg_1_600.webp");
}
#section-illu.section-animal-2 {
  background-image: url("../images/teaser/teaserimg_2_600.webp");
}
#section-illu.section-animal-3 {
  background-image: url("../images/teaser/teaserimg_3_600.webp");
  transform: translateY(var(--footer-top)) scaleX(-1);
}
#section-illu.section-animal-4 {
  background-image: url("../images/teaser/teaserimg_4_600.webp");
  transform: translateY(var(--footer-top)) scaleX(-1);
}
#section-illu.section-animal-5 {
  background-image: url("../images/teaser/teaserimg_5_600.webp");
  transform: translateY(var(--footer-top)) scaleX(-1);
}
.blend {
  position: relative;
  --inset: 60px;
  --iblend: 80px;
  --bgc: rgba(255, 255, 255, 0.75);
}
.blend::after {
  content: "";
  position: absolute;
  width: calc(100% - var(--inset) * 2);
  height: calc(100% - var(--inset) * 2);
  top: var(--inset);
  left: var(--inset);
  right: var(--inset);
  bottom: var(--inset);
  z-index: -100;
  background-color: var(--bgc);
  box-shadow: 0 0 var(--iblend) var(--iblend) var(--bgc);
}
.blendh1 {
  --inset: 90px;
  --iblend: 80px;
}
.breadcrumbs-nav {
  display: inline-block;
}
#content h1 {
  display: inline-block;
}
body {
  z-index: 0;
  position: relative;
}
body .hero-img-box {
  z-index: -200;
  position: relative;
}
.without-aside .sidebar.blend::after {
  display: none;
}
.hero-img-box + #content h1:first-child.blend {
  --bgc: transparent;
}
@media screen and (max-width: 768px) {
  #section-illu {
    background-size: contain;
    aspect-ratio: 1/1;
    height: auto;
    position: relative;
    margin-bottom: -1em;
  }

  body.type-default {
    --footer-top: 6em;
    --footer-top: 0;
  }
  body.type-default .default-grid .default-grid-main {
    width: 100%;
    margin-bottom: 3em;
  }
  body.type-default .sidebar {
    margin-top: 3em;
  }
  body.type-default .page_footer {
    padding-top: 4rem;
  }
}
a.ico-ig {
  background-image: url(../images/icons/instagram.svg);
}
a.ico-yt {
  background-image: url(../images/icons/youtube.svg);
}
a.ico-linkedin {
  background-image: url(../images/icons/linkedin.svg);
}
a.ico-xing {
  background-image: url(../images/icons/xing.svg);
}
a.ico-kununu {
  background-image: url(../images/icons/kununu.svg);
}
a.ico-tw {
  background-image: url(../images/icons/twitter.svg);
}
a.ico-fb {
  background-image: url(../images/icons/facebook.svg);
}
a.ico-go {
  background-image: url(../images/icons/google+.svg);
}
a[class^=ico-] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
  width: 32px;
  height: 32px;
  transition: all 150ms ease-in-out;
  display: inline-block;
  background-position: center center;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 0;
}
a[class^=ico-]:focus, a[class^=ico-]:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 889px) {
  .mainnav-box,
.service-nav ol {
    display: none;
  }

  .service-nav {
    justify-content: end;
  }

  .right_nav {
    width: 20%;
    min-width: 50px;
  }

  .mainnav_logo {
    width: 40%;
  }
  .mainnav_logo .logo-link {
    margin-top: 2em;
  }
}
@media screen and (min-width: 890px) {
  #anibutton-burger {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .page_header {
    padding-bottom: 2.2em;
  }
}
@media print {
  .page_footer,
.right_nav,
.page-teaser.img-teaser {
    display: none !important;
  }

  .block-infobox {
    color: black;
    background: none;
    border: 2px solid #E94C2C;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/** import your custom utilities here **/