/*
Theme Name: abc Template
Author: Steven de Jesus
Author URI: http://stevendejesus.com
Theme URI: http://stevendejesus.com
Description: abc Template
Version: 1.0
License: abc Template Public License v1 or later
License URI: http://stevendejesus.com
Text Domain: abc
Tags: custom-menu, featured-images, full-width-template, responsive-layout, right-sidebar, theme-options
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,body
{

    margin: 0px;
    padding: 0px;
    overflow-x: inherit;
    overflow-y: auto;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    position: relative;
}

.padding-class {
    padding-top: 30px;
}



/*****************  
Global styles
*****************/

h1, h2 {
    color: #ff3209;
    font-weight:  400;
    font-size: 19px;
    line-height: 26px;
    padding: 0 0 20px 0;
}

hr {
   border: 1px solid #d9d9d9;
}

p {
    font-size: 18px;
    line-height: 26px;
}

.page-layout {
    padding-top: 30px;
}

.box {
    height: 300px;
}

.padding-block {
    padding: 40px 0;
}

.padding-article {
    padding-top: 20px;
    padding-bottom: 20px;
}
.grey-background {
    background: #ebece7;
}

.main-color {
    color: #ff3209;
}

.basic-color {
     color: #999999;
}

.second-color {
    color: #000;
}

.water {
    font-size: 18px;
    padding-bottom: 11px;
}

.line {
    width: 220px;
    height: 2px;
    background: #999999;
}

.link {
    color: #ff3209;
}

.link:hover {
    color: #ff3209;
}

.black-block {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}

.clear {
    clear: both;
}

ol {
    line-height: 26px;
}

.block {
    height: 20px;
}
/*****************  
header
*****************/

header {
    color: #999999;
}
header {
    padding-top: 20px;
}

header h1 a {
    font-size: 25px;
    font-weight: 800;
    color: #ff3209;
    display: inline-block;
    margin: 25px 0 0 0
}

header h1 a:hover {
    color: #ff3209;
}
header .menu {
    margin: 30px 0 0 0;
}

header .menu li{
    display: inline-block;
}

header .menu li {
    margin-left: 30px;
}

header .menu li a {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 5px;

}

header .menu li a:hover {
    border-bottom: 2px solid #ff3209;
}

.sub-menu .menu-item {
    display: none;

}

#menu-item-14:hover .sub-menu .menu-item {

}

/*****************  
.hero image
*****************/

.jumbotron {
    margin: 0;
}
.hero-image {
    background: url("images/hero.jpg");
    height: 400px;
    width: auto;
    color: #fff;
}

.hero-image h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    padding: 90px 0 40px 0;
    text-transform: uppercase;
}

.hero-image h2 {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 70px;
    color: #fff;
}

.black-button{
    display: inline-block;
    padding: 20px 50px;
    color: #fff;
    transition: 1s ease;
    background: #ff3209;
}

.black-button:hover {
    background: rgba(254,127,116,0.7);
    color: #fff;
}

/*****************
frontpage
*****************/

.office {
    background: url("./images/office.jpg")center center;
    width: 360px;
    height: 243px;
    margin: 20px auto;
    padding: 0;
}


.block-text {
    padding-top: 140px;
    font-size: 30px;
    font-weight: 600;
    color: #ff3209;
}

.yvonne {
    background: url("./images/yvonne-bisschops.png")center center;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}

.familie {
    position: relative;
    background: url("./images/familie.jpg")center center;
    background-repeat: no-repeat;
    width: auto;
    height: 300px;
}

.arbeid {
    position: relative;
    background: url("./images/arbeidsrecht.jpg")center center;
    background-repeat: no-repeat;
    width: auto;
    height: 300px;
}

.incasso {
    position: relative;
    background: url("./images/incasso.jpg")center center;
    background-repeat: no-repeat;
    width: auto;
    height: 300px;
}

.kantoor {
    position: relative;
    background: url("./images/office.png")center center;
    background-repeat: no-repeat;
    width: auto;
    height: 244px;
    margin-top: 15px;
    margin-bottom: 20px;
}

article h3 {
    font-weight: 600;
    padding: 0 0 10px 0;
}

/*****************
page
*****************/

.page-titel {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
    padding-top: 120px;

}

.featured-image {
    background: url("images/hero.jpg");
    height: 300px;
    width: auto;
    background-size: cover;
    color: #fff;
}

.page main p {
     padding-bottom: 30px;
 }

.page main ul {
    list-style: square;
}

.page main ul li {
    margin-left: 18px;
    margin-bottom: 10px;
}

.familie-image {
     background: url("images/familierecht.jpg");
     height: 300px;
     width: auto;
     background-size: cover;
     color: #fff;
 }

.costs-image {
    background: url("images/costs.jpg");
    height: 300px;
    width: auto;
    background-size: cover;
    color: #fff;
}

.arbeidsrecht-image {
    background: url("images/arbeids-recht.jpg");
    height: 300px;
    width: auto;
    background-size: cover;
    color: #fff;
}

.contact-image {
    background: url("images/contact.jpg");
    height: 300px;
    width: auto;
    background-size: cover;
    color: #fff;
}

.samenwerkende {
    background: url("images/hero.jpg");
    height: 300px;
    width: auto;
    background-size: cover;
    color: #fff;
}

.incasso-image {
    background: url("images/incasso-tall.jpg");
    height: 300px;
    width: auto;
    background-size: cover;
    color: #fff;
}

article ul li {
    line-height: 28px;
}

.page-picture {
    padding-bottom: 20px;
}

/*****************
sidebar
*****************/




/*****************
footer
*****************/
footer {
    background: #2f3032;
    margin-top: 30px;
}

footer .menu li {
    margin-top: 4px;
}

footer .menu li {
    margin-bottom: 5px;
}

footer .menu li a {
    color: #999999;
    padding-bottom: 8px;
}

footer .menu li a:hover {
    color: #ff3209;
}

.facebook {
     background: url("images/fb-icon.png");
     width: 70px;
     height: 70px;
    float: left;
    margin: 0 20px 0 0;
 }

.linkedin {
    background: url("images/li-icon.png");
    width: 70px;
    height: 70px;
    float: left;
}




/*****************
Media Queries
*****************/


@media all and (max-width: 10000px) and (min-width: 767px) {
   .mobile-menu {
       display: none;
   }
}

    @media all and (max-width: 991px) and (min-width: 767px) {
        .navbar-header {
            float: none;
        }

    header h1 {
        font-size: 25px;
        font-weight: 800;
        color: #ff3209;
        display: block;
        text-align: center;
    }

}

@media all and (max-width: 991px) and (min-width:100px) {
.center-class {
    text-align: center;
}
    }

@media all and (max-width: 767px) and (min-width: 100px) {


    
   header .nav-menu {
       display: none;
   }
    
    header h1 {
       float: none;
       display: inline-block;
    }
    
    header.active .nav-menu {
        float: none;
        display: block;
        margin-top: 20px;
        width: 100%;
        border-top: 1px solid #d9d9d9;
    }
    
    header.active .nav-menu li {
        display: block;
        text-align: center;
        margin: 0 0 15px 0;
    }
    
    .mobile-menu {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        margin: 25px 20px 0 0;
        cursor: pointer;
   }

    .hero-image h1 {
        font-size: 25px;
        line-height: 35px;
    }
    
}

@media all and (max-width: 767px) and (min-width: 421px) {
    .familie-image {
        background: url("images/familie.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

    .arbeidsrecht-image {
        background: url("images/arbeidsrecht.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

    .contact-image {
        background: url("images/contact-1.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

    .costs-image {
        background: url("images/kosten.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

}

@media all and (max-width: 500px) and (min-width: 100px) {
    header h1 a {
        font-size: 20px;
    }

    .page-titel {
        font-size: 23px;
        line-height: 30px;
    }

    .incasso-image {
        background: url("images/incasso-small.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

    .familie-image {
        background: url("images/familie-small.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

    .costs-image {
        background: url("images/costs-small.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

    .arbeidsrecht-image {
        background: url("images/arbeid-small.jpg");
        height: 300px;
        width: auto;
        background-size: cover;
        color: #fff;
    }

}

@media all and (max-width: 420px) and (min-width: 100px) {
    header h1 a {
        font-size: 20px;
    }
}