body {
    padding-bottom: 25px;
    color: #9a9a9a;
    background-color: #2f2f2f;
}

/* headsection */

.headsection {
    margin-bottom: 40px;
    background-color: #282828;
    font-family: monospace;
}

.headsection-caption {
    z-index: 10;
}

.string-text {
    color: #5cb85c;   
}

.type-text {
    color: #15a;   
}

.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: #428bca;
}
.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;
}