/*
Theme Name: Stiftung JOB
Author: Mathias Greiner | medienlabor GmbH
Author URI: https://agentur-medienlabor.de/
Text Domain: job

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



/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}


/**
 * Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	clear: both;
	font-weight: 300;
	margin-bottom: 0.5em;
}

h1,
h2,
h3 {
	font-size: 22px;
	line-height: 28px;
}
h4,
h5,
h6 {
	font-size: 18px;
	line-height: 23px;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Roboto', sans-serif;
}


/**
 * Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #0091d7;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #5c2483;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

#main .search-field {
	margin-bottom: 20px;
}


/**
 * Accessibility
 */

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




/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 20px 20px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 20px 20px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 15px;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}




/**
 * LAYOUT
 */
.page-center {
	width: 96%;
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
.page-spacer {
	background: url(images/spacer-1.jpg) no-repeat center center;
	background-size: 100% auto;
	min-height: 130px;
}
#page-spacer-bottom {
	background: url(images/spacer-2.jpg) no-repeat center center;
	background-size: 100% auto;
}
#page-top-wrapper,
#slider-wrapper,
#page-footer-wrapper {
	background: #d3ecfc;
}
#page-header-wrapper {
	background: #ec6707;
	border-bottom: 3px solid #9a630b;
}
#primary {
	width: 65.957446809%;
	/*margin-rigt: 2.1276595745%;*/
	float: left;
}
#secondary {
	width: 31.914893617%;
	float: right;
}
#slider-wrapper {
	padding: 20px 0;
}
#page-footer {
	padding: 30px 0;
}
#content {
	padding: 30px 0;
}



/* ICON-Links */
#content  a[href$=".pdf"]:before,
#content a[href$=".xls"]:before,
#content a[href$=".csv"]:before,
#content a[href$=".xlw"]:before,
#content a[href$=".xlt"]:before,
#content a[href$=".doc"]:before,
#content a[href$=".rtf"]:before,
#content a[href$=".txt"]:before,
#content a[href$=".zip"]:before,
#content a[href$=".rar"]:before,
#content a[href$=".gzip"]:before {
	font-family: 'FontAwesome';
	padding-right: 5px;
}


/* PDF-Links */
#content  a[href$=".pdf"]:before { content: '\f1c1'; }
/* Excel-Links */
#content a[href$=".xls"]:before,
#content a[href$=".csv"]:before,
#content a[href$=".xlw"]:before,
#content a[href$=".xlt"]:before { content: '\f1c3'; }
/* Word-Links */
#content a[href$=".doc"]:before,
#content a[href$=".rtf"]:before,
#content a[href$=".txt"]:before { content: '\f0f6'; }
/* Zip-Links */
#content a[href$=".zip"]:before,
#content a[href$=".rar"]:before,
#content a[href$=".gzip"]:before { content: '\f1c6'; }

/**
 * Header
 */
#page-top .search-form {
	position: relative;
}
#page-top .search-form .search-submit {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: #c0d9e9;
	color: #c0d9e9;
}
#page-top .search-form .search-submit:hover,
#page-top .search-form .search-submit:active {
	background: #5c2483;
	color: #5c2483;
	cursor: pointer;
}
#page-top .search-form .search-submit-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: #c0d9e9;
	color: #c0d9e9;
}
#page-top .search-form .search-submit-wrapper:after {
	font-family: 'FontAwesome';
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 0;
  content: "\f002";
	color: #fff;
}

.logo {
	display: block;
	width: 130px;
	height: 130px;
	margin: 10px auto;
	padding: 0;
}
#menu-secondary-menu {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#menu-secondary-menu li {
	display: inline;
	padding-left: 10px;
}
.social {
	margin: 95px 0 0;
	padding: 0;
	list-style: none;
	clear: right;
	float: right;
}
.social li {
	display: inline;
}
#page-header .social a {
	font-size: 16px;
}
.social li span {
	display: none;
}


/**
 * Footer
 */
#page-footer .nav-menu,
#page-footer .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page-footer .nav-menu > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	max-width: 125px;
}
#page-footer .nav-menu > li > a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0.5em;
}
#page-footer .nav-menu > li li {
	margin-bottom: 5px;
}
#page-footer .nav-menu > li li a {
	font-size: 12px;
}
#page-footer .nav-menu .sub-menu {
	max-width: 200px;
}
#page-bottom {
	padding: 20px 0;
}
#menu-main-menu-2 > li:nth-of-type(1) {
	display: none;
}


/**
 * Links
 */
a {
	color: #0091d7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #5c2483;
}
.entry-content a {
	text-decoration: underline;
}

a img {
	border: none;
}
a:hover img,
a:focus img {
	opacity: 0.9;
}

#page-header a {
	color: #fff;
	font-size: 12px;
}
#page-header a:hover,
#page-header li a:active {
	color: #5c2483;
}


.entry-content hr {
	clear: both;
}

/**
 * Navigation
 */
#page-nav a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#page-nav #menu-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page-nav #menu-main-menu li {
	display: inline-block;
	margin-right: 20px;
}
#page-nav #menu-main-menu li a {
	display: inline-block;
	font-size: 15px;
	padding: 15px 0 12px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 3px solid #fff;
}
#page-nav #menu-main-menu li a:hover,
#page-nav #menu-main-menu li a:active,
#page-nav #menu-main-menu li.current-menu-item a,
#page-nav #menu-main-menu li.current-post-parent a {
	color: #0091d7;
	border-bottom: 3px solid #0091d7;
}
#page-nav #menu-main-menu li > .sub-menu {
	display: none;
}
#page-nav #menu-main-menu > li:nth-of-type(1) a {
	padding: 10px 0 9px;
}
#page-nav #menu-main-menu > li:nth-of-type(1) a span {
	display: none;
}
#page-nav #menu-main-menu > li:nth-of-type(1) > a:before {
	font-family: 'FontAwesome';
	content: '\f015';
	font-size: 25px;
}

.menu-toggle,
.sidebar-toggle {
  display: none;
}
.main-navigation ul.nav-menu li.menu-item-has-children > span {
	display: none;
}

#widget-area .widget_advanced_menu ul,
#mu-site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#widget-area .widget_advanced_menu ul ul,
#mu-site-nav ul ul {
	margin: 0 10px;
}
#widget-area .widget_advanced_menu li,
#mu-site-nav li {
	margin-bottom: 10px;
}
#widget-area .widget_advanced_menu a,
#mu-site-nav a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
#widget-area .widget_advanced_menu a:hover,
#widget-area .widget_advanced_menu a:active,
#widget-area .widget_advanced_menu .current-menu-item > a,
#mu-site-nav a:hover,
#mu-site-nav a:active,
#mu-site-nav .current-menu-item > a {
	color: #0091d7;
}


/**
 * Widget
 */
#widget-footer-area {
	float: left;
	margin-right: 20px;
}
#widget-area .widget,
#mu-site-nav {
	border: 1px solid #0091d7;
 	padding: 20px;
 	margin-bottom: 20px;
}

#widget-area .widget.green {
	border: 1px solid #63b32e;
	background: #e6f3dd;
	color: #63b32e;
}
#widget-area .widget.orange {
	border: 1px solid #ec6707;
	background: #fce7d7;
	color: #ec6707;
}
#widget-area .widget.purple {
	border: 1px solid #5c2483;
	background: #eee9f2;
	color: #5c2483;
}
#widget-area .widget.red {
	border: 1px solid #e40421;
	background: #fbd7db;
	color: #e40421;
}
#widget-area .widget.blue {
	border: 1px solid #0091d7;
	background: #e5f4fb;
	color: #0091d7;
}
#widget-footer-area .widget-title {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0091d7;
}

#widget-area .widget_ml_button_widget {
	padding: 0;
}
#widget-area .widget_ml_button_widget a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 39px;
	padding: 40px 20px;
}
#widget-area .widget_ml_button_widget.green a {
	color: #63b32e;
}
#widget-area .widget_ml_button_widget.green a:hover,
#widget-area .widget_ml_button_widget.green a:active {
	background: #63b32e;
	color: #fff;
}
#widget-area .widget_ml_button_widget.orange a {
	color: #ec6707;
}
#widget-area .widget_ml_button_widget.orange a:hover,
#widget-area .widget_ml_button_widget.orange a:active {
	background: #ec6707;
	color: #fff;
}
#widget-area .widget_ml_button_widget.purple a {
	color: #5c2483;
}
#widget-area .widget_ml_button_widget.purple a:hover,
#widget-area .widget_ml_button_widget.purple a:active {
	background: #5c2483;
	color: #fff;
}
#widget-area .widget_ml_button_widget.blue a {
	color: #0091d7;
}
#widget-area .widget_ml_button_widget.blue a:hover,
#widget-area .widget_ml_button_widget.blue a:active {
	background: #0091d7;
	color: #fff;
}
#widget-area .widget_ml_button_widget.red a {
	color: #e40421;
}
#widget-area .widget_ml_button_widget.red a:hover,
#widget-area .widget_ml_button_widget.red a:active {
	background: #e40421;
	color: #fff;
}

#widget-area .widget_ml_vacancies_widget {
	border: 1px solid #63b32e;
	background: #e6f3dd;
	color: #63b32e;
	padding: 0;
}
#widget-area .widget_ml_vacancies_widget h2 {
	margin: 0;
}
#widget-area .widget_ml_vacancies_widget a.vacancy-link {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 39px;
	padding: 40px 20px;
	color: #63b32e;
}
#widget-area .widget_ml_vacancies_widget a.vacancy-link:hover,
#widget-area .widget_ml_vacancies_widget a.vacancy-link:active {
	background: #63b32e;
	color: #fff;
}

#widget-area .widget_ml_vacancies_widget_text {
	border: 1px solid #63b32e;
	background: #e6f3dd;
	position: relative;
}
#widget-area .widget_ml_vacancies_widget_text:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	background: #c5e3b1;
}
#widget-area .widget_ml_vacancies_widget_text a {
	color: #63b32e;
	padding-left: 60px;
	display: inline-block;
}
#widget-area .widget_ml_vacancies_widget_text a:hover,
#widget-area .widget_ml_vacancies_widget_text a:active {
	color: #0091d7;
}


/**
 * CONTENT
 */
.blog #main article,
.category #main article,
.archive #main article {
	width: 48.387096774%;
	margin: 0 3.2258064516% 20px 0;
	float: left;
}
.blog #main article:nth-of-type(2n),
.category #main article:nth-of-type(2n),
.archive #main article:nth-of-type(2n) {
	margin-right: 0;
}

.archive article.first-post {
	margin-bottom: 20px;
}

.single .entry-title {
	font-size: 30px;
	line-height: 39px;
	color: #0091d7;
}

.pagination {
	clear: both;
}
.image-wrapper {
	margin: -20px -20px 20px -20px;
}
.entry-meta {
	color: #63b32e;
	font-size: 12px;
	margin: 0 0 10px;
}
.entry-meta a {
	color: #63b32e;
}
.entry-meta a:hover,
.entry-meta a:active {
	color: #0091d7;
}

#main ul,
.widget-area .widget ul{
  list-style: outside none;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFBJREFUeNpiZJh4nY2BgaEbiGOAmBGIFwNxKQuQ6ALiPAYEALG/MwGJWAZMkMrEgAMwQc1EB3NAdpRBLYUZCVJYywh0FVajGP///49VAiDAANhcDjc/MdL8AAAAAElFTkSuQmCC');
  margin: 0 0 1.6em;
}
#main ul li,
.widget-area .widget ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}
#main ul ul {
	margin-left: 20px;
}



.search-field {
	text-align: center;
}
#primary article {
	border: 1px solid #0091d7;
	padding: 20px;
}
#primary .blog-site-name {
	border: 1px solid #0091d7;
	background: #e5f4fb;
	color: #0091d7;
	padding: 20px;
	font-size: 30px;
	line-height: 39px;
	margin-bottom: 20px;
}

.more-link {
	display: inline-block;
	border: 1px solid #0091d7;
	padding: 3px 20px;
	text-decoration: none !important;
}
.more-link:hover,
.more-link:active {
	color: #ec6707;
	border: 1px solid #ec6707;
}


/**
 * EMPLOYEE-LIST
 */
.employee-list .employee-item {
	clear: both;
	overflow: hidden;
	margin-bottom: 1.6em;
}
.employee-list h6 {
	color: #0091d7;
}
.employee-position {
	font-weight: 400;
	margin-bottom: 0.3em;
}
.employee-title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #0091d7;
}
.employee-content p:last-child {
	margin-bottom: 0;
}
.employee-icon:before {
	font-family: "FontAwesome";
  padding-right: 10px;
}
.employee-phone:before {
  content: "\f095";
}
.employee-mobile:before {
  content: "\f095";
}
.employee-fax:before {
  content: "\f1ac";
}
.employee-email:before {
  content: "\f0e0";
}



/**
 * Media
 */
audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/**
 * Video
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**
 * Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 130px;
}
#primary .gallery-item {
  max-width: 17.301038062%;
  margin-right: 3.4602076125%;
  margin-bottom: 20px;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: none;
}
#TB_caption {
  float: none !important;
  font-weight: bold;
  height: auto !important;
}
#TB_caption #TB_secondLine {
  font-weight: normal;
}
#TB_closeWindow {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: auto !important;
  padding: 0;
  float: none;
}




/**
 * Button Menu
 */
.btn-menu {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.btn-menu li {
	display: block;
	float: left;
	background: green;
	width: 23.404255319%;
	margin-right: 2.1276595745%;
}
.btn-menu li a {
	font-family: 'Roboto';
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 85px;
	font-size: 16px;
	line-height: 27px;
	padding: 15px;
	text-align: center;
	color: #fff;
}

.btn-menu li:nth-of-type(1) {
  background-image: -moz-linear-gradient( 90deg, rgb(99,179,46) 0%, rgb(123,202,68) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(99,179,46) 0%, rgb(123,202,68) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(99,179,46) 0%, rgb(123,202,68) 100%);
}
.btn-menu li:nth-of-type(2) {
  background-image: -moz-linear-gradient( 90deg, rgb(126,67,165) 0%, rgb(92,36,131) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(126,67,165) 0%, rgb(92,36,131) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(126,67,165) 0%, rgb(92,36,131) 100%);
}
.btn-menu li:nth-of-type(3) {
  background-image: -moz-linear-gradient( 90deg, rgb(255,141,53) 0%, rgb(236,103,7) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,141,53) 0%, rgb(236,103,7) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,141,53) 0%, rgb(236,103,7) 100%);
}
.btn-menu li:nth-of-type(4) {
  background-image: -moz-linear-gradient( 90deg, rgb(255,58,55) 0%, rgb(228,4,33) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,58,55) 0%, rgb(228,4,33) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,58,55) 0%, rgb(228,4,33) 100%);
	margin-right: 0;
}

.btn-menu li:hover,
.btn-menu li:active {
	background: #0091d7;
}


/**
 * ESF
 */
.esf {
	font-size: 10px;
}
.esf img {
	max-height: 125px;
	margin-right: 20px;
	width: auto;
	float: left;
}
.esf p {
	clear: both;
	padding: 20px 0;
}


/**
 * Cookie
 */
#cookie-notice {
	background: #ec6707 !important;
	background: rgba(236,103,7,0.95) !important;
	font-weight: bold;
}
#cn-notice-text {
	display: block;
	margin-bottom: 10px;
}
#cookie-notice .button {
	display: inline-block;
	background: #fff;
	color: #000;
	padding: 0 10px;
}
#cookie-notice .button:hover,
#cookie-notice .button:focus {
	background: #000;
	color: #fff;
}

/**
 * Media Queries
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 768px) {
	.slider-content p {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	#primary,
	#secondary {
		width: 100%;
		float: none;
		clear: both;
	}
	#primary {
		margin-bottom: 20px;
	}
	.mobile-page-center {
		width: 100%;
	}
	.logo {
		margin: 10px;
	}
	#menu-secondary-menu li {
		display: block;
		text-align: right;
	}
	.social {
		margin: 50px 0 0;
	}
	.page-spacer {
		min-height: 50px;
	}
	.widget_advanced_menu {
		display: none;
	}
	#page-nav #menu-main-menu,
	#widget-area {
		display: none;
	}
	#page-nav #menu-main-menu li > .sub-menu {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#page-nav #menu-main-menu li {
		display: block;
		margin: 0;
	}
	#page-nav #menu-main-menu li a {
		display: block;
		border-bottom: 1px solid #eee;
		padding: 5px 10px;
	}
	#page-nav #menu-main-menu li a:hover,
	#page-nav #menu-main-menu li a:active,
	#page-nav #menu-main-menu li.current-menu-item a,
	#page-nav #menu-main-menu li.current-post-parent a {
		border-bottom: 1px solid #0091d7;
	}
	.menu-toggle {
    position: relative;
    z-index: 100;
    height: 50px;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    background: #0091d7;
    display: block;
    text-align: center;
  }
  .menu-toggle:before {
    font-family: "Genericons";
    content: "\f419";
    font-size: 30px;
    padding-right: 10px;
  }
  .menu-toggle span {
  	display: none;
  }
  .menu-toggle:hover,
  .menu-toggle:focus {
    background: #63b32e;
  }


	.sidebar-toggle {
    position: relative;
    z-index: 100;
    height: 50px;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    background: #63b32e;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .sidebar-toggle:after {
    font-family: "FontAwesome";
    content: "\f078";
    padding-left: 10px;
  }
  .sidebar-toggle.toggle-up:after {
  	content: "\f077";
  }
  .sidebar-toggle:hover,
  .sidebar-toggle:focus {
    background: #0091d7;
  }

  #page-nav #menu-main-menu li > .sub-menu {
    display: none;
  }
  #page-nav #menu-main-menu .sub-menu a {
  	padding: 3px 20px;
  }
  #page-nav #menu-main-menu .sub-menu .sub-menu a {
  	padding: 3px 30px;
  }
  .main-navigation ul.nav-menu li.menu-item-has-children {
    position: relative;
  }
  .main-navigation ul.nav-menu li.menu-item-has-children > span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    color: #63b32e;
    cursor: s-resize;
    transform: rotate(90deg);
    transition: 300ms linear all;
  }
  .main-navigation ul.nav-menu li.menu-item-has-children.open > span {
    transform: rotate(270deg);
    transition: 300ms linear all;
    color: #e40421;
  }
  .main-navigation ul.nav-menu li.menu-item-has-children > span:hover {
    color: #e40421;
  }
  .slider-content {
  	display: none;
  }
  .btn-menu li a {
  	font-size: 14px;
  	line-height: 18px;
		padding: 10px;
		height: 65px;
  }

  #page-nav #menu-main-menu > li:nth-of-type(1) a {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 580px) {
	.blog #main article,
	.category #main article,
	.archive #main article {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}


/**
 * Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.page-header,
	.page-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.page-header,
	.page-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.page-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}
