@charset "UTF-8";
/* Layout Small Screens */

body {}
.section-2 .link,
.section-3 .link,
.section-4 .link,
.linkup {
    display:none;
}


h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: darkgray;
}

h3 {
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 15px;
  margin-bottom: 0px;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  margin-top: 15px;
  font-weight: 200;
  color: darkgray;
  line-height: 15px;
}

.logo {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url(../img/ontwerpstaal_logo2_web_wit.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

div {
  margin: 0;
  padding: 0
}

#container {
  width: 100%;
  position: relative;
}

.pagina {
  position: relative;
  background-color: white;
  height: 500px;
  width: 100%;
}

.pagina_form {
  position: relative;
  width: 100%;
  height: auto;
}
.opmerking {
  height: 100px;
}

.verstuur_knop {
  margin:50px auto;
}
.pagina_form .kolom {
  position: static;
}

.formulier {
  margin-top: 35px;
  background-color:#efefef;
}

.kolom {
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-top: 0px;
}

.breed {
  top: 35%;
  float: left;
  height: 65%;
  width: 100% !important;
  background-color: white;
}

.breed2 {
  top: 0pt;
  width: 100%;
  background-color: white;
  float: none;
  height: 284px;
}

.smal {
  top: 0px;
  float: none;
  height: 35%;
  width: 100% !important;
  background-color: white;
}

.form_binnen {
  margin-left: 0px;
  color: black;
}

.half-links {
  top: 50%;
  width: 100%;
  height: auto;
  /*    margin-left: 15px;*/
}

.half-rechts {
  float: left;
  width: 100%;
  height: 50%;
  background-color: #efefef;
}
.half-links {
    background-color: #efefef;
}
.tekst {
  width: 70%;
  margin: 0 auto;
  margin-top: 10%;
  margin: 30px 16% 0;
}

.tekst p {
    color:#666;
    font-size:1em;
    line-height:1.5em;
}
.slideshow,
.slideshow-two,
.slideshow-three {
  position: relative;
  top: 0px;
  width: 100%;
  height: 250pt;
  right: auto;
  left: auto;
}

.slide {
  background-size: 100% auto;
  background-position: center center;
  height: 70%;
}

.fg {
  right: 15%;
}

.bg {
  background-size: auto 100%;
  background-position: center center;
}

.link {
  display: block;
  width: 70px;
  height: 70px;
  margin: 30px auto 0px auto;
  opacity: 0.5;
}

.facebook {
  position: absolute;
  left: 40px;
  bottom: 66px;
}

.linkedin {
  position: absolute;
  right: 40px;
  bottom: 66px;
}

footer ul {
  margin: 10px;
}

footer ul li {
  margin: 10px;
  display: list-item;
}

.ftr_text div {
  display: inline-block;
  height: 40px;
}

.ftr_icon {
  padding: 0 8px 0 0;
}

.ftr_icon img {
  float: left;
  clear: left;
}