.clicklayer {
    text-decoration: none
}

.clicklayer:hover {
    text-decoration: none
}

    h1 {
        font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 1.0em;
        margin: 0 0 0.25em 0;
    }

    p {
        margin-bottom: 10px;
    }

    .aspect-ratio-handler {
        width: 100%;
        padding-bottom:50% ;
        height:0;
        position: relative;
        background-image: linear-gradient(83.56deg, #EEEEEE -4.11%, #F2D9D9 91.13%);
    }

    .banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;        
        flex-direction: column;
        background-image: url(../img/2560x1280_flexikon-flexa.png);
        
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .content {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 10px;
        justify-content: flex-end;
    }
    .container {
        width: 100%;
        max-width: 1200px;    
        margin: auto;
    }
    .text {
        width:50%;
        color: #000;
    }


    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .text h1 {
        font-size: 1.5rem
    }  
    /*********Edit this only if there is no other way*********/
    .text p {
        font-size: .8rem;
    }
    
@media screen and (min-width: 420px) {
    .text h1 {
            font-size: 2rem;
    }
    .text p {
            font-size: 1rem;
    }
}

@media screen and (min-width: 576px) {
    .content{
        padding: 0 20px
    }
   
    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .text h1 {
        font-size: 3rem;
    }
    .text p {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .banner {
        background-size: contain;
    }
    .aspect-ratio-handler {
        padding-bottom:33.33333% ;
    }
    .content {
        padding: 0 40px;
    }

    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .text h1 {
        font-size: 3.6rem;
    }
    /*********Edit this only if there is no other way*********/
    .text p {
        font-size: 1.6rem;
    }

}

@media screen and (min-width: 1200px) {
    .aspect-ratio-handler {
        padding-bottom: 100vh ;
    }
    .content {
        padding: 0 60px;
    }
    .container {
        max-width: 1600px;
    }
    .banner {
        background-size: contain;
        background-position: center bottom;
    }
    

    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .content h1 {
        font-size: 4rem;
    }
    .text p {
        font-size: 2rem;
    }
}

/**Viewport Frank**/
@media screen and (min-width: 1920px) {
	.banner {
        background-size: 50%;
        background-position: left 30% top;
    }

    .content h1 {
        font-size: 6rem;
    }
    .text p {
        font-size: 2rem;
    }
}

@media screen and (min-width: 2560px) {
    
    /*********RESPONSIVE FONT SIZE********/
    /*********Edit this*********/
    .container {
        max-width: 2048px;
    }
}