/*
to ensure compatibility with later OPUS 4 releases we recommend to insert custom layout changes here
*/

/* CSS for standard logo - modify to change logo */

h1#logo {
    background: none;
}

h1#logo > a {
    position: absolute;
    top: -20px;
    height: 150%;
    background: url(../img/logo/zzf-logo.svg) no-repeat !important;
}

/* im Admin Bereich wird per js die Klasse .is-admin-page gesetzt s. zzf_fixes.js*/
body.is-admin-page h1#logo > a {
    top: auto;
}


/* Use the following CSS to activate the "Open Access" text in the header. */
/*
#logo .openaccess-logo {
    display: inline-block;
}
*/

#content > .wrapper > div.intro {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}



#content > .wrapper > div.intro > h3 {
    grid-column: 1 / -1;
    margin: 0;
    text-align: left;
}

#content > .wrapper > div.intro > div {
    min-width: 0;
}

.intro-carousel,
.zd-items,
.carousel,
.carousel-inner {
    min-height: 300px;
}

.intro-carousel img,
.zd-items img {
    width: 200px;
    max-width: 200px;
    height: auto;
}




#zzf-logos {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


