/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 1.5em;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
}

h2, .h2 {
    font-size:2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.h3, h3 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.h4, h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/shutterstock_194749796.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 45%;
    padding-bottom: 5%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px #000;
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

/*==================================================================================
                                Navbar
==================================================================================*/
.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    display: block;
    width: auto;
    height: 51px;
}

/*==================================================================================
                                gradient-wrappter
==================================================================================*/
.gradient {
/* IE10+ */ 
background-image: -ms-linear-gradient(left, #FF0000 0%, #F7FF00 20%, #00FF08 30%, #00F7FF 45%, #0006BE 60%, #FF00F7 85%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #FF0000 0%, #F7FF00 20%, #00FF08 30%, #00F7FF 45%, #0006BE 60%, #FF00F7 85%);

/* Opera */ 
background-image: -o-linear-gradient(left, #FF0000 0%, #F7FF00 20%, #00FF08 30%, #00F7FF 45%, #0006BE 60%, #FF00F7 85%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FF0000), color-stop(20, #F7FF00), color-stop(30, #00FF08), color-stop(45, #00F7FF), color-stop(60, #0006BE), color-stop(85, #FF00F7));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #FF0000 0%, #F7FF00 20%, #00FF08 30%, #00F7FF 45%, #0006BE 60%, #FF00F7 85%);

/* W3C Markup */ 
background-image: linear-gradient(to right, #FF0000 0%, #F7FF00 20%, #00FF08 30%, #00F7FF 45%, #0006BE 60%, #FF00F7 85%);
}
.gradient-wrappter {
    padding: 100px 0;
    text-align: center;
}

.white {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}


/*==================================================================================
                                Über Uns
==================================================================================*/
.img-border {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #333;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
/*==================================================================================
                                Services
==================================================================================*/

.padding-top {
    padding-top: 40px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 15% 0px;
    color: #F8F8F8;
    background: transparent url("../img/shutterstock_334603463.jpg") no-repeat fixed center center / cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.logo-kontakt {
    max-width: 100%;
    margin-bottom: 25px;
}

/*==================================================================================
                                Kontakt
==================================================================================*/
.telefon {
    font-size: 4em;
    text-shadow: 1px 1px 1px #000;
    margin-top: -10px;
}

.big-text {
    font-size: 1.1em;
}

/*==================================================================================
                                Stellenangebote
==================================================================================*/
.stellenangebote {
    background: #fff;
    padding: 50px 0;
}

.stellenangebote h2 {
    text-align: center;
}

/*==================================================================================
                                Footer
==================================================================================*/

footer{
    z-index: 0;
}

.footer-wrapper {
    padding: 50px 0;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

p.copyright {
    margin: 15px 0 0;
}