html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'Roboto 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #f1f1f1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Begin style */

}
header{
    height:200px;
    background:#3a3a3c;
}

.headercontainer{
    width: 960px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    width: 379px;
    height: 162px;
    float: left;
    margin-top: 19px;
}

#headertext{
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    text-align: center;
    margin-top: 30px;
}

#headertext #telefoonnummer {
    color: #8cc63f;
    font-size: 48px;
}

#headertext h1{
    font-size: 32px;
    color: #fff;
    margin: 20px;
}

.grey {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 350px;
  background: #3a3a3c;
}

@media screen and (max-width: 966px) {
  .grey{
    height: 470px;
  }
}

.banner{
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  height: 162px;
}

.logo{
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.gegevens{
  position: relative;
  bottom: 30px;
  display: inline-block;
  overflow: hidden;
}

#telefoonnummer{
  color: #8cc63f;
  font-size: 48px;
}

.gegevens h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #fff;
  margin: 20px;
}

.chip-container {
    position: absolute;
    top: 275px;
    right: 0;
    left: 0;
    text-align: center;
}

@media screen and (max-width: 966px) {
    .chip-container{
      top: 395px;
    }
  }

.logo-container{
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    padding: 60px;
}

.logo{
    padding: 18px;
}

.footer {
    position: absolute;
    text-align: center;
    margin-top: 200px; 
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #3a3a3c;
}
@media screen and (max-width: 993px) {
    .footer{
      margin-top: 250px;
    }
  }

.footer-tekst{
    margin-top: 42px;
    font-size: 16px;
    color: #6f6f6f;
}

.footer-tekst a{
    color: #6f6f6f;
}


.chip {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    margin: 4px;
    overflow: hidden;
    text-align: start;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

a.fill-div {
    position: absolute;
    display: block;
    height: 247px;
    width: 200px;
    text-decoration: none;
}

.chip-top {
    width: 200px;
    height: 200px;
}

.chip-bottom {
    padding: 8px;
    line-height: 1.5;
}

.chip-album-title {
    font-weight: bold;
    font-size: 21px;
}

#details {
    padding: 250px 10% 0; 
}

@media screen and (max-width: 910px) {
    #details{
      padding: 370px 10% 0;
    }
}


.card {
    position: absolute;
    border-radius: 3px;
    text-align: start;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 890px;
    padding: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    left: 0;
    right: 0;

}

@media screen and (max-width: 962px) {
    .card{
      top: 395px;
    }
  }

.card-album-title {
    margin-top: 15px;
    float: left;
    font-size: 2em;
    color: #3a3a3c;
    font-weight: bold;
}

.card-close {
    float: right;
}

.card-content{
    clear: both;
    float: left;
    line-height: 1.5em;
    margin-top: 40px;
    width: 510px;
}

.card-content-contact{
    clear: both;
    float: left;
    line-height: 1.5em;
    margin-top: 40px;
    width: 510px;
}

.contact-info{
    
    line-height: 1.5em;
    margin-top: 40px;

    float: right;
}

.card-content-no-sidebar{
    clear: both;
    float: left;
    line-height: 1.5em;
    margin-top: 40px;
    width: 800px;
}

.card-content-no-sidebar p{
    padding-bottom: 20px;
    font-weight: bold;
    color: #3a3a3c;
}

.card-content p{
    padding-bottom: 20px;
    font-weight: bold;
    color: #3a3a3c;
}

.card-content h3{
    padding-bottom: 20px;
    font-weight: bold;
    color: #3a3a3c;
    font-size: 22px;
}

.card-content ul{
    padding-left: 50px;
    color: #1f497d;
    font-weight: bold;
    padding-bottom: 20px;
}

.card-img img{
    padding-top: 75px;
    float: right;
}

.card-img-less-padding img{
    padding-top: 25px;
    float: right;
}

.img-list {
    padding-top: 25px;
}
.img-row {
    float: left;
    padding: 25px;
}

p.extra{
    color: #1f497d;
}

input,
textarea{
    font-family: Arial, Helvetica, sans-serif;
}

label,
input,
textarea{
   display: block; 
}

input,
textarea{
    padding:10px;
    width: 100%;
    box-sizing:border-box;
}

label input,
label textarea{
    margin-top: 10px;
}

label {
    margin-bottom: 20px;
}

input[type="submit"],
button {
    width: auto;
}

.muted {
    color: #aaa;
}

.contact{
    width: 100%;
    max-width: 500px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 20px;
    box-sizing: border-box;
}

.panel{
    border: 1px solid #ddd;
    background: #f0f0f0;
    margin-bottom: 20px;
    padding: 20px;
}

.panel ul{
    padding-left: 10px;
}

.g-recaptcha{
    margin-bottom: 20px;
}