.font-base-smartphone {
  font-family: StoneSansMedium, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.label,
.select {
  display: block;
}
.select {
  line-height: 16px;
}
.label {
  padding-left: 10px;
  margin-bottom: 5px;
}
select {
  font-size: 16px;
}
.dropdown {
  border: 1px dotted #919191;
  border-radius: 0;
  width: auto;
}
.dropdown:hover {
  border-color: #4c4c4c;
  box-shadow: none;
  transition: width 0s;
}
.dropdown:hover .carat:before {
  color: #4c4c4c;
}
.dropdown.focus {
  box-shadow: 0 0 0;
}
.dropdown ul {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.dropdown .selected,
.dropdown li {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 20px;
}
.dropdown li.focus {
  background-color: #efefef;
  color: #4c4c4c;
}
.dropdown li.active {
  font-weight: normal;
}
.dropdown .carat {
  border: none;
  margin: 0;
  top: 7px;
}
.dropdown .carat:before {
  color: #919191;
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 32px;
}
.dropdown.open .carat {
  border: none;
  margin: 0;
}
.dropdown div {
  border-color: #919191;
  border-top-style: dotted;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  border-radius: 0;
  color: #4c4c4c;
  font-family: StoneSansMedium, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1rem;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px dotted #919191;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
  border-color: #4c4c4c;
}
textarea {
  resize: none;
  overflow: hidden;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label:focus {
  background: transparent;
}
label input[type="checkbox"] {
  display: none;
}
label input[type="checkbox"] + span {
  display: block;
  padding-left: 35px;
  position: relative;
}
label input[type="checkbox"] + span:before {
  border: 1px solid #4c4c4c;
  border-radius: 2px;
  content: "";
  font-family: "FontAwesome";
  font-size: 10px;
  height: 12px;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 12px;
  top: 0;
}
label input[type="checkbox"] + span:hover {
  cursor: pointer;
}
label input[type="checkbox"]:checked + span:before {
  content: "\f00c";
  line-height: 12px;
}
input[type="submit"] {
  background-color: #919191;
  border-radius: 0;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: StoneSansMedium, sans-serif;
  font-size: 19px;
  margin-top: 30px;
  padding: 5px 60px 5px 15px;
}
input[type="submit"]:hover {
  background-color: #4c4c4c;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-left: 10px;
}
.ajax-loader {
  margin-top: 5px;
}
div.wpcf7-response-output {
  box-sizing: border-box;
  border-width: 1px;
  margin: 0 0 10px;
  max-width: 800px;
  padding: 10px;
  font-size: 1.17vw;
  line-height: 1.35;
  margin-top: -50px;
  margin-bottom: 60px !important;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}
.success-message {
  border: 1px solid #778800;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  margin: -60px 0 60px 0;
}
/* Filter */
#filterForm {
  vertical-align: middle;
}
.branchenfilter {
  position: relative;
  margin-top: 25px;
}
.branchenfilter .dropdown {
  min-width: 180px;
}
@media (min-width: 768px) {
  .branchenfilter {
    float: right;
    top: -7px;
    margin-top: 0;
  }
}
.branchenfilter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.branchenfilter .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #4c4c4c;
  width: 200px;
  height: 40px;
}
.branchenfilter .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
  border: 1px dotted #919191;
}
.branchenfilter .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.branchenfilter .select-styled:hover {
  background-color: #fafafa;
}
.branchenfilter .select-styled:active,
.branchenfilter .select-styled.active {
  background-color: #f2f2f2;
}
.branchenfilter .select-styled:active:after,
.branchenfilter .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #4c4c4c transparent;
}
.branchenfilter .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
}
.branchenfilter .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  transition: all 0.15s ease-in;
}
.branchenfilter .select-options li:hover {
  color: #fff;
  background: #4c4c4c;
}
.branchenfilter .select-options li[rel="hide"] {
  display: none;
}
span.wpcf7-form-control-wrap,
span.wpcf7-form-control.wpcf7-checkbox {
  display: block;
  width: 100%;
}
span.wpcf7-form-control-wrap .wpcf7-list-item,
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}
.op-lab-form--wrap p,
.op-lab-form--wrap .wpcf7-response-output {
  color: rgba(255, 255, 255, 0.5);
}
.op-lab--contact input[type="text"],
.op-lab--contact input[type="email"],
.op-lab--contact textarea {
  background: transparent;
  color: #fff;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.op-lab--contact span.label {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0;
}
.op-lab--contact label input[type="checkbox"] + span {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 5% !important;
}
@media all and (max-width: 600px) {
  .op-lab--contact label input[type="checkbox"] + span {
    padding-left: 8% !important;
  }
}
.op-lab--contact label input[type="checkbox"] + span:before {
  border: 5px solid rgba(255, 255, 255, 0.5);
  left: 0;
}
.op-lab--contact input[type="submit"] {
  background-color: #005abb;
}
.op-lab--contact input[type="submit"]:hover {
  background-color: #002955;
}
@media all and (max-width: 767px) {
  .op-lab--contact {
    padding: 15px 0px;
  }
}
.dropdown.touch select option.label {
  display: none;
}
