@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c3a33;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
a {
	color: #4c3a33;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
}
ul {
	margin: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(pics/liste.gif);
}
#container {
	width: 965px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 143px;
	padding: 37px 0px 0px 105px;
}
#start img {
	float: left;
	margin-right: 1px;
}
#foto, #content, #thumbs, #content2 {
	height: 490px;
	background-color: #e8e5e5;
	margin-right: 1px;
	float: left;
}
#foto {
	width: 370px;
}
#content, #content2 {
	width: 411px;
	padding: 0px 60px;
}
#content {
    overflow: auto;
}
#content2 {
	width: auto;
	margin-right: 0;
	float: none;
}
#content2.datenschutz {
	height: auto;
	padding-bottom: 60px;
}
#thumbs {
	width: 62px;
	margin: 0px;
}
#thumbs img {
	border-bottom: 1px solid #ffffff;
	display: block;
}
#titel, #titel2 {
	padding: 68px 0px 20px;
}
.text {
	padding-left: 20px;
}
.text2 p {
	margin-bottom: 18px;
}
.text2 a {
	text-decoration: underline;
}
.text2 a:hover {
	text-decoration: none;
}
#footer {
	clear: both;
	margin-bottom: 20px;
	line-height: 30px;
}
#copy, #copy a {
	color: #c9c4c1;
	font-size: 11px;
	line-height: 16px;
}
#noscript {
	color: #FF0000;
	width: 965px;
	margin: 0px auto;
	text-align: left;
}
.gallery {
	padding-top: 8px;
}
.gallery img {
	border: 1px solid #fff;
}
.datenschutz .text2 p {
	margin-bottom: 12px;
}
.datenschutz .text2 ul {
	margin: 0 0 12px 20px;
}
.datenschutz h2,
.datenschutz h3,
.datenschutz h4 {
	margin: 0 0 12px;
	padding-top: 24px;
	font-size: 12px;
	font-weight: bold;
}
.datenschutz h2:first-of-type,
.datenschutz h2 + h3 {
	padding-top: 12px;
}
.datenschutz h3,
.datenschutz h4 {
	font-weight: normal;
	text-transform: uppercase;
}

/* Cookie-Banner */
#mm-cookie-banner {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 840px;
    font-size: 14px;
    line-height: 1.5;
    color: #4c3a33;
    text-align: left;
    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: #4c3a33;
    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: #80c5e3;
    border: .15em solid #80c5e3;
    padding: .425em .85em;
    font-size: 1.125em;
    line-height: 1.5;
    border-radius: .275em;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    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: #87cfef;
    border-color: #87cfef;
    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: 36px;
    }
    #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;
    }
}