/*
Theme Name:   UTS van der Lee
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/


body, html {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	color: black;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-weight: 400;
	font-style: normal;
	height: 100%;
	line-height: 170%;
	transition: font-size .25s;
}

.row.header {
	background: white;
	position: fixed;
	z-index: 99999;
	width: 100%;
}

.menuspacer {
	position: relative;
	transition: height .5s;
	height: 7em;
}

.fixmenu .menuspacer {
	height: 4.5em;
}

.fixmenu .logocol svg:not(.hamburger) {
	height: 2em;
}

.fixmenu .row.header {
	-webkit-box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.15); 
	box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.15);
}

.fixmenu .top {
	margin-top: 0;
}

.top {
	background: white;
	position: relative;
	display: flex;
	margin-bottom: .5em;
	margin-top: .5em;
}

.contentrow {
	position: relative;
	display: table;
	width: 100%;
}

.col {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	padding: 2em;
	vertical-align: middle;
	transition: width .25s, padding .25s;
}

.top .col {
	padding-bottom: 0;
	padding-top: 0;
}

.col1 {
	width: 16.6666666667%;
}


.col2 {
	width: 33.3333333333%;
}


.col3 {
	width:50%;
}

.col4 {
	width: 66.6666666667%;
}

.col5 {
	width: 83.3333333333%;
}

.col6 {
	width: 100%;
}


.table {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

.tr {
	position: relative;
	display: table-row;
	width: 100%;
}

.td {
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.logocol svg:not(.hamburger) {
	height: 4em;
	width:auto;
	padding: 1em;
	position: relative;
	vertical-align: middle;
	transition: height .5s;
}

.logocol {
	width: 20%;
}

.menucol {
	padding-right: 0;
	width: 46.6666666666%;
}

.menucol .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 1.2em;
}

.menucol .td {
	vertical-align: bottom;
}

.menucol .menu li {
	display: inline-block;
	margin: 0 .5em;
	top:.5em;
	position: relative;
}

.menucol .menu li a {
	padding: .5em 1.5em;
	display: block;
	border-bottom: .5em solid transparent;
	transition: border .5s, padding .25s;
	
}

.menucol .menu li:hover a {
	border-bottom: .5em solid #d90000;
}

.wmsbutton {
	margin-right: 0 !important;
}

.wmsbutton a {
	background: #faf1e9;
	border-bottom: 0em solid white !important;
}

.wmsbutton a:hover {
	border-bottom: .5em solid #d90000 !important;
}

.menucol .sub-menu {
	position: absolute;
	z-index: 99;
	left:0;
	top:2.8em;
	font-size: 1em !important;
	text-align: left !important;
	margin: 0;
	padding: .5em;
	background: #faf1e9;
	-webkit-box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.25); 
	box-shadow: 7px 7px 15px 5px rgba(0,0,0,0.25);
	display: none;
}

.menucol .menu li:hover .sub-menu {
	display: block;
}

.menucol .sub-menu li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	top: auto;
}

.menucol .sub-menu li a {
	border-bottom: 2px solid white !important;
	padding: 0 !important;
	padding-bottom: .25em !important;
	margin: .5em 1em !important;
	white-space: nowrap;
}

.menucol .sub-menu li a:before {
	position: relative;
	content:'';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('images/arrow.svg');
	background-color:#7f7f7f;
	margin-right: .5em;
	border-radius: 100%;
	transition: background-color .5s;
	top:-.1em;
	vertical-align: middle;
}

.menucol .sub-menu .current-menu-item a:before, .menucol .sub-menu li a:hover:before {
	background-color:#d90000;
}

.menucol .sub-menu li:last-of-type a {
	border-bottom: 0 !important;
}

.ctacol {
	padding-right: 0em;
	padding-left: 0em;
}
.ctacol .td {
	font-size: 1.2em;
	width: 50%;
	text-align: left;
	vertical-align: bottom;
}

.ctacol a {
	padding: .5em 4em .3em 2em;
	display: block;
	background: #d90000;
	color: white;
	transition: padding .25s;
}

.ctacol a svg {
	fill:white;
	vertical-align: middle;
	height: 1.5em;
	top:-.2em;
	margin-right:.5em;
	position: relative;
	width: auto;
}

.visualcol {
	padding: 0;
	background-size: cover;
	background-position: top right;
}

.uspcol {
	background: #d90000;
	color: white;
	vertical-align: middle;
}

.uspcol ul {
	margin: 0;
	padding: 0 2em;
	list-style: none;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 300%;
}

.halfback {
	background: #faf1e9;
}

.fullback {
	background: #f5e4d3;
}

.lees-meer {
	float: right;
	position: relative;
	font-style: italic;
	color: #d90000;
	cursor: pointer;
	transition: color .5s;
}

.lees-meer:hover {
	color: black;	
}

.meer-tekst {
	margin-top: 1em;
	display: none;
}

.imgcol {
	padding: 0;
}

.imgcol img {
	position: relative;
	width:100%;
	height: auto;
	vertical-align: middle;
}

.titlecol {
	background: #d90000;
	color: white;
	text-align:center;
	padding: 1em;
}

.titlecol h2 {
	color: white;
	margin-bottom: 0;
}

.klantenvertellen {
	margin-top: 1em;
}

.klantenvertellen .col2:nth-of-type(even) {
	border-right: .5em solid white;
}
.klantenvertellen .col2:nth-of-type(odd) {
	border-left: .5em solid white;
}

.klantenvertellen .klant-title {
	display: block;
	font-size: 1.1em;
}

.klantenvertellen b {
	color: #d90000;
	margin-bottom: .25em;
}

h1, h2, h3 {
	margin: 0;
	font-size: 1.5em;
	color: #d90000;
	margin-bottom: .25em;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.col p a {
	color: #d90000;
}

.col p a:hover {
	text-decoration: underline;
}

.rightpad {
	padding-right: 3em;
}

.leftpad {
	padding-left: 3em;
}

.imgcolpad {
	padding: 3em;
	padding-left:2em;
}

.socialrow .col {
	padding: 2em 0;
}

.socials {
	font-weight: bold;
	text-align: right;
}

.socials svg {
	fill:#d90000;	
	vertical-align: middle;
	height: 2.5em;
	width: auto;
	top:-.2em;
	margin-left:.5em;
	position: relative;
	transition: fill .5s;
}

.socials a:hover svg {
	fill:black !important;
}

.certificeringen {
	font-weight: bold;
	text-align: left;
}

.certificiringentitle {
	font-size: 1.2em;
}

.cert {
	display: inline-block;
	height: 5em;
	width:auto;
	vertical-align: middle;
	margin-left:2em;
	opacity: .5;
	transition: opacity .5s;
}

.cert:hover {
	opacity: 1;
}

.cert img {
	height: 100%;
	width:auto;
	display: block;
	vertical-align: middle;
}

.footerrow {
	background: #f2f2f2;
	padding: 2em 0;
}

.footerrow a {
	transition: color .5s;
}

.footerrow a:hover {
	color: #d90000;
}

.footerrow .col {
	padding: 0 2em;
	vertical-align: top;
}

.footerrow ul {
	margin: 0;
	padding: 0;
	margin-left: .45em;
	list-style: '- ';
}

.footerrow ul li {
	margin: 0;
	padding: 0;
}

.borderright {
	border-right: 1px solid grey;
}

.bottomfooter {
	background: #cccccc;
	text-align: right;
	padding: 1em 0;
}

.bottomfooter .col {
	padding: 0;
}

.colcta {
	background: #faf1e9;
	padding: 1em;
	font-weight: bold;
	font-size: 1.15em;
}

.colcta a {
	background: #d90000;
	color: white;
	display: block;
	padding: .5em;
	box-sizing: border-box;
	margin-block: .5em;
	transition: padding .25s;
}

.colcta a svg {
	height: 2em;
	width: auto;
	display: inline-block;
	fill: white;
	vertical-align: middle;
	top:-.1em;
	position: relative;
	margin-right: .5em;
	transition: margin .25s;
}

.colcta a:hover {
	padding-right: .25em;
}

.colcta a:hover svg {
	margin-left: .25em;
}

.colcta small {
	font-size: .75em;
	font-weight: 300;
}


/*
CONTACT FORM 7
*/

.cftable {
	position: relative;
	width: 100%;
}

.cftable td {
	width: 50%;
	padding-bottom: .5em;
}

.cftable td:nth-child(odd) {
	padding-right: 1em;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control {
	border: 1px solid #ccc; 
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: .5em;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-weight: 400;
	line-height: 160%;
	font-size: 1em;
	color: black;
}

.wpcf7-submit {
	background: #d90000;
	padding: .25em 1em;
	color: white;
	border: none; 
	font-size: 1em;
	margin-top: .5em;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-weight: 400;
	line-height: 160%;
	cursor: pointer;
	width: auto;
	transition: background .5s;
}

.wpcf7-submit:hover {
	cursor: pointer;
	background: black !important;
	color: white !important;
}

.wpcf7-textarea {
	resize: none;
	height: 10em;
}

.wpcf7-radio {
	border: 0;
	padding: .5em 0;
}

.wpcf7-list-item {
	margin: 0;
	margin-right: 1em;
}

.wpcf7-response-output {
	resize:none;
	border-width: 1px !important;
	background: white;
	padding: 1%;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-weight: 400;
	line-height: 160%;
	font-size: 1em;
	color: black;
	margin:0px !important;
	margin-top: 15px !important; 
}

.wpcf7-recaptcha {
	border: 0px;
	padding: 0px;
}


.mobileonly, .hamburgermenu {
	display: none;
}