/*
Theme Name: control
Theme URI: www.controldigital.nl
Description: Theme
Author: Control
Author URI: www.controldigital.nl

Version: 1.0
.
General comments/License Statement if any.
.
*/

/* ---------------------------------------------------------------------------------------------- GENERAL */

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #7A7A7A;
}

img {
  width:auto;
  max-width: 100%;
  height: auto !important;
}

img.alignleft {
	float:left;
	margin:0 30px 30px 0;
}

img.alignright {
	float:right;
	margin:0 0 30px 30px;
}

p {
  margin: 30px 0 0 0;
}

b, strong {
  font-weight: 600;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  line-height:1.2;
  color:#2D3E99;
}

h1, h2 {
  font-weight:600;
}

h1 {
	font-size:44px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:18px;
}

h4, h5, h6 {
	font-size:16px;
}

/* LINKS */

a {
  outline: none;
}

a:link, a:visited, a:active {
  color: #7A7A7A;
  text-decoration: underline;
}

a:hover {
  color: #2D3E99;
  text-decoration: none;
}

/* ROWMARGIN */

.margin30 {
	margin-bottom:30px;
}

.margin60 {
	margin-bottom:60px;
}

.margin90 {
	margin-bottom:90px;
}

/* 5 COLUMNS */

.col5 {
  position: relative;
  width:100%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

/* SHADOW */

.shadow {
  -webkit-box-shadow: 0 .7rem 2rem rgba(0,0,0,.15)!important;
  -moz-box-shadow: 0 .7rem 2rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .7rem 2rem rgba(0,0,0,.15)!important;
}

/* TOOLTIPS */

.tooltips {
	text-decoration: underline;
	cursor: help
}

/* UL / LI */

ul {
	padding:0 0 0 20px;
}

/* SHOWMOBILE / HIDEMOBILE */

.showmobile { display:none; }
.hidemobile {}


/* ---------------------------------------------------------------------------------------------- NAVIGATION */

nav {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	max-height:100px;
	padding-top:20px;
	padding-bottom:20px;
	background:#ffffff;
	z-index:999;
}

nav ul {
	position:relative;
	float:left;
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

nav ul li {
	display:inline-block;
	margin-top:12px;
}

nav ul li a {
	padding:5px;
	margin-right:15px;
	font-size:14px;
	line-height:1;
}

nav a:link, nav a:visited, nav a:active {
  color: #2D3E99;
  text-decoration: none;
}

nav a:hover {
  color: #FF5600;
  text-decoration: none;
}

nav ul li.wpml-ls-item {
  border:1px solid #ececec;
}

nav ul li.wpml-ls-item a {
  margin-right:0px;
}

nav .logo {
	float:left;
	display:inline-block;
	margin-right:25px;
}

.wpml-ls-menu-item .wpml-ls-flag {
	display:inline-block;
	vertical-align:inherit;
}

nav a.button {
	font-size:12px;
	margin-top:10px !important;
	padding: 12px 20px;
}

.current-menu-item a {
	color:#FF5600 !important;
}

.mobilenav {
	position:fixed;
	top:100px;
	left:0px;
	width:100%;
	height:auto;
	padding:0 15px 15px 15px;
	background:#ffffff;
	display:none;
}

.mobilenav ul {
	width:100%;
	margin-bottom:15px;
}

.mobilenav ul li {
	width:100%;
	margin-top:7px;
	display:block;
}

.mobilenavicon {
	float:right;
	padding:10px;
	font-size:25px;
	color:#7A7A7A;
}

.mobilenavicon:hover {
	color:#FF5600;
}

.mobilenav ul li.wpml-ls-item {
  border:0px !important;
}


/* ---------------------------------------------------------------------------------------------- SECTIONS */

/* HEADER */

header {
  position: relative;
  float: left;
  width: 100%;
  padding-top:230px;
  padding-bottom:200px;
  padding-top: 120px;
  padding-bottom: 120px;
  background:#2D3E99;
  color:#ffffff;
}


/* EDITS NA MAILS*/

.home header {
	padding-top: 120px;
    padding-bottom: 120px;
}

.home .blokken .blok:first-child::after {
    position: absolute;
    top: -200px;
    right: 0px;
    width: 100%;
    height: 200px;
    content: " ";
	background:url('images/swirl_header-white.svg') top left repeat-x;
    pointer-events: none;
}

.page-template-page-over-ons #content::before {
    top: -200px;
    height: 200px;
    background: url('images/swirl_header.svg') top left repeat-x;
}

.page-template-page-over-ons header {
	padding-top: 200px;
    padding-bottom: 200px;
}

header h1 {
	color:#ffffff;
}

header svg {
	margin-left:10px;
}

header .videobox {
	margin-bottom:30px;
}

#deliverymatch {
	width:100%;
	height:0px;
}

/* SECTION - GENERAL */

section {
  position: relative;
  float: left;
  width: 100%;
}

/* CONTENT */

#content::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header.svg') top left repeat-x;
	pointer-events:none;
}

#content {
	padding-top:40px;
	padding-bottom:290px;
	background:#F9F9FC;
}

#content em {
	font-size:17px;
	color:#2D3E99;
}

#content h2 {
	margin-bottom:30px;
}

/*
#content img {
	width:100%;
}
*/

.basiccontent {
	padding-top:90px;
	padding-bottom:90px;
}

.basiccontent {
	padding-top:55px;
	padding-bottom:55px;
}

.blokken .blok:first-child::after {
	position:absolute;
	top:-200px;
	right:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header-white.svg') top left no-repeat;
	pointer-events:none;
}

.whitebg {
	padding:80px;
	background:#ffffff;
	border-radius:15px;
}

/* HOME - REFERENTIES */

#referenties::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_blue.svg') top left repeat-x;
	pointer-events:none;
}

#referenties {
  margin-top:250px;
  padding-top:90px;
  padding-bottom:290px;
  background:#2D3E99;
  color:#ffffff;
}

#referenties h2 {
  color:#ffffff;
}

/* AANGESLOTEN */

/*
#aangesloten::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header-white.svg') top left repeat-x;
	pointer-events:none;
}
*/

#aangesloten {
	padding-top:90px;
	spadding-bottom:290px;
}

#aangesloten span {
	cursor:pointer;
}

#aangesloten .col5 {
	margin:15px 0;
}

#aangesloten .col5 img {
	max-width:100px;
	max-height:50px;
}

.nav-tabs {
	border:0;
}

.nav-tabs .nav-item .nav-link {
	margin:0 5px;
	padding:12px 30px;
	background:#2D3E99;
	border:2px solid #2D3E99;
	border-radius:90px;
	font-size:14px;
	line-height:1;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
}

.nav-tabs .nav-item .nav-link:hover {
	border:2px solid #222222;
	background:#222222;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#ffffff;
	border:0;
	border:2px solid #FF5600;
	border-radius:90px;
	line-height:1;
	text-decoration:none;
	color:#FF5600;
}

.nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active:hover {
	background:#ffffff;
	border:0;
	border:2px solid #FF5600;
	border-radius:90px;
	line-height:1;
	text-decoration:none;
	color:#FF5600;
}

/* NIEUWS */

#nieuws::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_blue.svg') top right repeat-x;
	pointer-events:none;
}

#nieuws {
  padding-top:90px;
  padding-bottom:290px;
  background:#2D3E99;
  color:#ffffff;
}

#nieuws h2 {
  color:#ffffff;
}

#nieuws .boximg:hover {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  zoom: 1;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* OVERZICHT */

#overzicht::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header.svg') top left repeat-x;
	pointer-events:none;
}

#overzicht {
	padding-top:90px;
	padding-bottom:290px;
	background:#f9f9f9;
}

#overzicht .boximg:hover {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  zoom: 1;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* VERVOLG - REFERENTIES */

.referentie {
  display:flex;
  justify-content:center;
  height:160px;
  line-height:160px;
  background:#ffffff;
}

.referentie img {
	width:auto !important;
 max-height:80px;
 max-width:100px;
  vertical-align: middle;
}

/* OPLOSSINGEN */

.oplossingen-buttons a {
	width: 70%;
    text-align: center;
}

.onssysteem {
	margin-top:250px;
}

.oplossingen .col5 {
	padding-left:10px;
	padding-right:10px;
}

.oplossing {
    height: 160px;
    line-height: 160px;
  background:#FF5600;
  text-align:center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.oplossing img {
    height:30px;
    width:auto !important;
    vertical-align: middle;
}

.oplossingcontent {
	min-height:160px;
	padding:25px;
	background:#ffffff;
	font-size:13px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.oplossingcontent ul {
	padding:0 0 0 18px;
}

.oplossingcontent a.button {
	font-size:12px;
}

.nextarrow {
	position:absolute;
	top:35px;
	right:-45px;
	width:90px;
	height:90px;
	background:url('images/nextarrow.svg') center center no-repeat;
	z-index:99;
}

/* CONTACT */

#contact::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header.svg') top left repeat-x;
	pointer-events:none;
}

#contact {
	max-height:500px;
	padding-top:90px;
	padding-bottom:190px;
	background:#f9f9f9;
}

#contactbg {
	height:768px;
}

.contactgegevens {
	padding-top:90px;
}

.contactform {
	padding:80px;
	background:#ffffff;
	border-radius: 15px;
	z-index:9;
}

/* SUPPORT */
#support-images-upload {
	padding: 0 0 10px 0;
	margin-top: 3px;
}


/* PUBLICATIES */

#publicatiesheaderimage {
	margin-top: -350px;
    z-index: 99;
    pointer-events:none;
}

.publicatiesfilter {
	color:#2D3E99;
}

.publicatiesfilter button {
	margin-left:30px;
	padding-left:0px;
	padding-right:0px;
	background:none;
	border:0;
	border-bottom:2px solid transparent;
	color:#2D3E99;
	cursor:pointer;
	outline:none;
}

.publicatiesfilter button:first-child {
	margin-left:60px;
}

.publicatiesfilter button:hover {
	border-bottom:2px solid #FF5600;
	color:#FF5600;
}

.publicatiesfilter button.active {
	border-bottom:2px solid #FF5600;
	color:#FF5600;
}

/* FOOTER */

footer::before {
	position:absolute;
	top:-200px;
	left:0px;
	width:100%;
	height:200px;
	content: " ";
	background:url('images/swirl_header-white.svg') top right repeat-x;
	pointer-events:none;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  padding-top:90px;
  padding-bottom:90px;
}

footer a:link, footer a:visited, footer a:active {
  text-decoration: none;
}

.footer-logos img {
	max-width:80px;
	height:auto;
	margin-top:40px;
}


/* ---------------------------------------------------------------------------------------------- BOX */

/* REGULAR BOX */

.box {
	position:relative;
}

.boximg {
	position:relative;
	width:100%;
	height:190px;
	background:#f9f9f9;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.boxcontent {
	position:relative;
	padding:40px;
	background:#ffffff;
	color:#7A7A7A;
	min-height:310px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* VIDEOBOX */

.videobox {
	position:relative;
}

.videoboximg {
  height: 330px;
  width:100%;
  display:flex;
  justify-content:center;
}

.videoboxbtn {
  width:80px;
  height:80px;
  align-self: center;
}

.videoboxbtn:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}



/* ---------------------------------------------------------------------------------------------- BUTTONS */

a.button {
  position:relative;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 12px 30px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -khtml-border-radius: 45px;
  font-size: 14px;
  line-height:1;
  font-weight:600;
}

a.btnwhite:link, a.btnwhite:visited, a.btnwhite:active {
  background: #FFFFFF;
  color: #2D3E99;
  text-decoration: none;
}

a.btnorange:link, a.btnorange:visited, a.btnorange:active {
  background: #FF5600;
  color: #FFFFFF;
  text-decoration: none;
}

a.btnblue:link, a.btnblue:visited, a.btnblue:active {
  background: #2D3E99;
  color: #FFFFFF;
  text-decoration: none;
}

a.button:hover, a.btnorange:hover, a.btnblue:hover {
  background: #222222;
  color: #FFFFFF;
  text-decoration: none;
}

a.orangelink:link, a.orangelink:visited, a.orangelink:active {
  font-size: 14px;
  line-height:1;
  font-weight:600;
  color: #FF5600;
  text-decoration: none;
}

a.orangelink:hover {
  color: #2D3E99;
}

a.orangelink .fa-angle-right {
  position: relative;
  font-size: 14px;
  padding-top:2px;
  margin-left: 10px;
}





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

input {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom:1px solid #E3E7FC;
  outline: none;
  margin: 10px 0 0 0;
}

textarea {
  width: 100%;
  height:40px !important;
  margin: 30px 0 0 0;
  border: 0;
  border-bottom:1px solid #E3E7FC;
  resize: none;
  outline: none;

}

input[type='checkbox'] {
  height: auto;
  width: auto;
  margin-right: 8px;
}

input[type=radio] {
  height: auto;
  width: auto;
  margin-right: 8px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2D3E99;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #2D3E99;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #2D3E99;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #2D3E99;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2D3E99;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2D3E99;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #2D3E99;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #2D3E99;
}

.wpcf7-submit {
  position:relative;
  display: inline-block;
  width:auto;
  margin: 0 10px 0 0;
  padding: 12px 30px;
  background: #FF5600;
  border:0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  -khtml-border-radius: 45px;
  cursor:pointer;
  font-size: 14px;
  line-height:1;
  font-weight:600;
  color: #FFFFFF;
  text-decoration: none;
}

.wpcf7-submit:hover {
  background: #222222;
  color: #FFFFFF;
  text-decoration: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin:30px 0 0 0;
	padding:0;
	border:0;
	font-size:12px;
	color:#f00;
}
