body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body {
	background-color: #393939;
	margin: 0;
	position: relative;
}
.logo {
	padding: 20px 0 40px;
}
.datenschutz .logo {
	padding-top: 60px;
	text-align: center;
}
.datenschutz table {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.datenschutz table td {
	text-align: left;
}
a {
	color: #aaa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, ul {
	margin: 0 0 18px;
}
strong {
	color: #bbb;
}
.footer {
	padding: 30px 0;
	font-size: 11px;
	text-align: center;
}
body:not(.datenschutz) .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer,
.footer a {
	color: rgba(255,255,255,0.25);
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 18px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 16px;
	padding-top: 12px;
	text-transform: uppercase;
	color: #aaa;
}
.datenschutz h1 {
	text-align: center;
}
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,
h1 + h5 {
	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: #aaa;
    background-color: #444;
    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: #fff;
    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: #444;
    background-color: #fff;
    border: .15em solid #fff;
    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: #ccc;
    border-color: #ccc;
    color: #444;
}
@media (max-width: 860px) {
    #mm-cookie-banner {
        bottom: 0;
    }
}
@media (max-device-width: 767px) and (orientation: portrait) {
    #mm-cookie-banner {
        max-width: 100%;
        padding: 0;
        bottom: 0;
        left: 0;
        transform: none;
        font-size: 29px;
    }
    #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: 14px;
    }
}