﻿/*====================================================
    HEADER + IMAGE
=======================================================*/
.slide {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.slide-text {
    width: 45%;
    float: left;
    background-color: #ffffff;
    z-index: 3;
}

    .slide-text div {
        position: relative;
        width: 100%;
    }

    .slide-text h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        font-weight: bold;
        text-align: right;
        margin-right: 20%;
    }

    .slide-text img {
        position: absolute;
        left: 11%;
        bottom: 70px;
    }

.slide-img {
    position: relative;
    width: 55%;
    float: left;
    z-index: 1;
    order: 2;
}

    .slide-img img {
        width: 100%;
    }


.page-detail > .main-content {
    width: 100%;
}

.page-detail {
    padding-bottom: 0px;
}

.page-menu {
    justify-content: center;
}

    .page-menu a {
        padding: 0 40px;
    }


/*====================================================================
    CONTENT
======================================================================*/

.section-background-white {
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
}

.section-list-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

    .section-list-container::before {
        display: none;
    }

    .section-list-container.img-left {
        padding-top: 100px;
    }

.text-container {
    padding-bottom: 0;
}

    .text-container div {
        width: 80%;
        padding-bottom: 0px;
    }

        .text-container div:first-child {
            width: 20%;
        }

            .text-container div:first-child img {
                float: right;
                margin-right: 20px;
            }

    .text-container.text-container-left div:first-child img {
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }

.text-container-left {
    padding-top: 60px;
}

    .text-container-left div {
        border-left: none;
        border-right: solid 4px #ffffff;
        text-align: right;
    }

        .text-container-left div:first-child {
            order: 2;
            border: none;
        }

.text-container div rubrik,
.text-container div h2 {
    padding-bottom: 0;
}

.item-text {
    background: #ffffff;
    width: 73%;
    float: right;
}

    .item-text div {
        right: auto;
        width: 100%;
        padding: 70px 125px;
    }

    .item-text h3 {
        font-size: 2.18rem;
        line-height: 2.5rem;
        padding-top: 90px;
    }

        .item-text h3:first-child {
            padding-top: 0;
        }

    .item-text p {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 20px;
        font-family: "dinregular", sans-serif;
        font-weight: normal;
    }

        .item-text p:first-child {
            padding-top: 0;
        }

    .item-text ul {
        padding-left: 25px;
    }

    .item-text li {
        color: #000;
        list-style: circle;
        padding: 8px;
        font-weight: normal;
    }

.item-img img {
    padding-top: 25px;
}

.our-team {
    display: block;
    position: relative;
    width: 100%;
    padding: 120px 60px 50px;
    color: #ffffff;
    overflow: hidden;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

    .our-team div {
        position: relative;
        width: 21%;
        float: left;
        margin: 2%;
        overflow: hidden;
    }

        .our-team div img {
            width: 100%;
            height: auto;
        }

    .our-team h3 {
        font-size: 1.875rem;
        padding: 50px 0 10px;
    }

    .our-team p {
        font-size: 1.25rem;
    }

.img-right,
.img-right .section-list {
    overflow: visible;
}

.img-right {
    width: 100%;
    margin-top: 100px;
    align-items: center;
}

    .img-right .item-text {
        width: 80%;
    }

    .img-right .item-img {
        width: 20%;
        position: relative;
        z-index: 2;
    }

        .img-right .item-img img {
            width: calc(100% + 200px);
            margin-left: -200px;
        }

    .img-right .item-text div {
        padding: 50px 300px 50px 100px;
    }

.img-left {
    width: 100%;
    align-items: center;
}

    .img-left .item-img {
        width: 20%;
        order: -1;
    }

        .img-left .item-img img {
            width: calc(100% + 100px);
            position: relative;
            z-index: 3;
        }

    .img-left .item-text {
        width: 80%;
    }

        .img-left .item-text div {
            padding: 50px 200px 50px 200px;
        }

.down-arrow {
    display: none;
}

.logos {
    display: flex;
}

    .logos::before {
        display: none;
    }

    .logos img {
        border: 0;
        padding-right: 5px;
    }

.engagemang_background {
    display: flex;
}
