* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #C8C8C8;
	font-size: 14px;

}

.site-notice {
	position: relative;
	margin: 4px 0 38px 0;
	padding: 34px 36px 30px 36px;
	background: linear-gradient(135deg, #fcfbf6 0%, #eef6e8 100%);
	border: 1px solid #d7decf;
	border-top: 10px solid #58c033;
	border-radius: 16px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	text-align: left;
}

.site-notice:before {
	content: "";
	position: absolute;
	top: -52px;
	right: -36px;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	background: rgba(88, 192, 51, 0.10);
}

.site-notice:after {
	content: "";
	position: absolute;
	bottom: -72px;
	left: -48px;
	width: 170px;
	height: 170px;
	border-radius: 85px;
	background: rgba(180, 165, 102, 0.10);
}

.site-notice p,
.site-notice div {
	position: relative;
	z-index: 1;
}

.site-notice p {
	margin: 0 0 14px 0;
	line-height: 1.6;
}

.site-notice-label {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 14px;
	background: #3a6e21;
	border-radius: 999px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.site-notice-title {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.1;
	color: #1b2a10;
}

.site-notice-lead {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	color: #2a3c19;
}

.site-notice-intro {
	max-width: 715px;
	font-size: 17px;
	line-height: 1.7;
	color: #34442a;
}

.site-notice-times {
	margin: 22px 0 12px 0;
}

.site-notice-slot {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 14px 12px 0;
	padding: 12px 16px 14px 16px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #dfe5d8;
	border-left: 5px solid #7caf65;
	border-radius: 10px;
	box-shadow: none;
}

.site-notice-day {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #5f7b52;
}

.site-notice-time {
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	color: #2e2e2e;
}

.site-notice-thanks {
	max-width: 520px;
	margin: 8px auto 14px auto !important;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	color: #1f2d12;
}

.site-notice-date {
	margin-bottom: 0 !important;
	font-size: 15px;
	letter-spacing: 0.2px;
	color: #566154;
}

h1,
h2,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #58c033;
	border-top: 1px solid #58c033;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #58c033;
	font-size: 26px;
}

h3 {
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 1px;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #58c033;
	border-top: 1px solid #58c033;


}

h4 {

	font-size: 15px;

}

h5 {
	font-size: 35px;
	color: #000000;
}




p,
ol,
ul,
blockquote {
	line-height: 24px;
}



a {
	margin-top: 7px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}


#bildli {
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	padding: 3px;
}

#bildre {
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	padding: 3px;
}


/* Header */

#header {
	width: 917px;
	height: 300px;
	margin: 0 auto;
	background: #fdfdfd;
	border-top: 20px solid #58c033;
	border-left: 20px solid #58c033;
	border-right: 20px solid #58c033;

}

/* Logo */

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	border-bottom: 1px solid #58c033;
	float: left;
	padding: 50px 0 0 40px;
	font-size: 36px;
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 8px;
	font-size: 12px;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

/* Menu */

#menu {
	margin-top: 70px;
	margin-left: 505px;
	width: 400px;
	height: 30px;
	background: #FFFFFF
}

#menu1 {
	margin-left: 355px;
	padding: 0px 0px 0px 0px;
	width: 560px;
	height: 200px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	text-decoration: none;
	font-size: 13px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 917px;
	height: 10px;
	margin: 0 auto;
	background: #58c033;
	color: #59c134;
	border-right: 20px solid #58c033;
	border-left: 20px solid #58c033;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background: #FFFFFF no-repeat left bottom;
	text-align: justify;
	border-left: 20px solid #58c033;
	border-right: 20px solid #58c033;
	border-bottom: 20px solid #58c033;
}

#colOne {
	float: left;
	width: 620px;
}

#colTwo {
	margin-top: 18px;
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}

/* Footer */
#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}

div {
	line-height: 20px;
}

table.vr-termine {
	margin-bottom: 20px;
}

table.vr-termine tr td:last-of-type {
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}


table.vr-oeffnungszeiten tr td:last-of-type {
	padding-left: 25px;
	text-align: left;
}

table.vr-oeffnungszeiten {
	margin: 20px 0;
	font-weight: bold;
	font-size: 16px;
}
