.page__contentwrapper--background {
    background: url("pics/background.webp") no-repeat 0 0%;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 35%;
}

@media (min-width:960px) {
    .page__contentwrapper-home {
        padding-top: 6rem;
    }
}

.page__contentwrapper {
    background-color: #f6f6f6;
}

.navigation-wrapper {
  background-color: #005B73;
  height: 48px;
}

.topnav__link {
    line-height: 48px;
}

.topnav__item {
    color: #fff;
    position: relative;
}

.topnav {
    height: 48px !important;
}

.topnav li:nth-child(2) .topnav__link {
    padding-left: 0 !important;
}

.topnav__item:hover {
    border-top: 0;
    background: transparent;
    margin-top: 0;
    color: #f8f1d1;
    box-shadow: none !important;
}

.header-wrapper {
    border-color: #fde5a6;
    background: linear-gradient(to bottom, #0090B8, #007d96);
}

.topnav-dropdown__item:hover {
    color: #e50b0a;
}

.btn-warning {
    background-color: #f57e1b;
    border-color: #f57e1b;
}

.btn-warning:hover {
    background-color: #515151;
    border-color: #515151;
}

a:hover {
    color: #e50b0a;
}

.topnav__item_active {
    border-top: 0;
    background: transparent;
    margin-top: 0;
    box-shadow: none !important;
    font-weight: 600;
}

.topnav__item_active {
  position: relative;
}

/* Pseudoelement für obere Linie */
.topnav__item::before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: 0 8px;
  height: 3px;
  background-color: #F9D9A4;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.05s ease-in-out;
  border-radius: 2px;
}

.nav-home {
    display: none;
}

/* Aktives Menüelement */
.topnav__item_active::before {
  transform: scaleX(1);
}

.widget__teaser--eyecatcher {
    background: #19d5c7;
    color: #ffffff
}

.btn-primary {
    background-color: #e50b0a;
    border-color: #e50b0a;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.focus {
    background-color: #19d5c7 !important;
    border-color: #19d5c7 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #19d5c7;
    border-color: #19d5c7;
    color: #ffffff;
}

.btn-warning {
    background-color: #e50b0a;
    border-color: #e50b0a;
}

.btn-warning:hover {
    background-color: #e50b0a;
    border-color: #e50b0a;
}

a {
    color: #333;
}

.bottomnav_item>a:hover {
    color: #000;
}

a.active {
    text-decoration: underline;
}

.headline {
    color: #333;
    border-bottom: 2px solid #ccc;
}

.ttxml__subheadline {
    color: #333;
}

.logo {
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;   
}

.logo img {
    max-height: 70px;
}