html {
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
	background: url(../img/bg.png) repeat;
}

h2, h3 {
	font-size: 15px;
	margin-bottom: 5px;
}

.motrig {
	display: none;
}

.rightFloater {
	float: right;
}

.hidden {
	display: none;
}

body .container {
	background-color: #fff;
}

body .mainContentHolder {
	padding-right: 40px;
}

a {
	color: #549311;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

header .topMenu .top-info-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #85b84f;
	float: left;
}

header .topMenu .top-info-menu li {
	margin: 0;
	padding: 0;
	float: left;
}

header .topMenu .top-info-menu li a:first-of-type {
	padding-left: 15px;
}

header .topMenu .top-info-menu li a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
}

header .topMenu .top-info-menu li:not(:last-of-type) a{
	border-right: 1px solid #fff;
}

header .topMenu .top-info-menu li a:hover {
	color: #ededed;
}

header .topTextHolder {
	color: #85b84f;
    font-size: 20px;
	line-height: 20px;
	display: block;
	margin-top: 40px;
}

header .logoColumn, header .spruch {
	padding-top: 20px;
	padding-bottom: 20px;
}

header .spruch img {
	max-width: 100%;
}

main h1 {
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #549311;
}

main .csc-textpic-caption p, main .unterschrift p {
	color: #999;
	margin-bottom: 2.5rem !important;
}

main .top-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px dotted #549311;
	margin-left: 20px;
}

main .top-main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 40px;
	display: none;
}

main .top-main-menu li {
	margin: 0;
	padding: 0;
}

main .top-main-menu li a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
}

main .top-main-menu > li > a {
	background: url(../img/navpunkt.png) no-repeat;
	padding-left: 30px;
	margin-left: 5px;
}

main .top-main-menu > li.current-menu-item > a, main .top-main-menu > li.current-menu-ancestor > a, main .top-main-menu > li > a:hover {
	background: url(../img/navpunkt_act.png) no-repeat;
	margin-left: 0;
	padding-left: 35px;
}

main .top-main-menu li.current-menu-item > a, main .top-main-menu li.current-menu-ancestor > a, main .top-main-menu a:hover, main .top-main-menu li.current-page-ancestor > a {
	color: #549311;
}

main .top-main-menu li.current-menu-ancestor > ul, main .top-main-menu li.current-page-ancestor > ul {
	display: block;
}

input.search_input {
	border-radius: 0;
	background: #549311;
	color: #fff;
}

button.sb-search-submit {
	border: 0;
	border-radius: 0;
	font-size: 30px;
	padding: 0;
	margin: 0;
}

input.search_input::placeholder {
	color: #fff;
}

button.sb-search-submit i {
	position: relative;
	top: 10px;
}

article {
	margin-bottom: 20px;
}

main img {
	border: 1px solid #ccc;
}

main .keinRahmen img {
	border: 0px;
}

#cn-accept-cookie, #cn-more-info {
	height: auto !important;
}
