    /* temp. Fix für fehlenden Style bei Fehlern im Formular */
    .error {color:red;}

    /* temp. Fix für 3-spaltiges Layout Teaser-Link-Container */
    .st-nav-teaser-grid {max-width: 1046px !important;}

    /* temp. Fix für Fehler bei E-Mail-Link */
    .bihk-card-info__button:after { position: relative !important; }
                                               
    /* temp Fix Such-Icon in Metanavigation ausgeblendet */
    search {display: none;}

    /* Verlinkung Header-Image führt zu sehr schmalem Text */
    .bihk-hero-image__link { position: unset !important; }

    /* temp fix externer Link icon in Button aber nicht bei Teaser Headline */
    .external::after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23009ED4' d='M18.1 1.81a1.056 1.056 0 0 1 0 1.49l-7.46 7.46a1.058 1.058 0 0 1-1.49-1.5l7.46-7.46a1.056 1.056 0 0 1 1.49 0v.01Z'/%3E%3Cpath fill='%23009ED4' d='M12.62.01h7.39v2.11h-7.39a1.06 1.06 0 0 1 0-2.12v.01Z'/%3E%3Cpath fill='%23009ED4' d='M17.89.01H20V7.4a1.06 1.06 0 0 1-2.12 0V.01h.01Z'/%3E%3Cpath stroke='%239B9B9C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.78 10.56V19H1V4.23h8.44'/%3E%3C/svg%3E") !important;
      position: relative !important;
    }
    a.h2.bihk-card__header.bihk-card__header--link.external::after { display: none !important; }