@import url("https://use.typekit.net/zux7mhh.css");
@import "../fonts/pantom.css";
html, body {
  padding: 0;
  margin: 0;
  font-family: "museo-sans";
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 1000;
  /* opacity: 0.5;*/
  display: none;
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  /*-webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;*/
}

.x2 {
  -ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
  transform: scale(0.5);
}

a, a:active {
  color: #000;
}

a:hover {
  color: #000;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 8px #000000;
  box-shadow: 0 0 8px #000000;
}

.container-main {
  width: 100%;
}

.container-fluid {
  padding: 0px;
}

.introduction {
  background: url("../images/Rik-Home2x.jpg");
  background-size: cover;
  background-position: right;
  width: 100%;
}

.main {
  background: #ffffff;
}

.cross {
  color: #FFFFFF;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-weight: lighter;
}
.cross img {
  width: 30px;
  filter: brightness(0) invert(1);
}

.over-rik {
  padding-top: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9;
  background: #1D1D1B;
  width: 100%;
  display: none;
}

.projects {
  background-color: #ffffff;
}

.logo {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
}

.over-rik-tekst {
  position: absolute;
  /*top: 40%;*/
  /*text-align: center;*/
  width: 100%;
}

.over-rik-tekst .txt {
  width: 100%;
  margin: auto;
  font-weight: 300;
  padding-left: 50px;
}

.logo-txt {
  font-family: "museo-sans";
  font-size: 15px;
  color: #FFFFFF;
}

.over-rik-tekst {
  font-size: 25px;
  color: #fff;
  font-family: "museo-sans";
}

.zoek {
  width: 195px;
  margin: auto;
}

.logo-rik {
  padding-bottom: 12px;
  width: 193px;
}

.search-bar {
  display: inline-block;
}
.search-bar .zoekresultaten {
  position: absolute;
}

.zoek input {
  margin-top: 10px;
  width: 250px;
  height: 30px;
  border: none;
  padding: 8px;
  border-radius: 1px;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid white;
  background: transparent;
  box-shadow: none !important;
  font-family: "museo-sans";
  font-size: 13px;
}

.zoek-fixed input {
  border-bottom: 1px solid #000;
  color: #282828;
}

.zoek .zoekresultaten {
  padding: 0;
  list-style-type: none;
  text-align: left;
  width: 100%;
  background: #282828;
  display: none;
  width: 195px;
  margin: auto;
}

.zoek .zoekresultaten li {
  padding: 8px;
  color: #FFFFFF;
  text-transform: lowercase;
  cursor: pointer;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.project-sample {
  overflow: hidden;
  cursor: pointer;
}

.project-sample img {
  width: 100%;
  min-height: 60%;
  filter: grayscale(100%);
}

.project-sample img:hover {
  filter: none;
}

.content {
  padding-top: 65px;
  line-height: 22px;
}

.zoek-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 10px;
  height: 50px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  z-index: 2000;
}

.contact {
  min-height: 500px;
  background: #fff;
  padding-top: 100px;
  overflow: auto;
}

.footer {
  height: 800px;
}

.footer > div,
.footer > div > div {
  height: 800px;
}

.caption {
  height: 55px;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  bottom: -55px;
  padding: 10px;
  text-align: center;
}

.iframe {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  border: 0;
}

#myModal {
  background: #FFFFFF;
  overflow: hidden;
}

.close {
  top: 25px;
  right: 0px;
  position: absolute;
  opacity: 1;
}

.clear {
  clear: both;
}

.close:hover {
  opacity: 0.5;
}

#map_canvas {
  height: 100%;
}

.contact .stap {
  font-size: 24px;
  color: #000000;
}
.contact .stap .left {
  min-height: 100px;
  padding-bottom: 150px;
  background-image: url("../images/koffie.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: left bottom;
}
.contact .stap .titel {
  font-family: "Panton-Black";
  text-transform: uppercase;
}

.contact .stap1 {
  color: #000000;
}

.stap2 {
  display: none;
}

.stap3 {
  display: none;
}

.stap3 .col-2,
.stap4 .col-2 {
  float: left;
  width: 45px;
  margin-left: -10px;
}

.wrap {
  overflow: auto;
}

.stap3 .col-9,
.stap4 .col-9 {
  float: left;
  line-height: 20px;
}

.stap4 {
  display: none;
}

.stap5 {
  display: none;
}

.stap6 {
  display: none;
}

.stap-inner {
  width: 50%;
  margin: auto;
}

@media (max-width: 767px) {
  .over-rik-tekst .txt {
    width: 100%;
    padding: 20px;
  }
  .sluiten {
    margin-left: 20px !important;
  }
  .stap-inner {
    width: 100%;
  }
  .menuwrapper li {
    width: 100px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 12px !important;
    padding: 8px 10px 8px 10px !important;
  }
  ul {
    padding: 0 !important;
  }
  .over-rik-tekst {
    top: 0% !important;
    font-size: 20px;
    line-height: 25px;
  }
  .vul-maar-in {
    display: none;
  }
}
.modal-backdrop {
  background: none;
}

.stap6 .desc {
  font-size: 22px;
}

.contact .stap .desc {
  padding-bottom: 40px;
  font-weight: bold;
}

.pagenumber {
  padding-top: 30px;
  font-size: 12px;
  padding-bottom: 30px;
}

.groene_button, .datum, .tijd, .form-control, .menuwrapper li {
  background: #ffffff;
  color: #000000;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  display: inline-block;
  border-radius: 0px;
  /*border-radius: 15px !important;*/
  cursor: pointer;
  border: 1px solid #000;
  box-shadow: none !important;
  font-weight: bold;
}

.groene_button {
  font-family: "Panton-Black";
  text-transform: uppercase;
  font-weight: normal;
  min-width: 150px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.groene_button:hover {
  background: #000000;
  color: #FFFFFF;
}

div#datePicker {
  width: 250px;
}
div#datePicker .form-control {
  padding-right: 5px;
  border-radius: 0px;
}
div#datePicker .input-group-addon {
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget {
  width: 100px !important;
}

div#timePicker {
  margin-top: 50px;
  width: 100px;
}
div#timePicker .form-control {
  padding-right: 5px;
  border-radius: 0px;
}
div#timePicker .input-group-addon {
  border-radius: 0px;
}

.groene_button {
  border-radius: 0px !important;
}

.menuwrapper li {
  background: transparent;
  padding: 15px 5px 0px 0px;
  color: #000000;
  font-size: 16px;
  display: inline;
  border-radius: 0px !important;
  cursor: pointer;
  border: none;
  box-shadow: none !important;
}

.menuwrapper li:hover {
  background: transparent;
  /*background: #000000;*/
  color: #000000;
}

.fields {
  text-align: center;
  padding-bottom: 40px;
}

.bootstrap-timepicker-widget {
  height: 100px;
  background: none;
  margin-left: -175px;
  margin-top: -70px !important;
  display: block !important;
  border: none;
  box-shadow: none;
}

.bootstrap-timepicker-widget.bottom:after,
.bootstrap-timepicker-widget.bottom:before {
  display: none !important;
}

#timePicker .input-group-addon {
  display: none !important;
}

.checkbox-row {
  text-align: left;
  font-weight: 400;
  height: 30px;
}

.label-checkbox {
  font-size: 18px;
  line-height: 24px;
}

.keuze {
  padding-bottom: 40px;
  text-align: left;
}

.keuze input[type=text] {
  width: 60%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  height: 30px;
  line-height: 30px;
  border: none;
  border-bottom: 1px solid black;
  outline: 0;
  box-shadow: none;
  margin-bottom: 15px;
}

.error {
  border: 1px dashed red !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #000000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000000;
}

.input-group-addon {
  background: #fff;
  border: 1px solid #000 !important;
  border-left: none !important;
  /*border-radius: 15px !important;*/
  cursor: pointer;
  border: none;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.date input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.bootstrap-timepicker-widget {
  width: auto !important;
}

.glyphicon-calendar:before {
  color: #000;
}

.menuwrapper {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}

.menuwrapper li {
  list-style-type: none !important;
  /*margin-left: 25px;
  margin-right: 25px;*/
  height: 30px;
  text-align: left;
  /*border: none;
  padding: 8px 25px 8px 25px;
  border-radius: 1px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid white;
  background: #00ff7e;
  box-shadow: none !important;*/
  cursor: pointer;
}

.sluiten {
  font-family: "museo-sans";
  font-style: normal;
  display: inline-block !important;
  list-style-type: none !important;
  margin-left: 50px;
  margin-right: 25px;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 1px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid white;
  min-width: 150px;
  box-shadow: none !important;
  cursor: pointer;
}

.tags {
  font-family: "Panton-Black";
  text-transform: uppercase;
  font-size: 25px;
  color: #FFF;
}

.sluiten:hover {
  opacity: 0.7;
}

.sluiten-seperator {
  height: 50px;
}

.sluiten {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .sluiten-seperator {
    height: 0px;
  }
  .rik-ontwerpt {
    display: none !important;
  }
  .zoek-fixed .menu {
    display: none;
  }
}
.rik-ontwerpt img {
  -ms-transform: scale(0.5); /* IE 9 */
  -webkit-transform: scale(0.5); /* Chrome, Safari, Opera */
  transform: scale(0.5);
}

.rik-ontwerpt {
  display: none;
  left: 0px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.zoek-fixed .rik-ontwerpt {
  display: inline-block;
  float: left;
}

.zoek-fixed .menu {
  /* position: absolute;*/
  top: 0px;
  right: 0px;
  list-style-type: none;
  margin-top: -40px;
}

.zoek-fixed .menu li {
  float: left;
  /*padding: 15px 20px 15px 20px;*/
  padding-top: 15px;
  padding-left: 5px;
  /*border-left: 1px solid #f5f5f5;*/
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.touchDevice.modal-open {
  position: fixed !important;
}

.touchDevice.modal-open .modal {
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow: scroll !important;
}

.vul-maar-in {
  width: 200px;
  height: 100px;
  background-image: url("../images/Vul-maar-in.png");
  background-size: contain;
  position: absolute;
  margin-left: -200px;
  margin-top: 5px;
}

.zoek-fixed .vul-maar-in {
  display: none;
}

@media (min-width: 300px) and (max-width: 991px) {
  .menuwrapper li {
    width: 100% !important;
    text-align: center !important;
  }
  .zoek-fixed .menu li {
    font-size: 11px;
    padding-left: 3px;
  }
}

/*# sourceMappingURL=layout.css.map */
