html {position: relative; min-height: 100%; }



#newsliste a{border: none; background-color: #f3f3f3; padding-left: 0px; }

footer .lead, footer p{line-height: 1.5;}

.featurette-image {border: solid 0.2em #f3f3f3;}

.content{padding-left: 2.5em; padding-right: 2em;}
.navbar {
            background-color: #ffffff;
            
        }

body{
background-color: #ffffff;
    margin-bottom: 280px;
    min-height: 100%;
   
    
}

#featured {
       border-bottom: solid 0.2em #dfe9f3;
}







#main{background-color: #ffffff;}

.container {padding-top: 1em; }

.featurette {margin: 1em;}
#lastElement {padding-bottom: 2em;}

.icons {width: 30px; height: 30px; padding-left: 10px; padding-bottom: 5px;}

.dropdown-header {color: #136199;}

/* Carousel CSS */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* Ende Carousel CSS */


/* Preistabelle Vertrag */
#pricing-table .card {border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
  transition: all .3s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
    will-change:transform; }
  
  #pricing-table:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4cbfe7;
    
  }
  
  
#pricing-table .card-header {
    background-color: white;
    padding-left: 2rem;
    border-bottom: 0px;
  }
  
#pricing-table .card-title {
    margin-bottom: 1rem;
  }

#pricing-table .card-block {
    padding-top: 0;
  }

#pricing-table .list-group-item {
    border: 0px;
    padding: .25rem;
    color: #808080;
    font-weight: 300;
  }


#pricing-table .display-2 {
  font-size: 7rem;
  letter-spacing: -.5rem;
}
  #pricing-table .currency {
    font-size: 2.75rem;
    position: relative;
    font-weight: 300 + 100;
    top: -45px;
    letter-spacing: 0px;
  }

  #pricing-table .period {
    font-size: 1rem;
    color: lighten(#808080, 20%);
    letter-spacing: 0px;
  }



#pricing-table .btn {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 300 + 200;
  color: lighten(#808080, 15%);
  border-radius: 0;
  padding: .75rem 1.25rem;
  letter-spacing: 1px;
}

/* Ende Preistabelle Vertrag */

/* Footer */

.footer .col-md-6 {font-size: 1em; }
.footer{position: absolute; bottom: 0; width: 100%; height: 280px; line-height: 20px; background-color: #f3f3f3;}
.footer-container{ background-color: #f3f3f3; padding-left: 2.5em; padding-bottom: 1em; padding-right: 2em;}
footer{background-color: #f3f3f3;}


.row > section {margin-top: 1em;}

.lead {
    font-size:  1em; 
    }
.text-muted {font-size: 0.75em; }

/* Media Queries ab mittlerer Display Größe und Größer */

@media (min-width: 768px) { 
    .lead { font-size:  1.25em; }
    .text-muted {font-size: 1em; }
    } 
    
