@font-face {
    font-family: 'Source Sans3';
    src: url('font/SourceSans3-Regular.otf.woff2') format('woff2'), /* Modernere Browser */
        url('font/SourceSans3-Regular.otf.woff') format('woff');   /* Ältere Browser */
    font-family: 'Source Sans3 Light';
    src: url('font/SourceSans3-Light.otf.woff2') format('woff2'), /* Modernere Browser */
        url('font/SourceSans3-Light.otf.woff') format('woff');   /* Ältere Browser */
    font-weight: normal;
    font-style: normal;
}
body {
    font: 100%/1.4em "Source Sans3",Arial,sans-serif
}
/* Zentrierter Body mit max. Breite */
.container {
    max-width: 1000px;
    margin: 0 auto; /* Zentriert den Inhalt horizontal */
}

/* Flexbox für navbar mit align-items-end */
.navbar {
    height: 145px; /* Höhe des Containers */
    display: flex;
    align-items: flex-end; /* Menü und Logo am unteren Rand */
}

.nav-item {
    border-radius: 5px;
    margin: 2px;
}
.nav-link {
    font-size: 1em;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 2px;
}

.active {
    background-color: #0095da !important;
    color: #fff !important;
}
.active-dropdown {
    background-color: #eceded !important;
}
.dropdown-item:active, .dropdown-item:hover {

    background-color: #0095da !important;
    color: #fff !important;

}
.dropdown-item {
    border-radius: 5px;
    margin: 5px;
    line-height: 1.5em;
    background-color: #eceded;
    width: auto;
}
.dropdown-menu {
    padding: 0px;
    border: none
}
.wrapper-section, .wrapper-gray {
    padding-top: 70px;
    padding-bottom: 70px;
}
.wrapper-blue {
    background-color: #6bbcf3;
    margin-top: 1em;
}
.wrapper-gray {
    background-color: #eff0f0;
}
.wrapper-footer {
    background-color: #0095da;
    font-size: .9em;
    line-height: 1.4em;
    color: #fff;
}
#footer {

    padding-top: 63px;
    font-size: .9em;
    line-height: 1.4em;
    color: #fff;

    padding-left: 10px;
    padding-right: 10px;
}

.h-banner {
    font-size: 0.9em !important;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-top: 90px !important;
    margin-bottom: 0.6em !important;
    font-weight: 600 !important;
    color: #0073b9 !important;
    padding-left:10px;
}

.p-banner {
    font: 100%/1.4em "Source Sans3 Light",Arial,sans-serif;
    color: #fff;
    font-size: 2.7em;
    line-height: 1.1em;
    font-weight: 300;
    padding-left:10px;
}
h4 {

    margin-bottom: .7em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}
.phone, .email, .link {
    color: #fff;
    text-decoration: none;
}

.h1-custom {
    margin-top: 30px;
    clear: both;
    line-height: 1.2em;
    color: #0095da;
    font-weight: 400;
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: .8em;
    font-weight: 500;
    line-height: 1.2;
}
.p-custom {
    color: #3d3d3d;
    font-size: .95em;
}
.h1-custom, .p-custom {
    padding-left: 10px;
    padding-right: 10px;
}
.a-custom {
    text-decoration: none;
    color: #0095da;
}
.grid-custom {
    background-color: #eceded;
    padding:10px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: -15px;
    margin-bottom: -15px;
}
.grid-custom > .h1-custom {
    font-size: 2em;
    margin: 0;
    margin-bottom: 15px;
}
.grid-custom > * {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-custom > hr {
    margin-left: 10px;
    margin-right: 10px;
}
.grid-custom > h3 {
    font-size: .8em;
    line-height: 1.2em;
    font-weight: 600;
}
.grid-custom > h3 > a {
    text-decoration: none;
    color: #696e6e;
}
.info {
    font: 100% / .8em "Source Sans3 Light", Arial, sans-serif;
    font-weight: 300;
    font-size: .9em;
    color: #939393;
    margin-bottom: 3px;
}
.more {
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #48aeec;
    padding: 7px 0 9px;
    margin-top:25px;
}
.more > a {
    color: #fff;
    text-decoration: none;
    font-size:1.5em;
}

.downloads-gray, .downloads-white {
    display: flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 7px 7px 7px 15px;
    border-bottom: 1px solid #b1b3b4;
    border-radius: 2px;
    color: #0073b9;
    text-decoration: none;
    font-size: 1em;
    margin-left: 10px
}

.downloads-gray {
    background-color: #eff0f0;
}
.downloads-white {
    background-color: #fff;
}

.downloads-gray > i, .downloads-white > i {
    padding-left: 55px;
    margin-top: 2px;
    padding-right:10px;
    font-size: 1.1em;
}

.row > .col > * {
    padding-left: 10px;
    padding-right:10px;
}