/*!
Theme Name: endokonsil-gruppe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: endokonsil-gruppe
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --black: 0 0 0; /* #000000 */
  --white: 255 255 255; /* #ffffff */
  --accent: 203 69 134; /* #cb4586 */
  --accent-dark: 195 58 124; /* #c33a7c */
  --light-blue: 246 252 255; /* #f6fcff */
  --light-blue-2: 239 247 255; /* #EFF7FF */
  --black-bluish: 46 49 100; /* #2e3164 */
  --blue: 73 124 254; /* #497cfe */
  --sky-blue: 139 197 254; /* #8BC5FE */
}

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

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .container {
    max-width: 100%;
    padding-inline: 40px !important;
  }
}

.full-screen-width {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: rgb(var(--black));
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

h1,
.h1 {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 600;
  color: rgb(var(--black-bluish));
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 500;
  hyphens: auto;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  hyphens: auto;
}

.h2--xl {
  font-size: 38px;
  line-height: 1.1;
}

.h2--xl > img {
  width: 30px;
  transform: translateY(10%);
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 1.25;
  }
  h2,
  .h2 {
    font-size: 56px;
    line-height: 1.35;
  }
  .h2--xl {
    font-size: 64px;
    line-height: 1.4;
  }
  .h2--xl > img {
    width: 70px;
  }
}

.eyebrow-heading {
  position: relative;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgb(var(--black-bluish) / 0.1);
  border-radius: 100px;
  font-weight: 500;
  color: rgb(var(--black-bluish));
  font-size: 1rem;
  line-height: 1;
}

.eyebrow-heading::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--black-bluish));
  content: "";
}

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-color: rgb(var(--light-blue));
}

hr.wp-block-separator {
  background-color: rgb(var(--black-bluish) / 0.3);
  border: none;
  width: 100%;
  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%;
}

.wp-block-image img {
  border-radius: 44px;
}

.wp-block-image.radius-sm img {
  border-radius: 12px;
}

.wp-block-image.no-border-radius img {
  border-radius: 0px;
}

.content-section {
  margin-top: 100px;
}

.content-section:has(> h2),
.content-section .wp-block-group:has(> h2) {
  gap: 22px !important;
}

.content-section:has(> h2) .wp-block-buttons,
.content-section .wp-block-group:has(> h2) .wp-block-buttons {
  margin-top: 10px !important;
}

.colored-section {
  padding-block: 140px;
  background: rgb(var(--light-blue-2));
}

.content-section-row {
  gap: 110px;
  width: 100%;
}

.content-section-row > .wp-block-group {
  flex: 1;
}

@media (min-width: 1024px) {
  .content-section {
    margin-top: 130px;
  }
}

@media (max-width: 1023px) {
  .content-section-row {
    flex-direction: column !important;
    gap: 22px !important;
  }
}

/* BUTTONS */

.button {
  outline: none;
  border-radius: 12px;
  white-space: nowrap;
  line-height: 100%;
  text-decoration: none;
  width: fit-content;
}

.button:has(a) a {
  display: inline-block;
  padding: 22px 32px;
  border-radius: inherit;
  transition: all ease-in-out 0.2s;
  text-decoration: none !important;
  font-size: 1.125rem;
  font-weight: 600;
}

.button:has(a):hover a {
  text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
  .button:has(a) a {
    white-space: normal;
  }
}

.button--primary a {
  background-color: rgb(var(--accent));
  color: rgb(var(--white)) !important;
}

.button--primary:hover a {
  background: rgb(var(--accent-dark));
}

.button--secondary a {
  background-color: rgb(var(--white));
  color: rgb(var(--black-bluish)) !important;
  border: 1px solid rgb(var(--white));
}

.button--secondary:hover a {
  border-color: rgb(var(--black-bluish));
}

/* BUTTONS END */

/* Links
--------------------------------------------- */

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

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
--------------------------------------------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/* Initial state */
.site-header {
  background-color: transparent;
  transform: translateY(0);
  transition:
    transform 0.4s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 73px;
  margin: 0 auto;
  padding-top: 38px;
}

.site-branding {
  flex: 0 0 auto;
}

/* Sticky state */
.site-header.is-sticky {
  position: fixed;
  background-color: rgb(var(--light-blue));
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
}

.site-header.is-sticky .site-header__inner {
  padding-block: 10px;
}

.site-header.no-transition {
  transition: none !important;
}

.site-header.is-sticky:not(.is-visible) {
  transform: translateY(-100%);
}

.site-header.is-sticky.is-visible {
  transform: translateY(0);
}

/* Logo switch */
.site-logo--primary {
  display: inline-block;
  width: auto;
  max-width: 148px;
  max-height: 74px;
}

.site-logo--secondary {
  display: none;
}

.site-header.is-sticky .site-logo--primary {
  display: none;
}

.site-header.is-sticky .site-logo--secondary {
  display: inline-block;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
  width: auto;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul ul {
  min-width: 210px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(35, 34, 74, 0.12);
  position: absolute;
  top: calc(100% + 16px);
  left: -999em;
  z-index: 99999;
  display: block;
}

.main-navigation ul ul ul {
  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: 100%;
  padding: 8px 0;
}

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-weight: 300;
  line-height: 1;
  color: rgb(var(--black));
  text-decoration: none;
  transition: text-shadow 0.2s ease-in-out;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  text-shadow: 1px 0 rgb(var(--black));
}

.main-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  height: 2px;
  background: rgb(var(--accent));
  border-radius: 2px;
  translate: 0 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: "";
}

.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after,
.main-navigation a:hover::after,
.main-navigation a:focus::after {
  opacity: 1;
}

.menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2d2a59;
  cursor: pointer;
}

.burger {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.burger svg {
  overflow: visible;
}

.burger .line {
  fill: #000;
  transform-box: fill-box;
  transform-origin: center;
  transition:
    transform 0.35s ease,
    opacity 0.25s ease;
}

.burger.active .line-top {
  transform: translate(3.5px, 7px) rotate(45deg);
}

.burger.active .line-middle {
  opacity: 0;
  transform: scaleX(0);
}

.burger.active .line-bottom {
  transform: translate(3.5px, -7px) rotate(-45deg);
}

.navigation-container.is-sub-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .site-header__inner {
    min-height: 68px;
  }

  .site-title {
    font-size: 1.45rem;
  }

  .main-navigation {
    gap: 0;
  }

  .main-navigation ul {
    position: absolute;
    right: 16px;
    left: 16px;
    top: calc(100% + 8px);
    display: grid;
    gap: 0;
    padding: 14px 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(35, 34, 74, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .main-navigation.is-open ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-navigation li + li {
    border-top: 1px solid rgba(45, 42, 89, 0.1);
  }

  .main-navigation a {
    width: 100%;
    min-height: 48px;
  }
}

@media screen and (min-width: 761px) {
  .menu-toggle {
    margin-left: 6px;
  }
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

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

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

.entry-content a {
  font-weight: 600;
  text-decoration: none;
  color: rgb(var(--black-bluish));
}

.entry-content a:hover {
  text-decoration: underline;
}

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

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

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

.hero-section-outer {
  position: relative;
  padding-top: 210px;
}

.hero-section-outer--homepage {
  background-image: url(assets/images/hero-section-background-pattern.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-shadow-bg {
  position: relative;
}

.blue-shadow-bg::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 120%;
  pointer-events: none;
  background-image: url('data:image/svg+xml,<svg width="1440" height="1226" viewBox="0 0 1440 1226" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_14_96" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1440" height="1226"><rect width="1440" height="1226" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_14_96)"><g filter="url(%23filter0_f_14_96)"><path d="M2105.78 -57.9999C1502.74 -58 2105.78 367.27 80 504.078C1916.81 651.213 1428.57 1212 2031.61 1212C2191.55 883.53 2077.4 926.122 2130.93 640.242C2067.72 388.566 2186.39 196.259 2105.78 -57.9999Z" fill="%236982FE" fill-opacity="0.5"/></g></g><defs><filter id="filter0_f_14_96" x="-219.7" y="-357.7" width="2654.4" height="1869.4" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="149.85" result="effect1_foregroundBlur_14_96"/></filter></defs></svg>');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  content: "";
}

.hero-section-outer > * {
  position: relative;
  z-index: 1;
}

.hero-section-wrapper > .wp-block-group__inner-container {
  position: relative;
}

.hero-section-content {
  color: rgb(var(--black-bluish));
  z-index: 1;
}

.hero-section--homepage {
  gap: 0 !important;
  align-items: center !important;
}

.hero-section-content--homepage {
  width: 60%;
  margin: 0 auto;
  gap: 6px !important;
  align-items: center !important;
  text-align: center;
}

.hero-section-content--homepage h1 {
  font-size: 70px;
  line-height: 1.2;
}

.hero-section-content--homepage .wp-block-buttons {
  margin-top: 32px;
}

.hero-section-gallery--homepage {
  gap: 22px !important;
  align-items: flex-end !important;
  margin-top: -28px !important;
}

.icon-label {
  gap: 10px !important;
  align-items: center !important;
  width: fit-content;
  z-index: 1;
  pointer-events: none;
}

.icon-label__text {
  padding: 4px 6px;
  border-radius: 4px;
  background-color: rgb(var(--blue));
  color: rgb(var(--white));
  font-size: 0.875rem;
  line-height: 1;
}

.icon-label .wp-block-image {
  width: fit-content;
  height: fit-content;
}

.infinite-images-slider .wp-block-image {
  width: fit-content;
  height: fit-content;
  margin: 0;
}

.infinite-images-slider .wp-block-image img {
  border-radius: 22px;
}

.infinite-images-slider .swiper-slide {
  width: fit-content;
}

/* YouTube video shortcode
--------------------------------------------- */
.youtube-player {
  display: block;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

img.youtube-thumbnail {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 28px;
}

div.youtube-play-btn {
  height: 86px;
  width: 86px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  background: rgb(var(--blue));
  border-radius: 99px;
  transition: transform 0.2s ease-in-out;
}

div.youtube-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

div.youtube-play-btn:after {
  position: absolute;
  width: 35px;
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  background-image: url('data:image/svg+xml,<svg width="35" height="44" viewBox="0 0 35 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0V43.9226L34.5106 21.9613L0 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

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

@media (max-width: 1023px) {
  div.youtube-play-btn {
    width: 55px;
    height: 55px;
  }
  div.youtube-play-btn:after {
    scale: 0.6;
    transform-origin: left top;
  }
}
/* --------------------------------------------- */

/* YouTube video shortcode end */

.animated-number {
  --animated-number-left-offset: 16px;

  gap: 18px;
  color: rgb(var(--black-bluish));
  font-weight: 500;
}

.animated-number-value {
  position: relative;
  padding-left: var(--animated-number-left-offset);
  font-size: 44px;
  line-height: 1.4;
}

.animated-number-value::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: calc(100% + 12px);
  background: rgb(var(--black-bluish) / 0.3);
  content: "";
}

.animated-number-label {
  padding-left: var(--animated-number-left-offset);
  font-size: 1rem;
}

.info-card {
  padding-block: 44px 32px;
  padding-inline: 36px;
  border-radius: 22px;
  border: 1px solid rgb(var(--sky-blue));
  background: linear-gradient(
    144.08deg,
    rgba(60, 119, 255, 0.015) -8.42%,
    rgba(36, 71, 153, 0.15) 96.44%
  );
  color: rgb(var(--black-bluish));
}

.info-card--dark {
  background: linear-gradient(
    144.08deg,
    rgba(60, 119, 255, 0.3) -8.42%,
    rgba(36, 71, 153, 1) 96.44%
  );
  border: none;
  color: rgb(var(--white));
}

.info-card--image {
  padding: 0;
}

.info-card--image .wp-block-image {
  margin: 0;
}

.info-card--text {
  gap: 20px !important;
}

.info-card__title {
  font-weight: 600;
}

.info-card__subtitle {
  font-size: 1.05em;
  font-weight: 600;
}

.info-card__description {
  font-size: 1rem;
}

.info-card--text .wp-block-buttons {
  margin-top: 12px !important;
}

.glass-bg-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(var(--black-bluish));
  background: rgb(var(--white) / 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 2px solid rgb(var(--white) / 0.3);
}

.glass-bg-label::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--black));
  content: "";
}

.treatments-slider .swiper-slide {
  width: fit-content;
}

.treatments-slider p {
  margin-block: 0;
}

.label {
  position: relative;
  border-radius: 100px;
  background-color: rgb(var(--white));
  color: rgb(var(--black-bluish));
  font-weight: 600;
}

.label--gray {
  background-color: rgb(var(--black-bluish) / 0.1);
}

.label--checkmark::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 8px;
  background-color: currentColor;
  -webkit-mask: url("assets/icons/checkmark.svg") center / contain no-repeat;
  mask: url("assets/icons/checkmark.svg") center / contain no-repeat;
}

.label:not(:has(a)),
.label a {
  display: inline-block;
  padding: 22px;
}

.label a {
  color: rgb(var(--black-bluish));
  text-decoration: none;
}

.label:has(a):hover {
  outline: 1px solid rgb(var(--black-bluish));
  outline-offset: -1px;
}

.label:has(a):hover a {
  text-decoration: none;
}

.treatments-slider .swiper-wrapper .group-2 p {
  background-color: rgb(var(--accent));
}
.treatments-slider .swiper-wrapper .group-2 a {
  color: rgb(var(--white));
}

.treatments-slider .swiper-wrapper .group-2 p:has(a):hover {
  background-color: rgb(var(--accent-dark));
  outline: none;
}

.tab {
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgb(var(--accent) / 0.1);
  border-color: transparent;
  color: rgb(var(--accent));
  font-size: 1rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.tab:hover {
  border-color: rgb(var(--accent));
  background-color: rgb(var(--accent) / 0.2);
  color: rgb(var(--accent));
}

.tab--active {
  border-color: rgb(var(--accent));
  background-color: rgb(var(--accent));
  color: rgb(var(--white));
}

/* Kontaktformular START */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wpcf7-form {
  font-size: 1rem;
  color: rgb(var(--black-bluish));
}

.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: inline-flex;
  margin: 0;
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* Radio default state */
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgb(var(--accent) / 0.1);
  color: rgb(var(--accent));
  line-height: 1;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

/* Radio hover/focus state */
.wpcf7-form .wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label,
.wpcf7-form .wpcf7-radio label:hover .wpcf7-list-item-label,
.wpcf7-form
  .wpcf7-radio
  input[type="radio"]:focus-visible
  + .wpcf7-list-item-label {
  background-color: rgb(var(--accent) / 0.2) !important;
  color: rgb(var(--accent)) !important;
  box-shadow: inset 0 0 0 1px rgb(var(--accent)) !important;
}

/* Radio active/checked state */
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: rgb(var(--accent)) !important;
  color: rgb(var(--white)) !important;
  box-shadow: inset 0 0 0 1px rgb(var(--accent)) !important;
}

/* Keep checked style while hovering the selected radio */
.wpcf7-form
  .wpcf7-radio
  .wpcf7-list-item:hover
  input[type="radio"]:checked
  + .wpcf7-list-item-label,
.wpcf7-form
  .wpcf7-radio
  label:hover
  input[type="radio"]:checked
  + .wpcf7-list-item-label,
.wpcf7-form
  .wpcf7-radio
  input[type="radio"]:checked:focus-visible
  + .wpcf7-list-item-label {
  background-color: rgb(var(--accent)) !important;
  color: rgb(var(--white)) !important;
  box-shadow: inset 0 0 0 1px rgb(var(--accent)) !important;
}

@media (max-width: 1023px) {
  .content-section-row > .wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .content-section-row > .wp-block-group > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .wpcf7-list-item {
    flex: 0 0 auto;
  }
}
.info-card--form {
  display: flex;
  gap: 63px;
  padding: 44px 36px;
}

.form-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.info-card--form p {
  margin: 0;
}

.info-card--form input[type="text"],
.info-card--form input[type="email"],
.info-card--form textarea {
  width: 100%;
  min-height: 50px;
  padding: 18px 26px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: rgb(var(--light-blue-2));
  color: rgb(var(--black-bluish));
  caret-color: rgb(var(--accent));
  font-weight: 400;
  transition:
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.info-card--form textarea {
  min-height: 140px;
  resize: vertical;
}

.info-card--form input::placeholder,
.info-card--form textarea::placeholder {
  font-weight: 300;
  color: rgb(var(--black-bluish));
}

.info-card--form input[type="text"]:focus,
.info-card--form input[type="email"]:focus,
.info-card--form textarea:focus {
  outline: none;
  border-color: rgb(var(--accent));
  box-shadow: 0 0 0 3px rgb(var(--accent) / 0.14);
}

.info-card--form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.info-card--form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 16px;
  align-items: start;
  margin: 0;
  line-height: 1.35;
  color: rgb(var(--black-bluish));
  cursor: pointer;
  font-weight: 300;
}

.info-card--form .wpcf7-acceptance label a {
  font-weight: 400;
}

.info-card--form .wpcf7-acceptance input[type="checkbox"] {
  position: relative;
  display: grid;
  place-content: center;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgb(var(--accent));
  border-radius: 3px;
  background-color: rgb(var(--white));
  cursor: pointer;
  transition:
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.info-card--form .wpcf7-acceptance input[type="checkbox"]::before {
  width: 10px;
  height: 8px;
  background-color: rgb(var(--white));
  transform: scale(0);
  transition: transform 0.16s ease-in-out;
  content: "";
  -webkit-mask: url("assets/icons/checkmark.svg") center / contain no-repeat;
  mask: url("assets/icons/checkmark.svg") center / contain no-repeat;
}

.info-card--form .wpcf7-acceptance label:hover input[type="checkbox"] {
  box-shadow: 0 0 0 3px rgb(var(--accent) / 0.12);
}

.info-card--form .wpcf7-acceptance input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(var(--accent) / 0.18);
}

.info-card--form .wpcf7-acceptance input[type="checkbox"]:checked {
  border-color: rgb(var(--accent));
  background-color: rgb(var(--accent));
}

.info-card--form .wpcf7-acceptance input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.info-card--form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: rgb(var(--accent-dark));
  font-size: 0.875rem;
}

.wpcf7-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgb(var(--sky-blue));
  border-radius: 18px;
  color: rgb(var(--black-bluish));
}

.wpcf7-submit:disabled {
  opacity: 0.7;
}

.wpcf7-submit {
  border: none;
  outline: none;
  background: none;
}

.wpcf7 .wpcf7-submit:disabled a {
  cursor: not-allowed;
}

.form-image {
  display: none;
}

/* Kontaktformular END */

.footer {
  overflow: hidden;
  background-image: url(assets/images/footer-background-pattern.svg);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}

.footer.blue-shadow-bg::before {
  bottom: 0;
  translate: 0 50%;
}

.footer__body {
  padding-bottom: 26px;
  gap: 22px !important;
  font-size: 1rem;
  font-weight: 300;
  color: rgb(var(--black-bluish));
}

.footer__body hr.wp-block-separator {
  margin: 0;
}

.footer__content {
  padding-block: 140px;
  gap: 8vw !important;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__content a {
  color: rgb(var(--black-bluish));
  text-decoration: none;
  transition: text-decoration 0.2s ease-in-out;
}

.footer__content a:hover {
  text-decoration: underline;
}

.footer__content-overview {
  flex: 2;
  gap: 22px !important;
}

.footer__content-overview a {
  font-weight: 400;
}

.footer__content-overview .custom-logo-link {
  margin-bottom: 22px !important;
}

.social-icons {
  gap: 16px !important;
}

.social-icons__item a {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  outline: 1px solid var(--social-icons-item-border-color, rgb(var(--sky-blue)));
  outline-offset: -1px;
  background: linear-gradient(
    144.08deg,
    rgba(60, 119, 255, 0.015) -8.42%,
    rgba(36, 71, 153, 0.15) 96.44%
  );
  transition: outline 0.1s ease-in-out;
  overflow: hidden;
}

.social-icons__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    144.08deg,
    rgba(60, 119, 255, 0.03) -8.42%,
    rgba(36, 71, 153, 0.3) 96.44%
  );
  opacity: var(--social-icons-item-background-opacity, 0);
  transition: opacity 0.1s ease-in-out;
}

.social-icons__item a:hover {
  --social-icons-item-border-color: transparent;
  --social-icons-item-background-opacity: 1;
}

.footer__content-info {
  flex: 1;
  gap: 22px !important;
}

.footer__content-info strong {
  font-weight: 600;
}

.footer__content-schedule {
  width: 100%;
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr) !important;
  row-gap: 2px !important;
  column-gap: 14px !important;
  white-space: nowrap;
}

.footer__content-cta {
  flex: 1;
  gap: 12px !important;
}

.footer__content-cta-title {
  font-weight: 600;
  font-size: 38px;
}

.footer__menu a {
  text-shadow: none;
  transition: text-shadow ease-in-out 0.2s;
}
.footer__menu a:hover {
  text-shadow: 1px 0 rgb(var(--black));
}

@media (max-width: 1023px) {
  .hero-section-outer {
    padding-top: 190px;
  }

  .hero-section-content--homepage h1 {
    font-size: 48px;
  }

  .hero-section-content--homepage {
    width: 100%;
  }

  .hero-section-gallery--homepage {
    margin-top: 140px !important;
  }

  .hero-section-gallery--homepage > * {
    display: none;
  }

  .hero-section-gallery--homepage > *:nth-child(1) {
    display: block;
  }

  .content-section-row:has(.treatments-slider) {
    align-items: stretch !important;
  }

  .colored-section {
    padding-block: 120px;
  }

  .animated-number {
    gap: 12px !important;
  }
  .animated-number-value {
    font-size: 32px;
  }
  .animated-number-label {
    font-size: 14px;
  }
  .info-card--text {
    gap: 4px !important;
  }

  .info-card--form {
    padding-inline: 20px;
    padding-block: 22px 44px;
  }

  .footer__body {
    padding-bottom: 38px;
    gap: 44px !important;
  }
  .footer__content {
    padding-block: 120px 44px;
    flex-direction: column !important;
    gap: 66px !important;
    align-items: flex-start !important;
  }
  .footer__content-overview .custom-logo-link {
    max-width: 232px;
  }
}
