h1 {
    font-size: 40px;
    line-height: 47px;
}

h2 {
    font-size: 35px;
    line-height: 35px;
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

label {
    color: white;
}

.section-container {
    position: relative;
    width: 100%;
}

.section-inner {
    width: 750px;
}

.headerinner h1 {
    color: white;
    text-align: center;
}

.headerinner p {
    color: white;
    text-align: center;
}

.navbar {
    background: white;
    width: 100%;
    height: 100px;
    position: relative;
    padding: 0 100px;
}

.navbar-brand {
    position: absolute;
    top: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.header-content {
    width: 100%;
    height: 600px;
    position: relative;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-content .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0, .3);
}

.header-content .plate--container,
.header-content .plate--container .plate--row {
    height: 100%;
    position: relative;
}

.top_bar {
    height: 65px;
    background-color: #F5F5F5;
}

.button{
    height: 55px;
    width: 178px;
    border-radius: 4px;
    background-color: #B7252B;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
    margin: 0 auto;
    position: relative;

}

.button a{
    color: #F5F5F5;
    padding: 10px 10px;
    line-height: 33px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none ;
}

.headerinner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*---------- Specialiteiten & Diensten --------*/

.overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.full-link-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.speciality-wrapper {
    background: white;
    position: relative;
    height: 270px;
    width: 32%;
    margin-right: 2%;
}

.shift-wrapper{
    background: white;
    position: relative;
    height: 270px;
    width: 32%;
    margin-right: 2%;
}

.speciality-wrapper:nth-child(3n+3) {
    margin-right: 0;
}

.shift-wrapper:nth-child(1) {
    left: 16.65%
}

.shift-wrapper:nth-child(2) {
    margin-right: 0;
    left: 16.65%
}

.speciality-wrapper .read-more, .shift-wrapper .read-more, .read-more a, .rounded-circle, .m2  {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.speciality-wrapper:hover .read-more, .shift-wrapper:hover .read-more {
    background-color: #B7252B;
    color: white;
}

.speciality-wrapper:hover .read-more a, .shift-wrapper:hover .read-more a, .speciality-wrapper:hover .m2, .shift-wrapper:hover .m2 {
    color: white!important;
}

.speciality-wrapper:hover .rounded-circle,
.shift-wrapper:hover .rounded-circle {
    border-color: white;
}

.speciality-wrapper .speciality-inner, .shift-wrapper .shift-inner
{
    padding: 24px;
    position: relative;
    height: 220px;
}

.speciality-wrapper .title .m1, .shift-wrapper .title .m1 {
    color: #B7252B;
    margin-top: -2px;
}

.speciality-wrapper .speciality-line, .shift-wrapper .shift-line {
    box-sizing: border-box;
    height: 1px;
    width: 32%px;
    border: 1.6px solid #DFDFDF;
}

.speciality-wrapper .read-more, .shift-wrapper .read-more {
    padding: 12px 23px;
    height: 48px;
    width: 100%;
}

.speciality-wrapper .read-more a, .shift-wrapper .read-more a{
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 3px;
}

.speciality-wrapper .rounded-circle, .shift-wrapper .rounded-circle {
    box-sizing: border-box;
    position: absolute;
    height: 23px;
    width: 23px;
    right: 23px;
    bottom: 14px;
    border: 1.6px solid #c2c2c2;
    text-align: right;
}

.speciality-wrapper .rounded-circle .m2, .shift-wrapper .rounded-circle .m2{
    color: #c2c2c2;
    margin-top: -2px;
    margin-right: 2px;
}

/*Fullwidth sectie*/

.image-links .image {
    float: left;
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.image-links .tekst {
    float: right;
    padding: 100px 100px 100px 50px;
    position: relative;
    color: white;
}

/*--------- sectionsize -------*/

.image-article .image {
    float: left;
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.image-article .tekst {
    float: right;
    padding: 100px 100px 100px 50px;
    position: relative;
    color: white;
}

#section-contact .checkbox1 {
     height: 40px;
     text-align: left;
 }

#section-contact .input_field {
    position: relative;
    width: 48%;
    display: inline-block;

}

#section-contact .input_field:nth-child(4),
#section-contact .input_field:nth-child(6) {
    float: right;
}

#section-contact .input_field.textarea {
    width: 100%;
}



.input_field input,
.input_field textarea {
    background: white;
    border: 0;
    margin-bottom: 20px;
    height: 55px;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
}


.input_field textarea {
    min-height: 200px;
}

.sendbutton2 {
    height: 55px;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 4px;
    background-color: #1A1919;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.15);
    color: white;
    -webkit-appearance: none;
    border: 0;

}

/*FOOTER STYLING*/
footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer {
    background: #1A1919;
    position: relative;
}

.footer_bar {
    height: 60px;
    background: #B7252B;
    position: relative;
}

.link {
    color: white;
    margin-top: 15px;
}

.link a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

.link a:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

.footer_bar_maker {
    color: white;
    margin-top: 15px;
    text-align: right;
}






