@font-face {
  font-family: "GT-Era-Display-Regular";
  src: url("../fonts/GT-Era-Display-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "GT-Era-Display-Bold";
  src: url("../fonts/GT-Era-Display-Bold.woff2") format("woff2");
}
body {
  font-family: "GT-Era-Display-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}

strong {
  font-family: "GT-Era-Display-Bold", sans-serif;
}

.modal-member-name,
.modal-member-position,
.modal-member-organization {
  font-size: 1.2em;
  line-height: 1.1em;
}
@media (min-width: 1500px) {
  .modal-member-name,
  .modal-member-position,
  .modal-member-organization {
    font-size: 1.3em;
  }
}

.section-title, .intro-text {
  font-size: 1.25em;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .section-title, .intro-text {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .section-title, .intro-text {
    font-size: 2em;
  }
}
@media (min-width: 1500px) {
  .section-title, .intro-text {
    font-size: 2.75em;
  }
}

header.main-header {
  border-bottom: 2px solid rgb(121, 0, 242);
  position: relative;
  background-color: #fffcf0;
}
header.main-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  header.main-header .header-wrapper {
    justify-content: flex-start;
    gap: 40px;
    padding: 10px 40px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  header.main-header .header-wrapper {
    margin: 0 auto;
    width: 1160px;
  }
}
@media (min-width: 1500px) {
  header.main-header .header-wrapper {
    width: 1400px;
  }
}
@media (min-width: 1800px) {
  header.main-header .header-wrapper {
    width: 1600px;
  }
}
header.main-header .logo {
  order: 1;
  z-index: 1001;
}
@media (min-width: 800px) {
  header.main-header .logo {
    order: 2;
    margin-left: auto;
  }
}
header.main-header .logo img {
  height: 40px;
  width: auto;
}
@media (min-width: 800px) {
  header.main-header .logo img {
    height: 50px;
  }
}

.burger {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  background: none;
  border: none;
}
@media (min-width: 800px) {
  .burger {
    display: none;
  }
}
.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: rgb(121, 0, 242);
  transition: all 0.3s ease;
  border-radius: 2px;
}

nav.main-nav {
  order: 3;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media (min-width: 800px) {
  nav.main-nav {
    width: auto;
    max-height: none;
    overflow: visible;
    order: 1;
    padding: 0;
  }
}
nav.main-nav.active {
  max-height: 500px;
  padding: 20px 0;
}
nav.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "GT-Era-Display-Bold", sans-serif;
  font-size: 1.2em;
}
@media (min-width: 800px) {
  nav.main-nav ul {
    flex-direction: row;
    gap: 20px;
    font-size: 1em;
  }
}
nav.main-nav a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
@media (min-width: 800px) {
  nav.main-nav a {
    padding: 0;
  }
}

.member-list > div {
  margin-bottom: 40px;
}
@media (min-width: 500px) {
  .member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .member-list > div {
    flex: 0 1 calc(50% - 10px);
  }
}
@media (min-width: 900px) {
  .member-list > div {
    flex: 0 1 calc(33.3333% - 13.3333px);
  }
}
@media (min-width: 1200px) {
  .member-list > div {
    flex: 0 1 calc(25% - 15px);
  }
}
@media (min-width: 1500px) {
  .member-list > div {
    flex: 0 1 calc(20% - 16px);
  }
}

.member-item {
  position: relative;
}
.member-item .member-name {
  font-family: "GT-Era-Display-Bold", sans-serif;
}
.member-item .member-image {
  position: relative;
}
.member-item .member-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px;
}
.member-item .member-image img {
  filter: grayscale(100%);
  position: relative;
  z-index: 0;
}
.member-item .member-image,
.member-item .member-placeholder {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background-color: #ffdd7a;
  display: block;
  margin-bottom: 0.5em;
  border-radius: 20px;
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal.active {
  display: block;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(121, 0, 242, 0.7);
  cursor: pointer;
}

.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: relative;
  max-width: 800px;
  max-height: 90vh;
  background: #fffcf0;
  border-radius: 20px;
  padding: 20px;
  overflow-y: auto;
  z-index: 1001;
  animation: modalSlideIn 0.3s ease-out;
  margin: 20px;
}
@media (min-width: 900px) {
  .modal-content {
    width: 800px;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 5px;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #000;
}

.modal-member-detail {
  display: flex;
  gap: 20px;
}

.modal-member-image {
  margin: 0 auto 20px;
  max-width: 300px;
}
.modal-member-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.modal-member-position {
  margin-bottom: 20px;
}

.modal-member-quote {
  margin: 1em 0;
}

.modal-member-link {
  font-size: 0.8em;
  text-decoration: underline;
  display: block;
}

.modal-member-name {
  font-family: "GT-Era-Display-Bold", sans-serif;
}

.member-item {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.member-item:hover {
  transform: translateY(-4px);
}

.news-section {
  margin-bottom: 40px;
}
.news-section .news-item {
  padding: 20px;
  background-color: #ffdd7a;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto 20px;
}
.news-section .news-item .label {
  background: white;
}
.news-section .news-item h3 {
  font-family: "GT-Era-Display-Bold", sans-serif;
  margin-bottom: 1em;
}

.bubbles-container {
  position: relative;
}
.bubbles-container img {
  position: fixed;
  width: 15vw;
  z-index: -1;
  top: var(--bubble-top, 50%);
  left: var(--bubble-left, auto);
  right: var(--bubble-right, auto);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.bubbles-container img.bubble-visible {
  opacity: 1;
  transform: scale(1);
}
.bubbles-container img.bubble-hidden {
  opacity: 0;
  transform: scale(0.8);
}

@keyframes bubblePop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
html {
  background-color: #fffcf0;
}

body {
  color: rgb(121, 0, 242);
}

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

section:not(.contact) p:not(:nth-child(1)) {
  text-indent: 1em;
}

p {
  margin-bottom: 0;
}

a {
  color: rgb(121, 0, 242);
}
a:hover {
  opacity: 0.8;
}

.container {
  margin: 20px;
}
@media (min-width: 768px) {
  .container {
    margin: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    margin: 60px auto;
    width: 1160px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1600px;
  }
}

@media (min-width: 900px) {
  .container-narrow {
    margin: 60px auto;
    width: 800px;
  }
}
@media (min-width: 1500px) {
  .container-narrow {
    margin: 120px auto;
    width: 1000px;
  }
}

.flex-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .flex-container {
    flex-direction: row;
  }
  .flex-container > * {
    flex: 1;
  }
}

section {
  margin-bottom: 8rem;
  padding-top: 1em;
}
@media (min-width: 768px) {
  section {
    margin-bottom: 12rem;
  }
}

@media (max-width: 768px) {
  .intro-text > div:nth-child(2) {
    text-indent: 1em;
  }
}
@media (min-width: 768px) {
  .intro-text > div {
    width: calc(50% - 20px);
  }
  .intro-text > div:nth-child(2) {
    margin-left: auto;
  }
}

.label {
  padding: 0.5em 1em 0.45em;
  border-radius: 15px;
  background-color: #ffdd7a;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1em;
  letter-spacing: 0.05em;
  display: inline-block;
  font-family: "GT-Era-Display-Bold", sans-serif;
  margin-bottom: 0.5em;
}

#Mission .label {
  background-color: #ffa785;
}

#Ueber-Uns .label {
  background-color: #fcc7dc;
}

#Veranstaltungen .label {
  background-color: #e2d8fc;
}

.section-title {
  font-family: "GT-Era-Display-Bold", sans-serif;
  margin-bottom: 1em;
}/*# sourceMappingURL=main.css.map */