/*
Theme Name: _roeschli
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _roeschli
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_roeschli is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/




html {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Frutiger 45 Light';*/
    font-weight: 300;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
    letter-spacing: 0.05em;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 300;
    color: white;
}

dfn {
	font-style: italic;
}


h1, h2, h3, h4 {
	margin: 1em 0;
	color: white;
	font-weight: 300;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 1rem;
    text-transform: uppercase;
}

h3 {
	font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

h4 {
	font-size: 1rem;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #97999c;
	line-height: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
}

a:visited {
	color: white;
}

a:hover,
a:focus,
a:active {
	color: white;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation, .lang-switch {
	display: block;
	line-height: 1;
	color: white;
	font-size: 18px;
}

.main-navigation .menu {
	float: right;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.main-navigation ul {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	min-height: 2000px;
}

.main-navigation li {
	position: relative;
	border-bottom: 1px solid #666;
	line-height: 60px;
	margin: 0 30px;
}

.main-navigation li:before {
	content: "·";
	margin-right: 0.5em;
}

.main-navigation a {
	text-decoration: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	text-decoration: underline;
}

.menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;
	border: none;
	background-image: url(images/hamburger.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 56px;
	float: right;
}

.lang-switch {
	position: absolute;
	top: 40px;
	right: -8px;
	font-size: 0.9rem;
	line-height: 1;
	clear: right;
}

.lang-switch ul {
	list-style: none;
	margin: 10px 20px 0 0;
	padding: 0;
	min-height: 0;
}

.lang-switch li {
	float: left;
	position: relative;
	line-height: inherit;
	/*border-left: 1px solid white;*/
	border: none;
	margin: 0;
}

.lang-switch li:before {
	content: "|";
	margin: 0;
}

.lang-switch li:first-child:before {
	content: none;
}

.lang-switch a {
	text-decoration: none;
	padding: 0 0.25em;
	text-transform: uppercase;
}

.lang-switch li.active a {
	text-decoration: underline;
}


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

	.lang-switch {
		position: relative;
		float: right;
		clear: right;
		top: 0;
		right: 0;

	}

	.main-navigation {
		display: block;
		float: right;
		font-size: 0.9rem;
		line-height: 1;
	}


	.main-navigation .menu {
		width: auto;
		background-color: transparent;
	}

	.main-navigation ul {
		list-style: none;
		margin: 10px 20px 0 0;
		padding: 0;
		min-height: 0;
	}

	.main-navigation li {
		float: left;
		position: relative;
		line-height: inherit;
		/*border-left: 1px solid white;*/
		border: none;
		margin: 0;
	}

	.main-navigation li:before {
		content: "|";
		margin: 0;
	}

	.main-navigation li:first-child {
		/*border: none;*/
	}

	.main-navigation li:first-child:before {
		content: none;
	}

	.main-navigation a {
		text-decoration: none;
		padding: 0 0.25em;
		text-transform: uppercase;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 1.5em;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
	}

	.main-navigation ul ul :hover > a,
	.main-navigation ul ul .focus > a {
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a.focus {
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		text-decoration: underline;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 700px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

body {
	position: relative;
	background: #383738;
}

.body-background {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
}

.site {
	height: 100%;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.site-header .header-inner {
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 1075px;
	margin: 0 auto;
}

.site-branding {
	float: left;
}

.site-branding a {
	line-height: 0;
}

.site-content {
	overflow: hidden;
}

.entry-header {
	padding-top: 350px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.entry-header-inner {
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 1075px;
	margin: 0 auto;
	padding: 12px 15px;
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
	min-height: 250px;
}

.entry-header-inner > * {
	max-width: 700px;
}

.entry-header-inner a {
    text-decoration: none;
}

.entry-header-inner a:hover {
    text-decoration: underline;
}


.entry-header-inner ul {
	padding: 0;
	margin: 0 0 1em 0;
	text-indent: 0;
}

.entry-header-inner p + ul {
	margin-top: -1em;
}

.entry-header-inner ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0.6em;
	list-style: none;
	text-indent: -0.6em;

}

.entry-header-inner ul li:before {
	content: "·";
	margin-right: 0.25em;
}

.entry-header-inner .teaser-sub {
	font-size: 12.5px;
}

.entry-content {
	max-width: 1075px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.entry-content-inner {
	float: right;
	width:837px;
	max-width:100%;
	padding: 11px 14px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: black;
    line-height: 16px;
}

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

	.entry-content {
		margin-bottom: 190px;
	}

	.entry-content-inner {
		min-height: 400px;
	}
}

.entry-content-inner > * {
    max-width: 700px;
}

.entry-content-inner > p {
	max-width: none;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content ul {
	padding: 0;
	margin: 0 0 1em;
	text-indent: 0;
}

h3.dropdown-title {
    margin-top: 1em;
	cursor: pointer;
}

/*
h3.dropdown-title {
	color: #97999c;
}

h3.dropdown-title:before {
    content: "·";
    margin-right: 0.25em;
}
*/

.entry-content-inner .dropdown-body {
	display: none;
}

.entry-content p + ul {
	margin-top: -1em;
}

.entry-content ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 0.6em;
	list-style: none;
	text-indent: -0.6em;
}

.entry-content ul li:before {
	content: "·";
	margin-right: 0.25em;
}

.entry-content ul li h3 {
	display: inline-block;
}

.entry-content iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.entry-content-inner a {
    color: #97999c;
}

.site-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    font-size: 12px;
	line-height: 1.25em;
}

.site-footer .footer-inner {
	max-width: 1075px;
	margin: 0 auto;
	overflow: hidden;
}

.site-footer .footer-inner .site-info {
	float: right;
    width:837px;
	max-width:100%;
	padding: 10px 0;
	box-sizing: border-box;
}

@media screen and (max-width: 837px) {
	.site-footer .footer-inner .site-info {
		padding: 10px 10px;
	}
}

.site-footer .footer-inner .site-info a {
	color: #97999c;
}

.site-footer .footer-inner .site-info span {
	display: block;
}

@media screen and (min-width: 550px) {
	.site-footer .footer-inner .site-info span {
		display: inline-block;
	}
	.site-footer .footer-inner .site-info span:before {
		content: " | ";
	}
	.site-footer .footer-inner .site-info span:first-child:before,
	.site-footer .footer-inner .site-info br + span:before {
		content: "";
	}
}

#mfPreviewBar {
    opacity: 0;
    display: none;
}

body .ms-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	padding: 50px 0 20px;
	box-sizing: border-box;
}

body .ms-wrapper > div {
	width: 100%;
	max-width: 1075px !important;
	margin: 0 auto;
}

.nivo-directionNav a, .flex-direction-nav a, a.rslides_nav {
	color: transparent !important;
	width: 29px !important;
	height: 48px !important;
	background: url(images/arrow-right.png) no-repeat !important;
}

a.nivo-nextNav, a.flex-next, a.rslides_nav.next {
	right: 5px !important;
}

.nivo-directionNav a.nivo-prevNav, .flex-direction-nav a.flex-prev, a.rslides_nav.prev {
	background: url(images/arrow-left.png) no-repeat !important;
	left: 5px !important;
}

.metaslider {
}


.metaslider img {
}
.metaslider, .metaslider * {
}

.metaslider {
}

.metaslider img {
}

.nivo-caption {
	text-indent: 0;
}

.ms-button-close {
	position: absolute;
	top: -25px;
	right: 0;
	width: 18px;
	height: 19px;
	background-repeat: no-repeat;
	background-image: url(images/close.png);

}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
