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

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #000000;
    /*font: 500 36px Barlow, Arial, Helvetica, Sans-Serif; */
    font: 500 30px Barlow;
    min-width: 320px;
    overflow-x: hidden;
    hyphens: auto;
    word-break: break-word;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: underline
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    font-size: 60px;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font-size: 62px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.7em;
}

h2,.titel-h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 .5em;
}

h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 .5em;
}

h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 .5em;
}
h3.lead, .headline_cms h3, .text h3{
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}
h3.lead, .headline_cms h3{
    width: 66%
}
.person h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin-top:.5em;
}

h5 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.15em;
    margin: 0 0 0.8em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
      width: 100%;
  height: auto;
}

/*- Layout -*/

.page-container,
.page-header,
.nav-full,
.page-footer {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 120px;
}
#boxklein {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 120px;
}
.nav-full {
    padding: 0 88px;
}

.page-section,
.page-section-secondary {
    margin-bottom: 80px;
}

.page-section-secondary .page-container {
    padding-bottom: 0;
    padding-top: 0;
}
.page-section-secondary #boxklein {
    padding-bottom: 0;
    padding-top: 0;
}

.page-section:last-child {
    margin-bottom: 0;
}

.page-container {
    padding-bottom: 120px;
    padding-top: 120px;
}
#boxklein {
    padding-bottom: 120px;
    padding-top: 120px;
}

.home-page .page-container h1{
    margin: 0 auto;
    width: 75%;
    margin-bottom: 2em;
    margin-top: -17px
}
.home-page #boxklein h1{
    margin: 0 auto;
    width: 75%;
    margin-bottom: 2em;
    margin-top: -17px
}

.intranet-page .page-container {
    padding-bottom: 80px;
    padding-top: 80px;
}

.page-section--theme1 {
    background: #EA524E;
}

.page-section--theme2 {
    background: #F8BA37;
}

.page-section--theme3 {
    background: #C1E9DA;
}

.page-section--theme4 {
    background: #F5B0C1;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
}

.page-section--theme4::before {
    background: #F5B0C1;
    bottom: 0;
    content: '';
    left: 0;
    margin-left: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.page-section--theme5 {
    background: #6099B5;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
}

.page-section--theme5::before {
    background: #6099B5;
    bottom: 0;
    content: '';
    left: 0;
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.page-top-bar {
    z-index: 100;
}

.intranet-page .page-top-bar {
    border-bottom: 65px solid #6099B5;
}

.intranet-page .page-top-bar,
.intranet-page .nav-is-open.page-top-bar {
    background: #C1E9DA;
}
.download-page .page-top-bar {
    border-bottom: 65px solid #ea534e;
}

.download-page .page-top-bar,
.download-page .nav-is-open.page-top-bar {
    background: #C1E9DA;
}
.nav-is-open.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.intranet-page .page-bottom-bar {
    background: #C1E9DA;
    border-top: 65px solid #6099B5;
}
.download-page .page-bottom-bar {
    background: #C1E9DA;
    border-top: 65px solid #ea534e;
}

/*- Page Header -*/

.home-page .page-header,
.intranet-page .page-header,
.download-page .page-header {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.page-header {
    align-items: center;
    display: flex;
    height: 270px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.nav-is-open .page-header {
    filter: none;
}

.header-logo {
  max-width: 366px;
  aspect-ratio: 366/120;
}

.header-logo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/*- Title  -*/

.page-title {
    background: url(../images/title.jpg) no-repeat center / cover;
    height: 100vh;
    margin-top: -270px;
    position: relative;
}

.title-promo {
    align-items: center;
    background: #fff;
    border: 40px solid #C1E9DA;
    border-radius: 100px 0 0 100px;
    border-right: 0;
    bottom: 65px;
    display: flex;
    font-size: 40px;
    height: 200px;
    padding: 0 20px 0 45px;
    position: absolute;
    right: 0;
    width: 445px
  }

.title-promo a {
    display: block;
    text-decoration: none;
    margin-top: -7px;
}

/*- Navigation -*/

.nav-main {
    display: flex;
    font-size: 30px;
}

.intranet-page .nav-is-open .nav-main {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.download-page .nav-is-open .nav-main {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.nav-main>li {
    align-items: center;
    display: flex;
    margin: 0 0 0 40px;
    white-space: nowrap;
}

.nav-main>li:first-child {
    margin: 0 0 0 20px;
}

.nav-main a {
    color: #000;
    text-decoration: none;
    transition: none
}

.nav-is-open .nav-main .nav-main__item {
    display: none;
}

.nav-main a:hover,
.nav-main .active a {}

.nav-main > li img {
    height: 44px;
}

.nav-secondary {
    background: #fff;
    bottom: 0;
    display: none;
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 270px;
    z-index: 100
}

.nav-secondary li ul {
    margin-bottom: 60px;
}

.nav-secondary h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intranet-page .nav-secondary {
    background: #C1E9DA;
}
.download-page .nav-secondary {
    background: #C1E9DA;
}
.nav-secondary li {
    margin-bottom: 2px;
}

.nav-secondary a {
    color: #000000;
    display: block;
    text-decoration: underline;
}

.nav-secondary a:hover,
.nav-secondary .active a {}

/*- Layout Grid -*/

.row-spacing {
    margin-bottom: 90px;
}

.row-spacing:last-child {
    margin-bottom: 0;
}

.row-spacing-md {
    margin-bottom: 60px;
}

.row-lg {
    margin-left: -60px;
    margin-right: -60px
}

.row-lg>* {
    padding-left: 60px;
    padding-right: 60px
}

/*- Components -*/

.accordeon {
    border-top: 2px solid #000;
}

.accordeon-row {
    border-bottom: 2px solid #000;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    padding: 6px 60px 10px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 36px;
}
.accordeon-headline h3 {
  margin: 0
}

.accordeon-headline::after {
    background: url(../images/ico-+.svg) no-repeat top / contain;
    content: '';
    height: 36px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: .2s All;
    width: 55px;
}

.accordeon--large .accordeon-headline {
    padding: 10px 60px 13px 0;
}

.accordeon--large .accordeon-headline::after {
    top: 17px
}

.accordeon-row.is-open .accordeon-headline:after {
    transform: rotate(45deg)
}

.accordeon-wrap {
    padding: 15px 0 10px;
}

.accordeon--large .accordeon-wrap {
    padding-bottom: 90px;
}

.list-unordered {
    margin: 0 0 1em;
}

.list-unordered li {
    padding-left: 20px;
    position: relative;
}

.list-unordered li:before {
    background: #000000;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 6px;
}

/*- Forms -*/

.home-page .form-search {
    background: #fff;
    display: none;
    left: 0;
    padding-bottom: 28px;
    position: absolute;
    right: 0;
    top: 270px;
    z-index: 1;
}
body:not(.home-page) .form-search__input {
    border-color: #000000;
    color: #000000;
}
body:not(.home-page) fieldset {
    padding: 25px;
    margin-bottom: 25px;

}
body:not(.home-page) .form-search__input::placeholder {
    color: #000000 !important;
}

body:not(.home-page) .form-search__input::-webkit-input-placeholder {
    color: #000000 !important;
}

body:not(.home-page) .form-search__input::-moz-placeholder {
    color: #000000 !important;
}

body:not(.home-page) .form-search__input:-ms-input-placeholder {
    color: #000000 !important;
}

body:not(.home-page) .form-search__input:-moz-placeholder {
    color: #000000 !important;
}
.home-page .form-search {
    background: none
}

.intranet-page .form-search {
    background: #C1E9DA;
    padding: 100px 0 150px;
    position: relative;
    top: 0;
}
.download-page .form-search {
    background: #C1E9DA;
    padding: 100px 0 150px;
    position: relative;
    top: 0;
}
.form-search__container {
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 120px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
}
body:not(.home-page) .form-search__container {
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 120px;
    border: 2px solid #000;
    border-radius: 10px;
}
.home-page .btn-search__close,
.home-page .btn-search__submit {
    filter: brightness(0) invert(1);
}

.form-search__input {
    background: none;
    border: 0;
    border-bottom: 2px solid #000;
    color: #000;
    margin-left: 82px;
    padding: 10px 0;
    width: 100%;
}

.home-page .form-search__input {
    border-color: #fff;
    color: #fff
}

.btn-search__close {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.btn-search__close::before {
    background: url(../images/ico-x.svg) no-repeat center / contain;
    content: '';
    display: block;
    height: 58px;
    width: 62px;
}

.btn-search__submit {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
}

.btn-search__submit::before {
    background: url(../images/ico-go.svg) no-repeat center / contain;
    content: '';
    display: block;
    height: 58px;
    width: 62px;
}

.form-search--invert input::-webkit-input-placeholder {
    filter: brightness(0) invert(1);
}

.form-search--invert input {
    border-color: #fff;
    color: #fff
}

input:focus {
    outline: none
}

input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::placeholder {
    color: #000;
    opacity: 1;
}

/*- Buttons -*/

.btn-scroll {
    display: flex;
    justify-content: center;
    padding: 30px 0 40px;
}

.btn-more {
    font-size: 30px;
}

.btn-search {
    cursor: pointer;
}

/*- Page Footer -*/

.page-footer {
    font-size: 30px;
    padding-bottom: 80px;
}

.intranet-page .footer-logo {
    filter: brightness(0) invert(1);
    margin-top: 65px;
}
.download-page .footer-logo {
    filter: brightness(0) invert(1);
    margin-top: 65px;
}
.footer-logo {
    margin-bottom: 40px;
    max-width: 370px;
}

.footer-logo img {
    width: 100%;
}

.page-footer li {
    margin-bottom: 30px;
}

.page-footer li:last-child {
    margin: 0;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    width: 100%;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 50px;
    outline: none;
    overflow: visible;
    padding: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 50px;
    position: relative;
    width: 62px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000;
    border-radius: 3px;
    display: block;
    height: 5px;
    position: absolute;
    top: 6px;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 62px;
}

.hamburger-inner::before {
    content: "";
    top: 16px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 32px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 16px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-15px, -8px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -32px, 0) rotate(-90deg);
}
.error-message h1{
  margin: 0!important;
}


