body {
    background-color: #f2f2f2;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
    margin-top: 40px;
}

/* Links */
a {
    color: #fff;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    font-weight: 800;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #4d4d4d;
}

.navbar-brand {
    font-size: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-theme {
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: transparent;
}

.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 18px;
    border: 5px solid transparent;
    border-radius: 0px;
}

.lead {
    letter-spacing: 1px;
}

#legal .well {
    background-color: #f2f2f2;
    border: 1px solid #fff
}

/* WRAP SECTIONS */

/* home */
#home {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}

#home h1 {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #4d4d4d;
}

#home h2 {
    color: #c0c0c0;
    font-weight: 400;
}

#home img {
    width: 100%;
    max-width: 455px;
}

/* who we are section */
#who {
    background-color: #4d4d4d;
    margin-bottom: 0px;
}

#who h3 {
    color: white;
    font-weight: 400;
    margin-bottom: 35px;
}

#who p {
    color: white;
    font-weight: 400;
    font-size: 20px;
}

/* what we offer */
#about {
    margin-bottom: 0px;
}

#about h3 {
    color: #555;
    font-weight: 400;
    margin-bottom: 35px;
}

#about p {
    color: #555;
    font-weight: 400;
    font-size: 20px;
}

#about-endtext p {
    text-align: right;
    margin-top: 25px;
}

/* contact data Links */
#contact {
    background-color: #4d4d4d;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact i {
    font-size: 50px;
    color: #c0c0c0;
}

#contact .col-md-2:hover {
    background-color: #f5f5f5;
}

#contact .col-md-2 {
    padding: 30px;
}

/* noc section */
#noc {
    color: white;
    font-weight: 300;
}

#noc a,
#noc a:hover,
#noc a:focus {
    color: white;
}

/* Footer */
#f {
    padding-top: 20px;
}

#f a {
    color: #c0c0c0;
    text-align: right;
    font-weight: 400;
}

#f p {
    color: #c0c0c0;
    text-align: right;
    font-weight: 400;
}

/* Footer Imprint */

#legal p {
    color: #c0c0c0;
    font-weight: 400;
    text-align: left;
}

#legal a,
#legal a:hover,
#legal a:focus,
#legal address {
    color: #555;
}
