/*!
Theme Name: Tamalpa Germany Theme
Theme URI: http://madebymuse.de/
Author: muse digitalagentur
Author URI: http://madebymuse.de/
Description: Fancy theme for creating a better Webexperience ;)
Version: 2.1.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: muse theme

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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
--------------------------------------------- */
body {
	background: #fdfbfc;
}

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

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

a:visited {
	_color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

.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 {
  font-size: 36px;
  color: #606060;
  margin-top: 16px;
  transition: 0.4s ease;
}
.main-navigation ul ul a:hover {
  color: var(--tg-blue);
  padding-left: 10px;
}

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

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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


/* STYLES RAPP24 
--------------------------------------------- */

:root{
	/* --tg-blue: #40afcf; */
  --tg-blue: #57a5c4;
  --tg-blue: #4296b1;
  --tg-orange: #ed523a;
  --tg-grey: #545464;
  --tg-peach: #fffaf0;

  --tg-darkblue: #294d96;
  --tg-lilac: #404969;
  --tg-rose: #e9ad98;
  --tg-yellow: #faa61a;
  --tg-green: #10b981;
  --tg-red: #f74952;
  }


  /* 
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url('/wp-content/themes/muse-default-theme/css/Montserrat/Montserrat-VariableFont_wght.ttf'); /* IE9 Compat Modes */
  /*}   
  */


@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff2') format('woff2'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.woff') format('woff'),
        url('/wp-content/themes/muse-default-theme/css/Montserrat/static/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
  

body{
	font-family: "Noto Sans", sans-serif;
	margin: 0 !important;
}

/* HEADER */
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: transparent;
	z-index: 10000;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid transparent;
  }


.inner-mastheader {
	width: 92%;
	_max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
  position: relative;
  padding: 30px 0;
  align-items: start;
  justify-content: space-between;
	transition: 0.3s ease-in-out;
  }


/* SITEBRANDING */  
.site-branding {
  width: 240px;
  height: auto;
  transition: 0.4s ease-in-out;
  position: relative;
  margin-top: 10px;
  z-index: 20;
  transform: translateY(0px);
}

#masthead.shrink {
  background: var(--tg-peach);
}
.shrink .inner-mastheader {
  padding: 15px 0;
  height: 110px;
}
.shrink .site-branding {
  transform: translateY(-200px);
}



.site-branding-shrink {
  width: 240px;
  height: auto;
  transition: 0.4s ease-in-out;
  position: relative;
  margin-top: 10px;
  transform: translateY(0px);
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 10;
  transform: translateY(-200px);
}
.site-branding-shrink svg path {
  fill: var(--tg-blue);
}

.active-submenu .site-branding-shrink svg path {
  fill: var(--tg-blue);
}

.shrink .site-branding-shrink {
  transform: translateY(0px);
}



/* MAIN NAV */  
#site-navigation {
  width: calc(100% - 240px);
}

#primary-menu {
  display: flex;
  justify-content: end;
  align-items: start;
  margin-top: 30px;
}

.main-navigation ul ul {
  box-shadow: none;
  float: none;
  position: relative;
  top: 140px;
  left: 0;
  z-index: 20;
  flex-flow: column !important;
}

.main-navigation ul ul a {
  font-size: 26px;
  color: #606060;
  margin-bottom: 20px;
}

/* STRUCTURE */

.entry-content{
	margin-top: 0;
}
.content-section{
	width: 86%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 0%;
}
.content-section-sticky-left {
  position: relative;
  margin-left: 0; 
  margin-right: auto; 
  width: calc(76% + (100% - 76%) / 2); 
  max-width: calc(1480px + (100% - 1480px) / 2);
}

.content-section-sticky-right {
  position: relative;
  margin-left: auto; 
  margin-right: 0;   
  width: calc(76% + (100% - 76%) / 2);
  max-width: calc(1480px + (100% - 1480px) / 2);
}
.content-section-m {
  width: 76%;
}

  .content-section-s .textwidget{
	max-width: 860px;
  }
.content-section p > a{
	color: var(--tg-blue);
}
.content-section.no-pt{
	padding-top: 0;
}
.content-section.no-pb{
	padding-bottom: 0;
}


/* FOOTER */
footer p:first-child{
	margin-top: 0;
}
footer .so-widget-image {
  max-width: 210px !important;
}
footer p strong, footer p b{
	font-weight: 600;
}
footer p strong {
  color: #fff;
  font-family: "Open Sans";
}
footer li a{
	font-weight: 400;
}
.entry-footer{
	display: none;
}
footer.site-footer{
  background: var(--tg-blue);
}
.site-footer a{
	text-decoration: none;
	transition: 0.3s ease-in-out;
  font-weight: 300;
  color: #fff !important;
  }
  .site-footer p {
    font-size: 1.1em !important;
    font-weight: 400;
    color: #fff !important;
    letter-spacing: .6px;
  }
  .site-footer a:hover{
	color:#fff !important;
  }
  
  .site-footer a, .site-footer p {
	color: #fff;
	text-decoration: none;
  }  

  footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  footer a{
	font-weight: 500;
  }
  a.social svg {
  width: 23px;
  height: 25px;
}
a.social svg path {
  fill: #fff;
}
footer li, footer p {
  line-height: 1.6;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.site-info .info-item:first-of-type {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.site-info {
  font-size: .8em !important;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 0px;
}
.info-item .sep {
  margin-left: 5px;
  margin-right: 5px;
}


.cpr {
  display: flex;
}
.sep {
  margin-left: 6px;
  margin-right: 6px;
}
.legals ul {
  display: flex;
}
.legals ul li {
  margin-left: 20px;
}
 

/* GENERAL CONTENT */
.more-btn {
  color: #fff !important;
  background: var(--tg-blue);
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  padding: 12px 20px 13px;
  border-radius: 60px;
  letter-spacing: .75px;
  margin-right: 1em;
  transition: 0.4s ease-in-out;
  border: 2px solid var(--tg-blue);
  display: inline-block;
  margin-top: 20px;
  font-family: "Open Sans";
}
.more-btn + .more-btn {
  border: 2px solid var(--tg-blue);
  background: transparent !important;
  color: var(--tg-blue) !important;
  margin-right: 0 !important;
}


/* 
.more-btn:hover {
background: #747474;
border: 2px solid #747474;
color: #fff;
}

.more-btn + .more-btn:hover {
color: #747474 !important;
border: 2px solid #747474 !important;
background: transparent !important;
} */

#pgc-8-3-1 .more-btn{
  color: var(--tg-blue) !important;
  border: 2px solid #fff;
}

.more-btn::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  position: relative;
  font-size: 14px;
  margin-left: 10px;
  transition: 0.4s ease-in-out;
  display: inline-block;
}
#sub-hero .more-btn::after{
  transform: rotate(90deg);
}
#secondary .img-grid-left .more-btn {
  background: transparent !important;
  border-color: #fff;
  cursor: pointer;
}
#secondary .img-grid-left .more-btn:hover {
  background: #fff !important;
  border-color: #fff;
  color: var(--tg-blue) !important;
}

  p strong, p b{
	font-weight: 600;
  }
 .main-navigation #primary-menu a{
  outline: none !important;
 }
  .main-navigation #primary-menu > li{
    margin-left: 30px;
    line-height: 1.1;
  }
.main-navigation #primary-menu > li > a {
  font-size: 19px;
  text-transform: unset;
  margin-top: 0;
  font-weight: 500;
  color: var(--tg-grey);
  transition: 0.3s ease;
  _font-family: "Noto Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .4px;
  z-index: 10;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.main-navigation #primary-menu > li > a.active,
.main-navigation #primary-menu > li > a:hover {
  color: var(--tg-blue) !important;
}
#primary-menu a .fas.fa-chevron-down {
  transition: 0.4s ease;
}
#primary-menu a.active .fas.fa-chevron-down {
  transform: rotate(-180deg);
}
.shrink .main-navigation #primary-menu > li > a,
body:not(.home) .main-navigation #primary-menu > li > a{
  color: #747474;
}

.active-submenu .main-navigation #primary-menu > li > a{
  color: #747474;
}

.active-submenu .main-navigation #primary-menu > li > a.active,
.active-submenu .main-navigation #primary-menu > li > a:hover,
.shrink .main-navigation #primary-menu > li > a.active,
.shrink .main-navigation #primary-menu > li > a:hover,
body:not(.home) .main-navigation #primary-menu > li > a.active,
body:not(.home) .main-navigation #primary-menu > li > a:hover,
.main-navigation #primary-menu .current-menu-item > a,
.main-navigation #primary-menu .current-menu-parent > a
{
  color: var(--tg-blue) !important;
}

.shrink .main-navigation #primary-menu > li > a.active,
.active-submenu .main-navigation #primary-menu > li > a.active{
  color: var(--tg-blue);
}

.main-navigation #primary-menu > li.current-menu-parent > a,
.main-navigation #primary-menu > LI.current-menu-item > a{
  color: var(--tg-blue);
  border-bottom: 2px solid  var(--tg-blue);
}

#primary-menu > li > .sub-menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: none;
}
.sub-menu li a{
  display: inline-block;
}
h2 {
	font-size: 2em;
	font-weight: 500;
	color: var(--mse-heading);
	_color: #444;
  }
.content-section p,
.content-section-left p,
.content-section-right p,
.entry-content .content-section ul li{
	font-size: 22px;
	font-weight: 300;
}

/* HERO + SLIDER HOME */
#hero{
	position: relative;
	min-height: 420px;
  padding-top: 140px;
}

/* #hero:after {
  content: "";
  width: 100%;
  height: 120px !important;
  background: #fff;
  position: absolute;
  bottom: -100px;
  display: block;
  left: 0;
} */
#pg-8-1{
  position: relative;
}

.tg-blue_section{
  position: relative;
}
.tg-blue_section:before{
  content: "";
  background: url('/wp-content/uploads/2026/03/brush5.png');
  position: absolute;
  top: -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  background-size: contain;
  z-index: 3;
} 

.tg-blue_section:after{
  content: "";
  background: url('/wp-content/uploads/2026/03/brush5.png');
  position: absolute;
  bottom: -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 3;
} 

  #hero-loop {
  padding-top: 0;
  margin-top: -60px;
}
.testimonial-content {
  padding-left: 50px;
  padding-right: 50px;
}
.tg-blue_section{
  background: var(--tg-blue);
  _background: linear-gradient(45deg, rgb(66, 150, 177) 0%,rgb(66, 150, 177) 60%,rgb(240, 249, 255) 100%);
  color: #fff;
}
.testimonials-slider-wrap p{
  opacity: 1 !important;
  transform: unset !important;
}
.testimonials-slider-wrap .swiper-button-next, .testimonials-slider-wrap .swiper-button-prev{
  display: block !important;
}
.testimonials-slider-wrap {
  margin-top: 60px;
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#hero-loop video,
#hero-loop img{
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1.2s cubic-bezier(0.25,0.10,0.25,1.00);
}
#hero-loop video, #hero-loop img {
  aspect-ratio: 1.5;
  object-fit: cover;
}
#hero-loop video.slideIn,
#hero-loop img.slideIn{
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

#hero-loop .img-sm img{
  transition-delay: .6s;
}

#hero-loop video{
  border-radius: 0 10px 10px 0;
}
#hero-loop img{
  border-radius: 10px;
}
.tg-blue_section h2 {
  color: #fff !important;
  margin-top: 40px !important;
}
.mask-img img {
  -webkit-mask: url("/wp-content/uploads/2026/02/clip.svg") no-repeat center / contain;
  mask: url("/wp-content/uploads/2026/02/clip.svg") no-repeat center / contain;
  mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
aspect-ratio: 1;
_mix-blend-mode: screen;
}

#cta-termine{
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#cta-termine.slideIn{
  opacity: 1;
}
#cta-btn_fixed {
  position: fixed;
  color: #fff;
  right: calc(4% + 130px);
  top: 50px;
  z-index: 100;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .3vw;
  text-transform: uppercase;
  text-decoration: none;
}
body{
  background: #fff !important;
}
.content-section h1 {
  color: var(--tg-blue);
  line-height: 1.3;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: .2px;
  _font-family: "Noto Serif Display", serif; /*Italiana*/
  font-family: "Open Sans";
} 
.content-section h2 {
  color: var(--tg-blue);
  line-height: 1.1;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: .2px;
  _font-family: "Noto Serif Display", serif; /*Italiana*/
  font-family: "Open Sans";
} 
.content-section h2{
	margin-top: 0;
}
.content-section h3 {
  font-size: 36px;
  font-weight: 600;
  _font-family: "Noto Serif Display", serif; /*Italiana*/
  font-family: "Open Sans";
  color: var(--tg-blue);
  line-height: 1.1;
}
#secondary h3, footer h3, .tg-blue_section h3{
  color: #fff;
}
#hero p{
	font-size: 1.3em;
}
.tg-blue_section p a {
  color: #fff;
}
#sub-hero h1 {
  font-size: 64px;
  font-weight: 600;
  color: var(--tg-blue);
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1.1;
}

  /* SUBHERO */
  .entry-content {
	position: relative;
  }
  #sub-hero {
  padding-top: 200px;
margin-bottom: -10px;
}

.parallax {
  background-position: center;
  height: 65vh;
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  top: 0;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.parallax:before{
  content: "";
  background: url('/wp-content/uploads/2026/03/brush5.png');
  position: absolute;
  top: -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  background-size: contain;
} 

.parallax:after{
  content: "";
  background: url('/wp-content/uploads/2026/03/brush5.png');
  position: absolute;
  bottom: -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  background-size: contain;
  transform: rotate(180deg);
} 
  .ios .parallax {
	background-position: center !important;
	height: 65vh;
	width: 100%;
	background-attachment: scroll !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	top: 0;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
  }

#intro > .panel-grid-cell h1 {
  width: 60%;
  margin-top: -6%;
  min-width: 670px;
  _color: #fff !important;
  color: var(--tg-blue) !important
}
#intro{
  _color: var(--tg-blue);
}
#intro p {
  max-width: 920px;
}
.site-branding svg path {
  fill: var(--tg-blue);
}
body:not(.home) .site-branding svg path {
  fill: var(--tg-blue);
}
.active-submenu .site-branding svg path {
  _fill: var(--tg-blue);
  fill: #fff;
}

.site-branding svg path.st1 {
  _fill: var(--tg-grey);
  fill: #fff;
}

body:not(.home) .site-branding svg path.st1 {
  fill: var(--tg-grey);
}
#hero-loop .img-m {
  margin-top: 60px;
  padding-right: 8%;
  margin-left: 0;
}
#hero-text p {
  color: #555;
  font-size: 28px;
  font-weight: 300;
}
#hero-text p strong {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .2px;
  font-family: "Open Sans";
  line-height: 1.2;
  display: block;
  margin-bottom: -20px;
}
#hero-text .textwidget p{
  max-width: 720px;
  line-height: 1.6;
  color: #fff;
}
#hero-text .textwidget{
  display: flex;
}
#hero-text .textwidget #cta-termine {
  max-width: 220px;
  position: relative;
  top: -15vh !important;
}
#sub-hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cta-termine {
  /* width: 50px;
  height: 50px; */
  margin: auto;
  display: block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  outline: none !important;
}

#cta-termine svg {
  width: 100%;
  display: block;
  
}
#cta-termine svg path {
  stroke: var(--tg-orange) !important;
}
.menu-toggle {
  position: fixed;
  right: 0;
  top: 40px;
}

#hero-loop .dist-top {
  margin-top: 90px;
}
#hero-loop .img-sm {
  padding-right: 25%;
}


.hero-ring {
  width: clamp(220px, 30vw, 310px);
  aspect-ratio: 1;
}

.hero-ring__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-ring__text {
  font-size: 21px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  fill: #fff;
  transition: 0.4s ease;
}
.more-btn:hover::after {
  transform: translateY(-1px) rotate(-45deg);
}
#cta-termine:hover .hero-ring__text {
  fill: #fff
}

.hero-ring__text{
  transform-origin: 200px 200px; /* Zentrum deines 400x400 viewBox */
  animation: spin 16s linear infinite;
}

#cta-termine:hover .hero-ring__text{
  animation-play-state: paused;
}

@keyframes spin{
  to { transform: rotate(360deg); }
}
.hero-ring__arrow {
  fill: #fff;
  transform: translate(140px, 168px) scale(.15) rotate(-10deg);
  transform-box: fill-box;
}
.panel-grid > .section--brush {
  background:#fff;
  color: #fff;
}
.panel-grid > .section--brush .img-grid-left{
  padding: 0;
  align-items: stretch !important;
}
/* #pg-8-3 .img-grid-left .panel-grid-cell:first-of-type,
#pg-20-1 .img-grid-left .panel-grid-cell:first-of-type,
.panel-grid > .section--brush .img-grid-left .panel-grid-cell:first-of-type{
  position: relative;
}
#pg-8-3 .img-grid-left .panel-grid-cell:last-of-type,
#pg-20-1 .img-grid-left .panel-grid-cell:last-of-type,
.panel-grid > .section--brush .img-grid-left .panel-grid-cell:last-of-type{
  padding-top: 80px;
  padding-bottom: 50px;
}
#pg-8-3 .img-grid-left .panel-grid-cell:last-of-type h2,
#pg-20-1 .img-grid-left .panel-grid-cell:last-of-type h2,
.panel-grid > .section--brush .img-grid-left .panel-grid-cell:last-of-type h2{
  color: #fff !important;
}
#pg-8-3 .img-grid-left .panel-grid-cell:first-of-type img,
#pg-20-1 .img-grid-left .panel-grid-cell:first-of-type img,
.panel-grid > .section--brush .img-grid-left .panel-grid-cell:first-of-type img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
} */
#secondary .widget{
  margin: 0 !important;
}
#secondary {
  background: var(--tg-blue);
  color: #fff;
  position: relative;
}
#secondary::before {
  content: "";
  background: url('/wp-content/uploads/2026/03/brush5.png');
    background-repeat: repeat;
    background-size: auto;
  position: absolute;
  top: -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  background-size: contain;
}


#secondary .img-grid-left {
  padding: 0;
  align-items: stretch !important;
}
#secondary .img-grid-left .panel-grid-cell:last-of-type {
  position: relative;
}
#secondary .img-grid-left .panel-grid-cell:first-of-type {
  padding-top: 80px;
  padding-bottom: 50px;
}
#secondary .img-grid-left .panel-grid-cell:first-of-type h2{
  color: #fff !important;
}
#secondary .img-grid-left .panel-grid-cell:last-of-type img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.info-box p {
  font-size: 16px;
}
.info-box {
  border-top: 1px solid #dedede;
  padding-top: 19px;
}
.sm_textarea p,
.info-box {
  max-width: 880px;
}

.info-box .textwidget p:last-child {
  width: calc(100% - 160px);
}
.info-box .textwidget {
  justify-content: space-between;
  align-items: center;
}
.info-box .textwidget {
  display: flex;
  flex-wrap: wrap;
}
.info-box .textwidget p:first-child {
  width: 130px;
  mix-blend-mode: darken;
  padding-right: 40px;
}
.textwidget form input[type="text"], .textwidget form input[type="email"] {
  padding: 12px 0;
  width: 48% !important;
  border: none;
  border-radius: 2px;
  margin-bottom: 20px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
#secondary h3 + p {
  margin-bottom: 0;
}
footer .content-section {
  border-top: 1px solid #fff;
}
.textwidget form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pgc-8-5-0 {
  padding-right: 3%;
}

nav.social ul {
  display: flex;
}

.site-info .cpr {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  opacity: .6;
  font-size: 13px !important;
  font-weight: 300 !important;
}
.site-info .cpr a{
  font-size: 1em !important;
}




.muse-beitraege-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.muse-beitraege-thumb {
  width: 380px !important;
}
.muse-beitraege-thumb img {
  width: 100% !important;
  object-fit: cover;
  aspect-ratio: 1.65;
}
.muse-beitraege-content {
  width: calc(100% - 420px);
}
.muse-beitraege-content > .muse-beitraege-date,
.muse-beitraege-content > .muse-beitraege-location {
  font-size: 16px;
  margin-top: 0;
}
.muse-beitraege-content > .muse-beitraege-date{
  margin-bottom: 4px;
}
.muse-beitraege-title {
  font-size: 28px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 0;
  _font-family: "Noto Serif Display", serif;
  font-family: "Open Sans", sans-serif;
}
.muse-beitraege-title a {
  color: var(--tg-blue);
  text-decoration: none;
}

.muse-beitraege-readmore .more-btn {
  font-size: 14px;
  padding: 10px;
}
.muse-beitraege-readmore {
  margin-top: -10px;
  margin-bottom: 0;
}
.muse-beitraege-desc {
  font-size: 20px !important;
  margin-top: 8px;
}

.muse-beitraege-item:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe5d5;
  padding-bottom: 25px;
}


#hero-text h1, #hero-text h2, #hero-text h3, #hero-text p,
.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6, .content-section p, .content-section img,
#history img, #history svg:not(#brush){
  opacity: 0;
  transition: 0.8s ease-in-out;
  transform: translateY(60px);
}

#hero-text h1.slideIn, #hero-text h2.slideIn, #hero-text h3.slideIn, #hero-text p.slideIn,
.content-section h1.slideIn, .content-section h2.slideIn, .content-section h3.slideIn, .content-section h4.slideIn, .content-section h5.slideIn, .content-section h6.slideIn, .content-section p.slideIn, .content-section img.slideIn, #history img.slideIn, #history svg:not(#brush).slideIn{
  opacity: 1;
  transform: translateY(0px);
}

nav.social ul li a {
  margin-right: 16px;
  font-size: 38px !important;
  color: #fff !important;
  margin-top: -8px !important;
  display: block;
}
nav.social ul li a:hover {
  color: var(--tg-orange);
}

.swiper .muse-beitraege-map {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.swiper .muse-beitraege-item {
  display: block;
}
.swiper .muse-beitraege-item > div {
  width: 100% !important;
}
.swiper .muse-beitraege-content {
  background: var(--tg-blue);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.swiper .muse-beitraege-title a {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
.swiper .muse-beitraege-location{
  margin-bottom: 0;
}
.swiper-button-next, .swiper-button-prev {
  display: none !important;
}

.swiper .muse-beitraege-thumb img {
  display: block;
 
}
/* .swiper .muse-beitraege-title {
  border-top: 1px solid;
  margin-top: 15px;
} */
.more-btn.more-btn-mini {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0;
    padding-bottom: 0px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  margin-bottom: 5px;
  margin-top: 20px !important;
}
.more-btn.more-btn-mini:hover {

  border-bottom: 2px solid #fff;
}
.swiper .muse-beitraege-desc {
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 14px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.swiper-custom-btns button i {
  position: relative;
  top: -1px;
}
.swiper .muse-beitraege-desc{
  font-size: 19px;
}
.swiper-custom-btns button {
  background: var(--tg-blue);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  margin-left: 5px;
}
.swiper-custom-btns {
  position: absolute;
  right: 0;
  top: 4px;
}
#termine_frontpage_headline{
  position: relative;
}

.swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

/* TMÜ TERMINE FILTER */

#termine_filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  margin-top: -30px;
  border-bottom: 1px solid #ebe5d5;
  padding-bottom: 25px;
  border-top: 1px solid #ebe5d5;
  padding-top: 25px;
}
#termine_filter-row select, #termine_filter-row input {
  padding: 10px;
  border: 1px solid #ebe5d5;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  background: #fff;
  font-size: 16px;
  font-family: sans-serif;
}
.termin-filter-item.cal {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-left: 10px;
}
.termin-filter-item span {
  border: 1px solid #ebe5d5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(235, 229, 213);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(222, 222, 222);
  padding: 10.75px;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  margin-left: -10px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background: var(--tg-blue);
}
article.veranstaltung {
  width: 76%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 0% 80px !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
#termine_filter-row select {
  padding: 13.5px 10px 14px;
}
body:not(.home) .muse-beitraege-thumb img {
  border-radius: 10px;
}
body:not(.homne).muse-beitraege-date {
  font-weight: 500 !important;
}
body:not(.home) .muse-beitraege-thumb img {
  border-radius: 10px;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.swiper .muse-beitraege-thumb img {
  border-radius: 10px 10px 0 0 !important;
}
.section--brush{
  position: relative;
  isolation: isolate;
}




.muse-beitraege-readmore {
  margin-top: 0px;
  margin-bottom: 10px;
}

#secondary .panel-grid > .section--brush .img-grid-left .panel-grid-cell:last-of-type {
  padding-top: 0;
  padding-bottom: 0;
}



#logo-bg {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 70%;
}

#panel-8-0-0-0 {
  position: relative;
  z-index: 2;
}
#logo-bg path {
  fill: #fff;
}


#termine_frontpage_headline {
  align-items: center !important;
  margin-bottom: 50px;
}
#termine_frontpage_headline h2 {
  margin-bottom: 0;
}


#sub-hero.teillogo .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#sub-hero.teillogo .panel-grid-cell .so-panel:first-child {
  width: 62% !important;
}
#sub-hero.teillogo .panel-grid-cell .so-panel:last-child {
  width: 30%;
}
#sub-hero.teillogo .panel-grid-cell .so-panel:last-child svg path {
  fill: var(--tg-blue);
}
.kurs-infobox p{
  font-size: 1.1em;
  margin-top: 25px;
}
.kurs-infobox {
  padding-left: 10%;
  border-left: 1px solid #fff;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}
.content-section.no-pt.mt {
  margin-top: 90px;
}

.dbl_imgs .panel-grid-cell:first-child .so-panel{
  margin-top: -20px;
  margin-right: -40px;
}
.dbl_imgs .panel-grid-cell:last-child .so-panel{
  margin-top: 40px;
  margin-left: -40px;
}

.dbl_imgs img {
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 10px;
}
.main-navigation ul ul a {
  font-family: "Open Sans";
}


.entry-content > .panel-layout .content-section ul {
  margin: 0;
  padding: 0;
}
.entry-content > .panel-layout .content-section ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.entry-content > .panel-layout .content-section ul li:before {
  content: "–";
  color: var(--tg-blue);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 24px;
}

.page-id-330 .teillogo svg,
.page-id-376 .teillogo svg,
.page-id-427 .teillogo svg,
.page-id-432 .teillogo svg,
.page-id-447 .teillogo svg,
.page-id-464 .teillogo svg {
  max-height: 390px;
  margin: auto !important;
  display: block;
  margin-bottom: -30px !important;
}

.page-id-330 #sub-hero.teillogo .panel-grid-cell .so-panel:first-child {
  width: 65% !important;
}
.page-id-464 #sub-hero.teillogo .panel-grid-cell {
  flex-direction: row-reverse;
}
.page-id-464 #sub-hero.teillogo .panel-grid-cell .so-panel:first-child {
  width: 70% !important;
}
.page-id-457 #sub-hero.teillogo .panel-grid-cell .so-panel:first-child {
  width: 75% !important;
}
#ausbildungsteam .panel-grid-cell:first-child,
#followus  .panel-grid-cell:first-child{
  padding-left: 30%;
}

#followus li::before {
  display: none;
}
#followus nav.social ul li a {
  color: var(--tg-blue) !important;
}
#followus nav.social ul li {
  padding-left: 0;
  padding-right: 10px;
}
.entry-content > .panel-layout .content-section .checklist ul li,
.entry-content > .panel-layout .content-section ul li{
  padding-left: 42px;
}
.entry-content > .panel-layout .content-section .checklist ul li::before,
.entry-content > .panel-layout .content-section ul li::before {
  content: "" !important;
  color: #fff !important;
  font-weight: 600 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0px !important;
  font-size: 24px !important;
  background: url('/wp-content/uploads/2026/03/bullet2.jpg') !important;
    background-size: auto !important;
  background-size: cover !important;
width: 28px !important;
  height: 28px !important;
}
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(2)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(2)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(7)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(13)::before{
  background: url('/wp-content/uploads/2026/03/bullet1.jpg') !important;
  background-size: cover !important;
}
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(3)::before,
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(9)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(3)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(11)::before{
  background: url('/wp-content/uploads/2026/03/bullet4.jpg') !important;
  background-size: cover !important;
}
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(5)::before,
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(10)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(5)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(10)::before,
  .entry-content > .panel-layout .content-section ul li:nth-child(14)::before{
  background: url('/wp-content/uploads/2026/03/bullet3.jpg') !important;
  background-size: cover !important;
}
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(6)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(6)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(9)::before{
  background: url('/wp-content/uploads/2026/03/bullet6.jpg') !important;
  background-size: cover !important;
}
.entry-content > .panel-layout .content-section .checklist ul li:nth-child(8)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(8)::before,
.entry-content > .panel-layout .content-section ul li:nth-child(15)::before{
  background: url('/wp-content/uploads/2026/03/bullet1.jpg') !important;
  background-size: cover !important;
}

.entry-content > .panel-layout .content-section .checklist ul li {
  padding-left: 70px;
  margin-bottom: 30px;
  margin-top: 50px;
}


.ppl-section .panel-grid-cell:last-of-type img {
  border-radius: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 20% 50%;
}

.ppl-section .panel-grid-cell:first-of-type .so-panel {
  background: #fff;
  padding-top: 50px;
  padding-right: 50px;
  margin-right: -100px;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  border-radius: 10px;

}

.ppl-section-reverse .panel-grid-cell:first-of-type img {
  border-radius: 10px;
  aspect-ratio: 1;
  object-fit: cover;
}

.ppl-section-reverse .panel-grid-cell:last-of-type .so-panel {
  background: #fff;
  padding-top: 50px;
  padding-left: 50px;
  margin-left: -100px;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  border-radius: 10px;
}


/* BÜCHER */
#buecher .sow-image-container img {
  _aspect-ratio: 1.35;
  _object-fit: contain;
  background: #fff;
border-radius: 10px;
  mix-blend-mode: darken;
  width: 90%;
}
#buecher .panel-grid:not(:last-of-type) {
  margin-bottom: 60px;
}

/* HISTORY */
.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) {
  padding-right: 5%;
  position: relative;
  margin-bottom: 50px;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) {
  padding-left: 5%;
  position: relative;
  margin-bottom: 50px;
}

.history-scroll-reveal .panel-grid:nth-child(odd):not(:first-of-type) .panel-grid-cell:nth-child(1){
  margin-top: -200px !important;
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) {
  margin-top: -100px !important;
}

#history{
	position: relative;
}
#history > .panel-grid-cell > .panel-last-child {
  height: 92%;
  min-width: 40px;
  position: absolute;
  top: 4%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.history-scroll-reveal .panel-grid:nth-child(2) .panel-grid-cell:nth-child(2) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 45px;
  left: -17%;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(4) .panel-grid-cell:nth-child(2) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 45px;
  left: -12.25%;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(6) .panel-grid-cell:nth-child(2) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 20px;
  left: -13.5%;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(8) .panel-grid-cell:nth-child(2) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 5px;
  left: -15%;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(1) .panel-grid-cell:nth-child(1) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 0;
  right: -16.25%;
  border-radius: 100%;
}
.history-scroll-reveal .panel-grid:nth-child(3) .panel-grid-cell:nth-child(1) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 20px;
  right: -18%;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(5) .panel-grid-cell:nth-child(1) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 75px;
  right: -21.35%;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(7) .panel-grid-cell:nth-child(1) h3::after {
  content: "";
  height: 25px;
  background: #fff;
  width: 25px;
  position: absolute;
  bottom: 20px;
  right: -17.75%;
  border-radius: 100%;
}

/* #history > .panel-grid-cell > .panel-last-child svg {
  max-width: unset;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
} */
#brush{
  position: absolute;   /* wenn du es über dem Layout haben willst */
  top: 0;
  left: 50%;
  transform: translateX(-20%);
  width: 40px;          
  height: 100%;         
  display: block;
  pointer-events: none;
  z-index: 10;
}

#history > .panel-grid-cell > .panel-last-child svg path {
  fill: #fff;
}

#history img {
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}

.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) .textwidget,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget{
	position: relative;
}

/* .history-scroll-reveal .panel-grid:nth-child(2n+1) .panel-grid-cell:nth-child(1) .textwidget::after {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  right: -25px;
  top: 50%;
  font-size: 5em;
  color: #f5f5f5;
  transform: translateY(-50%);
}
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) .textwidget:after{
  content: "\f0d9";
  font-family: 'Font Awesome 5 Free';
  color: inherit;
  font-weight: 900;
  position: absolute;
  left: -25px;
  top: 50%;
  font-size: 5em;
  color: #f5f5f5;
  transform: translateY(-50%);
} */

/* .history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title{
	opacity: 0;
	transform: translateY(-50%) scale(.5);
	transition: 0.5s ease-in-out;
}
.history-scroll-reveal .panel-grid:nth-child(odd) .panel-grid-cell:nth-child(1) h3.widget-title.slideIn,
.history-scroll-reveal .panel-grid:nth-child(even) .panel-grid-cell:nth-child(2) h3.widget-title.slideIn{
	opacity: 1;
	transform: translateY(-50%) scale(1);
} */


#history svg path {
  fill: #fff;
}
#history svg {
  max-width: 170px;
  margin-bottom: -10px;
}

.page-id-447 .mask-img img {
  -webkit-mask: url("/wp-content/uploads/2026/02/logo.svg") no-repeat center / contain;
  mask: url("/wp-content/uploads/2026/02/logo.svg") no-repeat center / contain;
    mask-size: contain;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  aspect-ratio: 1;
  mix-blend-mode: screen;
}
.mask-img img {
object-fit: cover;
}
#artikelliste a {
  color: #404040 !important;
  font-weight: 300 !important;
}
.entry-content > .panel-layout .tg-blue_section .content-section ul li::before {
  color: #fff;
}
.entry-content > .panel-layout .tg-blue_section .content-section ul li a {
  color: #fff;
}
#ismeta img {
  max-width: 130px !important;
}
#ismeta p:last-of-type {
  mix-blend-mode: darken;
}


.singular-events-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.singular-events-wrapper .main_event_details {
  width: calc(100% - 360px);
}
.singular-events-wrapper .events_single_sidebar {
  width: 320px;
}
.single .veranstaltung h1 {
  font-size: 48px;
  font-weight: 500;
  color: var(--tg-blue);
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1.1;
  _max-width: calc(100% - 360px);
  margin-bottom: 40px;
  font-family: "Open Sans";
}
.main_event_details p {
  font-size: 22px;
  font-weight: 300;
}
.single .post-navigation a {
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  color: var(--tg-blue) !important;
}
.muse-beitraege-item.muse-beitraege-item--slide {
  background: var(--tg-blue);
}
.single .post-navigation{
  width: 76%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0% 80px !important;
}
body:not(.home) #hero-loop p:first-of-type {
  margin-top: 12% !important;
}
.single-veranstaltung #primary-menu > li#menu-item-97 > a {
  border-bottom: 2px solid var(--tg-blue);
}
.muse-event-meta {
  background: var(--tg-blue);
  color: #fff;
  padding: 30px !important;
}

  .page-id-461 #buecher .panel-grid {
    align-items: inherit !important;
  }
  .page-id-461 #buecher .panel-grid h3{
    margin-top: 10px !important;
  }

.muse-event-meta strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 15px;
}
.muse-event-meta a {
  color: #fff;
}
#abschluesse-mit-icons svg path {
  fill: #fff;
}
#pg-358-2 img {
  object-position: top center;
}
.entry-content > .panel-layout .content-section ul ul {
  margin-top: 15px;
}
.single .attachment-post-thumbnail {
  border-radius: 10px;
}
.muse-event-meta h3 {
  font-family: "Open Sans";
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}
.muse-event-meta hr{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.muse-event-meta p {
  font-size: 18px;
  font-weight: 300;
}


/* SUBHERO NEW */
#sub-hero{
  position: relative;
  padding-top: 0 !important;
  height: calc(100vh + 80px);
  height: calc((var(--vh, 1vh) * 100) + 80px);
  margin-bottom: 0 !important;
}
#sub-hero::after {
  content: "";
  background: url('/wp-content/uploads/2026/03/brush5.png');
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  bottom: -10px;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 10;
}
#sub-hero h1{
  color: #fff !important;
}
#sub-hero:before{
background: linear-gradient(45deg, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 90%);
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
#sub-hero .so-panel:first-child {
  text-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#sub-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sub-hero .so-panel:first-child {
  position: absolute;
  z-index: 10;
  bottom: 15%;
  color: #fff;
  width: 100%;
  left: 0;
  max-width: unset !important;
}
#sub-hero .so-panel:first-child .textwidget{
  max-width: 690px;
}
#sub-hero .so-panel:first-child .textwidget p{
  backdrop-filter: blur(1px) !important;
}
#sub-hero .content-section p{
  font-size: 24px;
}
#primary-menu .fas.fa-chevron-down {
  font-size: 14px;
}
 .site-branding svg path {
  fill: #fff !important;
}
.ppl-read-more-toggle {
  border: none !important;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 2px solid var(--tg-blue) !important;
  background: transparent !important;
  border-radius: 0;
  font-size: 18px;
  font-family: "Open Sans";
  padding: 9px 0px;
  margin-top: 20px;
  font-weight: 500;
}
.ppl-section .textwidget,
.ppl-section-reverse .textwidget {
  overflow: hidden;
}


#primary-menu .cta-menu-btn a {
  background: var(--tg-blue);
  color: #fff !important;
  padding: 12px 18px !important;
  border-radius: 30px;
}

#primary-menu .cta-menu-btn {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.inner-mastheader #primary-menu {
  background: #fff;
  align-items: center;
  padding: 24px 30px;
  border-radius: 82px;
  margin-top: 5px !important;
  justify-content: start !important;
  position: relative;
}
.main-navigation #primary-menu > li:first-child {
  margin: 0 !important;
}
#site-navigation {
  width: calc(100% - 390px);
}
#primary-menu {
  margin-top: 0;
}
#primary-menu > li > a {
  padding: 0 !important;
  border-bottom: 0 !important;
  font-size: 17px !important;
  color: #414141 !important;
  font-weight: 500 !important;
}
#masthead.shrink {
  background: transparent !important;
}
.kurs-infobox .textwidget {
  background: var(--tg-blue) !important;
  color: #fff !important;
  padding: 30px 30px 2px !important;
  border-radius: 12px !important;
}
.textwidget p:first-child {
  margin-top: 0;
}
/* #site-navigation {
  width: calc(100% - 390px);
  max-width: unset;
  position: absolute;
  right: 0;
  transition: 0.4s ease-in-out;
}
.shrink #site-navigation {
  width: calc(100% - 0px);
} */
.home .tg-blue_section img {
  transform: scale(1.1);
  object-position: left top;
}
#site-navigation {
  width: calc(100% - 390px);
  max-width: 960px;
}
#secondary .more-btn,
.tg-blue_section .more-btn {
  background: #fff !important;
  color: var(--tg-blue) !important;
  border-color: #fff;
}
.site-branding svg path{
  transition: 0.3s ease-in-out;
}
.active-submenu .site-branding svg path {
  fill: #fff !important;
}
.active-submenu .site-branding svg path.st1 {
  fill: #fff !important;
}

.page-id-330 #sub-hero .so-panel:first-child .textwidget {
  max-width: 780px !important;
}
.page-id-45 #sub-hero .so-panel:first-child .textwidget {
  max-width: 780px;
}
.page-id-447 #sub-hero .so-panel:first-child .textwidget {
  max-width: 780px;
}
.home #sub-hero .so-panel:first-child .textwidget{
  max-width: unset !important;
}
#abschluesse-mit-icons svg path {
  fill: var(--tg-blue);
}
.page-id-358 .ppl-section-reverse .panel-grid-cell:first-of-type img {
  object-position: top center !important;
}
.page-id-447 .mask-img img{
  mix-blend-mode: unset !important;
}
#sub-hero p a {
  color: #fff;
}
.hinweis-trenner {
  border-top: 2px solid var(--tg-blue);
  border-bottom: 2px solid var(--tg-blue);
  padding-top: 40px;
  margin-top: -80px;
  margin-bottom: 80px;
}
.entry-content > .panel-layout .content-section ul li::before {
  content: "";
  background: var(--tg-blue);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 24px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.entry-content > .panel-layout .content-section .checklist ul li {
  padding-left: 50px;
  margin-bottom: 30px;
  margin-top: 50px;
}

#slide-2,
#slide-3,
#slide-4{
  opacity: 0;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--tg-blue) !important;
}
.swiper-button-cust-prev, .swiper-button-cust-next {
  width: 50px;
  z-index: 10;
}
#testimonial-pagination {
  max-width: 430px;
}
.swiper-button-cust-prev path, .swiper-button-cust-next path {
  fill: var(--tg-blue);
}
#testimonial-pagination {
  max-width: 500px;
}
.testimonials-slider-wrap {
  position: relative;
}
.testimonials-btn-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.swiper-button-cust-prev{
  transform: rotate(20deg);
}
.swiper-button-cust-next {
  transform:  rotate(10deg);
}
.testimonials-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-slider-wrap p {
  opacity: 1 !important;
  transform: unset !important;
  font-size: 20px;
  font-weight: 600;
}
.testimonials-slider-wrap p em{
  font-weight: 400;
}
.tg-blue_section > .panel-grid-cell > .so-panel {
  position: relative;
  z-index: 2;
}
footer{
  position: relative;
}
.tg-blue_section > .panel-grid-cell::before,
#secondary > .widget.widget_siteorigin-panels-builder::before,
footer > .widget.widget_siteorigin-panels-builder::before {
  content: "";
  background: url('/wp-content/uploads/2026/03/bg_blue.jpg');
    background-size: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: .2;
}
.site-info{
  position: relative;
  z-index: 2;
}
#secondary > .widget.widget_siteorigin-panels-builder::before,
footer > .widget.widget_siteorigin-panels-builder::before {
  opacity: .15;
}
#secondary > .widget.widget_siteorigin-panels-builder > div,
footer > .widget.widget_siteorigin-panels-builder > div{
  position: relative;
  z-index: 2;
}
.inner-mastheader #primary-menu {
  background: rgba(255,255,255,.92);
  align-items: center;
  padding: 24px 30px;
  border-radius: 82px;
  margin-top: 5px !important;
  justify-content: start !important;
  
  box-shadow: 0px 0px 40px -20px rgba(0,0,0,0.3);
}

#menu-item-28 .sub-menu-wrapper::before {
  content: "";
  background: url('/wp-content/uploads/2026/03/Praesenz-LifeArtSeminare.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 28vw;
  height: 100vh;
  background-position: 20% 50%;
}
#menu-item-30 .sub-menu-wrapper::before {
  content: "";
  background: url('/wp-content/uploads/2026/02/Anne_Halprin_2021-05-26.webp');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 28vw;
  height: 100vh;
  background-position: 42% 50%;
}
#menu-item-32 .sub-menu-wrapper::before {
  content: "";
  background: url('/wp-content/uploads/2026/03/Netzwerk-ISmeta.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 28vw;
  height: 100vh;
  background-position: 42% 0%;
}
#menu-item-28 .sub-menu-wrapper::after,
#menu-item-30 .sub-menu-wrapper::after,
#menu-item-32 .sub-menu-wrapper::after {
  content: "";
  width: 28vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.main-navigation ul ul a {
  font-size: 24px;
  color: #505050;
  margin-bottom: 16px;
  font-weight: 500;
}

.testimonial-content .sow-video-widget {
  height: auto !important;
  aspect-ratio: 1.75 !important;
  margin-bottom: 40px;
}
.no-more-btn .more-btn {
  background: none !important;
  border: none !important;
  color: var(--tg-blue) !important;
  font-size: 18px;
  padding: 0;
  margin-top: 30px;
}
.site-branding-shrink{
	display: none !important;
}
.main-navigation #primary-menu li.cta-menu-btn > a:hover,
.main-navigation #primary-menu .cta-menu-btn.current-menu-item > a:hover,
.main-navigation #primary-menu li.current-menu-item.cta-menu-btn a{
  color: #fff !important;
}
#videos-anna-halprin{
  border-bottom: 1px solid #dedede;
}
.no-more-btn p:not(:first-child) {
  margin-top: -40px;
}
.single-veranstaltung .site-branding path {
  fill: var(--tg-blue) !important;
}
.single-veranstaltung .site-branding path.st1 {
  fill: #454545 !important;
}
.active-submenu.single-veranstaltung .site-branding path.st0,
.active-submenu.single-veranstaltung .site-branding path.st1{
	fill: #fff !important;
}
#presse-anna-halprin{
  border-top: 1px solid #dedede;
}
#sub_nav-social-menu{
  opacity: 0;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.active-submenu #sub_nav-social-menu{
  opacity: 1;
  pointer-events: inherit;
}

#sub_nav-social-menu {
  position: fixed;
  bottom: 10px;
  right: 5%;
  list-style-type: none;
}
#sub_nav-social-menu ul {
  list-style-type: none;
}
#sub_nav-social-menu ul a {
  color: var(--tg-blue) !important;
}
#sub_nav-social-menu ul li:first-child {
  font-weight: 500 !important;
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: .2px;
  margin-right: 30px;
}


.sub-menu-wrapper .wrap {
  background: url('/wp-content/uploads/2026/03/brush5.png');
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  width: 100vh;
  height: 122px;
  position: absolute;
  left: calc(28vw - 60px);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transform-origin: left;
  top: -61px;
}

 #fot_grid .content-section-sticky-left .panel-grid-cell:first-child video,  #fot_grid .content-section-sticky-left .panel-grid-cell:first-child img{
  border-radius: 0 16px 16px 0 !important;
}
 #fot_grid .content-section-sticky-right .panel-grid-cell:last-child video,  #fot_grid .content-section-sticky-right .panel-grid-cell:last-child img{
  border-radius: 16px 0px 0px 16px !important;
}

#fot_grid .textwidget{
  margin-top: 40px;
}

#fot_grid .content-section-sticky-left .panel-grid-cell:first-child .textwidget{
  padding-left: 20%;
}
#fot_grid .content-section-sticky-right .panel-grid-cell:last-child .textwidget{
  padding-right: 20%;
}



/* #fot_grid #row_1 video {
  aspect-ratio: .7;
  object-fit: cover;
}
#fot_grid #row_2 video {
  aspect-ratio: .7;
  object-fit: cover;
} */
#fot_grid video, #fot_grid img {
  border-radius: 16px;
}
#row_1 .panel-grid-cell:first-child {
  padding: 3%;
  margin-top: 3%;
}

#row_2 .panel-grid-cell:last-child {
  padding: 4%;
  margin-top: -4%;
}
#row_2 .panel-grid-cell:first-child {
  margin-top: 6%;
}

.page-id-20 #buecher img {
  aspect-ratio: .9;
  object-fit: cover;
}

.page-id-1284 .site-branding path,
.page-id-1290 .site-branding path,
.page-id-1294 .site-branding path,
.page-id-1296 .site-branding path {
  fill: var(--tg-blue) !important;
}
.page-id-1284 .site-branding path.st1,
.page-id-1290 .site-branding path.st1,
.page-id-1294 .site-branding path.st1,
.page-id-1296 .site-branding path.st1 {
  fill: #454545 !important;
}
#subhero-nobg {
  padding-top: 190px;
}

@media only screen and (min-width: 1520px) {
#hero-loop {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

}
@media only screen and (min-width: 1160px) {
#buecher .panel-grid {
  align-items: center !important;
}
}
  .mobilMenu.McButton{
    display: none;
  }
@media only screen and (max-width: 1460px) {

.menu-main-menu-container {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100vh;
  height: calc((var(--vh2, 1vh) * 100) );
  background: #fff;
  transition: 0.4s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  overflow: auto;
}
  .inner-mastheader #primary-menu {
    background: none;
    align-items: start;
    padding: 0;
    border-radius: unset;
    margin-top: 5px !important;
    justify-content: start !important;
    box-shadow: none !important;
    flex-flow: column;
    width: 88%;
    margin: 150px auto 0 auto !important;
  }
.main-navigation #primary-menu > li {
  margin-left: 0;
  line-height: 1.1;
  margin-bottom: 10px;
}
.site-branding-shrink {
  width: 240px;
  height: auto;
  transition: 0.4s ease-in-out;
  position: relative;
  margin-top: 10px;
  transform: translateY(0px);
  position: absolute;
  left: 2%;
  top: 58px;
  z-index: 10;
  transform: translateY(-200px);
}
.nav_opend .site-branding-shrink {
  display: block !important;
  transform: translateY(0px) !important;
}
.sub-menu {
  margin-top: 20px !important;
}
.nav_opend .inner-mastheader .menu-main-menu-container{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-navigation ul ul a {
  font-size: 22px;
  color: #505050;
  margin-bottom: 11px;
  font-weight: 500;
  margin-left: 20px;
}

#primary-menu .cta-menu-btn {
  position: static !important;
  right: 15px !important;
  top: 50% !important;
  transform: unset !important;
}
#primary-menu .cta-menu-btn a {
  background: unset;
  color: initial !important;
  padding: inherit !important;
  border-radius: unset;
}
.main-navigation #primary-menu > li:first-child {
  margin-bottom: 10px !important;
}
.sub-menu-wrapper::before{
  display: none !important;
}
#primary-menu > li > .sub-menu-wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: transparent;
  display: none;
}
  .mobilMenu.McButton {
    position: absolute;
    right: 20px;
    top: 70px;
    border: none;
    border-radius: 100%;
    background: none;
  width: 42px;
  cursor: pointer;
    height: 24px;
    display: block;
    z-index: 1000;
  }
  .mobilMenu.McButton::before {
    content: "";
    background: #fff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
   top: -23px;
    left: -14px;
    position: absolute;
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.4);
  }
  
.McButton b {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--tg-blue);
  transition: top 0.3s ease, transform 0.4s ease, opacity 0.2s ease, width 0.3s ease;
}
.McButton b:nth-child(1) {
  top: 0;
  width: 100%;
}

.McButton b:nth-child(2) {
  top: calc(50% + 1px);
  width: 100%;
  transform: translateY(-50%);
}

.McButton b:nth-child(3) {
  top: 100%;
  width: 100%;
}

.McButton:hover b{
	width: 100% !important;
}


.McButton.active b:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.McButton.active b:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}

.McButton.active b:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
}
.nav_opend .site-branding{
  opacity: 0;
  pointer-events: none;
}
/* .nav_opend .site-branding path {
  fill: var(--tg-blue) !important;
}
.nav_opend .site-branding path.st1 {
  fill: #454545 !important;
} */
#primary-menu > li > a{
  font-size: 32px !important;
}
.main-navigation #primary-menu > li:first-child,
.main-navigation #primary-menu > li{
  margin-bottom: 30px !important;
}
.nav_opend{
  overflow: hidden;
}
.sub-menu-wrapper::after{
  display: none !important;
}
.sub-menu-wrapper .wrap{
  display: none;
}
.main-navigation ul ul{
  position: static !important;
}
.nav_opend #sub_nav-social-menu{
  display: block !important;
  opacity: 1 !important;
}
#mc_embed_signup {
  width: auto !important;
}
}

@media only screen and (max-width: 1255px) {
#secondary .content-section{
  flex-flow: column;
}
#secondary .content-section > .panel-grid-cell {
  width: 100% !important;
}
#secondary .panel-grid-cell:first-child h3 br, #secondary .panel-grid-cell:first-child p br{ 
  display: none ;
}
#mc_embed_signup form{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}

@media only screen and (max-width: 1060px) {
#termine_filter-row {
  flex-wrap: wrap;
  justify-content: space-between;
}
#termine_filter-row > div {
  width: 48% !important;
  min-width: unset !important;
  max-width: unset !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px
}
#termine_filter-row > div:last-child{
  margin-bottom: 0;
}
#termine_filter-row select {
  width: calc(100% - 0px);
}
#termine_from_date {
  width: 100%;
}
}

@media only screen and (max-width: 1024px) {
  #hero-text .textwidget #cta-termine {
  max-width: 220px;
  position: relative;
  top: -15vh !important;
  transform: scale(.8);
  display: none;
}
#hero-text p strong {
  font-size: 52px;
}
#pg-8-2 .content-section {
  flex-direction: column-reverse !important;
}
#pg-8-2 .content-section .panel-grid-cell:last-child{
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.kurs-infobox{
  padding-left: 0 !important;
}
.page-id-20 #buecher img {
  aspect-ratio: 1.1;
  width: 100% !important;
  object-fit: cover;
}
#sub-hero h1 {
  font-size: 52px;
}
footer .content-section{
  text-align: center;
}
nav.social ul {
  display: flex;
  justify-content: center;
}
nav.social ul li a {
  margin-left: 10px;
  margin-right: 10px;
}
.main-navigation ul ul a {
  margin-left: 0;
}
#sub-hero .content-section p {
  font-size: 22px;
}
#sub-hero .content-section p {
  font-size: 22px;
}
.bew-link {
  margin-left: 0 !important;
  margin-top: 10px;
}
  .page-id-20 #buecher img {
    aspect-ratio: 1.1;
    width: 100% !important;
    object-fit: cover;
    max-width: 250px;
  }
  .content-section h2 {
  font-size: 42px;
  }
  #abschluesse-mit-icons svg {
  width: 120px;
  margin-bottom: -40px;
}
#abschluesse-mit-icons .panel-grid:nth-child(2n) .content-section{
  flex-flow: column-reverse !important;
}
#abschluesse-mit-icons .panel-grid:nth-child(2n) .content-section .panel-grid-cell:first-child{
  margin-bottom: 0 !important;
}
#abschluesse-mit-icons .panel-grid:nth-child(2n) .content-section .panel-grid-cell:last-child{
  margin-bottom: 30px !important;
}
#abschluesse-mit-icons .content-section {
  padding-bottom: 0;
}
.ppl-section-reverse .panel-grid-cell:last-of-type .so-panel {
  background: #fff;
  padding-top: 10px;
  padding-left: 0;
  margin-left: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
  border-radius: 0;
}
.content-section h2 br{
  display: none;
}
#pg-330-1 .content-section {
  padding-bottom: 0;
}
.ppl-section-reverse .panel-grid-cell:first-of-type img {
  border-radius: 10px;
  aspect-ratio: 1.3;
  object-fit: cover;
}
.singular-events-wrapper {
  flex-flow: column;
}
  .muse-beitraege-item {
  flex-flow: column;
}
.muse-beitraege-thumb {
  width: 100% !important;
}
.muse-beitraege-content {
  width: 100%;
  margin-top: 20px;
}
.singular-events-wrapper .main_event_details {
  width: 100%;
}
.singular-events-wrapper .post-thumbnail img {
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
}
.navigation.post-navigation {
  display: none;
}
.singular-events-wrapper .events_single_sidebar {
  width: 100%;
  margin-top: 0px;
}
#anmeldung {
  margin-top: 40px;
}
  nav.social ul {
    display: flex;
    justify-content: start;
  }
  .ppl_layout_team .panel-grid:nth-child(2n) .content-section.ppl-section {
    flex-direction: column-reverse !important;
}
.ppl_layout_team .panel-grid:nth-child(2n) .ppl-section .panel-grid-cell:first-of-type .so-panel {
  background: #fff;
  padding-top: 0;
  padding-right: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  border-radius: 10px;
}
  .ppl_layout_team img {
    border-radius: 10px !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    max-width: 400px !important;
  }
  .history-scroll-reveal .panel-grid:nth-child(2n) .panel-grid-cell:nth-child(2) {
  margin-top: 30px !important;
}
.history-scroll-reveal .panel-grid:nth-child(2n+1):not(:first-of-type) .panel-grid-cell:nth-child(1) {
  margin-top: 0px !important;
}
.history-scroll-reveal h3 br {
  display: none;
}
#pg-447-3 .content-section .panel-grid-cell:last-child {
  max-width: 480px;
  margin-top: -50px;
  margin-bottom: -50px;
}
footer nav.social ul {
  justify-content: center;
}
.page-id-457 #buecher img,
.page-id-461 #buecher img,
.page-id-1105 #buecher img {
  max-width: 400px;
}
.muse-beitraege-title{
  line-height: 1 !important;
  margin-bottom: 20px;
  margin-top: -20px;
}
.page-id-49 #sub-hero img {
  object-position: 73% 0% !important;
}
#history > .panel-grid-cell > .panel-last-child{
  display: none !important;
}
.page-id-432 #sub-hero img {
  object-position: 70% 0;
}

.history-scroll-reveal h3::after,
.history-scroll-reveal h3::before{
  display: none !important;
}
}
.muse-beitraege-title{
  line-height: 1 !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 790px) {
#testimonial-next,
#testimonial-prev{
  display: none !important;
}
  .testimonials-slider-wrap p {
  opacity: 1 !important;
  transform: unset !important;
  font-size: 18px;
  font-weight: 600;
}
.testimonial-content {
  padding-left: 10px;
  padding-right: 10px;
}
  .ppl_layout_team img {
    border-radius: 10px !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    max-width: 400px !important;
    width: 100% !important;
    min-width: unset !important;
  }
}

.ios .content-section p a,
.ios.page-id-1284 h3{
  -webkit-hyphens: auto !important;
}

@media only screen and (max-width: 680px) {
.content-section p, .content-section-left p, .content-section-right p, .entry-content .content-section ul li {
  font-size: 20px;
}
    #primary-menu > li > a {
    font-size: 26px !important;
  }
  .main-navigation #primary-menu > li:first-child,
.main-navigation #primary-menu > li{
  margin-bottom: 25px !important;
}
.main-navigation ul ul a {
  font-size: 20px;
  color: #505050;
  margin-bottom: 8px;
  font-weight: 500;
  margin-left: 0;
}
.site-branding {
  width: 190px;
}
  .mobilMenu.McButton {
    position: absolute;
    right: 20px;
    top: 50px;
    border: none;
    border-radius: 100%;
    background: none;
    width: 42px;
    cursor: pointer;
    height: 24px;
    display: block;
    z-index: 1000;
    transform: scale(.9);
  }
    #hero-text p strong, #sub-hero h1, .home h1, .content-section h1 {
    font-size: 30px;
  }
  .entry-content .content-section h2{
    font-size: 28px;
  }
  .single h3 {
  font-size: 28px !important;
  }
  #absl-headline h2 {
  color: #fff;
  font-size: 32px !important;
  opacity: .8;
}
.main_event_details p {
  font-size: 20px;
  font-weight: 300;
}
#pg-447-3 .content-section {
  padding-top: 30px;
}
.page-id-447 #fot_grid video {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
#buecher a{
  hyphens: auto;
  -webkit-hyphens: auto;
}
    .entry-content .content-section h3{
    font-size: 26px;
  }
  .content-section-m {
  width: 86%;
}
.tamalpa-anmeldeform > div {
  width: 100% !important;
  margin-bottom: 20px !important;
}
#secondary .mc-flex-wrapper > div {
  width: 100% !important;
}
  #sub-hero .content-section p {
    font-size: 19px;
  }
  #masthead #sub_nav-social-menu{
    display: none !important;
  }
    #primary-menu > li > a {
    font-size: 22px !important;
  }
    .main-navigation ul ul a {
    font-size: 18px;
    color: #505050;
    margin-bottom: 7px;
    font-weight: 500;
    margin-left: 0;
  }
.single .veranstaltung h1 {
  font-size: 32px;
}
.home .info-box .textwidget {
  flex-flow: column;
  align-items: start;
}
.home .info-box .textwidget > p:last-child {
  width: 100% !important;
}
.cpr {
  flex-flow: column;
  align-items: center;
}
  #termine_filter-row > div {
    width: 100% !important;
  }
.single-veranstaltung .entry-content p a {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}
article.veranstaltung {
  width: 86%;
}
.home #sub-hero img {
  object-position: 70% 0;
}
  .site-branding-shrink {
    width: 220px;
    top: 42px;
  }
}
.ios .single-veranstaltung {
  overflow-x: hidden !important;
}
.single .entry-content p a em{
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}
.muse-beitraege-content h4, .muse-beitraege-content p,
.muse-beitraege-thumb img{
  opacity: 1 !important;
  transform: unset !important;
}
.ios #termine_filter-row select{
  padding:10px 10px 10px
}
  .ios #termine_filter-row > div input,
  .ios #termine_filter-row > div select{
    -webkit-appearance: none !important;
    text-align: right !important;
  }
@media only screen and (max-width: 450px) {
  #termine_frontpage_headline h2 {
  max-width: 200px !important;
}
}