/* Copyright (c) 2018 IQuatro - All rights reserved */

/*-------------------------------------------------------*/
/* Global definitions */
:root {
    --pallete_color1:#4e7aa0;  
    --pallete_color2:#e0fbfc;  
    --pallete_color3:#c2dfe3;  
    --pallete_color4:#9db4c0;  
    --pallete_color5:#84a98c;  
    --pallete_textcolor1:#253858;  
}


/*-------------------------------------------------------*/
/* Core Layout */
body{
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 100%;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: var(--pallete_textcolor1);
}
.logo{
    float: left;
}
#iqlogo{
    height: 4em;
}
.logolink{

}
.navbar{
    float: left;
}

.signupbtn{
    background-color: #5fa900;
    border-radius: 17px;
    padding: 2px 10px 3px 9px;
    font-size: 0.8rem;
    color: white !important;
}

@media (max-width: 899px){
    .ulMenu li{
        margin-left: 10px;
    }
    .ulMenu a{
        font-size: 1.2rem;
    }
    .navbarRight{
        display:none;
    }

}
@media (min-width: 900px){
    .ulMenu li{
        margin-left: 30px;
    }
    .ulMenu a{
        font-size: 2rem;
    }
    .navbarRight{
        float: right;
        margin-right: 40px;
    }

}
.ulMenu{
    list-style: none;
    margin: 1.2em 0em 0em 0em;
    padding: 0px;
}

.ulMenu li{
    display: inline;
    font-weight: 700;
}

.ulMenu a:link{
    text-decoration: none;
    color: var(--pallete_textcolor1);
}
.ulMenu a:visited{
    text-decoration: none;
    color: var(--pallete_textcolor1);
}
.ulMenu a:hover{
    text-decoration: underline;
    color: var(--pallete_color1);
}
.ulMenu a:active{
    text-decoration: underline;
    color: var(--pallete_textcolor1);
}

.header-sec .overlay {
    background: #6e9cbf;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.input-group-addon{
    font-size: 160px;
    font-weight: bold;
}

@media (max-width: 899px){
    body{
        font-size: 0.8em;
    }
    h1 {
        font-size: 1.8rem;
        font-weight: 800;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 1.3rem;
        font-weight: 800;
        margin-bottom: 8px;
    }
    h3 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 5px;
    }
    h4 {
        font-size: 0.8rem;
        font-weight: 700;
        margin-bottom: 5px;
    }
    p {
        font-size: 0.8rem;
    }
    a {
        font-size: 0.8rem;
    }
}
@media (min-width: 900px){
    body{
        font-size: 1.1em;
    }
    h1 {
        font-size: 2.5rem;
        font-weight: 800;
    }
    h2 {
        font-size: 2.25rem;
        font-weight: 700;
    }
    h3 {
        font-size: 2rem;
        font-weight: 700;
    }
    h4 {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 5px;
    }
    p {
        font-size: 1.1rem;
    }
    a {
        font-size: 1.1rem;
    }

}

header{
    height: 50px;
    width: 100%;

}
/*-------------------------------------------*/
/*Footer*/
/*-------------------------------------------*/
footer{
    height: auto;
    width: 100%;
    text-align: center;
    color: var(--pallete_textcolor1);
    position: relative;
    margin-top: 50px;
}

.footer-waves{
    background-image: url(/media/footer-waves.svg),linear-gradient(to top, #f1f1f1, #ffffff);
    background-size: cover;
    background-position: bottom;
    height: 250px;
    width: 100%
}

.contactfooter {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}
@media (max-width: 899px){
    .contactfooter div {
        width: 90%;
        margin-left: 5%;
        text-align: center;
        padding-top: 2rem;
    }
}
@media (min-width: 900px){
    .contactfooter div {
        width: 24%;
        margin: var(--margin_center_el);
        text-align: center;
        padding-top: 2rem;
    }
}

.hide_icon_content {
    display: none;
}

footer a{
    color: var(--pallete_textcolor1);
}

footer a:link{
    color: var(--pallete_textcolor1);
    text-decoration:none;
}
footer a:visited{
    color: var(--pallete_textcolor1);
    text-decoration:none;
}
footer a:hover{
    color: var(--pallete_textcolor1);
    text-decoration:underline;
}
footer a:active{
    color: var(--pallete_textcolor1);
    text-decoration:none;
}

footer ul{
    list-style: none;
}
#footerfactorybackground{
    height: 142px;
    width: 100%;
    background-image: url(/media/footerfactorybackground.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    opacity: 0.1;
    position: absolute;
    bottom: 0px;
}

@media (max-width: 899px){
    #copyright{
        color: #bababa;
        position: relative;
        margin-top: -1.2rem;
        width: 100%;
    }
}
@media (min-width: 900px){
    #copyright{
        color: #bababa;
        position: relative;
        margin-top: -1.2rem;
        width: 100%;
    }
}


#overbox3 {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    line-height: 1em;
    height: 2em;
    background-image: linear-gradient(to top, #f1f1f1, #fafafa);
    box-shadow: 0 5px 15px 0 rgba(37,44,97,0.15), 0 2px 4px 0 rgba(93,100,148,0.2);
    border-radius: 100px;
    display: flex;
    align-itrems: center;
    font-weight: 700;
    color: var(--pallete_textcolor1);
}
@media (max-width: 899px){
    #overbox3 {
        margin-left: 3%;
        margin-right: 3%;
        width: 88%;
        padding: 15px 1% 15px 5%;
    }
    #infobox3 {
        font-size: 0.7rem;
    }
}
@media (min-width: 900px){
    #overbox3 {
        left: 15px;
        width: 640px;
        padding: 15px 1% 15px 5%;
    }
    #infobox3 {
        font-size: 1rem;
    }
}
.btn-smcookie {
    background-image: linear-gradient(to bottom, #ffffff, #e4e4e9);
    float: right;
    border-radius: 100%;
    cursor: pointer;
    font-weight: bold;
    color: #5D6494;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    appearance: none;
    border: none;
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: -0.8em;
    width: 2.9rem;
    height: 2.9rem;
    box-shadow: 0 7px 11px -3px rgba(45,35,66,0.2), 0 2px 4px 0 rgba(45,35,66,0.4), inset 0 -3px 0 0 #cfd1e3;
}


#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: left;
}

#infobox3 a {
    margin-right: 5px;
    color: #5468ff;
    text-decoration: none;
    font-size: inherit;
}



.btn-smcookie:hover {
    background-image: none;
}

#content_container{

}

/*-------------------------------------------------------*/
/* Content */
.banner_list{
    color: white;
    line-height: 2.4rem;
}

#company_section{
    padding-top: 45%;
    width: 100%;
    background-image: url(/media/homebanner.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: #2c5aa0;*/
}

/*404 page*/
#banner_404{
    height: 400px;
    width: 100%;
    background-image: url(/media/404.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: #2c5aa0;*/
}

/*404 page*/
#banner_legal{
    height: 300px;
    width: 100%;
    background-image: url(/media/legalcover.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}


#whatmightwentwrong{
    width: auto;
    display:inline-block;
    text-align: left;
}

#page_title{
    color: var(--pallete_color1);
    text-align: center;
    width: 100%;
}
@media (min-width: 900px)  {

    .pattern_one{
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
        display: grid;
        text-align: right;
        grid-template-rows: 1fr 2fr;
        grid-template-columns: 4fr 5fr;
        grid-template-areas:
            "title img"
            "text img";
    }
    .pattern_one.flipped{
        text-align: left;
        grid-template-columns: 5fr 4fr;
        grid-template-areas:
            "img title"
            "img text";
    }
}
@media (max-width: 899px) {
    .pattern_one{
        display: grid;
        margin-left: 40px;
        margin-right: 40px;
        grid-template-rows: auto;
        grid-template-columns: 6fr;
        grid-template-areas:
            "title"
            "img"
            "text";
    }
    .pattern_one.flipped{
        grid-template-columns: 6fr;
        grid-template-areas:
            "title"
            "img"
            "text";
    }
}

.pattern_one_title{
    grid-area: title;
}
.pattern_one_img{
    grid-area: img;
    text-align: center;
    /*min-height: 100px;*/
    /*background-color: var(--pallete_color1);*/
}
.pattern_one_text{
    grid-area: text;
}


#join_the_digital_revolution{
    min-height: 200px;
    width: 100%;
    text-align: center;
    background-color: var(--pallete_color4);
}
#explore_further{
    min-height: 200px;
    width: 100%;
    text-align: center;
    /*background-color: var(--pallete_color4);*/
}



/*----------------------------------------------------*/
/*Legal*/
/*----------------------------------------------------*/

.sidenav ul{
    list-style: none;
    margin-top: 60px;
    position: sticky;
    top: 20px;
}
.sidenav li{
    margin-top: 30px;
}
.sidenav a:link{
    text-decoration: none;
    color: #0052CC;
}
.sidenav a:visited{
    text-decoration: none;
    color: #0052CC;
}
.sidenav a:hover{
    text-decoration: underline;
    color: #0052CC;
}
.sidenav a:active{
    text-decoration: underline;
    color: #0052CC;
}

.active{
    font-weight: 800;
}

.linkh3 {
}

.linkh3 a:link{
    text-decoration: none;
    color: var(--pallete_textcolor1);
}
.linkh3 a:visited{
    text-decoration: none;
    color: var(--pallete_textcolor1);
}
.linkh3 a:hover{
    text-decoration: underline;
    color: var(--pallete_textcolor1);
}
.linkh3 a:active{
    text-decoration: none;
    color: var(--pallete_textcolor1);
}


@media (min-width: 900px)  {
    #legal_container{
        margin-left: 5%;
        margin-right: 5%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 2fr 8fr;
        grid-template-areas:
            "sidenav legaltext"
    }
}
@media (max-width: 899px) {
    #legal_container{
        margin-left: 5%;
        margin-right: 5%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "legaltext"
    }
    .sidenav{
        display: none;
    }
}

.sidenav{
    grid-area: sidenav;
    width: 100%;
}
.legaltext{
    grid-area: legaltext;
    width: 100%;
}

.contactform {
    display: flex;
    flex-flow: column;
    margin-left: 50px;
    text-align: left;
}
.form-group {
    width: 100%;
}

.form-control {
    border-radius: 5px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 2rem;
    margin-bottom: 1rem;
    color: #495057;
    background-color: var(--dark_generic_color);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.buttonSubCon {
    width: 100%;
}

.btn-success {
    color: var(--dark_generic_color);
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 5px;
    min-height: 30px;
    margin-top: 20px;
}