html{
background: linear-gradient(180deg, rgba(156, 181, 194, 1) 15rem, rgba(210, 221, 227, 1) 45rem);

}
hr{
    border-style: solid;
    color: var(--detailsC);
    margin-bottom: 3.4rem;
}
.grid{
    display: flex;
}
.topbar{
    background: transparent;
    position: relative;
}
.topTitle{
        font-size: 1.9rem;
        margin-top: 10px;
}

.exhibtitle{
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9rem;
}
.walktitle{
    color: var(--keyvizf);
    font-weight: bold;
        margin-top: 0;
    margin-bottom: 0;
    font-weight: 100;
    font-size: 1.9rem;
    letter-spacing: normal;
}
.ausstellung{
    color: black;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 1.9rem;
}
.navbar h1, .navbar h2{
    font-size: 1.9rem;
}
.crumbar{
    align-items: flex-start;
}
.crumbutton{
    margin-top: 17px;
}
.content{
    width: 60vw;
    margin: auto;
    margin-top: 10vh;
    font-family: newsreader;
    max-width: 90ch;
    padding-bottom: 15vh;
}
.content p{
    font-size: clamp(0.5rem, 4vw, 1.5rem);
    line-height: 1.4;
    font-weight: 500;
    max-width: 90ch;
}
.content h1, h2, h3 {
    font-family: funnelsans;
}
.content h1{
    color: var(--highlight);
}
.content h2{
    font-weight: 400;
    font-size:clamp(1rem, 4vw, 2.0rem);
    margin-top: 3.5rem;
}
.content a{
    font-weight: inherit;
}
.highlightLink{
 text-align: center;
 font-size: clamp(0.5rem, 4vw, 1.5rem);
 padding: 3.5rem;
}
.highlightLink a{
    background-color: var(--highlight);
    font-family: funnelsans;
    color: var(--detailsB);
    margin: auto;
    padding: 0.3rem 1rem 0.3rem 1rem;
    font-weight: 700;
}
.lineheadContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineheadContainer hr{
    margin-bottom: 0.5rem;

}
.linehead{
    font-family: funnelsans;
    font-size: clamp(0.5rem, 4vw, 1.5rem);
}
.lineheadContainer hr{
flex-grow: 1;
}

.gallery{
    width: 100%;
   height: 80vh;
   margin-top: 2.5rem;
   transition-duration: 0.3s;
}
.slide-container{
    height: 100%;
    display: flex;
}
.slide{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

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

}
#picsub p{
    font-size: 1rem !important;
    font-family: funnelsans;
    font-weight: 500;
    margin:0;
}
#picsrc p{
    font-size: 0.6rem !important;
    color: var(--detailsC);
    margin:0;
}

.footerSponsor{
    background-color: var(--detailsA);
    color: var(--detailsC);
    position: relative;
    bottom: 0;
    left: -2rem;
    width: 100vw;
    margin-top: 3rem;
    padding: 1rem;
}
.logoContainer{
    display: flex;
}
.logosGesamt, .logosHaltern{
    width: 50%;
}
.logosGesamt{
    border-right: solid;
    border-width: 1px;
}
.logosHaltern{
    border-left: solid;
    border-width: 1px;
}
.logosGesamt img{
    max-width: 15%;
}
.logosHaltern img{
    max-width: 27%;
}

.footerSponsor h3{
    margin: 0;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;

}
.logodiv{
    display: flex;
    height: 60%;
    gap: 2rem;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-width: 1px;
    padding: 1rem 2rem 1rem 2rem;
}

.logodiv img {
    height: auto;  
    object-fit: contain; 
}
.block-type-image figure{
    margin: 0;
}
.block-type-image img{
    width: 100%;
}
.block-type-image figcaption{
    text-align: center;
}
.contacterBlock{
    margin-top: 2rem;
}
.contacterBlock p:last-of-type{
    margin-top: 0;
}
.contacterBlock p:first-of-type{
    margin-bottom: 0;
}
.dColumn{
    display: flex;
    gap: 3rem;
    padding: 1rem 1.5rem 2rem 1.5rem;
    font-family: funnelsans;
    font-weight: 300;
}
.dColumn p{
    line-height: 1.2;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    font-weight: 400;
    font-size: clamp(0.5rem, 4vw, 1.3rem);
}

@media (max-width: 768px) {
.content h1{
    font-size: clamp(1.2rem, 4vw, 2.0rem);
}
.content{
        margin-top: 3rem;
    width: 100%;
}
.topTitle{
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
}
.navbar h1 ,.navbar h2{
    font-size: 0.9rem;
}
.crumbutton{
    margin-top: -5px;
}
.crumbar .topTitle{
    padding: 0 0.2rem 0.2rem 0.2rem;
}
.highlightLink{
    margin-top: 3.5rem;
    padding: 0;
}
.footerSponsor{
    left: -1.2rem;
    bottom: -3rem;
    width: 102vw;
}
.footerSponsor h3{
    font-size: 0.6rem;
    padding: 5px;
}
.logosGesamt, .logosHaltern{
    flex-direction: column;
}
.logodiv{
        flex-direction: column;
    height: 100%;
    padding-bottom: 3rem;
    justify-content: flex-start;
}
.logodiv img{
    max-width: 100%;
}

.dColumn{
    padding: 0;
}
.dColumn p{
    font-size: clamp(0.5rem, 3vw, 1.5rem);

}
}
