#ifrm { display: none; }

.search-form #s {
      background: #fefefe url(https://mentho10.nl/wp-content/themes/mentho10/dist/images/searchbox_magnifier.png) 0 -2px no-repeat !important;
}

.breadcr{
  display: block;
}

.breadcr ul {
    margin: 0 0 0 0;
    padding: 15px 0px 10px 15px;
}

.breadcr ul li{
  display: inline-block;
}

.breadcr ul li:after{
  content: " | ";
}

.breadcr ul li:last-child:after{
  content: "  ";
}

h1.content-title {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    font-family: Kreon,serif;
    color: #009fda;
    font-weight: 700;
}

ul {
  margin-left: 0;
}

p {
    font-size: 13px;
    line-height: 1.7;
}

h3.cta-title {
  	font-size: 24px;
}

.cta-button-d {
    padding: 15px;
    font-size: 15px;
    border-radius: 120px;
    border: 2px solid #e1017b;
    color: #fff;
    background: #e1017b;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 5px #777777;
}
.cta-button-d:hover {
    color: #e1017b;
    border: 2px solid #e1017b;
    background: #fff;
}

.cta-button-e {
    padding: 15px;
    font-size: 15px;
    border-radius: 120px;
    border: 2px solid #0a0a0a;
    color: #fff;
    background: #0a0a0a;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 5px #777777;
}
.cta-button-e:hover {
    color: #0a0a0a;
    border: 2px solid #0a0a0a;
    background: #fff;
}

.cta-button-k {
    padding: 15px;
    font-size: 15px;
    border-radius: 120px;
    border: 2px solid #e32219;
    color: #fff;
    background: #e32219;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 5px #777777;
}
.cta-button-k:hover {
    color: #e32219;
    border: 2px solid #e32219;
    background: #fff;
}

#contact {
  width: 100%;
}
.half {
	width: 50%;
}
.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: auto;
  float: left;
  margin-bottom: 10px;
}
#cptfix-field {
  margin: 0 0 10px 2%;
  width: 100%;
  float: right;
  min-height: 32px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 70px;
}
textarea, input {
      display: block;
    float: left;
    border: solid 1px #cccccc;
    padding: 4px;
    margin-bottom: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}
.send-submit {
  color: #fff;
  background: #009fda;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 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;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #DE0000;
}
.error:focus {
  border: 1px solid #DE0000;
}
.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 {
      width: 150px;
    }
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
    .them-usp ul > li {
      width: 100%;
      color: #009fda;
      font-family: Kreon,serif;
      font-size: 20px;
      float: none;
      display: block;
      text-align: center;
      padding-top: 5px;
  }
}
