/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/sass/app.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
*/
/*Widths*/
/*regular*/
/*bold*/
/*Vogeler Colors*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*Vendor*/
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
@font-face {
  font-family: "bell-centennial-std-address";
  src: url(fonts/bell-centennial-std-address.3b104d42.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bell-centennial-std-name-num";
  src: url(fonts/bell-centennial-std-name-num.404592f4.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
*/
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: rgb(69, 69, 69);
  font-family: bell-centennial-std-address, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 2.15em;
  }
}

body.menu-open {
  overflow: hidden;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0 !important;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

:root {
  --wpforms-field-size-input-height: 55px !important;
  --wpforms-button-size-font-size: 21.5px !important;
  --wpforms-field-size-font-size: 21.5px !important;
  --wpforms-button-size-height: 55px !important;
  --wpforms-button-size-padding-h: 30px !important;
  --wpforms-button-size-margin-top: 30px !important;
  --wpforms-field-background-color: rgb(0, 96, 150) !important;
  --wpforms-field-text-color: #fff !important;
}

/*
*/
.box {
  padding: 5rem;
  background-color: rgb(242, 247, 250);
  margin-bottom: 2em;
  margin-top: 1em;
}
.box > *:last-child {
  margin-bottom: 0;
}

.box-transparent {
  padding: 5rem;
  background-color: rgb(242, 247, 250);
  margin-bottom: 2em;
  margin-top: 1em;
  background-color: rgba(242, 247, 250, 0.7);
}
.box-transparent > *:last-child {
  margin-bottom: 0;
}

.box--shadowed {
  box-shadow: -20px -20px 0px rgb(171, 203, 220);
  margin-top: 80px;
}

.article .box:not(:first-child) {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.aside .box figure {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*
*/
blockquote {
  border-left: 0.3rem solid rgb(0, 96, 150);
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
  color: rgb(0, 96, 150);
  font-family: bell-centennial-std-name-num, sans-serif;
  margin-top: 0;
}
blockquote *:last-child {
  margin-bottom: 0;
}

.wp-block-pullquote {
  padding: 20px;
  color: rgb(0, 96, 150);
}

/*
*/
.button,
.wp-element-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: rgb(0, 96, 150);
  border: 0.1rem solid rgb(0, 96, 150);
  color: #fff;
  font-family: bell-centennial-std-name-num, sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 1.35rem;
  padding: 1.3rem 1.3rem;
  letter-spacing: 0.1rem;
  border-radius: 2px;
  margin-top: 3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
  line-height: 1.5;
  transform: translate(4px, -4px);
  /*WP Core Button Construction*/
}
@media screen and (min-width: 805px) {
  .button,
  .wp-element-button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 1.5rem;
    padding: 2rem 3rem;
  }
}
.button a:focus,
.button a:hover,
.wp-element-button a:focus,
.wp-element-button a:hover,
button a:focus,
button a:hover,
input[type=button] a:focus,
input[type=button] a:hover,
input[type=reset] a:focus,
input[type=reset] a:hover,
input[type=submit] a:focus,
input[type=submit] a:hover {
  color: #fff;
}
.button:after, .button:before,
.wp-element-button:after,
.wp-element-button:before,
button:after,
button:before,
input[type=button]:after,
input[type=button]:before,
input[type=reset]:after,
input[type=reset]:before,
input[type=submit]:after,
input[type=submit]:before {
  transition: 0.3s;
  transform: translate(0, 0);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.button:before,
.wp-element-button:before,
button:before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before {
  background-color: rgb(80, 148, 190);
}
.button:after,
.wp-element-button:after,
button:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after {
  background-color: rgb(0, 96, 150);
}
.button:before,
.wp-element-button:before,
button:before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before {
  transform: translate(-4px, 4px);
}
.button:focus, .button:hover,
.wp-element-button:focus,
.wp-element-button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: rgb(69, 69, 69);
  border-color: rgb(69, 69, 69);
  color: #fff;
  outline: 0;
  transform: translate(8px, -8px);
}
.button:focus:before, .button:hover:before,
.wp-element-button:focus:before,
.wp-element-button:hover:before,
button:focus:before,
button:hover:before,
input[type=button]:focus:before,
input[type=button]:hover:before,
input[type=reset]:focus:before,
input[type=reset]:hover:before,
input[type=submit]:focus:before,
input[type=submit]:hover:before {
  transform: translate(-8px, 8px);
}
.button:focus:after, .button:hover:after,
.wp-element-button:focus:after,
.wp-element-button:hover:after,
button:focus:after,
button:hover:after,
input[type=button]:focus:after,
input[type=button]:hover:after,
input[type=reset]:focus:after,
input[type=reset]:hover:after,
input[type=submit]:focus:after,
input[type=submit]:hover:after {
  background-color: rgb(0, 96, 150);
}
.button[disabled],
.wp-element-button[disabled],
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button[disabled]:focus, .button[disabled]:hover,
.wp-element-button[disabled]:focus,
.wp-element-button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  background-color: rgb(0, 96, 150);
  border-color: rgb(0, 96, 150);
}
.button.button-outline,
.wp-element-button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  color: rgb(0, 96, 150);
}
.button.button-outline:focus, .button.button-outline:hover,
.wp-element-button.button-outline:focus,
.wp-element-button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: rgb(69, 69, 69);
  color: rgb(69, 69, 69);
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
.wp-element-button.button-outline[disabled]:focus,
.wp-element-button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type=button].button-outline[disabled]:focus,
input[type=button].button-outline[disabled]:hover,
input[type=reset].button-outline[disabled]:focus,
input[type=reset].button-outline[disabled]:hover,
input[type=submit].button-outline[disabled]:focus,
input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: rgb(0, 96, 150);
}
.button.button-clear,
.wp-element-button.button-clear,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: rgb(0, 96, 150);
}
.button.button-clear:focus, .button.button-clear:hover,
.wp-element-button.button-clear:focus,
.wp-element-button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: rgb(69, 69, 69);
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
.wp-element-button.button-clear[disabled]:focus,
.wp-element-button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover {
  color: rgb(0, 96, 150);
}
.button.wp-block-button__link,
.wp-element-button.wp-block-button__link,
button.wp-block-button__link,
input[type=button].wp-block-button__link,
input[type=reset].wp-block-button__link,
input[type=submit].wp-block-button__link {
  width: auto !important;
  height: auto !important;
}

.button--small {
  padding: 1rem 2rem;
}

:where(.wp-block-button__link),
:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: transparent !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

/*
*/
.breadcrumbs {
  position: absolute;
  top: -20px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  font-size: 0.8em;
}

/*
*/
code {
  background: rgb(177, 167, 144);
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

pre {
  background: rgb(177, 167, 144);
  border-left: 0.3rem solid rgb(0, 96, 150);
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/*
*/
hr {
  border: 0;
  border-top: 0.1rem solid rgb(177, 167, 144);
  margin: 3rem 0;
}

/*
*/
figcaption {
  font-size: 1.6rem;
}

/*
*/
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: rgb(0, 96, 150);
  border: 0.1rem solid rgb(0, 96, 150);
  border-radius: 0rem;
  box-shadow: none;
  box-sizing: inherit;
  padding: 1.2rem 1rem 1.2rem;
  width: 100%;
  color: #fff;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: rgb(0, 96, 150);
  outline: 0;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

input::-moz-placeholder {
  color: rgb(171, 203, 220);
  font-size: 0.8em;
  opacity: 0.5;
}

input::placeholder {
  color: rgb(171, 203, 220);
  font-size: 0.8em;
  opacity: 0.5;
}

textarea::-moz-placeholder {
  color: rgb(171, 203, 220);
  font-size: 0.8em;
  opacity: 0.5;
}

textarea::placeholder {
  color: rgb(171, 203, 220);
  font-size: 0.8em;
  opacity: 0.5;
}

/*WP Erfolgsmeldung*/
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: transparent;
  border: 0 none;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  padding: 0;
  margin: 0;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  margin-top: 3px !important;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding-top: 0px !important;
}

/*
*/
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 4rem 30px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .container {
    padding: 8rem 30px 6rem;
  }
}

.container--wider {
  max-width: 1400px;
}

.container--nobottompadding {
  padding-bottom: 0;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 900px) {
  .row .column.column-offset-10 {
    margin-left: 10%;
  }
  .row .column.column-offset-20 {
    margin-left: 20%;
  }
  .row .column.column-offset-25 {
    margin-left: 25%;
  }
  .row .column.column-offset-33, .row .column.column-offset-34 {
    margin-left: 33.3333%;
  }
  .row .column.column-offset-40 {
    margin-left: 40%;
  }
  .row .column.column-offset-50 {
    margin-left: 50%;
  }
  .row .column.column-offset-60 {
    margin-left: 60%;
  }
  .row .column.column-offset-66, .row .column.column-offset-67 {
    margin-left: 66.6666%;
  }
  .row .column.column-offset-75 {
    margin-left: 75%;
  }
  .row .column.column-offset-80 {
    margin-left: 80%;
  }
  .row .column.column-offset-90 {
    margin-left: 90%;
  }
}
@media (min-width: 900px) {
  .row .column.column-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .row .column.column-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .column.column-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row .column.column-33, .row .column.column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row .column.column-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .column.column-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row .column.column-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row .column.column-66, .row .column.column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row .column.column-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row .column.column-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row .column.column-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .row .column .column-top {
    align-self: flex-start;
  }
  .row .column .column-bottom {
    align-self: flex-end;
  }
  .row .column .column-center {
    align-self: center;
  }
}

@media (min-width: 50rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
/*
*/
a {
  color: rgb(0, 96, 150);
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(69, 69, 69);
}

/*
*/
dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 2rem;
}

.wp-site-blocks ul,
.wp-site-blocks ol,
.wp-site-blocks dl {
  margin-bottom: 2em;
  margin-block-end: 2.5em !important;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: none;
}

li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 2rem;
}
li:before {
  content: "•";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
}
li ul li {
  margin-bottom: 0.5rem;
}

ul.checklist li {
  list-style: none;
  padding-left: 40px;
  margin-left: 5px;
  position: relative;
}

ul.checklist li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.4em;
  left: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27381.75 897.71 1.1 536.71 120.72 410.57 372.57 649.42 865.78 107.07 994.39 224.03 381.75 897.71%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

/*
*/
.button,
button,
dd,
dt,
li {
  margin-bottom: 2rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

/*
*/
table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
/*
*/
b,
strong {
  font-family: bell-centennial-std-name-num, sans-serif;
  font-weight: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta {
  font-family: bell-centennial-std-name-num, sans-serif;
  margin-bottom: 3rem;
  margin-top: 0;
  font-weight: normal;
}

h1,
.alpha {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  h1,
  .alpha {
    font-size: 3.8rem;
  }
}

h2,
.beta {
  font-size: 2.7rem;
}
@media screen and (min-width: 600px) {
  h2,
  .beta {
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 4rem;
  }
}

h3,
.gamma {
  font-size: 2.2rem;
  margin-bottom: 3em;
  margin-block-end: 3rem !important;
}
@media screen and (min-width: 600px) {
  h3,
  .gamma {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

h4,
.delta {
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  h4,
  .delta {
    font-size: 2.2rem;
    letter-spacing: 0rem;
    line-height: 1.35;
    margin-bottom: 2rem;
  }
}

p + h4 {
  margin-top: 6rem;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

p + h2,
ul + h2,
p + h3,
ul + h3,
p + .row {
  margin-top: 5rem;
}

.subline {
  font-size: 0.8em;
  display: block;
  opacity: 0.5;
  margin-top: 1rem;
}

.tiny-text {
  font-size: 1.3rem;
}

.l-text {
  font-size: 2rem;
}

@media screen and (min-width: 600px) {
  .xl-text {
    font-size: 3rem;
  }
}

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

/*
*/
.ico-phone {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23565655%27 viewBox=%270 0 1000 1000%27%3E%3Cpath d=%27M762.28,34.75c-19.55-19.55-42.68-29.32-69.41-29.32h-394.98c-26.75,0-49.9,9.77-69.45,29.32-19.55,19.55-29.3,42.68-29.3,69.43v789.95c0,26.75,9.76,49.9,29.3,69.45,19.55,19.55,42.7,29.3,69.45,29.3h394.98c26.73,0,49.86-9.76,69.41-29.3,19.55-19.55,29.32-42.7,29.32-69.45V104.18c0-26.75-9.77-49.88-29.32-69.43ZM433.66,104.18h123.43c8.21,0,12.33,4.12,12.33,12.35s-4.12,12.33-12.33,12.33h-123.43c-8.24,0-12.35-4.1-12.35-12.33s4.1-12.35,12.35-12.35ZM538.95,937.73c-12.1,12.1-26.62,18.13-43.58,18.13s-31.5-6.03-43.58-18.13c-12.1-12.08-18.13-26.6-18.13-43.58s6.03-31.5,18.13-43.6c12.08-12.08,26.6-18.13,43.58-18.13s31.48,6.05,43.58,18.13c12.1,12.1,18.14,26.62,18.14,43.6s-6.05,31.5-18.14,43.58ZM717.55,770.7c0,6.7-2.45,12.47-7.33,17.37-4.9,4.9-10.67,7.33-17.35,7.33h-394.98c-6.7,0-12.47-2.43-17.37-7.33-4.9-4.9-7.33-10.67-7.33-17.37V227.61c0-6.68,2.43-12.46,7.33-17.35,4.9-4.9,10.67-7.34,17.37-7.34h394.98c6.68,0,12.46,2.45,17.35,7.34,4.88,4.9,7.33,10.67,7.33,17.35v543.09Z%27 stroke-width=%270%27/%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 0.5em;
  background-size: 1em;
  padding-left: 1.5em;
  background-position: -3px center;
  background-repeat: no-repeat;
}

.ico-mail {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23565655%27 viewBox=%270 0 1000 1000%27%3E%3Cpath d=%27M897.32,136.4c26.29,0,49.11,10.08,68.48,30.18,19.33,20.13,29.02,43.34,29.02,69.64v594.25c0,26.33-9.68,49.55-29.02,69.64-19.37,20.13-42.18,30.17-68.48,30.17H103.44c-26.34,0-49.15-10.04-68.48-30.17-19.37-20.09-29.02-43.31-29.02-69.64V236.22c0-26.29,9.65-49.51,29.02-69.64,19.33-20.09,42.14-30.18,68.48-30.18h793.88ZM500.38,484.6l396.94-248.38H103.44l396.94,248.38ZM897.32,830.47v-494.43l-396.94,246.05L103.44,336.03v494.43h793.88Z%27 stroke-width=%270%27/%3E%3C/svg%3E");
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.5em;
  background-size: 0.8em;
  background-position: left center;
  background-repeat: no-repeat;
}

/*
*/
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
  margin-left: 2em;
}

.centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
*/
@media screen and (min-width: 1240px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -50px;
    right: auto;
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
  color: rgb(80, 148, 190);
}
@media screen and (min-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button--white,
.swiper-pagination--white {
  color: #fff;
}

.swiper-button--inside.swiper-button-next,
.swiper-container-rtl .swiper-button--inside.swiper-button-prev {
  right: 30px !important;
}

.swiper-button--inside.swiper-button-prev,
.swiper-container-rtl .swiper-button--inside.swiper-button-next {
  left: 30px !important;
}

.swiper-pagination--inside {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 15px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/*
*/
@media screen and (min-width: 1600px) {
  aside > .box,
  aside > figure,
  .aside > .box,
  .aside > figure {
    margin-right: -120px;
  }
}

/*
*/
.article__img {
  width: auto;
}
@media screen and (min-width: 600px) {
  .article__img {
    float: right;
    max-width: 40%;
    margin-right: 0;
    margin-top: 0;
    /*overwriting wp and browser */
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .article__img {
    margin-right: -120px;
    margin-top: -80px;
  }
}

.pagenav + .article {
  padding-top: 32px;
}

.vorspann p {
  max-width: 100% !important;
}

.img-with-box {
  position: relative;
  margin-top: 30px;
}
.img-with-box img {
  margin-bottom: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .img-with-box img {
    width: 95%;
    margin-left: 5%;
    margin-right: -30px;
  }
}
@media screen and (min-width: 805px) {
  .img-with-box img {
    width: 80%;
    margin-left: 20%;
    margin-right: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .img-with-box img {
    width: 80%;
    margin-left: 20%;
    margin-right: -120px;
  }
}
.img-with-box .box {
  margin-top: 0 !important;
  position: relative;
  z-index: 20;
  background-color: rgba(225, 236, 225, 0.8);
}
@media screen and (min-width: 600px) {
  .img-with-box .box {
    width: 85%;
    margin-right: 15%;
    margin-top: -10% !important;
  }
}
@media screen and (min-width: 1200px) {
  .img-with-box .box {
    width: 70%;
    margin-right: 30%;
    margin-top: -10% !important;
  }
}

/*
*/
.dotted-background, .home main {
  background: url(images/dots.d11cd944.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.brush-blue-background {
  background: url(images/pinsel-blau.24fed17a.png) no-repeat;
  background-position: 100% 90%;
  overflow: visible;
  background-size: 340px;
}

/*für Main-Container*/
.smile-background {
  background: url(images/schoenes-laecheln.290ba1ab.png) no-repeat;
  background-position: -320px bottom;
  background-size: 600px;
}
@media screen and (min-width: 600px) {
  .smile-background {
    background-position: -250px bottom;
    background-size: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .smile-background {
    background-size: 900px;
    background-position: -450px bottom;
  }
}
@media screen and (min-width: 1600px) {
  .smile-background {
    background-size: 900px;
    background-position: -320px bottom;
  }
}

/*
*/
.headroom {
  will-change: transform;
  transition: all 0.5s;
}

.headroom--pinned {
  transform: translateY(0%);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 100%;
  min-height: 70px;
}

.header {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 2rem 2rem;
}
@media screen and (min-width: 805px) {
  .header {
    padding: 2rem 8rem;
  }
}

.header__logo {
  display: none;
  max-height: 60px;
  margin-top: 30px;
  transition: all 0.5s;
}
@media screen and (min-width: 400px) {
  .header__logo {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .header__logo {
    max-height: 80px;
    margin-top: 40px;
  }
}

.header__logo--small {
  display: block;
  max-width: 50%;
}
@media screen and (min-width: 400px) {
  .header__logo--small {
    display: none;
  }
}

/* Headroom nutzen wir hier für eine schmale Version des Headers*/
.headroom--unpinned {
  padding: 1rem 2rem;
}
.headroom--unpinned .header__logo {
  display: none;
}
.headroom--unpinned .header__logo--small {
  display: block;
  max-height: 50px;
  max-width: 50%;
}
@media screen and (min-width: 1200px) {
  .headroom--unpinned {
    padding: 2rem;
  }
}
.headroom--unpinned .header__burger {
  transform: scale(0.8);
  right: 10px;
  top: 15px;
}

.header__burger {
  position: absolute;
  right: 10px;
  top: 12px;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgb(220, 234, 242);
  border-color: rgb(220, 234, 242);
  color: rgb(69, 69, 69);
  padding: 10px;
  transform: scale(0.8);
}
@media screen and (min-width: 400px) {
  .header__burger {
    right: 20px;
    top: 30px;
    transform: scale(1);
  }
}
@media screen and (min-width: 805px) {
  .header__burger {
    right: 80px;
    top: 75px;
    padding: 2rem 3rem;
  }
}
.header__burger:before, .header__burger:after {
  content: none;
}
.header__burger:hover, .header__burger:focus {
  background-color: rgb(220, 234, 242) !important;
  color: rgb(69, 69, 69) !important;
  border: 0px;
}

/*
*/
.navigation__buttons {
  display: none;
}

.navigation__buttons.is-active {
  display: block;
}

.navigation__buttons {
  position: absolute;
  left: 0;
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: calc(100% - 130px);
  top: 130px;
}
@media screen and (min-width: 805px) {
  .navigation__buttons {
    height: calc(100% - 170px);
    top: 170px;
  }
}

.navigation__list {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  flex-shrink: 1;
  height: 100%;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 805px) {
  .navigation__list {
    flex-direction: column;
  }
}

.navigation__item {
  list-style: none;
  margin: 0;
  position: relative;
  padding-left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 50%;
}
@media screen and (min-width: 805px) {
  .navigation__item {
    flex-basis: 33.333%;
    width: 33.333%;
  }
}

.navigation__item:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
  transition: all 3s ease;
}

.navigation__item:hover:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(127, 172, 128, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

.navigation__item--twolines {
  width: 100%;
}
@media screen and (min-width: 805px) {
  .navigation__item--twolines {
    width: 33.33333%;
    flex-basis: auto;
    height: 100%;
  }
}

.navigation__link {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.navigation__item--home {
  background-image: url(images/menue-home.2fe3cc56.jpg);
}

.navigation__item--praxis {
  background-image: url(images/menue-praxis.bd5b9c6a.jpg);
}

.navigation__item--leistungen {
  background-image: url(images/menue-leistungen.c0b79a65.jpg);
}

.navigation__item--infos-zahnaerzte {
  background-image: url(images/menue-infos-zahnaerzte.1f04f543.jpg);
}

.navigation__item--infos-patienten {
  background-image: url(images/menue-infos-patienten.a0b7c26d.jpg);
}

.navigation__item--stellen {
  background-image: url(images/menue-stellenangebote.b6043c6d.jpg);
}

.navigation__item--kontakt {
  background-image: url(images/menue-kontakt.3e534e8a.jpg);
}

.navigation__linktext {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 600px) {
  .navigation__linktext {
    font-size: 2.8rem;
  }
}

.menu-open .header {
  height: 100vh;
}

/*
*/
.hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 0 0 -5px 5px;
  z-index: 100;
  display: inline-block;
}

.hamburger {
  transform: rotateY(0);
  transition: all 0.45s 0.15s ease-in-out;
}
.hamburger::before {
  top: 0;
  left: 0;
  transform: rotate(0);
}
.hamburger::after {
  bottom: 0;
  left: 0;
  box-shadow: 0 -9px currentColor;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  color: rgb(69, 69, 69);
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.hamburger::before::before, .hamburger::after::before {
  top: 0;
  transform: rotate(0);
}
.hamburger::before::after, .hamburger::after::after {
  bottom: 0;
  box-shadow: 0 -9px currentColor;
}

.header__burger.is-active .hamburger {
  transform: rotateY(180deg);
}
.header__burger.is-active .hamburger::before {
  top: 9px;
  transform: rotate(45deg);
}
.header__burger.is-active .hamburger::after {
  box-shadow: 0 0 transparent;
  bottom: 9px;
  transform: rotate(-45deg);
}

/*
*/
.pickup {
  position: relative;
}

.pickup--index_slider {
  background-size: cover;
  height: 100vh;
  position: relative;
  background-position: center center;
  background-image: url(images/home-entry.36a0a38c.jpg);
  position: relative;
}

.pickup--index_slider {
  text-align: center;
}

.pickup--index_slider .swiper-slide:nth-child(2) .pickup_textbox {
  background-color: rgba(177, 167, 144, 0.85);
}

.pickup--index_slider .swiper-slide:nth-child(3) .pickup_textbox {
  background-color: rgba(127, 172, 128, 0.85);
}

.pickup__textbox {
  background-color: rgba(80, 148, 190, 0.85);
  color: #fff;
  text-align: center;
  padding: 2rem 4rem;
  position: absolute;
  max-width: 350px;
  width: 60%;
}
.pickup__textbox .alpha,
.pickup__textbox h1 {
  margin-bottom: 0;
}
.pickup__textbox a {
  color: #fff !important;
}
@media screen and (min-width: 1600px) {
  .pickup__textbox {
    width: 400px;
    padding: 4.8rem 8rem;
    width: auto;
    max-width: 100%;
  }
}

.pickup--index .pickup__textbox {
  background-color: rgba(80, 148, 190, 0.85);
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: -20%;
  position: absolute;
}
@media screen and (min-width: 600px) {
  .pickup--index .pickup__textbox {
    max-width: 550px;
    margin-top: -45px;
  }
}

.pickup--index {
  width: 100%;
  overflow: hidden;
}

.pickup--standard .pickup__textbox {
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}
@media screen and (min-width: 1600px) {
  .pickup--standard .pickup__textbox {
    padding: 2rem 4rem;
    transform: translateX(-50%);
    top: 45%;
  }
}

.pickup--standard {
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.pickup--standard .pickup__textbox {
  background-color: rgb(80, 148, 190);
}

.pickup--leistungen {
  background-image: url(images/pickup-leistungen.230d3b05.jpg);
}
.pickup--leistungen .pickup__textbox {
  background-color: rgb(177, 167, 144);
}

.pickup--praxis {
  background-image: url(images/pickup-praxis.2e109e25.jpg);
}
.pickup--praxis .pickup__textbox {
  background-color: rgb(127, 172, 128);
}

.pickup--kontakt {
  background-image: url(images/pickup-kontakt-2.df57831d.jpg);
}

.pickup--jobs {
  background-image: url(images/pickup-jobs.58db29ac.jpg);
}

.pickup--patienten {
  background-image: url(images/pickup-patienten.61e1d7ae.jpg);
}

.pickup--zahnaerzte {
  background-image: url(images/pickup-zahnaerzte.4dc55aeb.jpg);
}

/**/
.pickup--salbei .pickup__textbox, .pickup--praxis .pickup__textbox, .pickup--patienten .pickup__textbox {
  background-color: rgb(127, 172, 128);
}

.pickup--sand .pickup__textbox, .pickup--leistungen .pickup__textbox, .pickup--zahnaerzte .pickup__textbox {
  background-color: rgb(177, 167, 144);
}

/*
*/
.jobs,
.container--main > ul.jobs {
  max-width: 100%;
}

.jobs__teaser {
  padding: 5rem;
  background-color: rgb(242, 247, 250);
  margin-bottom: 2em;
  margin-top: 1em;
  background-color: rgba(242, 247, 250, 0.7);
  transition: 0.3s background ease-in-out;
}
.jobs__teaser > *:last-child {
  margin-bottom: 0;
}
.jobs__teaser .column-20 {
  text-align: right;
}
.jobs__teaser .row {
  align-items: flex-end;
}
.jobs__teaser .button {
  margin-bottom: auto;
}
.jobs__teaser:hover {
  background-color: rgb(220, 234, 242);
}

.jobs__entry {
  padding-left: 0;
}
.jobs__entry:before {
  display: none;
}

/*
*/
.quote-michael {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.quote-michael .container {
  position: static;
}

.quote-michael__box {
  background-color: rgba(242, 247, 250, 0.7);
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .quote-michael__box {
    margin-bottom: 14rem;
  }
}

.quote-michael__quote {
  font-family: bell-centennial-std-name-num, sans-serif;
  color: rgb(0, 96, 150);
  font-size: 2.8rem;
  border-left: 0 none;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .quote-michael__quote {
    font-size: 3.8rem;
  }
}

.quote-michael__image {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .quote-michael__image {
    position: absolute;
    right: 0;
    top: 80px;
    max-width: 50%;
  }
}

/*
*/
.sec-services {
  overflow: hidden;
}

.services__bubbles {
  position: relative;
  padding: 50% 0 70%;
  margin-top: 40%;
  margin-bottom: 30%;
}
@media screen and (min-width: 400px) {
  .services__bubbles {
    padding: 45% 0 45%;
    margin-top: 30%;
    margin-bottom: 0%;
  }
}
@media screen and (min-width: 600px) {
  .services__bubbles {
    padding: 32% 0 30%;
    margin-top: 25%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 900px) {
  .services__bubbles {
    padding: 26%;
    margin-top: 10%;
  }
}

.services__bubble {
  padding: 18% 13%;
  background-color: rgba(242, 247, 250, 0.7);
  border-radius: 100%;
  display: inline-block;
  max-width: 55%;
  text-align: center;
  color: rgb(69, 69, 69);
  font-family: bell-centennial-std-name-num, sans-serif;
  font-size: 1.5rem;
  position: absolute;
  line-height: 1.2;
  transition: 0.3s !important;
}
.services__bubble:hover, .services__bubble:focus {
  transform: scale(1.02) !important;
}
@media screen and (min-width: 400px) {
  .services__bubble {
    padding: 13% 8%;
    max-width: 45%;
  }
}
@media screen and (min-width: 900px) {
  .services__bubble {
    padding: 7%;
    max-width: 35%;
    font-size: 2rem;
  }
}

.bubbles__aesthetics {
  left: -5%;
  top: 30%;
  transform: rotate(8deg);
}
.bubbles__aesthetics:hover, .bubbles__aesthetics:focus {
  transform: scale(1.02) rotate(8deg) !important;
}
.bubbles__aesthetics div {
  transform: rotate(-8deg);
}

.bubbles__implants {
  left: 12%;
  top: 4%;
  background-color: rgba(86, 86, 85, 0.2);
}
@media screen and (min-width: 900px) {
  .bubbles__implants {
    padding: 10%;
  }
}

.bubbles__computer-implants {
  left: 18%;
  top: 60%;
  background-color: rgba(0, 96, 150, 0.2);
}

.bubbles__paradontics {
  left: 34%;
  top: -15%;
  background-color: rgba(177, 167, 144, 0.2);
  transform: rotate(-8deg);
}
@media screen and (min-width: 900px) {
  .bubbles__paradontics {
    padding: 11%;
    max-width: 400px;
  }
}
.bubbles__paradontics:hover, .bubbles__paradontics:focus {
  transform: scale(1.02) rotate(-8deg) !important;
}
.bubbles__paradontics div {
  transform: rotate(8deg);
}

.bubbles__prophylaxis {
  left: 50%;
  background-color: rgba(86, 86, 85, 0.1);
  top: 90%;
}
@media screen and (min-width: 400px) {
  .bubbles__prophylaxis {
    top: 75%;
  }
}

.bubbles__prothetics {
  background-color: rgba(215, 251, 253, 0.6);
  transform: rotate(-12deg);
  left: 65%;
  top: 55%;
}
.bubbles__prothetics:hover, .bubbles__prothetics:focus {
  transform: scale(1.02) rotate(-12deg) !important;
}
@media screen and (min-width: 500px) {
  .bubbles__prothetics {
    top: 43%;
    padding: 14%;
  }
}
@media screen and (min-width: 900px) {
  .bubbles__prothetics {
    padding: 12%;
  }
}
.bubbles__prothetics div {
  transform: rotate(12deg);
}

.bubbles__jaw-functions {
  right: -5%;
  top: 10%;
  background-color: rgba(0, 96, 150, 0.2);
  transform: rotate(8deg);
}
.bubbles__jaw-functions:hover, .bubbles__jaw-functions:focus {
  transform: scale(1.02) rotate(8deg) !important;
}
.bubbles__jaw-functions div {
  transform: rotate(-8deg);
}

.bubbles__micro-surgery {
  left: 2%;
  top: -25%;
  padding: 15%;
  background-color: rgba(80, 148, 19, 0.2);
  transform: rotate(30deg);
}
@media screen and (min-width: 400px) {
  .bubbles__micro-surgery {
    right: -4%;
    left: auto;
    padding: 10%;
    top: -20%;
  }
}
@media screen and (min-width: 600px) {
  .bubbles__micro-surgery {
    padding: 8%;
  }
}
.bubbles__micro-surgery:hover, .bubbles__micro-surgery:focus {
  transform: scale(1.02) rotate(30deg) !important;
}
.bubbles__micro-surgery div {
  transform: rotate(-30deg);
}

.bubbles__oral-surgery {
  right: 2%;
  top: -45%;
  background-color: rgba(127, 172, 128, 0.2);
}
@media screen and (min-width: 400px) {
  .bubbles__oral-surgery {
    top: -53%;
  }
}
@media screen and (min-width: 900px) {
  .bubbles__oral-surgery {
    padding: 10% 7%;
  }
}

/*
*/
.sec-team-slider .slick-slide {
  padding: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-team__slider2 .swiper-slide-active .team-item {
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .sec-team__slider2 .swiper-slide-active .team-item {
    -moz-transform: scale(1.45);
    -ms-transform: scale(1.45);
    -o-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    opacity: 1;
    transform: scale(1.45);
    transition: all 500ms ease-in-out;
  }
}

.team-item__img {
  margin-bottom: 2rem;
}

.team-item {
  padding: 10px;
}

.sec-team__slider2 {
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}

.sec-team__slider2 .swiper-button-prev,
.sec-team__slider2 .swiper-button-next {
  color: rgb(127, 172, 128);
}

/*
*/
.schoenes-laecheln {
  background: url(images/schoenes-laecheln.290ba1ab.png) no-repeat left bottom;
  background-size: 600px;
  background-position: -300px bottom;
  position: relative;
  padding-bottom: 5%;
}
@media screen and (min-width: 400px) {
  .schoenes-laecheln {
    background-position: -300px bottom;
  }
}
@media screen and (min-width: 805px) {
  .schoenes-laecheln {
    background-size: 750px;
  }
  .schoenes-laecheln .container {
    padding-top: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .schoenes-laecheln {
    background-position: -40% bottom;
  }
}
@media screen and (min-width: 1600px) {
  .schoenes-laecheln {
    background-position: left bottom;
  }
}

.schoenes-laecheln__spruch {
  font-family: bell-centennial-std-address, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 805px) {
  .schoenes-laecheln__spruch {
    margin-left: 30%;
    font-size: 4rem;
  }
}

.schoenes-laecheln__box {
  margin-left: 20%;
  margin-bottom: -10%;
  margin-right: -10%;
  padding-right: 10px;
}
@media screen and (min-width: 600px) {
  .schoenes-laecheln__box {
    margin-left: 38%;
    margin-right: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .schoenes-laecheln__box {
    margin-bottom: -12%;
  }
}
.schoenes-laecheln__box p {
  margin-bottom: 1rem;
}

.schoenes-laecheln-2__spruch {
  margin-left: 40%;
  font-family: bell-centennial-std-address, sans-serif;
  font-weight: 400;
  color: rgb(0, 96, 150);
}
@media screen and (min-width: 600px) {
  .schoenes-laecheln-2__spruch {
    margin-left: 0;
    margin-left: 35%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .schoenes-laecheln-2__spruch {
    margin-left: auto;
  }
}

.schoenes-laecheln-2 {
  background: url(images/pinselstriche.aac44db4.png) no-repeat 120% 110%;
  background-size: 50%;
}
@media screen and (min-width: 805px) {
  .schoenes-laecheln-2 {
    background: url(images/pinselstriche.aac44db4.png) no-repeat right top;
  }
}

/*
*/
.sec-praxis .swiper-wrapper {
  height: auto;
}

/*
*/
.sec-leistung {
  position: relative;
}

.sec-leistung .container--leistung .article__img {
  margin-top: 0;
}

/*
*/
.sec-map__map-image {
  margin-bottom: 0;
}

.sec-map__map-image img {
  width: 100%;
}

/*
*/
.contactform__message {
  height: 178px;
}

/*WP Forms Adaptions*/
.wpforms-submit-container {
  text-align: right;
}

div.wpforms-container-full .wpforms-field-label {
  margin-bottom: 6px !important;
}

.wpforms-field-container .wpforms-two-thirds.wpforms-second {
  width: 100% !important;
  margin-left: 0 !important;
}
@media screen and (min-width: 805px) {
  .wpforms-field-container .wpforms-two-thirds.wpforms-second {
    position: absolute;
    right: 25px;
    width: 58% !important;
  }
}
@media screen and (min-width: 1200px) {
  .wpforms-field-container .wpforms-two-thirds.wpforms-second {
    width: 61% !important;
  }
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: calc(var(--wpforms-field-size-input-height) * 4.1) !important;
}

@media screen and (min-width: 805px) {
  div.wpforms-container-full textarea,
  .wp-core-ui div.wpforms-container-full textarea {
    width: 96.5% !important;
  }
}

.wpforms-container textarea.wpforms-field-large {
  height: 213px !important;
}

.wpforms-field-container .wpforms-two-thirds.wpforms-second {
  width: 63%;
}

.wpforms-container .wpforms-field.wpforms-one-third {
  width: 100% !important;
}
@media screen and (min-width: 805px) {
  .wpforms-container .wpforms-field.wpforms-one-third {
    width: 33.3333333333% !important;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 30px;
}

/*
*/
.slider--standard {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: visible;
  max-width: 100%;
  position: relative;
}
.slider--standard .swiper-pagination-bullets {
  bottom: 15px;
}

section.has-slider {
  overflow: hidden;
}

/*
*/
.nav-footer__item {
  display: inline-block;
  position: static;
  padding-left: 0;
}
.nav-footer__item:before {
  display: none;
}

.nav-footer__link {
  padding: 10px;
  font-family: bell-centennial-std-name-num, sans-serif;
  color: rgb(69, 69, 69);
}
.nav-footer__link:focus, .nav-footer__link:hover {
  color: rgb(0, 96, 150);
}

.nav-footer {
  margin-left: -10px;
}

.nav-footer--imprint {
  font-size: 1.8rem;
  text-align: right;
}

/*
*/
p a:not(.ico-*) {
  font-family: bell-centennial-std-name-num, sans-serif;
}

.article p a:after:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27  fill=%27%237fac80%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27382.35 1005.62 277.48 898.63 652.89 505.79 276.95 112.5 385.6 7.67 863.07 506.23 382.35 1005.62%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 0.6em;
  margin-bottom: -0.4em;
  height: 1em;
  display: inline-block;
  margin-left: 0.1em;
}

/*
*/
.pagenav {
  position: absolute;
  top: 30px;
  left: 2%;
  width: 96%;
}

.pagenav + h1 {
  margin-top: 80px;
}

.pagenav__link,
.backlink {
  text-transform: uppercase;
  font-family: bell-centennial-std-name-num, sans-serif;
  font-size: 1.4rem;
  display: inline-block;
}

.backlink {
  display: block;
  padding-top: 8rem;
  padding-bottom: 40px;
}

.pagenav__previous:before,
.backlink:before {
  content: "";
  width: 15px;
  height: 1em;
  margin-bottom: -2px;
  display: inline-block;
  margin-right: 6px;
}

.pagenav__next {
  float: right;
}

.pagenav__next:after {
  content: "";
  width: 15px;
  height: 1em;
  margin-bottom: -2px;
  display: inline-block;
  margin-left: 6px;
}

/*
*/
.wp-block-navigation .submenue {
  gap: 10px !important;
}

.submenue {
  margin-bottom: 30px;
}
.submenue h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .submenue {
    margin-top: -60px;
    margin-top: -30px;
    margin-bottom: 60px;
  }
}
.submenue h1 {
  width: auto;
  max-width: 100% !important;
  display: inline-block;
}

.submenue__list,
ul.submenue {
  width: 100%;
  max-width: 100% !important;
}

.submenue__entry,
.submenue .wp-block-navigation-item {
  padding-left: 0;
  display: inline-block;
  margin-right: 0.1em;
  margin-bottom: 0;
  font-family: bell-centennial-std-name-num, sans-serif;
  font-size: 1.8rem;
}
.submenue__entry:before,
.submenue .wp-block-navigation-item:before {
  display: none;
}
@media screen and (min-width: 600px) {
  .submenue__entry,
  .submenue .wp-block-navigation-item {
    margin-right: 1.2em;
  }
}
.submenue__entry a,
.submenue .wp-block-navigation-item a {
  color: rgb(69, 69, 69);
}
.submenue__entry h2,
.submenue .wp-block-navigation-item h2 {
  font-size: 1.8rem;
}
@media screen and (min-width: 600px) {
  .submenue__entry,
  .submenue .wp-block-navigation-item {
    font-size: 2rem;
  }
  .submenue__entry h2,
  .submenue .wp-block-navigation-item h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 805px) {
  .submenue__entry,
  .submenue .wp-block-navigation-item {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .submenue__entry h2,
  .submenue .wp-block-navigation-item h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .submenue__entry,
  .submenue .wp-block-navigation-item {
    font-size: 2.7rem;
    margin-right: 1.5em;
  }
  .submenue__entry h2,
  .submenue .wp-block-navigation-item h2 {
    font-size: 2.7rem;
  }
}

.submenue__entry:last-child {
  margin-right: 0;
}

.submenue .submenue__entry .alpha {
  color: rgb(69, 69, 69);
}
.submenue .submenue__entry .alpha a {
  color: rgb(69, 69, 69);
}

/*aktuell macht wp eine doppelte ul – deshalb anpassung:*/
.submenue .wp-block-page-list,
.submenue .submenue {
  margin-bottom: 0 !important;
}

/*
*/
.container--main {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1600px) {
  .container--main {
    margin-top: -150px;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1600px) {
  .container--main > h1,
  .container--main > p,
  .container--main > ul {
    max-width: 70%;
  }
}

.container--leistungen h1 {
  color: rgb(177, 167, 144);
}

/*
*/
.footer__data {
  margin-bottom: 4rem;
}

.footer__column {
  margin-bottom: 2rem;
}

.footer__column-title {
  font-size: 2rem;
}

.footer p {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.footer a {
  color: rgb(69, 69, 69);
  font-family: bell-centennial-std-address, sans-serif;
}
.footer a:after {
  display: none;
}

.footer {
  border-top: 1px solid rgb(220, 234, 242);
}

.toplink {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
}
.toplink:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23565655%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27600.47 7.67 705.35 114.66 329.93 507.5 705.87 900.78 597.22 1005.62 119.76 507.05 600.47 7.67%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: rotate(90deg);
}

/*
*/
.color-scheme--sand h1,
.color-scheme--sand h2,
.color-scheme--sand h3,
.color-scheme--sand h3,
.is-style-color-scheme--sand h1,
.is-style-color-scheme--sand h2,
.is-style-color-scheme--sand h3,
.is-style-color-scheme--sand h3 {
  color: rgb(177, 167, 144);
}
.color-scheme--sand h1 a:not(.button),
.color-scheme--sand h2 a:not(.button),
.color-scheme--sand h3 a:not(.button),
.color-scheme--sand h3 a:not(.button),
.is-style-color-scheme--sand h1 a:not(.button),
.is-style-color-scheme--sand h2 a:not(.button),
.is-style-color-scheme--sand h3 a:not(.button),
.is-style-color-scheme--sand h3 a:not(.button) {
  color: rgb(177, 167, 144);
}
.color-scheme--sand .button,
.color-scheme--sand .wp-element-button,
.is-style-color-scheme--sand .button,
.is-style-color-scheme--sand .wp-element-button {
  background-color: rgb(177, 167, 144);
  border-color: rgb(177, 167, 144);
  color: #fff;
}
.color-scheme--sand .button:hover,
.color-scheme--sand .wp-element-button:hover,
.is-style-color-scheme--sand .button:hover,
.is-style-color-scheme--sand .wp-element-button:hover {
  background-color: rgb(177, 167, 144);
}
.color-scheme--sand .button:after,
.color-scheme--sand .wp-element-button:after,
.is-style-color-scheme--sand .button:after,
.is-style-color-scheme--sand .wp-element-button:after {
  background-color: rgb(177, 167, 144);
}
.color-scheme--sand .button:hover:after, .color-scheme--sand .button:focus:after,
.color-scheme--sand .wp-element-button:hover:after,
.color-scheme--sand .wp-element-button:focus:after,
.is-style-color-scheme--sand .button:hover:after,
.is-style-color-scheme--sand .button:focus:after,
.is-style-color-scheme--sand .wp-element-button:hover:after,
.is-style-color-scheme--sand .wp-element-button:focus:after {
  background-color: rgb(177, 167, 144);
}
.color-scheme--sand .button:before,
.color-scheme--sand .wp-element-button:before,
.is-style-color-scheme--sand .button:before,
.is-style-color-scheme--sand .wp-element-button:before {
  background-color: rgba(177, 167, 144, 0.45);
}
.color-scheme--sand a:not(.button):not(.wp-element-button):not(.services__bubble):not(.wp-block-navigation-item__content),
.color-scheme--sand .submenue__entry h2 a,
.is-style-color-scheme--sand a:not(.button):not(.wp-element-button):not(.services__bubble):not(.wp-block-navigation-item__content),
.is-style-color-scheme--sand .submenue__entry h2 a {
  color: rgb(177, 167, 144);
}
.color-scheme--sand .pagenav__previous:before,
.color-scheme--sand .backlink:before,
.is-style-color-scheme--sand .pagenav__previous:before,
.is-style-color-scheme--sand .backlink:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23b1a790%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27600.47 7.67 705.35 114.66 329.93 507.5 705.87 900.78 597.22 1005.62 119.76 507.05 600.47 7.67%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.color-scheme--sand .pagenav__next:after,
.is-style-color-scheme--sand .pagenav__next:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27  fill=%27%23b1a790%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27382.35 1005.62 277.48 898.63 652.89 505.79 276.95 112.5 385.6 7.67 863.07 506.23 382.35 1005.62%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.color-scheme--sand .pagenav__link,
.color-scheme--sand .backlink,
.is-style-color-scheme--sand .pagenav__link,
.is-style-color-scheme--sand .backlink {
  color: rgb(177, 167, 144);
}
.color-scheme--sand ul.checklist li:before,
.is-style-color-scheme--sand ul.checklist li:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23b1a790%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27381.75 897.71 1.1 536.71 120.72 410.57 372.57 649.42 865.78 107.07 994.39 224.03 381.75 897.71%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.color-scheme--salbei h1,
.color-scheme--salbei h2,
.color-scheme--salbei h3,
.color-scheme--salbei h3,
.is-style-color-scheme--salbei h1,
.is-style-color-scheme--salbei h2,
.is-style-color-scheme--salbei h3,
.is-style-color-scheme--salbei h3 {
  color: rgb(127, 172, 128);
}
.color-scheme--salbei h1 a,
.color-scheme--salbei h2 a,
.color-scheme--salbei h3 a,
.color-scheme--salbei h3 a,
.is-style-color-scheme--salbei h1 a,
.is-style-color-scheme--salbei h2 a,
.is-style-color-scheme--salbei h3 a,
.is-style-color-scheme--salbei h3 a {
  color: rgb(127, 172, 128);
}
.color-scheme--salbei a:not(.button, .wp-element-button),
.color-scheme--salbei .submenue__entry h2 a,
.is-style-color-scheme--salbei a:not(.button, .wp-element-button),
.is-style-color-scheme--salbei .submenue__entry h2 a {
  color: rgb(127, 172, 128);
}
.color-scheme--salbei .submenue__entry a,
.is-style-color-scheme--salbei .submenue__entry a {
  color: rgb(69, 69, 69);
}
.color-scheme--salbei p a:after,
.is-style-color-scheme--salbei p a:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27  fill=%27%237fac80%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27382.35 1005.62 277.48 898.63 652.89 505.79 276.95 112.5 385.6 7.67 863.07 506.23 382.35 1005.62%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.color-scheme--salbei .button,
.color-scheme--salbei .wp-element-button,
.is-style-color-scheme--salbei .button,
.is-style-color-scheme--salbei .wp-element-button {
  background-color: rgb(127, 172, 128);
  border-color: rgb(127, 172, 128);
}
.color-scheme--salbei .button:hover,
.color-scheme--salbei .wp-element-button:hover,
.is-style-color-scheme--salbei .button:hover,
.is-style-color-scheme--salbei .wp-element-button:hover {
  background-color: rgb(127, 172, 128);
}
.color-scheme--salbei .button:after,
.color-scheme--salbei .wp-element-button:after,
.is-style-color-scheme--salbei .button:after,
.is-style-color-scheme--salbei .wp-element-button:after {
  background-color: rgb(127, 172, 128);
}
.color-scheme--salbei .button:hover:after, .color-scheme--salbei .button:focus:after,
.color-scheme--salbei .wp-element-button:hover:after,
.color-scheme--salbei .wp-element-button:focus:after,
.is-style-color-scheme--salbei .button:hover:after,
.is-style-color-scheme--salbei .button:focus:after,
.is-style-color-scheme--salbei .wp-element-button:hover:after,
.is-style-color-scheme--salbei .wp-element-button:focus:after {
  background-color: rgb(127, 172, 128);
}
.color-scheme--salbei .button:before,
.color-scheme--salbei .wp-element-button:before,
.is-style-color-scheme--salbei .button:before,
.is-style-color-scheme--salbei .wp-element-button:before {
  background-color: rgba(127, 172, 128, 0.45);
}
.color-scheme--salbei .pagenav__previous:before,
.color-scheme--salbei .backlink:before,
.is-style-color-scheme--salbei .pagenav__previous:before,
.is-style-color-scheme--salbei .backlink:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%237fac80%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27600.47 7.67 705.35 114.66 329.93 507.5 705.87 900.78 597.22 1005.62 119.76 507.05 600.47 7.67%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.color-scheme--salbei .pagenav__next:after,
.is-style-color-scheme--salbei .pagenav__next:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27  fill=%27%237fac80%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27382.35 1005.62 277.48 898.63 652.89 505.79 276.95 112.5 385.6 7.67 863.07 506.23 382.35 1005.62%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.color-scheme--salbei .pagenav__previous:before,
.color-scheme--salbei .backlink:before,
.is-style-color-scheme--salbei .pagenav__previous:before,
.is-style-color-scheme--salbei .backlink:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%237fac80%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27600.47 7.67 705.35 114.66 329.93 507.5 705.87 900.78 597.22 1005.62 119.76 507.05 600.47 7.67%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.color-scheme--blue h2,
.color-scheme--blue h3,
.color-scheme--blue a:not(.button),
.is-style-color-scheme--blue h2,
.is-style-color-scheme--blue h3,
.is-style-color-scheme--blue a:not(.button) {
  color: rgb(0, 96, 150);
}
.color-scheme--blue .pagenav__previous:before,
.color-scheme--blue .backlink:before,
.is-style-color-scheme--blue .pagenav__previous:before,
.is-style-color-scheme--blue .backlink:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23006096%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27600.47 7.67 705.35 114.66 329.93 507.5 705.87 900.78 597.22 1005.62 119.76 507.05 600.47 7.67%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.color-scheme--blue .pagenav__previous:before,
.color-scheme--blue .backlink:before,
.is-style-color-scheme--blue .pagenav__previous:before,
.is-style-color-scheme--blue .backlink:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23006096%27 viewBox=%270 0 1000 1000%27%3E%3Cpolygon points=%27600.47 7.67 705.35 114.66 329.93 507.5 705.87 900.78 597.22 1005.62 119.76 507.05 600.47 7.67%27 stroke-width=%270%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.color-scheme--solidblue,
.is-style-color-scheme--solidblue {
  background-color: rgb(80, 148, 190);
  color: #fff;
}
.color-scheme--solidblue h2,
.color-scheme--solidblue p,
.color-scheme--solidblue a:not(.btn),
.is-style-color-scheme--solidblue h2,
.is-style-color-scheme--solidblue p,
.is-style-color-scheme--solidblue a:not(.btn) {
  color: #fff;
}
.color-scheme--solidblue .ico-mail,
.is-style-color-scheme--solidblue .ico-mail {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ffffff%27 viewBox=%270 0 1000 1000%27%3E%3Cpath d=%27M897.32,136.4c26.29,0,49.11,10.08,68.48,30.18,19.33,20.13,29.02,43.34,29.02,69.64v594.25c0,26.33-9.68,49.55-29.02,69.64-19.37,20.13-42.18,30.17-68.48,30.17H103.44c-26.34,0-49.15-10.04-68.48-30.17-19.37-20.09-29.02-43.31-29.02-69.64V236.22c0-26.29,9.65-49.51,29.02-69.64,19.33-20.09,42.14-30.18,68.48-30.18h793.88ZM500.38,484.6l396.94-248.38H103.44l396.94,248.38ZM897.32,830.47v-494.43l-396.94,246.05L103.44,336.03v494.43h793.88Z%27 stroke-width=%270%27/%3E%3C/svg%3E");
}
.color-scheme--solidblue .ico-phone,
.is-style-color-scheme--solidblue .ico-phone {
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 1000 1000%27%3E%3Cpath d=%27M762.28,34.75c-19.55-19.55-42.68-29.32-69.41-29.32h-394.98c-26.75,0-49.9,9.77-69.45,29.32-19.55,19.55-29.3,42.68-29.3,69.43v789.95c0,26.75,9.76,49.9,29.3,69.45,19.55,19.55,42.7,29.3,69.45,29.3h394.98c26.73,0,49.86-9.76,69.41-29.3,19.55-19.55,29.32-42.7,29.32-69.45V104.18c0-26.75-9.77-49.88-29.32-69.43ZM433.66,104.18h123.43c8.21,0,12.33,4.12,12.33,12.35s-4.12,12.33-12.33,12.33h-123.43c-8.24,0-12.35-4.1-12.35-12.33s4.1-12.35,12.35-12.35ZM538.95,937.73c-12.1,12.1-26.62,18.13-43.58,18.13s-31.5-6.03-43.58-18.13c-12.1-12.08-18.13-26.6-18.13-43.58s6.03-31.5,18.13-43.6c12.08-12.08,26.6-18.13,43.58-18.13s31.48,6.05,43.58,18.13c12.1,12.1,18.14,26.62,18.14,43.6s-6.05,31.5-18.14,43.58ZM717.55,770.7c0,6.7-2.45,12.47-7.33,17.37-4.9,4.9-10.67,7.33-17.35,7.33h-394.98c-6.7,0-12.47-2.43-17.37-7.33-4.9-4.9-7.33-10.67-7.33-17.37V227.61c0-6.68,2.43-12.46,7.33-17.35,4.9-4.9,10.67-7.34,17.37-7.34h394.98c6.68,0,12.46,2.45,17.35,7.34,4.88,4.9,7.33,10.67,7.33,17.35v543.09Z%27 stroke-width=%270%27/%3E%3C/svg%3E");
}
.color-scheme--solidblue .wpforms-container label.wpforms-error,
.color-scheme--solidblue .wpforms-container em.wpforms-error,
.is-style-color-scheme--solidblue .wpforms-container label.wpforms-error,
.is-style-color-scheme--solidblue .wpforms-container em.wpforms-error {
  color: #fff;
}
.color-scheme--solidblue .wpforms-container .wpforms-field input.wpforms-error,
.is-style-color-scheme--solidblue .wpforms-container .wpforms-field input.wpforms-error {
  border: 1px solid #fff;
}
.color-scheme--solidblue button:before,
.is-style-color-scheme--solidblue button:before {
  background-color: rgba(242, 247, 250, 0.2);
}
.color-scheme--solidblue button:after,
.is-style-color-scheme--solidblue button:after {
  background-color: rgb(0, 96, 150);
}

.color-scheme--softblue,
.is-style-color-scheme--softblue {
  background-color: rgb(242, 247, 250);
  color: rgb(80, 148, 190);
}
.color-scheme--softblue h2,
.color-scheme--softblue p,
.is-style-color-scheme--softblue h2,
.is-style-color-scheme--softblue p {
  color: rgb(80, 148, 190);
}
.color-scheme--softblue label,
.is-style-color-scheme--softblue label {
  color: black !important;
}
.color-scheme--softblue .wpforms-container .wpforms-required-label,
.is-style-color-scheme--softblue .wpforms-container .wpforms-required-label {
  color: rgb(80, 148, 190);
}
.color-scheme--softblue div.wpforms-container-full .wpforms-form label.wpforms-error,
.color-scheme--softblue div.wpforms-container-full .wpforms-form em.wpforms-error,
.is-style-color-scheme--softblue div.wpforms-container-full .wpforms-form label.wpforms-error,
.is-style-color-scheme--softblue div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: red;
}
.color-scheme--softblue div.wpforms-container-full .wpforms-form label.wpforms-error:before,
.color-scheme--softblue div.wpforms-container-full .wpforms-form em.wpforms-error:before,
.is-style-color-scheme--softblue div.wpforms-container-full .wpforms-form label.wpforms-error:before,
.is-style-color-scheme--softblue div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  color: red;
}
.color-scheme--softblue div.wpforms-container-full .wpforms-form label.wpforms-error:before,
.color-scheme--softblue div.wpforms-container-full .wpforms-form em.wpforms-error:before,
.is-style-color-scheme--softblue div.wpforms-container-full .wpforms-form label.wpforms-error:before,
.is-style-color-scheme--softblue div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  background-color: red !important;
}

/*
*/
.teaser-leistungen.row {
  flex-direction: row;
}

.teaser-leistungen .column {
  width: 100%;
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .teaser-leistungen .column {
    width: 48%;
    max-width: 48%;
  }
}
@media screen and (min-width: 805px) {
  .teaser-leistungen .column {
    max-width: 33%;
    width: 33%;
  }
}

.teaser-leistungen__title {
  color: rgb(177, 167, 144);
  text-align: center;
  transition: 0.3s ease;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  font-size: 2rem;
  text-transform: uppercase;
}

.teaser-leistungen__img-wrapper {
  position: relative;
}

.teaser-leistungen__arrow {
  color: #fff;
  font-family: swiper-icons;
  font-size: 40px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -20px;
  z-index: 1000;
  display: none;
}

.teaser-leistungen__link img {
  transition: 0.3s ease;
}
.teaser-leistungen__link:hover img, .teaser-leistungen__link:active img, .teaser-leistungen__link:focus img {
  transform: scale(1.1);
  filter: none;
}
.teaser-leistungen__link:hover .teaser-leistungen__arrow, .teaser-leistungen__link:active .teaser-leistungen__arrow, .teaser-leistungen__link:focus .teaser-leistungen__arrow {
  display: block;
}
.teaser-leistungen__link:hover .teaser-leistungen__img-wrapper:after, .teaser-leistungen__link:active .teaser-leistungen__img-wrapper:after, .teaser-leistungen__link:focus .teaser-leistungen__img-wrapper:after {
  content: "";
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 100%;
  position: absolute;
  background-color: rgba(127, 172, 128, 0.85);
  top: 50%;
  left: 50%;
}
.teaser-leistungen__link:hover .teaser-leistungen__title, .teaser-leistungen__link:active .teaser-leistungen__title, .teaser-leistungen__link:focus .teaser-leistungen__title {
  background-color: rgb(177, 167, 144);
  color: #fff;
}

.teaser-leistungen__img {
  border-radius: 100%;
  display: block;
  margin-bottom: 20px;
  filter: gray; /* IE6-9 */ /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/*# sourceMappingURL=app.css.map*/