body {
	height: 100%;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
	text-align: center;
	color: #000000;
	background: #ffffff;
	font-size: 19px;
	line-height: 21px;
	margin: auto;
	margin-top: 0px;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide; 
    animation-duration: 0.8s; 
    -webkit-animation-duration: 0.8s;
    visibility: visible; 
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(30%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}



@media (max-width: 767px) {


@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(180%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(180%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


}


/*	TOP-BEREICH - im Kopf der Seite oben */

.top-info {
	
	width: 100%;
	margin: 0 0 0px 0;
	background: linear-gradient(to right, #ffffff 40%, #E3EDE2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
	z-index: 1000;
	font-size: 12px;
	color: #ffffff;
	font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
}

.top-info-container {

	max-width: 1200px;
	margin: auto;
}

.top-info-left {

	text-align: left;
	padding: 4px 0 0 4px;
}

.top-info-right {

	text-align: right;
	padding: 2px 30px 6px 0;
}

.top-info a {
	
	font-size: 15px;
	line-height: 15px;
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}

.top-info a:active{
	
	font-size: 15px;
	line-height: 15px;
	color: #99CC00;
	text-decoration: none;
	
}

.top-info a:visited {
	
	font-size: 15px;
	line-height: 15px;
	color: #99CC00;
	text-decoration: none;
	
}

.top-info a:hover{
	
	color: #000000;
}




@media (max-width: 1300px) {
.top-info {
	
	width: 100%;
	margin: 0 0px 0px 0px;
	padding: 0 0px 0px 0px;
}


.top-info a {

	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

.top-info a:active {

	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

.top-info a:visited {

	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

.top-info a:hover {

	font-size: 12px;
	line-height: 15px;
}


}



@media (max-width: 980px) {
.top-info {
	font-size: 11px;
	margin: 0 0px 0px 0px;
}

.top-info-right {

	text-align: right;
	padding: 0px 20px 7px 0;
}

.top-info a {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:active {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:visited {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:hover {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
}
}


@media (max-width: 767px) {
.top-info {
	
	width: 100%;
	margin: 0 0 0px 0;
	background: linear-gradient(to right, #E8E8E8, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
	z-index: 1000;
	font-size: 11px;
	color: #ffffff;
}

.top-info-left {

	text-align: left;
	padding: 5px 0 0px 5px;
}
}





/*	LOGO & MENU */


.wrapper-top-all {

	width: 100%;
	background-color: #ffffff;

	/* background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg-top.jpg);*/
	
}
.wrapper-top-content {

	max-width: 1200px;
	margin: auto;
	padding-top: 0px;
}


.logo {

	z-index: 2;
	margin: auto;
	max-width: 360px;
	padding: 0;
	margin: -4px 0 18px 20px;
	position: absolute;
}

.logo-mobile {

	max-width: 450px;
	margin: auto;
	margin-top: -4px;
	padding: 8px 30px 6px 0px;
	float: right;
}


.menu {

	z-index: 1;
	margin: 16px 20px 16px 0;
	float: right;
}
@media (max-width: 1360px) {

.logo {

	max-width: 320px;
	margin: -6px 0 5px 20px;
}

.menu {

	margin: auto;
	margin: 10px 20px 10px 0;
}

.topinfos {

	margin: 40px 20px 0px 0;
}
}

@media (max-width: 1150px) {

.logo {

	max-width: 320px;
	margin: -16px 0 10px 20px;
}

.menu {

	margin: auto;
	margin: 4px 10px 4px 0;
	padding-right: 12px;
}

.topinfos {

	margin: 34px 20px 0px 0;
}
}

@media (max-width: 980px) {

.logo {

	max-width: 280px;
	margin: -16px 0 10px 20px;
}


.menu {

	margin: auto;
	margin: 4px 8px 0 0;
}
}


@media (max-width: 767px) {
.top-content-screen {
	display: none;
	}

.wrapper-top-content {

	display: none;
}

.top-info-right {

	text-align: left;
	padding: 2px 0px 5px 17px;
	z-index: 3000;
}

.top-info a {

	font-size: 12px;
	line-height: 12px;
	margin: 0px 0px 0 0px;
}

.top-info a:active {

	font-size: 12px;
	line-height: 12px;
}

.top-info a:visited {

	font-size: 12px;
	line-height: 12px;
}

.top-info a:hover {

	font-size: 12px;
	line-height: 12px;
	margin: 0 0px 0 0px;
}
}

.wrapper-top-content {

}


.top-content-center {

	display: none;
}

.wrapper-menu-logo-content {

	padding-top: 0px;
	background-color:#ffffff;
}

}

@media (max-width: 768px) {
.logo {

	display: none;
}
}


.top-content-mobile {
	background-color: #ffffff;
}



@media (min-width: 768px) {
.top-content-mobile {
	display: none;
}

.logo-mobile {

	display: none;
}

}

.color-mobile-menu {
	background-color: #FFFFFF;
}

.button-container-mobile {

	text-align: left;
	padding: 10px 0 0 10px;

}


.navbar-infos{

	color: #99CC00;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	max-width: 100%;
	padding: 10px 20px 20px 30px;

	background-image: -webkit-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%);
	background: -ms-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%); /* IE10+ */
	background: -o-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%); /* Opera 11.10+ */
	background: linear-gradient(to top, #eeeeee 20%, #ffffff 100%); /* W3C */
}

.navbar-infos a {

	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #005DA0;
	text-decoration: none;
}

.navbar-infos a:active{

		font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #005DA0;
	text-decoration: none;
}

.navbar-infos a:visited{

		font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #005DA0;
	text-decoration: none;
}

.navbar-infos a:hover{

		font-size: 18px;
	line-height: 30px;
	color: #005DA0;
	font-weight: bold;
	text-decoration: none;
}

/*	HEADBILD */

.headbild {

	width: 100%;
	margin: auto;
}


@media (min-width: 768px) {
.headbild-mobile {
	display: none;
}

.headbild-screen {

	width: 100%;
	margin: auto;
}
}

@media (max-width: 767px) {
.headbild-screen {
	display: none;
}

.headbild-mobile {
	width: 100%;
	margin: auto;
}
}


.smallfont {

	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-transform: normal;
}


/*	INHALTE-BEREICH */


.wrapper-main {

	background-color: #ffffff;
	max-width: 100%;
	margin: 0;

		border-top: 1px solid #FFFFFF;
}

.container-main {

	max-width: 1200px;
	text-align: left;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	text-transform: normal;
	color: #444444;
	margin: auto;
	padding: 50px 0px 50px 0px;
}

.container-main a {

	font-size: 15px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}

.container-main a:active{

	font-size: 15px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}

.container-main a:visited{

	font-size: 15px;
	font-weight: bold;
	color:#99CC00;
	text-decoration: none;
}

.container-main a:hover{

	font-size: 15px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}


.container-main a.xl {

	font-size: 22px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

.container-main a.xl:active{

	font-size: 22px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

.container-main a.xl:visited{

	font-size: 22px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

.container-main a.xl:hover{

	font-size: 22px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}


.container-main h1 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 54px;
	font-weight: normal;
	line-height: 64px;
	margin: 11px 0 12px 0;

}

.container-main h2 {

	font-family: 'Open Sans', arial, helvetica, arial, sans-serif;
	color: #444444;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	margin: 0px 0 20px 0;
	text-decoration: none;

}

.container-main h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	text-transform: normal;
	color: #99CC00;
	margin: 20px 0 20px 0;

}

.container-main h4 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #99CC00;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.container-main h5 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	padding: 0 0 0 0;
	margin: 15px 0 0px 0;
}

.container-main a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 0px solid #000000;
	border-radius: 6px;
	background-color: #99CC00;
}

.container-main a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #99CC00;
}

.container-main a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #99CC00;
}

.container-main a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	background-color:#FF6600;
}


@media (max-width: 1400px) {

.container-main {

	text-align: left;
	font-size: 15px;
	line-height: 25px;
}

.container-main a {

	font-size: 15px;
}

.container-main a:active{

	font-size: 15px;
}

.container-main a:visited{

	font-size: 15px;
}

.container-main a:hover{

	font-size: 15px;
}

.container-main h1 {

	font-size: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 26px;
	line-height: 36px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h3 {

	font-size: 20px;
	line-height: 24px;

}

.container-main h4 {

	font-size: 18px;
	line-height: 22px;

}

}

@media (max-width: 1024px) {

.container-main {

	text-align: left;
	font-size: 14px;
	line-height: 24px;
	
	padding: 30px 0px 30px 0px;
}

.container-main a {

	font-size: 14px;
}

.container-main a:active{

	font-size: 14px;
}

.container-main a:visited{

	font-size: 14px;
}

.container-main a:hover{

	font-size: 14px;
}

.container-main h1 {

	font-size: 44px;
	line-height: 48px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 26px;
	line-height: 32px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h3 {

	font-size: 20px;
	line-height: 24px;
}

.container-main h4 {

	font-size: 16px;
	line-height: 22px;
}
}


@media (max-width: 767px) {
.wrapper-main {

	max-width: 100%;
	padding: 20px;
}

.container-main {

	text-align: left;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0px 20px 0px;
}

.container-main a {

	font-size: 16px;
}

.container-main a:active{

	font-size: 16px;
}

.container-main a:visited{

	font-size: 16px;
}

.container-main a:hover{

	font-size: 16px;
}

.container-main h1 {

	font-size: 38px;
	line-height: 42px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 28px;
	line-height: 32px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h3 {

	font-size: 24px;
	line-height: 24px;
}

.container-main h4 {

	font-size: 18px;
	line-height: 22px;
}

.container-main h5 {

	font-size: 24px;
	line-height: 28px;
	margin: 15px 0 6px 0;
}
}

/*	INHALTE POSITIONIERUNG */


.container-content-left {

	float: left;
	padding: 0 50px 0 0;
	margin-bottom: 20px;
}

.container-content-right {

	float: right;
	padding: 0 0px 0 50px;
	margin-bottom: 20px;
}

.container-content-center {

	margin: auto;
	float: none;
	padding: 0;
	text-align: center;
}

@media (max-width: 1400px) {
.container-content-left {

	float: left;
	padding: 0 60px 0 20px;
	text-align: left;
}

.container-content-right {

	float: right;
	padding: 0 0px 0 60px;
	text-align: left;
}

.container-content-center {

	float: none;
	padding: 0 80px 0 80px;
	text-align: center;
}
}

@media (max-width: 1024px) {
.container-content-left {

	float: left;
	padding: 0 30px 0 20px;
	margin: auto;
	text-align: left;
}

.container-content-right {

	float: right;
	padding: 0 0px 0 30px;
	margin: auto;
	text-align: left;
}

.container-content-center {

	float: none;
	padding: 0 50px 0 50px;
	margin: auto;
	text-align: center;
}
}

@media (max-width: 767px) {
.container-content-left {

	float: left;
	padding: 0 0px 30px 0px;
	text-align: left;
}

.container-content-right {

	float: left;
	padding: 0 0px 30px 0px;
	text-align: left;
}

.container-content-center {

	float: none;
	padding: 0 0px 0 0px;
	text-align: left;
}
}


/*	SIDEBAR */

.sidebar {

	background: linear-gradient(to right, #ffffff, #ffffff, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	max-width: 100%;
	margin: 30px 0px 0 0px;
	padding: 0 0 0 40px;
}


.sidebar-box {

	max-width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	background: linear-gradient(to top, #fdfdfd, #E3EDE2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 0px;
}

.sidebar-box h3 {

	font-family: 'Open Sans Bold', arial, helvetica, arial, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0 12px 0;
	padding: 0 0 12px 0;
	text-decoration: none;
	border-bottom: 2px solid #dddddd;
}

.sidebar-box li {

	list-style-type: none;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	padding: 6px 0 6px 0px;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

.sidebar-box li a {

	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.sidebar-box li a:active{

	font-size: 13px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}

.sidebar-box li a:visited{

	font-size: 13px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}

.sidebar-box li a:hover{

	font-size: 13px;
	color: #009900;
	font-weight: normal;
	text-decoration: none;
}

@media (max-width: 1200px) {
.sidebar {

	padding: 0 20px 0 0px;
}
}


@media (max-width: 767px) {
.sidebar {

	padding: 0 0 0 0px;
}

.sidebar-box {

	font-size: 15px;
	line-height: 24px;
	padding: 20px 10px 20px 10px;
}

.sidebar-box h3 {

	font-size: 20px;
	line-height: 28px;
	margin: 0px 0 16px 0;
	padding: 0 0 16px 0;
}

.sidebar-box li a {

	font-size: 15px;
}

.sidebar-box li a:active{

	font-size: 15px;
}

.sidebar-box li a:visited{

	font-size: 15px;
}

.sidebar-box li a:hover{

	font-size: 15px;
}
}


.teambox {
	
	padding-left: 10px;
	text-align: left;
	margin-bottom: 20px;
	
	font-size: 12px;
	line-height: 14px;
}

.teambox h5 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #99CC00;
	margin: 0;
	padding: 16px 0 4px 0;
}


@media (max-width: 767px) {

.teambox {
	
	padding-left: 5px;
	
}
}

.tierbox-list-box {
	
	padding-right: 10px;
}

.tierbox-list-img {
	
	
}

.tierbox-list-content {
	
	background: linear-gradient(to bottom, #fdfdfd, #E3EDE2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	padding: 10px 0px 20px 14px;
	color: #444444;
	font-size: 15px;
	line-height: 20px;
}

.tierbox-list-content h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #99CC00;
	margin: 0;
	padding: 5px 0 8px 0;
}


.tierbox-list-content a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:7px 14px 7px 14px;
	border: 0px solid #000000;
	border-radius: 6px;
	background-color: #99CC00;
}

.tierbox-list-content a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:7px 14px 7px 14px;
	background-color: #99CC00;
}

.tierbox-list-content a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:7px 14px 7px 14px;
	background-color: #99CC00;
}

.tierbox-list-content a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	background-color:#80AA00;
}


.tierbox-img {
	
	padding-right: 20px;
	margin-bottom: 10px;
}

.tierbox-content {
	
	background: linear-gradient(to top, #fdfdfd, #E3EDE2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	padding: 20px;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
}

.tierbox-line {
	
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 10px 0;
	
}

@media (max-width: 767px) {
	
.tierbox-content {
	
	margin-bottom: 20px;
	padding: 10px;
}

.tierbox-list-box {
	
	padding-right: 0px;
}

.tierbox-img {
	
	padding-right: 0px;
}
}





/*	WEIETERE INCLUDE INHALTE */

.wrapper-dark {

background: linear-gradient(to right, #ffffff, #f5f5f5, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 80px 0 80px 0;
}

.container-dark {

	max-width: 1200px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	margin: auto;
}

.container-dark h3 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin: 0;
	padding: 30px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.container-dark h4 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	text-transform: normal;
	color: #888888;
	margin: 4px 0 10px 0;
	padding: 0 0 20px 0;
}


.wrapper-dark-logo {

background: linear-gradient(to left, #ffffff, #f0dac1 50%, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 20px 0 20px 0;
}

.container-dark-logo {
	
	width: 25%;
	padding: 20px;
}

.container-dark-logo-xl {
	
	width: 30%;
	padding: 20px;
}



@media (max-width: 1400px) {

.container-dark {

	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

}

@media (max-width: 1024px) {

.container-dark {

	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

.container-dark-logo {
	
	width: 33.3%;
	padding: 20px;
}
}

@media (max-width: 767px) {
.wrapper-dark {

	max-width: 100%;
	padding: 50px 20px 50px 20px;
}

.container-dark {

	text-align: left;
	font-size: 13px;
	line-height: 22px;
}

.container-dark h3 {

	padding: 10px 0 0px 0;
}

.container-dark-logo-xl {
	
	width: 100%;
	padding: 10px;
}

.container-dark-logo {
	
	width: 50%;
	padding: 10px;
}
}








.wrapper-dark2 {
	
		background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url(../images/bg-wrapper-dark2.jpg);


	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 80px 0 80px 0;
}

.container-dark2 {

	max-width: 1200px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-transform: normal;
	color: #ffffff;
	margin: auto;
}


.container-dark2 h2 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 68px;
	line-height: 64px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: normal;
	padding-bottom: 30px;
}

.container-dark2 h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 38px;
	line-height: 44px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: normal;
}

.container-dark2 h4 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	margin: 4px 0 0px 0;
	padding: 0 0 10px 0;
}



@media (max-width: 1400px) {

.container-dark2 {

	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

}

@media (max-width: 1024px) {

.container-dark2 {

	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
}

@media (max-width: 767px) {
.wrapper-dark2 {

	max-width: 100%;
	padding: 50px 20px 0px 20px;
}

.container-dark2 {

	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 60px;
}

.container-dark2 h2 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 78px;
	text-transform: normal;
	padding-bottom: 30px;
	padding-top: 30px;
}
}



.container-content-center2 {

	margin: auto;
	float: none;
	padding: 0;
	text-align: center;
}

.wrapper-light {

	background-color: #ffffff;
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 80px 0 60px 0;
}

.container-light {

	max-width: 1170px;
	text-align: left;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	margin: auto;
}

.container-light h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 44px;
	line-height: 48px;
	font-weight: normal;
	color: #99CC00;
	margin: 0;
	padding: 0;
	text-transform: normal;
}

.container-light h4 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	margin: 6px 0 20px 0;
	padding: 0 0 20px 0;
}


.container-light a {

	font-size: 15px;
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}

.container-light a:active {

	font-size: 15px;
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}

.container-light a:visited {

	font-size: 15px;
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}

.container-light a:hover {

	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}




.container-light-left {

	margin: auto;
	padding: 30px 44px 30px 0px;
}

.container-light-right {

	margin: auto;
	padding: 30px 0 30px 50px;
}



.wrapper-boxes {

	background-color: #ffffff;
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 0px 0 0px 0;
}




@media (max-width: 1400px) {

.wrapper-light {

	margin: 0 0px 0 0px;
	padding: 40px 0 40px 0;
}

.container-light {

	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.container-light h3 {

	font-size: 32px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
}

@media (max-width: 1100px) {

.container-light {

	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.container-light h3 {

	font-size: 32px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}
}

@media (max-width: 767px) {
.wrapper-light {

	max-width: 100%;
	padding: 20px 20px 20px 20px;
}

.container-light {

	text-align: left;
	font-size: 13px;
	line-height: 22px;
}

.container-light h3 {

	font-size: 32px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

.container-light h4 {

	font-size: 22px;
	line-height: 28px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-light-left {

	margin: auto;
	padding: 20px 0 20px 0px;
}

.container-light-right {

	margin: auto;
	padding: 20px 0 20px 0px;
}
}




/*	BOX INHALTE INCLUDE */

#boxes {

	width: 100%;
	margin: 0;
	bottom: 0;
	padding: 0;
	z-index: 6;
	background-color: #ffffff;

	/*

	background-image: -webkit-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: -ms-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: -o-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: linear-gradient(to top, #ffffff 20%, #eeeeee 100%);

	*/

}

.box-content {

	max-width: 100%;
	margin: auto;
	padding: 0px;
}

.box-content-inner {

	margin: auto;
	float: left;
	padding: 1px;
}

@media (max-width: 1200px) {

.box-content-inner {

	padding: 1px;
}
}

@media (max-width: 767px) {
#boxes {

	padding-bottom: 0px;
}

.box-content-inner {

	padding: 1px;
}
}



.container-bild3 {

	background-color: #ffffff;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url(../uploads/images/footerbild3.jpg);
	border-top: 1px solid #ffffff;
}

.container-bild2 {

	background-color: #ffffff;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url(../uploads/images/footerbild2.jpg);
	border-top: 1px solid #ffffff;
}

.container-bild1 {

	background-color: #ffffff;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-image: url(../uploads/images/footerbild1.jpg);
	border-top: 1px solid #ffffff;
}


/*	FOOTER CONTAINER MIT BILD */

.footer-container-bild {

	background-color: #ffffff;
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url(../images/footerbild.jpg);
	border-top: 1px solid #ffffff;
}

.footer-container-bild2 {

	background-color: #ffffff;
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footerbild2.jpg);
	border-top: 1px solid #ffffff;
}

.footer-container-box a {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size:20px;
	color: #ffffff;
	background-color: #99CC00;
	padding: 20px 40px 20px 40px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
}

.footer-container-box a:active {

	font-size: 20px;
	color: #FFFFFF;
	background-color: #99CC00;
	padding: 20px 40px 20px 40px;
	border-radius: 8px;
}

.footer-container-box a:visited {

	font-size: 20px;
	color: #FFFFFF;
	background-color: #99CC00;
	padding: 20px 40px 20px 40px;
	border-radius: 8px;
}

.footer-container-box a:hover {

	font-size: 20px;
	color: #99CC00;
	background-color: #ffffff;
	padding: 20px 40px 20px 40px;
	border-radius: 8px;
}

@media (max-width: 1278px) {
.footer-container-bild {

	width: 100%;
	height: 500px;
}
}

@media (max-width: 768px) {
.footer-container-bild {

	background-position: center;
	width: 100%;
	height: 550px;
}
}
@media (max-width: 640px) {
.footer-container-bild {

	background-position: center;
	width: 100%;
	height: 550px;
}
}

.footer-container-bild2 {

	background-position: center;
	width: 100%;
	height: 500px;
}

.footer-container-box a {

	font-size: 14px;

}

.footer-container-box a:active {

	font-size: 14px;

}

.footer-container-box a:visited {

	font-size: 14px;

}

.footer-container-box a:hover {

	font-size: 14px;
}
}

.footer-container-box {

	width: 100%;
	position: absolute;
	z-index: 2;
}

.footer-container-inner {
	max-width: 1120px;
	margin: auto;
	padding-right: 0px;
}

.footer-container-text {

	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 28px;
float: left;
	margin: 150px 0 0 0;
}

.footer-container-text-headline1 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #fffffff;
	opacity: 1;
	margin: 0 0 0 0;
	padding:0 0 0 0;

}
.footer-container-text-headline2 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
	opacity: 1;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

.footer-container-text-small1 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
	opacity: 1;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}







@media (max-width: 1500px) {
.footer-container-text {

	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	margin: 120px 30px 0 20px;
}

.footer-container-text-headline1 {

	font-size: 60px;
	line-height: 60px;
}
.footer-container-text-headline2 {

	font-size: 35px;
	line-height: 38px;
	margin: 0 0 0 0;
}

.footer-container-text-small1 {

	font-size: 16px;
	line-height: 18px;
}

.footer-container-text-small2 {

	font-size: 14px;
	line-height: 40px;
}
}



@media (max-width: 768px) {


.footer-container-text {

	width:100%;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin: auto;
	padding: 50px 40px 10px 40px;
	float: none;
}

.footer-container-text-headline1 {

	font-size: 38px;
	line-height: 42px;
}
.footer-container-text-headline2 {

	font-size: 22px;
	line-height: 28px;
	padding: 10px 0 0 0;
}

.footer-container-text-small1 {

	font-size: 16px;
	line-height: 18px;
}

.footer-container-text-small2 {

	font-size: 18px;
	line-height: 20px;
}
}






/*	FOOTER BEREICH */

.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 100px;
	padding-top: 40px;
	background: linear-gradient(to bottom, #ffffff, #E3F7D7) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.footer-content {

	max-width: 1200px;
	margin: auto;
}


.footer-content-part {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	padding-top: 0px;
	padding: 10px 40px 10px 0px;
	margin: auto;
	text-align: center;
	float: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
}

.footer-content-part h4 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	text-align: left;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 19px 0;
	text-transform: normal;
}

.footer-content-part a {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #99CC00;
	text-decoration: none;
}

.footer-content-part a:active{

	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #99CC00;
	text-decoration: none;
}

.footer-content-part a:visited{

	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #99CC00;
	text-decoration: none;
}

.footer-content-part a:hover{

	font-size: 18px;
	line-height: 28px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: none;
}



.footer-content-logo {

	max-width: 100%;
	padding: 0;
}

@media (max-width: 1200px) {
.footer-content-logo {

		max-width: 280px;
		padding: 0 0 0 0px;
}


.footer-content-part {

	padding: 0px 20px 20px 20px;
	text-align: left;
	margin-top: 20px;
	font-size: 13px;
	line-height: 21px;
}

}

@media (max-width: 767px) {

.footer-content-part {

	padding: 0px 20px 60px 20px;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.footer-content-part h4 {

	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 22px 0;
}

.footer-content-part a {

	font-size: 20px;
	line-height: 30px;

}

.footer-content-part a:active{

	font-size: 20px;
	line-height: 30px;

}

.footer-content-part a:visited{
	
	font-size: 20px;
	line-height: 30px;

}

.footer-content-part a:hover{

	font-size: 20px;
	line-height: 30px;

}

.footer-content-logo {

	max-width: 300px;
	margin: auto;
	padding: 0 0 40px 0;
}
}


ul {

	margin: 0;
	padding: 0;
}


.footer-content-menu {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	padding: 10px 20px 10px 0px;
	margin: auto;
	text-align: center;
	float: left;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 22px;
}

.footer-content-menu h4 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color:#000000;
	margin: 0px 0 19px 0;
	text-transform: normal;
}

.footer-content-menu h5 {

	text-align: center;
	font-size: 34px;
	line-height: 22px;
	font-weight: normal;
	color:#99CC00;
	margin: 0px 0 15px 0;
	text-transform: normal;
}

.footer-content-menu li {

	font-family: 'Open Sans', arial, verdana, sans-serif;
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 10px 0px;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

.footer-content-menu li a {

	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer-content-menu li a:active{

	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer-content-menu li a:visited{

	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer-content-menu li a:hover{

	font-size: 14px;
	color: #99CC00;
	font-weight: normal;
	text-decoration: none;
}

@media (max-width: 767px) {
.footer-content-menu {

	padding: 10px 20px 10px 20px;
	margin: auto;
	text-align: center;
	float: left;
	letter-spacing: 0px;
}

.footer-content-menu h4 {

	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 10px 0 10px 0;
	text-transform: normal;
}
.footer-content-menu li {

	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	padding: 12px 0 12px 0px;
	text-decoration: none;
}

.footer-content-menu li a, a:active, a:visited{

	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}

.footer-content-menu li a:hover{

	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}
}


/*	FOOTER UNTEN DATEN BEREICH */


.footer2 {

	width: 100%;
	margin-top: 0px;
	padding: 28px 0 50px 0;
	background: linear-gradient(to right, #99CC00, #80AA00, #99CC00) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	border-top: 1px solid #dddddd;
	
}

.footer2-content {

	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.footer2-content-logo {

	max-width: 200px;
	margin: auto;
	margin-top: -100px;
	padding: 0 0 20px 0;
}

.footer2-content h4 {

	width: 100%;
	margin: 0 0 4px 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	
}

.footer2-content a {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
		font-size: 22px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a:active{

	font-size: 22px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a:visited{

		font-size: 22px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a:hover{

		font-size: 22px;
	line-height: 21px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


.footer2-content a.xsmall {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
		font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a.xsmall:active{

	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a.xsmall:visited{

		font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a.xsmall:hover{

		font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}



@media (max-width: 1200px) {
.footer2 {

	padding: 12px 0 12px 20px;
}
}

@media (max-width: 767px) {
.footer2 {

	padding: 12px 0 12px 0;
}

.footer2-content {

	text-align: center;
}
}





/*** SUPERFISH MENU OBEN ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
z-index:2000;

}


.sf-menu li {
	float: left;
	position: relative;
z-index:2000;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	text-align:left;
z-index:2000;

}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
z-index:2000;
}

.sf-menu a {
	display: block;
	position: relative;
z-index:2000;

}

.sf-menu ul ul {
	top: 0;
	left: 100%;
z-index:2000;
}

.sf-menu {
	text-align: right;
	margin-bottom: 0em;
	padding-top: 0px;
z-index:2000;
}
.sf-menu ul {
	box-shadow: 2px 6px 8px rgba(0,0,0,.2);
	*width: 12em;
z-index:2000;

}
.sf-menu a {
	
	font-size: 15px;
	letter-spacing: 0px;
	padding: .80em .60em;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}


.sf-menu li a {
	font-family: 'Open Sans Bold', arial, verdana, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	padding: .60em .60em;
z-index:2000;

}

.sf-menu li a:hover {
	color: #99CC00;
	-webkit-transition: background .1s;
	transition: background .1s;
	z-index:2000;
	padding: .60em .60em;
}



@media (max-width: 1360px) {
.sf-menu li a {
	font-size: 13px;
}
}

@media (max-width: 1150px) {
.sf-menu li a {
	font-size: 11px;
	padding: .60em .60em;
}
}

@media (max-width: 980px) {
.sf-menu li a {
	font-size: 9px;
padding: .60em .60em;

}
}




.sf-menu ul li a {
	font-family: 'Open Sans', arial, verdana, sans-serif;
	background-color: #FFFFFF;
	color:#797977;
	font-size: 15px;
	text-transform: none;
	border-bottom: 1px solid #dddddd;
	min-width: 14em;
	text-align: left;
z-index:2000;
font-weight: normal;
padding: 14px 0 14px 10px;
}

.sf-menu ul li a:active {

	color:#797977;
}

.sf-menu ul li a:visited {

	color:#797977;
}

.sf-menu ul li a:hover {
	font-family: 'Open Sans', arial, verdana, sans-serif;
	background-color: #99CC00;
	color:#FFFFFF;
	font-size: 15px;
	text-transform: none;
	border-bottom: 1px solid #dddddd;
	min-width: 14em;
padding: 14px 0 14px 10px;
}

.sf-menu ul li a:hover::before {
	visibility: visible;
	transform: scaleX(0);
}

@media (max-width: 1050px) {
.sf-menu ul li a:hover {

	padding: .80em .70em;
}
}

@media (max-width: 940px) {
.sf-menu ul li a:hover {

	padding: .80em .40em;

}
}



.sf-menu li {
	background: none;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;

text-align: center;
    display: inline-block;
    float: none;


}
.sf-menu ul li {
	background: #ffffff;
z-index:2000;
float: left;
}
.sf-menu ul ul li {
	background: #ffffff;
z-index:2000;
}

.sf-menu li:hover,
.sf-menu li.sfHover {

	-webkit-transition: none;
	transition: none;
z-index:2000;
}


.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
z-index:2000;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
z-index:2000;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ffffff;
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
























/*** BEREICH MIT BILD BOX NEBENEINANDER ***/


.main-boxes {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 60px 0 60px 0;
	z-index: 2;
	background: linear-gradient(to left, #ffffff, #E3EDE2, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content {

	max-width: 1200px;
	margin: auto;
	padding: 0px;
	z-index: 3;
}

.main-box-content-container {

	margin: auto;

	padding: 0 15px 0 15px;
	max-width:33,33%;
	transform: scale(1.00, 1.00);
	transition: 2s;
	margin-bottom: 30px;
	z-index: 4;
}

.main-box-content-container:hover {

	opacity: 1.0;
	transform: scale(1.03, 1.03);
	transition: 0.2s;
}

.main-box-content-inner {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #000000;
	float: left;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
}


.main-box-content h2 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 44px;
	font-weight: normal;
	line-height: 64px;
	margin: 0px 0 50px 0;
	text-align: center;
}

.main-box-content h4 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 0 4px 0;
	text-transform: normal;
	letter-spacing: 0px;
	padding: 0;
}


.main-box-content h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin: 0px 0 16px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content a {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;

}

.main-box-content a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content a:hover {

	color: #FF6600;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}




.main-box-content-inner a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding:14px 30px 14px 30px;
	border: 0px solid #000000;
	border-radius: 6px;
	background-color: #99CC00;
}

.main-box-content-inner a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding:14px 30px 14px 30px;
	background-color: #99CC00;
}

.main-box-content-inner a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding:14px 30px 14px 30px;
	background-color: #99CC00;
}

.main-box-content-inner a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	background-color:#80AA00;
}


.main-box-content-inner a {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-inner a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-inner a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-inner a:hover {

	color: #009900;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}




.main-box-content-text {
	
	background-color: #FFFFFF;
	padding: 30px 30px 45px 30px;
	z-index: 5;
}

.main-box-content-text2 {
	
	background-color: #eeeeee;
	padding: 30px 30px 45px 30px;
}



@media (max-width: 1400px) {
.main-boxes {

	float: left;
	padding: 40px 60px 0 60px;
	text-align: left;
}
}


@media (max-width: 1050px) {

.main-boxes {

	padding: 0px 0 0px 0;

}

.main-box-content-container {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}

.main-box-content-inner a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:12px 22px 12px 22px;
	border: 0px solid #cccccc;
	border-radius: 6px;
	background-color: #99CC00;
}

.main-box-content-inner a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color: #99CC00;
}

.main-box-content-inner a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color: #99CC00;
}

.main-box-content-inner a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color:#FF6600;
}
}

@media (max-width: 1024px) {
.main-boxes {

	float: left;
	padding: 0 10px 0 10px;
	text-align: left;
}

.main-box-content-text {
	
	background-color: #FFFFFF;
	padding: 10px 15px 30px 15px;
}
}



@media (max-width: 767px) {

.main-boxes {

	padding: 30px 0 0px 0;

}

.main-box-content-container:hover {

	opacity: 1.0;
	transform: scale(1.00, 1.00);
	transition: 0.3s;
}

.main-box-content-container {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
}

.main-box-content-inner {

	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-content-text {
	
	background-color: #FFFFFF;
	padding: 30px 20px 45px 20px;
}

.main-box-content h2 {

	font-size: 24px;
	line-height: 32px;
	margin: 0px 0 30px 0px;
	text-align: center;
}

.main-box-content h3 {

	font-size: 25px;
	line-height: 32px;
	padding: 0;
}

.main-box-content h4 {

	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: normal;
	letter-spacing: 0px;
	padding: 0;
}

.main-box-content-inner a {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner a:active {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner a:visited {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner a:hover {

	font-size: 17px;
	line-height: 22px;
}
}








/*** BEREICH MIT BILD BOX NEBENEINANDER ***/


.main-boxes2 {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 60px 0 60px 0;
	z-index: 2;
	background: linear-gradient(to bottom, #E2E2E2, #E8E8E8) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content2 {

	max-width: 1200px;
	margin: auto;
	padding: 0px;
}

.main-box-content-container2 {

	margin: auto;

	padding: 0 10px 0 0px;
	max-width:33,33%;
	transform: scale(1.00, 1.00);
	transition: 2s;
	margin-bottom: 10px;
}

.main-box-content-inner2 {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #000000;
	float: left;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
}


.main-box-content2 h2 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 44px;
	font-weight: normal;
	line-height: 64px;
	margin: 0px 0 50px 0;
	text-align: center;
}

.main-box-content2 h4 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	color: #FF6600;
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: normal;
	letter-spacing: 0px;
	padding: 0;
}


.main-box-content2 h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0px 0 16px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content2 a {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;

}

.main-box-content2 a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content2 a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content2 a:hover {

	color: #FF6600;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}




.main-box-content-inner2 a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 0px solid #000000;
	border-radius: 6px;
	background-color: #99CC00;
}

.main-box-content-inner2 a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #99CC00;
}

.main-box-content-inner2 a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #99CC00;
}

.main-box-content-inner2 a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	background-color:#FF6600;
}


.main-box-content-inner2 a {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content-inner2 a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content-inner2 a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content-inner2 a:hover {

	color: #FF6600;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}




.main-box-content-text2 {
	
	background-color: #FFFFFF;
	padding: 20px 0px 25px 10px;
}



@media (max-width: 1400px) {
.main-boxes2 {

	float: left;
	padding: 40px 60px 0 60px;
	text-align: left;
}
}


@media (max-width: 1050px) {

.main-boxes2 {

	padding: 0px 0 0px 0;

}

.main-box-content-container2 {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}

.main-box-content-inner2 a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:12px 22px 12px 22px;
	border: 0px solid #cccccc;
	border-radius: 6px;
	background-color: #99CC00;
}

.main-box-content-inner2 a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color: #99CC00;
}

.main-box-content-inner2 a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color: #99CC00;
}

.main-box-content-inner2 a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color:#FF6600;
}
}

@media (max-width: 1024px) {
.main-boxes2 {

	float: left;
	padding: 0 10px 0 10px;
	text-align: left;
}

.main-box-content-text2 {
	
	background-color: #FFFFFF;
	padding: 10px 15px 30px 15px;
}
}



@media (max-width: 767px) {

.main-boxes2 {

	padding: 30px 0 0px 0;

}

.main-box-content-container2 {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
}

.main-box-content-inner2 {

	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-content-text2 {
	
	background-color: #FFFFFF;
	padding: 30px 00px 45px 0px;
}

.main-box-content2 h2 {

	font-size: 24px;
	line-height: 32px;
	margin: 0px 0 30px 0px;
	text-align: center;
}

.main-box-content2 h3 {

	font-size: 25px;
	line-height: 32px;
	padding: 0;
}

.main-box-content2 h4 {

	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: normal;
	letter-spacing: 0px;
	padding: 0;
}

.main-box-content-inner2 a {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner2 a:active {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner2 a:visited {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner2 a:hover {

	font-size: 17px;
	line-height: 22px;
}
}


















/*** BEREICH MIT MEWS BOX NEBENEINANDER ***/


.main-boxes-news {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding:  4px 0 40px 0;
	z-index: 2;
	background: linear-gradient(to top, #ffffff, #ffffff 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content-news {

	max-width: 100%;
	margin: auto;
	padding: 0px;
}

.main-box-content-container-news {

	margin: auto;
	float: left;
	padding: 0 15px 0 0px;
	max-width:33,33%;
	transform: scale(1.00, 1.00);
	transition: 2s;
	margin-bottom: 0px;
	border-bottom: 1px solid #cccccc;
}

.main-box-content-inner-news {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #000000;

	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}


.main-box-content-news h5 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	margin: 0px 0 10px 0;
}

.main-box-content-news h4 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: normal;
	letter-spacing: 0px;
	padding: 0;
}


.main-box-content-news h3 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0px 0 20px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content-news a {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;

}

.main-box-content-news a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-news a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-news a:hover {

	color: #009900;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}


.main-box-content-inner-news a {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-inner-news a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-inner-news a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.main-box-content-inner-news a:hover {

	color: #009900;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}




.main-box-content-text-news {
	
	padding: 30px 0px 30px 0px;
}

.main-box-content-image-news {
	
	padding: 30px 40px 30px 0px;
}



@media (max-width: 1400px) {
.main-boxes-news {

	float: left;
	padding: 0 0px 0 0px;
	text-align: left;
}
}



@media (max-width: 1050px) {

.main-boxes-news {

	padding: 0px 0 0px 0;

}

.main-box-content-container-news {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}
}

@media (max-width: 1024px) {
.main-boxes-news {

	float: left;
	padding: 0 0px 0 0px;
	text-align: left;
}
}

@media (max-width: 767px) {

.main-boxes-news {

	padding: 0px 0 0px 0;
	background: linear-gradient(to top, #ffffff, #ffffff 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content-container-news {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
}

.main-box-content-inner-news {

	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-content-text-news {
	
	background-color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}

.main-box-content-news h5 {

	font-size: 25px;
	line-height: 35px;
	margin: 10px 0 0px 0px;
	text-align: left;
}

.main-box-content-news h3 {

	font-size: 25px;
	line-height: 32px;
	padding: 0;
}

.main-box-content-news h4 {

	font-size: 19px;
	line-height: 28px;

}

.main-box-content-inner-news a {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner-news a:active {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner-news a:visited {

	font-size: 17px;
	line-height: 22px;
}

.main-box-content-inner-news a:hover {

	font-size: 17px;
	line-height: 22px;
}


.main-box-content-text-news {
	
	padding: 10px 0px 20px 0px;
}

.main-box-content-image-news {
	
	padding: 20px 0px 20px 0px;
}
}



.main-box-content-preise {

	margin: auto;
	float: left;
	padding: 0 0 0 0px;
	transform: scale(1.00, 1.00);
	transition: 2s;
	margin-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	letter-spacing: 0px;
}


.main-box-content-preise-left {

	text-align: left;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	padding: 15px 0 15px 0;
}

.main-box-content-preise-right {

	text-align: right;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	padding: 15px 0 15px 0;
}




.main-boxes3 {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding:  0px 0 80px 0;
	z-index: 2;
	background: linear-gradient(to top, #ffffff, #ffffff 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content3 {

	max-width: 1200px;
	margin: auto;
	padding: 0px;
}

.main-box-content-container3 {

	margin: auto;
	float: left;
	padding: 0;
	max-width:33,33%;
	transform: scale(1.00, 1.00);
	transition: 2s;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.main-box-content-container3:hover {

	opacity: 1.0;
	transform: scale(1.0, 1.0);
	transition: 0.3s;
}

.main-box-content-inner3 {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #000000;

	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}

.main-box-content3 h2 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	color: #99CC00;
	font-size: 44px;
	font-weight: normal;
	line-height: 64px;
	margin: 0px 0 50px 0;
}

.main-box-content3 h4 {

	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	color: #555555;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: uppercase;
		letter-spacing: 2px;
	padding: 0;
}


.main-box-content3 h3 {

	font-family: 'Open Sans', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content3 a {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;

}

.main-box-content3 a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content3 a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content3 a:hover {

	color: #000000;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}




.main-box-content-inner3 a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 0px solid #000000;
	border-radius: 6px;
	background-color: #99CC00;
}

.main-box-content-inner3 a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #99CC00;
}

.main-box-content-inner3 a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #99CC00;
}

.main-box-content-inner3 a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	background-color:#FF6600;
}


.main-box-content-inner3 a {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content-inner3 a:active {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content-inner3 a:visited {

	color: #99CC00;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

.main-box-content-inner3 a:hover {

	color: #000000;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}




.main-box-content-text3 {
	

	padding: 25px 30px 25px 0px;
}


@media (max-width: 1400px) {
.main-boxes3 {

	float: left;
	padding: 0 60px 0 60px;
	text-align: left;
}
}



@media (max-width: 1050px) {

.main-boxes3 {

	padding: 0px 0 0px 0;

}

.main-box-content-container3 {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}

.main-box-content-inner3 a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	padding:12px 22px 12px 22px;
	border: 0px solid #cccccc;
	border-radius: 6px;
	background-color: #99CC00;
}

.main-box-content-inner3 a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #99CC00;
}

.main-box-content-inner3 a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #99CC00;
}

.main-box-content-inner3 a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color:#797977;
}
}

@media (max-width: 1024px) {
.main-boxes3 {

	float: left;
	padding: 0 30px 0 40px;
	text-align: left;
}
}

@media (max-width: 767px) {

.main-boxes3 {

	padding: 0px 0 0px 0;
	background: linear-gradient(to top, #ffffff, #ffffff 70%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content-container3 {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
}

.main-box-content-inner3 {

	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-content-text3 {
	
	background-color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}

.main-box-content3 h2 {

	font-size: 28px;
	line-height: 38px;
	margin: 0px 0 30px 20px;
	text-align: left;
}

.main-box-content3 h3 {

	font-size: 16px;
	line-height: 24px;
	padding: 0;
}

.main-box-content3 h4 {

	color: #666666;
	font-size: 12px;
	line-height: 22px;

}
}








.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*	COUNTER UP WIDGET */


.counter-up {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 10px 0 34px 0;
	z-index: 6;
	background: linear-gradient(to bottom, #ffffff, #ffffff, #E3EDE2) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.counter-up-stage {

	max-width: 1200px;
	margin: auto;
	padding-left: 0px;
}


.counter-up-content {


	max-width: 300px;
	margin: auto;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
	color: #000000;
	float: left;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.counter {

	font-family: 'Open Sans Bold', arial, verdana, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #000000;
}

@media (max-width: 767px) {
	
.counter {

	font-size: 50px;
}
	
.counter-up {
	background: linear-gradient(to bottom, #99CC00, #99CC00, #99CC00) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.counter-up-stage {
	padding-left: 0px;
}

.counter-up-content  {
	width: 100%;
	padding: 8px;
	float: none;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #99CC00;
	border-right: 0px solid #99CC00;
	
	font-size: 16px;
	line-height: 22px;
}
}



.accordion {
  	font-family: 'Open Sans Bold', arial, helvetica, verdana, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	text-transform: normal;
	color: #99CC00;
	background-color: #ffffff;

  cursor: pointer;
  padding: 10px 0 10px 0px;
  margin: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
}

.accordion:hover {
  color: #99CC00;
}

.accordion:after {
  content: '+';
  font-size: 20px;
  color: #99CC00;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "-";
}

.active, .accordion:hover {
  background-color: #ffffff;
}

.panel {
  padding: 0;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


