.seo-sitemap-analyzer-header-page {
    background-color: #f7f7f7;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
}

.seo-sitemap-analyzer-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
}

.seo-sitemap-analyzer-wrap h2 {
    margin-bottom: 0.5em;
}

.seo-sitemap-analyzer-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.seo-sitemap-analyzer-table th, .seo-sitemap-analyzer-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.seo-sitemap-analyzer-table th {
    background-color: white;
    font-weight: bold;
}

.seo-sitemap-analyzer-table tbody tr:nth-child(odd) {
    background-color: white;
}

.seo-sitemap-analyzer-table a {
    word-break: break-all;
}

.h-indent-1 {
    padding-left: 0;
}

.h-indent-2 {
    padding-left: 30px;
}

.h-indent-3 {
    padding-left: 60px;
}

.h-indent-4 {
    padding-left: 90px;
}

.h-indent-5 {
    padding-left: 120px;
}

.h-indent-6 {
    padding-left: 150px;
}

.error-message {
    color: #d63638;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.warning-message {
    color: #ffb838;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.h-break-warning {
    color: #d63638;
    font-style: italic;
}

.hierarchie-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.hierarchie-level {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding-right: 7px;
}

.hierarchie-text {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.analyse-reset {
    background: transparent;
    color: black;
    margin-left: -60px;
}

.analyse-reset:hover {
    background-color: lightgrey;
    color: black;
}

/* -------------------------------------------------------------------------------------------- */

.description-block {
    background-color: rgb(255,248,220);
    border: 1px solid firebrick;
    border-radius: 5px;

    padding: 10px;
    margin-top: 50px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: normal;
    align-content: normal;
}

.description-description-url {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    min-width: 50%;
    max-width: 50%;
}

.description-description {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    min-width: 50%;
    max-width: 50%;
}