.logo-container {
    padding: 0px;
    /* float: left; */
    font-size: 18px;
    line-height: 20px;
}

.logo-container>img {
    /* max-height: 100px; */
    max-height: 120px;
    height: 100%;
    padding: 15px;
    width: auto;
}

.logos {
    margin: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1em;
}

.logos > * {
    max-height: 100px;
}

.logos img {
    padding: 0;
    height: 100px;
    width: auto;
}

.inwisLogo {
    display: none;
}

@media only screen and (min-width: 770px) {
    .inwisLogo {
        display: block;
    }
}

.LetzteSpalteAnders table td:last-child,
.LetzteSpalteAnders table th:last-child {
    opacity: 0.7;
}

.TextfeldLarge .text-item,
.TextfeldLarge input[type="text"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .TextfeldLarge .text-item,
    .TextfeldLarge input[type="text"] {
        width: 100%;
    }
}
