﻿
/*============================================================
    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%;
    }


/*====================================================================
    CONTENT
======================================================================*/

.section-list-container {
    /*padding: 120px 0 0;*/
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

    .section-list-container::before {
        display: none;
    }


.item-img {
    width: 24%;
    order: 0;
}

    .item-img img {
        position: relative;
        right: -14%;
        width: 100%;
        /*height: 80%;*/
        margin-top: 20%;
        float: right;
        z-index: 3;
    }

.item-text {
    position: relative;
    width: 72%;
    background: #ffffff;
    font-weight: normal;
}

    .item-text div {
        position: relative;
        right: auto;
        width: 100%;
        padding: 50px 165px 170px;
        background: #ffffff;
    }

    .item-text rubrik {
        display: block;
        font-size: 1.875rem;
        color: #000000;
        padding-bottom: 30px;
        font-weight: bold;
    }

    .item-text h3 {
        margin-top: 25px;
        font-weight: bold;
        margin-bottom: 1em;
        font-size: 1rem;
    }

    .item-text p {
        line-height: 1.5rem;
        color: #000000;
        font-family: "dinregular", sans-serif;
        font-size: 1rem;
    }

    .item-text .arrow-right {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -23.5px;
    }

    .item-text .arrow-right-white {
        display: none;
    }

.text-container div h2 {
    padding-bottom: 0;
}

.content-lista li {
    color: #000;
    list-style: circle;
    padding: 8px;
}

.down-arrow {
    display: none;
}

/*====================================================================
    GIS COMPARISON TABLE
======================================================================*/
.giscompare tr {
    line-height: 25px;
    font-size: 0.9rem;
}
.gc_th_left {
    font-weight: bold;
    width: 600px;
}
.gc_th {
    font-weight: bold;
    width: 100px;
    text-align: center;
}
.gc_left {
    width: 600px;
}
.gc {
    width: 100px;
    text-align: center;
}
