body {
	height: 100%;
	font-family: 'Lucida Sans', arial, helvetica, tahoma, sans-serif;
	text-align: center;
	color: #29590D;
	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: 'Lucida Sans';
	src: url('../fonts/LucidaSans.ttf');
    src: url('../fonts/LucidaSans.eot');
    src: url('../fonts/LucidaSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LucidaSans.woff2') format('woff2'),
        url('../fonts/LucidaSans.woff') format('woff'),
        url('../fonts/LucidaSans.svg#Lucida Sans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lucida Sans Demi';
	src: url('../fonts/LucidaSans-Demi.ttf');
    src: url('../fonts/LucidaSans-Demi.eot');
    src: url('../fonts/LucidaSans-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LucidaSans-Demi.woff2') format('woff2'),
        url('../fonts/LucidaSans-Demi.woff') format('woff'),
        url('../fonts/LucidaSans-Demi.svg#Lucida Sans-Bold') format('svg');
    font-weight: bold;
    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%);
    }
}
}

h6 {

	font-family: 'Lucida Sans', arial, helvetica, arial, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0 20px 0;
	text-decoration: none;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.left {
	
	width: 50%;
	text-align: left;
	
}

.right {
	
	width: 50%;
	text-align: right;
	
}




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

.top-info {
	
	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	width: 100%;
	margin: 0;
	background: linear-gradient(to right, #ffffff, #ffffff, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
	z-index: 1000;
	font-size: 12px;
	color: #29590D;
	border-bottom: 1px solid linear-gradient(to right, #cccccc, #cccccc, #cccccc) repeat scroll 0 0 rgba(0, 0, 0, 0);;
}

.top-info-border {

	width: 100%;
	margin: 0;
	height: 1px;
	background: linear-gradient(to right, #cccccc, #ffffff 50%, #cccccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
}

.top-info-container {

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

.top-info-right {

	text-align: right;
	padding: 6px 10px 6px 0px;
	z-index: 2000;
}

.top-info-left {

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

.top-info a {
	
	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #29590D;
	text-decoration: none;
}

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

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

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




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



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

.top-info-right {

	text-align: right;
	padding: 6px 10px 6px 0px;
}

.top-info-left {

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

.top-info a {

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

.top-info a:active {

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

.top-info a:visited {

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

.top-info a:hover {

	font-size: 11px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	color: #29590D;
}
}


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


.top-info-mobile {
	
	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	margin: 0;
	margin-top: 0px;
	background: linear-gradient(to right, #ffffff, #f9f9f9, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 9px 10px 9px 0;
	z-index: 1000;
	font-size: 11px;
	color: #29590D;
	text-align: right;

}

.top-info-mobile a {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	color: #29590D;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	text-decoration: none;
}

.top-info-mobile a:active {

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

.top-info-mobile a:visited {

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

.top-info-mobile a:hover {

color: #29590D;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}


/*	LOGO & MENU */


.wrapper-top-all {

	width: 100%;
	background: linear-gradient(to top, #e8d3b4, #ffffff 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	
	
}

.wrapper-top-all-line {

	border-bottom: 1px solid #ffffff;	
}

.wrapper-top-content {

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


.logo {

	z-index: 2;
	margin: auto;
	padding: 0;
	margin: -35px 0 0px 0px;
}

.logo-mobile {

	max-width: 100%;
	height: 80px;
	margin: auto;
	padding: 0px 10px 0px 10px;
	/* float: right; */
}


.menu {

	z-index: 1;
	width: 100%; 
	margin: 12px 0px 0 0;

}

@media (max-width: 1150px) {

.menu {
	
	margin-top: 8px;
}
}

@media (max-width: 1030px) {

.menu {
	
	margin-top: 8px;
}
}

@media (max-width: 980px) {

.logo {

	margin: -35px 0 0px 0px;
}


.menu {
	
	margin-top: 8px;
}
}

@media (max-width: 810px) {

.logo {

	margin: -35px 0 0px 0px;
}


.menu {
	
	margin-top: 0px;
}
}


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

.wrapper-top-content {

	display: none;
}

.top-content-center {

	display: none;
}

.wrapper-menu-logo-content {

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

.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;
}
}





a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 0px solid #29590D;
	border-radius: 6px;
	background-color: #6E9317;
}

a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #6E9317;
}

a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	background-color: #6E9317;
}

a.btn:hover {

	color: #29590D;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color:#ffffff;
	border: 1px solid #6E9317;
}





/*	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;
}
}




/* 200 in Sports Boxes */

.two-container-main {

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

.two-container-main h2 {

	font-family: 'Lucida Sans Demi', arial, helvetica, verdana, sans-serif;
	color: #29590D;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	text-transform: normal;
	margin: 0px 0 10px 0;

}

.two-container-main h3 {

	font-family: 'Lucida Sans', arial, helvetica, arial, sans-serif;
	color: #888888;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px 0 20px 0;
	text-decoration: none;

}

.two-container-content-left {

	max-width: 32%;
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	height: 480px;
	background: linear-gradient(to bottom, #f5f5f5, #ffffff, #f5f5f5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-right: 10px;
	border: 1px solid #dddddd;
}


/*	INHALTE-BEREICH */


.wrapper-main {

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

		border-top: 1px solid #FFFFFF;
}

.divider {
	
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
}

.container-main {

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

.container-main a {

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

.container-main a:active{

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

.container-main a:visited{

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

.container-main a:hover{

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




.container-main-btn a {

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

.container-main-btn a:active {

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

.container-main-btn a:visited {

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

.container-main-btn a:hover {

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



.container-main h1 {

	font-family: 'Lucida Sans Demi', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 66px;
	font-weight: normal;
	line-height: 72px;
	text-transform: normal;
	margin: 10px 0 20px 0;

}

.container-main h2 {

	font-family: 'Lucida Sans Demi', arial, helvetica, arial, sans-serif;
	color:#29590D;
	font-size: 32px;
	font-weight: normal;
	line-height: 38px;
	margin: 0px 0 30px 0;
	text-decoration: none;
}

.container-main h3 {

	font-family: 'Lucida Sans', arial, helvetica, arial, sans-serif;
	color: #29590D;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0 20px 0;
	text-decoration: none;
}

.container-main h4 {

	font-family: 'Lucida Sans', arial, helvetica, arial, sans-serif;
	color: #888888;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0 20px 0;
	text-decoration: none;
}



.container-main li {

	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
}

.container-main li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-top: 0px;
    margin-left: -24px;
    color: #555555;
}



@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: 36px;
	line-height: 42px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

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

@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: 32px;
	line-height: 38px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h3 {

	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 15px 0;
}
}


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

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

.two-container-content-left {

	max-width: 100%;
	float: left;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	height: 400px;
	background: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-right: 10px;
	border: 0px solid #dddddd;
	border-top: 1px solid #cccccc;
}

.two-container-main h2 {

	font-family: 'Lucida Sans Demi', arial, helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	text-transform: normal;
	margin: 0px 0 10px 0;

}

.container-main h3 {

	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 15px 0;
}

.container-main {

	text-align: left;
	font-size: 14px;
	line-height: 24px;
	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-family: 'Lucida Sans Demi', arial, helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-family: 'Lucida Sans Demi', arial, helvetica, arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h4 {

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

.divider {
	
	height: 20px;
}
}

/*	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 60px;
	text-align: left;
}

.container-content-right {

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

.container-content-center {

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

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

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

.container-content-right {

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

.container-content-center {

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

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

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

.container-content-right {

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

.container-content-center {

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






/*	WEIETERE INCLUDE INHALTE */


.wrapper-dark {

	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../images/bg1.jpg);
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 80px 0 80px 0;
}

.wrapper-dark2 {

	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-image: url(../images/bg2.jpg);
	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: #ffffff;
	margin: auto;
}

.container-dark h3 {

	font-family: 'Lucida Sans Demi', arial, helvetica, verdana, sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: normal;
}

.container-dark h4 {

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


.wrapper-dark-logo {

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: 20px 0 20px 0;
}

.container-dark-logo {
	
	width: 16.5%;
	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 0px 20px;
}

.container-dark {

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

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





.wrapper-light {

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

.container-light {

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

.container-light-image {
	
	margin: 0;
	padding: 0;
	width: 50%;
}

.container-light-text {
	
	margin: 0;
	padding: 5em 9em;
	width: 50%;
}

.container-light h3 {

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

.container-light h4 {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	text-transform: normal;
	color: #29590D;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
}

.container-light a {

	font-size: 14px;
	color: #6E9317;
	text-decoration: none;
	font-weight: bold;
}

.container-light a:active {

	font-size: 14px;
	color: #6E9317;
	text-decoration: none;
	font-weight: bold;
}

.container-light a:visited {

	font-size: 14px;
	color: #6E9317;
	text-decoration: none;
	font-weight: bold;
}

.container-light a:hover {

	font-size: 14px;
	color: #009EDE;
	text-decoration: none;
	font-weight: bold;
}


@media (max-width: 1400px) {

.container-light {

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

.container-light h3 {

	font-size: 30px;
	line-height: 34px;
}

.container-light h4 {

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

@media (max-width: 1280px) {

.container-light {

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

.container-light-text {
	
	padding: 6em;
}
}


@media (max-width: 1025px) {

.container-light h3 {

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

.container-light h4 {

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

.container-light-text {
	
	padding: 3em;
}
}

@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-image {
	
	margin: 0;
	padding: 0;
	width: 100%;
}

.container-light-text {
	
	margin: 0;
	padding: 20px 0 20px 0;
	width: 100%;
}
}


/*	FOOTER CONTAINER MIT BILD */

.footer-container-bild {

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

.footer-container-box a {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	font-size:20px;
	color: #ffffff;
	background-color: #29590D;
	padding: 20px 40px 20px 40px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 0px 0px #000000;
}

.footer-container-box a:active {

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

.footer-container-box a:visited {

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

.footer-container-box a:hover {

	font-size: 20px;
	color: #29590D;
	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: left;
	width: 100%;
	height: 550px;
}
}
@media (max-width: 640px) {
.footer-container-bild {

	background-position: left;
	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: 210px 0 0 0;
	text-shadow: 2px 2px 7px #000000;
}

.footer-container-text-headline1 {

	font-family: 'Lucida Sans Demi', 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;
	text-shadow: 2px 2px 7px #000000;

}
.footer-container-text-headline2 {

	font-family: 'Lucida Sans Demi', 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;
	text-shadow: 2px 2px 7px #000000;
}

.footer-container-text-small1 {

	font-family: 'Lucida 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: 40px;
	padding-top: 40px;
	background: linear-gradient(to bottom, #e8d3b4, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.footer-content {

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


.footer-content-part {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	padding-top: 0px;
	padding: 10px 0px 10px 0px;
	margin: auto;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	text-transform: normal;
	font-weight: normal;
}

.footer-content-part h4 {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #29590D;
	margin: 10px 0 10px 0;
	text-transform: normal;
}

.footer-content-part a {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

.footer-content-part a:active{

	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

.footer-content-part a:visited{

	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

.footer-content-part a:hover{

	font-size: 14px;
	line-height: 24px;
	color: #29590D;
	font-weight: normal;
	text-decoration: none;
}




@media (max-width: 1200px) {

.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 20px 20px;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
}

.footer-content-part h4 {

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

.footer-content-part a {

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

}

.footer-content-part a:active{

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

}

.footer-content-part a:visited{

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

}

.footer-content-part a:hover{

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

}
}


ul {

	margin: 0;
	padding: 0;
}


.footer-content-menu {

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

.footer-content-menu h4 {

	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #29590D;
	margin: 10px 0 10px 0;
	text-transform: normal;
}

.footer-content-menu li {

	font-family: 'Lucida Sans', arial, verdana, sans-serif;
	list-style-type: none;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #555555;
	padding: 10px 0 10px 0px;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
	text-transform: normal;
}

.footer-content-menu li a {

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

.footer-content-menu li a:active{

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

.footer-content-menu li a:visited{

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

.footer-content-menu li a:hover{

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


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

	padding: 10px 20px 10px 20px;
}
}

@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: 15px;
	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: 15px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}

.footer-content-menu li a:hover{

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





/*** 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: center;
	margin-bottom: 0em;
	padding-top: 0px;
z-index:2000;
}
.sf-menu ul {
	box-shadow: 20px 6px 8px rgba(0,0,0,.2);
	width: 14em;
z-index:2000;
}
.sf-menu a {
	font-family: 'Lucida Sans', arial, verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 18px 10px 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}


.sf-menu li a {
	font-family: 'Lucida Sans', arial, verdana, sans-serif;
	font-size: 14px;
	text-transform: normal;
	font-weight: bold;
	color: #29590D;
z-index:2000;

}

.sf-menu li a:active {
	color: #29590D;
}

.sf-menu li a:visited {
	color: #29590D;
}

.sf-menu li a:hover {
	color: #000000;
	-webkit-transition: background .2s;
	transition: background .2s;
z-index:2000;
}


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

@media (max-width: 1150px) {
.sf-menu li a {
	font-size: 12px;
	padding: 10px 14px 10px 14px;
}
}

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

}
}




.sf-menu ul li a {
	background-color: #ffffff;
	color:#29590D;
	letter-spacing: 0px;
	font-size: 13px;
	text-transform: none;
	border-bottom: 1px solid #dddddd;
	min-width: 23em;
	text-align: left;
z-index:2000;
font-weight: normal;
}

.sf-menu ul li a:hover {
	color: #000000;

		background: linear-gradient(to right, #ffffff, #ffffff, #f5f5f5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: background .0s;
	transition: background .0s;
z-index:2000;
}

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

	padding: .50em .70em;
}
}

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

	padding: .50em .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;
}



























/*** CONTENT BOXES NEBENEINANDER ***/

.main-boxes {

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

.main-box-content {

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

.main-box-content-container {

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

.main-box-content-container:hover {

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

.main-box-content-inner {

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


.main-box-content h3 {

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



.main-box-content-inner a {

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

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

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

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

	color: #fffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 0px solid #29590D;
	border-radius: 6px;
	background-color: #29590D;
}

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

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


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

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



@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 {

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

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

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

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

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

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

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



@media (max-width: 767px) {

.main-boxes {

	padding: 0px 0 0px 0;

}

.main-box-content-container {

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

.main-box-content-container:hover {

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

.main-box-content-inner {

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

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



.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%;
}




.accordion {
  	font-family: 'Lucida Sans', arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #29590D;
	background-color: #ffffff;

  cursor: pointer;
  padding: 23px 0 0px 0px;
  margin: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  border-top: 1px solid #cccccc;
}

.accordion:hover {
  color: #29590D;
}

.accordion:after {
  content: '\23F5'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #29590D;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\23F7"; /* Unicode character for "minus" sign (-) */
}

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

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


@media (max-width: 767px) {


.accordion {
	font-size: 16px;
	line-height: 24px;

}
}
