#ifrm {
  display: none;
}

.page-hero .wrapper, .page-hero .modal__notification {
    height: 40vh !important;
}

.page-hero .wrapper {
    min-height: 500px !important;
}

.link-structuur a {
  color: #EA2135;
  text-decoration: underline;
}

.link-structuur a:hover {
  color: #000000;
}

.breadcr a:link {
  color: #EA2135;
}

.breadcr a:hover {
  color: #000000;
}

.breadcr{
  display: block;
  margin-bottom: 30px;
}

.breadcr ul {
    margin: 0 0 0 0;
    padding: 0px;
}

.breadcr ul li{
  display: inline-block;
}

.breadcr ul li:after{
  content: " / ";
}

.breadcr ul li:last-child:after{
  content: "  ";
}

.footer__visual-menu .visual-menu-icon svg {
    height: 20px;
    fill: white;
}

#contact {
  margin-top: 30px;
  width: 100%;
}
.half {
	width: 50%;
}
.details-half {
  width: 45%;
  margin: 0 0 0 5%;
}
.full {
	width: 100%;
  display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
  clear: both;
}
.e-mail-url {
  position:absolute;
  left:-9999px;
  top: -9999px;
}
.foot-note {
  text-align: center;
}
#cptfix {
  width: 25%;
  float: left;
}
#cptfix-field {
  margin: 0 0 0 2%;
  width: 72%;
  float: right;
  min-height: 32px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
#contact, #form1, #form {
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 188px;
  background: #f7f7f7;
  border: 0px;
}
input[type="text"], input[type="email"], input[type="tel"], select {
background: #f7f7f7;
color: #000000;
}
textarea, input {
  padding: 5px 10px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}
.send-submit {
  color: #fff;
  background: #EA2135;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 0;
  margin: 5px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.send-submit:hover {
	opacity: 0.8;
}
input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
}
label {
  margin: 0 0 2px 0;
}

.error {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  border: 1px solid #DE0000 !important;
}
.error:focus {
  border: 1px solid #DE0000 !important;
}
.valid {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #017301;
}
label.error {
  display: none!important;
}
@media screen and (max-width: 640px) {
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
    .half, .details-half {
      width: 100%;
      margin: 0;
    }
}
@media only screen and (min-width:480px) and (max-width: 640px) {
  #cptfix-field {
    width: 52%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #cptfix {
    width: 100%;
    height: 50px;
  }
}

.featured-bike__visual {
  flex-basis: 52% !important;
  margin-right: 8% !important;
}

.featured-bike__details {
  flex-basis: 578px !important;
}

@media (max-width: 560px){
.featured-bike__visual {
  max-width: 100% !important;
  }
}