@font-face {
    font-family: 'Open Sans';
    src: url('Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}

.lorem {
  display: none;
}

*:focus {
  outline: none !important;
}

/* Algemeen */

html, body#body, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body#body {
  background: #ebebeb;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 35px;
  color: #D80303;
  font-weight: 600;
}
h2 {
  font-size: 25px;
  color: #730303;
  margin-top: 15px;
  margin-bottom: 15px;
}
h3 {
  font-size: 20px;
  color: #D80303;
}
a {
  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  color: #730303;
}
a:hover {
  text-decoration: none;
  color: #D80303;
}
ul.showlist {
  list-style: none;
  padding-left: 10px;
}
ul.showlist li::before {
  content: "•";
  color: #730303;
  margin-right: 10px;
}
img {
  max-width: 100%;
}

/* header */

#header {
  font-family: "Comic Sans MS";
  color: #D80303;
  background: #191919;
}
#header .container {
  padding-top: 5px;
  padding-bottom: 30px;
}
#header .site-branding {
  text-align: center;
}
#header .site-branding img.logo {
  max-height: 200px;
  max-width: 650px;
  margin: 15px auto;
}
#navigation .inner {
  position: absolute;
  left: 0;
  right: 0;
  background: #f9f9f9;
  z-index: 1;

  -webkit-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
}
#navigation .row {
  padding: 0;
  position: relative;
}
#navigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#navigation .navbar-toggler:hover {
  color: #D80303;
}
#navigation .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(216, 3, 3, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#navigation .navbar-menu {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
#navigation .navbar-nav .nav-link {
  padding-right: 30px;
  padding-left: 30px;
}
#navigation .navbar-nav .nav-item a {
  color:#191919;
  font-weight: 600;
}
#navigation .navbar-nav .nav-item a:hover {
  color:#D80303;
}
#navigation .mediamenu {
  margin: 16px 0 16px auto;
  position: absolute;
  right: 0;
}
#navigation .mediamenu a {
  color: #191919;
}
#navigation .mediamenu a:hover {
  color: #D80303;
}
#navigation .mediamenu a i {
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #191919;
  margin-left: 10px;

  -webkit-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
#navigation .mediamenu a:hover i {
  border-color: #D80303;
}
#navigation .mediamenu a:last-child i {
  margin-right: 30px;
}

/* sticky */

#navigation .inner.sticky {
  position: fixed;
  top: 0;
}


/* main content */

#content .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#verhuur,
#projects,
#about,
#contact,
#projectcontent {
  padding: 50px 0;
}
.row {
  padding: 15px 0;
}

/* Background Image */

.betweenbg {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 25px 0;
  background-attachment: fixed;
}
#firstbg {
  margin-top: 0;
}
#lastbg {
  margin-bottom: 0;
}

/* Home */

/* projects */

#projects .projectitem {
  margin: 25px 0;
}
#projects .projectitem .projectimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin: 25px 0;

  -webkit-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
}

/* about */

.about-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;

  -webkit-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
}

/* contact */

#contact ul {
  padding: 0;
  list-style: none;
}
#contact .innercontact {
  overflow: hidden;
  margin: 15px auto;
  max-width: 550px;
}
.contactform input,
.contactform textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ebebeb;
}
.contactform input:focus,
.contactform textarea:focus {
  border-color: #8C8989;
}
.butn {
  display: block;
  text-align: center;
  background: transparent;
  color: #D80303;
  border: 1px solid #D80303;
  padding: 10px;
}
.butn:hover {
  background-color: #D80303;
  color: #fff;
}
.contact-info-l,
.contact-info-r {
  display: inline-block;
  width: calc(50% - 4px);
  min-width: 200px;
}
iframe {
  height: 300px;
  width: 100%;
}
#errormessage .error {
  color: #D80303;
  border: 1px solid #D80303;
  padding: 10px;
  width: 100%;
  text-align: center;
}
#errormessage .successful {
  color: #008000;
  border: 1px solid #008000;
  padding: 10px;
  width: 100%;
  text-align: center;
}

/* footer */

#upperfooter {
  background: #23282d;

  -webkit-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 17px 2px rgba(0,0,0,0.5);
}
#upperfooter .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
#upperfooter h5 {
  color: #B7B7B7;
}
#upperfooter ul {
  padding: 0;
}
#upperfooter li {
  color: #8C8989;
  list-style: none;
}
#upperfooter li a {
  color: #8C8989;
  text-decoration: none;
  cursor: pointer;
}
#upperfooter li a:hover {
  color: #D80303;
}
#upperfooter #paginas li {
    padding: 5px 0;
    border-bottom: #535353 solid 0.5px;
}
#upperfooter .footerlogo img {
  width: 90%;
  margin: 50px auto;
  display: block;
}
#upperfooter .grecap {
  text-align: center;
}
#upperfooter .grecap hr {
  border-top: 0.5px solid #535353;
}
#upperfooter .grecap span {
  color: #8C8989;
  font-size: 12px;
}
#upperfooter .grecap a {
  color: #8C8989;
  font-size: 12px;
  text-decoration: none;
}
#upperfooter .grecap a:hover {
  color: #D80303;
}
#lowerfooter {
  color: white;
  font-size: 12px;
  background: #191919;
}
#lowerfooter .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#lowerfooter .row {
  padding: 5px 0;
}
#lowerfooter p {
  margin: 0;
  color: #6C6C6C;
}
#lowerfooter a {
  color: #6C6C6C;
  text-decoration: none;
}
#lowerfooter a:hover {
  color: #730303;
}

/* Project detail */

#projectcontent {
  min-height: 500px;
}
#projectcontent .projectimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin: 25px 0;
}

/* popup */

.popupshow {
  display: none;
}
.popupshow .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.66);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.popupshow .img-show{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  max-width: 100%;
}
.popupshow .img-show img{
  max-width: 100%;
  /* width: 100%; */
  max-height: 750px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popupshow span{
  cursor: pointer;
}
.popupshow .exit {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 99;
  width: 45px;
  z-index: 999999;
}
@media only screen and (max-width: 768px) {
  .popupshow .img-show {
    width: 100%;
  }
}

/* back to top knop */

#backtotop {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: transparent;
  color: #730303;
  border: 1.5px solid #730303;
  padding: 10px 17px;
}
#backtotop:hover  { border-color: #D80303; color: #D80303; }

/* recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  #navigation .navbar-nav .nav-link {
    padding-left: 48px;
  }
  .betweenbg {
    height: 400px;
  }
  img.img,
  .projectimg {
    display: none;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 576px) {
  #paginas {
    display: none;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .betweenbg {
    height: 300px;
  }
}

@media only screen and (max-width: 275px) {}
