.svBousColor {
    background-color: #D8DBE1;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.navigation {
    text-align: center;
    font-weight: 600;
    background-color: #1e2d6c;
}

.active {
    color: #fff!important;
    border-bottom: 4px solid #fff;
}

.navbar {
    padding: 0.5rem 1rem;
}

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
    /*border-bottom: 4px solid #fff;*/
}

.navbar-nav .show>.nav-link {
    background-color: #fff;
    color: #1e2d6c;
    border-radius: 4px;
}

.navbarLogo {
    width: 100px; 
    height: calc(100% + 0.5rem); 
    margin: -0.5rem -1rem;
}

.nav-item {
    padding: 0px 10px;
}

.dropdown-item:hover {
    background-color: #1e2d6c;
    color: #fff;
}

.btn {
    background-color: #1e2d6c;
    color: #fff;
    border: 2px solid #1e2d6c; 
    width: 100%;
}

.btn:hover {
    background-color: #fff !important;
    color: #1e2d6c !important;
}

.btnActive {
    background-color: #fff !important;
    color: #1e2d6c !important;
}

.newsContent {
    text-indent: initial;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    font-variant: normal;
    padding-bottom: 10px;
}

.newsText img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
}

.headLine {
    border-bottom: 3px solid #1e2d6c;
    font-size: large;
    margin: 10px 0px;
}

.tabelle {
    color: black;
    background-color: white;
}

.table {
    color: #000;
}

hr.trennlinie {
    border-top: 1px solid #1e2d6c;
    opacity: .5;
  }

img {
    max-width: 100%;
    max-height: 100%;
}

.msgBox {
    text-align: center;
    vertical-align: middle;
    line-height: 90px; 
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
  
.owl-carousel .caption {
    text-align: center;
}

.footer {
    margin-top: 25px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 500px) {
    table {
      font-size: 12px;
    }
}

@media only screen and (max-width: 350px) {
    table {
      font-size: 10px;
    }
}

.hb-embed__btn.hb-embed__btn-primary {
    background-color: #1e2d6c!important;
    border: 1px solid #1e2d6c!important;
}

.hb-embed__branding {
    visibility: hidden;
}

.hb-embed__title-container .hb-embed__title-logo {
    visibility: hidden;
}

.hb-embed__title-container {
    border-bottom: 2px solid #1e2d6c!important;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.hb-embed__table thead th {
    padding: 0.5em;
    border-bottom: 2px solid #1e2d6c!important;
}


.logos {
        max-height: 150px;
    }
