body {
	height: 100%;
	font-family: 'Montserrat', arial, helvetica, tahoma, sans-serif;
	text-align: center;
	color: #0A2D49;
	background: #ffffff;
	font-size: 18px;
	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; 
}

/* 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%);
    }
}


}


@font-face {
    font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf');
    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-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
    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-weight: normal;
    font-style: normal;
    font-display: swap;
}



.portrait {
	
	border-radius: 250px;
}

@media (max-width: 767px) {

.portrait {
	
	border-radius: 0px;
}
}


.smalltext {
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0 0 0;
}




/*	TOP-BEREICH - im Kopf der Seite oben */

.top-info {
	
	font-family: 'Montserrat', arial, helvetica, tahoma, sans-serif;
	width: 100%;
	margin: 0 0 0px 0;
	background: linear-gradient(to right, #ffffff, #245C81) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
	z-index: 1000;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 0px solid #dddddd;
}

.top-info-container {

	max-width: 1160px;
	margin: auto;
}

.top-info-left {

	text-align: left;
	padding: 5px 0 0 7px;
}

.top-info-right {

	text-align: right;
	padding: 5px 10px 9px 0;
}

.top-info a {
	
	font-family: 'Montserrat', arial, helvetica, tahoma, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.top-info a:active{
	
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
}

.top-info a:visited {
	
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
}

.top-info a:hover          {color: #ffffff;}




@media (max-width: 1300px) {
.top-info {
	
	width: 100%;
	margin: 0 0px 0px 0px;
	padding: 0 0px 0px 0px;
}
}



@media (max-width: 980px) {
.top-info {
	font-size: 12px;
	margin: 0 0px 0px 0px;
}

.top-info-right {

	text-align: right;
	padding: 3px 20px 8px 0;
}

.top-info a {

	font-size: 12px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:active {

	font-size: 12px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:visited {

	font-size: 12px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:hover {

	font-size: 12px;
	line-height: 15px;
	margin: 0 2px 0 2px;
}
}


@media (max-width: 767px) {
.top-info {
	font-size: 11px;
}

.top-info-left {

	text-align: left;
	padding: 5px 0 0px 5px;
}

.top-info-right {

	display:none;
}

.top-info a {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:active {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:visited {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

.top-info a:hover {

	font-size: 13px;
	line-height: 15px;
	margin: 0 2px 0 2px;
}
}





.top-info-mobile {
	
	width: 100%;
	margin: 0 0 0px 0;
	background: linear-gradient(to right, #245C81, #245C81) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 4px 20px 3px 0;
	z-index: 1000;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 0px solid #dddddd;
}

.top-info-container-mobile {

	max-width: 1400px;
	margin: auto;
}

.top-info-right-mobile {

	text-align: left;
	padding: 3px 0px 5px 20px;
}

.top-info-right-mobile a {
	
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.top-info-right-mobile a:active{
	
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
}

.top-info-right-mobile a:visited {
	
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
}
.top-info-right-mobile a:hover {
	
	color: #ffffff;
}


.top-info-right-mobile a.socialbtn {
	
	font-size: 16px;
	color: #245C81;
	text-decoration: none;
}

.top-info-right-mobile a.socialbtn:active{
	
	font-size: 16px;
	color: #245C81;
	text-decoration: none;
}

.top-info-right-mobile a.socialbtn:visited {
	
	font-size: 16px;
	color: #245C81;
	text-decoration: none;
}

.top-info-right-mobile a.socialbtn:hover {
	
	color: #245C81;
}





/*	LOGO & MENU */


.wrapper-top-all {

	width: 100%;
	background-color: #ffffff;

	/* background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg-top.jpg);*/
	
}
.wrapper-top-content {

	max-width: 1160px;
	margin: auto;
	padding: 10px 0 10px 0;
}


.logo {

	z-index: 2;
	margin: auto;
	max-width: 330px;
	padding: 0;
	margin: 0px 0 0 0px;
}

.logo-mobile {

	max-width: 320px;
	margin: auto;
	margin-top: 0px;
	padding: 10px 30px 10px 0px;
	float: right;
}


.menu {

	z-index: 1;
	margin: 8px 0px 0 0;
	float: right;
}
@media (max-width: 1360px) {

.logo {

	max-width: 300px;
	margin: 0px 0 0px 20px;
}

.menu {

	margin: auto;
	margin-top: 6px;
}

.topinfos {

	margin: 40px 20px 0px 0;
}
}

@media (max-width: 1150px) {

.logo {

	max-width: 280px;
	margin: 0px 0 0px 20px;
}

.menu {

	margin: auto;
	margin-top: 8px;
	padding-right: 12px;
}

.topinfos {

	margin: 34px 20px 0px 0;
}
}

@media (max-width: 980px) {

.logo {

	max-width: 200px;
	margin: 0px 0 0px 20px;
}


.menu {

	margin: auto;
	margin-top: 4px;
}
}


@media (max-width: 767px) {
.top-content-screen {
	display: none;
	}

.wrapper-top-content {

	display: none;
}

.top-info {

	display: none;
}
}

.wrapper-top-content {

}


.top-content-center {

	display: none;
}

.wrapper-menu-logo-content {

	padding-top: 0px;
	background-color:#ffffff;
}

}

@media (max-width: 768px) {
.logo {

	display: none;
}
}


.top-content-mobile {
	background-color: #ffffff;
}



@media (min-width: 768px) {
.top-content-mobile {
	display: none;
}

.logo-mobile {

	display: none;
}

}

.color-mobile-menu {
	background-color: #FFFFFF;
}

.button-container-mobile {

	text-align: left;
	padding: 10px 0 0 10px;

}

.button-container-mobile a {

	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #333333;
	color: #ffffff;
	padding: 6px 12px 6px 12px;
	margin: 0 0 0 5px;
	border-radius: 4px;
	text-decoration: none;

}

.button-container-mobile a:active{

	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #333333;
}

.button-container-mobile a:visited{

	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #333333;
}

.button-container-mobile a:hover{
	
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-color: #E4001B;
}

.navbar-infos{

	color: #E4001B;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	max-width: 100%;
	padding: 10px 20px 20px 30px;

	background-image: -webkit-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%);
	background: -ms-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%); /* IE10+ */
	background: -o-linear-gradient(bottom, #eeeeee 20%, #ffffff 100%); /* Opera 11.10+ */
	background: linear-gradient(to top, #eeeeee 20%, #ffffff 100%); /* W3C */
}

.navbar-infos a {

	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #005DA0;
	text-decoration: none;
}

.navbar-infos a:active{

		font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #005DA0;
	text-decoration: none;
}

.navbar-infos a:visited{

		font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #005DA0;
	text-decoration: none;
}

.navbar-infos a:hover{

		font-size: 18px;
	line-height: 30px;
	color: #005DA0;
	font-weight: bold;
	text-decoration: none;
}

/*	HEADBILD */

.headbild {

	width: 100%;
	margin: auto;
}


@media (min-width: 768px) {
.headbild-mobile {
	display: none;
}

.headbild-screen {

	width: 100%;
	margin: auto;
}
}

@media (max-width: 767px) {
.headbild-screen {
	display: none;
}

.headbild-mobile {
	width: 100%;
	margin: auto;
}
}





/*	INHALTE-BEREICH */


.wrapper-main {

	background-color: #ffffff;
	max-width: 100%;
	margin: 0;

		border-top: 1px solid #FFFFFF;
}

.container-main {

	max-width: 1200px;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	text-transform: normal;
	color: #0A2D49;
	margin: auto;
	padding: 50px 0px 50px 0px;
}

.container-main a {

	font-size: 17px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.container-main a:active{

	font-size: 17px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.container-main a:visited{

	font-size: 17px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.container-main a:hover{

	font-size: 17px;
	color: #0A2D49;
	font-weight: normal;
	text-decoration: none;
}


.container-main a.xl {

	font-size: 22px;
	font-weight: bold;
	color: #E4001B;
	text-decoration: none;
}

.container-main a.xl:active{

	font-size: 22px;
	font-weight: bold;
	color: #E4001B;
	text-decoration: none;
}

.container-main a.xl:visited{

	font-size: 22px;
	font-weight: bold;
	color: #E4001B;
	text-decoration: none;
}

.container-main a.xl:hover{

	font-size: 22px;
	font-weight: bold;
	color: #0A2D49;
	text-decoration: none;
}


.container-main h1 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #245C81;
	font-size: 54px;
	font-weight: normal;
	line-height: 58px;
	margin: 11px 0 16px 0;
	text-transform: uppercase;

}

.container-main h2 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	margin: 0px 0 30px 0;
	text-decoration: none;

}

.container-main h3 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	text-transform: normal;
	color: #0A2D49;
	margin: 0px 0 10px 0;

}

.container-main h4 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: normal;
	color: #0A2D49;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
}


.container-main h5 {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	font-size: 40px;
	line-height: 46px;
	font-weight: bold;
	text-transform: normal;
	color: #0A2D49;
	margin: 50px 0 50px 0;
	text-align: center;
}



.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;
}



.container-main a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding:16px 30px 16px 30px;
	border-radius: 6px;
	background-color: #245C81;
}

.container-main a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.container-main a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.container-main a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	background-color:#0A2D49;
	border: 0px solid #8E9291;
}



@media (max-width: 1400px) {

.container-main {

	text-align: left;
	font-size: 15px;
	line-height: 25px;
}

.container-main a {

	font-size: 15px;
}

.container-main a:active{

	font-size: 15px;
}

.container-main a:visited{

	font-size: 15px;
}

.container-main a:hover{

	font-size: 15px;
}

.container-main h1 {

	font-size: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 32px;
	line-height: 36px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h3 {

	font-size: 28px;
	line-height: 28px;

}

.container-main h4 {

	font-size: 18px;
	line-height: 22px;

}

.container-main h5 {

	font-size: 40px;
	line-height: 46px;
	margin: 30px 0 30px 0;
}
}

@media (max-width: 1024px) {

.container-main {

	text-align: left;
	font-size: 15px;
	line-height: 24px;
	
	padding: 30px 0px 30px 0px;
}

.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: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.container-main h2 {

	font-size: 30px;
	line-height: 30px;
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
}

.container-main h3 {

	font-size: 24px;
	line-height: 30px;
}

.container-main h4 {

	font-size: 16px;
	line-height: 22px;
}

.container-main h5 {

	font-size: 30px;
	line-height: 36px;
	margin: 20px 0 20px 0;
}
}


@media (max-width: 767px) {
.wrapper-main {

	max-width: 100%;
	padding: 0px;
}

.wrapper-main2 {

	max-width: 100%;
	padding: 0 20px 0 20px;
}

.container-main {

	text-align: left;
	font-size: 17px;
	line-height: 27px;
	padding: 20px;
}

.container-main a {

	font-size: 17px;
}

.container-main a:active{

	font-size: 17px;
}

.container-main a:visited{

	font-size: 17px;
}

.container-main a:hover{

	font-size: 17px;
}

.container-main h1 {

	font-size: 32px;
	line-height: 36px;
	margin: 0;
	padding: 10px 0 20px 0;
}

.container-main h2 {

	font-size: 22px;
	line-height: 32px;
	margin: 10px 0 10px 0;
	padding: 0 0 0px 0;
}

.container-main h3 {

	font-size: 24px;
	line-height: 30px;
}

.container-main h4 {

	font-size: 18px;
	line-height: 22px;
}

.container-main h5 {

	font-size: 34px;
	line-height: 38px;
	margin: 50px 0 30px 0;
}
}

/*	INHALTE POSITIONIERUNG */


.container-content-left {

	float: left;
	padding: 0 20px 0 20px;
	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: 30px;
	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: 40px 40px 40px 40px;
	margin: auto;
	text-align: center;
}
}

@media (max-width: 767px) {
.container-content-left {

	float: left;
	padding: 0 0px 30px 0px;
	text-align: left;
}

.container-content-right {

	float: left;
	padding: 0 0px 30px 0px;
	text-align: left;
}

.container-content-center {

	float: none;
	padding: 0 0px 0 0px;
	text-align: center;
}
}






/*	WEIETERE INCLUDE INHALTE */


.wrapper-dark {

background: linear-gradient(to right, #245C81, #0A2D49, #245C81) repeat scroll 0 0 rgba(0, 0, 0, 0);
	max-width: 100%;
	margin: 0 0px 0 0px;
	padding: 80px 0 80px 0;
}

.container-dark {

	max-width: 1170px;
	text-align: left;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-transform: normal;
	color: #ffffff;
	margin: auto;
}

.container-dark h3 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	font-size: 38px;
	line-height: 44px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.container-dark h4 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	text-transform: normal;
	color: #ffffff;
	margin: 4px 0 10px 0;
	padding: 0 0 10px 0;
}


.container-dark a {

	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.container-dark a:active {

	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.container-dark a:visited {

	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.container-dark a:hover {

	font-size: 14px;
	color: #cdff00;
	text-decoration: none;
	font-weight: bold;
}



.container-dark a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 30px 16px 30px;
	border-radius: 6px;
	background-color: #245C81;
}

.container-dark a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.container-dark a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.container-dark a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	background-color:#0A2D49;
	border: 1px solid #ffffff;
}





@media (max-width: 1400px) {

.container-dark {

	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

.container-dark h3 {

	font-size: 30px;
	line-height: 34px;
	margin: 0;
	padding: 0;
}

.container-dark h4 {

	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
}
}

@media (max-width: 1024px) {

.container-dark {

	text-align: left;
	font-size: 14px;
	line-height: 22px;
}

.container-dark h3 {

	font-size: 26px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.container-dark h4 {

	font-size: 18px;
	line-height: 24px;
	margin: 8px 0 10px 0;
	padding: 0 0 20px 0;
}
}

@media (max-width: 767px) {
.wrapper-dark {

	max-width: 100%;
	padding: 50px 20px 50px 20px;
	background: linear-gradient(to right, #0A2D49, #0A2D49) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.container-dark {

	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.container-dark h3 {

	font-size: 48px;
	line-height: 54px;
	margin: 0;
	padding: 0 0 10px 0;
}

.container-dark h4 {

	font-size: 32px;
	line-height: 36px;
	margin: 0px 0 10px 0;
	padding: 0 0 20px 0;
}
}






/*	BOX INHALTE INCLUDE */

#boxes {

	width: 100%;
	margin: 0;
	bottom: 0;
	padding: 0;
	z-index: 6;
	background-color: #ffffff;

	/*

	background-image: -webkit-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background-image: -moz-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: -ms-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: -o-linear-gradient(bottom, #ffffff 20%, #eeeeee 100%);
	background: linear-gradient(to top, #ffffff 20%, #eeeeee 100%);

	*/

}

.box-content {

	max-width: 100%;
	margin: auto;
	padding: 0px;
}

.box-content-inner {

	margin: auto;
	float: left;
	padding: 1px;
}

@media (max-width: 1200px) {

.box-content-inner {

	padding: 1px;
}
}

@media (max-width: 767px) {
#boxes {

	padding-bottom: 0px;
}

.box-content-inner {

	padding: 1px;
}
}






/*	FOOTER BEREICH */

.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-top: 0px;
	background: linear-gradient(to right, #ffffff, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top: 0px solid #cccccc;

}

.footer-content {

	max-width: 1200px;
	margin: auto;
}


.footer-content-part {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	padding-top: 0px;
	padding: 10px 0px 10px 0px;
	margin: auto;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #0A2D49;
	font-size: 17px;
	line-height: 27px;
}

.footer-content-part h4 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #0A2D49;
	margin: 10px 0 19px 0;
	text-transform: uppercase;
}

.footer-content-part a {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #0A2D49;
	text-decoration: none;
}

.footer-content-part a:active{

	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #0A2D49;
	text-decoration: none;
}

.footer-content-part a:visited{

	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #0A2D49;
	text-decoration: none;
}

.footer-content-part a:hover{

	font-size: 13px;
	line-height: 21px;
	color: #245C81;
	font-weight: normal;
	text-decoration: none;
}

.footer-content-part a.footertel {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.footer-content-part a.footertel:active{

	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.footer-content-part a.footertel:visited{

	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.footer-content-part a.footertel:hover{

	font-size: 17px;
	line-height: 24px;
	color:#0A2D49;
	font-weight: normal;
	text-decoration: none;
}



.footer-content-part a.socialbtn {

	font-size: 30px;
	line-height: 34px;
	color: #245C81;
}

.footer-content-part a.socialbtn:active{

	font-size: 30px;
	line-height: 34px;
	color: #245C81;
}

.footer-content-part a.socialbtn:visited{

	font-size: 30px;
	line-height: 34px;
	color: #245C81;
}

.footer-content-part a.socialbtn:hover{
	
	font-size: 30px;
	line-height: 34px;
	color: #0A2D49;
}



.footer-content-logo {

	max-width: 230px;
	padding: 0;
}

@media (max-width: 1200px) {
.footer-content-logo {

		max-width: 190px;
		padding: 0 0 0 0px;
}


.footer-content-part {

	padding: 0px 20px 20px 20px;
	text-align: left;
	margin-top: 10px;
	font-size: 13px;
	line-height: 21px;
}

.footer-content-part a {

	font-size: 13px;
	line-height: 21px;
}

.footer-content-part a:active{

	font-size: 13px;
}

.footer-content-part a:visited{

	font-size: 13px;
}

.footer-content-part a:hover{

	font-size: 13px;
}
}

@media (max-width: 767px) {

.footer-content-part {

	padding: 0px 20px 20px 20px;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
}

.footer-content-part h4 {

	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 26px 0 14px 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;

}

.footer-content-part a.footertel {

	font-size: 20px;
	line-height: 32px;
}

.footer-content-part a.footertel:active{

	font-size: 20px;
	line-height: 32px;
}

.footer-content-part a.footertel:visited{

	font-size: 20px;
	line-height: 32px;
}

.footer-content-part a.footertel:hover{

	font-size: 20px;
	line-height: 32px;
}




.footer-content-logo {

	max-width: 240px;
	margin: auto;
	padding: 0 0 0 0;
}
}


ul {

	margin: 0;
	padding: 0;
}


.footer-content-menu {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	padding: 10px 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: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color:#0A2D49;
	margin: 10px 0 14px 0;
	text-transform: uppercase;
}

.footer-content-menu li {

	font-family: 'Montserrat', arial, helvetica, verdana, sans-serif;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #245C81;
	padding: 7px 0 7px 0px;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

.footer-content-menu li a {

	font-size: 15px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.footer-content-menu li a:active{

	font-size: 15px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.footer-content-menu li a:visited{

	font-size: 15px;
	font-weight: normal;
	color: #245C81;
	text-decoration: none;
}

.footer-content-menu li a:hover{

	font-size: 15px;
	color: #0A2D49;
	font-weight: normal;
	text-decoration: none;
}

@media (max-width: 767px) {
.footer-content-menu {

	padding: 10px 20px 10px 20px;
	margin: auto;
	text-align: center;
	float: left;
	letter-spacing: 0px;
}

.footer-content-menu h4 {

	text-align: center;
	font-size: 22px;
	line-height: 22px;
	margin: 10px 0 10px 0;
	text-transform: normal;
}
.footer-content-menu li {

	font-size: 18px;
	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: 18px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
}

.footer-content-menu li a:hover{

	font-size: 18px;
	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: right;
	margin-bottom: 0em;
	padding-top: 0px;
z-index:2000;
}
.sf-menu ul {
	box-shadow: 2px 6px 8px rgba(0,0,0,.2);
	*width: 12em;
z-index:2000;
}
.sf-menu a {
	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	padding: .80em .80em;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	zoom: 1; /* IE7 */
z-index:2000;
}


.sf-menu li a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	color: #0A2D49;
	letter-spacing: 1px;
z-index:2000;

}

.sf-menu li a:active {
	color: #0A2D49;
}

.sf-menu li a:visited {
	color: #0A2D49;
}

.sf-menu li a:hover {
	color: #245C81;
	-webkit-transition: background .2s;
	transition: background .2s;
z-index:2000;
}


.sf-menu li a::before {

	content:"";
	position:absolute;
	width:100%;
	height:1px;
	bottom:0px;
	left: 0;
	background-color: #0A2D49;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.sf-menu li a:hover::before {
	visibility: visible;
	transform: scaleX(1);
}






@media (max-width: 1360px) {
.sf-menu li a {
	font-size: 14px;
}
}

@media (max-width: 1150px) {
.sf-menu li a {
	font-size: 13px;
	padding: .50em .70em;
}
}

@media (max-width: 980px) {
.sf-menu li a {
	font-size: 11px;
	padding: .50em .40em;

}
}




.sf-menu ul li a {
	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	background-color: #ffffff;
	color:#0A2D49;
	font-size: 15px;
	text-transform: normal;
	border-bottom: 1px solid #f3f3f3;
	min-width: 16em;
	text-align: left;
z-index:2000;
font-weight: normal;
letter-spacing: 0px;
text-transform: none;
}

.sf-menu ul li a:hover {
	color: #ffffff;

	background-color: #245C81;
	-webkit-transition: background .0s;
	transition: background 1.1s;
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 ul li a::before {

	content:"";
	position:absolute;
	width:100%;
	height:0px;
	bottom:0px;
	left: 0;
	background-color: #0A2D49;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.sf-menu li a:hover::before {
	visibility: visible;
	transform: scaleX(1);
}


.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;
}





























.main-boxes {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding: 80px 0 80px 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../images/footerbild3.jpg);
}

.main-box-content {

	max-width: 1240px;
	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;
}

.main-box-content-inner {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #0A2D49;
	float: left;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
}


.main-box-content h3 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #245C81;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content h5 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
	margin: 0px 0 50px 0;
	text-transform: normal;
	padding: 0;
	text-align: center;
}



.main-box-content-inner a {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 30px 16px 30px;
	border-radius: 6px;
	background-color: #245C81;
}

.main-box-content-inner a:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.main-box-content-inner a:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.main-box-content-inner a:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	background-color:#026882;
	border: 0px solid #0A2D49;
}


.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%;
}

}



@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-inner {

	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-content-text {
	
	background-color: #FFFFFF;
	padding: 30px 20px 45px 20px;
}

.main-box-content-container:hover {

	opacity: 1.0;
	transform: scale(1.0, 1.0);
	transition: 0.3s;
}

.main-box-content h3 {

	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 20px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-content h4 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #245C81;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 6px 0;
	text-transform: uppercase;
	padding: 0;
}


}

.main-box-content-container-team {

	margin: auto;
	float: left;
	padding: 0 5px 0 5px;
	max-width:33,33%;
}















.main-boxes-skills {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding:  60px 0 90px 0;
	z-index: 2;
	background: linear-gradient(to bottom, #E7F1F8, #E7F1F8) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-skills-content {

	max-width: 1200px;
	margin: auto;
	padding: 0px;
}


.main-box-skills-content a.btn {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	padding:16px 30px 16px 30px;
	border-radius: 6px;
	background-color: #245C81;
}

.main-box-skills-content a.btn:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.main-box-skills-content a.btn:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	padding:16px 30px 16px 30px;
	background-color: #245C81;
}

.main-box-skills-content a.btn:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	background-color:#0A2D49;
	border: 1px solid #ffffff;
}




.main-box-skills-content-container {

	margin: auto;
	float: left;
	padding: 0 15px 0 15px;
	margin-top: 30px;
	max-width:33,33%;
	transform: scale(1.00, 1.00);
	transition: 2s;
	
}

.main-box-skills-content-inner {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #0A2D49;
	float: left;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	width: 100%;
}

.price {

	text-align: left;
	color: #000000;
	float: left;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
}


.main-box-skills-content h3 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #245C81;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-skills-content h2 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.main-box-skills-content h5 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
	margin: 0px 0 50px 0;
	text-transform: normal;
	padding: 0;
	text-align: center;
}

.main-box-skills-content h6 {

	font-family: arial, helvetica, verdana, sans-serif;
	color:#0A2D49;
	font-size: 60px;
	line-height: 66px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}


.main-box-skills-content-inner a {

	color: #245C81;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}

.main-box-skills-content-inner a:active {

	color: #245C81;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}

.main-box-skills-content-inner a:visited {

	color: #245C81;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}

.main-box-skills-content-inner a:hover {

	color: #06458c;
	text-decoration: none;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}


.main-box-skills-content-text {
	
	background-color: #ffffff;
	padding: 30px 30px 45px 30px;
	border-radius: 14px;
}

.main-box-skills-content-text2 {
	
	background-color: #ffffff;
	padding: 30px 30px 45px 30px;
	
}



@media (max-width: 1050px) {

.main-boxes-skills {

	padding: 0px 0 0px 0;

}

.main-box-skills-content-container {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}

}



@media (max-width: 767px) {

.main-boxes-skills {

	padding: 0px 0 0px 0;

}

.main-box-skills-content-container2 {

	padding: 30px 20px 30px 20px;

}

.main-box-skills-content-container {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

.main-box-skills-content-inner {

	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-skills-content-text {

	padding: 30px 20px 20px 20px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
}

.main-box-skills-content-container:hover {

	opacity: 1.0;
	transform: scale(1.0, 1.0);
	transition: 0.3s;
}


.main-box-skills-content h3 {

	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-skills-content h2 {

	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.main-box-skills-content h5 {

	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
	text-align: left;
}
}















.main-boxes-skills2 {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding:  60px 0 90px 0;
	z-index: 2;
	background: linear-gradient(to bottom, #ffffff, #E8E8E3) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.main-box-skills2-content {

	max-width: 1200px;
	margin: auto;
	padding: 0px;
}



.main-box-skills2-content-container {

	margin: auto;
	float: left;
	padding: 0 15px 0 15px;
	margin-top: 30px;
	max-width:33,33%;
	transform: scale(1.00, 1.00);
	transition: 2s;
	
}

.main-box-skills2-content-inner {

	padding: 0;
	margin: auto;
	text-align: left;
	color: #000000;
	float: left;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}


.main-box-skills2-content h3 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #245C81;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-skills2-content h2 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.main-box-skills2-content h5 {

	font-family: 'Montserrat Bold', arial, helvetica, verdana, sans-serif;
	color: #0A2D49;
	font-size: 40px;
	line-height: 46px;
	font-weight: normal;
	margin: 0px 0 50px 0;
	text-transform: normal;
	padding: 0;
	text-align: center;
}

.main-box-skills2-content h6 {

	font-family: arial, helvetica, verdana, sans-serif;
	color:#0A2D49;
	font-size: 60px;
	line-height: 66px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}


.main-box-skills2-content-inner a {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:12px 20px 12px 20px;
	border-radius: 6px;
	background-color: #06458c;
}

.main-box-skills2-content-inner a:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:12px 20px 12px 20px;
	background-color: #06458c;
}

.main-box-skills2-content-inner a:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding:12px 20px 12px 20px;
	background-color: #06458c;
}

.main-box-skills2-content-inner a:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	background-color:#b89e51;
	border: 0px solid #b89e51;
}


.main-box-skills2-content-text {
	
	background-color: #ffffff;
	padding: 30px 30px 45px 30px;
	border-radius: 14px;
}

.main-box-skills2-content-text2 {
	
	background-color: #ffffff;
	padding: 30px 30px 45px 30px;
	
}



@media (max-width: 1050px) {

.main-boxes-skills2 {

	padding: 0px 0 0px 0;

}

.main-box-skills2-content-container {

	margin: auto;
	float: left;
	padding: 10px 5px 10px 5px;
	max-width:33,33%;
}

}



@media (max-width: 767px) {

.main-boxes-skills2 {

	padding: 0px 0 0px 0;
	background: linear-gradient(to bottom, #E8E8E3, #E8E8E3) repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.main-box-skills2-content-container2 {

	padding: 30px 20px 30px 20px;

}

.main-box-skills2-content-container {

	margin: auto;
	float: left;
	padding: 0;
	max-width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

.main-box-skills2-content-inner {

	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	margin: 0;
}

.main-box-skills2-content-text {

	padding: 30px 20px 20px 20px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
}

.main-box-skills2-content-container:hover {

	opacity: 1.0;
	transform: scale(1.0, 1.0);
	transition: 0.3s;
}


.main-box-skills2-content h3 {

	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
}

.main-box-skills2-content h2 {

	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0 4px 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.main-box-skills2-content h5 {

	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	text-transform: normal;
	padding: 0;
	text-align: left;
}
}













.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%;
}

