/* @import 'normalize.css'; */
.center {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  /* zoom: 1; */
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
body {
  color: #4a4e57;
  font-family: 'Roboto';
  font-size: 16px;
  padding: 100px 0 0;
  line-height: 22px;
}
@media (max-width: 768px){
header {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  top: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
}
@media (min-width: 769px){
header {
  position: fixed;
  width: 100%;
  height: 100px;
  background: #fff;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
}
header .logo {
  padding: 10px 0;
  display: block;
  height: 100px;
  float: left;
}
header .logo img {
  max-height: 100%;
}
header nav {
  float: right;
}
header nav a {
  display: block;
  line-height: 100px;
  padding: 0 15px;
  font-size: 20px;
  color: inherit;
  font-weight: 300;
  float: left;
}
header nav a:last-child {
  padding: 0 0 0 15px;
}
header nav a:hover {
  color: #63749c;
  text-decoration: none;
}
header nav a:focus{
    text-decoration: none;
}
header nav .active {
  color: #e67e22;
  text-decoration: none;
}
.topbalk {
    position: relative;
    min-height: 1px;
    padding-right: 5%;
    padding-left: 5%;
}
.send{
    position: fixed;
    top:100px;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: rgba(46, 204, 113, .9);
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}
.send p{
    padding: 0;
    margin: 0;
}
.send-error{
    background: rgba(217, 30, 24, .9);
}
.slider {
  width: 100%;
  position: relative;
  z-index: 5;
}
.slider .slide {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  border-bottom: 5px solid #cbdbdd;
}
.slider .slide .contain {
  background-color: rgba(244,136,10,.9);
  padding: 24px 0;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 5px;
  line-height: 40px;
  color: #fff;
  font-family: 'Pathway Gothic One';
  font-size: 2.5em;
}
.slider .slide .contain h1{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    margin: inherit;
    padding: inherit;
}
.head-title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 50px 0 30px 0;
  font-weight: 300;
}
.head-title h2 {
  font-size: 48px;
  text-transform: uppercase;
 /* line-height: 24px; */
  border-bottom: 4px solid #4a4e58;
  display: inline-block;
  padding: 0 0 30px;
  font-family: 'Pathway Gothic One';
  margin: 0 0 30px;
}
.full-text{
    text-align: center;
    padding: 50px 0;
    background: rgba(0,0,0,.03);
    border-bottom: 1px solid #c4c4c4;
}
.split {
  background-image: -webkit-linear-gradient(right, #f4b50a, #e47a1d);
  background-image: -o-linear-gradient(right, #f4b50a, #e47a1d);
  background-image: linear-gradient(to left, #f4b50a, #e47a1d);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.split .image {
  width: 50%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  height: 100%;
  top: 0;
  right: -15px;
}
.split .reversed {
  left: -15px;
}
.plaatje {
    background-size: cover;
    background-position: center center;
}
@media (max-width: 1100px) {
.vijf {
  display: none;
}
}
@media (max-width: 950px) {
.vier {
  display: none;
}
}
@media (max-width: 800px) {
.drie {
  display: none;
}
}
@media (max-width: 600px) {
.twee {
  display: none;
}
}
@media (max-width: 400px) {
.een {
  display: none;
}
}
@media (max-width: 768px) {
.plaatje {
    width: 100%;
    height: 70vh;
}
header .logo {
  margin-left: auto;
  margin-right: auto;
  float: unset;
  width: fit-content;
} 
nav {
  display: none;
}
.gondelijn-tekst {
  padding: 26px 15px;
}
}
footer .tekst {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: unset;
  width: fit-content; 
}
.midden {
  margin-left: auto;
  margin-right: auto;
  float: unset;
  width: 80%;
  min-width: 200px;
}
.gondelijn-tekst {
  padding: 46px 46px 46px 25px;
}
.twintig {
    margin-top: 20px; 
}
.head-title-after {
  padding: 56px 0 30px;
}
.split h2 {
  font-size: 36px;
  padding: 0 0 20px;
  margin: 0;
  font-family: 'Pathway Gothic One';

}
.split a{
    text-decoration: underline;
    color: inherit;
}
.split ul{
    margin: 20px 0 0 20px;
    padding: 0;
}
.split ul li{
    margin: 5px 0;
}
.action {
  margin: 0 0 60px;
}
.action .image {
    height: 220px;
    border-radius: 5px;
    margin: 20px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #c4c4c4;
}
.action ul {
  font-style: italic;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.action ul li {
  margin: 20px 0;
  line-height: 18px;
  position: relative;
  padding: 0 0 0 20px;
}
.action ul li::before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  left: 0;
  width: 10px;
  top: 3px;
  border: 2px solid #4a4e58;
  border-radius: 50%;
}
.action .button {
  border-radius: 5px;
  line-height: 50px;
  font-size: 32px;
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: 'Pathway Gothic One';
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  border: 2px solid #4a4e58;
  transition: all 0.2s;
}
.action .button:hover {
  background: #4a4e58;
  color: #fff;
}
.action .col-xs-10 {
  margin-top: 20px;
  text-align: center;
}
.google-maps iframe{
    width: 100%;
	pointer-events:none;
}
.contact {
  margin: 0 0 60px;
  text-align: center;
}
.contact fieldset{
    border: none;
    margin: 0;
    padding: 0;
}
.contact input[type=text] {
  width: 95%;
  line-height: 40px;
  padding: 0 8px;
  text-align: left;
  margin: 0 0 12px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
.contact input[type=email] {
  width: 95%;
  line-height: 40px;
  padding: 0 8px;
  text-align: left;
  margin: 0 0 12px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
.contact textarea {
  width: 95%;
  line-height: 20px;
  text-align: left;
  padding: 10px 8px;
  height: 150px;
  margin: 0 0 8px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
.contact input[type=submit] {
  min-width: 20%;
  border-radius: 5px;
  line-height: 50px;
  font-size: 32px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: inherit;
  background: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-family: 'Pathway Gothic One';
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #4a4e58;
  transition: all 0.2s;
}
.contact input[type=submit]:hover {
  background: #e47a1d;
  color: #4a4e58;
}
@media only screen and (min-width: 769px) {
  .versturen {
    width: 40%;
    float: right;
    margin-right: 10%;
  }
}
.afspraak1 {
  margin-top: 2em;
  text-align: center;
}
.afspraak2 {
  text-align: center;
}
.app-contact {
  margin: 0.5rem 0;
  text-align: center;
}
.app-contact img {
  width: 56px;
}
.articles {
  background: #e47a1d;
  position: relative;
  padding: 60px 0 40px;
}
.articles .background {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.articles .image {
  width: 100%;
  height: 170px;
  border-radius: 5px 5px 0 0;
  background-position: center;
  background-size: cover;
}
.articles .text {
  background-color: #fff;
  font-size: 16px;
  min-height: 150px;
  padding: 30px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
.articles .text h3 {
  padding: 0;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}
.error{
    background: #fff;
    margin: 0 auto;
    padding: 30px;
}
footer {
  background: #f39c12;
  border-top: 10px solid #e47a1d;
  line-height: 16px;
  padding: 30px 0;
  color: #fff;
}
footer a {
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.2);
  transition: all 0.2s;
}
footer a:last-child {
  border-right: none;
}
footer a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}
.contact-form {
  input,
  textarea {
    margin-bottom: .5rem;
    font: inherit;
    width: 95%;
    &:required+span::after {
      content: ' *';
      color: red;
      vertical-align: top;
    }
    &:not(:placeholder-shown):valid {
      background-color: #f4feee;
    }
    &:not(:placeholder-shown):invalid {
      background-color: #fff0f0;
    }
  }
  label,
  button {
    display: block;
  }
 }

.js-submitted {
  input,
  textarea {
    &:valid {
      background-color: #f4feee;
    }
    &:invalid {
      background-color: #fff0f0;
    }
  }
}

.hidden {
  display: none;
}

body {
  margin: .5rem;
  font-size: 18px;
}
