
/* Colors

Blue: #0088CC
*/

div.slider-container {
    background: none repeat scroll 0 0 #0088CC;
}





header {
    clear: both;
    border-top: none;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
}





.nav > li > a:hover,
.nav > li > a:focus {
 
  background-color: #0088CC;
   color: #ffffff;
}


header nav ul.nav-main li a:hover {
    background-color: #0088CC;
}

.nav-pills > li > a { 
    border-radius: 0px;
    
}

header nav ul.nav-main {
    margin: -5px 0 20px;
}

hr {
    background: none;
  
}

/* Meine Angebote */

.lead {

    margin-bottom: 30px;
}









div.featured-box {
  
    background: #ffffff;
 border-bottom: 1px solid #ECECEC;
    margin: 90px auto;
    box-shadow: none;
  border-radius: none;
  min-height: 368px;
}

div.featured-box div.box-content {
    border-radius: 0px;
    border-top: 4px solid #0088CC;
    padding: 30px 30px 10px;
}


div.pricing-table div.plan {
   
    border-radius: 0px;
 
}


div.pricing-table h3 {
    background-color: #0088CC;
    background-image: none;
    border-radius: 0px;
    color: #ffffff;
  
}

div.pricing-table div.most-popular h3 {
    background-color: #0088CC;
    background-image: none;
    
}



div.pricing-table div.most-popular {
   
    border-color: #dddddd;
}









div.pricing-table div.plan {

    text-shadow: none;
     color: #333333;
}



.btn-large {
    border-radius: 0px;
  
}

.btn-primary {
    background-color: #0088CC;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #FFFFFF;
    color: #0088CC;
}





div.feature-box div.feature-box-info {
    padding-left: 0px;
}

/* Testimonial */

blockquote {
    border-left: 5px solid #0088CC;


}

.testimonial-author span {

    font-size: 18px;
}





footer {
    background: #0088CC;
    border-top: none;

}












footer h4 {
  
    text-shadow: none;
}



div.testimonial-arrow-down {
    border-top-color: #FFFFFF;
}



/* Scroll */




a.scroll-to-top {
    background: none repeat scroll 0 0 #0088CC;

}

section.page-top {
    background-color: #0088CC;
    border-bottom: none;
    border-top: none;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 20px;
    position: relative;
    text-align: left;
    color: #ffffff;
}


section.page-top p {

    color: #ffffff;
}

section.page-top h2 {
 
     margin: 0 0 32px;
  
padding: 0px;
 
}

label, input, button, select, textarea {
    color: #777777;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Open Sans",Arial,sans-serif;
}

.tp-bannershadow.tp-shadow1 {
    background: none;
    bottom: 0px;
    height: 6px;
    width: 0px;
}














/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
        line-height: 44px;
    }
    .lead {
        font-size: 17px;
        font-weight: 200;
        line-height: 26px;
        margin-bottom: 16px;
    }
    p.featured {
        font-size: 17px;
        line-height: 26px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    h1 {
        font-size: 2.6em;
        line-height: 44px;
    }
    .lead {
        font-size: 15px;
        font-weight: 200;
        line-height: 24px;
        margin-bottom: 16px;
    }
    p.featured {
        font-size: 15px;
        line-height: 24px;
    }
}












