main > div > form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    align-content: flex-start;
}

.heading-mit-breadcrumbs {
    margin-top: 0;
}

.heading-ohne-breadcrumbs {
    margin-top: 1.7em;
}

.margin-auto {
    margin: auto;
}

.adresse > .form-wrapper {
    margin-bottom: 0px;
}

.gap20 {
    gap: 20px 20px;
}

.float-left {
    float: left;
}

.flex-container-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: flex-start;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: flex-start;
}

.flex-container-row > span {
    flex-grow: 1;
}

.flex-container-row > .flex-item {
    flex-grow: 0;
}

.flex-item {
    margin-left: 0;
}

.displayGrid {
    display: grid;
}

.card > div > div > div {
    margin-bottom: 4px;
    align-items: center;
}

.kacheln {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(480px, 100%), 1fr));
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 912px) {
    .kacheln {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

@media (max-width: 600px) {
    .kacheln {
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

.kacheln > article > h4 > a {
    word-break: break-all;
}

.kachelMitButton > article {
    align-self: auto !important;
}

.kachelMitButton > article > a {
    align-self: auto !important;
    min-width: revert !important;
    max-width: fit-content !important;
}

.kachelMitButton > article > div > h2 {
    margin-top: 0 !important;
}

.kachelMitButton {
    margin-top: 70px;
}

.kacheln > .card > div > div > div > p {
    word-break: break-word;
    float: left;
}

.kacheln > .card > div > div > div > img {
    word-break: break-word;
    float: left;
}

.abstand-unten {
    margin-bottom: 1em;
}

.mb-0 {
    margin-bottom: 0;
}

label.disbleOutputText {
    color: #767676;
}

span.disbleOutputText {
    color: #767676;
}

input[type=text].input-readonly.disbleOutputText {
    color: #767676;
    cursor: not-allowed;
}

.istBuerger .ui-g-nopad:nth-child(4n) {
    color: grey;
}

.table-container--overflow table td .modal-buttons button {
    width: 10%;
}

.button-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hinweistext {
    margin: 1rem 1rem 1rem 0;
    padding: 1rem;
    background: lightgrey;
}

.inputMitOutput input {
    float: left;
}

.inputMitOutput .form-text {
    color: #333;
}

.margin-links-9 {
    margin-left: 9px !important;
}

.verwalten-startseite-container {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.verwalten-startseite-container > h2 {
    margin-top: 0;
}

.flex-button-container-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    gap: 9px;
}

.flex-button-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    gap: 9px;
}

.download-card.download-card {
    background-color: #f4f5f6;
    margin-bottom: 15px;
    width: max-content !important;
    padding: 34px 30px !important;
    margin-top: 20px;
}

#RID_06_02_000\:RID_06_02_010\:download {
    border: none;
    min-width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    line-height: 22px;
    padding: 0px;
}


#RID_06_02_000\:RID_06_02_010\:download:focus {
    color: #2d6f9e;
}


#RID_06_02_000\:RID_06_02_010\:download:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #1f3347;
    text-decoration: underline;
}


#RID_06_02_000\:RID_06_02_010\:download:active {
    transform: none;
    color: #2d6f9e;
}


#RID_06_02_000\:RID_06_02_010\:download img {
    filter: none;
}


#RID_06_02_000\:RID_06_02_010\:download img:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #2d6f9e;
}

@media (max-width: 912px) {
    .mobile-left-align {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.table-vertical-scrollbar {;
    overflow-y: auto !important;
}
