@charset "UTF-8";
/* ==========================================================================
   1. design tokens (sizes, fonts, etc. - remain SCSS variables)
========================================================================== */
/* ==========================================================================
   2. theme variables
========================================================================== */
:root {
  /* main */
  --bg-primary: #edfbf4;
  --bg-secondary: rgba(255, 255, 255, 0.7);
  --bg-content: #fff;
  --bg-accent-alpha: rgba(0, 218, 137, 0.2);
  --bg-header-alpha: rgba(255, 255, 255, 0.8);
  --bg-mask-alpha: rgba(255, 255, 255, 0.1);
  --bg-hover: rgba(0, 218, 137, 0.1);
  --bg-input: transparent;
  --bg-unread: #fff3cd;
  --bg-cards: rgba(255, 255, 255, 0.5);
  --text-primary: #191919;
  --text-secondary: #edfbf4;
  --text-disabled: rgba(25, 25, 25, 0.4);
  --accent-color: #00da89;
  --accent-alpha: rgba(0, 218, 137, 0.4);
  --accent-shadow: rgba(0, 218, 137, 0.2);
  --border-color: rgba(0, 218, 137, 0.4);
  --border-hover: #00da89;
  --border-subtle: #e2e8f0;
  --calendar-grid-color: rgba(0, 0, 0, 0.08);
  --error-color: #f00;
  --error-background: rgba(255, 0, 0, 0.4);
  --valid-color: #00da89;
  --valid-background: rgba(0, 218, 137, 0.4);
  --logo-thun-color: #0e2b3e;
  --logo-notar-color: #00da89;
  --icon-filter: none;
  --icon-color: #edfbf4;
  --icon-color-active: #00da89;
  --icon-color-white: #edfbf4;
  --icon-color-header: #0e2b3e;
  /* footer */
  --footer-bg: rgba(255, 255, 255, 0.7);
  --footer-header: #0e2b3e;
  --footer-copy: rgba(14, 43, 62, 0.6);
  --footer-copy-hover: #0e2b3e;
  /* primary button (green) */
  --btn-primary-color: #edfbf4;
  --btn-primary-color-hover: #edfbf4;
  --btn-primary-bg: #00da89;
  --btn-primary-bg-hover: rgba(0, 218, 137, 0.6);
  --btn-primary-border: #00da89;
  --btn-primary-border-hover: #00da89;
  /* secondary button (blue) */
  --btn-secondary-color: #edfbf4;
  --btn-secondary-color-hover: #edfbf4;
  --btn-secondary-bg: #0e2b3e;
  --btn-secondary-bg-hover: rgba(14, 43, 62, 0.7);
  --btn-secondary-border: #0e2b3e;
  --btn-secondary-border-hover: #0e2b3e;
  /* pure buttons */
  --btn-pure-first-color: #0e2b3e;
  --btn-pure-first-border: #0e2b3e;
  --btn-pure-second-color: #0e2b3e;
  --btn-pure-second-border: #0e2b3e;
  --btn-pure-hover-color: #edfbf4;
  /* category colors */
  --cat-pink: #fce4ec;
  --cat-yellow: #fff9c4;
  --cat-green: #e8f5e9;
  --cat-cyan: #e0f7fa;
  --cat-brown: #efebe9;
  --cat-violet: #f3e5f5;
  --cat-orange: #fff3e0;
  --cat-red: #ffebee;
  --cat-blue: #e3f2fd;
}

body.dark-mode {
  /* main */
  --bg-primary: #191919;
  --bg-secondary: rgba(0, 0, 0, 0.7);
  --bg-content: #000;
  --bg-accent-alpha: rgba(0, 218, 137, 0.18);
  --bg-header-alpha: rgba(0, 0, 0, 0.9);
  --bg-mask-alpha: rgba(0, 0, 0, 0.1);
  --bg-hover: rgba(0, 218, 137, 0.2);
  --bg-input: transparent;
  --bg-cards: rgba(255, 255, 255, 0.05);
  --text-primary: #edfbf4;
  --text-secondary: #191919;
  --text-disabled: rgba(238, 238, 238, 0.5);
  --logo-thun-color: #edfbf4;
  --logo-notar-color: #00da89;
  --icon-filter: invert(100%) brightness(1.5);
  --icon-color: #0e2b3e;
  --icon-color-header: #edfbf4;
  --calendar-grid-color: rgba(255, 255, 255, 0.3);
  --border-subtle: #333333;
  /* footer */
  --footer-bg: rgba(0, 0, 0, 0.7);
  --footer-header: #edfbf4;
  --footer-copy: rgba(255, 255, 255, 0.6);
  --footer-copy-hover: #edfbf4;
  /* primary button (green) */
  --btn-primary-color: #0e2b3e;
  --btn-primary-color-hover: #edfbf4;
  --btn-primary-bg: #00da89;
  --btn-primary-bg-hover: rgba(0, 218, 137, 0.6);
  --btn-primary-border: #00da89;
  --btn-primary-border-hover: #00da89;
  /* secondary button (blue) */
  --btn-secondary-color: #edfbf4;
  --btn-secondary-color-hover: #edfbf4;
  --btn-secondary-bg: #0e2b3e;
  --btn-secondary-bg-hover: rgba(14, 43, 62, 0.5);
  --btn-secondary-border: #0e2b3e;
  --btn-secondary-border-hover: #0e2b3e;
  /* pure buttons */
  --btn-pure-first-color: #00da89;
  --btn-pure-first-border: #00da89;
  --btn-pure-second-color: #00da89;
  --btn-pure-second-border: #00da89;
  --btn-pure-hover-color: #0e2b3e;
  /* category colors */
  --cat-pink: #880e4f;
  --cat-yellow: #f57f17;
  --cat-green: #1b5e20;
  --cat-cyan: #006064;
  --cat-brown: #3e2723;
  --cat-violet: #4a148c;
  --cat-orange: #e65100;
  --cat-red: #b71c1c;
  --cat-blue: #0d47a1;
}

/* =========================================================================
   _general.scss
   (html, body, reset, typography, links, base images)
   ========================================================================= */
html {
  font-size: 1rem;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

body:not(#tinymce),
html {
  min-height: 100%;
}

body:not(#tinymce) {
  background: var(--bg-primary);
}

.main-wrapper {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body,
.main-wrapper {
  width: 100%;
}

.content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#officeBox,
#boxResult {
  min-width: 0;
}

html,
input,
select,
textarea {
  width: 100%;
}

button,
html,
input,
select,
textarea {
  color: var(--text-primary);
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.05rem;
}

::selection {
  background: var(--bg-accent-alpha);
  text-shadow: none;
}

::-moz-selection {
  background: var(--bg-accent-alpha);
  text-shadow: none;
}

hr {
  border: 0;
  border-top: 2px solid var(--border-color);
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: var(--text-primary);
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  letter-spacing: -0.05rem;
  margin: 0;
}

h1,
.h1-title {
  font-size: 1.8rem;
}

h2,
.h2-title {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

.description-title {
  color: var(--text-primary);
  font-size: 1rem;
  letter-spacing: -0.05rem;
}

p,
pre {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1rem;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote {
  margin: 10px 40px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
}

dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}

dd {
  margin-inline-start: 40px;
}

ul {
  list-style: none;
}

ol {
  padding-inline-start: 20px;
}

.indent-level-1 {
  padding-left: 10mm;
  text-indent: -10mm;
  margin-left: 0;
}

.indent-level-2 {
  padding-left: 20mm;
  text-indent: -10mm;
  margin-left: 0;
}

.indent-level-3 {
  padding-left: 30mm;
  text-indent: -10mm;
  margin-left: 0;
}

.indent-level-4 {
  padding-left: 40mm;
  text-indent: -10mm;
  margin-left: 0;
}

.indent-level-5 {
  padding-left: 50mm;
  text-indent: -10mm;
  margin-left: 0;
}

.indent-text-1 {
  padding-left: 0mm;
  text-indent: 0;
  margin-left: 0;
}

.indent-text-2 {
  padding-left: 10mm;
  text-indent: 0;
  margin-left: 0;
}

.indent-text-3 {
  padding-left: 20mm;
  text-indent: 0;
  margin-left: 0;
}

.indent-text-4 {
  padding-left: 30mm;
  text-indent: 0;
  margin-left: 0;
}

.indent-text-5 {
  padding-left: 40mm;
  text-indent: 0;
  margin-left: 0;
}

.marker-level-1 {
  display: inline-block;
  vertical-align: top;
  min-width: 10mm;
}

.marker-level-2 {
  display: inline-block;
  vertical-align: top;
  min-width: 10mm;
  padding-left: 10mm;
  text-indent: -10mm;
}

.title-spacer-30 {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  min-width: 30%;
}

.reader ul {
  list-style: revert;
  padding-inline-start: 20px;
}
.reader ol {
  padding-inline-start: 20px;
}
.reader li {
  padding-inline-start: 20px;
}

.reader-basic-item,
.reader-basic-subitem,
.reader-basic-table {
  padding: 4px 8px;
  overflow: hidden;
}

.reader-basic-subitem {
  margin: 5px 5px 5px 0;
}

.reader-basic-table {
  width: 100%;
  border: 1px solid var(--accent-alpha) !important;
}

.reader-basic-table td {
  padding: 4px 8px;
  border: 1px solid var(--accent-alpha) !important;
}

a {
  display: inline-flex;
  color: var(--accent-color);
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  outline: 0;
  text-decoration: none;
}

a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.link {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--text-primary);
  display: inline-table;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
.link:hover {
  color: var(--text-primary);
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}
img.wide {
  width: 100%;
  height: auto;
}
img.tall {
  height: 100%;
  width: auto;
}

figure {
  margin: 0;
}

.full-background,
.full-background-product {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* =========================================================================
   _layout.scss
   (flex, grid, column, position, spacing, visibility, z-index, text-utils, width/height)
   ========================================================================= */
:is(.flow, .office-white, .accordion-sub-menu, .flow-sx, .flow-lg) {
  display: flex;
  flex-direction: column;
  /* Damit verhalten sich Formularelemente wie gewohnt in voller Breite */
  width: 100%;
}

/* Standard Flow (10px) */
.flow, .office-white, .accordion-sub-menu {
  gap: 10px;
}

/* Small Flow (5px) */
.flow-sx {
  gap: 5px;
}

/* Large Flow (20px) */
.flow-lg {
  gap: 20px;
}

/* Das verhindert, dass versteckte Elemente den Abstand "kaputt machen" */
:is(.flow, .office-white, .accordion-sub-menu, .flow-sx, .flow-lg) > :is(.hidden, [hidden], script, style, meta, link, template, title) {
  display: none !important;
}

.flex, .message-list-item, .office-text,
.office-flex,
.office-column, .selector-text, .input-box-text,
.column-center,
.flex-center,
.i-round,
.column,
.conversation-box,
.detail-product-image-box-left,
.office-white,
.blog-section-wrapper,
.main-wrapper,
.hide-column-960,
.hide-flex-960,
.hide-grid-960,
.box-item,
.row,
.item-left-full,
.item-right-full,
.item-left,
.item-right {
  display: flex;
  flex-shrink: 0;
}

.flex-0 {
  flex: 0;
  min-width: 0;
}

.flex-1, .side-li:not(:last-child) {
  flex: 1;
  min-width: 0;
}

.flex-2 {
  flex: 2;
  min-width: 0;
}

.flex-3 {
  flex: 3;
  min-width: 0;
}

.flex-4 {
  flex: 4;
  min-width: 0;
}

.column, .conversation-box, .detail-product-image-box-left, .box-item, .office-white, .blog-section-wrapper, .column-center,
.detail-menu,
.hide-column-960 {
  flex-direction: column;
}

.row {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media (max-width: 960px) {
  .row {
    flex-direction: column;
    gap: 10px;
  }
}

.flex-inline {
  display: inline-flex;
}

.grid,
.grid-full,
.grid-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}

.grid-full {
  margin: 10px 0;
}

.grid-right {
  margin: 10px 0 10px 10px;
}

.blog-section-wrapper {
  background-color: transparent;
  overflow-x: clip;
}

.blog-slider-viewport {
  width: 100%;
  padding: 0;
  margin: 0;
}

.blog-slider-container {
  width: 100%;
  overflow: hidden;
}

.blog-list-horizontal {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-top: 10px;
}

.blog-list-horizontal::-webkit-scrollbar {
  display: none;
}

.blog-list-horizontal {
  padding-left: 16.67%;
  padding-right: 16.67%;
}

.blog-list-horizontal > .box-item {
  flex-shrink: 0;
  width: 32%;
  min-width: 300px;
  margin-right: 2%;
  transition: transform 0.3s ease;
}

.blog-list-horizontal > .box-item:hover {
  transform: translateY(-10px);
}

.service-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  width: 100%;
  font-size: 1rem;
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-grid .box-item {
  width: auto;
  margin: 0;
}

@media (max-width: 960px) {
  .list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .list-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.ai-start {
  align-items: flex-start;
}

.ai-center, .account-item,
.account-item-active,
.appointment-item,
.appointment-item-active,
.header-item,
.header-item-active,
.side-item,
.side-item-active,
.sort-item,
.sort-item-active, .selector-text, .flex-center, .i-round, .column-center, .blog-section-wrapper {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.ai-baseline {
  align-items: baseline;
}

.ai-stretch {
  align-items: stretch;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center, .flex-center, .i-round, .column-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.jc-around {
  justify-content: space-around;
}

.ac-start {
  align-content: flex-start;
}

.ac-center {
  align-content: center;
}

.ac-end {
  align-content: flex-end;
}

.ac-between {
  align-content: space-between;
}

.ac-around {
  align-content: space-around;
}

.ac-stretch {
  align-content: stretch;
}

.as-start {
  align-self: flex-start;
}

.as-center {
  align-self: center;
}

.as-end {
  align-self: flex-end;
}

.as-stretch {
  align-self: stretch;
}

.fw-wrap {
  flex-wrap: wrap;
}

.fg-0 {
  flex-grow: 0;
}

.fs-1 {
  flex-shrink: 1;
}

.pos-r, .input-box-text {
  position: relative;
}

.pos-a,
.pos-a0 {
  position: absolute;
}

.pos-f,
.pos-f0 {
  position: fixed;
}

.top-0, .pos-a0,
.pos-f0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0, .pos-a0,
.pos-f0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-10px {
  top: 10px;
}

.right-10px {
  right: 10px;
}

.bottom-10px {
  bottom: 10px;
}

.left-10px {
  left: 10px;
}

.top-20px {
  top: 20px;
}

.right-20px {
  right: 20px;
}

.bottom-20px {
  bottom: 20px;
}

.left-20px {
  left: 20px;
}

.top-40px {
  top: 40px;
}

.right-40px {
  right: 40px;
}

.bottom-40px {
  bottom: 40px;
}

.left-40px {
  left: 40px;
}

.top-50px {
  top: 50px;
}

.right-50px {
  right: 50px;
}

.bottom-50px {
  bottom: 50px;
}

.left-50px {
  left: 50px;
}

.top-60px {
  top: 60px;
}

.right-60px {
  right: 60px;
}

.bottom-60px {
  bottom: 60px;
}

.left-60px {
  left: 60px;
}

.top-80px {
  top: 80px;
}

.right-80px {
  right: 80px;
}

.bottom-80px {
  bottom: 80px;
}

.left-80px {
  left: 80px;
}

.top-90px {
  top: 90px;
}

.right-90px {
  right: 90px;
}

.bottom-90px {
  bottom: 90px;
}

.left-90px {
  left: 90px;
}

.top-110px {
  top: 110px;
}

.right-110px {
  right: 110px;
}

.bottom-110px {
  bottom: 110px;
}

.left-110px {
  left: 110px;
}

.top-10p {
  top: 10%;
}

.bottom-10p {
  bottom: 10%;
}

.top-20p {
  top: 20%;
}

.bottom-20p {
  bottom: 20%;
}

.top-80p {
  top: 80%;
}

.bottom-80p {
  bottom: 80%;
}

.top-90p {
  top: 90%;
}

.bottom-90p {
  bottom: 90%;
}

.top-50p {
  top: 50%;
}

.left-50p {
  left: 50%;
}

.top-m50p {
  top: -50%;
}

.left-m50p {
  left: -50%;
}

.bottom-slider-nav {
  bottom: 40px;
}

.no-p {
  padding: 0 !important;
}

.no-m {
  margin: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.m-0a {
  margin: 0 auto;
}

.p-5 {
  padding: 5px;
}

.m-5 {
  margin: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pto-5 {
  padding: 5px 0 0;
}

.pro-5 {
  padding: 0 5px 0 0;
}

.pbo-5 {
  padding: 0 0 5px;
}

.plo-5 {
  padding: 0 0 0 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mto-5 {
  margin: 5px 0 0;
}

.mro-5 {
  margin: 0 5px 0 0;
}

.mbo-5 {
  margin: 0 0 5px;
}

.mlo-5 {
  margin: 0 0 0 5px;
}

.p-10 {
  padding: 10px;
}

.m-10 {
  margin: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pto-10 {
  padding: 10px 0 0;
}

.pro-10 {
  padding: 0 10px 0 0;
}

.pbo-10 {
  padding: 0 0 10px;
}

.plo-10 {
  padding: 0 0 0 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mto-10 {
  margin: 10px 0 0;
}

.mro-10 {
  margin: 0 10px 0 0;
}

.mbo-10 {
  margin: 0 0 10px;
}

.mlo-10 {
  margin: 0 0 0 10px;
}

.p-15 {
  padding: 15px;
}

.m-15 {
  margin: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pto-15 {
  padding: 15px 0 0;
}

.pro-15 {
  padding: 0 15px 0 0;
}

.pbo-15 {
  padding: 0 0 15px;
}

.plo-15 {
  padding: 0 0 0 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mto-15 {
  margin: 15px 0 0;
}

.mro-15 {
  margin: 0 15px 0 0;
}

.mbo-15 {
  margin: 0 0 15px;
}

.mlo-15 {
  margin: 0 0 0 15px;
}

.p-20 {
  padding: 20px;
}

.m-20 {
  margin: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pto-20 {
  padding: 20px 0 0;
}

.pro-20 {
  padding: 0 20px 0 0;
}

.pbo-20 {
  padding: 0 0 20px;
}

.plo-20 {
  padding: 0 0 0 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mto-20 {
  margin: 20px 0 0;
}

.mro-20 {
  margin: 0 20px 0 0;
}

.mbo-20 {
  margin: 0 0 20px;
}

.mlo-20 {
  margin: 0 0 0 20px;
}

.p-30 {
  padding: 30px;
}

.m-30 {
  margin: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pto-30 {
  padding: 30px 0 0;
}

.pro-30 {
  padding: 0 30px 0 0;
}

.pbo-30 {
  padding: 0 0 30px;
}

.plo-30 {
  padding: 0 0 0 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mto-30 {
  margin: 30px 0 0;
}

.mro-30 {
  margin: 0 30px 0 0;
}

.mbo-30 {
  margin: 0 0 30px;
}

.mlo-30 {
  margin: 0 0 0 30px;
}

.p-40 {
  padding: 40px;
}

.m-40 {
  margin: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pto-40 {
  padding: 40px 0 0;
}

.pro-40 {
  padding: 0 40px 0 0;
}

.pbo-40 {
  padding: 0 0 40px;
}

.plo-40 {
  padding: 0 0 0 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mto-40 {
  margin: 40px 0 0;
}

.mro-40 {
  margin: 0 40px 0 0;
}

.mbo-40 {
  margin: 0 0 40px;
}

.mlo-40 {
  margin: 0 0 0 40px;
}

.p-5-10 {
  padding: 5px 10px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-140 {
  margin-left: 140px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.hidden {
  display: none !important;
}

.o-h, .message-item, .message-list-item, .box-item {
  overflow: hidden;
}

.o-s {
  overflow: scroll;
}

.o-v {
  overflow: visible;
}

.ox-h {
  overflow-x: hidden;
}

.ox-a {
  overflow-x: auto;
}

.ox-s {
  overflow-x: scroll;
}

.oy-h {
  overflow-y: hidden;
}

.oy-a {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.scroll-x::-webkit-scrollbar {
  display: none;
}

.oy-s {
  overflow-y: scroll;
}

.o-97 {
  opacity: 0.97;
}

.o-0 {
  opacity: 0;
}

.hide-block-960 {
  display: block;
}

.hidden,
.show-block-960,
.show-column-960,
.show-flex-960 {
  display: none;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-12 {
  z-index: 12;
}

.z-13 {
  z-index: 13;
}

.z-100 {
  z-index: 100;
}

.z-101 {
  z-index: 101;
}

.z-102 {
  z-index: 102;
}

.z-103 {
  z-index: 103;
}

.fs-1em {
  font-size: 1em;
}

.fs-2em {
  font-size: 2em;
}

.fs-3em {
  font-size: 3em;
}

.fs-4em {
  font-size: 4em;
}

.fs-1rem {
  font-size: 1rem;
}

.fs-2rem {
  font-size: 2rem;
}

.fs-3rem {
  font-size: 3rem;
}

.fs-4rem {
  font-size: 4rem;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-17 {
  line-height: 17px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-40 {
  line-height: 40px;
}

.fs-09rem {
  font-size: 0.95rem;
}

.fs-08rem {
  font-size: 0.9rem;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-justify {
  text-align: justify;
}

.ta-left {
  text-align: left;
}

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

.no-tt {
  text-transform: none !important;
}

.no-tc {
  text-decoration: none !important;
}

.c-d {
  cursor: default;
}

.c-p {
  cursor: pointer;
}

.ws-nw {
  white-space: nowrap;
}

.minw-auto {
  min-width: auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.minh-auto {
  min-height: auto;
}

.full-space {
  width: 100%;
  height: 100%;
}

.maxw-site {
  width: 100%;
  max-width: 66.66%;
}

.maxw-full {
  width: 100%;
  max-width: 100%;
}

.maxw-49p {
  max-width: 49%;
}

.w-10px {
  width: 10px;
}

.minw-10px {
  min-width: 10px;
}

.maxw-10px {
  max-width: 10px;
}

.h-10px {
  height: 10px;
}

.minh-10px {
  min-height: 10px;
}

.maxh-10px {
  max-height: 10px;
}

.w-15px {
  width: 15px;
}

.minw-15px {
  min-width: 15px;
}

.maxw-15px {
  max-width: 15px;
}

.h-15px {
  height: 15px;
}

.minh-15px {
  min-height: 15px;
}

.maxh-15px {
  max-height: 15px;
}

.w-20px {
  width: 20px;
}

.minw-20px {
  min-width: 20px;
}

.maxw-20px {
  max-width: 20px;
}

.h-20px {
  height: 20px;
}

.minh-20px {
  min-height: 20px;
}

.maxh-20px {
  max-height: 20px;
}

.w-25px {
  width: 25px;
}

.minw-25px {
  min-width: 25px;
}

.maxw-25px {
  max-width: 25px;
}

.h-25px {
  height: 25px;
}

.minh-25px {
  min-height: 25px;
}

.maxh-25px {
  max-height: 25px;
}

.w-30px {
  width: 30px;
}

.minw-30px {
  min-width: 30px;
}

.maxw-30px {
  max-width: 30px;
}

.h-30px {
  height: 30px;
}

.minh-30px {
  min-height: 30px;
}

.maxh-30px {
  max-height: 30px;
}

.w-40px {
  width: 40px;
}

.minw-40px {
  min-width: 40px;
}

.maxw-40px {
  max-width: 40px;
}

.h-40px {
  height: 40px;
}

.minh-40px {
  min-height: 40px;
}

.maxh-40px {
  max-height: 40px;
}

.w-50px, .round-thumb {
  width: 50px;
}

.minw-50px {
  min-width: 50px;
}

.maxw-50px {
  max-width: 50px;
}

.h-50px, .round-thumb {
  height: 50px;
}

.minh-50px {
  min-height: 50px;
}

.maxh-50px {
  max-height: 50px;
}

.w-60px {
  width: 60px;
}

.minw-60px {
  min-width: 60px;
}

.maxw-60px {
  max-width: 60px;
}

.h-60px {
  height: 60px;
}

.minh-60px {
  min-height: 60px;
}

.maxh-60px {
  max-height: 60px;
}

.w-70px {
  width: 70px;
}

.minw-70px {
  min-width: 70px;
}

.maxw-70px {
  max-width: 70px;
}

.h-70px {
  height: 70px;
}

.minh-70px {
  min-height: 70px;
}

.maxh-70px {
  max-height: 70px;
}

.w-80px {
  width: 80px;
}

.minw-80px {
  min-width: 80px;
}

.maxw-80px {
  max-width: 80px;
}

.h-80px {
  height: 80px;
}

.minh-80px {
  min-height: 80px;
}

.maxh-80px {
  max-height: 80px;
}

.w-90px {
  width: 90px;
}

.minw-90px {
  min-width: 90px;
}

.maxw-90px {
  max-width: 90px;
}

.h-90px {
  height: 90px;
}

.minh-90px {
  min-height: 90px;
}

.maxh-90px {
  max-height: 90px;
}

.w-100px {
  width: 100px;
}

.minw-100px {
  min-width: 100px;
}

.maxw-100px {
  max-width: 100px;
}

.h-100px {
  height: 100px;
}

.minh-100px {
  min-height: 100px;
}

.maxh-100px {
  max-height: 100px;
}

.w-110px {
  width: 110px;
}

.minw-110px {
  min-width: 110px;
}

.maxw-110px {
  max-width: 110px;
}

.h-110px {
  height: 110px;
}

.minh-110px {
  min-height: 110px;
}

.maxh-110px {
  max-height: 110px;
}

.w-120px {
  width: 120px;
}

.minw-120px {
  min-width: 120px;
}

.maxw-120px {
  max-width: 120px;
}

.h-120px {
  height: 120px;
}

.minh-120px {
  min-height: 120px;
}

.maxh-120px {
  max-height: 120px;
}

.w-150px {
  width: 150px;
}

.minw-150px {
  min-width: 150px;
}

.maxw-150px {
  max-width: 150px;
}

.h-150px {
  height: 150px;
}

.minh-150px {
  min-height: 150px;
}

.maxh-150px {
  max-height: 150px;
}

.w-175px {
  width: 175px;
}

.minw-175px {
  min-width: 175px;
}

.maxw-175px {
  max-width: 175px;
}

.h-175px {
  height: 175px;
}

.minh-175px {
  min-height: 175px;
}

.maxh-175px {
  max-height: 175px;
}

.w-200px {
  width: 200px;
}

.minw-200px {
  min-width: 200px;
}

.maxw-200px {
  max-width: 200px;
}

.h-200px {
  height: 200px;
}

.minh-200px {
  min-height: 200px;
}

.maxh-200px {
  max-height: 200px;
}

.w-210px {
  width: 210px;
}

.minw-210px {
  min-width: 210px;
}

.maxw-210px {
  max-width: 210px;
}

.h-210px {
  height: 210px;
}

.minh-210px {
  min-height: 210px;
}

.maxh-210px {
  max-height: 210px;
}

.w-250px {
  width: 250px;
}

.minw-250px {
  min-width: 250px;
}

.maxw-250px {
  max-width: 250px;
}

.h-250px {
  height: 250px;
}

.minh-250px {
  min-height: 250px;
}

.maxh-250px {
  max-height: 250px;
}

.w-280px {
  width: 280px;
}

.minw-280px {
  min-width: 280px;
}

.maxw-280px {
  max-width: 280px;
}

.h-280px {
  height: 280px;
}

.minh-280px {
  min-height: 280px;
}

.maxh-280px {
  max-height: 280px;
}

.w-300px {
  width: 300px;
}

.minw-300px {
  min-width: 300px;
}

.maxw-300px {
  max-width: 300px;
}

.h-300px {
  height: 300px;
}

.minh-300px {
  min-height: 300px;
}

.maxh-300px {
  max-height: 300px;
}

.w-350px {
  width: 350px;
}

.minw-350px {
  min-width: 350px;
}

.maxw-350px {
  max-width: 350px;
}

.h-350px {
  height: 350px;
}

.minh-350px {
  min-height: 350px;
}

.maxh-350px {
  max-height: 350px;
}

.w-400px {
  width: 400px;
}

.minw-400px {
  min-width: 400px;
}

.maxw-400px {
  max-width: 400px;
}

.h-400px {
  height: 400px;
}

.minh-400px {
  min-height: 400px;
}

.maxh-400px {
  max-height: 400px;
}

.w-500px {
  width: 500px;
}

.minw-500px {
  min-width: 500px;
}

.maxw-500px {
  max-width: 500px;
}

.h-500px {
  height: 500px;
}

.minh-500px {
  min-height: 500px;
}

.maxh-500px {
  max-height: 500px;
}

.w-550px {
  width: 550px;
}

.minw-550px {
  min-width: 550px;
}

.maxw-550px {
  max-width: 550px;
}

.h-550px {
  height: 550px;
}

.minh-550px {
  min-height: 550px;
}

.maxh-550px {
  max-height: 550px;
}

.w-600px {
  width: 600px;
}

.minw-600px {
  min-width: 600px;
}

.maxw-600px {
  max-width: 600px;
}

.h-600px {
  height: 600px;
}

.minh-600px {
  min-height: 600px;
}

.maxh-600px {
  max-height: 600px;
}

.w-700px {
  width: 700px;
}

.minw-700px {
  min-width: 700px;
}

.maxw-700px {
  max-width: 700px;
}

.h-700px {
  height: 700px;
}

.minh-700px {
  min-height: 700px;
}

.maxh-700px {
  max-height: 700px;
}

.w-1000px {
  width: 1000px;
}

.minw-1000px {
  min-width: 1000px;
}

.maxw-1000px {
  max-width: 1000px;
}

.h-1000px {
  height: 1000px;
}

.minh-1000px {
  min-height: 1000px;
}

.maxh-1000px {
  max-height: 1000px;
}

.w-10p {
  width: 10%;
}

.minw-10p {
  min-width: 10%;
}

.maxw-10p {
  max-width: 10%;
}

.h-10p {
  height: 10%;
}

.minh-10p {
  min-height: 10%;
}

.maxh-10p {
  max-height: 10%;
}

.w-20p {
  width: 20%;
}

.minw-20p {
  min-width: 20%;
}

.maxw-20p {
  max-width: 20%;
}

.h-20p {
  height: 20%;
}

.minh-20p {
  min-height: 20%;
}

.maxh-20p {
  max-height: 20%;
}

.w-25p {
  width: 25%;
}

.minw-25p {
  min-width: 25%;
}

.maxw-25p {
  max-width: 25%;
}

.h-25p {
  height: 25%;
}

.minh-25p {
  min-height: 25%;
}

.maxh-25p {
  max-height: 25%;
}

.w-30p {
  width: 30%;
}

.minw-30p {
  min-width: 30%;
}

.maxw-30p {
  max-width: 30%;
}

.h-30p {
  height: 30%;
}

.minh-30p {
  min-height: 30%;
}

.maxh-30p {
  max-height: 30%;
}

.w-40p {
  width: 40%;
}

.minw-40p {
  min-width: 40%;
}

.maxw-40p {
  max-width: 40%;
}

.h-40p {
  height: 40%;
}

.minh-40p {
  min-height: 40%;
}

.maxh-40p {
  max-height: 40%;
}

.w-50p {
  width: 50%;
}

.minw-50p {
  min-width: 50%;
}

.maxw-50p {
  max-width: 50%;
}

.h-50p {
  height: 50%;
}

.minh-50p {
  min-height: 50%;
}

.maxh-50p {
  max-height: 50%;
}

.w-60p {
  width: 60%;
}

.minw-60p {
  min-width: 60%;
}

.maxw-60p {
  max-width: 60%;
}

.h-60p {
  height: 60%;
}

.minh-60p {
  min-height: 60%;
}

.maxh-60p {
  max-height: 60%;
}

.w-66p {
  width: 66%;
}

.minw-66p {
  min-width: 66%;
}

.maxw-66p {
  max-width: 66%;
}

.h-66p {
  height: 66%;
}

.minh-66p {
  min-height: 66%;
}

.maxh-66p {
  max-height: 66%;
}

.w-70p {
  width: 70%;
}

.minw-70p {
  min-width: 70%;
}

.maxw-70p {
  max-width: 70%;
}

.h-70p {
  height: 70%;
}

.minh-70p {
  min-height: 70%;
}

.maxh-70p {
  max-height: 70%;
}

.w-80p {
  width: 80%;
}

.minw-80p {
  min-width: 80%;
}

.maxw-80p {
  max-width: 80%;
}

.h-80p {
  height: 80%;
}

.minh-80p {
  min-height: 80%;
}

.maxh-80p {
  max-height: 80%;
}

.w-90p {
  width: 90%;
}

.minw-90p {
  min-width: 90%;
}

.maxw-90p {
  max-width: 90%;
}

.h-90p {
  height: 90%;
}

.minh-90p {
  min-height: 90%;
}

.maxh-90p {
  max-height: 90%;
}

.w-100p {
  width: 100%;
}

.minw-100p {
  min-width: 100%;
}

.maxw-100p {
  max-width: 100%;
}

.h-100p {
  height: 100%;
}

.minh-100p {
  min-height: 100%;
}

.maxh-100p {
  max-height: 100%;
}

.w-200p {
  width: 200%;
}

.minw-200p {
  min-width: 200%;
}

.maxw-200p {
  max-width: 200%;
}

.h-200p {
  height: 200%;
}

.minh-200p {
  min-height: 200%;
}

.maxh-200p {
  max-height: 200%;
}

.w-300p {
  width: 300%;
}

.minw-300p {
  min-width: 300%;
}

.maxw-300p {
  max-width: 300%;
}

.h-300p {
  height: 300%;
}

.minh-300p {
  min-height: 300%;
}

.maxh-300p {
  max-height: 300%;
}

.w-400p {
  width: 400%;
}

.minw-400p {
  min-width: 400%;
}

.maxw-400p {
  max-width: 400%;
}

.h-400p {
  height: 400%;
}

.minh-400p {
  min-height: 400%;
}

.maxh-400p {
  max-height: 400%;
}

.w-500p {
  width: 500%;
}

.minw-500p {
  min-width: 500%;
}

.maxw-500p {
  max-width: 500%;
}

.h-500p {
  height: 500%;
}

.minh-500p {
  min-height: 500%;
}

.maxh-500p {
  max-height: 500%;
}

.w-10vw {
  width: 10vw;
}

.minw-10vw {
  min-width: 10vw;
}

.maxw-10vw {
  max-width: 10vw;
}

.h-10vh {
  height: 10vh;
}

.minh-10vh {
  min-height: 10vh;
}

.maxh-10vh {
  max-height: 10vh;
}

.w-20vw {
  width: 20vw;
}

.minw-20vw {
  min-width: 20vw;
}

.maxw-20vw {
  max-width: 20vw;
}

.h-20vh {
  height: 20vh;
}

.minh-20vh {
  min-height: 20vh;
}

.maxh-20vh {
  max-height: 20vh;
}

.w-30vw {
  width: 30vw;
}

.minw-30vw {
  min-width: 30vw;
}

.maxw-30vw {
  max-width: 30vw;
}

.h-30vh {
  height: 30vh;
}

.minh-30vh {
  min-height: 30vh;
}

.maxh-30vh {
  max-height: 30vh;
}

.w-40vw {
  width: 40vw;
}

.minw-40vw {
  min-width: 40vw;
}

.maxw-40vw {
  max-width: 40vw;
}

.h-40vh {
  height: 40vh;
}

.minh-40vh {
  min-height: 40vh;
}

.maxh-40vh {
  max-height: 40vh;
}

.w-50vw {
  width: 50vw;
}

.minw-50vw {
  min-width: 50vw;
}

.maxw-50vw {
  max-width: 50vw;
}

.h-50vh {
  height: 50vh;
}

.minh-50vh {
  min-height: 50vh;
}

.maxh-50vh {
  max-height: 50vh;
}

.w-60vw {
  width: 60vw;
}

.minw-60vw {
  min-width: 60vw;
}

.maxw-60vw {
  max-width: 60vw;
}

.h-60vh {
  height: 60vh;
}

.minh-60vh {
  min-height: 60vh;
}

.maxh-60vh {
  max-height: 60vh;
}

.w-70vw {
  width: 70vw;
}

.minw-70vw {
  min-width: 70vw;
}

.maxw-70vw {
  max-width: 70vw;
}

.h-70vh {
  height: 70vh;
}

.minh-70vh {
  min-height: 70vh;
}

.maxh-70vh {
  max-height: 70vh;
}

.w-80vw {
  width: 80vw;
}

.minw-80vw {
  min-width: 80vw;
}

.maxw-80vw {
  max-width: 80vw;
}

.h-80vh {
  height: 80vh;
}

.minh-80vh {
  min-height: 80vh;
}

.maxh-80vh {
  max-height: 80vh;
}

.w-90vw {
  width: 90vw;
}

.minw-90vw {
  min-width: 90vw;
}

.maxw-90vw {
  max-width: 90vw;
}

.h-90vh {
  height: 90vh;
}

.minh-90vh {
  min-height: 90vh;
}

.maxh-90vh {
  max-height: 90vh;
}

.w-100vw {
  width: 100vw;
}

.minw-100vw {
  min-width: 100vw;
}

.maxw-100vw {
  max-width: 100vw;
}

.h-100vh {
  height: 100vh;
}

.minh-100vh {
  min-height: 100vh;
}

.maxh-100vh {
  max-height: 100vh;
}

.item-left,
.item-right,
.item-left-full,
.item-right-full {
  flex-direction: column;
  flex: 1;
}

/* --- Landing Page Hero & Search Styles --- */
.hero-section {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%), url("/images/backgrounds/hero-next-home.webp") no-repeat center center;
  background-size: cover;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}

.hero-title-above {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.hero-title-above span {
  background-color: var(--accent-color);
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
}

.search-container {
  background: var(--bg-content);
  border-radius: 8px;
  padding: 24px;
  max-width: 960px;
  width: 100%;
  color: var(--text-primary);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-top: 10px;
  border: 4px solid var(--accent-color);
}

.search-tabs {
  position: absolute;
  top: -42px;
  left: 20px;
  display: flex;
  gap: 4px;
}
.search-tabs button {
  background: var(--bg-secondary);
  border: none;
  color: var(--text-primary);
  padding: 10px 24px;
  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease;
}
.search-tabs button.active {
  background: var(--bg-content);
  color: var(--text-primary);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.search-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto 60px;
  gap: 10px;
  background: var(--bg-content);
  padding: 6px;
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
  align-items: center;
}

@media (max-width: 768px) {
  .search-grid {
    grid-template-columns: 1fr;
  }
  .search-tabs {
    top: -38px;
  }
}
.intel-search {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Content Grids */
.portal-content {
  background-color: var(--bg-primary);
  padding: 60px 20px 30px 20px;
}

.action-buttons-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.action-btn-custom {
  background-color: var(--btn-secondary-bg);
  color: var(--btn-secondary-color) !important;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}
.action-btn-custom:hover {
  opacity: 0.9;
}

.services-section {
  max-width: 1100px;
  margin: 0 auto 30px auto;
}

.services-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: var(--text-primary);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.service-card {
  background: var(--bg-content);
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.service-card h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 15px 0 10px 0;
  color: var(--text-primary);
}
.service-card p {
  font-size: 0.9rem;
  color: var(--text-disabled);
  margin-bottom: 15px;
  line-height: 1.4;
}

.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bg-accent-alpha);
  color: var(--accent-color);
}
.service-icon svg {
  width: 32px;
  height: 32px;
}

.filter-btn-custom {
  background-color: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  color: #2c3e50 !important;
  border-radius: 25px !important;
  height: 50px !important;
  padding: 0 20px !important;
  box-shadow: none !important;
}
.filter-btn-custom .round-button-icon {
  background: none !important;
  padding: 0 !important;
  min-width: unset !important;
  width: unset !important;
  height: unset !important;
}
.filter-btn-custom .round-button-icon .setting {
  background-color: #2c3e50 !important;
  width: 18px !important;
  height: 18px !important;
}

/* Card spacing rules for after-title container */
.after-title > [id^=card] {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.after-title > [id^=card]:last-child {
  margin-bottom: 0 !important;
}

.decor-left,
.decor-right {
  display: none;
}
@media (min-width: 960px) {
  .decor-left,
  .decor-right {
    display: block;
  }
}

/* =========================================================================
   _forms.scss
   (input, textarea, select, checkbox, radio, form states)
   ========================================================================= */
.required-color {
  color: violet;
  display: inline-block;
}

.error {
  border-color: var(--error-color) !important;
}

.accordion-item.error {
  box-shadow: 0 0 3px var(--error-color) !important;
}

.valid {
  border-color: var(--valid-color) !important;
}

.error-select {
  border-color: var(--error-color) !important;
}

.valid-select {
  border-color: var(--valid-color) !important;
}

textarea,
.input-box,
.input-box-focus,
.input-box-hover {
  background-color: var(--bg-secondary);
  border: 2px solid var(--accent-alpha);
  border-radius: 10px;
  color: var(--text-primary);
  cursor: text;
  padding: 0;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  min-height: 34px;
}
textarea:focus, textarea:hover,
.input-box:focus,
.input-box:hover,
.input-box-focus:focus,
.input-box-focus:hover,
.input-box-hover:focus,
.input-box-hover:hover {
  border-color: var(--border-hover);
  transition: border-color 0.2s ease;
  outline: none;
}

.input-box-text {
  background-color: var(--accent-alpha);
  line-height: 34px;
  padding: 0 10px;
}

textarea {
  padding: 10px;
  resize: vertical;
  width: 100%;
  height: 200px;
  vertical-align: top;
  overflow: auto;
}

.tox-tinymce:focus,
.tox-tinymce:hover {
  border-color: var(--border-hover);
  transition: border-color 0.2s ease;
  outline: none;
}

select {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-alpha);
  border-radius: 10px;
  font-size: 1rem;
  overflow: hidden;
  padding: 14px 20px;
  width: auto;
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
}

.selector-text {
  line-height: 34px;
  padding: 0 10px;
}

.selector-demo {
  display: none;
}

input[type=date],
input[type=password],
input[type=text],
input[type=time],
input[type=search] {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0 10px;
  line-height: 34px;
}
input[type=date]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=search]:focus {
  outline: none;
}

input,
select,
textarea,
button {
  font: inherit;
  margin: 0;
  color: var(--text-primary);
  vertical-align: baseline;
  line-height: normal;
}

input[type=search] {
  appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  box-shadow: 0 0 0 1000px rgba(var(--accent-color), 0.1) inset !important;
}

button[disabled],
input[disabled] {
  background-color: var(--accent-alpha);
  color: var(--accent-color);
  cursor: not-allowed;
  overflow: hidden;
}

button[disabled] {
  text-decoration: line-through;
}

.no-button {
  background-color: transparent;
  border: 0;
  overflow: visible;
  padding: 0;
}

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

input[type=checkbox] + label span[data-checkbox],
input[type=checkbox]:checked + label span[data-checkbox],
input[type=checkbox] + label span[data-switch],
input[type=checkbox]:checked + label span[data-switch],
input[type=radio] + label span[data-radio],
input[type=radio]:checked + label span[data-radio] {
  background-image: url("/images/vectors/icons.svg");
  background-size: 500px 800px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

input[type=checkbox] + label span[data-switch] {
  margin-right: 10px;
  cursor: pointer;
}

input[type=checkbox] + label span[data-checkbox],
input[type=checkbox]:checked + label span[data-checkbox],
input[type=radio] + label span[data-radio],
input[type=radio]:checked + label span[data-radio] {
  height: 20px;
  width: 20px;
}

input[type=checkbox] + label span[data-switch],
input[type=checkbox]:checked + label span[data-switch] {
  height: 20px;
  width: 40px;
}

body.tox-fullscreen .tox-tinymce.tox-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: var(--bg-primary) !important;
  display: flex !important;
  flex-direction: column !important;
}

body.tox-fullscreen .tox-editor-header {
  background-color: var(--bg-primary) !important;
  z-index: 1 !important;
  width: 100% !important;
  flex: 0 0 auto !important;
  position: static !important;
}

body.tox-fullscreen .tox-menubar + .tox-toolbar-overlord {
  margin-top: -1px !important;
  border-top: 1px solid transparent;
  padding-top: 1px;
  padding-bottom: 1px;
}

body.tox-fullscreen .tox-edit-area__iframe {
  background-color: var(--bg-primary) !important;
}

body.tox-fullscreen {
  overflow: hidden !important;
}
body.tox-fullscreen header,
body.tox-fullscreen footer,
body.tox-fullscreen #headerBox,
body.tox-fullscreen .site-footer,
body.tox-fullscreen .site-header,
body.tox-fullscreen .pre-footer {
  display: none !important;
}

.tox-editor-header[style*="position: fixed"] {
  top: 50px !important;
}

/* TinyMCE Source Code Dialog Styling & General Overrides */
body .tox-dialog-wrap .tox-dialog {
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  background-color: var(--bg-primary) !important;
}
body .tox-dialog-wrap .tox-dialog__header {
  background: var(--bg-primary) !important;
  color: var(--text-primary) !important;
  border-bottom: 1px solid var(--border-color);
  flex: 0 0 auto;
}
body .tox-dialog-wrap .tox-dialog__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--text-primary) !important;
}
body .tox-dialog-wrap .tox-dialog__content-js {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bg-primary) !important;
}
body .tox-dialog-wrap .tox-dialog__body {
  background: var(--bg-primary) !important;
  color: var(--text-primary) !important;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
body .tox-dialog-wrap .tox-dialog__body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  max-height: calc(100vh - 150px) !important;
  overflow: hidden;
  background-color: var(--bg-primary) !important;
}
body .tox-dialog-wrap .tox-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bg-primary) !important;
}
body .tox-dialog-wrap .tox-dropzone-container {
  background-color: var(--bg-secondary) !important;
  border: 2px dashed var(--border-color) !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
body .tox-dialog-wrap .tox-dropzone-container .tox-dropzone {
  text-align: center;
  color: var(--text-primary) !important;
  background-color: transparent !important;
}
body .tox-dialog-wrap .tox-dropzone-container .tox-dropzone p {
  color: var(--text-primary) !important;
  margin-bottom: 20px;
}
body .tox-dialog-wrap .tox-form__group {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin-bottom: 10px;
}
body .tox-dialog-wrap .tox-form__group--stretched {
  flex: 1;
  height: 100%;
  margin-bottom: 0;
}
body .tox-dialog-wrap .tox-textarea-wrap {
  flex: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
body .tox-dialog-wrap .tox-textarea {
  background-color: var(--bg-primary) !important;
  color: var(--text-primary) !important;
  font-family: "Fira Code", "Consolas", "Monaco", "Courier New", monospace !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 15px !important;
  border: none !important;
  outline: none !important;
  white-space: pre-wrap !important;
  /* Allow wrapping as requested */
  flex: 1;
  height: 100% !important;
  overflow: auto !important;
}
body .tox-dialog-wrap .tox-linenumbers {
  width: 45px;
  background-color: var(--bg-secondary);
  color: var(--text-disabled);
  text-align: right;
  padding: 15px 10px 15px 0;
  font-family: "Fira Code", "Consolas", "Monaco", "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  user-select: none;
  flex-shrink: 0;
  border-right: 1px solid var(--border-color);
}
body .tox-dialog-wrap .tox-linenumbers div {
  padding-right: 5px;
}
body .tox-dialog-wrap .tox-dialog__footer {
  background-color: var(--bg-primary) !important;
  border-top: 1px solid var(--border-color);
}
body .tox-dialog-wrap .tox-button {
  color: var(--btn-primary-color) !important;
  background-color: var(--btn-primary-bg) !important;
  border-color: var(--btn-primary-border) !important;
}
body .tox-dialog-wrap .tox-button--secondary {
  background-color: transparent !important;
  border-color: var(--btn-secondary-border) !important;
  color: var(--text-primary) !important;
}
body .tox-dialog-wrap .tox-button:before {
  box-shadow: none !important;
}
body .tox-dialog-wrap .tox-label,
body .tox-dialog-wrap .tox-toolbar-label {
  color: var(--text-primary) !important;
}
body .tox-dialog-wrap .tox-textfield,
body .tox-dialog-wrap .tox-listbox,
body .tox-dialog-wrap .tox-listboxfield .tox-listbox--select,
body .tox-dialog-wrap .tox-textarea,
body .tox-dialog-wrap .tox-select-field {
  background-color: var(--bg-secondary) !important;
  color: var(--text-primary) !important;
  border-color: var(--border-color) !important;
}
body .tox-dialog-wrap .tox-textfield:focus,
body .tox-dialog-wrap .tox-listbox:focus,
body .tox-dialog-wrap .tox-listboxfield .tox-listbox--select:focus,
body .tox-dialog-wrap .tox-textarea:focus,
body .tox-dialog-wrap .tox-select-field:focus {
  background-color: var(--bg-primary) !important;
  border-color: var(--accent-color) !important;
}
body .tox-dialog-wrap .tox-icon svg,
body .tox-dialog-wrap .tox-tbtn svg {
  fill: var(--text-primary) !important;
}
body .tox-dialog-wrap .tox-collection__group {
  background-color: var(--bg-primary) !important;
}
body .tox-dialog-wrap .tox-collection__item {
  color: var(--text-primary) !important;
}
body .tox-dialog-wrap .tox-collection__item-icon,
body .tox-dialog-wrap .tox-collection__item-label {
  color: inherit !important;
}
body .tox-dialog-wrap .tox-collection__item:hover,
body .tox-dialog-wrap .tox-collection__item--active,
body .tox-dialog-wrap .tox-collection__item--enabled {
  background-color: var(--accent-color) !important;
  color: var(--btn-primary-color) !important;
}
body .tox-dialog-wrap .tox-dialog__body-nav {
  color: var(--text-primary) !important;
}
body .tox-dialog-wrap .tox-dialog__body-nav-item {
  color: var(--text-disabled) !important;
}
body .tox-dialog-wrap .tox-dialog__body-nav-item--active {
  color: var(--accent-color) !important;
  border-bottom: 2px solid var(--accent-color) !important;
}

/* =========================================================================
   _buttons.scss
   ========================================================================= */
.google-round-button,
a.google-round-button, .facebook-round-button,
a.facebook-round-button, .account-button,
.account-button-active,
.header-button,
.header-button-active,
.appointment-button,
.appointment-button-active, .purefirst-round-button,
.puresecond-round-button,
.white-round-button,
a.purefirst-round-button,
a.puresecond-round-button,
a.white-round-button, .second-round-button,
a.second-round-button, .first-round-button,
a.first-round-button {
  border-radius: 25px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  min-height: 34px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.first-round-button,
a.first-round-button {
  background-color: var(--btn-primary-bg);
  border: 2px solid var(--btn-primary-border);
  color: var(--btn-primary-color);
}
.first-round-button:hover, .first-round-button:focus, .first-round-button.first-round-button-active,
a.first-round-button:hover,
a.first-round-button:focus,
a.first-round-button.first-round-button-active {
  background-color: var(--btn-primary-bg-hover);
  border-color: var(--btn-primary-border-hover);
  color: var(--btn-primary-color-hover);
}

.second-round-button,
a.second-round-button {
  background-color: var(--btn-secondary-bg);
  border: 2px solid var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}
.second-round-button:hover, .second-round-button:focus, .second-round-button.second-round-button-active,
a.second-round-button:hover,
a.second-round-button:focus,
a.second-round-button.second-round-button-active {
  background-color: var(--btn-secondary-bg-hover);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color-hover);
}

.purefirst-round-button,
.puresecond-round-button,
.white-round-button,
a.purefirst-round-button,
a.puresecond-round-button,
a.white-round-button {
  background-color: transparent;
  border: 2px solid;
}
.purefirst-round-button.purefirst-round-button,
.puresecond-round-button.purefirst-round-button,
.white-round-button.purefirst-round-button,
a.purefirst-round-button.purefirst-round-button,
a.puresecond-round-button.purefirst-round-button,
a.white-round-button.purefirst-round-button {
  border-color: var(--btn-pure-first-border);
  color: var(--btn-pure-first-color);
}
.purefirst-round-button.puresecond-round-button,
.puresecond-round-button.puresecond-round-button,
.white-round-button.puresecond-round-button,
a.purefirst-round-button.puresecond-round-button,
a.puresecond-round-button.puresecond-round-button,
a.white-round-button.puresecond-round-button {
  background-color: var(--btn-pure-second-color);
  border-color: var(--btn-pure-second-border);
  color: var(--btn-pure-hover-color);
}
.purefirst-round-button.white-round-button,
.puresecond-round-button.white-round-button,
.white-round-button.white-round-button,
a.purefirst-round-button.white-round-button,
a.puresecond-round-button.white-round-button,
a.white-round-button.white-round-button {
  border-color: var(--icon-color-white);
  color: var(--icon-color-white);
}
.purefirst-round-button.purefirst-round-button:hover, .purefirst-round-button.purefirst-round-button:focus, .purefirst-round-button.purefirst-round-button-active,
.puresecond-round-button.purefirst-round-button:hover,
.puresecond-round-button.purefirst-round-button:focus,
.puresecond-round-button.purefirst-round-button-active,
.white-round-button.purefirst-round-button:hover,
.white-round-button.purefirst-round-button:focus,
.white-round-button.purefirst-round-button-active,
a.purefirst-round-button.purefirst-round-button:hover,
a.purefirst-round-button.purefirst-round-button:focus,
a.purefirst-round-button.purefirst-round-button-active,
a.puresecond-round-button.purefirst-round-button:hover,
a.puresecond-round-button.purefirst-round-button:focus,
a.puresecond-round-button.purefirst-round-button-active,
a.white-round-button.purefirst-round-button:hover,
a.white-round-button.purefirst-round-button:focus,
a.white-round-button.purefirst-round-button-active {
  background-color: var(--btn-pure-first-border);
  border-color: var(--btn-pure-first-border);
  color: var(--btn-pure-hover-color);
}
.purefirst-round-button.puresecond-round-button:hover, .purefirst-round-button.puresecond-round-button:focus, .purefirst-round-button.puresecond-round-button-active,
.puresecond-round-button.puresecond-round-button:hover,
.puresecond-round-button.puresecond-round-button:focus,
.puresecond-round-button.puresecond-round-button-active,
.white-round-button.puresecond-round-button:hover,
.white-round-button.puresecond-round-button:focus,
.white-round-button.puresecond-round-button-active,
a.purefirst-round-button.puresecond-round-button:hover,
a.purefirst-round-button.puresecond-round-button:focus,
a.purefirst-round-button.puresecond-round-button-active,
a.puresecond-round-button.puresecond-round-button:hover,
a.puresecond-round-button.puresecond-round-button:focus,
a.puresecond-round-button.puresecond-round-button-active,
a.white-round-button.puresecond-round-button:hover,
a.white-round-button.puresecond-round-button:focus,
a.white-round-button.puresecond-round-button-active {
  background-color: transparent;
  border-color: var(--btn-pure-second-border);
  color: var(--btn-pure-second-color);
}

.account-button,
.account-button-active,
.header-button,
.header-button-active,
.appointment-button,
.appointment-button-active {
  background-color: transparent;
  border: 2px solid var(--accent-alpha);
  color: var(--btn-pure-second-color);
  padding: 0 10px;
  min-height: 38px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.account-button:hover, .account-button:focus, .account-button.account-button-active, .account-button.header-button-active, .account-button.appointment-button-active,
.account-button-active:hover,
.account-button-active:focus,
.account-button-active.account-button-active,
.account-button-active.header-button-active,
.account-button-active.appointment-button-active,
.header-button:hover,
.header-button:focus,
.header-button.account-button-active,
.header-button.header-button-active,
.header-button.appointment-button-active,
.header-button-active:hover,
.header-button-active:focus,
.header-button-active.account-button-active,
.header-button-active.header-button-active,
.header-button-active.appointment-button-active,
.appointment-button:hover,
.appointment-button:focus,
.appointment-button.account-button-active,
.appointment-button.header-button-active,
.appointment-button.appointment-button-active,
.appointment-button-active:hover,
.appointment-button-active:focus,
.appointment-button-active.account-button-active,
.appointment-button-active.header-button-active,
.appointment-button-active.appointment-button-active {
  background-color: var(--btn-pure-hover-color);
  color: var(--accent-color);
}
body.dark-mode .account-button:hover, body.dark-mode .account-button:focus, body.dark-mode .account-button.account-button-active, body.dark-mode .account-button.header-button-active, body.dark-mode .account-button.appointment-button-active,
body.dark-mode .account-button-active:hover,
body.dark-mode .account-button-active:focus,
body.dark-mode .account-button-active.account-button-active,
body.dark-mode .account-button-active.header-button-active,
body.dark-mode .account-button-active.appointment-button-active,
body.dark-mode .header-button:hover,
body.dark-mode .header-button:focus,
body.dark-mode .header-button.account-button-active,
body.dark-mode .header-button.header-button-active,
body.dark-mode .header-button.appointment-button-active,
body.dark-mode .header-button-active:hover,
body.dark-mode .header-button-active:focus,
body.dark-mode .header-button-active.account-button-active,
body.dark-mode .header-button-active.header-button-active,
body.dark-mode .header-button-active.appointment-button-active,
body.dark-mode .appointment-button:hover,
body.dark-mode .appointment-button:focus,
body.dark-mode .appointment-button.account-button-active,
body.dark-mode .appointment-button.header-button-active,
body.dark-mode .appointment-button.appointment-button-active,
body.dark-mode .appointment-button-active:hover,
body.dark-mode .appointment-button-active:focus,
body.dark-mode .appointment-button-active.account-button-active,
body.dark-mode .appointment-button-active.header-button-active,
body.dark-mode .appointment-button-active.appointment-button-active {
  background-color: transparent;
  border-color: var(--btn-pure-second-border);
  color: var(--accent-color);
}

.facebook-round-button,
a.facebook-round-button {
  background: rgb(8, 102, 255);
  background: -webkit-linear-gradient(rgba(8, 102, 255, 0.7), rgb(8, 102, 255));
  background: -webkit-gradient(linear, top, bottom, from(rgba(8, 102, 255, 0.7)), to(rgb(8, 102, 255)));
  background: linear-gradient(rgba(8, 102, 255, 0.7), rgb(8, 102, 255));
  border: 2px solid rgb(8, 102, 255);
  color: var(--btn-primary-color);
}
.facebook-round-button:hover, .facebook-round-button:focus,
a.facebook-round-button:hover,
a.facebook-round-button:focus {
  background-color: rgba(8, 102, 255, 0.7);
}

.google-round-button,
a.google-round-button {
  background: rgb(219, 68, 55);
  background: -webkit-linear-gradient(rgba(219, 68, 55, 0.7), rgb(219, 68, 55));
  background: -webkit-gradient(linear, top, bottom, from(rgba(219, 68, 55, 0.7)), to(rgb(219, 68, 55)));
  background: linear-gradient(rgba(219, 68, 55, 0.7), rgb(219, 68, 55));
  border: 2px solid rgb(219, 68, 55);
  color: var(--btn-primary-color);
}
.google-round-button:hover, .google-round-button:focus,
a.google-round-button:hover,
a.google-round-button:focus {
  background-color: rgba(219, 68, 55, 0.7);
}

.round-button-icon,
.round-button-text {
  flex-shrink: 0;
}

.round-button-icon {
  min-height: 34px;
  padding: 0 10px;
}

.round-button-text {
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  line-height: normal;
  min-height: 34px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.button {
  background-color: var(--bg-secondary);
  border: 2px solid var(--accent-alpha);
  border-radius: 10px;
  color: var(--text-primary);
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  min-height: 34px;
}
.button.button-active, .button:focus, .button:hover {
  border-color: var(--border-hover);
  transition: border-color 0.2s ease;
}
.button.button-not-active {
  color: var(--accent-alpha);
  cursor: default;
}

.button-submenu {
  background-color: var(--bg-content);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  max-width: 600px;
  max-height: 300px;
  margin-top: 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1002 !important;
  padding-bottom: 0;
}

.button-sub {
  display: block;
  padding: 5px 10px;
  margin: 0;
  min-height: 28px;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0;
  color: var(--text-primary);
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.button-sub:hover, .button-sub:focus {
  background-color: var(--accent-color);
  color: var(--text-secondary);
  transition: background 0.2s ease, color 0.2s ease;
}
.button-sub:last-child {
  border-bottom: none;
}

.button-icon {
  height: 34px;
  width: 18px;
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0;
}

.button-text {
  color: var(--text-primary);
  padding: 0 10px;
  text-align: left;
  white-space: nowrap;
}

input.button-text {
  cursor: pointer;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vote-actions.is-disabled button,
.vote-actions button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

a.link-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}

/* =========================================================================
   _components.scss
   (Utilities für Farbe/Rahmen, Cards, Accordion, Calendar, Slider,
   Office, Home, Product, Info-Box, Messages, etc.)
   ========================================================================= */
.bc-accent {
  background-color: var(--accent-color);
}

.bc-alphaaccent, .selector-text {
  background-color: var(--accent-alpha);
}

.bc-alphaheader {
  background-color: var(--bg-header-alpha);
}

.bc-alphablack {
  background-color: rgba(0, 0, 0, 0.9);
}

.bc-alphawhite, .side-menu {
  background-color: rgba(255, 255, 255, 0.9);
}

.bc-button, .info-box-icon {
  background: #444;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(240, 240, 240, 0.1));
  background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(240, 240, 240, 0.1)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(240, 240, 240, 0.1));
}

.bc-button-white {
  background: #444;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(240, 240, 240, 0.1));
  background: -webkit-gradient(linear, top, bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(240, 240, 240, 0.1)));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(240, 240, 240, 0.1));
}

.bc-general, .round-thumb {
  background-color: var(--accent-color);
}

.bc-gradient {
  background: var(--accent-color);
  background: -webkit-linear-gradient(var(--accent-alpha), var(--accent-color));
  background: -webkit-gradient(linear, top, bottom, from(var(--accent-alpha)), to(var(--accent-color)));
  background: linear-gradient(var(--accent-alpha), var(--accent-color));
}

.bc-hover, .blog-image, .box-image, .reader-basic-item,
.reader-basic-subitem,
.reader-basic-table {
  background: var(--bg-hover);
}

.bc-light {
  background-color: var(--btn-primary-color);
}

.bc-maskaccent, .calculator-table tr:nth-child(even) {
  background-color: var(--bg-accent-alpha);
}

.bc-maskalpha, .office-white {
  background-color: var(--bg-mask-alpha);
}

.bc-maskblack {
  background-color: rgba(0, 0, 0, 0.1);
}

.bc-maskwhite {
  background-color: rgba(255, 255, 255, 0.1);
}

.bc-primary {
  background: var(--bg-primary);
}

.bc-second {
  background: var(--accent-color);
}

.bc-transparent {
  background: transparent;
}

.bc-black {
  background-color: #000 !important;
}

.bc-cyan {
  background-color: var(--cat-cyan) !important;
}

.bc-green {
  background-color: var(--cat-green) !important;
}

.bc-orange {
  background-color: var(--cat-orange) !important;
}

.bc-pink {
  background-color: var(--cat-pink) !important;
}

.bc-red {
  background-color: var(--cat-red) !important;
}

.bc-violet {
  background-color: var(--cat-violet) !important;
}

.bc-yellow {
  background-color: var(--cat-yellow) !important;
}

.bc-blue {
  background-color: var(--cat-blue) !important;
}

.bc-brown {
  background-color: var(--cat-brown) !important;
}

.bc-white {
  background-color: #fff !important;
}

.tc-primary {
  color: var(--text-primary);
}

.tc-accent {
  color: var(--accent-color);
}

.tc-black {
  color: #000;
}

.tc-white {
  color: #fff;
}

.tc-red {
  color: red;
}

.tc-orange {
  color: #fb8300;
}

.tc-grey {
  color: #666;
}

.tc-hover {
  color: var(--accent-color);
}

.l-g, .product-search-color-yellow, .product-search-color-white, .product-search-color-violet, .product-search-color-turquoise, .product-search-color-skin, .product-search-color-red, .product-search-color-pink, .product-search-color-orange, .product-search-color-khaki, .product-search-color-grey, .product-search-color-green, .product-search-color-darkblue, .product-search-color-brown, .product-search-color-bordeaux, .product-search-color-blue, .product-search-color-black, .product-search-color-beige, .product-search-color-antique, .detail-product-thumb.detail-product-thumb-active,
.detail-product-thumb,
.product-search-color-* {
  border: 2px solid var(--accent-color);
}

.lt-g, .blog-content {
  border-top: 2px solid var(--accent-color);
}

.lr-g {
  border-right: 2px solid var(--accent-color);
}

.lb-g {
  border-bottom: 2px solid var(--accent-color);
}

.ll-g {
  border-left: 2px solid var(--accent-color);
}

.no-b {
  border: 0 !important;
}

.no-bt {
  border-top: 0 !important;
}

.no-br {
  border-right: 0 !important;
}

.no-bb {
  border-bottom: 0 !important;
}

.no-bl {
  border-left: 0 !important;
}

.br-a, .message-item, .message-list-item, .box-item, .home-content,
.home-contact, .office-text,
.office-flex,
.office-column, .office-white, .reader-basic-item,
.reader-basic-subitem,
.reader-basic-table {
  border-radius: 10px;
}

.br-a-10 {
  border-radius: 10%;
}

.br-a-20 {
  border-radius: 20%;
}

.br-a-30 {
  border-radius: 30%;
}

.br-a-40 {
  border-radius: 40%;
}

.br-a-50, .round-thumb {
  border-radius: 50%;
}

.br-a-50i, .i-round {
  border-radius: 50%;
}

.br-t {
  border-radius: 10px 10px 0 0;
}

.br-r {
  border-radius: 0 10px 10px 0;
}

.br-b {
  border-radius: 0 0 10px 10px;
}

.br-l {
  border-radius: 10px 0 0 10px;
}

.br-tl {
  border-radius: 10px 0 0 0;
}

.br-tr {
  border-radius: 0 10px 0 0;
}

.br-br {
  border-radius: 0 0 10px 0;
}

.br-bl {
  border-radius: 0 0 0 10px;
}

.br-ot {
  border-radius: 10px 10px 0 0;
}

.br-or {
  border-radius: 0 10px 10px 0;
}

.br-ob {
  border-radius: 0 0 10px 10px;
}

.br-ol {
  border-radius: 10px 0 0 10px;
}

.bs-outside, .side-menu, .round-thumb, .office-text,
.office-flex,
.office-column, .button-submenu {
  box-shadow: 0 0 3px var(--accent-color);
}

.bs-text-accent {
  text-shadow: 0 1px 1px var(--accent-color), 0 1px 30px var(--accent-color);
}

.bs-text-dark {
  text-shadow: 0 1px 1px var(--text-primary), 0 1px 30px var(--text-primary);
}

.bs-text-light {
  text-shadow: 0 1px 1px var(--btn-primary-color), 0 1px 30px var(--btn-primary-color);
}

.o-h, .message-item, .message-list-item, .box-item {
  overflow: hidden;
}

.flex, .message-list-item, .office-text,
.office-flex,
.office-column, .flex-center, .i-round, .column-center, .input-box-text, .selector-text {
  display: flex;
}

.column, .conversation-box, .detail-product-image-box-left, .box-item, .office-white, .column-center, .blog-section-wrapper {
  display: flex;
  flex-direction: column;
}

.bf-blur, .bc-footer, .message-item, .message-list-item, .info-box-error,
.info-box-hint,
.info-box-success, .box-item, .blog-content, .home-content,
.home-contact, textarea,
.input-box,
.input-box-focus,
.input-box-hover, .button, .bc-alphaaccent, .selector-text, .bc-alphaheader, .bc-alphablack, .bc-alphawhite, .side-menu, .bc-maskaccent, .calculator-table tr:nth-child(even), .bc-maskalpha, .office-white, .bc-maskblack, .bc-maskwhite, .bs-outside, .round-thumb, .office-text,
.office-flex,
.office-column, .button-submenu {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#card1 > .h-70vh {
  height: auto;
  min-height: max(70vh, 700px);
  display: flex;
  align-items: flex-end;
  aspect-ratio: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

#card1 > .h-70vh > .flex-1, #card1 > .h-70vh > .side-li:not(:last-child) {
  width: 100%;
  align-self: auto;
}

.hero-info-box {
  width: 100%;
  min-height: 450px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 24px;
  background-color: var(--bg-primary);
  border: 1px solid var(--accent-alpha);
  box-shadow: 0 0 20px var(--accent-shadow);
}
body.dark-mode .hero-info-box {
  background-color: var(--bg-primary);
}

@media (min-width: 961px) {
  .hero-info-box {
    width: 70%;
    min-height: 500px;
    max-width: 600px;
  }
}
@media (max-width: 960px) {
  #card1 {
    flex-direction: column;
    height: auto;
  }
  #card1 > .hero-mobile-full {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
  }
  #card1 > .hero-mobile-full > .flex-1, #card1 > .hero-mobile-full > .side-li:not(:last-child) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-bg-container {
    position: relative;
    height: 50vh;
    width: 100%;
    order: -1;
  }
  .hero-info-box {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: var(--bg-content);
    padding: 40px 10px;
  }
}
/* opening hours*/
.opening-hours {
  margin-top: 20px;
  border-top: 2px dotted var(--accent-alpha);
  padding-top: 20px;
}

.portrait-card .flex, .portrait-card .message-list-item, .portrait-card .office-text,
.portrait-card .office-flex,
.portrait-card .office-column, .portrait-card .flex-center, .portrait-card .i-round, .portrait-card .column-center, .portrait-card .input-box-text, .portrait-card .selector-text {
  gap: 20px;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}

.booking-item {
  background-color: var(--bg-content);
  border: 1px solid var(--accent-alpha);
  border-radius: 10px;
  box-shadow: 0 0 20px var(--accent-shadow);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.booking-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px var(--accent-shadow);
  border-color: var(--accent-color);
}
.booking-item h3 {
  margin: 10px 0;
  font-size: 1.2rem;
  color: var(--text-primary);
  font-weight: 600;
}
.booking-item p {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: var(--text-primary);
  opacity: 0.8;
  flex-grow: 1;
  line-height: 1.5;
}
.booking-item .purefirst-round-button,
.booking-item .puresecond-round-button {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-flex;
  border-radius: 99px;
  margin: 0;
}

.booking-icon {
  width: 60px;
  height: 60px;
  background-color: var(--bg-content);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  margin-bottom: 10px;
  border: 1px solid var(--accent-alpha);
}
.booking-icon svg {
  stroke-width: 1.5px;
}

@media (max-width: 960px) {
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .booking-item {
    padding: 24px;
  }
}
.opening-hours .current-status {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.opening-hours .status-indicator {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.opening-hours .status-indicator.open {
  background-color: var(--accent-color);
}

.opening-hours .status-indicator.closing-soon {
  background-color: #ffc107;
}

.opening-hours .status-indicator.lunch {
  background-color: #ff9800;
}

.opening-hours .status-indicator.info {
  background-color: #2196f3;
}

.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.9;
}

.schedule-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.schedule-list .days {
  font-weight: 600;
  margin-right: 15px;
}

.schedule-list .times {
  text-align: right;
  white-space: nowrap;
}

.base-card, .content-card, .dashboard-card {
  background-color: var(--bg-secondary);
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
}

.dashboard-card {
  align-items: flex-start;
  padding: 1rem;
  background: var(--bg-cards);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.dashboard-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.content-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-card-dotted {
  margin: 0;
  padding: 0;
}

.content-card-dotted:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, var(--accent-color) 1px, transparent 1px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-hr-line {
  border: 0;
  margin: 10px 0;
  height: 10px;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--accent-alpha), var(--accent-alpha)), radial-gradient(ellipse at center, var(--accent-shadow) 0%, transparent 70%);
  background-size: 100% 2px, 100% 10px;
  background-position: center center, center center;
}

hr,
.content-hr-dotted {
  border: 0;
  height: 2px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: radial-gradient(circle, var(--accent-color) 1px, transparent 1px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: center;
}

.accordion-box {
  padding: 1rem;
  background: var(--bg-cards);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .accordion-box {
    padding: 1rem 0;
  }
}
.accordion-box:hover, .accordion-box:focus-within {
  z-index: 10;
}

.faq-box {
  padding: 1rem 0;
  background: var(--bg-accent-alpha);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .faq-box {
    padding: 1rem 0;
  }
}
.faq-box:hover, .faq-box:focus-within {
  z-index: 10;
}

.accordion-item,
.accordion-item-active {
  width: 100%;
  background-color: transparent;
  color: var(--accent-color);
  cursor: pointer;
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border: none;
  text-align: left;
  line-height: 1.4;
}
.accordion-item.accordion-item-active,
.accordion-item-active.accordion-item-active {
  padding: 0 0 10px 0;
}

.accordion-heading button.accordion-item,
.accordion-heading button.accordion-item-active {
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .accordion-heading {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 960px) {
  .pricing-card .accordion-heading {
    padding: 0;
  }
}

.accordion-item-active {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.accordion-item-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1rem;
  right: -1rem;
  height: 2px;
  background-color: var(--accent-alpha);
}

.accordion-title-text {
  min-width: 0;
  text-align: left;
}

.accordion-item .item-icon,
.accordion-item-active .item-icon {
  flex-shrink: 0;
}

.accordion-sub-menu {
  margin: 0;
  padding: 20px 0 0;
  background-color: transparent;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
@media only screen and (max-width: 960px) {
  .accordion-sub-menu {
    padding: 10px 1rem 1rem;
  }
}

.accordion-card-footer {
  margin: 15px -1rem -1rem -1rem;
  padding: 12px 1rem;
  background: var(--bg-secondary);
  border-top: 1px solid var(--accent-alpha);
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.calendar {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  width: 100%;
}

.calendar-header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 1rem;
  background: var(--bg-cards);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.calendar-header .calendar-day {
  font-size: 1rem;
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  color: var(--text-primary);
  text-align: left;
}
.calendar-header .calendar-date {
  color: #999;
}

.calendar-content {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  gap: 10px;
}

.calendar-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  min-height: 50px;
  overflow-y: auto;
  background: var(--bg-cards);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.calendar-column.current-month {
  background-color: transparent;
}
.calendar-column.other-month {
  background-color: var(--btn-primary-color);
}
.calendar-column.other-month .calendar-item,
.calendar-column.other-month .no-appointments {
  color: #999;
}

.calendar-date-label {
  font-weight: bold;
}

.calendar-date-title {
  display: none;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
}

.calendar-controls,
.calendar-navigation {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 10px 0;
}

.calendar-item-wrapper {
  width: 100%;
}

.no-appointments {
  font-style: italic;
  color: #999;
}

.hour-group {
  width: 100%;
  margin-bottom: 5px;
}

.hour-expand-btn {
  width: 100%;
}

.hour-expand-btn:hover,
.hour-expand-btn.active-hour {
  background-color: var(--accent-alpha);
}

.quarter-slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
}

.quarter-slots.hidden {
  display: none;
}

.calendar-week-container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  border-color: var(--calendar-grid-color);
  border: none;
}

.calendar-week-view {
  display: grid;
  grid-template-columns: 60px repeat(5, 1fr);
  color: var(--text-primary);
}

.calendar-week-header,
.calendar-week-view {
  min-width: 800px;
}

.calendar-timeline {
  grid-column: 1;
  text-align: right;
  font-size: 1rem;
  color: var(--text-disabled);
}

.timeline-hour {
  height: 100px;
  padding-right: 10px;
  border-right: 2px solid var(--calendar-grid-color);
  position: relative;
}

.calendar-day-column {
  grid-column: span 1;
  border-right: 2px solid var(--calendar-grid-color);
  position: relative;
}

.calendar-header-cell,
.calendar-day-header {
  text-align: center;
  padding: 8px;
  color: var(--text-primary);
  border-bottom: 2px solid var(--calendar-grid-color);
  border-right: 2px solid var(--calendar-grid-color);
}

.calendar-day-header {
  border-top: 2px solid var(--calendar-grid-color);
}

.calendar-item,
.calendar-item-booked {
  position: absolute;
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: var(--btn-primary-color);
  border-radius: 4px;
  padding: 5px;
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transition: background-color 0.3s;
  overflow: auto;
}
.calendar-item.can-interact,
.calendar-item-booked.can-interact {
  cursor: move;
}
.calendar-item:not(.can-interact),
.calendar-item-booked:not(.can-interact) {
  cursor: default;
}

.calendar-ghost {
  position: absolute;
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px dashed #999;
  border-radius: 4px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.calendar-day-column {
  cursor: copy;
  /* Indicate ability to add */
}

.calendar-item:hover,
.icon-calendar:hover {
  background: var(--btn-primary-bg-hover);
}

.calendar-item.notarization {
  background-color: var(--cat-violet);
  border-color: var(--cat-violet);
  color: var(--text-primary);
}

.calendar-item.type-day,
.calendar-item.type-deadline {
  background-color: var(--cat-blue);
  border-color: var(--cat-blue);
  color: var(--text-primary);
}

.calendar-item:hover .icon-calendar {
  opacity: 1;
}

.calendar-item-booked {
  background: var(--cat-blue);
  border-color: var(--cat-blue);
  color: var(--text-primary);
}

.icon-calendar {
  position: absolute;
  background: var(--bg-primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-alpha);
  z-index: 10;
  color: var(--text-primary);
}

.icon-calendar:hover {
  background: var(--bg-hover);
}

.icon-calendar.edit-calendar {
  top: 3px;
  right: 3px;
}

.icon-calendar.delete-calendar {
  top: 36px;
  right: 3px;
}

.icon-calendar.toggle-internal-calendar {
  top: 69px;
  right: 3px;
}

.icon-calendar span {
  width: 14px;
  height: 14px;
  background-color: currentColor;
}

.calculator-table td {
  padding: 5px 0;
  vertical-align: top;
}

.cell-left {
  width: 49%;
}

.cell-spacer {
  width: 2%;
}

.cell-right {
  width: 49%;
}

.office-white {
  padding: 10px;
  border: 2px solid var(--accent-color);
}

.office-text,
.office-flex,
.office-column {
  background-color: var(--bg-content);
  border-radius: 10px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.office-column {
  flex-direction: column;
}

.office-column > table {
  min-width: 800px;
}

.office-row,
.office-text,
.office-rating,
.office-username,
.office-number,
.office-edit-small,
.office-edit,
.office-datetime,
.office-date,
.office-checkbox,
.office-category,
.office-name {
  padding: 5px 10px;
}

.office-category,
.office-name {
  min-width: 150px;
}

.office-checkbox {
  min-width: 20px;
}

.office-date {
  min-width: 80px;
}

.office-datetime {
  min-width: 130px;
}

.office-edit {
  min-width: 300px;
}

.office-edit-small {
  min-width: 200px;
}

.office-number {
  min-width: 40px;
}

.office-rating,
.office-username {
  min-width: 100px;
}

.office-item:first-child,
a .office-item:first-child {
  background-color: var(--accent-alpha);
  border-bottom: 2px solid var(--accent-color);
}
.office-item:not(:last-child),
a .office-item:not(:last-child) {
  border-bottom: 2px solid var(--accent-color);
}
.office-item:hover,
a .office-item:hover {
  background-color: var(--accent-alpha);
  transition: background-color 0.2s ease;
}
.office-item .office-row,
.office-item .office-text,
.office-item .office-rating,
.office-item .office-username,
.office-item .office-number,
.office-item .office-edit-small,
.office-item .office-edit,
.office-item .office-datetime,
.office-item .office-date,
.office-item .office-checkbox,
.office-item .office-category,
.office-item .office-name,
a .office-item .office-row,
a .office-item .office-text,
a .office-item .office-rating,
a .office-item .office-username,
a .office-item .office-number,
a .office-item .office-edit-small,
a .office-item .office-edit,
a .office-item .office-datetime,
a .office-item .office-date,
a .office-item .office-checkbox,
a .office-item .office-category,
a .office-item .office-name {
  color: var(--text-primary);
}

.results-container table {
  width: 100%;
}

.team-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-list > li {
  padding: 0;
}

.team-list > li + li {
  border-top: 2px solid var(--accent-color);
  padding-top: 10px;
}

.team-list .contact-item {
  display: flex;
  align-items: center;
}

.bullet-list {
  list-style: disc;
  padding-inline-start: 20px;
  list-style-position: outside;
}

.bullet-list li,
.ordered-list li {
  padding: 3px 0;
}

.green-table {
  border-collapse: collapse;
  border: 2px solid var(--border-color);
  background-color: var(--bg-content);
  width: 100%;
}
.green-table thead tr {
  background-color: rgba(0, 218, 137, 0.1);
}
.green-table th {
  padding: 5px;
  border: 2px solid var(--border-color);
  word-break: break-word;
  background-color: rgba(0, 218, 137, 0.1);
}
.green-table td {
  padding: 5px;
  vertical-align: middle;
  border: 2px solid var(--border-color);
}
.green-table tbody tr:nth-child(even) {
  background-color: rgba(0, 218, 137, 0.1);
}

.captcha {
  background: linear-gradient(135deg, rgba(0, 218, 137, 0.05) 0%, rgba(0, 218, 137, 0.15) 100%), var(--bg-secondary);
  border: 1px solid var(--accent-color);
  border-radius: 10px;
  padding: 10px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.captcha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 11px);
  pointer-events: none;
}

.captcha-font {
  color: var(--text-primary);
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 10px;
  margin: 0;
  user-select: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), -1px -1px 1px rgba(255, 255, 255, 0.8);
  transform: rotate(-1deg);
  display: inline-block;
  padding-left: 10px;
}

#captchaRefresh {
  cursor: pointer;
  background-color: var(--bg-secondary);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#captchaRefresh:hover {
  background-color: var(--bg-hover);
  border-color: var(--accent-color);
  transform: rotate(30deg);
}
#captchaRefresh .reload-active {
  width: 18px;
  height: 18px;
}

.slider-background {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}

.slider-box {
  width: 50%;
}

.slider-detail-box {
  height: 100%;
  margin: 0 auto;
  width: 90%;
  top: 50%;
  transform: perspective(1px) translateY(50%);
}

.slider-detail-button {
  width: 300px;
}

.slider-height {
  height: calc(40vw + 100px);
}

.hero-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  /* BEISPIEL: Breite deiner .hero-info-box */
}

.hero-slider-viewport {
  overflow: hidden;
  position: relative;
}

.hero-slider-content {
  display: flex;
  position: relative;
  left: 0;
  /* Breite (z.B. 300%) und 'left' werden per JS gesteuert */
}

.hero-slide-item {
  flex-shrink: 0;
  box-sizing: border-box;
}

.hero-slider-nav {
  display: none;
  text-align: right;
  padding-top: 10px;
  width: 100%;
}

.hero-slider-nav.active {
  display: block;
}

.slider-point-accent {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slider-point-accent.active,
.slider-point-accent:hover {
  background-color: rgb(255, 255, 255);
}

.home-card {
  padding: 50px 20px 0;
}

.home-content,
.home-contact {
  background-color: var(--bg-secondary);
  box-shadow: 0 2px 10px var(--accent-shadow);
  padding: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px var(--accent-shadow);
}

.home-contact {
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.home-content-left {
  flex: 2;
  padding-right: 10px;
}

.home-content-right {
  flex: 2;
  padding-left: 10px;
}

.blog-content {
  background-color: var(--bg-secondary);
  border-radius: 0 0 10px 10px;
  padding: 10px;
}

.slider-content {
  padding: 90px 0 70px;
}

.box-item {
  background-color: var(--bg-secondary);
  box-shadow: 0 2px 10px var(--accent-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.box-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px var(--accent-shadow);
}

.box-image {
  height: 280px;
}

.blog-image {
  height: 40vh;
}

.box-mask {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.box-mask:hover {
  background: var(--bg-hover);
}

/* ==========================================================================
   blog detail
========================================================================== */
.blog-detail-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
}

@media (min-width: 960px) {
  .blog-detail-header {
    /* 2 columns: 55% left, 45% right */
    grid-template-columns: 55fr 45fr;
    gap: 40px;
  }
}
.blog-header-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.9em;
  color: #555;
}

.blog-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-meta-item .i-mask {
  width: 16px;
  height: 16px;
  background-color: #555;
}

.author-box {
  gap: 10px;
}

.author-image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.author-details {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

.author-details span {
  color: #555;
}

.blog-header-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-header-image .blog-image {
  padding-bottom: 60%;
  /* ratio 60% = 10:6 */
}

.cart-thumb {
  height: 27px;
  width: 36px;
}

.notch-account,
.notch-cart,
.notch-language,
.notch-menu {
  border-bottom: 10px solid var(--text-primary);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: -9px;
  z-index: 101;
}

.notch-account,
.notch-cart,
.notch-menu {
  left: 220px;
}

.notch-language {
  left: 70px;
}

.border-notch {
  border-bottom-color: var(--bg-secondary);
  top: -10px;
  z-index: 101;
}

.item-quantity {
  cursor: default;
  font-size: 1rem;
  line-height: 20px;
  min-height: 20px;
  padding: 0 8px;
  text-decoration: none;
}
.detail-product-box {
  position: fixed;
  top: 90px;
  left: 50%;
  width: 50%;
}

.detail-product-configuration {
  padding: 2em 40px;
}

.detail-product-image-box-mobile {
  display: none;
}

.detail-product-image-box-desktop {
  display: flex;
}

.detail-product-image-box-left {
  flex: 1;
}

.detail-product-thumb.detail-product-thumb-active {
  cursor: default;
}

.product-search-color-yellow, .product-search-color-white, .product-search-color-violet, .product-search-color-turquoise, .product-search-color-skin, .product-search-color-red, .product-search-color-pink, .product-search-color-orange, .product-search-color-khaki, .product-search-color-grey, .product-search-color-green, .product-search-color-darkblue, .product-search-color-brown, .product-search-color-bordeaux, .product-search-color-blue, .product-search-color-black, .product-search-color-beige, .product-search-color-antique {
  border-radius: 50%;
  border-width: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.product-search-color-yellow:hover, .product-search-color-white:hover, .product-search-color-violet:hover, .product-search-color-turquoise:hover, .product-search-color-skin:hover, .product-search-color-red:hover, .product-search-color-pink:hover, .product-search-color-orange:hover, .product-search-color-khaki:hover, .product-search-color-grey:hover, .product-search-color-green:hover, .product-search-color-darkblue:hover, .product-search-color-brown:hover, .product-search-color-bordeaux:hover, .product-search-color-blue:hover, .product-search-color-black:hover, .product-search-color-beige:hover, .product-search-color-antique:hover {
  border-color: var(--bg-secondary);
  transition: border-color 0.2s ease;
}

.product-search-color-antique {
  background-color: #78643d;
}
.product-search-color-beige {
  background-color: #f5f5dc;
}
.product-search-color-black {
  background-color: black;
}
.product-search-color-blue {
  background-color: blue;
}
.product-search-color-bordeaux {
  background-color: #550a21;
}
.product-search-color-brown {
  background-color: #684d44;
}
.product-search-color-darkblue {
  background-color: #123460;
}
.product-search-color-green {
  background-color: green;
}
.product-search-color-grey {
  background-color: grey;
}
.product-search-color-khaki {
  background-color: #767063;
}
.product-search-color-orange {
  background-color: #fb8300;
}
.product-search-color-pink {
  background-color: #dbb3ba;
}
.product-search-color-red {
  background-color: red;
}
.product-search-color-skin {
  background-color: #f8c0ac;
}
.product-search-color-turquoise {
  background-color: #29aab3;
}
.product-search-color-violet {
  background-color: violet;
}
.product-search-color-white {
  background-color: white;
}
.product-search-color-yellow {
  background-color: yellow;
}
.imagebox-bottom {
  height: 40px;
}

.imagebox-first {
  min-height: 600px;
}

.imagebox-item {
  height: 100%;
  width: 100%;
}

.imagebox-thumb {
  cursor: pointer;
  max-width: 60px;
}

.imagebox-thumb:focus,
.imagebox-thumb:hover,
.imagebox-thumb:focus .no-image-thumb,
.imagebox-thumb:hover .no-image-thumb {
  background-color: var(--bg-secondary);
  box-shadow: 0 0 0 5px var(--accent-color);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.no-image {
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.task-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.task-table thead {
  border-bottom: 2px solid var(--accent-color);
}
.task-table th,
.task-table td {
  padding: 4px 6px;
  min-height: 20px;
  vertical-align: top;
  text-align: left;
}
.task-table tr.odd {
  background-color: var(--accent-alpha);
}

.task-section-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 4px;
}

.hero-rating-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.4;
  text-decoration: none;
  color: inherit;
  margin-top: 10px;
}

.hero-rating-box .rating-star {
  line-height: 1;
  color: #fbbc05;
  margin-right: 10px;
}

.hero-rating-box .rating-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.rating-size, .rating {
  height: 17px;
  width: 85px;
}

.rating {
  background-image: url("/images/vectors/icons.svg");
  background-position: 0 -600px;
  background-size: 500px 800px;
  cursor: pointer;
}

.rating-star {
  height: 17px;
  width: 17px;
}

.info-box-page {
  background: var(--cat-blue);
  padding: 10px;
  border-left: 4px solid #2196F3;
}

.info-box-form {
  background: var(--bg-accent-alpha);
  padding: 10px;
  border-left: 4px solid var(--accent-color);
}

.info-box-error,
.info-box-hint,
.info-box-success {
  border-radius: 10px;
  display: flex;
}

.info-box-error {
  background: var(--error-background);
  border: 2px solid var(--error-color);
}

.info-box-hint {
  background-color: var(--cat-blue);
  border: 2px solid #0d47a1;
}

.info-box-success {
  background: var(--valid-background);
  border: 2px solid var(--valid-color);
}

.info-box-icon {
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.info-box-text {
  display: block;
  line-height: normal;
  padding: 10px;
  text-align: left;
}

.placeholder-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
  color: #b98900;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 1rem;
  font-style: italic;
  vertical-align: baseline;
}

.status-timeline {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0;
}

.status-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
  color: var(--text-primary);
}

a.status-point {
  text-decoration: none;
  cursor: pointer;
}

a.status-point:hover .status-circle {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.status-line {
  flex: 1;
  height: 2px;
  background-color: var(--border-color);
  margin-top: 9px;
  /* (20px Kreis / 2) - (2px Linie / 2) */
  min-width: 20px;
  z-index: 1;
}

.status-text {
  font-size: 1rem;
  color: var(--text-disabled);
  margin-top: 40px;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .status-text {
    white-space: normal;
    font-size: 0.8rem;
    margin-top: 30px;
    max-width: 75px;
    word-break: break-word;
  }
}

.status-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--border-color);
  border: 2px solid var(--border-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.3s ease;
}

.status-point.completed .status-circle {
  background-color: var(--valid-color);
  border-color: var(--valid-color);
}
.status-point.completed .status-text {
  color: var(--text-primary);
  font-weight: 500;
}

.status-point.completed + .status-line {
  background-color: var(--valid-color);
}

.status-point.current .status-circle {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 5px var(--accent-color);
}
.status-point.current .status-text {
  color: var(--accent-color);
  font-weight: 500;
}

.message-list-item {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s, box-shadow 0.2s;
}
.message-list-item:hover {
  transform: translateY(-2px);
  background-color: rgba(0, 240, 168, 0.04) !important;
  border-color: rgba(0, 240, 168, 0.3) !important;
  box-shadow: 0 4px 20px rgba(0, 240, 168, 0.08);
}
.message-list-item:last-child {
  border-bottom: none;
}
.message-list-item a {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 16px 20px !important;
}
.message-list-item a:hover {
  background-color: transparent !important;
}
.message-list-item a .column, .message-list-item a .conversation-box, .message-list-item a .column-center, .message-list-item a .blog-section-wrapper, .message-list-item a .office-white, .message-list-item a .box-item, .message-list-item a .detail-product-image-box-left {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 8px !important;
  gap: 12px;
}
.message-list-item a .column strong, .message-list-item a .conversation-box strong, .message-list-item a .column-center strong, .message-list-item a .blog-section-wrapper strong, .message-list-item a .office-white strong, .message-list-item a .box-item strong, .message-list-item a .detail-product-image-box-left strong {
  color: #fff !important;
  font-size: 1.05em !important;
}
.message-list-item a .column span, .message-list-item a .conversation-box span, .message-list-item a .column-center span, .message-list-item a .blog-section-wrapper span, .message-list-item a .office-white span, .message-list-item a .box-item span, .message-list-item a .detail-product-image-box-left span {
  font-size: 0.8em !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-weight: normal !important;
}
.message-list-item a .text-truncate {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.92em !important;
}

.message-list-item .read-status,
.message-list-item .unread-status,
.list-item .read-status,
.list-item .unread-status {
  background-color: var(--valid-background);
  border-radius: 10px;
  color: #0e2b3e;
  font-size: 0.75em;
  padding: 2px 6px;
  margin-left: auto;
  white-space: nowrap;
}
.message-list-item .unread-status,
.list-item .unread-status {
  background-color: var(--bg-unread);
}
.message-list-item.unread-message,
.list-item.unread-message {
  background-color: var(--bg-unread);
  font-weight: bold;
}

.conversation-box {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 1.5rem !important;
}

.message-item {
  display: flex;
  padding: 16px 20px !important;
  max-width: 65% !important;
  width: fit-content !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid transparent !important;
  transition: all 0.2s ease;
}
.message-item .message-content-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 0.95em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.message-item .column, .message-item .column-center, .message-item .blog-section-wrapper, .message-item .office-white, .message-item .box-item, .message-item .detail-product-image-box-left, .message-item .conversation-box {
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
}
.message-item .column strong, .message-item .column-center strong, .message-item .blog-section-wrapper strong, .message-item .office-white strong, .message-item .box-item strong, .message-item .detail-product-image-box-left strong, .message-item .conversation-box strong {
  font-size: 0.95em !important;
  color: #fff !important;
}
.message-item .column span, .message-item .column-center span, .message-item .blog-section-wrapper span, .message-item .office-white span, .message-item .box-item span, .message-item .detail-product-image-box-left span, .message-item .conversation-box span {
  font-size: 0.8em !important;
  color: rgba(255, 255, 255, 0.45) !important;
  font-weight: normal !important;
}
.message-item.message-incoming {
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px 12px 12px 2px !important;
}
.message-item.message-outgoing {
  margin-left: auto;
  background-color: rgba(0, 240, 168, 0.08) !important;
  border-color: rgba(0, 240, 168, 0.25) !important;
  border-radius: 12px 12px 2px 12px !important;
}

.message-form-wrapper,
.message-reply-form {
  background-color: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 24px !important;
}

.chat-input-row {
  margin-bottom: 15px;
}
.chat-input-row .form-line {
  margin-bottom: 0 !important;
}

.chat-send-btn {
  width: 48px !important;
  height: 48px !important;
  min-width: unset !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(0, 240, 168, 0.2) !important;
  background-color: var(--accent-color) !important;
  border: none !important;
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s !important;
}
.chat-send-btn:hover {
  background-color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 240, 168, 0.3) !important;
}
.chat-send-btn .flex, .chat-send-btn .flex-center, .chat-send-btn .i-round, .chat-send-btn .column-center, .chat-send-btn .input-box-text, .chat-send-btn .selector-text, .chat-send-btn .office-text,
.chat-send-btn .office-flex,
.chat-send-btn .office-column, .chat-send-btn .message-list-item {
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}
.chat-send-btn .round-button-icon {
  margin: 0 !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.chat-send-btn .round-button-icon .send.i-mask {
  margin: 0 !important;
  background-color: #000 !important; /* Make icon dark against green button */
}
.chat-send-btn:hover .round-button-icon .send.i-mask {
  background-color: #000 !important;
}

.support-avatar img {
  content: url("/images/vectors/apple-touch-icon@2x.png") !important;
}

body.dark-mode .support-avatar img {
  content: url("/images/vectors/apple-touch-icon-dark@2x.png") !important;
}

.texter br {
  display: block;
  content: "";
  margin-bottom: 5px;
}

.pac-icon {
  background-image: none !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

div.ui-widget {
  z-index: 101 !important;
}

a.ui-state-hover,
a.ui-state-active {
  color: var(--btn-primary-bg) !important;
}

.good li {
  background: transparent url("/images/vectors/good.svg") no-repeat left center;
  line-height: 40px;
  list-style: none;
  padding-left: 30px;
}

.progress {
  background-color: var(--bg-hover);
  border-radius: 0 4px 4px 0;
  height: 7px;
}

.progress-bar {
  background: var(--accent-color);
  border-radius: 4px 0 0 4px;
  height: 7px;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.bf-blur, .bc-footer, textarea,
.input-box,
.input-box-focus,
.input-box-hover, .button, .bc-alphaaccent, .selector-text, .bc-alphaheader, .bc-alphablack, .bc-alphawhite, .side-menu, .bc-maskaccent, .bc-maskalpha, .bc-maskblack, .bc-maskwhite, .bs-outside, .button-submenu, .calculator-table tr:nth-child(even), .office-white, .office-text,
.office-flex,
.office-column, .home-content,
.home-contact, .blog-content, .box-item, .round-thumb, .info-box-error,
.info-box-hint,
.info-box-success, .message-list-item, .message-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.b-happy {
  background: var(--bg-secondary);
  color: var(--text-primary);
  margin: 5px 0;
  padding: 5px 0;
}

/* --- MODAL DIALOG --- */
dialog.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 10px;
  background: var(--bg-content);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 0;
  max-width: 600px;
  width: 90%;
  z-index: 1000;
  margin: 0;
}
dialog.modal-box::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.modal-header {
  background: var(--bg-secondary);
  border-bottom: 2px solid var(--calendar-grid-color);
}

.modal-content {
  background: var(--bg-primary);
}

.calendar-item {
  background: var(--bg-accent-alpha);
  color: var(--text-primary);
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.calendar-item:hover {
  background: var(--bg-hover);
  filter: brightness(0.95);
}

.calendar-item-booked {
  background: var(--cat-blue);
  color: var(--text-primary);
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.calendar-item.notarization {
  background: var(--cat-violet);
  color: var(--text-primary);
}

.icon-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.icon-btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

body.dark-mode .icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.next:hover,
.top:hover {
  transform: scale(1.1);
}

.seo-accordion-container {
  width: 100%;
}

.seo-accordion-item {
  background-color: var(--bg-secondary);
  border: 1px solid var(--accent-alpha);
  border-radius: var(--general-border-radius, 8px);
  transition: all 0.3s ease;
  padding: 10px;
}

.seo-accordion-item:hover {
  border-color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.seo-accordion-header {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
}

.benefit-icon-wrapper {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-color-header, #2c3e50);
  background: var(--bg-primary, #ffffff);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.benefit-svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
}

.accordion-icon .i-mask {
  width: 20px;
  height: 20px;
  background-color: var(--text-primary);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  display: inline-block;
}

.fs-1-1rem {
  font-size: 1.1rem;
  font-weight: 600;
}

.border-top-dotted {
  border-top: 2px dotted var(--accent-alpha);
}

.item-icon {
  transition: transform 0.3s ease;
}

.down-active {
  transform: rotate(90deg);
}

.pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 10px;
  align-items: stretch;
}

.pricing-card {
  background: var(--bg-content);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.pricing-card .accordion-item-active {
  overflow: visible !important;
}
@media only screen and (max-width: 960px) {
  .pricing-card {
    max-width: 100% !important;
    margin: 0 auto;
  }
}

body.dark-mode .pricing-card {
  background: var(--bg-cards);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.pricing-card:hover, .pricing-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--border-color);
  z-index: 10;
}

body.dark-mode .pricing-card:hover, body.dark-mode .pricing-card:focus-within {
  border-color: rgba(255, 255, 255, 0.2);
}

.pricing-card.selected {
  border-color: var(--color-primary, #00A651);
  box-shadow: inset 0 0 0 1px var(--color-primary, #00A651);
  background: rgba(0, 166, 81, 0.05);
}

.pricing-card:has(input[type=radio]:checked) {
  border-color: var(--accent-color);
  box-shadow: inset 0 0 0 1px var(--accent-color), 0 4px 15px rgba(0, 218, 137, 0.15);
  background: rgba(0, 218, 137, 0.05);
}

body.dark-mode .pricing-card:has(input[type=radio]:checked) {
  box-shadow: inset 0 0 0 1px var(--accent-color);
}

.fee-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  align-items: stretch;
}

.fee-card {
  background: var(--bg-content);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

body.dark-mode .fee-card {
  background: var(--bg-cards);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.fee-card:hover, .fee-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-color: var(--border-color);
  z-index: 10;
}

body.dark-mode .fee-card:hover, body.dark-mode .fee-card:focus-within {
  border-color: rgba(255, 255, 255, 0.2);
}

.fee-card:has(input[type=radio]:checked) {
  border-color: var(--accent-color);
  box-shadow: inset 0 0 0 1px var(--accent-color), 0 4px 15px rgba(0, 218, 137, 0.15);
  background: rgba(0, 218, 137, 0.05);
}

body.dark-mode .fee-card:has(input[type=radio]:checked) {
  box-shadow: inset 0 0 0 1px var(--accent-color);
}

.fee-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  background-color: var(--icon-color-header);
  transition: background-color 0.2s ease;
}

.fee-card:hover .fee-icon, .dashboard-card:hover .fee-icon, .fee-card:has(input[type=radio]:checked) .fee-icon {
  background-color: var(--accent-color);
}

.fee-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--text-primary);
}

.fee-desc {
  font-size: 0.85rem;
  color: var(--text-disabled);
  line-height: 1.3;
}

.fee-radio {
  display: none;
}

.pricing-card-recommended {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--color-primary, #00A651);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 20px;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.pricing-currency {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
}

.pricing-vat {
  font-size: 0.8rem;
  opacity: 0.6;
  margin-bottom: 2rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.pricing-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--text-primary);
  opacity: 0.8;
}

.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary, #00A651);
  font-weight: bold;
  font-size: 1.1rem;
}

.pricing-radio {
  display: none;
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.hero-active .hero-mobile-full {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  align-items: stretch;
}
.hero-active .hero-left-box {
  width: 100%;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  z-index: 20;
  position: relative;
  align-self: stretch;
  height: 100%;
  background: linear-gradient(180deg, rgba(237, 251, 244, 0.92) 0%, rgba(237, 251, 244, 0.75) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.dark-mode .hero-active .hero-left-box {
  background: linear-gradient(180deg, rgba(10, 35, 25, 0.85) 0%, rgba(10, 35, 25, 0.65) 100%);
}
.hero-active .hero-left-box .new-hero-title {
  font-size: 20pt;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12pt;
  color: var(--text-primary);
}
.hero-active .hero-left-box .new-hero-desc {
  font-size: 11pt;
  line-height: 1.5;
  margin-bottom: 20pt;
  color: var(--text-primary);
  opacity: 0.9;
}
.hero-active .hero-tiles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}
@media (min-width: 769px) {
  .hero-active .hero-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.hero-active .hero-tile {
  display: flex;
  align-items: center;
  background-color: var(--bg-secondary);
  border: 1px solid var(--accent-alpha);
  border-radius: 8px;
  padding: 14px;
  text-decoration: none;
  color: var(--text-primary);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-active .hero-tile:hover {
  transform: translateY(-2px);
  border-color: var(--accent-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.hero-active .hero-tile:hover .tile-icon svg {
  color: var(--accent-color);
  fill: var(--accent-color);
}
.hero-active .hero-tile .tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  color: var(--accent-color);
  flex-shrink: 0;
}
.hero-active .hero-tile .tile-icon svg {
  width: 28px;
  height: 28px;
  transition: color 0.2s ease, fill 0.2s ease;
}
.hero-active .hero-tile .tile-content {
  display: flex;
  flex-direction: column;
}
.hero-active .hero-tile .tile-title {
  font-weight: bold;
  font-size: 11pt;
  margin-bottom: 3px;
  color: var(--text-primary);
}
.hero-active .hero-tile .tile-desc {
  font-size: 9.5pt;
  color: var(--text-primary);
  opacity: 0.8;
  line-height: 1.3;
}

@media (min-width: 1500px) {
  .hero-active .hero-left-box {
    width: 50%;
    padding: 80px 40px 60px 16.667vw;
    border-right: 1px solid var(--accent-alpha);
  }
  .hero-active .hero-bg-container {
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
  }
  .hero-active .hero-tiles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .hero-active .new-hero-title {
    font-size: 26pt;
  }
  .hero-active .new-hero-desc {
    font-size: 12pt;
  }
}
@media (max-width: 1499px) {
  .hero-active .hero-mobile-full {
    height: auto;
    min-height: auto;
    max-width: 100% !important;
  }
  .hero-active .hero-left-box {
    width: 100% !important;
    height: 100% !important;
    padding: 90px 10px 40px 10px;
  }
  .hero-active .dn-mobile {
    display: none !important;
  }
  .hero-active .hero-bg-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
  }
  .hero-active .hero-content-wrapper {
    max-width: 66.66%;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .hero-active .hero-content-wrapper {
    max-width: calc(100% - 20px);
  }
}
/* ==========================================================================
   Chat Widget Toggle Style
   ========================================================================== */
#chat-widget-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: var(--accent-color, #00da89);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: transform 0.2s ease, background-color 0.2s ease;
  border: none;
  outline: none;
}
#chat-widget-toggle:hover {
  transform: scale(1.08);
}
#chat-widget-toggle svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
#chat-widget-toggle .chat-notification-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #ff3b30;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 8pt;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

/* ==========================================================================
   Chat Widget Window Styles
   ========================================================================== */
#chat-widget-window {
  position: fixed;
  bottom: 95px;
  right: 20px;
  width: 380px;
  height: 520px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 120px);
  background-color: var(--bg-content, rgba(255, 255, 255, 0.95));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid var(--accent-alpha, rgba(0, 218, 137, 0.4));
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9998;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
#chat-widget-window.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#chat-widget-window .chat-widget-header {
  background-color: var(--accent-color, #00da89);
  color: #ffffff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#chat-widget-window .chat-widget-header .chat-widget-title-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
#chat-widget-window .chat-widget-header .chat-widget-title-info .status-dot {
  width: 8px;
  height: 8px;
  background-color: #4cd964;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #4cd964;
}
#chat-widget-window .chat-widget-header .chat-widget-title-info h4 {
  margin: 0;
  font-size: 11pt;
  font-weight: bold;
  color: #ffffff;
}
#chat-widget-window .chat-widget-header .chat-widget-close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 16pt;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  outline: none;
}
#chat-widget-window .chat-widget-header .chat-widget-close:hover {
  opacity: 1;
}
#chat-widget-window .chat-widget-messages {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: var(--bg-primary, rgba(245, 247, 250, 0.5));
  list-style: none;
  margin: 0;
}
#chat-widget-window .chat-widget-messages .chat-msg-item {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 10pt;
  line-height: 1.4;
  animation: chatMessageFadeIn 0.3s ease forwards;
}
#chat-widget-window .chat-widget-messages .chat-msg-item.msg-incoming {
  align-self: flex-start;
  background-color: var(--bg-content, #ffffff);
  color: var(--text-primary, #333333);
  border-bottom-left-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#chat-widget-window .chat-widget-messages .chat-msg-item.msg-outgoing {
  align-self: flex-end;
  background-color: var(--accent-color, #00da89);
  color: #ffffff;
  border-bottom-right-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#chat-widget-window .chat-widget-messages .chat-msg-item .msg-meta {
  display: block;
  font-size: 7.5pt;
  opacity: 0.7;
  margin-top: 4px;
  text-align: right;
}
#chat-widget-window .chat-widget-input-area {
  padding: 12px;
  background-color: var(--bg-content, #ffffff);
  border-top: 1px solid var(--accent-alpha, #eeeeee);
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
#chat-widget-window .chat-widget-input-area textarea {
  flex: 1;
  border: 1px solid var(--accent-alpha, #dddddd);
  border-radius: 18px;
  padding: 8px 16px;
  font-size: 9.5pt;
  outline: none;
  background-color: var(--bg-secondary, #ffffff);
  color: var(--text-primary, #333333);
  transition: border-color 0.2s ease;
  resize: none;
  height: 36px;
  line-height: 1.4;
  font-family: inherit;
  box-sizing: border-box;
  text-align: left;
}
#chat-widget-window .chat-widget-input-area textarea:focus {
  border-color: var(--accent-color, #00da89);
}
#chat-widget-window .chat-widget-input-area button {
  background-color: var(--accent-color, #00da89);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  outline: none;
}
#chat-widget-window .chat-widget-input-area button:hover {
  background-color: var(--btn-primary-bg-hover, #00da89);
  transform: scale(1.05);
}
#chat-widget-window .chat-widget-input-area button:active {
  transform: scale(0.95);
}
#chat-widget-window .chat-widget-input-area button svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

@keyframes chatMessageFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#grundstueckeListContainer .grundstueck-row:first-child .btn-remove-grundstueck {
  display: none !important;
}

/* =========================================================================
   _menus.scss
   (Logo, Header-Navigation, Account-Menü, Dropdowns etc.)
   ========================================================================= */
.logo-icon {
  display: none;
}

.logo-full {
  display: flex;
}

.logo-thun,
.logo-notar,
.logo-thun-white,
.logo-notar-white {
  transition: fill 0.3s ease-in-out;
}

.logo-behomes path {
  fill: var(--logo-thun-color);
  transition: fill 0.3s ease-in-out;
}

.logo-thun {
  fill: var(--logo-thun-color);
}

.logo-notar {
  fill: var(--logo-notar-color);
}

.logo-thun-white {
  fill: var(--text-secondary);
}

.logo-notar-white {
  fill: var(--text-secondary);
}

header nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
header nav .account-button,
header nav .header-button,
header nav .appointment-button {
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
header nav .account-button:hover,
header nav .header-button:hover,
header nav .appointment-button:hover {
  color: var(--accent-color);
}

.account-menu,
.appointment-menu,
.cart-menu,
.header-menu,
.sort-menu {
  width: 40%;
}

.account-content,
.appointment-content,
.cart-content,
.header-content,
.sort-content {
  width: 70%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.side-li:not(:last-child), .account-item:not(:last-child),
.account-item-active:not(:last-child),
.account-sub-item,
.account-sub-item-active,
.accordion-sub-item,
.accordion-sub-item-active,
.appointment-item:not(:last-child),
.appointment-item-active:not(:last-child),
.appointment-sub-item,
.appointment-sub-item-active,
.detail-item,
.detail-item-active,
.detail-sub-item,
.detail-sub-item-active,
.header-item:not(:last-child),
.header-item-active:not(:last-child),
.header-sub-item,
.header-sub-item-active,
.side-sub-item,
.side-sub-item-active,
.sort-item,
.sort-item-active {
  border-bottom: 2px solid var(--border-color);
}

.side-sub-menu {
  box-shadow: 0 1px 3px var(--border-color);
}

.account-item,
.account-item-active,
.appointment-item,
.appointment-item-active,
.header-item,
.header-item-active,
.side-item,
.side-item-active,
.sort-item,
.sort-item-active {
  position: relative;
  cursor: pointer;
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  color: var(--text-primary);
  min-width: 70px;
  min-height: 48px;
  padding: 5px 0;
  text-decoration: none;
  width: 100%;
  margin: 0 20px;
}

.account-item,
.account-item-active,
.appointment-item,
.appointment-item-active,
.header-item,
.header-item-active,
.sort-item,
.sort-item-active {
  color: var(--text-primary);
  font-size: 1.4rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.detail-item,
.detail-item-active,
.detail-sub-item,
.side-sub-item {
  color: var(--text-primary);
  cursor: pointer;
  line-height: 34px;
  min-width: 70px;
  min-height: 34px;
  padding: 0 10px;
  text-decoration: none;
}

.account-sub-item,
.account-sub-item-active,
.appointment-sub-item,
.appointment-sub-item-active,
.header-sub-item,
.header-sub-item-active {
  color: var(--text-primary);
  cursor: pointer;
  line-height: 28px;
  margin: 0 20px;
  min-height: 28px;
  padding: 0 10px;
  text-decoration: none;
}

.account-item:hover,
.account-item-active,
.account-sub-item:hover,
.account-sub-item-active,
.appointment-item:hover,
.appointment-item-active,
.appointment-sub-item:hover,
.appointment-sub-item-active,
.detail-item-active,
.detail-item:hover,
.detail-sub-item:hover,
.header-item:hover,
.header-item-active,
.header-sub-item:hover,
.header-sub-item-active,
.side-item:hover,
.side-item-active,
.side-sub-item:hover,
.sort-item:hover,
.sort-item-active,
.sort-sub-item:hover {
  color: var(--accent-color);
  transition: color 0.2s ease;
}

/* =========================================================================
   _icons.scss
   (i-mask, i-bg, Mixins, Icon-Definitionen, Checkbox-Sprites)
   ========================================================================= */
.i-mask {
  cursor: pointer;
  display: inline-block;
  mask-image: url("/images/vectors/icons.svg");
  mask-repeat: no-repeat;
  mask-size: 500px 800px;
}

.i-mask > svg {
  display: none;
}

header .i-mask,
footer .i-mask {
  background-color: var(--icon-color-header);
}

header .i-mask:hover,
header .i-mask:focus,
footer .i-mask:hover,
footer .i-mask:focus {
  background-color: var(--icon-color-header);
}

.i-mask[class*=-active] {
  background-color: var(--icon-color-active);
}

.i-bg {
  background-image: url("/images/vectors/icons.svg");
  background-size: 500px 800px;
  cursor: pointer;
  display: inline-block;
}

.i-round {
  border-width: 0 !important;
  height: 38px;
  width: 38px;
}

.amex {
  background-position: -220px -580px;
  height: 20px;
  width: 20px;
}

.logo {
  background-position: 0px -320px;
  height: 18px;
  width: 100px;
}

.logo-big-light {
  background-position: -100px -320px;
  height: 32px;
  width: 180px;
}

.logo-big-dark {
  background-position: -100px -360px;
  height: 32px;
  width: 180px;
}

.mastercard {
  background-position: -100px -580px;
  height: 20px;
  width: 26px;
}

.next {
  background-position: -300px 0px;
  height: 40px;
  width: 40px;
}

.paypal {
  background-position: 0px -580px;
  height: 20px;
  width: 75px;
}

.slider-point {
  background-position: -460px 0px;
  height: 20px;
  width: 20px;
}

.slider-point-accent {
  background-position: -460px -20px;
  height: 20px;
  width: 20px;
}

.slider-back {
  background-position: -260px 0px;
  height: 20px;
  width: 13px;
}

.slider-next {
  background-position: -280px 0px;
  height: 20px;
  width: 13px;
}

.slider-back-accent {
  background-position: -260px -20px;
  height: 20px;
  width: 13px;
}

.slider-next-accent {
  background-position: -280px -20px;
  height: 20px;
  width: 13px;
}

.top {
  background-position: -340px 0px;
  height: 40px;
  width: 40px;
}

.visa {
  background-position: -140px -580px;
  height: 20px;
  width: 65px;
}

.whatsapp {
  background-position: -180px -200px;
  height: 14px;
  width: 14px;
}

.x {
  background-position: -100px -260px;
  height: 14px;
  width: 14px;
}

.youtube {
  background-position: -300px -250px;
  height: 50px;
  width: 72px;
}

.account-size, .account-white, .account-active,
.account:focus,
.account:hover, .account {
  background-color: currentColor;
  height: 14px;
  width: 15px;
}

.account {
  mask-position: -220px -180px;
}

.account-active,
.account:focus,
.account:hover {
  mask-position: -220px -180px;
}

.account-white {
  mask-position: -220px -180px;
}

.bag-size, .bag-white, .bag-active,
.bag:focus,
.bag:hover, .bag {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.bag {
  mask-position: -40px -180px;
}

.bag-active,
.bag:focus,
.bag:hover {
  mask-position: -40px -180px;
}

.bag-white {
  mask-position: -40px -180px;
}

.bill-size, .bill-white, .bill-active,
.bill:focus,
.bill:hover, .bill {
  background-color: currentColor;
  height: 14px;
  width: 11px;
}

.bill {
  mask-position: -400px -80px;
}

.bill-active,
.bill:focus,
.bill:hover {
  mask-position: -400px -80px;
}

.bill-white {
  mask-position: -400px -80px;
}

.blog-size, .blog-white, .blog-active,
.blog:focus,
.blog:hover, .blog {
  background-color: currentColor;
  height: 14px;
  width: 9px;
}

.blog {
  mask-position: -400px -160px;
}

.blog-active,
.blog:focus,
.blog:hover {
  mask-position: -400px -160px;
}

.blog-white {
  mask-position: -400px -160px;
}

.bookmark-size, .bookmark-white, .bookmark-active,
.bookmark:focus,
.bookmark:hover, .bookmark {
  background-color: currentColor;
  height: 14px;
  width: 9px;
}

.bookmark {
  mask-position: -460px -100px;
}

.bookmark-active,
.bookmark:focus,
.bookmark:hover {
  mask-position: -460px -100px;
}

.bookmark-white {
  mask-position: -460px -100px;
}

.calculate-size, .calculate-white, .calculate-active,
.calculate:focus,
.calculate:hover, .calculate {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.calculate {
  mask-position: -400px -120px;
}

.calculate-active,
.calculate:focus,
.calculate:hover {
  mask-position: -400px -120px;
}

.calculate-white {
  mask-position: -400px -120px;
}

.cart-size, .cart-white, .cart-active,
.cart:focus,
.cart:hover, .cart {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.cart {
  mask-position: -160px -180px;
}

.cart-active,
.cart:focus,
.cart:hover {
  mask-position: -160px -180px;
}

.cart-white {
  mask-position: -160px -180px;
}

.clock-size, .clock-white, .clock-active,
.clock:focus,
.clock:hover, .clock {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.clock {
  mask-position: -40px -160px;
}

.clock-active,
.clock:focus,
.clock:hover {
  mask-position: -40px -160px;
}

.clock-white {
  mask-position: -40px -160px;
}

.close-size, .close-white, .close-active,
.close:focus,
.close:hover, .close {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.close {
  mask-position: -160px -100px;
}

.close-active,
.close:focus,
.close:hover {
  mask-position: -160px -100px;
}

.close-white {
  mask-position: -160px -100px;
}

.cloud-size, .cloud-white, .cloud-active,
.cloud:focus,
.cloud:hover, .cloud {
  background-color: currentColor;
  height: 14px;
  width: 20px;
}

.cloud {
  mask-position: -340px -160px;
}

.cloud-active,
.cloud:focus,
.cloud:hover {
  mask-position: -340px -160px;
}

.cloud-white {
  mask-position: -340px -160px;
}

.comment-size, .comment-white, .comment-active,
.comment:focus,
.comment:hover, .comment {
  background-color: currentColor;
  height: 14px;
  width: 16px;
}

.comment {
  mask-position: -340px -120px;
}

.comment-active,
.comment:focus,
.comment:hover {
  mask-position: -340px -120px;
}

.comment-white {
  mask-position: -340px -120px;
}

.customer-size, .customer-white, .customer-active,
.customer:focus,
.customer:hover, .customer {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.customer {
  mask-position: -220px -180px;
}

.customer-active,
.customer:focus,
.customer:hover {
  mask-position: -220px -180px;
}

.customer-white {
  mask-position: -220px -180px;
}

.date-size, .date-white, .date-active,
.date:focus,
.date:hover, .date {
  background-color: currentColor;
  height: 16px;
  width: 16px;
}

.date {
  mask-position: -280px -140px;
}

.date-active,
.date:focus,
.date:hover {
  mask-position: -280px -140px;
}

.date-white {
  mask-position: -280px -140px;
}

.delete-size, .delete-white, .delete-active,
.delete:focus,
.delete:hover, .delete {
  background-color: currentColor;
  height: 14px;
  width: 12px;
}

.delete {
  mask-position: -220px -80px;
}

.delete-active,
.delete:focus,
.delete:hover {
  mask-position: -220px -80px;
}

.delete-white {
  mask-position: -220px -80px;
}

.discount-size, .discount-white, .discount-active,
.discount:focus,
.discount:hover, .discount {
  background-color: currentColor;
  height: 14px;
  width: 16px;
}

.discount {
  mask-position: -280px -160px;
}

.discount-active,
.discount:focus,
.discount:hover {
  mask-position: -280px -160px;
}

.discount-white {
  mask-position: -280px -160px;
}

.down-size, .down-white, .down-active,
.down:focus,
.down:hover, .down {
  background-color: currentColor;
  height: 7px;
  width: 13px;
}

.down {
  mask-position: -160px 0px;
}

.down-active,
.down:focus,
.down:hover {
  mask-position: -160px 0px;
}

.down-white {
  mask-position: -160px 0px;
}

.download-size, .download-white, .download-active,
.download:focus,
.download:hover, .download {
  background-color: currentColor;
  height: 14px;
  width: 13px;
}

.download {
  mask-position: -400px -100px;
}

.download-active,
.download:focus,
.download:hover {
  mask-position: -400px -100px;
}

.download-white {
  mask-position: -400px -100px;
}

.edit-size, .edit-white, .edit-active,
.edit:focus,
.edit:hover, .edit {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.edit {
  mask-position: -280px -200px;
}

.edit-active,
.edit:focus,
.edit:hover {
  mask-position: -280px -200px;
}

.edit-white {
  mask-position: -280px -200px;
}

.facebook-size, .facebook-white, .facebook-active,
.facebook:focus,
.facebook:hover, .facebook {
  background-color: currentColor;
  height: 14px;
  width: 7px;
}

.facebook {
  mask-position: -400px -220px;
}

.facebook-active,
.facebook:focus,
.facebook:hover {
  mask-position: -400px -220px;
}

.facebook-white {
  mask-position: -400px -220px;
}

.file-size, .file-white, .file-active,
.file:focus,
.file:hover, .file {
  background-color: currentColor;
  height: 14px;
  width: 11px;
}

.file {
  mask-position: -460px -80px;
}

.file-active,
.file:focus,
.file:hover {
  mask-position: -460px -80px;
}

.file-white {
  mask-position: -460px -80px;
}

.first-size, .first-white, .first-active,
.first:focus,
.first:hover, .first {
  background-color: currentColor;
  height: 13px;
  width: 11px;
}

.first {
  mask-position: -40px -20px;
}

.first-active,
.first:focus,
.first:hover {
  mask-position: -40px -20px;
}

.first-white {
  mask-position: -40px -20px;
}

.gift-size, .gift-white, .gift-active,
.gift:focus,
.gift:hover, .gift {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.gift {
  mask-position: -220px -160px;
}

.gift-active,
.gift:focus,
.gift:hover {
  mask-position: -220px -160px;
}

.gift-white {
  mask-position: -220px -160px;
}

.glass-size, .glass-white, .glass-active,
.glass:focus,
.glass:hover, .glass {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.glass {
  mask-position: -220px -100px;
}

.glass-active,
.glass:focus,
.glass:hover {
  mask-position: -220px -100px;
}

.glass-white {
  mask-position: -220px -100px;
}

.google-size, .google-white, .google-active,
.google:focus,
.google:hover, .google {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.google {
  mask-position: -460px -220px;
}

.google-active,
.google:focus,
.google:hover {
  mask-position: -460px -220px;
}

.google-white {
  mask-position: -460px -220px;
}

.good-size, .good-white, .good-active,
.good:focus,
.good:hover, .good {
  background-color: currentColor;
  height: 14px;
  width: 17px;
}

.good {
  mask-position: -100px -100px;
}

.good-active,
.good:focus,
.good:hover {
  mask-position: -100px -100px;
}

.good-white {
  mask-position: -100px -100px;
}

.good-box-size, .good-box-white, .good-box-active,
.good-box:focus,
.good-box:hover, .good-box {
  background-color: currentColor;
  height: 16px;
  width: 16px;
}

.good-box {
  mask-position: -340px -180px;
}

.good-box-active,
.good-box:focus,
.good-box:hover {
  mask-position: -340px -180px;
}

.good-box-white {
  mask-position: -340px -180px;
}

.home-size, .home-white, .home-active,
.home:focus,
.home:hover, .home {
  background-color: currentColor;
  height: 14px;
  width: 15px;
}

.home {
  mask-position: -340px -140px;
}

.home-active,
.home:focus,
.home:hover {
  mask-position: -340px -140px;
}

.home-white {
  mask-position: -340px -140px;
}

.hotline-size, .hotline-white, .hotline-active,
.hotline:focus,
.hotline:hover, .hotline {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.hotline {
  mask-position: -160px -160px;
}

.hotline-active,
.hotline:focus,
.hotline:hover {
  mask-position: -160px -160px;
}

.hotline-white {
  mask-position: -160px -160px;
}

.info-size, .info-white, .info-active,
.info:focus,
.info:hover, .info {
  background-color: currentColor;
  height: 14px;
  width: 7px;
}

.info {
  mask-position: -280px -80px;
}

.info-active,
.info:focus,
.info:hover {
  mask-position: -280px -80px;
}

.info-white {
  mask-position: -280px -80px;
}

.key-size, .key-white, .key-active,
.key:focus,
.key:hover, .key {
  background-color: currentColor;
  height: 14px;
  width: 12px;
}

.key {
  mask-position: -400px -140px;
}

.key-active,
.key:focus,
.key:hover {
  mask-position: -400px -140px;
}

.key-white {
  mask-position: -400px -140px;
}

.language-size, .language-white, .language-active,
.language:focus,
.language:hover, .language {
  background-color: currentColor;
  height: 14px;
  width: 16px;
}

.language {
  mask-position: -400px -160px;
}

.language-active,
.language:focus,
.language:hover {
  mask-position: -400px -160px;
}

.language-white {
  mask-position: -400px -160px;
}

.last-size, .last-white, .last-active,
.last:focus,
.last:hover, .last {
  background-color: currentColor;
  height: 13px;
  width: 11px;
}

.last {
  mask-position: -100px -20px;
}

.last-active,
.last:focus,
.last:hover {
  mask-position: -100px -20px;
}

.last-white {
  mask-position: -100px -20px;
}

.left-size, .left-white, .left-active,
.left:focus,
.left:hover, .left {
  background-color: currentColor;
  height: 13px;
  width: 7px;
}

.left {
  mask-position: -220px 0px;
}

.left-active,
.left:focus,
.left:hover {
  mask-position: -220px 0px;
}

.left-white {
  mask-position: -220px 0px;
}

.mail-size, .mail-white, .mail-active,
.mail:focus,
.mail:hover, .mail {
  background-color: currentColor;
  height: 14px;
  width: 20px;
}

.mail {
  mask-position: -40px -100px;
}

.mail-active,
.mail:focus,
.mail:hover {
  mask-position: -40px -100px;
}

.mail-white {
  mask-position: -40px -100px;
}

.megafon-size, .megafon-white, .megafon-active,
.megafon:focus,
.megafon:hover, .megafon {
  background-color: currentColor;
  height: 14px;
  width: 13px;
}

.megafon {
  mask-position: -160px -120px;
}

.megafon-active,
.megafon:focus,
.megafon:hover {
  mask-position: -160px -120px;
}

.megafon-white {
  mask-position: -160px -120px;
}

.menu-size, .menu-white, .menu-active,
.menu:focus,
.menu:hover, .menu {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.menu {
  mask-position: -460px -140px;
}

.menu-active,
.menu:focus,
.menu:hover {
  mask-position: -460px -140px;
}

.menu-white {
  mask-position: -460px -140px;
}

.menu-down-size, .menu-down-white, .menu-down-active,
.menu-down:focus,
.menu-down:hover, .menu-down {
  background-color: currentColor;
  height: 14px;
  width: 18px;
}

.menu-down {
  mask-position: -400px -180px;
}

.menu-down-active,
.menu-down:focus,
.menu-down:hover {
  mask-position: -400px -180px;
}

.menu-down-white {
  mask-position: -400px -180px;
}

.minus-size, .minus-white, .minus-active,
.minus:focus,
.minus:hover, .minus {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.minus {
  mask-position: -160px -80px;
}

.minus-active,
.minus:focus,
.minus:hover {
  mask-position: -160px -80px;
}

.minus-white {
  mask-position: -160px -80px;
}

.offer-size, .offer-white, .offer-active,
.offer:focus,
.offer:hover, .offer {
  background-color: currentColor;
  height: 14px;
  width: 13px;
}

.offer {
  mask-position: -340px -80px;
}

.offer-active,
.offer:focus,
.offer:hover {
  mask-position: -340px -80px;
}

.offer-white {
  mask-position: -340px -80px;
}

.open-size, .open-white, .open-active,
.open:focus,
.open:hover, .open {
  background-color: currentColor;
  height: 14px;
  width: 12px;
}

.open {
  mask-position: -460px -120px;
}

.open-active,
.open:focus,
.open:hover {
  mask-position: -460px -120px;
}

.open-white {
  mask-position: -460px -120px;
}

.paperclip-size, .paperclip-white, .paperclip-active,
.paperclip:focus,
.paperclip:hover, .paperclip {
  background-color: currentColor;
  height: 16px;
  width: 14px;
}

.paperclip {
  mask-position: -400px -200px;
}

.paperclip-active,
.paperclip:focus,
.paperclip:hover {
  mask-position: -400px -200px;
}

.paperclip-white {
  mask-position: -400px -200px;
}

.payment-size, .payment-white, .payment-active,
.payment:focus,
.payment:hover, .payment {
  background-color: currentColor;
  height: 14px;
  width: 18px;
}

.payment {
  mask-position: -460px -200px;
}

.payment-active,
.payment:focus,
.payment:hover {
  mask-position: -460px -200px;
}

.payment-white {
  mask-position: -460px -200px;
}

.people-size, .people-white, .people-active,
.people:focus,
.people:hover, .people {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.people {
  mask-position: -280px -100px;
}

.people-active,
.people:focus,
.people:hover {
  mask-position: -280px -100px;
}

.people-white {
  mask-position: -280px -100px;
}

.pdf-size, .pdf-white, .pdf-active,
.pdf:focus,
.pdf:hover, .pdf {
  background-color: currentColor;
  height: 14px;
  width: 11px;
}

.pdf {
  mask-position: -340px -200px;
}

.pdf-active,
.pdf:focus,
.pdf:hover {
  mask-position: -340px -200px;
}

.pdf-white {
  mask-position: -340px -200px;
}

.phone-size, .phone-white, .phone-active,
.phone:focus,
.phone:hover, .phone {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.phone {
  mask-position: -160px -160px;
}

.phone-active,
.phone:focus,
.phone:hover {
  mask-position: -160px -160px;
}

.phone-white {
  mask-position: -160px -160px;
}

.place-size, .place-white, .place-active,
.place:focus,
.place:hover, .place {
  background-color: currentColor;
  height: 14px;
  width: 10px;
}

.place {
  mask-position: -40px -140px;
}

.place-active,
.place:focus,
.place:hover {
  mask-position: -40px -140px;
}

.place-white {
  mask-position: -40px -140px;
}

.plus-size, .plus-white, .plus-active,
.plus:focus,
.plus:hover, .plus {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.plus {
  mask-position: -100px -80px;
}

.plus-active,
.plus:focus,
.plus:hover {
  mask-position: -100px -80px;
}

.plus-white {
  mask-position: -100px -80px;
}

.profile-size, .profile-white, .profile-active,
.profile:focus,
.profile:hover, .profile {
  background-color: currentColor;
  height: 14px;
  width: 20px;
}

.profile {
  mask-position: -100px -140px;
}

.profile-active,
.profile:focus,
.profile:hover {
  mask-position: -100px -140px;
}

.profile-white {
  mask-position: -100px -140px;
}

.reload-size, .reload-white, .reload-active,
.reload:focus,
.reload:hover, .reload {
  background-color: currentColor;
  height: 14px;
  width: 16px;
}

.reload {
  mask-position: -100px -160px;
}

.reload-active,
.reload:focus,
.reload:hover {
  mask-position: -100px -160px;
}

.reload-white {
  mask-position: -100px -160px;
}

.remove-size, .remove-white, .remove-active,
.remove:focus,
.remove:hover, .remove {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.remove {
  mask-position: -460px -180px;
}

.remove-active,
.remove:focus,
.remove:hover {
  mask-position: -460px -180px;
}

.remove-white {
  mask-position: -460px -180px;
}

.reply-size, .reply-white, .reply-active,
.reply:focus,
.reply:hover, .reply {
  background-color: currentColor;
  height: 14px;
  width: 20px;
}

.reply {
  mask-position: -100px -120px;
}

.reply-active,
.reply:focus,
.reply:hover {
  mask-position: -100px -120px;
}

.reply-white {
  mask-position: -100px -120px;
}

.right-size, .right-white, .right-active,
.right:focus,
.right:hover, .right {
  background-color: currentColor;
  height: 13px;
  width: 7px;
}

.right {
  mask-position: -100px 0px;
}

.right-active,
.right:focus,
.right:hover {
  mask-position: -100px 0px;
}

.right-white {
  mask-position: -100px 0px;
}

.send-size, .send-white, .send-active,
.send:focus,
.send:hover, .send {
  background-color: currentColor;
  height: 12px;
  width: 20px;
}

.send {
  mask-position: -220px -140px;
}

.send-active,
.send:focus,
.send:hover {
  mask-position: -220px -140px;
}

.send-white {
  mask-position: -220px -140px;
}

.sign-size, .sign-white, .sign-active,
.sign:focus,
.sign:hover, .sign {
  background-color: currentColor;
  height: 14px;
  width: 15px;
}

.sign {
  mask-position: -160px -140px;
}

.sign-active,
.sign:focus,
.sign:hover {
  mask-position: -160px -140px;
}

.sign-white {
  mask-position: -160px -140px;
}

.setting-size, .setting-white, .setting-active,
.setting:focus,
.setting:hover, .setting {
  background-color: currentColor;
  height: 14px;
  width: 18px;
}

.setting {
  mask-position: -280px -120px;
}

.setting-active,
.setting:focus,
.setting:hover {
  mask-position: -280px -120px;
}

.setting-white {
  mask-position: -280px -120px;
}

.star-size, .star-white, .star-active,
.star:focus,
.star:hover, .star {
  background-color: currentColor;
  height: 14px;
  width: 14px;
}

.star {
  mask-position: -340px -100px;
}

.star-active,
.star:focus,
.star:hover {
  mask-position: -340px -100px;
}

.star-white {
  mask-position: -340px -100px;
}

.up-size, .up-white, .up-active,
.up:focus,
.up:hover, .up {
  background-color: currentColor;
  height: 7px;
  width: 13px;
}

.up {
  mask-position: -40px 0px;
}

.up-active,
.up:focus,
.up:hover {
  mask-position: -40px 0px;
}

.up-white {
  mask-position: -40px 0px;
}

.update-size, .update-white, .update-active,
.update:focus,
.update:hover, .update {
  background-color: currentColor;
  height: 14px;
  width: 20px;
}

.update {
  mask-position: -340px -160px;
}

.update-active,
.update:focus,
.update:hover {
  mask-position: -340px -160px;
}

.update-white {
  mask-position: -340px -160px;
}

.icon-color {
  fill: var(--icon-color);
}

.icon-color-active {
  fill: var(--icon-color-active);
}

.icon-color-header {
  fill: var(--icon-color-header);
}

.icon-color-white {
  fill: var(--icon-color-white);
}

.checkbox-square {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid black;
  margin-right: 10px;
  vertical-align: middle;
}

.checkbox-square.checked {
  position: relative;
}

.checkbox-square.checked::before {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1;
}

input[type=checkbox] + label span[data-checkbox] {
  background-position: 0 -40px;
}
input[type=checkbox] + label span[data-checkbox]:hover, input[type=checkbox] + label span[data-checkbox]:focus {
  background-position: -20px -40px;
}

input[type=checkbox]:checked + label span[data-checkbox] {
  background-position: -40px -40px;
}
input[type=checkbox]:checked + label span[data-checkbox]:hover, input[type=checkbox]:checked + label span[data-checkbox]:focus {
  background-position: -60px -40px;
}

input[type=checkbox].error + label span[data-checkbox] {
  background-position: -80px -40px;
}

input[type=checkbox]:checked.error + label span[data-checkbox] {
  background-position: -100px -40px;
}

input[type=checkbox] + label span[data-switch] {
  background-position: -280px -40px;
}
input[type=checkbox] + label span[data-switch]:hover, input[type=checkbox] + label span[data-switch]:focus {
  background-position: -240px -40px;
}

input[type=checkbox]:checked + label span[data-switch] {
  background-position: -320px -40px;
}
input[type=checkbox]:checked + label span[data-switch]:hover, input[type=checkbox]:checked + label span[data-switch]:focus {
  background-position: -360px -40px;
}

input[type=checkbox].error + label span[data-switch] {
  background-position: -400px -40px;
}

input[type=checkbox]:checked.error + label span[data-switch] {
  background-position: -440px -40px;
}

input[type=radio] + label span[data-radio] {
  background-position: -120px -40px;
}
input[type=radio] + label span[data-radio]:hover, input[type=radio] + label span[data-radio]:focus {
  background-position: -140px -40px;
}

input[type=radio]:checked + label span[data-radio] {
  background-position: -160px -40px;
}
input[type=radio]:checked + label span[data-radio]:hover, input[type=radio]:checked + label span[data-radio]:focus {
  background-position: -180px -40px;
}

input[type=radio].error + label span[data-radio] {
  background-position: -200px -40px;
}

input[type=radio]:checked.error + label span[data-radio] {
  background-position: -220px -40px;
}

/* =========================================================================
   _footer.scss
   (Footer-Layout und -Links)
   ========================================================================= */
/* =========================================================================
   PRE-FOOTER
========================================================================== */
.pre-footer {
  padding: 40px 0;
  background-color: var(--footer-header);
  color: var(--text-secondary);
}

.pre-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.pre-footer a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.pre-footer a:hover {
  color: var(--text-secondary);
  opacity: 0.8;
}

.pre-footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pre-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-style: normal;
}

.pre-footer-social {
  display: flex;
  gap: 20px;
}

.pre-footer-social .i-mask {
  width: 24px;
  height: 24px;
  background-color: var(--text-secondary);
}

.pre-footer-rating {
  display: flex;
  align-items: top;
  gap: 0.5em;
}
.pre-footer-rating .rating-star {
  color: #fbbc05;
}
.pre-footer-rating .rating-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
}
.pre-footer-rating .rating-text {
  font-weight: 500;
}
.pre-footer-rating .rating-count {
  font-size: 0.9em;
  opacity: 0.9;
}

@media (min-width: 960px) {
  .pre-footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .pre-footer-main {
    flex: 3;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .pre-footer-contact {
    flex: 2;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .pre-footer-social {
    flex: 1;
    justify-content: flex-end;
  }
  .pre-footer-rating {
    flex: 1;
    justify-content: flex-end;
  }
  .pre-footer-rating .rating-text-group {
    align-items: flex-start;
  }
}
/* =========================================================================
   FOOTER
========================================================================== */
footer a {
  color: var(--footer-copy);
  font-family: "Inter", "Tahoma", "Arial", sans-serif;
  line-height: 1.4;
  text-decoration: none;
}
footer a:hover {
  color: var(--footer-copy-hover);
  transition: color 0.2s ease;
}

.flex-footer {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 10px;
}

li.column, li.column-center, li.blog-section-wrapper, li.office-white, li.box-item, li.detail-product-image-box-left, li.conversation-box {
  flex: 1 1 30px;
  min-width: 270px;
}

.footer-item {
  display: flex;
  align-items: center;
}

.opening-hours-list {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 10px 20px;
}
.opening-hours-list dt {
  font-weight: 500;
  grid-column: 1;
  white-space: nowrap;
}
.opening-hours-list dd {
  grid-column: 2;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}

.region-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 5px;
  align-content: flex-end;
}

.region-list > span:first-child {
  white-space: nowrap;
}

.legal:after {
  content: " | ";
  font-size: 1rem;
  color: var(--text-primary);
}

.bc-footer {
  background-color: var(--footer-bg);
}

.tc-footer {
  color: var(--footer-copy);
}

.tc-footer-copy {
  color: var(--footer-copy);
}

.tc-footer-header {
  color: var(--footer-copy-hover);
}

.tc-footer-hover {
  color: var(--footer-copy-hover);
}

/* =========================================================================
   _responsive.scss
   (Alle @media queries)
   ========================================================================= */
@media only screen and (min-width: 960px) {
  .video-720p-height {
    width: 102%;
  }
  .calendar-column[data-weekday] {
    grid-column: attr(data-weekday number);
  }
  .show-block-960,
  .show-column-960,
  .show-flex-960 {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .account-content,
  .account-menu,
  .appointment-content,
  .appointment-menu,
  .cart-content,
  .cart-menu,
  .header-content,
  .header-menu,
  .sort-content,
  .sort-menu {
    width: 100%;
  }
  .maxw-site {
    max-width: calc(100% - 20px);
  }
  .device-spacer {
    display: none;
  }
  .show-block-960 {
    display: block;
  }
  .show-column-960,
  .show-flex-960 {
    display: flex;
    flex-shrink: 0;
  }
  .hide-block-960,
  .hide-column-960,
  .hide-flex-960,
  .hide-grid-960 {
    display: none;
  }
  .flex-footer,
  .row,
  .show-column-960,
  .sub-title {
    flex-direction: column;
  }
  .flex-footer {
    gap: 20px;
  }
  .row {
    gap: 10px;
    align-items: stretch;
  }
  .maxw-49p {
    max-width: 100%;
  }
  .logo-full {
    display: none;
  }
  .logo-icon {
    display: flex;
  }
  .h1-title,
  .h2-title {
    font-size: 1.6rem;
  }
  .imagebox-first {
    height: 300px;
  }
  .home-content-left,
  .home-content-right {
    padding: 0;
  }
  .grid-full:not(#blogList),
  .grid-right {
    margin: 10px 0;
  }
  .blog-list-horizontal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-list-horizontal > .box-item {
    width: 48%;
  }
  .service-list-container {
    grid-template-columns: 1fr;
  }
  .video-1080p-height {
    height: 100%;
  }
  .button-icon {
    height: 48px;
    padding: 17px 0;
  }
  .flex .round-button-icon, .flex-center .round-button-icon, .column-center .round-button-icon, .input-box-text .round-button-icon, .selector-text .round-button-icon, .office-text .round-button-icon,
  .office-flex .round-button-icon,
  .office-column .round-button-icon, .message-list-item .round-button-icon, .i-round .round-button-icon,
  .flex .round-button-text,
  .flex-center .round-button-text,
  .column-center .round-button-text,
  .input-box-text .round-button-text,
  .selector-text .round-button-text,
  .office-text .round-button-text,
  .office-flex .round-button-text,
  .office-column .round-button-text,
  .message-list-item .round-button-text,
  .i-round .round-button-text {
    padding: 0 17px;
  }
  input,
  select,
  .input-box {
    width: 100% !important;
  }
  input[type=date],
  input[type=password],
  input[type=text],
  input[type=time],
  input[type=search] {
    line-height: 48px;
  }
  .account-item,
  .account-item-active,
  .appointment-item,
  .appointment-item-active,
  .button,
  .detail-item,
  .detail-item-active,
  .header-item,
  .header-item-active,
  .input-box,
  .input-box-focus,
  .input-box-hover,
  .input-box-text,
  .selector-text,
  .flex .round-button-icon,
  .flex-center .round-button-icon,
  .column-center .round-button-icon,
  .input-box-text .round-button-icon,
  .selector-text .round-button-icon,
  .office-text .round-button-icon,
  .office-flex .round-button-icon,
  .office-column .round-button-icon,
  .message-list-item .round-button-icon,
  .i-round .round-button-icon,
  .flex .round-button-text,
  .flex-center .round-button-text,
  .column-center .round-button-text,
  .input-box-text .round-button-text,
  .selector-text .round-button-text,
  .office-text .round-button-text,
  .office-flex .round-button-text,
  .office-column .round-button-text,
  .message-list-item .round-button-text,
  .i-round .round-button-text,
  .side-item,
  .side-item-active,
  .sort-item,
  .sort-item-active,
  textarea {
    line-height: 48px;
    min-height: 48px;
  }
  .account-sub-item,
  .account-sub-item-active,
  .button-sub,
  .button-sub-active,
  .detail-sub-item,
  .detail-sub-item-active,
  .header-sub-item,
  .header-sub-item-active,
  .side-sub-item,
  .side-sub-item-active {
    line-height: 48px;
    min-height: 48px;
  }
  .accordion-item,
  .accordion-item-active {
    min-height: 68px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .social-login {
    flex-direction: column;
    gap: 10px;
  }
  .office-text:not(:last-child),
  a .office-text:not(:last-child) {
    border-right: none;
  }
  .calendar-content {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .calendar-header {
    display: none;
  }
  .calendar-day,
  .calendar-column {
    font-size: 1rem;
  }
  .calendar-date-title {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 4px;
  }
  .calendar-date-label,
  .calendar-header {
    display: none;
  }
  .message-item.message-incoming {
    width: 90%;
  }
  .message-item.message-outgoing {
    width: 90%;
  }
}
/* ==========================================================================
   print styles
========================================================================== */
@media print {
  /* base styles */
  *,
  *:before,
  *:after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  /* links */
  a,
  a[href]:after {
    content: " (" attr(href) ")";
    word-wrap: break-word;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  a:visited {
    text-decoration: underline;
  }
  /* abbreviations */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* blockquotes */
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
    margin: 1em 0;
    padding: 0.5em 1em;
  }
  /* headings */
  h2,
  h3 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  /* images */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
    display: block;
    margin: 1em 0;
  }
  /* tables */
  thead {
    display: table-header-group;
  }
  /* paragraphs and pre-formatted text */
  p,
  pre {
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }
  /* elements to hide in print */
  header,
  footer,
  aside,
  nav,
  form,
  iframe,
  .no-print {
    display: none !important;
  }
  /* general Typography & Layout */
  body {
    font-family: serif;
    font-size: 10pt;
    line-height: 1.2;
    margin: 0;
  }
  /* specific elements */
  html,
  body {
    height: auto !important;
    overflow: visible !important;
  }
  /* specific UI elements */
  .selector-demo,
  .tooltipstered {
    display: none;
  }
  /* other critical layout containers */
  .content-box,
  .column,
  .column-center,
  .blog-section-wrapper,
  .office-white,
  .box-item,
  .detail-product-image-box-left,
  .conversation-box,
  .flex,
  .flex-center,
  .input-box-text,
  .selector-text,
  .office-text,
  .office-flex,
  .office-column,
  .message-list-item,
  .i-round {
    display: block !important;
    width: auto !important;
    float: none !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* tables within .table-container (for overflow-x: auto fix) */
  .table-container {
    overflow-x: visible !important;
    width: auto !important;
  }
  .table-container table {
    width: auto !important;
    table-layout: auto !important;
  }
  /* headings in tables */
  .table-list th {
    white-space: normal;
    word-break: break-word;
  }
  /* remove unnecessary borders or shadows */
  .br-a, .reader-basic-item,
  .reader-basic-subitem,
  .reader-basic-table, .office-white, .office-text,
  .office-flex,
  .office-column, .home-content,
  .home-contact, .box-item, .message-list-item, .message-item {
    border: none !important;
  }
}

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