* {
    box-sizing: border-box;
}

body {
    background-color: rgb(0, 0, 0);
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

h1 {
    font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(247, 231, 0, 1);
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 1%;
    margin: 0;
    width: 100%;
    z-index: 20;
}

h2 {
    font-family: 'UniversLTStd-Black', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: rgb(247, 231, 0, 1);
    font-size: 26px;
    line-height: 1.1;
    /* margin-bottom: 1%; */
    margin: 0 auto;
    margin-bottom: 3%;
    width: 100%;
    z-index: 20;
}

h3 {
    font-family: 'UniversLTStd', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    margin-bottom: 3%;
    width: 100%;
}

h4 {
    font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 2%;
    width: 100%;
    z-index: 20;
}

p {
    xfont-family: 'UniversLTStd', Arial, Helvetica, sans-serif;
    xfont-weight: normal;
    xfont-style: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 4%;
    width: 100%;
    z-index: 20;
}

.zertifizierung_text {
    xfont-family: 'UniversLTStd-Normal', Arial, Helvetica, sans-serif;
    xfont-weight: normal;
    xfont-style: normal;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    margin-top: 2%;
    z-index: 20;
}

h5,
strong,
a {
    font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 5%;
    padding: 0;
    width: 100%;
    z-index: 20;

}

h6 {
    color: rgb(255, 255, 255);
    font-family: 'UniversLTStd-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    width: 10px;
}

.link {
    text-decoration: underline;
    color: rgb(247, 231, 0, 1);
    font-size: 12px;
}

figure {
    width: 100%;
    margin: 0;
    padding: 0;
    xposition: relative;
}

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

/* Images logo svoam */
.image-logo {
    width: 75px;
}

/* Logo jobtv mit Link */
.logo_container_link {
    position: fixed;
    width: 17.5rem;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    top: 60px;
    left: 3.2rem;
    z-index: 10000;

}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    font-family: 'UniversLTStd', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.abschnitt_container_horizontal {
    width: 500%;
    height: 100%;
    display: flex;
}

.abschnitt_container_horizontal .abschnitt {
    height: auto;
    width: calc(100% / 5);
    position: relative;
}

.abschnitt_container_vertical {
    width: 100%;
    height: 100%;
}

.abschnitt_container_vertical .abschnitt {
    height: auto;
    width: 100%;
    position: relative;
}

/* ##### VIDEO **** */

.iframevideo {
    position: relative;
    padding-top: 0;
    /* Seitenverhältnis 16:9 */
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframevideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    height: auto;
}


.section_image_container {
    xposition: relative;
}

.box-scroll {
    height: 520px;
    overflow: scroll;
    overflow-x: hidden;
}

/* Scrollbar-Details   ... width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(216, 216, 216);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(247, 231, 0, 1);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #919191;
}
