/*
  Code and Copyright © 2024+ by KRUG IT.
  You are not permitted to use this code or any part thereof without the express written consent of KRUG IT.
*/
:root {
  --bord: rgb(136, 136, 136);
  /* --bgc1: #EBEEF1; */
  --bgc1: #EEEFF3;
  --bk: black;
  --we: white;
  --gy: #6c6c6c;
  --cfSh: rgba(0, 0, 0, 0.55) 0px 0px 1px, rgba(0, 0, 0, 0.55) 0px 0px 1px, rgba(0, 0, 0, 0.55) 0px 0px 1px,
  rgba(0, 0, 0, 0.55) 0px 0px 1px, rgba(0, 0, 0, 0.55) 0px 0px 1px, rgba(0, 0, 0, 0.55) 0px 0px 1px,
  rgba(0, 0, 0, 0.55) 0px 0px 1px, rgba(0, 0, 0, 0.55) 0px 0px 1px, rgba(0, 0, 0, 0.55) 0px 0px 1px,
  rgba(0, 0, 0, 0.55) 0px 0px 1px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  text-size-adjust: none;
}
body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  min-width: 350px;
  padding: 0 3%;
  background-image: url(../img/back.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
nav {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 50px silver;
  text-align: center;
  background-color: var(--we);
  font-weight: bold;
  letter-spacing: .05em;
  z-index: 5;
}
nav a {
  position: relative;
  text-decoration: none;
  color: var(--bk);
  color: #30455a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 20%;
  height: 100%;
  font-size: clamp(73%, 3vw, 120%);
}
nav a.shw {
  opacity: 1;
  pointer-events: all;
  background: var(--we);
  border-bottom: 2px solid grey;
  transition: transform .5s;
}
.tph {
  height: 45px;
  width: 100%;
}
#ind {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 20%;
  border-bottom: 5px solid rgb(118, 214, 255);
  background: linear-gradient(0deg, rgb(233, 233, 233), rgb(253, 255, 225));
  transition: .5s;
  pointer-events: none;
  filter: drop-shadow(0 5px 25px rgb(201, 225, 235));
  border-left: 1px solid rgba(192, 192, 192, 0.25);
  border-right: 1px solid rgba(192, 192, 192, 0.25);
}
nav a:hover {
  background: linear-gradient(0deg, transparent, rgb(253, 255, 225));
  border-left: 1px solid rgba(192, 192, 192, 0.25);
  border-right: 1px solid rgba(192, 192, 192, 0.25);
}
nav a.shw:hover {
  background: linear-gradient(0deg, white, rgb(253, 255, 225));
  border-left: 1px solid rgba(192, 192, 192, 0.25);
  border-right: 1px solid rgba(192, 192, 192, 0.25);
}
.viewport {
  overflow-x: hidden;
  width: 100%;
  padding: 8px;
}
.cont {
  width: 500%;
  display: flex;
  overflow-x: hidden;
  transition: transform 0.5s ease;
}
.section {
  width: 20%;
  padding: 0 clamp(1vw, 5vw, 10vw);
}
.tit {
  margin: 10px 0 25px 0;
  text-align: center;
  color: #30455a;
  font-size: clamp(70%, 3vw, 120%);
  text-shadow: 0 0 1px #30455a, 0 0 1px #30455a, 0 0 1px #30455a;
}
.tit img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.intro, .flx, .ordf {
  padding: 20px;
  margin-bottom: 33px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  letter-spacing: .2px;
  background: var(--we);
}
.ordf {
  padding: 14px;
  background: linear-gradient(to bottom, #ebeef1, #ddebf7 25%);
}
.intro {
  text-align: center;
}
.intro p {
  margin-bottom: clamp(9px, 12px, 15px);
}
.intro p:last-child {
  margin-bottom: 0;
}
.bd {
  font-weight: bold;
  font-size: clamp(16px, 1.83vw, 133%);
}
.ul {
  text-decoration: underline;
}
p {
  font-size: clamp(90%, 1.6vw, 135%);
  line-height: clamp(95%, 1.8vw, 185%);
}
.bre {
  font-size: clamp(90%, 1.2vw, 135%);
}
.flx h1, .ordf h1, .house h1 {
  margin-bottom: 18px;
  margin-top: -5px;
  text-shadow: 0 0 1px #3f466d, 0 0 1px #3f466d, 0 0 1px #3f466d;
  font-size: clamp(20px, 3.6vw, 255%);
  line-height: clamp(90%, 2.8vw, 185%);
  text-wrap: nowrap;
}
.ordf h1, .house h1 {
  color: #496b97;
  text-align: center;
}
h2 {
  font-size: clamp(18px, 1.8vw, 200%);
  line-height: clamp(90%, 2.1vw, 185%);
  margin-top: 3px;
  margin-bottom: 8px;
}
h2.hfst {
  text-align: center;
  margin-bottom: 5px;
  font-size: clamp(90%, 1.6vw, 135%);
  color: #333333;
}
h3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: clamp(90%, 1.6vw, 135%);
  color: #383838;
}
#Impressum h3 {
  font-size: clamp(90%, 1.6vw, 135%);
  color: #325e69;
  margin-top: 12px;
}
address {
  margin-top: 10px;
  color: #344e6f;
  font-size: clamp(90%, 1.4vw, 135%);
}
.ml {
  margin-left: 18px !important;
  color: #344e6f !important;
}
.bl {
  border-left: 5px solid #3f466d;
}
.br {
  border-right: 5px solid #3f466d;
}
.stl h1 {
  color: #496b97;
}
.stl h2 {
  color: #496b97;
}
.stl p {
  color: #455a64;
}
.flx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  flex-wrap: wrap;
  z-index: 100;
}
.rflx {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.opf p {
  font-weight: bold;
}
#Start .flx div {
  flex: 1 1 218px;
}
.flxc {
  z-index: 1;
}
.rg {
  row-gap: 15px;
}
.eri {
  max-width: 48%;
  position: relative;
  transition: 0.3s all;
}
.eri img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: 0.3s all;
}
.feat {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.feat .il {
  transform: rotate(-10deg) scale(.83);
}
.ihe:hover {
  transform: rotate(0deg) scale(1);
  cursor: zoom-in;
}
.ir {
  transform: rotate(10deg) scale(.93);
}
.il {
  transform: rotate(-10deg) scale(.93);
}
.bigcon {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  cursor: zoom-out;
}
.bigpic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 88vw;
  max-height: 88vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}
.slidein {
  animation: slideIn 0.5s ease-out;
}
.slideout {
  animation: slideOut 0.5s forwards ease-in;
}
@keyframes slideIn { from {top: -100vh;} to {top: 50%;} }
@keyframes slideOut { from {top: 50%;} to {top: -100vh;} }
.bst {
  margin-top: 38px;
}
.oinf {
  margin: 0 10px 10px 10px;
  text-align: center;
  font-size: clamp(93%, 1.4vw, 120%);
  color: #38525f;
  line-height: normal;
}
.oflx {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  font-size: clamp(93%, 1.4vw, 120%);
}
.oflxc {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.oflxc div:first-child {
  width: 123px;
  min-width: 123px;
  max-width: 123px;
  text-align: right;
}
.oflxc div:last-child {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  text-align: right;
}
.house {
  position: relative;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 33px;
  background: linear-gradient(to bottom, #ebeef1, #ddebf7 25%);
}
#Kontakt fieldset {
  padding: 12px;
  border: none;
  margin-top: 8px;
  margin-bottom: 12px;
  width: calc(100% - 16px);
  border-radius: 12px;
}
.TOPH {
  border-radius: 24px;
  background-color: #496b97;
  text-align: center;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: bold;
  color: var(--we);
  padding: 3px 12px;
  -webkit-box-shadow: 0px 0.3px 3px 1px var(--bord);
  box-shadow: 0px 0.3px 3px 1px var(--bord);
}
.XD {
  font-weight: bold;
  font-size: clamp(88%, 1.35vw, 125%);
  margin: 15px 0 5px 8px;
  line-height: normal;
}
form p, .house p {
  font-size: clamp(88%, 1.2vw, 110%);
  margin-left: 8px;
  line-height: normal;
  color: #445963;
}
.or {
  color: #144c97;
  letter-spacing: 1px;
}
.formcnt {
  overflow: hidden;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  padding: 5px;
  height: auto;
  margin-bottom: -10px;
}
.flex {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 12px;
  margin-bottom: 25px;
}
.nf {
  display: block;
}
.frms button:hover, .frms button:focus-visible {
  outline: 3px solid orange;
}
.res {
  display: flex;
  gap: 5px;
  row-gap: 0;
  flex-wrap: wrap;
  min-height: 48px;
  background-color: var(--bgc1);
  border: none;
  outline: none;
  text-align: center;
  font-size: large;
  font-weight: bold;
  padding: 5px 10px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16), -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
  user-select: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.res.active {
  cursor: pointer;
  box-shadow: inset 10px 10px 10px -1px rgba(10, 99, 169, 0.16), inset -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}
.res span {
  font-weight: normal;
  font-size: 1rem;
  pointer-events: none;
}
.contf, .chanf, .suppf, .curef {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  padding: 5px;
  height: auto;
  margin-bottom: -10px;
}
.contf.active, .chanf.active, .suppf.active, .curef.active {
  opacity: 1;
  max-height: 2550px;
  margin-bottom: 0px;
}
.chanf.active {
  max-height: 3850px;
}
form {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  border-radius: 15px;
  padding: 8px;
}
.fstit {
  margin-bottom: -10px;
}
.frmgrp {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--gy);
}
.fgp {
  padding: 5px 0;
}
.fields, .fieldo {
  width: 100%;
  border-radius: 15px;
  font-weight: bold;
  border: none;
  outline: none;
  padding: 12px;
  background-color: var(--bgc1);
  box-shadow: inset 6px 6px 6px -1px rgba(10, 99, 169, 0.16), inset -6px -6px 6px -1px rgba(255, 255, 255, 0.70);
  transition: 0.3s ease all;
  overflow: hidden;
}
.tipsp {
  position: relative;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  width: 14px;
  height: 14px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(75, 168, 205);
  box-shadow: 0 0 3px rgb(75, 168, 205);
  transition: .3s all;
  cursor: help;
  pointer-events: all !important;
}
form select {
  color: var(--gy);
  font-size: 16px;
  padding-left: 10px !important;
}
.tipsp:hover {
  background: var(--bk);
  color: var(--we);
}
.tipsp .tip {
  visibility: hidden;
  max-width: 285px;
  background-color: var(--bk);
  color: var(--we);
  text-align: center;
  height: auto;
  width: auto;
  min-width: 150px;
  border-radius: 12px;
  padding: 5px 3px;
  position: absolute;
  font-weight: normal;
  font-size: medium;
  z-index: 1;
  bottom: 138%;
  opacity: 0;
  transition: .3s all;
}
.tip {
  text-wrap: wrap;
}
.tipsp:hover .tip {
  visibility: visible;
  opacity: 1;
}
.frmlab {
  position: absolute;
  left: 0.6rem;
  top: 18px;
  pointer-events: none;
  transition: 0.3s ease all;
  border: none;
  box-shadow: none;
  border-radius: 12px;
  background: var(--bgc1);
  color: var(--gy);
  padding: 0 5px;
  text-wrap: nowrap;
}
.fields:focus + .frmlab, .fields:not(:placeholder-shown) + .frmlab {
  top: 5px;
  font-size: 0.85rem;
  color: #004aa9;
  border: 1px solid silver;
  box-shadow: 0 0 2px silver;
}
.fields:focus + .frmlab .tipsp, .fields:not(:placeholder-shown) + .frmlab .tipsp {
  padding-top: 1px;
  padding-bottom: 0px;
}
.fields:focus, .fields:not(:placeholder-shown):not(select) {
  margin-top: 0.5rem;
}
input, .frmlab {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
}
.que {
  margin-bottom: 8px;
}
.que::before {
  content: '(F)';
  color: #002fff;
  margin-right: 5px;
}
.ans {
  margin-left: 18px;
  margin-top: -4px;
}
.ans::before {
  content: '(A)';
  color: teal;
  margin-right: 5px;
}
.ant {
  margin-left: 18px;
}
#colsel {
  position: relative;
  height: 53px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid silver;
  padding: 3px 8px;
  cursor: pointer;
}
.clwrp {
  position: relative;
  padding-top: 0;
}
.clwrp::after {
  width: calc(100% - 20px);
  content: 'Hier klicken um die Farbe zu ändern';
  user-select: none;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-weight: bold;
  color: black;
}
.fst {
  padding: 8px;
  border: 3px solid #acc1d6d8;
  border-radius: 15px;
}
.fst legend {
  margin-left: 10px;
  padding: 0 3px;
  font-weight: bold;
  font-size: large;
  color: #2d4f7b;
}
.oa {
  margin-top: 8px;
}
.formerr {
  color: orangered;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: calc(0.75rem + 3px);
  top: 50px;
  pointer-events: none;
  max-height: 0;
  opacity: 0;
  transition: .3s ease all;
}
.errop {
  max-height: 150px;
  opacity: 1;
}
.xsel {
  user-select: none;
  pointer-events: none;
  display: none;
}
.rad {
  color: var(--gy);
  padding: 3px 15px;
  transition: .3s ease all;
}
.rflpar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rfl {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rfl.aflx {
  margin-bottom: 5px;
}
.mbn {
  margin-bottom: -8px;
}
.mb {
  margin-bottom: 5px;
}
.ftcnt, #optft, #nft {
  max-height: 0;
  opacity: 0;
  transition: .3s ease-in-out all;
}
.ftcnt.act, #optft.act, #nft.act {
  height: auto;
  max-height: 2550px;
  opacity: 1;
  transition: .3s ease-in-out all;
}
#optft, #nft {
  margin-bottom: 5px;
}
.rmt {
  margin-top: -5px;
}
input[type="radio"] {
  cursor: pointer;
}
.rad .formerr {
  margin-left: 0px;
  top: 44px;
}
.hdn, .ads {
  display: none;
}
.tarel {
  position: relative;
  width: 100%;
}
.tarel .frmlab {
  margin-top: -5px;
}
textarea {
  width: 100%;
  min-height: 104px;
  max-height: 500px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: normal;
  border: solid 1px rgb(155, 155, 155);
  border-radius: 12px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 16px !important;
  resize: vertical;
  margin-bottom: -3px !important;
}
.txta2 {
  height: 60px;
  min-height: 60px;
  max-height: 135px;
  margin: 3px 0;
  overflow-y: auto;
}
td textarea {
  width: 100%;
  height: 23px;
  min-height: unset;
  max-height: 150px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: normal;
  border: none;
  border-radius: unset;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 16px !important;
  resize: vertical;
  margin-bottom: -3px !important;
  overflow: hidden;
  border-right: 1px solid silver;
}
.count {
  position: absolute;
  font-size: 0.8rem;
  color: #656565;
  text-align: center;
  bottom: 3px;
  display: block;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
.count span {
  font-size: 0.8rem;
}
.required {
  visibility: hidden;
  height: 0px;
}
.sptc {
  display: none;
}
.reqd {
  position: absolute;
  top: -9999px;
  left: 50%;
  transform: translate(-50%);
  z-index: -50;
}
.req {
  height: 0px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  border: none;
  outline: none;
}
.req input[type="text"] {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  border: none;
  outline: none;
}
input[type="checkbox"] {
  cursor: pointer;
}
.humchk {
  display: flex;
  gap: 10px;
}
.hum {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--we);
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.68), inset 0 0 3px rgba(0, 0, 0, 0.68);
  margin-top: 9px;
  margin-bottom: 0;
  position: relative;
}
.hum:checked {
  background-color: #0075ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.68);
}
.hum:checked::after {
  content: "\2714";
  font-size: 14px;
  font-weight: bold;
  color: var(--we);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.humg {
  opacity: 1;
  text-align: left;
}
.fnlnk {
  cursor: pointer;
  color: rgb(255, 230, 88);
  text-shadow: 0 0 2.5px black, 0 0 2.5px black, 0 0 2.5px black, 0 0 2.5px black, 0 0 2.5px black;
  letter-spacing: 1px;
}
.fnlnkb {
  cursor: pointer;
  color: #0000ff;
}
.cbs {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.68), inset 0 0 1px rgba(0, 0, 0, 0.68);
  margin-top: 0px;
  font-size: 12px;
}
.btns {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 15px;
}
.sbmbtn, .rstbtn {
  background: linear-gradient(grey, black);
  border-radius: 15px;
  font-size: large;
  font-weight: bold;
  padding: 1px 8px 3px 8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 2px black;
  color: var(--we);
  text-shadow: var(--cfSh);
  cursor: pointer;
}
.sbmbtn:hover, .sbmbtn:focus-visible {
  color: lime;
  box-shadow: 0 0 8px green;
}
.resf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -5px;
  margin-top: -8px;
}
.resp {
  font-weight: bold;
  color: #869edf;
  vertical-align: middle;
  user-select: none;
  margin-top: -2px;
  margin-bottom: -2px;
  text-wrap: wrap;
  text-align: center;
}
.rstbtn:hover, .rstbtn:focus-visible {
  color: #ff9891;
  box-shadow: 0 0 8px orangered;
}
.otbt {
  padding: 0 5px;
  border-radius: 12px;
  border: none;
  outline: none;
  box-shadow: 0 0 5px black;
  margin: 0 0 5px 5px;
  font-weight: normal;
  cursor: pointer;
}
.otbt:hover {
  color: teal;
}
.otbt:focus, td select:focus, #ref:focus, #payme:focus, #colsel:focus {
  background-color: rgb(243, 243, 175);
}
.ifr {
  display: none;
}
.conf {
  display: none;
  height: fit-content;
  width: fit-content;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 215);
  padding: 10px 15px;
  box-shadow: 0 0 12px black;
  border: 1px solid silver;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  font-size: large;
  font-weight: bold;
  z-index: 8;
}
.FAIL {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
  font-size: x-large;
  font-weight: bold;
  color: var(--bk);
  background-color: #FFC7CE;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom:2px;
  border: solid 3px black;
  border-radius: 12px;
  text-wrap: nowrap;
  z-index: 1;
}
.mlval {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
  position: absolute;
}
.ifr {
  display: none;
}
.error {
  border: 2px solid rgb(255, 125, 0);
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  appearance: unset;
  -moz-appearance: textfield;
}
.fupl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.fupl span {
  text-wrap: nowrap;
}
input::file-selector-button {
  border: 2px solid silver;
  border-radius: 12px;
  cursor: pointer;
  margin: -1px 8px 0 0px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: var(--gy);
}
input::file-selector-button:hover, .ssupl:hover {
  background: linear-gradient(to right, gold, yellow);
  border-radius: 12px;
}
.slctd::file-selector-button {
  color: var(--bk);
}
.ssupl {
  width: 100%;
  padding-right: 8px;
}
.ft {
  font-weight: bold;
}
cf, #olnk, #flnk, #slnk, #clnk, #nflnk, #nclnk {
  cursor: pointer;
}
cf:hover, #olnk:hover, #flnk:hover, #slnk:hover, #clnk:hover, #nflnk:hover, #nclnk:hover, cf:focus-visible, #olnk:focus-visible, #flnk:focus-visible, #slnk:focus-visible, #clnk:focus-visible, #nflnk:focus-visible, #nclnk:focus-visible {
  color: orange;
  text-shadow: var(--cfSh);
  outline: none;
}
.cbd input {
  margin-bottom: 2px;
}
.tblcnt {
  width: 100%;
  max-width: 100%;
  margin: 8px 0;
  overflow-x: auto;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
}
.tbl {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: none;
  outline: none;
  border-collapse: collapse;
  font-size: .9rem;
  border-radius: 8px 8px 0 0;
}
.tbl thead tr {
  background: #336f9f;
  color: var(--we);
  text-align: left;
  font-weight: bold;
}
.tbl thead tr th {
  padding: 5px 3px;
  hyphens: auto;
  word-wrap: break-word;
}
.tbl tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
.tbl tbody tr input {
  border-right: 1px solid silver;
}
.tbl tbody tr td:last-of-type input {
  border-right: none;
}
.tbl tbody tr:last-of-type {
  border-bottom: 2px solid #336f9f;
}
.tbl input, .tbl select {
  border: none;
  outline: none;
  padding: 2px 3px;
  width: 100%;
}
.tbl td input {
  font-weight: normal;
}
.tbl select {
  color: var(--bk);
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  border-right: 1px solid silver;
}
.tbl td:last-child select {
  border-right: none;
}
.tbl tbody tr:nth-of-type(even) input {
  background-color: #eeeeee;
}
.opttxt {
  font-weight: normal;
  color: #3d525d;
  padding: 3px;
}
.agb, .dse {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 85vh;
  width: 85vw;
  background: rgb(255, 243, 222);
  padding: 12px;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  scroll-behavior: smooth;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.cls {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--we);
  background-color: var(--bk);
  border: 2px solid silver;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.cls::after {
  content: 'X';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cls:hover {
  color: orange;
  background-color: var(--bk);
  border: 2px solid orange;
  box-shadow: 0 0 12px orangered;
}
#agbt, #hdse {
  font-size: larger;
}
.agb p, .dse p {
  font-size: medium;
  line-height: normal;
}
.aue {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.ati {
  font-weight: bold;
  font-size: 1rem;
  margin: 8px 0 3px 0;
}
.uti {
  display: flex;
  gap: 3px;
  margin: 3px 0 0 8px;
  font-style: italic;
  margin-left: 8px;
}
.uti p:nth-child(1) {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
}
.aco {
  text-align: justify;
  padding: 4px;
  padding-top: 1px;
}
.agbdse .aco {
  margin-left: 15px;
  font-size: .9rem;
}
.aco a {
  text-decoration: none;
}
.cntd {
  display: flex;
  gap: 3px;
}
.cntd .aco {
  padding: 0 0 0 4px;
  font-style: italic;
  margin-bottom: 1px;
}
.agbdse *::-webkit-scrollbar, .txta2::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
.agbdse *::-webkit-scrollbar-track, .txta2::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgb(202, 202, 202, 0.85);
  backdrop-filter: blur(8px);
  margin: 15px;
  cursor: pointer;
}
.agbdse *::-webkit-scrollbar-thumb, .txta2::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.85);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.agbdse *::-webkit-scrollbar-track:hover, .txta2::-webkit-scrollbar-track:hover {
  border-top: 1px solid rgb(158, 158, 158);
  border-bottom: 1px solid rgb(158, 158, 158);
  border-left:  1px solid rgb(158, 158, 158);
  border-right: none;
}
.agbdse *::-webkit-scrollbar-thumb:hover, .txta2::-webkit-scrollbar:hover {
  background-color: gold;
  border: 1px solid grey;
}
.container {
  position: relative;
  transform-origin: center center;
  height: clamp(155px, 40vw, 43vw);
  overflow: hidden;
  width: 100%;
}
.vdpp {
  border: 1px solid rgba(0, 0, 0, 0);
  height: 0px;
  user-select: none;
  pointer-events: none;
}
.vidsparent {
  perspective: 1200px;
  padding-top: 285px;
  display: flex;
  justify-content: center;
  margin-top: clamp(-355px, -218px, -125px);
}
.vidcnt {
  display: flex;
  justify-content: center;
  animation: rotar 60s infinite linear;
  transform-style: preserve-3d;
}
.vidcnt:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.psd {
  animation-play-state: paused;
}
.vcnt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: content-box;
  width: 18vw;
  max-height: 300px;
  max-width: 200px;
  box-shadow: 0 0 10px black;
  pointer-events: all;
  border-radius: 0 0 clamp(5px, 15px, 1vw) clamp(5px, 15px, 1vw);
  overflow: hidden;
  background-color: var(--we);
}
.vcnt:nth-child(1) {transform: rotateY(0deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(2) {transform: rotateY(36deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(3) {transform: rotateY(72deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(4) {transform: rotateY(108deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(5) {transform: rotateY(144deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(6) {transform: rotateY(180deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(7) {transform: rotateY(216deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(8) {transform: rotateY(252deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(9) {transform: rotateY(288deg) translateZ(calc(145px + 15vw));}
.vcnt:nth-child(10) {transform: rotateY(324deg) translateZ(calc(145px + 15vw));}
.vcnt video {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
  pointer-events: none;
}
.vcnt span {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  z-index: 50;
  letter-spacing: clamp(0, 1px, 2px);
  font-size: clamp(8px, 1vw, 20px);
  font-weight: bold;
  text-wrap: nowrap;
}
.vcnt .lng {
  font-size: clamp(7px, 1vw, 14px);
}
@keyframes rotar {
  from {transform: rotateY(0deg);}
  to {transform: rotateY(-360deg);}
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}
.overlay video {
  width: 0;
  height: 0;
  transition: width 0.5s ease, height 0.5s ease;
  /* box-shadow: 0 0 5px black; */
  border-radius: clamp(5px, 15px, 1vw);
  cursor: pointer;
  border: 2px solid #888888;
}
.overlay video.expanded {
  height: 100%;
  max-height: 80vh;
  width: 100%;
  max-width: 68vw;
}
.overlay video:focus-visible {
  border: 2px solid #888888;
  outline: none;
}
video::cue {
  font-size: clamp(16px, 2vw, 32px);
  color: #3f466d;
  background: none;
  white-space: pre-wrap;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  border-radius: 0.2em;
  /* padding: 0.1em 0.2em; */
  /* color: white; */
  /* font-family: sans-serif; */
  /* font-style: italic; */
  /* font-weight: bold; */
  /* line-height: 1.5; */
  /* text-decoration: underline; */
  /* outline: 2px solid red; */
  /* opacity: 0.9; */
  /* visibility: visible; */
  /* ruby-position: under; */         /* Für Ruby-Text (z. B. Japanisch) */
  /* text-combine-upright: all; */    /* Textkombination für vertikale Texte */
}
video:focus-visible {
  border: 2px solid orange;
  outline: none;
}
.nw {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
.fpl {
  text-decoration: none;
  color: #496b97;
  cursor: pointer;
}
.modal, .cur, .tobi {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.on {
  display: flex;
}
.ph {
  font-size: clamp(18px, 1.4vw, 180%);
  font-weight: bold;
  margin: 15px 0 5px 0;
  color: #30455a;
}
.pfl {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 5px 0;
}
.pfl div:nth-child(1) {
  display: flex;
  width: 100%;
  max-width: 50%;
  align-items: center;
  justify-content: end;
  font-weight: bold;
}
.pfl div:nth-child(2) {
  width: 100%;
  max-width: 50%;
  text-align: left;
}
.modcon, .cuve, .tobicon {
  position: relative;
  background-color: #fefefe;
  height: fit-content;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.modal p, .tobi p {
  font-weight: bold;
  margin-bottom: 5px;
}
.close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: var(--we);
  height: 20px;
  width: 20px;
  right: 1px;
  top: 1px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 0 2px black;
  background-color: var(--bk);
}
.close::after {
  content: 'x';
  padding-bottom: 6px;
}
.close:hover, .close:focus {
  color: orangered;
  text-decoration: none;
  cursor: pointer;
}
#pripop {
  position: fixed;
  top: 5%;
  right: 5%;
  border: 1px solid #ccc;
  padding: 10px;
  background: rgb(255, 255, 250);
  box-shadow: 0 0 10px #34464e;
  border-radius: 8px;
  color: #34464e;
  display: none;
}
.basev, .item, .summary {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.item {
  margin: 5px 0;
}
.summary {
  font-weight: bold;
}
.slt {
  display: block;
  min-width: 100%;
  /* text-align: center; */
}
.mt {
  margin-top: 18px;
}
.slt p {
  display: block;
  align-items: unset;
  flex-wrap: nowrap;
}
.fc {
  flex-direction: column;
}
.mtb {
  margin: 5px 0;
}
.mtb .shcnt {
  font-weight: bold;
  text-shadow: 0 0 3px gold;
}
.mtb .shcnt:hover, .mtb .shcnt:focus-visible {
  text-shadow: var(--cfSh);
}
@media (min-width: 2080px) {
  .vdpp {margin-top: 0vw}
  .container {height: calc(clamp(155px, 40vw, 43vw) - 10vw)}
  .container {max-height: 1000px}
}
@media (max-width: 2079px) {
  .vdpp {margin-top: 0vw}
  .container {height: calc(clamp(155px, 40vw, 43vw) - 8vw)}
  .container {max-height: 1000px}
}
@media (max-width: 1780px) {
  .vdpp {margin-top: -1vw}
  .container {height: calc(clamp(155px, 40vw, 43vw) - 5vw)}
  .container {max-height: 1000px}
}
@media (max-width: 1500px) {
  .vdpp {margin-top: -1vw}
  .container {height: calc(clamp(155px, 40vw, 43vw) - 2vw)}
}
@media (max-width: 1300px) {
  .vdpp {margin-top: -2vw;}
  .container {height: calc(clamp(155px, 40vw, 43vw) + 1vw)}
}
@media (max-width: 1200px) {
  .vdpp {margin-top: -3vw;}
  .container {height: calc(clamp(155px, 40vw, 43vw) + 1vw)}
}
@media (max-width: 1100px) {
  .vdpp {margin-top: -3vw;}
  .container {height: calc(clamp(155px, 40vw, 43vw) + 3vw)}
}
@media (max-width: 900px) {
  .vdpp {margin-top: -4vw;}
  .container {height: calc(clamp(155px, 40vw, 43vw) + 4vw)}
}
@media (max-width: 680px) {
  .vdpp {margin-top: -4vw;}
  .container {height: calc(clamp(155px, 40vw, 43vw) + 6vw)}
}
@media (max-width: 580px) {
  .vdpp {margin-top: -5vw;}
  .container {height: calc(clamp(155px, 40vw, 43vw) + 10vw)}
}
@media (max-width: 480px) {
  .vdpp {margin-top: -8vw;}
  .dyfo {
    font-size: 0.85rem;
  }
}
@media (max-width: 780px) {
  .tbl th {
    display: none;
  }
  .tbl td {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .tbl td:nth-child(n)::before {
    flex-basis: 53ch;
    background: #336f9f;
    color: var(--we);
    font-weight: bold;
    padding: 1px 3px;
    border-radius: 5px;
    margin-left: 2px;
  }
  .tbl.tb1 td:nth-child(1)::before {
    content: 'Anrede / Titel:';
  }
  .tbl.tb1 td:nth-child(2)::before {
    content: 'Name / Firma:';
  }
  .tbl.tb1 td:nth-child(3)::before {
    content: 'Ansprechpartner / Abteilung:';
  }
  .tbl.tb1 td:nth-child(4)::before {
    content: 'Straße + Hausnummer:';
  }
  .tbl.tb1 td:nth-child(5)::before {
    content: 'Postfach:';
  }
  .tbl.tb1 td:nth-child(6)::before {
    content: 'Postleitzahl:';
  }
  .tbl.tb1 td:nth-child(7)::before {
    content: 'Ort:';
  }
  .tbl.tb1 td:nth-child(8)::before {
    content: 'Kundennummer:';
  }
  .tbl.tb1 td:nth-child(9)::before {
    content: 'E-Mail-Adresse:';
  }
  .tbl.tb2 td:nth-child(1)::before {
    content: 'Artikel- / Leistungsbeschreibung:';
  }
  .tbl.tb2 td:nth-child(2)::before {
    content: 'Menge:';
  }
  .tbl.tb2 td:nth-child(3)::before {
    content: 'Einheit:';
  }
  .tbl.tb2 td:nth-child(4)::before {
    content: 'Netto-Einzelpreis (€):';
  }
  .tbl.tb2 td:nth-child(5)::before {
    content: 'Artikelsteuersatz (19%, 7%, 0%):';
  }
  .tbl td:last-of-type {
    border-bottom: 2px solid silver !important;
    margin-bottom: 2px;
  }
  tr {
    margin: 5px 0;
  }
  .tbl input {
    border: none !important;
    width: 100%;
  }
  .tbl tbody tr:nth-of-type(even) input, .tbl tbody tr:nth-of-type(even) select, .tbl tbody tr:nth-of-type(even) {
    background-color: #ebfaff;
  }
  .tbl tbody tr {
    background-color: var(--we);
  }
  .tbl tbody tr td {
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  .tbl tbody tr:nth-of-type(even) td {
    border-bottom: 1px solid rgb(218, 218, 218);
  }
}
@media (max-width: 592px) {
  .eri {
    max-width: 93%;
  }
}
@media (max-width: 500px) {
  .eri {
    order: 1;
    max-width: 98%;
  }
  nav {
    height: 33px;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  .flex {
    gap: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 580px) {
  .flex {
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .res {
    margin: 5px;
  }
}
@media (max-width: 500px) {
  .btns {
    margin-bottom: 33px;
  }
  .resp {
    position: absolute;
    top: 38px;
  }
}
@media (max-width: 450px) {
  .dyfo {
    font-size: 0.85rem;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 380px) {
  .dyfo {
    font-size: 0.80rem;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 364px) {
  nav {
    display: block;
    width: 100%;
  }
  nav a {
    position: absolute;
    font-size: 1rem;
    opacity: 0;
    width: 100%;
    pointer-events: none;
  }
  nav a.active {
    opacity: 1;
    pointer-events: all;
  }
  nav a.active::before {
    content: '\25BC';
    position: absolute;
    left: 10px;
    font-size: .75rem;
  }
  nav a.active::after {
    content: '\25BC';
    position: absolute;
    right: 10px;
    font-size: .75rem;
  }
}