/*
Theme Name: Metselbedrijf Kemper
Author URI: https://qstylez.nl
Author: QStylez
Version: 1.0
*/

html {
    font-size:16px
}

body {
    margin:0;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

/* Assistive text */
.screen-reader-text {
    clip:rect(1px,1px,1px,1px);
    position:absolute!important
}

:focus {
    outline:0
}

a.post-edit-link {
    display:none
}

textarea, input[type="submit"] {
    -webkit-appearance:none;
}

ul {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    line-height: 1.3;
}

h1,h2,h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

b,strong {
    font-weight: 700;
}

p {
    margin:15px 0
    line-height:1.5;
}
a {
    text-decoration: none;
}

.error404 .page-title {
    font-size:1.8rem
}

#inner-header {
    margin: 0em auto;
}

.home-link {
    position: relative;
    display: block;
}

.home-link img {
    width: 125px;
    padding: 20px 0px;
    float: right;
    margin-right: 10em;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}


section:after,.inner:after,.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/**
 * Contactform styles
 * ----------------------------------------------------------------------------
 */

div.wpcf7-response-output {
    margin: 10px 0px;
    padding: 10px;
    overflow: hidden;
    float: left;
}

div.wpcf7-mail-sent-ok {
    border: none;
    background: #398f14;
}

div.wpcf7-validation-errors {
    border: none;
    background: #f00;
}





/**
 * Styling van de header
 * ----------------------------------------------------------------------------
 */

div#navtop {
    background: rgb(34,39,102);
    background: -moz-linear-gradient(left, rgba(34,39,102,1) 0%, rgba(53,67,134,1) 50%, rgba(34,39,102,1) 100%);
    background: -webkit-linear-gradient(left, rgba(34,39,102,1) 0%,rgba(53,67,134,1) 50%,rgba(34,39,102,1) 100%);
    background: linear-gradient(to right, rgba(34,39,102,1) 0%,rgba(53,67,134,1) 50%,rgba(34,39,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222766', endColorstr='#222766',GradientType=1 );
    padding: 10px 0px;
}

#navtop a {
    color: white;
    float:right;
    padding: 10px 0px;
    transition: .2s ease-in-out;
}

#navtop a:hover {
    opacity: .7;
    transition: .2s ease-in-out;
}

#navtop a:first-of-type {
    padding-left: 20px;
}

#navtop a:nth-of-type(2):before {
    content: '';
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Icons-01-Mail.png) no-repeat;
    background-position: center center;
    padding: 10px 0px;
    padding-right: 30px;
    margin-right: 10px;
    position: relative;
    background-size: 90%;
}

#navtop a:nth-of-type(1):before {
    content: '';
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Icons-02-Tel.png) no-repeat;
    background-position: center center;
    padding: 10px 0px;
    padding-right: 30px;
    margin-right: 10px;
    position: relative;
    background-size: 90%;
}

.inner {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

a.home-link {
    width: 35%;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 15px 0px;
}

header#masthead {
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Dijkwoning-Volendam-Large.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 92px;
    height: 60vh;
    position: relative;
}

.navwrapper {
    position: fixed;
    width: 100%;
    z-index: 10;
    margin-top: -92px;
}

div#navbar {
    overflow: hidden;
} 

div#introTekst {
     padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    color: white;
}

#introTekst h1 {
	font-size: 3em;
}

#introTekst p { 
	font-size: 1.5em;
 }

nav#site-navigation {
    float: right;
    width: 65%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
}

div#primary-menu {
    padding: 0em 2em;
    width: 975px;
}

.usp {
    background: rgb(93,158,74);
    background: -moz-linear-gradient(left, rgba(93,158,74,1) 0%, rgba(110,171,97,1) 30%, rgba(110,171,97,1) 30%, rgba(93,158,74,1) 52%, rgba(93,158,74,1) 52%, rgba(110,171,97,1) 74%, rgba(93,158,74,1) 100%);
    background: -webkit-linear-gradient(left, rgba(93,158,74,1) 0%,rgba(110,171,97,1) 30%,rgba(110,171,97,1) 30%,rgba(93,158,74,1) 52%,rgba(93,158,74,1) 52%,rgba(110,171,97,1) 74%,rgba(93,158,74,1) 100%);
    background: linear-gradient(to right, rgba(93,158,74,1) 0%,rgba(110,171,97,1) 30%,rgba(110,171,97,1) 30%,rgba(93,158,74,1) 52%,rgba(93,158,74,1) 52%,rgba(110,171,97,1) 74%,rgba(93,158,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9e4a', endColorstr='#5d9e4a',GradientType=1 );
    position: absolute;
    width: 100%;
    bottom: 0;
}

.usp ul {
    max-width: 1180px;
    margin: 0 auto;
    list-style-type: none;
    overflow: hidden;
}

.usp ul li {
	    float: left;
    width: 25%;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0px;
}

.usp ul li:before {
    content: '';
    padding: 10px 0px;
    padding-right: 30px;
    margin-right: 10px;
    position: relative;
}

.usp ul li:nth-of-type(1):before {
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Icons-03-Koffer.png) no-repeat;
    background-position: center center;
    background-size: 90%;
}

.usp ul li:nth-of-type(2):before {
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Icons-04-Tag.png) no-repeat;
    background-position: center center;
    background-size: 90%;
}

.usp ul li:nth-of-type(3):before {
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Icons-05_Target.png) no-repeat;
    background-position: center center;
    background-size: 90%;
}

.usp ul li:nth-of-type(4):before {
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2017/01/Icons-06-Schoon.png) no-repeat;
    background-position: center center;
    background-size: 90%;
}

.entry-title {
	display: none;
}

#overons h1 {
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: normal;
}

/**
 * Over ons - Homepagina
 * ----------------------------------------------------------------------------
 */

 section#overons > div:nth-of-type(2) {
    float: left;
    width: 40%;
    background: #222766;
    color: white;
    min-height: 484px;
}

section#overons > div:nth-of-type(1) {
    float: left;
    width: 60%;
}

#overons > div {
    padding: 90px 0px;
}

section#overons div:nth-of-type(1) .innertext {
    max-width: 767px;
    float: right;
    width: 100%;
    padding-right: 5em;
    padding-left: 20px;
}

section#overons div:nth-of-type(2) .innertext {
    max-width: 413px;
    float: left;
    width: 100%;
    padding-left: 5em;
}

section#overons div:nth-of-type(1) .innertext img {
    width: 125px;
    padding-top: 5px;
    height: 100%;
}

.innertext a:last-of-type {
    margin-left: 5px;
}
.innertext a:first-of-type {
    margin-right: 5px;
}
.innertext a {
    float: left;
    background: white;
    color: black;
    padding: 10px;
    width: 45%;
    margin-top: 20px;
    text-align: center;
    transition: .2s ease-in-out;
}

.innertext a:hover {
	opacity: .7;
	transition: .2s ease-in-out;
}

/**
 * Diensten deel - Homepagine
 * ----------------------------------------------------------------------------
 */

 section#diensten {
    background: #e8e8e8;
    height: 600px;
}


#diensten h1 {
    background: #416bb0;
    padding: 20px 0px;
    float: right;
    width: 65%;
    margin-bottom: 0;
    color: white;
    letter-spacing: 2px;
    font-weight: 500;
    padding-left: 10em;
    border-radius: 15px 0px 0px 15px;
    margin-top: -35px;
}

#diensten .inner {
    clear: both;
    padding: 90px 0px;
}

#diensten a {
    float: left;
    width: 33.3%;
    text-align: center;
}

.image {
    height: 250px;
    transition: .2s ease-in-out;
}

#diensten a:hover .text p {
    opacity: 1;
    display: block;
    transition: .2s ease-in-out;
}

.text p {
	opacity: 0;
	display: none;
	transition: .2s ease-in-out;
	font-weight: normal;
}

#diensten a:hover .image {
    height: 300px;
    transition: .2s ease-in-out;
    box-shadow: 1px 2px 5px 1px #d0d0d0;
}

#diensten a:nth-of-type(1) .image {
	background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2016/12/What-is-Mortar-16.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#diensten a:nth-of-type(2) .image {
	background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2016/12/Xella-Lijmwerk-Ytong-_3_.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#diensten a:nth-of-type(3) .image {
	background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2016/12/21-09-2012911-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.text h2, .text p {
    color: #333333;
    margin: 0;
}

.text {
    padding: 20px;
    text-align: center;
    padding-bottom: 0px;
}

/**
 * Tussen stuk homepagina
 * ----------------------------------------------------------------------------
 */



section#tussenstuk {
    background: url(https://www.metselbedrijfkemper.nl/wp-content/uploads/2016/12/Brickwork-1259649298_54.jpg) no-repeat;
    background-size: cover;
    background-position: center 30%;
    text-align: center;
}

#tussenstuk .overlay {
    padding: 90px 0px;
    background: rgba(0, 0, 0, 0.3);
}

#tussenstuk h2 {
	color: white;
	letter-spacing: 1px;
}

#tussenstuk a {
    color: white;
    padding: 10px 35px;
    display: table;
    border: 2px solid white;
    margin: 0 auto;
    transition: .2s ease-in-out;
}

#tussenstuk a:hover {
    background: white;
    color: black;
    transition: .2s ease-in-out;
}

body:not(.home) .entry-content .inner {
    padding: 90px 20px;
}

body:not(.home) .entry-content .inner a {
    color: #222766;
    font-weight: bold;
    font-size: 18px;
}

/**
 * Projecten homepagina
 * ----------------------------------------------------------------------------
 */


#projecten h1 {
    background: #416bb0;
    padding: 20px 0px;
    float: left;
    width: 65%;
    margin-bottom: 0;
    color: white;
    letter-spacing: 2px;
    font-weight: 500;
    padding-right: 10em;
    text-align: right;
    border-radius: 0px 15px 15px 0px;
    margin-top: -35px;
}

#projecten .inner {
    clear: both;
    padding: 90px 0px;
}

.mgom_title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

/**
 * Footer homepagina
 * ----------------------------------------------------------------------------
 */

.maps {
    float: left;
    width: 40%;
    height: 100%;
}

.footertext {
    float: left;
    width: 60%;
    background: #222766;
    color: white;
    height: 100%;
    padding: 45px 30px;
}

footer#contact {
    overflow: hidden;
    height: 400px;
}

.footertext li img {
    width: 160px;
    padding-top: 10px;
}

.footertext h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 20px;
    margin-top: 0px;
}
.footertext li {
    line-height: 1.6;
}
.footertext ul {
    float: left;
    width: 25%;
    list-style-type: none;
}

.formulier {
    float: left;
    width: 50%;
}

.footertext span {
    display: table;
    font-weight: bold;
    margin-top: 10px;
}
.footertext a {
	color: white;
	transition: .2s ease-in-out;
}

.footertext a:hover {
	opacity: .7;
	transition: .2s ease-in-out;
}

input, textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
}

span .wpcf7-not-valid {
    background: #d48d8d;
}

textarea {
	resize: none;
    height: 9.6em;
}

.formulier .col {
    float: left;
    width: 50%;
    padding: 0px 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 2px solid white;
    border-radius: 0px;
    color: white;
    width: 50%;
    transition: .2s ease-in-out;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: white;
	color: #222766;
	transition: .2s ease-in-out;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222766;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222766;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222766;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222766;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.error404 .page-header h1 {
    margin-bottom: 0;
}
.error404 .page-header {
    margin: 0 auto;
    text-align: center;
    padding: 90px 0px;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

.entry-content a {

}

.entry-content a:hover {
    
}

.entry-content a, .entry-title a {
    text-decoration:none;
}

.entry-title a:hover {

}

/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    display: block;
    line-height: 1;
    margin: 20px 25px;
    font-size: 15px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: .2s ease-in-out;
}

.nav-menu li a:hover {
    opacity: .7;
    transition: .2s ease-in-out;
}

.nav-menu li:first-of-type a{
    margin-left:0px;
}

.nav-menu li:last-of-type a{
    margin-right:0px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {

}

.nav-menu .sub-menu,
.nav-menu .children {
    border-top: 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {

}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {

}

.menu-toggle {
    display: none;
}

@media (max-width: 768px) {

        /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        margin: 0;
    }

    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
       background: none;
    border: none;
    color: black;
    font-weight: 600;
    padding: 15px 20px;
    font-size: 1em;
    float: right;
}


    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
        padding-top: 2em;
	    text-align: right;
    }

    .toggled-on li,
    .toggled-on .children {
        display: block;
    }

    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }

    .nav-menu li:last-of-type a {
    	margin-right: 25px;
    }

    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }

    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }

    .toggled-on .nav-menu > li a:hover,
    .toggled-on .nav-menu > ul a:hover {
        color: #fff;
    }

    .toggled-on .nav-menu > li a:focus,
    .toggled-on .nav-menu > ul a:focus {
        color: #fff;
    }

    .nav-menu li a {
    	text-transform: none;
    	font-size: 17px;
    }

    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
}

@media (max-width: 960px) {

    input[type="text"],input[type="email"],input[type="tel"],input[type="submit"],textarea {
    -webkit-appearance: none;
    border-radius: 0;
    }

    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }
}

/**
 * Mediaquerie iPad formaat 
 * ----------------------------------------------------------------------------
 */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

div#navtop {
	padding: 10px 20px;
}

.home-link img {
	margin-right: 5em;
}

div#introTekst {
	    padding: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.usp ul li {
	font-size: 14px;
	padding: 15px;
}

section#overons > div:nth-of-type(1), section#overons > div:nth-of-type(2) {
    float: initial;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-height: initial;
}
#overons > div {
    padding: 45px 20px;
}

section#overons div:nth-of-type(1) .innertext {
    max-width: initial;
    float: initial;
    width: 100%;
    padding-right: 0em;
}


section#overons div:nth-of-type(2) .innertext {
    max-width: initial;
    float: initial;
    width: 100%;
    padding-left: 0em;
}

.innertext a {
	width: 30%;
}

#diensten h1 {
	width: 55%;
	padding-left: 2em;
}

#projecten h1 {
	width: 55%;
	padding-right: 2em;
}

.usp ul li:before {
	padding-right: 25px;
}

#projecten .inner {
	padding: 45px 0px;
}

.maps {
    float: initial;
    width: 100%;
}

.footertext {
	float: initial;
	width: 100%;
	overflow: hidden;
}

footer#contact {
	height: initial;

}

.formulier {
    float: right;
    width: 60%;
}

.footertext ul {
	width: 40%;
}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	.nav-menu li a {
		margin: 20px 15px;
	}

	nav#site-navigation {
		width: 70%;
	}

	a.home-link {
		width: 30%;
	}

	header#masthead {
		height: 70vh;
	}

	.usp ul li {
		padding: 15px 0px;
	}

	#projecten .inner {
		padding: 45px 20px;
	}
}

@media (max-width: 765px) {

	.inner {
		padding: 0 20px;
	}

	#navtop a:first-of-type {
    padding-left: 0px;
    
}

#navtop a {
    float: right;
    padding: 5px 0px;
    font-size: 14px;
}

.home-link img {
    width: 75px;
    padding: 20px 0px;
    float: initial;
    margin: 0 auto;
}

a.home-link {
	text-align: center;
}

#navtop span {
    display: none;
}

.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	padding: 15px 30px;
}

div#introTekst {
	    padding: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
}

header#masthead {
	height: 50vh;
}

.usp {
	display: none;
}

section#overons > div:nth-of-type(1), section#overons > div:nth-of-type(2) {
    float: initial;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-height: initial;
}
#overons > div {
    padding: 45px 20px;
}

section#overons div:nth-of-type(1) .innertext {
    max-width: initial;
    float: initial;
    width: 100%;
    padding-right: 0em;
}


section#overons div:nth-of-type(2) .innertext {
    max-width: initial;
    float: initial;
    width: 100%;
    padding-left: 0em;
}

#diensten h1 {
    float: initial;
    width: 100%;
    border-radius: 0;
    padding-left: 20px;
    text-align: left;
    margin-top: 0;
}

#projecten h1 {
	float: initial;
	width: 100%;
	border-radius: 0;
	padding-right: 0;
	text-align: left;
	padding-left: 20px;
	margin-top: 0px;
}

#diensten .inner {
	padding: 45px 0px;
}

#diensten a {
    float: initial;
    width: 100%;
    text-align: center;
}

section#diensten {
	height: initial;
}

.image {
	height: 100px;
}

.text {
	padding: 10px;
	padding-bottom: 10px;
}

#diensten a:hover .image {
	height: 150px;
}

#projecten .inner {
	padding: 45px 20px;
}

footer#contact {
	height: initial;
}

.maps {
	display: none;
}

.footertext {
    float: initial;
    width: 100%;
    overflow: hidden;
    background: #222766;
    color: white;
    height: 100%;
    padding: 45px 20px;
}

.footertext ul {
    float: initial;
    width: 100%;
    list-style-type: none;
    margin-bottom: 20px;
}

.formulier {
    float: initial;
    width: 100%;
}

.formulier .col {
    float: initial;
    width: 100%;
    padding: 0px;
}

#tussenstuk .overlay {
	padding: 45px 0px;
}

#tussenstuk h2 {
	font-size: 22px;
	padding: 0px 20px;
}


}