/* Single Project Header Sections */
.project-header {
    min-height: 58vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.althaus .project-header {
    background-image: url("/resources/img/projekte/althaus_tea/heptacom-projekt-althaus-tea.jpg");
}

.bgh .project-header {
    background-image: url("/resources/img/projekte/bgh/bremer-gewurzehandel-mac.jpg");
}

.claptzu .project-header {
    background-image: url("/resources/img/projekte/claptzu/heptacom-projekt-claptzu.jpg");
}

.bastian .project-header {
    background-image: url("/resources/img/projekte/bastian/bastian-headerbild.jpg");
}

.garwoh .project-header {
    background-image: url("/resources/img/projekte/garwoh/garwoh-headerbild.jpg");
}

.zerresco .project-header {
    background-image: url("/resources/img/projekte/zerres/zerresco-headerbild.jpg");
}


/* Standorte Header Sections */
.headcontainer {
    min-height: 58vh;
}

.standorte .oldenburg-header,
.standorte .osnabrueck-header,
.standorte .dresden-header,
.standorte .duesseldorf-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.standorte .oldenburg-header {
    background-image: url("/resources/img/backgrounds/oldenburg-background.jpg");
    margin-top: 60px;
    background-position: 46% 54%;
}

.standorte .osnabrueck-header {
    background-image: url("/resources/img/backgrounds/osnabrueck-shopware-header.jpg");
    background-position: 46% 57%;
}

.standorte .dresden-header {
    background-image: url("/resources/img/backgrounds/dresden-shopware-header.jpg");
}

.standorte .duesseldorf-header {
    background-image: url("/resources/img/backgrounds/duesseldorf-shopware-header.jpg");
    background-position: 46% 57%;
}