.taright {
    text-align: right;
}

.tacenter {
    text-align: center;
}

.twoinarow {
    display: flex;
}

.twoinarow > div {
    margin-right: 20px;
}

.tablestandgroesse th,
.tablestandgroesse td {
    white-space: nowrap;
}

.tablestandgroesse td.letswrap {
    white-space: normal;
}

.barbluefullwidth {
    background-color: #0d1a89;
    color: white;
    text-transform: uppercase;
    padding: 6px;
}

.tx-mbon-talentmesseanmeldung table {
    border-collapse: collapse;
}

td.preisspalte {
    min-width: 120px;
}

.width40px {
    width: 40px;
}

#standfehler {
    color: red;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    display: none;
}

#standkonfiguration {
    color: black;
    font-weight: normal;
    text-align: center;
    display: table-cell;
    display: none;
}

.form_navigation .page[data-pageno='2'] {
    display: none;
}

.formhinweis {
    font-size: .9em;
    border: 1px dotted black;
    font-style: italic;
    padding: 4px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ffffd5;
    /*color: white;
    background-color: #6e93e0;*/
}

form label {
    font-weight: bold;
    font-size: 1.1em;
}

form .line {
    padding: 20px;
}

form .line:nth-child(odd) {
    background-color: #eee;
}

form .line:nth-child(even) {
    background-color: #ddd;
}


.flexspread {
    display: flex;
    justify-content: space-between;
}


.overlayShower {
    text-decoration: underline;
}

.overlayShower:hover {
    color: white;
    cursor: pointer;
}

#overlayShowerCanvas {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

#overlayShowerCanvas img {
    width: auto;
    height: auto;
    max-width: 100%;
}

#overlayShowerCanvasCloser {
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
    /* padding: 8px; */
    z-index: 10000;
    font-size: 2em;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: white;
    border: 1px solid grey;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlayShowerCanvasCloser:hover {
    border: 4px solid orange;
    border-radius: 50%;
    padding: 0;

}


@media (max-width: 1000px) {
    #broschentries ._adressen._kasten td {
        word-break: break-word;
    }

    #broschentries ._sonstigeangebote p,
    #broschentries ._adressen {
        word-wrap: break-word !important;
        white-space: normal !important;
    }

    #broschentries a {
        word-wrap: break-word !important;
        white-space: normal !important;
    }

}

