@font-face {
    font-family: 'Helvetica';
    src: url('../HelveticaNeueLTStd-Bd.otf') format('otf'),
    url('../HelveticaNeueLTStd-Bd.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.full {
    height: 100vh;
    overflow: hidden;
}

.half-company {
    height: 50vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.logo {
    max-height: 120px;
    max-width: 300px;
}

.grey {
    background-color: #f7f7f7;
}

h1.title, .maintitle {
    font-family: 'Helvetica', serif;
    background-color: black;
    color: white;
    font-weight: 700;
    position: absolute;
    display: block;
    max-width: 500px;
    text-align: center;
    padding: 18px 0 26px 0;
    line-height: 38px;
    z-index: 999;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.information {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;

}

.studio {
    background-color: #ed1a3b;
    color: #fff;
    right: -41px;
    bottom: -41px;
}

.skkills {
    background-color: #1ab0a9;
    color: #fff;
    left: -41px;
    bottom: -41px;
}

.toolbox {
    background-color: #00a1e3;
    color: #fff;
    right: -41px;
    top: -41px;
    bottom: 0;
}

.stichting {
    background-color: #000;
    color: #fff;
    right: 0;
    top: -41px;
    bottom: 0;
    left: -41px;
}

.half-company.hovered .information {
    opacity: 1;
}

.full.active .half-company:not(.hovered) {
    opacity: 0.2;
}

.btn {
    display: inline-block;
    padding: 12px 14px;
    margin-top: 30px;
    font-family: 'Helvetica', serif;
    font-weight: 600;
}

.btn-white {
    color: #ed1a3b;
    background-color: #fff;
}

.btn-green {
    color: #1ab0a9;
    background-color: #fff;
}

.btn-blue {
    color: #00a1e3;
    background-color: #fff;
}

.btn-black {
    color: #000;
    background-color: #fff;
}

.text {
    padding: 0 150px;
    font-family: 'Helvetica', serif;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}

.accordion-button::after {
    content: none;
}

.accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 16 16' fill= '%230c63e4' %3e%3cpath fill-rule= 'evenodd' d= 'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e);
    transform: rotate(
            -180deg);
}

@media only screen and (max-width: 1024px) {
    .text {
        padding: 0 50px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none;
    }

    .content-text {
        padding-bottom: 40px;
        padding-top: 15px;
    }

    .mobile {
        display: block;
    }

    .full {
        padding-right: 0;
        padding-left: 0;
        overflow: initial;
    }

    .close {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .logo {
        max-height: 90px;
        max-width: 210px;
        display: block;
        width: 110px;
    }

    h1.title, .maintitle {
        position: relative;
        top: 0;
        max-width: 100%;
        width: 100%;
        right: initial;
        padding: 20px 0 20px 0;
        transform: none;
        margin-bottom: 0;
    }

    .half-company:first-of-type {
        margin-top: 81px;
    }

    .half-company {
        height: 100vh;
    }

    .information {
        height: initial;
        position: relative;
    }

    .studio {
        right: 0;
        bottom: 0;
    }

    .skkills {
        left: 0;
        bottom: 0;
    }

    .toolbox {
        right: 0;
        top: 0;
    }

    .stichting {
        left: 0;
        top: 0;
    }
}

.accordion-item {
    border: none;
}

.accordion-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-button {
    justify-content: center;
    text-align: center;
    height: 22vh;
}

.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    position: absolute;
    right: 30px;
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-image: none;
    color: #fff;
}
.accordion-button:not(.collapsed) .logo {
    display: none;
}

.accordion-button:not(.collapsed) .logo.d-none {
    display: block !important;
}

/*.vandamme > .accordion-button:not(.collapsed) {*/
    /*background-color: #ed1a3b;*/
/*}*/
.accordion-button:not(.collapsed).vandamme {
    background-color: #ed1a3b;
}
.accordion-button:not(.collapsed).skils{
    background-color: #1ab0a9;
}
.accordion-button:not(.collapsed).tool{
    background-color: #00a1e3;
}
.accordion-button:not(.collapsed).kunst{
    background-color: black;
}

