/* 
    Created on : 15-jan-2018, 12:21:56
    Author     : Pieter de Vries [NIO COMMUNICATIE]
*/

body {
    background-color: #E4F6F7;
    font-family: "Nunito", Sans-serif;
    margin: 0;
}


.jumbotron {
    background-image: none;
    background-color: white;
    padding: 16px 20px;
}

.jumbotron .container {
    padding: 0px 40px !important;
}

.jumbotron .container img {
    width: 135px;
}

.topbar {
    background-color: #E4F6F7;
    height: 35px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.topbar a {
    text-decoration: none;
}

.topbar span {
    margin: 0 8px;
    color: #E42318;
    font-weight: 600;
    font-size: 14px;
}

.topbar span i {
    margin: 0 4px;
    color: #06437A;
}

.eb-form-steps-content {
    background-color: #fff !important;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}


.footer {
    background-image: url('/images/cedin_footer.png') !important;
    background-color: #f0f1f1 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: right bottom !important;
    line-height: 200%;
}

.footer .col-lg-3 {
    padding-top: 50px;
    padding-bottom: 125px;
}

.text-frame {
    background-color: #fff !important;
    padding: 10px 0px 3px 0px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.text-frame a.btn {
    margin-bottom: 25px;
}

.eb-form legend {
    color: #004379;
}

.eb-multiple-container > div {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.eb-multiple-container > div:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.eb-multiple-item-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-weight: 700;
}

span.attention {
    background-color: #00e5ff;
}


/* styling formulieren pagina */

#formOverviewPage h1 {
    color: #06437A;
    font-size: 43px;
    font-weight: 700;
    line-height: 51px;
}

#formOverviewPage a {
    color: #06437A;
    text-decoration: underline;
}

#formOverviewPage h2 {
    color: #06437A;
    font-size: 32px;
    font-weight: 700;
    line-height: 62px;
}

#formOverviewPage p {
    color: #06437A;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

#formOverviewPage .hero-container {
    display: inline-flex;
    flex-direction: row;
    gap: 40px;
    margin: 20px 0px;
    padding: 20px 40px;
}

#formOverviewPage .hero-container img {
    max-width: 590px;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
}

#formOverviewPage .content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
}

#formOverviewPage .content-container .divider {
    max-width: 125px;
    background-color: #BCD100;
    height: 4px;
}

#formOverviewPage .form-container {
    background-color: white;
    display: flex;
    margin: 40px 0px;
    padding: 30px;
    border-radius: 20px;
}

#formOverviewPage .form-container h2 {
    margin-top: 0;
}

#formOverviewPage .form-container .form-menu {
    display: flex;
    flex-direction: column;
    background-color: #06437A;
    color: white;
    padding: 30px;
    border-radius: 25px;
}

#formOverviewPage .form-container .form-menu a {
    padding: 16px 0px;
    border-bottom: 2px solid #BCD100;
    display: flex;
    justify-content: space-between;
    color: white;
    font-family: Nunito, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    transition-duration: 0.3s;
    text-decoration: none;
}

#formOverviewPage .form-container .form-menu a:hover {
    transition-duration: 0.3s;
    color: #BCD100;
    text-decoration: none;
}

#formOverviewPage .form-container .form-menu i {
    color: white;
    margin: 0 0 0 24px;
}

#formOverviewPage .form-container .form-menu a:last-child {
    border: none;
}

#formOverviewPage .form-container span {
    font-weight: bold;
}

#formOverviewPage .form-container i {
    color: #06437A;
    margin: 16px 8px 0px 0px;
    font-size: 20px;
}

#formOverviewPage .form-container p {
    font-size: 14px;
    line-height: 1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #333;
}

.contact-container {
    margin-bottom: 40px;
    color: #06437A;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.contact-container h2 {
    margin-bottom: 0;
}

.contact-container span {
    font-weight: 600;
}

/* responsive css */

@media screen and (max-width: 1080px) {
    #formOverviewPage h1 {
        font-size: 36px;
    }

    #formOverviewPage .hero-container img {
        max-width: 490px;
    }
}

@media screen and (max-width: 996px) {
    #formOverviewPage .hero-container {
        display: inline-flex;
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 556px) {
    #formOverviewPage h1 {
        font-size: 24px;
    }

    #formOverviewPage h2 {
        font-size: 22px;
    }

    #formOverviewPage .form-container .form-menu i {
        margin: 0;
    }
}





