/*!
Theme Name: polpro
Theme URI: https://polyproblem.org/
Author: Herr/Frau/Firma
Author URI: https://herrfraufirma.de/
Description: Custom theme for polyproblem.org
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polpro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
polpro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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.15; /* 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 {
	font-size: 2em;
	margin: 0.67em 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: bolder;
}

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


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* Webfont: LatoLatin-Black */@font-face {
    font-family: 'LatoLatinBlack';
    src: url('fonts/LatoLatin/LatoLatin-Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-BlackItalic */@font-face {
    font-family: 'LatoLatinBlackItalic';
    src: url('fonts/LatoLatin/LatoLatin-BlackItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-BlackItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Heavy */@font-face {
    font-family: 'LatoLatinHeavy';
    src: url('fonts/LatoLatin/LatoLatin-Heavy.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Heavy.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-HeavyItalic */@font-face {
    font-family: 'LatoLatinHeavyItalic';
    src: url('fonts/LatoLatin/LatoLatin-HeavyItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-HeavyItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-HeavyItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'LatoLatinBold';
    src: url('fonts/LatoLatin/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-BoldItalic */@font-face {
    font-family: 'LatoLatinBoldItalic';
    src: url('fonts/LatoLatin/LatoLatin-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Semibold */@font-face {
    font-family: 'LatoLatinSemibold';
    src: url('fonts/LatoLatin/LatoLatin-Semibold.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Semibold.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-SemiboldItalic */@font-face {
    font-family: 'LatoLatinSemiboldItalic';
    src: url('fonts/LatoLatin/LatoLatin-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Medium */@font-face {
    font-family: 'LatoLatinMedium';
    src: url('fonts/LatoLatin/LatoLatin-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-MediumItalic */@font-face {
    font-family: 'LatoLatinMediumItalic';
    src: url('fonts/LatoLatin/LatoLatin-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'LatoLatinRegular';
    src: url('fonts/LatoLatin/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Italic */@font-face {
    font-family: 'LatoLatinItalic';
    src: url('fonts/LatoLatin/LatoLatin-Italic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Light */@font-face {
    font-family: 'LatoLatinLight';
    src: url('fonts/LatoLatin/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-LightItalic */@font-face {
    font-family: 'LatoLatinLightItalic';
    src: url('fonts/LatoLatin/LatoLatin-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Thin */@font-face {
    font-family: 'LatoLatinThin';
    src: url('fonts/LatoLatin/LatoLatin-Thin.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Thin.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Thin.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-ThinItalic */@font-face {
    font-family: 'LatoLatinThinItalic';
    src: url('fonts/LatoLatin/LatoLatin-ThinItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-ThinItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-ThinItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Hairline */@font-face {
    font-family: 'LatoLatinHairline';
    src: url('fonts/LatoLatin/LatoLatin-Hairline.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-Hairline.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Hairline.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-HairlineItalic */@font-face {
    font-family: 'LatoLatinHairlineItalic';
    src: url('fonts/LatoLatin/LatoLatin-HairlineItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin/LatoLatin-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin/LatoLatin-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-HairlineItalic.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin/LatoLatin-HairlineItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'LatoLatinRegular', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1, h2, h3 {
	font-family: 'LatoLatinRegular', Verdana, Geneva, sans-serif;
	font-weight:normal;
}

h1, h2 {
	text-transform: none;
}

h1 { 
	font-size:1.5rem;
}

h2 { 
	font-size:1.5rem;
	margin: 0 0 1.5rem 0;
}

h3 { 
	font-size:1.5rem;
	margin: 4rem 0 2rem 0;
}

p {
	margin-bottom: 1.5em;
}

p.intro {
	font-size:1.15rem;
	color: rgba(0,0,0,0.85);	
}

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

a,
a:visited {
	font-family: 'LatoLatinRegular', Verdana, Geneva, sans-serif;	
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see 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-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: square;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 1.25rem;
	text-indent: 0;
}

ul > li {
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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


/* caption */

.wp-caption-text,
.caption {
	font-size:0.85rem;
	color:#999;
	font-style:italic;
	letter-spacing:0.025rem;
	text-align:right;
	margin: 0 0 1rem 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1rem;
	line-height: 1;
	padding: 0.6rem 1rem 0.4rem;
	text-transform:uppercase;
	color: #0059a7;
	cursor:pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	color: #0059a7;
	text-decoration:none;
}

a:visited {
	color: purple;
	color: #0059a7;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: midnightblue;
	color: #9d9d9d;
}

a:focus {
	outline: thin dotted;
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 1rem;
}



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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:0.5rem 0 0.5rem 0;
	margin:0 0.02rem 0 0;
    color: #000000;

}


.main-navigation ul ul {
	list-style: square;
	padding-left: 1rem;
}

.main-navigation ul ul a {
	padding: 0 0 0.5rem 0 ;
}

.main-navigation .newsletter a {
}

.menu-toggle {
	overflow: visible !important;
}

.menu-toggle .text {
    width: 8rem;
    height: 2rem;
    text-indent: 0;
    color: #000;
    font-size: 1.25rem;
	margin: 1rem  0 0 1.25rem;
}

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

button.menu-toggle::after {
	content: 'Menu';
	display: block;
	width: 200px;
	margin: 2rem;
	height: 2rem;
	color: #000;
}


/* toggle buttn */
button.menu-toggle {
	background:transparent !important;
}

.menu-toggle {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.1s;
}

.menu-toggle:focus {
	border:none;
	outline:none;
}

.menu-toggle span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background-color:#000000;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000;
  content: "";
}

.menu-toggle span::before {
  top: -10px;
}

.menu-toggle span::after {
  bottom: -10px;
}

/* toggled X */
.menu-toggle span {
  transition: background 0s 0.1s;
}

.menu-toggle span::before,
.menu-toggle span::after {
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.1s, 0s;
}

.menu-toggle span::before {
  transition-property: top, transform;
}

.menu-toggle span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.toggled .menu-toggle {
  background-color: #cb0032;
}

.toggled .menu-toggle span {
  background: none;
}

.toggled .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

.toggled .menu-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.toggled .menu-toggle span::before,
.toggled .menu-toggle span::after {
  transition-delay: 0s, 0.1s;
}

/* -- -- -- */

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


/* == individual style == */

	
.site-header .main-navigation {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	margin: 0 auto 0 0;
	width: 6rem;
	padding: 1.5rem 0 0 2rem;
	height: auto;
}

.site-header .main-navigation.toggled {
	width: 17.5rem;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}


.site-header .site-branding .logo {
	padding: 0 60px 0.75rem 0;
}

.menu-header-navigation-container {
	margin: 4.5rem 0 0 0;
}	

.site-header .main-navigation {
	padding: 2.8rem 0 0 2rem;
}

.meta-navigation {
	margin: 1.5rem 0 0 0;
}


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

	.site-header .main-navigation {
		padding: 2.8rem 0 0 1.1rem;
	}
	
}

.menu-toggle {
	position:relative;
	left:10px;
	top: 1rem;
}

.main-navigation.toggled .menu-menu-1-container {
	height:100vh;
	width: 15rem;
}

.menu-menu-1-container .nav-menu {
	background-color:#FFF;
}

.main-navigation ul {
	height:100%;
	text-transform: uppercase;
}

.main-navigation li {
    float: none;
    position: relative;
	text-align:left;
}

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

	.menu-header-navigation-container {
		display: none;
	}
	
}



/* == == == */


/* ---- */

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

.main-navigation .current-menu-item a,
.main-navigation .current-menu-item a:visited,
.main-navigation .current-page-ancestor a,
.single-event .menu-item.events a,
.single-post .menu-item.news a {
    color: #000000;
}

/* Footer Navigation */


.footer-navigation ul {
	list-style:none;
	margin:1rem 0 1rem 0;
}

.footer-navigation ul li {
	display:inline-block;
	margin: 0 0.5rem;
}

.footer-navigation ul li a {
	padding:0.5rem 0.5rem 0.5rem 0.5rem;
}

/* icons */

.im-linkedin {
	/*
	background-image:url(img/iconmonstr-linkedin-2-240.png);
	background-size:2rem 2rem cover;
	*/
}

.im-linkedin a:before {
	content:url(img/iconmonstr-linkedin-2-240.png);
	width:2rem;
	height:2rem;

}

.im-linkedin a {
	width:2rem;
	height:2rem;
	overflow:hidden;
	color: transparent;
}

.footer-navigation .icons,
.footer-navigation .icons .image,
.menu-footer-container
 {
	display:inline-block;
}

.footer-navigation .icons {
	position:relative;
	top: 0.2rem;
}

.footer-navigation .icons .image a {
	padding:0.5rem;
}

.footer-navigation .icons .image {
	width:1.5rem;
	height:1.5rem;
	margin:0.5rem 0.5rem 0 0;
}

.footer-navigation .icons .image:hover {
	filter: saturate(0) brightness(170%);
}

.footer-navigation .icons .image img {
	width:100%;
	height:auto;
}


.footer-navigation ul {
	padding:0 1.5rem;
}



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

	.footer-navigation .icons,
	.menu-footer-container {
		display:block;
		
	}
	
	.footer-navigation ul {
		margin: 2.4rem 0 1rem 0;
		padding:0;
	}

}

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

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

.site {
	position: relative;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	display:block;
	margin:0 0 1rem 0;
	max-width: 1200px;
	height: 10rem;
	margin:0 auto;
}

.header-bar {	
	height:8.75rem;
	background-color:#ccdeed;
}

.entry-header {
	margin:0 0 4rem 0;
}

.home .entry-header {
	height:0;
	background-color: transparent;
	margin:0 0 0 0;
}

.site-header .site-branding {
	position:relative;
	padding: 0 0 0 10rem;
	display: flex;
	justify-content: flex-start;
}

.site-header .site-branding .logo {
	width:160px;	
	z-index:999;
	background-color:#FFF;
	padding:0 30px 0.75rem 0;
	margin:2.1875rem 0 0 3rem;
}


.site-header .site-branding .logo img {
	width:100%;
	height:auto;	
}

.site-header .main-navigation {
/*	flex: 0 0 80%; */
}

.site-header .main-navigation > div {
	margin: 0rem 0 0 0;
	position: absolute;
	top: 7.5rem;
}

/* --- */


.menu-header-navigation-container {
 
  margin: 4.5rem 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
 .menu-header-navigation-container ul {
    padding: 0;
    list-style: none;
	 color: #000;
	 font-size: 1.25rem;
	 text-transform: uppercase;
  }


@media screen and (max-width: 1080px) {
	 .menu-header-navigation-container ul {
		margin: 0 0 1.5rem 1rem;
	}
}

 .menu-header-navigation-container ul > li {
    margin: 0 2rem 0 0;
}

 .menu-header-navigation-container ul a {
	 color: #000;
}
  
 .menu-header-navigation-container ul ul {
	 display: none;
	 margin: 0;
	 font-size: 1rem;
	 width: 20rem;
 	position: absolute;
	 padding: 0.5rem 0 0 0;
}

 .menu-header-navigation-container ul ul li {
	 display: block;
}

 .menu-header-navigation-container li {
    display: inline-block;
    position: relative;
    text-align: left; /* Reset text alignment */
	
}

.menu-header-navigation-container ul > li:hover > ul {
	display: block;
}

.menu-header-navigation-container ul > li a:hover {
	color: #0059a7;
}

/* --- */

.site-header .search {
	margin: 2.25rem 0 0 2rem;
}

.site-header .search-form {
	display: flex;
	max-width: 12rem;
}

/* .site-header .search input[type="search"], */
.search-form input[type="search"] {
	border: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
	padding: 3px;
	margin: 0.25rem 0 0 0;
	max-width: 8rem;
}

.search-form input[type="submit"] {
		font-size: 1.5rem;
	color: #000000;
	padding: 0.4rem 0 0rem 0.5rem;
		font-size: 0;
}
/* --- */

.meta-navigation {
	position: absolute;
	right: 2rem;
	top: 0;
	display: flex;
}

.meta-navigation .social_media {
	display: flex;
	margin: 3rem 0 0 2rem;
	align-items: flex-end;
}

.meta-navigation .social_media a  {
	margin: 0 0 0 0.75rem;
	font-size: 1.2rem;
	display: inline-block;
}


.meta-navigation .social_media a.im-twitter div  {
	margin: -0.125rem 0 0 0;
}

.meta-navigation .social_media a.im-mail div  {
	margin: -0.125rem 0 0 0;
}



.meta-navigation .social_media a,
.meta-navigation .social_media a:visited {
	color: #000000;
}

.meta-navigation .social_media a:hover {
	color: #0059a7;
}

@media screen and (max-width: 840px) {
	
	.site-header .site-branding .logo {
		width:140px;
		padding:0 20px 0.5rem 20px;
		margin:1.5rem 0 0 3rem;
	}
	
	.site-header .main-navigation {
		padding: 1.75rem 0 0 1.1rem;
	}
	
	.meta-navigation {
		margin: 0.5rem 0 0 0;
	}
	
	.site-header {
		height: 6.2rem;
	}
	
	.site-header .main-navigation > div {
		top: 6.5rem;
	}

}

@media screen and (max-width: 720px) {
	
	.site-header .site-branding .logo {
		width:120px;
		padding:0 20px 0.5rem 20px;
		margin:2rem 0 0 1.0rem;
	}

	.site-header .main-navigation > div {
		margin:0;
	}
	
	.main-navigation ul {
	}
	
}

@media screen and (max-width: 640px) {
	
	.site-header .meta-navigation .search {
		display: none;
	}
}

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

	.site-header .site-branding .logo {
		width:110px;
		padding:0 20px 0.5rem 20px;
		margin:2.25rem 0 0 0rem;
	}
	
	.site-header .site-branding {
		padding: 0 0 0 9rem;
	}
	
	.site-header .main-navigation {
		padding: 1.75rem 0 0 0.25rem;
	}
	
	.meta-navigation {
		right: 1.25rem;
	}
	
}

@media screen and (max-width: 440px) {
	
	.menu-toggle .text {
		display: none;
	}
	
	
	.site-header .site-branding {
		padding: 0 0 0 5rem;
	}

}

/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/


.site-main {
	margin: 4rem 0 0 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 0.5rem solid #ccdeed;
	padding:2.5rem 0 2rem 0;
	text-align:center;
	margin:2rem 0 0 0;
}

.site-footer .site-info {
	max-width:1200px;
	margin:0 auto;
}

.site-footer .logos {
	display:flex;
	margin:1rem 0;
	justify-content: center;
	flex-wrap: wrap;
}

.site-footer .logo {
	margin:1rem 2rem;
	display:inline-block;
}

.site-footer .logo.roechling img,
.site-footer .logo.wider_sense img {
	height:auto;
	width:12rem;
}

.site-footer .logo img {
	width:100%;
	height:auto;
}

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

.site-footer .logo {
	margin:1rem 1.5rem;
	display:inline-block;
}
.site-footer .logo.roechling img,
.site-footer .logo.wider_sense img {
	height:50px;
	width:auto;
}
}


/*--------------------------------------------------------------
## Contant area
--------------------------------------------------------------*/


.site-content {
}

.content-area {
	max-width:1200px;
	margin:0 auto;
	padding:0 8rem 0 13rem;	
}

@media screen and (max-width: 960px) {
	
	.content-area {
		padding:0 2rem 0 2rem;	
	}

}

.content-area.start {
	max-width:100%;
	margin:0 auto;
}

.content-area.start section {
	max-width:1200px;
	margin:0 auto 0 auto;
	clear: both;
}

/*
.content-area.start section.blog,
.content-area.start section.news {
	max-width:100%;
	margin:0 auto;
	padding-left:0;
	padding-right:0;
}
*/

.content-area.start section.blog .container,
.content-area.start section.news .container {
	max-width:1200px;
	margin:0 auto;
	padding-left:2rem;
	padding-right:2rem;
}
	
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

h1 {
	margin:1rem 0 1rem 0;	
}

.meta_title {
	margin:0.5rem 0 1rem 0;
	color: #0059a7;
	text-transform:uppercase;
}

.sub_title {
	margin:-0.5rem 0 1rem 0;
	color: #0059a7;	
}


.headlines {
	margin:0.5rem 0 1.5rem 0;
}

.entry-meta.date {
	margin:0.5rem 0 1.5rem 0;
}

.blog h1 {
	margin:0.5rem 0 1rem 0;	
}

.blog .meta_title {
	font-size:0.85rem;
	margin:0.5rem 0 0.25rem 0;
	color: #0059a7;
	text-transform:uppercase;
}

.blog .sub_title {
	font-size:0.9rem;
	margin:-0.75rem 0 1rem 0;
	color: #0059a7;	
}

.blog .headlines {
	margin:0.5rem 0 1.25rem 0;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 2rem 0 0;
	font-size: 1.1rem
}

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

.entry-content img.alignleft {
	margin:0 2rem 2rem 0;
}

.cat-links,
.tags-links {
	display: block;
}

.edit-link {
	display: none;
}

/*--------------------------------------------------------------
## Podcast Block
--------------------------------------------------------------*/

.podcast_block .content {
	display: flex;
	justify-content: space-between;
	margin: 0 0 2rem 0;
}

.podcast_block .content .image {
	flex: 0 0 47.5%;
}

.podcast_block .content .text {
	flex: 0 0 47.5%;
}

@media screen and (max-width: 640px) {
	
	.podcast_block .content {
		display: block;
	}
	
}


/*--------------------------------------------------------------
## Video Block
--------------------------------------------------------------*/

.video_block {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	overflow: hidden; 
	width: 100%;
	height: auto;
}

.video_block iframe,
.video_block .BorlabsCookie {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*--------------------------------------------------------------
## Events List
--------------------------------------------------------------*/

.events_list .entry,
.reports_list .entry {
	display: flex;
	margin:0 0 3rem 0;
	padding:0 0 1rem 0;
}

.events_list .entry .image {

}

.events_list .entry:last-of-type {
	border-bottom:none;
}

.events_list h3.title {
	margin:2rem 0 2rem 0;
	padding:4rem 0 2rem 0;
}

.news .list .container:first-of-type h3.title,
.events_list .container:first-of-type h3.title {
	margin:2rem 0 2rem 0;
	padding:0 0 2rem 0;
}

.page-template-page_news .news section.news .list .entry, 
.page-template-page_news .news .list .box.entry {
	margin: 0 0 4rem 0  !important;
}

.events_list .date,
.single-event .date {
	margin: 0 0 1.5rem 0;
}

.blog_list .entry {
	display: flex;
}

@media screen and (max-width: 640px) {
	.events_list .entry,
	.blog_list .entry {
		display: block;
	}
}

.blog_list article {
	border-bottom: 4px solid #0059a7;
	margin:0 0 3rem 0;
	padding:0 0 2rem 0;
}

.events_list .entry:last-of-type,
.reports_list .entry:last-of-type,
.blog_list article:last-of-type {
	border-bottom:none;
	margin:0 0 1rem 0;
}

.events_list .entry h3,
.reports_list .entry h3,
.blog_list .entry h3 {
	margin:0 0 1rem 0;
}

.events_list .entry .images,
.reports_list .entry .images,
.blog_list .entry .images {
	flex: 0 0 30%;
	padding:0 2rem 0 0;
}

.events_list .entry .images .image,
.reports_list .entry .images .image {
	width: 100%;
}

.events_list .entry .images .image img,
.reports_list .entry .images .image img {
	width: 100%;
	height: auto;
}

.events_list .entry .content_column,
.reports_list .entry .content_column,
.blog_list .entry .content_column {
	flex: 1 0 70%;
}

.events_list .entry p:last-of-type,
.reports_list .entry p:last-of-type,
.blog_list .entry p:last-of-type {
	margin-bottom:0;
}



/*--------------------------------------------------------------
## bilder_block
--------------------------------------------------------------*/

.bilder_block .image_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bilder_block .image_list .image {
	flex: 0 0 48%;
	margin: 0 0 4% 0;
}


/*--------------------------------------------------------------
## Start
--------------------------------------------------------------*/

.home .content-area {
	padding:0;	
}

.slick-slider {
	position:relative;
}

.slick-slider img {
	width:100%;
	height:auto;
  -webkit-filter: brightness(98%);
  filter: brightness(98%);
}

.slick-slider .slick-prev {
	position:absolute;
	bottom: 1.5rem;
	left: 1.25rem;
	z-index:999;
}

.slick-slider .slick-next {
	position:absolute;
	bottom: 1.5rem;
	right: 1.25rem;
	z-index:99999;
}


.slick-slider .slick-dots {
	position:absolute;
	bottom: 0px;
	z-index:999;
	width:100%;
	text-align:center;
}

.slick-slider .slick-dots li {
	display:inline-block;	
}

.slick-slider .slick-dots li button {
	display:none;
}

ul.slick-dots {
	margin:0;
	padding:0;
}

ul.slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #fff;
	margin: 5px;
	cursor: pointer;
	border: none;
}

ul.slick-dots li.slick-active {
    background-color: #ccc;
}

.slick-prev,
.slick-next {
	color: rgba(0,0,0,0);
	background-color:transparent;
	background-color: rgba(255,255,255,0.8);
	width:2rem;
	height:2rem;
	padding:0rem; 
	margin:0 0.25rem 0 0.25rem;
	border:none;
}

.slick-prev {
	
}


.slick-prev:before {
	content:"";
	background-image: url("img/arrow-left-48.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #000;
	font-size:2rem;
	display:inline-block;
	margin:0.25rem 0.25rem 0.2rem 0.25rem;
	cursor:pointer;
	width: 1.5rem;
	height: 1.5rem;
}

.slick-next:before {
	content:"";
	background-image: url("img/arrow-right-48.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #000;
	font-size:2rem;
	display:inline-block;
	margin:0.25rem 0.25rem 0.2rem 0.25rem;
	cursor:pointer;
	width: 1.5rem;
	height: 1.5rem;
}

.slick-slider .content {
	position:absolute;
	bottom: 4rem;
	left:4rem;
	color:#FFF;
	width: 50%;	
	font-size: 2rem;
	line-height:1.2;
	padding:1rem 1rem 1rem 1rem;
/*	background-color: rgba(0, 89, 167, 0.25);*/
}

.slick-slider .content.invers {
	color:#000;
}

.slick-slider .content .text {
	text-shadow: 0px 0px 3px rgba(0,0,0, 0.8);
}

.slick-slider .content.invers .text {
	text-shadow: 0px 0px 3px rgba(255,255,255, 0.65);
}

.slick-slider a.button,
.slick-slider a:visited.button {
	border:3px solid rgba(255,255,255,1);
	padding:0.4rem 1rem;
	color:#fff;
	font-size:1.4rem;
	margin:1rem 0 0 auto;
	display:inline-block;
	background-color: rgba(0, 89, 167, 0.5);
}

.slick-slider text {
	border:3px solid rgba(255,255,255,1);
	padding:0.4rem 1rem;
	color:#fff;
	font-size:1.4rem;
	margin:1rem 0 0 auto;
	display:inline-block;
	background-color: rgba(122, 122, 122, 0.5);
}

.slick-slider a:hover.button {
	border:3px solid rgba(255,255,255,1);
	background-color: rgba(0, 89, 167, 0.85);
}	


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

	.header-image .slick-slider .content {
		bottom: 1.8rem;
		left: 3.6rem;	
		width: 100%;
	}
}


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

	.header-image .slick-slider .content {
		bottom: 1.2rem;
		left: 3.0rem;
	}
	
	.header-image .slick-slider a.button,
	.header-image .slick-slider a:visited.button {
		padding:0.3rem 0.8rem;
		font-size:1.2rem;
		margin:1rem 0 0 auto;
	}
	
	.header-image .slick-slider .content {
		font-size: 1.8rem;
		line-height: 1.2;
	}
}

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

	.slick-slider a.button,
	.slick-slider a:visited.button {
		margin:1rem auto 0 auto;
	}
	
	.header-image .slick-slider .content {
		text-align:center;
	}
	
	.header-image .slick-slider .content {
		left: 0rem;
		right: 0rem;
	}
	
}

@media screen and (max-width: 960px) {
	
	.header-image .slick-slider .slick-slide .image {
		height: 300px;
		overflow:hidden;
		position:relative;
	}
	
	.header-image .slick-slider .slick-slide .image img {
		position:absolute;
		top: -100%;
		right: -100%;
		bottom: -100%;
		left: -100%;
		height: 300px;
		width: 960px;
		max-width:960px;
    	margin: auto;
	}
}


/* archive */

.archive h1.page-title {
	margin: 1rem 0 4rem 0;
}

/* sections */

.section {
	padding:0 1rem;	
}

/* news */

.entry-footer {
	margin: 0 0 4rem 0;
}

section {
	margin: 0 0 2rem 0;
}

body.category .content-area,
body.tax-formats .content-area,
body.tag .content-area
{
    max-width: 1200px;
    margin: 0 auto;   
	padding: 3.2rem 2rem;
}

section.news .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}

section.news .list .entry,
section.news .list .post {
	flex: 0 0 22.5%;
	padding: 0 0 0 0;
	margin: 0 3.3333% 4rem 0 !important;
	
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	overflow-x: hidden;
}

section.news .list .entry .tags,
section.news .list .post .tags {
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}

section.news .list .entry p:last-of-type {
	margin-bottom: 0;
}


.news section.news .list .entry,
.news section.news .list .post {
	flex: 0 0 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;	
}

section {
	clear: both;
}

section.news .list .entry:nth-of-type(4n),
section.news .list .post:nth-of-type(4n) {
	margin: 0 0 4rem 0 !important;
}

.list .entry h3.label {
	margin: 0 0 1.25rem 0;
}

.list .entry h3.label a,
.taxonomy.category a {
	font-size: 0.95rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #222;
}

.entry h3.label a:hover,
.taxonomy.category a:hover {
	color:#0059a7;
}

/*
.taxonomy.category a {
	color:#0059a7;
}

.taxonomy.category a:hover {
	color: #000;
}
*/


.list .entry .formats .format a,
.taxonomy.formats a {
	display: inline-block;
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem 0.15rem 0.5rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #ffffff;
	margin: 1.25rem 0.25rem 0 0;
	background-color: #555555;
    font-family: 'LatoLatinBold', Verdana, Geneva, sans-serif;
}

.list .entry .formats .format a:hover,
.taxonomy.formats a:hover {
	background-color:#0059a7;
}

/*
.taxonomy.formats a {
	background-color:#0059a7;
}

.taxonomy.formats a:hover {
	background-color: #000;
}
*/

section.news .list .entry .tags,
.taxonomy.tags,
.taxonomy label {
	font-size: 0.75rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
    font-family: 'LatoLatinBold', Verdana, Geneva, sans-serif;
	min-height: 2.5rem;
	margin: 1.25rem 0 0 0;
	display: inline-block;
}


.taxonomy.tags {
	margin: 0.25rem 0 0 0;
}

.taxonomy label {
	min-height: 1.25rem;
	margin: 1.25rem 0.5rem 0 0;	
}


section.news .list .entry .tags .tag,
.taxonomy.tags .tag {
	display: inline-block;
}

section.news .list .entry .tags .tag a,
.taxonomy.tags .tag a {
	display: inline-block;
	margin: 0 0.75rem 0.25rem 0;
	color: #222;
}

section.news .list .entry .tags .tag a:hover,
.taxonomy.tags .tag a:hover {
	color: #0059a7;
}

/*
.taxonomy.tags .tag a {
	color: #0059a7;
}

.taxonomy.tags .tag a:hover {
	color: #000;
}
*/

section.news .list .title,
section.news .list h2.entry-title {
	margin: 1.25rem 0 0.75rem 0;
	color: #0059a7;
	color: #000000;
    font-family: 'LatoLatinMedium', Verdana, Geneva, sans-serif;
    font-weight: normal;
/*	text-transform: uppercase; */
	font-size: 1.25rem;
	min-height: 3.75rem;
}

.list .entry a h2,
.list .entry a:visited h2,
.list .entry a .tags,
.list .entry a:visited .tags,
.list .entry a:hover .tags,
.list .entry .text,
.list .entry a .text,
.list .entry a:visited {
	color: #333;
}

section.news .list .title .image {
	min-height: 150px;

}

section.news .list .title .image img {
	object-fit: cover;
	min-height: 150px;
}

.list .entry a:hover .title,
.list .entry a:hover .text,
.list .entry a.hover .title,
.list .entry a.hover .text {
	color: #0059a7;
}


@media screen and (max-width: 960px) {
	
	section.news .list .entry,
	section.news .list .post,
	section.news .list .entry:nth-of-type(4n),
	section.news .list .post:nth-of-type(4n)
	{
		flex: 0 0 31%;
		margin: 0 3.5% 4rem 0 !important;
	}
	
	
	section.news .list .entry:nth-of-type(3n),
	section.news .list .post:nth-of-type(3n) {
		margin: 0 0 4rem 0 !important;
	}

}


@media screen and (max-width: 720px) {
	
	section.news .list .entry,
	section.news .list .post,
	section.news .list .entry:nth-of-type(4n),
	section.news .list .post:nth-of-type(4n),
	section.news .list .entry:nth-of-type(3n),
	section.news .list .post:nth-of-type(3n)
	{
		flex: 0 0 48%;
		margin: 0 4% 4rem 0 !important;
	}
	
	
	section.news .list .entry:nth-of-type(2n),
	section.news .list .post:nth-of-type(2n) {
		margin: 0 0 4rem 0 !important;
	}

}

@media screen and (max-width: 540px) {
	
	section.news .list .entry,
	section.news .list .post,
	section.news .list .entry:nth-of-type(4n),
	section.news .list .post:nth-of-type(4n),
	section.news .list .entry:nth-of-type(3n),
	section.news .list .post:nth-of-type(3n),
	section.news .list .entry:nth-of-type(2n),
	section.news .list .post:nth-of-type(2n)
	{
		flex: 0 0 100%;
		margin: 0 0 4rem 0 !important;
	}
	
	section.news .list .title, 
	section.news .list h2.entry-title {
		margin: 1.25rem 0 0.75rem 0;
		min-height: 1rem;
	}

}


/* pdf */

.pdf_viewer {
	max-width: 640px;
}

/* top */


section.top > .section_container > .section_content {
	display: flex;
	width: 100%;
}

section.top .slider_box {
	flex: 0 0 67.5%;
	width: 67.5%;
	float: left;
	margin: 0 0 0 0;
	padding: 1.5rem 0 0 0;
	height: 472px;
/*	border: 0.125rem solid #ccdeed;	 */
/*	box-shadow: 0 2px 4px 0 rgba(204,222,237,0.50); */
	background-color: rgba(204,222,237,0.250);
}

section.top .twitter {
/*	background-color: #ccdeed;
	background-color: rgba(204,222,237,0.250);
	*/
	flex: 0 0 27.5%;
	min-width: 310px;
	width: 27.5%;
	float: right;
	margin: 0 0 0 5%;
	padding: 4rem 0 0 3rem;
/*	border: 0.5rem solid rgba(204,222,237,0.250); */
	border-left: 0.125rem solid #ccdeed;

	position: relative;
}

/* Twitter */

.ctf-header-img-hover {
	display: block!important;
	opacity: 1!important;
}

#ctf .ctf-header-text .ctf-header-counts {
	display: none;
}

/* Twitter */

/*
iframe .twitter-timeline .timeline-Widget {
    max-width: 1200px;
    background-color: #FFF !important;
    border-radius: 5px;
}

*/


#ctf .ctf-header-generic-icon, 
#ctf .ctf-header-img-hover,
#ctf .ctf-header .ctf-header-follow {
    background: #0059a7;
    background: rgba(0,89,167,0.650);
}

#ctf .ctf-corner-logo {
    color: rgba(0,0,0,0.55);
}

#ctf .ctf-header-generic-icon, 
#ctf .ctf-header-img-hover {
    display: block;
}

#ctf .ctf-header-img img {
	opacity: 0;
}

#ctf {
    position: inherit;
}

#ctf .ctf-header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	padding: 0.25rem 0.25rem 0.25rem 3rem;
	border-bottom: none !important;
}

.ctf-tweets {
	padding: 0 0 0 0;
}


/* mobile */

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

	
	section.top .twitter {
		min-width: 310px;
		float: right;
		margin: 0 0 0 3%;
		padding: 4rem 0 0 2rem;
	}
	
	section.top .slider_box {
		width: 65%;
		float: left;
		padding: 1.5rem 0 0 0;
		height: 432px;
	}
	
	#ctf {
		height: 368px !important;
	}
}


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

	
	section.top .twitter {
		min-width: 310px;
		float: right;
		margin: 0 0 0 3%;
		padding: 4rem 0 0 1rem;
	}
	
	section.top .slider_box {
		width: 60%;
		float: left;
		padding: 1.5rem 0 0 0;
		height: 412px;
	}
	
	#ctf {
		height: 348px !important;
	}
}


/* --------- events -----------*/

.section .title {
	padding:0;
}

.section.news,
.section.blog {
	background-color: #e5eef6;
}

.teaser_list {
	display:flex;	
	justify-content: space-between;
	padding: 0;
}


.teaser_list.count3 .entry {
	flex: 0 0 28%;	
}

.teaser_list.count2 .entry {
	flex: 0 0 48%;	
}

.teaser_list.count1 .entry {
	flex: 0 0 100%;	
}

section.list .entry p:last-of-type {
	margin:1rem 0 0 0;	
}

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

	.teaser_list {
		display:block;	
	}
	
	.teaser_list.count3 .entry,
	.teaser_list.count2 .entry,
	.teaser_list.count1 .entry {
		width: 100%;
		margin:1rem 0 2.5rem 0;
	}
	
	.teaser_list .entry h3 {
		margin:0.75rem 0 0.75rem 0;
	}
	
	
	.teaser_list .entry .image img {
		width:100%;
	}

}


/* slider_box */

.slider_box {
	margin:0 0 4rem 0;	
}

.slider_box .entry .container {
	display:flex;
}

.slider_box .entry .content_column {
	flex: 0 0 50%;
	padding:0.125rem 2rem 0 2rem;
	order: 2;
}

.slider_box .entry .image_column {
	flex: 0 0 50%;
	padding:0 0 0 1.5rem;
	order: 1;
}

.slider_box .entry .title {
	font-family: 'LatoLatinRegular', Verdana, Geneva, sans-serif;
	font-weight: 700;
	color:#0059a7;
	color:#000000;
	margin: -0.35rem 0 0.75rem 0;
	font-size:1.1rem;
}

.slider_box .entry .text,
.slider_box .entry a,
.slider_box .entry a:visited {
	color:#000000;
}

.slider_box .entry a:hover .title {
	color:#0059a7;
}

.slider_box .slick-prev,
.slider_box .slick-next {
	color: rgba(0,0,0,0);
	background-color:transparent;
	
    background-color: #0059A7;
	background-color: #ccdeed;
	background-color: rgba(0,89,167,0.3);

	border-radius: 50%;
}

.slider_box.slick-slider .slick-dots {
	position:absolute;
	bottom: 1.25rem;
	z-index:99;
	width:100%;
	text-align:center;
}

.slider_box ul.slick-dots li {
    background-color: #0059A7;
	background-color: rgba(0,89,167,0.650);
}


.slider_box ul.slick-dots li.slick-active {
    background-color: #ccc;
}

.slider_box .slick-prev::before,
.slider_box .slick-next::before {
    color: #FFF;
}

.start section {
	padding: 0 2rem 4rem 2rem;
}

.start section.news {
	padding: 6rem 2rem 4rem 2rem;
}


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

	
	section.top .twitter {
		display: none;
	}
	
	section.top .slider_box {
		width: 100%;
		float: none;
		padding: 1.5rem 0 0 0;
		height: 480px;
	}
	
	.start section.news {
		padding: 0 2rem 5rem 2rem;
	}
	
}

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

	section.top .slider_box {
		height: 460px;
	}
}

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

	section.top .slider_box {
		height: 320px;
	}
	
	.slider_box .entry .image_column {
   	 flex: 0 0 30%;
	}
	
	.slider_box .entry .content_column {
    	flex: 0 0 70%;
		hyphens: auto;
	}
}
	

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

	
	.slider_box .entry .image_column {
   	 flex: 0 0 25%;
	}
	
	.slider_box .entry .content_column {
    	flex: 0 0 75%;
	}
}
	

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

	
	.slider_box .entry .image_column {
   	 flex: 0 0 20%;
	}
	
	.slider_box .entry .content_column {
    	flex: 0 0 80%;
	}
	
	
	.slider_box .entry .content_column {
		padding:0.125rem 1.25rem 0 1.25rem;
	}

}
	
@media screen and (max-width: 440px) {
	
	.content-area {
		padding: 0 1rem 0 1rem;
	}

	.start section,
	.start section.news,
	body.tax-formats .content-area,
	.content-area.start section.blog .container, 
	.content-area.start section.news .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

}

@media screen and (max-width: 399px) {
	
	section.wissen.top {
		display: none;
	}
	
}
	

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

.clearfix {
	clear:both;
}

.wissen_list .entry {
	margin:0 0 3rem 0;
	padding: 0 0 2.5rem 0;
	border-bottom: 4px solid #0059a7;
}

.wissen_list .entry:first-of-type {
	margin:4.5rem 0 3rem 0;
	padding: 1.5rem 0 3rem 0;
	border-top: 4px solid #0059a7;
}


.wissen_list .entry:last-of-type {
	border-bottom: none;
}

.wissen_list section {
	margin:4.5rem 0 2rem 0;
	padding: 1.5rem 0 0 0;
	border-top: 4px solid #0059a7;
}

.wissen_list section .entry,
.wissen_list section .entry:first-of-type {
	border: none;
	padding: 0;
	margin: 0 0 0 0;
}

.wissen_list section .entry h3.title {
	margin: 2rem 0 1.5rem 0;
}

.wissen_list section h3.section-title {
	margin: 2rem 0 1rem 0;
	text-transform: uppercase;
	display: inline-block;
	background-color: #0059a7;
	color: #ffffff;
	padding: 0.25rem 0.5rem 0.125rem 0.5rem;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}

.wissen_list section .entry .content {
	display: flex;
}

.wissen_list section .image {
    flex: 0 0 30%;
    padding: 0 2.25rem 0 0;
	margin: 0.25rem 0 0 0;
}

.wissen_list section .text {
}

.wissen_list section .entry .content p:first-of-type {
	margin-top: 0;
}


/*--------------------------------------------------------------
## Ueber uns
--------------------------------------------------------------*/

.ueber_uns .teaser_list {
	display:flex;
	justify-content: space-between;
	margin-bottom:3rem;
}

.ueber_uns .teaser_list.count3 .entry {
	flex: 0 0 28%;	
}

.ueber_uns .teaser_list.count2 .entry {
	flex: 0 0 48%;	
}

.ueber_uns .teaser_list.count1 .entry {
	flex: 0 0 100%;	
}

.contact_form {
	background-color:rgba(0,0,0,0.1);
	padding:1.8rem;
	margin:3rem 0 3rem 0;
}

.contact_form .field_list {
	margin: 1.5rem 0 0 0;
}

.contact_form .two_fields {
	display:flex;
	justify-content: space-between;
}

.contact_form .field {
	margin: 0 0 1rem 0;
	width:48%;
}

.contact_form .field.textarea {
	margin: 0 0 1rem 0;
	width:100%;
}

.contact_form .field input {
	width:100%;
}

.contact_form .form-footer {
	display:flex;
	justify-content: space-between;
}

.contact_form .note {
	font-size:0.75rem;
}

.contact_form .submit {

}

.contact_form .ajax-loader,
div.wpcf7 .ajax-loader {
	display:none;
}

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

	.contact_form .two_fields {
		display:block;
	}

}

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

.bypostauthor {
	display: block;
}

.contact_form .field {
    width: 100%;
}


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

a .more {
	margin: 1.5rem 0 1rem 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.95rem;
	background-color: #0059a7;
	color: #ffffff;
	padding: 0.25rem 0.5rem;
	letter-spacing: 0,0625rem;
}

a .more:hover {
	background-color: #fff;
	color: #0059a7;
}



/*--------------------------------------------------------------
## 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-2 .gallery-item:nth-of-type(odd) {
	padding:0 0.75rem 0 0;
}

.gallery-columns-2 .gallery-item:nth-of-type(even) {
	padding:0 0 0 0.75rem;
}

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

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

	.gallery-columns-2 .gallery-item {
		max-width: 100%;
	}
	
	.gallery-columns-2 .gallery-item:nth-of-type(odd) {
		padding:0;
	}
	
	.gallery-columns-2 .gallery-item:nth-of-type(even) {
		padding:0;
	}

}


.ssp-player.ssp-player-large .ssp-album-art {
	opacity:0.9;
}

/* pdf */

div.pdfemb-toolbar {
	background-color: #0059a7 !important;
}

/* -- cookie */

p._brlbs-branding {
	display: none;
}




/* SEOpress */

.seopress-beacon-el {
	filter: saturate(0%);
	background-color: #999 !important;
	width: 3rem !important;
	height: 2rem !important;
}

body:not(.wp-admin) .diZYay.diZYay.diZYay {
    left: 1.42%;
    top: 92.5% !important;
}

.seopress-beacon-el img {
	transform: rotate(45deg);
}


#wpadminbar {
	display: none;
}

