/*KLEUREN*/
/*Reset*/
/*RESET*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.2; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*general*/
* {
  font-family: Roboto; }

.select2-results {
  font-family: Roboto; }

h2.white {
  color: white; }

/*HEADER*/
main {
  display: block;
  background-color: white; }

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px; }

.logo:hover {
  cursor: pointer; }

main header {
  padding-top: 50px;
  background-image: url("../images/home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

div.darkener {
  background-color: rgba(0, 0, 0, 0.3);
  height: calc(100% + 50px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  flex-direction: column; }

.blok a.button2.noMarginTop {
  margin-top: 0; }

main header article {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 70px; }

strong {
  font-weight: bold; }

h1 {
  font-size: 4rem;
  color: white;
  text-shadow: 1px 1px #b7b7b7; }

main header article button {
  font-size: 1.2rem;
  outline: none;
  background-color: #3399CC;
  color: white;
  border-style: hidden;
  width: 300px;
  height: 50px;
  margin-top: 30pt;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

/*Banner*/
.bannner {
  background-color: #3399CC;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.banner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
  justify-content: space-around;
  align-items: center;
  height: 100px; }

.nummer {
  font-size: 1.3rem;
  color: white;
  margin-left: 15px; }

#locatie {
  text-decoration: none; }

.bannerfonts {
  font-size: 1.4rem;
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none; }

.bannerfonts:hover .nummer {
  text-decoration: underline; }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 52px;
  background-color: white;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  color: #3399CC; }

#btnHeader,
.button,
.button2 {
  transition: box-shadow 300ms; }

#btnHeader:hover,
.button2:hover,
.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/*Mijn Aanbod*/
h2 {
  text-align: center;
  font-size: 2.8rem;
  color: black;
  margin-top: 25px;
  margin-bottom: 25px; }

.aanbod {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 35px;
  justify-content: center; }

.blok h3 {
  margin-top: 15px;
  text-align: center;
  font-size: 1.8rem;
  color: black;
  margin-bottom: 20px;
  width: calc(100% + 30px);
  margin-left: -15px; }

.blok p {
  text-align: center; }

.blok {
  width: 400px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
  padding: 25px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center; }

.button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 52px;
  background-color: #f6f6f6;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  color: white;
  background-color: #3399CC;
  color: white;
  border: none;
  height: 40px;
  margin-top: 15px; }

.button2.subcatbtn {
  justify-content: flex-start;
  padding-left: 25px; }
  .button2.subcatbtn i {
    padding-right: 25px; }

.aanbod .button {
  background-color: #3399CC;
  color: white;
  border: none;
  width: 250px;
  height: 40px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start; }

.aanbod .button i.fa {
  width: 50px;
  color: white; }

.aanbodfonts {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  width: 125px;
  height: 125px;
  background-color: #3399CC;
  color: white;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  font-size: 3.2rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  text-decoration: none; }
  .aanbodfonts .fa.fa-plane {
    height: 49px;
    font-size: 3.4rem; }

/*Snel en persoonlijk*/
.persoonlijk {
  background-color: #3399CC;
  color: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 50px; }

.persoonlijk2 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .persoonlijk2 strong {
    font-size: 1.1em; }

.persoonlijk2 p {
  width: 1100px;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 15px;
  color: white; }
