@charset "UTF-8";
/**
 * Filename               content.less
 * Website                Eigen Kracht
 * Destination            Responsive
 * Version                1.2.0 (2014-11-13) YYYY-MM-DD
 * Author                 Yvon Vuijk - yvon@qtag.nl
 * Copyright              Qtag & IXP
*/
* {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  position: relative;
}
body {
  font-size: 15px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
input,
label,
span,
dl,
strong,
i,
blockquote {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  color: #595c69;
  font-size: 15px;
  font-weight: 300;
}
a {
  color: #0071bc;
  text-decoration: underline;
}
a:hover {
  color: #275daa;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 strong,
h2 strong,
h3 strong {
  color: #000;
}
h1,
h2,
h3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
h1 strong {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.content h1 {
  font-size: 32px;
}
.content h1:after {
  display: block;
  height: 2px;
  background-color: #feca30;
  width: 200px;
  content: "";
  margin-bottom: 26px;
  margin-top: 8px;
}
h2 strong {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
}
h2 {
  font-size: 21px;
  font-weight: 400;
}
h2:after {
  display: block;
  height: 1px;
  background-color: #feca30;
  width: 200px;
  content: "";
  margin-bottom: 14px;
  margin-top: 6px;
}
h3 {
  font-size: 18px;
  font-weight: 400;
}
h3:after {
  display: block;
  height: 1px;
  background-color: #feca30;
  width: 200px;
  content: "";
  margin-bottom: 14px;
  margin-top: 6px;
}
h4 {
  font-size: 16px;
  margin-bottom: 0;
}
h5 {
  font-size: 15px;
  margin-bottom: 0;
}
h4,
h5,
h6 {
  font-weight: 400;
}
b,
strong {
  font-weight: 700;
}
.html5-header {
  display: none;
}
/* responsive images */
img {
  max-width: 100%;
}
img[class*='left-'] {
  float: left;
  margin-right: 10px;
}
img[class*='right-'] {
  float: right;
  margin-left: 10px;
}
img[class*='-1-2'] {
  width: 50%;
}
img[class*='-1-3'] {
  width: 33%;
}
img[class*='-1-4'] {
  width: 25%;
}
img[class*='-1-5'] {
  width: 20%;
}
img[class*='-2-3'] {
  width: 66%;
}
img[class*='-3-4'] {
  width: 75%;
}
img.full {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 4px;
}
.center,
.centre {
  clear: both;
  background: rgba(235, 235, 235, 0.5);
  padding: 12px;
  text-align: center;
  margin-bottom: 12px;
}
.center img,
centre img {
  max-width: 100%;
  vertical-align: bottom;
}
.center.clear,
.centre.clear {
  background: none;
}
.clear-both {
  clear: both;
}
img.rounded {
  border-radius: 5px;
}
.intro {
  font-weight: bold;
}
.small {
  font-size: 13px;
}
.error,
.red {
  color: #ff1010;
}
.grey,
.grijs {
  color: #8c9199;
}
.blue,
.blauw {
  color: #0071bc;
}
.yellow,
.geel {
  color: #feca30;
}
.required:after {
  content: "*";
  margin-left: 6px;
  color: #ff1010;
  font-size: 13px;
}
.content .video {
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 56%;
  height: 0;
}
.content .video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  margin-bottom: 12px;
  border: 0;
}
.content .video > img {
  width: 100%;
}
.content .video > a {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  opacity: 0.8;
  padding: 3px 0;
}
.content .video > a:hover {
  text-decoration: underline;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d0d2da;
  height: auto;
  font-size: 14px;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  border-radius: 0;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover {
  border-color: #292c33;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #ffc905;
  box-shadow: inset 0 1px 5px rgba(194, 184, 58, 0.3);
  -webkit-box-shadow: inset 0 1px 5px rgba(194, 184, 58, 0.3);
  background: #fff;
}
input[type="submit"] {
  font-size: 14px;
  border: 1px solid #5d6266;
  background: #15161a url("../img/submit-arrow.png") no-repeat right center;
  color: #FFF;
  padding: 6px 24px 6px 12px;
}
input[type="submit"]:hover {
  cursor: pointer;
  border: 1px solid #FFF;
}
input::placeholder {
  color: hsl(228, 11%, 75%);
}
form label {
  font-size: 14px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px;
}
.ie8warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid red;
}
/*# sourceMappingURL=content.css.map */