.header-text-container {
    text-align: center;
    bottom: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-text-logotitle {
    font-family: Syncopate;
    font-size: 6vh;
}
.header-text-logotext {
    font-size: 2vh;
    margin-top: -3.8vh;
    letter-spacing: 0.8vh;
}
.header-text-container > button {
    margin-top: 3vh;
    height: 6.5vh;
    width: 26vh;
    padding-left: 2.8vh;
    display: flex;
    align-items: center;
    color: var(--primary-content-color);
    font-weight: 300;
    letter-spacing: 0.1vh;
}
.configurator-steps-title {
    font-size: 7.6vh;
}
.configurator-description {
    font-size: var(--content-font-size);
    color: var(--primary-content-color);
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.configurator-steps-must-know {
    text-align: center;
}
.configurator-steps-must-know > button {
    width: 30vh;
}
.section-configurator-top {
    background-color: var(--background-dark);
    padding-top: 100px;
    height: unset;
    margin-top: -100px;
}
.services-menu-wrapper {
    position: absolute; 
    height: 499.3vh; 
    z-index: 6; 
    right: 2vh;
    margin-top: -8vh;
}
.services-detailed-menu {
    background-color: #7e7e7e70;
    width: 7vh;
    height: 35vh;
    position: sticky;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 25vh;
}
.menu-label {
    position: absolute;
    width: 7vw;
    left: -8vw;
    background-color: #7e7e7e70;
    color: var(--primary-content-color);
    padding: 0.5vw 1vw;
    max-height: 7vh;
    display: none;
}
.services-menu-element:hover > div {
    display: initial;
}
.services-menu-element {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-menu-element > img {
    width: 50%;
}
.section-steps-element{
    height: 100vh;
    padding-top: 12vh;
}
.steps-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}
.steps-flex-right-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 20vh;
    width: 15vw;
    position: relative;
}
.steps-flex-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 15vw;
}
.steps-flex-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15vw;
    position: relative;
}
.steps-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.9vh;
    height: 6.9vh;
    background-image: url(img/configurator_1_button.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 3.5vh;
    font-weight: 600;
    color: var(--secondary-content-color);
}
.steps-title{
    text-align: center;
    font-size: var(--title-font-size);
    letter-spacing: 0.2vh;
    line-height: 7vh;
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.full-video-wrapper {
    width: 53.3vw;
    height: 30vw;
    margin-top: 10vh;
}
.full-video-shadow {
    width: 127.7vh;
    height: 68.5vh;
    top: -4.2vh;
}
.video-right-aligned{
    border-top-right-radius: var(--global-border-radius); 
    border-bottom-right-radius: 25px
}
.video-left-aligned {
    border-top-left-radius: var(--global-border-radius); 
    border-bottom-left-radius: 25px
}
.shadow-right {
    left: unset;
    right: -20vh;
    background-image: url(img/small_fsv_shadow.png);
}
.shadow-left {
    right: unset;
    left: -20vh;
    background-image: url(img/small_fsv_shadow.png);
    transform: scaleX(-1);
}
.vert-graphic-top {
    width: 0.35vh;
}
.vert-graphic-bottom {
    width: 2vh;
}
.section-configurator-ending {
    margin-top: 8vh;
    height: 35vh;
}
.configurator-ending {
    font-size: 5.2vh;
    margin-bottom: -2vh;
}
.configurator-steps-must-know > button {
    width: 30vh;
}