/* 
    Created on : 15-jan-2018, 12:21:56
    Author     : Pieter de Vries [NIO COMMUNICATIE]
*/

body {
    background-color: #f5f5f5!important;
}

.jumbotron{
    background-image: url('/images/cedinzorg_header.png')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center; 
    margin-bottom: 0px!important;
}

.jumbotron .container {
    background-color: transparent!important;
}

.jumbotron img {
    margin: 70px 0 70px 0;
}

.jumbotron a {
    text-align: right;
}

.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;
    border-top: 10px solid #9c9d9f;
    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;
}