/**
* Theme Name: Chirokind Child
* Description: This is a child theme of Chirokind, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">Theme Arc</a>
* Template: chirokind
* Version: 1.3
*/

/* Services - Button in Visit Box */

.btn-service {
  display: inline-block;
  padding: 20px;
  background-color: #031b30;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.btn-service:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  transform: scale(1.05);
}

.btn-service .txt::after {
  content: ' →';
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 6px;
}

.btn-service:hover .txt::after {
  transform: translateX(4px);
}

/* Services - Page background */

.service-details-page {
    background-color: #f4f4f4 !important;
}

/* Hide Search button in header menu */

.box-search-style1 a {
    display: none !important;
}

/* Breadcrumb title not capitalize */

section.breadcrumb-area .container .row .title h2 {
    text-transform: none;
}

/* Kontaktform SVR-Nummer Field */

input.wpcf7-form-control.wpcf7-number[name="svnummer"] {
  -moz-appearance: textfield;
  appearance: none;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

input.wpcf7-form-control.wpcf7-number[name="svnummer"]::-webkit-inner-spin-button,
input.wpcf7-form-control.wpcf7-number[name="svnummer"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Banner auf Smartphone */

@media (max-width: 768px) {
  .breadcrumb-area {
    padding: 30px 15px;
  }

  .breadcrumb-area .title h2 {
    font-size: 20px;
    line-height: 1.3;
    word-break: break-word;
    hyphens: auto;
    text-align: left;
  }

  .breadcrumb-area .breadcrumb-menu ul {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .breadcrumb-area-bg {
    background-size: cover;
    background-position: center center;
    height: 150px;
  }

  .breadcrumb-area .inner-content {
    padding: 0;
  }
}

/* Topbar - phone and email colors */

.header-contact-info-style1 ul li .icon {
    color: #E12454;
}
.header-contact-info-style1 ul li p a:hover {
    color: #E12454;
}