@import url("webfonts/MyFontsWebfontsKit.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	overflow-x: hidden;
	background-color: #00607E;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* # Bootstrap Overrides ############################# */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row .col {
  display: flex;
  flex-direction: column;
}

/* # Overall-Styles ########################## */
.content_wrapper{
	margin: 0 20%;
}
body {
	font-family: MuseoSans-500;
	color: #0b6d8b;
}
h1, h2, h3, h4, h5 { 
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
}
h1{
	color: #0b6d8b;
	font-size: 2em;
	margin: 30px !important;
}
h2{
	color: #4ab2c0;
	font-size: 1.5em;
	margin-bottom: 10px;
}
h3{
	color: #0b6d8b;
	font-size: 1.2em;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
.lightblue{
	color: #4ab2c0;
}
a{
	color: inherit;
	text-decoration: none;
}
/* # Header-Section ########################## */
header{
	width: 100%;
	/*height: 25%;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
header#static {
	background-image: url("../../img/bg_paper_light.jpg");
	background-repeat: repeat;
	background-size: auto;
	font-family: Museo-700;
	position: relative;
	height: 530px;
}
#top_header{
		position:relative;
}
#claim_header{
	position:relative;
	top: 200px;
	background-image: url("../../img/bg_paper_blue.jpg");
	background-repeat: repeat;
	background-size: auto;
	font-size: 36px;
	color: #fff;
	text-align: center;
	padding: 25px;
}
#slider1_container{
	font-family: Museo-700; 
}
.slider_contents,.slider_contents_last{
	position: absolute;
	width: 60%;
	height: auto;
	top: 210px;
	left: 50%;
	margin-left: -30%;
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.slider_contents {
    text-shadow: 0px 0px 10px #000;
}
/*.slider_contents_last{
	color: #0B6D8B;
}*/
a.btn {
    border-radius: 10px;
    color: #fff;
    background-color: #004b6b80;
    padding: 10px 30px;
    font-size: 18px;
    text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	margin-top: 5px;
}
.claim span{
	line-height: 1.2em;
}
.claim a.btn{
	background-color: #001e35;
	width: auto;
	margin-top: 20px;
	display: inline-block;
}
a.btn:hover {
	-moz-transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important;
	font-size: 22px;
	padding: 6px 30px;
}
.emfaLogo{
	position: absolute;
	left: 50%;
	top: 0;
	width: 15%;
	margin-left: -7.5%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	height: -moz-fit-content;
}
.emfaLogo2{
	position: absolute;
	left: 50%;
	top: 0;
	width: 200px;
	margin-left: -100px;
	height: -moz-fit-content;
}
.emfaLogo img,
.emfaLogo2 img{
	width: 100%;
	height: auto;
}
.arrowDown img{
	width: 100%;
	max-width: 75px;
	height: auto;
}
.topNav{
	position: absolute;
	left: 50%;
	top: 20px;
	width: 200px;
	margin-left: 10%;
}
.topNav a{
	color: #fff;
	text-decoration: none;
}
.topNav2{
	position: absolute;
	right: 10%;
	top: 20px;
}
.topNav2 a{
	text-decoration: none;
}
.arrowDown{
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 10%;
	margin-left: -5%;
	text-align: center;
}
/* # Content-Section ########################## */
#main_content1{
	position: relative;
	padding: 2em 0;
	background-image: url("../../img/bg_paper_light.jpg");
}
#main_content2{
	position: relative;
	padding: 2em 0;
	background-image: url("../../img/bg_paper.jpg");
}

#main_content2 .col {
	margin-top: auto
}
/*#main_content2 .col:last-child img {
	width:130px;
	height: auto;
}*/
#main_content3{
	position: relative;
	padding-top: 2em;
	background-image: url("../../img/bg_paper_light.jpg");
}
#faqWrapper{
	margin-bottom: 15px;
}
#faqWrapper p{
    max-width: 80%;
    margin: 0px auto 20px auto;
	line-height: 20px;
}
#imprintWrapper{
	margin-bottom: 15px;
	padding: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
}
#imprintWrapper h3{
	color: #fff;
	
}
#imprintWrapper blockquote{
	margin: 0 25px 15px 25px;
}
.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
#main_content4{
	position: relative;
	padding: 2em 0;
	background-image: url("../../img/bg_paper.jpg");
}

.content.with_lines .col {
    text-align: center;
    border-left: 2px solid #4ab2c0;
    margin-bottom: 20px;
    border-right: 2px solid #4ab2c0;
    margin-left: -2px;
}
.col-md-centered,
.col-xs-centered{
	float: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto !important;
	max-width: 440px;
}
.col-xs-centered{
	max-width: 340px;
}
.content.with_lines .col p {
	line-height: 20px;
}
.content.table {
	display: table;
}
.content.table div.col{
	display: table-cell;
	vertical-align: middle;
}
.content  .col img{
	width: 70%;
	height: auto;
	margin: 0 auto 1em auto;
	display: block;
}
/* # Footer-Section ########################## */
footer{
	position: relative;
	padding-top: 2em;
	background-color: #00607e;
	color: #4ab2c0;
	height: 200px;
}
#imprint_holder{
	text-align: center;
}
#imprint_holder img{
	width: 50px;
	height: auto;
}

/* jssor slider arrow navigator skin 21 css */
/*
 #region Arrow Navigator Skin 
    Help: http://www.jssor.com/development/slider-with-arrow-navigator-no-jquery.html


.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
.jssora21l.jssora21lds      (disabled)
.jssora21r.jssora21rds      (disabled)
*/
.jssora21l, .jssora21r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(../jssor_slider/img/a21.png) center center no-repeat;
	overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
/*.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

.jssora21l.jssora21lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
.jssora21r.jssora21rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }
*/

/* jssor slider bullet navigator skin 5 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)

#bulletNavigatorWrapper {
	position: absolute;
	top: unset !important;
	left: 0px !important;
	right: 0px !important;
	text-align: center;
	overflow: unset  !important;
	transform: unset !important;
}*/
.jssorb05{
	position: absolute;
	height: 10px !important;
	bottom: 10px !important;
	left: 50%;
	margin-left: -70px;
	overflow: unset  !important;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	/* position: absolute; */
	/* size of bullet elment */
	width: 40px;
	height: 10px;
	border-top: 2px solid #ccc;
	overflow: hidden;
	cursor: pointer;
	display: inline-block !important;
		overflow: unset  !important;
}
.jssorb05 div:hover, .jssorb05 .av:hover { border-top: 3px solid #fff; }
.jssorb05 .av { border-top: 2px solid #fff; }
.jssorb05 .dn, .jssorb05 .dn:hover { border-top: 2px solid #fff; }