/* !
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url(../img/bee-20451-70.jpg)    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 185%;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 100%;
    border: 1px solid #396;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: none;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 3em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #339966;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 10px 0 10px;
        text-align: center;
        text-shadow: 3px 3px 6px rgba(255,175,13,0.7);
        font-family: "Bauhaus 93","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 3.5em;
        font-weight: normal;
        line-height: normal;
        color: #333;
    }

    #updates ul {
        list-style: none;
    }

    #updates li {
        background: url(../../Bilder/biene1.png) no-repeat 0 0;
        padding-left: 55px;

        /* the width of your image + some space */
        margin: 20px 0 0 -25px;
    }

    #links ul {
        list-style: none;
    }

    #links li {
        background: url(../img/wabe1.png) no-repeat 0 0;
        padding-left: 55px;

        /* the width of your image + some space */
        margin: 20px 0 0 -25px;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 25px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.4em;
        font-weight: 700;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (max-width: 767px) {
    /* für Handy */
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: 350%;
        -o-background-size: cover;
    }

    .img-mobile {
        width: 25%;
        position: relative;
        margin-top: -1.6em;
        height: auto;
    }

    .img-mobile2 {
        display: none;
    }

    .brand-name {
        margin: 0;
        font-size: 1.3em;
    }
}

@media (min-width: 768px) {
    /* für großen Monitor */
    .img-mobile {
        display: none;
    }

    .img-mobile2 {
        margin-bottom: 50px;
    }
}