/* NORMALIZE */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;}
  body {
    margin: 0; }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block; }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline; }
  audio:not([controls]) {
    display: none;
    height: 0; }
  [hidden],
  template {
    display: none; }
  a {
    background: transparent; }
  a:active,
  a:hover {
    outline: 0; }
  abbr[title] {
    border-bottom: 1px dotted; }
  b,
  strong {
    font-weight: bold; }
  dfn {
    font-style: italic; }
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  small {
    font-size: 80%; }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sup {
    top: -0.5em; }
  sub {
    bottom: -0.25em; }
  img {
    border: 0; }
  svg:not(:root) {
    overflow: hidden; }
  figure {
    margin: 1em 40px; }
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0; }
  pre {
    overflow: auto; }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  
  button {
    overflow: visible; }
  
  button,
  select {
    text-transform: none; }
  button,
  html input[type="button"], input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;}
  button[disabled],
  html input[disabled] {
    cursor: default; }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input {
    line-height: normal; }
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  legend {
    border: 0;
    padding: 0;}
  textarea {
    overflow: auto; }
  optgroup {
    font-weight: bold; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  td,th {
    padding: 0; }
  ul, li, h1 {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  html {
    width: 100%; }
    
  
    
  /******************************************** General ********************************************/
  body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #ffffff;
    color: #3c3c3c;
    width: 100%;
  }
  
  .outer_container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  section {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  section.banner-wrapper
  {
    border-bottom: 2px solid #ffbe00;
  }
  
  .yellow {
      color: #ffbe00;
  }
  
  h1 {
      margin: 0;
      font-size: 44px;
      font-weight: 300;
      text-align: center;
  }
  
  h2 {
      margin: 0;
      font-size: 35px;
      font-weight: 300;
      text-align: center;
  }
  
  p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
  }
  
  .container {
    max-width: 100%;
    width: 1300px;
  }
  
  .subheading {
    max-width: 720px;
    margin: 0 auto 70px;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
  }
  
  .image-holder {
    background-color: #d9dfe9;
  }
  
  .image-holder > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  
  .section-dark h2 {
    padding-top: 66px;
    color: #ffffff;
  }
  
  .section-dark .subheading {
    margin: 26px auto 0;
    color: #ffffff;
  }
  
  .section-light {
    background-color: #ffffff;
  }
  
  .section-light h2 {
    padding-top: 52px;
    color: #3c3c3c;
  }
  
  .section-light h1 {
      padding-top: 52px;
      color: #3c3c3c;
  }
  
  .section-light .subheading {
    margin: 26px auto 0;
    color: #3c3c3c;
  }
  
  .btn {
      overflow: hidden;
      padding: 12px 24px;
      border: 2px #ffffff solid;
      border-radius: 4px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      -webkit-transition: border-color 0.5s, color 0.5s;
      transition: border-color 0.5s, color 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  
  /******************************************** Ende General ********************************************/
  
  /******************************************** Header ********************************************/
  
  #head {    
    position: fixed;
    top: 0;
    width: 1440px;
    height: 117px;  
    border-bottom: 2px solid #ffbe00;
    z-index: 99;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    background-color: #f7f7f7;
  }
  
  #blind_head {
    height: 117px;
  }
  
  #head_bg {
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 40px 0 0;
    background: #10658e url(../images/global/header/isobars_transparent_832x571.svg) no-repeat 0 -100px / cover;
    z-index: -1;
  }
  
  #title_container {
      left: 30px;
      height: 100%;
  }
  
  .title_img {    
      margin-left: 90px;
      margin-top: 30px;
      height: 50px;
      max-width: 90%;
      max-height: 70%;
  }  
  
  .country_select_nav{
    position: absolute;
    right: 3%;
    top: 15%;
  }

  .country_select_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .country_select.ic_www{
    background-image: url(../images/global/icons/ic_www.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: left top;    
    z-index: 5;
    height: 30px;
    width: 30px;    
  }
  
  .country_select.ic_www::before {
    content: " ";
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px;
    opacity: 0.5;
    background: url("../images/global/icons/ic_ecke.svg");
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: right bottom;    
  } 
  
  .country_select_list{
      overflow-x: hidden;
      overflow-y: scroll;
      height: calc(100vh - 100px);
      max-height: 70vh;
      width: 210px;
      position: absolute;
      right: 0px;
      top: 40px;
      border-radius: 8px;
      background-color: rgba(16,101,142,0.8);

      display: none;
  }

  .country_select_list a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: white;  
    padding-left: 56px;
  } 

  .country_select_list li:hover{
      background-color: rgba(0,83,127,0.8);
      -webkit-transition: background-color 1s ease;
      transition: background-color 1s ease;
  }

  .country_select_list li.flag {
    position: relative;
  }

  .country_select_list li.flag a::before {
    content: "";
    display:block;
    width: 25px;
    height: 25px;    
    position: absolute;
    left: 16px;
    top: 12px;    
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
  }

  .country_select_list li.flag.de-DE a::before{
      background-image: url(../images/global/icons/flag/flag_deutschland.svg);      
  }
  
  .country_select_list li.flag.de-AT a::before{
    background-image: url(../images/global/icons/flag/flag_oesterreich.svg);    
  }

  .country_select_list li.flag.de-CH a::before{
    background-image: url(../images/global/icons/flag/flag_schweiz.svg);    
  }

  .country_select_list li.flag.fr-CH a::before{
    background-image: url(../images/global/icons/flag/flag_schweiz.svg);
  }
 
  .country_select_list li.flag.fr-FR a::before{
    background-image: url(../images/global/icons/flag/flag_frankreich.svg);
  }

  .country_select_list li.flag.fr-BE a::before{
    background-image: url(../images/global/icons/flag/flag_belgien.svg);
  }

  .country_select_list li.flag.nl-BE a::before{
    background-image: url(../images/global/icons/flag/flag_belgien.svg);
  }

  .country_select_list li.flag.nl-NL a::before{
    background-image: url(../images/global/icons/flag/flag_niederlande.svg);
  }

  .country_select_list li.flag.en-ZA a::before{
    background-image: url(../images/global/icons/flag/flag_suedafrika.svg);
  }

  .country_select_list li.flag.en-GB a::before{
    background-image: url(../images/global/icons/flag/flag_grossbritannien.svg);
  }

  .country_select_list li.flag.en-IE a::before{
    background-image: url(../images/global/icons/flag/flag_irland.svg);
  }

  .country_select_list li.flag.en-US a::before{
    background-image: url(../images/global/icons/flag/flag_usa.svg);
  }

  .country_select_list li.flag.hi-IN a::before, .country_select_list li.flag.en-IN a::before{
    background-image: url(../images/global/icons/flag/flag_indien.svg);
  }

  .country_select_list li.flag.it-IT a::before{
    background-image: url(../images/global/icons/flag/flag_italien.svg);
  }

  .country_select_list li.flag.es-ES a::before{
    background-image: url(../images/global/icons/flag/flag_spanien.svg);
  }

  .country_select_list li.flag.es-MX a::before{
    background-image: url(../images/global/icons/flag/flag_mexiko.svg);
  }

  .country_select_list li.flag.es-CL a::before{
    background-image: url(../images/global/icons/flag/flag_chile.svg);
  }

  .country_select_list li.flag.es-UY a::before{
    background-image: url(../images/global/icons/flag/flag_uruguay.svg);
  }

  .country_select_list li.flag.pt-BR a::before{
    background-image: url(../images/global/icons/flag/flag_brasilien.svg);
  }

  .country_select_list li.flag.pt-PT a::before{
    background-image: url(../images/global/icons/flag/flag_portugal.svg);
  }

  .country_select_list li.flag.cs-CZ a::before{
    background-image: url(../images/global/icons/flag/flag_tschechien.svg);
  }

  .country_select_list li.flag.sk-SK a::before{
    background-image: url(../images/global/icons/flag/flag_slowakei.svg);
  }

  .country_select_list li.flag.pl-PL a::before{
    background-image: url(../images/global/icons/flag/flag_polen.svg);
  }

  .country_select_list li.flag.el-GR a::before{
    background-image: url(../images/global/icons/flag/flag_griechenland.svg);
  }

  .country_select_list li.flag.ro-RO a::before{
    background-image: url(../images/global/icons/flag/flag_rumaenien.svg);
  }

  .country_select_list li.flag.hu-HU a::before{
    background-image: url(../images/global/icons/flag/flag_ungarn.svg);
  }

  .country_select_list li.flag.uk-UA a::before{
    background-image: url(../images/global/icons/flag/flag_ukraine.svg);
  }

  .country_select_list li.flag.ru-RU a::before{
    background-image: url(../images/global/icons/flag/flag_russland.svg);
  }

  .country_select_list li.flag.id-ID a::before{
    background-image: url(../images/global/icons/flag/flag_indonesien.svg);
  }

  .country_select_list li.flag.tr-TR a::before{
    background-image: url(../images/global/icons/flag/flag_tuerkei.svg);
  }

  .country_select_list li.flag.da-DK a::before{
    background-image: url(../images/global/icons/flag/flag_daenemark.svg);
  }

  .country_select_list li.flag.sl-SI a::before{
    background-image: url(../images/global/icons/flag/flag_slowenien.svg);
  }

  .country_select_list li.flag.hr-HR a::before{
    background-image: url(../images/global/icons/flag/flag_kroatien.svg);
  }

  .country_select_list li.flag.bs-BA a::before{
    background-image: url(../images/global/icons/flag/flag_bosnien.svg);
  }

  .country_select_list li.flag.sr-RS a::before{
    background-image: url(../images/global/icons/flag/flag_serbien.svg);
  }

  .country_select_list li.flag.bg-BG a::before{
    background-image: url(../images/global/icons/flag/flag_bulgarien.svg);
  }

  .country_select_list li.flag.lt-LT a::before{
    background-image: url(../images/global/icons/flag/flag_litauen.svg);
  }

  .country_select_list li.flag.lv-LV a::before{
    background-image: url(../images/global/icons/flag/flag_lettland.svg);
  }

  .country_select_list li.flag.es-AR a::before{
    background-image: url(../images/global/icons/flag/flag_argentinien.svg);
  }

  .country_select_list li.flag.mk-MK a::before{
    background-image: url(../images/global/icons/flag/flag_nordmazedonien.svg);
  }

  .country_select_list li.flag.sr-ME a::before{
    background-image: url(../images/global/icons/flag/flag_montenegro.svg);
  }
/******************************************** Ende Header ********************************************/
  
  /******************************************** Marketing Slider ********************************************/
  
  /* Animationen für den Marketing Slider */
  @-webkit-keyframes move-out-right {
    0% {-webkit-transform: translateX(0%);transform: translateX(0%);}
    100% {-webkit-transform : translateX(100%);transform : translateX(100%);}
  }
  @keyframes move-out-right {
    0% {-webkit-transform: translateX(0%);transform: translateX(0%);}
    100% {-webkit-transform : translateX(100%);transform : translateX(100%);}
  }
  @-webkit-keyframes move-out-left {
    0% {-webkit-transform: translateX(0%);transform: translateX(0%);}
    100% {-webkit-transform : translateX(-100%);transform : translateX(-100%);}
  }
  @keyframes move-out-left {
    0% {-webkit-transform: translateX(0%);transform: translateX(0%);}
    100% {-webkit-transform : translateX(-100%);transform : translateX(-100%);}
  }
  @-webkit-keyframes move-in-right {
    0% {-webkit-transform: translateX(100%);transform: translateX(100%);}
    100% {-webkit-transform : translateX(0%);transform : translateX(0%);}
  }
  @keyframes move-in-right {
    0% {-webkit-transform: translateX(100%);transform: translateX(100%);}
    100% {-webkit-transform : translateX(0%);transform : translateX(0%);}
  }
  @-webkit-keyframes move-in-left {
    0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    100% {-webkit-transform : translateX(0%);transform : translateX(0%);}
  }
  @keyframes move-in-left {
    0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);}
    100% {-webkit-transform : translateX(0%);transform : translateX(0%);}
  }
  
  @-webkit-keyframes marketing_slider-fade_out {
    0% {opacity: 1; z-index:1;}
    50% {opacity: 0; z-index:1;}
    51% {opacity: 0; z-index:-1;}
    100% {opacity: 0; z-index:-1;}
  }
  
  @keyframes marketing_slider-fade_out {
    0% {opacity: 1; z-index:1;}
    50% {opacity: 0; z-index:1;}
    51% {opacity: 0; z-index:-1;}
    100% {opacity: 0; z-index:-1;}
  }
  
  @-webkit-keyframes marketing_slider-fade_in {
    0% {opacity: 0; z-index:0;}
    50% {opacity: 0; z-index:0;}
    51% {opacity: 0; z-index:1;}
    100% {opacity: 1; z-index:1;}
  }
  
  @keyframes marketing_slider-fade_in {
    0% {opacity: 0; z-index:0;}
    50% {opacity: 0; z-index:0;}
    51% {opacity: 0; z-index:1;}
    100% {opacity: 1; z-index:1;}
  }
    
  .marketing_slider {
    height: 450px;
    width: 100%;
    background: rgba(20,20,20,0.1);
    overflow: hidden;	
    position: relative;
  }
  .marketing_slider button.btn.btn-download {
    bottom: 105px;
    left: 490px;
    position: absolute;
    z-index: 5;
  }
  
  .marketing_slider_controlls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  #image-slideshow-nav {
    bottom: 0;
  }
  
  .marketing_slider_background_images {
    position: relative;
    width: 100%;  
    height: 100%;
  }
  .marketing_slider_image_container {
    width: 100%;
    height: 100%;
  }
  .marketing_slider_image {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    top: 0;
    z-index: 2;
    position: absolute;
  }
  .marketing_slider_image:not(.top) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
  }
  
  .img1 {
    background: url(../images/global/apps/background/background-header1_blue_1920_496.jpg) center / cover;;
  }
  .img2 {
    background: url(../images/global/apps/background/background-header2_blue_1920_496.jpg) center / cover;;
  }
  .img3 {
    background: url(../images/global/apps/background/background-header3_blue_1920_496.jpg) center / cover;;
  }
  
  .marketing_slider_points {
    bottom: 0;
    position: absolute;
    margin-left: calc(50% - 80px);
    width: 160px;
    text-align: center;
    z-index: 5;
  }
  .marketing_slider_point {
    background-color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    height: 10px;
    margin: 10px;
    width: 10px;
  }
  .marketing_slider_point.active {
    background-color: #ffbe00;  
  }
  .marketing_slider_point:hover {
    background-color: #ffdf80;
    cursor: pointer;
  }
  .marketing_slider_content_container {
    position: absolute;
    z-index: 4;
    left: 490px;
    right: 100px;
    bottom: 50px;
    top: 150px;
  }
  
  .marketing_slider_content.show {
    z-index: 1;
    opacity: 1;
  }
  .marketing_slider_content {
    position: absolute;
    z-index: 0;
    opacity: 0;
  }
  
  .marketing_slider .marketing_slider_text {
      font-size: 35px;
      color: #ffffff;
      line-height: 49px;
      font-weight: 300;
      white-space: nowrap;
      text-align: left;
  }
  
  .marketing_slider_text.media_991 {
      display: none;
  }
  
  .marketing_slider p {
      color: #ffffff;
      font-size: 18px;
      font-weight: 300;
      line-height: 29px;    
      margin-top: 10px;
  }
  
  #banner-logo {
      background-image: url("../images/global/apps/applogos/applogo-woapp_white_70x70.png");
      height: 70px;
      width: 70px;
      top: 45px;
      left: 490px;
      position: absolute;
      z-index: 5;
  }
  
  .banner-wrapper {
    position: relative;
    background-size: cover;
  }
  
  #banner .banner-decoration .banner-decoration-screenshot {
    height: 466px;
    left: 81px;
    position: absolute;
    width: 213px;
    z-index: 5;
    background-size: 213px auto;
    top: 68px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .banner-decoration {
    width: 400px; 
    height: 655px;
    left: 78px;
    background: url(../images/global/apps/phone-black.png) no-repeat 40px 20px / 73% auto;
    position: absolute;
    z-index: 5;
  }
  
  .btn-download {
    background-color: #ffbe00;
    border: 1px #ffffff solid;
    font-size: 15px;
    width: 180px;
    height: 40px;
  }
  
  .btn-download:before {
    background: #ffbe00;
  }
  
  .btn-download:hover, 
  .btn-download:focus, 
  .btn-download:active, 
  .btn-download:active:focus {
    color: #ffffff;
    background: #ffbe00;
  }
  
  #slider_left, #slider_right {
    color: rgba(255, 255, 255, 0.8);
    font-size: 40px;
    height: 36px;
    line-height: 40px;
    position: absolute;
    top: calc(50% - 18px);
    width: 20px;
    z-index: 10;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform: scale(1);
    transform: scale(1);    
  }
  #slider_left {
      background: rgba(0, 0, 0, 0) url("../images/global/apps/svg/ic_arrow_left.svg") no-repeat scroll center center;
      left: 20px;
  }
  #slider_right {
      background: rgba(0, 0, 0, 0) url("../images/global/apps/svg/ic_arrow_right.svg") no-repeat scroll center center;
      right: 20px;
  }
  #slider_left:hover, #slider_right:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      cursor: pointer;
      opacity: 1;
  }
  
  .teaser_icon_container > div {
      height: 50px;
      width: 50px;
      background-color: rgba(0, 83, 127, 0.5);
      background-repeat: no-repeat;
      background-position: center center;
      border: 1px solid #ffffff;
      border-radius: 25px;
      display: inline-block;
      margin: 10px 15px 30px;
  }
  .teaser_icon_1 {
      background-image: url(../images/global/apps/feature-icon/feature-icon-forecast_blue.svg);
  }
  .teaser_icon_2 {
      background-image: url(../images/global/apps/feature-icon/feature-icon-warnings_blue.svg);
  }
  .teaser_icon_3 {
      background-image: url(../images/global/apps/feature-icon/feature-icon-data.svg);
      background-size: auto 35px;
  }
  
  
  .marketing_static{
    height: 750px;
    width: 100%;
    background: rgba(20,20,20,0.1);
    overflow: hidden;	
    position: relative;
  }
  
  .marketing_static .marketing_static_text {
      top: 35px;
      font-size: 20px;
      color: #ffffff;
      line-height: 29px;
      font-weight: 300;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);    
      position: absolute;
      min-width: 100%;
      text-align: center;
      white-space: nowrap;
  }
  
  .marketing_static_image {
    width: 100%;
    height: 100%;
  }  
  
  .marketing_static_image.img1 {
    background: url(../images/global/apps/background/background-header_lightning_380x750.png) center / cover;
  }
  
  /******************************************** Ende Marketing Slider ********************************************/
  
  /******************************************** Features ********************************************/
  
  .features {
      margin-top: 139px;
      margin-bottom: 66px;
      text-align: center;
  }
  
  .features-left {
      float: left;
      font-size: 18px;
      line-height: 27px;
      text-align: right;
  }
  
  .features-right {
      float: right;
      font-size: 18px;
      line-height: 27px;
      text-align: left;
  }
  
  .feature {
      position: relative;
      display: block;
      width: 354px;
      margin-bottom: 106px;
      height: 80px;
  }
  
  .feature:last-child {
      margin: 0;
  }
  
  .feature-name {
      margin-bottom: 12px;
      color: #3c3c3c;
      font-size: 18px;
      font-weight: 400;
  }
  
  .feature-desc {
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
  }
  
  .features-left .feature {
      padding-right: 96px;
  }
  
  .features-right .feature {
      padding-left: 100px;
  }
  
  .feature-disk {
      position: absolute;
      top: 0px;
      right: 0;
      display: inline-block;
      width: 74px;
      height: 74px;
      border: 1px solid #10568e;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: all ease 0.5s;
      transition: all ease 0.5s; 
      overflow: hidden;
  }
  
  .features-right .feature-disk {
      right: auto;
      left: -4px;
  }
  
  .feature-disk:hover {
      border-color: #10658e;
      cursor: pointer;
      background-color: #10658e;
  }
  
  .feature-disk .icon {
      width: 70px;
      height: 70px;
      background: url(../images/global/apps/feature-icon/feature-icon-forecast_white.svg) center center no-repeat;
      margin: 1px auto;
  }
  
  
  .feature-disk .radar {
      background-image: url(../images/global/apps/feature-icon/feature-icon-radar_white.svg);
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
  }
  
  .feature-disk .ticker {
      background-image: url(../images/global/apps/feature-icon/feature-icon-ticker_white.svg);
  }
  
  .feature-disk .warnings {
      background-image: url(../images/global/apps/feature-icon/feature-icon-warnings_white.svg);
  }
  
  .feature-disk .pollen {
      background-image: url(../images/global/apps/feature-icon/feature-icon-pollen_white.svg);
  }
  
  .feature-disk .skiinfo {
      background-image: url(../images/global/apps/feature-icon/feature-icon-skiinfo_white.svg);
  }
  
  .feature-disk .widget {
      max-width: 88%;
      background-image: url(../images/global/apps/feature-icon/feature-icon-widget_white.svg);
  }
  
  .feature-disk:hover .icon.forecast {
      background-image: url(../images/global/apps/feature-icon/feature-icon-forecast_blue.svg);
  }
  
  .feature-disk:hover .radar {
      background-image: url(../images/global/apps/feature-icon/feature-icon-radar_blue.svg);
  }
  
  .feature-disk:hover .ticker {
      background-image: url(../images/global/apps/feature-icon/feature-icon-ticker_blue.svg);
  }
  
  .feature-disk:hover .warnings {
      background-image: url(../images/global/apps/feature-icon/feature-icon-warnings_blue.svg);
  }
  
  .feature-disk:hover .pollen {
      background-image: url(../images/global/apps/feature-icon/feature-icon-pollen_blue.svg);
  }
  
  .feature-disk:hover .widget {
      background-image: url(../images/global/apps/feature-icon/feature-icon-widget_blue.svg);
  }
  .feature-disk:hover .skiinfo {
      background-image: url(../images/global/apps/feature-icon/feature-icon-skiinfo_blue.svg);
  }
  
  .features-decoration {
      display: inline-block;
      width: 370px;
      height: 661px;
      margin-top: -100px;
      background: url("../images/global/apps/phone-black.png") no-repeat center;
      background-size: cover;
      vertical-align: top;
  }
  
  .features-decoration .image-holder {
      width: 270px;
      height: 478px;
      margin: 61px 52px;
      background-color: transparent;
  }
  .feature-image {
      height: 552px;
      position: absolute;
      width: 270px;
      z-index: 1;
      opacity: 0;
      border-radius: 10px;
      -webkit-transition: opacity 0.4s ease 0.4s;
      transition: opacity 0.4s ease 0.4s;
  }
  .feature-image.ontop {
      z-index: 3;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease 0s;
      transition: opacity 0.4s ease 0s;
  }
  
  .features-content {
      margin-top: 140px;
      text-align: center;
  }
  
  #features .modal {
      margin: 20px 20px;
      z-index: 99999;
  }
  #features .modal-dialog {
      margin: 0 auto;
      height: auto;
      max-height: 100%;
      width: 100%;
      max-width: 371px;
      border-radius: 10px;
      overflow: hidden;
  }
  #features .modal-content {
      border-radius: 0;
  }
  
  #image-gallery.modal.fade.in .modal-header + div {
      height: auto !important;
      min-height: 400px;
      max-height: 100vh;
      overflow-y: auto !important;
      
  }
  
  .carousel-control > .slider-left {
      content: " ";
      background: url(../images/global/apps/svg/ic_arrow_left.svg);
      height: 35px;
      width: 20px;
      position: absolute;
      background-repeat: no-repeat;
      left: 5px;
      top: 50%;
      opacity: 0.5;
  }
  .carousel-control > .slider-right {
      content: " ";
      background: url(../images/global/apps/svg/ic_arrow_right.svg);
      height: 35px;
      width: 20px;
      position: absolute;
      background-repeat: no-repeat;
      right: 5px;
      top: 50%;
      opacity: 0.5;
  }
  
  .img-phone {
      background-repeat: no-repeat;
      background-size: 100% 100%;
      max-width: 100%;
      margin: auto;
  }
  
  #features .modal-title {
      font-size: 20px;
      line-height: 30px;
      margin: 25px 10px 5px;
      text-align: center;
      color: #ffffff;
      font-weight: 200;
      text-transform: uppercase;
  }
  .carousel-control.right, .carousel-control.left {
      background: none;
  }
  
  #features .modal .close {
      color: #ffffff;
      font-size: 30px;
      font-weight: 300;
  }
  #features .modal-body {
      height: auto;
  }
  
  /******************************************** Ende Features ********************************************/
  
  /******************************************** Video ********************************************/
  
  #video {
      position: relative;
      overflow: hidden;
      background-color: white;
    }
    #video iframe {
      max-width: 100%;
      max-height: 56.25vw;
      border: none;
    }
    
  /******************************************** Ende Video ********************************************/
  
  /******************************************** Meinungen ********************************************/
  
  .section-review h2 {
      padding-top: 84px;
  }
  
  .reviews-carousel {
      margin: 60px 0 66px;
  }
  
  .review-wrapper {
      margin: auto 13px;
  }
  
  .review {
      position: relative;
      padding: 52px 75px 52px 75px;
      border-radius: 4px;
      margin-top: 0;
      background-color: #fff;
      color: #d5dae3;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px;
      -webkit-transition: .4s color, .4s background-color, .4s margin-top;
      transition: .4s color, .4s background-color, .4s margin-top;
  }
  .star-container {
      text-align: center;
  }
  span.star {
      width: 45px;
      height: 45px;
      background: url(../images/global/apps/review/ic_stern.svg);
      display: inline-block;
      margin: 4px 0;
  }
  .review:hover {
      background-color: #87B2C6;
      color: #fff;
      cursor: pointer;
      -webkit-transition: 1s color, 1s background-color;
      transition: 1s color, 1s background-color;
  }
  
  .reviews-carousel .center .review {
      margin-top: 35px;
      background-color: #10658e;
      color: #fff;
      -webkit-transition: .4s all;
      transition: .4s all;
  }
  
  .reviews-carousel .review:hover:before {
      background-image: url("../images/global/apps/quotes.png");
      -webkit-transition: 1s background-image;
      -webkit-transition: .1s background-image;
      transition: .1s background-image;
  }
  
  .reviews-carousel .center .review:before {
      background-image: url("../images/global/apps/quotes.png");
      -webkit-transition: .4s background-image;
      transition: .4s background-image;
  }
  
  .reviews-carousel .center .review:after {
      border-top-color: #10658e;
      -webkit-transition: .4s border-top-color;
      transition: .4s border-top-color;
  }
  
  .reviews-carousel .review:after {
      content: '';
      position: absolute;
      bottom: -31px;
      left: 77px;
      border: 16px solid transparent;
      border-top: 16px solid transparent;
  }
  
  .reviews-carousel .owl-item .author-icon {
      width: 69px;
      height: 69px;
      border-radius: 35px;
  }
  
  .review-author {
      margin: 30px 0 35px 57px;
      opacity: 0;
      -webkit-transition: .4s all;
      transition: .4s all;
  }
  
  .author-name {
      color: #3c3c3b;
      font-size: 18px;
      font-weight: 300;
  }
  
  .author-company {
      color: #96a3ad;
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 400;
  }
  
  .reviews-carousel .center .review-author {
      margin-bottom: 0;
      opacity: 1;
      -webkit-transition: .4s all;
      transition: .4s all;
  }
  
  .owl-dots {
      width: 100%;
      margin-top: 10px;
      text-align: center;
  }
  .owl-dot {
      width: 10px;
      height: 10px;
      background-color: #10658e;
      display: inline-block;
      margin: 10px;
      border-radius: 5px;
  }
  .owl-dot.active {
    background-color: #ffbe00;
  }
  
  /******************************************** Ende Meinungen ********************************************/
  
  /******************************************** Footer (für alle drei Seiten) ********************************************/
  footer {
    background: #10658e url(../images/global/header/isobars_transparent_832x571.svg) no-repeat scroll left top / cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 44px;
    border-top: 2px solid #ffbe00;
    text-align: center;
  }
  footer > a {
    font-size: 20px;
    color: #ffffff;
    margin: 10px;
    display: inline-block;
    text-decoration: none;
  }
  
  footer > a:hover {
    color: #ffbe00;
  }
  
  /******************************************** Ende Footer ********************************************/
   
  /******************************************** privacy und terms-of-use ********************************************/
  
  .text_container {
  max-width: 960px;
  margin: 20px auto;
  padding: 20px;
  }
  
  .text_container > h1 {    
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #00537f;
  }
  
  .text_container > p {
  margin-top: 10px;
  }
  
  .text_container > p.text_h1 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 24px;
  }
  
  .text_container > p.text_h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 16px;
  }
  
  .text_container > p.text_h3 {
  font-size: 18px;
  }
  
  .text_container a:hover {
      text-decoration: underline;
  }
  
  .text_container a {
      color: #10658e;
      text-decoration: none;
  }
  
  .text_container .li1 {
  padding-left: 15px;
  display: block;
  position: relative;
  }
  
  .text_container .li1::before {
  /* content: "•"; */
  content: "\2022";
  position: absolute;
  left: 0px;
  }
  
  .text_container .li2 {
  padding-left: 35px;
  display: block;
  position: relative;
  }
  
  .text_container .li2::before {
  content: "\25e6";
  position: absolute;
  left: 20px;
  }

  #show_partnerlist {
    position: relative;
    color: #00537f;
    cursor: pointer;
  }
  
  #show_partnerlist:hover {
    text-decoration: underline;
  }

  #show_partnerlist::after {
    content: "";
    position: absolute;
    border-style: solid;
    /* border-width: 10px 5px 0 5px; */
    border-width: 0 5px 10px 5px;
    border-color: #00537f transparent;
    top: 8px;
    margin-left: 5px;
    transition: all 0.2s ease 0.5s;
  }
  
  #show_partnerlist.open::after {
    /* border-width: 0 5px 10px 5px;*/
    border-width: 10px 5px 0 5px;
  }

  ul#partnerlist li{
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    color: #3c3c3b;
    line-height: 20px;
    margin-bottom: 6px;
  }
  
  ul#partnerlist li a{
    color: #00537f;
  }
    
  /********************************************* Ende privacy und terms-of-use ********************************************/
    
  .only_desktop, .max_991 {
    display: block;
  }
  
  .only_mobile {
    display: none;
  }
  
  .cc_banner > * {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
  }
  
  .parallax-mirror {
      height: 900px !important;
      margin-top: -50px;
  }
  
  .btn.small {
      border-radius: 20px;
      font-size: 16px;
      padding: 10px 20px;
  }
  
  /******************************************** Download Layer ********************************************/
  
  #download-modal-desktop > .modal-dialog {
      height: 350px;
      max-width: 800px;
      max-height: calc(100vh - 290px);
      margin-top: 190px;
      height: auto;
  }
  
  .modal-dialog.container {
      position: relative;
      padding: 0;
  }
  
  #download-layer {
      max-height: calc(100vh - 290px);
      max-width: 100vw;
      width: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 15px 0;
      position: fixed;
      top: 190px;
      z-index: 100000;
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.4s ease-out 0s;
      transition: opacity 0.5s ease 0s, -webkit-transform 0.4s ease-out 0s;
      transition: opacity 0.5s ease 0s, transform 0.4s ease-out 0s;
      transition: opacity 0.5s ease 0s, transform 0.4s ease-out 0s, -webkit-transform 0.4s ease-out 0s;
  }
  .download-content {
      background: #ffffff none repeat scroll 0 0;
      -webkit-box-shadow: 0 0 16px #444444;
              box-shadow: 0 0 16px #444444;
      position: relative;
      width: 100%;
      max-width: 1204px;
      margin: auto;
      padding: 0;
  }
  
  h2#download-title {
      color: #ffffff;
      font-size: 35px;
      line-height: 45px;
  }
  #download-title-line {
      background-color: #10658e;
      padding: 7px;
  }
  .woa-free::after {
      background: rgba(0, 0, 0, 0) url("../images/global/apps/applogos/applogo-woapp_white_45x45.png") no-repeat scroll center center / 100% auto;
      content: " ";
      display: inline-block;
      height: 45px;
      line-height: 45px;
      margin: 0 25px 0 50px;
      width: 45px;
      position: absolute;
  }
  .woa-pro::after {
      background: rgba(0, 0, 0, 0) url("../images/global/apps/applogos/applogo-wopro_white_45x45.png") no-repeat scroll center center / auto 100%;
      content: " ";
      display: inline-block;
      height: 45px;
      line-height: 45px;
      margin: 0 25px 0 50px;
      width: 45px;
      position: absolute;
  }
  
  #download-layer .store:hover, #download-modal-desktop .store:hover {
      cursor: pointer;
      background-color: #ffbe00;
      text-decoration: none;
  }
  #download-layer .stores, #download-modal-desktop .stores {
      padding: 70px 0;
      text-align: center;
  }
  #download-layer .store, #download-modal-desktop .store {
      background-color: rgba(16, 101, 142, 0.7);
      border: 2px solid #fff;
      border-radius: 100px;
      display: inline-block;
      height: 74px;
      margin: 20px 12px;
      opacity: 1;
      text-align: center;
      -webkit-transition: background-color 0.3s ease 0s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
      transition: background-color 0.3s ease 0s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
      transition: background-color 0.3s ease 0s, transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
      transition: background-color 0.3s ease 0s, transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
      white-space: nowrap;
      width: 250px;
      min-width: 250px;
  }
  
  #download-layer .store-icon, #download-modal-desktop .store-icon {
      color: #fff;
      font-size: 40px;
      line-height: 70px;
      padding-right: 15px;
      -webkit-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s;
      vertical-align: middle;
      width: 50px;
  }
  .store-icon.apple {
      background: rgba(0,0,0,0) url(../images/global/apps/apple_icon.png) no-repeat center left / 40px auto;
      display: inline-block;
      height: 70px;
  }
  
  #download-layer .store-name, #download-modal-desktop .store-name {
      color: #fff;
      display: inline-block;
      font-size: 20px;
      font-weight: 300;
      line-height: 70px;
      -webkit-transition: color 1s ease 0s;
      transition: color 1s ease 0s;
      vertical-align: middle;
  }
  #download-layer .store svg, #download-modal-desktop .store svg {
      height: 40px;
      fill: #fff;
  }
  .download-container.container {
      position: relative;
      padding: 0;
  }
  #download-title-line .x::before {
      color: #ffffff;
      content: " ";
      font-size: 30px;
      height: 34px;
      line-height: 30px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 34px;
      padding: 0px;
      opacity: 0.8;
      -webkit-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s;
      background: rgba(0, 0, 0, 0) url("../images/global/apps/svg/ic_close.svg") no-repeat scroll center center;
      
  }
  #download-title-line .x::before:hover {
      cursor: pointer;
      font-size: 34px;
      opacity: 1;
  }
  
  /*Animationen */
  #download-layer.hidden {
      display: block !important;
      opacity: 0;
      top: -1000px;
      -webkit-transform: translateY(-500px);
              transform: translateY(-500px);
      -webkit-transition: opacity 0.5s ease 0s, top 0s ease 0.5s, -webkit-transform 0.4s ease-out 0s;
      transition: opacity 0.5s ease 0s, top 0s ease 0.5s, -webkit-transform 0.4s ease-out 0s;
      transition: opacity 0.5s ease 0s, transform 0.4s ease-out 0s, top 0s ease 0.5s;
      transition: opacity 0.5s ease 0s, transform 0.4s ease-out 0s, top 0s ease 0.5s, -webkit-transform 0.4s ease-out 0s;
  }
  #download-layer.hidden a.store {
      opacity: 0;
      -webkit-transform: scale(0.9) translateY(100px);
              transform: scale(0.9) translateY(100px);
  }
  #download-layer.hidden a.store:first-child {
      -webkit-transform: scale(0.9) translateX(-100px);
              transform: scale(0.9) translateX(-100px);
  }
  #download-layer.hidden a.store:last-child {
      -webkit-transform: scale(0.9) translateX(100px);
              transform: scale(0.9) translateX(100px);
  }
  
  
  #download-selection-layer {
      z-index: 99999;
      margin: 25% auto 0;
      width: 350px;
      max-width: 80%;
      left: 20px;
      right: 20px;
  }
  #download-selection-modal-content {
    height: auto;
    padding: 0px 5px 10px 5px;
    background-color: #10658E;
  }
  #download-selection-modal-content .close {
      color: #ffffff;
      font-size: 30px;
      font-weight: 300;
  }
  
  .modal-header{
      padding: 5px;
      border: none;
      background-color: #10658E;
  }
  
  .modal-body{
      padding: 5px 5px 0px 5px;
  }
  
  .app_selector {
      border: 1px solid #ffffff;
      border-radius: 8px;
      margin: 0px 0px 15px 0px;
      padding: 15px 60px 15px 15px;
      width: 100%;
      background-image: url(../images/global/apps/applogos/applogo-woapp_white_90x90.png);
      background-size: 45px 45px; 
      background-repeat: no-repeat;
      background-position: 95% 50%;
      text-align: center;
      background-color: #10658E;
      font-size: 20px;
      color: #ffffff;
      font-weight: 300;
  }
  .app_selector.pro {
      background-image: url(../images/global/apps/applogos/applogo-wopro_white_90x90.png);
  }  
  
  .app_selector > p {
      margin: 0;
      color: #ffffff;
      font-weight: 200;
      width: calc(100% - 55px);
      text-align: center;
  }
  
  .app_selector.icon {
      background-image: url(../images/global/apps/applogos/applogo-woapp_white_90x90.png);
      float: right;
      width: 45px;
      height: 50px;
      background-size: 45px 45px;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .app_selector.pro > .icon {
      background-image: url(../images/global/apps/applogos/applogo-wopro_white_90x90.png);
  }  
  
  /******************************************** Ende Download Layer ********************************************/
      
  /******************************************** Scrollable Downlaod Button ********************************************/
  
  #scrollable-download-button {
      position: fixed;
      width: 50px;
      height: 50px;
      border-radius: 35px;
      right: calc(50% - 570px);
      bottom: 30px;
      z-index: 100;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      padding: 12px;
      text-align: center;
      background: #ffbe00 url(../images/global/apps/svg/ic_download.svg) no-repeat scroll center center / auto 100%;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
  }
  #scrollable-download-button.show {
      right: calc(50% - 570px);
      bottom: 30px;
      cursor: pointer;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
  }
  
  /******************************************** Ende Scrollable Downlaod Button ********************************************/
  
  /******************************************** Displaygrößen spezifische Anpassungen ********************************************/
  @media (max-width: 1399px) {
      .review {
          padding: 30px 20px 30px 30px;
          font-size: 18px;
          line-height: 28px;
      } 
      
      .container {
          max-width: 100%;
      }
  }
  
  @media (max-width: 1229px) {
      .container {
          max-width: 100%;
          width: 970px;
      }
      
      .marketing_slider_text.media_991 {
          display: block;
          text-align: left;
        }
  
        
      .marketing_slider_text.media_desktop{
          display: none;
      }
  
      .marketing_slider button.btn.btn-download {
          bottom: 58px;
      }    
  
      .slideshow-image-holder > .banner-content {
          margin: 155px calc(50vw - 420px) 0 0;
      }
  
      .banner-content {
          margin-right: 45px;
          max-width: 430px;
      }
      #image-slideshow-nav {
          margin-left: calc(50vw - 20px);
          margin-right: 0;
      }
      .features {
          margin-top: 40px;
          margin-left: 90px;
      }
      
      .features-left, .features-right {
          width: 50%;
      }
      .feature {
          margin-bottom: 50px;
          vertical-align: top;
          height: 110px;
      }
      .feature:last-child {
          margin-bottom: 50px;
      }
      
      .features-decoration {
        display: none;
      }
      
      .app-container {
        width: 260px;
      }
      
      .download-container.container .stores, .modal-dialog.container .stores {
          margin: auto;
          max-width: 630px;
      } 
      .store {
          margin-bottom: 20px;
          width: 400px;
      }
      
      #scrollable-download-button { 
          right: 30px;
      }
      #scrollable-download-button.show {
          right: 30px;
      }    
  }
  
  @media (max-width: 991px) {
      .max_991 {
        display: none;
      }
  
      .marketing_slider_text.media_991 {
          display: block;
          text-align: left;
      }
  
      .marketing_slider_text.media_desktop{
          display: none;
      }
  
      .marketing_slider button.btn.btn-download {
          bottom: 105px;
      }  
  
      h1 {
          margin-bottom: 15px;
          font-size: 40px;
          width: auto;
      }      
      .container {
          max-width: 100%;
          width: 750px;
      }
  
      .subheading {
          width: auto;
      }
  
      .banner-content {
          max-width: 320px;
          margin-right: 0;
          text-align: center;
      }
  
      .banner-content .btn {
          width: 80%;
          margin-bottom: 15px;
          margin-left: 0;
      }
      
      #banner-logo,
      .marketing_slider button.btn.btn-download,
      .marketing_slider_content_container {
        left: 420px;
        text-align: center;
      }
  
      .marketing_slider_content_container .marketing_slider_text{
          font-size: 29px;
      }
  
      #image-slideshow-nav {
          margin: -50px 0 0 calc(50vw + 30px);
      }
      .slideshow-image-holder > .banner-content {
          margin: 155px calc(50vw - 340px) 0 0;
      }
      #banner .slideshow-image-holder:nth-child(1) h1 {
        font-size: 40px;
      }
      #banner .slideshow-image-holder:first-child h1::before {
          left: 300px;
      }
  
      .banner-decoration {
        left: 35px;
      }
  
      #banner .banner-decoration::after{
          bottom: -60px;
          height: 569px;
      }
      #banner .banner-decoration::before {
          bottom: -45px;
          height: 384px;
      }
      .banner-content .btn-primary {
          bottom: 20px;
      }
      
      .features {
          margin-top: 40px;
          margin-left: 0;
      }
  
      .feature {
          height: 110px;
          margin-bottom: 50px;
          vertical-align: top;
          width: 320px;
      }
  
      .feature:last-child {
          margin-bottom: 50px;
      }
  
      .features-decoration {
        display: none;
      }
      
      .app-container, .app-container.woa-pro, .app-container.woa-free {
          width: 220px;
          margin: 20px 0 30px;
      }
      .app-container.woa-free::after, .app-container.woa-pro::after {
        display: none;
      }
      .app-container > h3 {
          font-weight: 300;
          font-size: 20px;
      }
      
      #download-layer .store {
          float: none;
          width: 200px;
      }
      .store-icon {
          padding-right: 10px;
      }
  
      /******************************************** privacy und terms-of-use ********************************************/
    
      .text_container > h1 {    
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 20px;
          color: #00537f;
      }
      
      .text_container > p {
          margin-top: 10px;
          font-size: 18px;
      }
      
      .text_container > p.text_h1 {
          font-size: 28px;
          line-height: 40px;
          margin-top: 24px;
      }
      
      .text_container > p.text_h2 {
          font-size: 26px;
          line-height: 24px;
          margin-top: 16px;
      }
      
      .text_container > p.text_h3 {
          font-size: 20px;
      }      
        
      /********************************************* Ende privacy und terms-of-use ********************************************/
  }
  
  @media (max-width: 767px) {
      #head_bg {
        border-radius: 0;
      }
    
      #head, #blind_head {
        height: 67px;
      }
      #logo {
        margin: 0 auto;
        height: 67px;
        text-align: center;
      }
      #logo > a {
          line-height: 67px;
      }
      .wo-logo {
          margin: 10px auto;
      }
      .title_img {
          margin: 0px;
          width: auto;
          height: 27px;
          /*max-width: 60%;
          max-height: 60%;*/
          left: 50%;
          top: 35%;
          /*top: 50%;*/
          -webkit-transform: translate(-50%,-50%);
                  transform: translate(-50%,-50%);
          position: absolute;    
      }
      #logo > a > img { 
          display: none;
      }
      #startpage-link {
        display: none;
      }
      
      h2 {
          font-size: 45px;
      }
      
      .container {
          max-width: 100%;
          width: auto;
      }
  
      .marketing_slider{
        display: none;
      }
  
      .marketing_static.only_mobile{
        display: block;
      }
  
      .subheading {
          margin: 0 auto 30px;
          font-size: 17px;
          line-height: 24px;
      }
  
      .section-dark h2, 
      .section-light h2, 
      .section-deep h2 {
          padding-top: 65px;
      }
  
      .section-light .subheading, 
      .section-deep .subheading {
          margin-top: 20px;
      }
  
      .btn {
          background-color: #ffbe00;
          border: 1px #ffffff solid;
          font-size: 15px;
          width: 180px;
          height: 40px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: absolute;
          top: 115px;
      }
  
      .marketing_static.only_mobile .wrapper {
          width: 400px; 
          height: 550px;
          background-image: url(../images/global/apps/phone-black.png);
          background-repeat: no-repeat;
          background-position: 50% 55%;
          background-size: 73% auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: absolute;
          top: 180px;
          z-index: 5;
      }
  
      .marketing_static.only_mobile .screenshot {        
          height: 437px;
          left: 50.4%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          position: absolute;
          width: 212px;
          z-index: 5;
          background-size: 212px auto;
          top: 64px;
          border-radius: 10px;
      } 
  
      .banner-wrapper {
          position: relative;
      }
  
      .banner {
          min-height: 530px;
          margin-top: 0;
      }
  
      .banner-content {
          position: absolute;
          top: 50%;
          left: 50%;
          max-width: 300px;
          margin-left: -150px;
          margin-top: -140px;
      }
      
      .marketing_slider_content_container {
        left: 100px;
      }
      .marketing_slider button.btn.btn-download {
        left: 100px;
        right: 100px;
        margin: auto;
      }
  
      #image-slideshow-nav {
          margin: -50px calc(50vw - 85px) 0;
      }
      .slideshow-image-holder > .banner-content {
          left: 0;
          margin: 20px;
          max-width: 100%;
          top: 0;
          width: calc(100% - 60px);
      }
      
      #banner .slideshow-image-holder:nth-child(1) h1, #banner .slideshow-image-holder:nth-child(2) h1 {
        font-size: 35px;
      }
  
      .banner .btn {
          width: 100%;
          max-width: 150px;
          margin: 15px auto;
          left: 25%;
      }
      #banner-logo {
        top: 45px;
        left: 20px;
        width: 50px;
        height: 50px;
        background-size: 100%;
      }
      .banner-content {
          height:320px;
      }
      
      .teaser-slideshow-text {
        margin: 140px auto 0;
      }
      .teaser-slideshow-text > h1, 
      .marketing_slider h1 {
          font-size: 35px;
          line-height: 55px;
          width: auto;
      }
      
      .features-left, 
      .features-right {
          width: 100%;
      }
  
      .features {
          padding: 40px 0 0;
          margin: 30px 0 0;
      }
  
      .feature-name {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 0;
      }
  
      .feature {
          display: inline-block;
          text-align: center;
          padding: 100px 0 0 0 !important;
          width: 100%;
          height: auto;
      }
  
      .feature-disk {
          top: 0;
          left: 50% !important;
          width: 80px;
          height: 80px;
          margin-left: -37px;
          background-color: #10658e;
      }
  
      .feature-disk .icon {
          margin: 0px auto;
          height: 80px;
          width: 80px;
          background-size: 56px 56px;
      }
  
      .features-decoration {
          display: none;
      }
      
      .subheading {
        font-size: 20px;
        line-height: 28px;
      }
      
      
      .icon.forecast {
          background-image: url(../images/global/apps/feature-icon/feature-icon-forecast_blue.svg);
      }
      .icon.radar {
          background-image: url(../images/global/apps/feature-icon/feature-icon-radar_blue.svg);
      }
      .icon.ticker {
          background-image: url(../images/global/apps/feature-icon/feature-icon-ticker_blue.svg);
      }
      .icon.warnings {
          background-image: url(../images/global/apps/feature-icon/feature-icon-warnings_blue.svg);
      }
      .icon.pollen {
          background-image: url(../images/global/apps/feature-icon/feature-icon-pollen_blue.svg);
      }
      .icon.skiinfo {
          background-image: url(../images/global/apps/feature-icon/feature-icon-skiinfo_blue.svg);
      }
      
      #tarif_banner {
          display: none;
      }
      
      .section-video h2 {
          top: 30px;
      }
  
      .section-video .subheading {
          top: 109px;
          left: 0;
          max-width: 100%;
          margin-left: 0;
          padding: 0 15px;
      }
  
      .vjs-youtube-mobile .vjs-big-play-button {
          display: inline-block !important;
      }
      .modal-video {
          padding-right: 0 !important;
      }
  
      .modal-dialog {
          width: 100%;
          height: 100%;
          margin: 0;
      }
  
      .mask {
          display: none;
      }
      
      iframe#videoiframe {
          width: 100%;
          height: 56.25vw;
          max-height: 100%;
          max-width: 100%;
      }
      
      .pricing-content {
          max-width: 100%;
          padding: 0 20px;
          margin: 40px 0px;
          margin-left: 0;
      }
      
      #price-stoerer {
          display: none;
      }
  
      footer > a {
          font-size: 12px;
          margin-top: 16px; 
      }
  
      /******************************************** privacy und terms-of-use ********************************************/
    
      .text_container > h1 {    
          font-size: 32px;
          line-height: 40px;
          margin-bottom: 20px;
          color: #00537f;
      }
      
      .text_container > p {
          margin-top: 10px;
          font-size: 14px;
      }
      
      .text_container > p.text_h1 {
          font-size: 24px;
          line-height: 40px;
          margin-top: 24px;
      }
      
      .text_container > p.text_h2 {
          font-size: 22px;
          line-height: 24px;
          margin-top: 16px;
      }
      
      .text_container > p.text_h3 {
          font-size: 16px;
      }   
        
      /********************************************* Ende privacy und terms-of-use ********************************************/
  }
  
  @media (max-width: 500px) {
      .only_mobile {
        display: block;
      }
      .only_desktop {
        display: none;
      }
      
      p {
          font-size: 20px;
      }
      h2 {
        font-size: 35px;
        text-align: center;
      }
      .section-dark h2, .section-light h2, .section-deep h2 {
        padding-top: 30px
      }
  
      .container {
          max-width: 100%;
      }
  
      #marketing_top_slider {
        height: 450px;
      }
  
      .teaser_icon_container.only_mobile {
        margin: 0 calc(50% - 150px);
      }
      .marketing_slider_content_container {
        top: 100px;
        right: 60px;
        left: 60px;
      }
      .marketing_slider h1{ 
        top: 100px;
        font-size: 35px;
        font-weight: 300;
        line-height: 46px;
      }
  
      .slideshow-image-holder > .banner-content {
          margin: 20px 0;
          width: 100%;
      }
      
      .teaser-slideshow-text {
          min-height: 110px;
          margin: 80px auto 110px;
          width: 100%;
          background-repeat: no-repeat;
      }
      
      #banner .slideshow-image-holder:nth-child(2) h1 {
          margin: 80px 20px 110px;
      }
      #banner .slideshow-image-holder:nth-child(2) .teaser-slideshow-text {
        height: 130px;
      }
      
      .slideshow-image {
          height: 500px;
          min-height: 100%;
      }
      
      .slideshow-image-holder:nth-of-type(1) > .slideshow-image {
          background-image: url(../images/global/apps/background/background-header1_blue_800x900_m.jpg);
      }
      .slideshow-image-holder:nth-of-type(2) > .slideshow-image {
          background-image: url(../images/global/apps/background/background-header2_blue_800x900_m.jpg);
      }
      .slideshow-image-holder:nth-of-type(3) > .slideshow-image {
          background-image: url(../images/global/apps/background/background-header3_blue_800x900_m.jpg);
      }
      .slideshow-image-holder:nth-of-type(4) > .slideshow-image {
          background-image: url(../images/global/apps/background/background-header4_blue_800x900_m.jpg);
      }
      .slideshow-image-holder:nth-of-type(5) > .slideshow-image {
          background-image: url(../images/global/apps/background/background-header5_blue_800x900_m.jpg);
      }
      
      #banner .slideshow-image-holder:first-child h1, #banner .slideshow-image-holder h1 {
          margin: 100px 20px 110px;
          font-size: 35px;
          font-weight: 300;
          line-height: 46px;
          text-align: center;
      }
      
      .banner-content .btn {
          width: 150px;
          padding: 12px;
          font-size: 18px;
          font-weight: 300;
          bottom: 0;
          left: 25%;
      }
      #slider_left {
          left: 5px;
      }
  
      #slider_right {
          right: 5px;
      }
      
      #slider_left:hover, #slider_right:hover {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
        cursor: pointer;
        opacity: 0.2;
      }
      
      .section-video::before {
        display: none;
      }
      
      .section-video {
        height: 350px;
      }
      .video-play {
          top: 50%;
      }
      
      .reviews-carousel .review:after {
          left: 28px;
      }
  
      .review-author {
          margin-top: 35px;
          margin-left: 10px;
      }
      .reviews-carousel {
          margin: 30px 0 36px;
      }
      
      .pricing-content {
          padding: 0;
          margin: 20px 0;
      }
      .offer-description > li::before {
        margin-left: -30px;
        margin-top: 10px;
      }
      .offer-description > li {
        padding: 6px 5px 6px 32px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
      }
      .price-box {
          margin-top: 20px;
          width: 270px;
          color: #fff;
          font-size: 18px;
          font-weight: 300;
          line-height: 1;
      }
      
      .devices img {
          margin: 20px auto;
      }
  
      footer > a {
          font-size: 11px;
          margin-top: 16px; 
      }
  
      /******************************************** privacy und terms-of-use ********************************************/
    
      .text_container > h1 {    
          font-size: 32px;
          line-height: 40px;
          margin-bottom: 20px;
          color: #00537f;
      }
      
      .text_container > p {
          margin-top: 10px;
          font-size: 14px;
      }
      
      .text_container > p.text_h1 {
          font-size: 24px;
          line-height: 40px;
          margin-top: 24px;
      }
      
      .text_container > p.text_h2 {
          font-size: 22px;
          line-height: 24px;
          margin-top: 16px;
      }
      
      .text_container > p.text_h3 {
          font-size: 16px;
      }   
        
      /********************************************* Ende privacy und terms-of-use ********************************************/
  }
  
   /******************************************** Ende Displaygrößen spezifische Anpassungen ********************************************/ 
   