/*Helpers*/

.row {max-width:1200px!important;}

body {
    font-family: 'Poppins', sans-serif!important;
    padding-top: 0px!important;
	font-size: 17px!important;
}

img {
    width: 100%;
}

#cms {
    margin-bottom: 100px;
}

h1 {
    font-size: 25px!important;
    color: #122766!important;
    font-weight: 500!important;
}

.h1 {
    font-size: 40px!important;
}

h1 span {
    font-weight: 800!important;
}

h2 {
    font-size: 24px!important;
    color: #122766!important;
    font-weight: 600!important;
}

h3 {
    font-size: 18px!important;
    color: #122766!important;
    font-weight: 500!important;
    margin: 0px!important;
}

h4 {
    font-size: 18px!important;
    color: #122766!important;
    font-weight: 600!important;
    margin: 0px!important;
}
h3 a {
    color: #122766!important; 
}

.spacer {
	height: 10px;
}

.clearfix {
    clear: both;
}

/*Navigation*/

.logo {
    width:250px;
    padding-top: 7px;
}

.nav-wrap .row {
    margin-bottom: 1px!important;
}

.menu .active > a {
    background: transparent!important;
    color: #fefefe;
}

.nav-wrap {
    background: #122766!important;
    padding: 10px 0px 0px 0px;
    min-height: 66px;
}

.nav {
    margin-top: 13px;
}

.main-nav .nav ul{
    margin: 0px;
    float: right;
    right: 0;
}

.main-nav .nav ul li a {
    padding: 18px 16px;
    color: #fff;
    font-weight: 600;
}

.main-nav .nav ul li {
    float: left;
    list-style: none;
  //  padding: 12px 10px;
}

.hamburger {
    position: absolute;
    background: none!important;
    border: none!important;
    right: 0;
    /* left: 0; */
    top: 0px;
    z-index: 2;
    padding: 10px 15px;
    border-radius: 3px;
    color: #5D5D5D;
    font-size: 22px;
    transition: .3s;
    margin: 0px 31px;
    width: max-content;
}

.pushy a {
    padding: 0px 0px 0px 10px!important;
}

/*Main content*/

.info {
    padding: 10px 0px;
    background: transparent;
    position: relative;
	float: right;
	padding-right: 65px;
}

.info a {
    color: #122766;
	font-size: 14px !important;
}

.info a:last-child {
    margin-left: 20px;
}

.index-bg {
    background-size: cover!important;
    background-position: top!important;
}

.w50 {
    background: #E5E5E5;
    width: 50%;
    float: left;
	height: 496px!important;
}

.w50 img {
	max-height: 500px!important;
}
.index-text {
    padding: 60px 50px 40px 0px;
    font-size: 37px!important;
}

.services {
    padding: 40px;
}

.service-box h3 {
    margin-top: -6px!important;
    text-align: center;
    box-shadow: 0px 0px 6px #00000042!important;
    padding: 24px 0px!important;
    text-transform: uppercase;
}

.service-box img {
    filter: grayscale(100%);
    transition: .3s;
}

a .service-box:hover img {
    filter: grayscale(0%);
    transition: .3s;
}

.services-mobile {
    text-align: center;
    text-transform: uppercase;
}


#middle-section {
    margin-top: 60px;
}

.main-content {
    margin: 90px 0px;
}

.main-content img {
    width: 100%;
}

.sub-pages h2 {
    text-transform: uppercase;
}

button {
	background-color: #122766 !important;
	color: #fff !important;
}

textarea {
	min-height: 150px !important;
}

/*Footer*/

footer {
    background: #122766;
    color: #fff;
    padding: 40px 0px 0px 0px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #707070;
}

footer h3 {
    color: #fff!important;
    box-shadow: none!important;
    padding: unset!important;
    margin-bottom: 11px!important;
    margin-left: 0px!important;
}

footer .row {
    margin-bottom: 0px!important;
}

/*SUBMENU*/

/* The container <div> - needed to position the dropdown content */
.navbar-main .has-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.navbar-main .dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%;
    left: 0;
    padding: 0px!important;
    margin: 0px!important;
}

.navbar-main .dropdown li a{
    min-width: 200px;
    color: #8f8f8d;
    padding: 15px 30px;
}

.navbar-main .dropdown li a:hover {
    background: #025940!important;
    color: #fff!important;
}

.navbar-main .has-dropdown {
    color: #fff;
    /*padding: 15px 30px;*/
}


.navbar-main li.active a {
    background: none!important;
    color: #025940!important;
}

/* Links inside the dropdown */
.navbar-main .dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
/*.dropdown a:hover {background-color: #ddd;}*/

/* Show the dropdown menu on hover */
.navbar-main .has-dropdown:hover .dropdown {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.navbar-main .has-dropdown:hover .dropbtn {background-color: #3e8e41;}



/*Custom buttons*/

.btn-custom1 {
    background: transparent;
    border: #707070 1px solid;
    color:  #707070;
    text-align: center;
    transition: .3s;
    font-weight: 600;
    padding: 15px 25px;
}

.btn-custom1:hover {
    transition: .3s;
    background: #707070;
    border: none;
    color: #E5E5E5;
}

/*@media's*/

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
	
@media only screen and (max-width: 768px) {

    #top-section {
        height: 390px;
    }

    .w50:last-child {
        width: 69%;
        z-index: 100;
        position: absolute;
        right: 0;
    }

    .w50:first-child {
        width: 46%;
        position: absolute;
        z-index: 0;
    }

    .index-bg {
        height: unset!important;
    }

    .w50 {
        height: 360px;
    }

    .index-text {
        padding: 10px 50px 0px 0px;
    }

    h1 {
        font-size: 30px!important;
    }

    .main-nav .nav ul li a {
        padding: 27px 10px;
    }


    .main-content {
        margin-top: 0px;
    }

    .service-box h3 {
        font-size: 14px!important;
        padding: 24px 0px!important;
    }

}


@media only screen and (max-width: 500px) {
    .w50 {
        width: 100%!important;
        background: url ("img/rug-mobiel.jpg") no-repeat fixed center #e5e5e5 !important;
        height: unset !important;
		
    }
    .w50 img{
        height: 100% !important;
		opacity: 0.5 !important;
    }
	
    .w50 h1, .w50 p {
        padding-left: 10px;
    }

    .w50 .btn-custom1 {
        margin-left: 10px;
    }

    .w50:first-child {position: relative;}

    .info-wrapper{
        background: #E5E5E5!important;
        position: absolute;
        width: 100%;
    }

    .index-text {
        padding-top: 0px;
        font-size: 30px!important;
    }

    #middle-section {
        margin-top: 170px;
    }

    .info1 a:last-child {
        float: right;

    }

    .info1 a:first-child {
        float: left;
    }
    .info1 {
        height: 50px;
    }

    .info1 a {
        padding: 10px 0px;
        color: #5D5D5D;
		
    }

    .info {
        margin-right: 0px;
        background: #fff;
		min-height: 50px !important;
    }

    .home{
        margin-right: 0px;
		background: transparent !important;
		min-height: 50px !important;
    } 
	.info a:last-child {
		margin-left: 0px;
		padding-right: 35px;
	}   
    .logo {
        width: 100%!important;
        margin-left: 20px;
    }
    
  .h1 {
        font-size: 30px!important;
    }

    h3 {margin: 0px 13px 15px 11px!important;}

    h2 {
        font-size: 24px!important;
    }

    .services-mobile h2 {
        font-size: 24px!important;
    }

    .main-content {
        padding-top: 20px;
    }
    


}

.blocks {
    bottom: 0;
    margin-top: -5px;
}

.block {
    width: 16.666%;
    float: left;
    background: #122766;
    height: 60px;
    bottom: 0;

}


.block img {
    width: 100%;
    padding: 10px;
}
/*SUBMENU*/

/* The container <div> - needed to position the dropdown content */
.main-nav .has-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.main-nav .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #122766!important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 100%;
  left: 0;
  padding: 0px!important;
  margin: 0px!important;
min-width: 250px;
}

.main-nav .dropdown li a{
  min-width: 200px;
  color: #122766;
  padding: 15px 30px!important;
}

.main-nav .dropdown li a:hover {
  background: #122766!important;
  color: #fff!important;
padding: 15px 30px;
}

.main-nav .has-dropdown {
  color: #fff;
  /*padding: 15px 30px;*/
}

/* Links inside the dropdown */
.main-nav .dropdown a {
  color: #122766!important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
/*.dropdown a:hover {background-color: #ddd;}*/

/* Show the dropdown menu on hover */
.main-nav .has-dropdown:hover .dropdown {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.main-nav .has-dropdown:hover .dropbtn {background-color: #3e8e41;}
