@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.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 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-invisible-blank-slide {
  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(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

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

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

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

/* 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-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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  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; }

.badge {
  width: 170px;
  height: 170px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-image: url(../images/bubble-right.svg);
  background-repeat: no-repeat; }
  .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__link {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 400; }
  .badge--birthday {
    width: 130px;
    height: 130px;
    background-size: 130px 130px; }
    @media screen and (min-width: 960px) {
      .badge--birthday {
        background-size: 157px 157px;
        width: 158px;
        height: 158px; } }

.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;
  font-weight: 400;
  line-height: 1.75rem; }

.badge__text--tarifaufwertung {
  font-size: 1.0rem;
  line-height: 1.2rem;
  font-weight: 400; }

.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.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: 3.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--flush {
    margin-bottom: 0; }
  .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%; }

.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: 3rem;
  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, border-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
  border-width: 2px;
  border-style: solid;
  border-color: transparent; }
  @media screen and (min-width: 420px) {
    .button {
      padding: 0 20px;
      width: auto; } }
  .button:hover {
    background-color: transparent;
    color: #004494;
    border-color: #004494; }
  .button--outline {
    font-size: 1.125rem;
    line-height: 2.875rem;
    background-color: transparent;
    border-color: #004494;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: #004494; }
  .button--outline-odc {
    font-size: 1.125rem;
    line-height: 2.875rem;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px; }
    .button--outline-odc:hover {
      border: 2px solid; }
  .button--aero {
    font-size: 1.125rem;
    line-height: 2.875rem;
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px; }
  .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; } }

.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; }

.copy {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 1em; }
  .copy:last-child {
    margin-bottom: 0; }
  .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; }
  .copy--no-margin-top {
    margin-top: 0; }
  .copy--highlighted {
    color: #014493; }
  .copy--indent {
    text-indent: 20px;
    margin: 10px 0; }

.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; } }
  @media screen and (min-width: 860px) {
    .column-group--centered {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .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; } }
  .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%; } }
    @media screen and (min-width: 860px) {
      .column-group__item--centered {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
    @media screen and (min-width: 860px) {
      .column-group__item--padding {
        margin: 0;
        padding: 0 20px; } }
  .column-group--large-margin {
    margin: 30px 0 20px; }
    @media screen and (min-width: 860px) {
      .column-group--large-margin {
        margin: 30px 0; } }
  @media screen and (min-width: 860px) {
    .column-group--dividers .column-group__item {
      border-left: 1px #000 solid; } }
  .column-group--dividers .column-group__item:first-child {
    border: none; }

.dialog--template {
  display: none; }

.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__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__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;
  top: -15px;
  width: calc(100% - 50px);
  z-index: 2; }
  @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%; }

.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__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 {
    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__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%;
    margin: 12px 0; }
  .form-field__file-name {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 16px 5px;
    display: inline-block; }

.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--seal {
    position: absolute;
    top: 0;
    right: -22px; }

.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--error {
    font-weight: 300; }
  .headline--icon {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #004494;
    margin-bottom: 12px; }
  .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__icon {
    vertical-align: middle;
    margin: 0 10px 0 0; }

.iframe {
  border: none;
  height: 480px;
  width: 480px;
  max-width: 100%; }
  .iframe--easter {
    min-width: 330px;
    height: 1060px; }
    @media screen and (min-width: 516px) {
      .iframe--easter {
        height: 940px;
        width: 100%;
        display: block;
        max-width: 810px;
        margin: 0 auto; } }

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

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

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

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

.image--10gb {
  display: block;
  margin: 20px auto; }

.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 {
    margin: 16px 0 36px;
    padding: 0 0 0 40px; }
  .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__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--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--tarifaufwertung {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    .list--tarifaufwertung {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .list--tarifaufwertung:first-child {
    margin-top: 24px; }

.list__item--tarifaufwertung {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-top: 2px solid #d0d0d0;
  padding-bottom: 24px;
  padding-top: 12px;
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .list__item--tarifaufwertung:nth-child(odd) {
      padding-left: 0;
      border-left: 0; } }
  .list__item--tarifaufwertung:first-child {
    border-top: 0; }
    @media screen and (min-width: 1200px) {
      .list__item--tarifaufwertung:first-child {
        padding-left: 0;
        border-left: 0; } }
  @media screen and (min-width: 768px) {
    .list__item--tarifaufwertung {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      border-left: 2px solid #d0d0d0;
      padding-left: 24px;
      padding-top: 0;
      padding-bottom: 0;
      border-top: 0;
      border-bottom: 0;
      margin-bottom: 24px; } }
  @media screen and (min-width: 1200px) {
    .list__item--tarifaufwertung {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; } }

@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; }
    .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 {
  margin-bottom: 20px; }
  .option__cell {
    font-size: 1rem;
    line-height: 2rem;
    margin: 6px 2px;
    padding: 0 4px;
    text-align: right;
    padding: 0px 12px;
    border: 1px solid #fff; }
    @media screen and (min-width: 480px) {
      .option__cell {
        border: 2px solid #fff;
        padding: 0 4px; } }
    @media screen and (min-width: 640px) {
      .option__cell {
        font-size: 1.25rem;
        line-height: 2.25rem;
        padding: 0 8px;
        border: 6px solid #fff; } }
    .option__cell--markered {
      text-align: center;
      background-color: #efefef; }
      @media screen and (min-width: 640px) {
        .option__cell--markered {
          text-align: right; } }

.overview {
  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: 1024px) {
    .overview {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      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 */ }
    @media screen and (min-width: 1024px) {
      .overview__link {
        background-position: center top 40%;
        background-size: 35%; } }
    .overview__link:last-child {
      margin: 0; }
    @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: 0 40px 0; }
        .overview__link:first-of-type {
          margin: 0; } }
    .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: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; }

.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 {
    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__logo-link {
    border: 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .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-smart-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--allnet-flat {
    border: 2px solid #660066; }
  .plan--data {
    border: 2px solid #f6b805; }
  .plan__header {
    padding: 28px 20px 24px; }
    .plan__header--prepaid-smart-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--allnet-flat {
      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 {
      padding-bottom: 230px; }
      @media screen and (min-width: 1024px) {
        .plan__content--with-badge {
          padding-bottom: 276px; } }
      @media screen and (min-width: 640px) {
        .plan__content--with-badge {
          padding-bottom: 240px; } }
    .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__button--prepaid-smart-basic {
    background-color: #79b835; }
    .plan__button--prepaid-smart-basic:hover {
      border-color: #79b835;
      color: #79b835; }
  .plan__button--prepaid-easy {
    background-color: #44bde8; }
    .plan__button--prepaid-easy:hover {
      border-color: #44bde8;
      color: #44bde8; }
  .plan__button--prepaid-smart {
    background-color: #cd161a; }
    .plan__button--prepaid-smart:hover {
      border-color: #cd161a;
      color: #cd161a; }
  .plan__button--prepaid-smart-plus {
    background-color: #ef7d1a; }
    .plan__button--prepaid-smart-plus:hover {
      border-color: #ef7d1a;
      color: #ef7d1a; }
  .plan__button--allnet-flat {
    background-color: #660066; }
    .plan__button--allnet-flat:hover {
      border-color: #660066;
      color: #660066; }
  .plan__button--data {
    background-color: #f6b805; }
    .plan__button--data:hover {
      border-color: #f6b805;
      color: #f6b805; }
  .plan__price--prepaid-smart-basic {
    color: #79b835; }
  .plan__price--prepaid-easy {
    color: #44bde8; }
  .plan__price--prepaid-smart {
    color: #cd161a; }
  .plan__price--prepaid-smart-plus {
    color: #ef7d1a; }
  .plan__price--allnet-flat {
    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__compare-check {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .plan__compare-label {
      font-size: 1.125rem;
      line-height: 1.625rem;
      cursor: pointer;
      display: inline-block;
      min-width: 200px;
      padding: 0 0 0 60px;
      position: relative; }
      .plan__compare-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; }
      .plan__compare-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; }
    .plan__compare-check:checked + .plan__compare-label {
      font-weight: 500; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-smart-basic {
        color: #79b835; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-easy {
        color: #44bde8; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-smart {
        color: #cd161a; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-smart-plus {
        color: #ef7d1a; }
      .plan__compare-check:checked + .plan__compare-label--allnet-flat {
        color: #660066; }
      .plan__compare-check:checked + .plan__compare-label--data {
        color: #f6b805; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-smart-basic::before {
        border-color: #79b835;
        background-color: #79b835; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-easy::before {
        border-color: #44bde8;
        background-color: #44bde8; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-smart::before {
        border-color: #cd161a;
        background-color: #cd161a; }
      .plan__compare-check:checked + .plan__compare-label--prepaid-smart-plus::before {
        border-color: #ef7d1a;
        background-color: #ef7d1a; }
      .plan__compare-check:checked + .plan__compare-label--allnet-flat::before {
        border-color: #660066;
        background-color: #660066; }
      .plan__compare-check:checked + .plan__compare-label--data::before {
        border-color: #f6b805;
        background-color: #f6b805; }
      .plan__compare-check:checked + .plan__compare-label::after {
        left: 27px; }

.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-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-smart-basic, .plan-teaser__content-wrapper--prepaid-smart-basic::before, .plan-teaser__content-wrapper--prepaid-smart-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--allnet-flat, .plan-teaser__content-wrapper--allnet-flat::before, .plan-teaser__content-wrapper--allnet-flat::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-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-smart-basic {
      color: #79b835; }
      .plan-teaser__content-inner--prepaid-smart-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--allnet-flat {
      color: #660066; }
      .plan-teaser__content-inner--allnet-flat::before {
        background-color: #660066; }
    .plan-teaser__content-inner--data {
      color: #f6b805; }
      .plan-teaser__content-inner--data::before {
        background-color: #f6b805; }
  .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-smart-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--allnet-flat {
      color: #660066; }
    .plan-teaser__title--data {
      color: #f6b805; }
  .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%; } }
  .plan-teaser__button--prepaid-smart-basic {
    background-color: #79b835; }
    .plan-teaser__button--prepaid-smart-basic:hover {
      border-color: #79b835;
      color: #79b835; }
  .plan-teaser__button--prepaid-easy {
    background-color: #44bde8; }
    .plan-teaser__button--prepaid-easy:hover {
      border-color: #44bde8;
      color: #44bde8; }
  .plan-teaser__button--prepaid-smart {
    background-color: #cd161a; }
    .plan-teaser__button--prepaid-smart:hover {
      border-color: #cd161a;
      color: #cd161a; }
  .plan-teaser__button--prepaid-smart-plus {
    background-color: #ef7d1a; }
    .plan-teaser__button--prepaid-smart-plus:hover {
      border-color: #ef7d1a;
      color: #ef7d1a; }
  .plan-teaser__button--allnet-flat {
    background-color: #660066; }
    .plan-teaser__button--allnet-flat:hover {
      border-color: #660066;
      color: #660066; }
  .plan-teaser__button--data {
    background-color: #f6b805; }
    .plan-teaser__button--data:hover {
      border-color: #f6b805;
      color: #f6b805; }

.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--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; }

.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 #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; }

.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; }

@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--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; } }

.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: 9px 10px;
    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; }

.tarifaufwertung__content-wrapper {
  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; }

.tarifaufwertung__list {
  margin-bottom: 0;
  margin-right: 12px; }

.tarifaufwertung__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "DK-Snemand", sans-serif;
  margin-top: 0; }
  .tarifaufwertung__title--prepaid-smart-basic {
    color: #79b835; }
  .tarifaufwertung__title--prepaid-smart {
    color: #cd161a; }
  .tarifaufwertung__title--prepaid-smart-plus {
    color: #ef7d1a; }
  .tarifaufwertung__title--prepaid-allnet-flat {
    color: #660066; }

.tarifaufwertung__text--prepaid-smart-basic {
  color: #79b835;
  font-weight: 700;
  font-size: 1.25rem; }

.tarifaufwertung__text--prepaid-smart {
  color: #cd161a;
  font-weight: 700;
  font-size: 1.25rem; }

.tarifaufwertung__text--prepaid-smart-plus {
  color: #ef7d1a;
  font-weight: 700;
  font-size: 1.25rem; }

.tarifaufwertung__text--prepaid-allnet-flat {
  color: #660066;
  font-weight: 700;
  font-size: 1.25rem; }

@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;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    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--birthday {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 960px) {
    .teaser--birthday {
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
      -ms-grid-columns: 398fr 463fr;
          grid-template-columns: 398fr 463fr; } }

@media screen and (min-width: 960px) {
  .teaser__description-wrapper--birthday {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    padding-right: 36px;
    padding-bottom: 36px; } }

.teaser__image-wrapper--birthday {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  position: relative; }

.teaser__image--birthday {
  max-width: 477px;
  width: 100%; }

.teaser__badge--birthday {
  left: calc(50% - 75px);
  margin-top: 20px;
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotate(-5deg); }
  @media screen and (min-width: 960px) {
    .teaser__badge--birthday {
      left: calc(50% - 95px);
      font-size: 1.375rem;
      line-height: 1.625rem; } }

.teaser__iframe--birthday {
  height: 664px;
  max-width: 463px;
  width: 100%;
  margin-top: 36px; }
  @media screen and (min-width: 960px) {
    .teaser__iframe--birthday {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      justify-self: flex-end;
      -ms-grid-column-align: end; } }

@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; } }

@media screen and (min-width: 960px) {
  .teaser__image-wrapper--plan {
    -ms-flex-item-align: start;
        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: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    max-width: 282px; } }

.teaser__image-subline--plan {
  margin: 24px 0 40px; }
  @media screen and (min-width: 960px) {
    .teaser__image-subline--plan {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / 4;
      max-width: 282px;
      justify-self: flex-end;
      -ms-grid-column-align: end; } }

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

.teaser__image--seal {
  max-width: 100px; }

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

.teaser__badge--plan {
  font-size: 1.5rem;
  line-height: 1.875rem;
  height: 158px;
  margin-top: 20px;
  width: 157px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--plan {
      -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: 2;
      grid-row: 1 / 3; } }

.teaser__badge--plan-allnet {
  margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .teaser__badge--plan-allnet {
      margin-bottom: 0;
      -ms-grid-column-align: center;
          justify-self: center;
      -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__badge--plan-easy {
    margin-top: 85px;
    margin-left: 95px; } }

.teaser__seal {
  position: relative; }
  @media screen and (min-width: 960px) {
    .teaser__seal {
      -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;
      -ms-grid-column-align: center;
          justify-self: center; } }

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

.teaser__link-block--plan {
  margin: 24px 0 40px; }
  @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; } }

.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; } }

@media screen and (min-width: 960px) {
  .teaser__inner-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    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; } }

@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;
    -ms-flex-item-align: start;
        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; } }

.teaser--tarifaufwertung {
  display: block; }

.teaser__header--tarifaufwertung {
  display: block; }

.teaser__main {
  display: block; }

@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 {
      -ms-flex-item-align: center;
          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; }
  @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--easter {
    -ms-grid-columns: 12fr 10fr;
        grid-template-columns: 12fr 10fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto; } }

.teaser__image-wrapper--easter {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4; }

.teaser__image--easter {
  max-width: 280px; }

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

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

.teaser__footer--easter {
  margin-top: 24px; }
  @media screen and (min-width: 960px) {
    .teaser__footer--easter {
      -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; } }

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

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

.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; }
  .text-link:hover {
    text-decoration: underline; }

.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: ""; } }

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