@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.ie8 #headimgs {
	margin-top:auto;
}
.ie8 header#topheader {
	position:static;
}
/* Only for IE global SVG to 100% */
#content img[src*=".svg"] {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
header#topheader {
}
#logo {
	padding-top: 28px;
	padding-bottom: 30px;
}
#logo img {
	width:auto;
}
#main {
width: 100%;
}
.headimg {
	width:auto;
	max-width:100%;
	height: auto;
	clear: both;
	margin-left: 0;
	margin-bottom: 15px;
	position: relative;
}
.headimg img:hover {
/*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);*/
  /*filter: url(assets/images/grayscale.svg); /* Firefox 4+ */
/*  filter: gray; /* IE 6-9 */
}


.headimg {
	-moz-transition:all 1.0s ease;
	-webkit-transition:all 1.0s ease;
	-ms-transition:all 1.0s ease;
	-o-transition:all 1.0s ease;
	transition:all 1.0s ease;
	-webkit-filter:sepia(0);
}
.headimg:hover {
	z-index:2;
	-moz-box-shadow:0 0 12px rgba(0, 0, 0, 1.2);
	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 1.2);
	box-shadow:0 0 12px rgba(0, 0, 0, 1.2);
	-webkit-filter:sepia(1);
}
h1 {
	font-size: 2em;
	margin:0.5em 0 1em 0;
}
h2 {
    font-size:1.6em;
	margin:2em 0 0.5em 0;
}
h3 {
    font-size:1.3em;
	margin:2em 0 0.5em 0;
}
.headimg h1, .headimg_sub h1 {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 16px;
	font-weight: 100;
	font-size: 1.25em;
	letter-spacing: 4px;
	margin: 0;
}
.headimg_sub h1 {
	font-size:1.25em;
	bottom:10px;
	letter-spacing:6px;
}
.headimg h1 small, .headimg_sub h1 small {
	font-size:0.65em;
	letter-spacing:2px;
}
.headimg_sub {
	width:100%;
	height:auto;
	clear:both;
	margin-left:0;
	margin-bottom:0;
	position:relative;
}
.headimg.last {
}
#navi {
	width: 100%;
	padding-top: 30px;
}
#content {
	width: 100%;
	clear: both;
	margin-left: 0;
	padding-top: 30px;
	padding-bottom: 50px;
}
#headimgs {
	background-color: #bbb;
	margin-top:0;
}
#footer_l {
	width: 100%;
}
#footer_r {
	width: 100%;
	clear: both;
	margin-left: 0;
}
footer {
	background-color: #525252;
	margin-top:30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 0.75em;
}
#footer_m {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#navi ul li {
	line-height:2em;
}
#navi a {
	text-decoration:none;
	color:#545454;
}
footer a {
	color:#fff;
}
footer a:visited {
	color:#fff;
}
#navi a.active {
	text-decoration:underline;
}
#navi a:hover {
	text-decoration:underline;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
#content figure.drei img {
	width:auto;
	margin: 2em 1% 2em 0;
	float:none;
	border:1px solid #999;
}
figure img {
	height:auto;
	width:auto;
}
#content img {
	width:auto;
	height:auto;
	margin:1em 0;
}
#navi ul {
	margin:1em 0 1em 0;
}
#navi .sticky-wrapper.is-sticky>ul {
	position:relative !important;
}
p {
	margin:1em 0 1em 0;
    line-height:1.5em;
}

@media only screen and (min-width: 691px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#logo {
}
#logo img {
	max-width: 60%;
}
#main {
}
.headimg {
}
.headimg.last {
}
#navi {
}
#content {
}
#footer_l {
}
#footer_r {
}
#footer_m {
}
.hide_tablet {
    display: none;
}
.zeroMargin_tablet {
    margin-left: 0;
}
#content figure.drei img {
}
.headimg h1, .headimg_sub h1 {
	font-size: 1.55em;
}

}

@media only screen and (min-width: 767px) {

.gridContainer {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
header#topheader {
	height:220px;
	position:fixed;
	margin:0px auto;
	z-index:100;
	top:0px;
	width:100%;
	background-color:#fff;
	opacity:0.9;
}
header#topheader.touch {
	position:static;
	opacity:1;
	width:auto;
}
#logo {
}
#logo img {
	max-width:100%;
}
#main {
}
.headimg {
    width: 49.1525%;
    margin-left: 1.6949%;
    clear: none;
}
.headimg_sub h1 {
	font-size:2em;
	bottom:30px;
}
.headimg.last {
	margin-bottom:0;
}
#navi {
    width: 32.2033%;
}
#navi .sticky-wrapper.is-sticky>ul {
	position:fixed !important;
}
#content {
    width: 66.1016%;
    margin-left: 1.6949%;
    clear: none;
}
#content figure.drei img {
	width:32%;
	float:left;
}
#headimgs {
	margin-top:220px;
}
#headimgs.touch {
	margin-top:0;
}
#footer_l {
    width: 32.2033%;
}
#footer_r {
    width: 32.2033%;
    margin-left: 1.6949%;
    clear: none;
}
#footer_m {
    width: 32.2033%;
    margin-left: 1.6949%;
    clear: none;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
