* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	background: #F2E0BD;
	margin: 0 auto;
	color: #1D1626;
}

#container {
    width: 100%;
}

#head_container {
    height: 40px;
    width: 100%;
    background: #644C4C;
    box-shadow: 0px 5px 15px #644C4C;
    -webkit-box-shadow: 0px 5px 15px #644C4C;
    -moz-box-shadow: 0px 5px 15px #644C4C;
    -o-box-shadow: 0px 5px 15px #644C4C;
    z-index: 420;
    position: fixed;
    top: 0;
}

#head_content {
    height: 40px;
    width: 1200px;
    margin: 0 auto 0 auto;
    background: #644C4C;
}

#head_caption {
    height: 40px;
    width: 320px;
    background: #644C4C;
    float: left;
    text-align: center;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    width: 300px;
    font-size: 25px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 10px 0 10px;
    text-decoration: none;
}

#head_caption:hover {
    background: #8C786C;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
}

#head_nav {
    height: 40px;
    width: 880px;
    background: #644C4C;
    float: left;
}

#head_nav a li {
    height: 40px;
    width: auto;
    padding: 0 13px 0 13px;
    float: left;
    list-style: none;
    font-size: 17px;
    line-height: 43px;
    background-color: #644C4C;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
}

#head_nav a {
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    transition: color 500ms;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
}

#head_nav a:hover {
    color: #000;
    transition: color 500ms;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
}

#head_nav a:hover > li {
    background: #F2E0BD;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
}

#body_container {
    width: 1200px;
    margin: 62px auto auto auto;
    z-index: 1;
}

.body_nav_side {
    width: 300px;
    height: 500px;
    float: left;
    position: fixed;
}

.body_nav_side a li {
    height: 40px;
    width: 100%;
    background: #d4bd9d;
    list-style: none;
    text-align: center;
    line-height: 40px;
    box-shadow: -10px 5px 15px #644C4C;
    -webkit-box-shadow: -10px 5px 15px #644C4C;
    -moz-box-shadow: -10px 5px 15px #644C4C;
    -o-box-shadow: -10px 5px 15px #644C4C;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
}

.body_nav_side a {
    color: #000;
    text-decoration: none;
}

.body_nav_side a:hover > li {
    background: #F2E0BD;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
}

.body_content_mit {
    width: 880px;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 0 300px;
    padding: 0 0 50px 15px;
    background: #fff;
    background-image: linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -moz-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -webkit-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -ms-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -o-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    -moz-box-shadow:    inset 0 0 25px #F2E0BD;
    -webkit-box-shadow: inset 0 0 25px #F2E0BD;
    box-shadow:         inset 0 0 25px #F2E0BD;
}

.body_content_mit h1 {
    font-size: 30px;
    font-weight: lighter;
    padding: 20px 5px 10px 20px;
    color: #644C4C;
}

.body_content_mit h2 {
    font-size: 22px;
    padding: 20px 5px 20px 5px;
    color: #1D1626;
}

.body_content_mit h3 {
    font-size: 18px;
    font-weight: lighter;
    padding: 10px 5px 10px 5px;
    color: #1D1626;
}

.body_content_mit p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}

.body_content_mit p a {
    color: #1D1626;
    text-decoration: underline;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}

.body_content_mit p a:hover {
    color: #fff;
    background: #8C786C;
}

.body_content_ohne {
    width: 1200px;
    height: auto;
    float: left;
    position: relative;
    padding: 0 0 50px 0;
    background: #fff;
    background-image: linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -moz-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -webkit-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -ms-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    background-image: -o-linear-gradient(left, #F2E0BD 0%, #fff 15%, #fff 85%, #F2E0BD 100%);
    -moz-box-shadow:    inset 0 0 25px #F2E0BD;
    -webkit-box-shadow: inset 0 0 25px #F2E0BD;
    box-shadow:         inset 0 0 25px #F2E0BD;
}

.body_content_ohne h1 {
    font-size: 30px;
    font-weight: lighter;
    padding: 20px 5px 10px 20px;
    color: #644C4C;
}

.body_content_ohne h2 {
    font-size: 22px;
    padding: 20px 5px 20px 5px;
    color: #1D1626;
}

.body_content_ohne h3 {
    font-size: 18px;
    font-weight: lighter;
    padding: 10px 5px 10px 5px;
    color: #1D1626;
}

.body_content_ohne p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}

.body_content_ohne p a {
    color: #1D1626;
    text-decoration: underline;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}

.body_content_ohne p a:hover {
    color: #fff;
    background: #8C786C;
}

#footer {
    height: 25px;
    width: 100%;
    float: left;
    background: #8C786C;
    text-align: center;
    line-height: 25px;
    z-index:5;
    position:fixed;
    bottom:0px;
}

#footer a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    padding: 0 11px 0 11px;
}

/* slider */
#body_slider {
    width: parent;

}

#slider {
    display: block;
    background: #F2E0BD;
    height: 400px;
    width: 1200px;
    padding: 0px;
    margin-bottom: 25px;
    position: absolute;
    overflow: hidden;
    list-style: none;
    box-shadow: 0px 5px 5px #644C4C;
    -webkit-box-shadow: 0px 5px 5px #644C4C;
    -moz-box-shadow: 0px 5px 5px #644C4C;
    -o-box-shadow: 0px 5px 5px #644C4C;
}

#slider li {
    top: 0px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-indent: 0px;
    cursor: pointer;
    box-shadow: 0px 5px 15px #7e7e7e;
    -webkit-box-shadow: 0px 5px 15px #7e7e7e;
    -moz-box-shadow: 0px 5px 15px #7e7e7e;
    -o-box-shadow: 0px 5px 15px #7e7e7e;
}

#slider li img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

#slider p {
    color:#fff;
    display:block;
    font-size:14px;
    padding:0 10px;
    text-shadow:none;
}

#slider .slider-open strong {
    color:#fff;
    font-size:22px;
}

#slider .slider-closed strong {
    font-size:18px;
    margin-bottom:5px;
}

#slider .slider-closed p {
    display:none;
}

#slider div.slider-bg {
    background:#000;
    top:350px;
    height:50px;
    width:600px;
    left:0;
    position:absolute;
    z-index:10;
    opacity:.5;
}

#slider div.slider-info {
    top:350px;
    height:50px;
    left:0;
    position:absolute;
    width:65px;
    z-index:15;
    padding:15px;
}
#slider div.slider-info strong {
    font-size:18px;
    color:#fff;
    margin-bottom:5px;
    padding:0px 10px 0;
    text-shadow:none;
}
#slider div.slider-info p {
    display:none;
    font-size:12px;
    line-height:14px;
    color:#fff;
    margin:0 !important;
}
#slider li.slider-open div.slider-info {
    width:570px;
}
#slider li.slider-open div.slider-info strong {
    font-size:22px;
}
#slider li.slider-open div.slider-info p {
    display:block;
}

.box_half {
    height: 100px;
    width: 48%;
    margin: 1% 1% 1% 1%;
    background: #d8d8d8;
    float: left;
    /*border-radius: 15px;*/
    box-shadow: 0px 5px 5px #aaa;
    background-image: linear-gradient(top, #d0d0d0 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #d0d0d0 0%, #eee 100%);
    background-image: -webkit-linear-gradient(top, #d0d0d0 0%, #eee 100%);
    background-image: -ms-linear-gradient(top, #d0d0d0 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #d0d0d0 0%, #eee 100%);
}

.box_half div.box_half_caption {
    background:#fff;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    width: 100% - 10px;
    color: #1D1626;
    padding-left: 10px;
    position: relative;
    z-index:100;
    opacity:.5;
}

.box_half div.box_half_content {
    height: 65px;
    width: 100% - 15px;
    padding: 5px 0 0 0;
    margin-left: 15px;
}

.box_half div.box_half_content a {
    color: #1D1626;
    text-decoration: none;
}

.haft {
    margin-top: 50pt;
    font-size: 8pt;
    text-align: center;
}

/* Kontakt */

#map {
    display: block;
    background: #644C4C;
    height: 400px;
    width: 1200px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    list-style: none;
    box-shadow: 0px 5px 5px #7e7e7e;
    -webkit-box-shadow: 0px 5px 5px #7e7e7e;
    -moz-box-shadow: 0px 5px 5px #7e7e7e;
    -o-box-shadow: 0px 5px 5px #7e7e7e;
}

/* Impressum */

#impressum {
    padding: 20px 20px 20px 20px;
}

#impressum h1 {
    margin: 0 0 20px 0;
}

#impressum h3 {
    margin: 30px 0 15px 10px;
}

#impressum p {
    margin: 0 0 0 20px;
}

/* Referenzen */

.box_ref_header {
    width: 95%;
    height: auto;
    margin: 0 0 0 0;
    background: #fff;
    background-image: linear-gradient(90deg, #e2e2e2 0%, #fff 100%);
    background-image: -moz-linear-gradient(90deg, #e2e2e2 0%, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #e2e2e2 0%, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #e2e2e2 0%, #fff 100%);
    background-image: -o-linear-gradient(90deg, #e2e2e2 0%, #fff 100%);
    border: 1px solid #F2E0BD;
    color: #000;
    float: left;
}

.box_ref_header p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}


.box_ref_standard {
    height: auto;
    width: 46%;
    margin: 10px 1% 10px 1%;
    float: left;
    background: #fff;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 0px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #7e7e7e;
    -o-box-shadow: 2px 2px 5px #7e7e7e;
    background-image: linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -moz-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -webkit-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -ms-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -o-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
}

.box_ref_standard img {
    width: 100%;
    height: auto;
}

.box_ref_standard h1 {
    font-size: 15px;
    color: #1D1626;
    margin: -15px 0 0 -10px;
    font-weight: bold;
}

.box_ref_standard h2 {
    font-size: 14px;
    color: #1D1626;
    margin: -25px 0 0 10px;
    font-weight: normal;
    font-style: italic;
}

.box_ref_list {
    height: auto;
    width: 46%;
    margin: 10px 1% 10px 1%;
    float: left;
    background: #fff;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 0px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #7e7e7e;
    -o-box-shadow: 2px 2px 5px #7e7e7e;
    background-image: linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -moz-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -webkit-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -ms-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
    background-image: -o-linear-gradient(-45deg, #d0d0d0 0%, #fff 100%);
}

.box_ref_list h1 {
    font-size: 15px;
    color: #1D1626;
    margin: 0 0 0 0;
    font-weight: bold;
}

.box_ref_list ul {
    margin: 0 0 30px 35px;
    list-style: square;
}

.box_ref_list li {
    margin: 2px 2px 2px 2px;
}


/*
*
*
*
*   MEDIA QUERIES
*
*
*
*/


@media only screen and (max-width: 1200px) {
    #container {
        width: 100%;
    }
    #head_content {
         width: 1000px;
    }

    #head_nav {
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 0 0 5%;
        float: left;
    }


    #body_container {
        width: 1000px;
    }

    .body_nav_side {
        width: 0;
        display: none;
    }

    .body_content_mit {
        width: 1000px;
        margin: 40px 0 0 0;
    }

    .body_content_ohne {
        width: 1000px;
        margin: 40px 0 0 0;
    }

    #slider {
        width: 1000px;
        height: 333px;
        margin: 0 auto 0 auto;
    }

    #slider div.slider-bg {
        top:292px;
        height:41px;
        width:500px;
    }
    #slider div.slider-info {
        top:292px;
        height:41px;
        padding:13px;
    }
    #slider div.slider-info strong {
        font-size:16px;
    }

    #map {
        height: 333px;
        width: 1000px;
    }
}

@media only screen and (max-width: 1000px) {
    #container {
        width: 100%;
    }
    #head_container {
        width: 100%;
        position: relative;
        height: auto;
    }
    #head_content {
        width: 100%;
        position: relative;
    }

    #head_caption {
        width: 100%;
        text-align: center;
        padding: 0 0 0 0;
        position: fixed;
        z-index: 100;
        box-shadow: 0px 5px 15px #644C4C;
        -webkit-box-shadow: 0px 5px 15px #644C4C;
        -moz-box-shadow: 0px 5px 15px #644C4C;
        -o-box-shadow: 0px 5px 15px #644C4C;
    }
    #head_nav {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        position: relative;
    }

    #head_nav a li {
        width: 100%;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        float: none;
        background: #8C786C;
        box-shadow: 0px 5px 15px #644C4C;
        -webkit-box-shadow: 0px 5px 15px #644C4C;
        -moz-box-shadow: 0px 5px 15px #644C4C;
        -o-box-shadow: 0px 5px 15px #644C4C;
    }

    #head_nav a:hover {
        color: #fff;
    }

    #head_nav a:hover > li {
        background: #644C4C;
    }

    #body_container {
        margin-top: 305px;
        width: 100%;
    }

    .body_nav_side {
        width: 0;
        display: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .body_content_mit {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .body_content_mit h1 {
        margin: auto auto auto -10px;
        padding: 20px 0 10px 0;
        text-align: center;
    }

    .body_content_mit h2 {
        margin: auto auto auto -5px;
        width: 90%;
        padding: 0 5% 0 5%;
        text-align: center;
    }

    .body_content_mit h3 {
        margin: auto auto auto -5px;
        width: 100% - 20px;
        padding: 0 10px 0 10px;
        text-align: center;
        text-decoration: underline;
    }

    .body_content_mit p {
        width: 90%;
        margin: 0 auto 15px auto;
    }

    .body_content_ohne {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .body_content_ohne h1 {
        margin: auto auto auto -10px;
        padding: 20px auto 10px auto;
        text-align: center;
    }

    .body_content_ohne h2 {
        margin: auto auto auto -5px;
        padding: 0 5% 0 5%;
        text-align: center;
    }

    .body_content_ohne h3 {
        margin: auto auto auto -5px;
        padding: 0 10px 0 10px;
        text-align: center;
        text-decoration: underline;
    }

    .body_content_ohne p {
        width: 90%;
        margin: 0 auto 15px auto;
    }

    #slider {
        width: 786px;
        height: 256px;
        margin: 0 auto 0 auto;
    }

    #slider div.slider-bg {
        top:224px;
        height:32px;
        width:384px;
    }
    #slider div.slider-info {
        top:224px;
        height:32px;
        padding:8px;
    }
    #slider div.slider-info strong {
        font-size:14px;
    }

    #map {
        height: 256px;
        width: 768px;
        margin: 0 auto 0 auto;
    }

    #impressum h3 {
        text-align: left;
        text-decoration: none;
    }

    .box_ref_header {
        width: 98%;
        height: auto;
        margin: 0 1% 0 1%;
        line-height: 25px;
    }

    .box_ref_header p {
        width: 100% - 15px;
        line-height: 25px;
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
    }

    .box_ref_standard {
        width: 48%;
        height: auto;
        margin: 10px 1% 10px 1%;
    }
    .box_ref_list {
        width: 48%;
        height: auto;
        margin: 10px 1% 10px 1%;
    }

    .haft {
        margin: 50px;
    }
}

@media only screen and (max-width: 768px) {
    #head_caption {
        position: relative;
        box-shadow: 0px 5px 5px #644C4C;
        -webkit-box-shadow: 0px 5px 5px #644C4C;
        -moz-box-shadow: 0px 5px 5px #644C4C;
        -o-box-shadow: 0px 5px 5px #644C4C;
    }
    #head_nav {
        margin: -40px 0 0 0;
        padding: 0 0 0 0;
    }
    #body_container {
        margin-top: 305px;
    }

    .body_content_ohne #h1_small {
           font-size: 25px;
    }

    .box_half {
        width: 98%;
        text-align: center;
        line-height: 60px;
    }

    .box_half div.box_half_content a {
        color: #666;
        text-decoration: none;
        background: #fff;
        padding: 15px 30px 15px 30px;
        margin: auto auto auto auto;
        border-radius: 10px;
	    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #8C786C;
        background-image: linear-gradient(top, #ffffff 0%, #f1f1f1 25%, #f5f5f5 35%, #dfdfdf 50%, #e7e7e7 100%);
        background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 25%, #f5f5f5 35%, #dfdfdf 50%, #e7e7e7 100%);
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 25%, #f5f5f5 35%, #dfdfdf 50%, #e7e7e7 100%);
        background-image: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 25%, #f5f5f5 35%, #dfdfdf 50%, #e7e7e7 100%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 25%, #f5f5f5 35%, #dfdfdf 50%, #e7e7e7 100%);
    }

    .box_half div.box_half_content a:hover {
        color: #fff;
        background-image: linear-gradient(top, #8C786C 0%, #9a8478 25%, #79675c 35%, #837065 50%, #8C786C 100%);
        background-image: -moz-linear-gradient(top, #8C786C 0%, #9a8478 25%, #79675c 35%, #837065 50%, #8C786C 100%);
        background-image: -webkit-linear-gradient(top, #8C786C 0%, #9a8478 25%, #79675c 35%, #837065 50%, #8C786C 100%);
        background-image: -ms-linear-gradient(top, #8C786C 0%, #9a8478 25%, #79675c 35%, #837065 50%, #8C786C 100%);
        background-image: -o-linear-gradient(top, #8C786C 0%, #9a8478 25%, #79675c 35%, #837065 50%, #8C786C 100%);
    }

    .box_ref_header {
        width: 98%;
        margin: 5px 1% 5px 1%;
    }

    .box_ref_standard {
        width: 98%;
        margin: 5px 1% 5px 1%;
    }

    .box_ref_list {
        width: 98%;
    }

    #map {
        display: none;
    }

    #footer {
        position: relative;
    }

    .haft {
        margin: 25px;
    }
}

/* DINGE, die sich mobil nicht anpassen müssen */

.body_content_ohne p#home_caption {
    font-size: 35px;
    padding: 15px 0 15px 0;
    line-height: 40px;
}

.body_content_ohne p#home_text {
    font-size: 15px;
    line-height: 25px;
    padding: 0 15px 0 15px;
}
