/*!
Theme Name: ag_hff
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: ag_hff
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.

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

/* 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%;
    letter-spacing: 0.02em;
}

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

html { font-size: 16px; }

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

    html {
        font-size: 15px;
    }

}

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

    html {
        font-size: 14px;
    }

}

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

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

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

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

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

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

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

h2 {
	font-size: 2rem;
    line-height: 1.25;
}

h3 {
	font-size: 1.75rem;
    line-height: 1.35;
}

h4 {
	font-size: 1.5rem;
}


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

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

/**
 * 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;
    border-radius: 0.5rem;
    display: block;
}

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

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

/**
 * 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 {
	color: #333;
	font-family: "PoppinsVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
	font-feature-settings: 'ss02';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 0 0 1rem 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 420;
}

p {
	margin: 0 0 1rem 0;
}

p:last-of-type {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-family: "PoppinsVariableItalic";
	font-style: normal;
}

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 {
    display: block;
	background-color: #A7C659;
    /* background: linear-gradient(90deg, rgba(167,198,89,1.00) 0%, rgba(135,183,159,1.00) 100%); */
	border: 0;
	height: 0.3rem;
    width: 3.2rem;
    border-radius: 0.15rem;
	margin: 2rem auto 2rem 0;
}

ul,
ol {
	margin: 0 0 1rem 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.columns .text ul,
.column.text ul {
    list-style: none;
    margin-left: 1rem;
}

.columns .text li::before,
.column.text li::before {
    content: "•";
    color: #FE8696;
    color: #A384CB;
    color: #51ABCD;
    color: #BBBBBB;
    font-weight: 900;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem
}

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;
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

::selection {
    background-color: rgba(251,208,58,0.60);
}

/* Links
--------------------------------------------- */
a {
	color: #121212;
	text-decoration: underline;
    text-decoration-color: rgba(18,18,18,0.15);
    text-decoration-style: solid;
    text-decoration-thickness: 0.15em;
    text-underline-offset: 0.2em;
    transition: all 0.2s ease-in-out;
}

a:visited {
	color: #121212;
}

a:hover,
a:focus,
a:active {
	color: rgba(18,18,18,0.50);
}

a:focus {
/*	outline: thin dotted;*/
}

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

/* section.main-content a {
    color: #2D86A8;
    text-decoration: underline;
    text-decoration-color: rgba(81,171,205,0.20);
    text-decoration-style: solid;
    text-decoration-thickness: 0.15em;
    text-underline-offset: 0.2em;
}

section.main-content a:hover {
    color: #7F9D32;
    text-decoration-color: rgba(167,198,89,0.30);
} */

/* 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,
.site-footer,
.site-main {
	max-width: 100%;
	padding: 0 4.4rem;
}

@media only screen and (max-width: 880px) {
	
    .site-header,
    .site-footer,
    .site-main {
        padding: 0 2.4rem;
    }
}

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

    .home .site-header {
        margin-bottom: 1.8rem;
    }
	
}

@media only screen and (max-width: 420px) {
	
    .site-header,
    .site-footer,
    .site-main {
        padding: 0 1.6rem;
    }
}

.site-header .container,
.site-footer .container {
	max-width: 84rem;
	margin: 0 auto;
}

.site-main .container .entry-header {
	max-width: 84rem;
	margin: 0 auto 5rem auto;
}

.page-id-10 .site-main .container .entry-header {
	margin: 0 auto 6rem auto;

}
.page-id-12 .site-main .container .entry-header {
	margin: 0 auto 7rem auto;
}

.home .site-main .container .entry-header {
	margin: 0 auto 6rem auto;
}

.section > .container {
	max-width: 84rem;
	margin: 0 auto 6rem auto;
}

.home .site-main .container .entry-header h1 {
    display: none;
}

@media only screen and (max-width: 880px) {
	
	.single-post .site-main .container .entry-header {
        margin: 0 auto 3rem auto;
    }
}

@media only screen and (max-width: 540px) {
	
    .site-main .container .entry-header {
        max-width: 84rem;
        margin: 0 auto 3rem auto;
    }

    .page-id-10 .site-main .container .entry-header {
        margin: 0 auto 4rem auto;

    }
    .page-id-12 .site-main .container .entry-header {
        margin: 0 auto 5rem auto;
    }

    .home .site-main .container .entry-header {
        margin: 0 auto 4rem auto;
    }

    .section > .container {
        max-width: 84rem;
        margin: 0 auto 4rem auto;
    }
    
}

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

.site-header .container {
	margin: 3.6rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
}

.site-header .container .site-branding {
	flex: 0 0 auto;
    z-index: 99;
}

.site-header .container .site-branding .logo {
    position: absolute;
    width: 32%;
    min-width: 300px;
    top: 0;
}
 
.home .site-header .container .site-branding .logo {
    position: absolute;
    width: 55%;
    top: 2.4rem;
}

@media only screen and (max-width: 1240px) {
	
    .site-header .container .site-branding .logo {
        width: 240px;
        min-width: 240px;
    }

    .site-header .container .main-navigation {
        width: 100%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        text-align: center;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0 !important;
    }
	
}

@media only screen and (max-width: 720px) {
    
    .site-header .container .site-branding .logo,
    .home .site-header .container .site-branding .logo {
        width: 240px;
        min-width: 240px;
        top: -0.8rem;
    }

}


/* -- */

h1.entry-title {
	margin-top: 8rem;
    /* margin-left: 2.5rem; */
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.03em;
	margin-bottom: 0;
    line-height: 1.3;
}

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

    h1.entry-title {
        margin-top: 4rem;
    }
	
}

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

    h1.entry-title {
        margin-top: 2rem;
    }
	
}

.post h1.entry-title {
	letter-spacing: 0.02em;
}

.home h1.entry-title {
	display: none;
}

.site-main .container .entry-header h1 {
    text-transform: none;
    margin-left: 0;
    font-size: 2.15rem;
	font-weight: 420;
    line-height: 1.25;
}


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

.site-footer .container {
	padding: 2.1rem 0 2.1rem 2.5rem;
	background-color: #A7C659;
    background-image: linear-gradient(135deg, rgba(167,198,89,1.00) 0%, rgba(81,171,205,1.00) 100%);
    border-radius: 0.5rem;
	margin: 0 auto 4.4rem auto;
}

.site-footer ul.menu li {
	display: block;
}

.site-footer .site-info {
    background-image: url("imgs/Schmetterling_ws.svg");
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: bottom 0 right 2.4rem;
}

.site-footer .copy.address.column,
.site-footer .copy.address.column div:last-of-type {
    margin-bottom: 0;
}

.site-footer .site-info .email a  {
    color: #FFF;
}

.site-footer .site-info .email a:hover  {
    color: rgba(255,255,255,0.60);
}

/* -- sticky footer -- */

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.logged-in .site {
    min-height: calc( 100vh - 32px );
}

.site-main {
    flex: 1 0 auto;
	margin: 6rem 0 0 0;
	margin: 0 auto 0 auto;
	width: 100%;
  	max-width: 92.8rem;
}

.home .site-main {
    margin: 15.6rem auto 0 auto;
  	max-width: 92.8rem;
}

.site-footer {
    flex-shrink: 0;
}

/* -- footer navigation -- */

.site-footer {
	font-size: 1.2rem;
}

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

.site-footer .site-info .copy.column {
    flex: 0 0 calc(50% - 1.25rem - 3px);
    padding-right: 2.5rem;
    font-size: 1.3rem;
    font-weight: 440;
}

.site-footer .site-info .copy.column .email {
	hyphens: auto;
}

.site-footer .site-info .copy.column h3 {
    font-size: 1.9rem;
    font-weight: 440;
    margin-top: -0.375rem;
    line-height: 1.3;
}

.site-footer .site-info .navigation.column {
    flex: 0 0 calc(25% - 12px + 1.4rem);
    display: inline-flex;
}

.site-footer ul.menu {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
    padding: 0 2.4rem;
}

.site-footer .navigation.column {
	margin: 0;
	padding: 0;
}

.site-footer .navigation.column::before {
    content: "";
    display: inline-flex;
    width: 6px;
    min-width: 6px;
    height: 100%;
    background: rgba(255,255,255,0.40);
    border-radius: 3px;
}

.site-footer,
.site-footer a {
	color: #FFF;
    text-decoration: none;
}

.site-footer .navigation ul li a,
.site-footer .navigation ul li a:visited {
	color: #FFF;
    font-size: 1.05rem;
    font-weight: 540;
    letter-spacing: 0.05em;
}

.site-footer .navigation ul li a:hover,
.site-footer .navigation ul li.current_page_item a,
.site-footer .navigation ul li.current-page-ancestor a,
.site-footer .navigation ul li.current_page_parent a {
	color: rgba(255,255,255,0.50);
}

.site-footer .navigation ul li {
    line-height: 1!important;
    margin-bottom: 0.7rem;
}

.site-footer .navigation ul li:last-of-type {
    margin-bottom: 0
}
	
.site-footer .site-info .address,
.site-footer .site-info .phone {
    margin-bottom: 0.75rem;
}

@media only screen and (max-width: 1240px) {
    
    .site-footer .container {
        padding: 2.1rem 0 2.5rem 2rem;
        margin: 0 auto 4.4rem auto;
    }
	
    .site-footer .site-info {
        flex-direction: column;
    }

    .site-footer .site-info .copy.column {
        margin-bottom: 2rem;
    }
    
    .site-footer .site-info .navigation.column {
        margin-bottom: 2rem;
    }
    
    .site-footer .site-info .navigation.column:last-of-type {
        margin-bottom: 0;
    }
    
    .site-footer .navigation.column::before {
        content: "";
        display: none;
    }

    .site-footer ul.menu {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 880px) {
    
    .site-footer .container {
        margin: 0 auto 2.4rem auto;
    }
    
}

@media only screen and (max-width: 420px) {
    
    .site-footer .container {
        margin: 0 auto 1.6rem auto;
    }
    
}



/* sections
--------------------------------------------- */

.section {
	margin: 0 0 6rem 0;
}

@media only screen and (max-width: 540px) {
	
    .section {
        margin: 0 0 4rem 0;
    }
}

.section.teaser_list {
	margin: 0 0 0 0;
}

.section .columns {
	display: flex;
	justify-content: space-between;
}

.section .columns .column {
	flex: 0 0 48.4375%;
}

.section.img_txt .columns .column.image {
	order: 1;
}

.section.img_txt .columns .column.text {
	order: 2;
}

@media only screen and (max-width: 880px) {
	
	.section .columns {
        flex-direction: column;
    }
    
    .section.img_txt .columns .column.text {
        order: 1;
    }
    
    .section .columns .column.image {
        margin-top: 2.3rem;
    }
    
    .single-post .section .columns .column.image {
        margin-top: 0;
        margin-bottom: 2.4rem;
    }
    
}

.section.text_image .title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 540;
    letter-spacing: 0.03em;
    word-spacing: 0.1em;
    color: #51ABCD; /*(blau)*/
    line-height: 1.3;
}

.section.text_image .title::before {
    content: "";
    display: block;
    width: 3rem;
    min-width: 3.2rem;
    height: 0.3rem;
    background: #51ABCD; /*(blau)*/
    border-radius: 0.15rem;
    margin-bottom: 1.3rem;
}

.section.text_image.text_text .text p + h3::before {
    margin-top: 2.4rem;
}

.section.text_image .text h3:not(.title) {
    margin-bottom: 0.5rem;
}

.section.text_image.color2 .title {
    color: #A384CB; /*(lila)*/
}

.section.text_image.color2 .title::before {
    background: #A384CB; /*(lila)*/
}

.section.text_image.color3 .title {
    color: #FE8696; /*(rot)*/
}

.section.text_image.color3 .title::before {
    background: #FE8696; /*(rot)*/
}

.section.text_image.color4 .title {
    color: #A7C659; /*(grün)*/
}

.section.text_image.color4 .title::before {
    background: #A7C659; /*(grün)*/
}

.section.text_image.color5 .title {
    color: #FBC33B; /*(gelb)*/
}

.section.text_image.color5 .title::before {
    background: #FBC33B; /*(gelb)*/
}

.section.text_image .title strong,
.section.text_image .title b {
    font-weight: inherit;
    color: #2D86A8; /*(blau)*/
}

.section.text_image.color2 .title strong,
.section.text_image.color2 .title b {
    font-weight: inherit;
    color: #6D4B99; /*(lila)*/
}

.section.text_image.color3 .title strong,
.section.text_image.color3 .title b {
    font-weight: inherit;
    color: #CE4557; /*(rot)*/
}

.section.text_image.color4 .title strong,
.section.text_image.color4 .title b {
    font-weight: inherit;
    color: #7F9D32; /*(grün)*/
}

.section.text_image.color5 .title strong,
.section.text_image.color5 .title b {
    font-weight: inherit;
    color: #DF9E00; /*(gelb)*/
}

.section.text_image .text {
	margin: 0 0 0 0;
}

.section.text_image .column.text > div {
	margin-bottom: 2rem;
}

.section.text_image .column.text > div:last-of-type {
	margin-bottom: 0;
}

.section.text_image .textfield {
    font-size: 1.9rem;
    font-weight: 440;
    color: #FFF;
    line-height: 1.4;
	margin: 0 0 0 -6rem;
}

.section.text_image.text_video .textfield {
    margin: 0 0 0 0;
}

.section.text_image .textfield .container {
	padding: 2.1rem 2.5rem;
	border-radius: 0.5rem;
}

@media only screen and (max-width: 880px) {
	
	.section.text_image .textfield {
        margin: 0 0 0 0;
    }
	
	.section.text_text .column:nth-of-type(2) {
        margin-top: 2.4rem;
    }

}



/*
.section.text_image .column.text > *:last-of-type {
	margin-bottom: 0;
}
*/

/* section teaser list
--------------------------------------------- */

.section.teaser_list .container {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
}

.section.teaser_list .entry .entry-header {
	  margin: 0 auto 2rem auto;
}

.section.teaser_list .entry {
	flex: 0 0 31.25%;
	background-color: rgba(0,0,0,0.05);
	background: linear-gradient(135deg, #F4F4F4, #ECECEC);
	border-radius: 0.5rem;
	padding: 3.4rem 2.5rem 2.5rem 2.5rem;
	margin: 0 3.125% 3.125% 0;
    position: relative;
}

@media only screen and (max-width: 880px) {
    .section.teaser_list .entry {
	    padding: 3.4rem 2rem 2rem 2rem;
    }
}

.section.teaser_list > .container {
	margin: 0;
}

.section.teaser_list .text a {
    color: #121212;
}

.section.teaser_list .text a:hover {
    color: rgba(18,18,18,0.60);
}

.section.teaser_list .entry:nth-of-type(3n) {
	margin: 0 0 3.125% 0;
}

.section.teaser_list {
	margin-bottom: calc(6rem - 3.125%);
}

@media only screen and (max-width: 420px) {
	
    .section.teaser_list {
        margin-bottom: calc(4rem - 3.125%);
    }
}
    
.section.teaser_list .label {
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 520;
    letter-spacing: 0.06em;
}

.section.teaser_list .entry.portrait img {
    border-radius: 50%;
    padding: 0 1.2rem;
    margin-bottom: 0.8rem;
}


@media only screen and (max-width: 880px) and (min-width: 640px) {
	
	.section.teaser_list .entry.portrait img {
        display: table-column;
        width: 50%;
        padding: 0 1.2rem;
    }
    
    .section.teaser_list .entry.portrait .title.name,
    .section.teaser_list .entry.portrait .position {
        display: table-column;
        width: 50%;
        float: right;
        align-self: flex-end;
    }
    
    .section.teaser_list .entry.portrait .title.name {
        margin-top: 10%;
    }
    
    .section.teaser_list .entry.portrait .position {
        margin-top: -20%;
    }
}


@media only screen and (max-width: 1240px) {
	
	.section.teaser_list .entry {
		flex: 0 0 47.5%;
		margin: 0 5% 5% 0;
	}

	.section.teaser_list .entry:nth-of-type(3n) {
		margin: 0 5% 5% 0;
	}
	
	.section.teaser_list .entry:nth-of-type(2n) {
		margin: 0 0 5% 0;
	}

}


@media only screen and (max-width: 880px) {
	
	.section.teaser_list .entry {
		flex: 0 0 100%;
		margin: 0 0 2.4rem 0;
	}

	.section.teaser_list .entry:nth-of-type(3n) {
		margin: 0 0 2.4rem 0;
	}
	
	.section.teaser_list .entry:nth-of-type(2n) {
		margin: 0 0 2.4rem 0;
	}

}


.section.teaser_list .entry::before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 3rem;
    background-image: url("imgs/pin_G.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -1rem;
    left: calc(50% - 1.1rem);
}

.section.teaser_list .entry:nth-of-type(5n-4)::before {
    background-image: url("imgs/pin_G.svg");
}

.section.teaser_list .entry:nth-of-type(5n-3)::before {
    background-image: url("imgs/pin_C.svg");
}

.section.teaser_list .entry:nth-of-type(5n-2)::before {
    background-image: url("imgs/pin_V.svg");
}

.section.teaser_list .entry:nth-of-type(5n-1)::before {
    background-image: url("imgs/pin_R.svg");
}

.section.teaser_list .entry:nth-of-type(5n)::before {
    background-image: url("imgs/pin_Y.svg");
}

.section.teaser_list .entry .text,
.news_list article p,
.entry-content.column p,
.section .column.text .text {
    font-size: 1.1rem;
    line-height: 1.55;
    
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-limit-before: 3; /* For Safari */
    -webkit-hyphenate-limit-after: 4; /* For Safari */
    -ms-hyphenate-limit-chars: 7 3 4;
    hyphenate-limit-chars: 7 3 4;
}

.section .column.text .text {
    font-size: 1.3rem;
    font-weight: 440;
    line-height: 1.45;
}



/* section image gallery
--------------------------------------------- */

.section.image_block > .container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.section.image_block > .container .entry {
	flex: 0 0 17.5%;
	margin: 0 2rem 0 0;
}

.section.image_block > .container .entry.landscape {
	flex: 0 0 30%;
	margin: 0 2rem 0 0;
}


@media only screen and (max-width: 640px) {
    
    .section.image_block > .container {
        justify-content: space-between;
    }

    .section.image_block > .container .entry {
        flex: 0 0 47%;
        margin: 0 0 0 0;
    }

    .section.image_block > .container .entry.landscape {
        flex: 0 0 47%;
        margin: 0 0 0 0;
    }

}


/* calendar/teaser/news list(s)
--------------------------------------------- */

.calendar_list h2.entry-title,
.teaser_list h3.title,
.teaser_list h3,
.news_list h2.entry-title {
    font-size: 1.75rem;
    line-height: 1.35;
}

.section.teaser_list .entry.portrait h3.title {
    font-size: 1.525rem;
    line-height: 1.3;
    margin-bottom: 0.6rem;
    text-align: center;
}

.section.teaser_list .entry.portrait .position {
    font-size: 1.15rem;
    line-height: 1.3;
    text-align: center;
}

.calendar_list .date,
.news_list .entry-meta,
.entry-header .entry-meta {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 540;
    line-height: 1.35;
    margin-bottom: 1rem;
    margin-top: 0.3rem;
}

.entry-header .entry-meta {
    margin-bottom: 0;
    margin-top: 1rem;
}

.entry-header a,
.list a,
.teaser_list a,
.button a {
    text-decoration: none;
}

.news_list img {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

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

    .news_list img {
        width: calc(100% + 4rem);
        margin-left: -2rem;
    }
	
}

a.read-more,
a:visited.read-more {
    color: #7F9D32;
    transition: all 0.2s ease-in-out;
}

a:hover.read-more {
    color: #A7C659;
}


/* AG teaser list
--------------------------------------------- */

.ag_list .container .entry .row {
	display: flex;
	width: 100%;
	margin-top: -0.25rem;
}

.ag_list .container .entry .row > * {
	vertical-align: top;
}

.ag_list .entry {
	width: 100%;
	border: 0.25rem solid #FBC33B;
	margin: 0 0 2rem 0;
	padding: 1.2rem 1rem 1rem 1.2rem;
	border-radius: 0.5rem;
}

.ag_list .entry > * {
	padding: 0 0 0 0;
}

.ag_list .entry .label {
	padding: 0 0 0 0;
}

.ag_list .entry .title {
	flex: 0 0 20%;
	margin: 0;
}

.ag_list .entry .ag_leitung {
	flex: 0 0 20%;
}

.ag_list .entry .class {
	flex: 0 0 10%;
}

.ag_list .entry .location {
	flex: 0 0 25%;
}

.ag_list .entry .weekday {
	flex: 0 0 7.5%;
}

.ag_list .entry .time {
	flex: 0 0 17.5%;
}

.ag_list .entry > * > * {
	display: table-cell;
	width: 100%;
}

.ag_list .entry .content > * > span {
	padding: 1rem 0 1rem 0;
    display: inline-block;
	width: calc(100% - 2rem);
}

.ag_list .entry .content > .time > span {
	width: calc(100% - 0.25rem);
}

.ag_list .entry .content > * > span.double,
.ag_list .entry .row.trennbar > * > span.double,
.ag_list .double {
	display: none;
}

.ag_list .label {
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
}

.ag_list .container .entry .row.label {
	display: none;
}

.ag_list .container .entry .row.label:first-of-type {
	display: flex;
}

.ag_list .entry.label > * {
    padding: 2rem 0 0 0;
}

.ag_list .entry .label > * {
    color: #DF9E00!important;
    text-transform: uppercase;
    font-size: 0.85rem!important;
    font-weight: 500!important;
    letter-spacing: 0.06em!important;
	padding-right: 0.5rem;
}

.ag_list .entry h2.title {
    font-size: 1.4rem;
    font-weight: 620;
    letter-spacing: 0.04em;
}

.ag_list .entry > * {
    font-size: 1.4rem;
    font-weight: 440;
    letter-spacing: 0.03em;
}

.ag_list .entry .row.label > * > * { 
	display: inline-block;
	padding: 0 0 0 0;
}

.ag_list .entry .row.trennbar > * {
	height: 0.25rem;
	position: relative;
	padding: 0 0 0 0;
}

.ag_list .entry .row.trennbar > * > * {
	display: inline-block;
	height: 0.25rem;
	margin: 0 1rem 1rem 1rem;
    background: #FBC33B;
	padding: 0 1rem 0 1rem;
	position: absolute;
	top: 0px;
	border-radius: 2px;
}

.ag_list .entry .row.trennbar > * {
	width: calc(100% + 3rem);
}

.ag_list .entry .row.trennbar > * > * {
	left: 0.25rem;
	width: calc(100% - 2.25rem);
}

.ag_list .entry .label .ag_leitung::before,
.ag_list .entry .label .class::before,
.ag_list .entry .label .location::before,
.ag_list .entry .label .weekday::before,
.ag_list .entry .trennbar .ag_leitung::before,
.ag_list .entry .trennbar .class::before,
.ag_list .entry .trennbar .location::before,
.ag_list .entry .trennbar .weekday::before,
.ag_list .entry .content .ag_leitung::before,
.ag_list .entry .content .class::before,
.ag_list .entry .content .location::before,
.ag_list .entry .content .weekday::before {
    content: "";
    display: inline-flex;
    width: 0.25rem;
    min-width: 0.25rem;
    height: 100%;
    background: #FBC33B;
    border-radius: 0.125rem;
	margin: 0 1rem 0 0;
	vertical-align: top;
}

.ag_list .entry.tuesday .label .ag_leitung::before,
.ag_list .entry.tuesday .label .class::before,
.ag_list .entry.tuesday .label .location::before,
.ag_list .entry.tuesday .label .weekday::before,
.ag_list .entry.tuesday .trennbar .ag_leitung::before,
.ag_list .entry.tuesday .trennbar .class::before,
.ag_list .entry.tuesday .trennbar .location::before,
.ag_list .entry.tuesday .trennbar .weekday::before,
.ag_list .entry.tuesday .content .ag_leitung::before,
.ag_list .entry.tuesday .content .class::before,
.ag_list .entry.tuesday .content .location::before,
.ag_list .entry.tuesday .content .weekday::before,
.ag_list .entry.tuesday .row.trennbar > * > * {
  background: #A7C659;
}

.ag_list .entry.tuesday {
  border: 0.25rem solid #A7C659;
}

.ag_list .entry.tuesday .label > * {
	color: #7F9D32 !important;
}

.ag_list .entry.wednesday .label .ag_leitung::before,
.ag_list .entry.wednesday .label .class::before,
.ag_list .entry.wednesday .label .location::before,
.ag_list .entry.wednesday .label .weekday::before,
.ag_list .entry.wednesday .trennbar .ag_leitung::before,
.ag_list .entry.wednesday .trennbar .class::before,
.ag_list .entry.wednesday .trennbar .location::before,
.ag_list .entry.wednesday .trennbar .weekday::before,
.ag_list .entry.wednesday .content .ag_leitung::before,
.ag_list .entry.wednesday .content .class::before,
.ag_list .entry.wednesday .content .location::before,
.ag_list .entry.wednesday .content .weekday::before,
.ag_list .entry.wednesday .row.trennbar > * > * {
  background: #51ABCD;
}

.ag_list .entry.wednesday {
  border: 0.25rem solid #51ABCD;
}

.ag_list .entry.wednesday .label > * {
	color: #2D86A8 !important;
}

.ag_list .entry.thursday .label .ag_leitung::before,
.ag_list .entry.thursday .label .class::before,
.ag_list .entry.thursday .label .location::before,
.ag_list .entry.thursday .label .weekday::before,
.ag_list .entry.thursday .trennbar .ag_leitung::before,
.ag_list .entry.thursday .trennbar .class::before,
.ag_list .entry.thursday .trennbar .location::before,
.ag_list .entry.thursday .trennbar .weekday::before,
.ag_list .entry.thursday .content .ag_leitung::before,
.ag_list .entry.thursday .content .class::before,
.ag_list .entry.thursday .content .location::before,
.ag_list .entry.thursday .content .weekday::before,
.ag_list .entry.thursday .row.trennbar > * > * {
    background: #A384CB;
}

.ag_list .entry.thursday {
    border: 0.25rem solid #A384CB;
}

.ag_list .entry.thursday .label > * {
	color: #6D4B99 !important;
}

.ag_list .entry.friday .label .ag_leitung::before,
.ag_list .entry.friday .label .class::before,
.ag_list .entry.friday .label .location::before,
.ag_list .entry.friday .label .weekday::before,
.ag_list .entry.friday .trennbar .ag_leitung::before,
.ag_list .entry.friday .trennbar .class::before,
.ag_list .entry.friday .trennbar .location::before,
.ag_list .entry.friday .trennbar .weekday::before,
.ag_list .entry.friday .content .ag_leitung::before,
.ag_list .entry.friday .content .class::before,
.ag_list .entry.friday .content .location::before,
.ag_list .entry.friday .content .weekday::before,
.ag_list .entry.friday .row.trennbar > * > * {
    background: #FE8696;
}

.ag_list .entry.friday {
    border: 0.25rem solid #FE8696;
}

.ag_list .entry.friday .label > * {
	color: #CE4557 !important;
}


.ag_list .entry .row.trennbar > .time > *,
.ag_list .entry .row.trennbar > .title > * {
	left: -1rem;
	width: 100%;
}

/* - */

.ag_list .entry .row.trennbar > .title > * {
	display: none;
}

/* - */

.ag_list .entry .title,
.ag_list .entry .location {
     
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-limit-before: 3; /* For Safari */
    -webkit-hyphenate-limit-after: 4; /* For Safari */
    -ms-hyphenate-limit-chars: 7 3 4;
    hyphenate-limit-chars: 7 3 4;
}

/* - mobile - */

@media screen and (max-width: 1024px) {
	
	.ag_list .entry {
		border: none !important;
		padding: 0;
	}
	
	.ag_list .entry .row.label {
		border-top: 0.25rem solid #FBC33B;
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-left: 0.25rem solid #FBC33B;
		border-right: 0.25rem solid #FBC33B;
		padding: 1rem 1rem 0 1.2rem;
	}
	
	.ag_list .entry .row.content {
		border-bottom: 0.25rem solid #FBC33B;
		border-left: 0.25rem solid #FBC33B;
		border-right: 0.25rem solid #FBC33B;
		border-bottom-left-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
		padding: 0 1rem 0 1.2rem;
	}
	
	.ag_list .entry .content > * > span.double {
		display: block;
	}
	
	.ag_list .entry .label .ag_leitung::before, .ag_list .entry .label .class::before, .ag_list .entry .label .location::before, .ag_list .entry .label .weekday::before, .ag_list .entry .trennbar .ag_leitung::before, .ag_list .entry .trennbar .class::before, .ag_list .entry .trennbar .location::before, .ag_list .entry .trennbar .weekday::before, .ag_list .entry .content .ag_leitung::before, .ag_list .entry .content .class::before, .ag_list .entry .content .location::before, .ag_list .entry .content .weekday::before {
		display: none;
	}
	
	.ag_list .container .entry .row.trennbar {
		display: none;
	}
	
	.ag_list .container .entry .row.label {
		display: flex;
		margin-top: 2rem;
	}

}

.ag_list .mobile_label {
	display: none;
}


/* border colors */

.ag_list .entry.tuesday .row {
	border-color: #A7C659 !important;
}

.ag_list .entry.wednesday .row {
	border-color: #51ABCD !important;
}

.ag_list .entry.thursday .row {
	border-color: #A384CB !important;
}

.ag_list .entry.friday .row {
	border-color: #FE8696 !important;
}



@media screen and (max-width: 760px) {
	
	.ag_list .container .entry .row h2 {
		margin: 0;
	}
	
	.ag_list .container .entry .row {
		margin: 0 0 2.4rem 0;
	}
	
	.ag_list .container .entry .row.label,
	.ag_list .container .entry .row.label:first-of-type {
		display: none;
	}
	
	.ag_list .container .entry .row {
  		display: block;
	}
	
	.ag_list .container .entry .row > * {
  		display: block;
	}

	.ag_list .mobile_label {
		display: inline-block;
	}
	
	.ag_list .mobile_label.behind {
		margin: 0 0 0 0.5rem;
	}
	
	.ag_list .mobile_label.before {
		margin: 0 0.5rem 0 0;
        text-transform: uppercase;
        color: #DF9E00;
        font-size: 1.075rem;
        font-weight: 500;
        letter-spacing: 0.06em;
	}
	
	.ag_list .tuesday .mobile_label.before {
		color: #7F9D32;
	}
	
	.ag_list .wednesday .mobile_label.before {
		color: #2D86A8;
	}
	
	.ag_list .thursday .mobile_label.before {
		color: #6D4B99;
	}
	
	.ag_list .container .entry .row .weekday {
		margin: 0 0.5rem 0 0;
	}

	.ag_list .container .entry .row .weekday,
	.ag_list .container .entry .row .time {
		display: inline-block;
		width: auto;
		white-space: nowrap;
	}
	
	.ag_list .entry .row.content {
		border-top: 0.25rem solid #FBC33B;
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		padding: 0.5rem 1rem 1rem 1.2rem;
	}
	
	.ag_list .entry .content > * > span {
		padding: 0.5rem 0 0 0;
	}
	
		
	
}



/* section stopper
--------------------------------------------- */

/* FARBEN

GRÜN	#A7C659 | #7F9D32
BLAU	#51ABCD | #2D86A8
LILA	#A384CB | #6D4B99
ROT		#FE8696 | #CE4557 | #F97688 (mid)
GELB	#FBC33B | #DF9E00

*/


.section.stopper {
	padding: 0 0 0 0;
	font-size: 1.9rem;
    font-weight: 440;
	margin: 0 0 6rem 0;
    color: #FFF;
    line-height: 1.4;
}

.section.stopper a {
	color: #FFF;
    text-decoration-color: rgba(255,255,255,0.3);
    text-decoration-thickness: 0.125em;
    text-underline-offset: 0.175em;
}

.section.stopper a:hover {
	color: rgba(255,255,255,0.50);
}


@media screen and (max-width: 540px) {
	
	.section.stopper {
        margin: 0 0 4rem 0;
        
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

        -webkit-hyphenate-limit-before: 3; /* For Safari */
        -webkit-hyphenate-limit-after: 4; /* For Safari */
        -ms-hyphenate-limit-chars: 7 3 4;
        hyphenate-limit-chars: 7 3 4;
    }
}

.section.stopper .container {
	padding: 2.1rem 2.5rem;
    border-radius: 0.5rem;
}

.section.stopper .container p {
    margin: 0 0 1rem 0;
}

.section.stopper .container p:last-of-type {
    margin: 0 0 0 0;
}

.gradient1 .container { /* GRÜN-BLAU */
	color: #ffffff;
	background: linear-gradient(135deg, rgba(167,198,89,1.00) 0%, rgba(81,171,205,1.00) 100%);
}

.gradient2  .container { /* BLAU-LILA */
	color: #ffffff;
	background: linear-gradient(135deg, rgba(81,171,205,1.00) 0%, rgba(163,132,203,1.00) 100%);
}

.gradient3  .container { /* LILA-ROT */
	color: #ffffff;
	background: linear-gradient(135deg, rgba(163,132,203,1) 0%, rgba(254,134,150,1) 100%);
}

.section.stopper .container {
	margin: 0 auto 0 auto;
	text-align: left;
}

/* Zitat */

.container blockquote {
	margin: 0 0 0 7rem;
}

.container blockquote::before {
    content: "";
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    background-image: url("imgs/Zitat.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: 0.4rem;
    margin-left: -7.1rem;
}

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

    .container blockquote {
        margin: 0 0 0 5rem;
    }

    .container blockquote::before {
        width: 3.8rem;
        height: 3.8rem;
        margin-top: 0;
        margin-left: -5.2rem;
    }
}


/* section logo leiste
--------------------------------------------- */

.section.logo_leiste h2 {
	margin: 0 auto 3rem;
	text-align: center;
    /* font-size: 1.5rem;
    font-weight: 430; */
    max-width: 600px;
    font-size: 1.05rem;
    font-weight: 540;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section.logo_leiste .image_list  {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.section.logo_leiste .image_list .entry {
	flex: 0 0 auto;
	width: 12rem;
	margin: 0 1.5rem 2.6rem;
}

.section.logo_leiste .image_list .entry.size_s {
	width: 10rem;
}

.section.logo_leiste .image_list .entry.size_xs {
	width: 8rem;
}

.section.logo_leiste .image_list img {
    border-radius: 0;
    filter: grayscale(1) opacity(0.6);
	transition: all 0.2s ease-in-out;
}

.section.logo_leiste .image_list img:hover {
    filter: grayscale(0) opacity(1);
}


/*--------------------------------------------------------------
# Layouts / Content Types
--------------------------------------------------------------*/

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

.single-post .site-main > .container {
}

.single-post .columns {
	display: flex;
}

.single-post .content-container > * {
	flex: 0 0 50%;
}


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

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

.header_image {
	margin: -11rem 0 0 auto;
	z-index: 1;
	position: relative;
    max-width: 48.4375%;
}

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

    .header_image {
        margin: -7rem 0 0 auto;
    }
}

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

    .header_image {
        margin: 2rem 0 0 auto;
        max-width: 80%;
    }
}

.header_image img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}

.home .header_image {
	margin: -16rem 0 0 auto;
}


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

.header_text {
	margin: -11rem 0 0 0;
	z-index: 2;
	position: relative;
}

.home .header_text {
	margin: -6rem 0 0 0;
}

/* Text-Box
--------------------------------------------- */

.text_box {
    max-width: 57.5%;
	background: rgb(163,132,203);
	background: linear-gradient(135deg, #A384CB 0%, #F97688 100%);
    padding: 2.1rem 2.5rem;
	font-size: 1.9rem;
    font-weight: 440;
    color: #FFF;
    border-radius: 0.5rem;
    line-height: 1.4;
}

@media screen and (max-width: 1240px) {
 
    .text_box,
    .section.stopper .container,
    .section.text_image .textfield .container {
        padding: 1.6rem 2rem;
        font-size: 1.7rem;
	}
    
    .header_text {
        margin: -6rem 0 0 0;
	}

    .home .header_text {
        margin: -6rem 0 0 0;
    }
    
}

@media screen and (max-width: 880px) {
 
    .text_box {
        max-width: 94%;
	}
	
	.header_text {
        margin: -2rem 0 0 0;
	}

    .home .header_text {
        margin: -2rem 0 0 0;
    }
}


/* .page-schulleben
--------------------------------------------- */

.page-schulleben .section.text_image:nth-of-type(3) .column.image {
    padding: 2rem 4rem 0;
}

@media screen and (max-width: 540px) {
 
    .page-schulleben .section.text_image:nth-of-type(3) .column.image {
        padding: 0 4rem 0;
    }
}


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

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


.menu-toggle {
	display: none;
}

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

	.menu-toggle {
		display: none;
	}

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

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

.post-navigation,
.edit-link {
    display: none;
}

.single-termine .entry-footer {
    margin-bottom: 6rem;
}


@media only screen and (max-width: 1240px) {
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        display: block;
        padding: 4.8rem 0 4rem 0;
    }
    
    .home #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 24% 0 4rem 0;
    }
}

@media only screen and (max-width: 720px) {
    
    .home #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 4.8rem 0 2rem 0;
    }
}

@media only screen and (max-width: 640px) {
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 4.8rem 0 2rem 0;
    }
}

@media only screen and (max-width: 540px) {
    
    .home #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1,
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 6.4rem 0 2rem 0;
    }
}



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

.post,
.page {
	margin: 0 0;
}

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

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

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

/* Buttons
--------------------------------------------- */

.button a {
	display: inline-block;
	background-color: #FFF;
	color: #7F9D32;
	text-transform: uppercase;
	padding: 0.75rem 1.2rem;
	border-radius: 0.25rem;
	margin: 2rem 0 0;
	font-size: 1.1rem;
    font-weight: 520;
	letter-spacing: 0.05rem;
	transition: all 0.2s ease-in-out;
}

.button a:hover {
	background-color: #A7C659;
	color: #FFF;
}

/* GELB	#FBC33B | #DF9E00 | #E8A80E (mid) */

.button.regular a {
	color: #FFF;
	background-color: #FBC33B;
    /* background: linear-gradient(135deg, #FBC33B 0%, #E8A80E 100%); */
	padding: 0.95rem 1.5rem;
	border-radius: 0.5rem;
	margin: 0 0 0 0;
	font-size: 1.45rem;
    font-weight: 560;
	transition: all 0.2s ease-in-out;
}

.button.regular a:hover {
	background-color: #E8A80E;
}

.infobox {
    width: 100%;
	border: 0.25rem solid #FBC33B;
	margin: 1.25rem 0;
	padding: 0.8rem 1rem 0.8rem 1.2rem;
	border-radius: 0.5rem;
}

.infobox .label {
    color: #DF9E00;
    text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.06em;
    margin: 0.2rem 0 0.1rem 0;
}



/* Mega-Menu
--------------------------------------------- */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1.05rem;
    font-weight: 540!important;
    letter-spacing: 0.05em;
    padding: 0 1rem!important;
    color: #333;
	transition: all 0.2s ease-in-out;
    line-height: 1.7;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a:hover.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item.mega-menu-item > a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-page-ancestor.mega-menu-item > a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current_page_parent.mega-menu-item > a {
    color: #2D86A8!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
    padding-right: 0!important;
}

#mega-menu-wrap-menu-1 li.mega-current-menu-item a::after,
#mega-menu-wrap-menu-1 li.mega-current-page-ancestor a::after,
#menu-footer-navigation li.current_page_item a::after,
#mega-menu-wrap-menu-1 li.mega-current_page_parent a::after {
    content: '' !important;
    display: block !important;
    background-color: rgba(81,171,205,0.60) !important;
    border-radius: 0.1em !important;
    width: 70% !important;
    height: 0.15em !important;
    margin: 0 15% !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #51ABCD!important; /* oben */
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    background-color: #A384CB!important; /* mitte */
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    background-color: #FE8696!important; /* unten */
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0;
}

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

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin-bottom: 0.3rem;
	}
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a:hover.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item.mega-menu-item > a,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-page-ancestor.mega-menu-item > a,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current_page_parent.mega-menu-item > a {
        color: #51ABCD!important;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
	    padding: 0 !important;
        font-size: 1.6rem;
	}
    
    #mega-menu-wrap-menu-1 li.mega-current-menu-item a::after,
    #mega-menu-wrap-menu-1 li.mega-current-page-ancestor a::after,
    #menu-footer-navigation li.current_page_item a::after,
    #mega-menu-wrap-menu-1 li.mega-current_page_parent a::after {
        display: none!important;
    }
	
}

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

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-top: -2.2rem;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-top: -2.2rem;
    }
	
}



/* 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%;
    font-size: 0.85rem;
    line-height: 1.4;
}

.wp-caption .caption-container {
	margin: 0.8em 0 0;
    display: block;
}

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

.wp-caption .wp-caption-text,
.wp-caption .copyright,
.wp-caption .sep,
.pswp__caption__text .wp-caption-text,
.pswp__caption__text .copyright,
.pswp__caption__text .sep {
	text-align: left;
    display: inline;
}

.wp-caption .copyright,
.pswp__caption__text .copyright {
    text-transform: uppercase;
    color: #B0B0B0;
    font-size: 0.68rem;
    font-weight: 420;
    letter-spacing: 0.1em;
}

.pswp__caption__text .copyright {
    font-size: 0.64rem;
}

.wp-caption .copyright.float-right {
    display: block;
    text-align: right;
    font-size: 0.68rem;
}

.wp-caption .sep::before,
.pswp__caption__text .sep::before {
    display: inline;
    content: "";
    padding: 0 0.2rem;
}

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

/* Video Player */


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

.embed-container iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

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

.text_video ._brlbs-video-vimeo {
	border-radius: 0.5rem;
}


/*--------------------------------------------------------------
# Photoswipe
--------------------------------------------------------------*/


.slideshow .image .details {
	display: none;
}

figure {
    margin: 0;
}

button {
    border-radius: 0;
} 

.pswp__bg {
    background: rgb(255, 255, 255, 1)!important;
}

.pswp__caption {
    background-color: rgba(255, 255, 255, 0)!important;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption {
        padding-left: 0;
    }
	
}

.pswp__caption .pswp__caption__center {
    display: table;
    margin-left: 0;
    margin-right: 0;
	padding: 0.4rem 2rem 0.3rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.925);
	text-align: center;
    /* min-height: 3.2rem; */
    color: #121212;
    position: absolute;
    bottom: 0;
    line-height: 1.1!important;
}

.pswp__counter {
    display: none;
}

.pswp__caption .pswp__caption__center .title,
.pswp__caption .pswp__caption__center .year,
.pswp__caption .pswp__caption__center .media,
.pswp__caption .pswp__caption__center .dimension {
    display: inline-block;
    padding-right: 0.3em;
}

.pswp__caption .pswp__caption__center .dimension {
    padding-right: 0;
}

@media screen and (max-width: 840px) {
	
    .pswp__caption .pswp__caption__center {
        text-align:center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-left: none;
    }
	
}

.pswp__caption .pswp__caption__center div {
	margin: 0 0 0 0;
}

.pswp__caption .pswp__caption__center div:last-of-type {
	margin: 0 0 0 0;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(255,255,255,0) !important;
}

.pswp--svg .pswp__top-bar .pswp__button,
.pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
    background-image: url(/wp-content/themes/ag_hff/js/photoswipe/hws-skin/skin.svg);
		
}
.pswp__button, 
.pswp__button--arrow--left::before, 
.pswp__button--arrow--right::before,
.pswp--svg button.pswp__button--arrow--left::before,
.pswp--svg button.pswp__button--arrow--right::before
{
    background: url(/wp-content/themes/ag_hff/js/photoswipe/hws-skin/skin.svg) 0 0 no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0px;
        background-position-y: 0px;
    background-image: url(/wp-content/themes/ag_hff/js/photoswipe/hws-skin/skin.svg);
        background-size: auto;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.pswp--svg button.pswp__button--arrow--right::before {
	right: 0;
}

.pswp__button--close,
.pswp__button--fs {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
    content: '';
    top: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 44px;
    width: 44px;
    position: absolute;
	overflow: hidden;
}

.pswp__button.pswp__button--fs {
    float: left;
}

button.pswp__button--arrow--left::before {
    left: 0px;
    background-position: -134px -36px !important;
}

button.pswp__button--arrow--right::before {
    right: 0px;
    background-position: -88px -36px !important;
}

/* debugging */
.pswp__caption.pswp__ui--idle, .pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}

.pswp__caption {
    background-color: rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.3);
}

.pswp__top-bar {
    background-color: rgba(0,0,0,0);
}

.pswp__caption .img_container .caption {
	height: auto;
}

.pswp__caption .tecrec div {
/*	white-space: nowrap; */
}

.img_container figcaption {
	display: none;
}

.pswp__caption__center {
    display: table;
    max-width: none;
    width: auto;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__button--close,
.pswp__ui--idle .pswp__button--fs,
.pswp__ui--idle .pswp__button {
    opacity: 0;
}

#wpadminbar {
    z-index: 999999;
}


/* BorlabsCookie */

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
    background: hsla(0, 0%, 0%, .65)!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: "PoppinsVariable", sans-serif;
}

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

.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: #FBC33B!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: #877D62!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: #CE4557!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.75) hue-rotate(160deg) ;
}

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

#BorlabsCookieBox ._brlbs-bar,
#BorlabsCookieBox ._brlbs-box {
    border-radius: 0.5rem!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,
#BorlabsCookieBox ._brlbs-legal a {
    text-transform: uppercase!important;
    font-family: "PoppinsVariable", sans-serif;
    font-size: 0.65rem!important;
    letter-spacing: 0.08em;
    font-weight: 450;
}

#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;
    font-weight: 480;
    color: #121212;
    letter-spacing: 0.02em;
}

#BorlabsCookieBox a {
    color: #2D86A8!important;
}

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

#BorlabsCookieBox .bcac-item {
    border-radius: 0.3rem!important;
}

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

#BorlabsCookieBox a._brlbs-btn {
    color: #FFF!important;
}

#BorlabsCookieBox ._brlbs-btn {
    background: #51ABCD!important;
    filter: opacity(1);
    transition: all 0.2s ease-in-out!important;
}

#BorlabsCookieBox ._brlbs-btn:hover {
    filter: opacity(0.85);
}

#BorlabsCookieBox ._brlbs-btn-accept-all {
}

#BorlabsCookieBox ._brlbs-refuse-btn {
}

.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider {
    background-color: #51ABCD!important;
}

#CookiePrefDescription {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    -webkit-hyphenate-limit-before: 3; /* For Safari */
    -webkit-hyphenate-limit-after: 4; /* For Safari */
    -ms-hyphenate-limit-chars: 7 3 4;
    hyphenate-limit-chars: 7 3 4;
}


