.pageTitle{
    font-weight: 200;
}
b{
    font-weight: 600;
}
html{
    background: #9CB5C2;
background: linear-gradient(180deg, rgba(156, 181, 194, 1) 0%, rgba(210, 221, 227, 1) 28%);

}
body{
    min-height: 100vh;
}
main{
    width: 55vw;
    margin: auto;
    margin-top: 10vh;
    min-height: 100vh;
}
.topbar{
    position: relative;
    background: transparent;
}
.navbar h1{
    font-size: clamp(0.8rem, 4vw,  2rem);
}
.menuButton{
    font-size: clamp(0.8rem, 4vw, 2rem);
}
.contentTitle{
    color: var(--highlight);
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    margin-bottom: 0;
}
.subTitle{
    margin-top: 0;

}
.subTitle p{
    font-weight: 400;
    font-family: funnelsans;
        margin-top: 0;
       font-size: clamp(2rem, 3.5vw, 2.3rem);

}
.eventDetails{
    position:absolute;
    left: 7.5vw;
   top: calc(10vh + 6.5rem);
    text-align: right;
   width: 12vw;
}
.stadt, .wann{
    font-size: 1.2rem;
    font-weight: 500;
}
.stadt {
    margin-bottom: 0;
}
.wann{
    margin-top: 0;
}
.eventWhen{
    margin-bottom: 0;
}
.adresse{
    margin-top: 0;
}
.adresse p{
    margin-top: 0;
}
.further p{
    color: #4e5b62 ;
    margin-bottom: 0;
}


.contentTxt{
    font-family: newsreader;
    margin-top: 2.5rem;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 500;
}
.gallery{
    width: 100%;
   height: 60vh;
   margin-top: 2.5rem;
}
.slide{
    height: 90%;
    max-width: 100%;
    margin: auto;
}

.caption{
    display: flex;
    justify-content: space-between;
    margin: auto;
    transition: 0.2s;
}
.arrow{
    height: 2.5rem;
    width: 2.5rem;
    border: none;
    background-color: transparent;
}
.capNsrc{
    text-align: center;
        line-height: 0.8;

}
.picsub{
    font-size: 1rem;
    font-family: funnelsans;
    font-weight: 500;
}
.picsrc{
    font-size: 0.6rem;
    color: var(--detailsC);
}

@media (max-width: 768px) {
    .topbar{
        padding: 0;
    }
    .pageTitle{
        max-width: 60%;
        margin: auto;
        text-align: center;
    }
    main{
        width: 90vw;
    }
    .pageTitle{
        margin-top: 0;
        text-align: center;
    }
.detailsWrapper{
    position: relative;
    top: -7px;
    display: flex;
    gap: 1rem;
    align-items: baseline;
    font-size: ;
}
.eventDetails{
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 0.6rem;
    width: 100%;
}
.stadt{
    margin-top: 0;
}
.stadt, .wann{
    font-size: 0.7rem;
    width: 28vw;
}
.adresse{
    width: 65%;
}
.contentTitle{
 font-size: clamp(0.5rem, 3.5vw, 2rem);
}
.subTitle{
    margin-top: 0.1rem;
}
.subTitle p{
     font-size: clamp(0.5rem, 3.4vw, 1.5rem);
}
.contentTxt{
        font-size: clamp(0.5rem, 3.4vw, 1.5rem);
        margin-top: 1.5rem;

}

}