body {
    padding-bottom: 25px;
    color: #000;
    background-color: #efefef;
    font-family: Didot Roman Small Caps, Optima, Century;
    font-size: 110%;
}

a {
    color: #0a0a0a;
}

p {
    font-size: 120%;
}

.lead {
    font-family: Optima, Century ;
}

a:hover,a:focus {
    text-decoration: none;
}
/* headsection */

.headsection {
    margin-bottom: 40px;
    background-color: #fffffe;
}

.headsection-caption {
    z-index: 10;
}

.headsection-caption > p > span {
    padding-left: 30px;
}

.headsection-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


/* marketing befüllt die eigentlichen Inhalte */

.marketing .col-lg-4 {
  margin-bottom: 30px;
  text-align: center;
}

.marketing h2 {
    font-weight: normal;
    color: #000;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes */

.featurette {
    padding-left: auto;
    padding-right: auto;
    width: auto;   
}

.featurette-heading {
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1px;
    color: #337ab7;
}

.text-muted {
    color: #5bc0de;
    font-size: 45px;
}

/* Responsives CSS */

@media (min-width: 768px) {    
    .headsection-caption p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.1;
    }

    .featurette-heading {
        font-size: 38px;
    }
    
    .featurette-heading > span {
        font-size: 32px;   
    }
    
    .middle-image {
        padding-top: 30px;   
    }
    
    .featurette-image {
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 30px;
        font-size: 38px;
    }
    
    .featurette-heading > span {
        font-size: 32px;   
    }
    
    .middle-image {
        padding-top: 25%;   
    }
}

/* Generelle Dinge */
footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.action-call {
    font-size: 90px;   
}

.link-gallery:hover,.link-gallery:focus {
    opacity: 0.4;
    background-color: #fff;
    display: block;
}

.btn-primary {
    background-color: #020202;   
    border: 1px solid #121212;
}

.btn-primary:hover,.btn-primary:focus {
    background-color: #18171c;
}