body {
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-top: 100px;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    color: #333;
}

b,
strong {
    text-shadow: none;
    font-weight: 500;
}

hr {
    color:transparent;
    border: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

.text-primary {
    color: #1960cc;
}

/*

### Styles for Header ###

 */

.navbar {
    margin-bottom:0;
    background-color: rgba(255, 255, 255, 0.95);
}

/* Adjust height and position of brand-logo */
.navbar-brand {
    width: auto;
    height: 96px;
    float: none;
    display: inline-block;
    margin-left: 0;
}

.navbar-brand img.brand-logo {
    height: 100%;
}

/*

### Style for Header-Image  ####

 */


/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    margin-top: -100px;

    /*margin-bottom: 30px;
    height: 480px; */
    background: url('../img/skyline_banner.jpg') center center no-repeat;
    /*
    background: url('http://placehold.it/1920x400/226FE4/FFFFFF') center center no-repeat scroll;
    */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background-attachment: fixed;*/

    padding-top: 200px;
    padding-bottom: 100px;

}

/* Customize the text color and shadow color and to optimize text legibility. */

.business-header .page-header {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 0;


}

.tagline {
    text-shadow: 0 0 50px #0F0F0F;
    color: #fff;
}

.img-center{
    margin: 0 auto;
}


/*

#### Styles for Lists and Boxes ###

 */
.btn-primary {
    color: #fff;
    background-color: #1960cc;
    border-color: #226fe4;
}


.info-box {
    padding: 0 15px 10px 15px;
    border-radius: 3px;
    background: #444;
    color: #FFF;

    border: 1px solid transparent;
}




/*  Add 20px margin bottom to boxes */
.info-box, .mtgl-box, .adress-box {
    margin-bottom: 20px;
}

.feature-list{
    font-size: 16px;
}



.feature-list-item .glyphicon{
    margin-right: 1rem;

}


.call-button {
    margin-bottom: 20px;
}

.person-info {
    padding-top: 1rem;
}


/*

### Styles for footer ###

 */

.footer {
    margin: 50px 0 0 0;
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 5px solid #226fe4;
    background-color: #1960cc;

}

.footer a{
    color: #FFFFFF;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-phone {
    font-size: 24px;
}

.footer-top {
    margin-bottom: 20px;
}

/*Jf Impressum styling*/
.impress-container span{color: #616264; font-family: Karla, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 23.4375px; text-align: justify;}
.impress-container h2{color:#1960cc;}
