/*Navigationsgrösse*/
@media (max-width: 1500px) {
    nav li {
        font-size: 90%;
    }

    h6 {
        font-family: Arial;
        font-size: 1em;
    }
}


/* Navigationsgrösse */
@media (max-width: 1000px) {
    .fa {
        font-size: 20px;
        padding: 10px;
    }

    .brand {
        padding-left: 10px;
    }

    h6 {
        font-family: Arial;
        font-size: 1em;
    }
}



/* Navigationsgrösse */
@media (max-width: 776px) {

}


/* Navigationsgrösse - Iphone */
@media (max-width: 768px) {
    #boxes .box
    {
        float 		: none;
        text-align	: left;
        width		: 100%;
    }

    .carousel-caption {
        display: none;
    }

    #icon {
        max-width: 150px;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 180%;
    }

    h4 {
        font-size: 140%;
    }

    .nav {
        float: right;
        text-align: right;
    }

    h5 {
        font-size: 100%;
    }


    #brand-wrap {
        width: 70%;
    }

    #navigation-wrap {                  /* umschliesst ganze Navigation */
        width: 30%;
        /*border: #FFD90B solid;*/
    }

    .container .box:not(:first-child) {
        padding-left: 0px;
    }

    .inner-box {
        margin-bottom: 20px;
    }


    .container {
        padding-right: 10px;
    }

    .carousel-indicators {
        display: none;
    }

    .peoplePic {
        width: 150px;
    }

    .bigText {
        font-size: 80%;
    }

    iframe {
        width: 95%;
    }

    .mediaRow {
        text-align: center;
    }

    .sec_title {
        margin-top: 50px;
        max-width: 100%;
    }

    .bigText {
        font-size: 130%;
    }

    .expand {
        font-size: 150%;
    }


    .navi_ {
        font-size: 80%;
    }

    #navigation-wrap { /* umschliesst ganze Navigation */
        width: 80%;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 40px;
        height: 5px;
        background-color: #cccccc;
        border-radius: 1px;
    }

    #myNavbar {
        /*width: 100%;*/
        /*border: 1px solid white;*/
        /*background-color: #de6e0b;*/
        /*background-image: url("../images/logo/watermark.jpg");*/
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #000;
    }

    #arrow, .arrow_wrapper {
        display: none;
    }

    .main_title {

    }

    .copy_wrapper {
        padding: 3% 0% 0% 2%;
    }
}
