

body {
  font-family: 'ff-dax-pro', sans-serif;
  overflow-y: hidden;
}


@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}


/* end modal Stuff */


  

.btn-primary:hover, .btn-primary:focus, .btn-primary:active   {
    color: #fff;
    background-color: #fe7400;
    border-color: rgba(255,255,255,0);
    outline: none;

}






/* ALL CSS FOR SMALL */


  .hero-h1 {
    max-width: 100%;
  }


  .margin-bottom-40 {
    margin-bottom: 40px;
  }


  span {
      display: inline-block;
  }

 

  .btn-primary {
      color: #fff;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f38f01+0,ff5a00+100 */
background: rgb(243,143,1); /* Old browsers */
background: -moz-linear-gradient(top, rgba(243,143,1,1) 0%, rgba(255,90,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(243,143,1,1) 0%,rgba(255,90,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(243,143,1,1) 0%,rgba(255,90,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f01', endColorstr='#ff5a00',GradientType=0 ); /* IE6-9 */
  
  
  
      border: none;
      font-family: 'ff-dax-pro' sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      padding: 0.5rem 1rem;
      font-size: 1rem;

         -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.25),
                   0 3px 1px -2px rgba(0, 0, 0, 0.25),
                   0 2px 10px 0 rgba(0, 0, 0, 0.25);

         -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.25),
                   0 3px 1px -2px rgba(0, 0, 0, 0.25),
                   0 2px 10px 0 rgba(0, 0, 0, 0.25);

         box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.25),
                   0 3px 1px -2px rgba(0, 0, 0, 0.25),
                   0 2px 10px 0 rgba(0, 0, 0, 0.25);    
  }

  .btn-primary:hover {

       -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25),
                 0 1px 1px -2px rgba(0, 0, 0, 0.25),
                 0 1px 1px 0 rgba(0, 0, 0, 0.25);

       -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25),
                 0 1px 1px -2px rgba(0, 0, 0, 0.25),
                 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  
       box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25),
                 0 1px 1px -2px rgba(0, 0, 0, 0.25),
                 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  }

  .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #ff5a00;
      border: none;
    background-image: -webkit-linear-gradient(top, #f38f01, #ff5a00);
    background-image: linear-gradient(top, #f38f01, #ff5a00);
  }
  
  .btn-final:hover {
    margin-top: 0px !important;
    margin-left: 0px !important;
       -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25),
                 0 1px 1px -2px rgba(0, 0, 0, 0.25),
                 0 1px 1px 0 rgba(0, 0, 0, 0.25);

       -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25),
                 0 1px 1px -2px rgba(0, 0, 0, 0.25),
                 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  
       box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25),
                 0 1px 1px -2px rgba(0, 0, 0, 0.25),
                 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  }

  .btn {
      display: inline-block;
      font-weight: normal;
      line-height: 1.25;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 1rem 1.5rem;
      font-size: 1.2rem;

  }
  


.jumbotron {
    padding-top: 3rem;
    padding-left: 0rem;
}





  img.hero-logo {
    margin-top: 5px;
    width: 150px;
    height: auto;
  }



/* FINISH ALL CSS FOR SMALL */


.jumbotron {
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center top;              /* optional, center the image */
    width: 100%;
    height: 100vh;
    border-radius: 0;
    margin: 0 0;
    padding: 0 0;
    padding-top: 2rem;
}



.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid-table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;  
}

.container-hero {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  
    height: 100%;
  
    
}

  .hero-h1 {
    position: relative;
    width: 100%;
    height: 80%;
    vertical-align: bottom;
    margin-left: 0;

  }

  .hero-inner {
     position: absolute;
     bottom: 80px;  
   }

  h1 {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px #000000;
    margin-bottom: 2rem;
    font-weight: normal;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);


  }

  h2 {
    font-family: 'ff-dax-pro', sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  p {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3rem;    
  }

  .margin-bottom-40 {
    margin-bottom: 40px;
  }

  li {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3rem;

  }

  i {
    padding-top: 8px;
    font-size: 20px !important;
  }

  li > a {
    color: #4a4949;
    font-weight: 300;
    transition: all 0.1s linear;

  }

  li > a:hover, a.active {
    color: #ff5a00;
    font-weight: 300;

  }
  
  .signature:not(:last-child) {
      margin-right: 4rem;
  }

  li.signature {
    font-weight: normal !important;
    color: #373a3c !important;
  }

  .highlight {
    font-weight: bold;

  }

  strong {
    font-weight: bold;
  }


  .stromers {
    width: 100%;
    height: auto;
  }

  .full-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }



  .navbar {
      position: absolute;
      padding: .5rem 1rem;
  }


  .some-space {
    margin-top: 3rem;
  }



@media (min-width: 544px) {

}
  
@media (min-width: 576px) {

}

@media (min-width: 768px) {


  .hero-h1 {
    padding-right: 10%;
  }

  h1 {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: #fff;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: normal;

  }
  
  .btn-primary {
      padding: 1rem 1.5rem;
      font-size: 2rem;   
  }

  label {
    font-weight: bold;
    font-size: 1.5rem;
  }

  label.form-check-inline {
    font-size: 1rem;
    font-weight: normal;
  }
  
}

@media (min-width: 992px) {

#vorteile {

  padding-top: 5rem;
  padding-bottom: 5rem;
}

#preisvergleich {

  padding-top: 5rem;
  padding-bottom: 0rem;
}

#preis-2nd {
  padding-bottom: 5rem;
}


#angebot {

  padding-top: 5rem;
}

.card {
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    min-height: 19rem;
}

  .letter-text {
    padding: 6rem 6rem;
    padding-bottom: 0;
  }


  p.footnotes {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
  }

  p.footnote-trenner {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
  }

  table {
    font-size: 1rem;
  }

  .table td.upper, .table th.upper {
      padding: .75rem;
      padding-top: 1.5rem;
      vertical-align: top;
      border-top: 1px solid #8f8f8f;
  }

  .table td.middle-r, .table th.middle-r {
      
      padding: .75rem;
    padding-top: 1.5rem;
      vertical-align: top;
      border-top: 2px solid #4e4d4d;
  
  }

  .table td.right-orange, .table th.right-orange {
      padding: .75rem;
      padding-top: 1.5rem;
      vertical-align: top;
      border-right: 2px solid #ff5a00;
  }

  .table td.last-r, .table th.last-r {
      padding: .75rem;
            padding-top: 1.5rem;
      vertical-align: top;
      border-bottom: 1px solid #8f8f8f;
  }

  .table td.orange-b, .table th.orange-b {
    background-color: #ebded4;
  }


  span.b-table {
    font-family: 'ff-dax-pro';
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  span.b-table-orange {
    color: #ff5a00;
  }


  .navi a {
    font-size: 1.125rem;
    color: #555555;
    text-decoration: none;
  }


  .navi a:hover {
    color: #ff5a00;
    text-decoration: none;
  }

  .navi .list-inline-item:not(:last-child) {
      margin-right: 2rem;
  }

  
    .col-md-offset-1-and-half {
        margin-left: 12.499999995%;
    }
  
}

@media (min-width: 1200px) {

  .letter-text {
    padding: 4.6875rem 4.6875rem;
    padding-left: 3rem;
    padding-bottom: 0;
  }

  .letter-text li {
    color: #ff5a00;
    font-weight: bold;
  }

  .signature:not(:last-child) {
      margin-right: 4rem;
  }

  li.signature {
    font-weight: normal !important;
    color: #373a3c !important;
  }

  .highlight {
    font-weight: bold;

  }

  strong {
    font-weight: bold;
  }


  .stromers {
    width: 100%;
    height: auto;
  }

  .full-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }



  .navbar {
      position: absolute;
      padding: .5rem 1rem;
  }


  .some-space {
    margin-top: 3rem;
  }

  .container-fluid {
  }


  img.hero-logo {
    margin-top: 5px;
    width: 170px;
    height: auto;
  }

  .hero-h1 {

    margin-left: 4.6875rem;

  }

  h1 {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 500;
    font-size: 3.235rem;
    line-height: 4rem;
    color: #fff;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: normal;

  }

  h2 {
    font-family: 'ff-dax-pro', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  p {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2rem;    
  }

  .margin-bottom-40 {
    margin-bottom: 40px;
  }

  li {
    font-family: 'ff-dax-pro', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;

  }

  i {
    padding-top: 8px;
    font-size: 20px !important;
  }

  li > a {
    color: #4a4949;
    font-weight: 300;
    transition: all 0.1s linear;

  }

  li > a:hover, a.active {
    color: #ff5a00;
    font-weight: 300;

  }
  
  
}
  
  
  
@media (min-width: 1900px) {

}  
  






/* Footer links: Impressum / Datenschutz */
.hero-footer-links {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
}
.hero-footer-links li {
  display: inline-block;
  margin: 0 12px;
}
.hero-footer-links a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'ff-dax-pro', sans-serif;
}
.hero-footer-links a:hover,
.hero-footer-links a:focus,
.hero-footer-links a:active {
  color: #fff;
}
