/*
Theme Name: Nellen Thema 
*/
html {
	    overflow-x: hidden;
}
* {
	box-sizing: border-box;
	font-family: var(--font);
}
.overlay::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
:root {
	--font:"Gotham";
	--green:#68AF21; 
	--blue:#014596;
	--grey:#A3A3A3;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.callus.open {
	background: var(--green);
}
footer .bottom a:hover {
	text-decoration: underline;
}
footer .c-white { background: #fff;         height: 3px;  }
footer .c-green { background: var(--green); height: 11px; }

.fullscreen-header .logo img {
	margin-left: 2px;
}
@media (min-width: 1441px){
	.overlay a.closebtn {
		padding-right: 0px !important;
	}
	.fs-float {
		    margin-right: 165px;
    margin-left: 42px;
	}
	.overlay-content {
		margin-top:0px !important;
	}
	.fullscreen-header {
		position: relative;
		padding-top: 37px !important;
		margin-bottom: 60px !important;
		display: flex !important;
	    align-items: center !important;
	    max-width: 100% !important;
	    margin-left: 165px !important;
    	margin-right: 42px !important;
	    /*margin-left: auto;
	    margin-right: auto;*/
	}
	}
@media (max-width: 981px){
	.home-p {
		padding-top: 36px !important;
	}
	nav ul#menu-fullscreen-menu .current-menu-item a {
		padding-bottom:0px !important;
	}
}
.privacy {
	 color: var(--blue);
    text-decoration: underline;
    font-weight: bold;
}
@media only screen {

	nav ul#menu-hoofdmenu a {
		transition: color .3s;
	}
	nav ul#menu-hoofdmenu a:hover {
		color:var(--green);
	}
	nav ul#menu-hoofdmenu .current-menu-item a{
		border-bottom: 2px solid var(--blue);
	}
	nav ul#menu-fullscreen-menu .current-menu-item a{
		border-bottom: 2px solid white;
		width: fit-content;width: -webkit-fit-content;width: -moz-fit-content; 
		margin-left: auto;
		margin-right:auto;
		padding-bottom: 0px !important;
		line-height: 46px;
		margin-bottom: 14px;
	}
	footer .top a {
		transition: font-weight .1s;
	}
	footer .top a:hover {
		font-weight: bold;
		transition: font-weight .1s;
	}
	main {
		overflow: hidden;
	}
	/* Max widths */
	.mw1171 {
		width:100%;
		max-width: 1171px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.mw1121 {
		width:100%;
		max-width: 1121px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.mw1225 {
		width: 100%;
		max-width: 1225px;
		margin-left: auto;
		margin-right: auto;
	}

	.mw768 {
		max-width: 828px;
		width:100%;
		margin-left: auto;
		margin-right:auto;
	}
	.mw1090 {
		width: 100%;
		max-width: 1090px;
		margin-left: auto;
		margin-right: auto;
	}
	
	body {
		overflow-x: hidden;
/*    	overflow-y: hidden;
*/	}
	* { outline:none; }
	a { text-decoration: none; }

	/* <p> Elements */
	.home-p strong {
		font-weight: bold;
	}
	.home-p {
		margin:0 auto;
		width: 100%;
		box-sizing: border-box;
		padding-top: 85px;
		padding-bottom: 50px;
		max-width: 538px;
		font-family:var(--font);
		font-weight: 300;
		line-height: 28px;
		padding-left: 30px;
		padding-right:30px;
	}

	/* single post */
	@media (min-width: 1201px){
		.single-post-page #page-content p:nth-child(2){
			margin-right: 151px !important;
			/*margin-left: 58%; */
		}
		.single-post-page #page-content p:nth-child(1){
			max-width: 831px !important;
			margin-left: 14% !important;
			margin-right: 530px;
		}
	}
	
	.single-post-page .imgdiv img {
		max-width: 58%;
		width: 100%;
		height: auto;
		min-width: 839px;
		min-height: 629px;
	}

	.single-post-page {
		margin-top: 95px;
	}
	.single-post-page #page-content p {
		padding-top: 20px;
	    width: 100%;
		max-width: 1121px;
		margin-left: auto;
		margin-right: 20%;
	    font-family: var(--font);
	    font-size: 16px;
	    font-weight: 300;
	    color: var(--blue);
	    line-height: 28px;
	}
	.single-post-page .imgdiv {
		margin-top: 55px;
	}
	.single-post-page h1 {
		font-family: var(--font);
	    font-size: 70px;
	    font-weight: 900;
	    color: var(--blue);
	    line-height: 94px;
	    margin-left: 14%;
	    margin-right: 261px;
	}
	/* FOOTER START */
	footer .footer-certs {
	    width: fit-content;
	    float: right;
	    display: grid;
	    grid-template-columns: repeat(3,auto);
	    grid-template-rows: repeat(1,auto);
	    grid-column-gap: 20px;
	    grid-row-gap: 45px;
	    justify-items: center;
	    direction: rtl;
	}
	footer .footer-logo {
		margin-bottom: 25px;
		margin-top: 0px;
	}
	footer .footer-callfax {
		margin-top: 38px;
	}
	footer .footer-callfax a,
	footer .footer-callfax,
	footer .footer-contact a,
	footer .footer-contact {
		font-family:var(--font);
		font-weight: 400;
		color:#fff;
		font-size: 14px;
		line-height:24px;
	}
	footer .top > div,
	footer .bottom > div {
		display: flex;
		align-items: center;
		max-width: 1225px;
		margin-left: auto;
		margin-right:auto;
	}

	footer .top > div {
		display: grid;
		grid-template-columns: repeat(3, 0.8fr) 1.2fr 1.5fr;
		grid-template-rows: 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 0px;
		align-items: flex-start;
	}
	footer .top {
		padding-top: 92px;
		/*padding-bottom: 70px;*/
		background: #014596;
		min-height: 395px;
	}
	footer .top ul li:first-of-type {
		padding-top: 0px;
	}
	footer .top li {
		padding: 16px 0px;
	}
	footer .top,
	footer .top ul a {
		font-family:var(--font);
		font-weight: 400;
		color:#fff;
		font-size: 16px;
		/*line-height: 45px;*/
	}

	footer .bottom {
		background: #002C61;
		min-height: 101px;	
	}

	footer .bottom > div {
		height: 101px;
	}

	footer .bottom > div span {
		padding-left: 10px;
		padding-right: 10px;
	}

	footer .bottom,
	footer .bottom a {
		font-family:var(--font);
		font-weight: 700;
		color:#fff;
		font-size: 13px;
		line-height: 24px;
	}

	/* Blog */

}

form select {
	background: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0px !important;
}
form input[type="email"]:hover, 
form input[type="tel"]:hover, 
form input[type="text"]:hover,
form textarea:hover,
form select:hover {
	box-shadow: 0px 3px 15px #0000001A;
}

form input[type="email"]:focus, 
form input[type="tel"]:focus, 
form input[type="text"]:focus,
form textarea:focus,
form select:focus {
	border:1px solid var(--blue) !important;
}

form input[type="email"] ,
form input[type="tel"], 
form input[type="text"],
form textarea,
form select{
	transition: border .3s, box-shadow .3s;
	border:1px solid #fff;
}

form input[type="email"].wpcf7-not-valid, 
form input[type="tel"].wpcf7-not-valid, 
form input[type="text"].wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid {
	border:1px solid red !important;
}
form input[type="email"].wpcf7-not-valid + i + wpcf7-not-valid-tip {
	color: #dc3232;
    padding-top: 2px;
    font-size: 13px;
    font-weight: normal;
    display: block;
}
.nb-sd .top-field span> span {
	    height: 15px;
    position: absolute;
    bottom: -5px;
}
form input[type="tel"].wpcf7-not-valid, 
form input[type="text"].wpcf7-not-valid,
form textarea.wpcf7-not-valid {
	border:1px solid red !important;
}
.wpcf7-not-valid-tip{ 
	color: #dc3232;
    padding-top: 4px;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.top-field .wpcf7-not-valid-tip {
	color: #dc3232;
    padding-top: 4px;
    font-size: 13px !important;
    font-weight: normal;
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-validates-as-required.wpcf7-not-valid+i {
    display: block;
        font-size: 15px;
    color: red;
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
}
.wpcf7-form-control-wrap.your-message .wpcf7-not-valid+i {
    display: block;
    font-size: 15px;
    color: red;
    position: absolute;
    right: 10px;
    top: calc(50% + 17px) !important;
}

form .fa {
	display: none;
}

form .your-message {
	display: grid;
    grid-template-columns: 1fr;
}
.wpcf7-not-valid-tip,.wpcf7-not-valid-tip {
	font-family: var(--font) !important;
	font-weight: bold !important;
}

.wpcf7 form .wpcf7-response-output {
	font-family: var(--font);
	text-align: center;
	color:#e40303;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background: #fff;*/
}

/* Hovers */


@media (max-width: 981px){
	.callus > div {
		display: grid;
		grid-template-columns: 20px 1fr;
		align-items:flex-start;
		grid-column-gap: 15px;
		    width: 150px;
	}
	.callus .icon {
		padding-top: 10px;
		padding-right: 0px !important;
		margin-left: 0px !important;
	}
	.callus > div .tel,
	.callus > div .text {
		text-align: left;
	}
	.callus .text {
		margin-left: 0px !important;
	}
	.callus .icon, .callus .text {
		display: block !important;
	}
}