h1,h2 {
  font-family: 'Libre Baskerville' !important;
  margin-bottom: 40px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    float: right;
    }

.align-justify {
    text-align: justify;
    }

#c18 h1, #c19 h1 {
    padding-top: 80px;
    }

.grauer-balken {
    /*border-right: 10px solid #a8a9ac;*/
    padding-right: 10px;
    font-size: 21px;
    line-height: 1.6;
    color: #54575d;
    }

#section-2 h2 {
    text-align: left;
    color: #54575d;
    }

#section-3 .col-lg-2 {
    padding: 0;
    }

#section-3 .portfolio-bild img {
    width: 100%;
    height: auto;
    }

#section-3 .portfolio-bild {
    background-color: #d4e7b8;
    padding: 15px;
    }

#section-3 .row.portfolio {    
    padding: 30px 0;
    }

#section-3 .portfolio-ueberschrift {
    background-color: #fffeec;
    padding: 100px 0 30px 0;
    }

#section-3 h2 {
    color: #54575d;
    font-size: 40px;
    }

#section-3 .portfolio-link {
    min-height: 250px;
    padding: 30px 10px 0 0;
    background-color: #fffeec;
    }

#section-3 .portfolio-link a {
    color: #54575d;
    font-size: 18px;
    }
    
#section-3 .portfolio-link a:hover {
    text-decoration: none;
    color: #8a8c91;
    }    

#section-4 .grauer-balken {
    font-size: 21px;
}

.portfolio-link div a li {
    /* list-style-image: url("../Images/Template/unterstrich.png");
    list-style-position: outside; */
    list-style-type: none;
    margin-left: 20px;
    }

.footer {
    padding: 30px 0 0 0;
    }

a {
    color: #54575d;
    }

.footer a {
    color: #54575d;
    font-size: 20px;
    text-align: right;
    }

@media(max-width: 1199px) {
    #section-3 .portfolio-link {
        min-height: 110px;
        padding: 30px 10px 0 0;
        background-color: #fffeec;
    }
}

@media(max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        float: none !important;
    }

.intro-section-1 {
    background-image: none;
    height: 80%;
    }

.grauer-balken p.align-justify, #section-4 div.align-justify p {
    text-align: left !important;
    }
}

@media(max-width: 480px) {
    .h2, h2 {
        font-size: 36px;
    }

    .navbar-brand {
         font-size: 16px;
         padding:  15px 10px;
    }

    #section-1 h1 {
        font-size: 40px;
        text-align: right;
        }

    #section-3 h2 {
        color: #54575d;
        font-size: 30px;
        }
    
    #section-1 h2 {
        font-size: 30px;
        text-align: right;
        }

    .grauer-balken, #section-4 .grauer-balken {
        font-size: 16px;
        }
}