@font-face {
  font-family: 'UnitRoundedOT';
  src: url("../fonts/hinted-UnitRoundedOT.woff2") format("woff2"), url("../fonts/hinted-UnitRoundedOT.woff") format("woff"), url("../fonts/hinted-UnitRoundedOT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UnitRoundedOT-Medi';
  src: url("../fonts/hinted-UnitRoundedOT-Medi.woff2") format("woff2"), url("../fonts/hinted-UnitRoundedOT-Medi.woff") format("woff"), url("../fonts/hinted-UnitRoundedOT-Medi.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'UnitRoundedOT';
  src: url("../fonts/hinted-UnitRoundedOT-Black.woff2") format("woff2"), url("../fonts/hinted-UnitRoundedOT-Black.woff") format("woff"), url("../fonts/hinted-UnitRoundedOT-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'UnitRoundedOT';
  src: url("../fonts/hinted-UnitRoundedOT-Light.woff2") format("woff2"), url("../fonts/hinted-UnitRoundedOT-Light.woff") format("woff"), url("../fonts/hinted-UnitRoundedOT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'UnitRoundedOT';
  src: url("../fonts/hinted-UnitRoundedOT-Bold.woff2") format("woff2"), url("../fonts/hinted-UnitRoundedOT-Bold.woff") format("woff"), url("../fonts/hinted-UnitRoundedOT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DK-Snemand';
  src: url("../fonts/dk-snemand-webfont.woff2") format("woff2"), url("../fonts/dk-snemand-webfont.woff") format("woff"), url("../fonts/dk-snemand-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px;
  margin: 0;
  padding: 0; }

button {
  font-family: inherit; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-container {
  padding-bottom: 70px; }
  .swiper-container--less-bottom-margin {
    padding-bottom: 20px; }
  @media screen and (min-width: 1380px) {
    .swiper-container {
      min-height: 114px; } }
  @media screen and (min-width: 1380px) {
    .swiper-container {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }

.swiper-container-horizontal > .swiper-pagination-bullets {
  padding: 0 0 19px; }

.swiper-pagination-lock {
  margin-bottom: -30px; }

.swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  background-color: transparent;
  opacity: 1; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px; }
  .swiper-pagination-bullet-active {
    background-color: #fff; }

button.swiper-pagination-bullet {
  border: 2px solid #fff; }

.swiper-button-prev,
.swiper-button-next {
  display: none;
  background-image: none;
  margin-top: -57px; }
  @media screen and (min-width: 1380px) {
    .swiper-container:hover .swiper-button-prev:not(.swiper-button-lock), .swiper-container:hover
    .swiper-button-next:not(.swiper-button-lock) {
      display: block;
      z-index: 1000; } }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.2; }

.swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.swiper-button-next {
  right: 0; }

.swiper-button__path {
  fill: #fff; }

.swiper-wrapper {
  display: block; }

.swiper-container-horizontal .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.swiper-slide {
  height: auto; }

.app-button {
  display: inline-block; }
  .app-button:first-of-type {
    margin-right: 10px;
    margin-bottom: 6px; }

.anchor-nav {
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -20px;
  list-style-type: none;
  margin: 30px 0 10px;
  padding: 0;
  position: relative;
  width: calc(100% + 40px); }
  .anchor-nav:first-child {
    margin-top: 10px; }
  .anchor-nav:last-child {
    margin-bottom: -20px; }
  @media screen and (min-width: 768px) {
    .anchor-nav--m {
      color: #000;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 1120px) {
    .anchor-nav--l {
      color: #000;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 1300px) {
    .anchor-nav--xl {
      color: #000;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .anchor-nav__item {
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-left: 1px currentColor solid;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 20px;
    padding: 0 20px; }
    .anchor-nav__item:first-child {
      border-left: none; }

.badge {
  width: 170px;
  height: 170px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-image: url(../images/bubble-bottom-right.svg);
  background-repeat: no-repeat; }
  .badge--top-right {
    background-image: url(../images/bubble-top-right.svg); }
  .badge--tidal {
    width: 160px;
    height: 160px; }
  .badge__text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(-4deg);
            transform: translate(-50%, -50%) rotate(-4deg);
    font-family: "DK-Snemand", sans-serif; }
    .badge__text .price--decimals {
      font-size: 1.75rem;
      line-height: 2.125rem;
      top: -22px;
      right: -30px; }
    .badge__text .price--value {
      font-size: 3.75rem;
      line-height: 4.25rem; }
    .badge__text .price__wrapper {
      right: 18px; }
  .badge__wrapper {
    position: relative;
    height: 100%; }
    .badge__wrapper--top-right {
      width: 92%; }
  .badge__link {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400; }

.badge-new {
  text-transform: uppercase;
  font-weight: 700;
  background-image: url("../images/bubble-bottom-left.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 120px;
  width: 120px; }
  .badge-new--plan {
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg); }
  .badge-new--right {
    background-image: url("../images/bubble-bottom-right.svg"); }
  .badge-new--secondary {
    background-image: url("../images/bubble-bottom-left-yellow.svg");
    color: #cd171a; }
  .badge-new--right-secondary {
    background-image: url("../images/bubble-bottom-right-yellow.svg");
    color: #cd171a; }
  @media screen and (min-width: 640px) {
    .badge-new {
      width: 154px;
      height: 154px; } }
  @media screen and (min-width: 960px) {
    .badge-new {
      width: 176px;
      height: 176px; } }
  .badge-new__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
    .badge-new__content--secondary {
      color: #cd171a; }
    .badge-new__content--turned {
      -webkit-transform: translate(-50%, -50%) rotate(-4.5deg);
              transform: translate(-50%, -50%) rotate(-4.5deg); }
  .badge-new__content-header {
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block; }
    @media screen and (min-width: 640px) {
      .badge-new__content-header {
        font-size: 1.6875rem;
        line-height: 2rem; } }
    @media screen and (min-width: 960px) {
      .badge-new__content-header {
        font-size: 2rem;
        line-height: 2.25rem; } }
    .badge-new__content-header--flex {
      color: #cd1719; }
    .badge-new__content-header--plan {
      font-size: 2rem;
      line-height: 2rem;
      color: #cd1719;
      font-weight: 400;
      letter-spacing: -2px; }
    .badge-new__content-header--plan-detail {
      font-size: 1.875rem;
      line-height: 1.875rem;
      color: #cd1719;
      font-weight: 700; }
      @media screen and (min-width: 960px) {
        .badge-new__content-header--plan-detail {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
  .badge-new__content-body {
    font-size: 1.75rem;
    line-height: 2rem;
    display: block;
    font-family: "DK-Snemand", sans-serif; }
    @media screen and (min-width: 640px) {
      .badge-new__content-body {
        font-size: 2.25rem;
        line-height: 2.5rem; } }
    @media screen and (min-width: 960px) {
      .badge-new__content-body {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    .badge-new__content-body--flex {
      font-size: 1.25rem;
      line-height: 1.5625rem;
      font-weight: 100;
      color: #cd1719; }
      @media screen and (min-width: 960px) {
        .badge-new__content-body--flex {
          font-size: 1.5625rem;
          line-height: 1.875rem; } }
    .badge-new__content-body--small {
      font-size: 0.9375rem;
      line-height: 1.125rem; }
      @media screen and (min-width: 1280px) {
        .badge-new__content-body--small {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
    .badge-new__content-body--plan {
      font-size: 0.9375rem;
      line-height: 1.25rem;
      color: #cd1719;
      font-weight: 700; }
      @media screen and (min-width: 1280px) {
        .badge-new__content-body--plan {
          font-size: 1rem;
          line-height: 1.125rem; } }
    .badge-new__content-body--plan-detail {
      font-size: 1.5rem;
      line-height: 1.625rem;
      display: block;
      color: #cd1719;
      font-weight: 700; }
      @media screen and (min-width: 960px) {
        .badge-new__content-body--plan-detail {
          font-size: 2rem;
          line-height: 2.25rem; } }
  .badge-new__content-footer {
    font-size: 1rem;
    line-height: 1.25rem;
    display: block; }
    @media screen and (min-width: 640px) {
      .badge-new__content-footer {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 960px) {
      .badge-new__content-footer {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    .badge-new__content-footer--flex {
      color: #cd1719; }
    .badge-new__content-footer--plan {
      font-size: 0.8125rem;
      line-height: 0.9375rem;
      color: #cd1719;
      font-weight: 400; }
    .badge-new__content-footer--plan-detail {
      font-size: 0.9375rem;
      line-height: 1.125rem;
      font-weight: 400;
      color: #cd1719; }
      @media screen and (min-width: 960px) {
        .badge-new__content-footer--plan-detail {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
  .badge-new__wrapper {
    position: relative;
    height: 100%; }
    .badge-new__wrapper--plan {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg); }
  .badge-new__link {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400; }

.badge--tarifaufwertung {
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90px;
          flex: 0 1 90px;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .badge--tarifaufwertung {
      margin-right: 24px; } }
  @media screen and (min-width: 1200px) {
    .badge--tarifaufwertung {
      margin-right: 12px; } }

.badge__percentage--tarifaufwertung {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 700; }

.badge__text--tarifaufwertung {
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700; }

.badge__text--tarifaufwertung-small {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  display: inline-block;
  max-width: 48px;
  text-align: left;
  padding-left: 6px;
  text-transform: none; }

.badge__text--tarifaufwertung-centered {
  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;
  margin: auto; }

.badge--smartphone {
  position: absolute;
  width: 170px;
  height: 140px;
  text-transform: uppercase;
  font-weight: 400;
  color: #cd161a;
  background-image: url(../images/badge-yellow-left.svg);
  background-repeat: no-repeat; }

.badge--smartphone-reverse {
  color: #cd161a;
  position: absolute;
  width: 170px;
  height: 140px;
  text-transform: uppercase;
  font-weight: 400;
  background-image: url(../images/badge-yellow-right.svg); }

.badge__text--smartphone {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-4deg);
          transform: translate(-50%, -50%) rotate(-4deg);
  font-family: "DK-Snemand", sans-serif; }

.badge__text--smartphone-reverse {
  font-size: 1.125rem;
  line-height: 1.5rem;
  -webkit-transform: translate(-60%, -50%) rotate(-4deg);
          transform: translate(-60%, -50%) rotate(-4deg); }

.badge__text-highlight--smartphone {
  font-size: 1.5rem;
  line-height: 1.5rem; }

.badge__wrapper--smartphone {
  position: relative;
  height: 100%; }

.badge__text--plan {
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  font-weight: 700; }
  @media screen and (min-width: 960px) {
    .badge__text--plan {
      font-size: 2.25rem;
      line-height: 2.5rem; } }

.badge__text--plan-small {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  display: inline-block;
  max-width: 48px;
  text-align: left;
  padding-left: 6px;
  text-transform: none; }
  @media screen and (min-width: 960px) {
    .badge__text--plan-small {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

.badge__text--plan-centered {
  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;
  margin: auto; }

.badge-image--plan {
  max-width: 90px; }

.badge-image__image--plan {
  max-width: 100%; }

.badge-image--plan-responsive {
  width: 90px; }
  @media (min-width: 1295px) {
    .badge-image--plan-responsive {
      position: absolute;
      top: -85px;
      right: 85px; } }

.badge-image--plan-data-volume {
  width: 100%; }

.badge-image--teaser {
  max-width: 90px; }

.badge-image__image--teaser {
  width: 100%; }

.banner {
  background-color: #fff;
  padding: 0;
  margin-bottom: 40px;
  max-width: 1280px; }
  .banner--dark-background {
    background-color: #eee; }
  @media screen and (min-width: 640px) {
    .banner__content {
      padding-left: 40px;
      padding-right: 40px; } }
  .banner__bubble {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../images/bubble-bottom-left.svg");
    background-repeat: no-repeat;
    width: 158px;
    height: 158px;
    color: #004494;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    font-family: "DK-Snemand", sans-serif; }
  .banner__bubble-content-inner {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }

.banner--roaming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px; }
  @media screen and (min-width: 420px) {
    .banner--roaming {
      position: relative; } }
  @media screen and (min-width: 960px) {
    .banner--roaming {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .banner__content--roaming {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.banner__bubble--roaming {
  margin-left: auto;
  margin-right: auto;
  background-size: 148px 148px;
  background-position: center;
  font-size: 2.5rem;
  line-height: 2.875rem;
  font-weight: 500; }
  @media screen and (min-width: 420px) {
    .banner__bubble--roaming {
      position: absolute;
      right: calc(50% - 188px);
      bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .banner__bubble--roaming {
      background-size: 158px 158px;
      right: auto;
      left: 38%;
      top: 48%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

@media screen and (min-width: 768px) {
  .banner__bubble-content--roaming::before {
    display: none; } }

.banner__bubble-content--roaming::after {
  display: none; }
  @media screen and (min-width: 768px) {
    .banner__bubble-content--roaming::after {
      display: block; } }

.banner__bubble-price--roaming {
  font-size: 2.5rem;
  line-height: 4.25rem;
  white-space: nowrap; }

.banner--wechselbonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .banner--wechselbonus {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.banner__content--wechselbonus {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 500;
  color: #004494;
  font-weight: 500;
  font-family: "DK-Snemand", sans-serif;
  text-align: center; }
  @media screen and (min-width: 620px) {
    .banner__content--wechselbonus {
      font-size: 1.875rem;
      line-height: 2.3125rem; } }
  @media screen and (min-width: 768px) {
    .banner__content--wechselbonus {
      padding-bottom: 30px;
      padding-top: 30px;
      max-width: 560px;
      text-align: left; } }
  @media screen and (min-width: 920px) {
    .banner__content--wechselbonus {
      max-width: none;
      font-size: 2.25rem;
      line-height: 2.75rem; } }
  @media screen and (min-width: 1100px) {
    .banner__content--wechselbonus {
      font-size: 3rem;
      line-height: 3.5rem; } }
  @media screen and (min-width: 1200px) {
    .banner__content--wechselbonus {
      font-size: 3.5rem;
      line-height: 4.25rem; } }

.banner__bubble {
  color: #fff; }
  .banner__bubble--wechselbonus {
    font-size: 2.375rem;
    line-height: 2.625rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .banner__bubble--wechselbonus {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px; } }

@media screen and (min-width: 768px) {
  .banner__bubble-content--wechselbonus::before {
    display: none; } }

.banner__bubble-content--wechselbonus::after {
  display: none; }
  @media screen and (min-width: 768px) {
    .banner__bubble-content--wechselbonus::after {
      display: block; } }

.banner__break--wechselbonus {
  display: none; }
  @media screen and (min-width: 480px) {
    .banner__break--wechselbonus {
      display: block; } }
  @media screen and (min-width: 768px) {
    .banner__break--wechselbonus {
      display: none; } }
  @media screen and (min-width: 920px) {
    .banner__break--wechselbonus {
      display: block; } }

.block {
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 40px;
  max-width: 1280px; }
  @media screen and (min-width: 420px) {
    .block {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 640px) {
    .block {
      padding: 40px; } }
  .block--flex {
    background-color: transparent;
    padding: 0; }
  .block--flush {
    margin-bottom: 0; }
  .block--flush-all {
    margin: 0;
    padding: 0; }
  .block--easter {
    margin-bottom: 40px; }
  .block--inline {
    background-color: transparent;
    padding: 0;
    max-width: none;
    margin-bottom: 30px; }
  .block--footnote {
    background-color: transparent;
    padding: 0;
    max-width: none;
    padding: 0 30px 30px 30px; }
  @media screen and (min-width: 960px) {
    .block--no-bottom-padding {
      padding-bottom: 0; } }
  .block--center {
    margin: 30px auto;
    text-align: center; }
  .block--center-mobile {
    margin: 30px auto;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .block--center-mobile {
        text-align: left; } }
  .block--full-width {
    width: 100%; }
  .block--tiles {
    padding: 0;
    margin-bottom: 0;
    background: transparent; }
    @media screen and (min-width: 860px) {
      .block--tiles {
        margin-bottom: 40px; } }
  .block--hidden {
    display: none; }
  .block--blue {
    background-color: #004494; }
  .block--extra-credit {
    background-image: url("../images/extra-credit/schneeflocken.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    overflow: hidden; }
  .block--10gb-aktion {
    background: linear-gradient(170deg, #fff 0%, #fff 60%, #f6f6f6 60%); }
    @media screen and (min-width: 960px) {
      .block--10gb-aktion {
        background: linear-gradient(170deg, #fff 0%, #fff 70%, #f6f6f6 70%); } }
  .block--starter-package-discount {
    background-image: url("../images/starter-package-discount/whiteboard.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .block--app {
    background-image: url("../images/teaser/app-download/ja-mobil-doppeltes-guthaben-s.jpg");
    background-repeat: no-repeat;
    background-position: right top; }
    @media screen and (min-width: 960px) {
      .block--app {
        background-image: url("../images/teaser/app-download/ja-mobil-doppeltes-guthaben-m.jpg"); } }

.box {
  background-color: #eee; }
  .box--message {
    padding: 20px;
    margin-bottom: 100px; }
  .box--country-zone {
    padding: 20px;
    margin-bottom: 30px; }
  .box--tidal-banner {
    padding: 20px; }
  .box--layer {
    padding: 20px 20px 0;
    margin-bottom: 20px; }
  .box--footnote {
    margin-top: 40px;
    background-color: transparent; }
  .box--indent {
    background-color: transparent;
    margin: 6px 0 6px 38px; }

.brand {
  background-color: #c3ddea;
  background-image: linear-gradient(180deg, #fff 0%, #c3ddea 300px, #c3ddea 100%);
  background-position: fixed;
  font-family: "UnitRoundedOT", sans-serif;
  font-weight: 400;
  min-height: 100vh;
  min-width: 320px; }

.button {
  font-size: 1.125rem;
  line-height: 3.125rem;
  background-color: #004494;
  border-radius: 4px;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "DK-Snemand", sans-serif;
  font-weight: 400;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out; }
  @media screen and (min-width: 420px) {
    .button {
      padding: 0 20px;
      width: auto; } }
  .button:hover, .button:focus {
    background-color: #002e6a;
    color: #fff; }
  .button--large {
    font-size: 1.375em;
    height: auto;
    line-height: 2rem;
    padding: 13px 20px;
    width: 100%;
    white-space: normal; }
    @media screen and (min-width: 453px) {
      .button--large {
        height: 60px;
        line-height: 3rem;
        padding: 5px 20px;
        width: auto; } }
  .button--prepaid-basic {
    background-color: #5ba433; }
    .button--prepaid-basic:hover, .button--prepaid-basic:focus {
      background-color: #316d11; }
  .button--prepaid-easy {
    background-color: #44bee8; }
    .button--prepaid-easy:hover, .button--prepaid-easy:focus {
      background-color: #108ab3; }
  .button--prepaid-smart {
    background-color: #cd1519; }
    .button--prepaid-smart:hover, .button--prepaid-smart:focus {
      background-color: #99090c; }
  .button--prepaid-smart-plus {
    background-color: #ef7d19; }
    .button--prepaid-smart-plus:hover, .button--prepaid-smart-plus:focus {
      background-color: #bd6213; }
  .button--smart-max {
    background-color: #650065; }
    .button--smart-max:hover, .button--smart-max:focus {
      background-color: #450145; }
  .button--data {
    background-color: #f7b703; }
    .button--data:hover, .button--data:focus {
      background-color: #d19c03; }
  .button--prepaid-six-months-package {
    background-color: #83149F; }
    .button--prepaid-six-months-package:hover, .button--prepaid-six-months-package:focus {
      background-color: #5b0d6f; }
  .button--outline {
    font-size: 1.125rem;
    line-height: 2.875rem;
    background-color: transparent;
    border-color: #014493;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    background-color: transparent;
    color: #014493; }
    .button--outline:hover {
      background-color: #002e6a;
      color: #fff; }

.center-block {
  display: block;
  margin: 0 auto;
  text-align: center; }

.contact-form {
  margin: 40px 0; }
  .contact-form__row {
    width: 100%; }
    @media screen and (min-width: 860px) {
      .contact-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  @media screen and (min-width: 860px) {
    .contact-form__field {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      margin: 0 0 0 30px; } }
  .contact-form__field:first-child {
    margin-left: 0; }
  .contact-form #identification-option-pool {
    display: none; }
  .contact-form #ticket_existingCustomer {
    margin-top: 14px; }
    .contact-form #ticket_existingCustomer .form-field__label--required::after {
      content: ''; }
  .contact-form #ticket_dateOfBirth .form-field__select-wrapper {
    width: 110px;
    display: inline-block;
    margin-right: 10px; }

.copy {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 1em; }
  .copy:last-child {
    margin-bottom: 0; }
  .copy--medium-print {
    font-size: 0.9375rem;
    line-height: 1.25rem; }
  .copy--small-print {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .copy--tiny-print {
    font-size: 0.8125rem;
    line-height: 1rem; }
  .copy--top-margin {
    margin-top: 1em; }
  .copy--top-margin-large {
    margin-top: 3em; }
  .copy--no-margin-bottom {
    margin-bottom: 0 !important; }
  .copy--no-margin-top {
    margin-top: 0; }
  .copy--highlighted {
    color: #014493; }
  .copy--inverted {
    color: #fff; }
  .copy--indent {
    text-indent: 20px;
    margin: 10px 0; }
  .copy--italic {
    font-style: italic; }

.column-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 860px) {
    .column-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 -20px 1em; } }
  .column-group--simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
    @media screen and (min-width: 720px) {
      .column-group--simple {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media screen and (min-width: 860px) {
    .column-group--tiles {
      margin: -20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .column-group__item {
    margin: 0 0 20px; }
    @media screen and (min-width: 860px) {
      .column-group__item {
        margin: 0 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
    .column-group__item--tile {
      margin: 0 0 40px; }
      @media screen and (min-width: 860px) {
        .column-group__item--tile {
          background-color: transparent;
          margin: 0;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .column-group__item-inner {
    padding: 20px;
    background: #fff; }
    @media screen and (min-width: 860px) {
      .column-group__item-inner {
        margin: 20px;
        padding: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        width: 50%; } }
  .column-group__content-wrapper {
    margin-bottom: 1rem; }
    @media screen and (min-width: 860px) {
      .column-group__content-wrapper {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
  .column-group__code-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .column-group__image-wrapper {
    max-width: 120px; }
    @media screen and (min-width: 420px) {
      .column-group__image-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 150px;
                flex: 0 1 150px;
        max-width: 130px; } }
    @media screen and (min-width: 860px) {
      .column-group__image-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 120px;
                flex: 0 1 120px;
        max-width: 120px; } }
  .column-group__image {
    width: 100%; }

.dialog--template {
  display: none; }

.dialog--cookie {
  display: none; }
  .dialog--cookie-open {
    display: block; }

.dialog__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  content: " ";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10; }
  .dialog__overlay--cookie {
    z-index: 20; }

.dialog__main {
  left: 50%;
  max-width: 700px;
  padding: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100vw - 20px);
  z-index: 11; }
  .dialog__main--cookie {
    max-width: 900px;
    padding-top: 0;
    z-index: 21px; }
    .dialog__main--cookie::before {
      height: 0; }
    @media screen and (min-width: 1024px) and (min-height: 735px) {
      .dialog__main--cookie {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.dialog__close {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1; }
  .dialog__close::before {
    color: #004494;
    content: '\00D7';
    font-size: 30px;
    line-height: 30px; }
    @media screen and (min-width: 420px) {
      .dialog__close::before {
        font-size: 48px;
        line-height: 48px; } }

.dialog__content {
  background-color: #fff;
  padding: 30px 10px 20px;
  position: relative; }
  @media screen and (min-width: 420px) {
    .dialog__content {
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 40px; } }
  @media screen and (min-width: 640px) {
    .dialog__content {
      padding-bottom: 50px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 50px; } }

.dialog__headline {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 -15px;
  padding: 0 0 20px;
  position: relative;
  font-weight: 700;
  top: -15px;
  width: calc(100% - 50px);
  z-index: 2;
  display: block; }
  @media screen and (min-width: 420px) {
    .dialog__headline {
      width: 100%; } }
  @media screen and (min-width: 420px) {
    .dialog__headline {
      margin: 0 0 -30px;
      padding-bottom: 40px;
      top: -30px;
      width: calc(100% - 40px); } }
  @media screen and (min-width: 420px) and (min-width: 420px) {
    .dialog__headline {
      width: calc(100% - 20px); } }
  @media screen and (min-width: 420px) and (min-width: 640px) {
    .dialog__headline {
      width: calc(100% - 10px); } }
  @media screen and (min-width: 1048px) {
    .dialog__headline {
      font-size: 1.125rem;
      line-height: 1.375rem; } }

.divider {
  background-color: #000;
  border: 0;
  color: #000;
  height: 2px;
  margin: 30px 0;
  width: 100%; }

.documents-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }
  .documents-list__item {
    margin-bottom: 0.5rem; }
  .documents-list__item-name {
    display: block; }
    @media screen and (min-width: 768px) {
      .documents-list__item-name {
        display: inline; } }
  .documents-list__item-remove-link {
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .documents-list__item-remove-link {
        margin-left: 0.33rem; } }

.earmark {
  display: none; }
  @media screen and (min-width: 960px) {
    .earmark {
      background-image: url(../images/congstar.png);
      background-repeat: no-repeat;
      display: block;
      height: 102px;
      overflow: hidden;
      position: absolute;
      right: 10px;
      text-indent: 86px;
      top: 20px;
      width: 86px;
      white-space: nowrap; } }

.error {
  background-image: linear-gradient(180deg, #fff 0%, #c3ddea 300px, #c3ddea 100%);
  font-family: "UnitRoundedOT", sans-serif;
  background-repeat: no-repeat;
  min-height: 100vh; }
  .error__wrapper {
    position: relative; }
  @media screen and (min-width: 640px) {
    .error__info {
      position: absolute;
      left: 50%;
      bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .error__info {
      left: calc(50% + 50px); } }
  .error__image-wrapper {
    margin: 50px auto;
    padding: 0 0 50px;
    max-width: 280px;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .error__image-wrapper {
        margin: 50px auto 100px;
        padding: 0 0 200px; } }
    @media screen and (min-width: 1024px) {
      .error__image-wrapper {
        margin: 50px auto 200px; } }

.form-field {
  position: relative;
  margin: 0 0 30px; }
  .form-field__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    display: inline-block;
    font-weight: 600;
    padding: 0 5px; }
    .form-field__label--empty {
      font-size: 1.125rem;
      line-height: 2.875rem; }
    .form-field__label--required::after {
      content: " *"; }
  .form-field__error {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #004494;
    display: inline-block;
    font-weight: 600;
    padding: 0 5px; }
  .form-field__annotation {
    font-size: 0.875rem;
    line-height: 1.125rem;
    display: inline-block;
    padding: 0 5px; }
  .form-field__text, .form-field__email, .form-field__textarea, .form-field__select {
    font-size: 1.125rem;
    line-height: 1.625rem;
    background-color: #fff;
    border-radius: 0;
    font-family: "UnitRoundedOT", sans-serif;
    font-weight: 400;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #000;
    height: 46px;
    padding: 10px 15px;
    width: 100%; }
    .form-field__text:focus, .form-field__email:focus, .form-field__textarea:focus, .form-field__select:focus {
      outline: none; }
    .form-field__text--error, .form-field__email--error, .form-field__textarea--error, .form-field__select--error {
      border-color: #004494; }
  .form-field__radio {
    display: inline-block; }
    .form-field__radio label {
      padding-left: 22px;
      cursor: pointer;
      position: relative; }
    .form-field__radio .radio-input {
      top: 4px;
      left: 4px;
      display: block;
      position: relative;
      font-size: 6px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .form-field__radio .radio-input input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .form-field__radio .radio-input .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 12px;
        width: 12px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #000; }
      .form-field__radio .radio-input .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .form-field__radio .radio-input input:checked ~ .checkmark:after {
        display: block; }
      .form-field__radio .radio-input .checkmark:after {
        top: 2px;
        left: 2px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000; }
  .form-field__select-wrapper {
    position: relative; }
    .form-field__select-wrapper::before {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
      content: " ";
      height: 44px;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 60px; }
    .form-field__select-wrapper::after {
      border-right: 2px solid #000;
      border-top: 2px solid #000;
      content: " ";
      display: block;
      height: 10px;
      pointer-events: none;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg);
      width: 10px; }
    .form-field__select-wrapper--plan::before {
      height: 34px; }
  .form-field__select {
    font-size: 1rem;
    line-height: 2.875rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    font-family: "UnitRoundedOT", sans-serif;
    padding-top: 0;
    padding-bottom: 0; }
    .form-field__select--plan {
      font-size: 1.125rem;
      line-height: 2.25rem;
      padding-left: 0;
      font-weight: 600;
      height: 36px; }
  .form-field__textarea {
    font-family: "UnitRoundedOT", sans-serif;
    overflow: hidden;
    resize: none;
    height: auto; }
  .form-field__file {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-field__file-upload {
    display: block;
    width: 100%; }
    .form-field__file-upload .text-link {
      display: block; }
      @media screen and (min-width: 768px) {
        .form-field__file-upload .text-link {
          display: inline; } }
  .form-field__file-name {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 8px 5px 8px 0;
    display: inline-block; }
    .form-field__file-name:after {
      content: '\00A0'; }
    @media screen and (min-width: 768px) {
      .form-field__file-name {
        padding: 8px 5px 8px 20px; } }
  .form-field--file .form-field__annotation {
    margin-bottom: 1rem; }
  .form-field--file .form-field__error {
    display: block;
    padding: 0; }

.footnote {
  display: none; }

.footnote-icon {
  background-color: transparent;
  background-image: url("../images/footnote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  display: inline-block;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  text-decoration: none;
  vertical-align: 16%;
  width: 16px; }
  .footnote-icon--inverted {
    background-image: url("../images/footnote-inverted.svg"); }
  .footnote-icon--low {
    vertical-align: 0%; }
  .footnote-icon--light {
    height: 13px;
    width: 13px;
    background-image: url("../images/footnote-light.svg"); }
  .footnote-icon--text-top {
    vertical-align: text-top; }

.gsm-code__label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: inline-block;
  font-weight: 600; }

.gsm-code .sequence {
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: block;
  padding: 5px 0; }
  .gsm-code .sequence__key {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 12px; }
    .gsm-code .sequence__key:last-child {
      margin-right: 0; }

.headline {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #004494;
  font-weight: 500;
  font-family: "DK-Snemand", sans-serif;
  margin: 0 0 10px;
  padding: 0; }
  @media screen and (min-width: 1048px) {
    .headline {
      font-size: 1.875rem;
      line-height: 2.3125rem; } }
  .headline--secondary {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: #004494; }
  .headline--huge {
    font-size: 3.25rem;
    line-height: 3.625rem;
    margin: 0 0 14px; }
    @media screen and (min-width: 400px) {
      .headline--huge {
        font-size: 3.75rem;
        line-height: 4.25rem; } }
  .headline--giant {
    font-size: 3.75rem;
    line-height: 4.25rem;
    margin: 0 0 14px; }
    @media screen and (min-width: 400px) {
      .headline--giant {
        font-size: 6.25rem;
        line-height: 7.1875rem; } }
  .headline--inverted {
    color: #fff; }
  .headline--error {
    font-weight: 300; }
  .headline--icon {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #004494;
    margin-bottom: 12px; }
  .headline--warning {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 20px; }
    .headline--warning:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      height: 50px;
      width: 50px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 29.21 26.03' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23004494' d='M14.6 2.02a.75.75 0 01.67.39l11.82 20.46a.78.78 0 01-.67 1.15H2.78a.78.78 0 01-.67-1.17L13.93 2.39a.75.75 0 01.67-.37m0-2a2.75 2.75 0 00-2.41 1.39L.37 21.87a2.78 2.78 0 002.41 4.15h23.64a2.78 2.78 0 002.41-4.17L17.01 1.39A2.75 2.75 0 0014.6.02z'/%3E%3Cpath fill='%23004494' d='M15.6 19.94a1.41 1.41 0 11.42-1 1.37 1.37 0 01-.42 1zm-.22-3.44h-1.56l-.38-3.2V8.5h2.33v4.8z'/%3E%3C/svg%3E"); }
  .headline--small {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000; }
    @media screen and (min-width: 1048px) {
      .headline--small {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
  .headline--tariff {
    margin: 0; }
  .headline--top-margin {
    margin-top: 40px; }
  .headline--no-bottom-margin {
    margin-bottom: 0; }
  .headline__icon {
    vertical-align: middle;
    margin: 0 10px 0 0; }
  .headline--upper {
    text-transform: uppercase; }
  .headline__highlight {
    color: #44bee8; }

.iframe {
  border: none;
  height: 480px;
  width: 480px;
  max-width: 100%; }

.image--alphacomm {
  float: right;
  margin: 0 0 20px 20px;
  width: 110px;
  height: 40px; }

@media screen and (min-width: 720px) {
  .image--postident {
    margin: 0 20px; } }

@media screen and (min-width: 1200px) {
  .image--postident {
    margin-left: 100px; } }

.image--roaming {
  max-width: 100%; }
  @media screen and (min-width: 860px) {
    .image--roaming {
      float: right; } }

.image--legitimation {
  width: 100%; }

.image--faq {
  display: block;
  margin: 10px 0 20px; }

.image--error {
  width: 100%; }

.image__wrapper {
  max-width: 474px;
  margin: 20px auto; }

.key-word {
  white-space: nowrap; }
  .key-word::before, .key-word::after {
    content: ""; }

.list {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }
  .list:first-child {
    margin-top: 0; }
  .list:last-child {
    margin-bottom: 0; }
  .list--disc {
    list-style-type: disc;
    padding-left: 20px; }
  .list--numbered {
    list-style-type: decimal;
    padding-left: 20px; }
  .list--usp-small {
    margin: 16px 0;
    padding: 0 0 0 30px; }
  .list--usp {
    margin: 16px 0 36px;
    padding: 0 0 0 40px; }
  .list--flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .list--top-flush {
    margin-top: 0; }
  .list--inner {
    margin-top: 0; }
    .list--inner:last-child {
      margin-bottom: 20px; }
  .list--no-margin {
    margin-top: 0; }
  .list--indent {
    margin-left: 44px; }
  .list--delivery-info {
    padding-left: 44px;
    margin: 0 0 20px; }
  .list__item {
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative; }
    .list__item--usp {
      font-size: 1.25rem;
      line-height: 2rem;
      margin-bottom: 12px; }
      @media screen and (min-width: 960px) {
        .list__item--usp {
          font-size: 1.5rem;
          line-height: 2.25rem; } }
    .list__item--uspbox {
      font-size: 1.25rem;
      line-height: 2rem; }
    .list__item--spaced {
      padding: 3px 0; }
    .list__item--double-spaced {
      padding: 6px 0; }
    .list__item--small-print {
      font-size: 0.875rem;
      line-height: 1.125rem; }
    .list__item--inline {
      display: inline-block;
      margin-right: 20px;
      font-size: 1rem;
      line-height: 1.75rem; }
    .list__item--check::before {
      background-image: url("../images/icon-check.svg");
      background-repeat: no-repeat;
      background-size: 26px 20px;
      content: " ";
      height: 20px;
      left: -32px;
      position: absolute;
      top: 10px;
      width: 26px; }
    .list__item--icon-internet::before {
      position: absolute;
      content: " ";
      background-image: url("../images/icon-internet.svg");
      background-repeat: no-repeat;
      width: 30px;
      height: 27px;
      left: -38px;
      top: 4px; }
    .list__item--icon-phone::before {
      position: absolute;
      content: " ";
      background-image: url("../images/icon-phone.svg");
      background-repeat: no-repeat;
      width: 26px;
      height: 27px;
      left: -38px;
      top: 5px; }
    .list__item--icon-sms::before {
      position: absolute;
      content: " ";
      background-image: url("../images/icon-sms.svg");
      background-repeat: no-repeat;
      width: 32px;
      height: 24px;
      left: -38px;
      top: 6px; }
    .list__item--icon-check::before {
      background-image: url("../images/icon-check.svg");
      background-repeat: no-repeat;
      content: " ";
      height: 26px;
      left: -38px;
      position: absolute;
      top: 4px;
      width: 30px; }
    .list__item--icon-check-small::before {
      background-image: url("../images/icon-check.svg");
      background-repeat: no-repeat;
      background-size: 18px 14px;
      content: " ";
      height: 14px;
      left: -26px;
      position: absolute;
      top: 8px;
      width: 18px; }
    .list__item--icon-check-2::before {
      background-image: url("../images/icon-check-2.svg");
      background-repeat: no-repeat;
      content: " ";
      height: 15px;
      left: 2px;
      position: absolute;
      top: 8px;
      width: 20px; }
    .list__item--icon-attention::before {
      background-image: url("../images/icon-attention.svg");
      background-repeat: no-repeat;
      content: " ";
      height: 24px;
      left: 0;
      position: absolute;
      top: 4px;
      width: 24px; }
    .list__item--delivery {
      font-size: 1rem;
      line-height: 1.125rem;
      margin: 0 0 10px; }
      .list__item--delivery:last-child {
        margin: 0; }
    .list__item--delivery-time::before {
      background-image: url("../images/plan/icon-lieferzeit.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      content: " ";
      height: 20px;
      left: -40px;
      position: absolute;
      top: 50%;
      width: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .list__item--delivery-costs::before {
      background-image: url("../images/plan/icon-versand.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      content: " ";
      height: 20px;
      left: -40px;
      position: absolute;
      top: 4px;
      top: 50%;
      width: 40px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.lte-check__main {
  background-image: url("../images/hintergrund-muster.png");
  color: #fff; }
  .lte-check__main .headline {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .lte-check__main .headline {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media screen and (min-width: 960px) {
      .lte-check__main .headline {
        font-size: 3.25rem;
        line-height: 3.5rem; } }
    @media screen and (min-width: 1120px) {
      .lte-check__main .headline {
        font-size: 4rem;
        line-height: 4.25rem;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1280px) {
      .lte-check__main .headline {
        font-size: 4.5rem;
        line-height: 4.75rem; } }
  .lte-check__main .subheadline {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #fff;
    display: block;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .lte-check__main .subheadline {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
    @media screen and (min-width: 1120px) {
      .lte-check__main .subheadline {
        font-size: 1.375rem;
        line-height: 1.625rem;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1280px) {
      .lte-check__main .subheadline {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
  .lte-check__main .copy {
    margin-bottom: 20px; }
  .lte-check__main .text-link--inverted {
    text-decoration: underline; }

.lte-check .introduction {
  position: relative; }
  .lte-check .introduction__text {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .lte-check .introduction__text {
        padding-right: 40px;
        width: 72.5%; } }
    .lte-check .introduction__text .list__item {
      font-size: 1.125rem;
      line-height: 2rem;
      padding-left: 32px; }
  .lte-check .introduction__logo {
    display: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 27.5%; }
    @media screen and (min-width: 768px) {
      .lte-check .introduction__logo {
        display: block; } }
    @media screen and (min-width: 1120px) {
      .lte-check .introduction__logo {
        top: 20px; } }
    .lte-check .introduction__logo .image {
      max-width: 100%; }

.lte-check__form-description {
  margin: 60px auto 0;
  max-width: 480px;
  text-align: center; }
  @media screen and (min-width: 1120px) {
    .lte-check__form-description {
      margin-top: 80px; } }

.lte-check__form-wrapper {
  border: 1.5px dashed #fff;
  border-radius: 30px;
  margin: 20px auto 0;
  max-width: 480px;
  padding: 20px; }
  .lte-check__form-wrapper .result__copy {
    margin-bottom: 0; }
  .lte-check__form-wrapper .result__link {
    font-size: 1.125rem;
    line-height: 1.5rem;
    display: inline-block;
    margin-top: 15px;
    text-decoration: underline; }

.lte-check__help {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  margin-top: 5px; }

.lte-check .image--screenshot {
  max-width: 368px;
  width: 100%; }

.lte-check-form .form-field {
  margin-top: 5px;
  margin-bottom: 0; }
  .lte-check-form .form-field__label {
    padding: 0 5px 0 0; }
  .lte-check-form .form-field__error {
    color: #fcea1a;
    padding-left: 0; }
  .lte-check-form .form-field__text {
    margin-top: 5px; }

.lte-check-form__error {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #fcea1a;
  font-weight: 600;
  margin-top: 5px; }

.lte-check-form .button {
  background-color: #cd1719;
  display: block;
  margin: 30px auto 0 auto; }
  .lte-check-form .button:hover, .lte-check-form .button:focus {
    background-color: #990b0c; }

@media screen and (min-width: 960px) {
  .main-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    margin-bottom: 20px;
    margin-top: 40px; } }

.main-nav__button {
  background-color: transparent;
  background-image: url("../images/menue.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0;
  cursor: pointer;
  display: block;
  height: 35px;
  left: 15px;
  position: absolute;
  top: 20px;
  width: 35px; }
  @media screen and (min-width: 960px) {
    .main-nav__button {
      display: none; } }
  .main-nav__button--active {
    background-image: none;
    z-index: 11;
    top: 20px; }
    .main-nav__button--active::after {
      color: #fff;
      content: '\00D7';
      display: block;
      font-size: 56px;
      left: 0;
      line-height: 56px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-60%);
              transform: translateY(-60%); }

.main-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 959px) {
    .main-nav__list {
      background-color: #ce171b;
      display: block;
      left: -150vw;
      padding-top: 66px;
      position: absolute;
      top: 0;
      -webkit-transition: left 0.3s ease-in-out;
      transition: left 0.3s ease-in-out;
      width: 100vw;
      z-index: 10; } }
  @media screen and (min-width: 960px) {
    .main-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      max-width: 1184px; } }
  @media screen and (max-width: 959px) {
    .main-nav__list::before {
      background-color: rgba(1, 68, 147, 0.8);
      content: " ";
      height: 100vh;
      left: -150vw;
      position: fixed;
      top: 0;
      -webkit-transition: left 0.3s ease-in-out;
      transition: left 0.3s ease-in-out;
      width: 100vw;
      z-index: -1; } }
  @media screen and (max-width: 959px) {
    .main-nav__list--active {
      left: 0; } }
  @media screen and (max-width: 959px) {
    .main-nav__list--active::before {
      left: 0; } }

.main-nav__item {
  font-weight: 500;
  position: relative; }
  @media screen and (max-width: 959px) {
    .main-nav__item {
      font-size: 1.125rem;
      line-height: 3.125rem;
      border-bottom: 1px solid #fff;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .main-nav__item {
      font-size: 1.375rem;
      line-height: 1.6875rem;
      padding: 0 15px 20px; } }
  @media screen and (max-width: 959px) {
    .main-nav__item:first-child {
      border-top: 1px solid #fff; } }

.main-nav__link {
  color: #004494;
  position: relative;
  text-decoration: none;
  font-family: "DK-Snemand", sans-serif; }
  @media screen and (max-width: 959px) {
    .main-nav__link {
      color: #fff;
      display: inline-block;
      padding: 0 40px 0 20px;
      -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
      transition: background-color 0.1s ease-out, color 0.1s ease-out;
      width: 100%; } }
  .main-nav__link:hover {
    color: #004494; }
    @media screen and (min-width: 960px) {
      .main-nav__link:hover {
        color: #cd1719; } }
  @media screen and (min-width: 960px) {
    .main-nav__link--has-subnav {
      padding-right: 20px; } }
  @media screen and (max-width: 959px) {
    .main-nav__link--has-subnav::after {
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      content: " ";
      display: block;
      height: 15px;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      -webkit-transition: border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
      transition: border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out, border-color 0.1s ease-out;
      transition: transform 0.1s ease-out, border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
      width: 15px; } }
  @media screen and (min-width: 960px) {
    .main-nav__link--has-subnav::after {
      border-right: 2px solid #004494;
      border-top: 2px solid #004494;
      content: " ";
      display: block;
      height: 10px;
      position: absolute;
      right: 0;
      top: calc(50% - 3px);
      -webkit-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg);
      -webkit-transition: border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
      transition: border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out, border-color 0.1s ease-out;
      transition: transform 0.1s ease-out, border-color 0.1s ease-out, -webkit-transform 0.1s ease-out;
      width: 10px; } }
  @media screen and (max-width: 959px) {
    .main-nav__link--active {
      background-color: #fff;
      -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
              box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
      color: #004494; } }
  @media screen and (min-width: 960px) {
    .main-nav__link--active {
      color: #cd1719; } }
  @media screen and (max-width: 959px) {
    .main-nav__link--active:hover {
      color: #004494; } }
  @media screen and (min-width: 960px) {
    .main-nav__link--active:hover {
      color: #cd1719; } }
  @media screen and (max-width: 959px) {
    .main-nav__link--active::after {
      border-color: #004494;
      -webkit-transform: translate(4px, -50%) rotate(135deg);
              transform: translate(4px, -50%) rotate(135deg); } }
  @media screen and (min-width: 960px) {
    .main-nav__link--active::after {
      border-color: #cd1719; } }
  @media screen and (min-width: 960px) {
    .main-nav__link--selected {
      color: #cd1719; } }
  @media screen and (min-width: 960px) {
    .main-nav__link--selected::after {
      border-color: #cd1719; } }

.meta-nav {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .meta-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .meta-nav__item {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0 0 10px; }
    @media screen and (min-width: 768px) {
      .meta-nav__item {
        margin: 0 0 0 30px; } }
    @media screen and (min-width: 768px) {
      .meta-nav__item:first-child {
        margin-left: 0; } }
  .meta-nav__link {
    color: #004494;
    text-decoration: none; }
    .meta-nav__link:hover {
      color: #ce171b; }

.option {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 520px; }
  .option__cell {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 6px 2px;
    padding: 0 4px;
    text-align: left;
    padding: 0px 12px;
    border: 1px solid #fff;
    border-left: 0; }
    @media screen and (min-width: 480px) {
      .option__cell {
        border: 2px solid #fff;
        border-left: 0;
        padding: 0 4px; } }
    @media screen and (min-width: 640px) {
      .option__cell {
        font-size: 1.25rem;
        line-height: 2.25rem;
        padding: 0 16px;
        border: 6px solid #fff;
        border-left: 0; } }
    .option__cell--markered {
      text-align: center;
      background-color: #efefef; }
    .option__cell--vertical {
      padding: 0;
      margin: 0;
      background-color: #004494;
      min-width: 25px; }
      @media screen and (min-width: 640px) {
        .option__cell--vertical {
          min-width: 53px; } }
  .option__highlight {
    -webkit-transform: rotate(-180deg) translateX(50%);
            transform: rotate(-180deg) translateX(50%);
    display: inline-block;
    color: #fff;
    -webkit-writing-mode: tb;
            writing-mode: tb;
    -ms-writing-mode: bt-lr;
    left: 50%;
    position: relative;
    padding: 6px 0; }

.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1024px) {
    .overview {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: none; } }
  .overview__link {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center top 30%;
    background-size: 25%;
    color: #004494;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-decoration: none;
    margin: 0 0 20px;
    /* Original: images/faq.svg & images/faq-hover.svg */
    /* Original: images/contact.svg & images/contact-hover.svg */
    /* Original: images/rufnummernmitnahme.svg & images/rufnummernmitnahme-hover.svg */
    /* Original: images/icon-app.svg & images/icon-app-hover.svg */
    /* Original: images/lte.svg & images/lte-hover.svg */ }
    @media screen and (min-width: 1024px) {
      .overview__link {
        background-position: center top 40%;
        background-size: 35%;
        -ms-flex-preferred-size: 29%;
            flex-basis: 29%; } }
    @media screen and (min-width: 420px) {
      .overview__link {
        margin: 0 0 20px; } }
    @media screen and (min-width: 640px) {
      .overview__link {
        margin: 0 0 40px; } }
    @media screen and (min-width: 1024px) {
      .overview__link {
        margin: 10px;
        max-width: 30%; } }
    @media screen and (min-width: 1150px) {
      .overview__link {
        margin: 20px;
        min-width: unset; } }
    .overview__link--faq {
      background-image: url("data:image/svg+xml,%3Csvg width='126' height='123' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23014493' fill-rule='evenodd'%3E%3Cpath d='M63.502 7.963C31.862 7.963 8 26.591 8 51.288c0 11.486 4.04 27.106 23.286 36.29.608.29.995.892.995 1.549v22.47l26.387-16.846c.322-.208.712-.329 1.081-.284l.666.035c1.024.055 2.045.107 3.083.107 31.64 0 55.502-18.624 55.502-43.321S95.141 7.963 63.502 7.963zM27.804 123c-.31 0-.622-.076-.905-.228a1.898 1.898 0 0 1-1.004-1.67V94.069C9.183 85.43 0 70.308 0 51.36 0 22.08 27.082 0 63 0s63 22.079 63 51.36c0 29.278-27.082 51.356-63 51.356-1.18 0-2.337-.064-3.497-.125l-30.649 20.094a1.91 1.91 0 0 1-1.05.315z' fill-rule='nonzero'/%3E%3Cpath d='M61.97 35.47c-1.447 0-3.045.14-4.795.42-1.75.28-3.232.583-4.445.91-.42.047-.653-.187-.7-.7l-.7-6.3c0-.327.187-.56.56-.7.7-.187 1.552-.373 2.555-.56a40.866 40.866 0 0 1 3.15-.455 76.593 76.593 0 0 1 3.325-.28c1.12-.07 2.147-.105 3.08-.105 2.287 0 4.282.128 5.985.385 1.703.257 3.115.793 4.235 1.61 1.12.817 1.96 1.96 2.52 3.43.56 1.47.84 3.395.84 5.775 0 1.54-.163 2.858-.49 3.955a9.155 9.155 0 0 1-1.47 2.94c-.653.863-1.482 1.668-2.485 2.415-1.003.747-2.182 1.493-3.535 2.24-1.12.653-1.995 1.283-2.625 1.89-.63.607-1.097 1.272-1.4 1.995-.303.723-.478 1.528-.525 2.415a61.02 61.02 0 0 0-.07 3.15c0 .513-.023.852-.07 1.015-.047.163-.187.245-.42.245h-6.51c-.373 0-.56-.537-.56-1.61 0-1.54.07-2.928.21-4.165.14-1.237.397-2.345.77-3.325s.875-1.878 1.505-2.695c.63-.817 1.458-1.622 2.485-2.415 1.213-.747 2.182-1.388 2.905-1.925.723-.537 1.283-1.062 1.68-1.575a3.933 3.933 0 0 0 .77-1.645c.117-.583.175-1.318.175-2.205 0-.56-.058-1.097-.175-1.61a2.578 2.578 0 0 0-.77-1.33c-.397-.373-.992-.665-1.785-.875-.793-.21-1.867-.315-3.22-.315zm-.49 29.82c1.633 0 2.987.548 4.06 1.645 1.073 1.097 1.61 2.462 1.61 4.095 0 1.68-.537 3.045-1.61 4.095-1.073 1.05-2.427 1.575-4.06 1.575-1.587 0-2.917-.525-3.99-1.575-1.073-1.05-1.61-2.415-1.61-4.095 0-1.633.537-2.998 1.61-4.095 1.073-1.097 2.403-1.645 3.99-1.645z'/%3E%3C/g%3E%3C/svg%3E"); }
      .overview__link--faq:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='126' height='123' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cd1719' fill-rule='evenodd'%3E%3Cpath d='M63.502 7.963C31.862 7.963 8 26.591 8 51.288c0 11.486 4.04 27.106 23.286 36.29.608.29.995.892.995 1.549v22.47l26.387-16.846c.322-.208.712-.329 1.081-.284l.666.035c1.024.055 2.045.107 3.083.107 31.64 0 55.502-18.624 55.502-43.321S95.141 7.963 63.502 7.963zM27.804 123c-.31 0-.622-.076-.905-.228a1.898 1.898 0 0 1-1.004-1.67V94.069C9.183 85.43 0 70.308 0 51.36 0 22.08 27.082 0 63 0s63 22.079 63 51.36c0 29.278-27.082 51.356-63 51.356-1.18 0-2.337-.064-3.497-.125l-30.649 20.094a1.91 1.91 0 0 1-1.05.315z' fill-rule='nonzero'/%3E%3Cpath d='M61.97 35.47c-1.447 0-3.045.14-4.795.42-1.75.28-3.232.583-4.445.91-.42.047-.653-.187-.7-.7l-.7-6.3c0-.327.187-.56.56-.7.7-.187 1.552-.373 2.555-.56a40.866 40.866 0 0 1 3.15-.455 76.593 76.593 0 0 1 3.325-.28c1.12-.07 2.147-.105 3.08-.105 2.287 0 4.282.128 5.985.385 1.703.257 3.115.793 4.235 1.61 1.12.817 1.96 1.96 2.52 3.43.56 1.47.84 3.395.84 5.775 0 1.54-.163 2.858-.49 3.955a9.155 9.155 0 0 1-1.47 2.94c-.653.863-1.482 1.668-2.485 2.415-1.003.747-2.182 1.493-3.535 2.24-1.12.653-1.995 1.283-2.625 1.89-.63.607-1.097 1.272-1.4 1.995-.303.723-.478 1.528-.525 2.415a61.02 61.02 0 0 0-.07 3.15c0 .513-.023.852-.07 1.015-.047.163-.187.245-.42.245h-6.51c-.373 0-.56-.537-.56-1.61 0-1.54.07-2.928.21-4.165.14-1.237.397-2.345.77-3.325s.875-1.878 1.505-2.695c.63-.817 1.458-1.622 2.485-2.415 1.213-.747 2.182-1.388 2.905-1.925.723-.537 1.283-1.062 1.68-1.575a3.933 3.933 0 0 0 .77-1.645c.117-.583.175-1.318.175-2.205 0-.56-.058-1.097-.175-1.61a2.578 2.578 0 0 0-.77-1.33c-.397-.373-.992-.665-1.785-.875-.793-.21-1.867-.315-3.22-.315zm-.49 29.82c1.633 0 2.987.548 4.06 1.645 1.073 1.097 1.61 2.462 1.61 4.095 0 1.68-.537 3.045-1.61 4.095-1.073 1.05-2.427 1.575-4.06 1.575-1.587 0-2.917-.525-3.99-1.575-1.073-1.05-1.61-2.415-1.61-4.095 0-1.633.537-2.998 1.61-4.095 1.073-1.097 2.403-1.645 3.99-1.645z'/%3E%3C/g%3E%3C/svg%3E"); }
    .overview__link--contact {
      background-image: url("data:image/svg+xml,%3Csvg width='165' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23014493' fill-rule='nonzero'%3E%3Cpath d='M161.25 0H3.75A3.738 3.738 0 0 0 0 3.733v111.982a3.738 3.738 0 0 0 3.75 3.733h157.5a3.74 3.74 0 0 0 3.75-3.733V3.733A3.74 3.74 0 0 0 161.25 0zm-3.75 102.953l-46.455-46.238-5.302 5.278 50.22 49.99H9.037l50.22-49.99-5.303-5.278L7.5 102.953V7.465h150v95.488z'/%3E%3Cpath d='M149.332 7.086L81.994 74.018 14.655 7.086h-7.57v3.004l72.26 71.824a3.757 3.757 0 0 0 5.297 0l72.26-71.824V7.086h-7.57z'/%3E%3C/g%3E%3C/svg%3E"); }
      .overview__link--contact:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='165' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cd1719' fill-rule='nonzero'%3E%3Cpath d='M161.25 0H3.75A3.738 3.738 0 0 0 0 3.733v111.982a3.738 3.738 0 0 0 3.75 3.733h157.5a3.74 3.74 0 0 0 3.75-3.733V3.733A3.74 3.74 0 0 0 161.25 0zm-3.75 102.953l-46.455-46.238-5.302 5.278 50.22 49.99H9.037l50.22-49.99-5.303-5.278L7.5 102.953V7.465h150v95.488z'/%3E%3Cpath d='M149.332 7.086L81.994 74.018 14.655 7.086h-7.57v3.004l72.26 71.824a3.757 3.757 0 0 0 5.297 0l72.26-71.824V7.086h-7.57z'/%3E%3C/g%3E%3C/svg%3E"); }
    .overview__link--rufnummernmitnahme {
      background-image: url("data:image/svg+xml,%3Csvg width='143' height='142' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23014493' fill-rule='nonzero'%3E%3Cpath d='M134.063 85.816c0 13.446-7.508 14.406-8.938 14.406H15.242L38.88 74.819 32.58 68 1.3 101.615c-1.733 1.873-1.733 4.897 0 6.77L32.58 142l6.3-6.77-23.638-25.404h109.883c6.167 0 17.875-4.802 17.875-24.01V71.409h-8.937v14.407z'/%3E%3Cpath d='M8.937 56.232c0-13.445 7.508-14.406 8.938-14.406h109.883L104.12 67.23 110.42 74l31.28-33.615c1.733-1.873 1.733-4.897 0-6.77L110.42 0l-6.345 6.819 23.683 25.403H17.875C11.708 32.222 0 37.024 0 56.232V70.64h8.937V56.232z'/%3E%3C/g%3E%3C/svg%3E"); }
      .overview__link--rufnummernmitnahme:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='143' height='142' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cd1719' fill-rule='nonzero'%3E%3Cpath d='M134.063 85.816c0 13.446-7.508 14.406-8.938 14.406H15.242L38.88 74.819 32.58 68 1.3 101.615c-1.733 1.873-1.733 4.897 0 6.77L32.58 142l6.3-6.77-23.638-25.404h109.883c6.167 0 17.875-4.802 17.875-24.01V71.409h-8.937v14.407z'/%3E%3Cpath d='M8.937 56.232c0-13.445 7.508-14.406 8.938-14.406h109.883L104.12 67.23 110.42 74l31.28-33.615c1.733-1.873 1.733-4.897 0-6.77L110.42 0l-6.345 6.819 23.683 25.403H17.875C11.708 32.222 0 37.024 0 56.232V70.64h8.937V56.232z'/%3E%3C/g%3E%3C/svg%3E"); }
    .overview__link--app {
      background-size: 18%;
      background-image: url("data:image/svg+xml,%3Csvg width='88' height='170' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23014493' fill-rule='nonzero'%3E%3Cpath d='M44.1482031 142.389267c-4.5369465 0-8.2147654 3.677819-8.2147654 8.214766 0 4.536946 3.6778189 8.214765 8.2147654 8.214765 4.5369465 0 8.2147654-3.677819 8.2147654-8.214765 0-4.536947-3.6778189-8.214766-8.2147654-8.214766zm0 10.953021c-1.5122014 0-2.7382551-1.226054-2.7382551-2.738255 0-1.512202 1.2260537-2.738255 2.7382551-2.738255s2.7382551 1.226053 2.7382551 2.738255c0 1.512201-1.2260537 2.738255-2.7382551 2.738255zM57.8394788 10.9530206H30.4569274c-1.5122014 0-2.7382552 1.2260537-2.7382552 2.7382551s1.2260538 2.7382552 2.7382552 2.7382552h27.3825514c1.5122014 0 2.7382552-1.2260538 2.7382552-2.7382552 0-1.5122014-1.2260538-2.7382551-2.7382552-2.7382551z'/%3E%3Cpath d='M79.7455199 0H8.55088625C4.01393976 0 .33612082 3.67781894.33612082 8.21476543V161.557053c0 4.536947 3.67781894 8.214766 8.21476543 8.214766H79.7455199c4.5369465 0 8.2147655-3.677819 8.2147655-8.214766V8.21476543C87.9602854 3.67781894 84.2824664 0 79.7455199 0zm2.7382552 161.557053c0 1.512202-1.2260538 2.738256-2.7382552 2.738256H8.55088625c-1.51220141 0-2.73825515-1.226054-2.73825515-2.738256V8.21476543c0-1.51220141 1.22605374-2.73825515 2.73825515-2.73825515H79.7455199c1.5122014 0 2.7382552 1.22605374 2.7382552 2.73825515V161.557053z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (min-width: 1024px) {
        .overview__link--app {
          background-size: 23%; } }
      .overview__link--app:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='88' height='170' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cd1719' fill-rule='nonzero'%3E%3Cpath d='M44.1482031 142.389267c-4.5369465 0-8.2147654 3.677819-8.2147654 8.214766 0 4.536946 3.6778189 8.214765 8.2147654 8.214765 4.5369465 0 8.2147654-3.677819 8.2147654-8.214765 0-4.536947-3.6778189-8.214766-8.2147654-8.214766zm0 10.953021c-1.5122014 0-2.7382551-1.226054-2.7382551-2.738255 0-1.512202 1.2260537-2.738255 2.7382551-2.738255s2.7382551 1.226053 2.7382551 2.738255c0 1.512201-1.2260537 2.738255-2.7382551 2.738255zM57.8394788 10.9530206H30.4569274c-1.5122014 0-2.7382552 1.2260537-2.7382552 2.7382551s1.2260538 2.7382552 2.7382552 2.7382552h27.3825514c1.5122014 0 2.7382552-1.2260538 2.7382552-2.7382552 0-1.5122014-1.2260538-2.7382551-2.7382552-2.7382551z'/%3E%3Cpath d='M79.7455199 0H8.55088625C4.01393976 0 .33612082 3.67781894.33612082 8.21476543V161.557053c0 4.536947 3.67781894 8.214766 8.21476543 8.214766H79.7455199c4.5369465 0 8.2147655-3.677819 8.2147655-8.214766V8.21476543C87.9602854 3.67781894 84.2824664 0 79.7455199 0zm2.7382552 161.557053c0 1.512202-1.2260538 2.738256-2.7382552 2.738256H8.55088625c-1.51220141 0-2.73825515-1.226054-2.73825515-2.738256V8.21476543c0-1.51220141 1.22605374-2.73825515 2.73825515-2.73825515H79.7455199c1.5122014 0 2.7382552 1.22605374 2.7382552 2.73825515V161.557053z'/%3E%3C/g%3E%3C/svg%3E"); }
    .overview__link--lte {
      background-size: 18%;
      background-image: url("data:image/svg+xml,%3Csvg width='93' height='170' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23014493' fill-rule='nonzero'%3E%3Cpath d='M85.715 165.562l-13.426-45.765-.002-.009-4.79-16.33-.002-.005-6.62-22.567-.004-.012-10.533-35.906c4.637-1.722 7.95-6.19 7.95-11.42 0-6.715-5.464-12.177-12.179-12.177-6.714 0-12.178 5.463-12.178 12.178 0 5.228 3.313 9.697 7.95 11.42l-21.95 74.82-.002.008-13.425 45.765a3.333 3.333 0 006.396 1.877l2.041-6.959 31.169-20.588 31.168 20.588 2.042 6.959a3.334 3.334 0 004.136 2.26 3.334 3.334 0 002.259-4.137zM40.597 33.548a5.519 5.519 0 015.512-5.512 5.519 5.519 0 015.512 5.512 5.519 5.519 0 01-5.512 5.512 5.518 5.518 0 01-5.512-5.512zm5.512 20.685l7.129 24.303H38.98l7.129-24.303zm-9.085 30.969h18.17l4.667 15.911H32.357l4.667-15.911zm-19.176 65.37l7.211-24.584 15.003 9.91-22.214 14.673zm9.175-31.276l3.378-11.517h31.416l3.379 11.517-19.087 12.607-19.086-12.607zm25.133 16.602l15.003-9.91 7.212 24.584-22.215-14.674z'/%3E%3Cpath d='M30.265 17.704a3.333 3.333 0 10-4.714-4.713c-11.334 11.335-11.334 29.779 0 41.114.652.65 1.504.976 2.358.976a3.333 3.333 0 002.356-5.69c-8.737-8.735-8.737-22.95 0-31.687zM66.666 12.991a3.333 3.333 0 00-4.713 4.714c8.736 8.736 8.736 22.951 0 31.687a3.332 3.332 0 104.714 4.713C78 42.77 78 24.326 66.667 12.991z'/%3E%3Cpath d='M18.25 5.69A3.333 3.333 0 1013.538.975C4.837 9.676.045 21.244.045 33.548c0 12.304 4.792 23.872 13.492 32.572.651.651 1.504.976 2.357.976a3.333 3.333 0 002.357-5.69c-15.362-15.36-15.362-40.355 0-55.717zM85.356 9.414a3.333 3.333 0 00-5.676 3.495c9.603 15.589 7.254 35.532-5.713 48.497a3.333 3.333 0 104.714 4.714c7.371-7.372 12.063-17.126 13.21-27.467 1.128-10.181-1.192-20.565-6.535-29.24zM76.324 0c-4.289 0-4.296 6.666 0 6.666 4.29 0 4.296-6.666 0-6.666z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      @media screen and (min-width: 1024px) {
        .overview__link--lte {
          background-size: 23%; } }
      .overview__link--lte:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='93' height='170' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23cd1719' fill-rule='nonzero'%3E%3Cpath d='M85.715 165.562l-13.426-45.765-.002-.009-4.79-16.33-.002-.005-6.62-22.567-.004-.012-10.533-35.906c4.637-1.722 7.95-6.19 7.95-11.42 0-6.715-5.464-12.177-12.179-12.177-6.714 0-12.178 5.463-12.178 12.178 0 5.228 3.313 9.697 7.95 11.42l-21.95 74.82-.002.008-13.425 45.765a3.333 3.333 0 006.396 1.877l2.041-6.959 31.169-20.588 31.168 20.588 2.042 6.959a3.334 3.334 0 004.136 2.26 3.334 3.334 0 002.259-4.137zM40.597 33.548a5.519 5.519 0 015.512-5.512 5.519 5.519 0 015.512 5.512 5.519 5.519 0 01-5.512 5.512 5.518 5.518 0 01-5.512-5.512zm5.512 20.685l7.129 24.303H38.98l7.129-24.303zm-9.085 30.969h18.17l4.667 15.911H32.357l4.667-15.911zm-19.176 65.37l7.211-24.584 15.003 9.91-22.214 14.673zm9.175-31.276l3.378-11.517h31.416l3.379 11.517-19.087 12.607-19.086-12.607zm25.133 16.602l15.003-9.91 7.212 24.584-22.215-14.674z'/%3E%3Cpath d='M30.265 17.704a3.333 3.333 0 10-4.714-4.713c-11.334 11.335-11.334 29.779 0 41.114.652.65 1.504.976 2.358.976a3.333 3.333 0 002.356-5.69c-8.737-8.735-8.737-22.95 0-31.687zM66.666 12.991a3.333 3.333 0 00-4.713 4.714c8.736 8.736 8.736 22.951 0 31.687a3.332 3.332 0 104.714 4.713C78 42.77 78 24.326 66.667 12.991z'/%3E%3Cpath d='M18.25 5.69A3.333 3.333 0 1013.538.975C4.837 9.676.045 21.244.045 33.548c0 12.304 4.792 23.872 13.492 32.572.651.651 1.504.976 2.357.976a3.333 3.333 0 002.357-5.69c-15.362-15.36-15.362-40.355 0-55.717zM85.356 9.414a3.333 3.333 0 00-5.676 3.495c9.603 15.589 7.254 35.532-5.713 48.497a3.333 3.333 0 104.714 4.714c7.371-7.372 12.063-17.126 13.21-27.467 1.128-10.181-1.192-20.565-6.535-29.24zM76.324 0c-4.289 0-4.296 6.666 0 6.666 4.29 0 4.296-6.666 0-6.666z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
    .overview__link:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 56.25%; }
      @media screen and (min-width: 1024px) {
        .overview__link:before {
          padding-top: 100%; } }
    .overview__link:hover {
      color: #cd1719; }
  .overview__caption {
    font-size: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10%;
    font-weight: bold; }
    @media screen and (min-width: 1024px) {
      .overview__caption {
        font-size: 1.25rem;
        line-height: 1.25rem; } }
    @media screen and (min-width: 1150px) {
      .overview__caption {
        font-size: 1.5rem;
        line-height: 1.5rem; } }

.page-content {
  min-width: 320px;
  padding: 0 10px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .page-content--inactive {
      opacity: 0.2; } }
  @media screen and (min-width: 960px) {
    .page-content--inactive::before {
      content: " ";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; } }
  .page-content__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px; }
    @media screen and (min-width: 1380px) {
      .page-content__wrapper {
        max-width: 1360px;
        padding: 0 40px; } }

.page-footer {
  min-width: 320px;
  padding: 0 10px; }
  .page-footer__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 0; }
    @media screen and (min-width: 960px) {
      .page-footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .page-footer__claim {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #004494;
    font-weight: 600;
    margin: 0;
    padding: 0 0 30px; }
    @media screen and (min-width: 960px) {
      .page-footer__claim {
        padding: 0 20px 0 0; } }

.page-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  margin-bottom: 20px;
  margin-top: 0;
  min-width: 320px;
  padding: 10px 10px 0;
  position: relative; }
  .page-header__logo {
    border: 0;
    display: block;
    background-image: url("../images/logo-claim.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 176px;
    white-space: nowrap;
    width: 176px; }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
      .page-header__logo {
        background-image: url("../images/logo-claim@2x.png"); } }
    @media screen and (min-width: 960px) {
      .page-header__logo {
        height: 136px;
        margin: 20px 0 0 50px;
        width: 272px;
        text-indent: 272px; } }
  .page-header__list {
    position: absolute;
    top: 0;
    right: 0;
    list-style-type: none;
    padding: 0; }
    @media screen and (min-width: 960px) {
      .page-header__list {
        right: 180px; } }
  .page-header__list-item {
    margin-right: 10px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 480px) {
      .page-header__list-item {
        display: inline-block;
        margin-bottom: 0; } }
    @media screen and (min-width: 1660px) {
      .page-header__list-item {
        right: 0;
        left: auto; } }
  .page-header__link {
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 400;
    padding: 10px 12px;
    display: inline-block;
    color: #004494;
    text-decoration: none;
    background-color: rgba(1, 68, 147, 0.2); }
    .page-header__link:hover {
      color: #fff; }
      .page-header__link:hover .page-header__icon {
        fill: #fff; }
  .page-header__link-text {
    margin-left: 8px;
    display: none; }
    @media screen and (min-width: 960px) {
      .page-header__link-text {
        display: inline-block; } }
  .page-header__icon {
    fill: #004494;
    vertical-align: middle;
    display: inline-block; }
    .page-header__icon--login {
      width: 16px;
      height: 18px; }
    .page-header__icon--finder {
      width: 16px;
      height: 18px; }

.plan {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 0 0 3px;
  margin: 0;
  position: relative;
  border-radius: 20px; }
  .plan--prepaid-basic {
    border: 2px solid #79b835; }
  .plan--prepaid-easy {
    border: 2px solid #44bde8; }
  .plan--prepaid-smart {
    border: 2px solid #cd161a; }
  .plan--prepaid-smart-plus {
    border: 2px solid #ef7d1a; }
  .plan--smart-max {
    border: 2px solid #660066; }
  .plan--data {
    border: 2px solid #f6b805; }
  .plan__header {
    padding: 28px 20px 24px; }
    .plan__header--prepaid-basic {
      background-color: #79b835; }
    .plan__header--prepaid-easy {
      background-color: #44bde8; }
    .plan__header--prepaid-smart {
      background-color: #cd161a; }
    .plan__header--prepaid-smart-plus {
      background-color: #ef7d1a; }
    .plan__header--smart-max {
      background-color: #660066; }
    .plan__header--data {
      background-color: #f6b805; }
  .plan__title {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin: 0;
    font-family: "DK-Snemand", sans-serif;
    color: #fff;
    font-weight: 300; }
  .plan__content {
    padding: 20px 10px 130px;
    margin: 0 3px;
    background-color: #fff; }
    @media screen and (min-width: 420px) {
      .plan__content {
        padding-left: 27px;
        padding-right: 27px; } }
    @media screen and (min-width: 640px) {
      .plan__content {
        padding-left: 37px;
        padding-right: 37px; } }
    @media screen and (min-width: 1024px) {
      .plan__content {
        padding-bottom: 176px; } }
    @media screen and (min-width: 640px) {
      .plan__content {
        padding-bottom: 140px; } }
    @media screen and (min-width: 1295px) {
      .plan__content--compact {
        padding-bottom: 140px;
        padding-left: 10px;
        padding-right: 10px; } }
    .plan__content--with-badge-on-responsive-type {
      padding-bottom: 230px; }
      @media screen and (min-width: 1295px) {
        .plan__content--with-badge-on-responsive-type {
          padding-bottom: 140px; } }
    .plan__content--with-badge {
      padding-bottom: 230px; }
      @media screen and (min-width: 1295px) {
        .plan__content--with-badge {
          padding-bottom: 290px; } }
    .plan__content--teaser {
      padding-bottom: 130px;
      padding-top: 7px;
      background-color: transparent;
      color: #fff; }
      @media screen and (min-width: 420px) {
        .plan__content--teaser {
          padding-bottom: 80px; } }
  .plan__badge {
    background-size: 90px 90px;
    height: 90px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 90px; }
    @media screen and (min-width: 1295px) {
      .plan__badge {
        margin-left: auto;
        margin-right: auto; } }
  .plan__footer {
    background-color: #fff;
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 0 7px 17px; }
    @media screen and (min-width: 420px) {
      .plan__footer {
        padding-left: 27px;
        padding-right: 27px; } }
    @media screen and (min-width: 640px) {
      .plan__footer {
        padding-left: 37px;
        padding-right: 37px; } }
    @media screen and (min-width: 1295px) {
      .plan__footer--compact {
        padding-left: 7px;
        padding-right: 7px; } }
    .plan__footer--teaser {
      background-color: transparent;
      color: #fff; }
      @media screen and (min-width: 420px) {
        .plan__footer--teaser {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
  @media screen and (min-width: 420px) {
    .plan__pricing--teaser {
      margin-bottom: 0; } }
  .plan__interaction {
    width: 100%; }
    @media screen and (min-width: 640px) {
      .plan__interaction {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 1295px) {
      .plan__interaction--compact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .plan__button--compact {
    width: 100%; }
    @media screen and (min-width: 420px) {
      .plan__button--compact {
        width: auto; } }
    @media screen and (min-width: 1295px) {
      .plan__button--compact {
        width: 100%; } }
  .plan__price--prepaid-basic {
    color: #79b835; }
  .plan__price--prepaid-easy {
    color: #44bde8; }
  .plan__price--prepaid-smart {
    color: #cd161a; }
  .plan__price--prepaid-smart-plus {
    color: #ef7d1a; }
  .plan__price--smart-max {
    color: #660066; }
  .plan__price--data {
    color: #f6b805; }
  .plan__compare {
    display: none;
    margin: 28px auto 0;
    width: 200px; }
    @media screen and (min-width: 1024px) {
      .plan__compare {
        display: block; } }
    @media screen and (min-width: 640px) {
      .plan__compare {
        margin: 0; } }
    @media screen and (min-width: 1295px) {
      .plan__compare--compact {
        margin: 28px auto 0; } }

.plan-hero {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }
  @media screen and (min-width: 960px) {
    .plan-hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .plan-hero__header {
    background-position: 3px 3px;
    background-repeat: no-repeat;
    background-size: auto 114px;
    padding: 28px 20px 24px; }
    @media screen and (min-width: 960px) {
      .plan-hero__header {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        background-size: 90% auto;
        max-width: calc(25% - 20px);
        padding: 100px 0 13px 20px;
        min-width: 280px; } }
    .plan-hero__header--six-months-package {
      background-color: #83149F;
      background-image: url("../images/tarife/visual-prepaid-6-monats-paket@2x.png"); }
  .plan-hero__topline {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding: 4px 10px 6px;
    margin: 0 0 10px;
    background-color: #fff;
    color: #83149F;
    display: inline-block; }
  .plan-hero__title {
    font-size: 1.6875rem;
    line-height: 2.3125rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin: 0;
    color: #fff;
    font-family: "DK-Snemand", sans-serif; }
    @media screen and (min-width: 960px) {
      .plan-hero__title {
        font-size: 2.25rem;
        line-height: 2.625rem;
        background-size: 90% auto; } }
    .plan-hero__title--six-months-package {
      background-image: url("../images/tarife/prepaid-6-monats-paket.svg"); }
  @media screen and (min-width: 960px) {
    .plan-hero__title-first-row {
      display: block; } }
  .plan-hero__content-wrapper {
    border: 4px solid #83149F;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    @media screen and (min-width: 960px) {
      .plan-hero__content-wrapper {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        position: relative;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; } }
  .plan-hero__content {
    margin: 0 3px;
    padding: 18px 7px 17px; }
    @media screen and (min-width: 960px) {
      .plan-hero__content {
        padding: 19px 37px 0; } }
  .plan-hero__badge {
    font-size: 1.125rem;
    line-height: 1.375rem;
    position: absolute;
    height: 90px;
    width: 90px;
    right: -10px;
    top: -70px; }
    @media screen and (min-width: 960px) {
      .plan-hero__badge {
        right: 0;
        top: -50px; } }
    @media screen and (min-width: 1280px) {
      .plan-hero__badge {
        height: 110px;
        width: 110px;
        top: -50px;
        left: -158px; } }
  .plan-hero__footer {
    padding: 18px 7px 17px; }
    @media screen and (min-width: 960px) {
      .plan-hero__footer {
        padding: 0 37px 24px; } }
  .plan-hero__interaction {
    width: 100%; }
    @media screen and (min-width: 640px) {
      .plan-hero__interaction {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .plan-hero__usp {
    border: 4px solid #004494;
    padding: 0 20px; }
    @media screen and (min-width: 960px) {
      .plan-hero__usp {
        position: absolute;
        right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        max-width: 50%; } }
  .plan-hero__usp-inner {
    position: relative; }
  .plan-hero__usp-headline {
    font-size: 1.375rem;
    line-height: 1.5rem;
    color: #004494;
    font-weight: 700; }

.plan-details {
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  min-width: 250px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  max-width: 520px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(48.5%, #efefef), color-stop(48.5%, #fff), color-stop(51.5%, #fff), color-stop(51.5%, #efefef));
  background: linear-gradient(to top left, #efefef 48.5%, #fff 48.5%, #fff 51.5%, #efefef 51.5%); }
  @media screen and (min-width: 960px) {
    .plan-details {
      margin-bottom: 28px;
      margin-top: 8px; } }
  .plan-details__option--right {
    text-align: right; }
  .plan-details__option--connector {
    color: #fff;
    padding: 6px;
    text-align: center; }
  .plan-details__connector {
    font-size: 100px;
    line-height: 100px;
    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;
    color: #004494;
    max-width: 520px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700; }
    @media screen and (min-width: 960px) {
      .plan-details__connector {
        margin-bottom: 28px;
        margin-top: 8px; } }

.plan-comparison {
  display: none;
  width: 100%;
  margin: 60px 0 120px; }
  @media screen and (min-width: 1024px) {
    .plan-comparison {
      display: block; } }

.plan-group {
  width: 100%; }
  @media screen and (min-width: 1295px) {
    .plan-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      width: calc(100% + 20px); } }
  .plan-group__item {
    overflow: hidden;
    margin: 0 0 25px 0; }
    @media screen and (min-width: 1295px) {
      .plan-group__item {
        margin: 0 20px 20px 0; }
        .plan-group__item--fourth {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 25%;
                  flex: 1 1 25%; }
        .plan-group__item--half {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%; }
        .plan-group__item--full {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }

.plan-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: calc(100% + 20px); }
  .plan-table__cell {
    padding: 0 20px 0 0; }
  .plan-table__caption {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    border-bottom: 2px solid #000;
    padding: 30px 0 0;
    text-align: left;
    font-weight: 600; }
    .plan-table__caption--no-padding {
      padding-top: 0; }
    .plan-table__caption--level-2 {
      border-bottom: none;
      font-weight: 600;
      padding: 20px 0 0; }
    .plan-table__caption--collapsable {
      cursor: pointer;
      padding-left: 20px;
      position: relative; }
      .plan-table__caption--collapsable::before {
        border-right: 2px solid #000;
        border-top: 2px solid #000;
        content: " ";
        display: block;
        height: 9px;
        left: 0;
        position: absolute;
        top: 39px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 9px;
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
    .plan-table__caption--collapsed::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .plan-table__caption--expanded::before {
      -webkit-transform: translate(2px, -2px) rotate(135deg);
              transform: translate(2px, -2px) rotate(135deg); }
  .plan-table__label {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 14px 0;
    font-weight: normal;
    text-align: left; }
  .plan-table__value {
    font-size: 1.125rem;
    line-height: 1.375rem;
    border-bottom: 1px solid #000;
    padding: 14px 0; }
    .plan-table__value--no-border {
      border-bottom: none; }

.plan-teaser {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 0 0 3px;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .plan-teaser__header {
    padding: 0 0 24px 100px; }
  .plan-teaser__content-wrapper {
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 80px;
    min-height: 300px;
    padding: 20px;
    position: relative; }
    .plan-teaser__content-wrapper::before {
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      bottom: 0;
      content: " ";
      display: block;
      height: calc(100% - 78px);
      left: -60px;
      position: absolute;
      width: 60px; }
    .plan-teaser__content-wrapper::after {
      content: " ";
      display: block;
      height: 100px;
      left: -60px;
      position: absolute;
      top: 0;
      -webkit-transform: rotate(37.6deg) translate(27.6px, -16px);
              transform: rotate(37.6deg) translate(27.6px, -16px);
      width: 24px; }
    .plan-teaser__content-wrapper--prepaid-basic, .plan-teaser__content-wrapper--prepaid-basic::before, .plan-teaser__content-wrapper--prepaid-basic::after {
      background-color: #79b835; }
    .plan-teaser__content-wrapper--prepaid-easy, .plan-teaser__content-wrapper--prepaid-easy::before, .plan-teaser__content-wrapper--prepaid-easy::after {
      background-color: #44bde8; }
    .plan-teaser__content-wrapper--prepaid-smart, .plan-teaser__content-wrapper--prepaid-smart::before, .plan-teaser__content-wrapper--prepaid-smart::after {
      background-color: #cd161a; }
    .plan-teaser__content-wrapper--prepaid-smart-plus, .plan-teaser__content-wrapper--prepaid-smart-plus::before, .plan-teaser__content-wrapper--prepaid-smart-plus::after {
      background-color: #ef7d1a; }
    .plan-teaser__content-wrapper--smart-max, .plan-teaser__content-wrapper--smart-max::before, .plan-teaser__content-wrapper--smart-max::after {
      background-color: #660066; }
    .plan-teaser__content-wrapper--data, .plan-teaser__content-wrapper--data::before, .plan-teaser__content-wrapper--data::after {
      background-color: #f6b805; }
    .plan-teaser__content-wrapper--prepaid-six-months-package, .plan-teaser__content-wrapper--prepaid-six-months-package::before, .plan-teaser__content-wrapper--prepaid-six-months-package::after {
      background-color: #83149F; }
  .plan-teaser__content-inner {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .plan-teaser__content-inner::before {
      content: " ";
      display: block;
      height: 40px;
      left: -41px;
      position: absolute;
      top: 20px;
      width: 24px; }
    .plan-teaser__content-inner--prepaid-basic {
      color: #79b835; }
      .plan-teaser__content-inner--prepaid-basic::before {
        background-color: #79b835; }
    .plan-teaser__content-inner--prepaid-easy {
      color: #44bde8; }
      .plan-teaser__content-inner--prepaid-easy::before {
        background-color: #44bde8; }
    .plan-teaser__content-inner--prepaid-smart {
      color: #cd161a; }
      .plan-teaser__content-inner--prepaid-smart::before {
        background-color: #cd161a; }
    .plan-teaser__content-inner--prepaid-smart-plus {
      color: #ef7d1a; }
      .plan-teaser__content-inner--prepaid-smart-plus::before {
        background-color: #ef7d1a; }
    .plan-teaser__content-inner--smart-max {
      color: #660066; }
      .plan-teaser__content-inner--smart-max::before {
        background-color: #660066; }
    .plan-teaser__content-inner--data {
      color: #f6b805; }
      .plan-teaser__content-inner--data::before {
        background-color: #f6b805; }
    .plan-teaser__content-inner--prepaid-six-months-package {
      color: #83149F; }
      .plan-teaser__content-inner--prepaid-six-months-package::before {
        background-color: #83149F; }
  .plan-teaser__title {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin: 0;
    font-family: "DK-Snemand", sans-serif;
    color: #fff;
    font-weight: 400; }
    @media screen and (min-width: 1048px) {
      .plan-teaser__title {
        font-size: 1.875rem;
        line-height: 2.3125rem; } }
    .plan-teaser__title--prepaid-basic {
      color: #79b835; }
    .plan-teaser__title--prepaid-easy {
      color: #44bde8; }
    .plan-teaser__title--prepaid-smart {
      color: #cd161a; }
    .plan-teaser__title--prepaid-smart-plus {
      color: #ef7d1a; }
    .plan-teaser__title--smart-max {
      color: #660066; }
    .plan-teaser__title--data {
      color: #f6b805; }
    .plan-teaser__title--prepaid-six-months-package {
      color: #83149F; }
  .plan-teaser__price {
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 700; }
    @media screen and (min-width: 1048px) {
      .plan-teaser__price {
        font-size: 1.875rem;
        line-height: 1.875rem; } }
  .plan-teaser__price-per {
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 400; }
  .plan-teaser__content {
    padding: 18px 15px; }
  .plan-teaser__footer {
    background-color: #fff;
    padding: 0 18px 18px; }
    @media screen and (min-width: 1295px) {
      .plan-teaser__footer--compact {
        padding-left: 7px;
        padding-right: 7px; } }
    @media screen and (min-width: 420px) {
      .plan-teaser__footer {
        background-color: transparent;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .plan-teaser__button--compact {
    width: 100%; }
    @media screen and (min-width: 420px) {
      .plan-teaser__button--compact {
        width: auto; } }
    @media screen and (min-width: 1295px) {
      .plan-teaser__button--compact {
        width: 100%; } }

.price {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600; }
  @media screen and (min-width: 1048px) {
    .price {
      font-size: 1.875rem;
      line-height: 2.3125rem; } }
  .price--placeholder {
    font-size: 1.125rem;
    line-height: 2rem; }
    @media screen and (min-width: 1048px) {
      .price--placeholder {
        font-size: 1.125rem;
        line-height: 2.3125rem; } }
  .price--highlight {
    color: #004494; }
  .price--value {
    font-size: 5.625rem;
    line-height: 6rem; }
  .price--decimals {
    font-size: 3.125rem;
    line-height: 3.5rem;
    position: absolute;
    top: -48px;
    right: -80px; }
  .price__wrapper {
    position: relative; }

.price-tag {
  white-space: nowrap; }
  .price-tag--block {
    display: block; }

.price--smartphone-tile {
  font-size: 2.8125rem;
  line-height: 3.125rem; }

.price__decimals--smartphone-tile {
  font-size: 2rem;
  line-height: 2rem;
  margin-left: -10px; }

.responsive-text {
  font-size: 0.875rem;
  line-height: 1.25rem; }
  @media screen and (min-width: 640px) {
    .responsive-text {
      font-size: 1rem;
      line-height: 1.375rem; } }

.roaming-form {
  margin: 40px 0; }
  .roaming-form__row {
    width: 100%; }
    @media screen and (min-width: 860px) {
      .roaming-form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  @media screen and (min-width: 860px) {
    .roaming-form__field {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      margin: 0 0 0 30px; } }
  .roaming-form__field:first-child {
    margin-left: 0; }
  .roaming-form .option-wrapper,
  .roaming-form #ra2_data-option-wrapper {
    line-height: 2.875rem;
    padding-left: 15px;
    border-bottom: 2px solid #000;
    height: 46px; }

.roaming-result {
  background-color: #eee;
  padding: 20px; }
  .roaming-result__row {
    width: 100%;
    margin-top: 18px; }
    @media screen and (min-width: 860px) {
      .roaming-result__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .roaming-result__column {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .roaming-result__column--description {
      font-weight: 700;
      margin-right: 20px; }
    @media screen and (min-width: 860px) {
      .roaming-result__column {
        width: 50%; } }
  @media screen and (min-width: 860px) {
    .roaming-result__field {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      margin: 0 0 0 30px; } }
  .roaming-result__field:first-child {
    margin-left: 0; }
  .roaming-result__value-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .roaming-result__value-list-item {
    margin-bottom: 6px; }

.roaming-pass {
  padding: 0 20px; }
  .roaming-pass__row {
    width: 100%;
    margin-top: 10px; }
    @media screen and (min-width: 860px) {
      .roaming-pass__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .roaming-pass__column {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px; }
    .roaming-pass__column:nth-child(1) {
      margin-right: 20px; }
    .roaming-pass__column:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 860px) {
      .roaming-pass__column {
        width: 50%;
        margin-bottom: 0; } }
  .roaming-pass__column-headline {
    margin: 0;
    font-weight: 700; }
  .roaming-pass__headline {
    font-weight: 700;
    color: #004494;
    margin: 20px 0 20px; }
  .roaming-pass__subheadline {
    margin: 0 0 20px; }
  .roaming-pass__copy {
    margin: 0 0 10px; }
  .roaming-pass__price {
    color: #004494; }
  .roaming-pass__link {
    color: #004494;
    text-decoration: none; }
    .roaming-pass__link:hover {
      text-decoration: underline; }
  .roaming-pass__hint {
    margin: 20px 0 0; }

.step-list {
  font-size: 1rem;
  line-height: 1.25rem;
  counter-reset: steps;
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }
  @media screen and (min-width: 1048px) {
    .step-list {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  @media screen and (min-width: 960px) {
    .step-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 30px 0; } }
  .step-list__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    counter-increment: steps;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px; }
    @media screen and (min-width: 960px) {
      .step-list__item {
        margin-right: 40px; } }
    .step-list__item::before {
      background-color: #004494;
      border-radius: 50%;
      color: #fff;
      content: counter(steps) ".";
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 61px;
              flex: 0 0 61px;
      font-size: 43px;
      font-weight: 600;
      height: 61px;
      line-height: 53px;
      margin: 0 20px 0 0;
      padding: 4px;
      text-align: center;
      vertical-align: middle;
      width: 61px; }
      @media screen and (min-width: 1170px) {
        .step-list__item::before {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 84px;
                  flex: 0 0 84px;
          font-size: 60px;
          height: 84px;
          line-height: 72px;
          padding: 6px;
          width: 84px; } }
    .step-list__item::after {
      background-image: url("../images/arrow.svg");
      content: " ";
      display: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 22px;
              flex: 0 0 22px;
      height: 38px;
      margin: 0 0 0 20px; }
      @media screen and (min-width: 960px) {
        .step-list__item::after {
          display: inline-block; } }
    .step-list__item:last-child::after {
      display: none; }

.step-list-simple {
  font-size: 1rem;
  line-height: 1.25rem;
  counter-reset: steps;
  list-style-type: none;
  padding: 0; }
  @media screen and (min-width: 1048px) {
    .step-list-simple {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  .step-list-simple__item {
    counter-increment: steps;
    position: relative;
    padding: 20px; }
    .step-list-simple__item::before {
      font-weight: 700;
      position: absolute;
      content: counter(steps) ".";
      text-align: center;
      vertical-align: top;
      margin-left: -20px; }

.subheadline {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 12px;
  padding: 0; }
  @media screen and (min-width: 1048px) {
    .subheadline {
      font-size: 1.125rem;
      line-height: 1.375rem; } }
  .subheadline--large {
    font-size: 1.375rem;
    line-height: 1.75rem; }
  .subheadline--no-margin {
    margin-bottom: 0; }
  .subheadline--no-fees {
    color: #94be0f; }
  .subheadline--extra-fees {
    color: #c50000; }

.sub-nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 959px) {
    .sub-nav {
      margin-bottom: -1px; } }
  @media screen and (min-width: 960px) {
    .sub-nav {
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      display: none;
      left: -15px;
      min-width: 280px;
      position: absolute;
      top: 40px;
      z-index: 2; } }
  @media screen and (min-width: 960px) {
    .sub-nav--active {
      display: block; } }
  .sub-nav__item {
    background-color: #fff;
    font-weight: 400;
    white-space: nowrap; }
    @media screen and (max-width: 959px) {
      .sub-nav__item {
        font-size: 1.125rem;
        line-height: 3.125rem;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out; } }
    @media screen and (min-width: 960px) {
      .sub-nav__item {
        font-size: 1.375rem;
        line-height: 3.125rem; } }
    @media screen and (min-width: 960px) {
      .sub-nav__item:first-child {
        padding-top: 10px; } }
    @media screen and (min-width: 960px) {
      .sub-nav__item:last-child {
        padding-bottom: 10px; } }
    .sub-nav--active .sub-nav__item {
      max-height: 60px; }
      @media screen and (max-width: 959px) {
        .sub-nav--active .sub-nav__item {
          border-top: 1px solid #d8d8d8; } }
      @media screen and (max-width: 959px) {
        .sub-nav--active .sub-nav__item:last-child {
          border-bottom: 1px solid #000; } }
  .sub-nav__link {
    color: #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    -webkit-text-decoration: transparent;
            text-decoration: transparent;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
    @media screen and (max-width: 959px) {
      .sub-nav__link {
        padding: 0 20px 0 40px; } }
    @media screen and (min-width: 960px) {
      .sub-nav__link {
        padding: 0 30px; } }
    .sub-nav__link:hover {
      text-decoration: underline; }

.svg--inline {
  display: inline-block;
  margin: 0 5px;
  vertical-align: text-top; }

.switch {
  height: 26px;
  overflow: hidden; }
  .switch__checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .switch__label {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    cursor: pointer;
    color: #000;
    display: inline-block;
    min-width: 200px;
    padding: 0 0 0 60px;
    position: relative; }
    .switch__label::before {
      background-color: #dbdbdb;
      border-color: #dbdbdb;
      border-radius: 17px;
      border-style: solid;
      border-width: 4px;
      content: " ";
      display: inline-block;
      height: 25px;
      left: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 48px;
      -webkit-transition: border-color background-color 0.3s ease-out;
      transition: border-color background-color 0.3s ease-out; }
    .switch__label::after {
      background-color: #fff;
      border-radius: 50%;
      content: " ";
      display: block;
      height: 17px;
      left: 4px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out;
      width: 17px; }
    .switch__label--disabled {
      color: #eee;
      cursor: not-allowed; }
      .switch__label--disabled::before {
        background-color: #eee;
        border-color: #eee; }
  .switch__checkbox:checked + .switch__label {
    font-weight: 600; }
    .switch__checkbox:checked + .switch__label--prepaid-basic {
      color: #79b835; }
    .switch__checkbox:checked + .switch__label--prepaid-smart {
      color: #cd161a; }
    .switch__checkbox:checked + .switch__label--prepaid-smart-plus {
      color: #ef7d1a; }
    .switch__checkbox:checked + .switch__label--smart-max {
      color: #660066; }
    .switch__checkbox:checked + .switch__label--prepaid-easy {
      color: #44bde8; }
    .switch__checkbox:checked + .switch__label--data {
      color: #f6b805; }
    .switch__checkbox:checked + .switch__label--prepaid-basic::before {
      border-color: #79b835;
      background-color: #79b835; }
    .switch__checkbox:checked + .switch__label--prepaid-smart::before {
      border-color: #cd161a;
      background-color: #cd161a; }
    .switch__checkbox:checked + .switch__label--prepaid-smart-plus::before {
      border-color: #ef7d1a;
      background-color: #ef7d1a; }
    .switch__checkbox:checked + .switch__label--smart-max::before {
      border-color: #660066;
      background-color: #660066; }
    .switch__checkbox:checked + .switch__label--prepaid-easy::before {
      border-color: #44bde8;
      background-color: #44bde8; }
    .switch__checkbox:checked + .switch__label--data::before {
      border-color: #f6b805;
      background-color: #f6b805; }
    .switch__checkbox:checked + .switch__label::after {
      left: 27px; }

@media screen and (min-width: 960px) {
  .tab-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto; } }

.tab-nav__headline {
  /* Styles for TAB Navigation */ }
  @media screen and (max-width: 959px) {
    .tab-nav__headline {
      font-size: 1.125rem;
      line-height: 1.375rem;
      background-color: #004494;
      color: #fff;
      cursor: pointer;
      display: block;
      margin: 20px 0 0;
      padding: 10px 10px 10px 15px;
      position: relative; }
      .tab-nav__headline--inactive {
        padding-left: 32px; }
        .tab-nav__headline--inactive::before {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: " ";
          display: block;
          height: 7px;
          left: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          width: 7px;
          -webkit-transition: -webkit-transform 0.1s ease-out;
          transition: -webkit-transform 0.1s ease-out;
          transition: transform 0.1s ease-out;
          transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
      .tab-nav__headline--active {
        padding-left: 32px; }
        .tab-nav__headline--active::before {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: " ";
          display: block;
          height: 7px;
          position: absolute;
          top: 50%;
          width: 7px;
          -webkit-transition: -webkit-transform 0.1s ease-out;
          transition: -webkit-transform 0.1s ease-out;
          transition: transform 0.1s ease-out;
          transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
          left: 12px;
          -webkit-transform: translateY(-50%) rotate(135deg);
                  transform: translateY(-50%) rotate(135deg); } }
  @media screen and (min-width: 960px) {
    .tab-nav__headline {
      padding: 15px 10px 10px;
      cursor: pointer;
      background-color: #fff;
      width: 100%;
      height: 100%;
      text-align: center;
      border-bottom: 2px solid #004494;
      border-left: 2px solid #004494;
      color: #004494;
      font-weight: bold;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1.375rem;
      line-height: 1.5rem; }
      .tab-nav__headline:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        top: 0; }
      .tab-nav__headline:hover {
        border-bottom: 2px solid transparent; }
      .tab-nav__headline:hover::before {
        border-top: 2px solid #004494; }
      .tab-nav__headline--first {
        border-left: 2px solid transparent;
        -ms-grid-column: 1; }
      .tab-nav__headline--second {
        -ms-grid-column: 2; }
      .tab-nav__headline--third {
        -ms-grid-column: 3; }
      .tab-nav__headline--fourth {
        -ms-grid-column: 4; }
      .tab-nav__headline--five {
        -ms-grid-column: 5; }
      .tab-nav__headline--last {
        border-right: 2px solid transparent;
        -ms-grid-column: 5; }
      .tab-nav__headline--inactive.tab-nav__headline--first::before {
        border-left: 0; }
      .tab-nav__headline--active {
        border-bottom: 0;
        border-bottom: 2px solid transparent; }
      .tab-nav__headline--active::before {
        border-top: 2px solid #004494; }
      .tab-nav__headline--active.tab-nav__headline--first::before {
        border-left: 2px solid #004494; }
      .tab-nav__headline--active.tab-nav__headline--first:hover::before {
        border-left: 2px solid #004494; }
      .tab-nav__headline--active.tab-nav__headline--last::before {
        border-right: 2px solid #004494; }
      .tab-nav__headline--inactive.tab-nav__headline--last:hover::before {
        border-right: 2px solid #004494; }
      .tab-nav__headline--inactive.tab-nav__headline--first:hover::before {
        border-left: 2px solid #004494; } }

.tab-nav__content--inactive {
  display: none; }

.tab-nav__content--flush {
  padding: 0; }

@media screen and (max-width: 959px) {
  .tab-nav__content {
    margin: 0 0 20px;
    padding: 10px 20px; } }

@media screen and (min-width: 960px) {
  .tab-nav__content {
    -ms-grid-row: 2;
    grid-row: 2 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
    margin: 20px 0 0; } }

.tab-nav .tick {
  padding-right: 15px; }

.table {
  border-collapse: collapse;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .table {
      table-layout: fixed; } }
  .table__label {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 600;
    padding: 24px 10px 9px;
    border-bottom: 2px solid #000;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .table__label {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 640px) {
      .table__label {
        padding-left: 20px;
        padding-right: 20px; } }
  .table__data {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding: 5px 0;
    text-align: left; }
  .table__cell {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding: 9px 10px;
    text-align: left;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000; }
    @media screen and (min-width: 768px) {
      .table__cell {
        font-size: 1.125rem;
        line-height: 1.375rem; } }
    @media screen and (min-width: 640px) {
      .table__cell {
        padding-left: 20px;
        padding-right: 20px; } }
    .table__cell:first-child {
      border-left: 0; }
  .table--no-vertical-border .table__cell {
    border-left: none; }

.flex-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  @media screen and (min-width: 960px) {
    .flex-teaser {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 960px) {
    .flex-teaser--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .flex-teaser__visual {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%; }
    @media screen and (min-width: 960px) {
      .flex-teaser__visual {
        max-width: 100%; } }
    @media screen and (min-width: 480px) {
      .flex-teaser__visual {
        padding: 20px; } }
    @media screen and (min-width: 1280px) {
      .flex-teaser__visual {
        padding: 40px; } }
  .flex-teaser__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 90%; }
    @media screen and (min-width: 960px) {
      .flex-teaser__image-wrapper {
        max-width: 100%; } }
    .flex-teaser__image-wrapper--shadow::before {
      content: '';
      position: absolute;
      background: rgba(255, 255, 255, 0.5);
      top: 14px;
      left: 14px;
      width: 100%;
      height: 100%; }
  .flex-teaser__content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px; }
    @media screen and (min-width: 960px) {
      .flex-teaser__content-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 20px; } }
    @media screen and (min-width: 1280px) {
      .flex-teaser__content-wrapper {
        padding: 40px; } }
  .flex-teaser__image {
    width: 100%;
    z-index: 1; }
  .flex-teaser__topline {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding: 4px 10px 6px;
    margin: 0 0 10px;
    background-color: #004494;
    color: #fff;
    display: inline-block; }
    @media screen and (min-width: 960px) {
      .flex-teaser__topline {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
  .flex-teaser__headline {
    font-size: 2.5rem;
    line-height: 2.875rem;
    font-family: "DK-Snemand", sans-serif;
    font-weight: 400;
    color: #004494;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
    max-width: 400px; }
    @media screen and (min-width: 960px) {
      .flex-teaser__headline {
        font-size: 3.125rem;
        line-height: 3.5rem;
        text-align: inherit; } }
    @media screen and (min-width: 1280px) {
      .flex-teaser__headline {
        font-size: 4.375rem;
        line-height: 4.75rem;
        max-width: 600px; } }
    @media screen and (min-width: 1280px) {
      .flex-teaser__headline--smaller {
        font-size: 3.75rem;
        line-height: 4.125rem; } }
  .flex-teaser__subline {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 0 30px;
    font-weight: 700;
    max-width: 300px; }
    @media screen and (min-width: 960px) {
      .flex-teaser__subline {
        font-size: 1.25rem;
        line-height: 1.6875rem; } }
    @media screen and (min-width: 1280px) {
      .flex-teaser__subline {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
  .flex-teaser__badge {
    position: absolute;
    width: 105px;
    height: 105px; }
    @media screen and (min-width: 960px) {
      .flex-teaser__badge {
        width: 130px;
        height: 130px; } }

.flex-teaser__button--extra-data {
  z-index: 2; }

.flex-teaser__subline--extra-data {
  text-align: center;
  max-width: 400px; }
  @media screen and (min-width: 960px) {
    .flex-teaser__subline--extra-data {
      text-align: left; } }

.flex-teaser__image-background {
  position: absolute;
  width: calc(100% + 40px);
  top: 50%;
  height: calc(100% + 80px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.flex-teaser__image--extra-data {
  max-width: 402px; }

.flex-teaser__shape-wrapper {
  position: relative;
  height: 100%;
  width: 100%; }

.flex-teaser__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
  .flex-teaser__shape--1 {
    -webkit-animation: anim-shape-1 7s infinite;
            animation: anim-shape-1 7s infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    width: 95%; }
  .flex-teaser__shape--2 {
    -webkit-animation: anim-shape-2 6s infinite;
            animation: anim-shape-2 6s infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    width: 70%; }
  .flex-teaser__shape--3 {
    -webkit-animation: anim-shape-3 10s infinite;
            animation: anim-shape-3 10s infinite;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    width: 75%; }
  .flex-teaser__shape--4 {
    -webkit-animation: anim-shape-4 5s infinite;
            animation: anim-shape-4 5s infinite;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    width: 75%; }
    @media screen and (min-width: 480px) {
      .flex-teaser__shape--4 {
        width: 80%; } }
    @media screen and (min-width: 480px) {
      .flex-teaser__shape--4 {
        width: 90%; } }

@-webkit-keyframes anim-shape-1 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-50%) scale(0.95) skew(20deg);
            transform: translateX(-50%) scale(0.95) skew(20deg); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes anim-shape-1 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-50%) scale(0.95) skew(20deg);
            transform: translateX(-50%) scale(0.95) skew(20deg); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes anim-shape-2 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-40%) scale(0.8) skew(-10deg);
            transform: translateX(-40%) scale(0.8) skew(-10deg); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes anim-shape-2 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-40%) scale(0.8) skew(-10deg);
            transform: translateX(-40%) scale(0.8) skew(-10deg); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes anim-shape-3 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  20% {
    -webkit-transform: translateX(-50%) scale(1.02);
            transform: translateX(-50%) scale(1.02); }
  40% {
    -webkit-transform: translateX(-50%) skew(10deg) scale(0.9);
            transform: translateX(-50%) skew(10deg) scale(0.9); }
  60% {
    -webkit-transform: translateX(-50%) skew(10deg) scale(1);
            transform: translateX(-50%) skew(10deg) scale(1); }
  80% {
    -webkit-transform: translateX(-50%) skew(5deg) scale(0.9);
            transform: translateX(-50%) skew(5deg) scale(0.9); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes anim-shape-3 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  20% {
    -webkit-transform: translateX(-50%) scale(1.02);
            transform: translateX(-50%) scale(1.02); }
  40% {
    -webkit-transform: translateX(-50%) skew(10deg) scale(0.9);
            transform: translateX(-50%) skew(10deg) scale(0.9); }
  60% {
    -webkit-transform: translateX(-50%) skew(10deg) scale(1);
            transform: translateX(-50%) skew(10deg) scale(1); }
  80% {
    -webkit-transform: translateX(-50%) skew(5deg) scale(0.9);
            transform: translateX(-50%) skew(5deg) scale(0.9); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes anim-shape-4 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-45%) scale(1.1) skew(20deg);
            transform: translateX(-45%) scale(1.1) skew(20deg); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes anim-shape-4 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(-45%) scale(1.1) skew(20deg);
            transform: translateX(-45%) scale(1.1) skew(20deg); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.flex-teaser__button--six-months-package {
  z-index: 2; }

.flex-teaser__subline--six-months-package {
  text-align: center;
  max-width: 400px; }
  @media screen and (min-width: 960px) {
    .flex-teaser__subline--six-months-package {
      text-align: left; } }

@media screen and (min-width: 960px) {
  .flex-teaser__visual--six-months-package {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 38%;
            flex: 1 0 38%;
    width: 38%; } }

@media screen and (min-width: 960px) {
  .flex-teaser__content-wrapper--six-months-package {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62%;
            flex: 1 0 62%;
    width: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 5%; } }

@media screen and (min-width: 1280px) {
  .flex-teaser__content-wrapper--six-months-package {
    padding: 0 0 0 12%; } }

.flex-teaser__image--six-months-package {
  max-width: 204px; }

.flex-teaser__badge--six-months-package {
  right: calc(50% - 150px);
  z-index: 1;
  top: -25px;
  background-image: url("../images/bubble-bottom-left-yellow.svg"); }
  @media screen and (min-width: 960px) {
    .flex-teaser__badge--six-months-package {
      background-image: url("../images/bubble-bottom-right-yellow.svg");
      right: auto;
      top: calc(50% - 143px);
      left: -121px; } }

.flex-teaser__button--smart-max-upgrade {
  z-index: 2; }

.flex-teaser__subline--smart-max-upgrade {
  text-align: center;
  max-width: none; }
  @media screen and (min-width: 960px) {
    .flex-teaser__subline--smart-max-upgrade {
      text-align: left; } }

@media screen and (min-width: 960px) {
  .flex-teaser__visual--smart-max-upgrade {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 38%;
            flex: 1 0 38%;
    width: 38%; } }

@media screen and (min-width: 960px) {
  .flex-teaser__content-wrapper--smart-max-upgrade {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62%;
            flex: 1 0 62%;
    width: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 5%; } }

@media screen and (min-width: 1280px) {
  .flex-teaser__content-wrapper--smart-max-upgrade {
    padding: 0 0 0 12%; } }

.flex-teaser__image--smart-max-upgrade {
  position: relative;
  max-width: 204px; }

.flex-teaser__image::before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%; }

.flex-teaser__badge--smart-max-upgrade {
  right: calc(50% - 150px);
  z-index: 1;
  top: -25px;
  background-image: url("../images/bubble-bottom-left-yellow.svg");
  width: 115px;
  height: 115px; }
  @media screen and (min-width: 960px) {
    .flex-teaser__badge--smart-max-upgrade {
      background-image: url("../images/bubble-bottom-right-yellow.svg");
      right: auto;
      top: calc(50% - 143px);
      left: -140px;
      width: 150px;
      height: 150px; } }

@media screen and (min-width: 960px) {
  .teaser {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; } }

.teaser--bottom-margin {
  margin-bottom: 20px; }

@media screen and (min-width: 960px) {
  .teaser__header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; } }

@media screen and (min-width: 960px) {
  .teaser__image-wrapper {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / span 2;
    justify-self: end;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-align: end;
    -ms-grid-row-align: start; } }

.teaser__image {
  max-width: 100%;
  display: block; }
  .teaser__image--spaced {
    margin: 20px 0; }

@media screen and (min-width: 960px) {
  .teaser__main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; } }

.teaser__price {
  margin-bottom: 10px; }

.teaser__list-wrapper {
  display: inline-block;
  margin-top: 10px;
  text-align: left; }

.teaser__seal {
  position: relative;
  width: 122px;
  margin: 12px 0; }
  @media screen and (min-width: 960px) {
    .teaser__seal {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / 3;
      max-width: 122px; } }

.teaser__buybox-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (min-width: 620px) {
    .teaser__buybox-links {
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.teaser__buybox-links--narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media screen and (min-width: 1280px) {
    .teaser__buybox-links--narrow {
      padding-left: 24px; } }

.teaser__buybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eee;
  padding: 20px 30px 30px;
  max-width: 465px;
  position: relative; }
  .teaser__buybox--narrow {
    margin: 0 0 20px 0; }
    @media screen and (min-width: 960px) {
      .teaser__buybox--narrow {
        max-width: 425px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }

@media screen and (min-width: 960px) {
  .teaser__inner-wrapper {
    display: -ms-grid;
    display: grid;
    grid-column: 2;
    grid-row: 1 / 4;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2; } }

.teaser__plan-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 960px) {
    .teaser__plan-details {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.teaser__subheadline {
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 400px; }
  @media screen and (min-width: 960px) {
    .teaser__subheadline {
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-left: 0; } }

.teaser--ja-mobil-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.teaser__image-wrapper--ja-mobil-app {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px; }

.teaser__image--ja-mobil-app {
  width: 100%;
  max-width: 300px;
  margin-left: 0; }

.teaser__content--ja-mobil-app {
  width: 100%;
  max-width: 320px;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.teaser__footnote--ja-mobil-app {
  margin-top: 20px; }

.teaser--ja-mobil-app-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.teaser__image-wrapper--ja-mobil-app-small {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px; }

.teaser__image--ja-mobil-app-small {
  width: 100%;
  max-width: 300px;
  margin-left: 0; }

.teaser__footer--ja-mobil-app-small {
  margin-top: -100px; }

.birthday {
  margin: 0 auto;
  position: relative;
  max-width: 620px; }
  @media screen and (min-width: 960px) {
    .birthday {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      -ms-grid-columns: 690fr 428fr;
      grid-template-columns: 690fr 428fr;
      max-width: none; } }
  .birthday__left {
    margin-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .birthday__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-right: 30px; } }
  .birthday__form {
    border-radius: 20px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 40px; }
    @media screen and (min-width: 640px) {
      .birthday__form {
        padding: 30px; } }
  .birthday__iframe {
    height: 580px;
    width: 100%; }
    @media screen and (min-width: 500px) {
      .birthday__iframe {
        height: 520px; } }
    @media screen and (min-width: 960px) {
      .birthday__iframe {
        height: 565px; } }
    @media screen and (min-width: 1142px) {
      .birthday__iframe {
        height: 535px; } }
  .birthday__list {
    margin-top: 0; }
  @media screen and (min-width: 640px) {
    .birthday__item {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .birthday__item {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  .birthday__headline {
    max-width: 360px;
    margin-bottom: 220px;
    text-align: left; }
    @media screen and (min-width: 640px) {
      .birthday__headline {
        max-width: 400px;
        margin-bottom: 260px; } }
    @media screen and (min-width: 960px) {
      .birthday__headline {
        margin-bottom: 80px; } }

.device-teaser {
  border-radius: 20px;
  background-color: #fff;
  padding: 15px;
  position: relative; }
  @media screen and (min-width: 540px) {
    .device-teaser {
      padding: 30px 30px 30px 200px; } }
  @media screen and (min-width: 640px) {
    .device-teaser {
      padding-left: 245px; } }
  .device-teaser__topper {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 240px;
    z-index: -1; }
    @media screen and (min-width: 400px) {
      .device-teaser__topper {
        width: 320px; } }
    @media screen and (min-width: 640px) {
      .device-teaser__topper {
        width: 342px; } }
  .device-teaser__visual {
    display: block;
    width: 150px;
    margin: 20px auto 0; }
    @media screen and (min-width: 540px) {
      .device-teaser__visual {
        width: 150px;
        position: absolute;
        left: 30px;
        bottom: 20px; } }
    @media screen and (min-width: 640px) {
      .device-teaser__visual {
        width: 185px; } }

.teaser--plan {
  margin-bottom: 40px; }
  @media screen and (min-width: 960px) {
    .teaser--plan {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 960px) {
  .teaser__header--plan {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; } }

.teaser__button--plan:first-child {
  margin-bottom: 20px; }
  @media screen and (min-width: 620px) {
    .teaser__button--plan:first-child {
      margin-bottom: 0;
      margin-right: 40px; } }

.teaser__image-wrapper--plan {
  position: relative; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--plan {
      align-self: start;
      -ms-grid-column-align: end;
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row-align: start;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / span 3;
      justify-self: end;
      max-width: 282px; } }

.teaser__image-subline--plan {
  margin: 24px 0 0; }
  @media screen and (min-width: 960px) {
    .teaser__image-subline--plan {
      max-width: 282px; } }

.teaser__image--plan {
  max-width: 282px; }

@media screen and (min-width: 960px) {
  .teaser__main--plan {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; } }

.teaser__inner-wrapper--plan-smart-max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (min-width: 960px) {
    .teaser__inner-wrapper--plan-smart-max {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.teaser__badge--plan {
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: absolute;
  height: 100px;
  left: 178px;
  top: -8px;
  width: 100px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--plan {
      font-size: 1.5rem;
      line-height: 1.875rem;
      height: 158px;
      left: -135px;
      width: 157px; } }

.teaser__badge--plan-easy {
  height: 122px;
  position: absolute;
  top: -49px;
  width: 122px;
  left: 160px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--plan-easy {
      margin-bottom: 0;
      -ms-grid-column-align: center;
          justify-self: center;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; } }

.teaser__badge--plan-data-volume {
  background-size: 150px;
  height: 150px;
  width: 150px;
  margin-top: 30px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--plan-data-volume {
      height: 160px;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      width: 160px;
      margin-top: 0;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      -ms-grid-column-align: center;
          justify-self: center;
      -ms-grid-row-align: center;
          align-self: center;
      margin-bottom: 20px; } }

.teaser__badge--plan-six-month-package {
  left: -10px;
  top: 100px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--plan-six-month-package {
      left: -135px;
      top: -8px; } }

.teaser__list--plan-easy {
  max-width: 415px; }

.teaser__link-block--plan {
  margin: 20px 0; }
  @media screen and (min-width: 960px) {
    .teaser__link-block--plan {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 3;
      margin: 10px 0 0; } }

.teaser__link-block--plan-narrow {
  margin: 24px 0 40px; }
  @media screen and (min-width: 960px) {
    .teaser__link-block--plan-narrow {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 3; } }

.teaser__text-link--plan {
  display: inline-block;
  white-space: nowrap; }
  .teaser__text-link--plan:first-child {
    margin-bottom: 10px;
    margin-right: 30px; }

.teaser__uspbox {
  border: 4px solid #004494;
  padding: 20px 30px;
  max-width: 465px;
  margin: 0 0 40px 0; }
  @media screen and (min-width: 960px) {
    .teaser__uspbox {
      margin: 0 20px 20px;
      max-width: 300px; } }

.teaser__uspbox-inner {
  position: relative; }

.teaser__uspbox-headline {
  font-size: 1.375rem;
  line-height: 1.5rem;
  color: #004494;
  font-weight: 700;
  margin: 0; }

@media screen and (min-width: 960px) {
  .teaser__box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 960px) {
  .teaser--soundiiz {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 960px) {
  .teaser__header--soundiiz {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; } }

@media screen and (min-width: 960px) {
  .teaser__image-wrapper--soundiiz {
    max-width: 282px;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: start;
    -ms-grid-column-align: end;
    -ms-grid-row-align: start; } }

.teaser__image--soundiiz {
  max-width: 282px; }

@media screen and (min-width: 960px) {
  .teaser__main--soundiiz {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; } }

@media screen and (min-width: 960px) {
  .teaser--tidal {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 960px) {
  .teaser__header--tidal {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    max-width: 380px; } }

.teaser__image-wrapper--tidal {
  margin: 20px 0; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--tidal {
      align-self: center;
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-column-align: end;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / span 2;
      -ms-grid-row-align: center;
      justify-self: end;
      margin: 0; } }

.teaser__image--tidal {
  width: 100%; }

@media screen and (min-width: 960px) {
  .teaser__main--tidal {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2; } }

.teaser__badge--tidal {
  height: 160px;
  margin-top: 0;
  width: 160px;
  background-size: 160px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--tidal {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      -ms-grid-column-align: center;
          justify-self: center; } }

@media screen and (min-width: 960px) {
  .teaser--datapass {
    -ms-grid-columns: 536fr 191fr 423fr;
    grid-template-columns: 536fr 191fr 423fr;
    -ms-grid-rows: 1fr 1fr 50px;
    grid-template-rows: 1fr 1fr 50px; } }

.teaser__header--datapass {
  margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .teaser__header--datapass {
      margin-bottom: 0;
      -ms-flex-item-align: end;
          -ms-grid-row-align: end;
          align-self: end; } }

@media screen and (min-width: 960px) {
  .teaser__headline--datapass {
    font-size: 3rem;
    line-height: 3.375rem;
    margin-bottom: 0;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end; } }

.teaser__main--datapass {
  margin-bottom: 30px; }
  @media screen and (min-width: 960px) {
    .teaser__main--datapass {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / span 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / span 1;
      margin-bottom: 0;
      -ms-grid-row-align: center;
          align-self: center; } }

.teaser__subheadline--datapass {
  font-size: 1.125rem;
  line-height: 1.625rem; }
  @media screen and (min-width: 960px) {
    .teaser__subheadline--datapass {
      max-width: 500px;
      margin-bottom: 0; } }

@media screen and (min-width: 960px) {
  .teaser__footer--datapass {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    -ms-grid-row-align: start;
        align-self: start; } }

.teaser__image-wrapper--datapass {
  max-width: 145px;
  margin-bottom: 30px; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--datapass {
      max-width: 191px;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / span 3;
      -ms-grid-row-align: center;
          align-self: center;
      -ms-grid-column-align: center;
          justify-self: center;
      margin-bottom: 0;
      z-index: 1; } }

.teaser__image-wrapper--datapass-tariffs {
  max-width: 423px;
  margin-bottom: 30px;
  display: none; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--datapass-tariffs {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / span 3;
      margin-bottom: 0;
      -ms-grid-row-align: center;
          align-self: center;
      display: block; } }

.teaser__copy--datapass-gift {
  margin-bottom: 20px; }

@media screen and (min-width: 960px) {
  .teaser--app {
    -ms-grid-columns: 13fr 9fr;
    grid-template-columns: 13fr 9fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    height: 100%; } }

.teaser--app-lp {
  position: relative; }

@media screen and (min-width: 960px) {
  .teaser__header--app {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding-right: 20px; } }

@media screen and (min-width: 1280px) {
  .teaser__header--app {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2; } }

@media screen and (min-width: 960px) {
  .teaser__headline--app {
    font-size: 3.125rem;
    line-height: 3.5rem; } }

@media screen and (min-width: 960px) {
  .teaser__main--app {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; } }

.teaser__image-wrapper--app {
  position: relative;
  margin: 0 0 20px;
  max-width: 470px; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--app {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / 4;
      margin: 0 0 -40px;
      align-self: flex-end;
      -ms-grid-column-align: center;
          justify-self: center; } }

@media screen and (min-width: 960px) {
  .teaser__image-wrapper--big {
    width: 579px;
    max-width: none;
    position: relative;
    right: 7px; } }

@media screen and (min-width: 1200px) {
  .teaser__image-wrapper--big {
    position: relative;
    right: 50px; } }

.teaser__footer--app {
  margin-top: 18px; }
  @media screen and (min-width: 960px) {
    .teaser__footer--app {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / 4; } }

.teaser__copy--app {
  max-width: 560px; }
  @media screen and (min-width: 960px) {
    .teaser__copy--app {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 500;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }

.teaser .badge--app {
  right: 0;
  top: -31px;
  width: 100px;
  height: 100px;
  background-color: #ffed03;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-image: none; }
  @media screen and (min-width: 400px) {
    .teaser .badge--app {
      top: -42px;
      width: 100px;
      height: 100px; } }
  @media screen and (min-width: 640px) {
    .teaser .badge--app {
      bottom: 50px;
      left: calc(50% + 193px);
      font-size: 0.875rem;
      line-height: 1rem;
      top: 0px;
      border-radius: 100%;
      width: 130px;
      height: 130px; } }
  @media screen and (min-width: 1200px) {
    .teaser .badge--app {
      left: calc(50% + 203px); } }
  .teaser .badge--app::after {
    border-bottom: 20px solid transparent;
    border-left: 0;
    border-right: 30px solid #ffed03;
    border-top: 20px solid transparent;
    content: " ";
    left: 3px;
    position: absolute;
    top: 77%;
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg); }
    @media screen and (min-width: 640px) {
      .teaser .badge--app::after {
        -webkit-transform: rotate(-51deg);
                transform: rotate(-51deg); } }

.teaser .badge__wrapper--app {
  background-color: #ffed03;
  border-radius: 100%;
  padding: 4px 7px;
  z-index: 9; }

.teaser .badge__content--app {
  font-size: 12px 18px/16pxrem;
  line-height: 1.4375rem;
  font-family: "DK-Snemand", sans-serif;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cd171a;
  width: 85px; }
  @media screen and (min-width: 640px) {
    .teaser .badge__content--app {
      font-size: 1rem;
      line-height: 1.375rem;
      -webkit-transform: translateX(-3%) translateY(-50%);
              transform: translateX(-3%) translateY(-50%);
      width: auto; } }

.teaser .badge__footnote--app {
  width: 11px;
  height: 11px; }

@media screen and (min-width: 960px) {
  .teaser--smartphones {
    height: 100%;
    position: relative;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 50px;
    grid-template-rows: 1fr 1fr 50px; } }

.teaser__header--smartphones {
  margin-bottom: 14px; }
  @media screen and (min-width: 960px) {
    .teaser__header--smartphones {
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start; } }

.teaser__list--smartphones {
  padding-left: 60px; }

.teaser__list:last-child {
  margin-bottom: 30px; }

.teaser__list-item--smartphones {
  font-size: 1.25rem;
  line-height: 1.75rem; }
  .teaser__list-item--smartphones:before {
    left: -60px; }

.teaser__list-item--delivery-costs::before {
  background-image: url("../images/plan/icon-versand.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: " ";
  height: 30px;
  width: 60px;
  left: -60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.teaser__list-item--delivery-time::before {
  background-image: url("../images/plan/icon-lieferzeit.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: " ";
  height: 30px;
  width: 60px;
  left: -60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.teaser__headline--smartphones {
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .teaser__headline--smartphones {
      font-size: 3rem;
      line-height: 3.375rem;
      margin-bottom: 0;
      max-width: 600px;
      text-align: inherit; } }

.teaser__main--smartphones {
  display: none; }
  @media screen and (min-width: 960px) {
    .teaser__main--smartphones {
      display: block;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / span 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / span 1;
      -ms-grid-row-align: center;
          align-self: center; } }

.teaser__subheadline--smartphones {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 12px auto 0;
  max-width: 400px; }
  @media screen and (min-width: 960px) {
    .teaser__subheadline--smartphones {
      font-size: 1.25rem;
      line-height: 1.625rem;
      text-align: inherit;
      max-width: none; } }

.teaser__footer--smartphones {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 960px) {
    .teaser__footer--smartphones {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / span 1;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / span 1;
      -ms-grid-row-align: start;
          align-self: start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; } }

.teaser__image-wrapper--packshot {
  display: none; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--packshot:after {
      content: ' ';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 51'%3E%3Cpath d='M26.667 51c1.889 0 3.444-1.562 3.444-3.46V31.247h14.445c1.888 0 3.444-1.562 3.444-3.46v-4.686c0-1.897-1.556-3.46-3.444-3.46H30.11V3.46c0-1.898-1.555-3.46-3.444-3.46h-5.334c-1.889 0-3.444 1.562-3.444 3.46V19.64H3.444C1.556 19.641 0 21.204 0 23.101v4.687c0 1.897 1.556 3.46 3.444 3.46H17.89V47.54c0 1.898 1.555 3.46 3.444 3.46h5.334z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
      background-size: 65%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: -25%;
      font-size: 110px;
      color: #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #004494;
      height: 75px;
      border-radius: 50%;
      width: 75px; } }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--packshot {
      position: relative;
      display: block;
      max-width: 202px;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / span 3;
      -ms-grid-column-align: center;
          justify-self: center;
      -ms-grid-row-align: end;
          align-self: end; } }

.teaser__image-wrapper--smartphones-visual {
  position: relative;
  max-width: 204px;
  margin: 0 auto 30px; }
  @media screen and (min-width: 960px) {
    .teaser__image-wrapper--smartphones-visual {
      position: unset;
      max-width: 335px;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / span 3;
      margin-bottom: 0;
      -ms-grid-row-align: center;
          align-self: center; } }

.teaser__badge--smartphone-reverse {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 140px); }
  @media screen and (min-width: 960px) {
    .teaser__badge--smartphone-reverse {
      bottom: -5px;
      left: calc(50% - 8px); } }

.tel-link {
  color: inherit;
  cursor: inherit;
  text-decoration: none; }
  .tel-link--large {
    font-size: 1.875rem; }

.text--highlighted {
  color: #014493; }

.text--markered {
  background-color: #004494;
  display: inline-block;
  padding: 4px 8px; }

.text--strong {
  font-weight: 700; }

.text--small-print {
  font-size: 0.875rem;
  line-height: 1.125rem; }

.text--large {
  font-size: 2.25rem;
  line-height: 2.375rem; }

.text--huge {
  font-size: 3.625rem;
  line-height: 3.875rem; }

.text-link {
  text-decoration: none;
  color: #004494;
  cursor: pointer; }
  .text-link:hover {
    text-decoration: underline; }
  .text-link--disabled {
    color: #999;
    cursor: default; }
    .text-link--disabled:hover {
      text-decoration: none; }
  .text-link--small {
    font-size: 1.125rem;
    line-height: 1.5rem; }
  .text-link--inverted {
    color: #fff; }

.toggle-list__headline {
  font-size: 1.125rem;
  line-height: 1.375rem;
  background-color: #004494;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 20px 0 0;
  padding: 10px 10px 10px 15px;
  position: relative; }
  .toggle-list__headline--inactive {
    padding-left: 32px; }
    .toggle-list__headline--inactive::before {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      content: " ";
      display: block;
      height: 7px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 7px;
      -webkit-transition: -webkit-transform 0.1s ease-out;
      transition: -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out;
      transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
  .toggle-list__headline--active {
    padding-left: 32px; }
    .toggle-list__headline--active::before {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      content: " ";
      display: block;
      height: 7px;
      position: absolute;
      top: 50%;
      width: 7px;
      -webkit-transition: -webkit-transform 0.1s ease-out;
      transition: -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out;
      transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
      left: 12px;
      -webkit-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg); }

.toggle-list__content {
  margin: 0 0 20px;
  padding: 10px 20px; }
  .toggle-list__content--inactive {
    display: none; }
  .toggle-list__content--flush {
    padding: 0; }

.toggle-list-simple__headline {
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: block;
  margin: 0 0 12px;
  padding: 10px 0 10px 15px;
  position: relative; }
  .toggle-list-simple__headline::after {
    content: " ";
    position: absolute;
    left: 12px;
    bottom: 0;
    width: calc(100% - 12px);
    height: 1px;
    background-color: #000; }
  .toggle-list-simple__headline--inactive {
    padding-left: 32px; }
    .toggle-list-simple__headline--inactive::before {
      border-right: 2px solid #000;
      border-top: 2px solid #000;
      content: " ";
      display: block;
      height: 10px;
      left: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 10px;
      -webkit-transition: top 0.1s ease-out, -webkit-transform 0.1s ease-out;
      transition: top 0.1s ease-out, -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out, top 0.1s ease-out;
      transition: transform 0.1s ease-out, top 0.1s ease-out, -webkit-transform 0.1s ease-out; }
  .toggle-list-simple__headline--active {
    padding-left: 32px; }
    .toggle-list-simple__headline--active::before {
      border-right: 2px solid #000;
      border-top: 2px solid #000;
      content: " ";
      display: block;
      height: 10px;
      position: absolute;
      top: 42%;
      width: 10px;
      -webkit-transition: -webkit-transform 0.1s ease-out;
      transition: -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out;
      transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
      left: 12px;
      -webkit-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg); }
  .toggle-list-simple__headline--strong {
    font-weight: 600; }

.toggle-list-simple__content {
  margin: 0 0 10px;
  padding: 10px; }
  .toggle-list-simple__content--inactive {
    display: none; }
  .toggle-list-simple__content--flush {
    padding: 0; }

.video {
  display: inline-block;
  position: relative;
  width: 100%; }
  .video:before {
    content: " ";
    display: block;
    height: 0;
    margin-top: 56.25%;
    width: 100%; }
  .video__iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.word-break {
  display: block; }
  @media screen and (min-width: 500px) {
    .word-break {
      display: inline; } }
  .word-break--hyphenate::after {
    content: "-"; }
    @media screen and (min-width: 500px) {
      .word-break--hyphenate::after {
        content: ""; } }

@media screen and (min-width: 960px) {
  .datapass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.datapass__image {
  overflow: hidden;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center bottom;
  overflow: hidden;
  height: 0;
  padding-top: calc(400 / 1060 * 100%); }
  .datapass__image--speedon {
    background-image: url("../images/datapass/speedon.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
      .datapass__image--speedon {
        background-image: url("../images/datapass/speedon@2x.jpg"); } }
  .datapass__image--datapass {
    background-image: url("../images/datapass/datenpass.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 1.5dppx) {
      .datapass__image--datapass {
        background-image: url("../images/datapass/datenpass@2x.jpg"); } }

.datapass__inner {
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .datapass__inner:first-child {
    margin-bottom: 40px; }
    @media screen and (min-width: 960px) {
      .datapass__inner:first-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 960px) {
    .datapass__inner {
      -ms-flex-preferred-size: 530px;
          flex-basis: 530px;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      max-width: 49%;
      margin-bottom: 0; } }

.datapass__block-headline {
  padding: 12px 15px;
  color: #fff;
  background-color: #004494;
  font-weight: bold;
  margin-bottom: 10px; }

.datapass__text-block {
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.nowrap {
  white-space: nowrap; }

.legimitation-instruction {
  max-width: 260px;
  margin: 0 20px;
  margin-top: 30px; }
  .legimitation-instruction__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 60px;
    margin-bottom: 21px; }
  .legimitation-instruction__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; }
  .legimitation-instruction--gap {
    margin-bottom: 20px; }
  .legimitation-instruction__subheadline {
    font-size: 1.25rem;
    line-height: 1.5625rem; }

.integration-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #004494; }
  .integration-app__header {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, white), color-stop(76%, #004494));
    background: linear-gradient(180deg, white 76%, #004494 76%);
    padding: 20px; }
    @media screen and (min-width: 640px) {
      .integration-app__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .integration-app__header {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), color-stop(70%, #004494));
        background: linear-gradient(180deg, white 70%, #004494 70%);
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    @media screen and (min-width: 1280px) {
      .integration-app__header {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, white), color-stop(37%, #004494));
        background: linear-gradient(180deg, white 37%, #004494 37%); } }
    .integration-app__header-intro {
      margin-left: 10px; }
      @media screen and (min-width: 1280px) {
        .integration-app__header-intro {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .integration-app__intro-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 440px; }
    @media screen and (min-width: 768px) {
      .integration-app__intro-section {
        margin-top: 40px; } }
    @media screen and (min-width: 1280px) {
      .integration-app__intro-section {
        padding-right: 120px; } }
  .integration-app__download-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-left: 38px; }
    @media screen and (min-width: 768px) {
      .integration-app__download-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0; } }
    @media screen and (min-width: 1280px) {
      .integration-app__download-section {
        margin-top: 34px; } }
  .integration-app__download-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    @media screen and (min-width: 768px) {
      .integration-app__download-block {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .integration-app__download--visible-mobile {
    display: none; }
    @media screen and (min-width: 1280px) {
      .integration-app__download--visible-mobile {
        display: block; } }
  .integration-app__mobile-device {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 57px auto 0 auto;
    width: 288px;
    max-width: 100%; }
    @media screen and (min-width: 640px) {
      .integration-app__mobile-device {
        width: 265px;
        margin-top: 20px; } }
    @media screen and (min-width: 1024px) {
      .integration-app__mobile-device {
        width: 265px;
        margin: 20px 0 0 0; } }
    @media screen and (min-width: 1280px) {
      .integration-app__mobile-device {
        width: 469px;
        margin-top: 20px;
        z-index: 2; } }
  .integration-app__list {
    background-color: #004494;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 900px; }
    @media screen and (min-width: 1280px) {
      .integration-app__list {
        background-color: #004494;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        margin-top: -487px; } }
  .integration-app__list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 38px 70px;
    color: white;
    width: 203px; }
  .integration-app__copy {
    width: 259px; }
  .integration-app__subheadline {
    color: white;
    margin-top: 28px;
    font-size: 20px; }
  .integration-app__button {
    width: 207px;
    margin: 30px 27px 0 0; }
    @media screen and (min-width: 640px) {
      .integration-app__button {
        width: 160px; } }
    @media screen and (min-width: 1280px) {
      .integration-app__button {
        margin: 30px 16px 0 16px; } }
  .integration-app .headline {
    font-family: "DK-Snemand", sans-serif;
    margin-bottom: 17px;
    font-size: 30px; }
  .integration-app .copy--bold {
    font-family: "UnitRoundedOT", sans-serif;
    font-weight: 600; }
  .integration-app .badge--app-lp {
    z-index: 5;
    left: calc(50% - 150px);
    top: 0;
    width: 140px;
    height: 140px;
    background-color: #ffed03;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: none;
    -webkit-transform-origin: center;
            transform-origin: center; }
    @media screen and (min-width: 640px) {
      .integration-app .badge--app-lp {
        left: calc(50% - 115px);
        top: 20px; } }
    @media screen and (min-width: 800px) {
      .integration-app .badge--app-lp {
        left: calc(50% - 172px); } }
    @media screen and (min-width: 1280px) {
      .integration-app .badge--app-lp {
        left: calc(50% - 200px); } }
    .integration-app .badge--app-lp::after {
      content: ' ';
      left: 3px;
      top: 77%;
      position: absolute;
      border-bottom: 20px solid transparent;
      border-left: 0;
      border-right: 30px solid #ffed03;
      border-top: 20px solid transparent;
      -webkit-transform: rotate(-55deg);
              transform: rotate(-55deg); }
      @media screen and (min-width: 640px) {
        .integration-app .badge--app-lp::after {
          -webkit-transform: rotate(-51deg);
                  transform: rotate(-51deg); } }
  .integration-app .badge__wrapper--app-lp {
    background-color: #fcea1a;
    border-radius: 100%;
    padding: 4px 7px;
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .integration-app .badge__content--app-lp {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "DK-Snemand", sans-serif;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: rotate(-4deg) translate(-50%, -50%);
            transform: rotate(-4deg) translate(-50%, -50%);
    color: #cd171a;
    max-width: 110px; }
  .integration-app .badge__footnote--app-lp {
    width: 11px;
    height: 11px; }

.cookie__content {
  background-color: #fff;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .cookie__content {
      padding: 40px; } }

.cookie__headline {
  margin-bottom: 20px; }

.cookie__header {
  margin-bottom: 30px; }

.cookie__category {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative; }

.cookie__category-icon {
  position: absolute;
  left: 0;
  top: 0; }

.cookie__category-headline {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin-bottom: 10px;
  color: #004494; }

.cookie__body {
  border-bottom: 1px solid #7f7f7f; }

.cookie__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media screen and (min-width: 420px) {
    .cookie__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.cookie__footer-link {
  text-decoration: underline; }

.cookie__footer-item {
  display: block; }
  .cookie__footer-item:last-child {
    margin: 0 auto 20px; }
  .cookie__footer-item:first-child {
    margin: 0; }
  @media screen and (min-width: 420px) {
    .cookie__footer-item {
      margin: 0 30px 0 0; }
      .cookie__footer-item:first-child {
        margin: 0 30px 0 0; }
      .cookie__footer-item:last-child {
        margin: 0; } }

.expandable-text {
  margin-bottom: 20px; }
  .expandable-text__content {
    margin-bottom: 10px; }
  .expandable-text__link {
    text-decoration: underline; }

.coverage__headline {
  margin-bottom: 40px; }
  @media screen and (min-width: 640px) {
    .coverage__headline {
      font-size: 1.875rem;
      line-height: 2.3125rem; } }
  @media screen and (min-width: 960px) {
    .coverage__headline {
      font-size: 3rem;
      line-height: 3.375rem; } }

.coverage__copy {
  margin: 20px 0; }

@media screen and (min-width: 960px) {
  .coverage__outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 960px) {
  .coverage__image-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.coverage__image {
  width: 100%;
  max-width: 431px; }

.coverage__content-wrapper {
  margin: 0 0 40px; }
  @media screen and (min-width: 960px) {
    .coverage__content-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0;
      padding: 0 20px 0 0; } }

.smartphones {
  padding: 20px 30px 120px 10px;
  overflow: hidden;
  background-image: url("../images/smartphones/bg-pattern.jpg");
  background-position: top -12px center; }
  @media screen and (min-width: 960px) {
    .smartphones {
      padding: 40px 40px 120px 20px; } }
  .smartphones__headline {
    position: relative; }
  .smartphones__headline-image {
    width: 100%;
    height: 100%;
    max-width: 730px;
    left: 50%;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .smartphones__headline-text {
    position: absolute;
    font-size: 12px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
    text-indent: -99999em; }

.smartphone-tile {
  margin: 120px auto 150px;
  max-width: 976px; }
  .smartphone-tile:last-child {
    margin: 120px auto 0; }
  .smartphone-tile__headline {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400; }
  .smartphone-tile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ededed;
    border-radius: 30px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .smartphone-tile__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (min-width: 960px) {
      .smartphone-tile__inner--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .smartphone-tile__border {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23716F6F' stroke-width='3' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e"); }
    @media screen and (min-width: 960px) {
      .smartphone-tile__border {
        width: 80%;
        right: 20px;
        top: -20px;
        left: auto; } }
    @media screen and (min-width: 960px) {
      .smartphone-tile__border--reverse {
        width: 80%;
        left: 20px;
        top: -20px;
        right: auto; } }
  .smartphone-tile__visuals-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 478px; }
    @media screen and (min-width: 960px) {
      .smartphone-tile__visuals-wrapper {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-right: -50px;
        margin-bottom: -40px; }
        .smartphone-tile__visuals-wrapper--reverse {
          margin-left: -50px;
          margin-right: 0; } }
  .smartphone-tile__visual {
    max-width: 239px; }
    .smartphone-tile__visual--foreground-reverse {
      position: relative;
      top: -20px;
      left: 20px; }
    .smartphone-tile__visual--background-reverse {
      position: relative;
      left: 20%;
      top: -40px; }
      @media screen and (min-width: 960px) {
        .smartphone-tile__visual--background-reverse {
          top: -60px; } }
    .smartphone-tile__visual--foreground {
      position: relative;
      top: -40px;
      left: 20px; }
      @media screen and (min-width: 960px) {
        .smartphone-tile__visual--foreground {
          left: -20%;
          top: -60px; } }
    .smartphone-tile__visual--background {
      position: relative;
      left: 20%;
      top: -20px; }
      @media screen and (min-width: 960px) {
        .smartphone-tile__visual--background {
          left: 20px;
          top: -20px; } }
  .smartphone-tile__image {
    width: 100%; }
  .smartphone-tile__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0px 10px 60px 30px; }
    @media screen and (min-width: 960px) {
      .smartphone-tile__description {
        padding: 40px 40px 60px 0; } }
    @media screen and (min-width: 960px) {
      .smartphone-tile__description--reverse {
        padding: 40px 0 60px 60px; } }
  .smartphone-tile__price {
    margin-bottom: 20px; }
  .smartphone-tile__badge {
    top: 20%;
    right: calc(50% - 150px); }
    .smartphone-tile__badge--reverse {
      top: 114px;
      left: 20px; }
    @media screen and (min-width: 960px) {
      .smartphone-tile__badge {
        top: 35%;
        left: auto;
        right: 5%; } }
    @media screen and (min-width: 960px) {
      .smartphone-tile__badge--reverse {
        top: 250px;
        left: auto;
        right: 42%; } }

/*# sourceMappingURL=../maps/cgs-jamobil.css.map */
