
body,
html {
    margin: 0;
}
.scroller {
    height: 100vh;
}

.andere-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
}

.text {
    color: black;
}

.black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #070707;
    position: relative;
}

.blue {
    height: 100vh;
    background-color: white;
}

.text-wrap {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'AbelPro', Sans-Serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.panel-text {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    text-align:center;
    background: #DCD9D4;
    color: black;
    opacity: 1;
    padding-bottom: 20px;
    line-height: 40px;
}


.p-wrap {
    position: relative;
    overflow: hidden;
    width:441px;
    height: 373px;
    margin-right: 40px;
}

.panel {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    background: transparent;
    overflow: hidden;
}

.panel._2 {
    z-index: 1;

}
#stroke_3,
#stroke_2,
#stroke_1,
#line_1{
    opacity: 1;
    stroke-dashoffset: 700;
    visibility: hidden;
}


.active{
    stroke: black;
    fill: none;
    stroke-dasharray: 700 700;
}
.st0{
    fill:none;
    stroke:#1D1D1B;
    stroke-width:2.6;
    stroke-linecap:round;
    stroke-miterlimit:10;
}


@media (max-width: 2560px) {
    .text-wrap {
        padding-top: 130px;
        margin-left: 40px;
        padding-left: 70px;
    }

    div.panel-text:nth-child(1) {
        background: none;
    }

    div.panel-text:nth-child(2) {
        background: none;
    }

    div.panel-text:nth-child(3) {
        background: none;
    }

    .animation-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 280px;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .panel-text {
        text-align: left;
    }
}

@media (max-width: 1439px) {
    .text-wrap {
        height: 60vh;
        padding-top: 100px;
    }

    .black {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
    }

    div.panel-text:nth-child(1) {
        background: none;
    }

    div.panel-text:nth-child(2) {
        background: none;
    }

    div.panel-text:nth-child(3) {
        background: none;
    }

    .animation-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        padding-top: 240px;
    }

    .panel-text {
        text-align: left;
    }

    .p-wrap {
        margin-right: 0;
    }
}
@media (min-width: 1280px){
    .panel-text{
        width: 0%;
        overflow: hidden;
        opacity: 0;
        white-space:nowrap ;
    }
}

@media (max-width: 1201px) {
    .black {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-wrap {
        padding-top: 10px;
        height: 50vh;
        margin-left: 0;
        padding-left: 0;
    }

    .panel-text {
        height: 90px;
    }

    .animation-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0px;
    }

    .panel-text {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1201px) {
    .animation-flex {
        padding-top: 340px;
    }
}

@media (max-width: 1080px) {
    .black {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-wrap {
        height: 50vh;
        padding-top: 0px;
    }

    .panel-text {
        font-size: 28px;
        height: 80px;
    }

    div.panel-text:nth-child(1) {
        background: none;
    }

    div.panel-text:nth-child(2) {
        background: none;
    }

    div.panel-text:nth-child(3) {
        background: none;
    }
}

@media (max-width: 768px) {
    .black {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-wrap {
        height: 40vh;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .panel-text {
        font-size: 22px;
        height: 60px;
    }

    .animation-flex {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .black{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 925px;
        position: relative;

    }
    .panel-text{
        font-size: 16px;
        line-height: 20px;
        height: auto;
    }
    .panel svg{
        width: 173px;
        height: 204px;
    }
    .text-wrap{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .p-wrap{
        width: 100%;
    }
}
