/*
Theme Name: WerkenbijGTBunck
Theme URL: https://smeckdesigns.com
Author: Smeckdesigns.com
Author URL: https://smeckdesigns.com

*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
.genesis-skip-link {display:none}
/* stylelint-enable */


/*basic*/

html {
font-size: 62.5%;
	scroll-behavior: smooth;
}

a, div, span, button, input, p, article, tr, td, section, h1, h2, h3, h4, h5, img, :after, :before {transition:0.3s ease all !important;position:relative}

body {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color:var(--blauw);
}

:root {
  	--blauw: #1C2242;
	--lblauw: #E1F4FD;
  	--wit: #ffffff;
  	--oranje: #F58612;
}



a {text-decoration:none;cursor:pointer;color:var(--oranje)}

body {background-color:#F6F9FF;font-family:'Open Sans';color:var(--zwart)}
.site-inner {max-width:100%;overflow: hidden;}

p {margin:0 0 1.2rem;line-height:1.75}
ul {padding:0;margin-left:20px;width:100%}
li {line-height:2;}


@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

::selection {background-color:var(--oranje);color:white}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4 {
	font-weight:700;
	width:100%;
	margin-bottom:0;
	line-height:1.15;
}
h1 {font-size:4rem}
h2 {font-size:2.2rem}
h3 {font-size:3.2rem}
p {line-height:1.5;margin-bottom:0;}
.entry-content h4 {margin:0}


/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}



/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0px;
    width: 100%;
    max-width: 1280px;
}


/* Site Header
---------------------------------------------------------------------------- */
header{background:white;}
.header-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
}
.site-logo {
    max-width: 360px;
    display: block;
    width: 50%;
}
img.custom-logo {
    max-width: 200px;
    height: auto;
	padding:5px 15px;
}

ul#menu-main {
    margin: 0;
	display:inline-flex;
}
li.menu-item {
    list-style: none;
    margin: 0 25px 0;
}
li.menu-item a {
    font-size: 2rem;
    color: var(--dblue);
}
li.menu-item.current-menu-item a, li.menu-item a:hover{color:var(--oranje);}

.blauwkop {color:white}

/* Title Area
--------------------------------------------- */



/* Homepage ------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------- */


/* Content page styling
----------------------------------------------------------------------------------------------------------------------------------- */

.watwedoen {
    min-height: calc(100vh - 205px);
    display: flex;
    flex-wrap: wrap;
    background: var(--lblauw);
}

.watwedoen .afbeelding-links {
    width: 50%;
    display: flex;
    overflow: hidden;
    position: relative;
	background-size:cover;
	background-position:center;
}

.watwedoen .content-rechts {
    width: calc(50% - 100px);
    display: block;
    max-width: 700px;
    padding: 50px;
    align-self: center;
}
.watwedoen .content-rechts h1 {
    color: var(--oranje);
    font-size: 2.2rem;
    margin: 0;
}
.watwedoen .content-rechts h2 {
    font-size: 3.2rem;
    margin: 0;
}

.content-rechts .buttons {
    margin: 55px 0;
    display: flex;
	flex-wrap:wrap;
}



/* Vacatures 
* ----------------------------------------------------------------------------------------------------------------------------------- */

.vacature-overzicht {
	background: var(--lblauw);
    text-align: center;
    position: relative;
    padding: 0 0 50px;
    min-height: calc(100vh - 260px);
}
.vacature-overzicht .blauwkop {background:none}
.vacature-overzicht .blauwkop h1 {
	width: auto;
    max-width: 400px;
    margin: 0 auto 25px;
    display: block;
    background: var(--blauw);
    border-radius: 0 0 5px 5px;
    padding: 15px 150px;
	white-space: nowrap;
}
.vacature-intro {
    width: calc(100% - 50px);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 25px;
    margin-bottom: 50px;
}

.vacature-wrapper {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    align-items: center;
	
}

.vacature-wrapper a {
    width: calc(33.33% - 30px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 7.5px 25px;
	text-decoration:none;
	color:var(--blauw);
}
.vacature-wrapper a h2 {color: var(--oranje);}
.vacature-wrapper p {margin: 0;}
.vacature-details {width: 100%;}
.leesmeervacature {
    background: var(--oranje);
    color: white;
    width: calc(100% - 2px);
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 25px;
	border:1px solid var(--oranje);
}
.vacature-content-kort {
    display: flex;
    position: relative;
    overflow: hidden;
    background: white;
    box-shadow: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}


.vacature-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: calc(100vh - 210px);
}
.vacature-content {
    display: flex;
    position: relative;
    overflow: hidden;
    background: white;
    box-shadow: none;
}
.vacature-wrapper img {
    width: 100%;
	height:200px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.vacature-wrapper .vacature-img {height:200px;overflow:hidden;width:100%}
.vacature-wrapper a:hover  img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}


.vacature-wrapper  .leesmeervacature:hover {background:white;color:var(--oranje);}
.vacature-lijst {
	flex-direction: row-reverse;
    justify-content: flex-end;
}
.teamlid.vacature-lijst .content-rechts h1 {
    margin-top: 25px;
}

.vacature-lijst form {
    background: white;
    padding: 25px 0 0 30px;
    z-index: 2;
    position: relative;
}

a.terugnaar {
    color: white;
    text-decoration: none;
    background: var(--oranje);
    border-radius: 5px;
    padding: 2px 10px 5px;
	border:1px solid var(--oranje);
}
a.terugnaar i {font-size: 1.2rem;}
a.terugnaar:hover {
	color:var(--oranje);
	background:white;
}

a.terugknop {
	color:var(--wit);
	background:var(--oranje);
	padding:10px 30px 8px;
	margin-right:1700px !important;
	border-radius:5px;
	text-decoration:none;
	font-weight:700;
	font-size: 1.8rem;
	margin:15px 15px 25px 0;
	border:1px solid var(--oranje);
	line-height: normal;
}
a.terugknop i {font-size: 1.8rem;}
a.terugknop:hover {
	color:var(--oranje);
	background:white;
}

/* FOOTER 
 * --------------------------------------------- */


.footer {
        background: var(--blauw);
 	    width: 100%;
        color: var(--wit);
        position: relative;
        display: flex;
}
.footer-wrap {
    padding: 35px 0 25px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    height: 75px;
    align-self: center;
}
.footer-left {
    display: flex;
    flex-wrap: wrap;
    width: 35%;
}
.footer-logo {
    width: 250px;
    padding-right: 25px;
    border-right: 1px solid white;
    align-content: center;
}
.social {
    padding: 0 15px;
    display: flex;
    border-right: 1px solid white;
	gap: 10px;
	align-items: center;
}
.social a {
    width: 50%;
    display: flex;
	text-decoration:none;
	padding: 10px 0;
	justify-content: center;
	color:white;
}


.footer-right {
    display: flex;
    flex-wrap: wrap;
    width: 64%;
	align-items: center;
}

.adres a {
    float: right;
    position: absolute;
    right: 0;
	text-decoration:none;
	color:white;
}
.adres a i {
	color:var(--oranje);
    padding-right: 5px;
}

.tel-breukelen {
	padding-right: 10px;
}

.footer-btn {display:none;}
.home .footer-btn {display:block;}



/* FORMS -------------------------------------------
 * ------------------------------------------------*/



form.wpcf7-form {
	margin-top:25px;
    padding: 50px 25px 25px;
    background: white;
	position:relative;
}
.wpcf7:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    background: white;
    height: 100%;
    z-index: 0;
}

form br { display: none;}
form p {
    display: flex;
    flex-wrap: wrap;
	gap:25px;
}
span.wpcf7-form-control-wrap {
    width:calc(50% - 20px);
    display: inline-flex;
}
form span.wpcf7-form-control-wrap:nth-child(9) {
    width: 100%;
}
form input, form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid var(--blauw);
	border-radius:2px;
	background:var(--lblauw);
	color:var(--zwart);
}
form input:focus, form textarea:focus {background:white;border-color:var(--blauw)}
form textarea {width:calc(100% - 50px);}
form input[type=submit] {
    color: white;
    background: var(--oranje);
    padding: 10px;
    border-color: var(--oranje);
    font-weight: 700;
    cursor: pointer;
    width: calc(100% - 40px);
}
form input[type=submit]:hover {
    background: white;
    color: var(--oranje);
}
.wpcf7 input[type="file"] {width:100%}



/* RESPONSIVE 
 * --------------------------------------------- */

.mob {display:none !important}

@media (max-width:1400px){

}

@media (min-width:1240px) {
	
}



@media (max-width:1280px){
	
}

@media (min-width:768px) and (max-width:1024px) {
	
	.content-wit {width:50%;}
}


@media (min-width:960px){
	
	.footer .social a {
		color:var(--wit);
		font-size:20px;
	}

	.footer .social a:hover {
		color:var(--oranje);
	}

	.footer .adres{
        font-size: 16px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
	}
	.footer .adres i{
		padding:0 10px;

	}
}

@media (max-width:1024px){
	.footer-left, .footer-right {
		width: 100%;
		justify-content: center;
		text-align:center;
	}
	.footer-right .adres {width: 100%;padding:5px}
	.social { width: 100%;justify-content:center;}
	.social a {width:auto;padding:10px;}
	.footer-right .adres a {
		float: none;
		position: relative;
		padding: 0 15px;
	}
}

@media (max-width:768px)
{
	.mob {display:inherit !important;}
	.desktop {display:none !important}
	li.menu-item  {margin:0 15px 0 0}
	.watwedoen .afbeelding-links {width:100%;height: 30vh;}
	.watwedoen .content-rechts {width:100%}
	.content-rechts .buttons a.btn, .content-rechts .buttons a.btn {width: 75%;display: block; text-align: center;}
	form textarea {width:100%}
}
@media (max-width: 600px) {
	
	.home .footer {margin-top: 0}
	 body.home	.footer-wrap {align-self: center;}
	.footer {height:auto !important;margin-top: 5px;}
	
}


@media (max-width:480px){
	
	.vacature-overzicht .blauwkop h1 {padding:15px;}
	.vacature-lijst .wpcf7:before {width:150vw}
	span.wpcf7-form-control-wrap {width:100%}
	.vacature-wrapper a {width:100%;}
	
	.footer-logo {border-right:none;}
	.footer-right {padding:5px 15px;}
	.footer-right .adres a {width:100%;display:block;padding:0}
	.footer-wrap {height:auto}
	.footer {margin-top: 70px;}
	.adres strong {
		width: 100%;
		display: block;
	}
}


