a.link-color {
  color: #005096;
}
a.link-color:hover {
  color: #005096;
}
.link-color svg {
  fill: #005096;
}
.link-color:hover svg {
  fill: #005096;
}
.show-more {
  background-color: #005096;
}
.search-bg-color {
  background-color: #f0f1f8;
}
.header-text-color * {
  color: #04233f;
}
.header-bg-color {
  background-color: #ffffff;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #04233f;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
.cc-header {
            padding: 0px;
            border: none;
        }

        .cc-header__logo {
            height: 100%;
            width: 100%;
            max-height: 50px;
        }

        a.cc-header__btn {
            height: 30px;
            line-height: 30px;
            padding: 0 0.5em;

            display: inline-block;
            background-color: #005096;
            color: #fff;
            font-size: 16px;
            border-radius: 8px;
            text-align: center;
            outline: 0;
            -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
            transition: background-color .15s ease-in-out, color .15s ease-in-out;
            vertical-align: middle;
            text-decoration: none;
            font-weight: 400;
        }

        a.cc-header__btn:hover {
            background-color: #04233f;
        }

        a.cc-header__link {
            display: inline-block;
            position: relative;
            color: #005096;
            font-size: 16px;
            font-weight: 400;
            text-decoration: none;
            cursor: pointer;
        }

        a.cc-header__link:hover {
            text-decoration: underline;
        }

        .cc-header__list {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px;
        }

        .cc-header__list-items> :not(:last-child) {
            margin-right: 15px;
        }

        .cc-search__headline {
            text-align: center;
            padding: 0 30px;
            padding-top: 40px;
        }

        .cc-search__headline>h1 {
            margin: 0;
            padding: 0;
        }

        @media (max-width: 720px) {
            .cc-header__list-items {
                display: none;
            }
        }
