/* icon layout */
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

html:not([dir=rtl]):lang(ko) .more::after{
    top: -0.25em;
}

html:not([dir=rtl]):lang(ko) .modal-get-in-touch-button.more::after{
    top: -0.09em;
}

.icon-lock,
.icon-checkmark,
.icon-tools{
    top: calc(var(--top) - 0.1em);
}

.icon-next{
    top: calc(var(--top) - 0.03em);
}

/* Line-height */
.typography-hero-headline:lang(ko){
    line-height: 1.1;
}

.typography-section-headline{
    line-height: 1.1;
}

/* hero */
@media (max-width:400px){
    .section-hero .hero-image-container{
        top: -11px;
    }
}

/* section-experts */
@media (max-width:1068px){
    .section-experts .section-content{
        max-width: unset;
        width: 100%;
    }

    .section-experts .section-content .section-headline{
        width: 630px;
        margin: auto;
    }
}

@media (max-width:734px){
    .section-experts .section-content{
        max-width: var(--narrow-section);
        width: 87.5%;
    }

    .section-experts .section-content .section-headline{
        width: unset;
        margin: unset;
    }
}