/***** Aufklapper - Start *****/
.folder {
    margin: 0 0 60px;
}
.folder .fold {
    margin: 0 0 3px;
}
.folder .fold .fold-title {
    position: relative;
    padding: 14px 56px 14px 22px;
    font-size: 26px;
    color: #fff;
    background-color: rgb(var(--color-secondary-light));
    cursor: pointer;
}
.folder .fold .fold-title::before {
    content: '';
    position: absolute;
    top: 22px;
    right: 30px;
    width: 2px;
    height: 19px;
    background-color: #fff;
    transition: all var(--transition-t2) ease-in-out;
}
.folder .fold.active .fold-title::before {
    transform: rotate(90deg);
}
.folder .fold .fold-title::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 22px;
    width: 19px;
    height: 2px;
    background-color: #fff;
}
.folder .fold .fold-content {
    display: none;
    padding: 24px 22px 24px;
}
.folder .fold .fold-content .text {
    display: flow-root;
}
.folder .fold .fold-content p {
    font-size: 26px;
    line-height: 1.26923;
}
.folder .fold .fold-content p:last-of-type {
    margin: 0;
}
.folder .fold .fold-content .image,
.folder .fold .fold-content .video {
    margin: 0 0 20px;
}
.folder .fold .fold-content .image.pos-1,
.folder .fold .fold-content .video.pos-1 {
    float: right;
    width: 50%;
    margin-left: 30px;
}
.folder .fold .fold-content .image.pos-2,
.folder .fold .fold-content .video.pos-2 {
    float: left;
    width: 50%;
    margin-right: 30px;
}
.folder .fold .fold-content .image.pos-3,
.folder .fold .fold-content .video.pos-3 {
    width: 100%;
}
.folder .fold .fold-content .image img,
.folder .fold .fold-content .video video {
    display: block;
    width: 100%;
    height: auto;
}
.folder .fold .fold-content .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.folder .fold .fold-content .video.pos-1,
.folder .fold .fold-content .video.pos-2 {
    padding-bottom: 28.125%;
}
.folder .fold .fold-content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.folder .fold .fold-content .image .caption {
    padding: 4px 0 0;
    line-height: 1.5;
    font-style: italic;
}
/***** Aufklapper - End *****/

/***** Header-Teaser - Start *****/
.header-teaser {
    position: relative;
    margin: 0 0 162px;
}
.header-teaser .image img {
    display: block;
    width: 100%;
    height: auto;
}
.header-teaser .teasers {
    position: absolute;
    bottom: -48px;
    width: 100%;
}
.header-teaser .redbox {
    position: relative;
    padding: 30px 36px 38px;
    color: #fff;
    border-radius: 0 0 0 56px;
    background-color: rgba(var(--color-primary), .85);
}
.header-teaser .redbox .icon {
    position: absolute;
    top: 22px;
    right: 22px;
}
.header-teaser .redbox .icon.i-2::before {
    content: '';
    display: block;
    width: 67px;
    height: 77px;
    background: url("../Images/bg-icon-pdf.svg") no-repeat;
    background-size: contain;
}
.header-teaser .redbox .title {
    margin: 0 0 20px;
    padding: 0 80px 0 0;
    font: 400 38px/1.23684 var(--font-2);
}
.header-teaser .redbox .text {
    font-size: 24px;
    line-height: 1.5;
}
.header-teaser .redbox .text p {
    margin: 0 0 24px;
}
.header-teaser .redbox .text p:last-of-type {
    margin: 0;
}
.header-teaser .redbox .text a.link-arrow-down {
    margin: 0 0 0 30px;
    text-decoration: none;
}
.header-teaser .redbox .text a.link-arrow-down::before {
    left: -30px;
    border-bottom-color: #fff;
    background: url("../Images/bg-arrow-down-white.svg") no-repeat;
    background-size: 14px auto;
}
.header-teaser .redbox .text a.link-arrow-right {
    padding: 0;
    margin: 0 0 0 40px;
    text-decoration: none;
    border-bottom: 2px solid #fff;

    transition: all var(--transition-t1);
}
.header-teaser .redbox .text a.link-arrow-right::before {
    left: -40px;
    border-bottom-color: #fff;
    background: url("../Images/bg-arrow-right-white.svg") no-repeat;
    background-size: 28px auto;
}
.header-teaser .redbox .text a.link-arrow-right:hover {
    border-bottom-color: transparent;
}

.header-teaser .whitebox {
    margin: 80px 0 -80px -24px;
    padding: 38px 50px;
    color: rgb(var(--color-secondary));
    border-radius: 0 56px 0 0;
    background-color: #fff;
}
.header-teaser .whitebox .text {
    font-size: 24px;
}
.header-teaser .whitebox .text p {
    margin: 0 0 4px;
}
.header-teaser .whitebox .text p.text-indent {
    margin: 0 0 30px;
}
.header-teaser .whitebox .text p:last-of-type {
    margin: 0;
}
.header-teaser .whitebox .text a.link-arrow-right {
    padding: 0;
    text-decoration: none;
    border-bottom: 3px solid rgb(var(--color-primary));
    transition: all var(--transition-t1);
}
.header-teaser .whitebox .text a.link-arrow-right::before {
    left: -38px;
    background: url("../Images/bg-arrow-right-red.svg") no-repeat;
    background-size: 28px auto;
}
.header-teaser .whitebox .text a.link-arrow-right:hover {
    border-bottom-color: transparent;
}
/***** Header-Teaser - End *****/

/***** Infobox - Start *****/
.infobox {
    position: relative;
    margin: 52px 0 80px 138px;
}
.infobox .infobox-content {
    position: relative;
    padding: 72px 66px 70px 74px;
    border-radius: 0 68px 0 0;
    background-color: rgb(var(--color-table-bg-tr-primary));
    z-index: 2;
}
.infobox .title {
    margin: 0 0 22px;
}
.infobox .title .headline {
    display: inline;
    font-family: var(--font-2);
    font-size: 26px;
    line-height: 1.23529;
    color: rgb(var(--color-secondary));
    border-bottom: 3px solid rgb(var(--color-secondary-light));
}
.infobox .title .headline span {
    font-size: 34px;
}
.infobox .icon {
    position: absolute;
    top: -52px;
    left: -138px;
    width: 180px;
    height: 148px;
    background-color: rgb(var(--color-secondary-light));
    z-index: 1;
}
.infobox .icon::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 28px;
    width: 96px;
    height: 96px;
    background: url("../Images/bg-icon-info.svg") no-repeat;
    background-size: 96px auto;
}
.infobox .text p:last-of-type {
    margin-bottom: 0;
}
.infobox .text p a {
    border-bottom: none;
    text-decoration: underline;
}
.news .infobox .text p a {
    border-bottom: 3px solid rgb(var(--color-primary));
    text-decoration: none;
}
.infobox .text p a:hover {
    text-decoration: none;
}
.news .infobox .text p a:hover {
    border-bottom-color: transparent;
}
/***** Infobox - End *****/

/***** Bild vollflächig - Start *****/
.image-fullwidth {
    position: relative;
    margin: 0 0 140px;
}
.video-wrapper.nobg {
    padding: 0;
    background-color: transparent;
}
.image-fullwidth img {
    display: block;
    width: 100%;
    height: auto;
}
.image-fullwidth .caption-pos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.image-fullwidth .caption {
    width: 812px;
    margin: 0 0 -68px;
    padding: 62px 84px 74px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 0 60px;
    background-color: rgba(var(--color-secondary), .78);
}
/***** Bild vollflächig - End *****/

/***** Video - Start *****/
.video-wrapper {
    margin: 0 0 75px;
    padding: 56px 0 75px;
    background-color: rgba(var(--color-custom-1), .25);
}
.video-wrapper .title {
    margin: 0 0 38px;
    text-align: center;
}
.video-wrapper .title .headline {
    display: inline;
    font-family: var(--font-2);
    font-size: 24px;
    line-height: 1.23529;
    color: rgb(var(--color-secondary));
    border-bottom: 3px solid rgb(var(--color-secondary-light));
}
.video-wrapper .title .headline span {
    font-size: 54px;
}
.video-wrapper .text {
    margin: -32px -72px 0 138px;
    padding: 70px 100px 56px 60px;
    border-radius: 0 0 0 70px;
    background-color: rgb(var(--color-custom-1));
}
.video-wrapper .text p:last-of-type {
    margin: 0;
}
.video-wrapper .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***** Video - End *****/

/***** Zitatbox - Start *****/
.quotebox {
    position: relative;
    margin: 138px 0 76px;
    padding: 128px 0 38px;
    text-align: center;
    background-color: rgba(var(--color-secondary-light), .15);
}
.quotebox .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -62px;
    left: calc(50% - 72px);
    width: 144px;
    height: 148px;
    background-color: rgba(var(--color-secondary-light), .56);
}
.quotebox .icon::before {
    content: '';
    position: absolute;
    width: 69px;
    height: 57px;
    background: url("../Images/bg-icon-quote.png") no-repeat;
    background-size: 69px auto;
}
.quotebox .text {
    margin: 0 0 30px;
    font-size: 36px;
    color: rgb(var(--color-secondary));
    line-height: 1.27778;
}
.quotebox .text p:last-of-type {
    margin: 0;
}
.quotebox .image {
    display: inline-block;
    width: 178px;
    height: 178px;
    margin: 0 0 2px;
    border-radius: 50%;
    overflow: hidden;
}
.quotebox .image img {
    display: block;
    width: 100%;
    height: auto;
}
.quotebox .author-name {
    font-size: 28px;
    color: rgb(var(--color-secondary-light));
}
/***** Zitatbox - End *****/

/***** Themen-Teaser - Start *****/
.theme-teaser {
    margin: 0 0 76px;
    padding: 56px 0 0;
    background-color: rgba(var(--color-secondary), .12);
}
.theme-teaser .title {
    margin: 0 0 62px;
    font: 400 54px/1.22222 var(--font-2);
    text-align: center;
    color: rgb(var(--color-secondary));
}
.theme-teaser .title .headline {
    display: inline;
    border-bottom: 3px solid rgb(var(--color-secondary));
}
.theme-teaser .teaser-elements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.theme-teaser .teaser-elements .teaser {
    position: relative;
    /*display: flex;*/
    width: 50%;
    margin: 0 0 92px;
}
.theme-teaser .teaser-elements .teaser .teaser-content {
    position: relative;
}
.theme-teaser .teaser-elements .teaser .image {
    position: relative;
}
.theme-teaser .teaser-elements .teaser .image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.theme-teaser .teaser-elements .teaser:nth-of-type(odd) .image {
    margin-right: 8px;
    margin-left: 72px;
}
.theme-teaser .teaser-elements .teaser:nth-of-type(even) .image {
    margin-left: 8px;
    margin-right: 72px;
}
.theme-teaser .teaser-elements .teaser .cta {
    position: absolute;
    bottom: 26px;
}
.theme-teaser .teaser-elements .teaser .cta a {
    display: inline-block;
    position: relative;
    padding: 14px 24px 12px 72px;
    font: 400 26px/1.3 var(--font-2);
    color: #fff;
    text-decoration: none;
    background-color: rgba(var(--color-secondary), .85);
}
.theme-teaser .teaser-elements .teaser .cta a::before {
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    left: 16px;
    width: 36px;
    height: 18px;
    background: url("../Images/bg-arrow-right-white.svg") no-repeat;
    background-size: 36px auto;
}
.theme-teaser .teaser-elements .teaser .cta a .link-text {
    display: inline;
    border-bottom: 3px solid #fff;
    transition: all var(--transition-t1);
}
.theme-teaser .teaser-elements .teaser .teaser-content:hover .cta a .link-text {
    border-bottom-color: transparent;
}
.theme-teaser .teaser-elements .teaser .cta a .link-text span {
    font-size: 34px;
}
.theme-teaser .teaser-elements .teaser:nth-of-type(odd) .cta {
    left: 0;
}
.theme-teaser .teaser-elements .teaser:nth-of-type(even) .cta {
    right: 0;
}
/***** Themen-Teaser - End *****/

/***** Teaser - Start *****/
.image-text-teaser {
    margin: 0 0 204px;
    padding: 96px 0 0;
}
.image-text-teaser .bg {
    background-color: rgba(var(--color-custom-2), .24);
}
.image-text-teaser .image {
    margin: -96px 0 30px;
}
.image-text-teaser .image img {
    display: block;
    height: auto;
}
.image-text-teaser .text-box {
    min-height: 490px;
    margin: 28px 0 -104px 0;
    padding: 40px;
    font-size: 34px;
    line-height: 1.29412;
    color: #fff;
    background-color: rgb(var(--color-secondary-light));
    border-radius: 0 0 60px 0;
}
.image-text-teaser .text-box a.link-arrow-right {
    margin: 0 0 0 42px;
    padding: 0;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: all var(--transition-t1);
}
.image-text-teaser .text-box a.link-arrow-right::before {
    top: 16px;
    left: -40px;
    background: url("../Images/bg-arrow-right-white.svg") no-repeat;
    background-size: 28px auto;
}
.image-text-teaser .text-box a.link-arrow-down {
    margin: 0 0 0 42px;
    text-decoration: none;
}
.image-text-teaser .text-box a.link-arrow-down::before {
    top: 16px;
    left: -32px;
    border-bottom-color: #fff;
    background: url("../Images/bg-arrow-down-white.svg") no-repeat;
    background-size: 14px auto;
}
.image-text-teaser .text-box a.link-arrow-right:hover {
    border-bottom-color: transparent;
}
.image-text-teaser .text-box .title {
    margin: 0 0 20px;
    font: 400 28px/1.21739 var(--font-2);
}
.image-text-teaser .text-box .title .headline {
    display: inline;
    border-bottom: 3px solid #fff;
}
.image-text-teaser .text-box .title .headline span {
    font-size: 46px;
}
/***** Teaser - End *****/

/***** Teaser-Übersichtsseiten - Start *****/
.teaser-overview {
    position: relative;
    margin: 0 0 60px;
}
.teaser-overview .image img {
    width: 100%;
}
.teaser-overview .linktext {
    position: absolute;
    left: 0;
    bottom: -36px;
    padding: 20px;
    font: 34px/1.23529 var(--font-2);
    color: #fff;
    background-color: rgba(var(--color-secondary), .85);
}
.teaser-overview .linktext .text {
    display: inline;
    font: 20px/1.23529 var(--font-2);
    border-bottom: 3px solid #fff;

    transition: all var(--transition-t1);
}
.teaser-overview:hover .linktext .text {
    border-bottom-color: transparent;
}
.teaser-overview .linktext .text span {
    font-size: 34px;

    transition: all var(--transition-t1);
}
/***** Teaser-Übersichtsseiten - End *****/

/***** Publikationen - Start *****/
.publications {
    position: relative;
    margin: 0 0 76px;
}
.publications .bg-image {
    position: relative;
    display: flex;
    justify-content: center;
}
.publications .bg-color {
    position: absolute;
    bottom: 0;
    height: 442px;
    width: 100%;
}
.publications .bg-color .container,
.publications .bg-color .container .row {
    height: 100%;
}
.publications .bg-color .color {
    height: 100%;
    border-radius: 0 80px 0 0;
    background-color: rgba(var(--color-secondary), .72);
}

.publications .content {
    position: relative;
    margin: -442px 0 0;
    padding: 70px 0 0;
    z-index: 2;
}
.publications .content .title {
    margin: 0 138px 85px;
    font: 54px/1.22223 var(--font-2);
    color: #fff;
    text-align: center;
}
.publications .content .title .headline {
    display: inline;
    border-bottom: 3px solid #fff;
}
.publications .publication-items {
    margin: 0 0 32px;
    padding: 0 138px 0;
}
.publications .item {
    display: flex;
    margin: 0 0 6px;
    padding: 30px;
    color: #fff;
    background-color: rgb(var(--color-custom-3));
}
.publications .item .image {
    flex: 0 0 153px;
    margin: 0 30px 0 0;
}
.publications .item .image img {
    width: 100%;
}
.publications .item .text {
    font-size: 24px;
}
.publications .item .text .headline {
    font-weight: 700;
}
.publications .item .text .more {
    font-weight: 700;
    color: inherit;
}
.publications .item .text .more a {
    position: relative;
    margin: 0;
    padding: 0 0 0 38px;
    text-decoration: none;
    border: none;
}
.publications .item .text .more a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 28px;
    height: 14px;
    background: url("../Images/bg-arrow-right-white.svg") no-repeat;
    background-size: 28px auto;
}
.publications .item .text .more a[href$=".pdf"]::before {
    top: 0;
    left: 0;
    width: 27px;
    height: 31px;
    background: url("../Images/bg-icon-pdf.svg") no-repeat;
    background-size: 27px auto;
}
.publications .item .text .more a span {
    border-bottom: 2px solid #fff;

    transition: all var(--transition-t1);
}
.publications .item .text .more a:hover span {
    border-bottom-color: transparent;
}

.publications .more-all {
    padding: 0 30px;
    text-align: center;
    font-weight: 700;
    color: rgb(var(--color-secondary));
}
.publications .more-all a {
    position: relative;
    text-decoration: none;
    border: none;
}
.publications .more-all a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -38px;
    width: 28px;
    height: 14px;
    background: url("../Images/bg-arrow-right-blue-2.svg") no-repeat;
    background-size: 28px auto;
}
.publications .more-all a span {
    border-bottom: 2px solid rgb(var(--color-custom-3));

    transition: all var(--transition-t1);
}
.publications .more-all a:hover span {
    border-bottom-color: transparent;
}
/***** Publikationen - End *****/

/***** Blog-Teaser - Start *****/
.blog-teaser {
    margin: 0 0 76px;
    padding: 102px 0 32px;
    background-color: rgba(var(--color-custom-3), .17);
}
.blog-teaser.nobg {
    margin: 0 0 40px;
    padding: 62px 0 0;
    background-color: transparent;
}
.blog-teaser .col {
    position: relative;
}
.blog-teaser .blog-actions {
    position: absolute;
    top: -62px;
    left: -138px;
    padding: 30px 40px 36px 36px;
    color: #fff;
    border-radius: 0 0 0 60px;
    background-color: rgb(var(--color-custom-3));
    z-index: 2;
}
.blog-teaser .blog-actions .title {
    font: 28px/1.2 var(--font-2);
    margin: 0 0 38px;
}
.blog-teaser .blog-actions .title .headline {
    display: inline;
    border-bottom: 3px solid #fff;
}
.blog-teaser .blog-actions .title .headline span {
    font-size: 42px;
}
.blog-teaser .blog-actions .more {
    font-size: 24px;
    font-weight: 700;
}
.blog-teaser .blog-actions .more a {
    position: relative;
    padding: 0 0 0 38px;
    text-decoration: none;
}
.blog-teaser .blog-actions .more a::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 28px;
    height: 14px;
    background: url("../Images/bg-arrow-right-white.svg") no-repeat;
    background-size: 28px auto;
}
.blog-teaser .blog-actions .more a span {
    border-bottom: 2px solid #fff;

    transition: all var(--transition-t1);
}
.blog-teaser .blog-actions .more a:hover span {
    border-bottom-color: transparent;
}

.blog-teaser .news .article a {
    border-bottom-color: rgb(var(--color-custom-4));
}
.blog-teaser .news .article a:hover {
    border-bottom-color: transparent;
}
.blog-teaser .news .article .text .more a::before {
    background-image: url("../Images/bg-arrow-right-blue-2.svg");
    opacity: 0.6;
}
/***** Blog-Teaser - End *****/

/***** Spenden-Teaser - Start *****/
.donate-teaser {
    margin: 0 0 76px;
}
.donate-teaser .teaser-content {
    position: relative;
    display: flex;
    margin: 0 0 112px 96px;
    color: #fff;
    border-radius: 0 80px 0 0;
    background-color: rgb(var(--color-secondary));
}
.donate-teaser .teaser-content .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 144px;
    height: 148px;
    bottom: -112px;
    left: -96px;
    background-color: rgba(var(--color-custom-3), .5);
    z-index: -1;
}
.donate-teaser .teaser-content .icon::before {
    content: '';
    width: 91px;
    height: 94px;
    background: url("../Images/bg-icon-donate-white.svg") no-repeat;
}
.donate-teaser .teaser-content .text {
    flex: 0 0 412px;
    padding: 25px 38px 40px 48px;
    font-size: 24px;
    line-height: 1.41666;
}
.donate-teaser .teaser-content .text .title {
    margin: 0 0 15px;
    font: 56px/1.2 var(--font-2);
}
.donate-teaser .teaser-content .text .title .headline {
    display: inline;
    border-bottom: 3px solid #fff;
}
.donate-teaser .teaser-content .text .title .headline span {
    font-size: 50px;
}
.donate-teaser .teaser-content .text .bodytext p:last-of-type {
    margin: 0;
}
.donate-teaser .teaser-content .text .bodytext a.link-arrow-right {
    margin-top: 20px;
}
.donate-teaser .teaser-content .text .bodytext a.link-arrow-right::before {
    background-image: url("../Images/bg-arrow-right-white.svg");
}
.donate-teaser .teaser-content .image {
    display: flex;
    align-items: center;
}
/***** Spenden-Teaser - End *****/

/***** Multiteser Material-DB & Newsletter - Start *****/
.multi-teaser {
    margin: 0 0 76px;
}
.multi-teaser .teaser-left {
    position: relative;
    margin: 0 0 0 138px;
    padding: 25px 40px 16px;
    color: #fff;
    border-radius: 0 0 0 60px;
    background-color: rgb(var(--color-custom-3));
}
.multi-teaser .teaser-right {
    position: relative;
    margin: 0 160px 0 0;
    padding: 25px 40px 16px;
    color: #fff;
    border-radius: 0 60px 0 0;
    background-color: rgb(var(--color-custom-5));
}
.multi-teaser .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 148px;
}
.multi-teaser .teaser-left .icon {
    top: 30px;
    left: -138px;
    width: 138px;
    background-color: rgba(var(--color-custom-3), .56);
}
.multi-teaser .teaser-right .icon {
    bottom: 30px;
    right: -160px;
    width: 160px;
    background-color: rgba(var(--color-custom-5), .56);
}
.multi-teaser .icon.i-1::before {
    content: '';
    display: block;
    width: 88px;
    height: 106px;
    background: url("../Images/bg-icon-document-lens.svg") no-repeat;
    background-size: 88px auto;
}
.multi-teaser .icon.i-2::before {
    content: '';
    display: block;
    width: 106px;
    height: 106px;
    background: url("../Images/bg-icon-email.svg") no-repeat;
    background-size: 106px auto;
}
.multi-teaser .icon.i-3::before {
    content: '';
    display: block;
    width: 95px;
    height: 106px;
    background: url("../Images/bg-icon-pdf.svg") no-repeat;
    background-size: 95px auto;
}
.multi-teaser .title {
    font: 30px/1.2 var(--font-2);
    margin: 0 0 12px;
}
.multi-teaser .title .headline {
    display: inline;
    border-bottom: 3px solid #fff;
}
.multi-teaser .title .headline span {
    font-size: 50px;
}
.multi-teaser .text {
    font-size: 24px;
    line-height: 1.41666;
}
.multi-teaser .text .link-arrow-right {
    margin-top: 8px;
    font-weight: 700;
}
.multi-teaser .text a.link-arrow-right::before {
    background-image: url("../Images/bg-arrow-right-white.svg");
}
/***** Multiteser Material-DB & Newsletter - End *****/

/***** About - Start *****/
.about {
    margin: 0 0 76px;
    padding: 90px 0 48px;
    text-align: center;
    background-color: rgba(var(--color-custom-6), .15);
}
.about .title {
    margin: 0 0 32px;
    font: 28px/1.22222 var(--font-2);
    color: rgb(var(--color-secondary));
}
.about .title .headline {
    display: inline;
    border-bottom: 3px solid rgb(var(--color-custom-3));
}
.about .title .headline span {
    font-size: 54px;
}
.about .text {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 1.27778;
    color: rgb(var(--color-secondary));
}
.about .images {
    margin: 0 0 20px;
}
.about .images .image {
    margin: 0 0 24px;
}
.about .images .image img {
    width: 100%;
}
.about .more {
    font-weight: 700;
    font-size: 24px;
    color: rgb(var(--color-secondary));
}
.about .more .link-arrow-right {
    /*margin: 0 0 0 38px;*/
    padding: 0;
    text-decoration: none;
    border-bottom: 2px solid rgb(var(--color-custom-3));

    transition: all var(--transition-t1);
}
.about .more .link-arrow-right:hover {
    border-bottom-color: transparent;
}
.about .more .link-arrow-right::before {
    left: -38px;
    width: 38px;
    background-image: url("../Images/bg-arrow-right-blue-2.svg");
}
/***** About - End *****/

/***** Kachel-Bereich - Start *****/
.boxes {
    padding: 34px 0 0;
}
.boxes > .inner {
    max-width: 1726px;
    margin: 0 auto;
    padding: 0 15px;
}
.boxes .inner .text-content .headline {
    margin: 0 0 68px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.23077;
    text-align: center;
}
.boxes .boxes-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/***** Kachel-Bereich - End *****/

/***** Kachel mit Layer - Start *****/
.box {
    margin: 0 15px 48px;
}
.box .box-content .image {
    cursor: pointer;
}
.box .box-content .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: -34px 0 0;
}
.box .link-arrow-right {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 20px 40px 20px 70px;
    font: 700 22px/1.42857 var(--font-1);
    color: #fff;
    border: none;
    border-radius: 0 40px 0 0;
    background-color: rgba(var(--color-font), .85);
    cursor: pointer;

    transition: all var(--transition-t1);
}
.box .link-arrow-right::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 24px;
    width: 28px;
    height: 14px;
    background: url("../Images/bg-arrow-right-white.svg") no-repeat;
    background-size: 28px auto;
}
.box:hover .link-arrow-right {
    background-color: rgba(var(--color-primary), 1);
}

.box .box-layer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 80px 80px;
    background-color: rgba(0, 0, 0, .59);
    opacity: 0;
    pointer-events: none;
    z-index: 100;

    transition: all var(--transition-t2);
}
.box.active .box-layer {
    opacity: 1;
    pointer-events: auto;
}
.box .box-layer .inner {
    position: relative;
    width: 1400px;
    max-width: 100%;
    height: 100%;
    padding: 0 0 60px;
    color: #fff;
    background-color: rgb(var(--color-primary));
    border-radius: 0 0 60px 0;
    transform: scale(.1);

    transition: all var(--transition-t2);
}
.box.active .box-layer .inner {
    transform: scale(1);
}
.box .box-layer .inner .inner-content {
    height: 100%;
    padding: 64px 64px 0;
    overflow-y: auto;
}
.box .box-layer .inner .close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999em;
    cursor: pointer;
}
.box .box-layer .inner .close::before,
.box .box-layer .inner .close::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 94%;
    border-left: 5px solid #fff;
    border-radius: 3px;
    transform: rotate(-45deg);
}
.box .box-layer .inner .close::after {
    transform: rotate(45deg);
}
.box .box-layer .inner .headline {
    margin: 0 0 32px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.23810;
    text-align: left;
}
.box .box-layer .inner .inner-content .layer-content {
    /*display: flex;
    justify-content: space-between;*/
}
.box .box-layer .inner .inner-content .layer-content h2 {
    margin-top: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.box .box-layer .inner .inner-content .layer-content h3 {
    margin-top: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}
.box .box-layer .inner .inner-content .layer-content .image {
    /*flex: 0 0 auto;*/
    float: right;
    margin: 8px 0 20px 40px;
}
.box .box-layer .inner .inner-content .layer-content .text p:last-child {
    margin-bottom: 0;
}
/***** Kachel mit Layer - End *****/