#kurz-version,
.contactFormConfirmation {
  display: none;
}
.kurz-logo {
  margin-top: 20px;
}

h1.kurz-job-title {
  margin: 15px 0 0 0;
  font-size: 45px;
  line-height: 55px;
}

.kurz-stats-buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: start;
  margin-top: 10px;
}

.kurz-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.kurz-stats,
.main-stats {
  display: flex;
  gap: 20px;
  align-items: center;
}
.kurz-stat {
  color: white;
  background-color: #9d9d9d;
  padding: 10px 20px;
  line-height: 1;
  font-size: 21px;
  white-space: nowrap;
}

.kurz-button {
  display: flex;
  flex-direction: column;
  /* row-gap: 5px; */
  text-align: center;
}
.kurz-button a {
  color: white;
  text-decoration: none;
  font-size: 21px;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1;
  /* font-weight: 500; */
  transition: all 0.2s ease-in-out;
}
.kurz-button .apply {
  background-color: #e51a29;
}
.kurz-button .apply:hover,
.kurz-button .whatsapp:hover,
.kurz-button .insta:hover,
#submit-kurz-btn:hover,
.kurz-share:hover {
  background-color: rgb(46, 43, 30);
}

.kurz-button .whatsapp {
  background-color: #25d366;
}
.kurz-button .whatsapp i.icon {
  background-color: inherit;
}

.kurz-button .insta {
  background-color: #193889; /* Dark base color */
  background-image: radial-gradient(circle at 30% 107%, 
      #e0ba71 0%, #e0ba71 5%, 
      #f46c61 45%, #b13a80 60%, 
      #193889 90%);
}

.kurz-button .insta:hover {
  background: #2E2B1E;
}

.kurz-button .btn-subtitle {
  font-size: 16px;
}

#submit-kurz-btn {
  color: white;
  background-color: #9d928a;
  font-size: 21px;
  padding: 14px 30px;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
  font-weight: 300;
  font-family: inherit;
}
button.kurz-share {
  border: none;
  background-color: transparent;
  align-self: start;
  cursor: pointer;
  color: white;
  background-color: #9d9d9d;
  padding: 10px;
  font-size: 21px;
  line-height: 1;
}

.tooltip-container {
  position: relative;
}

.tooltip {
  display: none;
  position: absolute;
  bottom: 110%;
  transform: translateX(-80%);
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
}
.social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.social-icons a.whatsapp.icon {
  top: 3px !important;
}

/* FORM */
#kurz-version .ui.form .grouped.fields > label {
  font-weight: 300;
  font-size: 23px;
  font-family: "Roboto", sans-serif !important;
}

.kurz-form {
  margin-top: 20px;
}

#kurz-version .ui.input input,
#kurz-version .ui.textarea textarea,
#contact-time .ui.checkbox label:before {
  border-radius: 0 !important;
}
#kurz-version .ui.input,
.kurz-form-intro {
  margin-bottom: 10px;
}

#kurz-version,
#kurz-version .ui.input.sms {
  display: none;
}
#kurz-version .ui.form .field,
#kurz-version .ui.form .grouped.fields .field {
  margin: 0;
}
/* Chrome/Opera/Safari */
#kurz-version ::-webkit-input-placeholder {
  color: rgb(46, 43, 30) !important;
  opacity: 1 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

/* Firefox 19+ */
#kurz-version ::-moz-placeholder {
  color: rgb(46, 43, 30) !important;
  opacity: 1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

/* IE 10+ */
#kurz-version :-ms-input-placeholder {
  color: rgb(46, 43, 30) !important;
  opacity: 1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

/* Firefox 18- */
#kurz-version :-moz-placeholder {
  color: rgb(46, 43, 30) !important;
  opacity: 1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

#kurz-version ::placeholder {
  color: rgb(46, 43, 30) !important;
  opacity: 1;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

/* SHOW STANDARD BTN */
.show-standard-section {
  margin: 60px 0 20px 0;
}
button.show-standard-btn {
  border: none;
  padding: 14px 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
button.show-standard-btn div{
  font-weight: 500;
  color: #bcbcbc;
  font-family: inherit;
}
button.show-standard-btn:hover {
  background-color: #f6f6f6
}
.show-standard-btn,
.arrow.down.icon {
  margin: 0 auto;
  display: block;
}

/* UTIL */
.container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.flex-images {
  margin-top: 10px;
  display: flex;
  column-gap: 60px;
  row-gap: 20px;
  justify-content: space-between
}
.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#kurz-version .arrow.down.icon {
  color: #bcbcbc;
}

#kurz-version #benefits {
  margin: 20px 0 20px 0;
 
}

#kurz-version .img-container {
  flex: 1;
}

#kurz-version .img-container img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  height: 260px;
  object-fit: cover;
}

#contact-method .ui.input {
  margin-top: 10px;
}

.parsley-error-container {
  margin-top: -11px;
  margin-bottom: 5px;
}
.parsley-error-container ul li {
  color: red;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  #kurz-version .img-container img {
    height: 200px;
  }
  .kurz-stats-buttons {
    display: flex;
    flex-direction: column-reverse;
  }
  .kurz-stats {
    width: 100%;
  }
  .kurz-buttons {
    width: 100%;
    align-items: start;
    flex-wrap: wrap;
  }
  .kurz-button {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .kurz-stats {
    gap: 10px;
  }
  .kurz-stat {
    padding: 6px 10px;
    line-height: 1;
    font-size: 14px;
    white-space: nowrap;
  }

  h1.kurz-job-title {
    font-size: 26px;
    line-height: 36px;
  }

  .kurz-buttons {
    flex-direction: column;
  }
  .kurz-button {
    width: 100%;
  }
  #kurz-version .img-container img {
    height: 150px;
  }
  button.kurz-share {
    padding: 6px;
    line-height: 1;
    font-size: 15px;
  }
  #kurz-version .ui.checkbox input.hidden + label,
  #kurz-version .ui.form .grouped.fields > label,
  #kurz-version textarea::placeholder {
    font-size: 16px;
  }

  .container-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .flex-images {
    flex-direction: column;
    gap: 20px;
  }
}

/* ANIMATIONS */
.slide-in-top {
  animation: slideInFromTop 0.7s forwards;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* BENEFIT SLICK SLIDER */
#kurz-version .slick-slide .container {
  padding-top: 20px;
}
#kurz-version .slick-slide .container .anime {
  font-size: 18px;
  line-height: 20px;
}
#kurz-version .slick-slide .container img {
  top: 10px;
  height: 130px;
}

#kurz-version .slick-slide .container strong.ch {
  top: 150px;
}

#kurz-version .slick-slide {
  padding: 10px;
  height: 230px;
}

@media only screen and (max-width: 768px) {
  #kurz-version .slick-slide {
    height: auto;
  }
  #kurz-version .slick-slide .container .anime {
    margin-top: 20px;
  }
}
