body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A9285;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(pics/backgr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body.datenschutz {
	background-color: #d7d7d7;
	background-image: url("pics/backgr2.gif");
	margin-bottom: 0;
	padding-bottom: 50px;
	position: relative;
}
a:link {
	color: #6A9285;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6A9285;
}
a:hover {
	text-decoration: none;
	color: #6A9285;
}
a:active {
	text-decoration: underline;
	color: #6A9285;
}
.footer, a.footer:link, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
.foto {
	border: 1px solid #6A9285;
	margin-left: 19px;
	margin-right: 7px;
	margin-top: 26px;
}
.textgrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	text-decoration: none;
}
a.textgrau:link {
	text-decoration: underline;
	color: #555555;
}
a.textgrau:visited {
	text-decoration: underline;
	color: #555555;
}
a.textgrau:hover {
	text-decoration: none;
	color: #555555;
}
div.impressum,
div.datenschutz {
	width: 920px;
	margin: 0 auto;
	color: #555555;
	font-size: 12px;
	line-height: 1.5;
}
div.impressum a,
div.datenschutz a {
	color: #555555;
}
div.impressum p,
div.datenschutz p,
div.datenschutz ul {
	margin: 0 0 18px;
}
div.impressum p:last-of-type {
	margin-bottom: 120px;
}
div.datenschutz {
	text-align: left;
}
div.datenschutz h1,
div.datenschutz span.footer {
	text-align: center;
}
div.datenschutz span.footer {
	display: block;
	padding: 57px 0 20px;
	background-image: url(pics/backgr3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 18px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #6A9285;
	padding-top: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h2, h3, h4, h5 {
	padding-top: 24px;
}
h2 {
	font-size: 14px;
}
h3, h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
	margin-bottom: 0;
}
h2 + h3 {
	padding-top: 12px;
}

/* Cookie-Banner */
#mm-cookie-banner {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 860px;
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    transform: translateX(-50%);
    z-index: 1000000000;
}
#mm-cookie-banner div {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
#mm-cookie-banner p {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 24px;
}
#mm-cookie-banner a {
    color: #6A9285;
    text-decoration: underline;
}
#mm-cookie-banner a:hover {
    text-decoration: none;
}
#mm-cookie-banner button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #6A9285;
    border: .15em solid #6A9285;
    padding: .425em .85em;
    font-size: 1.125em;
    line-height: 1.5;
    border-radius: .275em;
    margin: 0;
    font-family: inherit;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: button;
    overflow: visible;
}
#mm-cookie-banner button:hover {
    background-color: #618579;
    border-color: #618579;
    color: #fff;
}
@media (max-device-width: 767px) and (orientation: portrait) {
    #mm-cookie-banner {
        max-width: 100%;
        padding: 0;
        bottom: 0;
        left: 0;
        transform: none;
        font-size: 35px;
    }
    #mm-cookie-banner div {
        display: block;
        width: 92%;
        margin: 4%;
        padding: 0;
    }
    #mm-cookie-banner p {
        margin-bottom: 1em;
        padding-right: 0;
    }
    #mm-cookie-banner button {
        width: 100%;
    }
}
@media (max-device-width: 767px) and (orientation: landscape) {
    #mm-cookie-banner {
        font-size: 17px;
        max-width: 910px;
    }
}