/*!
Theme Name: Sprechen
Theme URI: https://sprechen.com
Author: Able2Valence
Version: 1.0.0
Text Domain: sprechen
*/

/* ---------------------------------------------
# Font
--------------------------------------------- */

@font-face {
	font-family: 'int';
	src: url('font/int/Inter-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'int';
	src: url('font/int/Inter-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'int';
	src: url('font/int/Inter-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'int';
	src: url('font/int/Inter-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'int';
	src: url('font/int/Inter-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

:root {
	--main-color: #83BEA7;
	--second-color: #76AC98;
	--main-color-dark: #173328;
	--grey: #F2F5F3;
	--very-light-grey: #fbfbfb;
	--link-text: #7F958D;
	--border-radius: 25px;
	--btn-background: #7F958D;
	--btn-color: #fff;
	--btn-padding: 16px 28px 13px 28px;
	--btn-weight: 400;
	--btn-font: 19px;
	--btn-letter-sp: 0.02em;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	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;
}

.btn-content > a {
	font-weight: bold !important;
	text-transform: uppercase;
	color: #fff;
	background-color: #06b085;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 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 {
	margin: 0;
	font-family: 'int', sans-serif;
	color: #4B4B4B;
	font-size: 20px;
	line-height: 150%;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4B4B4B;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

article.article-single-person a {
	-webkit-box-shadow: inset 0 -0.4em 0 0 #06b085;
	box-shadow: inset 0 -0.4em 0 0 #06b085;
	padding: 0 5px;
}

article.article-single-person a:hover {
	color: #fff;
	background-color: #06b085;

}

.has-large-font-size {
	line-height: normal;
}

a:visited {
	color: #4B4B4B;
}

a:hover,
a:focus,
a:active {
	color: #4B4B4B;
}

a:focus {
	outline: thin dotted;
}

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

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

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 0 none;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* ---------------------------------------------
# OVERALL
--------------------------------------------- */

.site {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.site-header {
	position: fixed;
	display: grid;
	grid-template-columns: 210px 1fr;
	column-gap: 200px;
	align-items: flex-end;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	height: 144px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 999;
}

.top-of-line {
	height: 1px;
	background: #57C85C;
	position: fixed;
	top: 144px;
	width: 100%;
	z-index: 998;
}

a.logo-container {
    display: block;
    width: fit-content;
    margin: auto;
}

.empty-header-dist {
	height: 144px;
	width: 100%;
}

.empty-header-dist-fix {
	height: 144px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 997;
}

.site-header img {
	display: block;
}

.site-header ul {
	margin: 0 0 -3px 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.site-header ul li a {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
}

.site-header ul li a:hover {
	color: #51A883;
}

.site-header ul li.current-menu-item a,
.site-header ul li.current-category-ancestor a,
.site-header ul li.current-post-ancestor a {
	color: #51A883;
}

.site-header .login-container {
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 25px;
}

.site-header .login-container .t-link {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--btn-color);
    background: var(--main-color);
    padding: 8px 25px;
    border-radius: 50px;
}

.site-header .login-container .t-link:hover {
	color: var(--main-color-dark);
}

.site-header .login-container .l-link {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #919c91;
    background: #f2f5f3;
    padding: 8px 25px;
    border-radius: 50px;
}

.site-header .login-container .l-link:hover {
	color: #4B4B4B;
}

.site-header .login-container .search-btn {
	display: flex;
}

.site-header .login-container .search-btn .lupe {
	transition: all 0.2s ease-in-out;
}

.site-header .login-container .search-btn:hover .lupe {
	fill: #959c95;
}

.site-header .login-container .search-btn:hover {
	cursor: pointer;
}

.site-header .header-search-wrapper {
	transition: all 0.2s ease-in-out;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	margin: -5px 38px 0 0;
}

.site-header .header-search-wrapper.is-open {
	opacity: 1;
	margin: 25px 38px 0 0;
}

.site-header .header-search-field {
	border: 0 none;
    background: #f3f3f3;
    font-size: 16px;
    max-width: 210px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 35px;
}

.page-content {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 120px;
}

.single-content h1,
.page-content h1 {
	font-size: 44px;
	line-height: 60px;
	padding: 30px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
}

.parent-pageid-8110 .post-thumbnail {
	max-width: 500px;
	margin: 50px auto;
	text-align: center;
}

nav.anchor-nav {
	max-width: 1920px;
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F5F3;
}

nav.anchor-nav div a {
	font-size: 18px;
	font-weight: 700;
	color: #C0CBC0;
	text-transform: uppercase;
}

nav.anchor-nav div a:hover {
	color: #7a827a;
}

.page-id-954 nav.anchor-nav div a:first-of-type {
	color: #7a827a;
}

.page-id-5 nav.anchor-nav div a:last-of-type {
	color: #7a827a;
}

nav.anchor-nav-archive {
	max-width: 1920px;
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav.anchor-nav-archive div a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

nav.anchor-nav-archive div a:hover {
	color: #535a53;
}

nav.anchor-nav div span {
	color: #C0CBC0;
	margin-left: 40px;
	padding-right: 35px;
	font-weight: 300;
	pointer-events: none;
	height: 20px;
	border-left: solid 2px #C0CBC0;
	display: inline-block;
	margin-bottom: -3px;
}

nav.anchor-nav div a:last-of-type::after {
	content: '';
	padding: 0;
}

.category-tatjana-lackner-denkt nav.anchor-nav-archive div a:nth-of-type(1) {
	color: #535a53;
}

.category-tatjana-arbeitet nav.anchor-nav-archive div a:nth-of-type(2) {
	color: #535a53;
}

.category-tatjana-privat nav.anchor-nav-archive div a:nth-of-type(3) {
	color: #535a53;
}

.category-rhetorik-tipps-tools-mit-tatjana-lackner nav.anchor-nav-archive div a:nth-of-type(1) {
	color: #535a53;
}

.category-talk-mit-tatjana nav.anchor-nav-archive div a:nth-of-type(2) {
	color: #535a53;
}

nav.anchor-nav-archive div span {
	color: #fff;
	margin-left: 40px;
	padding-right: 35px;
	font-weight: 300;
	pointer-events: none;
	height: 20px;
	border-left: solid 2px #fff;
	display: inline-block;
	margin-bottom: -3px;
}

nav.anchor-nav-archive div a:last-of-type::after {
	content: '';
	padding: 0;
}

/* Testimonials */

.posts-list-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 30px;
}

.posts-list-grid article {
	background: #F2F5F3;
	padding: 20px;
}

.posts-list-grid article h2 {
	font-size: 25px;
	line-height: normal;
	margin-top: 0;
	-ms-word-break: break-all;
	-ms-word-wrap: break-all;
	-webkit-word-break: break-word;
	-webkit-word-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* Graduates */

.posts-list-grid-grad {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	column-gap: 15px;
	row-gap: 40px;
}

.posts-list-grid-grad article {
	text-align: center;
	background: #f0f0f0;
}

.posts-list-grid-grad article .img-container {
	width: 100%;
	height: 320px;
	background-size: cover;
	background-position: center top;
}

.posts-list-grid-grad article h2 {
	color: #00AB81;
	text-transform: uppercase;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 5px;
}

.posts-list-grid-grad article p {
	font-weight: 300;
	font-size: 16px;
	line-height: normal;
	margin-top: 5px;
	padding: 0 10px;
}

/* Suchergebnis */

.search-main {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin: 100px auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 330px;
	column-gap: 50px;
}

.search-result-section {
	display: block;
}

article.search-list-article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.search-title {
	text-align: center;
	font-size: 48px;
	line-height: 52px;
}

.search-article-header h2 {
	font-size: 22px;
	line-height: 29px;
}

.search-article-header h2 a:hover {
	color: #51A883;
}

.search-excerpt {
	margin-top: -15px;
	font-size: 16px;
	line-height: 22px;
	display: block;
	padding-bottom: 20px;
}

/* Page Template Person */

.page-template-person .single-content-person ul {
	margin: 0 0 0 33px;
	padding: 0;
}

.page-template-person .single-content-person ul li {
	list-style: none;
	margin-bottom: 10px;
}

.page-template-person .single-content-person ul li::before {
	content: url(inc/img/mark-green.svg);
	margin: 0 15px 0 -33px;
	vertical-align: -13%;
}

.wp-block-column>p {
	margin-top: 0;
}

/* ---------------------------------------------
# Startseite
--------------------------------------------- */

.top-start-container {
	height: 0;
	padding-bottom: 40%;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

.text-holder {
	max-width: 1240px;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 39%;
	margin: auto;
	position: absolute;
}

.top-start-container h1 {
	font-weight: 300;
	font-size: 90px;
	line-height: 90px;
	margin: 0;
}

.top-start-container h1 strong {
	font-weight: 700;
}

.top-start-container p {
	margin: 0;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
}

.top-start-container a {
	background: rgba(255, 255, 255, .5);
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	line-height: 22px;
	margin-top: 70px;
	margin-bottom: 20px;
}

.top-start-container a:hover {
	background: rgba(202, 202, 202, 0.5);
}

.unter-top-container {
	position: relative;
	max-width: 1240px;
	transform: translateX(-50%);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 15px;
	margin-top: 15px;
	margin-bottom: 125px;
}

.column-top {
	background: #F2F5F3;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
}

.column-top .img-container {
	height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.column-top h2 {
	font-size: 22px;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #00AB81;
	margin-bottom: 5px;
	margin-top: 35px;
	text-align: center;
}

.column-top h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
	color: #00AB81;
	margin-top: 0;
	text-align: center;
}

.unter-top-column p.fliesstext {
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	padding: 0 25px 25px 25px;
}

.unter-top-column {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

a.btn-more {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	margin-top: auto;
	align-self: center;
}

a.btn-more:hover {
	background: #008362;
}

/* Über die Schule */

.ueber-container {
	background: #F2F5F3;
}

.ueber-wrapper {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 120px;
}

.ueber-inside-wrapper {
	position: relative;
	max-width: 1080px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
}

.ueber-wrapper h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 30px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
}

.ueber-wrapper p {
	font-weight: 300;
	max-width: 640px;
	width: 100%;
}

/* Was wir bieten */

.bieten-container {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 120px;
}

.bieten-container>span {
	display: block;
	margin-top: 100px;
	font-size: 44px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 120px;
}

.bieten-spalten-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 15px;
}

.bieten-spalte {
	margin-bottom: 60px;
	text-align: center;
	margin-top: 0;
}

.bieten-spalte:hover {
	margin-top: 5px;
	margin-bottom: 55px;
}

.bieten-spalte h2 {
	font-size: 22px;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: #00AB81;
	margin-bottom: 5px;
	margin-top: 35px;
}

.bieten-spalte p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	padding: 0 25px 25px 25px;
}

/* Warum Sprecher */

.warum-container {
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.warum-wrapper {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 50px;
}

.warum-wrapper h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 90px 0 0 0;
	display: inline-block;
	margin-bottom: 0;
}

.warum-inside-wrapper {
	position: relative;
	max-width: 1080px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 100px;
}

.warum-inside-wrapper h3 {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}

.warum-inside-wrapper p {
	font-weight: 300;
	border-bottom: 1px solid #fff;
	margin: 0 0 45px 0;
	padding: 0 0 30px 0;
}

.warum-inside-wrapper p:last-of-type {
	border-bottom: 0 none;
}

.warum-inside-wrapper h3::before {
	content: url('inc/img/mark.svg');
	margin-right: 15px;
	vertical-align: -5%;
}

/* Veranstalungen */

.termine-text-desktop {
	display: block;
}

.termine-text-mobile {
	display: none;
}

.veranstaltung-container {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 120px;
	text-align: center;
}

.veranstaltung-container h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 90px 0 0 0;
	display: inline-block;
	margin-bottom: 0;
}

.veranstaltung-container>.sub {
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}

.preis-wrapper {
	padding-top: 50px;
}

.events-grid-start {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 45px 90px;
	margin: 100px 0 0 0;
	padding: 0;
}

.events-grid-start li {
	list-style: none;
	display: grid;
	grid-template-columns: 130px auto;
	gap: 60px;
	align-items: flex-start;
	border-bottom: 1px solid #D7DFD7;
	padding-bottom: 45px;
}

.events-grid-start li:nth-child(5),
.events-grid-start li:nth-child(6) {
	border-bottom: none;
}

.events-grid-start li div:first-child {
	background: #C0CBC0;
	color: #fff;
	text-align: center;
}

.events-grid-start li div:last-child {
	text-align: left;
	line-height: normal;
}

.events-grid-start li div:last-child span:nth-child(1) {
	font-size: 20px;
	font-weight: 300;
	display: block;
}

.events-grid-start li div:last-child span:nth-child(2) {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	display: block;
}

.events-grid-start li div:last-child a {
	font-size: 20px;
	font-weight: 700;
	display: block;
	color: #00AB81;
	text-transform: uppercase;
}

.events-grid-start li div:first-child span:first-of-type {
	font-size: 75px;
	line-height: 100px;
	display: block;
}

.events-grid-start li div:first-child span:last-of-type {
	font-size: 20px;
	display: block;
	margin-top: -20px;
	margin-bottom: 10px;
}

.events-btn {
	font-size: 22px;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	margin-top: auto;
	align-self: center;
	display: inline-block;
	transition: 0.2s;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.events-btn:hover {
	background: #008161;
}

.veranstaltung-container .events-btn {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	margin-top: auto;
	align-self: center;
	margin-top: 55px;
	display: inline-block;
	transition: 0.2s;
	left: 0;
	transform: none;
}

.veranstaltung-container .events-btn:hover {
	background: #008161;
}

/* Single Event */

.page-id-5 .anmelde-formular,
.page-id-5 .post-thumbnail,
.page-id-954 .anmelde-formular {
	display: none;
}

.anmelde-formular {
	font-size: 18px;
	padding: 15px 15px 25px 15px;
	margin: 50px auto;
	background: rgb(240, 244, 241);
	text-align: center;
}

.anmelde-formular .dynamicname input {
	border: none;
	background: transparent;
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 25px;
	pointer-events: none;
}

.anmelde-formular .row {
	display: block;
	margin-bottom: 10px;
}

.anmelde-formular .row input {
	width: 100%;
	max-width: 300px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.wpcf7 .ajax-loader {
	display: block;
	position: absolute;
}

.anmelde-formular .row3 .zustimmung {
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
}

.wpcf7-submit-block .wpcf7-submit {
	font-size: 22px;
	color: #fff !important;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	cursor: pointer;
}

.wpcf7-submit-block .wpcf7-submit:hover {
	background: #00AB81;
}

.wpcf7-submit-block .wpcf7-submit:disabled,
.wpcf7-submit-block .wpcf7-submit[disabled] {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	margin: auto;
	top: -6px;
	left: 76%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 16px;
}

.event-categories {
	margin: 0;
	padding: 0;
}

.event-categories li {
	list-style: none;
}

/* Absolventen */

.absolv-container {
	color: #fff;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.absolv-wrapper {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 50px;
}

.absolv-wrapper h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 90px 0 0 0;
	display: inline-block;
	margin-bottom: 0;
}

.absolv-inside-wrapper {
	position: relative;
	max-width: 1080px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 100px;
	padding-bottom: 100px;
}

.absolv-inside-wrapper p {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

a.absolv-btn {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .5);
	line-height: 22px;
	margin-top: 50px;
	display: inline-block;
}

a.absolv-btn:hover {
	background: rgba(214, 214, 214, 0.5);
}

/* Social */

.social-container {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 120px;
}

.social-container h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 90px 0 0 0;
	margin-bottom: 0;
}

.social-container>span {
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 25px 0 50px 0;
}

.social-spalten-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 15px;
}

.social-spalten-container a {
	height: 0;
	padding-bottom: 100%;
	display: block;
	background-size: cover;
	background-position: center;
}

.social-icons-container {
	position: relative;
	width: 200px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	transform: translateX(-50%);
	left: 50%;
	padding-top: 70px;
}

.social-icons-container a {
	text-align: center;
}

.social-icons-container a .ains,
.social-icons-container a .afb,
.social-icons-container a .b {
	transition: all 0.2s;
}

.social-icons-container a:hover .ains,
.social-icons-container a:hover .afb,
.social-icons-container a:hover .b {
	fill: #000;
}

/* Blog Container */

.blog-container {
	background-size: cover;
	background-position: center;
}

.blog-wrapper,
.blog-inside-wrapper {
	position: relative;
	max-width: 1140px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
}

.blog-wrapper {
	text-align: center;
}

.blog-wrapper h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 40px 0 0 0;
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

.blog-inside-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 70px;
	margin-top: 70px;
	padding-bottom: 50px;
}

.blog-inside-wrapper a {
	color: #fff;
}

.blog-inside-wrapper a .img-container {
	height: 0;
	padding-bottom: 65%;
	background-size: cover;
	background-position: center;
}

.blog-inside-wrapper a span {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
}

.blog-inside-wrapper a h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin: 5px 0 -15px 0;
}

.blog-inside-wrapper a p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}

.blog-container .blog-btn {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .5);
	line-height: 22px;
	margin: 30px auto 70px auto;
	display: inline-block;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	transition: 0.2s;
}

.blog-container .blog-btn:hover {
	background: rgba(204, 204, 204, 0.5);
}

/* ---------------------------------------------
# LEISTUNGEN
--------------------------------------------- */

.einleitung {
	width: 100%;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 25px;
	display: flex;
	flex-direction: column;
}

.einleitung h1 {
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}

.einleitung p {
	position: relative;
	max-width: 650px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	font-weight: 300;
}

.einleitung img {
	max-width: 50px;
	margin: auto;
}

/* Top Bereich */

.top-bereich {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 60px;
}

.top-bereich-inside-wrapper {
	position: relative;
	max-width: 1080px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
}

.top-bereich h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 30px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
}

.top-bereich p {
	font-weight: 300;
	width: 100%;
}

/* Spalten mit Headline */

.headline-spalten-container {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 60px;
}

.headline-spalten-container h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 30px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
}

.headline-spalten-inside-wrapper {
	position: relative;
	max-width: 1080px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 70px;
}

.headline-spalten-inside-wrapper p {
	font-weight: 300;
	width: 100%;
}

.headline-spalten-inside-wrapper h3 {
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0.02em;
	line-height: 35px;
	color: #00ab81;
	text-transform: uppercase;
	margin-top: 60px;
}

/* Brecher */

.brecher-container {
	width: 100%;
	background: #F2F5F3;
	margin-bottom: 100px;
	position: relative;
}

.inside-brecher-wrapper {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 70px;
	text-align: center;
	padding: 80px 0 60px 0;
}

.inside-brecher-wrapper div h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 40px;
}

.inside-brecher-wrapper div p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}

/* Spalten ohne Headline */

.spalten-container {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	padding-bottom: 60px;
}

.spalten-container h2 {
	font-size: 44px;
	line-height: 60px;
	padding: 30px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
}

.spalten-inside-wrapper {
	position: relative;
	max-width: 1080px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 70px;
	margin-top: 50px;
}

.spalten-inside-wrapper p {
	font-weight: 300;
	width: 100%;
}

.spalten-inside-wrapper h3 {
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0.02em;
	line-height: 35px;
	color: #00ab81;
	text-transform: uppercase;
	margin-top: 60px;
}

/* BildCollage Leistungen */

.live-bildcollage-container {
	position: relative;
    max-width: 1080px;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
    margin-top: -80px;
    background: #F2F5F3;
    padding: 35px 35px;
}

/* Online Termin */


.online-termin-container {
	margin-bottom: 150px;
}

.online-termin-wrapper {
	max-width: 420px;
	width: 100%;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	display: flex;
	flex-direction: column;
	padding: 10px 30px 30px 30px;
	text-align: center;
	background: #F2F5F3;
}

.online-termin-wrapper p {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.02em;
	line-height: 30px;
	text-transform: uppercase;
	color: #00ab81;
}

.online-termin-wrapper a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	margin-top: auto;
	align-self: center;
}

.online-termin-wrapper a:hover {
	background: #00795a;
}

/* Allgemein */

.spalten-inside-wrapper ul,
.headline-spalten-inside-wrapper ul {
	margin: 0;
	padding: 0 0 0 40px;
}

.spalten-inside-wrapper li,
.headline-spalten-inside-wrapper li {
	list-style: none;
	font-weight: 300;
}

.spalten-inside-wrapper li::before,
.headline-spalten-inside-wrapper li::before {
	content: url(inc/img/mark-green.svg);
	margin-left: -30px;
	position: absolute;
	margin-top: 4px;
}

.headline-spalten-inside-wrapper div h3:first-child,
.spalten-inside-wrapper div h3:first-child {
	margin-top: 25px;
}

/* ---------------------------------------------
# Archive
--------------------------------------------- */

.archive-main {
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 100px auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 330px;
	column-gap: 50px;
}

.archive-main-no-sidebar {
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 100px auto;
	padding: 0 20px;
}

/*.category-6126 .archive-main,
.category-6127 .archive-main,
.category-6128 .archive-main {
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 100px auto;
	padding: 0 20px;
	display: block;
	grid-template-columns: 1fr;
}*/

.archive-main aside,
.single-content aside {
	padding: 0;
	font-size: 18px;
}

.cat-desc {
	max-width: 860px;
	position: relative;
	margin: 25px auto;
	padding: 25px;
	font-size: 18px;
	background: #F2F5F3;
}

.cat-desc ul {
	margin: 0;
	padding: 0;
}

.cat-desc p + ul {
	margin: -20px 0 0 19px;
}

.cat-desc p:last-of-type {
	margin-bottom: 0px;
}

.cat-desc p:first-of-type {
	margin-top: 0;
}

section.posts-list {
	display: grid;
	gap: 50px;
}

.posts-stream .posts-list a {
	display: grid;
	grid-template-columns: 40% auto;
	gap: 50px;
	border-bottom: 1px solid #D7DFD7;
	grid-auto-flow: dense;
}

.posts-stream .posts-list article a h2 {
	transition: .2s;
}

.posts-stream .posts-list article a:hover h2 {
	color: #00AB81;
}

section.posts-list article:nth-child(1) a .img-container {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
	margin-top: 0;
}

section.posts-list article:nth-child(1) a {
	text-align: center;
	border-bottom: 1px solid #D7DFD7;
	margin-bottom: 80px;
	display: block;
}

section.posts-list article:nth-child(1) a span {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.02em;
	display: block;
	color: #C0CBC0;
}

section.posts-list article:nth-child(1) a h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	margin-top: 5px;
}

section.posts-list article:nth-child(1) a p {
	font-weight: 300;
	padding-bottom: 30px;
}

.posts-stream .posts-list article .text-container span {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.02em;
	display: block;
	color: #C0CBC0;
}

.posts-stream .posts-list article .text-container h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	margin-top: 5px;
}

.posts-stream .posts-list article .text-container p {
	font-weight: 300;
	padding-bottom: 30px;
}

.posts-stream .posts-list article .text-container-no-link h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.02em;
	margin-top: 5px;
}

.posts-stream .posts-list article .text-container-no-link {
	border-bottom: 1px solid #D7DFD7;
	padding-bottom: 30px;
}

.posts-stream .posts-list article .text-container-no-link p {
	font-weight: 300;
	padding-bottom: 0;
	margin-bottom: 0;
}

section.posts-list article:nth-child(1) .text-container-no-link a,
section.posts-list article .text-container-no-link a {
	font-weight: 400;
	text-align: left;
	border-bottom: none;
	margin-bottom: 0;
	display: block;
	color: #00795a;
}

section.posts-list article .text-container-no-link a:hover {
	text-decoration: underline;
}

.posts-stream .posts-list article .img-container {
	width: 100%;
	height: 0;
	padding-bottom: 110%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 32px;
	margin-bottom: 50px;
}

.posts-stream .posts-list article:nth-child(even) a {
	grid-template-columns: auto 40%;
}

.posts-stream .posts-list article:nth-child(even) .text-container {
	grid-column: 1;
}

.posts-stream .posts-list article:nth-child(even) .img-container {
	grid-column: 2;
}

/*.category-6126 .posts-list article:nth-child(even) a,
.category-6127 .posts-list article:nth-child(even) a,
.category-6128 .posts-list article:nth-child(even) a {
	grid-template-columns: 1fr;
}

.category-6126 .posts-list article a,
.category-6127 .posts-list article a,
.category-6128 .posts-list article a {
	grid-template-columns: 1fr;
}*/

/* Single Blog */

.single-header-container {
	height: 500px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.single-header-container .overlay,
.single-header-person-container.archive-title .overlay {
	opacity: .6;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
}

.single-header-container h1 {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 52px;
	z-index: 1;
	max-width: 850px;
	padding: 15px 20px;
	font-weight: 700;
}

.single-content {
	position: relative;
	max-width: 1280px;
	margin: 100px auto;
	width: 100%;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 330px;
	column-gap: 50px;
}

.date-author-wrapper {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.02em;
	display: block;
	color: #C0CBC0;
}

.tag-end-article {
	background: #F2F5F3;
	padding: 15px;
	font-size: 16px;
}

.tag-end-article a:after {
	content: '|';
	padding: 0 5px;
}

.tag-end-article a:last-child:after {
	content: '';
	padding: 0;
}

/* Podcast */

.short-story-text {
	margin-top: 15px;
}

.spotify-embed {
	margin-top: 25px;
}

.abo-heading {
	margin-top: 25px;
	margin-bottom: 10px;
}

.podcast-listen-icons {
	display: flex;
	gap: 10px;
}

.podcast-listen-icons a {
	display: block;
}

.podcast-listen-icons a img {
	max-width: 50px;
	height: auto;
	border-radius: 12px;
	transition: all .2s ease-in-out;
	display: block;
}

.podcast-listen-icons a:hover img {
	border-radius: 10px;
}

/* Single Person */

.single-content-no-sidebar {
	position: relative;
	max-width: 1280px;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0 20px;
}

.single-content-no-sidebar .featured-center {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	max-width: 320px;
	border: 1px #F2F5F3 solid;
}

.single-content-no-sidebar .person-quote {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 150px;
}

.werde-heading {
	font-size: 25px;
	color: #00AB81;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}

.single-header-person-container {
	height: auto;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.single-header-person-container h1 {
	font-size: 44px;
	letter-spacing: 0.02em;
	line-height: 56px;
	z-index: 1;
	max-width: 760px;
	padding: 70px 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.page-id-954 .single-header-person-container h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px;
}

.page-id-954 .entry-content > div h3 {
	font-size: 20px;
	line-height: 150%;
}

.page-id-954 .entry-content > div p {
	font-size: 17px;
	line-height: 150%;
}

.single-content-person {
	position: relative;
	max-width: 1280px;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0 20px;
}

.article-single-person {
	position: relative;
	max-width: 1140px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
}

.outside-heading {
	font-size: 44px;
	line-height: 60px;
	padding: 30px 0 0 0;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: -50px;
}

.featured-center {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}

.conent-center {
	position: relative;
	max-width: 650px;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* TEAM PAGE */

.team-section-headline {
	font-size: 44px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 70px;
}

.team-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.team-section a {
	text-align: center;
	padding-bottom: 70px;
	display: block;
}

.theone-overview-img {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	height: 0;
	padding-bottom: 35%;
	width: 100%;
	max-width: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 2px #F2F5F3;
	filter: grayscale(100%);
	transition: all .2s ease-in-out;
}

.theone-overview-img:hover {
	filter: grayscale(0%);
}

.office-overview-img {
	height: 0;
	padding-bottom: 120%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 2px #F2F5F3;
	filter: grayscale(100%);
	transition: all .2s ease-in-out;
}

.office-overview-img:hover {
	filter: grayscale(0%);
}

.team-overview-img {
	height: 0;
	padding-bottom: 120%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #F2F5F3;
	filter: grayscale(100%);
	transition: all .2s ease-in-out;
}

.team-overview-img:hover {
	filter: grayscale(0%);
}

.article-single-person,
.article-single-team,
.team-section {
	margin-bottom: 80px;
	padding-bottom: 50px;
	border-bottom: solid 2px #F2F5F3;
}

.article-single-team h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: #00AB81;
	letter-spacing: 0.02em;
	line-height: 28px;
	margin-bottom: 3px;
	margin-top: 35px;
}

.article-single-team p {
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	margin-top: 5px;
	text-transform: uppercase;
}

.team-section p {
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	margin-top: 5px;
}

.team-section h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: #00AB81;
	letter-spacing: 0.02em;
	line-height: 28px;
	margin-bottom: 3px;
	margin-top: 35px;
}

.team-section span {
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
}

/* Aside */

.widget-area-bottom {
	height: 47px;
}

.sidebar-block,
.sidebar-block-posts,
.sidebar-block-pods {
	background: #F2F5F3;
	padding: 20px;
	font-size: 18px;
	line-height: 26px;
}

.sidebar-block-posts,
.sidebar-block-pods {
	margin-top: 1.5em;
}

.sidebar-block h2,
.sidebar-block-posts h2,
.sidebar-block-pods h2 {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

.sidebar-block p {
	margin: 15px 0;
}

.sidebar-block a {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	margin-top: 15px;
	text-align: center;
	display: block;
}

.sidebar-block a:hover {
	background: #00795a;
	text-decoration: none;
}

aside blockquote {
	margin: 0;
	font-style: italic;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.sidebar-same-category {
	display: grid;
	gap: 15px;
	grid-template-columns: 70px 2fr;
	margin-top: 20px;
	align-items: center;
	background: #F5F5F5;
	transition: all .2s ease-in-out;
}

.sidebar-same-category div {
	width: 70px;
	height: 70px;
	background-size: cover;
	background-position: center center;
}

a.sidebar-same-category,
.sidebar-block-pods a {
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0.02em;
	word-break: break-word;
}

.sidebar-block-pods a:hover {
	text-decoration: underline;
}

a.pod-btn {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	background: #00AB81;
	line-height: 22px;
	margin-top: 15px;
	text-align: center;
	display: block;
}

a.pod-btn:hover {
	background: #00795a;
	text-decoration: none;
}

.sidebar-same-category:hover {
	gap: 10px;
	background: #eaeaea;
	padding-right: 5px;
}

/* Lists */

.widget_rss ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_rss ul li,
.widget_recent_entries ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #D7DFD7;
	line-height: 50px;
}

.widget_rss ul li:last-of-type,
.widget_recent_entries ul li:last-of-type {
	border-bottom: none 0;
}

.widget_rss h2 a:first-child {
	display: none;
}

.widget_rss h2 a {
	font-size: 22px;
	line-height: 26px;
	color: #93D501;
}

/* ---------------------------------------------
# Pagination
--------------------------------------------- */

.wp-pagenavi {
	display: flex;
	font-size: 16px;
	padding-top: 10px;
}

.wp-pagenavi .current {
	display: block;
	padding: 0 10px;
	font-weight: 700;
}

span.pages {
	display: block;
	margin-right: auto;
}

.page.larger,
.larger.page,
.smaller.page,
.page.smaller,
.previouspostslink,
.nextpostslink {
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.page.larger:hover,
.larger.page:hover,
.smaller.page:hover,
.page.smaller:hover {
	border-bottom: 1px solid #222;
}

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

/* Logo Slider */


@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__container {
	position: relative;
	box-sizing: border-box
}

.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform
}

.splide.is-active .splide__list {
	display: flex
}

.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
}

.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1;
	margin: 0
}

.splide {
	visibility: hidden
}

.splide,
.splide__slide {
	position: relative;
	outline: none
}

.splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0
}

.splide__slide img {
	vertical-align: bottom
}

.splide__slider {
	position: relative
}

.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
}

.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	user-select: none
}

.splide--fade>.splide__track>.splide__list {
	display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
}

.splide--rtl {
	direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
	display: block
}

.splide--ttb>.splide__pagination {
	width: auto
}

.splide__arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: #ccc
}

.splide__arrow svg {
	width: 1.2em;
	height: 1.2em
}

.splide__arrow:hover {
	cursor: pointer;
	opacity: .9
}

.splide__arrow:focus {
	outline: none
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide__pagination {
	position: absolute;
	z-index: 1;
	bottom: .5em;
	left: 50%;
	transform: translateX(-50%);
	padding: 0
}

.splide__pagination__page {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 50%;
	margin: 3px;
	padding: 0;
	transition: transform .2s linear;
	border: none;
	opacity: .7
}

.splide__pagination__page.is-active {
	transform: scale(1.4);
	background: #fff
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus {
	outline: none
}

.splide__progress__bar {
	width: 0;
	height: 3px;
	background: #ccc
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
	border: 3px solid transparent
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: #000
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
	outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
	right: 1em;
	left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
	top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
	top: auto;
	bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
	display: flex;
	flex-direction: column;
	bottom: 50%;
	left: auto;
	right: .5em;
	transform: translateY(50%)
}

.splide-wrapper {
	position: relative;
	background: #e6eee9;
	width: 100%;
}

.splide {
	position: relative;
	max-width: 1280px;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	padding: 30px 0 30px 20px;
}

.splide img {
	max-height: 40px;
	width: auto;
}

.site-footer {
	background: #86958B;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	text-decoration: underline;
}

.footer-container {
	position: relative;
	max-width: 1240px;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
}

.footer-top {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.footer-bottom {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	margin-top: 30px;
	align-items: center;
}

.footer-bottom>div:first-of-type {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, auto);
}

.footer-form input {
	border: none;
	border-radius: 0;
}

.footer-form .email {
	background: rgba(255, 255, 255, .2);
	font-size: 18px;
	color: #fff;
	padding: 10px 15px 8px 15px;
	margin-bottom: 20px;
	max-width: 210px;
	width: 100%;
}

.footer-form .button {
	background: rgba(255, 255, 255, .5);
	font-size: 18px;
	color: #fff;
	padding: 10px 15px 8px 15px;
	margin-bottom: 20px;
	max-width: 210px;
	width: 100%;
}

.footer-form .button:hover {
	cursor: pointer;
}

.footer-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.footer-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	opacity: 1;
}

.footer-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.footer-form :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

.footer-social-container {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.footer-social-container a {
	height: 36px;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

.wp-caption-text {
	text-align: center;
}

/* Accessibility
--------------------------------------------- */

.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 650px; /* Max width */
    width: 100%; /* Ensure it takes up 100% of the parent width up to 650px */
    aspect-ratio: 16 / 9; /* Maintain the 16:9 aspect ratio */
    margin: auto; /* Centers the video horizontally */
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Full width of the container */
    height: 100%; /* Full height of the container */
}

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

.burger-container,
.mobile-nav {
	display: none;
}

/* -------------- MOBILE -------------- */

/* TABLET LANDSCAPE 1024 */

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

	body {
		font-size: 20px;
		line-height: 30px;
	}

	/* Header */

	.site-header {
		grid-template-columns: repeat(1, 1fr);
		padding: 10px 0 30px 0;
	}

	.site-header img {
		width: 140px;
		margin: 10px auto 17px auto;
	}

	.site-header ul {
		padding: 0 30px;
	}

	.site-header ul li a {
		font-size: 16px;
	}

	.site-header .login-container {
		right: 30px;
	}

	.site-header .header-search-wrapper {
		margin: 0 78px 0 0;
	}

	.site-header .header-search-wrapper input {
		pointer-events: none;
	}

	.site-header .header-search-wrapper.is-open {
		margin: 25px 78px 0 0;
	}

	.site-header .header-search-wrapper.is-open input {
		pointer-events: all;
	}

	.site-header .login-container .t-link,
	.site-header .login-container .l-link,
	.site-header .login-container .search-btn {
		display: none;
	}
	
	/* Content */

	/* Start / Leistungen / Page */

	.page-content {
		padding: 0 25px;
	}

	.theone-overview-img {
		padding-bottom: 100%;
	}

	.warum-container,
	.absolv-container {
		background-attachment: scroll;
	}

	.text-holder {
		left: 30%;
	}

	.top-start-container h1 {
		font-size: 65px;
		line-height: 70px;
		margin: 0 0 0 -5px;
	}

	.column-top h2 {
		font-size: 17px;
	}

	.column-top h3 {
		font-size: 16px;
	}

	.unter-top-column p.fliesstext {
		font-size: 18px;
		line-height: 26px;
	}

	.ueber-wrapper {
		text-align: center;
	}

	.ueber-wrapper p {
		max-width: none;
		padding: 0 25px;
	}

	.bieten-spalte h2 {
		font-size: 17px;
	}

	.bieten-spalte p {
		font-size: 18px;
		line-height: 26px;
	}

	.warum-wrapper {
		text-align: center;
		padding: 0 25px 50px 25px;
	}

	.warum-inside-wrapper {
		gap: 60px;
		padding: 0 25px;
	}

	.warum-inside-wrapper h3 {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.warum-inside-wrapper h3::before {
		vertical-align: -13%;
	}

	.veranstaltung-container {
		padding: 0 25px 120px 25px;
	}

	.absolv-wrapper {
		text-align: center;
		padding: 0 25px 50px 25px;
	}

	.absolv-inside-wrapper {
		gap: 60px;
		padding: 0 25px 100px 25px;
	}

	.social-container {
		text-align: center;
	}

	.social-spalten-container {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		padding: 0 25px;
	}

	.blog-inside-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 30px;
		padding: 0 25px 50px 25px;
	}

	.outside-heading {
		margin-left: 0;
	}

	/* Footer */

	.splide__slide {
		padding: 0 10px;
	}

	.footer-top {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		padding: 0 25px
	}

	.footer-bottom {
		padding: 0 25px;
	}

}

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

	/* Header */

	.site-header {
		padding: 0;
		height: 95px;
	}

	a.logo-container {
		margin: auto 15px;
	}

	.site-header .login-container {
		left: 15px;
		top: 20px;
	}

	.site-header img {
		width: 140px;
		margin: 10px auto 17px auto;
	}

	.top-of-line {
		top: 95px;
	}

	.main-navigation,
	.search-btn,
	.site-header .header-search-wrapper {
		display: none;
	}

	.empty-header-dist-fix,
	.empty-header-dist {
		height: 95px;
	}

	.burger-container {
		display: block;
		position: fixed;
		height: 19px;
		width: 30px;
		top: 20px;
		right: 15px;
		z-index: 9999;
		transition: all .2s ease-in-out;
	}

	.burger-container>div:nth-of-type(1),
	.burger-container>div:nth-of-type(2),
	.burger-container>div:nth-of-type(3) {
		height: 2px;
		width: 100%;
		background: #00AB81;
		margin-bottom: 6px;
	}

	.burger-container>div:nth-of-type(3) {
		height: 2px;
		width: 100%;
		background: #00AB81;
		margin-bottom: 0;
	}

	.burger-container.is-active {
		transform: rotate(90deg);
		top: 22px;
		right: 13px
	}

	.mobile-nav {
		position: fixed;
		background: #fff;
		height: 100vh;
		width: 100vw;
		z-index: 9998;
		opacity: 0;
		pointer-events: none;
		transition: all .2s ease-in-out;
		display: flex;
		align-items: center;
		align-content: center;
		text-align: center;
	}

	.mobile-nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.mobile-nav ul li a {
		font-size: 22px;
		line-height: 35px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.mobile-nav.is-open {
		opacity: 1;
		pointer-events: all;
		transition: all .2s ease-in-out;
	}

	.mobile-nav-container {
		width: 100%;
	}

	.mobile-src {
		margin: 0 0 50px 0;
	}

	.mobile-src input {
		background: #f1f1f1;
		border: 0 none;
		padding: 15px;
		border-radius: 35px;
	}

	/* Content */

	.top-start-container {
		padding-bottom: 50%;
	}

	.text-holder {
		transform: translateY(-50%);
		left: 15px;
	}

	.top-start-container h1 {
		font-size: 27px;
		line-height: 30px;
		margin: 0 0 0 -1px;
	}

	.top-start-container a {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.top-start-container p {
		font-size: 14px;
		font-weight: normal;
	}

	.events-grid-start {
		display: grid;
		grid-template-columns: 1fr;
	}

	.events-grid-start li {
		grid-template-columns: 1fr;
		gap: 10px;
	}



	/* Archive / Sidebar */

	.archive-main,
	.search-main,
	.posts-stream .posts-list a {
		display: block;
	}

	.posts-stream .posts-list article .img-container {
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.single-header-container {
		height: 270px;
	}

	.single-header-container h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.single-content {
		display: block;
		margin: 20px auto 100px auto;
	}

}

/* Spark7 Landingpage */

.page-template-page-spark  .absolv-random-container img {
	border-radius: var(--border-radius);
}

.page-template-page-spark  .blog-inside-wrapper a .img-container {
    border-radius: var(--border-radius);
}

.page-template-page-spark  .social-spalten-container a {
    border-radius: var(--border-radius);
}

.page-template-page-spark  .events-grid-start li div:first-child {
    border-radius: var(--border-radius);
}

@media only screen and (max-width: 480px) {
	
 .footer-social-container {
    display: block;
}

	.page-template-page-spark .top-start-container {
	height: 310px;
		margin: 25px auto 40px auto;
}
	
	.page-template-page-spark .text-holder {
    left: 20px;
}
	
	.page-template-page-spark .top-start-container a {
		font-size: 14px;
    padding: 10px 20px;
	}
	
	.page-template-page-spark .top-start-container p {
		font-size: 16px;
    font-weight: 400;
	}
	
	.page-template-page-spark .top-start-container h1 strong {
    margin-left: 0px;
}
	
	.page-template-page-spark .top-start-container h1 {
    margin: 10px 0 0 0px;
}
	
	.page-template-page-spark .ueber-wrapper {
    padding: 0 25px 40px 25px;
}

}

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

	h1 {
		font-size: 26px !important;
		line-height: normal !important;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	h2,
	.bieten-container>span {
		font-size: 20px !important;
		line-height: normal !important;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	.bieten-container>span {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	h3 {
		font-size: 20px !important;
		line-height: normal !important;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}

	/* Header */

	nav.anchor-nav,
	nav.anchor-nav-archive {
		height: auto;
		text-align: center;
		padding: 10px;
	}

	nav.anchor-nav>div,
	nav.anchor-nav-archive>div {
		display: flex;
		flex-direction: column;
	}

	nav.anchor-nav>div span,
	nav.anchor-nav-archive>div span {
		display: none;
	}

	/* Content */

	.termine-text-desktop {
		display: none;
	}
	
	.termine-text-mobile {
		display: block;
	}

	/* Start / Leistungen */

	.top-bereich,
	.headline-spalten-container,
	.spalten-container,
	.bieten-spalte {
		padding: 0 25px 0 25px;
	}

	.headline-spalten-inside-wrapper {
		gap: 0;
	}

	.inside-brecher-wrapper>div {
		padding: 0 25px;
	}

	.warum-inside-wrapper {
		gap: 0;
		padding: 0 25px;
	}

	.page-template-person .single-content-person ul li::before {
		vertical-align: -15%;
	}

	/* Archiv */

	.archive-main,
	.single-content,
	.search-main {
		margin: 50px auto 0 auto;
	}

	.archive-main aside,
	.single-content aside,
	.search-main aside {
		margin-top: 50px;
	}

	.footer-bottom>div:first-of-type {
		grid-template-columns: repeat(1, auto);
	}

	.sidebar-block embed,
	.sidebar-block iframe {
		width: 100%;
	}

	/* Footer */

	.site-footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}