.exp-header {
    background-image: url('../custom/images/header.png');
    background-repeat: no-repeat;
    background-position: center;
}

.exp-document-title-heading {
    visibility: hidden;
}

.exp-document-title {
    margin-left: 200px;
}

.exp-logo-image {
    background-image: url('../custom/images/logo.png') !important;
    width: 280px;
    background-repeat: no-repeat;
    max-height: 70px;
    height: 65px;
}

.exp-logo {
    display: flex;
    width: 280px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
}
 
:root {
    --exp-toc-heading: 'Auf dieser Seite';
}
