/*
Theme Name: Svit
Theme URI: http://www.svit.ch
Author: WEBSAMURAI AG
Author URI: http://www.svit.ch
Description: WEBSAMURAI Theme Zwei
Version: 1.0
License: Copyright 2017 by WEBSAMURAI AG
Text Domain: svit
Tags:

Svit 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.
*/

/*--------------------------------------------------------------
# Normalize
# Typography
# Elements
# Links
# Forms
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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: bold;
}

dfn {
	font-style: italic;
}

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 {
	
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'SourceSansPro';
    src: url(fonts/SourceSansPro-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url(fonts/SourceSansPro-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url(fonts/SourceSansPro-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: 'Merriweather';
    src: url(fonts/Merriweather-Bold.ttf);
    font-weight: 700;
}

body,
button,
input,
select,
textarea {
	color: #466399;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 3.778em;
    margin: 0 0 .5em;
}
h2 {
	margin-bottom: 2.188em;
	font-size: 1.778em;
	font-weight: 400;
	line-height: 1.25;
    margin-top: 0;
}
h3 {
    font-size: 1em;
    font-weight: 100;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

/*--------------------------------------------------------------
# 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 0;
	padding: 0 0 0 2em;
}

ul {
	list-style-type: none;
}

.entry-content ul > li:before {
	content: "—"; /* em dash */
	position: absolute;
	margin-left: -1.5em; 
}

ol {
	list-style: decimal;
}

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



dl {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 .5em;
}
dt,
dd {
    width: 50%;
    display: inline-block;
    margin: 0;
    float: left;
}
dt {
    font-weight: bold;
    padding-right: 1em;
}
dd {
    
}

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

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #466399;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover,
a:focus,
a:active {
	color: #000;
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
a.button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
	color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
	background-color: #9bb458;
	border: none;
	border-radius: 5px;
	padding: 11px 40px;
	font-size: 1.111em;
}
.more-link {
    font-size: .875em;
    padding-top: .4em;
}

button:hover,
.button:hover,
a.button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #c9d6a8;
    color: #fff;
}

button:focus,
.button:focus,
a.button:focus,
.more-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
a.button:active,
.more-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.button.secondary {
	background-color: transparent;
	color: #212423;
}
.button.secondary:hover {
	background-color: transparent;
	color: #000;
	border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #c3bfb0;
	/*border: 1px solid #ccc;*/
	padding: 10px;

	border: none;
	background: #f3f2ef;
	font-style: italic;
	width: 100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #212423;
}

textarea {
	width: 100%;
}

.form-group {
    float: left;
    width: 100%;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus,
.widget .search-field:focus {
    border-color: #212423;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
    position: relative;
}
span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em;
}
div.wpcf7-validation-errors {
    clear: both;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.form-control.wpcf7-not-valid {
    border-color: #a94442;
}
span.wpcf7-not-valid-tip {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    padding: .2em .5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    /*padding-left: 79px;*/
	padding-left: 6.1%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li:before {
	content: none;
}
.main-navigation .nav-menu {
    /*text-align: right;*/
}

.main-navigation .nav-menu>li {
	display: inline-block;
}

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

.main-navigation .nav-menu>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

.main-navigation ul ul li {

}

.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    float: right;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    .main-navigation .nav-menu>li {
        /*padding: 2em 0 .5em 2em;*/
		padding: 0;
		margin-right: 1.95em;
		border-top: 10px solid #466399;
		width: 100%;
		max-width: 180px;
    }
    .main-navigation .nav-menu>li>a {
		color: #435f93;
		padding-top: 18px;
		/* margin-bottom: .5em; */
		/* border-bottom: 3px solid #fff; */
		padding-left: 9px;
		font-size: 1.333em;
    }
    .main-navigation .nav-menu>li>a:hover,
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
       /* border-bottom: 3px solid #2f343b;*/
    }
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
        color: #5e6875;
        border-color: #5e6875;
    }
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        padding: .5em 0;
        float: left;
        position: absolute;
        top: 4.3em;
        left: -999em;
        z-index: 99999;
        text-align: left;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        padding: .35em 1em;
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .main-navigation li,
    .main-navigation ul {
        width: 100%;
    }
    .main-navigation .nav-menu>li {
        margin-bottom: 1.5em;
    }
    .main-navigation a {
        line-height: 1.5em;
    }
}

.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%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
    text-align: center;
}

.pagination,
.pagination ul {
    width: 100%;
    float: left;
}

.pagination ul,
.pagination li {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li.disabled {
    color: #212423;
    text-decoration:none;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fff;
    border: 1px solid #212423;
    cursor: pointer;
    padding: .3em .5em;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #212423;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
	/*max-width: 1680px;*/
	max-width: 1442px;
	margin: 0 auto;
	position: relative;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-contact {
    color: #999;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: .875em;
}
.header-contact span {
    padding-left: 1.5em;
}
.header-contact a {
    color: #999;
}
.header-contact a:hover {
    color: #fff;
}

.site-header {
	padding-bottom: 1.389em;
	height: 142px;
}
.logo img {
    max-width: 200px;
    height: auto;
	/*width: 100%;*/
}
.site-branding {
    margin-top: 1em;

}
.site-title {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 2em;
    font-weight: 700;
}
.header-slider,
.header-image,
.header-image-placeholder,
.google-maps {
    float: left;
    width: 100%;
    display: block;
}
.header-slider .slide,
.header-image,
.google-maps {
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.header-slider p.buttons-inside {
	line-height: 2.8;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #f94f5e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding-top: 3em;
    padding-bottom: 3em;
}
.site-footer a {
    color: #5c4c3a;
}
.site-footer a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/*margin: 0 0 3em;*/
    /*font-size: .875em;*/
}

.widget p {
    margin-bottom: .5em;
}

.widget ul,
.widget li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul:before,
.widget li:before {
	content: none;
}

#secondary .widget .widget-title {
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0;
}



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

.widget .search-field {
    border: 1px solid #e9e9e9;
    padding: .3em 1em .25em;
    font-weight: 400;
}

/* Beautiful News Widget */
.widget_beautiful_news_widget li:first-child {
    margin-top: 0;
    border-top: 0px none;
}
.widget_beautiful_news_widget li {
    border-top: 3px solid #e9e9e9;
    margin-top: 1.5em;
    padding-top: 1em;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget h3 {
    display: inline-block;
    margin: 0;
}
.widget_beautiful_news_widget time {
    display: inline-block;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget .thumbnail {
    width: 100%;
    height: auto;
}
.widget_beautiful_news_widget .thumbnail img {
    width: 100%;
    height: auto;
}

/* Widget Search */
#secondary .widget_search .search-submit {
    font-size: 1em;
	padding: .35em 1em;
}

/* Callback form */
#callback-form {
    max-width: 500px;
}
#callback-form h2 {
    margin-bottom: 1.5em;
    line-height: 1.75;
    border-bottom: 3px solid #f94f5e;
}
#callback-form label {
    padding-top: .5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.bg-grey {
    background: #f0f6f4;
}

.bg-black {
	background: #212423;
}

.site-content {
    margin-bottom: 1.5em;
	margin-top: 3em;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.blog .hentry .post-content {
	background: #212423;
	padding: 30px;
	color: #fff;
}
.blog time {
	display: inline-block;
	margin-bottom: 1em;
}
.blog .entry-title {
	margin-bottom: .75em;
}
.blog .entry-content,
.blog .entry-content p {
	margin-bottom: 0;
}
.hentry .post-content h2 a {
	color: #fff;
}

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

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

.single .entry-meta {
	font-size: .875em;
}
.single .entry-meta p {
	margin-bottom: .275em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 2.778em 0 1.5em;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 0px none;
}

.thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px none;
    border-radius: 0;
}
.thumbnail-link {
    display: inline-block;
}

time {
	
}

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

.more-link {
    float: right;
    clear: both;
    margin-top: 1.5em;
}

.feature-box {
    margin-bottom: 30px;
	position: relative;
}
.feature-box .data {
	position: absolute;
	overflow: visible;
	left: 0;
	right: 0;
	top: 40%;
}
.feature-box a img {
	-webkit-transition: opacity 0.2s ease; /* Safari */
    transition: opacity 0.2s ease;
}
.feature-box a:hover img {
	opacity: .5;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
	display: inline-block;
}
.nav-links .nav-next a i,
.nav-links .nav-previous a i {;
	-webkit-transition: padding 0.2s ease; /* Safari */
    transition: padding 0.2s ease;
}
.nav-links .nav-next a i {
	padding: 0 .15em 0 .25em
}
.nav-links .nav-previous a i {
	padding: 0 .25em 0 .15em;
}
.nav-links .nav-next a:hover i {
	padding: 0 0 0 .4em;
}
.nav-links .nav-previous a:hover i {
	padding: 0 .4em 0 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sub-page-box h3 {
    margin: .35em 0 1.5em;
}

/*--------------------------------------------------------------
## Template: Frontpage
--------------------------------------------------------------*/
.page-template-frontpage .content-area h2,
.page-template-frontpage h2.big {
    text-align: center;
    font-size: 2em;
    margin: 1em 0 .5em;
    font-weight: 700;
}
.page-template-frontpage .lead p {
	font-size: 1.25em;
	font-weight: 300;
}
.page-template-frontpage .news .thumbnail {
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
	margin-bottom: 0;
	line-height: 0;
}
.page-template-frontpage .news article {
    margin-bottom: 1.5em;
}
.page-template-frontpage .news .news-content {
	background: #fff;
	padding: 30px;
}
.page-template-frontpage .news .author {
	font-size: .85em;
}
.page-template-frontpage .bg-black .news h2.big {
	color: #fff;
}
.page-template-frontpage section {
    padding-bottom: 65px;
}
.page-template-frontpage .feature-box {
    padding: 15px 15px 0px;
    margin-bottom: 30px;
}
.feature-box img {
    margin-bottom: 1em;
}
.page-template-frontpage .feature .feature-icon {
    font-size: 2.2em;
}

/*--------------------------------------------------------------
## Template: Portfolio
--------------------------------------------------------------*/
.portfolio-categories {
	margin-bottom: 1.5em;
}
.portfolio-categories .tag a {
	padding: 0 .5em;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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 {
    padding: 0 30px 30px 0;
	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;
}


/*--------------------------------------------------------------
# Standards
--------------------------------------------------------------*/
.color-brown{
	color: #5c4c3a;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1285px; /* or 950px */
}
label {
	font-weight: 400;
}

/*--------------------------------------------------------------
# frontpage -header
--------------------------------------------------------------*/
.header-title{
	color: #fff;
	position: absolute;
	bottom: 1.176em;
	margin-bottom: 0;
	/*line-height: 0.324em;*/
	line-height: 1em;
}
.logout{
	margin-top: 1.667em;
	display: inline-block;
	color: #435f93;
	text-align: right;
}
.logout a{
	color: #435f93;
}
.site-branding{
	position: absolute;
	left:30px;

}
.main-navigation button.menu-toggle{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin-top: 1.5em;
}
.main-navigation button.menu-toggle .fa.fa-bars{
	color: #466399;
	font-size: 3em;
}

.main-navigation button.menu-toggle:focus,
.main-navigation button.menu-toggle:active,
.main-navigation button.menu-toggle .fa.fa-bars:focus,
.main-navigation button.menu-toggle .fa.fa-bars:active{
	outline: none;
}



/*--------------------------------------------------------------
# frontpage - login
--------------------------------------------------------------*/
.login-area{
	margin-top: 2.778em;
}
.main-sub-title{
}
.login-desc{
	font-size: 1.556em;
	line-height: 1.286em;
	font-weight: 200;
}

.login-form{
	margin-top: 2.222em;
}
.login-form small label{
	font-size: 0.889em;
}
.login-form .button{
}
.login-form small{
	position: relative;
}
.login-form small .set_cookie{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin: 0;
}
.login-form small label{
	font-size: 1em;
	padding-left: 20px;
}
.forgot_password {
	text-decoration: underline;
}
/*--------------------------------------------------------------
# frontpage - documents
--------------------------------------------------------------*/
.document-title{
	margin-top: 1.389em;
}

.document{
	margin-bottom: 1.111em;
}
.document-holder{
	margin-top: 2.778em;
	opacity: 0;
}
.document a{
	padding: 1.111em;
	background: #f3f2ef;
	display: inline-block;

	position: relative;
	top: 0;
	transition: top 0.2s;
}
.document a:hover{
	position: relative;
	top: -10px;
	transition: top 0.2s;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.document .document-title{
	font-size: 1.167em;
	font-weight: 600;
}
.document-date{
	margin-top: 1.111em;
}
.output-documents{
	margin-top: 3.056em;
}
.documents-desc{
	font-size: 1.556em;
	line-height: 1.179em;
	font-weight: 200;
}
.documents-titel{
	margin-top: 2.813em;
	font-size: 1.778em;
	font-weight: 400;
}

.document .video-embed{
	padding: 1.111em;
	background: #f3f2ef;
	display: inline-block;

	position: relative;
	top: 0;
	/*transition: top 0.2s;*/
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer{
	margin-top: 5.556em;
	margin-bottom: 5.556em;
	font-weight: 200;
}

#menu-social-medias a{
	position: relative;
	text-indent: -99999px;
	display: inline-block;
}
#menu-social-medias a:before{
	content: "";
	font-family: FontAwesome;
	text-indent: 0;
	font-size: 39px;
	text-indent: 0;
	position: absolute;
	left: 0;
	color: #5c4c3a;
}

#menu-social-medias .ico-facebook a::before {
	content: "\f09a";
}
#menu-social-medias .ico-twitter a::before {
	content: "\f099";
}
#menu-social-medias .ico-youtube a::before {
	content: "\f16a";
}
#menu-social-medias .ico-linkedin a::before {
	content: "\f0e1";
}
#menu-social-medias .ico-xing a::before {
	content: "\f168";
}

#menu-social-medias li{
	float: left;
	/* width: 16.6666666%; */
	/* text-align: center; */
	/*margin-left: 124px;*/
	width: 20%;
}
#menu-social-medias li:first-child{
	/*margin-left: 0;*/
}

.footer .widget-area{
	margin-top: 1.389em;
}
.footer .widget-area:first-child{
	margin-top: 0;
}
.footer .widget-area:last-child{
	margin-top: 2.222em;
}
.footer .widget{
	/*padding:0 8px;*/
}
.widget-area h2{
	font-size: 1em;
}







.main-navigation.toggled ul{
	padding-top: 4em;
	text-align: right;
}
.main-navigation.toggled ul a{
	color: #435f93;
}







/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
	.main-navigation {
		padding-left: 10%;
	}
}
@media screen and (max-width: 1110px) {
	.main-navigation {
		padding-left: 12%;
	}
}
@media screen and (max-width: 1080px) {
	.main-navigation {
		padding-left: 12%;
	}
	.main-navigation .nav-menu>li{
		max-width: 160px;
	}
}

@media screen and (max-width: 991px) {

	.main-navigation{
		padding: 0 15px;
		width: 100%;
	}
	.main-navigation .nav-menu>li{
		width: 100%;
		max-width: none;
	}
	.logout{
		width: 100%;
		margin-top: 1.1em;
		margin-bottom: 1.1em;
	}
	#menu-social-medias li{
		width: 20%;
		margin: 0;
	}
	.menu-social-medias-container ul{
		height:2.5em;
	}
	.main-navigation .nav-menu>li>a,
	.logout a{
		font-weight: 700;
	}
	.footer{
		margin-top: 2.778em;
	}
	.footer .widget{
		margin-top: 1.5em;
	}
	.main-navigation .nav-menu>li:last-child{
		margin-bottom: 0;
	}
	h1{
		font-size: 2.778em;
	}
}


@media screen and (max-width: 767px) {
	.header-slider .slide,
	.google-maps {
		height: 500px;
	}
	.header-image {
		height: 250px;
	}
	.header-slider .slide-content {
		bottom: 0;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
		text-align: center;
		background: #000;
		background: rgba( 0, 0, 0, 0.8 );
		color: #fff;
	}

	body, button, input, select, textarea{
		font-size: 16px;
	}

}
@media screen and (max-width: 500px) {

	body, button, input, select, textarea{
		font-size: 14px;
	}
}
@media screen and (max-width: 370px) {

	body, button, input, select, textarea{
		font-size: 12px;
	}
}