@font-face {
    font-family: 'Manuka';
    src: url('../fonts/manuka-medium.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Flora';
    src: url('../fonts/Flora-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'suisse intl';
    src: url('../fonts/SuisseIntl-Light.woff2') format('woff2');
    font-weight: 300;
}


@font-face {
    font-family: 'suisse intl';
    src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2');
    font-weight: 400;
}

.body {
    background-color: #d3d2d0;
    background-color: #ececec;
    font-family: "suisse intl", sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    line-height: normal;
}

.italic {
    font-family: "suisse intl", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.menue {
    display: flex;
    position: relative;
    font-family: "suisse intl", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #707070;
    padding: 20px 20px 0 20px;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1000;
    top: 0;
    left: 0;
}

.menue__rechts--DE:hover {
    color: transparent; 
    text-shadow: 0 0 3px #4a4a4a;
}

.EN:hover {
    color: transparent; 
    text-shadow: 0 0 3px #4a4a4a;
}

.menue__links {
    width: 10%;
}

.pfeil--rechts {
    right: 0;
}

.pfeil--links {
    left: 0;
    z-index: 9999;
}

.projekte__link {
    text-decoration: none;
    position: relative;
    display: block;
}


.schild.schild--absolut {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    justify-content: center;
    background-color: rgba(236, 236, 236,1);
}

.schild__schild {
    position: relative;
    text-align: center;
    font-family: "suisse intl", sans-serif;
    font-weight: 300;
    font-size: 25px;
    z-index: 1;
    color: #707070;
    /* color: transparent; 
    text-shadow: 0 0 10px #707070; */
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    height: 48px;
    min-width: 100px;
    padding-top: 3px;
    line-height: 1.3em;
    /* background: rgba(236, 236, 236, 0.75); */
}

.projekte__link:hover .schild__schild {
    border: #707070;
}

.menueoffen__inhalt {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

.menueoffen__link {
    text-decoration: none;
    color: #707070;
}

.menueoffen__link:hover {
    color: transparent;
    text-shadow: 0 0 8px #707070;
}

.menueoffen__striche {
    width: 5%;
    display: flex;
    color: #5C5C55;
    align-items: flex-start;
}

.menueoffen__unten {
    width: 100%;
    padding-left: 5%;
    text-decoration: none;
    color: #707070;
}

.schalter:hover {
    font-style: italic;
}

.schalter__link {
    text-decoration: none;
    color: #707070;
}

.schalter__link--flora {
    text-decoration: none;
    color: #707070;
    font-family: 'Flora';
}

.instagram__link {
    /* text-decoration: none; */
    color: #707070;
}

.pdf__link {
    /* text-decoration: none; */
    color: #707070;
}

.email__link {
    color: #707070;
}

.menueoffen__kategorie {
    font-weight: lighter;
}

.menueoffen.aktiv {
    display: block;
}

.sonderfall-2 {
    display: flex;
    position: relative;
}

.sonderfall-2__zuerst {
    position: absolute;
    opacity: 1;
    z-index: 5;
}

.sonderfall-2__danach {
    opacity: 0;
    position: relative;
    z-index: 4;
}

.sonderfall-2:hover .sonderfall-2__zuerst {
    opacity: 0;
}

.sonderfall-2:hover .sonderfall-2__danach {
    opacity: 1;
}


.projekttext__box--text-masterabschluss-konzerte {
    width: 60%;
    /* 75 - 56 */
    /* +4px, dass der Pfeil und Text nicht kollidieren (von Hand) */
    padding-left: 150px;
    margin-bottom: 250px;
    font-family: "suisse intl", sans-serif;
    font-weight: 300;
    font-size: 20px;
    max-width: 950px;


}


.prozess-section {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  
  .prozess-titel {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 55px;
    margin-right: 55px;
    color: #707070;
    text-align: center;
    margin-top: -14px;
  }
  
  .prozess-arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    width: 100%;
}

  
  .prozess-arrow {
    width: 98px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .prozess-arrow.open {
    transform: rotate(180deg);
  }
  
  .prozess-inhalt {
    display: none;
    background-color: #ececec;
    animation: fadeIn 0.4s;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  