@charset "UTF-8";/* CSS Document */body {margin: 0; padding: 0; background: #f7f7f7; font-family: 'Open Sans', sans-serif;}img {border: none;}.wide {color: #0d2f86; font-size: 17px; letter-spacing: 0.1249em; margin-left: 127px;}p {}h2 {margin-top: 0; font-size: 20px;}h1 {margin-top: 0; font-size: 20px; font-weight: normal; font-style: italic;}.small {font-size: 13px;}a:link, a:visited {color: #666; text-decoration: none;}a:hover, a:active {color: #0d2f86; text-decoration: underline;}.header-container {	background: rgb(247,247,247); /* Old browsers */	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */	border-bottom: 10px solid #0d2f86;}.header {margin: 0 auto; width: 1180px; padding: 30px 0 22px 0;}.content-container {background: #fff;}.content {margin: 0 auto; padding: 30px 127px; width: 926px; background: url(../images/wasserzeichen.png) no-repeat 100% 50%; font-size: 16px; line-height: 1.6em; color: #666;}.footer-container {	background: rgb(184,184,184); /* Old browsers */	background: -moz-linear-gradient(top,  rgba(184,184,184,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,184,184,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */	background: -ms-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */	background: linear-gradient(to bottom,  rgba(184,184,184,1) 0%,rgba(247,247,247,1) 100%); /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */	border-top: 15px solid #f09101;}.footer {margin: 0 auto; padding: 40px 0; width: 100%; color: #666;}@media only screen and (max-width: 980px) {.header, .footer {width: 94%; padding-left:3%; padding-right:3%;}.content {width: 70.5%; padding-left:3%; padding-right:3%; margin-left: 13.5%;}.wide {width: 65%;}}@media only screen and (max-width: 800px) {.content {width: 93%; padding-left:4%; padding-right:3%; margin: 0;}}@media only screen and (max-width: 360px) {.logo img {width: 100%; height: auto;}.wide {margin-left: 21%; width: 79%; font-size: 15px;}}
.footer {
    width: 926px;          /* gleiche Breite wie Content */
    margin: 0 auto;        /* exakt Seitenmitte */
    text-align: center;
    padding: 30px 0;
}

.footer-logo {
    max-width: 220px;
    max-height: 130px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
