@media all and (min-width: 769px) { /* screen size until 1000px */
    body {
        font-size: 180%; /* 1.2x default size */
    }
}
@media all and (max-width: 768px) { /* screen size until 500px */
    body {
        font-size: 150%; /* 0.8x default size */
    }

    .page-header {
        font-size: 180%;
    }

    .container > h1 {
        font-size: 180%;
    }

    .container > h3 {
        font-size: 150%;
    }

    .caption > h3 {
        font-size: 130%;
    }

    .dropdown-menu > li{
        text-align: left;
    }
}

.caption > p {
    margin-top: 10px;
    text-align: left;
}

body {
    position: relative;
    font-weight: 200;
    font-family: Helvetica;
    text-align: left;
    color: #404040;
}


p {
    font-weight: 200;
    font-family: Helvetica;
    text-align: justify;
    color: #404040;
}

.page-header {
    margin-top: 30px;
    color: rgb(64,64,64);
    font-weight: 200;
}

.container > h3 {
    color: rgb(64,64,64);
    font-weight: 200;
}

.caption > h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(64,64,64);
    font-weight: 200;
}
/* Navigation Anfang */

.dropdown-menu{
    text-align: right;
}

.navbar {
    background-color: rgba(255,255,255,1.0);
    border-bottom: solid rgb(35,82,18) thin;
}

.navbar-default .navbar-nav>.active>a {
    background-color: rgba(34,82,18,09);
    color: #ffffff;
    font-family: Helvetica;
}

.navbar-default .navbar-nav>li>a {
    color: rgb(34,82,18);
    font-family: Helvetica;
    padding-top: 25px;
}

.navbar-default .navbar-brand {
    pointer-events: none;
    color: rgb(34,82,18);
    font-family: Helvetica;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover,
.dropdown-menu li.active > a,
.dropdown-menu li.active > a:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: rgba(34,82,18,09);
    color: #ffffff;
    font-family: Helvetica;
}

.navbar-header {
    height: 60px;
}

.TypeZ {
    font-size: 2.188em;
    font-weight: bold;
    background-color: rgba(34,82,18,09);
    color: #ffffff;
    display: inline-block;
    width: 40px;
    height: 60px;
    position: relative;
    top: -15px;
    padding-top: 15px;
    padding-left: 10px;
    font-family: Helvetica;
}

.TypeBrand {
    display: inline-block;
    position: relative;
    top: -12px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 1.375em;
    font-family: Helvetica;
}

/* iPhone 4,5 */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait)  {

     .navbar-toggle.collapsed {
         top: 8px;
     }

    .TypeBrand {
        font-size: 0.775em;
        padding-left: 0px;
    }
}

/* Navigation Ende */

#contentContainer{
    margin-top: 40px;
}

p {
    line-height: 170%;
}

.page-header {
    margin-top: 80px;
}

#NavUeberUns {
    margin-top: 60px;
}

.ueberUnsText > ul > li {
    padding-top: 4px;
    padding-bottom: 4px;
}


.ueberUnsText {
    font-weight: 200;
    font-family: Helvetica;
    text-align: left;
    color: #404040;
}
/* Über uns Ende*/

#KontaktHaeder {
    text-align: right;
}

#MeisterTitel {
    text-align: center;
    padding-top: 5px;
    font-style: italic;
    font-weight: lighter;
    margin-bottom: 0px;
}

#Name {
    text-align: center;
    font-weight: 200;
    color: #404040;
}

#kontaktText{
    text-align: right;
    font-weight: 200;
    font-family: Helvetica;
    color: #404040;

}
/* Footer Anfang*/

#footer {
    margin-top: 60px;
    margin-bottom: 15px;
    padding-top: 5px;
    border-top: solid rgb(35,82,18) thin;
    text-align: center;
}

#impressum {
    cursor: pointer;
}

/* Footer Ende*/