@charset "UTF-8";
/* 1. LAYOUT
 * ========================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
    HELPERS-INDEX
\*------------------------------------*/
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
/* 1. BRAND */
/* beige */
/* mint */
/* 2. FONTS & TYPO */
/* 3. Z-LEVEL */
/* 4. MARGINS & PADDINGS */
/*------------------------------------*\
    HELPERS-INDEX
\*------------------------------------*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/* HIDE SCROLLBAR */
/*------------------------------------*\
    MEDIA-QUERY MIXINX
\*------------------------------------*/
/*------------------------------------*\
    1. DEFAULT BOX-SIZING
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------------------*\
    2. BASE
\*------------------------------------*/
html {
  height: -webkit-fill-available;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* hide scrollbar */
}
html::-webkit-scrollbar {
  display: none;
}
html ::selection {
  background-color: #8bffb4;
}

body {
  display: flex;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  transition: background-color 5s ease;
}

#main-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
#main-wrapper #content-wrapper {
  flex: 1 auto;
  margin: 0 auto;
  padding: 2vw 0;
  width: 85vw;
  z-index: 2001;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #main-wrapper #content-wrapper {
    width: 60vw;
  }
}

/* NAVIGATION-OPENED */
@media only screen and (max-width: 767px) {
  .nav-opened #logo,
  .nav-opened #content-wrapper {
    opacity: 0 !important;
  }
}
/*------------------------------------*\
    1. FONTS
\*------------------------------------*/
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("../fonts/neueHaasGrotesk.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Pro";
  src: url("../fonts/NHaasGroteskDSPro-95Blk.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Annonce";
  src: url("../fonts/annonceRegular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/*------------------------------------*\
    1. BASIC TYPO
\*------------------------------------*/
html {
  color: rgb(22, 22, 22);
  font-family: "Neue Haas Grotesk", serif;
  font-size: 4.125vw;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 2.375vw;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  html {
    font-size: 1.5vw;
  }
}

body {
  color: black;
  font-size: 1rem;
  font-weight: 300;
  hyphens: auto;
  line-height: 1.275;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0;
  padding: 0 0 0.75rem;
}

strong, b {
  font-weight: 300;
}

.intro {
  font-family: "Neue Haas Grotesk Pro", serif;
  font-weight: 300;
  font-size: 1.05rem;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .intro {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }
}
.intro > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*------------------------------------*\
    3. TITLE
\*------------------------------------*/
h1, .title-h1, h2, .title-h2 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.05;
  margin: 0 0 0.5rem;
  padding: 0;
}

a h1, a h2, a h3, a h4, a h5 {
  text-decoration: none;
}
a h1:hover, a h1:focus, a h2:hover, a h2:focus, a h3:hover, a h3:focus, a h4:hover, a h4:focus, a h5:hover, a h5:focus {
  color: rgb(22, 22, 22);
}

h1, .title-h1 {
  font-family: "Neue Haas Grotesk Pro", serif;
  font-weight: 300;
  margin: 0 0 0;
  text-transform: uppercase;
}

h2, .title-h2 {
  font-family: "Neue Haas Grotesk", serif;
  margin: 1rem 0 0.25rem;
  padding-left: 1.5rem;
}

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: rgb(22, 22, 22);
  text-decoration: underline;
  outline: none;
}

/*------------------------------------*\
    5. BUTTONS
\*------------------------------------*/
button {
  background-color: rgb(22, 22, 22);
  border-radius: 0;
  border: 2px solid rgb(22, 22, 22);
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: "Neue Haas Grotesk Pro", serif;
  font-weight: 100;
  opacity: 0.7125;
  padding: 0.25rem 0.5rem;
  outline: none;
  transition: 100ms opacity linear;
}
button:hover, button:focus {
  outline: none;
}
button.active {
  opacity: 1;
}
button:hover, button:focus {
  opacity: 1;
}

/*------------------------------------*\
    6. LISTS
\*------------------------------------*/
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* CONTENT-LISTS */
main ul li {
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  position: relative;
}
main ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}

/*------------------------------------*\
    7. HELPERS
\*------------------------------------*/
.no-margin-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-underline {
  text-decoration: none !important;
}

/*------------------------------------*\
    1. IMAGES & FIGURE
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
img.border {
  border: 1px solid rgb(22, 22, 22);
}

figure {
  max-width: 100%;
  margin: 0;
  padding: 0.75rem 0 1rem;
}
figure figcaption {
  display: inline-block;
  padding: 0.55rem 0;
  text-transform: uppercase;
  text-align: right;
  font-weight: 500;
  width: 100%;
}

/*------------------------------------*\
    1. IFRAME
\*------------------------------------*/
iframe {
  max-width: 100%;
}

/*------------------------------------*\
    1. FORMS
\*------------------------------------*/
form {
  position: relative;
}

input {
  line-height: normal;
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
textarea {
  background-color: #d3c71e;
  border-radius: 0;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  color: rgb(22, 22, 22);
  display: block;
  font-family: "Neue Haas Grotesk", serif;
  font-weight: 300;
  margin-bottom: 0.625rem;
  padding: 0.425rem 0.5rem 0.35rem;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=date]:active,
input[type=date]:focus,
textarea:active,
textarea:focus {
  outline: none !important;
}

label {
  display: block;
}

select {
  border: 1px solid #fbf6ed;
  box-shadow: none;
  display: block;
  font-family: "Neue Haas Grotesk", serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1rem;
  transition: all 0.55s ease;
  width: 100%;
}

textarea {
  font-family: rgb(22, 22, 22);
  font-family: "Neue Haas Grotesk", serif;
  height: 6.75rem;
}

input[type=submit] {
  background-color: #8bffb4;
  border-radius: 0;
  border: 0;
  box-shadow: 0;
  color: rgb(22, 22, 22);
  cursor: pointer;
  display: inline-block;
  font-weight: 500 !important;
  font-size: 1.125rem;
  font-family: "Neue Haas Grotesk", serif;
  line-height: 1;
  text-align: left;
  padding: 0.7rem 0.5rem 0.75rem;
  transition: all 0.55s ease;
  width: auto;
  width: 100%;
  -webkit-appearance: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}

/* CHECKBOX WRAPPER */
.checkbox-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.checkbox-wrapper .checkbox-title {
  display: block;
  margin-bottom: 0.5rem;
}
.checkbox-wrapper .wpcf7-list-item {
  display: block;
  margin-bottom: 0.25rem !important;
}
.checkbox-wrapper .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.checkbox-wrapper .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox-wrapper .wpcf7-list-item input[type=checkbox]:checked + *:before {
  background-color: rgb(22, 22, 22);
  font-weight: 900;
}
.checkbox-wrapper .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  /* SQUARE */
}
.checkbox-wrapper .wpcf7-list-item .wpcf7-list-item-label:before {
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  flex: 0 0 1rem;
  height: 1rem;
  margin-top: 0.125rem !important;
  padding: 0;
  margin-right: 0.25rem;
}

/* QUIZ-WRAPPER */
.quiz-wrapper {
  margin-top: 1rem;
}
.quiz-wrapper input {
  margin-bottom: 0;
}

/* SUBMIT WRAPPER - button right and "pflichtfelder" left */
.submit-wrapper {
  display: flex;
}

/* PLACEHOLDER */
input::placeholder {
  color: rgb(22, 22, 22);
  font-size: 1;
  line-height: 1;
  opacity: 1;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(22, 22, 22);
  font-size: 1;
  line-height: 1;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(22, 22, 22);
  font-size: 1;
  line-height: 1;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(22, 22, 22);
  font-size: 1;
  line-height: 1;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgb(22, 22, 22);
  font-size: 1;
  line-height: 1;
  opacity: 1;
}

/* CONTACT-FORM 7 OVERRIDES */
.wpcf7 {
  /* Honey-Pot */
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none !important;
  display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  margin-top: -0.45rem;
  margin-bottom: 0.75rem;
  font-weight: 100;
}
.wpcf7 .wpcf7-response-output {
  background-color: rgb(22, 22, 22);
  border: 0 !important;
  color: rgb(255, 255, 255);
  font-size: 0.85rem;
  margin: 1rem 0 0 !important;
  padding: 0.25rem 0.5rem !important;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  border: 1px solid #fbf6ed;
  font-size: 1rem;
  padding: 0.5rem 2rem !important;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #fbf6ed;
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  padding: 0.35rem 2rem;
}
.wpcf7 span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.wpcf7 .important-fields {
  display: none !important;
}

/*------------------------------------*\
    1. LINE
\*------------------------------------*/
hr {
  background: #fbf6ed;
  border: none;
  margin: 4rem auto 4.75rem;
  height: 1px;
  width: 75%;
}

/* 2. VIEWS
 * ========================================================================== */
/*------------------------------------*\
    1. FRONT-PAGE
\*------------------------------------*/
.home .image {
  margin-bottom: 1.75rem;
}

/*------------------------------------*\
    1. PAGE
\*------------------------------------*/
.page-template-default {
  background-color: #fbf6ed;
}
.page-template-default #content-wrapper .desc {
  display: flex;
  flex-direction: column;
  font-size: 1.75;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .page-template-default #content-wrapper .desc {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-default #content-wrapper .desc > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-default #content-wrapper .desc > div {
    width: 48.75%;
  }
  .page-template-default #content-wrapper .desc > div > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .page-template-default #content-wrapper .desc > div > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-template-default #content-wrapper .image {
  line-height: 0;
  margin-top: 1rem;
}
.page-template-default #content-wrapper .image img {
  width: 100%;
}

/*------------------------------------*\
    1. MEMBER-PAGE
    1.1 MEMBER ITEM
    1.2 MEMBER DETAILS
\*------------------------------------*/
.page-template-members {
  background-color: #8bffb4;
}
.page-template-members #content-wrapper {
  margin-top: 2vw !important;
  /* MEMBERS-WRAPPER */
  /* opened */
}
.page-template-members #content-wrapper main > .inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.page-template-members #content-wrapper #members {
  display: grid;
  gap: 0.35rem 0.35rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-members #content-wrapper #members {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-members #content-wrapper #members {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-members #content-wrapper #members .member-item {
  background-color: #fbf6ed;
  padding: 0.75rem;
  cursor: pointer;
  height: 11.75rem;
}
@media only screen and (min-width: 768px) {
  .page-template-members #content-wrapper #members .member-item {
    height: 11rem;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-members #content-wrapper #members .member-item {
    height: 10rem;
  }
}
.page-template-members #content-wrapper #members .member-item.active {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}
.page-template-members #content-wrapper #members .member-item .details {
  display: none;
}
.page-template-members #content-wrapper #member-information .member {
  background-color: #fbf6ed;
  display: none;
  margin-left: auto;
  opacity: 1;
  overflow: visible;
  position: fixed;
  top: 3.5rem;
  bottom: 4vw;
  left: 50%;
  width: 85vw;
  transform: translateX(-50%);
  z-index: 2001;
}
@media only screen and (min-width: 768px) {
  .page-template-members #content-wrapper #member-information .member {
    top: 4vw;
    width: 60vw;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-members #content-wrapper #member-information .member {
    width: 40vw;
  }
}
.page-template-members #content-wrapper #member-information .member .member-inner {
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* hide scrollbar */
}
.page-template-members #content-wrapper #member-information .member .member-inner::-webkit-scrollbar {
  display: none;
}
.page-template-members #content-wrapper #member-information .member .member-inner #member-content {
  overflow-x: hidden;
}
.page-template-members #content-wrapper #member-information .member .member-inner #member-content .text-wrapper {
  padding: 1rem;
}
.page-template-members #content-wrapper #member-information .member .member-inner #member-content .text-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.page-template-members #content-wrapper #member-information .member .member-inner #member-content .text-wrapper > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-members #content-wrapper #member-information .background-overlay {
  background-color: rgba(139, 255, 180, 0);
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(0.325rem);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: 200ms opacity linear;
  z-index: -1;
}
.page-template-members #content-wrapper #member-information.opened .member {
  display: block;
}
.page-template-members #content-wrapper #member-information.opened .background-overlay {
  opacity: 1;
  pointer-events: all;
  z-index: 1001;
}

/* 1.1 MEMBER ITEM */
.page-template-members .member-item .preview .title {
  display: flex;
  flex-direction: column;
}
.page-template-members .member-item .preview .title .person {
  font-family: "Neue Haas Grotesk Pro", serif;
  font-size: 0.9125rem;
  margin-bottom: 0.1rem;
}
.page-template-members .member-item .preview .title .function {
  font-size: 0.875rem;
  line-height: 1.2;
}

/* 1.2 MEMBER DETAILS */
#member-information .title-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
#member-information .title-wrapper .title {
  font-family: "Neue Haas Grotesk Pro", serif;
  margin-top: 0;
  padding-left: 0;
}
#member-information .link {
  display: flex;
  flex-direction: column;
}
#member-information .projects .title {
  font-family: "Neue Haas Grotesk Pro", serif;
  font-size: 0.925rem;
  padding-left: 0;
}
#member-information .projects .image-item {
  display: flex;
  flex-direction: column;
}
#member-information .projects .image-item .image-caption {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  text-align: right;
}

/* 1.3 BODY-CLASS */
body.member-opened {
  overflow: hidden;
}
body.member-opened #main-header,
body.member-opened #main-navigation {
  opacity: 0 !important;
}
body.member-opened #content-wrapper {
  z-index: 5001 !important;
}
body.member-opened #content-wrapper #members {
  opacity: 0;
}

/*------------------------------------*\
    1. CURRENT (AKTUELLES - PAGE ID 55)
\*------------------------------------*/
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  .page-id-55 .intro {
    width: 75%;
  }
}

/*------------------------------------*\
    1. TDOT - TAG DER OFFNEN TÜR
\*------------------------------------*/
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-tdot #logo .logo-mobile {
    display: none;
  }
}
.page-template-tdot #logo .logo-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-tdot #logo .logo-desktop {
    display: block;
  }
}
.page-template-tdot #intro {
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-tdot #intro .mobile-event-meta {
    display: none;
  }
}
.page-template-tdot #buttons {
  display: flex;
  flex-direction: row;
}
.page-template-tdot #buttons button:first-child {
  margin-right: 0.35rem;
}
.page-template-tdot #programm {
  margin-top: 1rem;
}
.page-template-tdot #programm .tdot-item {
  background-color: #fbf6ed;
  margin-bottom: 1.125rem;
  cursor: pointer;
  padding: 0.75rem 0.75rem 0.875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .tdot-item {
    margin-bottom: 0.925rem;
  }
}
.page-template-tdot #programm .tdot-item .meta {
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .tdot-item .meta {
    font-size: 0.875rem;
  }
}
.page-template-tdot #programm .tdot-item .meta .time {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .tdot-item .meta .time {
    width: auto;
  }
  .page-template-tdot #programm .tdot-item .meta .time::after {
    content: "|";
    padding: 0.25rem;
  }
}
.page-template-tdot #programm .tdot-item .meta .place::after {
  content: "|";
  padding: 0.25rem;
}
.page-template-tdot #programm .tdot-item .event {
  padding-left: 0;
  margin: 0.25rem 0 0;
}
.page-template-tdot #programm .tdot-item .submeta {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .tdot-item .submeta {
    font-size: 0.875rem;
  }
}
.page-template-tdot #programm .tdot-item .more {
  background-color: rgb(22, 22, 22);
  background-image: url("../img/icon-plus-beige.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  border-radius: 50%;
  border: 50%;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .tdot-item .more {
    height: 1.25rem;
    width: 1.25rem;
    bottom: -0.625rem;
  }
}
.page-template-tdot #programm .tdot-item .more.opened {
  background-image: url("../img/icon-minus-beige.svg");
}
.page-template-tdot #programm .tdot-item .details {
  display: none;
  padding-top: 0.5rem;
}
.page-template-tdot #programm .tdot-item .details > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.page-template-tdot #programm .tdot-item .details > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-tdot #programm .movie-block {
  border: 1px solid rgb(22, 22, 22);
  margin: 0 0 0.5rem;
  padding: 0.625rem 0.75rem !important;
  position: relative;
}
.page-template-tdot #programm .movie-block:last-child {
  margin-bottom: 0;
}
.page-template-tdot #programm .movie-block .block {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75rem;
}
.page-template-tdot #programm .movie-block .title {
  padding-right: 5rem;
  margin: 0;
}
.page-template-tdot #programm .movie-block .start-time {
  display: block;
  margin-bottom: 0.125rem;
}
.page-template-tdot #programm .movie-block .desc {
  font-size: 0.875rem;
  padding-bottom: 0.325rem;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .movie-block .desc {
    font-size: 0.75rem;
  }
}
.page-template-tdot #programm .movie-block .movies {
  font-size: 0.875rem;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #programm .movie-block .movies {
    font-size: 0.75rem;
  }
}
.page-template-tdot #programm .movie-block .movies > * {
  padding-bottom: 0.325rem;
}
.page-template-tdot #programm .movie-block .movies > *:last-child {
  padding-bottom: 0;
}
.page-template-tdot #programm .movie-block .movie-title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.page-template-tdot #map {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  position: fixed;
  right: -100vw;
  top: 0;
  transition: 500ms all linear;
  z-index: 6001;
  /* MAP STYLE INFO-KÄSTCHEN */
}
.page-template-tdot #map.opened {
  right: 0;
}
.page-template-tdot #map #map-area {
  background-color: rgb(255, 255, 255);
  border-left: 5px solid #fbf6ed;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-tdot #map #map-area {
    width: 50%;
  }
}
.page-template-tdot #map #map-area .marker {
  background-color: #c58bff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  animation: pulsate 1s infinite;
}
@media only screen and (min-width: 768px) {
  .page-template-tdot #map #map-area .marker {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  .page-template-tdot #map #map-area .marker {
    height: 30px;
    width: 30px;
  }
}
.page-template-tdot #map #map-close {
  position: absolute;
  top: 0.9125rem;
  right: 2.655rem;
}
.page-template-tdot #map .gm-style-iw {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.page-template-tdot #map .gm-style-iw .place-info {
  background-color: #8bffb4;
  border: 1px solid black;
  padding: 0.5rem;
}
.page-template-tdot #map .gm-style-iw .place-info strong {
  font-family: "Neue Haas Grotesk Pro", serif;
}
.page-template-tdot #map .gm-style-iw .place-info p {
  margin: 0;
  padding: 0;
}
.page-template-tdot #map .gm-style-iw-chr,
.page-template-tdot #map .gm-style-iw-tc {
  display: none;
}

@keyframes pulsate {
  0% {
    transform: scale(0.925);
  }
  50% {
    transform: scale(1.075);
  }
  100% {
    transform: scale(0.925);
  }
}
/*------------------------------------*\
    MOOSHIMMEL 2030
    1.1 SLIDER - PAGE-STYLES
    1.2 SLIDER
    2.1 GRID-STYLE 
    2.2 SINGLE-IMAGE-STYLE
    2.3 PAGE-STYLE WHEN IMAGE-LOADED 
    2.4 LOGO
\*------------------------------------*/
/* 1.1 SLIDER - PAGE-STYLES  */
.page-template-mooshimmel-2030 #main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.page-template-mooshimmel-2030 #main-wrapper #content-wrapper {
  flex: 1 1 100%;
  overflow: hidden;
  padding: 2vw 0 0 7.5vw;
  width: 100vw;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-mooshimmel-2030 #main-wrapper #content-wrapper {
    padding: 2vw 0 0 20vw;
  }
}
.page-template-mooshimmel-2030 #main-wrapper #content-wrapper main,
.page-template-mooshimmel-2030 #main-wrapper #content-wrapper .inner {
  height: 100%;
  overflow: hidden;
}
.page-template-mooshimmel-2030 #main-wrapper #main-footer {
  display: flex;
  align-items: flex-end;
  flex: 0 0 3vw;
  margin-top: 0;
}

/* 1.2 SLIDER */
#mooshimmel-2030-slider {
  height: 100%;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* hide scrollbar */
}
#mooshimmel-2030-slider::-webkit-scrollbar {
  display: none;
}
#mooshimmel-2030-slider .slider-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: max-content;
  transition: 10ms all linear;
}
#mooshimmel-2030-slider .slider-inner .slide-item {
  display: flex;
  flex: 0 0 auto;
  padding-right: 0.35rem;
  overflow: hidden;
}
#mooshimmel-2030-slider .slider-inner .slide-item img {
  height: calc(100vh - 4rem - 3vw - 6vw - 7.5vw);
  height: calc(100dvh - 4rem - 3vw - 6vw - 7.5vw);
  width: auto;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #mooshimmel-2030-slider .slider-inner .slide-item img {
    height: calc(100vh - 5vw);
    height: calc(100dvh - 5vw);
  }
}

/* 2.1 GRID-STYLE */
#mooshimmel-2030-grid {
  display: grid;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.225rem 0.225rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  #mooshimmel-2030-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #mooshimmel-2030-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  #mooshimmel-2030-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
#mooshimmel-2030-grid .grid-item {
  background-color: #fbf6ed;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 1;
  height: 12.5rem;
}
@media only screen and (min-width: 768px) {
  #mooshimmel-2030-grid .grid-item {
    height: 10.5rem;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #mooshimmel-2030-grid .grid-item {
    height: 9.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  #mooshimmel-2030-grid .grid-item {
    height: 7.5rem;
  }
}
#mooshimmel-2030-grid .grid-item img {
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

/* 2.2 SINGLE-IMAGE-STYLE */
#loaded-image {
  position: fixed;
  top: 2vw;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 85vw;
  z-index: 6001;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #loaded-image {
    width: 60vw;
  }
}
#loaded-image .loaded-image-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#loaded-image .loaded-image-inner .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  position: relative;
}
#loaded-image .loaded-image-inner .image-wrapper.portrait img {
  height: auto !important;
  width: auto !important;
  max-width: 85vw;
  max-height: 75vh;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #loaded-image .loaded-image-inner .image-wrapper.portrait img {
    max-width: 60vw;
    max-height: 85vh;
  }
}
#loaded-image .loaded-image-inner .image-wrapper.landscape img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#loaded-image .bottom-wrapper {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  padding-top: 0.5rem;
}

/* 2.3 PAGE-STYLE WHEN IMAGE-LOADED */
.page-template-mooshimmel-2030.image-opened #logo {
  display: none;
}
.page-template-mooshimmel-2030.image-opened #mooshimmel-2030-grid {
  opacity: 0;
}
.page-template-mooshimmel-2030.image-opened #main-footer {
  opacity: 0;
}

/* 2.4 LOGO */
.page-template-mooshimmel-2030 #logo {
  margin: 5vw 0 0 7.5vw;
  padding: 0 0 2.5vw;
  z-index: 3001;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-mooshimmel-2030 #logo {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 2vw;
    left: 4vw;
  }
}
.page-template-mooshimmel-2030 #logo a {
  display: block;
  line-height: 0;
}
.page-template-mooshimmel-2030 #logo a img {
  height: 4rem;
  width: auto !important;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .page-template-mooshimmel-2030 #logo a img {
    width: 12vw !important;
    height: auto !important;
  }
}

/*------------------------------------*\
    1. SURVEY
\*------------------------------------*/
/* BASE */
.page-template-survey #survey-navigation {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2.875rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .page-template-survey #survey-navigation {
    height: 2.5rem;
  }
}
.page-template-survey #survey-navigation #survey-navigation-start {
  background-image: url("../img/survey/home-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  height: 1.925rem;
  width: 1.925rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-template-survey #survey-navigation #survey-navigation-start {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.page-template-survey #survey-navigation #survey-navigation-count {
  display: none;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-template-survey #survey-navigation #survey-navigation-count {
    font-size: 1.2215rem;
  }
}
.page-template-survey #survey-navigation #survey-navigation-count.active {
  display: flex;
}
.page-template-survey #survey-navigation #survey-navigation-count #survey-navigation-count-current::after {
  content: "/";
}
.page-template-survey #content-wrapper {
  padding: 0 !important;
  width: 100% !important;
}
.page-template-survey #content-wrapper main {
  height: 100%;
}

/* CITIZEN PARTICIPATION */
#citizen-participation {
  font-size: 1.75rem;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  /* INDIVIDUAL-ITEMS */
}
#citizen-participation .item {
  display: none;
  height: 100%;
}
#citizen-participation .item-question {
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #citizen-participation .item-question {
    grid-template-columns: 1fr 1fr;
  }
}
#citizen-participation .item-question.active {
  display: grid;
}
#citizen-participation .item-question .sub-item {
  border: 0.2125rem solid rgb(22, 22, 22);
  cursor: pointer;
  padding: 1rem;
}
#citizen-participation .item-question .sub-item:hover, #citizen-participation .item-question .sub-item:focus {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}
#citizen-participation .item-02 {
  height: 100%;
}
#citizen-participation .item-02.active {
  display: grid;
}
#citizen-participation .item-02 form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  #citizen-participation .item-02 form {
    grid-template-columns: 1fr 1fr;
  }
}
#citizen-participation .item-02 form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#citizen-participation .item-02 form fieldset:first-child h2 {
  font-size: 1.75rem;
  margin-bottom: 0.325rem;
  margin-top: 1rem;
  padding-left: 0;
}
#citizen-participation .item-02 form fieldset:first-child h2:first-child {
  margin-top: 0;
}
#citizen-participation .item-02 form fieldset:last-child {
  display: flex;
  flex-direction: column;
}
#citizen-participation .item-02 form fieldset:last-child textarea {
  background-color: transparent;
  border: 0.2125rem solid rgb(22, 22, 22) !important;
  flex: 1 1 auto;
  margin-bottom: 1rem;
  padding: 1rem;
}
#citizen-participation .item-03 {
  height: auto;
}
#citizen-participation .item-03.active {
  display: flex;
}
#citizen-participation .item-03 input[type=submit] {
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #citizen-participation .item-03 input[type=submit] {
    grid-column: span 2; /* Span across both columns */
  }
}
#citizen-participation .item-04.active,
#citizen-participation .item-05.active,
#citizen-participation .item-06.active,
#citizen-participation .item-07.active,
#citizen-participation .item-08.active,
#citizen-participation .item-09.active,
#citizen-participation .item-10.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#citizen-participation .item-04 h2,
#citizen-participation .item-05 h2,
#citizen-participation .item-06 h2,
#citizen-participation .item-07 h2,
#citizen-participation .item-08 h2,
#citizen-participation .item-09 h2,
#citizen-participation .item-10 h2 {
  padding: 0;
  margin: 0;
}
#citizen-participation .item-04 .select-wrapper,
#citizen-participation .item-05 .select-wrapper,
#citizen-participation .item-06 .select-wrapper,
#citizen-participation .item-07 .select-wrapper,
#citizen-participation .item-08 .select-wrapper,
#citizen-participation .item-09 .select-wrapper,
#citizen-participation .item-10 .select-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2rem;
}
#citizen-participation .item-04 .select-wrapper .select-item,
#citizen-participation .item-05 .select-wrapper .select-item,
#citizen-participation .item-06 .select-wrapper .select-item,
#citizen-participation .item-07 .select-wrapper .select-item,
#citizen-participation .item-08 .select-wrapper .select-item,
#citizen-participation .item-09 .select-wrapper .select-item,
#citizen-participation .item-10 .select-wrapper .select-item {
  border: 0.2125rem solid rgb(22, 22, 22);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23.5vw;
  width: 23.5vw;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #citizen-participation .item-04 .select-wrapper .select-item,
  #citizen-participation .item-05 .select-wrapper .select-item,
  #citizen-participation .item-06 .select-wrapper .select-item,
  #citizen-participation .item-07 .select-wrapper .select-item,
  #citizen-participation .item-08 .select-wrapper .select-item,
  #citizen-participation .item-09 .select-wrapper .select-item,
  #citizen-participation .item-10 .select-wrapper .select-item {
    height: 16.75vw;
    width: 16.75vw;
  }
}
#citizen-participation .item-04 .select-wrapper .select-item:hover, #citizen-participation .item-04 .select-wrapper .select-item:focus,
#citizen-participation .item-05 .select-wrapper .select-item:hover,
#citizen-participation .item-05 .select-wrapper .select-item:focus,
#citizen-participation .item-06 .select-wrapper .select-item:hover,
#citizen-participation .item-06 .select-wrapper .select-item:focus,
#citizen-participation .item-07 .select-wrapper .select-item:hover,
#citizen-participation .item-07 .select-wrapper .select-item:focus,
#citizen-participation .item-08 .select-wrapper .select-item:hover,
#citizen-participation .item-08 .select-wrapper .select-item:focus,
#citizen-participation .item-09 .select-wrapper .select-item:hover,
#citizen-participation .item-09 .select-wrapper .select-item:focus,
#citizen-participation .item-10 .select-wrapper .select-item:hover,
#citizen-participation .item-10 .select-wrapper .select-item:focus {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}
#citizen-participation .item-04 .select-wrapper .select-item:first-child,
#citizen-participation .item-05 .select-wrapper .select-item:first-child,
#citizen-participation .item-06 .select-wrapper .select-item:first-child,
#citizen-participation .item-07 .select-wrapper .select-item:first-child,
#citizen-participation .item-08 .select-wrapper .select-item:first-child,
#citizen-participation .item-09 .select-wrapper .select-item:first-child,
#citizen-participation .item-10 .select-wrapper .select-item:first-child {
  margin-right: 1rem;
}
#citizen-participation .item-04 .select-wrapper .select-item h2,
#citizen-participation .item-05 .select-wrapper .select-item h2,
#citizen-participation .item-06 .select-wrapper .select-item h2,
#citizen-participation .item-07 .select-wrapper .select-item h2,
#citizen-participation .item-08 .select-wrapper .select-item h2,
#citizen-participation .item-09 .select-wrapper .select-item h2,
#citizen-participation .item-10 .select-wrapper .select-item h2 {
  font-size: 1.75rem;
}
#citizen-participation #success {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}
#citizen-participation #success.active {
  display: block;
}
#citizen-participation #success #success-feedback,
#citizen-participation #success #success-survey {
  color: white;
  display: none;
  font-size: 1.75rem;
  margin: 0;
  padding: 1rem;
}
#citizen-participation #success.active-feedback #success-feedback {
  display: block;
}
#citizen-participation #success.active-survey #success-survey {
  display: block;
}
#citizen-participation #success #progress {
  display: flex;
  height: 0.5rem;
  width: 100%;
}
#citizen-participation #success #progress .line {
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  animation: progressAnimation 10s linear;
}
#citizen-participation .send-options {
  display: grid;
  column-gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #citizen-participation .send-options {
    grid-template-columns: 1fr 1fr;
  }
}
#citizen-participation .send-options #survey-mail,
#citizen-participation .send-options #feedback-mail {
  background-color: transparent;
  border: 0.2125rem solid rgb(22, 22, 22) !important;
  display: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #citizen-participation .send-options #survey-mail,
  #citizen-participation .send-options #feedback-mail {
    grid-column: span 2;
  }
}
#citizen-participation .send-options #survey-mail.active,
#citizen-participation .send-options #feedback-mail.active {
  display: block;
}
#citizen-participation label {
  cursor: pointer;
}
#citizen-participation label input {
  display: none;
}
#citizen-participation label span {
  border: 0.2125rem solid rgb(22, 22, 22);
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
#citizen-participation label input:checked + span {
  background-color: rgb(22, 22, 22);
  color: rgb(255, 255, 255);
}
#citizen-participation label:hover, #citizen-participation label:focus {
  transform: scale(1.015);
  transition: 200ms all linear;
}
#citizen-participation input[type=submit] {
  background-color: rgb(22, 22, 22);
  border: 0.2125rem solid rgb(22, 22, 22);
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  padding: 0.5875rem 0 !important;
  text-align: center;
}
#citizen-participation input[type=submit]:hover, #citizen-participation input[type=submit]:focus {
  background-color: transparent;
  border: 0.2125rem solid rgb(22, 22, 22);
  color: rgb(22, 22, 22);
}
#citizen-participation .question {
  font-size: 2.75rem;
}

@keyframes progressAnimation {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
/* 3. MODULES
 * ========================================================================== */
/*------------------------------------*\
    1. HEADER
\*------------------------------------*/
#main-navigation {
  position: fixed;
  right: 7.5vw;
  top: 5vw;
  z-index: 4001;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #main-navigation {
    top: 2vw;
    right: 4vw;
  }
}
#main-navigation .inner {
  height: 100%;
  width: 100%;
  position: relative;
}

/* HAMBURGER */
#hamburger {
  cursor: pointer;
  height: 1.425rem;
  width: 2.25rem;
}
@media only screen and (min-width: 768px) {
  #hamburger {
    height: 1.85rem;
    width: 3.125rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #hamburger {
    height: 1.65rem;
    width: 2.45rem;
  }
}
#hamburger .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
#hamburger .inner span {
  background-color: rgb(22, 22, 22);
  display: inline-block;
  height: 0.325rem;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  #hamburger .inner span {
    height: 0.375rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #hamburger .inner span {
    height: 0.35rem;
  }
}
#hamburger .inner span:nth-child(1) {
  top: 0;
}
#hamburger .inner span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#hamburger .inner span:nth-child(3) {
  bottom: 0;
}
#hamburger.transformed .inner {
  background-color: rgb(22, 22, 22);
  border-radius: 50%;
  height: 1.425rem;
  width: 1.425rem;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  #hamburger.transformed .inner {
    height: 1.85rem;
    width: 1.85rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #hamburger.transformed .inner {
    height: 1.65rem;
    width: 1.65rem;
  }
}
#hamburger.transformed .inner span {
  display: none;
}

/* MENU */
#main-navigation .main-navigation-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#main-menu {
  font-size: 1.5rem;
  display: none;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #main-menu {
    font-size: 0.95rem;
  }
}
#main-menu.opened {
  display: block;
}
#main-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#main-menu ul li {
  display: inline-block;
  margin-bottom: 0.35rem;
  width: 85vw;
}
@media only screen and (min-width: 768px) {
  #main-menu ul li {
    width: 100%;
  }
}
#main-menu ul a {
  background-color: #fbf6ed;
  display: block;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}

/* LOGO */
#logo a,
#logo-scroll a {
  display: inline-block;
  line-height: 0;
}

#logo {
  margin-left: 7.5vw;
  padding-top: 5vw;
  padding-bottom: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #logo {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #logo {
    padding-top: 2vw;
    left: 4vw;
  }
}
#logo img {
  height: 4rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  #logo img {
    height: 11.75rem;
    width: auto;
  }
}

#logo-scroll {
  opacity: 1;
  position: fixed;
  left: 4vw;
  top: -5vw;
  transition: top 0.25s ease, opacity 0.5s ease;
}
#logo-scroll.active {
  display: none;
  opacity: 1;
  top: 2vw;
  transition: top 1s ease, opacity 0.5s ease;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #logo-scroll.active {
    display: block;
  }
}
#logo-scroll img {
  width: 12vw;
}

/*------------------------------------*\
    1. FOOTER
\*------------------------------------*/
#main-footer {
  font-size: 0.825rem;
  margin: 2.25rem auto 0;
  padding: 0.25rem 0;
  text-align: left;
  width: 85vw;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #main-footer {
    font-size: 0.675rem;
    width: 60vw;
  }
}
#main-footer .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#main-footer .inner p {
  padding-bottom: 0;
  margin-bottom: 0;
}
#main-footer .inner a {
  text-decoration: none;
}
#main-footer .inner .social a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#main-footer .inner .social a img {
  height: 0.825rem;
  width: 0.825rem;
  margin-right: 0.25rem;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #main-footer .inner .social a img {
    height: 0.75rem;
    width: 0.75rem;
  }
}

/*------------------------------------*\
    1. IMAGE-SLIDER
\*------------------------------------*/
.projects {
  position: relative;
}
.projects .project-images {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.projects .project-images .project-item {
  display: flex;
  flex: 0 0 100%;
}
.projects .project-images .project-item img {
  aspect-ratio: 3/2;
  object-position: center center;
  object-fit: cover;
  width: 100% !important;
}
.projects .projects-navigation {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.projects .projects-navigation .project-nav-item {
  background-color: #fbf6ed;
  border: 1px solid black;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}
.projects .projects-navigation .project-nav-item:last-child {
  margin-right: 0;
}
.projects .projects-navigation .project-nav-item:only-child {
  display: none;
}
.projects .projects-navigation .project-nav-item.active {
  background-color: black;
  border: 1px solid #fbf6ed;
}

/*------------------------------------*\
    1. BUTTON-CLOSE DEFAULT
    1.1 MEMBER-CLOSE POSITION
    1.2 IMAGE-CLOSE POSITIN
\*------------------------------------*/
.button-close {
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  z-index: 3001;
}
@media only screen and (min-width: 768px) {
  .button-close {
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  .button-close {
    height: 2.45rem;
    width: 2.45rem;
  }
}
.button-close .inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.button-close .inner span {
  background-color: rgb(22, 22, 22);
  display: inline-block;
  height: 0.325rem;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .button-close .inner span {
    height: 0.375rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  .button-close .inner span {
    height: 0.35rem;
  }
}
.button-close .inner span:first-child {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.button-close .inner span:last-child {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}

/* 1.1 MEMBER-CLOSE POSITION */
#member-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #member-close {
    right: -3.75rem;
    top: -0.2rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #member-close {
    right: -3.5rem;
  }
}

/* 1.2 MEMBER-CLOSE POSITION */
#image-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #image-close {
    right: -3.75rem;
    top: -0.2rem;
  }
}
@media only screen and (min-width: 1180px) and (orientation: landscape) {
  #image-close {
    right: -3.5rem;
  }
}

/*------------------------------------*\
    1. MEMBER-FORM
\*------------------------------------*/
#member-form .payment-wrapper .checkbox-wrapper {
  margin-bottom: 0.5rem !important;
}
