.sgang-suche-link-box {
    width: 31.3%;
    background-color: var(--White);
    color: var(--Black);
}

.sgang-suche-link-box a:not([class]) {
    color: var(--Black);
}

.sgang-suche-link-box a:not([class]):hover {
    color: var(--Black);
}

.sgang-suche-link-box-inner {
    padding: 1.67rem;
}

.sgang-suche-link-box-wrap {
    gap: 1.25rem;
}

.sgang-suche-link-box .sgang-suche-link-box-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: normal;
    letter-spacing: -0.01669rem;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.sgang-suche-link-box a {
    text-decoration: none;
}

.sgang-suche-link-box .sgang-suche-link-box-description {
    margin-bottom: 2.5rem;
    color: var(--Darkgrey);
}

p.sgang-suche-search-headline {
    font-family: "HdMFrutigerNextProLight";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
    letter-spacing: -0.015rem;
}

input.sgang-suche-search-input {
    background: rgba(0, 0, 0, 0.13);
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--White);
    padding: 0.75rem;
    padding-left: 2.75rem;
    color: var(--White);
}

input.sgang-suche-search-input::placeholder {
    color: var(--White);
}

.sgang-suche-search-input-wrap {
    position: relative;
}

.sgang-suche-link-box-inner span {
    transform: rotate(180deg);
    font-size: 1.5rem;
}

.sgang-suche-search-input-wrap span {
    position: absolute;
    color: var(--White);
    top: 0;
    left: 0.75rem;
    height: calc(100% - 1px);
    display: flex;
    align-items: center;
}

.sgang-suche-search-container > form {
    padding: 1.5rem;
    border: 1px solid #FFFFFF22;
}

.sgang-suche-link-box-wrap, .sgang-suche-search-container {
    margin-top: var(--padding-32);
}

.sgang-suche-search-container > form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 1200px) {
    .sgang-suche-link-box-wrap {
        order: 1;
        width: 100%;
    }

    .sgang-suche-search-container {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media(max-width: 767px) {
    .sgang-suche-link-box {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .sgang-suche-link-box .sgang-suche-link-box-description {
        margin-bottom: 0rem;
    }

    .sgang-suche-link-box-inner {
        padding: 1rem;
        padding-right: 2.25rem;
        position: relative;
    }

    .sgang-suche-link-box-inner span {
        position: absolute;
        right: 1rem;
        top: 1.125rem;
    }
}