body {
	height: 100%;
	font-family: arial, tahoma, sans-serif;
	text-align: center;
	color: #999999;
	
	background-color: #002346;
	
	font-size: 14px;
	line-height: 21px;
	margin: auto;
	margin-top: 0px;
	
}

@font-face {
    font-family: 'Arvo';
    src: url('../fonts/Arvo-Bold.ttf');
	src: url('../fonts/Arvo-Bold.eot');
    src: url('../fonts/Arvo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arvo-Bold.woff2') format('woff2'),
        url('../fonts/Arvo-Bold.woff') format('woff'),
        url('../fonts/Arvo-Bold.svg#Arvo-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 0.8s; 
    -webkit-animation-duration: 0.8s;
    /* Make the element visible */
    visibility: visible; 
}

/* 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(20%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
    } 
    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%);
    }
}
}

.mobile-contact{
	
	background-color: #FFFFFF;
	color: #666666;
	text-align: left;
	padding: 10px 30px 10px 30px;
}

.mobile-contact a {

	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #C01414;
	text-decoration: none;
}

.mobile-contact a:active{

	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #C01414;
	text-decoration: none;
}

.mobile-contact a:visited{

	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #C01414;
	text-decoration: none;
}

.mobile-contact a:hover{

	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #C01414;
	text-decoration: none;
}

.mobile-contact h2 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0 15px 0;
}

/*	Genereller Wrapper für die Bühnenbreite */

.wrapper-top {

	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


.wrapper {

	background-color: #002346;
	max-width: 1200px;
	margin: auto;
	padding: 0px 0px 0px 0px;

	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 1240px) {

.wrapper-top {

	margin-bottom: 0px;
}
}

@media (max-width: 800px) {
.wrapper {

	background-color: #002346;
	width: 100%;
	margin: auto;
	padding: 0px 10px 10px 10px;
	box-shadow: 0px 0px 0px #dddddd;
}
}



.wrapper-logo {

	max-width: 100%;
	margin: auto;
	background-color: #ffffff;
}

.wrapper-logo-content {

	max-width: 1200px;
	margin: auto;
	background-color:#ffffff;
}


.logo-left {

	margin: auto;
	max-width: 380px;
	margin: 12px 0 12px 20px;
	padding: 0 0 0 0px;
}

.logo-right {

	float: right;
	z-index: 99;
	margin-top: 34px;
}

.logo-right-container {

	text-align: right;
	z-index: 99;
	padding-right: 20px;
	color: #555555;
	font-size: 12px;
}

.logo-right-container a {

	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.logo-right-container a:active{

		font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.logo-right-container a:visited{

		font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.logo-right-container a:hover{

		font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: ##339900;
	text-decoration: none;
}


@media (max-width: 1060px) {

.logo-right {

	float: right;
	margin-top: 32px;
}
}

@media (max-width: 960px) {

.logo-right {

	float: right;
	margin-top: 28px;
}
}



@media (max-width: 768px) {
	
.top-content-screen {
	display: none;
}

.wrapper-top-content {

	margin: 0;
	padding: 0;
}

.logo-left {

	max-width: 100%;
	margin: auto;
	padding: 10px 0px 10px 0px;
}

.logo-right {

	display: none;
}
}


.top-menu {
	background-color: #0064B0;
}

.wrapper-menu {

	max-width: 100%;
	margin: auto;
	height: 57px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	
}

.wrapper-menu-content {

	max-width: 1200px;
	margin: auto;
}


@media (min-width: 767px) {
.top-content-mobile {
	display: none;
}
}

@media (max-width: 767px) {
.wrapper-menu {
	display: none;
}
}




.mobile-contact{
	
	background-color: #FFFFFF;
	color: #666666;
	text-align: left;
	padding: 30px 30px 20px 30px;
}

.mobile-contact a {

	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.mobile-contact a:active{

	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.mobile-contact a:visited{

	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.mobile-contact a:hover{

	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.mobile-contact h2 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	color: #0064B0;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px 0 15px 0;
}





/*	HEADBILD */

.headbild {

	max-width: 100%;
	margin: auto;
	margin-top: 0px;
	padding-top: 0;
}


/*	INHALTSBEREICH CONTAINER */

.main-content {

	max-width: 1200px;
	margin-top: 0px;
	min-height: 0px;
}

.main-content h1 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	color: #0064B0;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
	margin: 0px 0 20px 0;
}

.main-content h2 {

	font-family: arial, verdana, sans-serif;
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #003C77;
}

.main-content h3 {

	font-family: arial, verdana, sans-serif;
	color: #0064B0;
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	margin: 20px 0 15px 0;
}

h4 {

	font-family: arial, verdana, sans-serif;
	color: #0064B0;
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	margin: 20px 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}





@media (max-width: 767px) {
.wrapper {

	top: 0;
	margin: 0;
	padding: 0;
}

.headbild {

	min-width: 100%;
	margin: auto;
	margin-top: 0px;
	padding-top: 0;

}
}


.main-content-textbox {

	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-align: left;
	padding: 20px 20px 20px 20px;
	margin-bottom: 0px;
}


.main-content-textbox  a {

	font-size: 18px;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
}

.main-content-textbox  a:active{

	font-size: 18px;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
}

.main-content-textbox  a:visited{

	font-size: 18px;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
}

.main-content-textbox a:hover{

	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.main-content-textbox-inner {

	padding: 0 0px 0 0px;
}

.main-content-textbox-inner-right {

	padding: 0 0 0 50px;
	text-align: left;
}

.main-content-textbox-inner-left {

	padding: 0 50px 30px 0px;
	text-align: left;
}

.main-content-textbox-inner2 {

	padding: 0 20px 0px 0;
	font-size: 16px;
	line-height: 24px;
}


.main-content-textbox-inner h3 {

	font-family: arial, verdana, sans-serif;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	text-align: left;
	border-bottom: 1px dashed #003C77;
}





@media (max-width: 767px) {

.main-content-textbox {

	font-size: 15px;
	line-height: 26px;
	margin-bottom: 40px;
}

.main-content-textbox-inner h3 {

	font-family: arial, verdana, sans-serif;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0px 0 20px 0;
	text-align: left;
	border-bottom: 1px dashed #003C77;
}


.main-content-textbox img {

	margin-bottom: 20px;
}

.main-content-textbox-inner {

	padding: 0 0px 0px 0;
}

.main-content-textbox-inner-right {

	padding: 0 0 0 0px;
	text-align: left;
}

.main-content-textbox-inner-left {

	padding: 0 0px 30px 0px;
	text-align: left;
}

.main-content h1 {

	font-size: 36px;
	font-weight: normal;
	line-height: 37px;
	margin: 0px 0 10px 0;
}

.main-content h2 {

	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #003C77;
}



.main-content h5 {

	font-family: arial, verdana, sans-serif;
	color: #666666;
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	margin: 20px 0 15px 0;
}
}











#boxes3 {

	max-width: 100%;
	margin: auto;
	bottom: 0px;
	padding: 0 0 50px 0;
	z-index: 6;
}

.box-content3 {

	max-width: 1200px;
	margin: auto;
	padding-left: 0px;
}

.box-content-inner3 {

	background-color: #FFFFFF;
	
	
	padding: 10px;

	margin: auto;
	margin: 0px 0 30px 0;
	text-align: center;
	color: #A8E0FF;
	float: left;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}

.box-content-inner3 h3 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	color: #0064B0;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 20px 0 5px 0;
}

.box-content-inner3 h2 {

	font-family: arial, verdana, sans-serif;
	color: #555555;
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0px 0 0px 0;
	text-transform: normal;
}



.box-content-inner3 a {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	background-color: #0064B0;
}

.box-content-inner3 a:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	background-color: #0064B0;
}

.box-content-inner3 a:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	background-color: #0064B0;
}

.box-content-inner3 a:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	background-color: #ff9900;
}


@media (max-width: 767px) {

.box-content3 {

	padding: 10px;
}

.box-content-inner3 {

	max-width: 100%;
	margin-top: 0px;
	padding: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}

.box-content-inner3 h3 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-transform: normal;
}

.box-content-inner3 h2 {

	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0px 0 0px 0;
	text-transform: normal;
}
}






/*	FOOTER CONTAINER MIT BILD */

.footer-container-bild {

	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footerbild.jpg);
}

@media (max-width: 1278px) {
.footer-container-bild {

	width: 100%;
	height: 450px;
	background-position: left;
}
}

@media (max-width: 960px) {
.footer-container-bild {

	width: 100%;
	height: 300px;
}
}

@media (max-width: 768px) {
.footer-container-bild {

	width: 100%;
	height: 300px;
}
}


.footer-container-bild2 {

	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footerbild2.jpg);
}

@media (max-width: 1278px) {
.footer-container-bild2 {

	width: 100%;
	height: 450px;
	background-position: left;
}
}

@media (max-width: 960px) {
.footer-container-bild2 {

	width: 100%;
	height: 300px;
}
}

@media (max-width: 768px) {
.footer-container-bild2 {

	width: 100%;
	height: 300px;
}
}



.footer-container-box {

	width: 100%;
	position: absolute;
	z-index: 2;
}

.footer-container-inner {
	max-width: 1200px;
	margin: auto;
}

.footer-container-text {

	text-align: center;
	color: #0064B0;
	font-size: 22px;
	line-height: 26px;
	margin: 150px 0 0 0px;
}

.footer-container-text-headline1 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	margin: 0;

}


.footer-container-text-headline2 {

	font-size: 30px;
	line-height: 32px;
	color: #ffffff;
	margin: 0;

}

.footer-container-text-small1 {

	font-size: 18px;
	line-height: 30px;
	color: #0064B0;
}

.footer-container-text a{

	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 15px 12px 15px;
	border-radius: 5px;
	background-color: #0064B0;
}

.footer-container-text a:active{

	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 5px;
	background-color: #0064B0;
}

.footer-container-text a:visited{

	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	border-radius: 5px;
	background-color: #0064B0;
}

.footer-container-text a:hover{

	font-size: 18px;
	line-height: 50px;
	color: #0064B0;
	border-radius: 5px;
	background-color: #ffffff;
}




@media (max-width: 1500px) {
.footer-container-text {

	font-size: 18px;
	line-height: 26px;
	margin: 180px 0 0 0px;
}

.footer-container-text h3 {

	font-size: 60px;
	line-height: 62px;
	margin: 0px 0 15px 0;
}
}

@media (max-width: 1278px) {
.footer-container-text {

	margin: 100px 0 0 0px;
}

.footer-container-text-headline1 {

	font-size: 40px;
	line-height: 52px;
}
}

@media (max-width: 960px) {
.footer-container-text {

	font-size: 14px;
	line-height: 22px;
	margin: 45px 0 0 20px;
}

.footer-container-text-headline1 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	font-size: 30px;
	line-height: 42px;
	margin: 0;
}
.footer-container-text-headline2 {

	font-size: 20px;
	line-height: 32px;
	margin: 0;
}
}

@media (max-width: 768px) {

.footer-container-text {

	margin: 20px 0 0 0px;
}

.footer-container-text-headline1 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
}
.footer-container-text-headline2 {

	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
}

.footer-container-text a{

	font-size: 14px;
	line-height: 20px;
}

.footer-container-text a:active{

	font-size: 14px;
	line-height: 20px;
}

.footer-container-text a:visited{

	font-size: 14px;
	line-height: 20px;
}

.footer-container-text a:hover{

	font-size: 14px;
	line-height: 20px;
}

}










/*	FOOTER BEREICH */

.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 60px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
}

.footer-content {

	max-width: 1200px;
	margin: auto;
	padding-left: 0px;
}

.footer-content-menu {

	font-family: arial, verdana, sans-serif;
	padding-top: 0px;
	padding: 0px 10px 20px 10px;
	margin: auto;
	margin-top: 60px;
	margin-left: 0px;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #555555;
	font-size: 15px;
	line-height: 24px;
	max-width: 25%;
}

.footer-content-inner {
	
	padding-left: 14px;
}


.footer-content-menu a {

	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.footer-content-menu a:active{

	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #555555;
	text-decoration: none;
}

.footer-content-menu a:visited{

	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #555555;
	text-decoration: none;
}

.footer-content-menu a:hover{

	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	color: #0064B0;
	text-decoration: none;
}


.footer-content-menu  h2 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	margin: 0 0 5px 0;
	padding: 0 0 12px 0;
	text-align: left;
	color: #0064B0;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: normal;
}

.footer-content-menu  h3 {

	font-family: 'Arvo', arial, verdana, sans-serif;
	margin: 0 0 5px 0;
	padding: 0 0 12px 0;
	text-align: left;
	color: #0064B0;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: normal;
}

.footer-content-logo {

	max-width: 210px;

}


@media (max-width: 767px) {
.footer {

	padding-bottom: 20px;
}

.footer-content-inner {
	
	padding-left: 0px;
}

.footer-content-menu{

	width: 100%;
	padding: 5px 30px 0px 30px;
	max-width: 100%;
	margin-top: 0px;
	float: left;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	max-width: 100%;
}

.footer-content-menu  h2 {

	font-size: 26px;
	line-height: 26px;
	text-align: center;
	padding-top: 30px;
}

.footer-content-menu  h3 {

	font-size: 36px;
	line-height: 46px;
	text-align: center;
	padding-top: 20px;
}


.footer-content-menu a {

	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #0064B0;
	text-decoration: none;
}

.footer-content-menu a:active{

	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #0064B0;
	text-decoration: none;
}

.footer-content-menu a:visited{

	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #0064B0;
	text-decoration: none;
}

.footer-content-menu a:hover{

	font-family: arial, verdana, sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #0064B0;
	text-decoration: none;
}


.footer-content-logo {

	max-width: 800px;
}

}



ul {

	margin: 0;
	padding: 0;
}


.footer-content li {

	font-family: arial, verdana, sans-serif;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #0064B0;
	padding: 10px 0 10px 0px;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

.footer-content li a {

	font-size: 15px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.footer-content li a:active{

	font-size: 15px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.footer-content li a:visited{

	font-size: 15px;
	font-weight: normal;
	color: #0064B0;
	text-decoration: none;
}

.footer-content li a:hover{

	font-size: 15px;
	color: ##339900;
	font-weight: normal;
	text-decoration: none;
}

@media (max-width: 767px) {
.footer-content li {

	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	padding: 12px 0 12px 0px;
	text-decoration: none;
}

.footer-content li a, a:active, a:visited{

	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}

.footer-content li a:hover{

	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}
}


.footer2 {

	width: 100%;
	margin-top: 0px;
	padding: 12px 0 8px 0;
	background-color: #0064B0;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}

.footer2-content {

	max-width: 1200px;
	margin: auto;
	padding-left: 20px;
	text-align: left;
}

.footer2-content a {

	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a:active{

		font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a:visited{

		font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer2-content a:hover{

		font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


@media (max-width: 767px) {

.footer2 {

	padding: 22px 0 22px 0;
}

.footer2-content {

	text-align: center;
	padding-left: 0px;
}

.footer2-content a {

	font-size: 16px;
	line-height: 24px;
}

.footer2-content a:active{

	font-size: 16px;
	line-height: 24px;
}

.footer2-content a:visited{

	font-size: 16px;
	line-height: 24px;
}

.footer2-content a:hover{

	font-size: 16px;
	line-height: 24px;
}


}


.counter-up {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding-bottom: 30px;
	z-index: 6;
	background: linear-gradient(to top, #222222 30%, #333333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 1px solid #888888;
}

.counter-up-stage {

	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
}


.counter-up-content {


	max-width: 300px;
	margin: auto;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	color: #666666;
	float: left;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}



.counter {

	font-family: 'Arvo', arial, verdana, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}


@media (max-width: 767px) {
.counter-up {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding-bottom: 60px;
	padding-top: 30px;
	margin-top: 30px;
	z-index: 6;
	background: linear-gradient(to top, #222222 30%, #333333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 1px solid #888888;
}

.counter-up-stage {
	padding-left: 0px;
}

.counter-up-content  {
	width: 100%;
	padding: 8px;
	float: none;
		color: #999999;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #444444;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
}

.counter {

	font-family: 'Arvo', arial, verdana, sans-serif;
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
}
}





/*** SUPERFISH MENU OBEN ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
z-index:2000;

}


.sf-menu li {
	position: relative;
z-index:2000;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	text-align:left;
z-index:2000;

}

.sf-menu > li {
	float: 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 {
	float: right;
	margin-bottom: 0em;
	padding-top: 1px;
z-index:2000;
}
.sf-menu ul {
	box-shadow: 2px 6px 8px rgba(0,0,0,.5);
	min-width: 16em;
	*width: 12em;
z-index:2000;
}
.sf-menu a {
	font-family: arial, verdana, sans-serif;
	font-size: 19px;
	text-transform: normal;
	padding: .90em 0.9em;
	font-weight: normal;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}

@media (max-width: 1180px) {

.sf-menu {
	padding-top: 6px;
}

	.sf-menu a {
	font-family: arial, verdana, sans-serif;
	font-size: 17px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 1060px) {

.sf-menu {
	padding-top: 9px;
}

	.sf-menu a {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 960px) {

.sf-menu {
	padding-top: 9px;
}

	.sf-menu a {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 890px) {

.sf-menu {
	padding-top: 10px;
}

	.sf-menu a {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}


.sf-menu li a {
	color: #0064B0;
	
z-index:2000;
font-weight: normal;
}

.sf-menu li a:hover {
	color: #0064B0;
	padding: .90em 0.9em;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
}

@media (max-width: 1180px) {

.sf-menu li a:hover {

	font-size: 17px;
	padding: .50em .90em;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
}
}

@media (max-width: 1060px) {

.sf-menu li a:hover  {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 960px) {

.sf-menu li a:hover  {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

@media (max-width: 890px) {

.sf-menu li a:hover  {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	padding: .50em 0.9em;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}
}

.sf-menu li a:active {
	color: #0064B0;
z-index:2000;
}

.sf-menu ul li a {
	color:#0064B0;
	background-color:#ffffff;
	border-bottom: 1px solid #dddddd;
z-index:2000;
font-weight: normal;
font-family: arial, verdana, sans-serif;
}

.sf-menu ul li a:hover {
	color: #ffffff;
	padding: .90em .90em;
	background-color: #0064B0;
	-webkit-transition: background .2s;
	transition: background .2s;
z-index:2000;
}



.sf-menu li {
	background: none;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .2s;
	transition: background .2s;
z-index:2000;
}
.sf-menu ul li {
	background: #ffffff;
z-index:2000;
}
.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;
}




