/* ----------------------------------------------------- Globals ----------------------------------------------------- */


*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
  }
  
.bigWrapper{
    width: 75vw;
    max-width: 90vw;
    margin: 0 auto;
}

.wrapper{
    width: 1440px;
    max-width: 90vw;
    margin: 0 auto;
}

.btnFirst{
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    border-radius: 25px;
    border: none;
    color: #7049BA;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    display: block;
    width: fit-content;
}

.btnFirst:hover{
    transform: scale(1.05);
}

.btnFirst.white{
    background-color: white;
}

.btnFirst.white span{
    background-clip: text;
    -webkit-background-clip: text;
    background-origin: padding-box;
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
}

.firstLink{
    height: 50px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    padding-right: 42px;
    position: relative;
    display: none !important;
}

.firstLink[href^="https:"]{
    display: block !important;
}

.firstLink::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 24px;
    background-image: url(../img/link_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.firstLink.gradientInFont::after{
    background-image: url(../img/link.svg);
}

section{
    margin-top: 140px !important;
}


@media (max-width:768px){
    section{
        margin-top: 5vh !important;
    }
}

/* ----------------------------------------------------- Fonts ----------------------------------------------------- */

h1{
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
    font-size: 72px;
}


h2{
    font-family: 'Montserrat Alternates', sans-serif;
    color: white;
    font-size: 50px;
}

h2 small{
    
    color: white;
    font-size: 25px;
    text-transform: uppercase;
}

h3{
    font-family: 'Montserrat Alternates', sans-serif;
font-size: 35px;
color: #363C43;
line-height:1;
font-weight: 200;
}

h4{
    font-weight: 700;
    font-size: 25px;
    color: #363C43;
    line-height: 40px;
}

p{font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;}

.gradientInFont{
    -webkit-background-clip: text;
    background-attachment: scroll;
    background-clip: text;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgb(233, 80, 149), rgb(112, 73, 186));
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    box-sizing: border-box;
    color: transparent;
    display: block;
    width: fit-content;
    font-weight: 800;
}


@media (max-width: 1120px) {
    h1{
        font-size: 40px;
    }

    h2{
        font-size: 35px;
    }

    h2 small{
        font-size: 18px;
    }
}


@media (max-width: 767px) {
    h1{
        font-size: 30px;
    }

    h2{
        font-size: 25px;
    }

    h2  small{
        font-size: 14px;
    }
    .bigWrapper{
        width: 90vw;
    }

    p{
        font-size: 13px !important;
    }
}



/* ----------------------------------------------------- Nav ----------------------------------------------------- */

nav{
    position: fixed;
    top: 0;
    height: 70px;
    width: 100vw;
    display: flex;
    justify-content: center;
    z-index: 99999;
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

nav.darken{
    background-color: #FFFFFFcc;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

nav .bigWrapper{
    position: relative;
    display: flex;
    justify-content: center;
}

nav .Logo{
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(../img/HumanismusWilhering_logo_white.svg);
    height: 50px;
    width: 100px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
nav.darken .Logo{
    background-image: url(../img/HumanismusWilhering_logo_gradient.svg);
}

nav ul{
    margin: 0 auto;
}

nav li{
    float: left;
    list-style: none;
}

nav li a{
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

nav li a:hover{
    opacity: 0.5;}


a{
    transition: opacity 0.3s ease-in-out;
} 

a:hover{
        opacity: 0.5;}

nav.darken li a{
    color: #333;
}

#socialLinks{
    position: absolute;
    height: 70px;
    right: 0;
}

#socialLinks a{
    float: left;
}

#facebook{
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-image: url(../img/facebook.svg);
    background-size: 30px;
    background-position: center right;
    background-repeat: no-repeat;
    margin: 10px;
    color: transparent;
    transition: background-size 0.3s ease;
    margin-right: -15px;
}


#linkedin{
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-image: url(../img/linkedin.svg);
    background-size: 30px;
    background-position: center left;
    background-repeat: no-repeat;
    margin: 10px;
    color: transparent;
    transition: background-size 0.3s ease;
}

#facebook:hover, #linkedin:hover{
    background-size: 50px;
}

#newsletterLink{
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    padding:0 20px;
    background: #FFFFFF;
    color: #333;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.79px;
    text-align: center;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

nav.darken #newsletterLink{
    color: white;
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);

}

#newsletterLink:hover{
    transform: scale(1.1);
}

.mobileMenu{display: none;}

@media (max-width:1440px) {
    nav .bigWrapper{
        width: 90vw;
    }
    nav li a{
        padding: 0 1vw;
    }
}

@media (max-width:1100px) {
    nav{
      height: 70px;
      overflow: hidden;
      transition: height 0.3s ease-in-out;
      background-color: #FFFFFFcc;
      -webkit-backdrop-filter: blur(25px);
      backdrop-filter: blur(25px);
    }
  
    

    nav.open{
      height: 100vh;
        background-color: #FFFFFFcc;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    }
  
  
    nav .Logo{
        background-image: url(../img/HumanismusWilhering_logo_gradient.svg);
    }

    nav li a{
      color: #333 !important;
    }

    nav #socialLinks{
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: none;
    }

    nav.open #socialLinks{
        display: block;
    }
  
    .mobileMenu{
      position: fixed;
      top: 17.5px;
      right: 17.5px;
      display: flex;
      height: 35px;
      width: 35px;
      align-content: space-between;
      justify-content: space-between;
      flex-flow: column;
    }
  
    .mobileMenu span{
      width: 35px;
      height: 3px;
      display: block;
      border-radius: 1.5px;
      background-color: #333333;
      transition: all 0.3s ease-in;
    }
  
  .open  .mobileMenu span:first-child{
    transform: rotate(-45deg);
    transform-origin: top right;
    width: 45px;
  }
  
  .open  .mobileMenu span:nth-child(2){
    transform: scale(0);
    transform-origin: center;
  }
  
  .open  .mobileMenu span:last-child{
    transform: rotate(45deg);
    transform-origin: bottom right;
    width: 45px;
  }
  
  
  
    nav ul{
      display: none;
      width: calc(100vw - 50px);
      position: fixed;
      top: 70px;
      height: calc(90vh - 70px);
      right: 25px;
    }
  
    .upperdropdown{
      height: initial;
      position: static;
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
  
    }
  
    .dropdown{
      height: fit-content;
      max-height: initial;
      display: block;
      background-color: transparent;
      position: static;
      padding: 0 !important;
      font-size: 25px;
      font-weight: 400;
      line-height: 70px;
      pointer-events: all;
    }
  
    .dropdown li a{
      padding: 10px 0px;
    }
  
    .dropdown li{
      height: fit-content;
      opacity: 1 !important;
      margin: 0 !important;
      padding: 10px 0;
      text-align: right;
    }
  
    nav.open ul{
      display: block;
      z-index: 9999;
    }
  
    nav li{
      float: none;
      padding: 0;
      text-align: right;
      height: fit-content;
    }
  
    nav li a{
      padding: 10px 0;
      font-weight: 700;
      font-size: 25px;
    }

    #facebook{
        margin: 10px;
    }
  }

/* ----------------------------------------------------- Header ----------------------------------------------------- */

header{
    height: 123vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
}

#smallheader{
    height: 50vh;
}

#smallHeaderInfo{
    margin-top: -30px;
    z-index: 4;
    width: 100%;
    position: relative;
}

#smallHeaderInfo h1{
    -webkit-background-clip: text;
    background-attachment: scroll;
    background-clip: text;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgb(233, 80, 149), rgb(112, 73, 186));
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    box-sizing: border-box;
    color: transparent;
}

#smallHeaderInfo h1 small{
    color: #333 !important;
}

#headerBG{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#headerColorOverlay{
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}

.whiteWave{
    width: 101%;
    height: 100%;
    position:absolute;
    bottom: -1px;
    left: -1px;
    background-image: url(../img/wave_under.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;

}

#headerInfo{
    height: 100vh;
    width: 100vw;
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: white;
}

#headerInfo p{
    font-size: 16px;
    font-weight: 500;
    max-width: 770px;
    margin-top: 40px;
    line-height: 1.4;
}

.HeaderNextEvent{
    position: absolute;
    right: 0;
    top: 80vh;
    height: 15vh;
    text-decoration: none !important;
    z-index: 9;
    display: none;
}

.HeaderNextEvent:nth-child(2){
    display:block;
}

.HeaderNextEventInner{
    position: relative;
    height: 15vh;
    width: 500px;
}

.whiteRectangle{
    position: absolute;
    bottom: 0;
    width: 500px;
    height: fit-content;
    padding: 20px 0 20px 20px;
    background-color: white;

}

#nextEvent{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-decoration: none;
}

.nexteventPerson{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0;
    width: 45%;
    display: block;
}

.nexteventSubline{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 25px;
    width: 42%;
    display: block;
}



.nexteventsImgPerson{
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 300px;
    width: 220px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}


@media (max-width: 1120px){
    .HeaderNextEvent{
        display: none !important;
    }
}
/* ----------------------------------------------------- Gradientparagraph ----------------------------------------------------- */


#GradientParagraph{
    width: 100vw;
    height: 150vh;
    margin-top: -24vh !important;
  }
  
  #FirstSticky{
    height: 50vh;
    width: 100vw;
    position: sticky;
    top: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .gradientText{
    width: 1200px;
    max-width: calc(100vw - 40px);
  }
  
  .gradientText p{
    text-align: center;
    font-weight: 800;
    font-size: 3.5vh;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url('../img/Colorgradiant.svg');
    background-size:  100vw 100vh;
    background-position-y: 30vh;
    background-repeat: repeat-x;
    color: transparent;
    line-height: 1.5;
  }
  
  @media (max-width:767px){
  .gradientText p{
    font-size: 18px !important;
  }
  }



  /* ----------------------------------------------------- Interactive ----------------------------------------------------- */


  #interactiveStift{
    height: 65vh;
    width: 100vw;
    position: relative;
  }


  #interactiveStift iframe{
    position: absolute;
    height: 100%;
    width: 100vw;
    z-index: 1;
  }

  #interactiveStiftForeground{
    position: absolute;
    height: 100%;
    width: 100vw;
    z-index: 2;
    transition: opacity 0.3s ease;
  } 

  #interactiveStiftForeground video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

#interactiveOverlay{
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}
#interactiveInfo{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: white;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

#interactiveStiftForeground.gone{
    opacity: 0;
    pointer-events: none;
}

#interactiveInfo h2{
    width: 40%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #interactiveInfo h2{
        width: 100%;
    }
}


/* ----------------------------------------------------- Info ----------------------------------------------------- */

#miniWrapper{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

#logoBox{
    margin-top: 100px;}

#infoLogo{
    width: 150px;
    background-size: 100px;
    background-repeat: no-repeat ;
    height: 150px;
    background-image: url(../img/HumanismusWilhering_logo_gradient.svg);
    float: left;
}

#firstInfoRow{
    width: calc(50% - 25px);
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    margin-bottom: 50px;
}

#firstInfoRow h2{
    color: #333;
}


#secondInfoRow{
    width: calc(50% - 25px);
}

#secondInfoRow > div{
    margin-bottom: 30px;
}

#secondInfoRow h4{
    margin-bottom: 10px;
}


@media (max-width: 1120px) {

    #miniWrapper{
        width: 100%;
    }
}
@media (max-width: 767px) {
    #miniWrapper{
        width: 100%;
        display: block;
    }

    #firstInfoRow, #secondInfoRow{
        width: 100%;
    }

    #infoLogo{
        width: 100%;
    }
}


/* ----------------------------------------------------- Expedition ----------------------------------------------------- */

#expeditionKacheln{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.expeditionCard{
    width: calc(50% - 25px);
    height: 240px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: "Bald verfügbar";
    transform: scaleZ(1);
    cursor:not-allowed
}

.expeditionCard:hover{
   transform: scale(1.05);
   box-shadow: 0 13px 34px 0 rgba(0,0,0,0.2);
}

.expeditionInnerCard{
    height: 100%;
    width: 100%;
    position: relative;
}

.expeditionCardImage{
    background-image: url(../img/Forum_Wilhering.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;   
}

.expeditionCardGradient{
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}

.expeditionCard span{
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 3;
}

#ExSchool{
    background-image: url(../img/pexels-buro-millennial-1438072.webp);
}

#ExCompany{
    background-image: url(../img/pexels-buro-millennial-1438072\ copy\ 2.webp);
}

@media (max-width: 767px) {


#expeditionKacheln{
    display: block;
}
    .expeditionCard{
        width: 100%;
        height: 150px;
        margin-bottom: 50px;
    }
}



/* ----------------------------------------------------- Events ----------------------------------------------------- */

#eventRow{
    display: flex;
    justify-content: start;
    margin-top: 50px;
    flex-flow: row-reverse;
}

.eventCard{
    width: calc(33% - 25px);
    height: 550px;
    border-radius: 25px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    margin: 25px;
    transform: scaleZ(1);
}

.eventCard:last-child{
    margin-left: 0;
}

.eventCard:first-child{
    margin-right: 0;
}


.eventCard:hover{
    transform: scale(1.05);
    box-shadow: 0 13px 34px 0 rgba(0,0,0,0.2);
 }

.eventImg{
    height: 400px;
    width: 100%;
    position: relative;
}

.eventsImgBG{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
    z-index: 1;
}

.eventsImgPerson{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}


.eventsImgWave{
    z-index: 3;
    background-image: url(../img/wave_under.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    left: -1%;
    width: 102%;
    height: 100%;
}

.eventInfo{
    position: relative;
    z-index: 5;
    margin-top: -20px;
    padding: 0 20px 20px 20px;
}

.eventDate{
    opacity: 0.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #363C43;
    width: 100%;
    display: block;
}

.eventPerson{
    font-weight: 700;
    font-size: 25px;
    color: #363C43;
    line-height: 1.4x;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.eventSubline{
    display: block;
    width: 100%;
    color: #7049BA;
    margin-top: 5px;
}

.eventPrice{
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 700;
    width: 100%;
    color: #333 !important;
}

@media (max-width: 1120px) {
    .eventCard{
        height: 50vh;
    }
    .eventImg{
        height: 35vh;
    }
}

@media (max-width: 767px) {

    #eventRow{
        flex-flow: column-reverse;
    }

    .eventCard{
        width: 100%;
        margin: 25px 0;
    }
}


/* ----------------------------------------------------- Past Events ----------------------------------------------------- */

#pastEvents{
    min-height: fit-content;
    width: 100vw;
    position: relative;
}


#pastEvents video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1;
}


#pastEventsColorOverlay{
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}

#pastEventsFlex{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    padding: 50px 0;
}

#pastEventInfo{
    z-index: 3;
    width: 100%;
    margin-bottom: 40px;
}

#pastEventRow{
    display: grid;
grid-auto-flow: column;
padding-left: calc((100vw - 1440px) / 2);
padding-right: calc((100vw - 1440px) / 2);
scroll-padding-left: calc((100vw - 1440px) / 2);
padding-top: 50px;
padding-bottom: 50px;
overflow-x: scroll;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
}

#pastEventRow::-webkit-scrollbar{
    display: none;
}

.h100{
    height: 100%;
}

.pasteventCard{
    min-height: 300px;
    width: 400px;
    max-width: 90vw;
    max-height: 80vh;
    box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
    margin-right: 50px;
    border-radius: 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    background-color: #ffffff;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

#pastEventLeft{
    background-image: url(../img/arrow_White.svg);
}

#pastEventRight{
    background-image: url(../img/arrow_White.svg);}

.pasteventCard:hover{
    transform: scale(1.05);
    box-shadow: 0 13px 34px 0 rgba(0,0,0,0.2);
    opacity: 1;
 }

.pasteventCard .eventPerson{
    font-weight: 700;
    font-size: 22px;

}

.pasteventCard .eventImg{
    height: 300px;
}

.pasteventCard .eventsImgBG{
   background-size: cover;
   background-position:  center;
}

@media (max-width:1300px){
    #pastEventRow{
        display: flex;
        justify-content: start;
        z-index: 3;
        height: 400px;
    }

    .pasteventCard{
        display: block;
        width: calc(33% - 25px);
        margin:0 25px 30px;
    }
}

@media (max-width:768px){

    #pastEvents{
        height: fit-content;
    }

    #pastEventsFlex{
        display: block;
        position: relative;
        z-index: 5;
    }

    #pastEventInfo{
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #pastEventRow{
        margin-bottom: 25px;
        width: 100%;
        display: block;
        justify-content: start;
        flex-flow: row-reverse;
        z-index: 3;
        height: fit-content;
    }
    
    .pasteventCard{
        display: block;
        width: 100%;
        margin:0 0 30px;
    }
}



/* ----------------------------------------------------- Experten ----------------------------------------------------- */

.peopleRow{
    display: grid;
    grid-auto-flow: column;
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
    scroll-padding-left: calc((100vw - 1440px) / 2);
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.peopleRow::-webkit-scrollbar{
    display: none;
}

@media (max-width:1600px){
    .peopleRow{
        padding-left: 5vw;
        scroll-padding-left: 5vw;
    }   
}

.peopleCard{
    min-height: 600px;
    width: 500px;
    max-width: 90vw;
    max-height: 80vh;
    box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
    margin-right: 50px;
    border-radius: 25px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

.peopleCard::-webkit-scrollbar{
    display: none;
}

.peopleCardImg{
    width: 100%;
    height: 400px;
    position: relative;
}

.peopleCardPerson{
    border-radius: 25px 25px 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/Forum_Wilhering.webp);
}

.peopleCardWave{
    z-index: 2;
    background-image: url(../img/wave_under.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    width: 101%;
    height: 100%;
}

.peopleCardInfo{
    position: relative;
    z-index: 5;
    padding: 30px;
    margin-top: -60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 400px);
}

.personenDaten{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #363C43;
    line-height: 1;
    margin-bottom: 5px;
}

.personenJob{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 1;
    margin-bottom: 10px;
}

.personenQuote p{
    font-size: 13px !important;
    line-height: 1.4;
}

.personenQuote{
    font-size: 13px !important;
    line-height: 1.4;
}


.slideRight{
    float: right;
    height: 50px;
    width: 50px;
    background-image: url(../img/arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.slideLeft{
    float: right;
    height: 50px;
    width: 50px;
    background-image: url(../img/arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

@media (max-width:1120px){
    .peopleCard{
        min-height: 200px;
        width: 300px;
        max-width: 40vw;
        max-height: 50vh;
        box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
        margin-right: 50px;
        transform: scaleZ(1);
    }

    .peopleCardImg{
        width: 100%;
        height: 200px;
        position: relative;
    }

    .peopleCardInfo{
        position: relative;
        z-index: 5;
        padding: 30px;
        margin-top: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: fit-content;
    }
}

@media (max-width:768px){
    .peopleCard{
        min-height: 200px;
        width: 300px;
        max-width: 90vw;
        max-height: 50vh;
        box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
        margin-right: 50px;
        transform: scaleZ(1);
    }
}
/* ----------------------------------------------------- Mentoren ----------------------------------------------------- */

#mentorenLogos{
    margin-top: 20px;
    height: 10vh;
    width: 100vw;
    background-image: url(../img/Mentoren_2022.webp);
    background-size: 150% auto;
    background-position: 0%;
    background-repeat: repeat-x;
    animation: mentorenMove 120s linear infinite;
}

.personenLogo{
    margin-top: 15px;
    height: 55px;
    width: 100%;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
}

@keyframes mentorenMove{
    0%{
background-position-x: 0%;
    }
    100%{
background-position-x: 300%;
    }
}

@media (max-width:768px){
    #mentorenLogos{
        margin-top: 20px;
        height: 20vh;
        width: 100vw;
        background-image: url(../img/Mentoren_2022.webp);
        background-size: 300% auto;
        background-position: 0%;
        background-repeat: repeat-x;
        animation: mentorenMove 180s linear infinite;
    }

    @keyframes mentorenMove{
        0%{
    background-position-x: 0%;
        }
        100%{
    background-position-x: 600%;
        }
    }
    
}





/* ----------------------------------------------------- Vorstand ----------------------------------------------------- */


#Vorstand{
    height: fit-content;
    min-height: 50vh;
    position: relative;

}

#VorstandsInfo{
    width: calc(1440px / 2);
    height: 50vh;
    display: flex;
    align-items: center;
    position: absolute;
}

#vorstandsBild{
    height: 50vh;
    width: 60vw;
    position: absolute;
    right: 0;
    background-image: url(../img/Vorstand.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width:768px){
    #VorstandsInfo{
        width: 100%;
        height: fit-content;
        display: block;
        position:initial;
    }
    
    #vorstandsBild{
        height: 70vh;
        width: 100vw;
        position: initial;
    }
}

/* ----------------------------------------------------- VideoSlider ----------------------------------------------------- */

.videoRow{
    display: grid;
    grid-auto-flow: column;
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
    scroll-padding-left: calc((100vw - 1440px) / 2);
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.videoRow::-webkit-scrollbar{
    display: none;
}

@media (max-width:1600px){
    .videoRow{
        padding-left: 5vw;
        scroll-padding-left: 5vw;
    }   
}

.videoCard{
    width: 1440px;
    max-width: 90vw;
    margin-right: 50px;
    border-radius: 25px;
    transform: scaleZ(1);
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    margin-bottom: 35px;
}

.videoCard::-webkit-scrollbar{
    display: none;
}

.personenDaten{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #363C43;
    line-height: 1;
    margin-bottom: 5px;
}

.personenJob{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 1;
    margin-bottom: 10px;
}

.personenQuote p{
    font-size: 13px !important;
    line-height: 1.4;
}

.personenQuote{
    font-size: 13px !important;
    line-height: 1.4;
}


.slideRight{
    float: right;
    height: 50px;
    width: 50px;
    background-image: url(../img/arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.slideLeft{
    float: right;
    height: 50px;
    width: 50px;
    background-image: url(../img/arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

@media (max-width:1120px){
    .peopleCard{
        min-height: 200px;
        width: 300px;
        max-width: 40vw;
        max-height: 50vh;
        box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
        margin-right: 50px;
        transform: scaleZ(1);
    }

    .peopleCardImg{
        width: 100%;
        height: 200px;
        position: relative;
    }

    .peopleCardInfo{
        position: relative;
        z-index: 5;
        padding: 30px;
        margin-top: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: fit-content;
    }
}

@media (max-width:768px){
    .peopleCard{
        min-height: 200px;
        width: 300px;
        max-width: 90vw;
        max-height: 50vh;
        box-shadow: 0 13px 34px 0 rgba(0,0,0,0.05);
        margin-right: 50px;
        transform: scaleZ(1);
    }
}


/* ----------------------------------------------------- Newsletter ----------------------------------------------------- */

#newsletterCard{
    background: #FFFFFF;
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.10);
    border-radius: 25px;
    width: 100%;
    height: fit-content;
    transform: scaleZ(1);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

#newsletterInfo{
    width: calc(1440 / 2);
    padding: 50px;
}

#newsletterImg{
    width: calc(1440px / 2);
    height: 100%;
    margin: -50px;
    margin-left: 0;
    background-image: url(../img/news.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ----------------------------------------------------- Divers ----------------------------------------------------- */

.matrixField section img{
    width: 100%;
}

.matrixField h1, .matrixField h2, .matrixField h3, .matrixField h4 .matrixField p{
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
}

.matrixField p{
    margin-top: 15px;
}

.matrixField section{
    margin-top: 50px;
}

.matrixvideo{
    width: 100%;
    height: auto;
}

/* ----------------------------------------------------- Footer ----------------------------------------------------- */

footer{
    margin-top: 200px;
    background-image: linear-gradient(100deg, #E95095 0%, #7049BA 100%);
    padding: 100px 0;
}

#footerInfo{
    height: 100%;
    color: #FFFFFF !important;
    width: 100%;
}

#footerInfo h4{
    color: #FFFFFF;
}

#footerLogo{
    height: 100px;
    width: 100px;
    background-image: url(../img/HumanismusWilhering_logo_white.svg);
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 40px;
    float: left;
}

#footerRow{
    display: flex;
    justify-content: space-between;
}

#footerLinks a, #footerLinks span{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none;
    text-align: right;
    margin: 15px 0;
    display: list-item;
    list-style: none;
}



@media (max-width:768px){
    #footerRow{
        display: block;
    }

    #footerLinks a, #footerLinks span{
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 30px;
        text-decoration: none;
        text-align: left;
        margin: 15px 0;
        padding: 10px 0;
        display: list-item;
        list-style: none;
    }
    
}

/* ----------------------------------------------------- Countdown ----------------------------------------------------- */


#countdown{
    margin-top: 20px;
}

#countdown > div{
    float: left;
    margin-right: 25px;
}

#days, #hours, #minutes, #seconds{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: -5px;
}

#countdown .smalltext{
    text-align: right;
}

.clear{clear: both;
display: block;}

#countdown h3, #countdown h4, #countdown h5{
    color: white;
}

#countdown h4{
    margin-top: 10px;
}


#countdown h5{
    margin-top: 7px;
    font-size: 14px;
}

#countdown a{
    margin-top: 20px;
}

dialog{
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
    display: flex;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    transform: scale(0.9);
    z-index: 9999;
}

#shoDialog{
    padding: 0px 25px;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    width: fit-content;
}

body.dialogOpen{
    overflow: hidden;
}

dialog.show{
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

#innerDialog{
    background-color: #ffffffcc;
    border-radius: 20px;
    width: 800px;
    max-width: 90vw;
    height: fit-content;
    max-height: 70vh;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px #00000022;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

#innerDialog img{
    width: 110%;
    height: 30vh;
    object-position: center;
    object-fit: cover;
    margin-top: -70px;
    margin-left: -5%;
}

#closeDialog{
    display: flex;
    width: fit-content;
    margin-left: 10px;
    margin-top: 10px;
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    border-radius: 25px;
    border: none;
    color: #7049BA;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    position: sticky;
    top: 10px;
    background-color: white;
}

#dialogBox{
    padding: 10px 25px 50px 25px;
}


@media (max-width:768px){
    #days, #hours, #minutes, #seconds{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: -5px;
    }  

    #countdown h5, #countdown h4{
        margin-top: 7px;
        font-size: 12px;
    }

    #countdown h3{
        font-size: 20px;
    }

    #countdown .smalltext{
        font-size: 10px;
    }

    #headerInfo{
        display: block;
        margin-top: 18vh;
    }
}


#pdfViewer{
    height: fit-content;
    width: 100vw;
    object-fit: contain;
    margin-top: 70px;
}

#buttonPosition{
    position: absolute;
    height: 100vh;
    width: 90vw;
    left: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9000;
}

#buttonPosition #prev{
    height: 100%;
    width: 25%;
    border: none;
    background-color: transparent;
    background-image: url(../img/Prev_col.svg);
    background-repeat: no-repeat;
    background-position: center left;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    cursor: pointer;
}

#buttonPosition #next{
    height: 100%;
    width: 25%;
    border: none;
    background-color: transparent;
    background-image: url(../img/Next_col.svg);
    background-repeat: no-repeat;
    background-position: center right;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    cursor: pointer;

}

#prev:hover, #next:hover{
    transform: scale(1.05);
    opacity: 1 !important;

}
.expeditionCard span{
    text-decoration: none;
}


#etappenKacheln {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    }

    #etappenKacheln a{
       text-decoration: none;
    }


    #etappenKacheln .expeditionCard{
        cursor: auto;
     }
#navBackground{
    position: fixed;
    background-image: linear-gradient(124deg, #E95095 0%, #7049BA 100%);
    height: 70px;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1;

}