li a.tuv-link {
    font-weight: 400;
}

.tuv-list--unordered .tuv-list__item {
    padding-bottom: 2px;
}


.px-functional-safety {
    overflow: hidden;
    position: relative;
    /* top: 150vh; */
}

.px-functional-safety * {
    transition: all 0.3s ease;
}

.container {
    width: 100%;
    max-width: 940px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.canvas {
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.content-wrapper {
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 100;
}

.icons {
    position: relative;
    margin: 100px 0 0;
}
@media (max-width: 600px) {
    .icons {
        margin: 75px 0 0;
    }
}
@media (max-width: 400px) {
    .icons {
        margin: 22px 0 0;
    }
}


.icons .icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, 0);
    border: 2px solid transparent;
    transition: all 1s ease;
    opacity: 0;
}
@media (max-width: 600px) {
    .icons .icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 400px) {
    .icons .icon {
        width: 110px;
        height: 110px;
    }
}


.icons .icon:hover {
    border: 2px solid #0071B9;
    cursor: pointer;
}
.icons .icon.active {
    border: 2px solid #0071B9;
    z-index: 9999;
    top: 348px !important;
    left: 75% !important;
    cursor: pointer;
}
@media (max-width: 600px) {
    .icons .icon.active {
        top: 395px !important;
    }
}
@media (max-width: 400px) {
    .icons .icon.active {
        top: 450px !important;
    }
}
.icons .icon:hover .zoom-wrapper {
    /*transform: scale(1.05);*/
}

.icons .icon.icon-1 {
    top: 0;
    left: 15%;
}
@media (max-width: 600px) {
    .icons .icon.icon-1 {
        top: 0;
        left: 20%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-1 {
        top: 0;
        left: 30%;
    }
}

.icons .icon.icon-2 {
    top: 0;
    left: 38%;
}
@media (max-width: 600px) {
    .icons .icon.icon-2 {
        top: 0;
        left: 50%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-2 {
        top: 0;
        left: 70%;
    }
}

.icons .icon.icon-3 {
    top: 0;
    left: 62%;
}
@media (max-width: 600px) {
    .icons .icon.icon-3 {
        top: 0;
        left: 80%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-3 {
        top: 130px;
        left: 30%;
    }
}

.icons .icon.icon-4 {
    top: 0;
    left: 85%;
}
@media (max-width: 600px) {
    .icons .icon.icon-4 {
        top: 130px;
        left: 20%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-4 {
        top: 130px;
        left: 70%;
    }
}
.icons .icon.icon-5 {
    top: 140px;
    left: 26.5%;
}
@media (max-width: 600px) {
    .icons .icon.icon-5 {
        top: 130px;
        left: 50%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-5 {
        top: 260px;
        left: 30%;
    }
}
.icons .icon.icon-6 {
    top: 140px;
    left: 49.5%;
}
@media (max-width: 600px) {
    .icons .icon.icon-6 {
        top: 130px;
        left: 80%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-6 {
        top: 260px;
        left: 70%;
    }
}
.icons .icon.icon-7 {
    top: 140px;
    left: 72.5%;
}
@media (max-width: 600px) {
    .icons .icon.icon-7 {
        top: 260px;
        left: 50%;
    }
}
@media (max-width: 400px) {
    .icons .icon.icon-7 {
        top: 380px;
        left: 50%;
    }
}


.icon .svg {
    width: 50px;
    max-height: 50px;
    margin-bottom: 8px;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {
    .icon .svg {
        width: 35px;
        max-height: 35px;
        margin-bottom: 5px;
    }
}

.icon .svg img {
    max-width: 100%;
    max-height: 50px;
}
@media (max-width: 600px) {
    .icon .svg img {
        max-height: 35px;
    }
}

.icon .text {
    color: #0071B9;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
	width: 140px;
}

@media (max-width: 600px) {
    .icon .text {
        font-size: 8px;
        padding: 0 6px;
    }
}

.bottom-wave {
    position: absolute;
    bottom: -550px;
    left: 0;
    width: 100%;
    transition: all 1s ease;
}

.bottom-wave.active {
    bottom: 100px;
}

.bottom-wave .wave-wrapper {
    position: relative;
    margin-top: 50px;
}
.bottom-wave .wave {
    /*transform: scaleY(0.5);
    transform-origin: top;*/
    position: absolute;
    top: -50px;
    width: 105%;
    left: -10px;
    z-index: 0;
}
@media (max-width: 750px) {
    .bottom-wave .wave {
        top: -35px;
    }
}
@media (max-width: 550px) {
    .bottom-wave .wave {
        top: -30px;
    }
}
@media (max-width: 450px) {
    .bottom-wave .wave {
        top: -25px;
    }
}
@media (max-width: 400px) {
    .bottom-wave .wave {
        top: -20px;
    }
}


.bottom-wave .wave .svg,
.bottom-wave .wave svg {
    width: 100%;
}

.bottom-wave .wave-2 {
    transform: scaleY(0.4);
    transform-origin: bottom;
    position: absolute;
    bottom: -45px;
    width: 105%;
    left: -10px;
    z-index: 0;
}
@media (max-width: 550px) {
    .bottom-wave .wave-2 {
        bottom: -26px;
    }
}

.bottom-wave .wave-2 .svg,
.bottom-wave .wave-2 svg {
    width: 100%;
}

.bottom-wave .content {
    background-color: #fff;
    position: relative;
    z-index: 99;
    height: 600px;
}

.bottom-wave.active .content {
    height: 600px;
}

.tuv-logo {
    text-align: right;
    padding: 0 130px 0 0;
}
@media (max-width: 550px) {
    .tuv-logo {
        padding: 0 5% 0 0;
    }
}

.bottom-wave .content .content-wrapper-content {
    top: 45px;
    height: 530px;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 550px) {
    .bottom-wave .content .content-wrapper-content {
        top: 40px;
        height: 560px;
    }
}

.close-trigger {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2em;
    padding-top: 7px;
    cursor: pointer;
}
.close-trigger .svg {
    width: 30px;
    height: 30px;
}
@media (max-width: 550px) {
    .close-trigger {
        top: 0;
    }
    .close-trigger .svg {
        width: 20px;
        height: 20px;
    }
}

.content-item {
    display: none;
    width: 100%;
    max-width: 100%;
}

.content-item .headline {
    position: absolute;
    left: 80px;
    top: 20px;
    color: #0071B9;
    font-size: 26px;
    pointer-events: none;
    padding-right: 50px;
}
@media (max-width: 550px) {
    .content-item .headline {
        left: 35px;
        top: 10px;
    }
}

.slider {
    width: 100%;
}

.slider .page {
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-self: center;
    outline: none;
}
@media (max-width: 550px) {
    .slider .page {
        padding: 0 45px;
    }
}
@media (max-width: 370px) {
    .slider .page {
        padding: 0 40px;
    }
}

.page ul {
    padding: 0;
}
.page ul li {
    list-style: none;
    padding: 0 0 12px 20px;
    /* padding: 0 0 0px 20px; */
    margin-left: 0;
    /* line-height: 1.3em; */
    line-height: 21px;
    position: relative;
}
.page ul li:before {
    content: '';
    top: 7px;
    background: #0071B9;
    width: 4px;
    height: 4px;
    margin-left: -1.1em;
    position: absolute;
}
@media (max-width: 550px) {
    .page ul li {
        padding: 0 0 15px 0;
        margin-left: 0;
        line-height: 1.1em;
        font-size: 0.85em;
    }
    .page ul li:before {
        top: 5px;
        margin-left: -0.75em;
    }
}
@media (max-width: 370px) {
    .page ul li {
        padding: 0 0 10px 0;
        margin-left: 0;
        line-height: 1.1em;
        font-size: 0.85em;
    }
    .page ul li:before {
        top: 5px;
        margin-left: -0.75em;
    }
}

.page ul li ul{
    padding: 0;
}
.page ul li ul li {
    list-style-type: '-';
    padding: 2px 0 0 5px;
    margin-left: 1.1em;
}
.page ul li ul li:before {
    display: none;
}

.page a {
    color: #0071B9;
    text-decoration: none;
}
.page a:hover,
.page a:focus {
    color: #0071B9;
    text-decoration: underline;
}


















/* Starting Animation */

.starting-animation {
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}



.bar {
    display: inline-block;
    width: 50%;
    padding: 10px 20px;
    background-color: #fff;
    color: #0071B9;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 45%;
    left: 0;
    /*transform: translateY(-50%);*/
    text-align: center;
    z-index: 10;
    opacity: 0;
}

.bar-left {

}

.bar-right {
    left: auto;
    right: 0;
    background-color: #0071B9;
    color: #fff;
}

.bar-full {
    opacity: 0;
    width: 100%;
    background-color: #0071B9;
    color: #fff;
    z-index: 15;
}
.bar-full br {
    display: none;
}

@media (max-width: 600px) {
    .bar {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
        background-color: #fff;
        color: #0071B9;
        font-size: 2em;
        font-weight: bold;
        position: absolute;
        top: 41.5%;
        left: 0;
        /*transform: translateY(-50%);*/
        text-align: center;
        z-index: 10;
        opacity: 1;
    }
    .bar-right {
        left: auto;
        right: 0;
        top: 50%;
        background-color: #0071B9;
        color: #fff;
    }

    .bar-full {
        opacity: 0;
        width: 100%;
        top: 41.75%;
        background-color: #0071B9;
        color: #fff;
        z-index: 15;
        line-height: 1.375em;
    }

    .bar-full br {
        display: inline;
    }
}


.vertical-divider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 14px;
    height: 100%;
    background-color: #fff;
    opacity: 1;
}
@media (max-width: 600px) {
    .vertical-divider {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 20;
        width: 100%;
        height: 14px;
        background-color: #fff;
        opacity: 1;
    }
}