
.about-contact-text {
    line-height: 25px;
}

.about-row {
    display: flex;
    justify-content: space-between;
    padding: 2em 2em 2em 0;
    align-items: stretch;
    position: relative;
}

.w-45.about-img-box {
    background: url("../images/Sascha_Druck-sw.jpg") no-repeat;
    background-position: right;
    background-size: cover;
}

.row-top-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.row-left-icon {
    position: absolute;
    left: 0;
    bottom: -24px;
}

.row-1 {
    border-top: 0.15vw solid #fff;
    border-right: 0.15vw solid #fff;
    border-bottom: 0.15vw solid #fff;
}

.row-3 {
    border-bottom: 0.15vw solid #fff;
    border-right: 0.15vw solid #fff;
}

.row-2, .row-3, .row-4 {
    padding-left: 3%;
    border-left: 0.15vw solid #fff;
}

.row-4:after {
    position: absolute;
    height: 0.15vw;
    content: "";
    background: #fff;
    width: calc(35% + 65%/2 - 1em + 0.3vw);
    left: -0.15vw;
    bottom: 0;
}

.w-45 {
    width: 45%;
}

.w-30 {
    width: 30%;
}

.w-65 {
    width: 65%;
}

.w-50 {
    width: 50%;
}
#Sascha-image {
    display: none;
}
.bordered-box {
    padding: 3%;
    border: 0.15vw solid white;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}

.middle-text-box {
    border-left: 0.15vw solid white;
    position: relative;
}

.middle-text {
    position: relative;
    color: white;
    font-size: 1.7em;
    font-weight: inherit;
    font-family: "montserratregular", sans-serif;
    padding-bottom: 1%;
    margin-left: 27%;
    border-bottom: 0.15vw solid #fff;
}

.middle-text.middle-text-2 {
    padding: 2% 0 2% 4%;
    margin-left: 0;
}

.general-box {
    width: 96%;
    height: auto;
    margin: 0 2%;
}
.header-box {
    width: 100%;
    height: auto;
    padding: 3vh 0 1vh 0;
}
.big-title {
    color: white;
    font-size: 35px;
    font-family: "montserratregular", sans-serif;
    width: 100%;
    height: 100%;
}

.about-contact-text {
    width: 100%;
    height: auto;
    color: white;
    font-size: 17px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* margin: 7% 0; */
}

.about-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-connected:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(-2em - 6px);
}

.bottom-connected:before {
    content: "";
    position: absolute;
    height: 2em;
    width: 0.15vw;
    display: block;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2em;
}

.top-connected:before {
    content: "";
    position: absolute;
    height: 2em;
    width: 0.15vw;
    display: block;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -2em;
}

.top-connected::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(-2em - 6px);
}

.right-connected:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    right: -4px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.right-connected:before {
    content: "";
    position: absolute;
    display: block;
    height: 0.15vw;
    background: #fff;
    width: 2em;
    right: calc(-2em - 0.15vw);
    bottom: 0;
    top: 0;
    margin: auto;
}

.bottom-to-top:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(-0.15vw - 3px);
}

.bottom-to-top:before {
    content: "";
    position: absolute;
    display: block;
    height: 2em;
    width: 0.15vw;
    background: #fff;
    right: 0;
    bottom: calc(-2em - 0.15vw);
    left: 0;
    margin: auto;
}


@media(min-height: 900px) and (min-width: 1100px) and (max-width: 1399px) {
    .about-contact-text {
        font-size: 1.15em;
    }
}
@media(min-height: 900px) and (min-width: 1400px) {
    .about-contact-text {
        font-size: 1.2em;
    }
}
@media(max-width: 800px) {

    .big-title {
        font-size: 20px;
    }
    
    .about-contact-text {
        font-size: 15px;
    }
    
    .middle-text {
        font-size: 15px;
    }
    .about-contact-text {
        font-size: 15px;
    }

    .w-30, .w-45, .w-50, .w-65 {
        width: 100%;
    }

    .about-row {
        flex-direction: column;
    }

    .bordered-box {
        margin: 2em 0;
    }

    .bordered-box.bottom-to-top {
        margin-bottom: 0;
    }

    .row-2, .row-3, .row-4 {
        padding-left: 2em;
    }

    .row-4:after {
        width: calc(50% + 0.15vw)
    }
    
}

@media (max-width: 575px) {
    #Sascha-image {
        display: block;
    }
}