@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format('truetype');
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  background: #1E1F25;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  height: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a:link,
a:focus,
a:hover,
a:visited {
  background-color: transparent;
  color: #FFFFFF;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.h-100-p {
  height: 100%;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-80 {
  padding-top: 80px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-auto {
  margin: auto;
}
.width-wrapper {
  width: 1090px;
  margin: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.display-block {
  display: block;
}
.w-100-p {
  width: 100%;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.hide-mobile {
  display: none !important;
}
h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
h2,
.h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}
.app h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 13px 0;
}
.header2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 24px;
  word-wrap: break-word;
}
.frn-green {
  color: #84bc34 !important;
  text-decoration: none !important;
}
#main {
  height: 100%;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.section {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.section.section-procedure .box,
.section.section-contact .box {
  margin-top: 10%;
  display: block;
  text-align: left;
  text-decoration: none;
}
.section.section-procedure .box h3,
.section.section-contact .box h3 {
  padding: 25px 0 0 90px;
}
.section.section-procedure .box.download h3,
.section.section-contact .box.download h3 {
  background: url("../img/icons/download.svg") no-repeat;
}
.section.section-procedure .box.order h3,
.section.section-contact .box.order h3 {
  background: url("../img/icons/sim.svg") no-repeat;
}
.section.section-procedure .box.activate h3,
.section.section-contact .box.activate h3 {
  background: url("../img/icons/aktivieren.svg") no-repeat;
}
.section.section-procedure .box.paypal h3,
.section.section-contact .box.paypal h3 {
  background: url("../img/icons/paypal.svg") no-repeat;
}
.section.section-procedure .box.mail h3,
.section.section-contact .box.mail h3 {
  background: url("../img/icons/mail.svg") no-repeat;
}
.section.section-contact .icons {
  text-align: center;
  width: 100%;
}
.navi-top {
  background: #21304d;
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.navi-top .inner {
  display: -webkit-flex;
  display: flex;
}
.navi-top .inner .menu-item:first-child {
  margin-right: auto;
  height: 50px;
}
.navi-top .inner .menu-item.link {
  margin-right: 40px;
  line-height: 50px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
}
.navi-top .inner .menu-item.social-link {
  margin-left: 10px;
  padding-top: 10px;
}
.navi-top .inner .menu-item.social-link img {
  height: 30px;
  width: 30px;
}
#home.navi-top {
  height: 110px;
}
.footer {
  background: #33f7e3;
  background: -moz-linear-gradient(left, #33f7e3 0%, #27c765 100%);
  background: -webkit-linear-gradient(left, #33f7e3 0%, #27c765 100%);
  background: linear-gradient(to right, #33f7e3 0%, #27c765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f7e3', endColorstr='#27c765', GradientType=1);
}
.footer a {
  color: #000000;
  text-decoration: none;
}
.section-faq .faq-category-content {
  display: none;
}
.section-faq .faq-category-content.show {
  display: block;
}
.section-faq .faq-icons {
  display: flex;
  width: 100%;
  padding-top: 20px;
}
.section-faq .faq-icons div {
  flex: 1;
  text-align: center;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center 0;
  cursor: pointer;
}
.section-faq .faq-icons div.facts {
  background-image: url("../img/icons/facts-inactive.svg");
}
.section-faq .faq-icons div.facts.open {
  background-image: url("../img/icons/facts-active.svg");
}
.section-faq .faq-icons div.rate {
  background-image: url("../img/icons/tarife-inactive.svg");
}
.section-faq .faq-icons div.rate.open {
  background-image: url("../img/icons/tarife-active.svg");
}
.section-faq .faq-icons div.number {
  background-image: url("../img/icons/rufnummer-inactive.svg");
}
.section-faq .faq-icons div.number.open {
  background-image: url("../img/icons/rufnummer-active.svg");
}
.section-faq .faq-icons div.open {
  color: #2ee8b9;
}
.faq-info {
  padding-top: 30px;
}
.faq-info .box {
  padding: 10px 0;
}
.faq-info .box .header {
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.faq-info .box .header img {
  position: absolute;
  right: 0;
  top: 2px;
  width: 25px;
}
.faq-info .box .header img.close {
  display: none;
}
.faq-info .box .header img.open {
  top: 1px;
}
.faq-info .box .body {
  padding-top: 10px;
  display: none;
}
.faq-info .box.open .header img.close {
  display: block;
  top: 13px;
}
.faq-info .box.open .header img.open {
  display: none;
}
.faq-info .box.open .body {
  display: block;
}
body.faq,
body.imprint {
  background-position: center center;
  background-size: cover;
  background-image: url("/img/BG-FAQ.png");
  background-attachment: fixed;
}
body.faq .header2,
body.imprint .header2 {
  font-size: 30px;
  line-height: 35px;
  margin: 20px 0 13px 0;
}
body.faq.app,
body.imprint.app {
  background-image: none;
}
.seperator {
  height: 2px;
  background: #33f8e4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #33f8e4 0%, #28c665 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #33f8e4 0%, #28c665 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #33f8e4 0%, #28c665 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_4', endColorstr='@color_5', GradientType=1);
  /* IE6-9 */
  margin-top: 10px;
}
.burger-menu {
  padding: 8px 15px 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 20;
}
.burger-menu .burger-menu-inner,
.burger-menu .burger-menu-inner::before,
.burger-menu .burger-menu-inner::after {
  background-color: #FFFFFF;
}
.burger-menu .burger-menu-box {
  width: 33px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.burger-menu .burger-menu-box .burger-menu-inner,
.burger-menu .burger-menu-box .burger-menu-inner::before,
.burger-menu .burger-menu-box .burger-menu-inner::after {
  width: 33px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
}
.burger-menu .burger-menu-box .burger-menu-inner::before,
.burger-menu .burger-menu-box .burger-menu-inner::after {
  content: "";
}
.burger-menu .burger-menu-box .burger-menu-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.burger-menu .burger-menu-box .burger-menu-inner::after {
  top: 20px;
}
.burger-menu.open .burger-menu-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.burger-menu.open .burger-menu-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.burger-menu.open .burger-menu-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#sbuzz_content iframe {
  display: block;
}
.showMobilePage {
  font-size: 1.1em;
  opacity: 1;
}
.showMobilePage.faq,
.showMobilePage.imprint {
  background-size: auto;
}
.showMobilePage h2 {
  font-size: 45px;
  line-height: 52px;
}
.showMobilePage .width-wrapper {
  width: 100%;
}
.showMobilePage .section-content {
  transform: none !important;
}
.showMobilePage .menu-mobile {
  background: #1E1F25;
  position: absolute;
  right: 0;
  top: 50px;
  width: 0;
  z-index: 6;
  -webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  overflow: hidden;
  max-height: 100%;
}
.showMobilePage .menu-mobile.show {
  width: 80%;
}
.showMobilePage .menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.showMobilePage .menu-mobile ul li {
  margin: 0;
}
.showMobilePage .menu-mobile ul li a {
  text-decoration: none;
  display: flex;
  padding: 0 15px;
}
.showMobilePage .menu-mobile ul li a div {
  margin-right: auto;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
}
.showMobilePage .menu-mobile ul li.seperator {
  margin: 0 15px;
  height: 1px;
}
.showMobilePage .section-mobile {
  padding: 48px 20px 38px 20px;
}
.showMobilePage .section-mobile .width-wrapper {
  width: auto;
  position: relative;
}
.showMobilePage .section-mobile.section-home {
  overflow: hidden;
  background: #1E1F25;
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.showMobilePage .section-mobile.section-home video {
  z-index: 5;
  position: absolute;
}
.showMobilePage .section-mobile.section-home .more {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 25px;
}
.showMobilePage .section-mobile.section-home .more img {
  margin-top: 10px;
  width: 60px;
}
.showMobilePage .section-mobile.section-home.hide-video {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
}
.showMobilePage .section-mobile.section-rate {
  padding-top: 125px;
}
.showMobilePage .section-mobile.section-rate .switch {
  margin: 30px 0 24px 0;
  display: flex;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.showMobilePage .section-mobile.section-rate .switch .right {
  display: none;
}
.showMobilePage .section-mobile.section-rate .switch.show-gb .left {
  display: none;
}
.showMobilePage .section-mobile.section-rate .switch.show-gb .right {
  display: block;
}
.showMobilePage .section-mobile.section-rate .switch div {
  flex: 1;
}
.showMobilePage .section-mobile.section-rate .info-facts {
  display: flex;
  padding-bottom: 10px;
}
.showMobilePage .section-mobile.section-rate .info-facts div {
  flex: 1;
  text-align: center;
}
.showMobilePage .section-mobile.section-rate .info-facts div .img {
  height: 60px;
}
.showMobilePage .section-mobile.section-rate .seperator {
  height: 1px;
}
.showMobilePage .section-mobile.section-rate .price {
  font-size: 1.6em;
  font-weight: 600;
  padding: 10px 0 20px 0;
  text-align: center;
}
.showMobilePage .section-mobile.section-rate .price .gb {
  display: none;
}
.showMobilePage .section-mobile.section-rate .price.show-gb .gb {
  display: block;
}
.showMobilePage .section-mobile.section-rate .price.show-gb .unlimited {
  display: none;
}
.showMobilePage .section-mobile.section-rate .pdb-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.showMobilePage .section-mobile.section-rate .pdb-link .pdb-one {
  display: none;
}
.showMobilePage .section-mobile.section-rate .pdb-link.show-gb .pdb-one {
  display: block;
}
.showMobilePage .section-mobile.section-rate .pdb-link.show-gb .pdb-unlimited {
  display: none;
}
.showMobilePage .section-mobile.section-procedure,
.showMobilePage .section-mobile.section-contact {
  background-image: url(../img/BG-FAQ.png);
}
.showMobilePage .section-mobile.section-procedure .box,
.showMobilePage .section-mobile.section-contact .box {
  margin-top: 20px;
}
.showMobilePage .section-mobile.section-procedure .box h3,
.showMobilePage .section-mobile.section-contact .box h3 {
  padding: 0 0 0 68px;
  line-height: 46px;
  margin-bottom: 18px;
  font-size: 26px;
}
.showMobilePage .section-mobile.section-procedure .seperator,
.showMobilePage .section-mobile.section-contact .seperator {
  margin-top: 20px;
  height: 1px;
}
.showMobilePage .section-mobile.section-faq {
  padding-bottom: 0;
}
.showMobilePage .section-mobile.section-faq .faq-items {
  margin-top: 40px;
}
.showMobilePage .section-mobile.section-faq .faq-info {
  margin-bottom: 30px;
}
.showMobilePage .section-mobile.section-faq .faq-info .box .header {
  padding-right: 35px;
  font-size: 1.3em;
}
.showMobilePage .section-mobile.section-faq .faq-info .box .header img.open {
  top: 2px;
}
.showMobilePage .section-mobile.section-contact {
  padding: 0;
}
.showMobilePage .section-mobile.section-contact .content {
  padding: 48px 20px 38px 20px;
}
.showMobilePage .section-mobile.section-contact .content .inner {
  padding: 0;
}
.showMobilePage .section-mobile.section-contact .content .inner h2 {
  margin-bottom: 10%;
}
.showMobilePage .section-mobile .app-store {
  padding: 20px 0 20px 0;
  text-align: center;
}
.showMobilePage .section-mobile .app-store .ios-store {
  display: none;
}
.showMobilePage .footer a {
  padding-left: 20px;
  line-height: 40px;
  border-bottom: solid 2px #000000;
  display: block;
}
.showMobilePage .footer a:last-of-type {
  border: none;
}
.showMobilePage.faq .width-wrapper .inner,
.showMobilePage.imprint .width-wrapper .inner {
  padding: 0 15px;
}
.showMobilePage.faq .width-wrapper .inner .faq-info .box .header,
.showMobilePage.imprint .width-wrapper .inner .faq-info .box .header {
  padding-right: 50px;
}
.showMobilePage.faq .width-wrapper .inner h2,
.showMobilePage.imprint .width-wrapper .inner h2,
.showMobilePage.faq .width-wrapper .inner a,
.showMobilePage.imprint .width-wrapper .inner a {
  word-wrap: break-word;
}
.showMobilePage.faq .width-wrapper.content,
.showMobilePage.imprint .width-wrapper.content {
  margin-bottom: 50px;
}
.headline-small {
  font-weight: 600;
  font-size: 22px;
}
.content-min-height {
  min-height: calc(100% - 465px);
}
@media only screen and (max-width: 1090px) {
  .width-wrapper {
    width: auto;
  }
  .width-wrapper .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .small-headlines h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .small-headlines .header2 {
    font-size: 28px !important;
    line-height: 33px !important;
  }
}
@media only screen and (max-width: 400px) {
  .small-headlines h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .small-headlines .header2 {
    font-size: 19px !important;
    line-height: 26px !important;
  }
}
.showDesktopPage {
  opacity: 1;
}
.showDesktopPage.main {
  overflow: hidden;
}
.showDesktopPage .hide-mobile {
  display: block !important;
}
.showDesktopPage .show-mobile {
  display: none !important;
}
.showDesktopPage h2,
.showDesktopPage .h2 {
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 10px;
}
.showDesktopPage .section.section-home {
  background-image: url(../img/BG-Home.png);
}
.showDesktopPage .section.section-home .section-content {
  padding-left: 70px;
  width: 480px;
  position: absolute;
  top: 54%;
  margin-top: -11%;
}
.showDesktopPage .section.section-home .section-content .app-store {
  padding-top: 35px;
}
.showDesktopPage .section.section-home .section-content .app-store img:first-child {
  margin-right: 30px;
}
.showDesktopPage .section.section-home .section-content .more {
  text-align: center;
  padding-top: 190px;
  cursor: pointer;
}
.showDesktopPage .section.section-rate {
  background-image: url(../img/BG-Tarif.png);
}
.showDesktopPage .section.section-rate .section-content {
  position: absolute;
  top: 54%;
  margin-top: -11%;
  padding-left: 70px;
  width: 580px;
}
.showDesktopPage .section.section-procedure {
  background-image: url(../img/BG-FAQ.png);
}
.showDesktopPage .section.section-procedure .section-content {
  padding-top: 9%;
  padding-left: 70px;
  width: 490px;
}
.showDesktopPage .section.section-procedure .section-content .box {
  margin-top: 30px;
}
.showDesktopPage .section.section-procedure .section-content .box h3 {
  padding-top: 0;
  padding-bottom: 4px;
  line-height: 42px;
}
.showDesktopPage .section.section-procedure .section-content .seperator {
  margin-top: 30px;
}
.showDesktopPage .section.section-faq {
  background-image: url(../img/BG-FAQ.png);
}
.showDesktopPage .section.section-faq .section-content {
  padding-top: 9%;
  padding-left: 70px;
  padding-right: 70px;
}
.showDesktopPage .section.section-contact {
  position: relative;
}
.showDesktopPage .section.section-contact .content {
  position: absolute;
  width: 100%;
  height: calc(100% - 31% - 50px);
  top: 31%;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/BG-Kontakt.png");
}
.showDesktopPage .section.section-contact .content .inner {
  padding: 6% 16% 0 16%;
}
.showDesktopPage .section.section-contact .content .inner h2 {
  text-align: center;
  margin-bottom: 30px;
}
.showDesktopPage .section.section-contact .content .inner .icons img {
  max-width: none;
  height: 70px;
  margin-bottom: 10px;
}
.showDesktopPage .section.section-contact .video {
  position: absolute;
  text-align: center;
  height: 31%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.showDesktopPage .faq-icons {
  display: flex;
  width: 100%;
  padding-top: 15px;
}
.showDesktopPage .faq-icons div {
  flex: 1;
  text-align: center;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-position: center 0;
  cursor: pointer;
}
.showDesktopPage .faq-icons div.start {
  background-image: url("../img/Bezahlung.svg");
}
.showDesktopPage .faq-icons div.payment {
  background-image: url("../img/Bezahlung.svg");
  background-position: center 8px;
}
.showDesktopPage .faq-icons div.rate {
  background-image: url("../img/Tarife.svg");
}
.showDesktopPage .faq-icons div.roaming {
  background-image: url("../img/Roaming.svg");
}
.showDesktopPage .faq-icons div.number {
  background-image: url("../img/Rufnummer.svg");
}
.showDesktopPage .faq-icons div.open {
  color: #2ee8b9;
}
.showDesktopPage .faq-info {
  padding-top: 20px;
}
.showDesktopPage .faq-info .box {
  padding: 10px 0;
}
.showDesktopPage .faq-info .box .header {
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.showDesktopPage .faq-info .box .header img {
  position: absolute;
  right: 10px;
  top: 4px;
}
.showDesktopPage .faq-info .box .body {
  padding-top: 10px;
  display: none;
}
.showDesktopPage .faq-info .box .seperator {
  height: 2px;
  background: #33f8e4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #33f8e4 0%, #28c665 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #33f8e4 0%, #28c665 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #33f8e4 0%, #28c665 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_4', endColorstr='@color_5', GradientType=1);
  /* IE6-9 */
  margin-top: 10px;
}
.showDesktopPage .faq-info .box.open .header img {
  transform: rotate(180deg);
}
.showDesktopPage .faq-info .box.open .body {
  display: block;
}
.showDesktopPage .faq-info .box:last-child .seperator {
  display: none;
}
.showDesktopPage .navi {
  position: fixed;
  top: 50%;
  right: 50px;
  margin-top: -40px;
  z-index: 10;
  list-style: none;
  padding: 0;
  margin: 0;
}
.showDesktopPage .navi li {
  list-style: none;
  height: 15px;
  width: 15px;
  margin: 0 0 10px 0;
  padding: 0;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
.showDesktopPage .navi li.active {
  border: 0;
  width: 19px;
  height: 19px;
  background-image: url("../img/Navi_rechts.svg");
}
.showDesktopPage .footer {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #33f8e4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #33f8e4 0%, #28c665 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #33f8e4 0%, #28c665 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #33f8e4 0%, #28c665 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_4', endColorstr='@color_5', GradientType=1);
  /* IE6-9 */
}
.showDesktopPage .footer a {
  line-height: 60px;
  padding-left: 20px;
}
.showDesktopPage .handy {
  position: fixed;
  top: 20%;
  left: 61%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 5;
}
.showDesktopPage .handy .inner {
  background: black;
  margin: 9% 10% 23% 3.9%;
  border-radius: 31px;
  height: 90.8%;
  width: 92.9%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.showDesktopPage .handy .inner .slide {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 100%;
}
.showDesktopPage .handy .inner .slide .display {
  height: 100%;
  background-position: center center;
  background-color: black;
}
.showDesktopPage .handy .inner .slide .display.display_rate {
  background-image: url("../img/small_mobile_bg/gb.png");
  position: relative;
}
.showDesktopPage .handy .inner .slide .display.display_rate .btn-mode {
  position: absolute;
  top: 44%;
  height: 7%;
  width: 45%;
  left: 5%;
}
.showDesktopPage .handy .inner .slide .display.display_rate .btn-unlimited {
  left: 50%;
}
.showDesktopPage .handy .inner .slide .display.display_rate .pdb-link {
  position: absolute;
  height: 4%;
  width: 60%;
  left: 20%;
  bottom: 19%;
}
.showDesktopPage .handy .inner .slide .display.display_rate .pdb-link.pdb-unlimited {
  display: none;
}
.showDesktopPage .handy .inner .slide .display.display_rate.unlimted {
  background-image: url("../img/small_mobile_bg/unlimited.png");
}
.showDesktopPage .handy .inner .slide .display.display_rate.unlimted .pdb-link.pdb-one {
  display: none;
}
.showDesktopPage .handy .inner .slide .display.display_rate.unlimted .pdb-link.pdb-unlimited {
  display: block;
}
.showDesktopPage .handy .inner .slide .display.display_procedure {
  background-image: url("../img/small_mobile_bg/ablauf.png");
}
.showDesktopPage .transform-scale-8 {
  transform: scale(0.8);
  transform-origin: left top;
}
.showDesktopPage .section-content,
.showDesktopPage .handy {
  transform-origin: center top;
}
.showDesktopPage.faq .width-wrapper.content,
.showDesktopPage.imprint .width-wrapper.content {
  margin-bottom: 130px;
}
.showDesktopPage.faq .footer,
.showDesktopPage.imprint .footer {
  position: relative;
}
.showDesktopPage.main .faq-info .box .body {
  font-size: 17px;
}
.showDesktopPage.netcard .footer {
  position: relative;
}
.showDesktopPage .content-min-height {
  min-height: calc(100% - 270px);
}
/*# sourceMappingURL=style.css.map */