/*!
Theme Name: bb_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: bb_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.

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

 html {
  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: 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: 2em;
	margin: 0.67em 0;
}

h1.entry-title {
	display: none;
}

h1.page-title {
	line-height: 1.1;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-size: clamp(1.6rem, -0.875rem + 4.333vw, 2.2rem);
}

h1.page-title a {
	text-decoration: none;
}

h1.page-title a:hover {
    color: #5294FF;
}

.post h1.entry-title,
.single-podcast h1.entry-title,
.single-reference h1.entry-title,
.single-team h1.entry-title {
	display: block;
}

.post .meta_title,
.single-podcast .entry-header > .meta_title,
.single-podcast .column .meta_title,
.post .entry-content .column.tech_rec .date,
.post .entry-content .column.tech_rec h4.title,
.single-podcast .entry-content .column.tech_rec .date,
.single-podcast .entry-content .column.tech_rec h4.title,
.single-podcast .column .meta_title,
.single-reference .column .meta_title,
.single-team .column .meta_title {
    color: #000045;
    margin-bottom: 1rem;    
}

.post .entry-content .column.tech_rec h4.title,
.single-podcast .entry-content .column.tech_rec h4.title,
.single-podcast .column.tech_rec .meta_title,
.single-reference .entry-content .column.tech_rec h4.title {
	margin-bottom: 0;
}

.single-post .site-main img,
.single-podcast .site-main img,
.single-reference .site-main img {
    border-radius: 0.5rem;
    width: 100%;
}


/* 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: normal;
    font-family: 'ESKlarheitKurrentBold', sans-serif;
}

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

.site img {
	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;
    margin-right: 0.2rem;
}

/**
 * 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: #000045;
	font-family: 'ESKlarheitKurrentLight', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h2 {
	font-size: 2.2rem;
    font-size: clamp(1.6rem, -0.875rem + 4.333vw, 2.2rem);
    line-height: 1.15;
}

h3 {
	font-size: 1.6rem;
    font-size: clamp(1.3rem, -0.875rem + 3.7vw, 1.6rem);
    line-height: 1.3;
}

h4,
h5 {
	font-size: 1.2rem;
    font-size: clamp(1.1rem, -0.875rem + 4.333vw, 1.2rem);
    line-height: 1.4;
}

p {
    margin-top: 0;
	margin-bottom: 1rem;
}

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

blockquote {
	margin: 3% 4%;
    font-size: 1.4rem;
    font-size: clamp(1.2rem, -0.875rem + 4.333vw, 1.4rem);
    line-height: 1.45;
}

address {
	margin: 0 0 1rem;
}

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

.home .entry-title,
.site-title {
    display: none;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


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

hr {
	display: block;
    content: '';
    width: 2.4rem;
    height: 0.25rem;
    border: none;
    border-radius: 0.125rem;
    background-color: #A8C9FF;
    margin: 1.8rem auto 1.8rem 0;
}

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

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: #000045;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
    text-decoration-color: #A8C9FF;
    text-decoration-thickness: 0.15rem;
    text-underline-offset: 0.2rem;
}

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

    a {
        text-decoration-thickness: 0.125rem;
    }

}

.entry-content a {
	font-family: 'ESKlarheitKurrentBold', sans-serif;
}

.entry-content .teaser_list a,
.entry-content .media_combo_block a {
	font-family: 'ESKlarheitKurrentLight', sans-serif;
}

.entry-content .teaser_list .button a {
	font-family: 'ESKlarheitKurrentBold', sans-serif;
}

.meta_title a {
	text-decoration: none;
    color: #000045;
}

.meta_title a:hover {
    color: #5294FF;
}

.meta_title a::after {
    content: " · ";
}

.meta_title a:hover::after {
    color: #000045;
}

.meta_title a:last-of-type::after {
    content: "";
}

a:hover {
    color: #000045;
    text-decoration-color: #000045;
}

a:visited {
	color: #000045;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
    
    color: #FFFFFF;
    background-color: #5294FF;
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
    
    font-size: 0.8rem;
    font-size: clamp(0.675rem, -0.875rem + 4.333vw, 0.8rem);
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    word-spacing: 0.1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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

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: #000045;
	border-radius: 0.5rem;
    padding: 0.4rem 0 0.4rem 0.7rem;
    border: solid 3px #FFF;
	transition: all 0.2s ease-in-out;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000045;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
    outline: none;
    border: solid 3px #000045;
}

select {
	border: none;
}

textarea {
	width: 100%;
    resize: vertical;
}

/* button_bar */

.button_bar {
	text-align: center;
	margin: 0 0 4rem 0;
}

	
/* Contact Form */	

.contact_form_block p {
    margin: 0;
    padding: 0;
}

.contact_form_block br {
    display: none;
}

.contact_form_block div.consent,
.contact_form_block .form_name,
.contact_form_block .email,
.contact_form_block textarea {
    margin-bottom: 3%;
}

.wpa-test-msg {
	    margin-top: 3% !important;
}

.contact_form_block .form_name {
	display: flex;
    justify-content: space-between;
}

.contact_form_block .form_name .last_name,
.contact_form_block .form_name .first_name {
	flex: 0 0 48.5%;
}

.contact_form_block .columns {
	display: flex;
}

.contact_form_block .columns .form_column {
	flex: 0 0 60%;
    max-width: 600px;
	padding: 0 0 0 0;
}

.contact_form_block .columns .image_column {
	flex: 1 0 40%;
	padding: 0 0 0 2%;
    align-content: flex-end;
    justify-content: center;
}

.contact_form_block .columns .image_column img {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    color: #000045;
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 0.7rem;
    font-size: clamp(0.625rem, -0.875rem + 4.333vw, 0.7rem);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding-top: 0.2rem;
}

.wpcf7 form.sent div.visible-only-if-not-sent {
	display: none;
}

.wpcf7 .wpcf7-submit:hover {
	cursor: pointer;
	background-color: rgba(168,201,255,1.00);
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
	background-color: #fff;
	padding: 2.5rem;

}



@media screen and (max-width: 840px) {
    
    .contact_form_block .columns {
        display: block;
    }

    .contact_form_block .columns .form_column {
        width: 100%;
        max-width: 100%;
    }

    .contact_form_block .columns .image_column {
        padding: 0 0 0 0;
        width: 100%;
        justify-content: flex-end;
    }

    .contact_form_block .columns .image_column img {
        width: 70%;
        max-width: 300px;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    
    .contact_form_block .form_name {
        display: block;
    }

    .contact_form_block .form_name .last_name,
    .contact_form_block .form_name .first_name {
        flex: 0 0 100%;
    }

    .contact_form_block .form_name .first_name {
        margin-bottom: 3%;
    }
}




/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.home #primary-menu {
   /* display: none; */
}

.site-header {
	margin: 2rem 0 2rem 0;
	margin: 0;
}
/* -- */

	.site-header {
		position: fixed;
		background-color: #fff;
		top: 0;
		width: 100%;
		padding: 2rem 0 1.75rem 0;
		height: 6rem;
		transform: translateY(0%);
		transition: transform 0.3s ease-in-out;
		z-index: 99998;
	}

@media screen and (max-width: 480px) {
	
	.site-header {
		height: 4.8rem;
	}
}
	
.site-header .container {
}

.logged-in .site-header {
	top:32px; 
}

.site-header.hidden {
transform: translateY(-100%);
}

/* -- */

.site-header .container {
	display: flex;
	align-items: flex-end;
}

.site-header .site-branding {
	flex: 0 1 auto;
	max-width: 30rem;
    position: absolute;
    top: 0.8rem;
}

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

	.site-header .site-branding {
		top: 0;
	}
	
	.site-header .site-branding {
		max-width: 15rem;
	}
}

@media screen and (max-width: 480px) {
    
    .site-header .site-branding {
		top: -0.5rem;
	}
	
	.site-header .site-branding {
		max-width: 13rem;
	}
}

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

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

.site-header .container,
.site-footer .container > section {
    margin: 0 4%;
	position: relative;
}

.site-footer .container > section {
    background-color: #000045;
    padding: 4%;
    color: #fff;
    border-radius: 0.5rem;
    height: 31.25rem;
    line-height: 1.8;
    position: relative;
}

.site-footer .container.text > section {
    background-color: #FFF;
    padding: 0;
    color: #000045;
    height: auto;
    line-height: inherit;
}

.site-footer .container .footer_logo svg * {
    fill: #FFF;
}

.site-footer .container .footer_logo svg {
    height: 1.9rem;
    width: auto;
}


@media screen and (max-width: 640px) {
    
    .site-footer .container .footer_logo svg {
        height: 1.55rem;
    }
}

.site-footer .container .footer_logo {
    margin-bottom: 3%;
}
	
.site-footer .container a {
    color: #fff;
    text-decoration: none;
}
	
.site-footer .container a:hover {
    color: #5294FF;
}
	
.site-footer .container .button a {
    margin-bottom: 0;
}
	
.site-footer .container .button a:hover {
    color: #FFF;
}
	
.site-footer .columns {
    display: flex;
}
	
.site-footer .columns .column {
    padding-right: 4%;
}
	
.site-footer .columns .column_newsletter {
    flex: 0 0 32%;
}
	
.site-footer .columns .column_contact {
    padding-left: 2%;
    flex: 0 0 38%;
}
	
.site-footer .columns .column_navigation {
    flex: 0 0 30%;
    padding-right: 0;
}
	
.site-footer .navi_columns {
    display: flex;
}
	
.site-footer .navi_column {
    flex: 0 0 50%;
}
	
.site-footer .navi_column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
	
.site-footer .site-info {
    position: absolute;
    bottom: 6%;
    left: 4.375%;
}

@media screen and (max-width: 1200px) {
    
    .site-footer .container {
        padding-top: 5%;
        height: auto;
    }
	
	.site-footer .container > section {
  		height: auto;
	}

    .site-footer .container .footer_logo {
        margin-bottom: 3.6%;
    }
    
    .site-footer .columns {
        display: block;
    }
    
    .site-footer .columns .column {
        margin-bottom: 2.4rem;
        padding-right: 0;
        padding-left: 0;
    }
    
    .site-footer .site-info {
        position: relative;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 840px) {
    
    .site-footer .container {
        padding-top: 6%;
    }

    .site-footer .container .footer_logo {
        margin-bottom: 4.2%;
    }
}

@media screen and (max-width: 480px) {
    
    .site-footer .container {
        padding-top: 9%;
    }

    .site-footer .container .footer_logo {
        margin-bottom: 6%;
    }
}


/* Page elements
--------------------------------------------- */

main.site-main {
	margin-top: 10rem;
}
.page .entry-content {
	position: relative;
}

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

	main.site-main {
		margin-top: calc(4rem + 8%);
	}
}


/* Navigation | Menus
--------------------------------------------- */

.site-footer .navi_column ul,
#site-navigation ul#mega-menu-menu-1 {
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 0.8rem;
    font-size: clamp(0.675rem, -0.875rem + 4.333vw, 0.8rem);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
	
.site-footer .navi_column ul li {
    margin-bottom: 1.4rem;
}
	
.site-footer .navi_column ul li:last-of-type {
    margin-bottom: 0;
}
	
.site-footer .navi_column ul li a {
    color: #FFF;
	transition: all 0.2s ease-in-out;
}
	
#site-navigation ul#mega-menu-menu-1 li a {
    color: #000045;
    text-transform: uppercase!important;
    font-size: 0.8rem!important;
    font-size: clamp(0.675rem, -0.875rem + 4.333vw, 0.8rem)!important;
    transition: all 0.2s ease-in-out!important;
    line-height: 2.2rem!important;
    height: 2.2rem!important;
    margin-right: 0.8rem!important;
}

@media screen and (max-width: 840px) {
    
    #site-navigation ul#mega-menu-menu-1 li a {
        font-size: 0.9rem!important;
    }
}

.site-footer .navi_column ul li a:hover,
.site-footer .navi_column ul li.current-menu-item a,
.single-reference .site-footer .navi_column ul li.reference a,
.single-podcast .site-footer .navi_column ul li.podcast a,
.single-post .site-footer .navi_column ul li.blog a,
.single-team .site-footer .navi_column ul li.team a,
#site-navigation ul#mega-menu-menu-1 li a:hover,
#site-navigation ul#mega-menu-menu-1 li.mega-current-menu-item a,
#site-navigation ul#mega-menu-menu-1 li.mega-current-page-ancestor a {
    color: #5294FF!important;
}
	
#site-navigation ul#mega-menu-menu-1 li.mega-current-menu-item.mega-menu-item:last-of-type a {
    color: #FFF!important;
}

#site-navigation ul#mega-menu-menu-1 li.mega-menu-item:last-of-type a {
    color: #FFF;
    background-color: #5294FF;
    background-color: rgba(82,148,255,1.00);
    padding: 0 1.5rem;
    border-radius: 1.5rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-right: 0!important;
    margin-left: 0.8rem;
}

#site-navigation ul#mega-menu-menu-1 li.mega-current-menu-item.mega-menu-item:last-of-type a {
    color: #FFF;
    background-color: #5294FF;
    background-color: rgba(82,148,255,1.00);
}
	
#site-navigation ul#mega-menu-menu-1 li.mega-menu-item:last-of-type a:hover {
    color: #FFF!important;
    background-color: #A8C9FF;
	background-color: rgba(168,201,255,1.00);
}

@media screen and (max-width: 840px) {
    
    #site-navigation ul#mega-menu-menu-1 li.mega-menu-item:last-of-type a {
		color: #222;
		background-color: transparent;
		border-radius: 0;
		text-decoration: none;
		transition: all 0.2s ease;
		margin-right: 0;
		margin-left: 0;
        padding: 0!important;
        text-align: right!important;
        display: block;
	}

	#site-navigation ul#mega-menu-menu-1 li.mega-menu-item:last-of-type a:hover,
	#site-navigation ul#mega-menu-menu-1 li.mega-current-menu-item.mega-menu-item:last-of-type a {
		color: #5294FF!important;
		background-color: transparent;
	}
}

#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 {
    width: 42px;
    background-color: #000045;
}

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

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

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        display: block;
        right: 0.8rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0 0 0.5rem 0;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type {
        margin: 0 0 1.8rem 0;
    }
}

/* Sections
--------------------------------------------- */

.site-main section {
    margin: 0 4% 8% 4%;
}

.site-main section.image_block {
    margin: 0 0 8%;
}

section .image img {
    border-radius: 0.5rem;
}

section.graphic_tile_block .image img {
    border-radius: 0;
}

.site-main section.image_block .image img {
    border-radius: 0;
}


/* --- bg_box --- */

.bg_box {
	background-color: #EEF4FF;
    border-radius: 0.5rem;
}

.signup_details.bg_box {
	background-color: #A8C9FF;
}

.signup_details.bg_box a {
	text-decoration-color: #000045;
}

.bg_box .container {
	padding: 4%;	
}

.contact_form_block.bg_box {
    background-color: #A8C9FF;
}


/* --- button_block --- */

section.button_block .button {
	text-align: center;
}

/* --- title --- */

.teaser_box h4.title {
	color: #ffffff;
	margin: 0 0 1rem 0;
    
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

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

.entry.teaser_box .container {
    border-radius: 0.5rem;
    overflow: hidden;
}


/* --- blog details // single-podcast // page single --- */

.post .entry-header .columns,	
.post .entry-content .columns,
.single-podcast .entry-header .columns,	
.single-podcast .entry-content .columns,
.single-reference .entry-header .columns,	
.single-reference .entry-content .columns,
.single-team .entry-header .columns,	
.single-team .entry-content .columns {	
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.post .entry-content .columns,
.single-podcast .entry-content .columns,
.single-reference .entry-content .columns,
.single-team .entry-content .columns {	
	align-items: flex-start;
}

.post .entry-header .column.image,
.post .entry-content .column.tech_rec,
.single-podcast .entry-header .column.image,
.single-podcast .entry-content .column.tech_rec,
.single-reference .entry-header .column.image,
.single-reference .entry-content .column.tech_rec,
.single-team .entry-header .column.image,
.single-team .entry-content .column.tech_rec {	
	flex: 0 0 32.5%;
}

.post .entry-content .column.tech_rec,
.single-podcast .entry-content .column.tech_rec,
.single-reference .entry-content .column.tech_rec,
.single-team .entry-content .column.tech_rec {
    margin-top: 4%;
}

.post .entry-content .column.details,
.single-podcast .entry-content .column.details,
.single-reference .entry-content .column.details,
.single-team .entry-content .column.details {	
	margin-top: 3.4%;
}

.post .entry-content .column.tech_rec,
.single-podcast .entry-content .column.tech_rec,
.single-reference .entry-content .column.tech_rec,
.single-team .entry-content .column.tech_rec {	
    order: 1;
}
    
.post .entry-content .column.details,
.single-podcast .entry-content .column.details,
.single-reference .entry-content .column.details,
.single-team .entry-content .column.details {	
    order: 2;
}
    
.post .entry-content .column.details p img.alignleft,
.single-podcast .entry-content .column.details p img.alignleft,
.single-reference .entry-content .column.details p img.alignleft,
.single-team .entry-content .column.details p img.alignleft {
    width: 240px;
    max-width: 42%;
    margin-top: 1%;
    margin-right: 4%;
    margin-bottom: 2%;
}
    
.post .entry-content .column.details p img.alignnone,
.single-podcast .entry-content .column.details p img.alignnone,
.single-reference .entry-content .column.details p img.alignnone,
.single-team .entry-content .column.details p img.alignnone,
.post .entry-content .column.details p img.aligncenter,
.single-podcast .entry-content .column.details p img.aligncenter,
.single-reference .entry-content .column.details p img.aligncenter,
.single-team .entry-content .column.details p img.aligncenter,
.post .entry-content .column.details figure,
.single-podcast .entry-content .column.details figure,
.single-reference .entry-content .column.details figure,
.single-team .entry-content .column.details figure {
    width: 100%!important;
    max-width: 100%!important;
    margin: 4% auto;
}
    
.post .entry-content .column.details p img.size-thumbnail.alignleft,
.single-podcast .entry-content .column.details p img.size-thumbnail.alignleft,
.single-reference .entry-content .column.details p img.size-thumbnail.alignleft,
.single-team .entry-content .column.details p img.size-thumbnail.alignleft,
.post .entry-content .column.details figure.alignleft,
.single-podcast .entry-content .column.details figure.alignleft,
.single-reference .entry-content .column.details figure.alignleft,
.single-team .entry-content .column.details figure.alignleft{
    width: 100px!important;
    max-width: 14%!important;
    margin-top: 1%;
    margin-right: 4%;
    margin-bottom: 2%;
}

@media screen and (max-width: 840px) {
    
    .post .entry-content .column.tech_rec,
    .single-podcast .entry-content .column.tech_rec,
    .single-reference .entry-content .column.tech_rec,
    .single-team .entry-content .column.tech_rec {
        margin-top: 6%;
        margin-bottom: 0;
    }
    
    .post .entry-content .columns,
    .single-podcast .entry-content .columns,
    .single-reference .entry-content .columns,
    .single-team .entry-content .columns {	
        display: flex;
    }
    
    .post .entry-content .column.tech_rec,
    .single-podcast .entry-content .column.tech_rec,
    .single-reference .entry-content .column.tech_rec,
    .single-team .entry-content .column.tech_rec {	
        order: 2;
    }
    
    .post .entry-content .column.details,
    .single-podcast .entry-content .column.details,
    .single-reference .entry-content .column.details,
    .single-team .entry-content .column.details {	
        order: 1;
    }
}

.post .entry-header .column.details,
.post .entry-content .column.details,
.single-podcast .entry-header .column.details,
.single-podcast .entry-content .column.details,
.single-reference .entry-header .column.details,
.single-reference .entry-content .column.details,
.single-team .entry-header .column.details,
.single-team .entry-content .column.details {	
	flex: 0 0 63.5%;
}

.single-podcast .entry-content .column.details:not(.regular) p:first-of-type,
.single-reference .entry-content .column.details:not(.regular) p:first-of-type,
.single-team .entry-content .column.details:not(.regular) p:first-of-type,
.post .entry-content .column.details:not(.regular) p:first-of-type {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, -0.875rem + 3.7vw, 1.6rem); 
    line-height: 1.45;
}

.post .entry-content .column.details blockquote p:first-of-type {
	font-size: 1.4rem;
    font-size: clamp(1.2rem, -0.875rem + 4.333vw, 1.4rem);
    line-height: 1.45;
}

.single-post .entry-content .column.details p:first-of-type a.anchor {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-size: clamp(0.75rem, -0.875rem + 4.333vw, 0.9rem);
    letter-spacing: 0.07em;
    word-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 4%;
}    

/* .post .entry-content .column.details ul,
.single-podcast .column.details ul {	
	list-style: none;
	margin: 0 0 1rem 1rem;
	padding: 0;
}

.post .entry-content .column.details ul li::before,
.single-podcast .column.details ul li::before {
	content: "•";
    color: #5294FF;
	display: inline-block;
	width: 0.9rem;
	margin-left: -0.9rem;
} */


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

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

.entry-content li {
	text-indent: -2rem;
    margin: 0 0 0.5rem 2rem;
}

.entry-content li::before {
    content: '';
    display: inline-flex;
	position: relative;
	top: 0.125rem;
    width: 2rem;
    height: 0.9rem;
    flex-shrink: 0;
    margin: 0 0 0 0;
    background-image: url("img/arrow-bullet.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

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

.entry-content ol li {
	text-indent: 0;
    margin: 0 0 0.5rem 2rem;
}

.entry-content ol li::before {
    display: none;
}


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

    .post .entry-header .columns,	
    .single-podcast .entry-header .columns,	
    .single-team .entry-header .columns {	
        display: block;
    }
		
    .post .entry-content .columns,	
    .single-podcast .entry-content .columns,	
    .single-team .entry-content .columns {
		flex-direction: column;
	}
	
    
    .post .entry-header .columns .image,
    .single-podcast .entry-header .columns .image,
    .single-team .entry-header .columns .image {
        aspect-ratio: 2 / 1;
        margin-bottom: 6%;
    }
    
    .post .entry-header .columns .image img,
    .single-podcast .entry-header .columns .image img,
    .single-team .entry-header .columns .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    
    .post .entry-header .columns .image,
    .single-podcast .entry-header .columns .image,
    .single-team .entry-header .columns .image {
        aspect-ratio: 1 / 1;
    }
}


/* --- txt_img_block --- */

section.txt_img_block .columns,
section.flex_block .columns,
section.txt_img_combo_block .columns {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

section.dates_block .columns,
section.txt_img_block.bg_box .columns,
section.teaser_list_block .teaser_box.bg_box .columns {
	align-items: stretch;
}

section.dates_block .columns .image.column,
section.txt_img_block.bg_box .columns .image.column {
    padding-top: 0.5rem; 
}

section.dates_block .columns .image.column img,
section.txt_img_block .columns .image.column img,
section.teaser_list_block .teaser_box.bg_box .columns .image_column img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

section.dates_block .container:first-of-type {
	margin: 0 0 4rem 0;
}

section.txt_img_block .columns .image.column.graphic img {
	object-fit: contain;

}

section.teaser_list_block .teaser_box.bg_box .columns .image_column .image {
	height: 100%;
}

/*
section.txt_img_combo_block > .columns {
    margin-top: 8%;
}
*/

section.txt_img_combo_block .column.details {
	flex: 0 0 48%;
}

section.flex_block .column.details,
section.txt_img_block .column.details {
	flex: 0 0 63.5%;
}

section.flex_block .column.image,
section.txt_img_block .column.image {
	flex: 0 0 32.5%;
    margin-left: 4%;
}

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

    section.dates_block .columns .image.column,
    section.txt_img_block.bg_box .columns .image.column {
        padding: 0; 
    }
    
    section.dates_block .columns .image.column img,
    section.txt_img_block.bg_box .columns .image.column img,
    section.teaser_list_block .teaser_box.bg_box .columns .image_column img {
        aspect-ratio: 2 / 1;
}
    
    section.flex_block .column.image,
    section.txt_img_block .column.image {
        margin-left: 0;
        margin-bottom: 4%;
    }
}

/*
section.txt_img_combo_block .column.details {
    padding-top: 8%;
}
*/

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

section.txt_img_combo_block.img_txt .columns .column.details {
	order: 2;
}

section h3.title,
.image_block .image_container .text,
.site-footer .container.text .footer_text,
.post h1.entry-title,
.single-podcast h1.entry-title,
.post-type-archive-podcast h1.page-title,
.single-team h1.entry-title,
.single-reference h1.entry-title {
    font-size: 3.8rem;
    font-size: clamp(2.4rem, -0.875rem + 8.333vw, 3.8rem);
    line-height: 1.05;
    margin-bottom: 2.4rem;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 840px) {
    
    .post h1.entry-title,
    .single-podcast h1.entry-title,
    .single-team h1.entry-title {
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 720px) {
    
    section h3.title,
    .image_block .image_container .texts {
        margin-bottom: 1.5rem;
    }
}

.site-footer .container.text .footer_text {
    margin-bottom: 10%;
}

.site-footer .container.text .footer_text .bb_blue {
    color: #5294FF;
}

@media screen and (max-width: 1000px) {
    
    .post h1.entry-title,
    .single-podcast h1.entry-title,
    .single-team h1.entry-title,
    .single-reference h1.entry-title {
        
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

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

@media screen and (max-width: 540px) {
    
    section h3.title br,
    section .title br,
    .image_block .image_container .text br {
        display: none;
    }
    
    section h3.title,
    section .title {
        
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

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

section.txt_img_block .column.details h3.title,
section.txt_img_combo_block .column.details h3.title,
.image_block .image_container .text,
.site-footer .container.text .footer_text {
    font-size: 5rem;
    font-size: clamp(3.2rem, -0.875rem + 8.333vw, 5rem);
    margin-left: -0.5%;
}

@media screen and (max-width: 720px) {
    
    section.txt_img_block .column.details h3.title,
    section.txt_img_combo_block .column.details h3.title,
    .image_block .image_container .text,
    .site-footer .container.text .footer_text {
        font-size: 4rem;
        font-size: clamp(2.8rem, -0.875rem + 8.333vw, 4rem);
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
    
    .site-footer .container.text .footer_text {
        margin-bottom: 10%;
    }
}

section.one_price_block .column.details .text,
section.txt_img_block .column.details .text,
section.txt_img_combo_block .column.details .text,
section.three_graphic_block .container .text,
section.accordion_combi_block > .container > .text,
section.accordion_combi_block .acc_title,
section.slider_block .columns .text_column .text,
section.dates_block .columns .details.column .text,
section.portrait_group_block .text,
.graphic_tile_block .teaser_box h4.title,
.txt_img_button_block .entry h4.title {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, -0.875rem + 3.7vw, 1.6rem);
    line-height: 1.45;
    margin-bottom: 3.7rem;
}

section.slider_block.slider_block_testimonials .columns .text_column .text {
    font-size: 1.6rem;
    font-size: clamp(1.3rem, -0.875rem + 3.45vw, 1.6rem);
    line-height: 1.35;
    
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

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

section.dates_block .columns .details.column .text {
    margin-bottom: 2%;
}

section.one_price_block .columns .details.column .text {
    margin-bottom: 6%;
}

section.accordion_combi_block .container .text.acc_body {
    margin-bottom: 3.8%;
}

section.txt_img_block .column.details .text,
section.txt_img_combo_block .column.details .text {
    margin-bottom: 1rem;
}

section.txt_img_combo_block .column.image {
	flex: 0 0 48%;
}

@media screen and (max-width: 840px) {
    
    section.txt_img_block .columns,
    section.flex_block .columns,
    section.txt_img_combo_block .columns {
        flex-direction: column;
    }
    
    section.txt_img_block .column.details,
    section.flex_block .column.details,
    section.txt_img_combo_block .column.details {
        order: 2;
    }

    section.txt_img_block .column.image,
    section.txt_img_combo_block .column.image {
        order: 1;
        padding: 0 14% 2.2rem;
    }

    section.accordion_combi_block > .container > .text {
        margin-bottom: 4%;
    }

    section.three_graphic_block > .container > .text {
        margin-bottom: 6%;
    }
}

@media screen and (max-width: 480px) {
    
    section.txt_img_block .column.image,
    section.txt_img_combo_block .column.image {
        padding: 0 8% 1.6rem;
    }
}


/* --- txt_img_combo_block --- */

.txt_img_combo_block .img_combo_box {
	display: flex;
    align-items: center;
}

.txt_img_combo_block .img_combo_box .image {
    padding: 2.6%;
}

.txt_img_combo_block.txt_img_button_block .img_combo_box .image {
    padding: 0;
}

.txt_img_combo_block .img_combo_box .two_img_column .image_2 {
    padding-left: 16%;
}

.txt_img_combo_block .img_combo_box .image img {
    border-radius: 0.5rem;
}

.txt_img_combo_block.img_txt .img_combo_box .one_img_column {
	order: 1;
}

.txt_img_combo_block.img_txt .img_combo_box .two_img_column {
	order: 2;
}

.txt_img_combo_block.img_txt .img_combo_box .two_img_column .image_2 {
    padding-left: 2.6%;
    padding-right: 16%;
}


/* dates_block */

.dates_block .dates_list {
	display: table;
	width: 100%;
/*    margin-top: 6%; */
}

.dates_block .dates_list h4.title {
	font-size: 2.2rem;
    font-size: clamp(1.6rem, -0.875rem + 4.333vw, 2.2rem);
    display: table-row;
    line-height: 2.5;
}

.dates_block .dates_list .entry {
	display: table-row;
    font-size: 1.25rem;
    font-size: clamp(1.05rem, -0.875rem + 4.333vw, 1.25rem);
}

.dates_block .dates_list .entry div {
    padding-right: 2%;
    width: 30%;
}

.dates_block .dates_list .entry div.button {
    padding-right: 0;
}

.dates_block .dates_list .entry div.title {
    font-family: 'ESKlarheitKurrentBold', sans-serif;
}

.dates_block .dates_list .entry > * {
	display: table-cell;
    border-top: 1px solid #A8C9FF;
}

.dates_block .dates_list .entry:last-of-type > * {
	border-bottom: 1px solid #A8C9FF;
}

.dates_block .dates_list .entry .box {
	width: 100%;
	padding: 0;
	margin: 1rem 0 1.2rem 0;
}

@media screen and (max-width: 840px) {
    
    .dates_block .dates_list .entry > * {
        display: table-row;
    }
    
    .dates_block .dates_list .entry::before {
        display: block;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #A8C9FF;
        margin-top: 4%;
    }
    
    .dates_block .dates_list .entry:last-of-type::after {
        display: block;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #A8C9FF;
        margin-top: 4%;
    }
    
    .dates_block .dates_list .entry:first-of-type::before {
        margin-top: 0;
    }
    
    .dates_block .dates_list .entry .box {
        margin: 1rem 0 0 0;
    }
    
    .dates_block .dates_list .entry .status .box {
        margin-bottom: 1rem;
    }
}


/* partner_logo_block */

section.partner_logo_block .logo_list {
	display: flex;
	flex-wrap: wrap;
}

section.partner_logo_block .logo_list .entry {
	flex: 0 0 12%;
    min-width: 120px;
    min-height: 70px;
    border: 0.075rem solid rgba(0,0,69,0.25);
    border-radius: 0.5rem;
    align-content: center;
    padding: 0.5% 2%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
}

section.partner_logo_block h3.title {
	font-size: 2.4rem;
    font-size: clamp(1.75rem, -0.875rem + 4.333vw, 2.4rem);
    line-height: 1.15;
    margin-bottom: 2rem;
}
    
section.partner_logo_block .logo_list .entry img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 406px) {
    
    section.partner_logo_block .logo_list {
        justify-content: space-between;
}
    section.partner_logo_block .logo_list .entry {
        flex: 0 0 49%;
        min-width: auto;
        padding: 4% 4%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}


/* teaser_col_3 */ 

.teaser_col_3 .teaser_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teaser_col_3 .teaser_list .entry {
	flex: 0 0 32.5%;
}

.teaser_col_3.bg_box .teaser_list .entry {
	flex: 0 0 32.333%;
}
	
.teaser_col_3 .teaser_list .entry {
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
	
.teaser_col_3.bg_box .teaser_list .entry {
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.teaser_col_4 .teaser_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
	
.teaser_col_4 .teaser_list .entry {
    flex: 0 0 24.0625%;
	margin: 0 1.25% 1.25% 0;
}

.teaser_col_4 .teaser_list .entry:nth-of-type(4n) {
	margin: 0 0 1.25% 0;
}
	
.teaser_col_4.bg_box .teaser_list .entry {
    flex: 0 0 23.875%;
	margin: 0 1.5% 1.5% 0;
}

.teaser_col_4.bg_box .teaser_list .entry:nth-of-type(4n) {
	margin: 0 0 1.5% 0;
}


@media screen and (max-width: 840px) {
    
    .teaser_col_3 .teaser_list,
    .teaser_col_4 .teaser_list {
        display: block;
        margin-bottom: 2%;
    }
    
    .teaser_col_3 .teaser_list:last-of-type,
    .teaser_col_4 .teaser_list:last-of-type {
        margin-bottom: 0;
    }

    .teaser_col_3 .teaser_list .entry,
    .teaser_col_3.bg_box .teaser_list .entry,
    .teaser_col_4 .teaser_list .entry,
    .teaser_col_4.bg_box .teaser_list .entry,
    .teaser_col_4.bg_box .teaser_list .entry:nth-of-type(4n) {
        height: 320px;
        margin-bottom: 4%;
        margin-right: 0;
    }

    .graphic_tile_block.teaser_col_3 .teaser_list .entry,
    .graphic_tile_block.teaser_col_3.bg_box .teaser_list .entry,
    .txt_img_button_block.teaser_col_4 .teaser_list .entry,
    .txt_img_button_block.teaser_col_4.bg_box .teaser_list .entry {
        height: auto;
    }
    
    .teaser_list .entry:last-of-type,
    .teaser_col_3 .teaser_list .entry:last-of-type,
    .teaser_col_3 .teaser_list .entry:last-of-type,
    .teaser_col_3.bg_box .teaser_list .entry:last-of-type,
    .teaser_col_4 .teaser_list .entry:last-of-type,
    .teaser_col_4.bg_box .teaser_list .entry:last-of-type,
    .teaser_col_4.bg_box .teaser_list .entry:last-of-type:nth-of-type(4n) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    
    .teaser_col_3 .teaser_list .entry {
        height: 380px;
    }
}


/* podcast_list */

.podcast_list {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  border-radius: 0.5rem;
}
	
.podcast_list .entry .image {
  aspect-ratio: 52 / 60;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 840px) {
  
    .podcast_list .entry .image {
        aspect-ratio: 7.5 / 6;
  }
}

@media screen and (max-width: 480px) {
  
    .podcast_list .entry .image {
        aspect-ratio: 1 / 1.5;
        height: 100%;
        width: 100%;
  }
}
	
.podcast_list .entry .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
	
.podcast_list .entry {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.podcast_list .entry .bg_fade_box {
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor2) 100% );
  transition: all 0.2s ease-in-out;
  transition: --myColor1 .5s, --myColor2 .5s;
	border-radius: 0 0 0.5rem 0.5rem;
}
	
.podcast_list .entry .text_box {
  position: absolute;
  z-index: 99;
  max-height: 100%;
  bottom: 0;
  transform: translateY(0%);
/*  width: 100%; */
  text-align: left;
  padding: 12% 5% 3% 5%;
  background-image: linear-gradient(0deg, rgba(0,0,69,0.5), rgba(0,0,69,0));
  background-image: linear-gradient(0deg, rgba(0,0,69,0), rgba(0,0,69,0));
  transition: all 0.5s ease-in-out;
}
	
.podcast_list .entry .title {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-size: clamp(1.75rem, -0.875rem + 4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.teaser_col_3 .teaser_list {
  justify-content:flex-start;
  flex-wrap: wrap;
}

.teaser_col_3 .teaser_list .entry {
	margin-right: 1.25%;
}
	
.teaser_col_3 .teaser_list .entry:nth-of-type(3n) {
	margin-right: 0;
}
	
@media screen and (max-width: 840px) {
    
    .podcast_list .entry .text_box {
        padding: 12% 4% 3% 4%;
    }
    
    .teaser_col_3 .teaser_list .entry {
        margin-right: 0;
    }
	
}



/* three_teaser_block */ 

.three_teaser_block .teaser_list .entry {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.three_teaser_block .teaser_list .entry .image {
	aspect-ratio: 48 / 60;
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 840px) {
    
    .three_teaser_block .teaser_list .entry .image {
          aspect-ratio: 7.5 / 6;
    }
}

@media screen and (max-width: 480px) {
    
    .three_teaser_block .teaser_list .entry .image {
         /* aspect-ratio: auto; */
		height: 100%;
    }
}

.three_teaser_block .teaser_list .entry .text_box {
	display: flex;
	flex-direction: column;
}

.three_teaser_block .teaser_list .entry .text_box .text {
	flex: 1 0 auto;
}


@property --myColor1 {
  syntax: '<color>';
  initial-value: rgba(0,0,69,0.5);
  inherits: false;
}

@property --myColor2 {
  syntax: '<color>';
  initial-value: rgba(0,0,69,0);
  inherits: false;
}

/* rgba(0,0,69,0.5) 0%, rgba(0,0,69,0) 35%, rgba(0,0,69,0) 100%) */

.list3colums .item > a {
    aspect-ratio: 16 / 9;
	position: relative;
	display: block;
	background-image: linear-gradient(135deg, var(--myColor1) 0%, var(--myColor2) 15%, var(--myColor2) 100% );
    overflow: hidden;
    transition: --myColor1 .5s, --myColor2 .5s;
}

.list3colums .item > a:hover {
/*	background-image: linear-gradient(135deg, rgba(0,96,207,0.00), rgba(0,96,207,0.00)); */
    
  --myColor1: rgba(0,96,207,0.00);
  --myColor2: rgba(0,96,207,0.00);
}



.three_teaser_block .teaser_list .entry .text_box {
	color: #fff;
}

.three_teaser_block .teaser_list .entry .bg_fade_box {
	position: absolute;
	z-index: 98;
    width: 100%;
	height: 100%;
	bottom: 0;
	background-color: transparent;
    background-image: linear-gradient(0deg, var(--myColor1) 0%, var(--myColor2) 40%, var(--myColor2) 100% );
    transition: all 0.2s ease-in-out;
    transition: --myColor1 .5s, --myColor2 .5s;
}

.three_teaser_block .teaser_list .entry:hover .bg_fade_box,
.archive .entry:hover .bg_fade_box,
.media_combo_block .column:hover .bg_fade_box {
	height: 100%;
	
  --myColor1: rgba(0,0,69,0.65);
  --myColor2: rgba(0,0,69,0.65);
}


.three_teaser_block .teaser_list .entry .text_box {
	position: absolute;
	z-index: 99;
	max-height: 100%;
	bottom: 0;
	transform: translateY(0%);
    width: 100%;
    text-align: left;
    padding: 7% 5% 3% 5%;
	box-sizing: border-box;
    background-image: linear-gradient(0deg, rgba(0,0,69,0.5), rgba(0,0,69,0));
    background-image: linear-gradient(0deg, rgba(0,0,69,0), rgba(0,0,69,0));
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 840px) {
    
    .three_teaser_block .teaser_list .entry .text_box {
        padding: 4% 4% 3% 4%;
    }
}


.three_teaser_block.ani_on .teaser_list .entry:hover .text_box {
	bottom: 100%;
	max-height: 100%;
	transform: translateY(100%);
    background-image: linear-gradient(0deg, rgba(0,0,69,0.68), rgba(0,0,69,0.68));
    background-image: linear-gradient(0deg, rgba(0,0,69,0), rgba(0,0,69,0));
}

.three_teaser_block .teaser_list .entry .text_box .container {
    transition: all 0.5s ease-in-out;
	height: 0;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.three_teaser_block.ani_on .teaser_list .entry:hover .text_box .container {
	height: 400px;
	bottom: 0;
}

.three_teaser_block .teaser_list .entry .text_box .container .text {
	flex-grow: 1;
    margin-top: 5%;
    line-height: 1.6;
}

@media screen and (841px <= width <= 1408px) {

    .three_teaser_block.teaser_col_4 .teaser_list.portrait_list .entry .text_box .container .text {
        margin-top: 2.4%;
        line-height: 1.4;
        hyphens: auto;
        font-size: 1rem;
        font-size: clamp(0.9rem, -0.875rem + 4.333vw, 1rem);
    }
}

@media screen and (841px <= width <= 1140px) {
    
    .three_teaser_block .teaser_list .entry .text_box .container .text {
        line-height: 1.4;
        max-height: calc(100% - 4rem);
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    }
}

@media screen and (max-width: 840px) {
    
    .three_teaser_block .teaser_list .entry .text_box .container .text {
        margin-top: 2.4%;
    }
}

@media screen and (max-width: 480px) {
    
    .three_teaser_block .teaser_list .entry .text_box .container .text {
        line-height: 1.5;
    }
}

.three_teaser_block .teaser_list .entry .meta_title,
.three_graphic_block .teaser_list .entry .meta_title,
.img_video .meta_title,
.video_img .meta_title,
.podcast_list.teaser_list .meta_title {
    margin-bottom: 0.5rem;
}

.three_teaser_block .teaser_list .entry .title,
.entry h4.title,
.price_tag .price,
.img_video h4.title,
.video_img h4.title {
	color: #FFFFFF;
	font-size: 2.4rem;
    font-size: clamp(1.75rem, -0.875rem + 4vw, 2.4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.three_teaser_block .teaser_list .entry .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.three_teaser_block .teaser_list .entry .image.graphic {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

.three_teaser_block .teaser_list .entry .image.graphic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.three_teaser_block .entry.teaser_box .image:not(.graphic),
.one_teaser_block .image_container img,
.archive_list .image {
    filter: brightness(0.96);
}

.three_graphic_block .entry.teaser_box .image {
    filter: brightness(1);
}


/* -- portrait_group_block -- */

.portrait_group_block > .container > .text {
	margin: 0 0 4% 0;
}

/* -- text_slider_block -- */

.text_slider_block {
	padding-top: 6%;
}

.text_slider_block.slider_block .columns .text_column .container {
  background-color: transparent;
}

.text_slider_block.slider_block .columns .image_column .image {
	padding: 8%;
}

.text_slider_block.slider_block .columns .image_column .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* -- three_graphic_block -- */ 

.three_graphic_block .teaser_list .entry {
	aspect-ratio: 48 / 60;
	background-color: #5294FF;
    border-radius: 0.5rem;
	padding: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.three_graphic_block .teaser_list .entry .image {
	height: 54%;
}

.three_graphic_block .teaser_list .entry .image img {
    height: 100%;
	margin: 0 auto;
    padding: 10% 0 0;
}

.three_graphic_block .teaser_list .entry .text_box {
	position: absolute;
	left: 0;
    bottom: 0;
    padding: 3% 5%;
}

.three_graphic_block .teaser_list .entry a .meta_title,
.three_graphic_block .teaser_list .entry a .title {
    color: #FFF;
	transition: all 0.2s ease-in-out;
}

.three_graphic_block .teaser_list .entry:hover a .meta_title,
.three_graphic_block .teaser_list .entry:hover a .title {
    color: #000045;
}

@media screen and (max-width: 840px) {
    
    .three_graphic_block .teaser_list .entry {
        aspect-ratio: auto;
        overflow: hidden;
    }

    .three_graphic_block .teaser_list .entry .image {
        position: absolute;
        top: 0;
        left: 50%;
    	transform: translate(-50%,0);
        height: 70%;
        width: 100%;
        z-index: 1;
    }
    
    .three_graphic_block .teaser_list .entry .text_box {
        z-index: 2;
        padding: 3% 4%;
    }
    
    .three_graphic_block .teaser_list .entry .image img {
        padding: 4% 0 2%;
    }
}

@media screen and (max-width: 480px) {
    
    .three_graphic_block .teaser_list .entry .image {
        height: 64%;
    }
    
    .three_graphic_block .teaser_list .entry .image img {
        padding: 10% 0 2%;
    }
}


/* image_block */

.image_block .image_container {
	position: relative;
}

.image_block .image_container .text_box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	text-align: center;
    padding: 0 10%;
	z-index: 99;
}

.image_block .image_container .text {
	color: #FFFFFF;
}

.image_block .image_container img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 2 / 1;
	filter: brightness(0.8);
}

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

	.image_block .image_container img {
        aspect-ratio: 1.4 / 1;
    }
}

@media screen and (max-width: 520px) {
    
    .image_block .image_container .text_box {
	    padding: 0 2%;
    }

	.image_block .image_container img {
        aspect-ratio: 2.4 / 3;
    }
}


/* one_teaser_block */

.one_teaser_block .image_container {
	position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.one_teaser_block .image_container .text_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    text-align: left;
    padding: 12% 3% 2% 3%;
	z-index: 99;
    background-image: linear-gradient(0deg, rgba(0,0,69,0.5), rgba(0,0,69,0));
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

@media screen and (max-width: 840px) {
    
    .one_teaser_block .image_container .text_box {
        padding: 12% 4% 2.4% 4%;
    }
}

.one_teaser_block .image_container .meta_title,
.one_teaser_block_text .image_container .meta_title,
.text_field_raster_block .meta_title {
    margin-bottom: 1rem;
}

.one_teaser_block .image_container .title {
	color: #FFFFFF;
	font-size: 2.4rem;
    font-size: clamp(1.75rem, -0.875rem + 4.333vw, 2.4rem);
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.one_teaser_block .image_container img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 5 / 2;
    transform: scale(1);
	transition: all 0.5s ease-in-out;
}

.one_teaser_block:hover .image_container img {
    transform: scale(1.075);
}

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

	.one_teaser_block .image_container img {
        aspect-ratio: 1.4 / 1;
    }
}

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

	.one_teaser_block .image_container img {
        aspect-ratio: 2.4 / 3;
    }
}





/* one_teaser_block_text */

.one_teaser_block_text .meta_title,
.text_field_raster_block .meta_title {
	color: #000045;
}


/* text_field_raster_block */

.text_field_raster_block .text_field_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.text_field_raster_block .text_field_list .entry {
	flex: 0 0 32%;
	margin: 0 2% 2% 0;
	background-color: #EEF4FF;
	padding: 4%;
    border-radius: 0.5rem;
}

.text_field_raster_block .text_field_list .entry:nth-of-type(3n) {
	margin: 0 0 2% 0;
}

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

	.text_field_raster_block .text_field_list .entry {
        flex: 0 0 49%;
    }

    .text_field_raster_block .text_field_list .entry:nth-of-type(3n) {
        margin: 0 2% 2% 0;
    }

    .text_field_raster_block .text_field_list .entry:nth-of-type(2n) {
        margin: 0 0 2% 0;
    }
}

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

	.text_field_raster_block .text_field_list .entry {
        flex: 0 0 100%;
    }

    .text_field_raster_block .text_field_list .entry:nth-of-type(3n) {
        margin: 0 0 2% 0;
    }
}


/* accordion_combi_block */

.accordion_combi_block .columns {
	display: flex;
}

.acc_entry {
	border-top: 1px solid #A8C9FF;
}

.acc_body {
	display: none;
}

.acc_entry:last-of-type {
	border-top: 1px solid #A8C9FF;
	border-bottom: 1px solid #A8C9FF;
}

.accordion_combi_block h4.acc_title {
	margin: 0;
	padding: 1rem 3rem 1rem 0;
	position: relative;
	cursor: pointer;
}

.accordion_combi_block .acc_body {
	margin: 0;
	padding: 0 0 1rem 0;
}

.accordion_combi_block.no_bg .acc_body {
    padding-left: 3%;
}

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

	.accordion_combi_block.no_bg .acc_body {
        padding-left: 0;
    }
}

section.accordion_combi_block .container .text.acc_body {
	font-size: 1.05rem;
    font-size: clamp(0.9rem, -0.875rem + 4.333vw, 1.05rem);
}

.accordion_combi_block {
    justify-content: space-between;
}

.accordion_combi_block .columns .image_column {
	flex: 0 0 32.5%;
}

.accordion_combi_block .columns .acc_column {
	flex: 0 0 63.5%;
    margin-left: 4%;
}

.accordion_combi_block .columns.no_img .acc_column {
	flex: 1 0 100%;
    margin-left: 0;
}

.acc_entry .acc_arrow {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0.85rem;
}

.acc_entry .acc_arrow svg {
	width: 2.4rem;
	height: 2.4rem;
}

.acc_entry .acc_arrow svg .horizontal {
	opacity: 1;
    transform-box: fill-box;
    transform-origin: center;
	transition: all 0.2s ease;
	transform: rotate(0deg);
}

.acc_entry .accordion-active .acc_arrow svg .horizontal {
	transform: rotate(90deg);
    filter: opacity(0);
}

.acc_entry .accordion-active .acc_arrow svg line {
    stroke: #FFF;
}

.acc_entry .acc_arrow svg rect {
    fill: #D4E4FF;
    transition: all 0.2s ease;
}

.acc_entry .accordion-active .acc_arrow svg rect {
    fill: #5294FF;
    transition: all 0.2s ease;
}

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

    .acc_entry .acc_arrow svg {
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 840px) {
    
    .accordion_combi_block .columns {
        display: block;
    }

	.accordion_combi_block .columns .image_column {
        flex: none;
        display: block;
        width: 100%;
    }

    .accordion_combi_block .columns .acc_column {
        flex: none;
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .accordion_combi_block .columns .image_column .image {
        overflow: hidden;
        aspect-ratio: 2 / 1;
        margin-bottom: 4%;
    }

    .accordion_combi_block .columns .image_column .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}


/* --- slider_block --- */

.slider_block .slider_container {
	position: relative;
}

.slider_block .columns {
	display: flex;
	justify-content: space-between;
    min-height: 300px;
}

.slider_block .columns .image_column {
	flex: 0 0 32.5%;
}

.slider_block .columns .image_column .image {
    overflow: hidden;
	height: 100%;
}

.slider_block .columns .image_column .image img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider_block.slider_block_testimonials .columns .image_column .image img {
	/*object-fit: contain;*/
}

.slider_block .columns .text_column {
	flex: 0 0 66.25%;
	padding: 0;
	box-sizing: border-box;
}

.slider_block .columns .text_column .container {
	background-color: #A8C9FF;
	padding: 2% 4% 2% 2.8%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 0.5rem;
	position: relative;
}

.slider_block.text_slider_block > .container {
	padding: 0 0 0 4%;
}

.slider_block.text_slider_block .columns .text_column .container {
	padding: 4% 2.8% 6% 0%;
}

/* .slider_block .columns .text_column .text {
	max-width: 40rem;
} */

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

    .slider_block .columns .text_column .container {
        padding: 3% 4% 3%;
    }
    
    .slider_block .columns .text_column .text {
        max-width: 100%;
    }
}
    
section.slider_block .columns .text_column .text_container .text {
    font-size: 1.05rem;
    font-size: clamp(0.9rem, -0.875rem + 4.333vw, 1.05rem);
}

section.slider_block .columns .text_column .source {
	position: absolute;
	bottom: 0;
	padding-bottom: 2%;
}

section.slider_block .container h3.title {
    padding-top: 2%;
    padding-right: 5.8rem;
}

section.slider_block .columns .text_column .text {
     margin-bottom: 1rem;
}

section.slider_block.slider_block_testimonials .columns .text_column .text {
     margin-bottom: 3.7rem;
}

@media screen and (max-width: 840px) {
    
    section.slider_block.slider_block_testimonials .columns .text_column .text {
         margin-bottom: 1rem;
    }

    .slider_block .columns {
        display: block;
    }

    .slider_block .columns .image_column {
        flex: none;
    }

    .slider_block .columns .text_column {
        flex: none;
    }

    section.slider_block .container h4.title {
        padding-right: 0;
    }

    section.slider_block .columns .text_column .source {
        position: relative;
        padding-bottom: 0;
    }
    
    .slider_block .columns .image_column .image {
        overflow: hidden;
        aspect-ratio: 2 / 1;
        margin-bottom: 2%;
    }
    
    .slider_block.slider_block_testimonials .columns .image_column .image {
        aspect-ratio: 2.4 / 1;
        margin-bottom: 1.25%;
    }

    .slider_block .columns .image_column .image img {
        height: 100%;
        width: auto;
        object-fit: cover;
		margin: 0 auto 0 auto;
    }
}

@media screen and (max-width: 520px) {
    
    .slider_block.slider_block_testimonials .columns .image_column .image {
        aspect-ratio: 1.5 / 1;
    }
}

/* --- slider_block swiper elements --- */

.swiper {
    border-radius: 0.5rem;
}

.swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: -3.925rem;
	width: 2.4rem;
	height: 2.4rem;
}

@media screen and (max-width: 720px) {
    
    .swiper-button-next, 
    .swiper-button-prev {
        top: -2.9rem;
    }
}

.swiper-button-next::after, 
.swiper-button-prev::after {
	content: '';
}

.swiper-button-next {
	left: auto;
	right: 0;
}

.swiper-button-prev {
	left: auto;
	right: 3rem;
    transform: rotate(180deg);
}

.swiper-button-next:hover svg rect, 
.swiper-button-prev:hover svg rect {
    fill: #E0EBFE;
    transition: all 0.2s ease;
}

.swiper-button-next:hover svg path, 
.swiper-button-prev:hover svg path {
    fill: #5294FF;
    transition: all 0.2s ease;
}

@media screen and (max-width: 680px) {
    
    .swiper-button-next, 
    .swiper-button-prev {
        top: -2.5rem;
        width: 2rem;
        height: 2rem;
    }

    .swiper-button-prev {
        right: 2.5rem;
    }
}

/* --- slider_about_block --- */

.slider_about_block .entry h4.title {
    color: #000045;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.slider_about_block.slider_block .columns .text_column {
	order: 1;
}

.slider_about_block.slider_block .columns .image_column {
	order: 2;
}

.slider_about_block.slider_block .columns .text_column .container {
	display: flex;
}

.slider_about_block.slider_block .columns .text_column .image_container {
    display: flex;
	flex: 1 1 40%;
	padding: 1rem 2rem 0 0;
    align-items: center;
}

.slider_about_block.slider_block .columns .text_column .text_container {
    flex: 1 1 60%;
}

@media screen and (max-width: 840px) {
    
    .slider_about_block.slider_block .columns .text_column .image_container {
        padding: 1rem 0 0 0;
        justify-content: center;
    }
    
    .slider_about_block.slider_block .columns .text_column .text_container {
        text-align: center;
    }
    
    .slider_about_block.slider_block .columns .text_column .image_container img {
        max-height: 160px;
    }
    
    .slider_about_block.slider_block .columns .text_column .container {
        display: block;
    }
}


/* --- ausbildungstermine_block elements --- */

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

.ausbildungstermine_block .columns .column_left {	
	flex: 0 0 58%;
	padding: 0 0 0 0;
}

.ausbildungstermine_block .columns .column_right {	
	flex: 0 0 38%;
	padding: 0 0 0 0;
}

.ausbildungstermine_block .dates_list .entry {
	padding: 5%;
	margin: 0 0 4% 0;
}

.ausbildungstermine_block .cost_list {
	padding: 7.5%;
	margin: 0 0 6% 0 ;
}

.ausbildungstermine_block .cost_text,
.ausbildungstermine_block .location_details,
.ausbildungstermine_block .signup_details {
	padding: 7.5%;
}

.ausbildungstermine_block .cost_list .entry {
	display: table-row;
    padding-bottom: 1rem;
	padding-left: 0.5rem;
}

.ausbildungstermine_block .cost_list .entry .check {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="rgba(82,148,255,1.00)"><path d="M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z"/></svg>');
    width: 2rem;
    height: auto;
	padding: 0.15rem 0.7rem 0 0;
	display: table-column;
}

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

    .ausbildungstermine_block .cost_list .entry .check {
        width: 1.65rem;
        padding: 0.125rem 0.5rem 0 0;
    }
}

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

    .ausbildungstermine_block .cost_list .entry .check {
        width: 1.6rem;
    }
}

.ausbildungstermine_block .cost_list .entry .content {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 0.5rem;
}

.ausbildungstermine_block .cost_list .entry:last-of-type .content {
	padding-bottom: 0;
}

.ausbildungstermine_block .cost_list .entry:last-of-type {
	margin: 0 0 0 0;
}

.ausbildungstermine_block .cost_list .entry .text {
	margin: 0 0.5rem 0 0;
    font-family: 'ESKlarheitKurrentBold', sans-serif;
	display: inline;
}

.ausbildungstermine_block .cost_list .entry .add_text {
	display: inline;
}

.ausbildungstermine_block .dates_list .entry .columns {
	display: flex;
	justify-content: space-between;
}

.ausbildungstermine_block .dates_list .entry .columns .column_left {
	flex: 0 0 38%;
	padding: 0 4% 0 0;
}

.ausbildungstermine_block .dates_list .entry .columns .column_right {
	flex: 0 0 58%;
}

.ausbildungstermine_block .dates_list .entry .columns .title,
.ausbildungstermine_block .columns .column_right h4.title {
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 1.2rem;
    line-height: 1.35;
}

.ausbildungstermine_block .dates_list .entry .columns .title {
    margin-bottom: 0.4rem;
}

.ausbildungstermine_block .columns .column_right h4.title {
    margin-top: 2rem;
}

.ausbildungstermine_block .columns .column_right h4.title:first-of-type {
    margin-top: 0.7rem;
}

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

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

    .ausbildungstermine_block .columns .column_left {	
        flex: 0 0 48%;
    }

    .ausbildungstermine_block .columns .column_right {	
        flex: 0 0 48%;
    }

    .ausbildungstermine_block .cost_list {
        padding: 5%;
        margin: 0 0 4% 0 ;
    }

    .ausbildungstermine_block .cost_text,
    .ausbildungstermine_block .location_details,
    .ausbildungstermine_block .signup_details {
        padding: 5%;
    }

    .ausbildungstermine_block .dates_list .entry .columns {
        flex-wrap: wrap;
    }
    
    .ausbildungstermine_block .dates_list .entry .columns .column_left {
        flex: 0 0 100%;
        padding: 0 0 0 0;
    }

    .ausbildungstermine_block .dates_list .entry .columns .column_right {
        flex: 0 0 100%;
        margin-top: 6%
    }
}

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

    .ausbildungstermine_block .columns {	
        flex-direction: column;
    }

    .ausbildungstermine_block .columns .column_left {	
        flex: 0 0 100%;
    }

    .ausbildungstermine_block .columns .column_right {	
        flex: 0 0 100%;
    }
}



/* Blog Swiper
--------------------------------------------- */


.blog-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  border-radius: 0.5rem;
}
	
.blog-swiper .entry .image {
  aspect-ratio: 52 / 60;
  position: relative;
  z-index: 9;
}
	
.blog-swiper .entry .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
	
.blog-swiper .entry {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.blog-swiper .entry .bg_fade_box {
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--myColor1) 0%, var(--myColor2) 40%, var(--myColor2) 100% );
  transition: all 0.2s ease-in-out;
  transition: --myColor1 .5s, --myColor2 .5s;
	border-radius: 0 0 0.5rem 0.5rem;
}
	
.blog-swiper .entry .text_box {
  position: absolute;
  z-index: 99;
  max-height: 100%;
  bottom: 0;
  transform: translateY(0%);
/*  width: 100%; */
  text-align: left;
  padding: 12% 5% 3% 5%;
  background-image: linear-gradient(0deg, rgba(0,0,69,0.5), rgba(0,0,69,0));
  background-image: linear-gradient(0deg, rgba(0,0,69,0), rgba(0,0,69,0));
  transition: all 0.5s ease-in-out;
}
	
.blog-swiper .entry .title {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-size: clamp(1.75rem, -0.875rem + 4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}




/* --- prices_block  elements --- */

.prices_block .prices_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.prices_block .prices_list .entry {
	flex: 0 0 32.5%;
}

.prices_block .prices_list .entry .container {
	display: flex;
	height: 100%;
	flex-direction: column;
}

@media screen and (max-width: 840px) {
    
    .prices_block .prices_list {
        display: block;
    }

    .prices_block .prices_list .entry {
        margin-bottom: 4%;
    }
}

.prices_block .prices_list .entry .header {
	flex: 0 0 auto;
	min-height: 13rem;
	background-color: #5294FF;
	padding: 8% 6% 6%;
	text-align: center;
}

.prices_block .prices_list .entry .meta_title {
	margin-bottom: 1rem;
}

.prices_block .prices_list .entry .body {
	flex: 1 0 auto;
	background-color: #EEF4FF;
	padding: 10% 5% 3% 5%;
}

.prices_block .prices_list .entry .price_tag,
.prices_block .prices_list .entry .footer {
	flex: 0 0 auto;
	background-color: #EEF4FF;
	padding: 0 5% 5% 5%;
}

.prices_block .prices_list .entry .price_tag {
	padding: 10% 5%;
}

@media screen and (max-width: 840px) {
    
    .prices_block .prices_list .entry .header {
        min-height: auto;
        padding: 4% 4% 0;
    }

    .prices_block .prices_list .entry .meta_title {
        margin-bottom: 0.5rem;
    }
    
    .prices_block .prices_list .entry h4.title {
        margin-bottom: 6.6%;
    }
    
    .prices_block .prices_list .entry .body {
        flex: 1 0 auto;
        background-color: #EEF4FF;
        padding: 5% 4% 3% 4%;
    }

    .prices_block .prices_list .entry .price_tag,
    .prices_block .prices_list .entry .footer {
        flex: 0 0 auto;
        background-color: #EEF4FF;
        padding: 0 4% 4% 4%;
    }

    .prices_block .prices_list .entry .price_tag {
        padding: 3.6% 2% 4%;
    }
}

.prices_block .prices_list .entry .footer .button a {
	width: 100%;
	text-align: center;
    margin-bottom: 0;
}

.prices_block .prices_list .entry .price {
	text-align: center;
    color: #000045;
}

.prices_block .prices_list .entry .price_note {
	font-size: 0.8rem;
	text-align: center;
}

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

.prices_list li {
    display: flex;
    margin-bottom: 1rem;
    text-indent: 0;
    margin: 0 0 1rem 0;
}

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

.prices_list li::before {
    content: '';
    display: inline-flex;
    width: 2rem;
    height: 0.9rem;
    flex-shrink: 0;
	top:0;
    margin: 0.375rem 0 0 0;
    background-image: url("img/arrow-bullet.svg");
    background-repeat: no-repeat;
    background-size: contain;
}


/* --- One Price Block --- */

section.one_price_block .columns {
    display: flex;
}

section.one_price_block .column.details {
    flex: 0 0 63.5%;
}

section.one_price_block .column.price_column {
    flex: 0 0 32.5%;
    margin-left: 4%;
}

section.one_price_block.prices_block .prices_list .entry {
  flex: 0 0 100%;
}

section.one_price_block.prices_block .prices_list .entry .body,
section.one_price_block.prices_block .prices_list .entry .price_tag,
section.one_price_block.prices_block .prices_list .entry .footer {
  background-color: rgba(255, 255, 255, 1);
}

section.one_price_block.prices_block .prices_list .entry .header {
    min-height: auto;
	border-radius: 0.5rem 0.5rem 0 0;
}

section.one_price_block.prices_block .prices_list .entry .footer {
	border-radius: 0 0 0.5rem 0.5rem;
}

section.one_price_block.bg_box .columns .container {
    padding: 0;
}

section.one_price_block .prices_list .entry {
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    
    section.one_price_block .column.details {
        flex: 0 0 48%;
    }

    section.one_price_block .column.price_column {
        flex: 0 0 48%;
    }
}

@media screen and (max-width: 840px) {
    
    section.one_price_block .columns {
        display: block;
    }

    section.one_price_block .column.price_column {
        margin-left: 0;
    }
}


/* --- teaser_list_block --- */

.teaser_list_block .entry {
	margin-bottom: 4%;
}

.teaser_list_block .entry.bg_box {
	padding: 4%;
}

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

.teaser_list_block .entry .columns .text_column {
	flex: 0 0 48%;
}

.teaser_list_block .entry .columns .text_column .text {
	margin-bottom: 4%;
}

.teaser_list_block .entry .columns .image_column {
	flex: 0 0 48%;
}

.teaser_list_block .entry:nth-child(even) .columns .text_column {
	order: 1;
}

.teaser_list_block .entry:nth-child(even) .columns .image_column {
	order: 2;
}

.teaser_list_block .teaser_box h4.title {
	color: #000045;
	margin: 0 0 4% 0;
}

@media screen and (max-width: 840px) {
    
    .teaser_list_block .entry .columns {
        display: block;
    }

    .teaser_list_block .entry .columns .text_column .text {
        margin-bottom: 2%;
    }

    .teaser_list_block .entry .columns .image_column {
        margin-bottom: 4%;
    }
}

section.txt_img_block .column.details .text:last-of-type,
section.txt_img_combo_block .column.details .text:last-of-type,
.text p:last-of-type {
    margin-bottom: 0;
}


/* --- graphic_tile_block --- */

.graphic_tile_block .entry {
	background-color: #FFFFFF;
}

.graphic_tile_block .entry,
.txt_img_button_block .entry {
	padding: 1.25rem;
	text-align: center;
	margin-bottom: 1.5%;
}

.graphic_tile_block .entry .text,
.txt_img_button_block .entry .text {
	margin-bottom: 1rem;
}

.graphic_tile_block .entry .image,
.txt_img_button_block .entry .image {
	height: 4rem; 
	margin: 1rem 0 2rem 0;
}

.txt_img_button_block .entry .image {
	height: 4rem; 
	margin: 1rem 0 1rem 0;
}

.graphic_tile_block .entry .image img,
.txt_img_button_block .entry .image img {
	height: 100%;
	margin: 0 auto;
}

.graphic_tile_block .teaser_box h4.title,
.txt_img_button_block .entry h4.title {
	color: #000045;
	margin: 0 0 1rem 0;
} 


/* --- txt_img_button_block --- */

.txt_img_button_block .teaser_list {
    margin: 2rem 0 0 0;
    display: flex;
    justify-content: space-between;
}
	
.txt_img_button_block .teaser_list .columns {
    flex-direction: column;
}
	
.txt_img_button_block .teaser_list .entry {
    background-color: #A8C9FF;
    flex: 0 0 24.0625%;
    border-radius: 0.5rem;
    margin-bottom: 1.25%;
}

/* .txt_img_button_block .teaser_list .entry:hover {
    background-color: #EFF4FF;
    transition: all 0.2s ease;
} */

@media screen and (max-width: 840px) {
    
    .txt_img_button_block .teaser_list {
        display: block;
    }
	
    .txt_img_button_block .teaser_list .entry {
        margin-bottom: 4%;
    }
}


/* podcast_header_block */


	section.podcast_header_block .column.details h3.title {
		font-size: clamp(3.2rem, -0.875rem + 8.333vw, 5rem);
	}
	
	section.podcast_header_block .column.details .text {
		font-size: clamp(1.2rem, -0.875rem + 3.7vw, 1.6rem);
  		line-height: 1.45;
		margin-bottom: 3rem;
	}
	
	.podcast_header_block .columns {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.podcast_header_block .columns .image_column {
		flex: 0 0 44%;
		flex: 0 0 48%;
	}
	
	.podcast_header_block .columns .details {
		flex: 0 0 55%;
		flex: 0 0 48%;
	}
	
	.podcast_header_block .meta_title {
		color: #000045;
	}
	
	.button_list {
		display: flex;
	}
	
	.button_list .button,
    .column.tech_rec .button {
		display: inline-block;
		margin: 0 1rem 0 0;
	}
	

@media screen and (max-width: 1040px) {
  
	.button_list {
		display: block;
	}
	
	.podcast_header_block .columns {
		align-items: center;
	}
}



@media screen and (max-width: 640px) {
	
	.podcast_header_block .columns {
		flex-direction: column;
	}
	
	.podcast_header_block .columns .image_column {
		margin: 0 auto 2rem auto;
		padding: 0;
	}
	
	.button_list {
		margin: 0 0 1rem 0;
	}
}




/* Button
--------------------------------------------- */

.button a,
.button .no_link,
.nav-links a {
	color: #ffffff;
	background-color: #5294FF;
	background-color: rgba(82,148,255,1.00);
	padding: 0.5rem 1.5rem;
	border-radius: 1.5rem;
	margin: 1rem 0;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease;
}

.button .no_link {
	background-color: rgba(0,0,0,0.1);
	color: #000;
	margin: 1rem 0 0;
}

@media screen and (max-width: 480px) {
    
    .nav-links a {
        padding: 0.5rem 1rem;
    }
}

.button_list .button a,
.column.tech_rec .button a {
	margin: 1rem 0 0;
}

.button a:hover,
.nav-links a:hover {
	background-color: #A8C9FF;
	background-color: rgba(168,201,255,1.00);
}

.button,
.nav-links,
.meta_title,
section.slider_block .columns .text_column .source,
.anchor_list,
.post .entry-content .column.tech_rec .author,
.post .entry-content .column.tech_rec .date,
.post .entry-content .column.tech_rec h4.title,
.single-podcast .entry-content .column.tech_rec .date,
.single-podcast .entry-content .column.tech_rec h4.title,
.single-reference .entry-content .column.tech_rec h4.title {
    font-family: 'ESKlarheitKurrentBold', sans-serif;
	text-transform: uppercase;
	font-size: 0.9rem;
    font-size: clamp(0.75rem, -0.875rem + 4.333vw, 0.9rem);
	letter-spacing: 0.07em;
    word-spacing: 0.1em;
	color: #ffffff;
}

.post .entry-content .column.tech_rec .author {
    margin-bottom: 1.4rem;
	display: flex;
    align-items: center;
}

.post .entry-content .column.tech_rec .author .image {
	flex: 0 0 14%;
	border-radius: 50%;
    margin-right: 0.8rem;
}

.post .entry-content .column.tech_rec .author a {
    text-decoration: none;
    color: #000045;
}

.post .entry-content .column.tech_rec .author a:hover {
    color: #5294FF;
}

.post .entry-content .column.tech_rec .author .name {
	flex: 1 0 80%;
}

.post .entry-content .column.tech_rec .author .image img {
	border-radius: 50%;
}

/* -- */ 

.post .entry-content .column.tech_rec .date::after,
.single-podcast .entry-content .column.tech_rec .date::after {
    display: block;
    content: '';
    width: 2.4rem;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #5294FF;
    background-color: #A8C9FF;
    margin: 1.8rem auto 1.8rem 0;
}

section.slider_block .columns .text_column .source,
.post .entry-content .column.tech_rec .author,
.post .entry-content .column.tech_rec .date,
.post .entry-content .column.tech_rec h4.title,
.single-podcast .entry-content .column.tech_rec .date,
.single-podcast .entry-content .column.tech_rec h4.title,
.single-reference .entry-content .column.tech_rec h4.title {
    color: #000045;
}

.dates_block .meta_title,
.txt_img_block .meta_title {
    color: #000045;
    margin-bottom: 2.4rem
}

.button,
.anchor_list {
	font-size: 0.8rem;
    font-size: clamp(0.675rem, -0.875rem + 4.333vw, 0.8rem);
}

.teaser_list_block .teaser_box .button a,
.graphic_tile_block .button a,
.portrait_group_block .button a,
.bg_box .button a {
	margin: 2% 0 0;
}

.bg_box .acc_entry .button a {
	margin: 4% 0 0;
}

.three_teaser_block.bg_box .button a {
    margin: 2% 0 3%;
}

.three_teaser_block.bg_box.portrait_group_block .button a {
    margin: 2% 0 0;
}

@media screen and (max-width: 840px) {
    
    .dates_block .meta_title,
    .txt_img_block .meta_title {
        margin-bottom: 1.4rem
    }

    .three_teaser_block.bg_box .button a {
        margin: 2% 0 1.5%;
    }

    .three_teaser_block.bg_box.portrait_group_block .button a {
	    margin: 2% 0 0;
    }
}

.button_bar {
    text-align: center;
    margin: 0 0 6% 0!important;
}



/* Anchor list
--------------------------------------------- */

.anchor_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.anchor_list .entry {
    flex: 0 0 49.375%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
}

.anchor_list.col_3 .entry {
    flex: 0 0 32.5%;
}

.anchor_list.col_4 .entry {
    flex: 0 0 24.0625%;
}

.anchor_list.col_3 .entry:nth-of-type(2n),
.anchor_list.col_4 .entry:nth-of-type(2n),
.anchor_list.col_4 .entry:nth-of-type(3n) {
    margin-right: 1.25%;
}

.anchor_list .entry:nth-of-type(2n),
.anchor_list.col_3 .entry:nth-of-type(3n),
.anchor_list.col_4 .entry:nth-of-type(4n) {
    margin-right: 0;
}

.anchor_list .entry a {
    color: #000045;
    background-color: #A8C9FF;
    padding: 1.35rem 3rem 1.35rem 1.5rem;
    border-radius: 0.5rem;
    margin: 0;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
    background-image: url("img/arrow-anchor.svg");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 2.4rem;
    height: 100%;
}

.anchor_list .entry a:hover {
    background-color: #EFF4FF;
}

@media screen and (max-width: 940px) {
    
    .anchor_list.col_4 {
        display: block;
    }

    .anchor_list.col_4 .entry,
    .anchor_list.col_4 .entry:nth-of-type(2n),
    .anchor_list.col_4 .entry:nth-of-type(3n) {
        margin-right: 0;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 840px) {
    
    .anchor_list {
        display: block;
    }

    .anchor_list .entry,
    .anchor_list.col_3 .entry:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 4%;
    }
}

@media screen and (max-width: 620px) {
    
    .anchor_list .entry a {
        padding: 1.1rem 3.4rem 1.1rem 1.5rem;
        background-position: right 0.75rem center;
        background-size: 2rem;
    }
}


#comments {
    display: none;
}



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

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: inline-block;
	width: auto;
	margin: 0.6rem 0 0 auto;
}

@media screen and (max-width: 840px) {
    
    .main-navigation {
        margin: 0 -0.5rem;
        padding-bottom: 0.7rem;
        width: calc(100% + 1rem);
        background-color: #FFF;
		position: relative;
		z-index: 1;
    }
	
	.site-branding {
		position: relative;
		z-index: 2;
		
	}
}

@media screen and (max-width: 480px) {
    
    .main-navigation {
        margin: -0.625rem -0.5rem 0 -0.5rem;
        padding-bottom: 0;
    }
}

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

.single-reference .nav-links,
.single-podcast .nav-links,
.single-post .nav-links,
.single-team .nav-links {
	display: none;
}

.posts-navigation {
	width: 100%;
}

.nav-links {
	white-space: nowrap;
}

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

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

body {
	margin: 0 0 4%;
}

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

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

.entry-content,
section.portrait_group_block .portrait_list .text {
	font-size: 1.05rem;
    font-size: clamp(0.9rem, -0.875rem + 4.333vw, 1.05rem);
}

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

/* Comments
--------------------------------------------- */

.form_fields {
	display: inline-flex;
    align-items: stretch;
    margin-top: 0.8rem;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    
    .form_fields:first-of-type {
        max-width: 380px;
    }
}

.nl_form .email,
.nl_form .name {
    display: inline-flex;
    color: #000045;
    font-weight: 320;
    font-size: 1rem;
    background: #FFF;
    /* border: 3px solid #FFF;
    border-right: none; */
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 0 0.5rem 0.8rem;
    width: 100%;
    max-width: 380px;
    transition: all 0.2s ease;
}

.nl_form .name {
    width: 100%;
}

.nl_form .name.first_name {
    max-width: calc(100% - 0.4rem);
    margin-right: 0.4rem;
}

.nl_form .name.last_name {
    max-width: calc(100% - 0.4rem);
    margin-left: 0.4rem;
}

@media screen and (max-width: 480px) {
    
    .form_fields:first-of-type,
    .nl_form .name {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .nl_form .field .name.first_name {
        margin-bottom: 0.8rem;
    }

    .nl_form .name.first_name,
    .nl_form .name.last_name {
        max-width: 100%;
        margin: 0;
    }
}

.nl_form .email {
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.nl_form .email:focus,
.nl_form .name:focus {
    /* border: 3px solid #5294FF;
    border-right: none; */
    outline: none;
}

.nl_form .email:focus-visible,
.nl_form .name:focus-visible {
    /* border: 3px solid #5294FF;
    border-right: none; */
    border: none;
    outline: none;
}

.nl_form .form-submit {
    display: inline-block;
    background-color: #5294FF;
    color: #FFF;
    border: none;
    border-radius: 0;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 0.8rem;
    font-size: clamp(0.675rem, -0.875rem + 4.333vw, 0.8rem);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.6rem 1.2rem;
    transition: all 0.2s ease;
}

.nl_form .form-submit:hover {
    background-color: #A8C9FF;
}

.form_consent {
    font-size: 0.875rem;
    line-height: 1.3;
    margin-top: 1rem;
}
    

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

.custom-logo-link img {
    height: 2rem;
	width: auto;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.post .entry-content .column.details .wp-caption p:first-of-type,
.single-podcast .entry-content .column.details .wp-caption p:first-of-type {
	font-size: 0.85rem;
    font-size: clamp(0.7rem, -0.875rem + 2.333vw, 0.85rem);
}

.post .entry-content .column.details .wp-caption p:first-of-type::before,
.single-podcast .entry-content .column.details .wp-caption p:first-of-type::before {
	display: block;
    content: '';
    width: 1.6rem;
    height: 0.18rem;
    border-radius: 0.09rem;
    background-color: #A8C9FF;
    margin: 2.8rem auto 1.2rem 0;    
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
    font-size: 0.85rem;
    font-size: clamp(0.7rem, -0.875rem + 2.333vw, 0.85rem);
}

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

.entry-footer {
    display: none;
}


/* .media_combo_block */
	
.media_combo_block .columns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
	
.media_combo_block .row {
    margin: 0 0 1.5% 0;
}
	
.media_combo_block .row:last-of-type {
    margin: 0 0 0 0;
}
	
.media_combo_block .columns .video_column {
    flex: 0 0 66%;
}
	
.media_combo_block .columns .video_container,
.media_combo_block .columns .image_column {
    position: relative;
}
	
.media_combo_block .columns.img_video .image_column {
    order: 1;
}
	
.media_combo_block .columns.img_video .video_column {
    order: 2;
}
	
.media_combo_block .columns .video_container,
.media_combo_block .columns .video_container .image {
    height: 100%;
}
	
.media_combo_block .columns .video_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
.media_combo_block .columns .image_column {
    flex: 0 0 32.5%;
}
	
.media_combo_block .columns .image_column .image {
    flex: 0 0 32.5%;
    aspect-ratio: 48 / 60;
}
	
.media_combo_block .columns .image_column .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
.media_combo_block .bg_fade_box {
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(0deg, var(--myColor1) 0%, var(--myColor2) 40%, var(--myColor2) 100% );
    transition: all 0.2s ease-in-out;
    transition: --myColor1 .5s, --myColor2 .5s;
    border-radius: 0.5rem 0.5rem;
}

	
.media_combo_block .video_column {
	cursor: pointer;
}
.media_combo_block .video_column .bg_fade_box {
    z-index: 9998;
	
}
	
.media_combo_block .text_box {
    color: #fff;
    position: absolute;
    z-index: 99;
    max-height: 100%;
    bottom: 0;
    transform: translateY(0%);
    width: 100%;
    text-align: left;
    padding: 12% 5% 3% 5%;
    background-image: linear-gradient(0deg, rgba(0,0,69,0.5), rgba(0,0,69,0));
/*	background-image: linear-gradient(0deg, rgba(0,0,69,0), rgba(0,0,69,0)); */
	
    transition: all 0.5s ease-in-out;
    border-radius: 0 0 0.5rem 0.5rem;
}

@media screen and (min-width: 841px) {
    
    .media_combo_block .video_container .text_box {
        padding: 0 2.475% 1.475% 2.475%;
    }
}
	
._brlbs-content-blocker,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed,
.entry-content .BorlabsCookie,
.embed-container,
.embed-container iframe {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
	aspect-ratio: 16 / 9;
}

.single-post .entry-content .video_container,
.single-team .entry-content .video_container {
	margin: 6% 0;
}
	
.video_container .play_icon {
	width: 12%;
	background-color: transparent;
}

@media screen and (max-width: 840px) {
    
    .media_combo_block .columns {
        display: block;
    }
	
    .media_combo_block .row {
        margin: 0 0 0 0;
    }
    
    .media_combo_block .column {
        margin-bottom: 4%;
    }
	
	 .media_combo_block .row:last-of-type .column:last-of-type {
        margin-bottom: 0;
    }
	
	
    .media_combo_block .row:last-of-type .column:last-of-type .image {
        margin-bottom: 0;
    }

    .media_combo_block .columns .image_column .image,
    .media_combo_block .columns .video_column .image {
        aspect-ratio: 1.8 / 1;
    }
}

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

    .media_combo_block .columns .image_column .image,
    .media_combo_block .columns .video_column .image {
        aspect-ratio: 1 / 1;
    }
}



/* BorlabsCookie */

.BorlabsCookie ._brlbs-content-blocker p {
    font-family: 'ESKlarheitKurrentBold', sans-serif;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
    background: hsla(0, 0%, 0%, .35)!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,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p a {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #FFF;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p a {
    font-size: 0.6rem;
    display: block;
    padding-top: 0.5rem;
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.00);
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2rem;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p a:hover {
    color: #FFF;
    text-decoration-color: rgba(255,255,255,0.6);
}

.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: 'ESKlarheitKurrentBold', sans-serif;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a.external span {
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.00);
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.2rem;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover.external span {
    color: #FFF;
    text-decoration-color: rgba(255,255,255,0.6);
}

.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-youtube p 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,
.BorlabsCookie ._brlbs-podigee a._brlbs-btn {
    color: #000045!important;
    background: #FFF!important;
    text-decoration: none;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover,
.BorlabsCookie ._brlbs-video-youtube p 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,
.BorlabsCookie ._brlbs-podigee a._brlbs-btn:hover {
    color: #FFF!important;
    background: #000045!important;
    text-decoration: none;
}

.BorlabsCookie ._brlbs-podigee a._brlbs-btn {
    border-radius: 0.5rem!important;
    font-size: 0.75rem!important;
    padding: 0.6rem 1rem 0.55rem 1rem !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-podigee ._brlbs-caption p.bumper {
    margin-bottom: 1em;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before {
    display: none!important;
}

.BorlabsCookie ._brlbs-video-youtube,
.BorlabsCookie ._brlbs-video-vimeo,
.BorlabsCookie ._brlbs-spotify,
.BorlabsCookie ._brlbs-apple_podcast,
.BorlabsCookie ._brlbs-mailchimp {
    filter: saturate(0) sepia(1) hue-rotate(180deg) brightness(0.9);
}

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: #000045!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: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 0.65rem!important;
    letter-spacing: 0.08em;
}

#BorlabsCookieBox span._brlbs-paragraph,
#BorlabsCookieBox .d-block p {
}

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

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

#BorlabsCookieBox .cookie-preference ._brlbs-btn,
#mc_embed_signup input[type="submit"] {
    border-radius: 1.5rem!important;
    margin-right: 0.3rem!important;
    text-transform: uppercase!important;
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 0.75rem!important;
    letter-spacing: 0.07em;
    word-spacing: 0.1em;
    background-color: #5294FF!important;
    padding: 0.5rem 1.5rem!important;
    transition: all 0.2s ease-in-out;
}

#BorlabsCookieBox .cookie-preference ._brlbs-btn:hover {
    background-color: #A8C9FF!important;
}

#BorlabsCookieBox ._brlbs-paragraph {
    display: block!important;
    line-height: 1.35;
}

#BorlabsCookieBox a {
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    color: #5294FF!important;
}

#BorlabsCookieBox a:hover {
    color: #000045!important;
}

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

#BorlabsCookieBox .bcac-item {
    background-color: #EFF4FF!important;
    border-radius: 0.5rem!important;
    color: #000045!important;
}

#BorlabsCookieBox .borlabs-hide table {
    border-radius: 0.5rem!important;
    color: #000045!important;
}

#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal {
    text-transform: uppercase!important;
    font-family: 'ESKlarheitKurrentBold', sans-serif;
    font-size: 0.65rem!important;
    letter-spacing: 0.07em;
}

/* -- */

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn {
	font-size: 1.05rem;
    font-size: clamp(0.8rem, -0.875rem + 2.333vw, 1.05rem);
}
	
.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn {
	padding: 0.8rem 1.2rem 0.75rem 1.2rem !important;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
    border-radius: 0.5rem!important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before {
    margin: 0 0.75rem 0.2rem 0;
}

/* Podcast Player */

.embed_podcast_container {
    background-color: rgb(246, 246, 246);
    padding: 2%;
    border-radius: 0.5rem;
    margin: 2rem 0;
	height: 12rem;
}
