 /* --- Tuermlihus -------------------------------------------------------------------- */
/* --- Styles -------------------------------------------------------------------------*/
/* --- www.tuermlihus.ch ------------------------------------------------------------- */

/*<![CDATA[*/
@media all {

/* -------------------------------------------------------------------------------------
 RESET
 ===================================================================================== */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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 */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}



/* -------------------------------------------------------------------------------------
 LAYOUT
 ======================================================================================*/

/* body */
body {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:18px;
	line-height:24px;
	font-weight: 300;
	text-rendering:optimizeLegibility;
	-webkit-text-size-adjust:100%;
	color:#212121;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

/* page */
#page {
	max-width:660px;
	padding:0 15px;
	margin:0 auto;
}


/* header */
#header {
	position:relative;
	padding:90px 0 0 0;
	margin:0 0 90px 0;
}
#branding {
	border-left:2px solid #FA2321;
	padding:0 12px 6px 10px;
	margin:0 0 24px -10px;
}
#navigation {
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:0 60px;
}
#meta {
	position:absolute;
	right:0;
	top:0;
}

/* main */
#main {
	margin:0 0 60px 0;
}

/* footer */
#footer {
	border-top:1px solid #CECECE;
	padding:35px 0 45px 0;
}
#contact {
	display:inline-block;
	border-left:1px solid #FA2321;
	padding:4px 0 0 6px;
}



/* -------------------------------------------------------------------------------------
 COMPONENTS
 ======================================================================================*/

/* -------------------------------------------------------------------------------------
 general
 ---------------------------------------------------------------------------------------*/

/* headings */
h1, h2, h3, h4 {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 700;
	color:#3A3A3A;
}

/* links */
a, a:hover {
	color:#000000;
	text-decoration:none;
}

/* hidden */
.hidden {
	position: absolute;
	left: -1000000px;
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.invisible {
	visibility: hidden;
}



/* -------------------------------------------------------------------------------------
 branding
 ---------------------------------------------------------------------------------------*/

/* title */
#branding h1 {
	font-size:28px;
	line-height:30px;
	text-align:center;
	padding:0;
	margin:0 0 3px 0;
}
#branding h2,
#branding .lead {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size:18px;
	line-height:24px;
   	font-weight: 300;
	text-align:center;
	padding:0;
	margin:0;
	color:#666666;
}

/* text */
#branding p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:15px;
	line-height:18px;
   	font-weight: 300;
	text-align:center;
	color:#666666;
	padding:0;
	margin:0;
}
#branding p span {
	display:inline-block;
	white-space:nowrap;
}
#branding a {
	color:#666666;
}
#branding a:hover {
	color:#E33313;
}



/* -------------------------------------------------------------------------------------
 navigation
 ---------------------------------------------------------------------------------------*/

/* title */
#navigation h3 {
	position:absolute;
	left:-1000000px;
	top:-1000000px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-1000000px;
}

/* list */
#navigation ul {
	text-align:center;
}
#navigation ul li {
	display:inline-block;
	font-size:12px;
	line-height:15px;
}
#navigation ul li a {
	display:inline-block;
	color:#999999;
	padding:9px 6px 3px 6px;
}
#navigation ul li a:hover {
	color:#E33313;
}


/* -------------------------------------------------------------------------------------
 meta
 ---------------------------------------------------------------------------------------*/

/* title */
#meta h3 {
	position:absolute;
	left:-1000000px;
	top:-1000000px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-1000000px;
}

/* list */
#meta ul {
	margin:0 -3px 0 0;
}
#meta ul li {
	display:block;
	float:left;
	font-size:12px;
	line-height:15px;
}
#meta ul li a {
	display:inline-block;
	color:#999999;
	padding:9px 6px 6px 6px;
}
#meta ul li a:hover {
	color:#E33313;
}


/* -------------------------------------------------------------------------------------
 section
 ---------------------------------------------------------------------------------------*/

/* container */
.section {
	margin:0 0 120px 0;
}


/* head */
.head {
	border-top:1px dotted #AEAEAE;
	padding:29px 0 0 0;
	margin:0 0 33px 0;
}
.head h2 {
	font-size:24px;
	line-height:30px;
	text-align:center;
	padding:0;
	margin:0;
}
.head p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	display:block;
	color:#666666;
	text-align:center;
	max-width:420px;
	padding:0;
	margin:0 auto;
}


/* -------------------------------------------------------------------------------------
 content
 ---------------------------------------------------------------------------------------*/

/* container */
.content {
	margin:0 0 30px 0;
}

/* headings */
.content h3 {
	padding:12px 0 0 0;
	margin:0 0 6px 0;
}
.content h4 {
	font-weight:normal;
	padding:12px 0 0 0;
	margin:0 0 6px 0;
}

/* text */
.content p {
	margin:0 0 18px 0;
}

/* links */
.content a {
	color:#E33313;
}
.content a:hover {
	text-decoration:underline;
}

/* list */
.content ul {
	list-style-type:none;
	margin:0 0 18px 0;
}
.content ul ul {
	margin:0;
	padding:6px 0;
}
.content ul li {
	line-height:21px;
	padding:0 0 0 15px;
	margin:0 0 3px 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAABCAIAAACDoBMqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABFJREFUeNpiVFRUZMABAAIMAApGAGX4sOYpAAAAAElFTkSuQmCC);
	background-position:0 17px;
	background-repeat:no-repeat;
}

.content ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin:0 0 18px 0;
}
.content ol ol {
	margin:0;
	padding:6px 0 6px 15px;
}
.content ol li {
	line-height:21px;
	margin:0 0 3px 0;
}

/* image */
.content img {
	display:block;
	max-width:100%;
	padding:3px 0 0 0;
	margin:0 auto 18px auto;
}

/* table */
.content table {
	width:100%;
	border-bottom:1px dashed #AEAEAE;
	margin:0 0 17px 0;
}
.content table th,
.content table td {
	text-align:left;
	vertical-align:top;
	line-height:21px;
	padding:5px 5px 6px 0;
	border-top:1px dashed #AEAEAE;
}
.content table th {
	font-weight:500;
}



/* -------------------------------------------------------------------------------------
 gmap
 ---------------------------------------------------------------------------------------*/

/* container */
.gmap {
	width:100%;
	overflow:hidden;
}
.gmap iframe {
	display:block;
	margin:0 auto;
	background-color:#EEEEEE;
}


/* -------------------------------------------------------------------------------------
 footer
 ---------------------------------------------------------------------------------------*/

/* container */
#contact {
	text-align:left;
	line-height:15px;
}
#contact h2 {
	position:absolute;
	left:-1000000px;
	top:-1000000px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-1000000px;
}

/* fonts */
#contact p {
	font-size:15px;
	line-height:15px;
	margin:0 0 3px 0;
}

/* org */
#contact p.org {
	font-family: "Montserrat", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 600;
	color:#3A3A3A;
}
#contact p.org a {
	color:#3A3A3A;
}

/* info */
#contact p.adr,
#contact p.phn,
#contact p.eml {
	display:inline-block;
	color:#666666;
}
#contact p.adr a,
#contact p.phn a,
#contact p.eml a {
	color:#666666;
}
#contact p.adr a:hover,
#contact p.phn a:hover,
#contact p.eml a:hover {
	color:#E33313;
}


}


/* ----------------------------------------------------------------------------------- */
/* --- mobile -------------------------------------------------------------------------*/
/* =================================================================================== */
@media screen and (max-width: 580px) {
	
/* layout */
#header {
	padding-top:60px;
	margin-bottom:45px;
}
#navigation {
	display:none;
}


}


/* ----------------------------------------------------------------------------------- */
/* --- print --------------------------------------------------------------------------*/
/* =================================================================================== */
@media print {

/* body */
body {
	background-color:#FFFFFF;
}

/* areas */
body, #page {
	display:block;
	float:none;
	width:17.5cm;
	margin:0;
	padding:0;
	border:none;
	background-image:none;
	background-color:#FFFFFF;
}

}
/*]]>*/