html {
    font-size: 100.01%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {

    width: 100%;
    line-height: 1.1em;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif ;
    margin: 0;
    padding: 0;
}
#all {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
}

.inhalt {
    padding: 15px;
}

.inhalt a {
    color: #fff;
}

#header .logoheader {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}
.copy a {
    color: #294886;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 25px 0;
}

#contentarea {
    background: #294886;
    color: #fff;
}

h1 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
}

h2 {
    color: #c9ad2e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}


#content h2 {
    color: #fff;
    font-size: 18px;
}

#content h3 {
    color: #c9ad2e;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

section#introtext {
    text-align: center;
    padding: 2em 0;
}


#footer-outer {
    background: url("images/berg-fusszeile-sta-bot.png") no-repeat scroll center top #fff;
    min-height: 250px;
}
#footer-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 250px;
}
#footer-inner img {
    vertical-align: middle;
}

#footer .logos {
    text-align: center;
    padding: 1em 0;
}
#footer .copy {
    text-align: center;
    padding: 3em 0;
}

.contentbox {

}

.contentbox .contentboxlink a:link,
.contentbox .contentboxlink a:visited {
    text-decoration: none;
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
}

.contentbox .contentboxtext {
    padding: 10px;
}
.contentbox .contentboxtext .text {
    padding: 10px 0 0 0;
}

.contentbox .contentboximage img {
    display: block;
}

.contentbox .contentboxlink {
    text-align: center;
    margin: 10px 0;
}


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

    img {
        max-width: 100%;
        height: auto;
        border: 0;
        -ms-interpolation-mode: bicubic;
        text-align: center;
        margin:0 auto;
    }
}
    @media only screen and (min-width: 461px) {

        img {
            max-width: 100%;
            height: auto;
            border: 0;
            -ms-interpolation-mode: bicubic;
            text-align: center;
        }


    }

    @media only screen and (min-width: 568px) {

        .contentbox .contentboximage img {
            margin: 0 auto;
            text-align: center;
        }

        .contentbox .contentboxtext {
            text-align: center;
        }


    }

    @media only screen and (min-width: 768px) {

       #content .box {
           width: 32.5%;
           float: left;
           vertical-align: top;
       }
        #content .box1,
        #content .box2,
        #content .box4,
        #content .box5 {
            margin: 0 1.25% 0 0;
        }

        .clear {
            clear: both;
        }

        #wrapper {
            padding: 0 0 35px;
        }
        .contentbox .contentboxlink a:link, .contentbox .contentboxlink a:visited {
            font-size: 16px;
            padding: 8px 10px;
            text-decoration: none;
        }

        .contentbox  {
            -webkit-box-shadow: 15px 0px 10px -13px rgba(0,0,0,.3);
            box-shadow: 15px 0px 10px -13px rgba(0,0,0,.3);
            padding: 0 0 15px 0;
        }


        #contentarea {
            padding: 0 10px;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
        }

}
@media only screen and (min-width: 1200px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    .contentbox .contentboxlink a:link, .contentbox .contentboxlink a:visited {
        font-size: 18px;
        padding: 10px 15px;
    }
    .contentbox .contentboxtext {
        text-align: left;
    }
    .contentbox .contentboxtext .text {
        min-height: 100px;
    }

    #content .box {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    #content .box:hover {
        background: #000;
    }

    .contentbox .contentboxlink a:hover, .contentbox .contentboxlink a:active {
        background: #c9ad2e;
    }


}
