/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.section {
    position: relative;
    padding-top: 50px;
}

.section.background-color-graycolor, .section.background-color-maincolor {
    padding-top: 0;
}

.section.background-color-graycolor + .section, .section.background-color-maincolor + .section {
    margin-top: 100px;
}

.section.background-color-maincolor + .background-color-graycolor {
    margin-top: 125px;
}

.website-stage .section.background-color-graycolor, .website-stage .section.background-color-maincolor {
    padding-bottom: 0px;
}

.website-stage .section.background-color-maincolor {
    margin-bottom: 150px;
    height: 420px;

    &:has(.stage-textbox) {
        height: 450px;

        @media (max-width: 767px) {
            height: 100%;
        }

        @media (max-width: 576px) {
            padding-bottom: 20px;
        }
    }
}

.section:has(.stage-textbox) {
    height: 450px;

    @media (max-width: 767px) {
        height: 100%;
    }

    @media (max-width: 576px) {
        padding-bottom: 20px;
    }
}

.website-stage .section {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.website-content .section.background-color-maincolor:first-of-type, .website-content .section.background-color-graycolor:first-of-type {
    margin-top: 150px;
}

.section.background-color-maincolor, .section.background-color-graycolor {
    background: #00456A;
    /*background-image: url('../Images/hg_dunkelblau_00456A.png');*/
    margin-top: 125px;
    margin-bottom: 75px;
    position: relative;
}

.section.background-color-maincolor:before, .section.background-color-graycolor:before {
    content: '';
    position: absolute;
    top: -124px;
    right: 0;
    left: 0;
    background: url('vhs-assets-css-68c0bca27d2a49a1bd347d16685cb0cb.png') no-repeat top center;
    background-size: 100% 100%;
    z-index: 0;
    width: auto;
    height: 125px;
}

.section.background-color-maincolor:after, .section.background-color-graycolor:after {
    content: '';
    z-index: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -85px;
    background: url('vhs-assets-css-68c0bca27d2a49a1bd347d16685cb0cb.png') no-repeat bottom center;
    background-size: 100% 100%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: auto;
    height: 125px;
}

.website-stage .background-color-maincolor:after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: -77px;
    background: url('vhs-assets-css-68c0bca27d2a49a1bd347d16685cb0cb.png') no-repeat bottom center;
    background-size: 100% 100%;
    transform: rotate(180deg);
    width: auto;
    height: 79px;
}

.section.background-color-maincolor a:hover {
    /*color: #00AAA3 !important;*/
    color: inherit !important;
}


.section.background-color-graycolor {
    background-image: url('vhs-assets-css-4b4848f791f32536e161043594877ab5.png');
}

.section.background-color-graycolor:before {
    background: url('vhs-assets-css-ace211c9dadbdccf1aae4576b4f8d0cb.png') no-repeat top center;
    background-size: 100% 100%;

}

.section.background-color-graycolor:after {
    background: url('vhs-assets-css-ace211c9dadbdccf1aae4576b4f8d0cb.png') no-repeat bottom center;
    background-size: 100% 100%;
}

.section.background-image {
    padding-top: 200px;
    padding-bottom: 100px;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
}

.website-stage .section.background-image {
    padding-top: 50px;
    margin-bottom: -50px;
}

.background-color-maincolor.background-image:after, .background-color-graycolor.background-image:after {
    display: none;
}

/*section.background-color-maincolor:last-of-type {*/
/*	margin-bottom: -200px;*/
/*	padding-bottom: 200px;*/
/*}*/

.section.background-color-maincolor {
    color: #FFFFFF;
}

.section.background-color-maincolor p {
    /*color: #FFFFFF;*/
}

.section.background-color-maincolor h5 {
    color: #00AAA3 !important;
}


@media (max-width: 1200px) {
    .website-stage .section.background-color-maincolor {
        height: 100%;
        margin-bottom: 100px;
    }

    .website-stage .background-color-maincolor:after {
        bottom: -68px;
        height: 69px;
    }
}

@media (max-width: 991px) {
    .section.background-color-maincolor, .section.background-color-graycolor {
        margin-top: 190px;
        margin-bottom: 90px;
    }

    .section.background-color-maincolor:before, .section.background-color-graycolor:before {
        height: 90px;
        top: -89px;
    }

    .section.background-color-maincolor:after, .section.background-color-graycolor:after {
        bottom: -89px;
        height: 90px;
    }

    .website-stage .background-color-maincolor:after {
        bottom: -68px;
        height: 69px;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 25px;
    }

    .section.background-image {
        padding-top: 75px;
        padding-bottom: 75px;
        background-size: auto 90% !important;
    }

    .website-content .section.background-color-maincolor:first-of-type, .website-content .section.background-color-graycolor:first-of-type {
        margin-top: 110px;
    }

    .section.background-color-maincolor, .section.background-color-graycolor {
        margin-top: 170px;
        margin-bottom: 70px;
    }

    .website-stage .section.background-color-graycolor, .website-stage .section.background-color-maincolor {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .website-stage .section.background-image {
        padding-top: 0px;
        margin-bottom: 60px;
    }
    .section.background-color-maincolor:before, .section.background-color-graycolor:before {
        height: 70px;
        top: -69px;
    }

    .section.background-color-graycolor:after {
        bottom: -100px;
        height: 70px;
    }

    .section.background-color-graycolor:after {
        bottom: -70px;
        height: 70px;
    }

    .website-stage .section.background-color-maincolor {
        height: auto;
    }

    .website-stage .section.background-color-maincolor .stage-container .imagetext-text h1 {
        color: #ffffff !important;
    }

    .website-stage .section.background-color-maincolor .stage-container .imagetext-text .subheadline {
        font-size: 17px !important;
    }

    .subpage .website-stage .section.background-color-maincolor .stage-container .stage-textbox.rmOrganism .imagetext-text .subheadline {
        font-size: 21px !important;
    }

}

@media (max-width: 576px) {
    .website-content .section.background-color-maincolor:first-of-type, .website-content .section.background-color-graycolor:first-of-type {
        margin-top: 85px;
    }

    .section.background-color-maincolor, .section.background-color-graycolor {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section.background-color-maincolor:before, .section.background-color-graycolor:before {
        height: 50px;
        top: -49px;
    }

    .section.background-color-maincolor:after, .section.background-color-graycolor:after {
        bottom: -31px;
        height: 50px;
    }

    .website-stage .section.background-color-maincolor:after, .website-stage .section.background-color-graycolor:after {
        bottom: -49px;
        height: 50px;
    }

    .section.background-color-graycolor + .section, .section.background-color-maincolor + .section {
        margin-top: 50px;
    }

    .section.background-color-graycolor + .section, .section.background-color-maincolor + .section {
        margin-top: 50px;
    }
}


.imagetext {
	margin: 0 -15px;
}

.main-image > img {
	width: 100%;
	height: auto;
}

.main-image a:before {
	display: none !important;
}

.side-image {
	display: flex;
	justify-content: flex-end;
}

.side-image a:before {
	display: none !important;
}

.side-image img {
	border-radius: 10px;
}

.imagetext-headline {
	margin-bottom: 30px;
}

.imagetext-headline h1 {
	line-height: 55px;
	margin-bottom: 0px;
}

.imagetext-headline h2,
.imagetext-headline h3 {
	line-height: 43px;
	margin-bottom: 0px;
}

.imagetext ul {
	columns: 2;
	margin-bottom: 30px;
}

.imagetext ul li, .imagetext ol li{
	position: relative;
	padding-left: 28px;
}

.imagetext ul li:before, .imagetext ol li:before{
	position: absolute;
	top: -2px;
	left: 3px;
}

.imagetext p {
	line-height: 28px;
	margin-bottom: 30px;
}

.imagetext p:last-child {
	margin-bottom: 0px;
}

.imagetext p + a{
	margin-top: 10px;
}

.section.background-color-maincolor .imagetext-text li {
	color: #ffffff;
}

.imagetext-text a{
	margin-top: 0px;
}

.imagetext-headline {
	margin-bottom: 30px;
}

.imagetext-headline h2:first-of-type {
	margin-bottom: 0;
}

.layout-0 .imagetext-headline {
	position: relative;
	left: -100px;
	margin-top: 50px;
}

.side-image.imagetext-button img:nth-child(n+2) {
	display: none;
}

.layout-0 .side-image.imagetext-button {
	justify-content: start;
}

.imagetext-button-container {
}

.imagetext-button-container a:before {
	display: none !important;
}

.imagetext-button-container {
	color: white;
	width: 236px;
	height: 236px;
	position: relative;
	top: -10px;
	left: -100px;
}

.layout-1 .side-image .imagetext-button-container {
	top: -90px;
	left: -100px;
}

.imagetext-button-container a:hover {
	color: white
}

.imagetext-button-container a:before {
	display: none;
}

.side-image > img, .side-image > a > img {
	position: relative;
	/*top: -60px;*/
	right: 60px;
}

.imagetext-button-container a {
	margin-top: 0px;
}

.side-image {
	margin-top: -80px;
}

.layout-0 .side-image.imagetext-button img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.layout-1 .side-image.imagetext-button img {
	position: absolute;
	top: 0;
	right: 0;
}

.imagetext-button-container span {
	color: #ffffff;
	z-index: 2;
	position: absolute;
	font-size: 25px;
	line-height: 35px;
	width: 100%;
	padding: 0px 18px;
	text-align: center;
	top: 50%;
	left: 5px;
	-moz-transform: rotate(-5deg) translateY(-50%);
	-webkit-transform: rotate(-5deg) translateY(-50%);
	-o-transform: rotate(-5deg) translateY(-50%);
	-ms-transform: rotate(-5deg) translateY(-50%);
	transform: rotate(-5deg) translateY(-50%);
}

.layout-1 .imagetext-button-container span {
	-moz-transform: rotate(5deg) translateY(-50%);
	-webkit-transform: rotate(5deg) translateY(-50%);
	-o-transform: rotate(5deg) translateY(-50%);
	-ms-transform: rotate(5deg) translateY(-50%);
	transform: rotate(5deg) translateY(-50%);
	left: -5px;
}

.imagetext-icon-container {
    border-top: 1px solid #00AAA3;
	padding: 40px 0 40px 0;
}

.background-color-maincolor .imagetext-icon-container {
    border-top: 1px solid rgba(255, 255, 255, 0.33);
}

.imagetext-icon h4 {
	display: flex;
	align-items: center;
}

.imagetext-icon .row {
    flex-direction: row;
    flex-wrap: nowrap;
}

.layout-2 .imagetext-icon-container .imagetext-text p:only-child {
	margin-bottom: 0;
}

.imagetext-icon-container h4 {
	font-size: 20px;
	font-weight: 600;
}

.imagetext-icon-container h4.subheadline {
	color: #ffffff;
}

.image-container {
    position: relative;
}

@media (max-width: 1200px) {
	.imagetext ul {
		columns: 1;
	}
}

@media (max-width: 991px) {
	.imagetext-button-container {
		width: 175px;
		height: 175px;
		top: -60px;
		left: -75px;
	}

	.layout-1 .side-image .imagetext-button-container {
		top: -90px;
		left: -100px;
	}

	.imagetext-button-container span {
		font-size: 21px;
		line-height: 30px;
	}

	.side-image > img, .side-image > a > img {
		right: 30px;
		width: 65%;
	}
}

@media (max-width: 767px) {
	.imagetext-icon-container {
		flex-direction: column;
	}

	.imagetext-icon-container .imagetext-icon {
		flex-basis: auto;
	}

	.imagetext.layout-1 .row {
		flex-direction: column-reverse;
	}

	/*.image-container .side-image > img, .image-container .side-image > a > img {*/
	/*	margin-bottom: -50px;*/
	/*}*/

	.side-image.imagetext-button {
        margin-top: 0px;
		margin-bottom: -120px;
	}

	.side-image > img, .side-image > a > img {
		right: 30px;
		width: 40%;
	}

	.layout-0 .imagetext-headline {
		left: 0;
		margin-top: 0;
	}

	.imagetext-button-container {
		width: 130px;
		height: 130px;
		top: -100px;
		left: -25px;
	}

	.imagetext-button-container span {
		font-size: 17px;
		line-height: 19px;
	}

	.imagetext-image {
		margin-bottom: 50px;
	}

	.layout-1 .side-image .imagetext-button-container {
		top: -100px;
		left: 25px;
	}

    .imagetext.layout-2 .imagetext-text{
        margin: 15px -15px 0 -15px;
    }
}

@media (max-width: 576px) {
	.imagetext {
		margin: 0;
	}

	.imagetext.layout-2 {
		margin: 0 15px;
	}

	.imagetext.layout-2 .imagetext-text{
		margin: 15px -15px 0 -15px;
	}

	.side-image {
        margin-top: 0px;
		margin-bottom: -40px;
	}

	.side-image > a > img, .side-image > img{
        display: none;
	}
}


.website-stage .container {
    padding: 0px;
}

.rmOrganism {
    position: absolute;
    width: 330px;
    bottom: -70px;
    right: -96px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;

    p {
        color: #646464;
    }

    &.stage-textbox {
        .imagetext-headline h2,
        .imagetext-headline h3,
        .imagetext-headline h4 {
            color: var(--darkblue);
        }

        @media (max-width: 991px) {
            bottom: -65px;

            .imagetext-text .imagetext-headline .headline-inline {
                width: 300px !important;
            }

            h2 {
                font-size: 22px !important;
            }

            p {
                display: none;
            }

            .wmButton {
                width: auto;
                padding: 7px;
            }
        }

        h2 {
            font-size: 24px;
            line-height: 29px !important;
        }

        .imagetext-text .imagetext-headline .headline-inline {
            width: 300px !important;
        }
    }
}

@media (max-width: 767px) {
    .subpage .stage-textbox.rmOrganism {
        display: block;
        padding: 10px !important;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.9);
        left: 50%;
        transform: translateX(-50%);
        bottom: -80px;
        border-radius: 2px;

        .imagetext-text {
            padding: 0 !important;
            width: 100% !important;
            text-align: left !important;
        }

        .imagetext-text .subheadline {
            font-size: 22px !important;
        }

        .imagetext-text-content {
            .wmButton {
                width: auto;
                padding: 7px;
            }

            p {
                margin-top: 5px;
            }
        }

        .headline-inline {
            width: 100% !important;
        }
    }
}

.stage-container {
    padding-bottom: 0px;
}

.stage-headline-link-mobile {
    display: none;
}

.background-color-maincolor .stage-container {
    padding-bottom: 50px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .background-color-maincolor .stage-container {
        padding-bottom: 100px;
    }
}

.stage .imagetext-headline h1 {
    font-size: 50px;
}

.stage .imagetext-headline h1,
.stage .imagetext-headline h3 {
    line-height: 55px;
}

.stage .imagetext-headline h2 {
    line-height: 35px;
}

.stage .stage-textbox .imagetext-headline h1,
.stage .stage-textbox .imagetext-headline h2,
.stage .stage-textbox .imagetext-headline h3 {
    line-height: 35px;
}

.stage .stage-textbox .imagetext-headline,
.stage .stage-textbox p {
    margin-bottom: 0;
}

.stage .stage-textbox p {
    font-size: 17px;
    line-height: 21px;
}

.wmButton {
    width: 100%;
    cursor: pointer;
    padding: 10px 0 10px 0;
    background: rgb(0, 170, 163);
    color: white;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;

    &:hover {
        color: white;
    }
}

.stage .imagetext {
    padding-bottom: 0;
}

.stage-container .stage-form {
    position: absolute;
    width: 330px;
    bottom: -70px;
    right: -96px;
    padding: 20px;

    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

.stage-container .stage-form .stage-form-headline h2 {
    font-size: 24px;
    line-height: 29px;
}

.stage-container .stage-form .form-field > input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.stage-container .stage-form-checkbox {
    font-size: 12px;
    line-height: 14px;
}

.stage-container .stage-form-checkbox label:before {
    width: 22px;
    height: 22px;
    top: -0.25rem;
    border-radius: 0;
    cursor: pointer;
}

.stage-container .stage-form-checkbox label:after {
    width: 22px;
    height: 22px;
}

.submit-button div {
    width: 100%;
    cursor: pointer;
    padding: 10px 0 10px 0;
    background: rgb(0, 170, 163);
    color: white;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

.submit-button div:hover {
    background: var(--darkblue);
}

.stage .main-image-mb {
    margin-bottom: 75px;
}

.stage .side-image.side-image-hide {
    display: none;
}

.stage-container .stage-form .col-12 {
    margin-top: 15px;
    padding: 0px;
}

.stage-container .stage-form .stage-form-subheadline {
    color: #00aaa3;
}

.stage-container .main-image img {
    border-radius: 10px;
}

.stage .layout-1 .side-image img {
    top: -20px;
    right: -90px;
}

.stage .side-image > img {
    top: -20px;
    right: 60px;
}

.stage .layout-1 .side-image img {
    top: -20px;
    right: -90px;
}

.stage .layout-1 .imagetext-text {
    z-index: 1;
}

.stage .layout-1 .imagetext-headline .imagetext-headline-bottom {
    justify-content: space-between;
    align-items: center;
}

.stage .layout-1 .imagetext-text .headline-inline {
    width: 640px;
}

.stage .layout-1 .stage-textbox .imagetext-text .headline-inline {
    width: 330px;
}

.stage .slick-prev,
.stage .slick-next {
    display: none !important;
}

.stageCounter {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #00aaa3;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
}

.stageCounter-number {
    display: inline-block;
}

.stageCounter-arrow {
    /*content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='22px' viewBox='0 0 9 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbol' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='arrow_small-copy' transform='translate(-7.000000, 0.000000)' fill='%2300AAA3'%3E%3Cpolygon id='arrow_green_v' transform='translate(11.423340, 11.105957) rotate(-90.000000) translate(-11.423340, -11.105957) ' points='1 10.2436523 1 12.1367187 17.9257813 12.1367188 17.9257813 15.2119141 21.8466797 12.1367188 21.8466797 10.2436523 17.9257813 7 17.9257813 10.2436523'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
    position: relative;
    width: 22px;
    display: inline-block;
}

.stageCounter-arrow svg {
    margin-bottom: 3px;
}

.stageCounter-prev {
    margin-right: 15px;
}

.stageCounter-next {
    margin-left: 15px;
}

.imagetext .stage-icons a.share:before {
    display: inline-block;
    content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMjMgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5tYWlsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlN5bWJvbCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcyNS4wMDAwMDAsIC0zNy4wMDAwMDApIiBmaWxsPSIjMDBBQUEzIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNNzQ3Ljc5LDM3LjI4NiBDNzQ3Ljc3NCwzNy4yNDQgNzQ3Ljc4MiwzNy4xOTcgNzQ3Ljc1MywzNy4xNTkgQzc0Ny43NDcsMzcuMTUxIDc0Ny43MzcsMzcuMTUyIDc0Ny43MzIsMzcuMTQ2IEM3NDcuNjk1LDM3LjEwNCA3NDcuNjQ2LDM3LjA5MyA3NDcuNTk3LDM3LjA2OSBDNzQ3LjU1LDM3LjA0NiA3NDcuNTA5LDM3LjAxNCA3NDcuNDU2LDM3LjAxMSBDNzQ3LjQ0OCwzNy4wMSA3NDcuNDQsMzcgNzQ3LjQzMSwzNyBMNzI1LjQwOCwzNyBDNzI1LjM5OCwzNyA3MjUuMzkyLDM3LjAxIDcyNS4zODMsMzcuMDExIEM3MjUuMzI4LDM3LjAxNCA3MjUuMjg5LDM3LjA0NiA3MjUuMjQsMzcuMDcgQzcyNS4xOTMsMzcuMDk0IDcyNS4xNDQsMzcuMTA2IDcyNS4xMDksMzcuMTQ2IEM3MjUuMTAzLDM3LjE1MiA3MjUuMDkxLDM3LjE1IDcyNS4wODYsMzcuMTU5IEM3MjUuMDU3LDM3LjE5OCA3MjUuMDY1LDM3LjI0NCA3MjUuMDUxLDM3LjI4NiBDNzI1LjAzNSwzNy4zMyA3MjUsMzcuMzYyIDcyNSwzNy40MSBMNzI1LDUxLjE3MyBDNzI1LDUxLjM5OSA3MjUuMTgyLDUxLjU4MyA3MjUuNDA4LDUxLjU4MyBMNzQ3LjQzMSw1MS41ODMgQzc0Ny42NTgsNTEuNTgzIDc0Ny44NDEsNTEuMzk5IDc0Ny44NDEsNTEuMTczIEw3NDcuODQxLDM3LjQxIEM3NDcuODQxLDM3LjM2MiA3NDcuODA2LDM3LjMzIDc0Ny43OSwzNy4yODYgWiBNNzM2LjQxNyw0NS40MjkgTDcyNi42MDUsMzcuODE5IEw3NDYuMjM0LDM3LjgxOSBMNzM2LjQxNyw0NS40MjkgWiBNNzI1LjgyLDUwLjc2MyBMNzI1LjgyLDM4LjI0NSBMNzMzLjYxMyw0NC4yOTEgTDcyNy43NDIsNDguODQ1IEM3MjcuNTYyLDQ4Ljk4MiA3MjcuNTI5LDQ5LjI0MSA3MjcuNjcsNDkuNDE5IEM3MjcuNzQ4LDQ5LjUyMyA3MjcuODcxLDQ5LjU3OCA3MjcuOTkyLDQ5LjU3OCBDNzI4LjA4LDQ5LjU3OCA3MjguMTY4LDQ5LjU0OSA3MjguMjQ0LDQ5LjQ5MiBMNzM0LjI4MSw0NC44MDggTDczNi4xNjgsNDYuMjcgQzczNi4yNDIsNDYuMzI4IDczNi4zMyw0Ni4zNTcgNzM2LjQxOCw0Ni4zNTcgQzczNi41MDYsNDYuMzU3IDczNi41OTgsNDYuMzI4IDczNi42Nyw0Ni4yNyBMNzM4LjU1Nyw0NC44MDkgTDc0NC41OTgsNDkuNDkxIEM3NDQuNjcyLDQ5LjU0OSA3NDQuNzYsNDkuNTc3IDc0NC44NDgsNDkuNTc3IEM3NDQuOTcxLDQ5LjU3NyA3NDUuMDkyLDQ5LjUyMyA3NDUuMTcyLDQ5LjQxOCBDNzQ1LjMxMSw0OS4yMzkgNzQ1LjI3OSw0OC45ODEgNzQ1LjEsNDguODQ0IEw3MzkuMjI1LDQ0LjI5IEw3NDcuMDIyLDM4LjI0NCBMNzQ3LjAyMiw1MC43NjIgTDcyNS44Miw1MC43NjIgTDcyNS44Miw1MC43NjMgWiIgaWQ9Im1haWwiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
    height: 20px;
    width: 24px;
    margin-right: 10px;
    top: 2px;
}

.imagetext .stage-icons a.pdf:before {
    display: inline-flex;
    content: url("data:image/svg+xml,%3Csvg width='24' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='17' width='25' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg fill-rule='evenodd' fill='none' id='Page-1'%3E%3Cg fill='%2300AAA3' id='alle-Module_Unterseite'%3E%3Cg id='Group-9'%3E%3Cg id='download'%3E%3Cpath id='Shape' d='m18.625,17l-2.626,0c-0.553,0 -1,-0.448 -1,-1c0,-0.552 0.447,-1 1,-1l2.626,0c1.677,0 3.375,-1.311 3.375,-3.818c0,-2.657 -2.184,-4.819 -4.867,-4.819c-0.088,0 -0.176,0.006 -0.263,0.015c-0.453,0.057 -0.898,-0.221 -1.053,-0.66c-0.786,-2.224 -2.91,-3.718 -5.284,-3.718c-3.087,0 -5.599,2.488 -5.599,5.546c0,0.255 0.022,0.514 0.067,0.792c0.079,0.486 -0.208,0.957 -0.676,1.11c-1.39,0.456 -2.325,1.738 -2.325,3.189c0,2.193 2.296,2.363 3,2.363l3,0c0.552,0 1,0.448 1,1c0,0.552 -0.448,1 -1,1l-3,0c-2.991,0 -5,-1.753 -5,-4.363c0,-2.042 1.154,-3.871 2.941,-4.775c-0.005,-0.106 -0.007,-0.211 -0.007,-0.316c0,-4.161 3.409,-7.546 7.599,-7.546c2.972,0 5.655,1.728 6.89,4.369c3.652,0.152 6.577,3.15 6.577,6.813c0,3.317 -2.311,5.818 -5.375,5.818zm-10.332,-5.707l3,-3c0.092,-0.092 0.202,-0.165 0.325,-0.216c0.244,-0.101 0.52,-0.101 0.764,0c0.123,0.051 0.233,0.124 0.325,0.216l3,3c0.391,0.391 0.391,1.023 0,1.414c-0.195,0.195 -0.451,0.293 -0.707,0.293c-0.256,0 -0.512,-0.098 -0.707,-0.293l-1.293,-1.293l0,6.586c0,0.552 -0.448,1 -1,1c-0.552,0 -1,-0.448 -1,-1l0,-6.586l-1.293,1.293c-0.391,0.391 -1.023,0.391 -1.414,0c-0.391,-0.391 -0.391,-1.023 0,-1.414z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 14px;
    width: 14px;
    margin-right: 25px;
}

.section.background-color-maincolor .stage-icons a:hover {
    color: #ffffff;
}

.section.background-color-maincolor .stage-icons a:before {
}

.imagetext .stage-icons a.pdf {
    margin-right: 30px;
}

.section.background-color-maincolor .stage h1 {
    color: #ffffff;
}

.section.background-color-maincolor .stage h1.subheadline {
    color: #00aaa3;
}

/*div:first-of-type.background-color-maincolor {*/
/*	margin-top: 0;*/
/*}*/

/*div:first-of-type.background-color-maincolor:before {*/
/*	top: -250px;*/
/*}*/

/*div:first-of-type.background-color-maincolor .stage {*/
/*	padding-top: 100px;*/
/*}*/

.stage-container .imagetext {
    margin: 0px;
}

.website-stage .stage-container .layout-2 .text {
    padding-bottom: 0px;
}

@media (max-width: 1200px) {
    .stage-container .side-image img {
        max-width: 200px;
        width: auto;
        height: 133px;
        right: 100px;
        top: 40px;
    }

    .stage .layout-1 .side-image img {
        top: 10px;
        right: -50px;
    }

    .stage h1 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .stage h1 {
        font-size: 40px;
        line-height: 1;
    }

    .stage-container .imagetext p {
        line-height: 22px;
    }

    .main-image-mb {
        margin-bottom: 195px;
    }

    .stage-container .stage-form {
        width: 330px;
        bottom: -195px;
        padding: 10px;
        right: -60px;
    }

    .stage-container .stage-form .stage-form-headline h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .stage-container .stage-form .form-control {
        font-size: 13px;
        padding: 10px 15px;
    }

    .stage-container .stage-form .submit-button div {
        font-size: 13px;
        line-height: 1.2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rmOrganism {
        width: 330px;
        bottom: -195px;
        padding: 10px;
        right: -60px;
    }
}

@media (max-width: 767px) {
    .stage-headline-link-mobile {
        display: block;
    }

    .website-stage .section {
        padding: 0px;
    }

    .stage-container {
        padding-bottom: 0px;
    }

    .website-stage .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .stage-container .side-image img {
        display: none;
    }

    .stage-container .image-container .main-image img {
        width: 100%;
        height: auto;
        border-radius: 0px;
    }

    .stageCarousel .stage-container .imagetext-text .imagetext-text-content {
        display: none;
    }

    .stage-container {
        position: relative;
    }

    .website-stage
        .section.background-color-maincolor
        .stage-container
        .imagetext
        .row {
        flex-direction: column-reverse !important;
    }

    .website-stage
        .section.background-color-maincolor
        .stage-container
        .imagetext.layout-1
        .row {
        flex-direction: column !important;
    }

    .stage .layout-1 .imagetext-headline .imagetext-headline-bottom {
        flex-direction: row-reverse;
    }

    .stage-container .imagetext-text {
        width: 80%;
        padding: 10px !important;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.9);
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        border-radius: 2px;
    }

    .website-stage
        .section.background-color-maincolor
        .stage-container
        .imagetext-text {
        width: 90%;
        text-align: center;
        position: relative;
        bottom: auto;
        background: transparent;
    }

    .stage-container .imagetext-text h1 {
        color: var(--darkblue) !important;
    }

    .stage-container .imagetext-text .subheadline {
        color: #00aaa3 !important;
    }

    .stage-container .imagetext-image,
    .stage-container .imagetext {
        margin-bottom: 0px;
    }

    .stage-container .imagetext-headline {
        display: flex;
        flex-direction: column-reverse;
    }

    .stageCounter {
        text-align: center;
        margin-bottom: 0px;
    }

    .stage .imagetext-headline {
        margin-bottom: 0px;
    }

    .stage .layout-1 .imagetext-text .headline-inline {
        width: 100%;
    }

    .stage .headline-inline {
        margin-bottom: 0 !important;
    }

    .stage h1 {
        font-size: 20px;
    }

    .stageCounter {
        font-size: 15px;
        line-height: 17px;
    }

    .stageCounter-arrow svg {
        margin-bottom: 0px;
    }

    .stage .side-image {
        margin-bottom: 0;
    }

    .website-stage .stage-container .layout-2 .text {
        max-width: 540px;
        margin: 0 auto;
        padding: 0;
    }

    .stage .main-image-mb {
        margin-bottom: 0px;
    }

    .stage-container .stage-form {
        display: none;
    }

    .stage-container .imagetext-text.stage-mobile-text-pos {
        bottom: 10px;
    }

    .rmOrganism {
        display: none;
    }
}

@media (max-width: 576px) {
    .website-stage .stage-container .layout-2 .text {
        max-width: 100%;
        padding: 0 35px;
    }

    .stage-headline-link-mobile a {
        font-size: 14px;
    }
}


.accordion {
	padding-bottom: 50px;
	margin: 0 -15px;
}

.accordion-item {
	margin-bottom: 10px;
	-webkit-transition: all 50ms ease;
	-moz-transition: all 50ms ease;
	-ms-transition: all 50ms ease;
	-o-transition: all 50ms ease;
	transition: all 50ms ease;
}

.accordion-head {
	display: flex;
	background:white;
	padding:20px;
	cursor: pointer;
	align-items: center;
}

.accordion-head h4 {
	color: var(--darkblue) !important;
}

.accordion-arrow {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 100%;
	position: relative;
	right: 20px;
}

.accordion-svg {
	display: flex;
	height:47px;
	width: 47px;
	background:#F0EEF0;
	margin-right: 25px;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
}

.accordion-body {
	background: white;
	display: none;
}

.accordion-body .text, .accordion-body .imagetext {
	width: 90%;
	margin: auto;
}

.accordion-body .row {
	margin-left:0;
	margin-right: 0;
}

.accordion .accordion-body p {
	color: #646464;
}

.accordion .accordion-body h2 {
	color: var(--darkblue);
}

.accordion .accordion-body h2.subheadline{
	color: #00AAA3;
}

.accordion-item.active .accordion-head {
	background: rgb(0, 170, 163);
}

.accordion-item.active .accordion-head h4{
	color: white !important;
	-webkit-transition: all 50ms ease;
	-moz-transition: all 50ms ease;
	-ms-transition: all 50ms ease;
	-o-transition: all 50ms ease;
	transition: all 50ms ease;
}

.accordion-item.active {
	-webkit-transition: all 50ms ease;
	-moz-transition: all 50ms ease;
	-ms-transition: all 50ms ease;
	-o-transition: all 50ms ease;
	transition: all 50ms ease;
}

.accordion-item.active .accordion-arrow #arrow_small-copy {
	fill: white;
	-webkit-transition: all 50ms ease;
	-moz-transition: all 50ms ease;
	-ms-transition: all 50ms ease;
	-o-transition: all 50ms ease;
	transition: all 50ms ease;
}

.accordion-item .accordion-arrow svg {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.accordion-item.active .accordion-arrow svg {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (max-width: 576px) {
	.accordion{
		margin: 0;
	}
}


.text {
    padding-top: 20px;
	padding-bottom: 50px;
}

.container > div:first-child.text {
    padding-top: 0px;
}

.section.background-color-maincolor .text li {
	color: #ffffff;
}

.text ul li, .text ol li{
	position: relative;
	padding-left: 28px;
}

.text ul li:before, .text ol li:before{
	position: absolute;
	top: -2px;
	left: 3px;
}

.text .col-md-6.left {
	padding-left: 0;
}

.text .col-md-6.right {
	padding-right: 0;
}

.text-headline {
	width: 100%;
}

.text-headline.col-12{
	margin-left: -15px;
	margin-right: -15px;
}

.website h1, .website h2, .website h3, .website h4, .website h5 {
    color: var(--darkblue);
}

.text h1, .website h2, .website h3, .website h4, .website h5 {
    color: var(--darkblue);
}

.website .background-color-maincolor h2,
.website .background-color-maincolor h3,
.website .background-color-maincolor h4,
.website .background-color-maincolor h5 {
    color: white;
}

.subheadline,
.text h2.subheadline,
.text h3.subheadline,
.text h1.subheadline,
.text .section.background-color-maincolor h2.subheadline,
.text .section.background-color-maincolor h3.subheadline {
	color: #00AAA3 !important;
}

/*.section.background-color-maincolor a:before {*/
/*	content: url("data:image/svg+xml,%3Csvg width='33' height='1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect x='-1' y='-1' width='614' height='614' id='canvas_background' fill='%2300AAA3'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Crect y='287.47' width='612' height='25' id='svg_1' fill='%2300AAA3'/%3E%3C/g%3E%3C/svg%3E");*/
/*	width: 33px;*/
/*	display: inline-flex;*/
/*	position: relative;*/
/*	margin-right: 15px;*/
/*}*/

.section.background-image p {
}

.headline-inline * {
	display: inline;
}

.headline-inline h2:first-child,
.headline-inline h1:first-child,
.headline-inline h3:first-child {
	margin-right: 8px;
}

.left h2, .right h2, .text-headline > h2,
.left h3, .right h3, .text-headline > h3 {
	margin-bottom: 0;
}

.text-button-link {
    text-align: center;
    display: inline-block;
}

.text-button-link a {
    color: #ffffff;
    padding: 10px 40px;
    background: rgb(0, 170, 163);
    border-radius: 2px;
    margin-top: 0;
    text-decoration: none;
}

.text-button-link a:hover, .section.background-color-maincolor .text-button-link a:hover {
    color: #ffffff !important;
}

.text-button-link a:before {
    display: none !important;
}


@media (max-width: 991px) {
    .container > div:first-child.text {
        padding-top: 25px;
    }
}


@media (max-width: 767px) {
	.text-container .row {
		margin: 0px;
	}

	.text .col-md-6.left {
		padding-right: 0;
	}

	.text .col-md-6.right {
		padding-left: 0;
	}
}

@media (max-width: 576px) {
    .section.background-image p {
        padding: 15px 0px;
        background-color: rgba(255, 255, 255, 0.4);
    }
}


