#services-search-form {
  margin: 0 0 90px 0;
}
.services-search-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 20%);
  z-index: 10;
  display: none;
}
.fields-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field-search {
  width: calc(100% - 199px);
  margin: 0 20px 0 0;
}

input.input-service {
  border-radius: 100px;
  border: 1px solid #d1d3e6;
  background: #fff;
  color: #1b2482;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding: 16px 40px;
  height: 60px;
}
input.input-service::-webkit-input-placeholder,
input.input-service:focus::-webkit-input-placeholder {
  opacity: 1;
  color: #1b2482;
}
input.input-service::-moz-placeholder,
input.input-service:focus::-moz-placeholder {
  opacity: 1;
  color: #1b2482;
}
input.input-service:-ms-input-placeholder,
input.input-service:focus:-ms-input-placeholder {
  opacity: 1;
  color: #1b2482;
}
input.input-service::-ms-input-placeholder,
input.input-service:focus::-ms-input-placeholder {
  opacity: 1;
  color: #1b2482;
}
input.input-service::placeholder,
input.input-service:focus::placeholder {
  opacity: 1;
  color: #1b2482;
}

.field-submit {
  width: 168px;
}
.form-submit {
  padding: 5px 6px 5px 30px;
  border-radius: 29px;
  border: 1px solid #d1d3e6;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  height: 60px;
  width: 100%;
  background-color: #1b2482;
  cursor: pointer;
}
.form-submit span.cta-text-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-submit .cta-text {
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 19.5px;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition: color 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  z-index: 2;
}
.form-submit .cta-icon {
  width: 47.45px;
  height: 47.45px;
  display: flex;
}
.form-submit .cta-icon:before {
  content: "";
  width: 47.45px;
  height: 47.45px;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  right: 6px;
  transition: transform 0.05s ease-in-out, width 0.25s ease-in-out 0.05s; /* Delay width transition on hover out */
  transform: scale(1);
  -webkit-transition: transform 0.05s ease-in-out, width 0.25s ease-in-out 0.05s; /* Delay width transition on hover out */
  -webkit-transform: scale(1);
  border-radius: 27.5px;
}
.form-submit .cta-icon svg {
  z-index: 2;
  position: absolute;
  width: 47.45px;
  height: 47.45px;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
  right: 6px;
}
.form-submit .cta-icon-state {
  transform: translateX(-30px);
  opacity: 0;
}
.form-submit .cta-icon-state {
  transform: translateX(-30px);
  opacity: 0;
}
.form-submit .cta-icon-initial {
  transform: translateX(0px);
  opacity: 1;
}
.form-submit:hover {
  border: 1px solid #1b2482;
}
.form-submit:hover .cta-icon-state {
  transform: translateX(0px);
  opacity: 1;
}
.form-submit:hover .cta-icon-initial {
  transform: translateX(30px);
  opacity: 0;
}
.form-submit:hover .cta-text {
  color: #1b2482;
}
.form-submit:hover .cta-icon:before {
  width: calc(100% - 12px); /* Expand width on hover */
  transform: scale(1.5); /* Scale up after width transition */
  transition: width 0.25s ease-in-out, transform 0.05s ease-in-out 0.05s;
}

.field-services {
  width: 100%;
  margin: 30px 0 0 0;
}
.services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.service-radio {
  position: relative;
  padding: 0 20px 0 58px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  border: 1px solid #d1d3e6;
  gap: 15px;
  cursor: pointer;
}
.service-radio {
  color: #1b2482;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.service-radio {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.service-radio .service-circle-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* .service-radio.service-all .service-circle-icon {
  background-color: #1b2482;
}
.service-radio.service-radiologie .service-circle-icon {
  background-color: #619fff;
}
.service-radio.service-nuklearmedizin .service-circle-icon {
  background-color: #e95aaa;
}
.service-radio.service-strahlentherapie .service-circle-icon {
  background-color: #ff975c;
}
.service-radio.service-pathologie .service-circle-icon {
  background-color: #7650a2;
}
.service-radio.service-kardiologie .service-circle-icon {
  background-color: #cf425c;
} */
.service-radio.service-weitere .service-circle-icon {
  border-width: 1px;
  border-color: #1b2482;
  border-style: solid;
}

.service-radio input[type="radio"] {
  position: absolute;
  z-index: 1;
  left: 0;
  visibility: hidden;
}
.service-checker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 9L1 9' stroke='%231B2482' stroke-linecap='round'/%3E%3Cpath d='M9 17L9 1' stroke='%231B2482' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media (min-width: 991px) {
  .service-radio .service-circle-icon {
    position: absolute;
    left: 13px;
  }
  .service-radio:hover {
    border: 1px solid #1b2482;
  }
  .service-radio:hover .service-circle-icon {
    width: 38px;
    height: 38px;
    left: 5px;
  }
  .service-radio.service-active {
    background-color: #1b2482;
    color: #ffffff;
    border: 1px solid #1b2482;
  }
  .service-radio.service-active .service-circle-icon {
    width: 38px;
    height: 38px;
    left: 5px;
  }
}

.service-radio.service-active .service-checker {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 9L1 9' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3Cpath d='M9 17L9 1' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3C/svg%3E");
}

.service-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}
.service-container .slick-dotted.slick-slider {
  margin: 0;
}
.service-row {
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
}

.service-image img {
  height: 174px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.service-image img.default {
  object-fit: contain;
}
.service-title {
  color: #1b2482;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.service-content {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-field-services {
  height: 60px;
  position: relative;
  padding: 8px 70px 8px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #d1d3e6;
}
.mobile-field-services {
  color: #1b2482;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.mobile-field-services.service-selected {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mob-service-circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  left: 5px;
}
.mobile-field-services {
  color: #1b2482;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.mob-service-drop-icon {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='32' viewBox='0 0 12 32' fill='none'%3E%3Cpath d='M5.54038 21.9597C5.79422 22.2135 6.20578 22.2135 6.45962 21.9597L10.5962 17.8231C10.85 17.5693 10.85 17.1577 10.5962 16.9039C10.3424 16.65 9.9308 16.65 9.67696 16.9039L6 20.5808L2.32304 16.9039C2.0692 16.65 1.65765 16.65 1.40381 16.9039C1.14996 17.1577 1.14996 17.5693 1.40381 17.8231L5.54038 21.9597ZM5.35 9.80005L5.35 21.5L6.65 21.5L6.65 9.80005L5.35 9.80005Z' fill='%231B2482'/%3E%3C/svg%3E");
  width: 12px;
  height: 32px;
  right: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mobile-field-services.drop-icon-active .mob-service-drop-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-field-services.service-selected {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mob-service-circle[data-service="all"] {
  background-color: #1b2482;
}
.mob-service-circle[data-service="kardiologie"] {
  background-color: #cf425c;
}
.mob-service-circle[data-service="nuklearmedizin"] {
  background-color: #e95aaa;
}
.mob-service-circle[data-service="pathologie"] {
  background-color: #7650a2;
}
.mob-service-circle[data-service="radiologie"] {
  background-color: #619fff;
}
.mob-service-circle[data-service="strahlentherapie"] {
  background-color: #ff975c;
}

@media (min-width: 991px) {
  .mobile-field-services {
    display: none;
  }
}
@media (max-width: 1024px) {
  .service-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 990px) {
  .field-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0;
  }
  .field-services {
    order: 2;
    margin: 10px 0 0 0;
  }
  input.input-location {
    padding: 16px 30px;
  }
  .field-submit {
    order: 3;
    width: 100%;
    margin: 10px 0 0 0;
  }

  .services-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 30px 32px 30px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
    gap: 19px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    z-index: 6;
    margin: 8px 0 0 0;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .service-radio {
    height: auto;
    padding: 0;
    gap: 13px;
    border: 0;
    font-size: 16.2px;
  }
  .services-container.drop-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .service-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

/*slick navigation*/

.services-slick-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0 0 0;
}
@media (min-width: 991px) {
  .services-slick-nav {
    display: none;
  }
}
.services-slick-nav .slick-arrow {
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #d1d3e6;
  cursor: pointer;
  transition: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
}

.services-slick-nav .slick-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
}

.services-slick-nav .prev.slick-arrow svg.icon-initial {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}

/* .services-slick-nav .slick-arrow:hover {
      background-color: #1B2482;
      border: 1px solid #1B2482;
  } */

.services-slick-nav .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

/*prev*/

.services-slick-nav .prev.slick-arrow svg.icon-state {
  transform: translateX(18px);
  -webkit-transform: translateX(18px);
  opacity: 0;
}

/*next*/

.services-slick-nav .next.slick-arrow svg.icon-initial {
  transform: translateX(0px);

  -webkit-transform: translateX(0px);

  opacity: 1;
}

.services-slick-nav .next.slick-arrow svg.icon-state {
  transform: translateX(-18px);

  -webkit-transform: translateX(-18px);

  opacity: 0;
}

/* .services-slick-nav .next.slick-arrow:hover svg.icon-initial {
  
      transform: translateX(18px);
  
      -webkit-transform: translateX(18px);
  
      opacity: 0;
  
  }
  
  .services-slick-nav .next.slick-arrow:hover svg.icon-state {
  
      transform: translateX(0px);
  
      -webkit-transform: translateX(0px);
  
      opacity: 1;
  
  } */

/*Slick Dots*/
#services-search-results.slick-dotted.slick-slider {
  margin: 0;
}

#services-search-results .slick-dots {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  bottom: 40px;
  right: 50px;
  width: auto;
  flex-wrap: wrap;
}

#services-search-results .slick-dots li button:before {
  display: none;
}

#services-search-results .slick-dots li {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: auto;
  height: auto;
}

#services-search-results .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #ffffff;
  border-radius: 100px;
  border: 1px solid #d1d3e6;
  transition: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
}

#services-search-results .slick-dots li.slick-active button {
  background-color: #1b2482;
  width: 30px;
  border-color: #1b2482;
}

@media (min-width: 991px) {
  #services-search-results .slick-track {
    display: flex;
  }

  #services-search-results .slick-slide {
    height: auto;
  }
}

@media (max-width: 990px) {
  #services-search-results .slick-dots {
    bottom: -56px;
    left: 30px;
  }

  .services-slick-nav {
    gap: 10px;
    margin: 20px 30px 0 0;
    justify-content: flex-end;
  }

  .services-slick-nav .slick-arrow {
    width: 45px;
    height: 45px;
  }

  .services-slick-nav .slick-arrow svg {
    width: 45px;
    height: 45px;
  }

  #services-search-results .slick-slide {
    margin: 0 15px;
  }

  #services-search-results .slick-list {
    margin: 0 -15px;
  }
  #services-search-form {
    margin: 0 0 40px 0;
  }
}

@media (hover: hover) {
  .service-row:hover {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .services-slick-nav .slick-arrow:hover {
    background-color: #1b2482;
    border: 1px solid #1b2482;
  }

  .services-slick-nav .prev.slick-arrow:hover svg.icon-initial {
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    opacity: 0;
  }

  .services-slick-nav .prev.slick-arrow:hover svg.icon-state {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
  }

  .services-slick-nav .next.slick-arrow:hover svg.icon-initial {
    transform: translateX(18px);
    -webkit-transform: translateX(18px);
    opacity: 0;
  }

  .services-slick-nav .next.slick-arrow:hover svg.icon-state {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #services-search-results .slick-dots {
    max-width: 200px;
    bottom: -70px;
  }
}
@media (max-width: 400px) {
  #services-search-results .slick-dots {
    max-width: 150px;
    bottom: -70px;
  }
}
@media (max-width: 360px) {
  #services-search-results .slick-dots {
    max-width: 120px;
    bottom: -86px;
  }
}

/* Service POPUP*/
.service-popup-info {
  z-index: 20;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 40px;
  max-width: 990px;
  width: 80%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #1b2482;
  border-radius: 20px 20px 0px 20px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.25);
}
.service-popup-container {
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255 255 255 / 30%);
  color: #1b2482;
  height: 100%;
}
.service-close-btn {
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg class='accordion-close' xmlns='http://www.w3.org/2000/svg' width='19.5' height='19.5' viewBox='0 0 19.5 19.5'%3E%3Cpath d='M18.7,18.7.8.8' fill='none' stroke='%231b2482' stroke-linecap='round' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M.8,18.8l9-9,9-9' fill='none' stroke='%231b2482' stroke-linecap='round' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #d1d3e6;
  background-position: center;
}
.service-info {
  overflow-y: overlay;
  max-height: 500px;
  padding-right: 10px;
}
body.service-popup-active {
  overflow: hidden;
}
