body {
	height: 100%;
	font-family: 'Montserrat-Regular', arial, tahoma, sans-serif;
	text-align: center;
	font-weight: normal;
	color: #000000;
	
	background-color: #ffffff;
	
	font-size: 14px;
	line-height: 21px;
	margin: auto;
	margin-top: 0px;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    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%);
    }
}


}



.zoom {
  
  -webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;


  margin: 0 auto;

}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}





.portrait {
	
	border-radius: 250px;
}

@media (max-width: 1200px) {

.portrait {
	
	border-radius: 0px;
}
}



/*	LOGO & MENU */




.wrapper-top-content {

	width: 100%;
	margin: auto;
	padding-top: 8px;
	
	
/*
	background-image: -webkit-linear-gradient(left, #003270 50%, #009ee0 100%); 
	background-image: -moz-linear-gradient(left, #003270 50%, #009ee0 100%); 
	background: -ms-linear-gradient(left, #003270 50%, #009ee0 100%);
	background: -o-linear-gradient(left, #003270 50%, #009ee0 100%); /* Opera 11.10+ 
	background: linear-gradient(to right, #003270, #009ee0); */
	z-index: 1000;
	opacity: 1.0;
	position: absolute;
}


.logo {

	margin: auto;
	max-width: 360px;
	padding: 0px 0px 0px 30px;
	margin: 40px 0 20px 0px;
	background-color: #ffffff;
}

.logo-mobile {

	max-width: 400px;
	margin: auto;
	padding: 12px 20px 12px 30px;
	float: left;
}

.burger-mobile {

	padding: 0px 0px 5px 0px;
	float: right;
}

.menu {

	z-index: 99;
	margin: 30px 30px 0 0;
	float: right;
}
@media (max-width: 1580px) {

.logo {

	max-width: 340px;
	margin: 30px 0 20px 0px;
}

.menu {

	margin: auto;
	margin-top: 20px;
}
}

@media (max-width: 1120px) {

.logo {

	max-width: 340px;
	margin: 20px 0 10px 0px;
}

.menu {

	margin: auto;
	margin-top: 14px;
}
}

@media (max-width: 940px) {

.logo {

	max-width: 320px;
	margin: 20px 0 10px 0px;
}

.menu {

	margin: auto;
	margin-top: 6px;
}
}


@media (max-width: 767px) {
.top-content-screen {
	display: none;
	}
	
.wrapper-top-content {

	display: none;
}
}

.wrapper-top-content {

	margin: 0;
	padding: 0;
}


.top-content-center {

	display: none;
}

.wrapper-menu-logo-content {

	padding-top: 0px;
	background-color:#ffffff;
}
}

@media (max-width: 768px) {
.logo {
	
	display: none;
}
}


@media (min-width: 768px) {
.top-content-mobile {
	display: none;
}

.logo-mobile {
	
	display: none;
}
}

.color-mobile-menu {
	
	background-color: #ffffff;
	width: 100%;
}

.navbar-infos{

	color: #000000;
	text-align: left;
	max-width: 100%;
	padding: 20px 10px 20px 30px;
	
	background-image: -webkit-linear-gradient(top, #dddddd 20%, #ffffff 100%); 
	background-image: -moz-linear-gradient(top, #dddddd 20%, #ffffff 100%); 
	background: -ms-linear-gradient(top, #dddddd 20%, #ffffff 100%); /* IE10+ */
	background: -o-linear-gradient(top, #dddddd 20%, #ffffff 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #dddddd 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;
}
}





/*	HEADBILD 2 */

.headbild-2 {

	width: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;

	background-color: #005DA0;
}



.headbild-2-box-content {

	max-width: 100%;
	margin: auto;
	padding: 0px;
    overflow: hidden;
    height: 600px;
		 
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;

}

.headbild-2-box-content-inner {

	margin: auto;
	float: left;
	padding: 0px;
    transition: transform 2s;
}



.headbild-2-text {
max-width:1240px;
margin: auto;
left: 0%;
right: 0%;
padding: 260px 20px 20px 20px;
position:absolute;
z-index:3;
text-align:left;
top:8%;
color:#003270;


}

.headbild-2-text h1 {

	font-family: 'Montserrat', arial, verdana, sans-serif;
	font-size: 60px;
	line-height: 64px;
	font-weight: normal;
	text-transform: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	transition: transform 3s;

}

.headbild-2-text h2 {

	font-family: arial, verdana, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	text-transform: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	transition: transform 3s;

}

@media (max-width: 1600px) {


.headbild-2-text {
padding: 200px 20px 20px 20px;

}

.headbild-2-box-content {

    height: 700px;
}
}

@media (max-width: 1400px) {

.headbild-2-box-content {

    height: 600px;
}

.headbild-2-text {
max-width:1050px;
padding: 220px 20px 20px 20px;

}

.headbild-2-text h1 {

	font-size: 40px;
	line-height: 44px;
}

.headbild-2-text h2 {

	font-size: 16px;
	line-height: 22px;

}
}


@media (max-width: 1050px) {

.headbild-2-box-content {

    height: 500px;
}

.headbild-2-text {
max-width:900px;
padding: 180px 20px 20px 20px;

}

.headbild-2-text h1 {

	font-size: 30px;
	line-height: 34px;
}

.headbild-2-text h2 {

	font-size: 14px;
	line-height: 20px;

}
}


@media (max-width: 767px) {

.headbild-2-box-content {

    height: 400px;
}

.headbild-2-text {
max-width:100%;
top: 0%;
padding: 150px 20px 20px 20px;


}

.headbild-2-text h1 {

	font-size: 28px;
	line-height: 32px;
}

.headbild-2-text h2 {

	font-size: 16px;
	line-height: 23px;

}
}



/*	INHALTE-BEREICH */


.wrapper-main {
	
	background-color: #ffffff;
	max-width: 100%;
	margin: 0;
	padding: 70px 0 70px 0;
}

.container-main {
	
	max-width: 1200px;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	text-transform: normal;
	color: #555555;
	margin: auto;
}

.container-main h1 {

	font-family: 'Montserrat', arial, verdana, sans-serif;
	font-size: 45px;
	line-height: 50px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
		transition: transform 3s;
}


.container-main h2 {

	font-family: 'Montserrat', arial, verdana, sans-serif;
	font-size: 35px;
	line-height: 42px;
	font-weight: normal;
	text-transform: normal;
	color: #00276C;
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
		transition: transform 3s;
}



.container-main a {

	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.container-main a:active{

	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.container-main a:visited{

	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.container-main a:hover{

	font-size: 18px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}


.container-main a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	background-color: #00276C;
}

 .container-maina.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 1px solid #ffffff;
	background-color: #00276C;
}

.container-main a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 32px 16px 32px;
	border: 1px solid #ffffff;
	background-color: #00276C;
}

.container-main a.btn:hover {

	color: #000000;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	background-color:#ffffff;
	border: 1px solid #00276C;
}



@media (max-width: 1400px) {

.wrapper-main {
	
	padding: 80px 0 80px 0;
}

.container-main {
	
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

.container-main h1 {

	font-size: 50px;
	line-height: 54px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 30px;
	line-height: 34px;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
}
}

@media (max-width: 1024px) {

.wrapper-main {
	
	padding: 60px 0 60px 0;
}

.container-main {
	
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

.container-main h1 {

	font-size: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 30px;
	line-height: 30px;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
}
}


@media (max-width: 767px) {
.wrapper-main {
	
	max-width: 100%;
	padding: 30px 0 50px 0;
}

.container-main {
	
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.container-main h1 {

	font-size: 24px;
	line-height: 32px;
	margin: 0 0 24px 0;
	padding: 0;
}

.container-main h2 {

	font-size: 24px;
	line-height: 32px;
	margin: 0px 0 0px 0;
	padding: 0 0 20px 0;
}
}


.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: #cccccc;
}


/*	INHALTE POSITIONIERUNG */


.container-content-left {
	
	float: left;
	padding: 0 20px 0 0;
}

.container-content-right {
	
	float: right;
	padding: 0 0 0 20px;
}

.container-content-center {
	
	margin: auto;
	float: none;
	padding: 0;
	text-align: center;
}

@media (max-width: 1400px) {
.container-content-left {
	
	float: left;
	padding: 0 10px 0 50px;
	text-align: left;
}

.container-content-right {
	
	float: right;
	padding: 0 50px 0 10px;
	text-align: left;
}

.container-content-center {
	
	float: none;
	padding: 0 50px 0 50px;
	text-align: left;
}
}


@media (max-width: 767px) {
.container-content-left {
	
	float: none;
	padding: 0 20px 0 20px;
	text-align: left;
}

.container-content-right {
	
	float: none;
	padding: 0 20px 0 20px;
	text-align: left;
}

.container-content-center {
	
	float: none;
	padding: 0 20px 0 20px;
	text-align: center;
}
}


/*	WEIETERE INCLUDE INHALTE */


.wrapper-dark {
	
	background-color: #eeeeee;
	
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 90px 0 90px 0;
}

.container-dark {
	
	max-width: 1200px;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	text-transform: normal;
	color: #000000;
	margin: auto;
}

.container-dark h3 {

	font-family: 'Montserrat', arial, verdana, sans-serif;
	font-size: 35px;
	line-height: 42px;
	font-weight: normal;
	text-transform: normal;
	color: #00276C;
	margin: 0 0 20px 0;
	padding: 0;
}

.container-dark h2 {

	font-family: 'Montserrat', arial, verdana, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	text-transform: normal;
	color: #ffffff;
	margin: 20px 0 30px 0;
	padding: 0 0 10px 0;
}

@media (max-width: 1400px) {

.container-dark {
	
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.container-dark h3 {

	font-size: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
}

.container-dark h4 {

	font-size: 40px;
	line-height: 40px;
	margin: 20px 0 0px 0;
	padding: 0 0 20px 0;
}
}

@media (max-width: 1024px) {

.wrapper-dark {
	
	max-width: 100%;
	padding: 80px 40px 80px 40px;

}

.container-dark {
	
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}



.container-dark h3 {

	font-size: 40px;
	line-height: 46px;
	margin: 0;
	padding: 0;
}

.container-dark h4 {

	font-size: 30px;
	line-height: 30px;
	margin: 20px 0 0px 0;
	padding: 0 0 0px 0;
}
}

@media (max-width: 767px) {
.wrapper-dark {
	
	max-width: 100%;
	padding: 50px 0 50px 0px;
}

.container-dark {
	
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.container-dark h3 {

	font-size: 24px;
	line-height: 32px;
	margin: 0 0 20px 0;
	padding: 0;
}

.container-dark h4 {

	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 0px 0;
	padding: 0 0 0px 0;
}

.container-dark h2 {

	font-size: 24px;
	line-height: 30px;
	margin: 10px 0 20px 0;
}
}


.img-visual {
	
	max-width: 500px;
}

@media (max-width: 1024px) {

.img-visual {
	
	max-width: 300px;
	margin: auto;
}
}



/*	BOX INHALTE INCLUDE */

#boxes {

	width: 100%;
	margin: 0;
	bottom: 0;
	padding: 0;
	z-index: 6;
	background-color: #ffffff;


}

.box-content {

	max-width: 100%;
	margin: auto;
	padding: 0px;
		 overflow: hidden;
}

.box-content-inner {

	margin: auto;
	float: left;
	padding: 0px;
    transition: transform 2s;
}


@media (max-width: 1200px) {

.box-content-inner {

	padding: 0px;
}
}

@media (max-width: 767px) {
#boxes {

	padding-bottom: 0px;
}

.box-content-inner {

	padding: 0px;
}
}




/*	FOOTER BEREICH */

.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 70px;
	padding-top: 60px;
	
background-color: #FFFFFF;
border-top: 1px solid #cccccc;
}

.footer-content {

	max-width: 1200px;
	margin: auto;
}


.footer-content-part {

	font-family: 'Montserrat-Regular', arial, verdana, sans-serif;
	padding-top: 0px;
	padding: 5px 0px 10px 0px;
	margin: auto;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
}

.footer-content-part h4 {

	font-family: 'Montserrat-Regular', arial, verdana, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 19px 0;
}

.footer-content-part a {

	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer-content-part a:active{

	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer-content-part a:visited{

	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer-content-part a:hover{

	font-size: 17px;
	color: #00276C;
	font-weight: normal;
	text-decoration: none;
}


.footer-content-part a.social {

	font-size: 28px;
}

.footer-content-part a.social:active{

	font-size: 28px;
}

.footer-content-part a.social:visited{

	font-size: 28px;
}

.footer-content-part a.social:hover{

	font-size: 28px;
}



.footer-content-logo {

	max-width:330px;
	padding: 0;
	text-align: center;
}

@media (max-width: 1200px) {
.footer-content-logo {
	
	padding: 0 0 0 20px;
}


.footer-content-part {

	padding: 0px 20px 20px 20px;
	text-align: left;
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
}
}

@media (max-width: 767px) {

.footer-content-part {

	padding: 30px 20px 0px 20px;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	line-height: 32px;
}

.footer-content-part h4 {

	text-align: center;
}

.footer-content-part a {

	font-size: 22px;
	line-height: 32px;
}

.footer-content-part a:active{

	font-size: 22px;
	line-height: 32px;
}

.footer-content-part a:visited{

	font-size: 22px;
	line-height: 32px;
}

.footer-content-part a:hover{

	font-size: 22px;
	line-height: 32px;
}


.footer-content-part a.social {

	font-size: 38px;
}

.footer-content-part a.social:active{

	font-size: 38px;
}

.footer-content-part a.social:visited{

	font-size: 38px;
}

.footer-content-part a.social:hover{

	font-size: 38px;
}



.footer-content-logo {

	max-width: 300px;
	margin: auto;
	padding: 0 0 0 0px;
}
}


ul {

	margin: 0;
	padding: 0;
}


.footer-content-menu {

	font-family: arial, verdana, sans-serif;
	padding: 20px 20px 10px 0px;
	margin: auto;
	text-align: left;
	float: left;
	letter-spacing: 0px;
}

.footer-content-menu h4 {

	font-family: 'Montserrat', arial, verdana, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 10px 0;
}

.footer-content-menu li {

	font-family: arial, verdana, sans-serif;
	list-style-type: none;
	text-align: right;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #CCFF00;
	padding: 2px 0 2px 0px;
	border-bottom: 0px solid #003270;
	text-decoration: none;
}

.footer-content-menu li a {

	font-size: 16px;
	font-weight: normal;
	color: #CCFF00;
	text-decoration: none;
}

.footer-content-menu li a:active{

	font-size: 16px;
	font-weight: normal;
	color:#CCFF00;
	text-decoration: none;
}

.footer-content-menu li a:visited{

	font-size: 16px;
	font-weight: normal;
	color: #CCFF00;
	text-decoration: none;
}

.footer-content-menu li a:hover{

	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

@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;
}

.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;
}
}




/*** 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:center;
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 {
	text-align: right;
	margin-bottom: 0em;
	padding-top: 8px;
z-index:2000;
}
.sf-menu ul {
	box-shadow: 2px 6px 8px rgba(0,0,0,.2);
	min-width: 16em;
	*width: 12em;
z-index:2000;
}
.sf-menu a {
	font-family: 'Montserrat', arial, verdana, sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	padding: .50em 1.0em;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	text-shadow: 1px 2px 7px #000000;
	zoom: 1; /* IE7 */
z-index:2000;
}


.sf-menu li a {
	font-size: 18px;
	color: #ffffff;
z-index:2000;
font-weight: normal;
}

.sf-menu li a:visited {
	color: #ffffff;
}

.sf-menu li a:active {
	color: #ffffff;
}

.sf-menu li a:hover {
	color: #ffffff;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
background-color: #000000;
border-radius: 20px;
}

@media (max-width: 1300px) {
.sf-menu li a {
	font-size: 15px;
}
}

@media (max-width: 1050px) {
.sf-menu li a {
	font-size: 14px;
}
}

@media (max-width: 940px) {
.sf-menu li a {
	font-size: 13px;
	padding: .50em .80em;
}
}




.sf-menu ul li a {
	color:#ffffff;
	border-bottom: 1px solid #dddddd;
z-index:2000;
font-weight: bold;
}

.sf-menu ul li a:hover {
	color: #ffffff;
	padding: .50em 1.0em;
	background-color: #000000;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;
}



.sf-menu li {
	background: none;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .4s;
	transition: background .4s;
z-index:2000;

text-align: left;
    display: inline-block;
    float: none;
	
	
}
.sf-menu ul li {

background: #ffffff;
z-index:2000;
float: left;
width: 100%;
}
.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;
}



.main-boxes2 {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 60px 0 60px 0;
	z-index: 2;
	background: linear-gradient(to top, #ffffff 30%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-content {

	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
}

.main-box-partner {

	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
}


.partner-logo {
	
	min-width: 16.5%;
	padding: 0 10px 10px 0;
}


@media (max-width: 767px) {
.partner-logo {

}
}



.main-boxes3 {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 60px 0 60px 0;
	z-index: 2;
	background: linear-gradient(to bottom, #ffffff 30%, #FDEBD5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.main-boxes {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 0px 0 60px 0;
	z-index: 2;
	background: linear-gradient(to bottom, #ffffff, #ededed) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #cccccc;
}

.main-box-content {

	max-width: 1200px;
	margin: auto;
	padding: 0px;
}

.main-box-content-container {

	margin: auto;
	float: left;
	padding: 0 15px 0 15px;
	margin: 0 0 30px 0;
	transform: scale(1.00, 1.00);
	transition: 2s;
}

.main-box-content-container2 {

	margin: auto;
	float: left;
	padding: 0 15px 0 15px;
	margin: 0 0 30px 0;
	transform: scale(1.00, 1.00);
	transition: 2s;
}

.main-box-content-container:hover {

	opacity: 1.0;
	transform: scale(1.05, 1.05);
	transition: 0.5s;
}

.main-box-content-inner {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #666666;
	float: left;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
}


.main-box-content h3 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 20px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content h2 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #00276C;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content h4 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content h5 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #ffffff;
	font-size: 60px;
	line-height: 64px;
	font-weight: normal;
	margin: 0px 0 30px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content h6 {
	
	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	margin: 30px 0 4px 0;
	text-transform: normal;
	padding: 0;
	}





.main-box-content-text {
	
	background-color: #FFFFFF;
	padding: 30px 30px 45px 30px;
}

.main-box-content-text2 {
	
	padding: 0px 30px 0px 30px;
		font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}

@media (max-width: 1050px) {

.main-boxes {

	padding: 60px 0 60px 0;

}

.main-box-content-container {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}
}



@media (max-width: 767px) {

.main-boxes {

	padding: 0px 0px 0px 0px;
}

.main-boxes3 {

	padding: 0px 0px 0px 0px;
}

.main-box-content-container {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
}

.main-box-content-container2 {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
}

.main-box-content-inner {

	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-content-text {
	
	padding: 30px 20px 45px 20px;
}

.main-box-content-text2 {
	
	padding: 0px 30px 0px 30px;
		font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.main-box-content h2 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin: 30px 20px 0px 0px;
	text-transform: normal;
	padding: 0;
}


.main-box-content h3 {

	font-size: 22px;
	line-height: 28px;
}
.main-box-content h4 {

	font-size: 16px;
	line-height: 20px;
}


.main-box-content h5 {
	
	margin: 40px 0 0px 0;
	font-size: 33px;
	line-height: 40px;
}
	
.main-box-content h6 {
	
	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #003270;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin: 30px 0 4px 0;
	text-transform: normal;
	padding: 0;
}
}


.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%;
}


.smalltext {
	font-size: 11px;
	line-height: 16px;
	margin: 20px 0 0 0;
}


.smalltext a {

	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.smalltext a:active{

	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.smalltext a:visited{

	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.smalltext a:hover{

	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}








.accordion {
  	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #00276C;
	background-color: #eeeeee;

  cursor: pointer;
  padding: 10px 0 10px 0px;
  margin: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
}

.accordion:hover {
  color: #00276C;
}

.accordion:after {
  content: '+';
  font-size: 20px;
  color: #00276C;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "-";
}

.active, .accordion:hover {
  background-color: #eeeeee;
}

.panel {
  padding: 0;
  background-color: #eeeeee;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
