


body {
    background-image: url(../images/bg.jpg);
    font-family: Arial;
    color: #0c2153;
}

em {font-style:italic;}

/** Layout **/

#wrapper {
    background-image: url(../images/footer_addon.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

#innerWrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 0 10px
}

#logo {
    position: fixed;
    left: 28px;
    top: 57px;
}

#onTopButton {
    padding-top: 20px;
    height: 70px;
    width: 61px;
    background-image: url(../images/arrow_oben.png);
    background-repeat: no-repeat;
    position: fixed;
    left: 28px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: none;
}



/** Top Navigation **/

#topNavigation {
    margin-top: 50px;
}

#topNavigation ul {
    list-style: none;
    padding: 0;
}


#topNavigation li {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    font-size: 25px;
    margin-right: 3%;
}

/** content **/


#content {

}

#content .text {
    margin-top: 10px;
    padding-left: 2px;
}


#content .text ul{
    padding-left: 18px;
    list-style-image: url(../images/blue-bullet.png);
}

#profil {
    margin-top: 200px;
    display: block;
}

#objekte, #partner, #leistungen {
    margin-top: 80px;
    display: block;
}

#kontakt {
    margin-top: 60px;
    display: block;
}

/** ContactForm **/

#contactForm .waiting, #contactForm .message {
    position: absolute;
    left: 0;
    top: 65px;
}

#contactForm .waiting {
    display: none;
}

#contactForm .message {
    display: none;
    text-align: left;
}

#contactForm .field {
    background-color: #e6e6e6;
    margin-bottom: 10px;
    padding: 5px;
}

#contactForm .fail {
    color: #c6091d;
    font-weight: bold;
}

#contactForm .success {
    color: #006400;
    font-weight: bold;
}

#contactForm label.selected {
    color: #c6091d;
}

#contactForm label {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 0;
    color: #0c2153;
}

#contactForm input, #contactForm textarea {
    background-color: #e6e6e6;
    border: 0;
    width: 100%;
}

#contactForm textarea {
    height: 150px;
}

#contactForm button {
    background-color: #e6e6e6;
    border: 0;
    width: 110px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
    float: left;
    margin-right: 30px;
    letter-spacing: 1px;
}

#contactForm table {
    float: left;
    font-size: 12px;
    color: #0c2153;
}

#contactForm table td:nth-child(1) {
    width: 195px;
}

#contactForm table td:nth-child(2) {
    width: 35px;
}

#contactForm table td:nth-child(3) {
     width: 130px;
}

#contactForm table td:nth-child(4) {
    width: 50px;
}

#contactForm table td:nth-child(5) {
    width: 120px;
}

#contactForm table tr {
    vertical-align: top;
}

#contactForm .buttonWrapper {
    position: relative;
    margin-top: 20px;
    height: 80px;
}

#contactForm .smallClearFix {
    display: none;
}

/** Slider **/

#sliderWrapper {
    margin-top: 20px;
}

#sliderWrapper .innerWrapper {
     position: relative;
}

#sliderWrapper .innerWrapper  img {
    width: 100%;
}

#sliderWrapper .prevButton, #sliderWrapper .nextButton {
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

#sliderWrapper .nextButton {
    right: 0;
    background-image: url(../images/arrow_rechts.png);
}

#sliderWrapper .prevButton {
    left: 0;
    background-image: url(../images/arrow_links.png);
}

#sliderWrapper .navigation {
    margin-top: 10px;
}

#sliderWrapper .navigation div {
    float: left;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    background-color: #0c2153;
}

#sliderWrapper .navigation div.selected {
    background-color: #c6091d;
}



/** Footer **/

#footer {
    height: 230px;
    width: 100%;
    margin-top: 30px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: -250px 100%;
    position: relative;
}

#footer .impressum {
    position: absolute;
    bottom: 12px;
    right: 20px;
    text-transform: uppercase;
}

#footer .impressum a {
    color: #fff;
    font-weight: bold;
}

#footer .impressum a:hover {
    color: #c6091d;
}

#impressum {
    display: none;
}

#footer .datenschutz {
    position: absolute;
    bottom: 12px;
    right: 130px;
    text-transform: uppercase;
}

#footer .datenschutz a {
    color: #fff;
    font-weight: bold;
}

#footer .datenschutz a:hover {
    color: #c6091d;
}

#datenschutz {
    display: none;
}

/** Others **/

h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    margin: 0;
}

a {
  color: #0c2153;
}

a:hover {
    text-decoration: none;
    color: #c6091d;
}

.contact-links {margin-top:20px;margin-bottom:10px;padding-bottom:30px;border-bottom:1px solid #0c2153;max-width:490px;}
.contact-links a {margin-right:35px;text-decoration:none;}
.contact-links a i {margin-right:2px;}

.red {
    color: #c6091d;
}

.sep-square {display:inline-block;width:5px;height:5px;background:#0c2153;margin:0 8px;position:relative;top:-2px;}


/** Responsive Layout **/

@media screen and (max-width: 1500px)  {
    #innerWrapper {
        margin-left: 200px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 1000px)  {
    #innerWrapper {
        margin: 0 20px;
    }

    #logo {
        display: block;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        margin-top: 20px;
    }

    #onTopButton {
        display: none;
    }

    #profil {
        margin-top: 80px;
    }
}

@media screen and (max-width: 800px)  {
    #innerWrapper {
        margin: 0;
    }

    #contactForm table {
        margin-top: 20px;
        float: none;
    }

    #contactForm .smallClearFix {
        display: block;
        clear: both;
    }

    #contactForm .waiting, #contactForm .message {
        right: 0;
        text-align: right;
        top: -5px;
    }

    #footer {
        margin-top: 80px;
    }

    #sliderWrapper .prevButton, #sliderWrapper .nextButton {
        display: none;
    }
}

@media screen and (max-width: 755px)  {
    #topNavigation li {
        float: none;
    }

    #profil {
        margin-top: 80px;
    }

    #logo {
        position: absolute !important;
        display: block;
        left: inherit;
        right: 20px;
        margin-top: 0px;
    }
}


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

    #contactForm table td:nth-child(1) {
        width: 195px;
    }

    #contactForm table td:nth-child(2) {
        width: 0;
        display: none;
    }

    #contactForm table td:nth-child(3) {
        width: 120px;
    }

    #contactForm table td:nth-child(4) {
        width: 0;
        display: none;
    }

    #contactForm table td:nth-child(5) {
        width: 120px;
    }
}


@media screen and (max-width: 360px)  {
    #topNavigation {
        margin-top: 20px;
    }

    #profil {
        margin-top: 80px;
    }

    #topNavigation li {
        font-size: 22px;
    }

    #footer {
        height: 280px;
    }

    #contactForm .message {
        font-size: 11px;
    }

    #contactForm .waiting, #contactForm .message {
        top: 0;
    }

}