/*!
Theme Name: Bryter Center
Theme URI: http://www.towfigh.net
Author: David Waschk
Author URI: http://www.davidwaschk.de
Description: Bryter Center - Towfigh Childtheme
Template: towfigh
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: towfigh-net
*/

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

:root {
	--tow-blue: #010101;
	--tow-blue-light: #0065b2;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */





/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700 !important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.4; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/**
 * Remove empty paragraphs
*/

body p:empty {
    content: none;
    padding: 0 !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Bold.eot');
    src: url('fonts/EBGaramond-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-Bold.woff2') format('woff2'),
        url('fonts/EBGaramond-Bold.woff') format('woff'),
        url('fonts/EBGaramond-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-BoldItalic.eot');
    src: url('fonts/EBGaramond-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/EBGaramond-BoldItalic.woff2') format('woff2'),
        url('fonts/EBGaramond-BoldItalic.woff') format('woff'),
        url('fonts/EBGaramond-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-ExtraBoldItalic.eot');
    src: url('fonts/EBGaramond-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/EBGaramond-ExtraBoldItalic.woff') format('woff'),
        url('fonts/EBGaramond-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-ExtraBold.eot');
    src: url('fonts/EBGaramond-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-ExtraBold.woff2') format('woff2'),
        url('fonts/EBGaramond-ExtraBold.woff') format('woff'),
        url('fonts/EBGaramond-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Italic.eot');
    src: url('fonts/EBGaramond-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-Italic.woff2') format('woff2'),
        url('fonts/EBGaramond-Italic.woff') format('woff'),
        url('fonts/EBGaramond-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-MediumItalic.eot');
    src: url('fonts/EBGaramond-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-MediumItalic.woff2') format('woff2'),
        url('fonts/EBGaramond-MediumItalic.woff') format('woff'),
        url('fonts/EBGaramond-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Medium.eot');
    src: url('fonts/EBGaramond-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-Medium.woff2') format('woff2'),
        url('fonts/EBGaramond-Medium.woff') format('woff'),
        url('fonts/EBGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-SemiBold.eot');
    src: url('fonts/EBGaramond-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-SemiBold.woff2') format('woff2'),
        url('fonts/EBGaramond-SemiBold.woff') format('woff'),
        url('fonts/EBGaramond-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Regular.eot');
    src: url('fonts/EBGaramond-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-Regular.woff2') format('woff2'),
        url('fonts/EBGaramond-Regular.woff') format('woff'),
        url('fonts/EBGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-SemiBoldItalic.eot');
    src: url('fonts/EBGaramond-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/EBGaramond-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/EBGaramond-SemiBoldItalic.woff') format('woff'),
        url('fonts/EBGaramond-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Bold.woff2') format('woff2'),
        url('fonts/Dosis-Bold.woff') format('woff'),
        url('fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-ExtraBold.woff2') format('woff2'),
        url('fonts/Dosis-ExtraBold.woff') format('woff'),
        url('fonts/Dosis-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-ExtraLight.woff2') format('woff2'),
        url('fonts/Dosis-ExtraLight.woff') format('woff'),
        url('fonts/Dosis-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Light.woff2') format('woff2'),
        url('fonts/Dosis-Light.woff') format('woff'),
        url('fonts/Dosis-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Medium.woff2') format('woff2'),
        url('fonts/Dosis-Medium.woff') format('woff'),
        url('fonts/Dosis-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-Regular.woff2') format('woff2'),
        url('fonts/Dosis-Regular.woff') format('woff'),
        url('fonts/Dosis-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('fonts/Dosis-SemiBold.woff2') format('woff2'),
        url('fonts/Dosis-SemiBold.woff') format('woff'),
        url('fonts/Dosis-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.woff2') format('woff2'),
        url('fonts/fontawesome-webfont.woff') format('woff'),
        url('fonts/fontawesome-webfont.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
    font-family: 'EB Garamond', serif;
    font-variant-ligatures: common-ligatures;
    font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
    -webkit-font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "liga" 1, "clig" 1, "locl" 0;
}

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

p {
	margin-bottom: 0em;
}

p:empty:before {
	content: none;
}

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



.widget-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1em;
	color: #010101;
	text-transform: uppercase;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body, html {
  	height: 100%;
}

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 https://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. */
}

hr {
	background: none;
	border: 0px;
	border-top: 1px dotted #969696; 
	margin: 0.6em 0em;
}


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

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

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

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

#page {
	height: 100%;
	display: flex;
  	flex-direction: column;
}

.wp-block-image img {
	padding-top: 0.6rem;
}

.wp-block-spacer .vita-spacer {
	background: #f0f0f0;
}

.wp-block-separator .is-style-wide .vita {
	border-bottom-width: 20px;
	background-color: #f0f0f0;
    color: #f0f0f0;
}

.wp-block-separator {
	border-top: 1px solid;
	border-bottom: 0px;
}

.wp-block-columns {
	margin-bottom: 0px;
}

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

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

ul {
	margin-left: -1.2875em;
}

ol {
	margin-left: -1.2875em;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	flex: 1;
}

.site-header {
	background: var(--tow-blue);
	
}

.site-branding {
	max-width: 1200px;
	margin: 0;
	padding: 1.25rem 0.375rem;
}

.site-description {
	margin: 0px;
}

.site-content {
	margin: 60px 0;
}

.content-area {
	max-width: 100%;
	float: left;
}

body.blog .site-main, body.archive .site-main, body.search .site-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.posts-navigation, .posts-navigation {
 	clear: both;
}

#primary {
	width: 80%;
}

#secondary {
	max-width: 20%;
	float: left;
}

.block-desktop-view {
	display: block;
}

.block-mobile-view {
	display: none;
}

.vita2-img-kl {
    text-align: center;
}

.vita2-img-kl img {
    width: 75% !important;
}


@media screen and (max-width: 64em) {
	.block-desktop-view {
	display: none;
	}

	.block-mobile-view {
	display: block;
	}

}

@media screen and (max-width: 48em) {
	#single .vita-img img {
	width: 25%;
	}
	
	#single .vita-img {
	text-align: center;
	}
    
    .vita2-img-kl img {
    width: 15% !important;
    }
	
}

/* ------------------ Home slider ------------------ */

#homeslide {
	height: 350px;
	width: 100%;
  	background-image: url("images/slider_hint.jpg");
	background-attachment: fixed;
    background-position: center -100px;
    background-repeat: no-repeat;
    background-size: cover;
}

#homeslide .slider-content {
	max-width: 1200px; 
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}


#homeslide .slider-thumb {
	width: auto;
	height: 290px; /* 1407 */ 
	float: left;
	margin-top: 30px;
	overflow: hidden; /* 1407 */ 
	display: flex;
  	align-items: center;
  	justify-content: center;
	z-index: 1;
	position: relative;
}

.deskview {
		display: block !important;
	}
	
.mobview {
		display: none !important;
	}

#homeslide .slider-thumb img { /* 1407 */ 
    height: 100% !important;
	width: auto !important;
	max-width: none !important;
	display: block;
}

#homeslide article {
	width: 100%;
	border: 0;
}

#homeslide .slider-entry {
	background-color:rgba(255, 255, 255, 0.6);
	float: right;
	width: 75%;
	display: block;
	margin-top: 100px;
	padding: 0.6rem;
	z-index: 2;
	position: absolute;
	top: 0px;
	right: 0px;
}

#homeslide .slider-entry a {
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	font-size: 0.875rem;
}

#homeslide h1 {
	padding: 0;
	margin: 0;
	font-size: 1.125em;
	font-family: 'EB Garamond', serif;
	font-weight: 600;
	color: #222;
	
}

#homeslide .entry-content {
	padding: 0;
}

.showmobileslide {
	display: block;
}

.hidemobileslide {
	display: block;
}

/* Flexslider Navigation*/

.slides {
	margin-right: 20px;
}

.flex-direction-nav {
		position: absolute;
		top: 325px;
		right: 45px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 25px !important;
		height: 25px !important;
		background-color: #fff;
		margin: 0;
		position: absolute;
		z-index: 10;
		overflow: hidden;
		opacity: 1;
		cursor: pointer;
		color: #222 !important;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px !important;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 20px !important;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome !important;
		content: "\f104" !important;
		font-size: 1em !important;
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		position: relative;
		padding: 0.375rem;
    	line-height: 1em;
		color: #222 !important;
}

.flex-direction-nav a.flex-next:before {
		content:"\f105" !important;
		color: #222 !important;
		left: -2px;
		top: -2px;
}

.flex-direction-nav a.flex-prev:before {
		left: 2px;
		top: -2px;
}

@media screen and (max-width: 48em) {
	.flex-direction-nav {
		position: absolute;
		bottom: -48%;
	}
	
	#homeslide {
	height: auto;
	width: 100%;
  	background-image: url("images/slider_hint.jpg");
	background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 5px;
	padding-right: 0.375rem;
	padding-left: 0.375rem;
	}
	
	#homeslide .slider-content {
	width: 100%; 
	height: inherit;
	margin: 0 auto;
	overflow: visible;
	display: block;
	}
	
	#homeslide .slider-thumb {
	width: 100%;
	height: auto; /* 1407 */ 
	margin-top: 20px;
	}
	
	.deskview {
		display: none !important;
	}
	
	.mobview {
		display: block !important;
	}

	#homeslide .slider-thumb img {
	width: auto !important;
	height: 200px !important; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
	
	#homeslide .slider-entry {
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	margin-top: 10px;
	padding: 0.6rem;
	}
	
	
}
@media screen and (max-width: 35em) {
	#homeslide {
		height: auto;
		width: 100%;
		background-image: url("images/slider_hint.jpg");
		background-attachment: fixed;
		background-position: -700px 0px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.showmobileslide {
	display: block;
}

.hidemobileslide {
	display: none;
}
}

@media screen and (max-width: 20em) {
	#homeslide {
		height: auto;
		width: 100%;
		background-image: url("images/slider_hint.jpg");
		background-attachment: fixed;
		background-position: -700px 20px;
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* ------------------ Home slider END ------------------ */

.customheader {
	overflow: hidden;
	min-width: 100%;
	height: 200px;
	position: relative;
	display: none;
}

.customheader img {
	width: 100vmax;
  	position: absolute;
	top: -10.125rem;
}

.site-branding-wrapper {
	max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 auto;
}

.site-branding img,
.secondary-logo img {
  max-width: 300px;
  height: auto;
  display: block;
}

.site-branding img:hover,
.secondary-logo img:hover {
  opacity: 1;
}

.secondary-logo {
  padding: 1.25rem 0.375rem;
}

@media (max-width: 768px) {
  .site-branding-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 35em) {
	.customheader img {
	width: 100vmax;
  	position: absolute;
	top: -10.5625rem;
	}	
}


@media screen and (max-width: 20em) {
	.customheader img {
	width: 100vmax;
  	position: absolute;
	top: -14.125rem;
	}
	
}


#single {
	margin-right: 4%;
}

body article {
	width: 100%;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 60px;
}

.sticky-post {
    background-color: inherit;
    outline: inherit;
}

#single .sticky-post {
    background: inherit;
    outline: inherit;
}

body.blog article, body.archive article, body.search article {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 60px;
	border-bottom: #969696 solid 1px;
}

.publ-information {
	padding: 0 0.375em;
	position: relative;
}

.publ-information .icon-peer {
	display: inline-block;
	padding: 0.375em;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 0.875rem;
	line-height: 1;
}

.publ-information .icon-open-access {
	color: #F68212;
	display: inline-block;	
	padding: 0.375em 0.25em;
	background: #e6e6e6;
	border-radius: 3px;
	overflow: visible;
	font-size: 0.875rem;
	line-height: 1;
}

.publ-information .icon-doi {
	display: inline-block;	
	padding: 0.375em 0.25em;
	background: #e6e6e6;
	border-radius: 3px;
	overflow: visible;
	font-size: 0.875rem;
	line-height: 1;
}

a .icon-doi:hover {
    color: #222;
    text-decoration: none;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

a .icon-doi:hover {
    color: #010101;
}

.sc-peer.icon-peer {
	display: inline-block;
	padding: 0.375em;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #e6e6e6;
    margin-left: .2em;
}

.sc-open.icon-open-access {
	color: #F68212;
	display: inline-block;	
	padding: 0;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #e6e6e6;
	margin-left: .2em;
}

a.doi.external_icon {
    background: none;
    padding: 0;
}

.sc-doi.icon-doi {
    display: inline-block;	
	padding: 0;
	background: #e6e6e6;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
	border: 1px solid #e6e6e6;
	margin-left: .2em;
}

.sc-doi.icon-doi:before {
}

.entry-meta {
	border-bottom: #969696 solid 1px;
	margin-bottom: 0.6rem;
	width: 100%;
	display: inline-block;
	height: 32px;
	line-height: 1;
    font-size: 1rem;
}

article .entry-meta-video {
	border-bottom: #969696 solid 1px;
	margin-bottom: 0.6rem;
}

.posted-time {
	padding: 0.25em 0.375em; 
	display: inline-block;
	box-shadow: 0 2px 0 0 #010101;
	-webkit-box-shadow: 0 2px 0 0 #010101;
	-moz-box-shadow: 0 2px 0 0 #010101;
	line-height: 1;
	height: 30px;
}

.posted-time:empty {
	padding: 0.25em 0.375em; 
	display: inline-block;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	line-height: 1;
	height: 30px;
}

.home-post-content {
	overflow:hidden;
	width: auto;
}

.home-post-title {
	padding-bottom: 0.6em;
	word-wrap: break-word !important;
	margin-bottom: 0.6rem;
	/* 	padding: 0em 0.375em;
	border-bottom: solid 2px #010101;
	display: flex; 
	flex-direction: column; 
	justify-content: center; */
}

body.blog article .entry-content, body.archive article .entry-content, body.search article .entry-content {
	padding: 0.6em 0.375em;
	padding-top: 0rem;
	margin: 0;
}

body.blog article p, body.archive article p, body.search article p {
	padding: 0em 0em;
	margin: 0;
}

.thumbnailgrid {
	width: 100%;
	height: 275px;
	display: block;
	text-align: center;
	padding: 0rem 0rem;
	overflow: hidden;
	margin-bottom: 0.225rem;
	background: #fbfbfb;
}

.thumbnailgrid-quad {
	width: 125px;
	height: 150px;
	text-align: center;
	padding: 0rem 0rem;
	float: left;
	margin-right: 1.2rem;
	line-height: 0;
	overflow: hidden;
}

.thumbnailgrid-quad img {
	width: 100%;
}

.thumb-podcast {
    height: 125px;
}



.thumbnailgrid img {

}

body.blog article img, body.archive article img, body.search article img {
	width: 100%;
}

.footer-wrap {
	width: 100%;
	display: block;
	background: #e6e6e6;
	padding: 0.6em 0;
	border-top: solid 1px #969696;
}

.site-footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0.375em;
}

.site-info {
	float: left;
}

.posts-navigation {
	display: block;
	width: 95%;
}

#single nav  {
	border-bottom: solid 1px #969696;
	padding: 0.6rem 0rem;
}

.page-header {
	display: block;
	width: 100%;
	margin-right: 4%;
}

.archive-description {
	padding: 0 0.375rem;
	padding-bottom: 1.2rem;
}

.entry-footer {
	padding: 1rem 0.375rem;
	border-bottom: 1px solid #969696;
	border-top: 1px solid #969696;
	margin-top: 1rem;
}

.footer-ailec {
	padding: 1rem 0.375rem;
	border-top: 1px solid #969696;
	margin-top: 1rem;
	display: none;
}

.entry-footer .fa {
	color: #010101;
}

.entry-footer i {
	display: table-cell;
	width: 20px;
}

.tags-links, .cat-links {
	position: relative;
	display: table-cell;
	padding-left: 0.375rem;
}

.tags-links a, .cat-links a {
	color: #222;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.016em;
}

.wp-block-columns {
    padding-bottom: 2.4rem;
}

.teams-grid {
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap;
    width: 100%;
}

.teams-member {
    width: calc( (100% / 4 ) - 5px );
    height: auto;
    margin: 2.5px;
    overflow: hidden;
}

a.team-member-link {
    position: relative;
    display: block;
    height: 222px;
}

a.team-member-link:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.8);
    display: block;
    content: '';
    opacity: 1;
    top: -100%;
    left: 0;
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

a.team-member-link:hover:after {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.team-member-link img {
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
}

.member-information {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 2;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    word-wrap: break-word;
    padding: 1em 1.5em;
    font-weight: normal;
    line-height: 1em;
    text-align: left;
    backface-visibility: hidden;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -ms-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    background: none;
    height: auto;
}

a.team-member-link:hover .member-information {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.member-name {
    font-family: 'EB Garamond', serif;
    color: #ffffff;
    display: block;
    font-size: 0.95em;
    text-transform: uppercase;
    text-decoration: none;
}

.member-subtitle {
    font-family: 'EB Garamond', serif;
    color: #cccccc;
    display: block;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
}

.team-member-img {
    width: 240px; 
    height: 240px; 
    overflow: hidden;
}

.team-member-img img {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 75em) {

    .entry-meta {
        font-size: 0.875rem;
    }
    
    .publ-information .icon-peer, .publ-information .icon-doi, .publ-information .icon-open-access {
        font-size: 0.75rem;
    }
    
}

@media screen and (max-width: 64em) {

     #primary {
	width: 100%;
	}

	#secondary {
	max-width: 100%;
	margin-top: 40px;
	float: left;
	}
	
	body.blog article, body.archive article, body.search article {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-right: 4%;
	margin-bottom: 60px;
	border-bottom: #969696 solid 1px;
	}
	
	.widget-area {
		width: 100%;
	}
	
	#et_cloud {
		margin: auto 0;
	}
	
	.site-content {
	margin: 30px 0;
	padding: 0 0.375rem;
	}
	
	#single {
	margin-right: 0%;
	}


	
	.thumbnailgrid {
	height: auto;
	}

	.home-post-title {	
	
	}
	
	.thumbnailgrid-quad {
	}

	.customheader {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100px;
	}

	.customheader img {
	position: absolute;
	left: -50%;
  	min-width: 1200px;
	}
	
	.page-header {
		margin-right: 0%;
	}   
    
}

@media screen and (max-width: 48em) {
	body.blog article, body.archive article, body.search article {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		position: relative;
		margin-right:0%;
		margin-bottom: 60px;
		border-bottom: #969696 solid 1px;
	}
    

    .publ-information .icon-peer, .publ-information .icon-doi, .publ-information .icon-open-access {
        font-size: 0.75rem;
    }
    
    
}

@media screen and (max-width: 35em) {
	body.blog article, body.archive article, body.search article {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		position: relative;
		margin-right:0%;
		margin-bottom: 60px;
		border-bottom: #969696 solid 1px;
	}
	
}

@media screen and (max-width: 20em) {
	.thumbnailgrid-quad {
		overflow: visible;
		width: 100%;
		margin-bottom: 1.2rem;
	}
	
	.home-post-title {
		

	}
	
	.thumbnailgrid-quad img {
		height: 100%;
		width: inherit !important;
	}
	
	.home-post-content {
	overflow: visible;
	width: 100%;
}
	
}

@media screen and (max-width: 1200px) {
    
    .teams-member {
        width: calc( (100% / 3 ) - 5px );
    }
    
}

@media screen and (max-width: 992px) {
    
    .teams-member {
        width: calc( (100% / 2 ) - 5px );
    }
    
}

@media screen and (max-width: 768px) {
    
    .teams-member {
        width: calc(100% - 5px );
    }
    
    .team-member-img {
        width: 100% !important; 
    }
    
    .team-member-content .articletext-img-left {
        padding: 0 0.375rem !important;
    }
    
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
	width: 100%;
}

label {
	color: #333;
	display: block;
	font-weight: 700;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #969696;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 0.375em;
	font-size: 1em;
	width: 100%;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	padding: 0.375em 0.375em;
	float: left;
}

.container-1 button,
.container-1 input[type="button"],
.container-1 input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	padding: 0.375em 0.375em;
	height: 35px;
	width: 35px;
	float: right;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.375em 0.375em;
	
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

.container-1 button#searchsubmit {
	background: #010101;
}

.container-1 button#searchsubmit:hover,
.container-1 button#searchsubmit:focus
 {
	background: #303030;
}

/* Placeholder text color -- selectors need to be separate to work. */
input[type="text"]::-webkit-input-placeholder {
	font-size: 14px;
	font-size: 0.875rem;
	color: #333;
	font-family: 'EB Garamond', serif;
}

input[type="text"]:-moz-placeholder {
	font-size: 14px;
	font-size: 0.875rem;
	color: #333;
	font-family: 'EB Garamond', serif;
}

input[type="text"]::-moz-placeholder {
	font-size: 14px;
	font-size: 0.875rem;
	color: #333;
	font-family: 'EB Garamond', serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

input[type="text"]:-ms-input-placeholder {
	font-size: 14px;
	font-size: 0.875rem;
	color: #333;
	font-family: 'EB Garamond', serif;
}

.container-1 {
	display: inline-block;
	width: 100%;
}

.container-1 input[type="text"],
.container-1 input[type="search"] {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #969696;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	padding: 0.375em;
	font-size: 1em;
	height: 35px;
	width: calc(100% - 35px);
}

textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #969696;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 0.375em 0.375em;
	font-size: 1em;
	width: 100%;
	resize: vertical;
}

.comments-area {
	padding: 0rem 0.375rem;
}

.comments-title {
	padding: 1.25rem 0rem;
}

h2.comments-title{
	padding: 1.25rem 0rem !important;
}

.comment-list {
	list-style: none;
	padding-left: 0em;
}

.comment-list {
	list-style: none;
	padding-left: 0em;
	margin-left: 0em;
	margin-top: 0.6em;
}

.comment-list li {
	padding-left: 0em;	
}

.comment-list article {
	margin-bottom: 0.6rem;
}

.comment-author img.avatar {
	display: none;
}

span.says {
	display: none;
}

.comment-metadata {
	font-size: 0.875rem;
}

.comments-area button, 
.comments-area input[type="button"], 
.comments-area input[type="submit"] {
    background-color: #010101;
    border: solid 1px #010101;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    padding: 0.375em 0.375em;
    float: left;
}

.comments-area button:hover, 
.comments-area input[type="button"]:hover, 
.comments-area input[type="submit"]:hover {
    background-color:  #FFF;
    border: solid 1px #010101;
	color: #010101;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
	text-decoration: none;
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

a:visited {
	color: #222;
}

a:hover, a:focus, a:active {
	color: #010101;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

a img {
	opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

a img:hover {
	opacity: 0.6;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

body.blog article .entry-content a, body.archive article .entry-content a, body.search article a {
	text-decoration: underline;
	font-style: normal;
}

#single .entry-content a {
	text-decoration: underline;
	font-style: normal;
}

.site-branding h1 a {
	color: #FFF;
}

.home-post-title h2.entry-title a {
	color: #010101;
	text-decoration: none !important;
	font-style: normal !important;
	word-wrap: break-word !important;
}

.home-post-title h2.entry-title a:hover {
	color: #444;
}

.ebutton {
}

.ebutton a {
	padding: 0.375em;
	background: #010101;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	border: solid 1px #010101;
	font-size: 0.875rem;
	color: #FFF;
	margin-top: 1.2rem;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.ebutton a:hover {
	background: #FFF;
	color: #010101;
}

.btn-big a {
    font-size: 1.15rem;
    line-height: 1.5;
    text-transform: none;
    border-radius: 0px;
    margin-top: 0rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


.morebutton a {
	padding: 0.375em;
	background: #010101;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	border: solid 1px #010101;
	font-size: 0.875rem;
	color: #FFF;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	position: absolute;
	bottom: 0.6rem;
	right: 0;
}

.morebutton a:hover {
	background: #FFF;
	color: #010101;
}


.ebutton-v a {
	padding: 0.375em;
	background: #010101;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	border: solid 1px #010101;
	font-size: 0.875rem;
	margin: 2.4em 0 auto;
	color: #FFF;
	position: absolute;
	bottom: 0.6rem;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.ebutton-v a:hover {
	background: #FFF;
	color: #010101;
}

.ebutton a.oa-link {
	padding: 0em;
	background: none;
	display: inline-block;
	border: none;
}

.ebutton .sc-open {
    margin-left: .6em;
    position: relative;
    bottom: 2px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #e6e6e6;
	border-top: #003b68 1px solid;
	border-bottom: solid 1px #969696;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	max-width: 1200px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #e6e6e6 !important;
	float: left;
	position: absolute;
	top: calc(100% + 1px);
	left: -999em;
	z-index: 99999;
}

.main-navigation.stickynav ul ul {
	top: 100%;
}

.main-navigation ul ul ul {
    top: -42px;
    position: relative;
    clear: both;
    float: left;
    margin-bottom: -500px;
}

.main-navigation.stickynav ul ul ul {
  top: calc(100% - 41px);
}

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

.main-navigation ul ul a {
	 
}

.main-navigation ul ul li {
	display: block;
	border-bottom: solid 1px #969696;
	width: 100%;
	clear: both;
}

.main-navigation ul ul li:last-child {
	display: block;
	border-bottom: solid 0px #969696;
	clear: both;
}

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

.main-navigation li {
}

.main-navigation a {
	
}

/* Sticky Main-Navigation */
.stickynav {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 999; 
}

body.admin-bar .stickynav{
	top: 28px;
	}

/* Magic Line */
#primary-menu { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
}

#primary-menu li { 
	display: inline-block; 
	float: left;
}

#primary-menu li { 
	margin-right: 1.2rem;
}

#primary-menu li:last-child { 
	margin-right: 0rem;
}

#primary-menu ul li { 
	margin-right: 0rem;
}

#primary-menu li a {
	color: #222; 
	/* display: block; */ 
	float: left; 
	text-decoration: none; 
	padding: 0.6rem 0.375em; 
	font-weight: 400; 
	font-size: 1em;
	text-transform: uppercase;
	
}

#primary-menu li a:active {
	color: #222; 
}

#primary-menu li a:hover {
	color: #010101;
}

#primary-menu li:after {
	content: ' ';
	display: block;
	height: 2px;
	background: #010101;
	position: relative;
	bottom: -40px;
	opacity: 0;
	transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;	
}

#primary-menu li:hover:after {
	content: ' ';
	display: block;
	height: 2px;
	background: #010101;
	position: relative;
	bottom: -40px;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;	
}

#primary-menu li.current_page_item a, 
#primary-menu li.current-menu-item a { 
	color: #222; 
}

#primary-menu li.current_page_item:after,
#primary-menu li.current-menu-item:after {
	content: ' ';
	display: block;
	height: 2px;
	background: #010101;
	position: relative;
	bottom: -40px;
	opacity: 1;
}

#primary-menu li .current_page_item .menu-item-has-children:after,
#primary-menu li .current-menu-item .menu-item-has-children:after {
	content: ' ';
	display: block;
	height: 2px;
	background: #010101;
	position: relative;
	bottom: -40px;
	opacity: 0;
}

#primary-menu:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

#primary-menu li.lang-switch {
	float: right;
}

#primary-menu li.lang-switch:after {
	display: none;
}

#primary-menu li.current_page_item a:hover, 
#primary-menu li.current-menu-item a:hover { 
	color: #010101; 
}

/**
#primary-menu li.current_page_item a:hover i.fa, 
#primary-menu li.current-menu-item a:hover i.fa { 
	color: #010101; 
}

#primary-menu li i.fa {
	color: #222;
	font-size: 1em;
	margin-right: 0.2rem;
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

#primary-menu li:hover i.fa {
	color: #010101;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

#primary-menu li.current_page_item i.fa {
	color: #222;
}

#primary-menu .sub-menu li i.fa {
	color: #222;
	font-size: 1em;
	margin-right: 0.2rem;
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}

#primary-menu .sub-menu li:hover i.fa {
	color: #010101;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

#primary-menu .sub-menu li .current_page_item i.fa {
	color: #222;
}

*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: inline-block;
	font-size: 14px;
	background: none;
	color: #222;
	margin: 0 auto;
    width: 100%;
	float: left;
}

.menu-toggle {
	border-bottom: 1px solid #969696;
}

.menu-toggle i.fa {
	font-family: 'FontAwesome';
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
}

.fa-bars::before {
  content: "\f0c9";
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: #222;
}

.menu-toggle:hover i,
.menu-toggle:focus i {
	color: #FFF;
}

.sub-menu-toggle {
	padding: 0;
	width: auto;
	height: auto;
	float: right !important;
    }

	.sub-menu-toggle:active {
		background: none;
		}
	
	.sub-menu-toggle:hover {
		background: none;
		}
	
	.sub-menu-toggle i.fa {
		margin-right: 0px !important;
		
	}

.sub-menu-toggle {
	cursor: pointer;
    }
	
.show-toggle {
	display: none;
}
	
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background: none;
  color: #222;
  opacity: 0.4;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  font-size: 60px;
  width: 70px;
  height: 70px;
  letter-spacing: normal;
}

.scrolltopshow {
	display: block !important;
}

#scrolltop:hover {
  background: none; /* Add a dark-grey background on hover */
  opacity: 1;
}

@media screen and (max-width: 74em) {
    .wrap {
        max-width: 1000px; 
    }
    
    .site-branding {
        max-width: 1000px;
    }
    
    .main-navigation ul {
        max-width: 1000px;
    }
    
    .site-footer {
        max-width: 1000px;
    }
    
    #homeslide .slider-content {
	    max-width: 1000px; 
    }
}


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

@media screen and (max-width: 48em) {
	
	#primary-menu {
	}
	
	#primary-menu li {
		width: 100%;
		border-bottom: solid 1px #969696;
		text-align: center;
		float: left;
	}
	
	#primary-menu li a {
		/*width: 100%;*/
		text-align: center;
		font-size: 1rem;
	}
	
	.main-navigation ul ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #FFF !important;
	float: none;
	top: 100%;
	left: 0em;
	z-index: 99999;
	position: relative;
	}
	
.main-navigation ul ul a {
	
}
	
	.main-navigation ul ul li:last-child {
		border-bottom: 0px !important;
	}
	
	.main-navigation {
		border: 0;
	}

    .none-stickynav {
      position: relative;
      top: 0;
      width: 100%;
      border-top: 1px solid #e6e6e6;
      border-bottom: 0px;
      box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
      z-index: 999; 
    }

    .main-navigation.toggled ul .sub-menu {
        display: none;
    }

    .show-toggle {
        display: inline-block;
    }	
    
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li:focus > ul {
        left: 0;
    }
    
    .main-navigation ul ul ul {
        top: 0;
    }
    
    .main-navigation ul ul ul li {
        border-bottom: 0px !important;
        padding-left: 20px;
        height: 30px;
    }
    
    .main-navigation ul ul ul li a {
        font-size: 0.8rem !important;
    }
    
    .main-navigation ul ul .sub-menu-toggle.show-toggle {
        display: none;
    }
    
    .main-navigation ul ul ul li.current_page_item:after,
    .main-navigation ul ul ul li.current-menu-item:after {  
        bottom: -30px !important;
        margin-left: -20px;
    }
    
    .main-navigation ul ul ul li:hover:after {
        bottom: -30px !important;
        margin-left: -20px;
        display: none !important;
    }
    
    .main-navigation ul ul ul li:focus:after {
        display: none !important;
    }
    
    .main-navigation ul ul ul .menu-item i._mi {
        margin-right: 16px !important;
    }


}

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

ul.sub-menu .menu-item i._mi {
    width: 1px !important;
	margin-right: 24px !important;
}

/* Footer Menü */

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.site-footer ul li {
	float: left;
}

.site-footer ul li:after {
	content: '|';
	margin: 0rem 0.375rem;
}

.site-footer ul li:last-child:after {
	content: '';
	margin: 0rem 0.375rem;
}

.footer-small {
	display: none;
}


@media screen and (max-width: 48em) {
	
	.footer-small {
		display: inherit;
	}
	
	.footer-small ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display:flex;
  		justify-content: center;
	}
	
	.footer-small ul li {
		display: inline-block;
	}
	
	.footer-small ul a {
		font-family: 'Dosis', sans-serif;
		font-size: 0.875em;
	}
	
	.footer-big {
		display: none;
	}
	
	.site-info {
		text-align: center;
		display: block;
		width: 100%;
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
	}
	
}

@media screen and (max-width: 20em) {
	
	.footer-small {
		display: inherit;
	}
	
	.footer-small ul span {
		display: none;
	}
	
	.footer-small ul i.fa {

	}
	
	.footer-small ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		display: flex;
  		text-align: center;
		justify-content: center;
	}
	
	.footer-big {
		display: none;
	}
	
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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%;
}

.widget ul {
	padding: 0;
    list-style-type: none;
	margin: 0;
}

.widget ul li {
	border-bottom: solid 1px #969696;
	padding: 0.25rem 0.375rem;	
}

.widget ul li:first-child {
	border-top: solid 0px #969696;
}

.widget ul li:last-child {
	border-bottom: 0px;	
}

.widget-title-wrap {
	border-bottom: solid 1px #969696;
	width: 100%;
}

.widget h2 {
	padding: 0.25rem 0.375em !important;
	color: #010101 !important;
	font-size: 1em !important;
	font-weight: 400 !important;
	display: inline-block;
	box-shadow: 0 2px 0 0 #010101;
	-webkit-box-shadow: 0 2px 0 0 #010101;
	-moz-box-shadow: 0 2px 0 0 #010101;
	margin: 0;
	margin-bottom: 1px;
}

.widget p {
	padding: 0.6em 0.375em;
}

.timely {
	font-family: 'EB Garamond', serif !important;
	font-size: 1em;
	font-site: 16px;
}


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

.hentry {
	margin: 0 0 0em;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

/*------- Custom -------*/

/* Typo */

.site-branding h1 {
	font-size: 1.5em !important;
	font-weight: 600;
	font-family: 'EB Garamond', serif !important;
}

.main-navigation {
	font-family: 'Dosis', sans-serif;
	font-size: 1em;
}

.site-description {
	font-family: 'Dosis', sans-serif;
	font-size: 1em;
	color: #FFF;
}

body.blog article h1, body.archive article h1, body.search article h1 {
	font-family: 'Dosis', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #010101;
	margin: 0.6em 0;
}

body.blog article h2, body.archive article h2, body.search article h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	margin: 0.6em 0;
}

body.blog article h3, body.archive article h3, body.search article h3 {
	font-family: 'EB Garamond', serif;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	margin: 0.6em 0;
}

body.blog article h4, body.archive article h4, body.search article h4 {
	font-family: 'EB Garamond', serif;
	font-size: 1rem;
	font-weight: 400;
	color: #010101;
	text-transform: uppercase;
	margin: 0.6em 0;
}

.home-post-title h2.entry-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	word-wrap: break-word !important;
}


#single h1.entry-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 0rem 0.375rem;
	padding-top: 0rem;
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem ;
	color: #222;
	border-bottom: 1px #969696 solid;
}

.page-title-wrap {
	border-bottom: 1px #969696 solid;
	border-top: 1px #969696 solid;
	margin-bottom: 1.2rem ;
	margin-right: 0;
	width: 100%;
	display: inline-block;
	height: 47px;
}

h1.page-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 0rem 0.375rem;
	padding-bottom: 0.3rem;
	padding-top: 0.375rem;
	margin-bottom: 0rem ;
	color: #010101;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 0 2px 0 0 #010101;
	-webkit-box-shadow: 0 2px 0 0 #010101;
	-moz-box-shadow: 0 2px 0 0 #010101;
}

#single .wp-block-column p {
	padding-bottom: 0.6rem;
}

#single h1.page-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 0rem 0.375rem;
	padding-bottom: 0.3rem;
	padding-top: 0.375rem;
	margin-bottom: 0rem ;
	color: #010101;
}

#single h1  {
	font-family: 'EB Garamond', serif;	
	font-size: 1.25em;
	font-weight: 700;
	color: #222;
}

#single h2  {
	font-family: 'EB Garamond', serif;	
	font-size: 1.125em;
	font-weight: 700;
	padding: 0.6rem 0;
	color: #222;
	text-transform: uppercase;
}

#single h3  {
	font-size: 1em;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	padding: 0.6rem 0;
	text-transform: uppercase;
	color: #222;
}

#single h4  {
	font-size: 1em;
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	padding: 0.6rem 0;
	text-transform: uppercase;
	color: #222;
}

#single h5  {
	font-size: 0.875em;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	padding: 0.6rem 0;
	text-transform: uppercase;
	color: #222;
}

#single h6  {
	font-size: 0.875em;
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	padding: 0.6rem 0;
	text-transform: uppercase;
	color: #222;
}

#single .entry-content {
	padding: 0rem 0rem;
	margin: 0;
}

#single .paging .entry-content {
	padding: 0rem 0.375rem;
}

#single p {
	padding: 0.6rem 0rem;
	padding-bottom: 1.2rem;
	margin: 0;
}


#single ol p {
	padding: 0rem;
}

#single quotes {
	background: #f9f9f9;
	display: block;
	padding: 0.5rem;
	border-left: 4px solid #010101;
}

#single quotes p {
  display: inline;
}

#single blockquote {
	background: #f9f9f9;
  	border-left: 4px solid #ddd;
  	margin: 0.6em 0px;
  	padding: 0.5em 10px;
}

#single blockquote p:first-child {
  display: inline;
}

#single blockquote p {
	padding-bottom: 0rem;
}

/*
#single blockquote:before {
  font-family: FontAwesome;
  content: '\f10d';
  color: #ddd;
  font-size: 1.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}
*/

#single .imgdescription {
	font-size: 0.875em;
	font-style: italic;
	padding: 0 0.375rem;
}

.nav-title {
	font-weight: 400;
	text-transform: uppercase;
}

ul#menu-footer {
	font-family: 'Dosis', sans-serif;	
	font-size: 0.875em;
	font-weight: 400;
	color: #222;
}

.feedbackwrap {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 900;
}

.feedback {
    position: absolute;
    left: 60%;
    top: 0;
    height: 100%;
    background: #fff;
    width: 40%;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
}

.feedbackhide {
    width: 100%;
    height: 100%;
}

.feedbackhidewrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

#feedbackblock {
    display: none;
}

#feedbackblock:checked + .feedbackwrap {
    right: 0;
}

.feedbackbtn {
    border: 1px solid #010101;
    background: #010101;;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    line-height: 1;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 899;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.feedbackbtn:hover, 
.feedbackbtn:focus, 
.feedbackbtn:active {
    background: #fff;
    color: #010101;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

#feedbackblock:checked + .feedbackbtn {
    background: #010101;
    color: #fff;
}

.feedbackcnt {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 60px;
}

.feedbackcls {
    font-size: 26px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: right;
    margin-top: 20px;
}

.feedbackcls:hover, 
.feedbackcls:focus, 
.feedbackcls:active {
    color: #010101;
}

.feedbackform {
    flex-grow: 1;
    margin-bottom: 20px;
}

.feedbackform label {
    margin-bottom: 0.065em;
}

.feedbackform input, .feedbackform textarea {
    margin-bottom: 1em;
}

.feedbackform input:focus, .feedbackform textarea:focus{
    outline: none;
}

.feedbackform textarea {
    resize: none;
}

.feedbackcnt form p {
    padding: 0px !important;
}

.feedback button, input[type="button"], 
.feedback input[type="submit"] {
    background: #010101;
    border: solid 1px #010101;
    color: #FFF;
}

.feedback button, input[type="button"]:hover, 
.feedback input[type="submit"]:hover,
.feedback button, input[type="button"]:focus, 
.feedback input[type="submit"]:focus,
.feedback button, input[type="button"]:active, 
.feedback input[type="submit"]:active
{
    background: #FFF;
    color: #010101
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0px;
    padding: 10px;
    border: 2px solid #00a0d2;
    padding-top: 15px;
}

.newsletterwrap {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 900;
}

.newsletter {
    position: absolute;
    left: 60%;
    top: 0;
    height: 100%;
    background: #fff;
    width: 40%;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
}

.newsletterhide {
    width: 100%;
    height: 100%;
}

.newsletterhidewrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

#newsletterblock {
    display: none;
}

#newsletterblock:checked + .newsletterwrap {
    right: 0;
    text-decoration: underline; 
}

.newsletterbtn {
    border: 1px solid #010101;
    background: #010101;;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.016em;
    line-height: 1;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 899;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.newsletterbtn:hover, 
.newsletterbtn:focus, 
.newsletterbtn:active {
    background: #fff;
    color: #010101;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

#newsletterblock:checked + .newsletterbtn {
    background: #010101;
    color: #fff;
}

.newslettercnt {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 60px;
}

.newslettercls {
    font-size: 26px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: right;
    margin-top: 20px;
}

.newslettercls:hover, 
.newslettercls:focus, 
.newslettercls:active {
    color: #010101;
}

#single .wp-block-column p.has-background {
    padding: 1rem;
}

@media screen and (max-width: 58em) {
    .feedback {
        width: 60%;
        height: 100%;
        overflow-y: scroll;
        left: 40%;
    }
    
    .feedbackbtn {
        right: 20px;
        bottom: 20px;
    }
    
    .feedbackcls {
        font-size: 26px;
        position: relative;
    }
    
    .feedbackcnt {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 30px 30px;
    }
    
    .newsletter {
        width: 60%;
        height: 100%;
        overflow-y: scroll;
        left: 40%;
    }
    
    .newsletterbtn {
        right: 20px;
        bottom: 20px;
    }
    
    .newslettercls {
        font-size: 26px;
        position: relative;
    }
    
    .newslettercnt {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 30px 30px;
    }
    
}

@media screen and (max-width: 48em) {
    
    .feedback {
        width: 100%;
        left: 0;
    }
    
    .feedbackcnt {
        display: block;
        height: 100%;
        padding: 20px;
    }
    
    .feedbackbtn {
        left: 20px;
        bottom: 20px;
        right: auto;
    }
    
    .newsletter {
        width: 100%;
        left: 0;
    }
    
    .newslettercnt {
        display: block;
        height: 100%;
        padding: 20px;
    }
    
    .newsletterbtn {
        left: 20px;
        bottom: 20px;
        right: auto;
    }
    
}

@media screen and (max-width: 48em) {

.page-title-wrap {
	border-bottom: 1px #969696 solid;
	border-top: 1px #969696 solid;
	margin-bottom: 1.2rem ;
	margin-right: 0;
	width: 100%;
	min-height: 47px;
	height: auto;
}

h1.page-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 0rem 0.375rem;
	padding-bottom: 0.3rem;
	padding-top: 0.375rem;
	color: #010101;
	text-transform: uppercase;
}

#single h1.page-title {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	padding: 0rem 0.375rem;
	padding-bottom: 0.3rem;
	padding-top: 0.375rem;
	color: #010101;
	text-transform: uppercase;
}

/*     	box-shadow: 0 2px 0 0 #010101;
	-webkit-box-shadow: 0 2px 0 0 #010101;
	-moz-box-shadow: 0 2px 0 0 #010101; */

}

/* Typo End */


#single .thumb-description {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#single .thumb-description-left {
	display: inline-block;
	width: 20%;
	float: left;
}

#single .thumb-description-left-40 {
	display: inline-block;
	width: 40%;
	float: left;
}

#single .singlethumbnail {
	padding: 0 0rem;
	padding-top: 0.6rem;
	width: 100%;
}

#single .singlethumbnail img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	width: auto;
	padding-bottom: 0.6rem;
}

#single .singlethumbnail-column {
	padding: 0rem 0rem;
	padding-top: 0.6rem;
	width: 100%;
	margin-bottom: 0.6rem;
}

#single .singlethumbnail-column img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
}

#single .articletext-img-left {
	display: block; 
	overflow: hidden; 
	padding: 0 0.375rem;
	padding-left: 1.2rem;
}

#single .articletext-img-left .articletext-img-left {
	padding: 0;
}

#single .articletext { 
	padding: 0rem 0.375rem;
	display: block;
}

@media screen and (max-width: 20em) {
	
	#single .thumb-description-left {
		display: inline-block;
		width: 100%;
		float: left;
	}
	
	#single .thumb-description-left-40 {
		display: inline-block;
		width: 100%;
		float: left;
	}

	#single .thumb-description-left img {
		width: auto !important;
	}
	
	#single .thumb-description-left-40 img {
		width: auto !important;
	}
	
	#single .articletext-img-left {
		display: block; 
		overflow: hidden; 
		padding: 0 0.375rem;
	}

}

#single .pagetext { 
	padding: 0rem 0rem;
	display: block;
}

#single img {
	width: auto;	
}

#single .articletext img {
	width:auto;
}

.post-navigation {
	width: 100%;
	display: none;
}

.nav-links, nav-rechts {
	padding: 0 0.375rem;
}

#single .entry-meta {
	border-bottom: #969696 solid 1px;
	margin-bottom: 0.6rem;
	
}

#single .posted-time {
	padding: 0.25em 0.375em; 
	display: inline-block;
	box-shadow: 0 2px 0 0 #010101;
	-webkit-box-shadow: 0 2px 0 0 #010101;
	-moz-box-shadow: 0 2px 0 0 #010101;
	
}

#single .posted-time:empty {
	padding: 0.25em 0.375em; 
	display: inline-block;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

a.post-edit-link {
	padding: 0.25em 0.375em; 
	font-size: 0.875em;
	text-transform: uppercase;
	float: right;
}

.edit-link {
	float: right;
	text-transform: uppercase;
	font-size: 0.875em;
}

/*Pagination*/

.numericnavigation {
	display: block;
	width: 95%;
}

.numericnavigation ul {
	padding: 0;
	margin: 0;
}

.numericnavigation li a,
.numericnavigation li a:hover,
.numericnavigation li.active a,
.numericnavigation li.disabled {
    color: #010101;
    text-decoration:none;
	font-size: 0.875em;
	text-transform: uppercase;
}
 
.numericnavigation li {
    display: inline;
}
 
.numericnavigation li a,
.numericnavigation li a:hover,
.numericnavigation li.active a,
.numericnavigation li.disabled {
    background-color: #FFF;
    border: 1px solid #010101;
    cursor: pointer;
	padding: 0.375rem 0.375rem;
	display: inline-block;
}
 
.numericnavigation li a:hover,
.numericnavigation li.active a {
    background-color: #010101;
	color: #FFF;
}

article {
	float: left;
}

.not-found {
	width: 94%;
	padding: 0rem 0.375rem;
	margin-right: 4%;
}

.page-content p {
	padding: 0.6rem 0;
}

#respond {
	width: 100%;
}

#comments img {
	width: 32px;
}

#comments .comment-metadata {
	
}

.end-line {
	border-top: 1px solid #969696; 
	margin-top: 1.2rem;
}

.btn-printview {
	float: left !important;
	cursor: pointer;
}


/* Plug-ins */

/*
#primary-menu [class^="icon-"]::before, #primary-menu [class*=" icon-"]::before {
    margin-left: 0em;
	margin-right: 0em;
}
*/

.external_icon {
	
}

.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view,
.ai1ec-agenda-view {
	background: transparent !important;

}

.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view {
	max-width: 100% !important;

}

.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, 
.ai1ec-agenda-view .ai1ec-date.ai1ec-today {
	border-top: 0px solid #f0f0a9;
	background: #f6f6cc;
	background: -webkit-gradient(linear,0 0,0 100%,from(#f4f4bf),color-stop(1em,#f4f4bf),to(#fff));
	background: -webkit-linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);
	background: -moz-linear-gradient(top,#f4f4bf,#f4f4bf 1em,#fff);
	background: -ms-linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);
	background: -o-linear-gradient(#f4f4bf,#f4f4bf 1em,#fff);
	background: transparent;
	background-repeat: no-repeat;
}

.ai1ec-agenda-view .ai1ec-date,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date {
	background: transparent;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #969696;
	padding: 0 0.375rem;
	width: 100% !important;
	font-size: 0.875em;
}

.ai1ec-agenda-view .ai1ec-date:last-child,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date:last-child {
	border: 0px;
}

.timely {
	color: #ffffff;
}

.ai1ec-label {
}


.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
	border-radius: 0px;
	background: #010101 !important;
	font-weight: 700;
	padding-top: 3px;
}

.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-day,
.ai1ec-agenda-view .ai1ec-day {
	padding-top: 10px;
	padding-bottom: 3px;
}		

.ai1ec-agenda-view .ai1ec-date-title,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date-title {
	background: #e6e6e6 !important;
	border: 0px;
	border-radius: 0px;
}

.ai1ec-agenda-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-day,
.ai1ec-agenda-view .ai1ec-weekday,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-month,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-day,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-weekday {
	text-shadow: none;
}

.ai1ec-agenda-view .ai1ec-date-events,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date-events {
	margin: 0;
}

.ai1ec-agenda-view .ai1ec-date-events a,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date-events a {
	border: 0px !important;
	border-radius: 0px !important;
}
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-event {
	border: 0px !important;
	border-radius: 0px !important;
	margin-left: 25%;
	background: none;
}

.ai1ec-agenda-view .ai1ec-event {
	border: 0px !important;
	border-radius: 0px !important;
	background: none;
}

.ai1ec-agenda-view .ai1ec-date-title,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date-title {
	margin-left: 0;
}

.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-today {
	
}

.ai1ec-agenda-view .ai1ec-today .ai1ec-date-title,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-today .ai1ec-date-title {
	background: #010101 !important;
	border: 0px;
	border-radius: 0px;
	color: #FFF;
}

.ai1ec-agenda-view .ai1ec-today .ai1ec-month,
.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-today .ai1ec-month {
	border-radius: 0px;
	background: #e6e6e6 !important;
	color: #222;
}

.ai1ec-agenda-view .ai1ec-date {
	padding: 0 !important;
	padding: 0.3rem 0 !important;
}

.ai1ec-agenda-view .ai1ec-date-events .ai1ec-event {
	padding-top: 0 !important;
}

.ai1ec-btn {
	border-radius: 0px !important;
}

.ai1ec-calendar-toolbar {
	border-radius: 0px;
	padding: 0;
}

.ai1ec-btn-group > .ai1ec-btn-sm {
    font-size: 10px;
}

.ai1ec-title-buttons .ai1ec-btn-group {
	margin-left: 0;
}

.ai1ec-time {
	padding-top: 5px !important;
}

.ai1ec-field-label {
	font-size: 0.875em !important;
	line-height: 1.4 !important;
	padding-top: 0.25rem;
}

.ai1ec-col-sm-3 {
	width: 15%;
}

.ai1ec-allday-badge {
	border-radius: 0em;
	background: #969696;
}

.ai1ec-row {
	margin-left: 0px;
	margin-right: 0px;
}

.ai1ec-calendar-title, .ai1ec-calendar-title-short {
    vertical-align: bottom;
}

.ai1ec-minical-trigger i {
    vertical-align: sub;
}

.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-allday-badge {
    vertical-align: baseline;
}

.ai1ec-category {
    line-height: 22.5px !important;
}

#ai1ec-container .heateor_sss_sharing_container, #ai1ec-container .heateorSssClear {
	display: none;
}

.heateor_sss_horizontal_sharing .heateor_sss_svg,
.heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 35em) {
	
	.ai1ec-field-label {
		text-align: left;
	}		
	.ai1ec-col-sm-3 {
		width: 100%;
	}
}

.ai1ec-field-value {
	color: #222 !important;
	font-size: 1em !important;
	line-height: 1.4em !important;
}

.ai1ec-field-value a {
	font-size: 1em !important;
	line-height: 1.4em !important;
}

.timely {
	color: #222 !important;
}

.ai1ec-event-footer .ai1ec-fa {
	margin-right: 0.25rem !important;
}

body.ai1ec_event-template-default footer.entry-footer {
	display: none;
}

body.ai1ec_event-template-default footer.footer-ailec {
	display: block;
}

#cookie-law-info-bar {
	font-size: 0.875rem !important;
	color: #222 !important;
}

a.cli-plugin-main-button {
	padding: 0.2em !important;
	background: #FFF !important;
	display: inline-block !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	border: solid 1px #093 !important;
	font-size: 0.875rem !important;
	color: #093 !important;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	cursor: pointer !important;
}

a.cli-plugin-main-button:hover {
	background: #093 !important;
	color: #FFF !important;
}

a.cookie_action_close_header_reject {
	padding: 0.2em !important;
	background: #FFF !important;
	display: inline-block !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	border: solid 1px #C00 !important;
	font-size: 0.875rem !important;
	color: #C00 !important;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;	
}

a.cookie_action_close_header_reject:hover {
	background: #C00 !important;
	color: #FFF !important;
}

.cookie_action_close_header_reject .external_icon {
	display: none;
}

a.cli-plugin-main-link {
	padding: 0.2em !important;
	background: #FFF !important;
	display: inline-block !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	border: solid 1px #010101 !important;
	font-size: 0.875rem !important;
	color: #010101 !important;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;
}

a.cli-plugin-main-link:hover {
	background: #010101 !important;
	color: #FFF !important;
}


.cky-notice-group {
	max-width: 1200px;
	font-size: 0.875rem !important;
	color: #222 !important;
	max-width: 1200px;
  	margin: 0 auto;
	flex-direction: column;
}

.cky-notice-des {
	text-align: center;
}

a.cky-policy {
	color: #010101 !important;
	text-decoration: none !important;
}

a.cky-policy:hover {
	color: #303030 !important;
}

.cky-notice-btn-wrapper {
  margin-top: 15px;
  margin-left: 0px !important;
}

.cky-btn-accept {
	padding: 0.2em !important;
	background: #FFF !important;
	display: inline-block !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	border: solid 1px #093 !important;
	font-size: 0.875rem !important;
	color: #093 !important;
	font-family: 'EB Garamond', serif; 
	text-decoration: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	cursor: pointer !important;
}

.cky-btn-accept:hover {
	background: #093 !important;
	color: #FFF !important;
}

.tnp-widget {
	margin-top: 0.6rem;
}

.tnp-widget input[type="text"],
.tnp-widget input[type="email"],
.tnp-widget input[type="url"],
.tnp-widget input[type="password"],
.tnp-widget input[type="search"],
.tnp-widget input[type="number"],
.tnp-widget input[type="tel"],
.tnp-widget input[type="range"],
.tnp-widget input[type="date"],
.tnp-widget input[type="month"],
.tnp-widget input[type="week"],
.tnp-widget input[type="time"],
.tnp-widget input[type="datetime"],
.tnp-widget input[type="datetime-local"],
.tnp-widget input[type="color"],
.tnp-widget textarea  {
	color: #666!important;
	background: #fff !important;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))!important;
	border: 1px solid #969696!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
	display: block!important;
	padding: 0.375em!important;
	font-size: 1em!important;
	width: 100%!important;
	height: 35px!important;
}

.tnp-widget input[type="text"]:focus,
.tnp-widget input[type="email"]:focus,
.tnp-widget input[type="url"]:focus,
.tnp-widget input[type="password"]:focus,
.tnp-widget input[type="search"]:focus,
.tnp-widget input[type="number"]:focus,
.tnp-widget input[type="tel"]:focus,
.tnp-widget input[type="range"]:focus,
.tnp-widget input[type="date"]:focus,
.tnp-widget input[type="month"]:focus,
.tnp-widget input[type="week"]:focus,
.tnp-widget input[type="time"]:focus,
.tnp-widget input[type="datetime"]:focus,
.tnp-widget input[type="datetime-local"]:focus,
.tnp-widget input[type="color"]:focus,
.tnp-widget textarea:focus {
	color: #222;
	border-color: #333!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tnp-widget select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

.tnp-widget input[type="radio"],
.tnp-widget input[type="checkbox"] {
	margin-right: 0.5em;
}

.tnp-widget input[type="radio"] + label,
.tnp-widget input[type="checkbox"] + label {
	font-weight: 400;
}

.tnp-widget input[type="radio"]:focus,
.tnp-widget input[type="checkbox"]:focus {
	border: #010101 !important;
	color:  #010101 !important;
}

.tnp-widget button,
.tnp-widget input[type="button"],
.tnp-widget input[type="submit"] {
	background-color: #222!important;
	border: 0 !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	text-shadow: none;
	-webkit-transition: background 0.2s !important;
	transition: background 0.2s !important;
	padding: 0.375em 0.375em !important;
	float: left !important;
}

.tnp-widget input + button,
.tnp-widget input + input[type="button"],
.tnp-widget input + input[type="submit"] {
	padding: 0.375em 0.375em;
	
}

.tnp-widget button.secondary,
.tnp-widget input[type="reset"],
.tnp-widget input[type="button"].secondary,
.tnp-widget input[type="reset"].secondary,
.tnp-widget input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

.tnp-widget button:hover,
.tnp-widget button:focus,
.tnp-widget input[type="button"]:hover,
.tnp-widget input[type="button"]:focus,
.tnp-widget input[type="submit"]:hover,
.tnp-widget input[type="submit"]:focus {
	background: #767676 !important;
}

.tnp-widget button.secondary:hover,
.tnp-widget button.secondary:focus,
.tnp-widget input[type="reset"]:hover,
.tnp-widget input[type="reset"]:focus,
.tnp-widget input[type="button"].secondary:hover,
.tnp-widget input[type="button"].secondary:focus,
.tnp-widget input[type="reset"].secondary:hover,
.tnp-widget input[type="reset"].secondary:focus,
.tnp-widget input[type="submit"].secondary:hover,
.tnp-widget input[type="submit"].secondary:focus {
	background: #bbb;
}

.tnp-field label {
	font-weight: 400 !important;
}

.menu-item .pack-academic_icons {
	margin-top: -.265em !important;
}

.pack-academic_icons {
	margin: 0em 0em !important;
	margin-right: 0.3rem !important;
}

i._mi._before.pack-academic.icon-foxjura {
    margin-right: 0.35em;
}

#menu-projekte i {
	text-align: center;
}

#menu-profile i {
	text-align: center;
}

#menu-profile li i {
	width: 23px;
}

#menu-profile a.external_icon,
#menu-social a.external_icon
{
	background: none;
}

#menu-profiles i {
	text-align: center;
}

#menu-profiles li i {
	width: 23px;
}

#menu-profiles a.external_icon
{
	background: none;
}

#menu-projekte a.external_icon, #menu-projects a.external_icon {
	background: none;
}

#et_cloud_small {
	display: none;
}

@media screen and (max-width: 48em) {
	#secondary canvas {
		width: 1000;
	}
	
	#et_cloud {
		display: none;
	}
	
	#et_cloud_small {
		display: block;
		width: 100%;
	}
}

li.postlink-small {
	display: none;
}

li.postlink-normal {
	display: inline;
}


@media screen and (max-width: 48em) {
	li.postlink-small {
		display: inline;
	}
	
	li.postlink-small a {
		
	}

	li.postlink-normal {
		display: none;
	}
}

.h5p-iframe-wrapper {

iframe {
        width: 10px;
        min-width: 100% !important;
		max-width: 100% !important;
        *width: 100% !important;
		height: 10px;
        min-height: 100%;
		max-height: 100%;
        *height: 100%;
    }
	
	}
	
li.heateorSssSharingRound i.heateorSssSharing {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	
li.heateorSssSharingRound i.heateorSssSharing:hover {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.category-sticky { 
border:none;
background-color: #FFF;
}

.heateor_sss_horizontal_sharing {
	position: relative;
	left: -3px !important;
}

.castos-player .currently-playing .show {
  opacity: 1 !important;
}

.castos-player {
  font-family: 'Crimson-Text', serif !important;
}

.castos-player .episode-title {
    font-family: 'Dosis', sans-serif !important;
    font-size: 18px;
}

.pp-podcast, .pp-podcast p {
    color: #222 !important;
}

.ppjs__podcast-title {
    font-family: 'EB Garamond', serif !important;
	font-size: 16px !important;
	font-size: 1rem !important;
    color: #222 !important;
}

.ppjs__episode-title {
    font-family: 'Dosis', sans-serif !important;
    font-size: 1.25em !important;
    color: #010101 !important;
    font-weight: normal !important;
}

.pp-podcast.playerview {
    border: 0;
}

.wide-player .ppjs__audio-controls, .pp-modal-window .ppjs__audio-controls {
    
}

.wide-player .ppjs__audio-time-rail, .modal-view .ppjs__audio-time-rail {
    
}

.ppjs__audio-timer {
    
}

.pod-entry {
    
}

.modern .pod-entry__mplay {
    display: none !important;
}

.modern .pod-entry__title {
    
}

.modern.wide-player .ppjs__atime-container {
    
}

.modern.wide-player .pod-entry:nth-of-type(2n):not(.activeEpisode) {
    background-color: #fff !important;
}

.pod-entry {
    font-size: 16px !important;
    font-family: 'Dosis', sans-serif !important;
}

.pp-podcast[id^=pp-podcast-] .pod-entry__title a:hover, .pp-podcast[id^=pp-podcast-] .pod-entry__title a:focus, .pp-modal-window .pod-entry__title a:hover, .pp-modal-window .pod-entry__title a:focus {
    color: #010101 !important;
}

.activeEpisode .pod-entry__title a {
    color: #010101 !important; 
}

.pod-launch {
    display: none !important;
}

.esf_insta_feeds_holder .esf-insta-load-opacity {
  display: block !important;
}

#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
				width: calc(33.33% - 5px) !important;
				margin: 2.5px !important;
			}
			@media all and (min-width: 1200px) {
				#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
					width: calc(25% - 5px) !important;
				}
			}
			@media all and (min-width: 992px) and (max-width: 1200px) {
				#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
					width: calc(33.33% - 5px) !important;
				}
			}
			@media all and (min-width: 768px) and (max-width: 992px) {
				#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
					width: calc(50% - 5px) !important;
				}
			}
			@media all and (max-width: 768px) {
				#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
					width: calc(100% - 5px) !important;
				}
			}
		
			#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
				height: 200px !important;
			}
			#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item img {
				height: 200px !important;
				object-fit: cover !important;
				max-width: 100% !important;
				min-width: 100% !important;
			}
			
.dashicons, .dashicons-before::before {
  	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link, .wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active, .wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited {
  color: #222;
}

/* DARK MODE */

@media (prefers-color-scheme: dark) {
    
    a, a:visited {
        color: #eee;
    }
    
    a:hover, a:focus, a:active {
      color: #010101;
    }
    
    .tags-links a, .cat-links a {
        color: #eee;
    }
  
    body {
        background: #111;
        color: #eee;
    }
    
    .main-navigation {
      background: #222;
      border-top: #003b68 1px solid;
      border-bottom: solid 1px #353535;
    }
    
    .footer-wrap {
      background: #222;
      border-top: solid 1px #353535;
    }
    
    .main-navigation ul ul {
      background: #222 !important;
    }
    
    .main-navigation ul ul li {
      border-bottom: solid 1px #353535;
    }
    
    #homeslide .slider-entry {
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    #homeslide h1 {
        color: #eee;
    }
    
    #primary-menu li.current_page_item a, #primary-menu li.current-menu-item a {
      color: #eee;
    }
    
    #primary-menu li a {
      color: #eee;
    }
    
    .menu-toggle {
        border-bottom: 1px solid #353535;
    }
    
    .menu-toggle, .main-navigation.toggled ul {
        color: #eee;
    }
    
    /* #primary-menu li.current_page_item i.fa {
        color: #eee;
    }
    
    /* #primary-menu .sub-menu li i.fa {
        color: #eee;
    } */
    
    /* #primary-menu li i.fa {
        color: #eee;
    } */
	
	ul.sub-menu .menu-item i._mi {
  		color: inherit;
	}
    
    .entry-meta {
      border-bottom: #353535 solid 1px;
    }
    
    body.blog article, body.archive article, body.search article {
      border-bottom: #353535 solid 1px;
    }
    
    .publ-information .icon-doi, .publ-information .icon-peer, .publ-information .icon-open-access {
      background: #252525;
    }
    
    .home-post-title h2.entry-title a {
      color: #eee;
    }
    
    .home-post-title h2.entry-title a:hover {
      color: #010101;
    }
    
    .morebutton a:hover {
      background: #111;
    }
    
    .ebutton a:hover {
        background: #111;
    }
    
    .numericnavigation li a {
      background-color: #111;
    }
    
    .page-title-wrap {
      border-bottom: 1px #353535 solid;
      border-top: 1px #353535 solid;
    }
    
    #single .entry-meta {
      border-bottom: #353535 solid 1px;
    }
    
    #single h1.entry-title {
      color: #eee;
      border-bottom: 1px #353535 solid;
    }
    
    #single h1.entry-title {
        color: #eee;
        border-bottom: 1px #353535 solid;
    }
    
    #single h1, #single h2, #single h3, #single h4, #single h5, #single h6  {
        color: #eee;
    }
    
    #single h2, #single h3 {
      color: #eee;
    }
    
    #single blockquote {
      background: #252525;
    }
    
    .wp-block-separator {
        background-color: #353535 !important;
        color: #353535 !important;
    }
    
    .sc-doi.icon-doi {
      background: #252525;
      border: 1px solid #252525;
    }
    
    .sc-peer.icon-peer {
        background: #252525;
        border: 1px solid #252525;
    }
    
    .sc-open.icon-open-access {
        background: #252525;
        border: 1px solid #252525;
    }
    
    .entry-footer {
      border-bottom: 1px solid #353535;
      border-top: 1px solid #353535;
    }
    
    .sticky-post {
        background-color: inherit;
        outline: inherit;
    }
    
    .widget-title-wrap {
      border-bottom: solid 1px #353535;
    }
    
    .widget ul li {
      border-bottom: solid 1px #353535;
    }
	
	.wp-block-jetpack-podcast-player .jetpack-podcast-player:not(.has-background) {
		background-color: inherit !important;
	}
    
    .ai1ec-agenda-view .ai1ec-date, .widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-date {
        border-bottom: 1px solid #353535;
    }
    
    .ai1ec-agenda-widget-view .ai1ec-event > a {
      background: #111;
    }
    
    .timely .ai1ec-btn-default {
      color: #eee;
      background-color: #111;
      border-color: #353535;
    }
    .timely .ai1ec-btn-default:hover, .timely .ai1ec-btn-default:focus, .timely .ai1ec-btn-default:active, .timely .ai1ec-btn-default.ai1ec-active, .ai1ec-open .ai1ec-dropdown-toggle.timely .ai1ec-btn-default {
      color: #eee;
      background-color: #252525;
      border-color: #353535;
    }
    
    .ai1ec-month-view td, .ai1ec-week-view td, .ai1ec-oneday-view td {
      border: 1px solid #353535 !important;
    }
    
    .timely tr, .timely th, .timely td, #ai1ec-container tr, #ai1ec-container th, #ai1ec-container td {
     background: #111;
    }
    
    .ai1ec-month-view .ai1ec-date {
      
    }
    
    .ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-oneday-view th {
      background: #353535 !important;
    }
    
    .ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-week-view .ai1ec-hour-marker div, .ai1ec-week-view .ai1ec-allday-label, .ai1ec-oneday-view th, .ai1ec-oneday-view .ai1ec-hour-marker div, .ai1ec-oneday-view .ai1ec-allday-label {
      color: #eee !important;
      text-shadow: none;
    }
    
    table.ai1ec-month-view, .ai1ec-week-view table, .ai1ec-oneday-view table {
      border: 0px solid #ddd !important;
    }
    
    .entry-content .timely .ai1ec-btn-default, .comment-content .timely .ai1ec-btn-default, .site-footer .widget .timely .ai1ec-btn-default {
      color: #ccc !important;
    }
    
    .entry-content .timely .ai1ec-btn-default:hover, .comment-content .timely .ai1ec-btn-default:hover, .site-footer .widget .timely .ai1ec-btn-default:hover {
      color: #ccc !important;
    }
    
    .ai1ec-month-view td.ai1ec-empty {
      background: #353535 !important;
    }
    
    .ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
      background: #353535 !important;
    } 
    
    .entry-content .timely a, .comment-content .timely a, .site-footer .widget .timely a {
      color: #010101;
    }
    
    .timely a {
      color: #010101;
    }
    
    .ai1ec-agenda-widget-view .ai1ec-event > a {
      color: #010101;
    }
    
    .ai1ec-month-view .ai1ec-date {
      background: #242f35;
      color: #c2c4c7;
      text-shadow: none;
    }
    
    .ai1ec-month-view .ai1ec-date a {
      color: #fff;
    }
    
    .ai1ec-calendar-toolbar {
      background-color: #111;
      border: 1px solid #111;
    }
    
    .timely .ai1ec-nav > li > a:hover, .timely .ai1ec-nav > li > a:focus {
      background-color: #353535;
    }
    
    .ai1ec-dropdown-menu {
      background-color: #111;
      border: 1px solid #353535;
      border: 1px solid rgba(0,0,0,0.15);
    }
    
    .ai1ec-field-value {
      color: #eee !important;
    }
    
    /* ASL CSS über Plug-In */
    div.asl_m .probox {
      background: #111 !important;
     }

    div.asl_w .probox .proinput input::placeholder {
          color: rgba(255,255,255,1.00) !important;
    }

    div.asl_r.vertical {
          background: #111;
    }

    #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
      color: #fff !important;
    }

    div.asl_r.asl_w.vertical .results .item::after {
      background: #353535;
    }

    div.asl_r .results .item {
      background: #111;
    }

    div.asl_r p.showmore span {
      border: 1px solid #353535;
    }

    div.asl_r p.showmore {
      background-color: #111;
    }

    div.asl_r .results .item {
      background: #111;
      border-left: 1px solid #353535;
      border-right: 1px solid #353535;
    }
    
    div.asl_w .probox .proinput input::placeholder {
      color: rgba(238,238,238,1.00) !important;
    }
    
    /* END - ASL CSS über Plug-In */
    
    .end-line {
      border-top: 1px solid #353535;
    }
    
    .feedbackcnt {
      background: #111;
    }
    
    label {
      color: #eee;
    }
    .wpcf7 input[type="file"] {
      color: #eee;
    }
    
    input[type="text"]::placeholder {
      background: #353535;
    }
    
    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: #eee;
      background: #353535;
        border: 1px solid #353535;
    }
    
    input[type="text"]::placeholder {
      color: #eee;
    }
    
    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: #eee;
      border-color: #333;
    }
    
    .feedbackbtn:hover, .feedbackbtn:focus, .feedbackbtn:active {
      background: #111;
    }
    
    .feedback button, input[type="button"]:hover, .feedback input[type="submit"]:hover, .feedback button, input[type="button"]:focus, .feedback input[type="submit"]:focus, .feedback button, input[type="button"]:active, .feedback input[type="submit"]:active {
      background: #111;
    }
    
    .tnp-subscription input[type="text"], .tnp-subscription input[type="email"], .tnp-subscription input[type="submit"], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type="text"], .tnp-profile input[type="email"], .tnp-profile input[type="submit"], .tnp-profile select, .tnp-profile textarea {
      color: #eee !important;
      border-color: #353535 !important;
      background-color: #353535 !important;
    }
    
    .lightbox {
        color: #353535;
    }
    
    .lightbox a {
        color: #111;
    }
    
    .lightbox a:hover {
        color: #010101;
    }
    
    .wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link, .wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:active, .wp-block-jetpack-podcast-player .jetpack-podcast-player a.jetpack-podcast-player__link:visited {
      color: #eee;
    }

}