@font-face {
  font-family: 'TeleNeo';
  font-weight: 250 800;
  src: local('?'), format('woff2-variations'),
    url('./teleneo-variable.woff2') format('woff2 supports variations'),
    url('./teleneo-variable.woff2') format('woff2-variations'),
    url('https://www.telekom.de/resources/sites/phoenix/style/font//teleneo-variable.woff2')
      format('woff2 supports variations'),
    url('https://www.telekom.de/resources/sites/phoenix/style/font//teleneo-variable.woff2');
}
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html *,
body * {
  box-sizing: border-box;
}

body {
  font-family: TeleNeo;
  font-size: 18px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

.bonus__wrapper {
  padding-inline: 60px;
  padding-block: 36px;
  max-width: 862px;
  max-height: 550px;
  width: 100%;
  background: white;
  margin: 0 auto;
  overflow-y: auto;
}
.bonus__wrapper .bonus__content {
  width: 100%;
  margin: 0 auto;
}
.bonus__wrapper .bonus__content .bonus__title {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 110%;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bonus__wrapper .bonus__content .bonus__title {
    font-size: 24px;
  }
}
.bonus__wrapper .bonus__content .bonus__title > span {
  color: #e20074;
}
.bonus__wrapper .bonus__content .bonus__description {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 18px auto;
}
.bonus__wrapper .bonus__content .bonus__form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__input {
  position: relative;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__input .input__label {
  position: absolute;
  top: 18px;
  left: 12px;
  transition: 0.15s;
  cursor: pointer;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__input input {
  font-family: inherit;
  display: block;
  width: 100%;
  cursor: pointer;
  padding-top: 21px;
  padding-left: 9px;
  padding-bottom: 3px;
  outline: 1px solid #6b6b6b;
  min-height: 56px;
  border: none;
  font-size: 18px;
  line-height: 28px;
  border-radius: 4.5px;
  font-weight: bold;
  margin-bottom: 4px;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input
  input:-webkit-autofill,
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input
  input:-webkit-autofill:hover,
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input
  input:-webkit-autofill:focus,
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input
  input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input
  input:focus-within
  ~ .input__label,
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input
  input:not(:placeholder-shown)
  ~ .input__label {
  top: 3px;
  left: 9px;
  font-size: 12px;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__input .input__error {
  color: #d90000;
  font-weight: bold;
  font-size: 15px;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__input:has(.is-error) {
  color: #d90000;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__input:has(.is-error)
  input {
  color: #d90000;
  background: rgb(247, 204, 204);
  outline-color: #d90000;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__checkbox {
  margin-top: 24px;
  display: block;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__checkbox > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
  cursor: pointer;
  user-select: none;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  > div
  .input__checkbox {
  border: 1px solid black;
  border-radius: 3px;
  width: 24px;
  min-width: 24px;
  aspect-ratio: 1/1;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  > div
  .input__checkbox
  svg {
  display: none;
  fill: #e20074;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 18px;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__checkbox > div input {
  width: 0;
  height: 0;
  display: none;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  > div
  input:checked
  ~ .input__checkbox
  svg {
  display: block;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__checkbox [data-tooltip] {
  position: relative;
  border-bottom: 1px dashed rgb(0, 115, 159);
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  [data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  max-width: 300px;
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 125%;
  display: none;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  [data-tooltip]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  transform: rotate(0deg);
  display: none;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  [data-tooltip]:hover::after,
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox
  [data-tooltip]:hover::before {
  display: block;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__checkbox .input__error {
  color: #d90000;
  font-weight: bold;
  font-size: 15px;
  padding-left: 30px;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__checkbox:has(.is-error) {
  color: #d90000;
}
.bonus__wrapper
  .bonus__content
  .bonus__form
  .bonus__checkbox:has(.is-error)
  .input__checkbox {
  border-color: #d90000;
}
.bonus__wrapper .bonus__content .bonus__form .bonus__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 24px;
}
.bonus__wrapper .bonus__content .bonus__form .error__ctn {
  background: rgb(247, 204, 204);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 6px;
  padding: 12px;
  margin-top: 30px;
  display: none;
}
.bonus__wrapper .bonus__content .bonus__form .error__ctn::before {
  content: 'i';
  font-weight: bold;
  border: 2px solid black;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bonus__wrapper .bonus__content .bonus__toggle {
  border-top: 1px solid rgb(163, 163, 163);
  border-bottom: 1px solid rgb(163, 163, 163);
  margin-top: 24px;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__description {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  padding-bottom: 24px;
}
.bonus__wrapper
  .bonus__content
  .bonus__toggle
  .bonus__toggle__description
  span {
  background: #e20074;
  color: white;
  font-weight: 700;
  width: 36px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100%;
  margin-top: 24px;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__description p {
  margin: 0;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__title {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 21px;
  padding: 21px 12px;
  font-weight: 900;
  transition: 0.15s;
  position: relative;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__title .bonus__toggle__title__inner {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__title svg {
  transition: 0.15s;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__title.is-active {
  background: rgb(235, 235, 235);
}
.bonus__wrapper
  .bonus__content
  .bonus__toggle
  .bonus__toggle__title.is-active
  ~ .bonus__toggle__description {
  display: flex;
}
.bonus__wrapper
  .bonus__content
  .bonus__toggle
  .bonus__toggle__title.is-active
  svg {
  rotate: 180deg;
}
.bonus__wrapper .bonus__content .bonus__toggle .bonus__toggle__title:hover {
  background: rgb(220, 220, 220);
}
.bonus__wrapper .bonus__content .bonus__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  display: none;
}
.bonus__wrapper .bonus__content .bonus__success svg {
  border: 2px solid #46a800;
  width: 58px;
  height: 58px;
  padding: 12px;
  border-radius: 100%;
}
.bonus__wrapper .bonus__content .bonus__success svg path {
  fill: #46a800;
}
.bonus__wrapper .bonus__content .bonus__success .success__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 110%;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bonus__wrapper .bonus__content .bonus__success .success__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .bonus__wrapper {
    padding-inline: 12px;
  }
}

button {
  cursor: pointer;
  background: #e20074;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 7px 24px;
  font-size: 18px;
  font-family: inherit;
  display: inline-block;
  line-height: 28px;
  font-weight: bold;
  transition: all 0.15s;
}
button:hover {
  background: #d1006c;
}

sup {
  cursor: pointer;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  font-size: 0.7em;
  padding: 0.05em;
  margin-left: 2px;
  color: black;
  font-weight: 400;
}
sup::after {
  content: '*';
  display: block;
  transform: translateY(0.2em);
}

.modal__wrapper {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
  align-items: flex-start;
  justify-content: center;
}
.modal__wrapper.is-active {
  display: flex;
}
.modal__wrapper .modal__content {
  position: relative;
  background: white;
  padding: 36px;
  border-radius: 12px;
  max-width: 768px;
  width: 100%;
  display: none;
  margin-top: 120px;
}
.modal__wrapper .modal__content .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  cursor: pointer;
}
.modal__wrapper .modal__content ul {
  padding-left: 16px;
}
@media screen and (max-width: 550px) {
  .modal__wrapper .modal__content {
    margin-top: 24px;
    padding: 24px;
  }
}
.modal__wrapper .modal__content.is-active {
  display: block;
}

/*# sourceMappingURL=style.css.map */
