﻿
/*============================================================
    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
======================================================================*/

.item-text {
    position: relative;
    width: 100%;
    font-weight: normal;
    background: #ffffff;
}

    .item-text div {
        position: relative;
        width: 100%;
        padding: 50px 165px 100px;
        background: #ffffff;
    }

.item-text p {
    line-height: 1.5rem;
    color: #000000;
    font-family: "dinregular", sans-serif;
    font-size: 1rem;
    text-align: center;
}

    .item-text h3 {
        margin-top: 25px;
        font-weight: bold;
        margin-bottom: 1em;
        font-size: 1rem;
        text-align: center;
    }