.herbst {
    background: url('../images/gesundheits-H.JPG') no-repeat;
    /*background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    min-height: 100%; */
    min-height: 99.7vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    margin-top: -215px;
}

.sommer {
    background: url('../images/gesundheits-S.jpg') no-repeat;
    /* background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    min-height: 100%; */
    min-height: 99.7vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    margin-top: -215px;
}

.fruehling {
    background: url('../images/gesundheits-F.jpg') no-repeat;
    /*background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    min-height: 100%;*/
    min-height: 99.7vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    margin-top: -215px;
}

.winter {
    background: url('../images/gesundheits-W.jpg') no-repeat;
    /* background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    min-height: 100%; */
    min-height: 99.7vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    margin-top: -215px;
}


/* Header */

header {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.navbar-header {
    width: 450px;
}

.navbar-brand {
    width: 100%;
    height: 100%;
}

.navigation-top {
    padding-top: 0;
    margin-top: 0;
}

.logo {
    float: left;
}

.padding-links {
    padding-left: 0px;
}

.title {
    color: #FDC400;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.navbar .navbar-nav {
    height: 100%;
    float: none;
}

.navbar .navbar-nav li a {
    color: #fff !important;
}

.nav>li>a {
    color: #fff;
}

.nav>li>a:hover {
    color: #000 !important;
}

.navbar-right {
    margin-right: 50px;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a {
    color: #000 !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav>li.active>a {
    border-bottom: 3px solid #fff;
}


/* Main */


/* Introduction */

.parallex {
    background-image: url(../images/gesundheit-W.jpg);
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    margin-top: -215px;
}

.content {
    padding-top: 15%;
    padding-bottom: 5%;
    max-width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    background: rgba(255, 255, 255, 1);
    padding: 15px;
}

/* .search {
    background: rgba(255, 255, 255, 0.7) !important;
    padding: 20px !important;
} */

.mod_search93 {
    background: none !important;
    padding: 0px !important;
}


/* Footer */

footer {
    background: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Links */

footer ul {
    list-style-type: none !important;
}

footer ul li {
    display: inline !important;
}

.copyright {
    text-align: center;
}

.abstand {
    background: rgba(255, 255, 255, 0.7) !important;
    padding: 10px !important;
    /* position: relative !important; */
    left: 155px !important;
    top: 0px !important;
    width: 600px !important;
    font-size: 12px !important;
}

.page-header {
    background: rgba(255, 255, 255, 0) !important;
    padding: 10px !important;
    position: relative !important;
    left: 155px !important;
    top: 0px !important;
    width: 500px !important;
    display: none !important;
}


/* Login */

.form-horizontal .control-label {
    text-align: left !important;
}

.content ul {
    background: #555;
}


/* Search bar section */

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

/** .stylish-input-group button {
    border: 0;
    background: transparent;
} */

@media screen and (max-width: 1149px) {
    .navbar-header {
        width: 75%;
    }
    .navbar-brand {
        width: 50%;
        height: 50%;
    }
    .title {
        font-size: 1.2em;
    }
    .logo {
        width: 100px;
        height: 100px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 50px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
        background: #000;
    }
}

.element-invisible {
    display: none !important;
}

@media screen and (max-width: 990px) {}

@media screen and (max-width: 780px) {
    .navbar-brand {
        width: 360px;
    }
    .content {
        margin-top: 150px;
    }
}

@media screen and (max-width: 590px) {
    .navbar-brand {
        width: 200px;
    }
    .navbar-brand .logo {
        display: none;
    }
    .content {
        margin-top: 150px;
    }
    .abstand {
        width: 100% !important;
        left: 0px !important;
        /* position: absolute !important; */
        top: 20%;
    }
    .sommer,
    .winter,
    .fruehling,
    .herbst {
        background:#3F96FF;
    }

    header {
        background: #3F96FF;
    }
    .navbar-toggle {
        background: black;
    }
}

@media screen and (max-width: 485px) {
    .navbar-brand {
        width: 150px;
    }
    .navbar-brand .logo {
        display: none;
    }
    .navbar-brand .title {
        font-size: 1em;
    }
    .content {
        margin-top: 150px;
    }
    .abstand {
        left: 0px !important;
        width: 100% !important;
        /* position: absolute !important; */
        top: 20%;
    }
    .sommer,
    .winter,
    .fruehling,
    .herbst {
        background: #3F96FF;
    }

    header {
        background: #3F96FF;
    }
    .navbar-toggle {
        background: black;
    }
}

@media screen and (max-width: 459px) {
    .abstand {
        width: 100% !important;
        /* position: absolute !important; */
        top: 20%;
        left: 0px !important;
    }
    .sommer,
    .winter,
    .fruehling,
    .herbst {
        background: #3F96FF;
    }

    header {
        background: #3F96FF;
    }

    .navbar-toggle {
        background: black;
    }
}

@media screen and (max-width: 320px) {
    .abstand {
        width: 100% !important;
        /* position: absolute !important; */
        top: 20%;
        left: 0px !important;
    }
    .sommer,
    .winter,
    .fruehling,
    .herbst {
        background: #3F96FF;
    }
    header {
        background: #3F96FF;
    }
    
    .navbar-toggle {
        background: black;
    }
}

@media print {
    body {
        font-size: 10pt;
    }
    .title {
        -webkit-filter: none;
        filter: none;
    }
    .navigation-top {
        display: none;
    }
    footer {
        display: none;
    }

    a[href]:after {
        content: none !important;
      }

}