/*
███████████████████████████████████████████████████████████████████████████████████████████████
  FontAwesome
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@import "fontawesome/fontawesome.min.css";
@import "fontawesome/brands.min.css";
@import "fontawesome/solid.min.css";
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Font-Import
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v25-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Playwrite DK Uloopet";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playwrite-dk-uloopet-v6-latin-regular.woff2")
    format("woff2");
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Viewport-Anweisung
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Barrierefreiheit
███████████████████████████████████████████████████████████████████████████████████████████████
*/
:root {
  --focus_outline_size: max(3px, 0.1em);
  --focus_outline_style: dashed;
  --focus_outline_offset: 0.1rem;
  --focus_outline_color: rgb(10, 208, 10);
}
@supports selector(:focus-visible) {
  *:focus {
    outline: none;
  }
}
*:focus-visible {
  outline: var(--focus_outline_size) var(--focus_outline_style)
    var(--focus_outline_color);
  outline-offset: var(--focus_outline_offset, var(--focus_outline_size));
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Eric Meyer's CSS Reset
███████████████████████████████████████████████████████████████████████████████████████████████
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}

ol li {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Variablen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
:root {
  /* Colors */
  --color_document_bg: #eeece5;
  --color_footer_header: #86a3c3;

  --color_text: #111;

  --color_logo_orange: #ee9a1c;
  --color_logo_gray_light: #bcbdbd;
  --color_logo_gray_dark: #434242;

  /* Layout */
  --text_block_spacer: 1.7rem;

  /* Fonts */
  --fontawesome: "Font Awesome 7 Free";
  --fontawesome_brands: "Font Awesome 7 Brands";
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    allgemeines Styling
███████████████████████████████████████████████████████████████████████████████████████████████
*/
html {
  font-size: 17px;
  scroll-behavior: smooth;
  min-height: 100%;
  background-color: var(--color_document_bg);
}
body {
  font-size: 100%;
  background-color: var(--color_document_bg);
}
body,
body * {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  line-height: 1.3em;
  color: var(--color_text);
}
h1 {
  font-size: 2.7em;
  text-align: center;
  margin: 2em 0;
  clear: both;
  font-family: "Playwrite DK Uloopet", "Lato", sans-serif;
}
.h1_sub {
  display: block;
  text-align: center;
  font-size: 1.7em;
  font-weight: 400;
  margin-top: -1.2em;
  margin-bottom: 1.5em;
  font-style: italic;
  opacity: 0.8;
}
h2 {
  font-size: 1.9em;
  margin: 1.2em 0 0.6em 0;
  line-height: 1.1em;
  clear: both;
}
h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 1.5em 0 0.4em 0;
  clear: both;
}
h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 1.5em 0 0.4em 0;
  clear: both;
}
p {
  line-height: 1.3em;
  margin-bottom: var(--text_block_spacer);
}
strong {
  font-weight: 700;
}
a {
  text-decoration: underline;
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: 0.4em;
}
.clear {
  clear: both;
  float: none;
}
table {
  margin-bottom: var(--text_block_spacer);
}
table td {
  line-height: 1.3em;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    dynamische Schriftgröße
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@media (max-width: 1300px) {
  body {
    font-size: 98.4%;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 96.8%;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 95.2%;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 93.6%;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 92%;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 90.4%;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 88.8%;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 87.2%;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 85.6%;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 84%;
  }
}
@media (max-width: 300px) {
  body {
    font-size: 82.4%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Wrapper und Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#topline {
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner {
  width: 1300px;
  max-width: 100%;
  padding: 0 2%;
  margin: 0 auto;
  overflow: auto;
}
#site_wrapper {
  margin: 0 auto;
  overflow: visible;
  width: 1300px;
  max-width: 100%;
  padding: 2% 2% 100px 2%;
}
#content {
  overflow: hidden;
  padding-top: 2em;
}
#footer {
  width: 100%;
  overflow: auto;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Header
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#header {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: var(--color_footer_header);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 6px rgba(0, 0, 0, 0.12),
    0px 0px 14px rgba(0, 0, 0, 0.19), 0px 0px 26px rgba(0, 0, 0, 0.25),
    0px 0px 40px rgba(0, 0, 0, 0.31);

  border-bottom: 1px solid var(--color_document_bg);
}
#header .topline {
  padding-top: 0.35rem;
  padding-bottom: 0.2rem;
  text-align: center;
  color: #000;
}
#header .topline > * {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.3rem;
}
#header .topline * {
  color: inherit;
}
#header .topline a {
  padding-block: 0.2em;
  text-decoration: none;
}
#header .topline a:hover {
  text-decoration: underline;
}
#header .topline .left {
  text-align: left;
}
#header .topline .right {
  text-align: right;
}
#header .topline .telephone::before {
  font-family: var(--fontawesome);
  content: "\f095";
  display: inline-block;
  float: left;
  margin-right: 0.4em;
}
#header .topline .socialmedia {
  text-align: center;
}
#header .topline .socialmedia a {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
#header .topline .socialmedia a + a {
  margin-inline-start: 0.5rem;
}
#header .topline .socialmedia a i {
  display: inline-block;
  font-size: 1.5rem;
}
#header .main_line {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
#header .main_line > * {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
#header .main_line .logo {
  display: block;
  float: left;
  text-decoration: none;
  width: 260px;
}
#header .main_line .logo img {
  width: 100%;
  display: block;
}
@media (max-width: 1300px) {
  #header .main_line .logo {
    width: 25%;
    min-width: 200px;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Navigation
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#navi_con {
  line-height: 0;
  overflow: hidden;
}
#nav_overlay {
  overflow: auto;
}
#navi * {
  text-decoration: none;
}
#navi {
  float: right;
  overflow: hidden;
  font-size: 1.1em;
}
#navi * {
  font-weight: 400;
}
#navi li {
  display: inline-block;
  margin: 0;
  user-select: none; /* Likely future */
}
#navi li + li {
  margin-left: 1em;
}
#navi li:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#navi a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  padding: 2em 1em;
}
#navi li:hover > a {
  color: #fff;
}
.unternehmen #navi li.unternehmen > a:not(:hover),
.produkte #navi li.produkte > a:not(:hover),
.anwendungen #navi li.anwendungen > a:not(:hover),
.professionals #navi li.professionals > a:not(:hover),
.shop #navi li.shop > a:not(:hover) {
  background-color: var(--color_logo_gray_light);
}
#navi .subnavi {
  display: none;
  position: absolute;
  padding: 8px !important;
  margin: 0 !important;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
#navi li:hover .subnavi {
  display: block;
}
#navi .subnavi li {
  display: block;
  background-color: var(--color_logo_gray_light);
  margin: 4px 0 0 0;
  padding: 0;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
}
#navi .subnavi li a {
  text-align: left;
  text-transform: none;
  padding: 0.5em 1em;
  margin: 0;
}
#navi .subnavi li a:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 1200px) {
  #navi {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  #nav_overlay {
    float: right;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 2em;
  }
}
/*
===============================================================================================
    geschlossenes Menu
===============================================================================================
*/
#nav_toggle {
  display: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0.8em;
  outline: none;
  border: none;
  color: #fff;
  line-height: 2em;
}
#nav_toggle * {
  color: inherit;
}
#nav_toggle::before {
  font-family: var(--fontawesome);
  content: "\f0c9";
  font-size: 2.4em;
  display: inline-block;
  float: left;
  margin-right: 0.4em;
}
#nav_toggle:hover {
  background-color: #000;
  border-radius: 0.8rem;
}
#nav_toggle:hover * {
  color: inherit;
}
#nav_toggle:hover::before {
  color: inherit;
}
#nav_toggle span {
  display: block;
  font-size: 1.3em;
  float: left;
  padding-top: 0.1em;
}
@media (max-width: 800px) {
  #nav_toggle {
    display: block;
    float: right;
  }
  #navi {
    display: none;
  }
}
/*
===============================================================================================
    offenes Menu
===============================================================================================
*/
#nav_overlay.open {
  /* position: fixed; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 9000px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 0px 9000px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px 9000px rgba(0, 0, 0, 0.8);
  margin-top: 0;
}
#nav_overlay.open #navi {
  display: block;
  background-color: #00294d;
  width: 100%;
  padding: 3em 2em 2em 2em;
  margin-top: 0;
}
#nav_overlay.open #navi > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  float: none;
  margin-left: 0;
}
#nav_overlay.open #navi > ul > li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#nav_overlay.open #navi ul li a {
  text-align: left;
  display: block;
  width: 100%;
  padding: 0.4em 8em 0.4em 1em;
  margin: 1px 0;
  color: #fff;
  white-space: nowrap;
}
#nav_overlay.open #navi ul li.active a {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
#nav_overlay.open #navi ul li a:hover {
  border-color: transparent;
  background-color: #006bca;
}
#nav_overlay.open #navi .subnavi {
  display: block;
  position: relative;
  font-size: 0.9em;
}
#nav_overlay.open #navi .subnavi * {
  font-size: inherit;
}
#nav_overlay.open #navi .subnavi li {
  background-color: #00294d;
}
#nav_overlay.open #navi .subnavi li a {
  padding-left: 2em;
  padding-right: 7em;
}
#nav_overlay.open #navi .subnavi li a::before {
  content: "\2022";
  display: inline-block;
  margin-right: 0.5em;
}
@media (max-width: 500px) {
  #nav_overlay.open {
    width: 100%;
  }
  #nav_overlay.open #navi ul li {
    margin-right: 0;
  }
  #nav_overlay.open #navi .subnavi li a {
    padding-right: 2em;
  }
  #nav_overlay.open #navi ul li a,
  #nav_overlay.open #navi .subnavi li a {
    padding-right: 2em;
  }
}
/*
===============================================================================================
    Burger-Menu
===============================================================================================
*/
#nav_overlay.open #nav_toggle {
  font-size: 3em;
  font-weight: 400;
  float: right;
  right: 2%;
  position: absolute;
  margin-top: 0;
  color: #ca5c5c;
  line-height: 1em;
  width: 1em;
  padding: 0;
  background-color: transparent;
  border: none;
}
#nav_overlay.open #nav_toggle:hover {
  color: #ff0000;
}
#nav_overlay.open #nav_toggle::before {
  display: none;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Content
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content h1 {
  margin-top: 2em;
}
#content h1:first-of-type {
  margin-top: 0;
}
#content p {
  text-align: justify;
  line-height: 1.5em;
  margin-bottom: var(--text_block_spacer);
}
#content ul,
#content ol {
  margin-bottom: var(--text_block_spacer);
}
#content li {
  line-height: 1.5em;
}
#content .center {
  text-align: center;
}
#content img {
  display: inline-block;
}
#content img.left,
#content img.right {
  max-width: 60%;
}
#content img.left {
  display: block;
  float: left;
  margin: 0 2em 1em 0;
}
#content img.right {
  float: right;
  margin: 0 0 1em 2em;
}
#content img.center {
  float: none;
  max-width: 100%;
  display: block;
  margin: 0.7em auto;
}
#content img.brand_logo {
  display: block;
  width: 40%;
  float: right;
  margin: 0 0 0.5em 3em;
}
#content img.no_space_under {
  margin-bottom: 0;
}
#content img:has(+ p) {
  margin-bottom: var(--text_block_spacer);
}
#content hr {
  border: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--color_logo_orange) 50%,
    transparent 100%
  );
  width: 100%;
  height: 1px;
  margin: 5rem 0;
}

#content ol,
#content ul {
  margin: 0 0 var(--text_block_spacer) 2em;
  overflow: auto;
  padding-left: 1em;
}
#content ul {
  list-style: square outside none;
}
#content li {
  margin: 0 0 0.6em 0;
}
#content blockquote {
  padding: 1.5em;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  text-align: center;
  line-height: 1.4em;
  color: #777;
}
#content blockquote:before {
  color: #777;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
#content blockquote:after {
  color: #777;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.45em;
}
#content .quote_source {
  text-align: right;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  margin-top: -1em;
}
#content .button {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  color: #fff;
  background-color: #00294d;
  font-size: 1.1em;
  border-radius: 8px;
  border: 1px solid #00294d;
  margin: 0.5em 0.3em 1.5em 0.3em;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 200ms;
}
#content .button:hover {
  background-color: #fff;
  color: #00294d;
}
@media (max-width: 1200px) {
  #content p {
    text-align: left;
  }
}
@media (max-width: 700px) {
  #content img.hero_shot {
    width: 94%;
    max-width: 493px;
    float: none;
    margin: 0 auto 1em auto;
  }
}
@media (max-width: 600px) {
  #content img.left,
  #content img.right {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Bild-Text-Layout
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.pic_text_layout {
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  --pic_width: 400px;
  --gap: 3rem;
  margin-bottom: var(--text_block_spacer);
  gap: calc(var(--gap) / 2) var(--gap);
}
.pic_text_layout.p500 {
  --pic_width: 500px;
}
.pic_text_layout + .pic_text_layout {
  margin-top: 3em;
}
.pic_text_layout .col {
  flex-grow: 0;
  flex-shrink: 1;
}
.pic_text_layout .col.pic {
  width: var(--pic_width);
  padding-top: 0.5em;
  text-align: center;
}
.pic_text_layout .col.pic > figure {
  display: inline-block;
  margin-inline: auto;
}
.pic_text_layout .col.pic figure + figure {
  margin-top: 0.5rem;
}
.pic_text_layout .col.pic img {
  display: block;
  width: auto;
  max-width: min(100%, var(--pic_width));
}
.pic_text_layout .col.text {
  width: calc(100% - var(--pic_width) - var(--gap));
}
.pic_text_layout .col.text > :last-child {
  margin-bottom: 0;
}
.pic_text_layout .col > h2,
.pic_text_layout .col > h3 {
  margin-top: 0;
}
@media (max-width: 60rem) {
  .pic_text_layout {
    flex-direction: column;
  }
  .pic_text_layout .col {
    width: 100% !important;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
  Icons-Leiste
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.icon_grid {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
}
.icon_grid > img {
  width: 100%;
  max-width: 135px;
}
@media (max-width: 80rem) {
  .icon_grid {
    gap: 4.5rem;
  }
}
@media (max-width: 70rem) {
  .icon_grid {
    gap: 4rem;
  }
}
@media (max-width: 65rem) {
  .icon_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 30rem) {
  .icon_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Seite - Anwendungen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.pics_grid {
  display: grid;
  --pics_per_line: 2;
  grid-template-columns: repeat(var(--pics_per_line), 1fr);
  gap: 2rem;
  margin-bottom: var(--text_block_spacer);

  @media (width < 70rem) {
    gap: 1rem;
  }
  @media (width < 40rem) {
    --pics_per_line: 1;
  }

  img {
    display: block;
    width: 100%;
    border-radius: 0.2rem;
  }
}
/* .treatment_block + .treatment_block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 8rem;
  padding-top: 2rem;
} */

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Seite - Produktlinie XY
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#product_listing .product_set {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1rem;
  @media (width < 60rem) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (width < 40rem) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (width < 30rem) {
    grid-template-columns: repeat(1, 1fr);
  }
}
#product_listing .product_set > div {
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid var(--color_footer_header);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;

  img {
    order: -1;
    display: block;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    margin-block-end: 0.5rem;
    border-radius: 0.3rem;
  }
  img:hover {
    cursor: zoom-in;
  }
  strong {
    display: block;
    margin-bottom: 0.5rem;
  }
  p {
    font-size: 0.9em;
    text-align: left;
  }
}
#product_listing section {
  padding-block: 2rem;
}
#product_listing section > h3 {
  margin-top: 0;
  padding: 1rem;
  background-color: var(--color_footer_header);
  border-radius: 0.3rem;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Seite - Brand XY
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#brand_heading_banner,
#brand_heading_banner_small {
  margin-top: -2px;
  position: relative;
  width: 100%;
  padding-bottom: 19.1%;
  background-color: #555;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#brand_heading_banner_small {
  margin-top: 3em;
  padding-bottom: 19.1%;
}
body.sea-magik-pro #brand_heading_banner {
  background-image: url("../bilder/brands/banner-sea-magik-pro.jpg");
}
body.sea-magik #brand_heading_banner {
  background-image: url("../bilder/brands/banner-sea-magik.jpg");
}
body.sea-magik #brand_heading_banner_small {
  background-image: url("../bilder/brands/banner-sea-magik-salted.jpg");
}
body.spa-find #brand_heading_banner {
  background-image: url("../bilder/brands/banner-spa-find.jpg");
}
body.dead-sea-spa-magik #brand_heading_banner {
  background-image: url("../bilder/brands/banner-dead-sea-spa-magik.jpg");
}
body.scruffy-chops #brand_heading_banner {
  background-image: url("../bilder/brands/banner-scruffy-chops.jpg");
}
#brand_heading_banner .wrapper,
#brand_heading_banner_small .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1300px;
  max-width: 100%;
  height: 100%;
  transform: translateX(-50%);
  padding: 2%;
}
#brand_heading_banner .wrapper h1 {
  position: absolute;
  bottom: 0.5em;
  margin: 0;
  padding: 0.1em 0.5em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#brand_heading_banner_small .wrapper h2 {
  position: absolute;
  bottom: 0.5em;
  margin: 0;
  padding: 0.1em 0.5em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#brand_slogan,
#brand_slogan_small {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.7em;
  font-weight: 400;
  margin-bottom: 1.5em;
  font-style: italic;
}
#brand_slogan_small {
  font-size: 1.55em;
  margin-top: 1em;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Seite - Kontakt
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#address_block {
  text-align: center;
  width: 60%;
  margin: 0 auto 5rem auto;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 1.6em;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 2rem;
}
#map {
  border: none;
  width: 100%;
  height: 400px;
}
@media (max-width: 600px) {
  #address_block {
    width: 100%;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Zoho-Kontaktformular
███████████████████████████████████████████████████████████████████████████████████████████████
*/
@media (max-width: 650px) {
  #crmWebToEntityForm {
    width: 100% !important;
  }
  #crmWebToEntityForm form table {
    width: 100% !important;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Login-Formular
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.login_con .half {
  float: left;
}
.login_con .half.left {
  width: 38%;
}
.login_con .half.right {
  float: right;
  width: 55%;
}
.login_con .half.right h2 {
  display: inline-block;
}
.login_con .half.right img {
  margin-top: 2em !important;
}
#login_form {
  padding: 3em;
  background-color: #fff;
  max-width: 400px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#login_form input[type="text"],
#login_form input[type="password"] {
  margin-bottom: 1em;
  width: 100%;
  padding: 0.5em;
}
#login_form > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .login_con .half.left {
    width: 44%;
  }
  .login_con .half.right {
    width: 54%;
  }
}
@media (max-width: 1200px) {
  .login_con .half.left {
    width: 42%;
  }
  .login_con .half.right {
    width: 56%;
  }
}
@media (max-width: 1100px) {
  .login_con .half.left {
    width: 60%;
  }
  .login_con .half.right {
    width: 38%;
  }
  .login_con .half.right img {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .login_con .half.left {
    width: 100%;
  }
  .login_con .half.right {
    width: 100%;
  }
  .login_con .half.right img {
    display: block !important;
    max-width: 50% !important;
    float: right !important;
  }
}
@media (max-width: 500px) {
  .login_con .half.right img {
    max-width: 40% !important;
  }
}
@media (max-width: 420px) {
  #login_form {
    padding: 1em;
    background-color: #eee;
    max-width: 400px;
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.05);
  }
  .login_con .half.right img {
    display: none !important;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Scroll-To-Top-Link
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content .top_link {
  float: right;
  margin-bottom: -6px;
}
.produkte #content .top_link {
  margin-top: -16px;
}
.professionals #content .top_link {
  margin-top: 20px;
  margin-bottom: -40px;
  clear: right;
}
.professionals #content .top_link:last-of-type {
  margin-bottom: 0;
}
.professionals #content .top_link img {
  border-radius: 0;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Brands-Vorschau auf Startseite
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#brand_teaser {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(min(270px, 100%), 1fr));

  margin-top: 3rem;
}
#brand_teaser a {
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  border: 3px solid transparent;
}
#brand_teaser img {
  display: block;
  width: 100%;
}
#brand_teaser span {
  display: block;
  padding: 0.5lh;
}
#brand_teaser a:hover {
  overflow: hidden;
  border-color: var(--color_logo_gray_dark);
  border-radius: 0.4rem;
  background-color: var(--color_logo_gray_dark);
  color: #fff;
}
#brand_teaser a:hover * {
  color: inherit;
}
#brand_teaser a:hover img {
  border-radius: 0.2rem;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Button mit Trennlinie
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#content .button_line {
  position: relative;
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 3em;
}
#content .button_line::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--color_logo_gray_light) 0%,
    transparent 50%,
    var(--color_logo_gray_light) 100%
  );
}
#content .button_line a {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 1.5em;
  margin: 0 auto;
  border: 1px solid var(--color_text);
  color: var(--color_text);
  background-color: #fff;
}
#content .button_line a:hover {
  background-color: var(--color_text);
  color: #fff;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    News-Teaser
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#news_teaser {
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 2em;
}
#news_teaser .news {
  position: relative;
  flex-grow: 0;
  flex-shrink: 1;
  width: 23%;
  margin: 1%;
  padding: 1em;
  text-decoration: none;
  background-color: #fff;
  outline: 1px solid #ddd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#news_teaser .news .pic_container {
  width: 100%;
  height: 175px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
#news_teaser .news .heading {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#news_teaser .news p {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 3em;
}
#news_teaser .news a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1em;
  line-height: 1em;
  padding: 0.4em 0.8em 0.5em 0.8em;
  text-decoration: none;
  background-color: var(--color_text);
  color: #fff;
  transition: all 300ms;
}
#news_teaser .news a:hover {
  background-color: #fff;
  color: var(--color_text);
  outline: 1px solid var(--color_text);
}
@media (max-width: 1100px) {
  #news_teaser .news {
    width: 46%;
    margin: 1% 2%;
  }
}
@media (max-width: 500px) {
  #news_teaser .news {
    width: 96%;
    margin: 2% 0;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    News
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.newsblock a.fancybox {
  outline: none;
}
.newsblock a.fancybox img {
  display: initial !important;
}
.newsblock a.fancybox img[style*="float:left"] {
  margin: 0 2em 2em 0;
}
.newsblock a.fancybox img[style*="float:right"] {
  margin: 0 0 2em 2em;
}
.newsblock .date {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 2em;
  font-size: 0.8em;
  padding-right: 0.5em;
  font-style: italic;
  text-align: right;
  opacity: 0.4;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Bilder-Galerie
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.gallery {
  --pics_per_gallery_row: 3;
  display: grid;
  grid-template-columns: repeat(var(--pics_per_gallery_row), 1fr);
  margin-bottom: var(--text_block_spacer);
  gap: 1rem;
}
.gallery a {
  display: inline-block;
  cursor: zoom-in;
  width: 100%;
  line-height: 0;
}
.gallery a img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 70rem) {
  .gallery {
    --pics_per_gallery_row: 2;
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Button
███████████████████████████████████████████████████████████████████████████████████████████████
*/
a.bigbutton {
  border: none;
  padding: 10px 18px;
  background-color: #4f81bd;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-shadow: 1px 1px 4px #dadada;
  -moz-box-shadow: 1px 1px 4px #dadada;
  -webkit-box-shadow: 1px 1px 4px #dadada;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
}
a.bigbutton:hover {
  background-color: #0f7cff;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    404-Seite
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.error_404 #content * {
  text-align: center;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Anwendungen
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.anwendungen img[style*="float:left"],
a.fancybox img[style*="float:left"] {
  margin: 0 2.5em 2.5em 0;
}
.anwendungen img[style*="float:right"],
a.fancybox img[style*="float:right"] {
  margin: 0 0 2.5em 2.5em;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    X-Mas-Popup
███████████████████████████████████████████████████████████████████████████████████████████████
*/
div.fancybox-overlay {
  z-index: 9999;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Produktübersicht
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.product_line_accordion {
  overflow: hidden;
}
.product_line_accordion a {
  text-decoration: none;
}
/*.product_line {
  opacity: 0.9;
  transition: opacity 1s;
}
.product_line:HOVER {
  opacity: 1;
}*/
.product_line_title {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-bottom: 3px solid #fff;
  transition: all linear 0.17s;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  background-color: #595477;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.product_line_title#spafindsalonundkabinettware1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d9ebd+20,c6c4d2+40,98caec+60,8a8d8e+80 */
  background: #8d9ebd; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #8d9ebd 20%,
    #c6c4d2 40%,
    #98caec 60%,
    #8a8d8e 80%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, #8d9ebd),
    color-stop(40%, #c6c4d2),
    color-stop(60%, #98caec),
    color-stop(80%, #8a8d8e)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #8d9ebd 20%,
    #c6c4d2 40%,
    #98caec 60%,
    #8a8d8e 80%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #8d9ebd 20%,
    #c6c4d2 40%,
    #98caec 60%,
    #8a8d8e 80%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #8d9ebd 20%,
    #c6c4d2 40%,
    #98caec 60%,
    #8a8d8e 80%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #8d9ebd 20%,
    #c6c4d2 40%,
    #98caec 60%,
    #8a8d8e 80%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d9ebd', endColorstr='#8a8d8e',GradientType=1 ); /* IE6-9 */
}
.product_line_title#spafindsalonundkabinettware2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c6268+15,cda2a6+33,aa999d+50,a7a089+69,cea888+87 */
  background: #9c6268; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #9c6268 15%,
    #cda2a6 33%,
    #aa999d 50%,
    #a7a089 69%,
    #cea888 87%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(15%, #9c6268),
    color-stop(33%, #cda2a6),
    color-stop(50%, #aa999d),
    color-stop(69%, #a7a089),
    color-stop(87%, #cea888)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #9c6268 15%,
    #cda2a6 33%,
    #aa999d 50%,
    #a7a089 69%,
    #cea888 87%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #9c6268 15%,
    #cda2a6 33%,
    #aa999d 50%,
    #a7a089 69%,
    #cea888 87%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    #9c6268 15%,
    #cda2a6 33%,
    #aa999d 50%,
    #a7a089 69%,
    #cea888 87%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    #9c6268 15%,
    #cda2a6 33%,
    #aa999d 50%,
    #a7a089 69%,
    #cea888 87%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c6268', endColorstr='#cea888',GradientType=1 ); /* IE6-9 */
}
.product_line_title#produkitdisplaysungefllthandgefertigtausholz5 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8facd8+0,da9bbe+100 */
  background: #8facd8; /* Old browsers */
  background: -moz-linear-gradient(left, #8facd8 0%, #da9bbe 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #8facd8),
    color-stop(100%, #da9bbe)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    #8facd8 0%,
    #da9bbe 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    #8facd8 0%,
    #da9bbe 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #8facd8 0%, #da9bbe 100%); /* IE10+ */
  background: linear-gradient(to right, #8facd8 0%, #da9bbe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8facd8', endColorstr='#da9bbe',GradientType=1 ); /* IE6-9 */
}
.product_line_title#sunsafecollection5 {
  background: rgb(40, 78, 150);
  background: -moz-linear-gradient(
    left,
    rgba(40, 78, 150, 1) 0%,
    rgba(238, 112, 66, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(40, 78, 150, 1) 0%,
    rgba(238, 112, 66, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(40, 78, 150, 1) 0%,
    rgba(238, 112, 66, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284e96', endColorstr='#ee7042',GradientType=1 );
}
.product_line_title span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.product_line_title span:before {
  content: "- ";
}
.product_line_title.active {
  -webkit-box-shadow: inset 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.product_line_title:hover {
  -webkit-box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 100px 100px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.product_line:last-child .product_line_title {
  border-bottom: none;
}
.product_line_content {
  padding: 15px 0;
  display: none;
}
.product_group {
  margin: 2em 0 3em 0;
}
.product_line_content {
  margin-right: -17px;
  overflow: hidden;
}
.product_data {
  float: left;
  text-align: center;
  width: 232px;
  height: 300px;
  /* margin: 0 24px 24px 0; */
  margin: 0 17px 17px 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 14px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 9px 14px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 14px -6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}
.product_data:hover {
  border-color: #bbb;
}
.product_data .text {
  height: 300px;
  padding-top: 0.8em;
  cursor: default;
}
.product_data .name,
.product_data .name * {
  text-align: left;
  font-size: 16px;
}
.product_data .name {
  background: rgba(255, 255, 255, 0.6);
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.product_data .name span.volume {
  font-size: 14px;
}
.product_data .desc {
  text-align: left !important;
  font-size: 13px;
  padding: 0.7em 0.8em;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.product_data:hover .desc {
  display: block;
}
.product_data .specs {
  padding: 3px 0 0 0;
  background: rgba(255, 255, 255, 0.8);
}
.product_data .specs img {
  padding: 0 2px;
}
.usage_key_table {
  border-spacing: 10px;
  border-collapse: separate;
  width: 620px;
}
.usage_key_table tr td:first-of-type {
  background-color: #00294d;
  color: #fff;
  width: 16px;
  padding: 3px 5px;
  text-align: center;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Produktkollektion-Seite
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.product_collection {
  > h1 {
    margin-bottom: 0.6lh;
  }

  .collection_pic {
    margin-bottom: 3rem;

    img {
      display: block !important;
      width: auto;
      max-width: 100%;
      border-radius: 0.3rem;
      margin-inline: auto;
    }
  }
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Footer
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#footer {
  position: relative;
  overflow: visible;
  width: 100%;
  background-color: var(--color_footer_header);
  font-size: 0.9em;
  padding-block: 3rem;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.02), 0px 0px 4px rgba(0, 0, 0, 0.04),
    0px 0px 9px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.07),
    0px 0px 24px rgba(0, 0, 0, 0.09);
}
#footer * {
  line-height: 1.5em;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .inner {
  position: relative;
  overflow: visible;
}
#footer .logo {
  display: block;
  max-width: 70%;
  margin: 0 auto 3rem auto;
}
#footer .top_link {
  position: absolute;
  top: 0;
  right: 2%;
  display: inline-block;
}
#footer .top_link:hover {
  margin-top: -0.3rem;
  margin-bottom: 0.3rem;
}
#footer .address_data {
  display: block;
  text-align: center;
  line-height: 2em;
}
#footer .address_data span {
  display: inline-block;
  margin-left: 2em;
}
#footer .address_data span:first-of-type {
  margin-left: 0;
}
#footer .address_data span.telephone::before {
  font-family: var(--fontawesome);
  content: "\f095";
  display: inline-block;
  margin-right: 0.4em;
}
#footer .address_data span.fax::before {
  font-family: var(--fontawesome);
  content: "\f1ac";
  display: inline-block;
  margin-right: 0.4em;
}
#footer .address_data span.email::before {
  font-family: var(--fontawesome);
  content: "\f0e0";
  display: inline;
  margin-right: 0.4em;
}
#footer .socialmedia {
  text-align: center;
  margin-top: 2em;
}
#footer .socialmedia a {
  display: inline-block;
  margin: 0 1em;
}
#footer .socialmedia i {
  font-size: 2rem;
}
#footer .bottom_line {
  text-align: center;
  margin-top: 2rem;
}
#footer .bottom_line a {
  display: inline-block;
  padding: 0 0.3em;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Kontaktformular
███████████████████████████████████████████████████████████████████████████████████████████████
*/
#crmWebToEntityForm {
  border-radius: 2rem;
  padding-block: 3rem !important;
  margin-top: 2rem !important;
}

#contact-form {
  display: block;
  width: 590px;
  padding: 15px 0;
  font-size: 14px;
  margin: 0 auto;
  overflow: auto;
}
#contact-form .instruction {
  color: #888;
  margin-bottom: 30px;
}
#contact-form label {
  display: block;
  font-size: 15px;
  margin: 15px 0 3px 0;
}
#contact-form label > span {
  width: 140px;
  float: left;
  padding: 10px 20px 0 0;
  text-align: right;
}
#contact-form input.input-field {
  width: 450px;
}
#contact-form input.input-field,
#contact-form .textarea-field {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 2px #e2e2e2 inset;
  -moz-box-shadow: 1px 1px 2px #e2e2e2 inset;
  -webkit-box-shadow: 1px 1px 2px #e2e2e2 inset;
  padding: 9px;
  outline: none;
  font-size: 15px;
}
#contact-form .input-field:focus,
#contact-form .textarea-field:focus {
  outline: 1px solid #1e8b18;
}
#contact-form .textarea-field {
  height: 120px;
  width: 450px;
}
#contact-form input[type="submit"],
#contact-form input[type="button"] {
  width: 200px;
  text-align: center;
  margin: 10px 0 10px 140px;
  border: 2px solid #385d8a;
  padding: 10px 17px 10px 17px;
  background-color: #4f81bd;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#contact-form input[type="submit"]:hover,
#contact-form input[type="button"]:hover {
  background-color: #0f7cff;
  border-color: #005bc8;
}
#contact-form .mailingmsg {
  margin: 22px 0 0 8px;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
}
#contact-form .mailingmsg.fail {
  color: #db0000;
}
#contact-form .mailingmsg.success {
  color: #00a612;
}
#contact-form .errormsg {
  margin: 3px 0 0 140px;
  color: #db0000;
}
/*
███████████████████████████████████████████████████████████████████████████████████████████████
    Google Maps On Demand
███████████████████████████████████████████████████████████████████████████████████████████████
*/
.gmod {
  width: 100%;
  height: 500px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.gmod .bg_map {
  position: absolute;
  top: -1%;
  left: -1%;
  height: 102%;
  width: 102%;
  background-image: url("../img/gmod-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
  filter: blur(0.05rem);
}
.gmod .opt_in_banner {
  background-color: rgba(120, 120, 120, 0.8);
  color: #fff;
  padding: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0.85em;
}
.gmod .opt_in_banner .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.gmod .opt_in_banner .desc a {
  color: inherit !important;
  text-decoration: underline !important;
}
.gmod .opt_in_banner .show_map_btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  margin-bottom: 0.9em;
  background-color: #2aa549;
  color: #fff;
  border: none;
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.gmod .opt_in_banner .show_map_btn:hover {
  background-color: #208039;
}

/*
███████████████████████████████████████████████████████████████████████████████████████████████
  Cabinet (Lightbox)
███████████████████████████████████████████████████████████████████████████████████████████████
*/
/* Cabinet-Overlay */
.cabinet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backdrop-filter: blur(4px);
}
.cabinet.active {
  opacity: 1;
  visibility: visible;
}
.cabinet_content {
  --button_margin: 1.5rem;
  --button_diameter: 2.2rem;
  --button_padding: calc(var(--button_diameter) * 0.25);
  position: relative;
  max-width: 90%;
  max-height: 85%;
  text-align: center;
}
.cabinet_img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  border-radius: 0.4rem;
  transition: opacity 0.4s ease, transform 0.3s ease;
}
/* Bildwechsel-Animation */
.cabinet_img.fade_out {
  opacity: 0;
  transform: scale(0.95);
}
.cabinet_img.fade_in {
  opacity: 1;
  transform: scale(1);
}
.cabinet_caption {
  color: #fff;
  padding: 0.2rem;
  margin-top: 0.2rem;
}
/* Navigation */
.cabinet_nav {
  position: fixed;
  top: 50%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  padding-inline: var(--button_margin);
  box-sizing: border-box;
}
/* Basis-Stil für alle Lightbox-Buttons */
.cabinet_btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: var(--button_diameter);
  height: var(--button_diameter);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  pointer-events: auto;
  backdrop-filter: blur(3px);
  padding: var(--button_padding);
  box-shadow: 0 0 0px rgba(255, 255, 255, 0.05),
    0 0 1px rgba(255, 255, 255, 0.11), 0 0 3px rgba(255, 255, 255, 0.16),
    0 0 4px rgba(255, 255, 255, 0.22), 0 0 7px rgba(255, 255, 255, 0.27);
}
.cabinet_nav .cabinet_btn {
  --svg_shift: 1px;
}
.cabinet_btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.2);
  box-shadow: none;
}
.cabinet_btn:focus-visible {
  outline: 3px dashed #fff;
  outline-offset: 6px;
}
.cabinet_btn svg {
  fill: #fff;
}
.cabinet_btn.prev_btn svg {
  transform: rotate(180deg);
}
.cabinet_btn.prev_btn svg {
  margin-left: calc(-1 * var(--svg_shift));
  margin-right: var(--svg_shift);
}
.cabinet_btn.next_btn svg {
  margin-left: var(--svg_shift);
  margin-right: calc(-1 * var(--svg_shift));
}
/* Schließen-Button */
.cabinet_close {
  position: fixed;
  top: var(--button_margin);
  right: var(--button_margin);
  font-size: 1.8rem;
}
/* Anpassungen für kleinere Bildschirme */
@media (max-width: 70rem) {
  .cabinet_content {
    --button_margin: 0.5rem;
  }
}
