@charset "utf-8";
/* CSS Document */

* {
	color: #333333;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
a {	
	text-decoration: none;
}
body, html {
	height: 100%;
	width: 100%;
}
p {
	line-height: 26px;
}

.button {
color: #004F92;
display: inline-block; 
font-size: 26px; font-weight: 500;
line-height: 55px;
padding-left: 4%; 
padding-right: 4%; 
padding-bottom: 10%; 
width: 250px;
}

a#a_navigation_menu {
	background-image: url(../img/bg_navigation_menu.png);
	background-repeat: no-repeat;
	bottom: 13px;
	display: none;
	height: 32px;
	position: absolute;
	right: 60px;
	width: 39px;
}
#div_content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
}
#div_content_left {
	float: left;
	position: relative;
	width: 29.8%;
}
#div_content_right {
	float: right;
	position: relative;
	width: 70.2%;
}
#div_footer {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 38px;		
	position: relative;
	text-align: center;
	width: 100%;
}
#div_header {
	box-sizing: border-box;
	height: 110px;
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
	z-index: 9998;
}
#div_home_teaser {
	max-height: 595px;
	position: relative;
	width: 100%;
}
#div_home_teaser_mobile {
	background-size: cover;
	background-image: url(../img/img_teaser_1.jpg);
	background-position: center center;	
	background-repeat: no-repeat;
	display: none;
	padding-bottom: 57.5%;
	position: relative;
	width: 100%;
}
#div_home_team, #div_home_text {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
}
#div_home_text {
	text-align: center;
}
#div_home_text h2 {
	font-weight: 700;
	line-height: 26px;
}
#div_logo {
	left: 127px;
	position: absolute;
	top: 15px;	
}
#div_logo h2 {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 1px;
	margin-top: 4px;
}
#div_logo p, #div_logo p span {
	color: #666666;
	font-size: 13px;
	line-height: 15px;
}
#div_margin_points {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	width: 100%;
}
#div_points {
	box-sizing: border-box;
	left: 0px;
	padding-left: 60px;
	padding-right: 60px;	
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;	
}
#div_teaser_content {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 0;
	margin-bottom: 4px;
	overflow: hidden;
	padding-bottom: 22%;
	position: relative;
	width: 100%;
}
#div_testimonials {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	width: 100%;
}
#div_wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#div_wrapper_content {
	background-color: #FFFFFF;
	border-top: 20px solid #CBE2F5;
	padding-bottom: 24px;
	padding-top: 40px;
	position: relative;
	width: 100%;
}
#div_wrapper_footer {
	background-color: #33363A;
	position: relative;
	width: 100%;
}
#div_wrapper_header {
	background-color: #FFFFFF;
	height: 110px;
	position: relative;
	width: 100%;
}
#div_wrapper_home_team, #div_wrapper_home_text {
	background-color: #FFFFFF;
	padding-bottom: 34px;
	padding-top: 50px;
	position: relative;
	width: 100%;
}
#div_wrapper_points {
	background-color: #CBE2F5;
	position: relative;
	width: 100%;
}
#div_wrapper_testimonials {
	background-color: #00A8DB;
	height: 151px;
	position: relative;
	width: 100%;
}
#hr_home_team {
	background-color: #CBE2F5;
	border: none;
	display: none;
	height: 3px;
}
#iframe_google_maps {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#img_logo {
	left: 60px;
	position: absolute;
	top: 18px;
}
#mm-0 {
	height: 100%;
}
#p_header_phone {
	top: 18px;
	position: absolute;
	right: 60px;
}
#p_header_phone span {
	background-image: url(../img/icon_phone_small.png);
	background-repeat: no-repeat;
	color: #00A8DB;
	display: inline-block;
	font-size: 26px;
	line-height: 32px;
	padding-left: 40px;
}
#p_footer, #p_footer span {
	color: #C5C5C5;
	font-size: 18px;
	font-weight: 300;
}
#p_footer_phone {
	padding-bottom: 46px;
	padding-top: 24px;
}
#p_footer_phone span {
	background-image: url(../img/icon_phone.png);
	background-repeat: no-repeat;
	color: #00A8DB;
	display: inline-block;
	font-size: 26px;
	line-height: 40px;
	padding-left: 50px;
}
#span_footer_1:after, #span_footer_2:after, #span_footer_3:after {
	content: ' - ';
}
#span_point_1, #span_point_2, #span_point_3 {
	display: block;
}
#ul_navigation {
	bottom: 2px;
	position: absolute;
	right: 60px;
}
#ul_navigation li {
	float: left;
	margin-left: 30px;
}
#ul_subnavigation {
	border-bottom: 1px solid #CBE2F5;
	display: inline-block;
	padding-bottom: 12px;
	width: 85%;
}
#ul_subnavigation li {
	line-height: 30px;
}
#ul_testimonials {
	height: 151px !important;
}
#ul_testimonials li {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	line-height: 36px;
	padding-left: 60px;
	padding-right: 60px;	
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 48px;
}

a.a_home_team, a.a_team {
	color: #00A8DB;
	font-size: 20px;
}
a:hover.a_home_team, a:hover.a_team {
	color: #004F92;
}
a.b_home_team, b.a_team {
	color: #00A8DB;
	font-size: 16px;
}
a:hover.b_home_team, b:hover.b_team {
	color: #004F92;
}
a.a_footer {
	color: #C5C5C5;
	font-size: 18px;
	font-weight: 300;
	white-space: nowrap;
}
a.a_footer:hover {
	color: #FFFFFF;	
}
a.a_navigation {
	border-bottom: 3px solid #FFFFFF;
	color: #1B629E;
	display: inline-block;
	font-size: 20px;
	height: 25px;
}
a:hover.a_navigation, a.a_navigation_active {
	border-bottom: 3px solid #004F92;
	color: #00A8DB;	
}
a.a_navigation_emergency {
	color: #D21E00;
}
a:hover.a_navigation_emergency, a.a_navigation_emergency_active {
	border-bottom: 3px solid #D21E00;
	color: #D21E00;
}
a.a_subnavigation {
	color: #004F92;
	font-size: 18px;
}
a:hover.a_subnavigation, a.a_subnavigation_active {
	color: #00A8DB;
}
.clear {
	clear: both;
}
.div_circle {
	margin-bottom: 26px;
	width: 75%;
}
.div_content a {
	color: #00A8DB;
}
.div_content a:hover {
	color: #004F92;
}
.div_content h1 {
	color: #00A8DB;
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.div_content h2 {
	color: #004F92;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
	
}
.h2rot {
	color: #cc0033;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight:bold;
	text-transform: uppercase;
	}
	
.h2home {
	color: #004F92;
	font-size: 28px;
	margin-bottom: 5px;
	text-transform: uppercase;
	
}
.div_content hr {
	border: none;
	background-color: #CBE2F5;
	height: 1px;
	margin-bottom: 26px;
}
.div_content p {
	margin-bottom: 26px;
}
.div_content strong {
	font-weight: 700;
}
.div_home_team {
	float: left;
	position: relative;
	width: 50%;
}
.div_home_team h2 {
	color: #00A8DB;
	font-size: 30px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 8px;
	text-transform: uppercase;	
}
.div_home_team h3, .div_home_team h3 span {
	color: #004F92;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 35px;
	text-transform: uppercase;	
}
#div_home_text h2 {
	color: #00A8DB;
	font-size: 30px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 8px;
	text-transform: uppercase;	
}
#div_home_text h3 {
	color: #004F92;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 35px;
	text-transform: uppercase;	
}
.div_home_team h4 {
	font-weight: 500;
	line-height: 26px;
}
.div_home_team p {
	margin-bottom: 26px;
}
.div_home_team_left {
	box-sizing: border-box;
	float: left;
	padding-right: 25px;
	position: relative;
	width: 40%;
}
.div_home_team_right {
	box-sizing: border-box;
	float: right;
	padding-right: 40px;
	position: relative;
	width: 60%;
}
.div_point {
	float: left;
}
.div_point a, .div_circle a {
	background-image: url(../img/icon_arrow.png);
	background-position: center bottom 13%;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	max-width: 260px;
	text-align: center;
	width: 66%;
}
.div_circle a {
	background-color: #CBE2F5;
	margin: 0;
	width: 100%;
}
.div_point a:hover, .div_point a:hover span, .div_point a:hover span strong, .div_circle a:hover, .div_circle a:hover span, .div_circle a:hover span strong {
	background-color: #004F92;
	color: #FFFFFF;
}
.div_point a span, .div_circle a span {
	color: #004F92;
	font-size: 42px;
	font-weight: 300;
	line-height: 42px;
	position: relative;
	text-transform: uppercase;
	top: 17.3%;
}
.div_point a span strong, .div_circle a span strong {
	color: #004F92;
	font-size: 42px;
	line-height: 42px;
	text-transform: uppercase;	
}
.div_point p {
	color: #1B629E;
	font-size: 20px;
	padding-bottom: 31px;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;	
	text-align: center;
	text-transform: uppercase;
}
.div_point p span {
	color: #1B629E;
	font-size: 20px;
	text-transform: uppercase;	
}
.div_point_big {
	padding-left: 1.25;
	width: 32.5%;
	padding-right: 1.25;	
}
.div_point_small {
	width: 32.5%
}
.div_spacer {
	height: 38px;
}
.div_spacer_team {
	height: 26px;
}
.div_spacer_team_line {
	height: 2px;
	border-bottom: 1px solid #CBE2F5;
}
.div_team {
	border-bottom: 1px solid #CBE2F5;
	padding-bottom: 29px;
	position: relative;
	width: 100%;
}
.div_team_detail {
	padding-bottom: 29px;
	position: relative;
	width: 100%;
}
.div_team_left {
	box-sizing: border-box;
	float: left;
	padding-right: 25px;
	position: relative;
	width: 28.35%;
}
.div_team_right {
	float: right;
	position: relative;	
	width: 71.65%;
}
.div_team_right h4 {
	font-weight: 700;
	line-height: 26px;
}
.div_team_right p {
	margin-bottom: 26px;
}
.div_team h2 {
	color: #00A7DB;
	font-size: 33px;
	font-weight: 300;
	text-transform: uppercase;
}
.div_team h3 {
	color: #004F91;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 22px;
	text-transform: uppercase;	
}
.div_teaser {
	position: relative;
}
.div_teaser img {
	float: left;
	width: 100%;
}
.div_teaser_table {
	display: table;
	height: 100%;
	line-height: 100%;
	width: 100%;	
}
.div_teaser_table_mobile {
	display: table;
	height: 100%;
	line-height: 100%;
	width: 100%;	
}
.div_teaser_table_cell {
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
}
.div_teaser_table_cell h1 {
	background-color: rgba(255, 255, 255, 0.65);
	color: #004F92;
	display: inline-block;
	font-size: 50px;
	font-weight: 300;
	line-height: 85px;
	margin-right: 20px;
	padding-left: 1%;
	padding-right: 1%;	
	text-transform: uppercase;
}
.div_teaser_table_cell_mobile {
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
}
.div_teaser_table_cell_mobile h1 {
	background-image: url(../img/bg_teaser.png);
	color: #004F92;
	font-size: 20px;
	font-weight: 300;
	line-height: 33px;
	margin-left: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	width: 211px;
}
.div_teaser_title {
	height: 100%;
	max-height: 595px;
	position: absolute;
	width: 100%;
}
.div_teaser_title_mobile {
	height: 100%;
	position: absolute;
	width: 100%;
}
.div_teaser_wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1320px;
	padding-bottom: 40.85%;
	padding-left: 60px;
	padding-right: 60px;
	width: 100%;
}
.div_teaser_wrapper_mobile {
	width: 100%;
}
.img_home_team {
	margin-top: 5px;
	vertical-align: top;
	width: 100%;
}
.img_team {
	margin-top: 5px;	
	vertical-align: top;
	width: 100%;
}
.none {
	display: none;
}

@media only screen and (max-width: 1319px) {
	#span_point_1, #span_point_2, #span_point_3 {
		display: inline;
	}
	#ul_testimonials li {
		font-size: 2.3vw;
	}
	.div_circle a, .div_point a {
		background-size: 2.5vw;
	}
	.div_circle a span, .div_point a span {
		font-size: 3.2vw;
		line-height: 3.2vw;
	}
	.div_circle a span strong, .div_point a span strong {
		font-size: 3.2vw;
		line-height: 3.2vw;
	}
	.div_point p, .div_point p span {
		font-size: 18px;
	}
	.div_teaser_table_cell h1 {
		font-size: 3.8vw;
		line-height: 6.6vw;
	}
}

@media only screen and (max-width: 1279px) {
	a#a_navigation_menu {
		display: block;
	}
	#ul_navigation {
		display: none;
	}
	.div_home_team h3 span {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	#div_content_left {
		display: none;
	}
	#div_content_right {
		float: none;
		width: 100%;
	}
	#div_wrapper_home_team {
	padding-top: 25px;
	}
	.div_home_team h2 {
		font-size: 26px;
		margin-bottom: 5px;
	}
	.div_home_team h3 {
		font-size: 16px;
		margin-bottom: 36px;
	}
	.div_home_team_left {
		float: none;
		margin-bottom: 11px;
		width: 100%;
	}
	.div_home_team_right {
		float: none;
		padding-right: 25px;
		width: 100%;		
	}
	.div_point p, .div_point p span {
		font-size: 16px;
	}	
		.button {
color: #004F92;
display: inline-block; 
font-size: 14px; font-weight: 500;
line-height: 20px;
padding-left: 4%; 
padding-right: 4%; 
padding-bottom: 5%; 
width: 180px;
}
}

@media only screen and (max-width: 906px) {
	#span_footer_3:after {
		content: '\0020\00a0\0020\00a0';
	}
}

@media only screen and (max-width: 899px) {
	#div_home_team_1 {
		margin-bottom: 49px;
	}
	#div_home_team_clear {
		display: block;
	}
	#div_wrapper_home_team {
	padding-top: 25px;
	}
	.div_home_team {
		float: none;
		width: 100%;
	}
	.div_home_team h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}
	.div_home_team h3 {
		font-size: 18px;
		margin-bottom: 35px;
	}
	.div_home_team h3 span {
		display: inline;
	}		
	.div_home_team_left {
		float: left;
		margin-bottom: 0px;
		width: 40%;
	}
	.div_home_team_right {
		float: right;
		padding-right: 40px;
		width: 60%;		
	}
}

@media only screen and (max-width: 767px) {
	a#a_navigation_menu {
		right: 10px;
	}
	#div_header {
		padding-left: 10px;
		padding-right: 10px;
	}
	#div_logo {
		left: 77px;
	}	
	#div_points {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 25px;
		position: relative;
	}
	#div_wrapper_testimonials {
		display: none;
	}
	#img_logo {
		left: 10px;
	}		
	#p_header_phone {
		right: 10px;
	}	
	.div_point {
		float: none;
	}
	.div_point a {
		background-size: auto;
		min-width: 260px;
	}	
	.div_point a span {
		font-size: 42px;
		line-height: 42px;
	}
	.div_point a span strong {
		font-size: 42px;
		line-height: 42px;
	}	
	.div_point p, .div_point p span {
		font-size: 20px;
	}			
	.div_point_big {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.div_point_small {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	.div_home_team h3 span {
		display: none;
	}
}

@media only screen and (max-width: 620px) {
	#span_footer_2:after {
		content: '\0020\00a0\0020\00a0';
	}
	#span_footer_3:after {
		content: ' - ';
	}
}

@media only screen and (max-width: 599px) {
	a#a_navigation_menu {
		bottom: 36px;
	}
	#div_content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#div_footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	#div_header {
		height: 88px;
	}
	#div_home_teaser {
		/*display: none;*/
	}
	#div_home_teaser_mobile {
		/*display: block;*/
	}
	#div_home_team, #div_home_text {
		padding-left: 10px;
		padding-right: 10px;
	}
	#div_logo {
		left: 61px;
		top: 15px;
	}
	#div_logo h2 {
		font-size: 12px;
		margin-top: 0px;
	}	
	#div_logo p {
		font-size: 12px;		
	}	
	#div_margin_points {
		padding-left: 10px;
		padding-right: 10px;
	}
	#div_teaser_content {
		padding-bottom: 57.5%;
	}
	#div_wrapper_content {
		border-top: none;
		padding-bottom: 3px;
		padding-top: 21px;
	}
	#div_wrapper_header {
		height: 88px;
	}
	#img_logo {
		height: 113px;
		top: 9px;
		width: 46px;
	}
	#p_header_phone {
		display: none;
	}
	#span_footer_2:after {
		content: ' - ';
	}
	#span_footer_3:after {
		content: '\0020\00a0\0020\00a0';
	}
	#span_logo_1 {
		display: none;
	}
	#span_logo_2 {
		display: none;
	}
	.div_home_team_right {
		padding-right: 0px;
	}
	.div_point a {
		max-width: 200px;
		min-width: 0px;
	}
	.div_point a span {
		font-size: 32px;
		line-height: 32px;
	}
	.div_point a span strong {
		font-size: 32px;
		line-height: 32px;
	}
	.div_teaser_table_cell h1 {
		font-size: 20px;
		line-height: 33px;
	}
	.div_teaser_wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 520px) {
	#span_footer_2:after {
		content: '\0020\00a0\0020\00a0';
	}
	#span_footer_3:after {
		content: ' - ';
	}
}

@media only screen and (max-width: 479px) {
	#div_home_team_1 {
		margin-bottom: 17px;
	}
	#div_home_team_2 {
		margin-top: 24px;
	}
	#div_wrapper_home_team {
		padding-top: 22px;
	}	
	#hr_home_team {
		display: block;
	}
	.div_home_team h2, .div_team h2 {
		font-size: 26px;
		margin-bottom: 1px;
	}
	.div_home_team h3, .div_team h3 {
		font-size: 16px;
		margin-bottom: 12px;
	}	
	.div_home_team p {
		margin-bottom: 11px;
	}	
	.div_home_team_left, .div_team_left {
		float: none;
		margin-bottom: 11px;
		padding-right: 0px;
		width: 100%;
	}
	.div_home_team_right, .div_team_right {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 477px) {
	#span_footer_3:after {
		content: '\0020\00a0\0020\00a0';
	}
	
	
}

@media only screen and (max-width: 336px) {
	#span_footer_1:after {
		content: '\0020\00a0\0020\00a0';
	}
}
