.elementor-5632 .elementor-element.elementor-element-5b9028d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5632 .elementor-element.elementor-element-6df8892{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-6df8892 *//* Hauptcontainer - Volle Breite */
.hg-portal-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%; 
    height: 100%;      /* ÄNDERUNG: Nimmt 100% vom Elementor-Container */
    min-height: 100%;  /* ÄNDERUNG */
    margin: 0;         /* ÄNDERUNG */
    background: var(--bg-dark);
    border-radius: 0;  /* ÄNDERUNG: Keine abgerundeten Ecken mehr im Fullscreen */
    border: none;      /* ÄNDERUNG: Kein Rand mehr im Fullscreen */
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
    color: var(--text-main);
}/* End custom CSS */