/*!
Theme Name: scicomm
Theme URI: https://herrfraufirma.de/
Author: A.Putzar / T.Bortels
Author URI:
Description: Custom theme for scicomm-support.de. Design by A.Putzar (<a href="https://www.amelieputzar.de/">amelieputzar.de</a>), programming and maintainance by T.Bortels (<a href="https://herrfraufirma.de/">herrfraufirma.de</a>). 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scicomm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

scicomm is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/



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


@font-face {
	font-family: 'NunitoSans';
	src:url('fonts/NunitoSans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype supports variations'),
	url('fonts/NunitoSans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations');
	font-weight: 100 1000;
	font-stretch: 25% 151%;
    font-display: block;
}

@font-face {
	font-family: 'NunitoSansItalic';
	src:url('fonts/NunitoSans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype supports variations'),
	url('fonts/NunitoSans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations');
	font-weight: 100 1000;
	font-stretch: 25% 151%;
    font-display: block;
}

@font-face {
	font-family: 'Bitter';
	src:url('fonts/Bitter/Bitter-VariableFont_wght.ttf') format('truetype supports variations'),
	url('fonts/Bitter/Bitter-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 100 1000;
	font-stretch: 25% 151%;
    font-display: block;
}

@font-face {
	font-family: 'BitterItalic';
	src:url('fonts/Bitter/Bitter-Italic-VariableFont_wght.ttf') format('truetype supports variations'),
	url('fonts/Bitter/Bitter-Italic-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 100 1000;
	font-stretch: 25% 151%;
    font-display: block;
}


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

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;

	
}

/* Font size adjust
	 ========================================================================== */

html { font-size: 16px; }

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

    html {
        font-size: 15px;
    }

}

@media screen and (min-width: 2000px) {
	
	html {
		font-size: 20px;
	}
	
}

@media screen and (min-width: 2400px) {
	
	html {
		font-size: 24px;
	}
	
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
    text-decoration: none;
}

a:focus:not(:focus-visible) {
    outline: none!important;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
	font-variation-settings: "wght" 600;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
    display: block;
}

#wp-admin-bar-under-construction-page img {
	display: inline;
}

/* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
    resize:vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

.field.radio p {
    font-weight: 600;
}

input[type="radio"],
input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: none;
    background-color: #F1F2F5;
    margin: 0 0.2em 0 0;
    width: 1.15em;
    height: 1.15em;
    border: 5px solid #F1F2F5;
    border-radius: 50%;
    transform: translateY(0.18em);
}

.comments-area input[type="radio"],
.comments-area input[type="checkbox"] {
    background-color: #FFF;
    border: 5px solid #FFF;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background: #e73137;
}

.comment-respond label {
	display: none;
}

.comment-respond .comment-form-cookies-consent label {
	display: inline;
}
/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
.info_text {
	color: #141347;
	font-family: 'NunitoSans',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
    font-weight: 320;
	line-height: 1.4;
    letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Bitter';
    font-weight: 420;
}

h1.entry-title,
.archive h1.page-title,
.search h1.page-title,
.page-template-page-suche h1.page-title {
	  font-size: 3.2rem;
      font-weight: 500;
      margin-bottom: 0.3rem;
      line-height: 1.2;
      padding-right: 10%;
}

@media screen and (max-width: 700px) {
	
    h1.entry-title,
    .archive h1.page-title,
    .search h1.page-title,
    .page-template-page-suche h1.page-title {
        padding-right: 0;
    }
}

@media screen and (max-width: 640px) {
	
    h1.entry-title,
    .archive h1.page-title,
    .search h1.page-title,
    .page-template-page-suche h1.page-title {
        font-size: 2.4rem;
        padding-right: 10%;
        margin-top: 2.4rem;
    }
}

@media screen and (max-width: 480px) {
	
    h1.entry-title,
    .archive h1.page-title,
    .search h1.page-title,
    .page-template-page-suche h1.page-title {
        font-size: 2.2rem;
        padding-right: 0;
    }
}

.entry-content h3 {
    margin-top: 2.8rem;
    margin-bottom: 1rem;
}

p {

}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #e73137;
    transition: all 0.2s ease;
}

.site-main a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.site-main a.read-more {
    /* These are technically the same, but use both */
    overflow-wrap: normal;
    word-wrap: normal;

    -ms-word-break: normal;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: normal;
    /* Instead use this non-standard one: */
    word-break: normal;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

a:visited {
	color: #e73137;
}

a:hover,
a:focus,
a:active {
	color: #141347;
    transition: all 0.2s ease;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site-header .container,
.site-main .container,
.site-footer .container {
	max-width: 75rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	
    .site-main > .container,
    .site-footer .container {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 840px) {
	
    .home .site-main > .container {
        margin-top: -2rem;
    }
}

@media screen and (max-width: 640px) {
	
    .site-main > .container,
    .site-footer .container {
        padding: 0 2rem;
    }
    
    .home .site-main > .container {
        margin-top: -4rem;
    }
}

.site-main {
    margin-bottom: 12rem;
}

.home .site-main {
    margin-bottom: 4rem;
}

@media screen and (max-width: 840px) {
	
    .site-main {
        margin-bottom: 6rem;
    }
}

.site-header .container {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

main::before {
    display: block;
    content: "";
    height: 6px;
    width: auto;
    background-color: #e73137;
    margin-top: 5px;
	position: relative;
}


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

.site-header {
    min-height: 15rem;
    background-image: -webkit-linear-gradient(top right, #230078, #7b0737);
    background-image: -o-linear-gradient(top right, #230078, #7b0737);
    background-image: linear-gradient(to bottom left, #230078, #7b0737);
    position: relative;
    background-image: url(img/bg-header-kompl@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 50% left 50%;
}

.site-branding  {
	display: flex;
	position: absolute;
	top: 3.0rem;
	left: 4rem;
	max-width: none;
	align-items: flex-end;
}

.main-navigation {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.site-header .phone_box {
    display: inline-flex;
	color: #FFFFFF;
	position: absolute;
	right: 3.9rem;
	bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 680;
    align-items: center;
}

.site-branding .location {
    font-family: 'Bitter';
	font-size: 2rem;
	color: #FFFFFF;
	padding: 0 0 0 1rem;
	font-weight: 460;
}

.site-branding a {
	max-width: 25rem;
	margin: 0 2rem 0 0;
}

@media screen and (max-width: 1200px) {
    
    .site-header {
         min-height: 17rem;   
    }
    
    .site-branding  {
        flex-direction: column;
	    align-items: flex-start;
    }

    .site-branding .location {
        padding: 0.4rem 0 0 0;
    }
}

@media screen and (max-width: 580px) {
    
    .site-branding .location {
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 0.8rem 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    
    .site-branding .location {
        font-size: 1.4rem;
    }
}

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

    .site-branding {
        width: 74%;
        top: 2rem;
        left: 2rem;
    }

    .site-header .phone_box {
        right: 2.1rem;
    }
}

/* .home .site-header .phone_box {
    right: 10rem;
	top: 3.25rem;
    bottom: auto;
} */

.home .site-header .phone_box {
        right: 4rem;
        top: auto;
        bottom: 2rem;
    }

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

    .home .site-header .phone_box {
        right: 4rem;
        top: auto;
        bottom: 2rem;
    }
}

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

    .home .site-header .phone_box {
        right: 2.1rem;
    }
}

.site-header .phone_box {
		display: flex;
		align-items: flex-start;
}

@media screen and (max-width: 640px) {
    
    .home .site-header .phone_box,
    .site-header .phone_box {
        right: auto;
        left: 2rem;
    }
}

@media screen and (max-width: 520px) {
    
    .site-header .phone_box {
		display: block;
        font-size: 1.35rem;
    }
}

.site-header a,
.site-header a:visited {
	color: #FFFFFF;
}

.site-header .phone_box .form_link {
	margin: 0 2rem 0 0;
}

.site-header .phone_box .details {
	font-size: 0.55em;
	margin: 0 0 0 2rem;
    font-family: 'BitterItalic';
    font-weight: 360;
    padding-left: 0.2em;
}

.site-header .phone_box a:hover {
	color: #e73137;
}

.site-header .phone_box .form_link a::before {
    content: '';
    display: inline-flex;
    flex-shrink: 0;
    width: 1.4rem;
    height: 1.8rem;
    margin: 0.05em 0.8rem 0 0;
	top: 0.1rem;
	position: relative;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(231,49,55,1.00)"><path d="M0 0v24h24v-24h-24zm22 6v7h-9v-7h9zm-11 0v7h-9v-7h9zm-9 16v-7h9v7h-9zm11 0v-7h9v7h-9z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
	background-position: bottom;
}

.site-header .phone_box .phone_detail a::before {
    content: '';
    display: inline-flex;
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.05em 0.2rem 0 0;
	top: 0.3rem;
	position: relative;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(231,49,55,1.00)"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 520px) {
    
    .site-header .phone_box .form_link a::before {
        margin: 0.1em 0.8rem 0 0;
        width: 1.3rem;
        height: 1.3rem;
    }
    
    .site-header .phone_box .phone_detail a::before {
        margin: 0.1em 0.4rem 0 0;
        width: 1.7rem;
        height: 1.7rem;
    }

    .site-header .phone_box .phone_detail .details {
        padding-left: 0.35em;
    }
}

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

/* Über .page-id-21 | About .page-id-772
--------------------------------------------- */

.page-id-21 .site-main .container,
.page-id-772 .site-main .container {
    background-image: url(img/rettungsanker-content-bg.svg);
    background-repeat: no-repeat;
    background-size: 16.5rem;
    background-position: top 11% left 25%;
}

@media screen and (max-width: 840px) {
    
    .page-id-21 .site-main .container,
    .page-id-772 .site-main .container {
        background-position: top 7% right 5%;
    }

}

.start_text {
    font-family: 'Bitter';
    font-size: 2rem;
    font-weight: 420;
    color: #FFF;
    display: flex;
    flex: 0 0 100%;
    width: 82%;
    margin: 0 auto;
    padding: 17% 8% 9%;
    background-image: url(img/rettungsring-buehne-start.svg);
    background-repeat: no-repeat;
    background-size: 16.5rem;
    background-position: top 70% left 0;
}

.start_text em {
    font-family: 'BitterItalic';
    font-style: normal;
}

@media screen and (max-width: 840px) {
	
    .start_text {
        background-position: top 70% left -1.5rem;
    }
}

.start_text .text strong,
.start_text .text a,
.start_text .text a:visited {
    font-family: 'NunitoSans';
    text-transform: uppercase;
    color: #e73137;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1280px) {
	
    .start_text {
        padding: 17% 8% 13%;
    }
}

@media screen and (max-width: 1200px) {
	
    .start_text {
        padding: 17% 8% 17%;
    }
}

@media screen and (max-width: 840px) {
	
    .start_text {
        width: 100%;
        padding: 20% 4rem 20%;
    }
}

@media screen and (max-width: 640px) {
	
    .start_text {
        font-size: 1.8rem;
        padding: 20% 2rem 24%;
    }
    
    .start_text .text strong,
    .start_text .text a,
    .start_text .text a:visited {
        font-size: 1.45rem;
    }
}

@media screen and (max-width: 520px) {
	
    .start_text {
        padding: 20% 2rem 30%;
    }
}

@media screen and (max-width: 480px) {
	
    .start_text {
        font-size: 1.6rem;
        padding: 26% 2rem 40%;
    }
    
    .start_text .text strong,
    .start_text .text a,
    .start_text .text a:visited {
        font-size: 1.3rem;
    }
}

.start_text .text a:hover {
    color: #FFF;
    transition: all 0.2s ease;
}

.start_text .text p {
    display: inline;
}

.single-post article {
    line-height: 1.5;
}

.single-post article .intro_text {
    font-family: 'BitterItalic';
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
    line-height: 1.4;
}

.single-post article .question {
    font-family: 'BitterItalic';
    font-size: 1.25rem;
    font-weight: 375;
}

.single-post article .question:not(:first-of-type) {
    margin-top: 2rem;
}

.single-post article .info {
    display: block;
    background-color: #F0F1F4;
    padding: 2.8rem 4.2rem;
    margin: 3rem 0;
    margin-left: -6.5rem;
}

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

    .single-post article {
        margin: 4rem;
    }
    
    .single-post article .info {
        padding: 2.8rem 4.2rem;
        margin: 3rem 0;
        margin-left: -4rem;
    }
}

.single-post article .info h3 {
    margin-top: 0;
}

.single-post article .info p:first-of-type::before {
    display: block;
    content: "";
    height: 6px;
    width: 2.6rem;
    background-color: #e73137;
    margin-left: -4.2rem;
    margin-right: 1.6rem;
    margin-bottom: 1rem;
}

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

    .single-post article {
        margin: 2rem;
    }
    
    .single-post article .info {
        padding: 2rem 4rem;
        margin-left: -2rem;
    }

    .single-post article .info p:first-of-type::before {
        width: 3rem;
        margin-left: -4rem;
    }
}

@media screen and (max-width: 480px) {
    
    .single-post article .info {
        padding: 1.5rem 3rem;
        margin-left: -2rem;
    }

    .single-post article .info p:first-of-type::before {
        width: 2rem;
        margin-left: -3rem;
    }
}

.single-post article hr {
    display: block;
    content: "";
    height: 10px;
    width: 50px;
    background-color: #e73137;
    background: repeating-linear-gradient(
    to right,
    #e73137,
    #e73137 10px,
    #FFF 10px,
    #FFF 20px
  );
    margin: 2.8rem auto 2.8rem 0;
}

.single-post article .credits_list {
    margin-top: 2.8rem;
}

.single-post article .credits_list .entry {
    display: inline-block;
    font-size: 0.8rem;
    margin-right: 1rem;
}

.single-post article .credits_list .entry .credit_label {
    display: inline-block;
    font-weight: 600;
}

.single-post article .credits_list .entry .credit_info {
    display: inline-block;
}

.single-post article .credits_list .entry::before,
.comment-metadata::before {
    display: inline-block;
    content: "";
    height: 6px;
    width: 1.2rem;
    background-color: #e73137;
    margin: 0 0.15rem 0 0;
}

.scaps {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.125em;
}




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

.site-footer {
    background-image: -webkit-linear-gradient(top right, #1352c2, #291EAC 5%, #230078 35%, #7b0737);
    background-image: -o-linear-gradient(top right, #1352c2, #291EAC 5%, #230078 35%, #7b0737);
    background-image: linear-gradient(to bottom left, #1352c2, #291EAC 5%, #230078 35%, #7b0737);
    color: #FFF;
    height: 34rem;
    min-height: 34rem;
    border-top: 6px solid #e73137;
}

.site-footer .container .back-top {
	/*
	position: fixed;
	right: 2rem;
	bottom: 0rem;
	z-index: 999;
	max-width: 75rem;
	width: 6rem;
	height: 5.5rem;
	mix-blend-mode: difference;
	*/
	position: absolute;
	right: 0;
	bottom: 0rem;
	z-index: 999;
	max-width: 75rem;
	width: 6rem;
	height: 5.5rem;
	overflow: hidden;
}

.site-footer .container .back-top .mask {
	width: 6rem;
	height: 5.5rem;
    background-image: url(img/rettungsring-footer-to-top.svg); 
	background-repeat: no-repeat;
    background-size: 6rem;
    background-position: bottom 0 right 0;
	margin: 0 0 0 auto;
}

.site-footer .container .back-top a {
	position: absolute;
	right: 0;
	top: 0;
	width: 6rem;
	height: 6rem;
	display: block;
    align-content: center;
}

.site-footer .container .back-top a .arrow {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="26.013" height="14.219" viewBox="0 0 26.013 14.219"><path d="M-1547.655,150.219h0L-1559.14,139l-11.322,11.059-1.539-1.5L-1559.14,136l13.153,12.847-1.667,1.371Z" transform="translate(1572 -136)" fill="rgba(255,255,255,1.00)"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.75rem;
    width: 1.75rem;
    margin: 2.3rem auto 0;
	position: absolute;
	left: 2.2rem;
	bottom: 2rem;
}

.site-footer .container .back-top a,
.site-footer .container .back-top a:focus {
	border: 0;
	outline: 0;
}

.site-footer .container .back-top a svg {
	position: absolute;
	top:2rem;
	left: 2.25rem;
	fill: #ccc;
}

.site-footer .container,
.site-footer .site-info {
    height: 100%
}

.site-footer .site-info {
    display: flex;
    flex-direction: column;
}

.site-footer .logos {
    flex: 0 0 auto;
    margin-top: 6rem;
}

.site-footer .logos .logo {
	width: 280px;
	display: inline-block;
	margin-right: 3rem;
	margin-bottom: 2rem;
}

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

    .site-footer .logos {
        margin-top: 3rem;
    }

    .site-footer .logos .logo {
        display: block;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .site-footer .logos .logo:last-of-type {
        margin-bottom: 1.4rem;
    }
}

/*

.site-footer .logos .logo1 {
    display: inline-block;
    content: url(https://scicomm.herrfraufirma.de/wp-content/uploads/2023/05/logo-WiD-white@4x.png);
    width: 280px;
    margin-right: 3rem;
}

.site-footer .logos .logo2 {
    display: inline-block;
    content: url(https://scicomm.herrfraufirma.de/wp-content/uploads/2023/05/logo-bundesverband-white@4x.png);
    width: 300px;
}

*/

.site-footer .text {
    font-family: 'BitterItalic';
    font-size: 0.95rem;
    font-weight: 320;
    letter-spacing: 0.04em;
    padding-top: 3rem;
    width: 50%;
    min-width: 500px;
    flex: 1 1 auto;
}

@media screen and (max-width: 562px) {
	
    .site-footer .text {
        width: 100%;
        min-width: auto;
        padding-bottom: 3rem;
    }
}

.site-footer .copy {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
    margin-bottom: 2rem;
}

.site-footer .copy a {
	color: #FFFFFF;
}

.site-footer .copy a:hover {
	color: #e73137;
}

@media screen and (max-width: 420px) {
	
    .site-footer .copy .links {
        display: block;
        margin-top: 0.5rem;
    }
    
    .site-footer .copy .links .bullet {
        padding: 0 0.2rem;
    }
    
    .site-footer .copy .links .bullet:first-of-type {
        display: none;
    }
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
}

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

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* Comments */


.comments-area {
    background-color: #F0F1F4;
    padding: 8rem 0 8rem;
    margin-bottom: -12rem;
}

.comment-list article {
    background-color: #FFF;
    padding: 2rem 2.4rem;
    margin-bottom: 1rem;
}

.comment-list .comment-respond {
    display: block;
    margin-bottom: 3rem;
}

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

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

    .comment-respond {
        margin: 0 4rem 8rem;
    }
}

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

    .comment-list article {
        padding: 1.4rem 1.8rem;
    }

    .comment-respond {
        margin: -2rem 2rem 6rem;
    }
}

ul.comment-list,
ol.comment-list,
.comment-list li {
    list-style: none;
}

ol.comment-list {
    padding: 0;
    margin: 0;
    margin-bottom: 6rem;
}

ol.comment-list > li {
    margin-bottom: 3rem;
}

.comment-list li > ul {
    margin-left: 0;
}

.comment-list ul.children {
    padding-left: 3rem;
}

.comment-list ul.children li::before {
    display: block;
    content: "";
    height: 6px;
    width: 3rem;
    background-color: #DCDCDC;
    margin: 0 0 0 -3rem;
}

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

    .comment-list ul.children li::before {
        margin: 0 0 0 1rem;
    }
}

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

    .comment-list ul.children li::before {
        margin: 0 0 0 -1rem;
    }
}

.comment-list ul.children li article {
    margin-top: -6px;
}

.comment-list img.avatar,
.comment-list .says {
    display: none;
}

.comment-meta .comment-author,
.comment-meta .comment-metadata {
    display: inline;
    font-family: 'BitterItalic';
    font-size: 0.9rem;
}

.comment-meta .comment-author {
    margin-right: 0.8rem;
}

.comment-meta .comment-metadata a {
    color: #141347
}

#cancel-comment-reply-link {
    padding-left: 0.8rem;
}

.reply {
    text-align: right;
    margin-top: -1rem;
}

.comment-reply-link {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    transition: all 0.2s ease;
}

.comments-title {
    font-family: 'NunitoSans';
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    width: 240px;
    margin: 0 0 0 -240px;
    align-items: center;
    float: left;
}

.comments-title::before {
    content: '';
    display: inline-flex;
    flex-shrink: 0;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0.6rem;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 1c-6.628 0-12 4.573-12 10.213 0 2.39.932 4.591 2.427 6.164l-2.427 5.623 7.563-2.26c9.495 2.598 16.437-3.251 16.437-9.527 0-5.64-5.372-10.213-12-10.213z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

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

	.comments-title {
	  display: block;
	  width: auto;
	  margin: 0 0 2rem 0;
	  align-items: center;
	  float: none;
	}
}

 @media screen and (max-width: 840px) {
	.comments-title {
		padding: 0 0 0 4rem;
		margin: 0;
	}
	 
	.single-post .comment-list article {
	  margin: 1rem 4rem 1rem 4rem;
    } 

}

 @media screen and (max-width: 640px) {
	.comments-title {
		padding: 0 0 0 2rem;
		margin: 0;
	}
	 
	.single-post .comment-list article {
	  margin: 1rem 2rem 1rem 2rem;
    } 

}



/* Nav */

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* QuadMenu */

.site #quadmenu .navbar-offcanvas {
  position: fixed;
  z-index: 9999999;
}

#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
    width: 50%!important;
    min-width: 340px;
}

@media screen and (max-width: 1024px) {
	
    #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
        width: 100%!important;
    }
}

@media screen and (max-width: 640px) {
	
    #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
        max-width: 100%!important;
    }
}

#quadmenu .quadmenu-navbar-toggle,
#quadmenu .quadmenu-navbar-toggle.canvas-sliding {
    transform: none!important;
}

#quadmenu > .quadmenu-navbar-toggle {
  z-index: 10029999!important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form {
    font-family: 'Bitter', serif!important;
    font-size: 2rem!important;
    font-weight: 420!important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
    color: #FFF!important;
    text-transform: none!important;
    transition: all 0.2s ease;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a:hover > .quadmenu-item-content {
    color: #e73137!important;
    transition: all 0.2s ease;
}

.quadmenu-navbar-toggle.collapsed,
.site #quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-right > .quadmenu-navbar-toggle {
	right: 0;
}

.site #quadmenu > .quadmenu-navbar-toggle {
    position: absolute;
}

.site #quadmenu .navbar-offcanvas.in {
    box-shadow: 0 0 20px 20px rgba(0,0,0,0.1);
    transition: all 0.2s ease !important;
}

.site #quadmenu {
	display: block;
	transition: all 0.2s ease;
}

.main-navigation > div,
.main-navigation > .menu-toggle {
	display: none;
}

.site #quadmenu .quadmenu-navbar-toggle .icon-bar-container {
	background-color: rgba(20,0,0,0.0);
	/* box-shadow: 0 0 3000px 1300px rgba(0,0,0,0.0); */
	transition: all 0.2s ease;
}

.site #quadmenu .quadmenu-navbar-toggle:not(.collapsed) .icon-bar-container {
	background-color: rgba(0,0,0,0);
	/* box-shadow: 0 0 3000px 1300px rgba(0,0,0,0.2); */
	transition: all 0.2s ease;
}

.site #quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-top {
	top: 5px!important;
}

.site #quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-middle {
	margin-top: 0!important;
}

.site #quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-bottom {
	bottom: 3px!important;
}

.site #quadmenu .navbar-offcanvas.collapsing {
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.075);
	transition: all 0.4s ease !important;
}

.site #quadmenu .navbar-offcanvas.in {
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.075);
	transition: all 0.4s ease !important;
}

.site #quadmenu .quadmenu-navbar-nav {
	padding: 10rem 10% 6rem;
}

@media screen and (max-width: 520px) {
	
    .site #quadmenu .quadmenu-navbar-nav {
        padding: 5rem 5% 6rem;
    }
}

.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.current_page_item > a > .quadmenu-item-content,
.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current_page_parent:not(.quadmenu-item-type-button) > a > .quadmenu-item-content,
.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current_page_item:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
	color: #FFFFFF;
}

.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current_page_parent > a > .quadmenu-item-content,
.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current_page_item > a > .quadmenu-item-content,
.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li ul li.current_page_parent > a > .quadmenu-item-content,
.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li ul li.current_page_item > a > .quadmenu-item-content,
.single-post #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.wissen > a > .quadmenu-item-content,
.archive #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.wissen > a > .quadmenu-item-content,
.search-results #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.search > a > .quadmenu-item-content {
	color: #e73137!important;
}

.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li {
    padding: 0 0 0 1.2rem;
    margin-bottom: 0.5rem!important;
}

.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li ul {
    margin-bottom: 2rem!important;
}

.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li ul li {
    margin-bottom: -1rem!important;
}

.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current_page_item,
.site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current-page-ancestor,
.single-post #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.wissen,
.archive #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.wissen,
.search-results #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.search {
    margin: 0;
	list-style: none;
	background-image: url(img/icon-scicomm.png);
	background-repeat: no-repeat;
	background-position: left 1.2rem;
	background-size: 1.8rem;
    transition: all 1s ease;
}

@media screen and (max-width: 840px) {
	
    .site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current_page_item,
    .site #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.current-page-ancestor,
    .single-post #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.wissen {
        background-position: left 1.4rem;
        background-size: 1.6rem;
    }
    
    #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content, #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content > .quadmenu-caret {
        padding: 15px 30px 15px 24px!important;
    }
    
    #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.wpml-ls-item .quadmenu-item-content, #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.wpml-ls-item .quadmenu-item-content > .quadmenu-caret {
        padding: 0 24px 0 24px!important;
    }
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu {
    background-color: rgba(255,255,255,0.00)!important;
}

#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(:last-child):not(:only-child) > a {
    border: none!important;
}

#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret {
    color: inherit!important;
    background-color: rgba(255,255,255,0.00)!important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content {
    font-family: 'NunitoSans';
    font-size: 1.5rem;
    color: #FFF!important;
    transition: all 0.2s ease;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a:hover > .quadmenu-item-content {
    color: #e73137!important;
    transition: all 0.2s ease;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.quadmenu-has-link:hover, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.quadmenu-has-link.open {
    background-color: rgba(255,255,255,0.00)!important;
}

#quadmenu .quadmenu-navbar-toggle .icon-bar-top, #quadmenu .quadmenu-navbar-toggle .icon-bar-middle, #quadmenu .quadmenu-navbar-toggle .icon-bar-bottom {
    height: 2px!important;
    border-radius: 0!important;
}

#quadmenu .quadmenu-navbar-toggle .icon-bar-container {
    height: 36px!important;
    width: 40px!important;
    margin-top: 1.275rem;
    margin-right: 3rem;
}

@media screen and (max-width: 840px) {
    
    #quadmenu .quadmenu-navbar-toggle .icon-bar-container {
        margin-top: 1.05rem;
    }
}

@media screen and (max-width: 640px) {
    
    #quadmenu .quadmenu-navbar-toggle .icon-bar-container {
        margin-top: 0.05rem;
        margin-right: 1.2rem;
    }
}

@media screen and (max-width: 580px) {
    
    #quadmenu .quadmenu-navbar-toggle .icon-bar-container {
        margin-top: 15%;
        height: 26px!important;
        width: 26px!important;
    }
    
    #quadmenu .quadmenu-navbar-toggle {
        margin-top: 12px!important;
        margin-bottom: 12px!important;
    }
}

@media screen and (max-width: 440px) {
    
    #quadmenu .quadmenu-navbar-toggle .icon-bar-container {
        margin-top: 5%;
    }
}

#quadmenu .quadmenu-navbar-toggle {
  margin-left: 0!important;
  margin-right: 0!important;
}

#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-caret::before {
  width: 24px !important;
  height: 24px !important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-caret {
  font-size: 24px !important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-caret::before {
  margin: -12px -1.8rem 0 0 !important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret::before {
  content: '\e902'!important;
}

/* Language */

.language_switch {
    position: absolute;
    top: 3.75rem;
    bottom: auto;
    right: 10rem;
    font-size: 0;
}

@media screen and (max-width: 732px) {
	
    .language_switch {
        display: none;
    }
}

.language-navigation li.wpml-ls-item {
    font-family: 'Bitter', serif;
    font-size: 1.6rem;
    font-weight: 420;
    line-height: 1.1;
}

.language-navigation li.wpml-ls-item:last-of-type {
    border-left: 1px solid #FFF;
    padding-left: 0.8rem;
    margin-left: 0.8rem;
}

.language-navigation li.wpml-ls-item a {
    color: #FFF;
}

.language-navigation li.wpml-ls-item a:hover {
    color: #e73137;
}

.language-navigation li.menu-item-wpml-ls-16-de,
.language-navigation li.menu-item-wpml-ls-16-en {
    display: inline-block;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item.quadmenu-item-wpml-ls-2-en,
#quadmenu .quadmenu-navbar-nav li.quadmenu-item.quadmenu-item-wpml-ls-2-de {
    display: inline-block;
    margin-top: 15px!important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.wpml-ls-current-language > a > .quadmenu-item-content,
.language-navigation li.wpml-ls-current-language a {
    color: #e73137!important;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav li.wpml-ls-item:last-of-type {
    border-left: 1px solid #FFF;
    padding-left: 0;
}

#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.wpml-ls-item .quadmenu-item-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
}

#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.wpml-ls-item:last-of-type .quadmenu-item-content {
    padding-left: 1rem;
}

/* sub-menu always open */

/*
#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu {
  max-height: fit-content !important;
}

#quadmenu .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu {
  display: block !important;
}

*/


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

.post,
.page {
	margin: 0;
}

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

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

.entry-content p {
    font-weight: 300;
}

/*
.entry-content p a,
.entry-content p a:visited {
    color: #141347;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0px -0.4em 0px #EDC5C5 inset;
    height: 1.3rem;
    display: inline-block;
    transition: all 0.1s ease;
}

.entry-content p a:hover {
    box-shadow: 0px -1.1em 0px #EDC5C5 inset;
    transition: all 0.1s ease;
}

.entry-content p a,
.entry-content p a:visited {
    color: #141347;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0px -0.6em 0px #EDC5C5 inset;
    display: inline;
    transition: all 0.1s ease;
}

.entry-content p a:hover {
    box-shadow: 0px -1.1em 0px #EDC5C5 inset;
    transition: all 0.1s ease;
}*/

.entry-content p a,
.entry-content p a:visited,
.news_list .meta a,
.news_list .meta a:visited,
.news_list .text a,
.news_list .text a:visited,
.media_list .entry a,
.media_list .entry a:visited,
.single-post .meta a,
.single-post .meta a:visited,
.single-post .credits_list a,
.single-post .credits_list a:visited,
.entry-content ol a,
.entry-content ol a:visited,
.entry-content ul a,
.entry-content ul a:visited,
.intro_text a,
.intro_text a:visited,
.grid-item.teaser.text .text a,
.grid-item.teaser.text .text a:visited,
.entry-summary a.read-more,
.entry-summary a:visited.read-more {
    color: #141347;
    font-weight: 600;
    letter-spacing: 0.03em;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,202,202,1) 10%, rgba(255,202,202,1) 38%, rgba(255,255,255,1) 38%);
	display: inline;
    transition: all 0.2s ease;
}

.entry-content .wpcf7-list-item-label a,
.entry-content .wpcf7-list-item-label a:visited {
    color: #e73137;
    background: none;
    font-weight: inherit;
    letter-spacing: inherit;
}

.single-post .info a,
.single-post .info a:visited {
    background: linear-gradient(0deg, rgba(240,241,244,1) 0%, rgba(240,241,244,1) 10%, rgba(255,202,202,1) 10%, rgba(255,202,202,1) 38%, rgba(240,241,244,1) 38%);
}

.news_list .meta a,
.single-post .meta a,
.single-post .credits_list a {
    font-weight: 320;
    letter-spacing: inherit;
}

.news_list .meta a::after,
.single-post .meta a::after {
    content: "·";
    padding: 0 0.4rem;
    background: #FFF;
}

.news_list .meta a:last-of-type::after,
.single-post .meta a:last-of-type::after {
    content: "";
    padding: 0;
}

.entry-content p a:hover,
.news_list .text a:hover,
.news_list .meta a:hover,
.single-post .meta a:hover,
.single-post .credits_list a:hover,
.entry-content ol a:hover,
.entry-content ul a:hover,
.intro_text a:hover,
.grid-item.teaser.text .text a:hover,
.entry-summary a:hover.read-more {
    color: #e73137;
    background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 10%, rgba(255,202,202,0.6) 10%, rgba(255,202,202,0.6) 38%, rgba(255,255,255,0.8) 38%);
    transition: all 0.2s ease;
}

.entry-summary .read-more {
    margin-left: 0.5rem;
}

.entry-content .wpcf7-list-item-label a:hover {
    color: #141347;
    background: none;
}

.single-post .info a:hover {
    color: #e73137;
    background: linear-gradient(0deg, rgba(240,241,244,0.8) 0%, rgba(240,241,244,0.8) 10%, rgba(255,202,202,0.6) 10%, rgba(255,202,202,0.6) 38%, rgba(240,241,244,0.8) 38%);
}

.news_list .meta a:hover::after,
.single-post .meta a:hover::after {
    color: #141347;
}

.news_list .meta,
.single-post .meta {
    display: flex;
    margin-top: 1.6rem;
}

.single-post .meta {
    margin-bottom: 4rem;
}

.news_list .entry .meta .date,
.single-post .meta .date {
    font-weight: 600;
    border-right: 1px solid #666;
    padding: 0 0.75rem 0 0;
    margin: 0 0.75rem 0 0;
}

.meta .source {
    margin-top: 1.2rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 580;
    letter-spacing: 0.08em;
    word-spacing: 0.08em;
}

/* ?? */

	.news_list .meta, 
	.single-post .meta {
	  display: block;
	}

	.entry .meta a,
	.entry-meta.meta a {
		display: inline-block;
	}
	
	.meta .date {
	  display: inline;
	}


.news_list .read-more {
    margin-left: 0.5rem;
}

h3,
.news_list h3.title a,
.news_list h3.title a:visited {
    color: #283584;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.35;
    display: flex;
    padding-right: 14%;
}


@media screen and (min-width: 841px) {
    
	h3,
    .news_list h3.title,
    .news_list h3.title a,
    .news_list h3.title a:visited {
        padding-right: 0;
    }
}


@media screen and (max-width: 520px) {
    
	h3,
    .news_list h3.title,
    .news_list h3.title a,
    .news_list h3.title a:visited {
        padding-right: 0;
    }
}

.news_list h3.title a:hover {
    color: #1352c2;
}

.news_list {
    margin-top: 6.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
.news_list .entry {
    flex: 0 0 46%;
    margin-bottom: 6%;
}

@media screen and (max-width: 840px) {
	
    .news_list {
        margin-top: 4.2rem;
		display: block;
	}
	
    .news_list .entry {
        margin-bottom: 4.2rem;
    }
}
	
.news_list .entry img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transition: all 0.2s ease;
}

.news_list .entry img:hover {
    opacity: 0.9;
    transition: all 0.2s ease;
}

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



/* Medienecho 
--------------------------------------------- */

.media_list ul {
	
}

.media_list ul li {
	
}

.media_list .entry  {
	margin: 0 0 0.75rem 0;
}

.media_list .media {
	display: inline-block;
	font-weight: bold;
}

.media_list .entry .date {
	display: inline-block;
	margin: 0 0.25rem 0 0;
}


/* DataVis 
--------------------------------------------- */

.update_info.columns {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.update_info.columns .column {
	flex: 0 0 auto;
	margin: 0.5rem 1.5rem 0 0;
	display: flex;
	align-items: stretch;
}

.update_info.columns .column > * {
	flex: 0 0 auto;
	margin: 0 0.5rem 0 0;
}


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

	.update_info.columns .column {
		display: block;
		width: 100%;
	}

}


.update_info .label {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.1rem; 
	display: inline-flex;
	align-items: flex-end;
	font-weight: 500;
	line-height: 1.65;
}


.teaser_list.datavis .teaser {
  padding: 2rem 1.6rem 2.8rem 1.6rem;
}

.teaser_list.datavis .teaser h3 {
	font-size: 1.8rem;
	font-weight: 460;
	line-height: 1;
	margin: 1.2rem 0 2.4rem;
	display: block;
	text-align: center;
	position: relative;
	hyphens: auto;
}


.teaser_list.datavis .teaser .numbers_list {
	display: table;
	margin: 1rem auto 0 auto;
}

.teaser_list.datavis .teaser .numbers_list .entry {
	display: table-row;
}

.teaser_list.datavis .teaser .numbers_list .entry > * {
	display: table-cell;
	padding: 0 0.5rem 0.5rem 0.5rem;
}

.teaser_list.datavis .teaser .numbers_list .number {
color: #e73137;
	font-size: 1.8rem;
	text-align: right;
	font-style: italic;
	min-height: 2.4rem;
	font-family: 'Bitter';
}

/* -- */
.teaser_list.datavis .teaser.big .numbers_list {
	display: block;
	margin: 1rem auto 0 auto;
}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .entry.big_1 {
	display: block;
	text-align: right;
	max-width: 30rem;
}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .entry.big_2 {
	display: table;
	max-width: 30rem;
	text-align: right;
	margin: 0 auto;

}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .entry.big_1 > *,
.teaser_list.datavis .teaser.stat_numbers .numbers_list .entry.big_2 > * {
	display: block;
}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .big_1 .number,
.teaser_list.datavis .teaser.stat_numbers .numbers_list .big_2 .number {
color: #e73137;
	font-size: 6rem;
	min-height: 6rem;
	text-align: right;
	font-style: italic;
	font-weight: 200;
	padding-bottom: 0;
	padding-top: 1rem;
	line-height: 6rem;
}


.teaser_list.datavis .teaser.stat_numbers .numbers_list .big_3 {
	display: block;
	margin-top: 1.8rem;
	max-width: 28rem;
}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .big_3 > * {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .big_3 .number {
	font-size: 4rem;
	line-height: 0.8;
	padding-right: 1rem;
	color: #283584;
	font-weight: 300;
}

.teaser_list.datavis .teaser.stat_numbers .numbers_list .big_3 .label {
	padding-left: 1rem;
	padding-bottom: 0.5rem;
}

/* stat_complex */

.teaser_list.datavis .teaser.stat_complex .info_container  {
	display: flex;
	margin: 0 0 2rem 0;
}

.stat_numbers .label_text,
.stat_complex .label_text {
	display: inline;
	position: relative;
}

.stat_numbers .info_text,
.stat_complex .info_text {
	padding: 0 !important;
	position: relative;
	display: inline-block;
	bottom: -0.1rem;
	right: 0;
	top: 0;
	cursor: pointer;
	font-weight: 400;
}

.stat_numbers h3.label .info_text,
.stat_complex h3.label .info_text {
	position: relative;
	display: inline-block;
	right: 0;
	text-align: left;
}

.stat_numbers .info_text .info_button svg,
.stat_complex .info_text .info_button svg {
	width: 1.25rem;
	height: auto;
}

.stat_numbers .info_text .info_button svg path,
.stat_complex .info_text .info_button svg path {
	fill: #e73137;
}

.stat_numbers .info_text .box,
.stat_complex .info_text .box {
	position: absolute;
	background-color: #fff;
	width: 16rem;
	padding: 1rem;
	bottom: 2.5rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.2);
	width: 16rem;
	height: auto;
	display: none;
	left: -4rem;
	right: auto;
	font-size: 1rem;
	/*
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: -100;
	*/
}

/* width **** */

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

.stat_numbers h3.label .info_text .box,
.stat_complex h3.label .info_text .box {
	width: 22rem;
	transform: translateX(-55%);
}
}


.stat_complex .map .info_text .box {
	right: -4rem;
	left: auto;
}

.stat_complex h3.label .info_text .box {
	right: 0;
}

.stat_numbers .info_text:hover .box,
.stat_complex .info_text:hover .box {
	display: block;
	z-index: 999;
	/*
	opacity: 1;
	z-index: 100;
	*/
}

.stat_numbers .info_text .text,
.stat_complex .info_text .text {
	padding: 0 0 0.2rem 0 !important;
}

.stat_complex .numbers_list .entry.big .number {
	font-size: 5rem;
	font-weight: 200;
}

.stat_complex .numbers_list .entry.big_1 .number,
.stat_complex .numbers_list .entry.big_2 .number {
	font-size: 3.5rem;
	font-weight: 300;
	padding-top: 1rem;
	color: #283584;
}

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


.stat_numbers .info_text .box,
.stat_complex .info_text .box,
.stat_complex .map .info_text .box,
.stat_complex h3.label .info_text .box {
	position: fixed;
	right: auto;
	left: auto;
	top: 4rem;
	left: 2rem;
}
	
}


/* -- dataviz pie */

.dataviz.pie {
	margin: 1.5rem 0;
}

.dataviz.pie h3 span {
	position: relative;
}

.dataviz.pie.pie_4 {
}

.dataviz.pie .the_pie {
	text-align: center;
}

.dataviz.pie .the_pie svg {
	margin: 0 auto 1rem auto;
}


.dataviz.pie .legend {
	display: table;
	margin: 0 auto;
}

.dataviz.pie .legend .entry {
	display: table-row;
}

.dataviz.pie .legend .entry > * {
	display: table-cell;
	padding: 0 0.5rem 0.5rem 0;
	hyphens: auto;
}

.dataviz.pie text {
	color: rgba(255,255,255,1) !important;
	fill:rgba(255,255,255,1);
}

.dataviz.pie .short_label .color_box {
	width: 1.5rem;
	height: 1rem;
	margin: 0 0 -0.15rem 0;
}



/* map */

.stat_complex .dataviz.map .map_container {
	width: 85%;
	max-width: 24rem;
	margin: 0 auto;
}

.stat_complex .dataviz.map .map_legend {
	width: 70%;
	margin: 1.5rem auto 1rem auto;
}

.stat_complex .dataviz.map .map_label {
	width: 70%;
	margin: 0 auto 1rem auto;
}

.stat_complex .dataviz.map .map_legend .container {
	display: flex;
}

.stat_complex .dataviz.map .map_legend .container > * {
	flex: 0 0 20%;
	text-align: center;
	color: #ffffff;
}

.stat_complex .dataviz.map .map_legend .container .limit_1 {
	background-color:  rgba(20,19,71,0.2);
	color: rgba(20,19,71,1);
}
.stat_complex .dataviz.map .map_legend .container .limit_2 {
	background-color:  rgba(20,19,71,0.4);
}
.stat_complex .dataviz.map .map_legend .container .limit_3 {
	background-color:  rgba(20,19,71,0.6);
}
.stat_complex .dataviz.map .map_legend .container .limit_4 {
	background-color:  rgba(20,19,71,0.8);
}
.stat_complex .dataviz.map .map_legend .container .limit_5 {
	background-color:  rgba(20,19,71,1);
}


/* range_bar */

.range_section {
	padding: 0 2rem;
	margin: 0 0 2rem 0;
}

.range_section .title {
	font-weight: 600;
	margin: 0 0 0.25rem 0;
}

.range_bar {
	display: flex;
	width: 100%;
}

.range_bar .range {
	flex: 0 0 auto;
}

.range_bar .range .number {
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
	color: #fff;
	font-weight: 400;
}

.range_bar .range:nth-last-of-type(1) .number {
	background-color:  rgba(20,19,71,1);
}

.range_bar .range:nth-last-of-type(2) .number {
	background-color:  rgba(20,19,71,0.6);
}

.range_bar .range:nth-last-of-type(3) .number {
	background-color:  rgba(20,19,71,0.2);
	color: rgba(20,19,71,1);
}

.range_bar .range:nth-last-of-type(4) .number {
	background-color:  rgba(20,19,71,0.0);
	color: rgba(20,19,71,1);
}

/* stat_network */

.grid-item.teaser.stat_network {
  width: 100% !important;
}

.teaser_list.datavis .teaser.stat_network .numbers_list {
  display: table;
  margin: 1rem auto 0 auto;
	width: 37.5rem;
	justify-content: space-between;
}

.teaser_list.datavis .teaser.stat_network .numbers_list .entry {
  display: table-cell;
  padding: 0 0.5rem 0 0.5rem;
	text-align: center;
	width: 33.3%;
}

.teaser_list.datavis .teaser.stat_network .numbers_list .entry .box {
	display: table;
	margin: 0 auto;
}

.teaser_list.datavis .teaser.stat_network .numbers_list .entry .box > * {
	display: table-cell;
	padding: 0 0.5rem 0 0.5rem;
}

/*
.teaser_list.datavis .teaser.stat_network .numbers_list .entry {
  display: flex;
}
*/


/* Standard layout
--------------------------------------------- */

article .entry-header,
article .entry-content,
article .entry-summary,
.archive .page-header,
.search .page-header,
.comments-area .container,
.page-template-page-suche .page-header {
	max-width: 48rem;
	padding: 0 0 0 6.5rem;
	margin: 0 auto;
}

.single-post article .entry-content {
    padding-top: 0.5rem;
}

article .entry-header,
.archive .page-header,
.search .page-header,
.page-template-page-suche .page-header {
	padding-top: 7rem;
}

@media screen and (max-width: 840px) {
	
    article .entry-header,
    article .entry-content,
    article .entry-summary,
    .archive .page-header,
    .search .page-header,
    .comments-area .container,
    .page-template-page-suche .page-header {
	    max-width: 100%;
        padding: 0 0 0 0;
    }

    .single-post article .entry-content {
        padding-bottom: 4rem;
    }

    article .entry-header,
    .archive .page-header,
    .search .page-header,
    .page-template-page-suche .page-header {
        padding-top: 2rem;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
	
    article .entry-header,
    .archive .page-header,
    .search .page-header,
    .page-template-page-suche .page-header {
        padding-top: 0.5rem;
    }
}


/* Suche
--------------------------------------------- */

.search-form {
    display: inline-flex;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    width: 100%;
}

.search-form label {
    width: 100%;
}

.search-form input {
    font-family: 'BitterItalic';
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.2;
}

.search-form .search-field {
    color: #232323;
    font-weight: 400;
    font-size: 1.6rem;
    background: 0 0;
    border: none;
    border: 3px solid #F0F1F4;
    border-right: none;
    width: 100%;
    padding: 0 0 0 0.4em;
    transition: all 0.2s ease;
    border-radius: 0;
    height: 3.2rem;
}

.search-form .search-field:focus-visible {
    border: 3px solid #e73137;
    border-right: none;
    outline: none;
}

.search-form .search-submit {
    font-family: 'NunitoSans';
    display: inline-block;
    height: 3.2rem;
}

.search-results article .entry-header {
    padding-top: 0.5rem;
}

.search-results article:first-of-type .entry-header {
    padding-top: 3rem;
}

.search-results article .entry-summary p {
    border-bottom: solid 3px #F0F1F4;
    padding-bottom: 3rem;
}

.search-results article:last-of-type .entry-summary p {
    border-bottom: none;
}


/* TEASER
--------------------------------------------- */

.teaser_list .teaser.box {
    background-color: #F1F2F5;
    background-color: #F0F1F4;
}

.teaser_list .teaser .container {
    position: relative;
}

.teaser_list .teaser .button {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
}

.single-post .button {
    display: inline-block;
    width: auto;
    margin-top: 0.2rem;
}

.teaser_list .teaser a.button,
.teaser_list .teaser .submit input[type="submit"],
a.button,
.comments-area input[type="submit"],
.wpcf7 input[type="submit"],
.search-form .search-submit {
    background-color: #e73137;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.24em;
    color: #ffffff;
    padding: 1rem 1.6rem;
	border: none;
	line-height: 1.5;
	border-radius: 0;
    transition: all 0.2s ease;
}

.teaser_list .teaser a.button:hover,
.teaser_list .teaser .submit input[type="submit"]:hover,
a.button:hover,
.comments-area input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover,
.search-form .search-submit:hover {
    background-color: #230078;
    transition: all 0.2s ease;
}

.wpcf7 .submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wpcf7 .submit p {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wpcf7 .submit p .wpcf7-spinner {
	order: 1;
}

.wpcf7 .submit p input.has-spinner {
	order: 2;
}
	
.wpcf7 .submit input[type="submit"] {
	display: inline-block;
}

.wpcf7 .submit input[type="submit"]:not([disabled]) {
	cursor: pointer;
}

.teaser_list .teaser .columns {
    display: flex;
}

.teaser_list .teaser .columns .column {
    flex: 0 0 50%;
}

.teaser_list .teaser .columns_3 .column {
    flex: 0 0 33.3%;
}

.teaser_list .teaser .columns_3 .text.column .text {
	padding: 2rem 4rem 0 4rem;
}

.teaser_list .teaser .columns .column.column_img {
    display: flex;
}

.teaser_list .teaser .columns .column.column_img img {
    object-position: bottom left;
    object-fit: contain;
}

.teaser_list .teaser.img_middle .columns .column.column_img img {
    object-position: center left;
    object-fit: contain;
}

.teaser_list .teaser .columns .column.column_text {
    padding: 2rem 1.6rem 2.2rem 0;
}

.cakes.column {
	display: flex;
	flex-wrap: wrap;
}

.cakes.column .pie {
	flex: 0 0 50%;
	padding: 2rem;
}

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

.cakes.column {
	display: block;
}
}

@media screen and (max-width: 640px) {
	
    .teaser_list .teaser .columns {
        flex-direction: column;
    }

    .teaser_list .teaser .columns .column.column_img {
        order: 2;
        margin-top: -2rem;
    }

    .teaser_list .teaser .columns .column.column_text {
        order: 1;
        padding: 2rem 1.6rem 0 1.6rem;
    }
    
    .teaser_list .teaser .button {
        right: 0;
    }
}

.teaser_list .teaser h3 {
    font-size: 2.2rem;
    font-weight: 460;
    line-height: 1;
    margin: 1.6rem 0 1.2rem;
}

@media screen and (max-width: 1200px) and (min-width: 841px) {
	
    .teaser_list .teaser h3 {
        margin: 0 0 1.2rem;
    }
    
    .teaser_list .teaser:not(.stat_complex) .columns {
        flex-direction: column;
    }

    .teaser_list .teaser:not(.stat_complex) .columns .column.column_img {
        order: 2;
        margin-top: -2rem;
    }

    .teaser_list .teaser:not(.stat_complex) .columns .column.column_text {
        order: 1;
        padding: 2rem 1.6rem 0 1.6rem;
    }
    
    .teaser_list .teaser .button {
        right: 0;
    }
}

@media screen and (max-width: 960px) {
	
	
	.teaser_list .teaser.stat_complex .columns {
        flex-direction: column;
    }
	
	.teaser_list .teaser.stat_complex .columns .column {
		margin-bottom: 4rem;
    }
	
}

@media screen and (max-width: 840px) {
	
    .teaser_list .teaser.text h3,
    .teaser_list .teaser.form h3 {
        margin-top: 0;
    }
	
	
}

@media screen and (max-width: 640px) {
	
    .teaser_list .teaser h3 {
        margin: 0 0 1.2rem;
    }
}

.teaser_list .teaser.text {
    border-bottom: 3px solid #F0F1F4;
}

.teaser_list .teaser.text .text {
	padding: 0 0 0.2rem 0;
}

.teaser_list .teaser div:last-of-type > .text:last-of-type {
	padding: 0 0 2rem 0;
}

.teaser_list .teaser.text h4 {
    border-top: 3px solid #F0F1F4;
    padding-top: 1.5rem;
    color: #283584;
    margin-bottom: 0;
    font-weight: 520;
}


/* Teaser Form
--------------------------------------------- */

.home .form-container {
    margin-top: 2rem;
}

.home .wissen_block .teaser_text {
    font-family: 'NunitoSansItalic';
}

.home .wissen_block .teaser_text a {
	font-family: 'NunitoSans';
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
    background-color: #F0F1F4;
	padding: 0.7rem 1rem;
	color: #141347;
	border: none;
	border-radius: 0;
    font-family: 'BitterItalic';
    font-size: 0.9rem;
    font-weight: 360;
    letter-spacing: 0.04em;
    border: 2px solid #F0F1F4;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area textarea {
	background-color: #FFF;
    border: 2px solid #FFF;
}

.comments-area .comment-form-url {
    display: none;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
textarea:focus-visible {
    background-color: #FFF;
    border: 2px solid #E8E9ED;
    outline: none;
}

.comments-area input[type="text"]:focus-visible,
.comments-area input[type="email"]:focus-visible,
.comments-area textarea:focus-visible {
    border: 2px solid #230078;
}

.field p {
    margin: 0.5rem 0 0 0;
}

.field.radio p {
    margin: 1.5rem 0 1.5rem 0;
}

.field.radio p .text {
    margin: 0 1.5rem 0 0;
    display: inline-block;
}

.field.radio p .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap {
    font-family: 'BitterItalic';
    font-size: 0.9rem;
    font-weight: 360;
    letter-spacing: 0.04em;
}

.field.radio p .wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-list-item {
    margin: 0 1rem 0 0;
}

#wpcf7-f341-p110-o1 {
    margin-top: 2rem;
}

/* text-img block
--------------------------------------------- */

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

.text_img_block .image {
    float: left;
    width: 300px;
    margin-left: -300px;
    padding-right: 3rem;
    display: flex;
    max-height: 80px;
}

.text_img_block .image img {
    object-fit: contain;
	object-position: top right;
}

@media screen and (max-width: 1180px) {
	
	.text_img_block .image {
		float: none;
		margin: 0 auto 2rem 0;
	}
	
	.text_img_block .image img {
		object-position: top left;
	}
	
}

@media screen and (max-width: 840px) {
	
	.text_img_block:first-of-type .image {
		margin: 4rem auto 2rem 0;
	}
	
}


/* Logo-Block logo_block
--------------------------------------------- */

.logo_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    margin-bottom: 4rem;
}

.logo_block:last-of-type {
	margin-bottom: 0;
}

.logo_block .image,
.logo_block .image.size_m {
	flex: 0 0 25%;
	margin: 1.2rem 3rem 1.2rem 0;
}
    
.logo_block .image.size_xl {
	flex: 0 0 35%;
}

.logo_block .image.size_l {
	flex: 0 0 30%;
}

.logo_block .image.size_s {
	flex: 0 0 20%;
}

.logo_block .image.size_xs {
	flex: 0 0 15%;
}


@media screen and (max-width: 520px) {
	
	.logo_block {
        display: block;
        margin-bottom: 6rem;
    }
    
    .logo_block .image,
    .logo_block .image.size_m {
	    margin: 3rem 0 3rem 0;
        width: 70%;
        max-width: 200px;
    }

    .logo_block .image.size_xl {
        width: 100%;
    }

    .logo_block .image.size_l {
        width: 85%;
    }

    .logo_block .image.size_s {
        width: 50%;
    }

    .logo_block .image.size_xs {
        width: 25%;
    }
	
}


/* Leitfaden .page-id-119 (DE) | .page-id-718 (EN)
--------------------------------------------- */

.page-id-119 .entry-content .title a,
.page-id-718 .entry-content .title a {
    font-family: 'Bitter';
    font-size: 1rem;
    font-weight: 380;
    line-height: 1.5;
	display: block;
}

.page-id-119 .entry-content .title a span,
.page-id-718 .entry-content .title a span {
    margin-right: 0.6em;
}

.page-id-119 .entry-content .title a span.text,
.page-id-718 .entry-content .title a span.text {
    padding-right: 1.5rem;
}

.page-id-119 .entry-content .title.indent,
.page-id-718 .entry-content .title.indent {
    margin-left: 1.6rem;
}

.page-id-119 .entry-content h1,
.page-id-718 .entry-content h1 {
    margin-bottom: 0;
}

.entry-content p.intro_text {
    font-family: 'BitterItalic';
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1.8rem;
    line-height: 1.4;
}

.page-id-119 .entry-content h3,
.page-id-718 .entry-content h3 {
    margin-top: 3rem;
    padding-top: 1.2rem;
    padding-right: 1.6rem;
}

.acc_block {
	margin: 1rem auto 2.8rem auto;
}

.acc_block h3 {
    display: block;
    border-bottom: solid 3px #F0F1F4;
    padding-bottom: 0.75rem;
	padding-right: 1.5rem;
    margin-bottom: 0;
}

.acc_block .acc_title,
.acc_block .acc_title.active {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="rgba(231,49,55,1.00)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m11 11h-7.25c-.414 0-.75.336-.75.75s.336.75.75.75h7.25v7.25c0 .414.336.75.75.75s.75-.336.75-.75v-7.25h7.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-7.25v-7.25c0-.414-.336-.75-.75-.75s-.75.336-.75.75z" fill-rule="nonzero"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: top 0.45rem right;
    transition: all 0.2s ease;
}

.acc_block .acc_title.active {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="rgba(40,53,132,1.00)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21 11.75c0-.414-.336-.75-.75-.75h-16.5c-.414 0-.75.336-.75.75s.336.75.75.75h16.5c.414 0 .75-.336.75-.75z" fill-rule="nonzero"/></svg>');
    transition: all 0.2s ease;
}

.page-id-119 .entry-content h3 span,
.page-id-718 .entry-content h3 span {
    margin-right: 0.4em;
}

.entry-content ul,
.entry-content ol {
    padding: 0 0 0 1rem;
    margin: 1rem 0;
}

.entry-content ul > li,
.entry-content ol > li {
    margin-bottom: 0.4rem;
}

.entry-content ul li ul {
    padding: 0 0 0 1em;
    margin: 0 0 0.4rem;
    list-style: none;
}

.entry-content ul li ul li {
    margin-bottom: 0;
}

.entry-content ul li ul li:last-of-type {
    margin-bottom: 0.4rem;
}

.entry-content ul li ul li::before {
    content: "–";
    display: inline-block;
    width: 1rem;
    font-weight: 600;
    padding-left: 0.1rem;
    margin-left: -1rem;
}

.page-id-119 .entry-content #list_top,
.page-id-718 .entry-content #list_top {
    background-color: #F0F1F4;
    padding: 3rem 4rem 3.2rem;
    margin-top: 3rem;
}

@media screen and (max-width: 840px) {
	
    .page-id-119 .entry-content #list_top,
    .page-id-718 .entry-content #list_top {
        padding: 1.8rem 2rem 2rem;
    }
}

.page-id-119 .entry-content #list_top .title,
.page-id-718 .entry-content #list_top .title {
    border-bottom: solid 3px #FFF;
    padding: 0.5rem 0 0.5rem 0;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="rgba(231,49,55,1.00)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5.214 14.522s4.505 4.502 6.259 6.255c.146.147.338.22.53.22s.384-.073.53-.22c1.754-1.752 6.249-6.244 6.249-6.244.144-.144.216-.334.217-.523 0-.193-.074-.386-.221-.534-.293-.293-.766-.294-1.057-.004l-4.968 4.968v-14.692c0-.414-.336-.75-.75-.75s-.75.336-.75.75v14.692l-4.979-4.978c-.289-.289-.761-.287-1.054.006-.148.148-.222.341-.221.534 0 .189.071.377.215.52z" fill-rule="nonzero"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: center right;
}

.page-id-119 .entry-content #list_top .title:hover,
.page-id-718 .entry-content #list_top .title:hover {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="rgba(35,0,120,1.00)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5.214 14.522s4.505 4.502 6.259 6.255c.146.147.338.22.53.22s.384-.073.53-.22c1.754-1.752 6.249-6.244 6.249-6.244.144-.144.216-.334.217-.523 0-.193-.074-.386-.221-.534-.293-.293-.766-.294-1.057-.004l-4.968 4.968v-14.692c0-.414-.336-.75-.75-.75s-.75.336-.75.75v14.692l-4.979-4.978c-.289-.289-.761-.287-1.054.006-.148.148-.222.341-.221.534 0 .189.071.377.215.52z" fill-rule="nonzero"/></svg>');
}

.page-id-119 .entry-content #list_top .title:last-of-type,
.page-id-718 .entry-content #list_top .title:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.page-id-119 .entry-content #list_top div:first-of-type,
.page-id-718 .entry-content #list_top div:first-of-type {
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 580;
    letter-spacing: 0.12em;
}

.page-id-119 .entry-content .up,
.page-id-718 .entry-content .up {
    border-bottom: solid 3px #F0F1F4;
    text-align: right;
    margin-top: -2.8rem;
    padding-bottom: 0.2rem;
}

.page-id-119 .entry-content .up a::before,
.page-id-718 .entry-content .up a::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="rgba(231,49,55,1.00)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m18.787 9.473s-4.505-4.502-6.259-6.255c-.147-.146-.339-.22-.53-.22-.192 0-.384.074-.531.22-1.753 1.753-6.256 6.252-6.256 6.252-.147.147-.219.339-.217.532.001.19.075.38.221.525.292.293.766.295 1.056.004l4.977-4.976v14.692c0 .414.336.75.75.75.413 0 .75-.336.75-.75v-14.692l4.978 4.978c.289.29.762.287 1.055-.006.145-.145.219-.335.221-.525.002-.192-.07-.384-.215-.529z" fill-rule="nonzero"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: top right;
}

.page-id-119 .entry-content .up a:hover::before,
.page-id-119 .entry-content .up a:hover::before {
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" fill="rgba(35,0,120,1.00)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m18.787 9.473s-4.505-4.502-6.259-6.255c-.147-.146-.339-.22-.53-.22-.192 0-.384.074-.531.22-1.753 1.753-6.256 6.252-6.256 6.252-.147.147-.219.339-.217.532.001.19.075.38.221.525.292.293.766.295 1.056.004l4.977-4.976v14.692c0 .414.336.75.75.75.413 0 .75-.336.75-.75v-14.692l4.978 4.978c.289.29.762.287 1.055-.006.145-.145.219-.335.221-.525.002-.192-.07-.384-.215-.529z" fill-rule="nonzero"/></svg>');
}

/*  Datenschutz .page-id-97
    Impressum .page-id-216
    .privacy-policy
    Imprint .page-id-736
--------------------------------------------- */  

.page-id-97 .entry-content h2,
.page-id-216 .entry-content h2,
.privacy-policy .entry-content h2,
.page-id-736 .entry-content h2 {
    margin-top: 4rem;
    font-size: 1.8rem;
}

.page-id-97 .entry-content h3,
.page-id-216 .entry-content h3,
.privacy-policy .entry-content h3,
.page-id-736 .entry-content h3 {
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    color: #141347;
    font-size: 1.4rem;
    font-weight: 400;
}

.page-id-97 .entry-content h4,
.page-id-216 .entry-content h4,
.privacy-policy .entry-content h4,
.page-id-736 .entry-content h4 {
    margin-top: 1.6rem;
    margin-bottom: 0;
    font-size: 1.1rem;
}

.text_block {
	margin: 2rem 0 2rem 0;
}

.entry-content .text p em {
    font-family: 'NunitoSansItalic';
    font-style: normal;
}


/* Masonry Grid
--------------------------------------------- */

.grid-sizer, .grid-item {
    width: calc(50% - 24px);
    width: 46%;
    margin-bottom: 8%;
}

.grid-item.teaser {
  width: 46% !important;
}

.grid-item.teaser.stat_complex {
  width: 100% !important;
}

.gutter-sizer {
	width: 8%;
}

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

	.grid-sizer, .grid-item, 
	.grid-item.teaser {
		width: 100% !important;
		margin-bottom: 6rem;
	}

}


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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 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 {
    font-size: 0.875rem;
	text-align: center;
}

.single-post .caption {
    color: #B4B4B4;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 420;
    letter-spacing: 0.08em;
    margin: 0.2rem 0 0 0;
    text-align: right;
}

.single-post .caption {
    color: #B4B4B4;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 420;
    letter-spacing: 0.08em;
    margin: 0.2rem 0 0 0;
    text-align: right;
}

.single-post .caption .attribution_label {
    
}

.single-post .caption .attribution_name a.external {
    color: #B4B4B4;
}

.single-post .caption .attribution_name a:hover.external {
    color: #878787;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.footnote {
	font-size: 0.85rem;
	padding: 0.25rem 0 0 0;
	opacity: 0.9;
}

/* section video
--------------------------------------------- */

section.text {
	padding-bottom: 2rem;
}

section.video {
	padding-bottom: 3rem;
}


section.video {
	align-items: flex-start;
}

@media screen and (max-width: 1124px) {
	
    section.video .main_column {
        padding: 0 2rem 0 0;
    }
    
}

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

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}


/* Dataviz */




/* BorlabsCookie */

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
    background: hsla(0, 0%, 0%, .5)!important;
}

.BorlabsCookie ._brlbs-content-blocker {
    font-size: 0!important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    margin-bottom: 0!important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed p {
    padding: 0 1rem;
    letter-spacing: 0.03em;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a.external span,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
    max-width: 500px;
    margin: 0 auto 1rem;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a.external span,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn {
/*    font-family: "PlusJakartaSans-Medium", sans-serif; */
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a.external span {
    color: #B5A889;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover.external span {
    color: #FFF;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    padding-left: 0.2rem;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:first-of-type a {
    color: #BAC389!important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:first-of-type a:hover {
    color: #FFFFFF!important;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn,
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn,
.BorlabsCookie ._brlbs-spotify a._brlbs-btn,
.BorlabsCookie ._brlbs-apple_podcast a._brlbs-btn,
.BorlabsCookie ._brlbs-mailchimp a._brlbs-btn {
    background: #968C76!important;
    transition: all 0.2s ease;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover,
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover,
.BorlabsCookie ._brlbs-spotify a._brlbs-btn:hover,
.BorlabsCookie ._brlbs-apple_podcast a._brlbs-btn:hover,
.BorlabsCookie ._brlbs-mailchimp a._brlbs-btn:hover {
    background: #FFF!important;
    color: #DE0000!important;
    transition: all 0.2s ease;
}

.BorlabsCookie ._brlbs-video-youtube,
.BorlabsCookie ._brlbs-video-vimeo,
.BorlabsCookie ._brlbs-spotify,
.BorlabsCookie ._brlbs-apple_podcast,
.BorlabsCookie ._brlbs-mailchimp {
    filter: saturate(0) sepia(0.2) ;
}

div._brlbs-cb-spotify,
.spotify_player,
div._brlbs-cb-apple_podcast,
.apple_podcast_player {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.podcast_list div._brlbs-cb-spotify,
.podcast_list .spotify_player,
.podcast_list div._brlbs-cb-apple_podcast,
.podcast_list .apple_podcast_player {
    margin-top: 2.4rem;
    margin-bottom: 0;
}

.BorlabsCookie ._brlbs-spotify ._brlbs-caption,
.BorlabsCookie ._brlbs-apple_podcast ._brlbs-caption {
    height: 12.5rem;
}

.BorlabsCookie ._brlbs-caption {
    display: flex;
    flex-direction: column;
}

.BorlabsCookie .bumper {
    flex-grow: 1;
}

@media screen and (max-width: 640px) {
	
	.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed p {
  		padding: 0 2rem;
	}
}

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

	.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
		padding: 0 0.5rem;
	}
}

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

	.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
		padding: 0 0;
		hyphens: auto;
	}
}

/* BorlabsCookie custom settings */

.entry-content .BorlabsCookie p a.external {
	background: none ;
}

.BorlabsCookie .always_uncheck {
	display: flex;
	align-items: baseline;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label.always_uncheck input {
	margin: 0 0.25rem 0 0;
}


#BorlabsCookieBox ._brlbs-bar,
#BorlabsCookieBox ._brlbs-box {
    border-radius: 0!important;
    color: #121212!important;
    font-size: 0.9rem!important;
    padding: 1.4rem!important;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1)!important;
    filter: saturate(0.7);
}

#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark {
    background: rgba(0,0,0,.1)!important;
}

#BorlabsCookieBox .bcac-item {
    padding: 0.8rem 1rem!important;
}

#BorlabsCookieBox p.text-center a._brlbs-cursor.d-block span {
    text-transform: uppercase!important;
    font-family: "PlusJakartaSans-Medium", sans-serif;
    font-size: 0.65rem!important;
    letter-spacing: 0.08em;
}

#BorlabsCookieBox span._brlbs-paragraph,
#BorlabsCookieBox .d-block p {
    letter-spacing: 0.02em!important;
    word-spacing: 0.1em!important;
}

#BorlabsCookieBox h3, 
#BorlabsCookieBox ._brlbs-h3 {
    margin: 0.3rem 0!important;
}

#BorlabsCookieBox .bcac-item ._brlbs-h4 {
    font-family: "PlusJakartaSans-Medium", sans-serif;
    font-size: 1rem!important;
    letter-spacing: 0.03em;
}

#BorlabsCookieBox .cookie-preference ._brlbs-btn,
#mc_embed_signup input[type="submit"] {
    border-radius: 0!important;
    margin-right: 0.3rem!important;
    text-transform: uppercase!important;
    font-family: "PlusJakartaSans-SemiBold", sans-serif;
    font-size: 0.75rem!important;
    letter-spacing: 0.07em;
}


