#box-service {
    background-image: url("../img/rheumatologie.jpg");
    height: 50vh;
    background-position: center;
}

#section-kontakt {
}

.row {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#header-text {
    background: rgba(255,255,255,0.85);
    display: block;
    width: auto;
    position: absolute;
    padding: 3rem 8rem;
    border: 1px solid #d2dad0;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    right: 10vw;
}

#header-text h1 {
    font-size: 22px;
    margin: 0 0 1rem;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

#header-text p {
    font-size: 18px;
}

#box-gesundheit {
    background-image: url("../img/gesundheit.jpg");
    height: 50vh;
    background-position: center;
}

#section-gesundheit, #section-rheumatologie, #section-neurologie, #section-about, #section-kontakt {
    padding: 9vh 3vh 13vh;
}

#section-kontakt {
    padding-bottom: 1rem;
}

#section-links .btn-default {
    margin-top: 3rem;
}

#section-links h2 {
    padding-bottom: 1rem;
}

#section-links .col-md-4 {
    padding: 0 4rem;
}

.container.footer {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: inherit;
}

.termin-button {
    text-align: center;
    margin-top: 4rem;
}

.termin-button a {
    background-color: #b7c4b2;
    background-image: none;
    border-color: #a9ada8;
    color: #333;
    text-shadow: none;
    /* Firefox */
    -moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
}

.btn-default {
}

.termin-button a:hover {
    background-color: #45613a;
    background-image: none;
    border-color: #424c3f;
    color: #fff;
    text-shadow: none;
}

#about-image {
    padding-right: 6rem;
}

.hyphenate {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    text-align: justify;
}

ul.menu {
    color: #333333;
    list-style: none outside none;
    margin: auto;
    float: right;
}

ul.menu li {
    text-align: center;
    float: left;
    margin-top: 2rem;
    width: auto;
    margin-right: 1rem;
}

.navbar-header {
    padding-right: 1%;
}

.navbar-collapse a {
    color: #576b5b;
    /* font-size: 1.7rem; */
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.7rem;
}

#box-header {
    background-color: #fff;
    background-image: url("../img/header.jpg");
    background-position: center;
    height: 93vh;
    margin: 1vh 0 0 0;
    padding: 0;
}

.navbar-brand img {
    height: 3.6vh;
    width: auto;
}

span#brand-text {
    text-transform: uppercase;
    font-size: 1.7rem;
    padding-left: 1.5rem;
    color: #4a9975;
}

.navbar {
    /* height: 7vh; */
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#box-header .arguments {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 6%;
}

#box-produkt {
    background-image: url("../img/neurologie.jpg");
    background-position: center;
    height: 50vh;
}

.jumbotron {
    background: none no-repeat scroll 0 0 / cover #fff;
    margin-bottom: 0;
}

#box-produkt .container {
    position: relative;
    text-align: left;
    top: 5%;
}

h1.blackbox {
}

h1 {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-top: 1rem;
    margin-bottom: 4rem;
    text-align: center;
}

h1.black {
    background-color: #000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 3em;
    font-weight: bold;
    opacity: 1;
    padding: 7px 20px;
    background-color: rgba(0,0,0,0.5);
    margin-top: 20vh;
}

h3 {
    margin-top: 0;
}

li {
    margin-bottom: 1rem;
}

ul {
    -webkit-padding-start: 2rem;
}

#box-team {
    background-image: url("../img/team2.jpg?fdalkdsalkj");
    background-position: 0 5%;
    float: left;
    height: 530px;
    width: 587px;
    max-width: 49%;
    background-size: 100% auto;
}

#section-links, #section-about {
    padding: 10vh 10vw;
    background: #ddd;
    width: 100%;
    background-image: linear-gradient(to bottom,#d2dacf 10%,#b6c3b1 100%);
}

#section-links .row {
    max-width: 1700px;
    margin: auto;
}

#section-header {
    width: 100%;
    padding: 0;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom, #ffffff 62%,#cfd6c1 100%);
    background-image: -webkit-linear-gradient(top,#ffffff 62%,#cfd6c1 100%);
    background-image: linear-gradient(to bottom,#ffffff 87%,#cfd6c1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfd6c1', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #fff;
    border-color: #a5c3b6;
    background-image: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #95c2b3;
}

#content {
    margin: auto;
    max-width: 100%;
}

/* ipad / tablet most likely landscape */
@media screen and (max-width: 1023px) {

    #section-links .btn-default {
    margin-top: 0rem;
    margin-bottom: 4rem;
    }

    #section-links .col-md-4 {
    padding: 0;
    }
    

    .navbar-brand {
        float: none;
    }

    div#section-header {
        text-align: center;
    }

    .navbar-header {
        width: 100%;
        padding: 2rem 0 1rem;
    }

    .navbar-collapse {
    }

    ul.row.menu {
        width: auto;
        float: none;
    }

    ul.row.menu li {
        float: left;
        width: 18%;
        margin-right: 2%;
    }

    div#header-text {
        right: auto;
        width: 80%;
        left: 10%;
        text-align: center;
        margin-top: 3rem;
    }

    div#header-text h1 {
        text-align: center;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

    #section-about h3 {
    padding-top: 5rem;
    }
}

/* phone landscape and portrait */
@media screen and (max-width: 767px) {
    
    .navbar-brand {
        float: left;
        margin-left: 2rem;
        margin-top: -7px;
    }

    ul.row.menu li {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 1rem 0;
    }


}

/*

@media (min-width: 1400px) {
    #box-header {
        background-position: center;
    }
}

@media (min-width: 1100px) {
}



@media (max-width: 767px) {
    h1.black {
        font-size: 2em !important;
    }

    #box-header h1 img {
        top: -93px !important;
    }

    #box-header h1 {
        float: none !important;
        font-weight: bold;
        text-align: center;
        width: 100% !important;
    }

    #box-header .arguments, #box-header .btn {
        display: none;
    }

    #box-header {
        background-position: center center;
        background-size: 100% auto;
        height: 231px;
        margin-top: 65px;
    }
}

@media (max-width: 400px) {
    body {
        background-color:#fff;
    }

    .jumbotron {
        background-size: 100% auto;
        height: 142px !important;
    }

    #box-header .arguments, #box-header .btn {
        display: none;
    }

    #box-header h1 img {
        top: -93px !important;
    }

    #box-header {
        margin-top: 65px;
    }

    h1 {
        font-size: 27px;
    }

    #box-team {
        background-position: center center;
        background-size: 50% auto;
        height: 240px;
        width: 100%;
        max-width: inherit;
        float: none;
    }

    h1.black {
        font-size: 1em !important;
        display: none;
    }

    .row {
        float: none !important;
        margin-left: -15px;
        margin-right: -15px;
        max-width: inherit;
        width: 100% !important;
    }
}
*/
