/* cmsms stylesheet: Sauerland modified: Freitag, 19. Juni 2026 10:26:15 */
html {
	overflow-y: scroll;
}

body {
	color: #333;
	background-color: #92d642;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 1.5;
	padding: 15px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}

small {
	color: #666;
}

ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1;
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 150%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

.fl { float: left; }
.fr { float: right; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

#page {
	margin: 0 auto;
	max-width: 800px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 30px #529900;
}

#header,
#menu,
#footer {
	text-align: center;
}

#header {
	padding: 30px;
}

#menu {
	padding: 15px 30px;
	border-top: 5px solid #92d642;
	border-bottom: 5px solid #92d642;
	text-transform: uppercase;
}

#menu .currentpage,
#menu .activeparent {
	font-weight: bold;
}

#content {
	padding: 30px 30px 60px;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol {
	margin-top: 30px;
}

#content ul {
	list-style: disc;
	padding-left: 15px;
}

#footer {
	padding: 15px;
	border-top: 5px solid #92d642;
	font-size: small;
}

[data-page="startseite"] #content,
[data-page="referenzen"] #content {
	text-align: center;
}

[data-page="startseite"] #content p {
	font-weight: bold;
}

@media(min-width:768px) {
	body {
		padding: 30px;
	}

	#menu li {
		display: inline;
	}

	#menu li + li {
		margin-left: 15px;
	}
}
/* cmsms stylesheet: Cookies modified: Freitag, 19. Juni 2026 09:15:49 */
#cookie-alert {
display: none;
background-color: #000;
background-color: rgba(0,0,0,.5);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
overflow: hidden;
}

#cookie-message {
color: #000;
background-color: #fff;
margin: 15px;
padding: 30px;
border-radius: 5px;
box-shadow: 0 0 30px #000;
}

#cookie-title {
font-weight: bold;
font-size: large;
margin-bottom: 15px;
}

#cookie-more {
display: none;
font-size: small;
max-height: 200px;
margin-top: 15px;
padding: 15px;
background-color: #eee;
overflow-y: scroll;
}

#cookie-more h1,
#cookie-more h2,
#cookie-more h3,
#cookie-more h4 {
line-height: 1.1;
}

#cookie-more h1,
#cookie-more h2,
#cookie-more h3,
#cookie-more h4,
#cookie-more p {
margin: 0 0 10px 0;
}

#cookie-more a {
color: #4285f4;
text-decoration: none;
}

#cookie-buttons {
margin-top: 45px;
text-align: center;
}

#cookie-btn-more,
#cookie-btn-confirm {
width: 100%;
cursor: pointer;
text-decoration: none;
display: inline-block;
padding: 10px 15px;
color: #fff;
background-color: #4285f4;
border-radius: 5px;
}

#cookie-btn-more {
margin: 0 0 15px 0;
color: #444;
background-color: #fff;
}

@media(min-width:640px){
#cookie-message {
margin: 10% auto;
max-width: 600px;
}

#cookie-buttons {
text-align: right;
}

#cookie-btn-more,
#cookie-btn-confirm {
width: auto;
}

#cookie-btn-more {
margin: 0 15px 0 0;
}
}
