body {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	/*width: 3000px;*/
}

h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: bold;
	font-size: 54px;
	line-height: 54px;
	letter-spacing: -4px;
}

h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

a {
    color: #ffffff;
    text-decoration: none;
}
a {
	border-bottom: 1px solid #FFFFFF;
}

em {
	font-style: italic;
	font-weight: 100;
}

h2 > em {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

#header {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 175px;
	left: 0px;
	z-index: 1;
}



#header > .inside {
	width: 100%;
	float: left;
}

#header .background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: #ffffff;
	opacity: 0;
}

#header .logo-animation {
    width: 450px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-top: -40px;
    margin-left: -810px;
}

#header .logo-animation > img {
    position: absolute;
}

#header .nav-main {
	width: 800px;
	margin: 27px auto 0px auto;
	position: relative;
}

#header .nav-main li {
    float: left;
    clear: both;
    overflow: hidden;
    width: 450px;
    height: 36px;
    position: relative;
}

#header .nav-main li a {
    position: absolute;
    top: 0px;
    left: 0px;
    
	text-decoration: none;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Montserrat Alternates', sans-serif;
	letter-spacing: -3px;
}
#header .nav-main li a.full-title {
    top: 40px;   
}

#header .nav-main li.count-0 {
	display: none;
}

#header .nav-main li.count-5,
#header .nav-main li.count-6 {
	position: fixed;
	top: 35px;
	left: 50%;
	padding: 6px 20px 6px 0px;
	float: none;
	width: auto;
	height: auto;
}

#header .nav-main li.count-1 a {
	color: #66c166;
}
#header .nav-main li.count-2 a {
	color: #f76240;
}
#header .nav-main li.count-3 a {
	color: #e9ce3b;
}
#header .nav-main li.count-4 a {
	color: #327cd8;
}

#header .nav-main li.count-5 a,
#header .nav-main li.count-6 a {
    position: relative;
	color: #333333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: normal;
}

#header .nav-main li.count-5 {
	margin-left: 240px;
	background: url("../imgs/separator_metanav.png") no-repeat right 0px transparent;
}

#header .nav-main li.count-6 {
	margin-left: 345px;
}



.mod_article {
	width: 100%;
	float: left;
	padding-top: 200px;
	/*display: none;*/
	overflow: hidden;
	position: relative;
}

.mod_article.with-photo-strip {
	padding-bottom: 400px;
}

.mod_article.loading {
    visibility: hidden;
}

.mod_article.splash {
	padding: 0px;
	height: 1000px;
	visibility: visible;
}

.green {
	background: #66c166;
}
.red {
	background: #f76240;
}
.yellow {
	background: #e9ce3b;
}
.blue {
	background: #327cd8;
}
.mod_article.white {
	color: #333333;
}

.mod_article.white a {
    color: #333333;
}
.mod_article.white a {
	border-bottom: 1px solid #333333;
}



.mod_article > .inside-article {
	width: 800px;
	height: 100%;
	margin: 0px auto;
}
.mod_article.map > .inside-article {
	position: relative;
}

.mod_article > .inside-article > .block {
	width: 360px;
	float: left;
	margin-bottom: 50px;
}

.mod_article > .inside-article > .block.left {
	padding-right: 40px;
}
.mod_article > .inside-article > .block.right {
	padding-left: 20px;
}

.ce_headline {
	width: 100%;
	margin: 30px 0px;
	float: left;
}


.ce_hyperlink a,
.mod_article.splash .ce_text.teaser a {
	width: 100%;
	background: #ffffff;
	color: #333333;
	padding: 17px 0px 15px 0px;
	text-align: center;
	font-size: 24px;
	float: left;
	border-bottom: 0px none;
}
.mod_article.splash .ce_text.teaser a {
	width: auto;
	float: none;
	display: inline-block;
	padding: 17px 20px 15px 20px;
}


.mod_article > .inside-article > .ce_gallery {
	margin: 0px;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	
	width: 100%;
	height: 375px;
}

.mod_article > .inside-article > .ce_gallery ul {
	float: left;
	height: 375px;
	width: 5000px;
}

.mod_article > .inside-article > .ce_gallery img {
	float: left;
}

.mod_article > .inside-article > .ce_gallery .about-photos {
	position: absolute;
	bottom: 0px;
	left: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

.mod_article > .inside-article > .ce_gallery.portrait {
	position: relative;
	bottom: auto;
	left: auto;
	width: 380px;
	height: 400px;
	margin-bottom: 50px;
}

.mod_article > .inside-article > .ce_gallery.portrait ul {
	height: auto;
	width: auto;
}

.mod_article > .inside-article > .ce_gallery.portrait ul > li {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.mod_article > .inside-article > .ce_gallery.portrait ul > li:first-child {
	display: block;
}

.mod_article > .inside-article > .ce_gallery.portrait .about-photos {
	bottom: -25px;
	left: 0px;
	color: #333333;
}

.mod_article.red .ce_hyperlink a {
	color: #f76240;
}

.mod_article.splash .logo-headline {
	margin-top: 30px;
	width: 100%;
}

.mod_article.splash .logo-headline h1 {
	font-size: 83px;
	line-height: 80px;
	letter-spacing: -6px;
	margin-left: -3px;
}

.mod_article.splash .logo-headline h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 49px;
	line-height: 34px;
	margin-bottom: 8px;
}

.mod_article.splash .logo img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1000px;
    margin-top: -1000px;
    display: none;
}

.mod_article.splash .ce_text.teaser {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0px;
}

/*.mod_article.splash .ce_text.teaser p,
.mod_article.splash .ce_text.teaser h2 {
	width: 800px;
	margin: 0px auto;
}*/

.mod_article.map .ce_text {
    position: absolute;
    background: #ffffff;
    width: 340px;
    padding: 30px;
    z-index: 2;
    left: 0px;
    top: 40px;
}

.mod_article.map .ce_text h1 {
    margin-bottom: 20px;
}

.mod_article.map .ce_text td {
    padding: 0px 20px 10px 0px;   
}

.mod_article.map .google-map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.inside-google-info-window {
	width: 150px;
	margin: 20px;
}

.inside-google-info-window p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
}

.ce_text ul {
	list-style: disc;
	padding-left: 23px;
}

.ce_text ul > li {
	margin-bottom: 10px;
}

.ce_text.accordion h2 {
	border-bottom: 4px solid #333333;
	margin-top: 20px;
	line-height: 30px;
	cursor: pointer; 
	background: url("../imgs/paragraph_open-close_icons.png") no-repeat right 5px transparent;
}
.ce_text.accordion h2:first-child {
	margin-top: 0px;
}

.ce_text.accordion h2.is-open {
	background-position: right -21px;
}

.ce_text.accordion p {
	display: none;
}

#loading-overlay {
	position: fixed;
	background: #333333;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	border-radius: 70px;
}

/**
 * 	OFFER PAGE
 */
.offer-page #header {
	position: fixed;
	top: 0px;	
}

.offer-page #header .background {
	opacity: 1;
}

