:root {
  --main-color: #000000; /* Basiskleur, meestal zwart / donker */
  --color-title: #FF6600; /* Primaire klantkleur */
  --color-sec: #212121; /* Secundaire klantkleur*/
  --color-cta: #0ac152; /* primairy action color / approved / ok */
  --color-succes: #0ac152; /* primairy action color / approved / ok */
  --color-warn: #CC0000; /* error / warn */
}

header {
	background-color: white;
	padding: 0;
}
header .container {
	padding: 0;
}
.orange {
    color: var(--color-title);
}
footer {
	border-top: 20px solid #e87900;
}

/**
.banner {
   padding: 5px 30px;
   margin: 15px auto 0px auto;
   line-height: 22px;
   border: 4px solid #D70000;
   border-left: 9px solid #D70000;
   border-right: 9px solid #D70000;
   border-radius: 15px;
   max-width: 100%;
   text-align: center;
}
.banner p {
   font-size: 16px;
   color: #000034;
}

h3{
	padding-top: 15px;
	font-size: 18px;
}
.intro{
	font-size: 16px;
}
.photo1 {
   max-height: 100%;
   width: 100%;
   max-width: 400px;
   float: right;
   margin: 20px 0px 10px 30px;
   padding: 10px;
}

.orange {
	color: #FF6600;
	max-width: 580px;
}
.emailharvester {
   display: block;
   max-width: 565px;
   border: 0px solid dimgray;
   border-radius: 0px;
   background: #FF6600;
   padding: 20px;
   text-align: center;
   color: #fff;
}
*/
.emailharvester p {font-size: 15px; color:#fff;}
.emailharvester h4 {font-size: 16px; font-weight: bold; margin-top: 3px; margin-bottom: -10px; max-width: 1200px; text-align: center;}
/* #emailalert input {width: 100%; max-width: 180px; margin-top: 8px; padding: 1px; color: #000; background: #fff; border: 1px solid dimgray;  font:1.0em sans-serif; font-size:15.0px  } */
/* #emailalert input:focus, textarea:focus, select:focus { border: 1px solid dimgray; background-color: lightgray; color: #000; } */
/* #emailalert input.submit { width: 35px; cursor: pointer; border: 1px solid dimgray; border-radius: 4px; background: #d70000; color: #fff; }
#emailalert input.submit:hover { background: gray; }
#emailalert input[type="submit"][disabled] { background:dimgray; } */
/**
.emailharvester input {
   width: 200px;
   margin: 0;
   padding: 6px;
   color: #000000;
   zbackground-image: url(../assets/selectbg.gif);
   border: 1px solid #efefef;
   font-size:14px;
   margin-top: 10px;
}
.emailharvester input[type="submit"] {
    width: 37px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px;
    border: 1px solid #000000;
    background: #000;
}
.emailharvester input[type="submit"]:hover {
    background-color: #fff;
    border-color: #000;
    color: #e45f00;
}*/
