@charset "UTF-8";
/*!
/*
Theme Name: Academy of Music
Theme URI: https://example.com/academy-of-music
Author: Marcus Fröhner / Henri Selbmann
Author URI: https://selbmann.eu
Description: Studio Selbmann
Version: 1.1.0
Tested up to: 6.8
Requires PHP: 8.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

Lum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments


/*--------------------------------------------------------------
# Import Lum Page Customs variables
--------------------------------------------------------------*/
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'TeXGyreHeros-Regular';
  font-style: normal;
  font-weight: normal;
  src: local("TeXGyreHeros-Regular"), url("_page-customs/assets/fonts/texgyreheroscn/texgyreheros-regular.woff") format("woff"); }
@font-face {
  font-family: 'TeXGyreHeros-Italic';
  font-style: normal;
  font-weight: normal;
  src: local("TeXGyreHeros-Italic"), url("_page-customs/assets/fonts/texgyreheroscn/texgyreheros-italic.woff") format("woff"); }
@font-face {
  font-family: 'TeXGyreHeros-Bold';
  font-style: normal;
  font-weight: normal;
  src: local("TeXGyreHeros-Bold"), url("_page-customs/assets/fonts/texgyreheroscn/texgyreheros-bold.woff") format("woff"); }
@font-face {
  font-family: 'TeXGyreHeros-BoldItalic';
  font-style: normal;
  font-weight: normal;
  src: local("TeXGyreHeros-BoldItalic"), url("_page-customs/assets/fonts/texgyreheroscn/texgyreheros-bolditalic.woff") format("woff"); }
/* ICOMOON BASICS */
@font-face {
  font-family: 'icomoon';
  src: url("_page-customs/assets/fonts/icomoon/icomoon.eot?1bguop");
  src: url("_page-customs/assets/fonts/icomoon/icomoon.eot?1bguop#iefix") format("embedded-opentype"), url("_page-customs/assets/fonts/icomoon/icomoon.ttf?1bguop") format("truetype"), url("_page-customs/assets/fonts/icomoon/icomoon.woff?1bguop") format("woff"), url("_page-customs/assets/fonts/icomoon/icomoon.svg?1bguop#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/*--------------------------------------------------------------
## UIKIT OVERWRITE
--------------------------------------------------------------*/
p, ul, ol, dl, pre, address, fieldset, figure {
  margin: 0 0 20px 0;
  font-weight: normal; }
  p:last-of-type, ul:last-of-type, ol:last-of-type, dl:last-of-type, pre:last-of-type, address:last-of-type, fieldset:last-of-type, figure:last-of-type {
    margin-bottom: 0; }

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px; }

strong {
  font-weight: 700; }

em {
  color: unset; }

/* Lightbox */
:focus:not([tabindex^='-']) {
  outline: none; }

.uk-table-small td, .uk-table-small th {
  padding: 0 12px; }

.uk-leader-fill::after {
  margin-left: 12px;
  font-size: 0.5rem; }

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
  background-color: red; }

/* Options for Small Screens ---------------------------------------------------------------- */
/*--------------------------------------------------------------
# UNDERSCORE FOLLOWS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif, -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: #fff; }

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; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

@media screen and (min-width: 1023px) {
  .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; }

/*--------------------------------------------------------------
# Import Lum Page Customs STYLE
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5 {
  font-family: "TeXGyreHeros-Bold", "Arial", "Helvetica", "FreeSans", sans-serif;
  word-break: keep-all; }

h1.titleimg-title, .titleimg-title {
  font-size: clamp(2rem, 8vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.07rem;
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
  word-break: inherit !important; }
  h1.titleimg-title .seo-title, .titleimg-title .seo-title {
    font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
    font-size: 0.3em !important;
    letter-spacing: 0.03em;
    color: white;
    text-indent: 0.15em;
    margin-top: 5px; }

h1, .h1, .entry-title {
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  line-height: 1;
  margin-left: -0.04em; }

h2, .h2 {
  font-size: 27px;
  line-height: 1.3; }

h3, .h3 {
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: .8rem; }
  h3 + p, .h3 + p {
    margin-top: 1.5rem; }
  h3.uk-text-uppercase, .h3.uk-text-uppercase {
    letter-spacing: 0.08rem; }

h4, .h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 12px; }
  h4 + p, .h4 + p {
    margin-top: 0; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold; }

strong, .uk-text-bold, .strong {
  font-weight: normal;
  font-family: "TeXGyreHeros-Bold", "Arial", "Helvetica", "FreeSans", sans-serif; }

.content-area {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*--------------------------------------------------------------
## CUSTOM PAGE / PROJEKT STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM MIXINS / VORLAGEN
--------------------------------------------------------------*/
/* Animation */
/*--------------------------------------------------------------
## BUTTON
--------------------------------------------------------------*/
.uk-button, a.uk-button, a.wp-block-button__link, a.wp-block-file__button, input[type="submit"], .button a {
  font-family: "TeXGyreHeros-Bold", "Arial", "Helvetica", "FreeSans", sans-serif;
  padding: 7px 18px 9px;
  border-radius: 30px !important;
  color: white;
  background-color: #ff4680;
  font-size: 0.9rem !important;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none; }
  .uk-button:last-of-type, a.uk-button:last-of-type, a.wp-block-button__link:last-of-type, a.wp-block-file__button:last-of-type, input[type="submit"]:last-of-type, .button a:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-default, a.uk-button.uk-button-default, a.wp-block-button__link.uk-button-default, a.wp-block-file__button.uk-button-default, input[type="submit"].uk-button-default, .button a.uk-button-default {
    background-color: #ff4680; }
  .uk-button.uk-button-primary, .uk-button.button-primary, a.uk-button.uk-button-primary, a.uk-button.button-primary, a.wp-block-button__link.uk-button-primary, a.wp-block-button__link.button-primary, a.wp-block-file__button.uk-button-primary, a.wp-block-file__button.button-primary, input[type="submit"].uk-button-primary, input[type="submit"].button-primary, .button a.uk-button-primary, .button a.button-primary {
    background-color: #ff4680; }
  .uk-button.uk-button-secondary, a.uk-button.uk-button-secondary, a.wp-block-button__link.uk-button-secondary, a.wp-block-file__button.uk-button-secondary, input[type="submit"].uk-button-secondary, .button a.uk-button-secondary {
    background-color: #6491a4; }
  .uk-button + .uk-button, a.uk-button + .uk-button, a.wp-block-button__link + .uk-button, a.wp-block-file__button + .uk-button, input[type="submit"] + .uk-button, .button a + .uk-button {
    margin-left: 12px; }

/*--------------------------------------------------------------
## THEME CUSTOMS
--------------------------------------------------------------*/
.wp-block-button.is-style-outline a, .uk-button.is-style-outline a {
  border: 1px solid black;
  border-width: 1px !important;
  background: none !important; }
.wp-block-button.circle a, .uk-button.circle a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50% !important;
  padding: 0 !important; }
.wp-block-button.icon-arrow-right a:before, .uk-button.icon-arrow-right a:before {
  font-size: 1.7rem;
  content: "\e90a"; }

/*--------------------------------------------------------------
## BRAKEPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch {
  /*--------------------------------------------------------------
  ## THEME CUSTOMS
  --------------------------------------------------------------*/ }
  body.no-touch .uk-button, body.no-touch a.wp-block-button__link, body.no-touch input[type="submit"], body.no-touch a.wp-block-button__link, body.no-touch a.wp-block-file__button, body.no-touch .button a {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    body.no-touch .uk-button:hover, body.no-touch a.wp-block-button__link:hover, body.no-touch input[type="submit"]:hover, body.no-touch a.wp-block-button__link:hover, body.no-touch a.wp-block-file__button:hover, body.no-touch .button a:hover {
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      background: #df0046;
      color: white !important;
      text-decoration: none; }
  body.no-touch .uk-button-default:hover {
    background-color: #df0046; }
  body.no-touch .uk-button-primary:hover, body.no-touch .wp-block-button__link:hover, body.no-touch .special-nav #toTopBtn:hover {
    background-color: #df0046; }
  body.no-touch .uk-button-secondary:hover {
    background-color: #3c5a66; }
  body.no-touch .wp-block-button.is-style-outline a:hover, body.no-touch .wp-block-button.is-style-outline a.js-hover {
    border-color: #ff4680;
    background-color: #ff4680;
    color: white !important; }

/*--------------------------------------------------------------
## CSS - ICONS --- HAMBURGER / CLOSE
--------------------------------------------------------------*/
.menutoggle {
  display: inline-block;
  transform: scale(0.85);
  transform-origin: center left; }

.btn-wrap {
  width: auto;
  height: 36px;
  position: relative; }

.menu-btn {
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: white;
  position: relative;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-wrap::after,
.btn-wrap::before,
.menu-btn::after,
.menu-btn::before {
  content: "";
  position: absolute;
  background: white;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  top: 8px;
  transition: all .4s;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-wrap::after {
  background: #29809e;
  top: unset;
  bottom: 0; }

.btn-wrap::before {
  background: #29809e;
  top: 0; }

.menu-btn::after {
  top: 8px; }

.menu-btn::before {
  top: -8px; }

.site-header.active .btn-wrap::after,
.site-header.active .btn-wrap::before {
  background: white; }

/* ONLY CLOSE-BTN */
.close-btn {
  width: 30px;
  height: 30px; }
  .close-btn.small {
    width: 22px;
    height: 22px; }

.close-btn:before, .close-btn:after, .close-btn.small:before, .close-btn.small:after {
  position: absolute;
  top: 0;
  left: 13px;
  content: ' ';
  height: 30px;
  width: 3px;
  border-radius: 3px;
  background-color: #29809e; }

.uk-modal .close-btn:before, .uk-modal .close-btn:after, .uk-modal .close-btn.small:before, .uk-modal .close-btn.small:after {
  background-color: white; }

.close-btn.small:before, .close-btn.small:after {
  left: 10px;
  height: 22px;
  width: 2px;
  border-radius: 2px; }

.close-btn:before, .close-btn.small:before {
  transform: rotate(45deg); }

.close-btn:after, .close-btn.small:after {
  transform: rotate(-45deg); }

/*--------------------------------------------------------------
## PAGE CUSTOMS FROM ICOMOON (_fonts.scss)
--------------------------------------------------------------*/
[class^="icon-"], [class*=" icon-"], [class*=" icon-"] a, #overlay-menu h3 a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-aom-chevron-top:before {
  content: "\e905"; }

.icon-aom-chevron-bottom:before {
  content: "\e907"; }

.icon-aom-chevron-left:before {
  content: "\e908"; }

.icon-aom-chevron-right:before {
  content: "\e906"; }

.icon-aom-arrow-right:before {
  content: "\e90a"; }

.icon-aom-search:before {
  content: "\e901"; }

.icon-aom-marker:before {
  content: "\e900"; }

.icon-aom-arrow-right-after:after,
#overlay-menu h3 a:after {
  content: '\e90a';
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  color: 1px solid #29809e;
  border: 1px solid #29809e;
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .menutoggle a:hover, body.no-touch .menutoggle a:visited:hover, body.no-touch .menutoggle button:hover {
  color: #6491a4;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
body.no-touch .menutoggle:hover {
  cursor: pointer; }
  body.no-touch .menutoggle:hover .menu-btn,
  body.no-touch .menutoggle:hover .menu-btn::after,
  body.no-touch .menutoggle:hover .menu-btn::before {
    background: #ff4680;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .menutoggle:hover .btn-wrap::before {
    transform: translateY(3px);
    transition: all .2s; }
  body.no-touch .menutoggle:hover .btn-wrap::after {
    transform: translateY(-3px);
    transition: all .2s; }
body.no-touch .close-btn:hover {
  cursor: pointer; }
body.no-touch .close-btn:before, body.no-touch .close-btn:after {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
body.no-touch .uk-modal-dialog .close-btn:hover:before, body.no-touch .uk-modal-dialog .close-btn:hover:after {
  background-color: #ff4680;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
body.no-touch .icon-aom-arrow-right-after:hover:after,
body.no-touch #overlay-menu h3 a:hover:after {
  background-color: #ff4680 !important;
  border-color: #ff4680 !important;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/*--------------------------------------------------------------
## Header Navbar
--------------------------------------------------------------*/
.top-navigation ul li a, .mobile-navigation ul li a {
  font-family: "TeXGyreHeros-Bold", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-weight: 100 !important;
  text-transform: none;
  font-size: 1em;
  color: white; }
  .top-navigation ul li a:visited, .mobile-navigation ul li a:visited {
    color: white; }
.top-navigation ul li.current-menu-item a, .top-navigation ul li.current_page_item a, .top-navigation ul li.current_page_parent a, .mobile-navigation ul li.current-menu-item a, .mobile-navigation ul li.current_page_item a, .mobile-navigation ul li.current_page_parent a {
  color: white; }
.top-navigation ul li:last-of-type a, .mobile-navigation ul li:last-of-type a {
  padding-right: 0; }

/* CUSTOMER CUSTOMS: ------------------------------------- */
.header-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 190px auto 1fr; }

/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for MENU BREAKPOINT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
@media (min-width: 640px) {
  .header-grid {
    grid-template-columns: 210px auto 1fr; } }
/*--------------------------------------------------------------
## Options for medium Screens
--------------------------------------------------------------*/
@media (min-width: 1440px) {
  .header-grid {
    grid-template-columns: 1fr 960px 1fr; } }
/*--------------------------------------------------------------
## Options for xlarge Screens
--------------------------------------------------------------*/
@media (min-width: calc( 1600px + 10px )) {
  .header-grid {
    grid-template-columns: 1fr 1100px 1fr; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .top-navigation a:hover, body.no-touch .top-navigation button:hover, body.no-touch .mobile-navigation a:hover, body.no-touch .mobile-navigation button:hover {
  color: white !important; }

/*--------------------------------------------------------------
## SLIDER- / SLIDESHOW- NAVIGATION (UIKIT)
--------------------------------------------------------------*/
.uk-slidenav-previous, .uk-slidenav-next {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 0;
  background: none; }
  .uk-slidenav-previous svg, .uk-slidenav-next svg {
    display: none; }
  .uk-slidenav-previous:after, .uk-slidenav-next:after {
    content: '\e908';
    font-size: 2rem;
    font-family: 'icomoon' !important;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    height: 100%; }

.uk-slidenav-next:after {
  content: '\e906'; }

.uk-dotnav > * > * {
  border: none; }

.uk-dotnav > * {
  padding-left: 5px; }
  .uk-dotnav > *:first-of-type {
    padding-left: 0; }

.uk-dotnav {
  margin-left: 0; }
  .uk-dotnav li {
    padding: 0 0 0 0px; }
  .uk-dotnav a {
    width: 30px;
    height: 40px;
    position: relative;
    border-radius: 0; }
    .uk-dotnav a:hover {
      background: none; }
    .uk-dotnav a:after {
      width: 10px;
      height: 10px;
      background: #29809e;
      position: absolute;
      content: '';
      display: block;
      top: calc(50% - 5px);
      left: 10px;
      border-radius: 5px; }
  .uk-dotnav > .uk-active > a {
    background: none;
    width: 30px; }
    .uk-dotnav > .uk-active > a:after {
      background: #ff4680;
      left: 0;
      width: 30px; }

body.no-touch .uk-slidenav-previous:after, body.no-touch .uk-slidenav-next:after {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
body.no-touch .uk-slidenav-previous:hover:after, body.no-touch .uk-slidenav-next:hover:after {
  color: #ff4680;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
.wpcf7-form br {
  display: none; }
.wpcf7-form .wp-block-columns {
  grid-gap: 18px; }

/* Absender-Seite in Kontakt-Formular */
input.referer-page {
  display: none; }

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%; }
  span.wpcf7-form-control-wrap .wpcf7-date {
    color: black !important; }
  span.wpcf7-form-control-wrap.referer-page {
    display: none; }
  span.wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 0 0.8em 1em; }
  span.wpcf7-form-control-wrap.acceptance {
    border: none;
    clear: both;
    display: block;
    padding: 12px 0; }
    span.wpcf7-form-control-wrap.acceptance span.wpcf7-list-item {
      margin: 0; }
    span.wpcf7-form-control-wrap.acceptance label {
      display: flex;
      position: relative; }
    span.wpcf7-form-control-wrap.acceptance input[type="checkbox"] {
      position: relative;
      top: 3px;
      width: 18px;
      height: 18px; }
    span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label {
      padding-left: 2px;
      display: inline-block;
      width: calc(100% - 27px);
      font-size: 0.75rem;
      line-height: 1.6; }
      span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label a {
        color: #29809e; }

span.wpcf7-form-control-wrap.your-message {
  float: left; }

.wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
  display: none !important; }

.wpcf7-not-valid:focus + .wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-response-output {
  border: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important; }

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border: none !important;
  padding: 0 !important;
  color: red; }

.wpcf7-mail-sent-ok {
  color: green; }

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 {
  display: flex;
  border: none;
  border-bottom: 1px solid #97a0a5;
  border-radius: 0 !important;
  padding: 10px 16px 10px 16px;
  line-height: 20px;
  margin: 0;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  box-sizing: border-box;
  background: none !important;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: #97a0a5; }
  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: #000 !important;
    background: none !important;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    input[type="text"]:focus::placeholder,
    input[type="email"]:focus::placeholder,
    input[type="url"]:focus::placeholder,
    input[type="password"]:focus::placeholder,
    input[type="search"]:focus::placeholder,
    input[type="number"]:focus::placeholder,
    input[type="tel"]:focus::placeholder,
    input[type="range"]:focus::placeholder,
    input[type="date"]:focus::placeholder,
    input[type="month"]:focus::placeholder,
    input[type="week"]:focus::placeholder,
    input[type="time"]:focus::placeholder,
    input[type="datetime"]:focus::placeholder,
    input[type="datetime-local"]:focus::placeholder,
    input[type="color"]:focus::placeholder,
    textarea:focus::placeholder {
      color: rgba(42, 54, 66, 0.6); }
  input[type="text"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="range"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="month"].wpcf7-not-valid,
  input[type="week"].wpcf7-not-valid,
  input[type="time"].wpcf7-not-valid,
  input[type="datetime"].wpcf7-not-valid,
  input[type="datetime-local"].wpcf7-not-valid,
  input[type="color"].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    background: red !important;
    color: white; }
    input[type="text"].wpcf7-not-valid::placeholder,
    input[type="email"].wpcf7-not-valid::placeholder,
    input[type="url"].wpcf7-not-valid::placeholder,
    input[type="password"].wpcf7-not-valid::placeholder,
    input[type="search"].wpcf7-not-valid::placeholder,
    input[type="number"].wpcf7-not-valid::placeholder,
    input[type="tel"].wpcf7-not-valid::placeholder,
    input[type="range"].wpcf7-not-valid::placeholder,
    input[type="date"].wpcf7-not-valid::placeholder,
    input[type="month"].wpcf7-not-valid::placeholder,
    input[type="week"].wpcf7-not-valid::placeholder,
    input[type="time"].wpcf7-not-valid::placeholder,
    input[type="datetime"].wpcf7-not-valid::placeholder,
    input[type="datetime-local"].wpcf7-not-valid::placeholder,
    input[type="color"].wpcf7-not-valid::placeholder,
    textarea.wpcf7-not-valid::placeholder {
      color: white; }
    input[type="text"].wpcf7-not-valid:focus,
    input[type="email"].wpcf7-not-valid:focus,
    input[type="url"].wpcf7-not-valid:focus,
    input[type="password"].wpcf7-not-valid:focus,
    input[type="search"].wpcf7-not-valid:focus,
    input[type="number"].wpcf7-not-valid:focus,
    input[type="tel"].wpcf7-not-valid:focus,
    input[type="range"].wpcf7-not-valid:focus,
    input[type="date"].wpcf7-not-valid:focus,
    input[type="month"].wpcf7-not-valid:focus,
    input[type="week"].wpcf7-not-valid:focus,
    input[type="time"].wpcf7-not-valid:focus,
    input[type="datetime"].wpcf7-not-valid:focus,
    input[type="datetime-local"].wpcf7-not-valid:focus,
    input[type="color"].wpcf7-not-valid:focus,
    textarea.wpcf7-not-valid:focus {
      color: white; }
      input[type="text"].wpcf7-not-valid:focus::placeholder,
      input[type="email"].wpcf7-not-valid:focus::placeholder,
      input[type="url"].wpcf7-not-valid:focus::placeholder,
      input[type="password"].wpcf7-not-valid:focus::placeholder,
      input[type="search"].wpcf7-not-valid:focus::placeholder,
      input[type="number"].wpcf7-not-valid:focus::placeholder,
      input[type="tel"].wpcf7-not-valid:focus::placeholder,
      input[type="range"].wpcf7-not-valid:focus::placeholder,
      input[type="date"].wpcf7-not-valid:focus::placeholder,
      input[type="month"].wpcf7-not-valid:focus::placeholder,
      input[type="week"].wpcf7-not-valid:focus::placeholder,
      input[type="time"].wpcf7-not-valid:focus::placeholder,
      input[type="datetime"].wpcf7-not-valid:focus::placeholder,
      input[type="datetime-local"].wpcf7-not-valid:focus::placeholder,
      input[type="color"].wpcf7-not-valid:focus::placeholder,
      textarea.wpcf7-not-valid:focus::placeholder {
        color: #a1a1a1; }

textarea {
  float: left; }

span.wpcf7-form-control-wrap.acceptance {
  padding-bottom: 10px;
  max-width: 600px; }

.search-submit {
  height: 100%;
  border: none;
  border-radius: 50%;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0;
  color: white !important; }
  .search-submit[disabled] {
    opacity: 0.6; }

.content-area .search-form .search-submit {
  width: 37px;
  height: 37px; }

input[type="submit"]:hover, button[type="submit"]:hover {
  cursor: pointer; }

input[type="submit"]:disabled:hover, button[type="submit"]:disabled:hover {
  cursor: inherit; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #b4b4b4 inset !important;
  background-color: none !important;
  background-clip: content-box !important; }

/*--------------------------------------------------------------
## CUSTOMER SPECIALS
------------------------------------------------------------- */
input[type="checkbox"], .tnp-subscription input[type="checkbox"], .tnp-subscription-minimal input[type="checkbox"], .uk-checkbox {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  overflow: hidden;
  margin: 0;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ff4680;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  transition: .2s ease-in-out;
  transition-property: background-color,border; }
  input[type="checkbox"]:checked, .tnp-subscription input[type="checkbox"]:checked, .tnp-subscription-minimal input[type="checkbox"]:checked, .uk-checkbox:checked {
    background-color: #6491a4; }

/* WRAP THE INPUTS to add the Triangle left inside the input */
.field-wrap {
  position: relative; }
  .field-wrap::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent;
    border-left-color: #a1a1a1;
    transform: rotate(0deg);
    position: absolute;
    bottom: 15px;
    left: 0;
    border-left-color: #97a0a5; }
  .field-wrap:focus-within::after {
    border-left-color: #ff4680; }

.site-footer input {
  color: white !important; }
  .site-footer input::placeholder {
    color: white; }
  .site-footer input:focus {
    outline-color: rgba(255, 255, 255, 0.6) !important;
    color: white !important; }

label {
  display: block; }

select {
  display: block; }

/*--------------------------------------------------------------
## GUTENBERG BUTTON CUSTOMS
--------------------------------------------------------------*/
/*
a.wp-block-file__button {
    padding: 12px 28px 12px !important;
}
*/
/*--------------------------------------------------------------
## GUTENBERG GRID CUSTOMS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## GUTENBERG FRONTEND STYLES
--------------------------------------------------------------*/
.has-white-color {
  color: #ffffff !important; }

.has-white-background-color {
  background-color: #ffffff !important; }

.wp-block-button.is-style-outline a.has-white-background-color {
  border-color: #ffffff !important;
  color: #ffffff !important; }

.has-cyan-color {
  color: #6ea3a7 !important; }

.has-cyan-background-color {
  background-color: #6ea3a7 !important; }

.wp-block-button.is-style-outline a.has-cyan-background-color {
  border-color: #6ea3a7 !important;
  color: #6ea3a7 !important; }

.has-bluelight-color {
  color: #6491a4 !important; }

.has-bluelight-background-color {
  background-color: #6491a4 !important; }

.wp-block-button.is-style-outline a.has-bluelight-background-color {
  border-color: #6491a4 !important;
  color: #6491a4 !important; }

.has-bluedark-color {
  color: #29809e !important; }

.has-bluedark-background-color {
  background-color: #29809e !important; }

.wp-block-button.is-style-outline a.has-bluedark-background-color {
  border-color: #29809e !important;
  color: #29809e !important; }

.has-pink-color {
  color: #ff4680 !important; }

.has-pink-background-color {
  background-color: #ff4680 !important; }

.wp-block-button.is-style-outline a.has-pink-background-color {
  border-color: #ff4680 !important;
  color: #ff4680 !important; }

body.no-touch .wp-block-button__link.has-cyan-background-color:hover, body.no-touch .wp-block-button__link.has-cyan-background-color.js-hover {
  border-color: #426a6d !important;
  background-color: #426a6d !important; }

body.no-touch .wp-block-button__link.has-bluelight-background-color:hover, body.no-touch .wp-block-button__link.has-bluelight-background-color.js-hover {
  border-color: #3c5a66 !important;
  background-color: #3c5a66 !important; }

body.no-touch .wp-block-button__link.has-bluedark-background-color:hover, body.no-touch .wp-block-button__link.has-bluedark-background-color.js-hover {
  border-color: #143e4d !important;
  background-color: #143e4d !important; }

body.no-touch .wp-block-button__link.has-pink-background-color:hover, body.no-touch .wp-block-button__link.has-pink-background-color.js-hover {
  border-color: #df0046 !important;
  background-color: #df0046 !important; }

body.no-touch .wp-block-button.hover-white .wp-block-button__link.has-background:hover, body.no-touch .wp-block-button.hover-white .wp-block-button__link.has-background.js-hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important; }

body.no-touch .wp-block-button.hover-cyan .wp-block-button__link.has-background:hover, body.no-touch .wp-block-button.hover-cyan .wp-block-button__link.has-background.js-hover {
  background-color: #6ea3a7 !important;
  border-color: #6ea3a7 !important; }

body.no-touch .wp-block-button.hover-bluelight .wp-block-button__link.has-background:hover, body.no-touch .wp-block-button.hover-bluelight .wp-block-button__link.has-background.js-hover {
  background-color: #6491a4 !important;
  border-color: #6491a4 !important; }

body.no-touch .wp-block-button.hover-bluedark .wp-block-button__link.has-background:hover, body.no-touch .wp-block-button.hover-bluedark .wp-block-button__link.has-background.js-hover {
  background-color: #29809e !important;
  border-color: #29809e !important; }

body.no-touch .wp-block-button.hover-pink .wp-block-button__link.has-background:hover, body.no-touch .wp-block-button.hover-pink .wp-block-button__link.has-background.js-hover {
  background-color: #ff4680 !important;
  border-color: #ff4680 !important; }

.footer-wrap {
  max-width: 960px;
  margin: auto; }

.alignwide,
.alignfull {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box; }
  .alignwide.has-background,
  .alignfull.has-background {
    box-sizing: border-box; }

.alignwide {
  margin: 0 auto;
  width: 100%;
  max-width: 960px; }

.alignwide.has-background.full-mobile {
  width: unset;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.alignfull {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-radius: 0; }
  .alignfull .wp-block-group {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }

.wp-block-media-text {
  margin-bottom: calc(20px * 4);
  display: flex; }
  .wp-block-media-text > div {
    flex-basis: 50%; }
  .wp-block-media-text figure {
    flex-basis: 50%; }
  .wp-block-media-text.alignwide {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .wp-block-media-text.alignwide figure a {
      overflow: visible !important; }
      .wp-block-media-text.alignwide figure a img {
        transition: none; }
  .wp-block-media-text .wp-block-media-text__content *:last-child {
    margin-bottom: 0; }

/* Options for Small Screens ---------------------------------------------------------------- */
@media (min-width: 640px) {
  .wp-block-media-text {
    margin-bottom: calc(20px * 6); }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0 0 0 50px; }
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding: 0 50px 0 0; } }
/* Options for Medium Screens ---------------------------------------------------------------- */
/* Options for Large Screens ----------------------------------------------------------------- */
@media (min-width: 1200px) {
  .alignwide {
    padding-left: 0;
    padding-right: 0; }

  .alignfull .alignwide {
    padding-left: 0;
    padding-right: 0; }

  .wp-block-media-text:not(.has-media-on-the-right).alignwide {
    grid-template-columns: 1fr 50%; }
    .wp-block-media-text:not(.has-media-on-the-right).alignwide figure a {
      overflow: visible !important; }
    .wp-block-media-text:not(.has-media-on-the-right).alignwide figure img, .wp-block-media-text:not(.has-media-on-the-right).alignwide figure .image-wrap {
      margin-left: -120px; }

  .wp-block-media-text.has-media-on-the-right.alignwide {
    grid-template-columns: 50% 1fr; }

  .wp-block-media-text.alignwide .wp-block-media-text__media img, .wp-block-media-text.alignwide .wp-block-media-text__media .image-wrap, .wp-block-media-text.alignwide .wp-block-media-text__media video {
    width: calc(100% + 120px); } }
@media (min-width: calc( 1200px + 100px )) {
  .alignwide, .alignwide.has-background.full-mobile, .footer-wrap {
    width: calc( 960px + 120px + 120px );
    max-width: calc( 960px + 120px + 120px );
    margin-left: calc((960px - 1200px)/2);
    margin-right: calc((960px - 1200px)/2); }

  .content-small .alignwide {
    width: 960px;
    margin-left: calc( (760px - 960px )/2);
    margin-right: calc( (760px - 960px )/2); }
    .content-small .alignwide div, .content-small .alignwide section {
      width: 760px;
      margin: auto; }

  .footer-wrap {
    margin: auto; }

  .has-background.full-mobile {
    border-radius: 5px; } }
/* Options for xLarge Screens ---------------------------------------------------------------- */
@media (min-width: calc( 1600px + 10px )) {
  .alignwide, .alignwide.has-background.full-mobile, .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc((1100px - 100vw)/2);
    margin-right: calc((1100px - 100vw)/2); }
    .alignwide .wp-block-group, .alignwide.has-background.full-mobile .wp-block-group, .alignfull .wp-block-group {
      max-width: 1100px;
      width: 1100px; }
      .alignwide .wp-block-group.alignwide, .alignwide.has-background.full-mobile .wp-block-group.alignwide, .alignfull .wp-block-group.alignwide {
        width: calc( 1100px + 200px + 200px );
        max-width: calc( 1100px + 200px + 200px ); }

  .alignwide, .alignwide.has-background.full-mobile, .footer-wrap {
    width: calc( 1100px + 200px + 200px );
    max-width: calc( 1100px + 200px + 200px );
    margin-left: calc((1100px - (1100px + 200px + 200px))/2);
    margin-right: calc((1100px - (1100px + 200px + 200px))/2); }

  .content-small .alignwide {
    width: 1100px;
    margin-left: calc((760px - 1100px)/2);
    margin-right: calc((760px - 1100px)/2); }

  .footer-wrap {
    margin: auto; }

  .wp-block-media-text:not(.has-media-on-the-right).alignwide {
    width: 100%; }
    .wp-block-media-text:not(.has-media-on-the-right).alignwide figure img, .wp-block-media-text:not(.has-media-on-the-right).alignwide figure .image-wrap {
      margin-left: -200px; }

  .wp-block-media-text.has-media-on-the-right.alignwide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 50% 1fr; }

  .wp-block-media-text.alignwide .wp-block-media-text__media img, .wp-block-media-text.alignwide .wp-block-media-text__media .image-wrap, .wp-block-media-text.alignwide .wp-block-media-text__media video {
    width: calc(100% + 200px); } }
/*--------------------------------------------------------------
## MODAL CUSTOMS
--------------------------------------------------------------*/
.uk-modal {
  z-index: 6665;
  background-color: #29809e;
  padding: 30px 0; }
  .uk-modal#overlay-menu {
    z-index: 6663; }
  .uk-modal h2, .uk-modal h3, .uk-modal a {
    color: white !important; }
  .uk-modal .uk-modal-body {
    width: 100%;
    background: none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0; }
    .uk-modal .uk-modal-body .entry-content {
      max-width: 760px !important; }

.uk-modal-dialog {
  font-size: 16px !important;
  line-height: 1.75;
  border-radius: 5px; }

.uk-modal-footer {
  background: none;
  padding: 23px 0 0 0; }

/* removes the original Modal-Animation for the new */
.uk-modal-dialog, .uk-modal {
  transition-duration: 0s; }

/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-modal .uk-close {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  body.no-touch .uk-modal .uk-close:hover {
    color: #6ea3a7;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

/*--------------------------------------------------------------
## BORLABS COOKIE PLUGIN
--------------------------------------------------------------*/
div[data-borlabs-cookie-blocked-content] {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  div[data-borlabs-cookie-blocked-content]:last-of-type {
    margin-bottom: 0; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct {
    width: 100%;
    min-height: 100% !important;
    max-height: 360px !important;
    margin: 0 !important; }
    div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-thumbnail {
      overflow: hidden; }
      div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-thumbnail img {
        margin: 0 !important;
        -webkit-filter: blur(3px);
        /* Safari */
        filter: blur(3px); }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 81, 79, 0.7); }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text {
    height: 100%; }

[data-borlabs-cookie-wrap] * {
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif !important; }

[data-borlabs-cookie-wrap="inline"] p.borlabsCookieHeadline {
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif !important;
  font-weight: 500; }

[data-borlabs-cookie-wrap] [data-borlabs-cookie] p {
  color: #000 !important; }

[data-borlabs-cookie-log] {
  margin-left: -2px; }

[data-borlabs-cookie-log] th {
  text-transform: uppercase;
  font-weight: 500;
  text-align: left !important; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 640px) {
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p, div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p label {
    font-size: 12px !important; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct.bc-bct-youtube .bc-text a[role="button"] {
    font-size: 14px !important; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## NEWSLETTER FORMS
--------------------------------------------------------------*/
.info-newsletter {
  margin: 40px 0 120px; }

.tnp-subscription, .tnp-subscription-minimal {
  max-width: 500px;
  margin: auto; }
  .tnp-subscription .tnp-field, .tnp-subscription-minimal .tnp-field {
    margin-bottom: 20px !important; }
    .tnp-subscription .tnp-field:last-of-type, .tnp-subscription-minimal .tnp-field:last-of-type {
      margin-bottom: 0; }
    .tnp-subscription .tnp-field label, .tnp-subscription-minimal .tnp-field label {
      padding: 0 0 10px 0;
      font-weight: normal; }
    .tnp-subscription .tnp-field input[type="text"],
    .tnp-subscription .tnp-field input[type="email"], .tnp-subscription-minimal .tnp-field input[type="text"],
    .tnp-subscription-minimal .tnp-field input[type="email"] {
      padding-left: 16px !important;
      border-bottom: 1px solid white !important; }
    .tnp-subscription .tnp-field .tnp-privacy-field label, .tnp-subscription-minimal .tnp-field .tnp-privacy-field label {
      padding: 0 !important; }
    .tnp-subscription .tnp-field.tnp-field-button, .tnp-subscription-minimal .tnp-field.tnp-field-button {
      display: flex;
      align-items: flex-end; }
    .tnp-subscription .tnp-field.tnp-field-email, .tnp-subscription-minimal .tnp-field.tnp-field-email {
      position: relative; }
      .tnp-subscription .tnp-field.tnp-field-email::after, .tnp-subscription-minimal .tnp-field.tnp-field-email::after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 6px 0 6px 7px;
        border-color: transparent;
        border-left-color: #a1a1a1;
        transform: rotate(0deg);
        position: absolute;
        bottom: 15px;
        left: 0;
        border-left-color: white; }
    .tnp-subscription .tnp-field input:not(.tnp-submit, .uk-checkbox), .tnp-subscription-minimal .tnp-field input:not(.tnp-submit, .uk-checkbox) {
      border: none;
      width: 100%;
      height: 43px;
      line-height: normal; }
    .tnp-subscription .tnp-field select, .tnp-subscription-minimal .tnp-field select {
      width: 100%;
      height: 43px;
      border: none; }
  .tnp-subscription input.tnp-submit, .tnp-subscription-minimal input.tnp-submit {
    margin: 0 auto !important;
    padding: 8px 18px 9px !important;
    background: #ff4680 !important; }

/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .info-newsletter {
    margin: 0 0 70px; }

  .tnp-subscription, .tnp-subscription-minimal {
    max-width: 100%;
    margin: 0 !important; }
    .tnp-subscription form, .tnp-subscription-minimal form {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 15px;
      grid-row-gap: 20px; }
    .tnp-subscription .tnp-field, .tnp-subscription-minimal .tnp-field {
      margin-bottom: 0 !important; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .tnp-subscription input.tnp-submit:hover, body.no-touch .tnp-subscription-minimal input.tnp-submit:hover {
  background: #df0046 !important; }

/*--------------------------------------------------------------
## OVERLAY MENU
--------------------------------------------------------------*/
/* MODAL */
#overlay-menu .uk-modal-body {
  width: 100%;
  max-width: 1100px !important; }

#overlay-menu {
  padding: calc(100px + 50px) 0 0 0;
  background-color: #29809e;
  background-image: url("_page-customs/assets/images/backgrounds/academy-of-music-menu-graphic.svg");
  background-repeat: no-repeat;
  background-size: 25% auto;
  background-position: bottom right;
  color: white; }
  #overlay-menu .uk-modal-dialog {
    transition: none;
    background: none;
    height: 100%;
    overflow: scroll;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto !important; }
    #overlay-menu .uk-modal-dialog h3 {
      padding-top: 20px;
      border-top: 1px solid white;
      color: white; }
      #overlay-menu .uk-modal-dialog h3 a {
        display: block;
        position: relative;
        text-decoration: none !important; }
        #overlay-menu .uk-modal-dialog h3 a:after {
          border-color: white; }
    #overlay-menu .uk-modal-dialog a:visited {
      color: white; }
    #overlay-menu .uk-modal-dialog .mobile-menu ul {
      list-style: none;
      padding-left: 0; }
      #overlay-menu .uk-modal-dialog .mobile-menu ul li a {
        color: white; }
      #overlay-menu .uk-modal-dialog .mobile-menu ul li.button a {
        display: inline-block;
        margin-top: 12px;
        text-align: center; }
    #overlay-menu .uk-modal-dialog .mobile-menu .current-menu-item > a:after {
      background: white;
      transform: scaleX(100%); }
    #overlay-menu .uk-modal-dialog .mobile-menu .current-menu-item > h3 a:after {
      background: #ff4680;
      border-color: #ff4680; }

/* Options for Small Screens -------------------------------- */
/* Options for Small Screens -------------------------------- */
/* Options for Medium Screens ------------------------------- */
@media (min-width: 960px) {
  #overlay-menu .men-grid {
    display: grid;
    grid-template-columns: 25% 25% 1fr 25%;
    grid-template-rows: 1fr;
    gap: 40px 40px;
    grid-template-areas: ". . . .";
    align-content: center; } }
/* Options for Large Screens -------------------------------- */
@media (min-width: 1200px) {
  #overlay-menu .uk-modal-body {
    padding-left: 0;
    padding-right: 0; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch #overlay-menu a:hover {
  color: white !important; }

/* set background transparent for selected element: */
div::-moz-selection {
  background: #ff4680; }

div::selection, header *::selection {
  background: #ff4680; }

::selection {
  background-color: #ff4680; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto; }

a, .uk-link {
  color: unset; }

a:hover, .uk-link:hover {
  color: unset;
  text-decoration: none; }

a:not(.wp-block-button__link, .uk-button):visited {
  color: #29809e; }

a.uk-button:visited, a.has-background:visited {
  color: white; }

a:active {
  outline: none; }

a:focus, button:focus {
  /* Barrierefrei-Test*/ }

.site-content {
  position: relative;
  background: white;
  z-index: 1; }

.content-area {
  max-width: 960px;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px; }

/*--------------------------------------------------------------
## HEADER / NAVBAR
--------------------------------------------------------------*/
.site-header {
  z-index: 6664 !important;
  background-color: none;
  color: white; }
  .site-header.uk-sticky {
    /* IF OVERLAY MENU OPEN */ }
    .site-header.uk-sticky.uk-active {
      background-color: #6ea3a7; }
    .site-header.uk-sticky.active {
      background: none !important; }

.site-branding a {
  color: white; }
  .site-branding a:hover {
    color: #6491a4 !important; }
.site-branding .uk-logo {
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }
  .site-branding .uk-logo .logo {
    max-width: 150px; }

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.title-img header {
  margin-bottom: 40px; }
  .title-img header .titleimg-title {
    margin: 0;
    margin-left: -0.04em; }
    .title-img header .titleimg-title span {
      font-size: 40%;
      letter-spacing: 0.04rem; }
  .title-img header .entry-meta {
    margin: 0; }
  .title-img header a:visited {
    color: white; }

.entry-meta.post-date, .entry-meta.search-result-type {
  margin-bottom: 9px;
  font-size: 1rem;
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
  color: #ff4680;
  line-height: normal; }
  .entry-meta.post-date strong, .entry-meta.search-result-type strong {
    font-size: 1.1rem;
    padding-right: 8px; }
  .entry-meta.post-date span.time, .entry-meta.search-result-type span.time {
    color: #29809e;
    font-size: 1.1rem; }
  .entry-meta.post-date + h3, .entry-meta.post-date + h1, .entry-meta.search-result-type + h3, .entry-meta.search-result-type + h1 {
    margin-top: 6px; }

.post-meta-grid + h3, .post-meta-grid + h1 {
  margin-top: 6px; }

.divider {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center; }
  .divider:after {
    content: '|';
    width: 100%;
    height: 100%;
    color: #ff4680;
    position: relative;
    top: -1px; }

h2 + p {
  margin-top: 0; }

.entry-content a:not(.uk-button, .wp-block-button__link), .content-area a:not(.uk-button, .wp-block-button__link), .teacher-info a:not(.uk-button, .wp-block-button__link) {
  color: #29809e; }
.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button), .teacher-info p a:not(.uk-button) {
  word-break: break-word; }
.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button), .teacher-info p a:not(.uk-button) {
  text-decoration: none; }

.page-header {
  margin-bottom: 70px; }

.entry-footer {
  margin-top: 35px; }

figure {
  margin-top: 0.5rem; }

* + figure, * + figure.alignwide {
  margin-top: calc(20px * 2); }

h2 + figure, h2 + div {
  margin-top: 30px; }

h2 + figure .borlabs-cookie-responsive-iframe-wrapper {
  padding-top: 0; }

figure + * {
  margin-top: calc(20px * 1.5); }

figure, figure.alignwide {
  margin-bottom: 20px; }

figure.alignfull {
  margin-bottom: calc(20px * 4); }

p:last-child {
  margin-bottom: 1rem; }

ul, ol {
  padding-left: 20px;
  margin-left: 0; }

.edit-link {
  display: block;
  margin: 40px 0; }

/*--------------------------------------------------------------
## INDEX OF POSTS / BLOGPOSTS
--------------------------------------------------------------*/
.posts {
  position: relative; }

.posts-index .posttitle a {
  color: #6ea3a7; }
.posts-index a.readmore {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #6ea3a7; }

.hover-fx {
  display: none; }

/*--------------------------------------------------------------
## POSTNAV / SLIDENAV / DOTNAV
--------------------------------------------------------------*/
.post-navigation-iconnav a {
  margin-bottom: 0;
  width: 40px;
  height: 40px; }
  .post-navigation-iconnav a.uk-button {
    margin: 0;
    background: none;
    border: 1px solid #6ea3a7;
    color: #6ea3a7; }
    .post-navigation-iconnav a.uk-button span:before {
      line-height: 23px;
      font-size: 1.2rem;
      position: relative;
      left: -1px; }
  .post-navigation-iconnav a span {
    transition: none !important; }
  .post-navigation-iconnav a.nav-previous.uk-button {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0; }
  .post-navigation-iconnav a.nav-next.uk-button {
    padding-left: 0;
    padding-right: 0; }
    .post-navigation-iconnav a.nav-next.uk-button span:before {
      left: 1px; }
  .post-navigation-iconnav a.uk-button .uk-icon {
    position: relative;
    top: -1px; }
  .post-navigation-iconnav a.backtogrid, .post-navigation-iconnav a.backtolist {
    padding-left: 0;
    padding-right: 0;
    margin: 0 8px;
    width: 50px; }
    .post-navigation-iconnav a.backtogrid svg, .post-navigation-iconnav a.backtolist svg {
      width: 23px;
      position: relative;
      top: 1px;
      left: 0.5px; }

/*--------------------------------------------------------------
## PAGINATION NUMBERED
--------------------------------------------------------------*/
.custom-pagination {
  margin-top: 140px !important; }
  .custom-pagination ul {
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    text-align: center; }
    .custom-pagination ul li {
      display: inline-flex;
      margin-left: 10px; }
      .custom-pagination ul li:first-of-type {
        margin-left: 0; }
      .custom-pagination ul li a, .custom-pagination ul li div {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
        line-height: 36px;
        text-align: center;
        font-size: 1rem;
        background: none;
        border: 1px solid #6ea3a7;
        color: #6ea3a7;
        border-radius: 40px; }
        .custom-pagination ul li a.first span, .custom-pagination ul li a.prev span, .custom-pagination ul li a.next span, .custom-pagination ul li a.last span, .custom-pagination ul li div.first span, .custom-pagination ul li div.prev span, .custom-pagination ul li div.next span, .custom-pagination ul li div.last span {
          position: relative;
          top: -1px; }
      .custom-pagination ul li .current {
        border-color: #ff4680;
        color: #ff4680; }

/*--------------------------------------------------------------
## EINBETTUNGEN WP
--------------------------------------------------------------*/
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0;
  box-sizing: border-box; }

/*--------------------------------------------------------------
## WORDPRESS IMAGE & GALLERY
--------------------------------------------------------------*/
.wp-block-image figcaption {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.95rem;
  line-height: 1.6; }

.wp-block-gallery, .wp-block-gallery.alignwide, .wp-block-gallery.alignfull {
  margin-top: calc(35px * 1);
  margin-bottom: calc(35px * 1); }

h2 + .wp-block-gallery, h2 + .wp-block-gallery.alignwide {
  margin-top: 0; }

/* Image-Link Hover Animation in Image and Gallery*/
.wp-block-image a, .wp-block-gallery .blocks-gallery-item a, .posts a {
  display: block;
  overflow: hidden; }
  .wp-block-image a img, .wp-block-gallery .blocks-gallery-item a img, .posts a img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter; }

/*--------------------------------------------------------------
## BORLABS COOKIE
--------------------------------------------------------------*/
.borlabs_cookie_log th {
  text-align: left !important; }

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
  grid-row-start: 2;
  grid-row-end: 3;
  color: white;
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
  z-index: 1;
  background: #6491a4; }
  .site-footer h3 {
    color: white; }
  .site-footer a {
    color: white;
    transform-origin: center; }
    .site-footer a:visited {
      color: white; }
  .site-footer .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px; }
  .site-footer .menu-col ul {
    line-height: 1.65;
    word-break: keep-all; }
  .site-footer .footer-middle {
    min-height: 100px;
    background: url("_page-customs/assets/images/backgrounds/academy-of-music-footer-piano.svg") no-repeat center bottom;
    background-size: 200px auto;
    position: relative;
    margin: 140px 0 0 0; }
    .site-footer .footer-middle:after {
      content: '';
      width: 100%;
      height: 28px;
      border-top: 1px solid white;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .site-footer .footer-middle .uk-grid {
      padding-bottom: 160px; }
      .site-footer .footer-middle .uk-grid .grid-spacer {
        width: 240px; }
    .site-footer .footer-middle .social-btn {
      width: 30px;
      text-align: center; }
      .site-footer .footer-middle .social-btn:first-of-type {
        text-align: left; }
      .site-footer .footer-middle .social-btn:last-of-type {
        text-align: right; }
      .site-footer .footer-middle .social-btn svg {
        width: 25px; }
  .site-footer .footer-middle + .footer-bottom {
    margin-top: 140px; }
  .site-footer .footer-bottom .partner-logo img {
    height: 50px; }

/*--------------------------------------------------------------
## SUCHE / SUCHERGEBNISSE WP
--------------------------------------------------------------*/
.search-results .site-main article {
  margin-bottom: 0;
  padding: 0 0; }
  .search-results .site-main article:first-of-type {
    padding-top: 0; }
  .search-results .site-main article:last-of-type {
    padding-bottom: 0;
    border: none; }
  .search-results .site-main article .search-result-type {
    display: none; }
    .search-results .site-main article .search-result-type + h3 {
      margin-top: 0; }
  .search-results .site-main article.type-teacher .search-result-type.type-teacher {
    display: block; }
  .search-results .site-main article.type-course .search-result-type.type-course {
    display: block; }
  .search-results .site-main article.type-location .search-result-type.type-location {
    display: block; }
  .search-results .site-main article.type-instruments .search-result-type.type-instruments {
    display: block; }
  .search-results .site-main article.type-opinion .search-result-type.type-opinion {
    display: block; }
  .search-results .site-main article.type-termin .search-result-type.type-termin {
    display: block; }
  .search-results .site-main article.type-page .search-result-type.type-page {
    display: block; }
  .search-results .site-main article.type-post .search-result-type.type-post {
    display: block; }

.wp-block-group.alignfull > .wp-block-group__inner-container .wp-block-group {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto; }
.wp-block-group.has-background {
  padding: 50px 25px; }
  .wp-block-group.has-background:last-child {
    margin-bottom: 0; }

.uk-container {
  padding-left: 20px;
  padding-right: 20px; }

/*--------------------------------------------------------------
## TEMPLATE SPECIALS
--------------------------------------------------------------*/
.site-header .header-wrap {
  padding-top: 10px;
  padding-bottom: 0;
  min-height: 80px; }
.site-header .site-title {
  position: relative;
  top: -7px; }

/* HEADER SEARCH -------------------------------------------*/
#search-toggle.hide {
  opacity: 0; }

#header-search {
  display: none;
  position: absolute;
  right: 138px;
  bottom: 19px; }
  #header-search.hide {
    z-index: -1;
    opacity: 0;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }
  #header-search.show {
    z-index: 1;
    opacity: 1;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }
  #header-search .search-field {
    padding-right: 38px;
    border: 1px solid white;
    color: white !important; }
    #header-search .search-field::placeholder {
      color: white; }
  #header-search .search-submit {
    position: absolute;
    right: 0;
    top: 1px;
    background: none;
    border-radius: 0;
    width: 36px;
    height: 41px;
    color: white; }
    #header-search .search-submit[disabled] {
      opacity: 0.6; }

/* TITLE IMAGE ---------------------------------------------*/
.title-img {
  height: 400px;
  background-color: #6ea3a7;
  background-repeat: no-repeat;
  background-position: center 112px;
  background-size: 1000px auto; }
  .title-img .titlewrap {
    padding-bottom: 30px; }
  .title-img .titleimg-title {
    color: white;
    display: inline-block;
    max-width: 400px; }
  .title-img.home {
    height: 100vh;
    overflow: hidden; }
    .title-img.home .uk-slideshow {
      width: 100%;
      height: 100vh !important; }
      .title-img.home .uk-slideshow .uk-slideshow-items {
        height: 100% !important; }
    .title-img.home .lines {
      background-image: url("_page-customs/assets/images/backgrounds/academy-of-music-header-lines.svg");
      background-size: 100% auto;
      background-position: 100% calc(100% - 10px);
      background-repeat: no-repeat;
      z-index: 4; }
    .title-img.home .titlewrap {
      padding-top: 100px; }
    .title-img.home .titleimg-title {
      display: table-caption; }
    .title-img.home .locations-url {
      display: block;
      margin-top: 1.6em;
      color: white; }
      .title-img.home .locations-url:after {
        content: '\e906';
        font-family: 'icomoon';
        width: 20px;
        height: 20px;
        color: currentColor;
        position: relative;
        top: 0.16em;
        margin-left: 0.2em;
        font-size: 1.2em; }
    .title-img.home .bubblewrap {
      padding-bottom: 40px; }
      .title-img.home .bubblewrap .bubble {
        max-width: 320px;
        background-image: url("_page-customs/assets/images/backgrounds/academy-of-music-header-bubble.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        font-size: clamp(0.6em, 4vw, 1em); }
        .title-img.home .bubblewrap .bubble .bubble-innerwrap {
          padding: 0 50px; }
          .title-img.home .bubblewrap .bubble .bubble-innerwrap .socials {
            margin-top: 14px; }
          .title-img.home .bubblewrap .bubble .bubble-innerwrap .uk-button {
            font-size: clamp(0.7em, 3.3vw, 1em) !important; }

.titlewrap,
.content-area,
.content-width,
.wp-block-group__inner-container > * {
  max-width: 960px; }

.wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto; }

.entry-content p a {
  text-decoration: none; }
.entry-content a.pink {
  color: #ff4680; }
.entry-content hr.wp-block-separator {
  border-bottom: 0;
  background: none;
  opacity: 1;
  margin: 4.5em 0;
  position: relative; }
  .entry-content hr.wp-block-separator:last-of-type {
    margin-bottom: 2.25rem; }
.entry-content section:after {
  clear: both; }
.entry-content * + section {
  margin-top: 160px; }
.entry-content section + * {
  margin-top: 160px; }
.entry-content h2 {
  padding: 1rem 0 40px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid black; }
  .entry-content h2.post-title {
    border: none;
    margin: 0 0 .8rem 0 !important;
    padding: 0; }
.entry-content h2.h3 {
  padding: 0;
  border: 0; }
.entry-content * + h2, .entry-content p + div {
  margin-top: 80px; }
.entry-content p + .wp-block-spacer, .entry-content p + .locations {
  margin-top: 0; }
.entry-content *:not(.uk-button) + .uk-button, .entry-content * + .wp-block-buttons {
  margin-top: 20px; }
.entry-content h3 + div {
  margin-top: 60px; }
.entry-content img, .entry-content .has-background:not(.alignfull, .has-background.full-mobile), .entry-content .imgwrap, .entry-content .img-border-radius {
  border-radius: 5px; }
  .entry-content img.uk-border-circle, .entry-content .has-background:not(.alignfull, .has-background.full-mobile).uk-border-circle, .entry-content .imgwrap.uk-border-circle, .entry-content .img-border-radius.uk-border-circle {
    border-radius: 50%; }
.entry-content ul:not(.acc, .termin-ov, .uk-switcher, .uk-dotnav, .grid, .teacher-list) {
  list-style: none;
  padding-left: 18px; }
  .entry-content ul:not(.acc, .termin-ov, .uk-switcher, .uk-dotnav, .grid, .teacher-list) li {
    position: relative; }
  .entry-content ul:not(.acc, .termin-ov, .uk-switcher, .uk-dotnav, .grid, .teacher-list) li:before {
    content: "\2022";
    font-size: 1.7em;
    color: #ff4680;
    font-weight: bold;
    display: inline-block;
    line-height: 0.95;
    position: absolute;
    top: 0;
    left: -18px; }
  .entry-content ul:not(.acc, .termin-ov, .uk-switcher, .uk-dotnav, .grid, .teacher-list):last-child {
    margin-bottom: 1rem; }

body.single, .uk-modal.teacher-info {
  /* DETAIL-GRID with left HEADLINE */ }
  body.single .entry-header .header-content > *, .uk-modal.teacher-info .entry-header .header-content > * {
    max-width: 400px;
    margin: auto; }
  body.single .entry-content h2, .uk-modal.teacher-info .entry-content h2 {
    border: none;
    padding: 0;
    font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
    font-size: 23px;
    overflow: hidden; }
    body.single .entry-content h2 + *, .uk-modal.teacher-info .entry-content h2 + * {
      margin-top: 0.8em; }
    body.single .entry-content h2 + div, .uk-modal.teacher-info .entry-content h2 + div {
      margin-top: 3em; }
  body.single .wp-block-group .wp-block-columns .wp-block-column:nth-of-type(2n) p + div, .uk-modal.teacher-info .wp-block-group .wp-block-columns .wp-block-column:nth-of-type(2n) p + div {
    margin-top: 30px; }
  body.single .wp-block-group .wp-block-columns .wp-block-column:nth-of-type(2n) .acc > :nth-child(1), .uk-modal.teacher-info .wp-block-group .wp-block-columns .wp-block-column:nth-of-type(2n) .acc > :nth-child(1) {
    border-top: 1px solid #c4c4c4; }

section.has-background.has-inner-background {
  padding: 0; }
  section.has-background.has-inner-background .wp-block-group__inner-container {
    padding: 50px 25px; }
  section.has-background.has-inner-background.grades {
    padding-bottom: 50px; }
    section.has-background.has-inner-background.grades .wp-block-group__inner-container {
      background-image: url("_page-customs/assets/images/backgrounds/academy-of-music-calendar-lines.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 110% auto;
      padding-bottom: 140px; }

/* Accordion ------------------------------------------- */
.acc .uk-accordion-title {
  padding: 12px 3px 12px 0;
  font-size: 1rem;
  line-height: 1; }
  .acc .uk-accordion-title h3 {
    margin: 0;
    display: inline-block;
    max-width: calc(100% - 30px); }
  .acc .uk-accordion-title:before {
    font-family: 'icomoon';
    width: unset;
    height: unset;
    background: none;
    font-size: 20px;
    position: relative;
    top: 1px; }
.acc .uk-open > .uk-accordion-title::before {
  content: '\e905'; }
.acc > :nth-child(n+1) {
  margin: 0;
  border-bottom: 1px solid #c4c4c4; }
.acc .uk-accordion-content {
  padding-bottom: 36px; }

/* Lightbox ------------------------------------------- */
.uk-lightbox {
  background: rgba(255, 255, 255, 0.75) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .uk-lightbox .uk-lightbox-caption {
    color: #000; }
  .uk-lightbox .uk-lightbox-items > * > * {
    max-width: 75vw;
    max-height: 75vh;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.26);
    border-radius: 5px; }
  .uk-lightbox .uk-spinner, .uk-lightbox .uk-icon {
    box-shadow: none;
    color: #6ea3a7; }
  .uk-lightbox .uk-lightbox-toolbar-icon {
    color: #c4c4c4; }

.special-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6665; }
  .special-nav #toTopBtn {
    opacity: 0.4;
    background: #ff4680;
    color: white;
    border: 1px solid white;
    height: 43px;
    width: 43px;
    padding: 0;
    border-radius: 50%;
    transform: scale(0);
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .special-nav #toTopBtn.active {
      right: 10px;
      opacity: 1;
      transform: scale(1);
      -moz-transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }

.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0; }

.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0; }

.border-radius {
  border-radius: 5px; }

/* HOVER FX WHITE LINKS --------------------------------------------- */
.site-footer .menu-col a,
.main-navigation ul li > a span,
.mobile-menu ul li:not(.button) > a {
  position: relative; }
  .site-footer .menu-col a:after,
  .main-navigation ul li > a span:after,
  .mobile-menu ul li:not(.button) > a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0%);
    transform-origin: center; }

.wp-block-quote {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1.3; }
  .wp-block-quote p {
    word-break: keep-all;
    position: relative;
    line-height: 1;
    display: inline;
    padding-left: 26px;
    padding-right: 12px; }
    .wp-block-quote p:before, .wp-block-quote p:after {
      color: #c4c4c4;
      position: absolute;
      transform: scale(3);
      width: 7px;
      height: 7px; }
    .wp-block-quote p:before {
      content: '\201D';
      left: 0;
      top: 5px; }
    .wp-block-quote p:after {
      content: '\201C';
      right: 0;
      bottom: 17px; }
  .wp-block-quote cite {
    display: block;
    margin-top: 4px; }

.news-ov .grid {
  margin-bottom: 60px; }
  .news-ov .grid .news-image {
    margin-bottom: 30px; }
  .news-ov .grid .entry-meta {
    margin-top: 8px; }

/* TERMINE ------------------------------------------- */
.termin-overview {
  margin: 0 0 70px 0;
  line-height: 1.3 !important;
  font-size: 1.15rem !important;
  /* OVERVIEW LIST */ }
  .termin-overview .termin-ov a:not(.uk-button), .termin-overview .termin-ov .location {
    color: #000; }
  .termin-overview .termin-ov .uk-button {
    margin-right: 0; }
    .termin-overview .termin-ov .uk-button:last-of-type {
      margin-right: 0; }
  .termin-overview .termin-ov li {
    margin: 0; }
    .termin-overview .termin-ov li .wrap {
      border-bottom: 1px solid #b9c6cc;
      padding: 40px 0; }
    .termin-overview .termin-ov li.canceled .date-time, .termin-overview .termin-ov li.canceled .times, .termin-overview .termin-ov li.canceled .title, .termin-overview .termin-ov li.canceled .short-desc {
      text-decoration: line-through; }
    .termin-overview .termin-ov li.canceled .canceled-info {
      color: red; }
    .termin-overview .termin-ov li:first-of-type > div {
      border-top: 1px solid #b9c6cc; }
  .termin-overview .termin-ov .icon img {
    width: 26px;
    height: auto;
    margin: 4px 0 0 0; }
  .termin-overview .termin-grid {
    display: grid;
    grid-row-gap: 10px;
    /* Specials für Termin-Kategorien */ }
    .termin-overview .termin-grid > div {
      align-items: center;
      display: flex; }
    .termin-overview .termin-grid .title h3 {
      margin: 0;
      font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
      font-size: 1.15rem !important; }
    .termin-overview .termin-grid .location span:after, .termin-overview .termin-grid .leader span:after {
      content: ', '; }
    .termin-overview .termin-grid .location span:last-of-type:after, .termin-overview .termin-grid .leader span:last-of-type:after {
      content: ''; }
    .termin-overview .termin-grid .location {
      padding-left: 18px;
      font-size: 0.85rem;
      margin-top: 10px; }
      .termin-overview .termin-grid .location [class^="icon-"], .termin-overview .termin-grid .location [class*=" icon-"] {
        color: #29809e;
        font-size: 1.05rem;
        top: 1px;
        left: -2px; }
    .termin-overview .termin-grid .location + .leader {
      margin-top: 0; }
    .termin-overview .termin-grid .links .uk-button {
      min-width: 160px; }
      .termin-overview .termin-grid .links .uk-button span {
        width: 20px;
        height: 20px;
        margin-left: 6px;
        display: inline-block; }
      .termin-overview .termin-grid .links .uk-button .icon-aom-arrow-right:before {
        font-size: 1.7rem;
        content: "\e90a";
        position: absolute;
        right: -6px;
        top: -3px; }
    .termin-overview .termin-grid.kurs .links .uk-button {
      background-color: #ff4680; }
      .termin-overview .termin-grid.kurs .links .uk-button:hover {
        background-color: #df0046; }

body.single-termin article.canceled .post-title, body.single-termin article.canceled .time {
  text-decoration: line-through; }
body.single-termin article.canceled .termin-repeat {
  background-color: red; }

.termin-repeat {
  padding: 2px 8px 5px;
  background: #29809e;
  color: white;
  border-radius: 20px;
  line-height: 1.1; }

.termin-times-grid .days {
  width: 40px; }
.termin-times-grid .times {
  width: 150px; }

/* TERMIN SINGLE ----------------------------------- */
.entry-title time {
  font-family: "TeXGyreHeros-Regular", "Arial", "Helvetica", "FreeSans", sans-serif;
  color: #ff4680; }

/* KURSE ------------------------------------------- */
body:not(.home) .entry-content {
  /* erster Block mit Text und Bild nebeneinander */ }
  body:not(.home) .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content > * {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  body:not(.home) .entry-content > .wp-block-media-text:first-of-type {
    max-width: 100%; }
  body:not(.home) .entry-content .details .wp-block-columns .wp-block-column:first-of-type {
    flex-basis: 25% !important; }
body:not(.home) .content-small {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

/* DOZENTEN ------------------------------------------- */
body.single-teacher article .entry-header, body.single-teacher .entry-header, .uk-modal.teacher-info article .entry-header, .uk-modal.teacher-info .entry-header, body.single-standort article .entry-header, body.single-standort .entry-header {
  padding: 0 0 40px 0;
  text-align: center; }
  body.single-teacher article .entry-header > div, body.single-teacher .entry-header > div, .uk-modal.teacher-info article .entry-header > div, .uk-modal.teacher-info .entry-header > div, body.single-standort article .entry-header > div, body.single-standort .entry-header > div {
    gap: 30px;
    max-width: 100%; }
  body.single-teacher article .entry-header .imgwrap, body.single-teacher .entry-header .imgwrap, .uk-modal.teacher-info article .entry-header .imgwrap, .uk-modal.teacher-info .entry-header .imgwrap, body.single-standort article .entry-header .imgwrap, body.single-standort .entry-header .imgwrap {
    max-width: 200px;
    border: 2px solid white;
    margin-bottom: 1rem; }
  body.single-teacher article .entry-header .desc, body.single-teacher .entry-header .desc, .uk-modal.teacher-info article .entry-header .desc, .uk-modal.teacher-info .entry-header .desc, body.single-standort article .entry-header .desc, body.single-standort .entry-header .desc {
    flex-grow: 1;
    margin-top: 10px; }
    body.single-teacher article .entry-header .desc > div, body.single-teacher .entry-header .desc > div, .uk-modal.teacher-info article .entry-header .desc > div, .uk-modal.teacher-info .entry-header .desc > div, body.single-standort article .entry-header .desc > div, body.single-standort .entry-header .desc > div {
      margin: auto;
      padding: 6px 0; }

.courses_grid a.readmore, .acc_courses a.readmore, .acc_instruments a.readmore {
  position: relative;
  top: 1px; }

body.single-standort address {
  margin-top: 0.5em;
  line-height: 1.3; }

/* CUSTOMIZER CSS WP HENRI ----------------------------- */
.socials {
  text-align: center; }

/*** fix youtube video ***/
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  height: auto !important; }

/*** Anpassung des Buttons oben rechts im Menü ***/
#menu-item-682 span {
  font-family: "TeXGyreHeros-Bold", "Arial", "Helvetica", "FreeSans", sans-serif;
  padding: 5px 18px 9px;
  border-radius: 30px !important;
  color: white;
  background-color: #ff4680;
  font-size: 0.9rem !important;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none; }

/*** Unterstrich Effekt disable ***/
#menu-item-682 a span:after {
  width: 0% !important; }

/*** Hover ***/
#menu-item-682 span:hover {
  text-decoration: none !important;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #df0046;
  color: white !important;
  text-decoration: none; }

/*** Ende der Menü-Anpassungen "Probestunde" ***/
/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
/* Options for Small Screens ------------------------------- */
@media (min-width: 375px) {
  .wp-block-group.has-background,
  .uk-container,
  section.has-background.has-inner-background .wp-block-group__inner-container {
    padding: 70px 40px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  #overlay-menu .uk-modal-dialog {
    padding: 0 40px; }

  .title-img.home .bubblewrap .bubble {
    max-width: 360px; } }
@media (min-width: 1023px) {
  .menu-breakpoint {
    display: block; }

  #header-search {
    display: block; } }
@media (min-width: 780px) {
  .title-img.home .bubblewrap {
    padding-bottom: 120px; }

  body.single-teacher article .entry-header, body.single-teacher .entry-header, .uk-modal.teacher-info article .entry-header, .uk-modal.teacher-info .entry-header, body.single-standort article .entry-header, body.single-standort .entry-header {
    padding: 0 0 40px 0;
    text-align: left; }
    body.single-teacher article .entry-header > div, body.single-teacher .entry-header > div, .uk-modal.teacher-info article .entry-header > div, .uk-modal.teacher-info .entry-header > div, body.single-standort article .entry-header > div, body.single-standort .entry-header > div {
      display: flex;
      width: 100%; }
    body.single-teacher article .entry-header .desc, body.single-teacher .entry-header .desc, .uk-modal.teacher-info article .entry-header .desc, .uk-modal.teacher-info .entry-header .desc, body.single-standort article .entry-header .desc, body.single-standort .entry-header .desc {
      margin: 0; }
      body.single-teacher article .entry-header .desc > div, body.single-teacher .entry-header .desc > div, .uk-modal.teacher-info article .entry-header .desc > div, .uk-modal.teacher-info .entry-header .desc > div, body.single-standort article .entry-header .desc > div, body.single-standort .entry-header .desc > div {
        margin: 0; }
        body.single-teacher article .entry-header .desc > div:after, body.single-teacher .entry-header .desc > div:after, .uk-modal.teacher-info article .entry-header .desc > div:after, .uk-modal.teacher-info .entry-header .desc > div:after, body.single-standort article .entry-header .desc > div:after, body.single-standort .entry-header .desc > div:after {
          width: 100%;
          margin-left: 0; } }
@media (max-width: 961px) {
  .entry-content .wp-block-media-text {
    grid-template-columns: auto !important; }
    .entry-content .wp-block-media-text.is-stacked-on-mobile {
      display: flex;
      flex-direction: column; }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
    width: 100%; }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    order: -1;
    width: 100%; }
  .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    margin-bottom: calc(20px * 1.5); } }
@media (min-width: 962px) {
  figure.wp-block-media-text__media + * {
    margin-top: 0; } }
/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  .content-area {
    font-size: 16px;
    line-height: 1.75; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .title-img {
    height: 400px;
    background-size: 1600px auto;
    background-position: calc(50vw - 610px) calc(100% - 50px); }
    .title-img .titlewrap {
      padding-bottom: 50px; }
    .title-img.home .custom-txt .custom-bubble {
      padding-right: 40px; } }
/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .posts-index * + .uk-grid-margin {
    margin-top: 60px !important; }

  .site-footer .menu-col > div {
    justify-content: flex-end; }
  .site-footer .footer-middle .uk-grid {
    padding-bottom: 40px; }
  .site-footer .footer-middle .socials {
    justify-content: flex-end; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .title-img.home .custom-txt {
    height: 100vh;
    padding: 220px 0 30px 0;
    display: flex;
    align-items: flex-end;
    top: 0; }
    .title-img.home .custom-txt .custom-bubble {
      padding: 60px 20px 50px 70px;
      margin-bottom: 10%; }

  .wp-block-group.has-background, section.has-background.has-inner-background .wp-block-group__inner-container {
    padding: 90px 80px; }

  .termin-overview .termin-ov li .wrap {
    padding: 12px 0; }
  .termin-overview .termin-ov .termin-grid {
    grid-template-columns: 124px auto 186px;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-template-areas: ". . .";
    align-content: center; }
    .termin-overview .termin-ov .termin-grid .grid {
      display: grid;
      grid-template-columns: 300px auto; }
    .termin-overview .termin-ov .termin-grid .location {
      margin-top: 0; }
    .termin-overview .termin-ov .termin-grid .links .uk-button {
      width: 100%; }

  .news-ov .grid {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 50%;
    grid-gap: 50px;
    margin-bottom: 120px; }
    .news-ov .grid .news-image {
      margin-bottom: 0; }
    .news-ov .grid .excerpt {
      padding-bottom: 30px; } }
/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  #overlay-menu .uk-modal-dialog {
    padding: 0 0; }

  .title-img {
    background-position: 48% calc(100% - 50px); }

  .termin-overview .termin-ov .termin-grid .grid {
    display: grid;
    grid-template-columns: 340px auto; } }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: calc( 1600px + 10px )) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------- */
  .titlewrap,
  .content-area,
  .content-width,
  .wp-block-group__inner-container > * {
    max-width: 1100px; }

  .wp-block-group__inner-container > * {
    margin-left: auto;
    margin-right: auto; }

  .title-img {
    height: 1px;
    padding-bottom: 24%;
    background-size: 100% auto;
    background-position: 60% calc(100% - 50px); } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch {
  /* HOVER FX WHITE LINKS */
  /* Image-Link Hover Animation in Image and Gallery*/
  /* PAGE/CUSTOMER SPECIALS --------------------------------- */ }
  body.no-touch a:not(.uk-slidenav-next, .uk-slidenav-previous, .uk-button) {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    body.no-touch a:not(.uk-slidenav-next, .uk-slidenav-previous, .uk-button) .uk-icon {
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  body.no-touch a:not(.uk-button, .uk-slidenav-next, .uk-slidenav-previous, .menu-toggle):hover {
    color: #ff4680;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    body.no-touch a:not(.uk-button, .uk-slidenav-next, .uk-slidenav-previous, .menu-toggle):hover .uk-icon {
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  body.no-touch button:hover {
    cursor: pointer; }
  body.no-touch .site-footer .menu-col a:hover {
    color: white;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .site-footer .social-btn a:hover {
    color: white; }
    body.no-touch .site-footer .social-btn a:hover .uk-icon {
      transform: translateY(-10px); }
  body.no-touch .site-footer .menu-col a:after,
  body.no-touch .main-navigation ul li > a span:after,
  body.no-touch .mobile-menu ul li:not(.button) > a:after {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  body.no-touch .site-footer .menu-col a:hover:after,
  body.no-touch .main-navigation ul li > a span:hover:after,
  body.no-touch .mobile-menu ul li:not(.button) > a:hover:after {
    transform: scaleX(100%);
    background: rgba(255, 255, 255, 0.8);
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  body.no-touch .wp-block-image a, body.no-touch .wp-block-gallery .blocks-gallery-item a, body.no-touch .posts a, body.no-touch .charts a, body.no-touch figure a, body.no-touch .news-image a {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: white !important; }
    body.no-touch .wp-block-image a img, body.no-touch .wp-block-image a .imgwrap, body.no-touch .wp-block-gallery .blocks-gallery-item a img, body.no-touch .wp-block-gallery .blocks-gallery-item a .imgwrap, body.no-touch .posts a img, body.no-touch .posts a .imgwrap, body.no-touch .charts a img, body.no-touch .charts a .imgwrap, body.no-touch figure a img, body.no-touch figure a .imgwrap, body.no-touch .news-image a img, body.no-touch .news-image a .imgwrap {
      -moz-transition: all .7s ease-in-out;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out; }
  body.no-touch .wp-block-image a:hover img, body.no-touch .wp-block-image a.js-hover img, body.no-touch .wp-block-image a:hover .imgwrap, body.no-touch .wp-block-image a.js-hover .imgwrap, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a.js-hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover .imgwrap, body.no-touch .wp-block-gallery .blocks-gallery-item a.js-hover .imgwrap, body.no-touch .posts a:hover img, body.no-touch .posts a.js-hover img, body.no-touch .posts a:hover .imgwrap, body.no-touch .posts a.js-hover .imgwrap, body.no-touch .charts a:hover img, body.no-touch .charts a.js-hover img, body.no-touch .charts a:hover .imgwrap, body.no-touch .charts a.js-hover .imgwrap, body.no-touch figure a:hover img, body.no-touch figure a.js-hover img, body.no-touch figure a:hover .imgwrap, body.no-touch figure a.js-hover .imgwrap, body.no-touch .news-image a:hover img, body.no-touch .news-image a.js-hover img, body.no-touch .news-image a:hover .imgwrap, body.no-touch .news-image a.js-hover .imgwrap {
    opacity: 0.6; }
  body.no-touch .wp-block-image a:hover img, body.no-touch .wp-block-image a.js-hover img, body.no-touch .wp-block-image a:hover .imgwrap, body.no-touch .wp-block-image a.js-hover .imgwrap, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a.js-hover img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover .imgwrap, body.no-touch .wp-block-gallery .blocks-gallery-item a.js-hover .imgwrap, body.no-touch .posts a:hover img, body.no-touch .posts a.js-hover img, body.no-touch .posts a:hover .imgwrap, body.no-touch .posts a.js-hover .imgwrap, body.no-touch .charts a:hover img, body.no-touch .charts a.js-hover img, body.no-touch .charts a:hover .imgwrap, body.no-touch .charts a.js-hover .imgwrap, body.no-touch figure a:hover img, body.no-touch figure a.js-hover img, body.no-touch figure a:hover .imgwrap, body.no-touch figure a.js-hover .imgwrap, body.no-touch .news-image a:hover img, body.no-touch .news-image a.js-hover img, body.no-touch .news-image a:hover .imgwrap, body.no-touch .news-image a.js-hover .imgwrap {
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: white !important; }
    body.no-touch .wp-block-image a:hover img img, body.no-touch .wp-block-image a.js-hover img img, body.no-touch .wp-block-image a:hover .imgwrap img, body.no-touch .wp-block-image a.js-hover .imgwrap img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover img img, body.no-touch .wp-block-gallery .blocks-gallery-item a.js-hover img img, body.no-touch .wp-block-gallery .blocks-gallery-item a:hover .imgwrap img, body.no-touch .wp-block-gallery .blocks-gallery-item a.js-hover .imgwrap img, body.no-touch .posts a:hover img img, body.no-touch .posts a.js-hover img img, body.no-touch .posts a:hover .imgwrap img, body.no-touch .posts a.js-hover .imgwrap img, body.no-touch .charts a:hover img img, body.no-touch .charts a.js-hover img img, body.no-touch .charts a:hover .imgwrap img, body.no-touch .charts a.js-hover .imgwrap img, body.no-touch figure a:hover img img, body.no-touch figure a.js-hover img img, body.no-touch figure a:hover .imgwrap img, body.no-touch figure a.js-hover .imgwrap img, body.no-touch .news-image a:hover img img, body.no-touch .news-image a.js-hover img img, body.no-touch .news-image a:hover .imgwrap img, body.no-touch .news-image a.js-hover .imgwrap img {
      transition: none; }
  body.no-touch .imgwrap {
    display: block;
    overflow: hidden;
    position: relative; }
  body.no-touch a.pink:hover {
    color: #29809e; }
  body.no-touch .uk-lightbox .uk-lightbox-toolbar-icon:hover {
    color: #ff4680; }
  body.no-touch .custom-pagination ul li a:hover, body.no-touch .post-navigation-iconnav a:hover {
    border-color: #ff4680;
    background: #ff4680;
    color: white !important; }


.wp-block-button.circle a.wp-block-button__link{
  display:inline-flex !important;
  width:40px !important;
  height:40px !important;
  min-width:40px !important;
  padding:0 !important;
  border-radius:999px !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
}
