@charset "UTF-8";
/*!
Theme Name: thws_id23_fg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thws_id23_fg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thws_id23_fg is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "planarlight";
  src: url("assets/fonts/GT-Planar-Light.woff") format("woff"), url("assets/fonts/GT-Planar-Light.woff2") format("woff2"), url("assets/fonts/GT-Planar-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "planarthin";
  src: url("assets/fonts/GT-Planar-Thin.woff") format("woff"), url("assets/fonts/GT-Planar-Thin.woff2") format("woff2"), url("assets/fonts/GT-Planar-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "planarregular";
  src: url("assets/fonts/GT-Planar-Regular.woff") format("woff"), url("assets/fonts/GT-Planar-Regular.woff2") format("woff2"), url("assets/fonts/GT-Planar-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "planarmedium";
  src: url("assets/fonts/GT-Planar-Medium.woff") format("woff"), url("assets/fonts/GT-Planar-Medium.woff2") format("woff2"), url("assets/fonts/GT-Planar-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "planarbold";
  src: url("assets/fonts/GT-Planar-Bold.woff") format("woff"), url("assets/fonts/GT-Planar-Bold.woff2") format("woff2"), url("assets/fonts/GT-Planar-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "planarblack";
  src: url("assets/fonts/GT-Planar-Black.woff") format("woff"), url("assets/fonts/GT-Planar-Black.woff2") format("woff2"), url("assets/fonts/GT-Planar-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* --------------------------------------------------
	 Breakpoint Mixin
	 via @ https://davidhellmann.com/blog/development/sass-breakpoint-mixin
  -------------------------------------------------- */
/* --------------------------------------------------

  Breakpoint Settings
	 via @ https://davidhellmann.com/blog/development/sass-breakpoint-mixin
  -------------------------------------------------- */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "planarlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
@media (min-width: 700px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}
@media (min-width: 1930px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "planarmedium";
  font-weight: 400;
  margin-top: 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "planarlight";
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* interims-styles */
.icon svg {
  height: 1em;
}

strong {
  font-weight: 400;
  font-family: "planarregular";
}

h1, h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "planarmedium";
}
@media (min-width: 700px) {
  h1, h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1100px) {
  h1, h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1930px) {
  h1, h2 {
    font-size: 2rem;
  }
}

h3, h4, h5 {
  font-size: 0.95rem;
  line-height: 1.5;
  font-family: "planarmedium";
  letter-spacing: 0.02em;
  margin-top: 3em;
  margin-bottom: 1.5em;
}
@media (min-width: 700px) {
  h3, h4, h5 {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  h3, h4, h5 {
    font-size: 1rem;
  }
}
@media (min-width: 1930px) {
  h3, h4, h5 {
    font-size: 1.1rem;
  }
}

h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

.sep {
  display: block;
}

.tight {
  margin-bottom: 0;
}

.small {
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .small {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .small {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .small {
    font-size: 0.8rem;
  }
}

h6 {
  margin-top: 4em;
  margin-bottom: 4em;
  font-size: 0.6rem;
  line-height: 1.75;
  font-weight: 400;
  font-family: "planarlight";
}
@media (min-width: 700px) {
  h6 {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  h6 {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  h6 {
    font-size: 0.8rem;
  }
}

/* Layout
--------------------------------------------- */
#thws-bar {
  background-color: #f60;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
#thws-bar.open {
  height: 2rem;
}
@media (min-width: 1100px) {
  #thws-bar.open {
    height: 3rem;
  }
}

#thws-nav {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 480px) {
  #thws-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  #thws-nav {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  #thws-nav {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  #thws-nav {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1100px) {
  #thws-nav {
    height: 3rem;
  }
}
#thws-nav h2 {
  margin: 0;
  padding: 0;
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  #thws-nav h2 {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  #thws-nav h2 {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  #thws-nav h2 {
    font-size: 0.8rem;
  }
}
@media (min-width: 700px) {
  #thws-nav h2 {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  #thws-nav h2 {
    font-size: 1rem;
  }
}
@media (min-width: 700px) and (min-width: 1100px) {
  #thws-nav h2 {
    font-size: 1rem;
  }
}
@media (min-width: 700px) and (min-width: 1930px) {
  #thws-nav h2 {
    font-size: 1.1rem;
  }
}
#thws-nav h2 a:hover {
  color: #fff;
}
#thws-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#thws-nav ul li {
  display: inline-block;
}
#thws-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

#department-bar {
  background-color: #000;
}

#department-navigation {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 480px) {
  #department-navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  #department-navigation {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  #department-navigation {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  #department-navigation {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1100px) {
  #department-navigation {
    height: 8rem;
  }
}
@media (min-width: 1450px) {
  #department-navigation {
    height: 9rem;
  }
}
#department-navigation .site-branding {
  width: 25%;
  max-width: 230px;
  min-width: 150px;
}
#department-navigation .site-branding h1.site-title {
  margin-bottom: 0;
}
#department-navigation .site-branding h1.site-title a {
  fill: white;
  vertical-align: middle;
}
#department-navigation .site-branding h1.site-title a :hover {
  fill: #f60;
}
#department-navigation .site-branding h1.site-title a #fgw-logo {
  position: relative;
  left: -28%;
  top: 0.2em;
  vertical-align: middle;
}
#department-navigation .site-branding h1.site-title a #fgw-logo svg #image {
  display: none;
}
@media (min-width: 700px) {
  #department-navigation .site-branding h1.site-title a #fgw-logo svg #image {
    display: block;
  }
}
#department-navigation .site-branding h1.site-title a span {
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
}
#department-navigation .site-branding .site-description {
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
  line-height: 1px;
  margin-bottom: 0;
}
#department-navigation #site-navigation {
  display: flex;
  justify-content: right;
  align-items: center;
}
#department-navigation #site-navigation .language-switcher {
  white-space: nowrap;
  display: block;
  padding-left: 3rem;
  color: #f60;
  font-family: "planarregular";
}
@media (max-width: 1200px) {
  #department-navigation #site-navigation .language-switcher {
    padding-left: 0.5rem;
  }
}
#department-navigation #site-navigation .language-switcher a {
  display: inline;
  color: #fff;
  font-family: "planarthin";
}

.home #department-navigation {
  height: 8rem;
}
@media (min-width: 1100px) {
  .home #department-navigation {
    height: 10rem;
  }
}
@media (min-width: 1450px) {
  .home #department-navigation {
    height: 12rem;
  }
}

.mega-menu-container {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 480px) {
  .mega-menu-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .mega-menu-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .mega-menu-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .mega-menu-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.site-main {
  min-height: 50vh;
}
.site-main section.title-section {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
}
@media (min-width: 480px) {
  .site-main section.title-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-main section.title-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.title-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-main section.title-section {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.title-section .title-filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-main section.study-programms {
  background-color: #f60;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.site-main section.study-programms.open {
  height: auto;
}
.site-main section.study-programms .study-programms-elements {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  row-gap: 2rem;
  grid-template-areas: "element_1" "element_2" "element_3";
}
@media (min-width: 480px) {
  .site-main section.study-programms .study-programms-elements {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-main section.study-programms .study-programms-elements {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.study-programms .study-programms-elements {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-main section.study-programms .study-programms-elements {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.site-main section.study-programms .study-programms-elements :nth-child(1) {
  grid-area: element_1;
}
.site-main section.study-programms .study-programms-elements :nth-child(2) {
  grid-area: element_2;
}
.site-main section.study-programms .study-programms-elements :nth-child(3) {
  grid-area: element_3;
}
@media (min-width: 700px) {
  .site-main section.study-programms .study-programms-elements {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "element_1 element_2" "element_3 element_3";
  }
}
@media (min-width: 1100px) {
  .site-main section.study-programms .study-programms-elements {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "element_1 element_2 element_3";
  }
}
@media (min-width: 1450px) {
  .site-main section.study-programms .study-programms-elements {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "element_1 element_2 element_3 element_3";
  }
}
.site-main section.study-programms .study-programms-elements .homepagelink a {
  display: block;
  border-bottom: none;
}
.site-main section.study-programms .study-programms-elements .homepagelink a h1 {
  font-size: 0.95rem;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a h1 {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a h1 {
    font-size: 1rem;
  }
}
@media (min-width: 1930px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a h1 {
    font-size: 1.1rem;
  }
}
.site-main section.study-programms .study-programms-elements .homepagelink a h3 {
  font-size: 0.6rem;
  line-height: 1.75;
  color: #fff;
  margin-top: 1.5em;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a h3 {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a h3 {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a h3 {
    font-size: 0.8rem;
  }
}
.site-main section.study-programms .study-programms-elements .homepagelink a .study-programms-text {
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a .study-programms-text {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a .study-programms-text {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .site-main section.study-programms .study-programms-elements .homepagelink a .study-programms-text {
    font-size: 0.8rem;
  }
}
.site-main section.study-programms .study-programms-elements .homepagelink a:hover h1, .site-main section.study-programms .study-programms-elements .homepagelink a:hover .study-programms-text {
  color: #fff;
}
.site-main section.study-programms .study-programms-elements .homepagelink a:hover h3 {
  color: #000;
}
.site-main section.study-programms .study-programms-elements .hometext-element {
  padding-right: 3rem;
  color: #000;
}
.site-main section .content-container {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 480px) {
  .site-main section .content-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-main section .content-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-main section .content-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-main section .content-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.site-main section .content-container aside {
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .site-main section .content-container aside {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .site-main section .content-container aside {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .site-main section .content-container aside {
    font-size: 0.8rem;
  }
}
.site-main section .content-container aside h1, .site-main section .content-container aside h2, .site-main section .content-container aside h3, .site-main section .content-container aside h4, .site-main section .content-container aside h5 {
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .site-main section .content-container aside h1, .site-main section .content-container aside h2, .site-main section .content-container aside h3, .site-main section .content-container aside h4, .site-main section .content-container aside h5 {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .site-main section .content-container aside h1, .site-main section .content-container aside h2, .site-main section .content-container aside h3, .site-main section .content-container aside h4, .site-main section .content-container aside h5 {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .site-main section .content-container aside h1, .site-main section .content-container aside h2, .site-main section .content-container aside h3, .site-main section .content-container aside h4, .site-main section .content-container aside h5 {
    font-size: 0.8rem;
  }
}
.site-main section .content-container aside .award-line {
  display: block;
  margin-left: 1rem;
  text-indent: -1rem;
}
.site-main section .content-container aside .award-line i {
  margin-left: 0rem;
  text-indent: 0rem;
  width: 1rem;
}
@media (min-width: 1100px) {
  .site-main section .content-container {
    display: grid;
    grid-template-columns: 3fr 6fr 3fr;
    column-gap: 1rem;
  }
  .site-main section .content-container aside {
    padding-left: 30%;
  }
}
.site-main section .content-container .headline-block {
  margin-bottom: 2rem;
}
.site-main section .content-container .headline-block h1 span {
  font-family: "planarlight";
}
.site-main section .content-container .headline-block h2 {
  font-family: "planarlight";
}
.site-main section .content-container .headline-block h1, .site-main section .content-container .headline-block h2, .site-main section .content-container .headline-block h3, .site-main section .content-container .headline-block h4 {
  padding-right: 10%;
}
.site-main section .content-container .headline-block h1 + h3 {
  margin-top: 0;
}
.site-main section .content-container .content-block .text-container {
  margin-bottom: 2rem;
}
.site-main section .content-container .content-block img {
  width: 100%;
  line-height: 0;
}
.site-main section .content-container .content-block .image-container {
  margin-bottom: 0.5rem;
}
@media (min-width: 700px) {
  .site-main section .content-container .content-block .image-container {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1100px) {
  .site-main section .content-container .content-block .image-container {
    margin-bottom: 1rem;
  }
}
.site-main section .content-container .content-block .text-container + .image-container {
  margin-top: 3rem;
}
.site-main section .content-container .content-block .image-container + .text-container {
  margin-top: 3rem;
}
.site-main section .content-container .content-block .single-image {
  line-height: 0;
}
.site-main section .content-container .content-block .double-image {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 0;
  column-gap: 0.5rem;
}
@media (min-width: 700px) {
  .site-main section .content-container .content-block .double-image {
    column-gap: 0.75rem;
  }
}
@media (min-width: 1100px) {
  .site-main section .content-container .content-block .double-image {
    column-gap: 1rem;
  }
}
.site-main section .content-container .content-block li::marker {
  content: "·  ";
}
.site-main section .content-container .sideline-block .year {
  font-family: "planarmedium";
}
.site-main section .image-gallery-strip {
  white-space: nowrap;
  overflow-x: auto;
}
.site-main section .image-gallery-strip .image-container {
  height: 50vh;
}
.site-main section .image-gallery-strip .image-container img {
  height: 50vh;
}
.site-main section.vimeo .super-vimeo {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 480px) {
  .site-main section.vimeo .super-vimeo {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-main section.vimeo .super-vimeo {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.vimeo .super-vimeo {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-main section.vimeo .super-vimeo {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.site-main section.full-image {
  position: relative;
  height: 70vw;
}
@media (min-width: 1100px) {
  .site-main section.full-image {
    height: 50vw;
  }
}
@media (min-width: 1450px) {
  .site-main section.full-image {
    height: 33.33vw;
  }
}
@media (min-width: 1930px) {
  .site-main section.full-image {
    height: 25vw;
  }
}
.site-main section.full-image img {
  width: 100vw;
  height: 70vw;
  object-fit: cover;
  object-position: 50% 35%;
}
@media (min-width: 1100px) {
  .site-main section.full-image img {
    height: 50vw;
  }
}
@media (min-width: 1450px) {
  .site-main section.full-image img {
    height: 33.33vw;
  }
}
@media (min-width: 1930px) {
  .site-main section.full-image img {
    height: 25vw;
  }
}
.site-main section.full-image .banner-content {
  position: absolute;
  width: 100%;
  bottom: 2rem;
}
.site-main section.full-image .banner-content .text-container {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 480px) {
  .site-main section.full-image .banner-content .text-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-main section.full-image .banner-content .text-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-main section.full-image .banner-content .text-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-main section.full-image .banner-content .text-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.site-main section.full-image a {
  border-bottom: none;
}
.site-main section.full-image a:hover .banner-content {
  color: #f60 !important;
}

.caption {
  display: block;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .caption {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .caption {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .caption {
    font-size: 0.8rem;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-wrapper {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-info {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 7.5px;
  opacity: 0.3;
  color: #000;
  cursor: pointer;
  text-indent: 1.5px;
  padding: 0;
  font-size: 0.6rem;
  line-height: 1.75;
  line-height: 1rem;
}
@media (min-width: 700px) {
  .image-info {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .image-info {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .image-info {
    font-size: 0.8rem;
  }
}
.image-info:before {
  content: "© ";
}
.image-info:hover {
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 5px;
}
.image-info.alert {
  color: #ff00f7;
  height: auto;
  width: auto;
  background-color: #000;
  overflow: auto;
  opacity: 1;
  text-indent: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 3rem;
  padding-bottom: 56.25%;
}
overflow:hidden .responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.responsive-embed.classic {
  padding-bottom: 75%;
}
.responsive-embed.cinema {
  padding-bottom: 41.841%;
}
.responsive-embed.cube {
  padding-bottom: 100%;
}
.responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-footer {
  background-color: #fff;
  color: #666;
  font-size: 0.6rem;
  line-height: 1.75;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 700px) {
  .site-footer {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .site-footer {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .site-footer {
    font-size: 0.8rem;
  }
}
@media (min-width: 1100px) {
  .site-footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.site-footer .site-branding {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 480px) {
  .site-footer .site-branding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-footer .site-branding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-footer .site-branding {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-footer .site-branding {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.site-footer .site-info {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
@media (min-width: 480px) {
  .site-footer .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  .site-footer .site-info {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  .site-footer .site-info {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  .site-footer .site-info {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1100px) {
  .site-footer .site-info {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.site-footer .site-info #footer-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-footer .site-info #footer-nav ul li {
  margin-left: 0;
}
.site-footer .site-info .thws-link {
  max-width: 12rem;
  fill: #666;
}
.site-footer .site-info .thws-link a:hover {
  fill: #f60;
}

section.teaser-rows {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 480px) {
  section.teaser-rows {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.teaser-rows {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.teaser-rows {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 700px) {
  section.teaser-rows {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1450px) {
  section.teaser-rows {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.teaser-rows.cascade {
  margin-top: 2rem;
  margin-bottom: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "teaser_1 teaser_1" "teaser_2 teaser_2" "teaser_3 teaser_3" "teaser_4 teaser_4" "teaser_5 teaser_5" "teaser_6 teaser_6" "teaser_7 teaser_7" "teaser_8 teaser_8" "teaser_9 teaser_9" "teaser_10 teaser_10" "teaser_11 teaser_11" "teaser_12 teaser_12" "teaser_13 teaser_13" "teaser_14 teaser_14" "teaser_15 teaser_15" "teaser_16 teaser_16" "teaser_17 teaser_17" "teaser_18 teaser_18" "teaser_19 teaser_19" "archive archive";
}
section.teaser-rows.cascade :nth-child(1) {
  grid-area: teaser_1;
}
section.teaser-rows.cascade :nth-child(2) {
  grid-area: teaser_2;
}
section.teaser-rows.cascade :nth-child(3) {
  grid-area: teaser_3;
}
section.teaser-rows.cascade :nth-child(4) {
  grid-area: teaser_4;
}
section.teaser-rows.cascade :nth-child(5) {
  grid-area: teaser_5;
}
section.teaser-rows.cascade :nth-child(6) {
  grid-area: teaser_6;
}
section.teaser-rows.cascade :nth-child(7) {
  grid-area: teaser_7;
}
section.teaser-rows.cascade :nth-child(8) {
  grid-area: teaser_8;
}
section.teaser-rows.cascade :nth-child(9) {
  grid-area: teaser_9;
}
section.teaser-rows.cascade :nth-child(10) {
  grid-area: teaser_10;
}
section.teaser-rows.cascade :nth-child(11) {
  grid-area: teaser_11;
}
section.teaser-rows.cascade :nth-child(12) {
  grid-area: teaser_12;
}
section.teaser-rows.cascade :nth-child(13) {
  grid-area: teaser_13;
}
section.teaser-rows.cascade :nth-child(14) {
  grid-area: teaser_14;
}
section.teaser-rows.cascade :nth-child(15) {
  grid-area: teaser_15;
}
section.teaser-rows.cascade :nth-child(16) {
  grid-area: teaser_16;
}
section.teaser-rows.cascade :nth-child(17) {
  grid-area: teaser_17;
}
section.teaser-rows.cascade :nth-child(18) {
  grid-area: teaser_18;
}
section.teaser-rows.cascade :nth-child(19) {
  grid-area: teaser_19;
}
section.teaser-rows.cascade .archive-link {
  padding-top: 1rem;
  grid-area: archive;
  text-align: right;
}
@media (min-width: 700px) {
  section.teaser-rows.cascade {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "teaser_1 teaser_1" "teaser_2 teaser_2" "teaser_3 teaser_3" "teaser_4 teaser_5" "teaser_6 teaser_7" "teaser_8 teaser_9" "teaser_10 teaser_11" "teaser_12 teaser_13" "teaser_14 teaser_15" "teaser_16 teaser_17" "teaser_18 teaser_19" "archive archive";
  }
}
@media (min-width: 1100px) {
  section.teaser-rows.cascade {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "teaser_1 teaser_1 teaser_1 teaser_1 teaser_1 teaser_1 teaser_2 teaser_2 teaser_2 teaser_2 teaser_2 teaser_2" "teaser_3 teaser_3 teaser_3 teaser_3 teaser_4 teaser_4 teaser_4 teaser_4 teaser_5 teaser_5 teaser_5 teaser_5" "teaser_6 teaser_6 teaser_6 teaser_6 teaser_7 teaser_7 teaser_7 teaser_7 teaser_8 teaser_8 teaser_8 teaser_8" "teaser_9 teaser_9 teaser_9 teaser_9 teaser_10 teaser_10 teaser_10 teaser_10 teaser_11 teaser_11 teaser_11 teaser_11" "teaser_12 teaser_12 teaser_12 teaser_13 teaser_13 teaser_13 teaser_14 teaser_14 teaser_14 teaser_15 teaser_15 teaser_15" "teaser_16 teaser_16 teaser_16 teaser_17 teaser_17 teaser_17 teaser_18 teaser_18 teaser_18 teaser_19 teaser_19 teaser_19" "archive archive archive archive archive archive archive archive archive archive archive archive";
  }
}
@media (min-width: 1450px) {
  section.teaser-rows.cascade {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "teaser_1 teaser_1 teaser_1 teaser_1 teaser_2 teaser_2 teaser_2 teaser_2 teaser_3 teaser_3 teaser_3 teaser_3" "teaser_4 teaser_4 teaser_4 teaser_5 teaser_5 teaser_5 teaser_6 teaser_6 teaser_6 teaser_7 teaser_7 teaser_7" "teaser_8 teaser_8 teaser_9 teaser_9 teaser_10 teaser_10 teaser_11 teaser_11 teaser_12 teaser_12 teaser_13 teaser_13" "teaser_14 teaser_14 teaser_15 teaser_15 teaser_16 teaser_16 teaser_17 teaser_17 teaser_18 teaser_18 teaser_19 teaser_19" "archive archive archive archive archive archive archive archive archive archive archive archive";
  }
}
section.teaser-rows.aktivitaeten {
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  section.teaser-rows.aktivitaeten {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows.aktivitaeten {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1450px) {
  section.teaser-rows.aktivitaeten {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1930px) {
  section.teaser-rows.aktivitaeten {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
section.teaser-rows.arbeiten {
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  section.teaser-rows.arbeiten {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows.arbeiten {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1450px) {
  section.teaser-rows.arbeiten {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.teaser-rows.suche {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 700px) {
  section.teaser-rows.suche {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows.suche {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1450px) {
  section.teaser-rows.suche {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
section.teaser-rows.suche .teaser header {
  height: 6em !important;
}
@media (min-width: 700px) {
  section.teaser-rows {
    gap: 0.75rem;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows {
    gap: 1rem;
  }
}
section.teaser-rows a.homepagelink {
  border-bottom: none;
  padding: 4% 6%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1100px) {
  section.teaser-rows a.homepagelink {
    padding: 4% 6%;
  }
}
section.teaser-rows a.homepagelink h3 {
  margin-top: 0;
}
section.teaser-rows a.homepagelink:hover {
  color: #fff !important;
  background-color: #000 !important;
  background-image: none !important;
}
section.teaser-rows .teaser {
  aspect-ratio: 1/1;
  display: flex;
}
section.teaser-rows .teaser a {
  display: block;
  position: relative;
  border-bottom: none;
  width: 100%;
}
section.teaser-rows .teaser a .thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}
section.teaser-rows .teaser a .thumbnail-wrapper img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  object-fit: cover;
}
section.teaser-rows .teaser a .text-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 4% 6%;
}
@media (min-width: 1100px) {
  section.teaser-rows .teaser a .text-wrapper {
    padding: 6% 6%;
  }
}
section.teaser-rows .teaser a .text-wrapper header {
  overflow: hidden;
  height: 3.3em;
  transition: height 0.3s;
}
@media (min-width: 1100px) {
  section.teaser-rows .teaser a .text-wrapper header {
    height: 3.8em;
    transition: height 0.3s;
  }
}
section.teaser-rows .teaser a .text-wrapper header p {
  line-height: 1.3;
  margin-bottom: 0.2em;
}
section.teaser-rows .teaser a .text-wrapper header h2, section.teaser-rows .teaser a .text-wrapper header h3 {
  font-size: 0.95rem;
  line-height: 1.5;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.2em;
}
@media (min-width: 700px) {
  section.teaser-rows .teaser a .text-wrapper header h2, section.teaser-rows .teaser a .text-wrapper header h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows .teaser a .text-wrapper header h2, section.teaser-rows .teaser a .text-wrapper header h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1930px) {
  section.teaser-rows .teaser a .text-wrapper header h2, section.teaser-rows .teaser a .text-wrapper header h3 {
    font-size: 1.1rem;
  }
}
section.teaser-rows .teaser a .text-wrapper header h2 strong, section.teaser-rows .teaser a .text-wrapper header h3 strong {
  font-weight: 400;
  font-family: "planarlight";
  opacity: 0.9;
  white-space: nowrap;
}
section.teaser-rows .teaser a .text-wrapper .teaser-content {
  transition: height 0.3s;
  font-size: 0.6rem;
  line-height: 1.75;
  height: 0;
  line-height: 1.2;
  overflow: hidden;
}
@media (min-width: 700px) {
  section.teaser-rows .teaser a .text-wrapper .teaser-content {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  section.teaser-rows .teaser a .text-wrapper .teaser-content {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  section.teaser-rows .teaser a .text-wrapper .teaser-content {
    font-size: 0.8rem;
  }
}
@media (min-width: 1450px) {
  section.teaser-rows .teaser a:hover .text-wrapper header {
    height: 6rem;
    overflow: auto;
  }
  section.teaser-rows .teaser a:hover .text-wrapper header.teaser-head-arbeiten {
    height: 5em;
  }
  section.teaser-rows .teaser a:hover .text-wrapper .teaser-content {
    height: 5rem;
    overflow: auto;
  }
}
section.teaser-rows .teaser a .award-star {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
}

section.calendar-line {
  background-color: #000;
  color: #ddd;
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow-x: auto;
  overflow-y: hidden;
}
section.calendar-line .calendar-line-head {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
}
@media (min-width: 480px) {
  section.calendar-line .calendar-line-head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.calendar-line .calendar-line-head {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.calendar-line .calendar-line-head {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.calendar-line .calendar-line-head {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
section.calendar-line .calendar-line-head h3 {
  margin-bottom: 0;
}
section.calendar-line .termine {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  min-width: 1440px;
}
@media (min-width: 480px) {
  section.calendar-line .termine {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.calendar-line .termine {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.calendar-line .termine {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.calendar-line .termine {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
section.calendar-line .termine .termin-container {
  position: relative;
  padding-bottom: 2rem;
}
section.calendar-line .termine .termin-container h2.termin-date {
  grid-area: termin-date;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "planarlight";
  margin-bottom: 0;
}
@media (min-width: 700px) {
  section.calendar-line .termine .termin-container h2.termin-date {
    font-size: 1.6rem;
  }
}
@media (min-width: 1100px) {
  section.calendar-line .termine .termin-container h2.termin-date {
    font-size: 1.8rem;
  }
}
@media (min-width: 1930px) {
  section.calendar-line .termine .termin-container h2.termin-date {
    font-size: 2rem;
  }
}
section.calendar-line .termine .termin-container h2.termin-date span {
  display: none;
}
section.calendar-line .termine .termin-container p {
  grid-area: termin-info;
  font-weight: 400;
  font-family: "planarlight";
  padding-right: 1rem;
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  section.calendar-line .termine .termin-container p {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  section.calendar-line .termine .termin-container p {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  section.calendar-line .termine .termin-container p {
    font-size: 0.8rem;
  }
}
section.calendar-line .termine .termin-container p .sub {
  opacity: 0.7;
}
section.calendar-line .termine .termin-container p a {
  color: #fff;
}
section.calendar-line .termine .termin-container form {
  position: absolute;
  bottom: 0;
}
section.calendar-line .termine .termin-container form button {
  grid-area: add-to;
}

section.kurs-list {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 480px) {
  section.kurs-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.kurs-list {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.kurs-list {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.kurs-list {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
section.kurs-list .class-line {
  font-size: 0.6rem;
  line-height: 1.75;
  display: grid;
  column-gap: 1rem;
  margin-bottom: 5rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "type description description" "area description description" "date description description" "date teacher teacher";
}
@media (min-width: 700px) {
  section.kurs-list .class-line {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  section.kurs-list .class-line {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  section.kurs-list .class-line {
    font-size: 0.8rem;
  }
}
section.kurs-list .class-line .class-type {
  grid-area: type;
}
section.kurs-list .class-line .class-area {
  grid-area: area;
}
section.kurs-list .class-line .class-description {
  font-size: 0.95rem;
  line-height: 1.5;
  grid-area: description;
}
@media (min-width: 700px) {
  section.kurs-list .class-line .class-description {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  section.kurs-list .class-line .class-description {
    font-size: 1rem;
  }
}
@media (min-width: 1930px) {
  section.kurs-list .class-line .class-description {
    font-size: 1.1rem;
  }
}
section.kurs-list .class-line .class-description h3 {
  margin-bottom: 0.5rem;
}
section.kurs-list .class-line .class-description h3 span.international {
  font-size: 0.6rem;
  line-height: 1.75;
  font-weight: 400;
  font-family: "planarlight";
  display: inline-block;
  position: relative;
}
@media (min-width: 700px) {
  section.kurs-list .class-line .class-description h3 span.international {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  section.kurs-list .class-line .class-description h3 span.international {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  section.kurs-list .class-line .class-description h3 span.international {
    font-size: 0.8rem;
  }
}
section.kurs-list .class-line .class-description h3 span.international i {
  color: #f60;
}
section.kurs-list .class-line .class-description h3 span.international span {
  display: none;
}
section.kurs-list .class-line .class-description h3 span.international:hover span {
  display: block;
  position: absolute;
  white-space: nowrap;
  background-color: #f60;
  border-radius: 0.5rem;
  line-height: 1;
  padding: 0.5rem;
  top: -2rem;
}
section.kurs-list .class-line .class-description p {
  margin-bottom: 0.5rem;
}
section.kurs-list .class-line .class-teacher {
  grid-area: teacher;
}
section.kurs-list .class-line .class-date {
  grid-area: date;
}
@media (min-width: 1100px) {
  section.kurs-list .class-line {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "type description description teacher date" "area description description teacher date";
  }
}
@media (min-width: 1450px) {
  section.kurs-list .class-line {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "type area description description teacher date";
  }
}

section.termin-list .termin-container {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 2fr 5fr 1fr;
  min-height: 3rem;
  margin-bottom: 3rem;
}
section.termin-list .termin-container h3 {
  margin-top: 0;
}
section.termin-list .termin-container h3 span.year {
  font-family: "planarmedium";
}
section.termin-list .termin-container form {
  text-align: right;
}

section.download-list {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  column-gap: 6rem;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  section.download-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.download-list {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.download-list {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.download-list {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1100px) {
  section.download-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1450px) {
  section.download-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.download-list .text-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.download-list .text-container .download {
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
section.download-list .text-container .download i {
  font-size: 1.2rem;
  position: absolute;
  left: -1.5rem;
  top: 1.2rem;
}

.slick-prev {
  left: 1rem !important;
  z-index: 9999;
}

.slick-next {
  right: 1rem !important;
  z-index: 9999;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  line-height: 1;
  opacity: 0.75;
  color: #000;
}

section.image-gallery #slider-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
section.image-gallery .slick-slide {
  margin: 0px 0.25rem;
}
@media (min-width: 700px) {
  section.image-gallery .slick-slide {
    margin: 0px 0.325rem;
  }
}
@media (min-width: 1100px) {
  section.image-gallery .slick-slide {
    margin: 0px 0.5rem;
  }
}
section.image-gallery .slick-slide img {
  height: 400px;
  width: auto;
}
@media (min-width: 1100px) {
  section.image-gallery .slick-slide img {
    height: 470px;
  }
}
@media (min-width: 1450px) {
  section.image-gallery .slick-slide img {
    height: 540px;
  }
}
@media (min-width: 1930px) {
  section.image-gallery .slick-slide img {
    height: 610px;
  }
}
section.image-gallery.horizontal .slick-slide img {
  height: 400px;
}
@media (min-width: 1100px) {
  section.image-gallery.horizontal .slick-slide img {
    height: 420px;
  }
}
@media (min-width: 1450px) {
  section.image-gallery.horizontal .slick-slide img {
    height: 440px;
  }
}
@media (min-width: 1930px) {
  section.image-gallery.horizontal .slick-slide img {
    height: 460px;
  }
}

section.arbeiten-slider {
  background-color: #96A094;
}
section.arbeiten-slider #slider-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
section.arbeiten-slider .slick-slide {
  margin: 0px;
}
section.arbeiten-slider .slick-slide .image-container img {
  object-fit: cover;
  object-position: 50% 35%;
  height: 400px;
  width: 100%;
}
@media (min-width: 1100px) {
  section.arbeiten-slider .slick-slide .image-container img {
    height: 400px;
  }
}
@media (min-width: 1450px) {
  section.arbeiten-slider .slick-slide .image-container img {
    height: 550px;
  }
}
@media (min-width: 1930px) {
  section.arbeiten-slider .slick-slide .image-container img {
    height: 700px;
  }
}
section.arbeiten-slider .slick-slide .slide-text-container {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 6rem;
}
@media (min-width: 480px) {
  section.arbeiten-slider .slick-slide .slide-text-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.arbeiten-slider .slick-slide .slide-text-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.arbeiten-slider .slick-slide .slide-text-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.arbeiten-slider .slick-slide .slide-text-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name {
  position: relative;
  display: flex;
  align-items: center;
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .cats {
  display: block;
  padding-top: 0;
  margin-top: 0;
  font-size: 0.6rem;
  line-height: 1.75;
  color: #5F665E;
}
@media (min-width: 700px) {
  section.arbeiten-slider .slick-slide .slide-text-container .title-name .cats {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  section.arbeiten-slider .slick-slide .slide-text-container .title-name .cats {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  section.arbeiten-slider .slick-slide .slide-text-container .title-name .cats {
    font-size: 0.8rem;
  }
}
@media (min-width: 700px) {
  section.arbeiten-slider .slick-slide .slide-text-container .title-name .cats {
    display: none;
  }
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .award-list {
  padding-right: 2rem;
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .award-list .award {
  display: inline-block;
  position: relative;
  letter-spacing: -0.7rem;
  font-size: 2;
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .award-list .award i {
  color: #5F665E;
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .award-list .award i::before {
  text-shadow: -1px 0px 2px rgba(0, 0, 0, 0.1);
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .award-list .award span {
  display: none;
}
section.arbeiten-slider .slick-slide .slide-text-container .title-name .award-list .award:hover span {
  position: absolute;
}
section.arbeiten-slider .slick-slide .slide-text-container .cats {
  display: none;
  font-size: 0.6rem;
  line-height: 1.75;
  color: #5F665E;
}
@media (min-width: 700px) {
  section.arbeiten-slider .slick-slide .slide-text-container .cats {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  section.arbeiten-slider .slick-slide .slide-text-container .cats {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  section.arbeiten-slider .slick-slide .slide-text-container .cats {
    font-size: 0.8rem;
  }
}
@media (min-width: 700px) {
  section.arbeiten-slider .slick-slide .slide-text-container .cats {
    display: block;
  }
}
section.arbeiten-slider .slick-dots {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
section.arbeiten-slider .slick-prev {
  display: none !important;
}
@media (min-width: 1450px) {
  section.arbeiten-slider .slick-prev {
    display: block !important;
    left: 1rem !important;
    z-index: 9999;
    top: unset;
    bottom: 2rem;
  }
}
section.arbeiten-slider .slick-next {
  display: none !important;
}
@media (min-width: 1450px) {
  section.arbeiten-slider .slick-next {
    display: block !important;
    right: 1rem !important;
    z-index: 9999;
    top: unset;
    bottom: 2rem;
  }
}
section.arbeiten-slider .slick-prev:before,
section.arbeiten-slider .slick-next:before {
  font-family: "slick";
  font-size: 1.5rem;
  line-height: 1;
  top: unset;
  bottom: 2rem;
  opacity: 0.75;
  color: #000;
}

section.pagination {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 480px) {
  section.pagination {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  section.pagination {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  section.pagination {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  section.pagination {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
section.pagination nav.pagination ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
section.pagination nav.pagination ul.pagination li {
  display: inline-block;
}
section.pagination nav.pagination ul.pagination li .current {
  font-family: "planarmedium";
  display: block;
  padding: 10px;
}
section.pagination nav.pagination ul.pagination li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  border-bottom: none;
}
section.pagination nav.pagination ul.pagination li a :hover {
  color: #f60;
}

form .gform-body fieldset {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 1.5rem;
}
form .gform-body fieldset legend {
  margin-bottom: 1rem;
}
form .gform-body fieldset legend .gfield_required {
  font-size: 0.6rem;
  line-height: 1.75;
  padding-left: 0.2rem;
}
@media (min-width: 700px) {
  form .gform-body fieldset legend .gfield_required {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  form .gform-body fieldset legend .gfield_required {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  form .gform-body fieldset legend .gfield_required {
    font-size: 0.8rem;
  }
}
form .gform-body fieldset label {
  font-size: 0.6rem;
  line-height: 1.75;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 700px) {
  form .gform-body fieldset label {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  form .gform-body fieldset label {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  form .gform-body fieldset label {
    font-size: 0.8rem;
  }
}
form .gform-body fieldset .gfield {
  margin-bottom: 1.5rem;
}
form .gform_button {
  margin-top: 2rem;
}
form .gfield {
  margin-top: 2rem;
}
form .gfield_description,
form .gsection_description {
  margin-top: 2rem;
}
form label {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  display: block;
}

h2.gform_submission_error {
  font-size: 0.6rem;
  line-height: 1.75;
  color: #f60;
}
@media (min-width: 700px) {
  h2.gform_submission_error {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  h2.gform_submission_error {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  h2.gform_submission_error {
    font-size: 0.8rem;
  }
}

.gform_required_legend {
  display: none;
}

.gfield_validation_message {
  font-size: 0.6rem;
  line-height: 1.75;
  color: #f60;
}
@media (min-width: 700px) {
  .gfield_validation_message {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .gfield_validation_message {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .gfield_validation_message {
    font-size: 0.8rem;
  }
}

.mini-kurs-listing .kurs-info {
  margin-bottom: 3rem;
}

section.title-section form input.search-field {
  width: 100%;
  border-radius: 1.5rem;
  background-image: url("assets/icons/search-icon.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: 1rem center;
  padding-left: 3rem;
  height: 3rem;
  line-height: 3rem;
}
section.title-section form input.search-submit {
  display: none;
}

.publication {
  grid-area: publication;
  display: grid;
  column-gap: 1rem;
  row-gap: 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto 1fr auto auto;
  align-content: start;
  grid-template-areas: "book_cover title" "book_cover date" "book_cover authors" "book_cover link" "book_content book_content";
}
.publication .book-cover {
  grid-area: book_cover;
}
.publication .title {
  grid-area: title;
  margin-bottom: 0;
}
.publication .date {
  grid-area: date;
}
.publication .authors {
  grid-area: authors;
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .publication .authors {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .publication .authors {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .publication .authors {
    font-size: 0.8rem;
  }
}
@media (min-width: 1100px) {
  .publication .authors {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
@media (min-width: 1100px) and (min-width: 700px) {
  .publication .authors {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) and (min-width: 1100px) {
  .publication .authors {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) and (min-width: 1930px) {
  .publication .authors {
    font-size: 1.1rem;
  }
}
.publication .link {
  grid-area: link;
  font-size: 0.6rem;
  line-height: 1.75;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 700px) {
  .publication .link {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  .publication .link {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  .publication .link {
    font-size: 0.8rem;
  }
}
.publication .link a {
  white-space: nowrap;
}
.publication .book-content {
  grid-area: book_content;
  padding-top: 1rem;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding-inline-start: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
li > ul li::marker,
li > ol li::marker {
  color: #000;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

li {
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-left: 1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  border-bottom: 0.5px solid #f60;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #f60;
  border-bottom: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.button {
  color: #fff;
}

/* Forms
--------------------------------------------- */
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #000;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1;
  padding: 0.6em 1em 0.8em;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #f60;
  background: #f60;
  color: #000;
}
button:active, button:focus,
.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button.calendar {
  border-color: #f60;
  background: #f60;
  color: #fff;
  padding: 0.3em 0.5em 0.4em;
  height: auto;
}
button.calendar:hover {
  border-color: #f60;
  background: #f60;
  color: #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.5rem;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline: none;
}

select {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.5rem;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  appearance: none;
}
select:focus {
  color: #111;
  outline: none;
}

textarea {
  width: 100%;
}

/*----*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  padding-left: 1rem;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  border-bottom: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

nav.secondary-nav {
  display: block;
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 480px) {
  nav.secondary-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 700px) {
  nav.secondary-nav {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1100px) {
  nav.secondary-nav {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1450px) {
  nav.secondary-nav {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
nav.secondary-nav .secondary-nav-elements {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
nav.secondary-nav .secondary-nav-elements .sub-site-title {
  font-family: "planarmedium";
}
nav.secondary-nav .secondary-nav-elements .sub-site-title .sub {
  font-family: "planarlight";
}
@media (min-width: 1100px) {
  nav.secondary-nav .secondary-nav-elements .sub-site-title .sub {
    display: none;
  }
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper {
  display: none;
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
  list-style: none;
  margin: 0;
  font-size: 0.6rem;
  line-height: 1.75;
}
@media (min-width: 700px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 0.65rem;
  }
}
@media (min-width: 1100px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 0.7rem;
  }
}
@media (min-width: 1930px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 0.8rem;
  }
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul li {
  margin: 0;
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul li.current-menu-item a {
  color: #f60;
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul li.current-menu-item a:hover {
  color: #f60;
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul li a {
  border-bottom: none;
  padding: 1rem;
  display: block;
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul li:first-child a {
  padding-left: 0;
}
nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul li:last-child a {
  padding-right: 0;
}
@media (min-width: 1100px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper {
    display: block;
  }
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1450px) {
  nav.secondary-nav .secondary-nav-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 0.95rem;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1450px) and (min-width: 700px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 1rem;
  }
}
@media (min-width: 1450px) and (min-width: 1100px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 1rem;
  }
}
@media (min-width: 1450px) and (min-width: 1930px) {
  nav.secondary-nav .secondary-nav-elements .sub-nav-wrapper ul {
    font-size: 1.1rem;
  }
}

#helferlein {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  background-color: #000;
  padding: 2rem 3rem 3rem 2rem;
  color: #fff;
  border-top-left-radius: 1rem;
  max-height: 90vh;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
#helferlein #close-me,
#helferlein #open-me {
  padding-bottom: 3rem;
}
#helferlein #open-me {
  display: block;
}
#helferlein #close-me {
  display: none;
}
#helferlein .filtermenu ul {
  list-style: none;
}
#helferlein .filtermenu ul li {
  margin-bottom: 1rem;
}
#helferlein .filtermenu ul li.sub-nav-title {
  font-size: 0.95rem;
  line-height: 1.5;
  font-family: "planarmedium";
  letter-spacing: 0.02em;
}
@media (min-width: 700px) {
  #helferlein .filtermenu ul li.sub-nav-title {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  #helferlein .filtermenu ul li.sub-nav-title {
    font-size: 1rem;
  }
}
@media (min-width: 1930px) {
  #helferlein .filtermenu ul li.sub-nav-title {
    font-size: 1.1rem;
  }
}
#helferlein .filtermenu ul li a {
  border-bottom: none;
  color: #fff;
}
#helferlein .filtermenu ul li a:hover {
  color: #f60;
}
#helferlein .filtermenu ul li.active a {
  color: #f60;
}

#helferlein.open {
  height: 70vh;
  width: 70vw;
  padding: 3rem;
  overflow: auto;
}
@media (min-width: 1100px) {
  #helferlein.open {
    padding: 4rem;
    width: 55vw;
  }
}
@media (min-width: 1450px) {
  #helferlein.open {
    padding: 5rem;
    width: 35vw;
  }
}
@media (min-width: 1930px) {
  #helferlein.open {
    padding: 6rem;
    width: 20vw;
  }
}
#helferlein.open #open-me {
  display: none;
}
#helferlein.open #close-me {
  display: block;
}

.current-filter {
  background-color: #f60;
  border-radius: 0.5rem;
  padding: 0.3rem 0.6rem;
  color: #fff;
}
.current-filter:hover {
  color: #000;
}
.current-filter:hover i {
  color: #fff;
}

li.mega-current-menu-ancestor > a,
li.mega-current_page_ancestor > a,
li.mega-current-menu-item > a {
  color: #f60 !important;
}

.language-switcher {
  font-family: "planarmedium";
  color: black;
}
.language-switcher a {
  font-family: "planarlight";
}
.language-switcher a:hover {
  color: white;
}

.mega-menu {
  background-color: aqua;
}

@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + ul#mega-menu-menu-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 480px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + ul#mega-menu-menu-1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 700px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + ul#mega-menu-menu-1 {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + ul#mega-menu-menu-1 li.mega-menu-item {
    margin-left: 0;
    padding: 0;
    font-family: "planarmedium";
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + ul#mega-menu-menu-1 li.mega-menu-item a.mega-menu-link {
    padding-left: 0;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + ul#mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu {
    font-family: "planarlight";
    padding: 1rem;
    padding-left: 0;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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