@charset "UTF-8";
@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/css/fonts/JetBrainsMono-Regular.ttf") format("truetype");
}
body {
  font-family: "JetBrains Mono";
  margin: 0;
  padding: 0;
}

h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

p {
  font-size: 20px;
}

button {
  cursor: pointer;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/8.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: -2;
}

.bestellenForm {
  background-color: white !important;
  width: 100%;
  max-width: 750px;
  box-shadow: 0 0 30px gray;
  border-radius: 0 !important;
  box-sizing: border-box;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-height: 100vh;
}
.bestellenForm form {
  position: relative;
  padding-bottom: 100px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.bestellenForm form::before {
  content: "";
  display: block;
  height: 160px;
  grid-column: span 2;
  width: 100%;
  margin-top: 0 !important;
}
.bestellenForm input[type=text],
.bestellenForm input[type=number],
.bestellenForm input[type=tel],
.bestellenForm input[type=email],
.bestellenForm button,
.bestellenForm select {
  width: 100%;
  box-sizing: border-box;
}
.bestellenForm .infoButton,
.bestellenForm button[name=infozahlterminal] {
  margin-right: 20vn;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.bestellenForm br {
  display: none;
}
.bestellenForm .err {
  color: red;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 5px;
  display: block;
}
.bestellenForm button[type=submit] {
  background-color: lightblue;
  border: 2px solid deepskyblue;
  min-height: 50px;
  border-radius: 15px;
  cursor: pointer;
  width: 200px !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
}

.inputSpezRechnungsAdresse, .AGB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.infoButton {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100000rem;
  border: none;
  background-color: dodgerblue;
  color: white;
  font-family: "Times New Roman";
  font-size: 17px;
}

.head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}

.infoPopUpStandart {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.infoPopUpStandart:target {
  display: flex;
  justify-content: center;
  align-items: center;
}

dialog {
  border: none;
  border-radius: 8px;
  padding-left: 20nm;
  padding: 0;
  max-width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 50%;
  max-height: 50%;
  align-content: center;
  margin: auto;
  inset: 0;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.infoPopUpStandart-Content {
  font-size: 14px;
  background: white;
  padding: 20px;
  max-width: 80%;
}

.closeButton {
  font-size: 25px;
  color: white;
  background-color: red;
  border: 2px solid black;
  border-radius: 5px;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  padding-top: clamp(0.5rem, 2vw, 1rem);
  padding-bottom: clamp(0.5rem, 2vw, 1rem);
  transition: all ease 0.5s;
  font-size: clamp(16px, 4vw, 24px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}

.headText {
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 0 clamp(15px, 3vw, 40px);
}

.scrolled {
  background-color: #ffffff;
  width: calc(100% - 20px);
  top: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn:hover {
  background-color: #b0e0e6 !important;
  border-color: #87cefa !important;
}

.bestellenButton {
  position: relative;
  display: block;
  width: fit-content;
  margin: clamp(100px, 35vh, 450px) auto 2rem auto;
  font-size: clamp(20px, 5vw, 40px);
  background-color: lightblue;
  border: 2px solid lightskyblue;
  padding: clamp(0.5rem, 2vw, 1rem) clamp(1.5rem, 4vw, 3rem);
  color: black;
  height: fit-content;
  font-weight: 700;
  transition: all ease 0.5s;
  text-decoration: none;
  border-radius: 15px;
  text-align: center;
}

@media (max-width: 480px) {
  .bestellenButton {
    min-height: 44px;
    width: 90%;
  }
  .btn {
    min-height: 44px;
  }
}
.btn {
  display: inline-block;
  height: fit-content;
  background-color: lightblue !important;
  border: 2px solid lightskyblue !important;
  color: black !important;
  font-weight: 700;
  transition: all ease 0.5s;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border-radius: 12px;
  padding: clamp(0.5rem, 1.5vw, 0.75rem) clamp(1rem, 2.5vw, 1.5rem);
  font-size: clamp(0.9rem, 2vw, 1.1rem);
}

.bestellenDiv {
  max-height: 500px;
  min-height: 500px;
}

.content {
  font-size: 15px;
}

.boxContainer div {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 gray, 0 6px 20px 0 gray;
  box-sizing: border-box;
  padding: 15px;
}

.aboutUsUmfassung div div {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3, p {
  margin: 5px 0 5px 0px;
}

.abotuUsVorteileEndText {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  margin: 40px 0;
}

.aboutUsVorteile {
  padding: 100px;
}

.aboutUsUmfassung {
  padding: 200;
}

@media (min-width: 1000px) {
  h2 {
    padding: 15px;
  }
  .boxContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: space-around;
    align-content: space-between;
  }
  .boxContainer div {
    max-height: 100px;
    width: 46%;
    margin-bottom: 10;
    padding: 10px;
  }
}
header {
  position: fixed;
  z-index: 100;
  width: calc(100% - 0px);
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all ease 0.5s;
  font-size: 20px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}

.headText {
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.scrolled {
  background-color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 4px 15px gray;
  width: calc(100% - 2px);
  top: 10px;
  border-radius: 5px;
}

@media (min-width: 600px) {
  .bestellenForm form {
    padding-left: 40px !important;
    padding-right: 40px !important;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px 0px;
  }
  .inpputs,
  .inputEvent, .inputOrt, .inputDate, .inputTage,
  .inputOrga, .inputName, .inputTel, .inputEMail,
  #rechnungsFormular, #checkboxes,
  #inputDrucker, #inputTerminal {
    display: contents;
  }
  .standartSet,
  .ZusätzlicherBondrucker,
  .kartenZahlTerminal {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    grid-column: span 2;
    width: 100%;
  }
  .inputSpezRechnungsAdresse {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
  }
  .inputSpezRechnungsAdresse h3 {
    margin: 0;
  }
  .inputSpezRechnungsAdresse input[type=checkbox] {
    grid-column: auto;
    justify-self: auto;
    margin: 0;
  }
  .bestellungsSystemumfang,
  .bestellenForm form h3,
  .bestellenForm form .AGB,
  .bestellenForm form button[type=submit],
  .bestellenForm form .preis {
    grid-column: span 2;
    width: 100%;
  }
  .bestellenForm form p {
    grid-column: span 2;
    width: 100%;
    font-size: unset !important;
    line-height: 1.4;
    margin: 10px 0;
  }
  .bestellenForm input[type=text],
  .bestellenForm input[type=date],
  .bestellenForm input[type=number],
  .bestellenForm input[type=tel],
  .bestellenForm input[type=email],
  .bestellenForm .anzahlTerminal,
  .bestellenForm .drucker {
    grid-column: 2;
    width: 100%;
    padding: 12px 10px;
    border-radius: 10px;
    border: 1px solid black;
  }
  .bestellenForm input[type=checkbox] {
    grid-column: 2;
    justify-self: start;
    align-self: center;
  }
  .bestellenForm span,
  .bestellenForm label {
    grid-column: 1;
    align-self: center;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .bestellenForm .err {
    grid-column: span 2;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .standartSet label,
  .standartSet input,
  .standartSet button,
  .ZusätzlicherBondrucker label,
  .ZusätzlicherBondrucker input,
  .kartenZahlTerminal label,
  .kartenZahlTerminal input,
  .kartenZahlTerminal button {
    grid-column: auto !important;
    width: auto !important;
  }
  .AGB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header {
    font-size: clamp(24px, 3vw, 30px);
    font-size: 30px;
    max-width: 100%;
  }
  .header-container {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 40px;
    left: 0;
  }
  .scrolled {
    width: calc(100% - 40px);
    top: 15px;
    border-radius: 15px;
    max-width: 100%;
  }
}
.header {
  min-height: 90vh;
  max-height: 90vh;
  background-image: url("/assets/images/8.jpg");
  filter: blur(3px);
  max-width: 100%;
}

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