.header__content__primary__left {
    background-image: url('dein-bild-url.jpg'); /* Pfad zum Bild */
    background-size: cover; /* Bild vollständig anzeigen, das div ausfüllen */
    background-position: center; /* Bild zentrieren */
    width: 300px; /* Breite des div */
    /* height: 200px; /* Höhe des div */
    display: block; /* Sicherstellen, dass das div blockartig ist */
}

.header__content__primary__left > * {
    display: none; /* Verstecke alle Kindelemente innerhalb des div */
}

* {
    font-size: calc(2 * var(--original-font-size))!important; /* Erhöht die Schriftgröße um 20% */
}

.bs-extra__service__header__info h4 {
font-size: 24px !important;
    color: #69BEC1;
}

h4, .bs-extra__extras__item__header .par-sm-med {
    color: #365DA5;
}

.el-form-item__label {
  display: none!important;
}

.bs-gi__cf {
  border-top: none!important;
  padding-top: 0px!important; 
}

.bs-gi__cf {
    display: flex;
    flex-direction: column;
    order: initial;
}

.bs-extra__title h5 {
  font-size:1.4rem!important
}

.bs-extra__service {
  display: none!important;
}