
* {
  box-sizing: border-box;
}


body {
  margin: 0;
  background-color: #fff;
}


@media screen and (min-width: 1040px) {
  .burger-item {
    display: none;
  }
}
.mobile-nav-flyout {
  --duration: 0;
  --top: 0;
  --height: 100vh;
  --background: var(--telekom-color-background-canvas);
}


@media (min-width: 576px){
  .container, .container-sm {
      max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 840px;
  }
}


/* ----- Schrift-Formate ----- */

.container {
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: 800;
  color: inherit;
  margin-bottom: 0.3em;
}
p + h1, p + h2 {
  margin-top: 0.6em;
}
p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1.0em;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: italic;
  font-weight: 800;
  color: #e20074;
}

h1 + hr, h2 + hr, h3 + hr {
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-left: -0.065em;  /* visuelle Einrückung der großen Schrift ausgleichen */
}

h2 {
  font-size: 2.0em;
  letter-spacing: -0.01em;
  margin-left: -0.065em;  /* visuelle Einrückung der großen Schrift ausgleichen */
}

h3 {
  font-size: 1.7em;
  margin-left: -0.055em;  /* visuelle Einrückung der großen Schrift ausgleichen */
}

h4 {
  font-size: 1.3em;
  line-height: 1.35em;
  margin-left: -0.04em;  /* visuelle Einrückung der großen Schrift ausgleichen */
}

h5 {
  font-size: 1.0em;
  line-height: 1.4em;
  margin-left: -0.03em;  /* visuelle Einrückung der großen Schrift ausgleichen */
}

h6 {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 700;
  position: relative;
}

h5 + h1, h5 + h2, h2 + h3, h2 + h4 {
  margin-top: -0.2em;
}

h6 + h1, h6 + h2 {
  margin-top: 0.5em;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
  display: inline-block;
}

p {
  font-size: 1.0em;
  margin: 0 0 0.9em 0;
}

p.lead-in {
  font-size: 1.3em;
  line-height: 1.35em;
}
p.lead-in-large {
  font-size: 1.5em;
  line-height: 1.35em;
}

b, strong {
  font-weight: 800;
}

.hinweis {
  font-size: 0.85em;
  opacity: 0.75;
}

@media only screen and (min-width: 640px) {

  h1 {
    font-size: 3.375em;
  }

  h2 {
    font-size: 2.625em;
  }

  h3 {
    font-size: 2.0em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.25em;
  }

}

@media only screen and (min-width: 1040px) {

  .container {
    font-size: 16px;
  }

  h1 + hr, h2 + hr, h3 + hr {
    margin-bottom: 3em;
  }

}


@media only screen and (min-width: 1296px) {

}

@media only screen and (min-width: 1680px) {

}






#sprachwahl,
#uploader,
#results,
.quota {
  display: none;
}
#sprachwahl.active,
#uploader.active,
#results.active,
.quota.active {
  display: block;
}


.actionzone {
  background-color: #f5f5f5;
}
.actionzone img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.upload-info {
  position: relative;
}


.quota > div {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}



.bg-magenta,
.bg-magenta {
  color: #fff;
  background-color: #e20074;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px 0px, rgba(0, 0, 0, 0.1) 0px 4px 8px 0px;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background-color: transparent;
}
.videocontainer.square {
  padding-bottom: 100%; /* 1:1 */
}
.videocontainer video,
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.loading {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1020;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255, .85);
  backdrop-filter: blur(10px);
}
.upload-info .loading {
  background-color: #fff;
}
.loading.active {
  display: flex !important;
}
.loading.inactive {
  display: none !important;
}




.modal {
  position: relative;
  border: none;
  border-radius: 12px;
  padding: 0;
  max-width: 90vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 64px 0px, rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}
.modal > .close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 8px;
  border-radius: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.modal .headline {
  padding: 24px 60px 0 24px;
}
.modal .content {
  padding: 24px;
  line-height: 1.6em;
}
.modal .footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0 24px 24px 24px;
}
.modal .footer scale-button + scale-button {
  margin-bottom: 8px;
}
.modal h2 {
  font-size: 20px;
}
.modal img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.modal.image .headline,
.modal.feedback .headline {
  padding: 0;
}
.modal.image .headline img,
.modal.feedback .headline img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.modal.image > .close {
  color: #fff;
}
.modal.feedback > .close {
  color: #000;
}
.modal.feedback .thumbs-up,
.modal.feedback .thumbs-down {
  color: #000;
  padding: 3px;
  margin-right: 12px;
}
.modal.footer-hidden .footer {
  display: none;
}

.modal::backdrop {
  background: rgba(0,0,0,.44);
}

@media only screen and (min-width: 768px) {
  .modal {
    max-width: 80vw;
  }
  .modal.feedback {
    max-width: 70vw;
  }

  .modal .footer {
    flex-direction: row;
    justify-content: end;
  }
  .modal .footer scale-button + scale-button {
    margin-bottom: 0;
    margin-left: 8px;
  }
}

@media only screen and (min-width: 1040px) {
  .modal {
    width: 630px;
    max-width: 630px;
  }
  .modal.feedback {
    width: 385px;
    max-width: 385px;
  }
}





.dropzone-container {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  border: 1px dashed rgba(0,0,0,0.44);
  overflow: hidden;
}
.dropzone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.dropzone .dz-message {
  display: none;
}
.dropzone.re-enable .dz-message {
  display: block;
  z-index: 1010;
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 20px;
}
.dropzone .dz-preview {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto;
  background-color: rgba(255,255,255, .7);
  backdrop-filter: blur(5px);
  z-index: 1;
}
.dropzone .dz-preview .dz-image {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 12px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-filter: unset;
  filter: unset;
}
.dropzone .dz-preview .dz-progress {
  top: 65%;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  border: 1px solid #fff;
  background: unset;
  border-radius: 4px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: rgba(255,255,255,0.75);
  border-radius: 0;
}
.dropzone .dz-preview .dz-details .dz-filename {
  margin-top: 24px;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  width: 200px;
  top: 50%;
  left: 50%;
  margin-top: 105px;
  margin-left: -100px;
  border-radius: 4px;
  line-height: 1.3em;
  background: #d91308;
}
.dropzone .dz-preview .dz-error-message:after {
  left: 94px;
  border-bottom: 6px solid #d91308;
}




.before-after-bg {
  background: #d9d9d9;
}
.before-after-container {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.before-after-container .loading {
  display: flex;
}
.before-after-container .before-img {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: 2;
}
.before-after-container .after-img {
  display: block;
}
.before-after-container .before-img img,
.before-after-container .after-img img {
  pointer-events: none;
  width: 100%;
  display: block !important;
  max-width: unset !important;
}
.before-after-container .slider {
  position: absolute;
  appearance: none;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
  outline: none;
  margin: 0;
}
.before-after-container .slider::-webkit-slider-thumb {
  appearance: none;
  width: 4px;
  height: 2000px;
  background: #fff;
  cursor: pointer;
}
.before-after-container .slider::-moz-range-thumb {
  width: 4px;
  height: 2000px;
  background: #fff;
  cursor: pointer;
}
.before-after-container .slider-thumb {
  position: absolute;
  pointer-events: none;
  z-index: 6;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: center center / 100% no-repeat url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 36 36' version='1.1' xmlns='http://www.w3.org/2000/svg' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E %3Cg transform='matrix(1,0,0,1,6,6)' fill='%23fff'%3E %3Cpath d='M15,-4L15,28L9,28L9,-4L15,-4ZM3.75,16.418L-3,12L3.75,7.582L3.75,16.418ZM20.25,16.418L20.25,7.582L27,12L20.25,16.418Z'/%3E %3C/g%3E %3C/svg%3E");
}
.before-after-container:hover .slider-thumb {
  transform: translate(-50%, -52%);
}

.before-after-container .label {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #000;
  color: #fff;
  padding: 2px 15px 0px 15px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 4px;
}
.before-after-container .after-img .label {
  left: auto;
  right: 15px;
  top: 15px;
  background: #e20074;
  color: #fff;
}



.variations-actions {
  text-align: right;
}


@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1110px
  }

  .quota > div {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width: 1110px;
  }
}






/* ----- universelle Formate zur Modifizierung des Standard-Verhaltens:
   am Ende platziert, um vorhergehende Anweisungen überschreiben zu können ----- */


/* Verhalten */

.text-nowrap {
  white-space:nowrap;
}

.text-break {
  word-wrap: break-word;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}

@media only screen and (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
}


.ib {
  display: inline-block;
}
.i {
  display: inline;
}
.b {
  display: block;
}
