body {
    font-family: "BentonSans-Regular", "Open Sans", arial, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    word-wrap: break-word;
    background: #c0c0c0;
    margin-top: 0;
    font-weight: 400;
    overflow-y: scroll; /* Show vertical scrollbar. Prevent "jumping" when going to smaller pages. */
}

h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}

h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

.imprint h3 {
    margin-top: 20px;
}

i ~ h3 {
    margin-left: 60px;
}

a {
    color: #3C506E;
    text-align: center;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    background-color: #3C506E;
    color: #FFFFFF;
    padding: 2px;
    margin: -2px;
}

#links li {
    min-width: 90px;
}

#links li a {
    padding: 15px 0 0 0;
    margin: 0;
    display: block;
}

#links li > a > div {
    margin: 0.5rem 15px 15px 15px;
}

#links li:last-of-type > a > div {
    margin-bottom: 0;
}

#links li i ~ div {
    padding-top: 0.2rem;
}

#header a.site-logo:focus {
    background-color: #FFFFFF;
    border: 2px solid red;
    margin: -4px;
}

#page {
    min-width: 300px;
}

#menu-top {
    z-index: 8;
    background: #3C506E;
}

#footer {
    z-index: 1;
    background: #233755;
}

#footer-right {
    float: right;
}

#footer-left {
    float: left;
}

#footer p,
#footer ul {
    margin: 0;
}

#footer-right li {
    display: inline-block;
    list-style-type: none;
    border-right: 2px solid white;
    margin-left: 0;
    padding-right: 12px;
    padding-left: 12px;
}

#footer-right li:last-child {
    border-right: 0;
    padding-right: 0;
}

#footer a {
    color: #FFFFFF;
}

#footer a:focus {
    color: #3C506E;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#header {
    z-index: 7;
    background: #fff;
    display: block;
    color: #3C506E;
}

#links {
    z-index: 7;
    background: #fff;
    display: block;
    color: #3C506E;
    text-align: center;
    padding-left: 0 !important;

}

table, td, th {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 0.2em 0.5em;
}

.text-content {
    z-index: 7;
    background: #fff;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.text-center {
    text-align: center;
}

.text-content ul {
    padding-left: 1rem;
}

.text-content ul .name {
    float: left;
    width: 10rem;
}

#site-logo {
    height: 48px;
    width: auto;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
    padding-top: 0 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.list-style-none {
    list-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.text-white {
    color: #fff !important;
}

.float-left {
    float: left !important;
}

.d-block {
    display: block !important;
}

.pad-bottom-large {
    padding-bottom: 1.5rem !important;
}

.pad-top-large {
    padding-top: 1.5rem !important;
}

.pad-bottom-small {
    padding-bottom: 0.5rem !important;
}

.pad-top-small {
    padding-top: 0.5rem !important;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.container::after {
    content: "";
    display: block;
    clear: both;
}

.float-md-right {
    float: right !important;
}


.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.py-lg-0 {
    padding-bottom: 0 !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-small {
    font-size: 0.625em !important;
}

.headline {
    background: #eaeff6;
    color: #3C506E;
    padding: 16px;
}

.headline-icon {
    background: #3C506E;
    color: #fff;
    float: left;
    padding: 0.5rem;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

#menu-bar {
    background: #3C506E;
    text-align: left;
    color: #fff;
    font-size: 0.8em;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

.contact ul {
    margin-top: 0;
    padding-left: 0;

}

.contact ul li {
    list-style: none;
}

.select-icon {
    position: relative;
    top: 14px;
}

#arrow-up {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 10px;
    border-color: #fff #fff #3C506E #fff;

}

#arrow-up.hide {
    border-color: #FFFFFF;
}

.arrow {
    width: 0.5em;
}

.mobil-only {
    display: none;
}

#footer-right {
    float: right;
}

#footer-left {
    float: left;
}

#footer-right li {
    display: inline-block;
    list-style-type: none;
    border-right: 2px solid white;
    margin-left: 0;
    padding-right: 12px;
    padding-left: 12px;
}

#footer-right li:last-child {
    border-right: 0;
    padding-right: 0;
}

@media (max-width: 575px) {
    table,
    table tbody,
    table thead,
    table tr,
    table td,
    table th {
        display: block;
        width: 100%;
        text-align: left;
    }

    table,
    table td {
        border: 0;
    }

    table thead tr, table th {
        display: none;
    }

    table td[data-title]::before {
        content: attr(data-title) ':\00A0';
        font-weight: bold;
        display: inline;
    }

    .text-center {
        text-align: inherit;
    }

    table td span[data-title] {
        visibility: hidden;
    }

    table td span[data-title]::before {
        visibility: visible;
        content: attr(data-title);
        display: inline;
    }

    .mobil-only {
        display: inherit;
    }

    table tr {
        border-bottom: 1px solid black;
    }

    table tr:last-child {
        border: 0;
    }
}