* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[class*=__container] {
  max-width: 1402px;
  margin: 0 auto;
  padding: 0 15px;
}

.scroll-lock {
  overflow: hidden;
  height: 100%;
}

.angebot {
  background-image: url("../img/angebot-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.angebot__container {
  max-width: 1402px;
  margin: 0 auto;
  padding: 0 15px;
}
.angebot__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  top: 21vh;
}
.angebot__content .angebot__title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 44px);
  line-height: 281%;
  letter-spacing: 0.1em;
  color: #fff;
  border: 4px solid #f27b21;
  width: clamp(300px, 50vw, 453px);
  height: clamp(80px, 15vw, 121px);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.angebot__content .angebot__breadcrumb {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 32px);
  color: #fff;
  line-height: 97%;
  letter-spacing: 0.36em;
  padding-bottom: 5px;
  margin-top: 35px;
  transition: color 0.3s, border-bottom 0.3s;
  border: none;
  margin-left: 1vh;
  position: relative;
  top: 15px;
}
.angebot__content .angebot__breadcrumb:hover {
  color: #fb7507;
  border-bottom: 2px solid #fb7507;
}
.angebot__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 280px;
  padding-bottom: 100px;
}
.angebot__item {
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: 1px solid #e2aa80;
  border-radius: 22px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  width: 1134px;
  height: 579px;
  perspective: 1200px;
  opacity: 0;
  transform: translateX(-50px) rotateY(15deg);
  transform-origin: left center;
}
.angebot__item:hover {
  transform: translateY(-10px);
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .angebot__item {
    max-width: 558px;
    height: 925px;
    flex-direction: column;
    width: 70%;
    gap: 20px;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .angebot__item {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .angebot__item {
    flex-direction: column;
    height: 755px;
    max-width: 367px;
    gap: 15px;
  }
}
@media (max-width: 360px) and (min-width: 360px) {
  .angebot__item {
    max-width: 343px;
  }
}
.angebot__image-wrapper {
  position: relative;
  width: 328px;
  height: 442px;
  perspective: 1200px;
  border-radius: 30px;
}
.angebot__image-wrapper:hover .angebot__image--front {
  transform: rotateY(180deg);
}
.angebot__image-wrapper:hover .angebot__image--back {
  transform: rotateY(360deg);
}
@media (max-width: 768px) {
  .angebot__image-wrapper {
    width: 328px;
    height: 203px;
  }
}
.angebot__image {
  position: absolute;
  width: 100%;
  height: 75%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.angebot__image--front {
  transform: rotateY(0);
  background-color: white;
  z-index: 2;
}
.angebot__image--back {
  transform: rotateY(180deg);
  z-index: 1;
  background-color: white;
}
@media (max-width: 768px) {
  .angebot__image {
    max-width: 246px;
    min-height: 183px;
    margin-left: 5vh;
  }
}
.angebot .angebot__image--adjust {
  background-size: 80%;
}
.angebot__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  gap: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .angebot__info {
    margin-top: 7vh;
  }
}
.angebot__info .angebot__product-title {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.36em;
  color: #f27b21;
  margin-bottom: 10px;
  position: relative;
  top: -3vh;
  left: 1vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .angebot__info .angebot__product-title {
    top: -5vh;
    left: 0;
    font-size: 27px;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .angebot__info .angebot__product-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .angebot__info .angebot__product-title {
    font-size: 25px;
    text-align: center;
    top: 0;
    left: auto;
    min-width: auto;
    margin: 0 auto 10px;
    padding: 0 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
  }
}
.angebot__info .angebot__description {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.36em;
  font-family: "Koulen", sans-serif;
  max-width: 704px;
  position: relative;
  top: -5vh;
  left: 1vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .angebot__info .angebot__description {
    font-size: 14px;
    top: -2vh;
    left: 0;
  }
}
@media (max-width: 768px) {
  .angebot__info .angebot__description {
    font-size: 9px;
    top: 0;
    left: 0;
    text-align: center;
    margin-bottom: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
    padding: 0 10px;
  }
}
@media (max-width: 360px) and (min-width: 360px) {
  .angebot__info .angebot__description {
    font-size: 11px;
  }
}
.angebot__modal {
  margin-left: 1vh;
  font-weight: 700;
  color: #dc7424;
  font-size: 16px;
  line-height: 153%;
  letter-spacing: 0.16em;
  position: relative;
  top: -6dvh;
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .angebot__modal {
    margin-left: 11vh;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .angebot__modal {
    top: -3dvh;
    margin-left: 0vh;
  }
}
@media (max-width: 768px) {
  .angebot__modal {
    margin-left: 11vh;
    top: -2dvh;
  }
}
@media (max-width: 376px) {
  .angebot__modal {
    margin-left: 14vh;
  }
}
.angebot__button {
  position: absolute;
  bottom: 30px;
  left: 45%;
  transform: translateX(-50%);
  border: 2px solid rgba(244, 238, 238, 0.9);
  border-radius: 21px;
  width: 203px;
  height: 57px;
  font-family: "K2D", sans-serif;
  font-size: clamp(12px, 3vw, 16px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.angebot__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(251, 117, 7, 0.8);
  z-index: -1;
  border-radius: inherit;
  transition: width 0.4s ease;
}
.angebot__button:hover::before {
  width: 100%;
}
.angebot__button:hover {
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .angebot__button {
    bottom: 18px;
  }
}
@media (max-width: 768px) {
  .angebot__button {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 20px 0 0 1vh;
    width: 201px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .angebot .angebot__item:nth-child(5) .angebot__product-title {
    font-size: 15;
  }
}
.angebot .angebot__cta {
  margin-top: clamp(40px, 5vw, 80px);
  padding: 2rem;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.angebot .angebot__cta-text {
  font-size: clamp(1.5rem, 5vw, 64px);
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: "Koulen", sans-serif;
  letter-spacing: 0.08em;
}
.angebot .angebot__cta .beratung-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #1a242f;
  color: #fff;
  border: none;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
}
.angebot .angebot__cta .beratung-button__text {
  transition: opacity 0.4s ease;
}
.angebot .angebot__cta .beratung-button__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 2;
}
.angebot .angebot__cta .beratung-button:hover {
  background-color: transparent;
}
.angebot .angebot__cta .beratung-button:hover .beratung-button__text {
  opacity: 0;
}
.angebot .angebot__cta .beratung-button:hover .beratung-button__icon {
  transform: translateX(480%);
}
@media (max-width: 768px) {
  .angebot .angebot__cta .beratung-button {
    font-size: 1.5rem;
  }
  .angebot .angebot__cta .beratung-button__icon {
    width: 5.6rem;
    height: 3.6rem;
  }
  .angebot .angebot__cta .beratung-button__icon svg {
    width: 1.6rem;
    height: auto;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .modal {
    margin-left: 0;
  }
}

.modal__content {
  background: rgba(86, 85, 85, 0.72);
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 30%;
  height: 607px;
}
@media (min-width: 1900px) and (max-width: 3500px) {
  .modal__content {
    height: 685px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .modal__content {
    width: 53%;
    margin-top: -25vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal__content {
    width: 65%;
  }
}
@media (min-width: 810px) and (max-width: 830px) {
  .modal__content {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .modal__content {
    width: 331px;
    height: 500px;
    background: #4e4c44;
    margin-right: 1vh;
  }
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modal.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .modal.show {
    margin: auto;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .modal__form {
    gap: 4px;
  }
}
.modal__form h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.06em;
  color: #000;
  margin-bottom: 0.5rem;
}
.modal__form-split {
  display: flex;
  gap: 1rem;
}
.modal__form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modal__form-group label {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  color: #555;
}
.modal__form-group input,
.modal__form-group select,
.modal__form-group textarea {
  width: 100%;
  border: none;
  border-radius: 1.5rem;
  padding: 0.9rem 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.09em;
  color: rgba(123, 123, 123, 0.78);
}
.modal__form-group input:focus,
.modal__form-group select:focus,
.modal__form-group textarea:focus {
  outline: 2px solid #3b82f6;
  background: #f4f4f4;
}
.modal__form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.modal__form-group textarea {
  resize: none;
  min-height: 120px;
}
.modal__form .modal__form-submit {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #245eb9;
  color: #fff;
  border: none;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background-color 0.6s ease;
}
.modal__form .modal__form-submit__text {
  transition: opacity 0.4s ease;
}
.modal__form .modal__form-submit__icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 2;
}
.modal__form .modal__form-submit__icon svg {
  display: block;
}
.modal__form .modal__form-submit:hover {
  background-color: transparent;
}
.modal__form .modal__form-submit:hover .modal__form-submit__text {
  opacity: 0;
}
.modal__form .modal__form-submit:hover .modal__form-submit__icon {
  transform: translateX(350%);
}
@media (max-width: 768px) {
  .modal__form .modal__form-submit {
    margin-top: 5px;
  }
}

#contact-form-modal .modal__content {
  background: #fff !important;
  border-radius: 2rem;
  padding: 2rem;
  max-width: 450px;
  width: 90%;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/*# sourceMappingURL=angebot.css.map */
