@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,700italic,800);
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
header{
    display: none;
}
header ul {
    list-style: none;
    text-align: center;
}
header ul li {
    display: inline-block;
    height: 50px;
    width: 80px;
    text-align: center;
    font-family: "open sans";
    line-height: 48px;
    padding: 0 20px 0 20px;
}
header ul li:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}
header ul li.current {
    background-color: black;
    color: white;
}
se-pre-con{
    display: none;
}
.se-pre-con img{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#pdfViewer {
    width: 100%;
    /*height: 808px;*/
    overflow: hidden;
    position: relative;
}
#pdfViewer canvas {
    left: 0;
    max-width: 100%;
    top: 0;
   /* transition: opacity 0.5s ease;*/
}


#slides {
    height: 100%;
    width: 100%;
}
#slides nav {
    font-size: 100px;
    position: absolute;
    left: 47%;
    top: 70%;
    color: white;
    z-index: 100;
}
#slides nav i {
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.5s;
}
#slides .slide {
    width: 100%;
    height: 100vh;
    transition: transform 1s;
    color: white;
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    font-family: "IBM Plex Mono", monospace;
}
.hero{
    position: relative;
}
.btn{
    position: absolute;
}
.btn a {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #fff;
    padding: 14px 27px 16px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 29px;
}
.btn1 {
    top: 50px;
    left: 211px;
}
.btn2 {
    top: 50px;
    right: 211px;
}
.btn3{
    left: 430px;
    bottom: 30%;
}
.btn4{
    right: 430px;
    bottom: 30%;
}
.vimeo-wrapper video,#preloader-video-container video{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
#slides .slide h1 {
    font-size: 50px;
    font-weight: 500;
    padding-top: 20px;
}
#slides .slide0 {
    background: #000000;
    position: relative;
}
#slides .slide0 #title {
    position: relative;
    top: 24%;
}
#slides .slide0 #title h1 {
    text-align: center;
    color: white;
    font-size: 100px;
    font-family: "Open sans";
    padding: 10px;
    font-weight: 500;
    padding-top: 0;
}
#slides .slide0 #title h2 {
    text-align: center;
    color: white;
    font-size: 50px;
    font-family: "Open sans";
    font-weight: 100;
}
#slides .slide1 {
    display: none;
    background-color: #000000;
}
#slides .slide1 p {
    padding: 20px;
    font-size: 20px;
    line-height: 40px;
}
#slides .slide2 {
    display: none;
    background-color: #000000;
}
#slides .slide2 h2 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 100;
}
#slides .slide2 #canvas {
    background: black;
    margin: 0;
    float: left;
    margin-left: 20px;
}
#slides .slide2 img {
    float: right;
    margin-right: 20px;
    width: 500px;
    height: 400px;
}
#slides .slide3 {
    display: none;
    background-color: #000000;
}

#slides .slide4 {
    display: none;
    background-color: #000000;
}
#slides .slide5 {
    display: none;
    background-color: #000000;
}
#slides .slide6 {
    display: none;
    background-color: #000000;
}
#slides .slide7 {
    display: none;
    background-color: #000000;
}
#slides .slide8 {
    display: none;
    background-color: #000000;
}
#slides .slide9 {
    display: none;
    background-color: #000000;
}
#slides .slide10 {
    display: none;
    background-color: #000000;
}
#slides .slide3 h2 {
    padding-top: 20px;
}
#slides .slide3 ul {
    list-style: none;
    padding-top: 50px;
}
#slides .slide3 ul a {
    color: white;
    text-decoration: none;
}
#slides .slide3 li {
    font-size: 40px;
    font-weight: 100;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid white;
    border-radius: 10px;
    width: 300px;
}
#slides .slide3 li:hover {
    background-color: rgba(201, 201, 201, 0.1);
}
.slide4 .Graphics{
    display: none;
}

footer {
    height: 50px;
    width: 100%;
    text-align: center;
    font-family: "open sans";
    line-height: 48px;
}
footer #links {
    float: right;
    font-size: 30px;
    margin-right: 20px;
}
footer #links a {
    color: #000000;
}
footer #links i {
    opacity: 0.3;
}
footer #links i:hover {
    opacity: 1;
}
footer p {
    float: left;
    margin-left: 20px;
}

.hero .hero-image {
    overflow: hidden;
}
.hero .hero-image {

}
.vimeo-container .vimeo-wrapper {
    z-index: 0;
}
.vimeo-container .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    z-index: 9;
    background-color: #181818;
}
.vimeo-wrapper {
    border-radius: 0;
    position: relative;
}
.bg-linear-left-to-right::after,
 .bg-linear-br-to-tr::before,
 .bg-radial::after {
     content: "";
     top: 0;
     left: 0;
     z-index: 1;
     position: absolute;
     width: 100%;
     height: 100%;
     opacity: 0; /* Start with no opacity */
     transition: opacity 0.5s ease-in-out; /* Transition for fading in */
 }

.bg-linear-left-to-right::after,
.bg-linear-br-to-tr::before,
.bg-radial::after {
    opacity: 1; /* Full opacity when the class is added */
}

.bg-linear-left-to-right::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}

/*.bg-radial::after {*/
/*    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);*/
/*}*/

.bg-radial::after {
    background: linear-gradient(315deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7763480392156863) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0.5074404761904762) 50%, rgba(0,0,0,0.6334908963585435) 93%)
}

.bg-linear-br-to-tr::before {
    background: linear-gradient(155deg, rgba(255,0,0,0), rgba(255,0,0,0), rgba(0,0,0,1));
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url('../images/poster-black.jpg') no-repeat center;
    background-size: cover;

}
.vimeo-wrapper iframe {
    width: 100% !important;
    position: relative !important;
    height: 100vh !important;
}

.hero .grid-container {
    padding-bottom: 8em;
}
.hero .grid-container, .hero .grid-x {
    min-height: 500px;
}
.hero .grid-container, .hero .grid-x {
    min-height: 400px;
    position: relative;
    z-index: 999;
}
.grid-container {
    padding-left: 4em;
    padding-right: 4em;
    max-width: 1440px;
}
.bg-video-wrap video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#preloader-video-container.active {
    visibility: visible;
    z-index: 1000;
    opacity: 1;
}
#preloader-video-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: 0.4s ease-in-out;
    transition-property: visibility, z-index, opacity;
}
#pdfViewer {
    position: inherit;
}
.slide3 .btn3 {
    left: 30%;
    bottom: 65%;
}
.slide3 .btn4 {
    right: 35%;
    bottom: 35%;
}
.Graphics .btn1{
    left: 85%;
}
.Graphics {
    z-index: 2;
}

.Graphics-1 .btn1{
    display: none;
}
.Graphics .component-text{
    position: absolute;
    bottom: 5%;
    right: 2%;
    width: 22%;
    text-align: left;
    z-index: 2;
}
.Graphics .component-text p{
    font-size: 20px;
    line-height: 25px;
}
.component-img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    display: none;
}
.component-img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tabset{
    position: absolute;
    top: 50%;
    left: 7%;
    width: 50%;
    transform: translateY(-50%);
    border: 1px solid #ffffff;
    border-radius: 14px;
    height: 750px;
}
.tabset iframe{
    margin-top: 8px;
    height: 1235px !important;
}
.tabset .tab-panel h2{
    margin-top: 57px;
    text-align: left;
}
.slide3 .btn{
    display: none;
}
/**/

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
    padding: 51px;
}

.tabset > #tab1:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input#tab4:checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7) {
    display: block;
}

/*
 Styling
*/

.tabset > label {
    padding: 21px 15px 19px;
    cursor: pointer;
    font-weight: 400;
    float: left;
    width: 30%;
    border: 1px solid #ffffff;
    border-radius: 0;
    line-height: 25px;
    border-top: 0;
    border-left: 0;
    height: 159px;
    top: 3px;
}
.label{
    position: relative;
}


label.tab-2 {
    /*display: none;*/
    position: absolute !important;
    top: 29px;
    left: 0;
    z-index: 1;
    border: 0 !important;
}

/*.Graphics label:nth-child(6):after,*/
/*.Graphics label:nth-child(8):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -67px;*/
/*    top: 3px;*/
/*    background: url(../images/border-img.png) no-repeat;*/
/*    width: 67px;*/
/*    height: 154px;*/
/*    background-size: contain;*/
/*}*/

/*.Graphics label:nth-child(4):after {*/
/*    left: -22px;*/
/*}*/
/*.Graphics label:nth-child(8):after {*/
/*    left: -22px;*/
/*}*/

.tab-3:after {
    left: auto;
    right: -67px;
    top: -3px;
}
label.tab-1{
    border-bottom: 3px solid #fff !important;
    margin-bottom: 0px !important;
}
.tab-1:checked + .tab-panels #marzen{
    display: block;
}
input#tab1:checked + label,
input#tab2:checked + label,
input#tab4:checked + label,
input#tab3:checked + label{
    border-bottom: 3px solid transparent !important;
}
.tab1.checked + .tab-1 {
    border-bottom: 0 !important;
}
.Graphics-6 .tab-panels:after {
    width: calc(100% - 571px);
}
.Graphics label:nth-child(8):after{
    left: -54px;
    height: 149px;
}
input:focus-visible + label {
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px;
}
.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #ffffff;
}

.tabset > label:nth-child(2){
    border-radius: 14px 0 0 0;
    border-left: 0;

}
.tabset > input:checked + label.tab-2 {
    border-radius: 0 50px 0 0;
    border-bottom: 3px solid #fff;
}
.tabset > label:nth-child(7){
    border-radius: 0 14px 0  0;
}
.tabset > input:checked + label {
    text-decoration: none;
    border-bottom: 0;
    border-top: 3px solid #fff;
    border-radius: 50px 50px 0 0;
    position: relative;
}
/*.tabset > input:checked + label.tab-4 {*/
/*    border-radius: 0 50px 0 0;*/
/*    border-bottom: 5px solid #fff;*/
/*}*/
label.tab-3 {
    border-radius: 50px 50px 0 0 !important;
}
    /*
     Demo purposes only
    */
*,
*:before,
*:after {
    box-sizing: border-box;
}

.tab-panels{
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tab-panels .tab-panel .tab-panel-inner{
    display: flex;
    flex-direction: column;
    height: 475px;
    align-items: center;
    justify-content: space-between;
}

.tab-panels .tab-panel .tab-panel-inner p{
    margin: 0 0 20px 0;
    text-align: left;
}
.tab-panels section img ,
.tab-panels .tab-panel-inner #pdfViewer canvas{
    border-radius: 0 !important;
}
.tab-panels section img {
    border-radius: 14px;
    width: 100%;
}

@media only screen and (min-width: 1921px){
    .tabset {
        top: 51%;
        left: 238px;
        width: 2200px;
        height: 1265px;
        border-top: 0;
        border: none;
    }
    .tabset > label {
        border: 3px solid #fff;
        /*border-bottom: 3px solid transparent;*/
        border-radius: 50px 50px 0 0;
    }
    .tab-panel{
        position: relative;
    }
    /*.tab-panels .tab-panel:after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 9px;*/
    /*    top: 5px;*/
    /*    width: 100px;*/
    /*    border-bottom: 3px solid #fff;*/
    /*}*/
    /*.tabset > #tab1:checked ~ .tab-panels > .tab-panel:first-child:after,*/
    /*.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2):after {*/
    /*    width: 67%;*/
    /*}*/
    /*.tabset > input#tab4:checked ~ .tab-panels > .tab-panel:nth-child(4):after{*/
    /*    width: 5%;*/
    /*}*/
    label.tab-2 {
        position: relative;
    }
    .tab-panels {
        padding: 0;
        height: calc(100vh - 31rem);
        /* border: 3px solid #ffffff; */
        /* border-radius: 0 50px 50px 50px; */
        /* border-top: 0; */
        position: relative;
        background: url(../images/Subtract.png) no-repeat left top;
    }
    }
    .tab-panels .tab-panel .tab-panel-inner p{
        font-size: 60px;
        line-height: 75px;
        margin: 70px 0;
    }
    .tab-panels .tab-panel .tab-panel-inner{
        height: calc(100vh - 37vh);
    }
    .tab-panels section img {
        border-radius: 50px;
    }
    .tabset > label{
        font-size: 75px;
        padding: 4rem 1rem;
    }

    .tab-panels section img {
        object-fit: cover;
        max-height: 1020px;
    }

    .tab-panels section img , .tab-panels .tab-panel-inner #pdfViewer canvas{
        border-radius: 50px;
    }

    .tab-panel-inner iframe{
        width: 1436px;
        height: 808px;
    }
    .Graphics .component-text{
        width: 20%;
    }
    .Graphics .component-text p {
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
        text-shadow: 2px 2px 5px #000;
    }
    .Graphics .btn1{
        width: 10%;
        top: 8%;
        left: 87%;
    }

    .btn a{
        width: 100%;
        font-size: 70px;
        line-height: 80px;
        border-radius: 100px;
        padding: 3rem 2rem 3rem;
        border: 5px solid #ffffff;
    }
    .slide4 .btn a{
        display: none;
    }
    .component-img {
        width: 2800px;
        height: 1350px;
    }
    .tabset > label:nth-child(2) {
        border: 3px solid #fff;
        border-radius: 50px 50px 0 0;
        border-bottom: 0;
    }
    .tabset > input:checked + label.checked {
        border-bottom: 0;
    }

}
@media only screen and (min-width: 1921px) {
    .tabset {
        left: 220px;
    }
}
@media only screen and (min-width: 1921px) {
    .tabset > label {
        font-size: 48px;
        position: relative;
    }
    .tab-2 {
        border-left: 0 !important;
    }
    label.tab-1 {
        border-right: 0 !important;
    }
    .Graphics label:nth-child(2){
        border-right:0 !important;
    }
    .tab-4{
        border-left: 0 !important;
    }
    .hero .hero-image {
        background-repeat: no-repeat;
        background-size: cover;
    }
}


@media only screen and (min-width: 1921px) {
    .tab-panels .tab-panel .tab-panel-inner p {
        font-size: 50px;
        line-height: 1.3;
    }
}


/*.tabset #tab1{*/
/*    border-left: 0;*/
/*    border-top: 0;*/
/*}*/

.main-tab .nav-tabs:first-child {
    border-right: 0;
    border: none;
}
.main-tab .nav-tabs:last-child{
    border-left: 0;
}
.main-tab .nav-tabs .nav-link {
    font-size: 48px;
    color: #fff;
    border-radius: 50px 50px 0 0;
    padding: 54px 74px;
    line-height: 48px;
    position: relative;
    width: 30%;
    height: 159px;
    top: 1.6px;
    border: 3px solid #fff;
    font-family: "IBM Plex Mono", monospace;
}
.main-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover{
    background: transparent;
    border: 3px solid #ffff;
    border-bottom: 1px solid transparent;
}
.nav-tabs {
    position: relative;
    border-bottom: 1px solid transparent;
}
.nav-tabs:after{
    content: "";
    bottom: 0;
    right: 0;
    width: 330px;
    height: 1px;
    position: absolute;
    background: #fff;

}
.main-tab .nav-tabs .nav-link.active:after{
    background: transparent;
}
.main-tab .nav-tabs:after {
    display: none;
}
.main-tab .nav-tabs .nav-link.active:before {
    background: #337891;
}
.main-tab .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.main-tab .nav-tabs .nav-link.active:hover{
    /*border-color: #fff;*/
    border: 3px solid #ffff;
    border-radius: 50px 50px 0 0;
    border-bottom-color: transparent;
}
.main-tab .tab-content {
    padding: 50px;
    color: #fff;
}
.main-tab .tab-pane img{
    width: 100%;
}
.main-tab .tab-pane iframe{
    width: 1436px;
    height: 808px;
}
.main-tab .tab-content{
    border-top: 0;
    background: url(../images/Subtract.png) no-repeat left top;
}
.main-tab .tab-content>.active {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1008px;

}
.main-tab .nav-tabs .nav-link.active, .main-tab .nav-tabs .nav-link.show {
    background: transparent;
    color: #ffff;
    border-bottom: transparent;
}
button#nav-home-tab2 {
    position: absolute;
    border: 0;
    opacity: 0;
}

.main-tab .nav-tabs .nav-link:first-child{
    border-right: 0;
}
.main-tab .nav-tabs .nav-link:last-child{
    border-left: 0;
}
