/*
Theme Name: Service Auto
Theme URI: http://wohn-cars.de
Author: VTSPro
Author URI: http:vts.de/
Version: 1.0
Text Domain: Wohn Cars
*/

.wpcf7-submit{
	position: relative;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #0009;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0009;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 10000;
  border-radius: 8px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.popup.active .popup-content {
  opacity: 1;
  transform: translateY(0);
}


.popup .popup__content {
    width: 450px;
    margin: auto;
    background: #f7f8fb;
    border-radius: 30px;
    padding: 40px 55px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    transform: translateY(-40px)
}

.popup .popup__content h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px
}

.popup .popup__content h3 span {
    text-decoration: underline
}

.popup .popup__content .desc {
    font-size: 17px;
    color: #2a2a2a;
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.2
}

.popup .popup__content .contact-form input,.popup .popup__content .contact-form textarea {
    width: 100%;
    border: 1px solid #c6c6c9;
    border-radius: 25px;
    padding: 14px 26px;
    line-height: 1;
    color: #000;
    text-transform: uppercase
}

.popup .popup__content .contact-form input::placeholder,.popup .popup__content .contact-form textarea::placeholder {
    color: #000
}

.popup .popup__content .wpcf7-acceptance {
    padding-left: 5px
}

.popup .popup__content .wpcf7-acceptance input {
    width: 19px;
    height: 19px;
    margin-right: 8px
}

.popup .popup__content .wpcf7-acceptance label {
    display: flex;
    align-items: center
}

.popup .popup__content .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 10px;
    color: #818181
}

.popup .popup__content .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #818181;
    text-decoration: underline
}

.popup .popup__content .contact-form .wpcf7-submit {
    background: #000;
    color: #fff;
    transition: 0.4s
}

.popup .popup__content .contact-form .wpcf7-submit:hover {
    background: #fff;
    color: #000
}

.popup .close__popup {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 9;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff
}

.popup .close__popup img {
    width: 26px;
    height: 26px;
    display: block
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.floating_btn a{
	text-decoration: none;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #000;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.p
@media query (max-width: 768px) {
  .popup .popup__content{
    width: 90%;
    margin: auto;
    padding: 40px;
    }
    .popup .popup__content h3{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
    }
    .popup .popup__content .desc{
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0;
    }
    .popup .popup__content .contact-form input, .popup .popup__content .contact-form textarea{
    font-size: 16px;
    padding: 10px 16px;
    }
    .popup .close__popup{
    right: 15px;
    top: 15px;
    }
    .popup .popup__content{
    transform: translate(0);
    }
    .popup .popup__content .btn__col p{
      margin-bottom: 0;
    }
}
