﻿/*html {
    overflow: scroll;
    overflow-x: hidden;
}

*/
@font-face {
  font-family: 'Mont Regular';
  src: url("Fonts/Fontfabric - Mont Regular.otf") format("opentype"); }

@font-face {
  font-family: 'Mont Bold';
  src: url("Fonts/Fontfabric - Mont Bold.otf") format("opentype"); }

@font-face {
  font-family: 'Mont Regular Italic';
  src: url("Fonts/Fontfabric - Mont Regular Italic.otf") format("opentype"); }

:root {
  --myColor: #d02121;
  --color-primary: #2FACB1;
  --color-primary-dark: #1b989d;
  --font-mont-regular: Mont Regular;
  --font-mont-bold: Mont Bold;
  --font-glatt-size09: 9px;
  --font-glatt-size10: 10px;
  --font-glatt-size12: 12px;
  --font-glatt-size14: 14px;
  --font-glatt-size16: 16px;
  --font-glatt-size20: 20px;
  --font-glatt-size24: 24px;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--font-mont-regular);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

body {
  margin: 0px !important;
  padding-top: 70px;
  background-color: #2facb1;
  font-size: var(--font-glatt-size14);
  /*    overflow: scroll;
    overflow-x: hidden;
*/ }

::-webkit-scrollbar {
  width: 0;
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #FF0000; }

footer {
  font-size: var(--font-glatt-size14);
  background-color: #D02121;
  color: #ffffff; }

.bg-glatt {
  border-radius: 10px;
  padding: 10px;
  background-color: #FFFFFF; }

h2 {
  font-size: 26px; }

h4 {
  font-size: var(--font-glatt-size16); }

h5 {
  font-size: var(--font-glatt-size12); }

a {
  text-decoration: none;
  color: unset; }

.glatt-font-MB20 {
  font-family: 'Mont Bold';
  font-size: var(--font-glatt-size20);
  color: var(--myColor); }

.text-d-ul {
  text-decoration-line: underline;
  text-decoration-style: double; }

.text-bold {
  font-family: var(--font-mont-bold); }

.table {
  color: unset !important; }

.custom-disable {
  pointer-events: none;
  opacity: 0.7; }

.produkt {
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: grey;
  background-color: #f5f5f5; }
  .produkt.active {
    background-color: #FFFFFF;
    color: #000000; }
    .produkt.active .produktTitel {
      font-size: var(--font-glatt-size20);
      font-weight: 600;
      color: #D02121; }
  .produkt .produktTitel {
    font-size: var(--font-glatt-size20);
    font-family: var(--font-mont-bold);
    cursor: pointer; }
    .produkt .produktTitel:hover {
      color: #D02121; }

.produktZA {
  width: 100%; }

.produktZ {
  width: 100%;
  border-radius: 10px;
  background-color: #f5f5f580;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 6px 6px;
  margin-bottom: 4px;
  color: grey; }
  .produktZ.active {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #f2f2f2;
    border-radius: 6px; }
    .produktZ.active .produktZTitel {
      font-weight: 500;
      font-size: var(--font-glatt-size16);
      cursor: pointer;
      color: #D02121; }
  .produktZ .produktZTitel {
    font-size: var(--font-glatt-size16);
    cursor: pointer; }

.ProductIcon {
  filter: grayscale(100%) brightness(280%);
  -webkit-filter: grayscale(100%) brightness(280%);
  -moz-filter: grayscale(100%) brightness(280%);
  cursor: pointer;
  position: relative; }
  .ProductIcon img {
    max-height: 40px; }
  .ProductIcon:hover {
    filter: grayscale(25%) brightness(140%);
    -webkit-filter: grayscale(25%) brightness(140%);
    -moz-filter: grayscale(25%) brightness(140%); }
  .ProductIcon::before {
    content: '\2713';
    display: inline-block;
    font-size: var(--font-glatt-size20);
    font-weight: 800;
    color: transparent;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #d02121;
    border-radius: 50%;
    margin-right: 10px; }
  .ProductIcon.active {
    filter: unset; }
    .ProductIcon.active::before {
      content: '\2713';
      display: inline-block;
      font-size: var(--font-glatt-size20);
      font-weight: 800;
      background-color: #d02121;
      color: #FFFFFF; }

.ProductIconZ {
  filter: grayscale(100%) brightness(280%);
  -webkit-filter: grayscale(100%) brightness(280%);
  -moz-filter: grayscale(100%) brightness(280%);
  cursor: pointer;
  position: relative; }
  .ProductIconZ img {
    max-height: 30px; }
  .ProductIconZ:hover {
    filter: grayscale(25%) brightness(140%);
    -webkit-filter: grayscale(25%) brightness(140%);
    -moz-filter: grayscale(25%) brightness(140%); }
  .ProductIconZ::before {
    content: '\2713';
    display: inline-block;
    font-size: var(--font-glatt-size16);
    font-weight: 800;
    color: transparent;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 2px solid #d02121;
    border-radius: 200px;
    margin-right: 8px; }
  .ProductIconZ.active {
    filter: unset; }
    .ProductIconZ.active::before {
      content: '\2713';
      display: inline-block;
      font-size: var(--font-glatt-size16);
      font-weight: 800;
      background-color: #d02121;
      color: #FFFFFF; }

.ProductIconH {
  filter: grayscale(100%) brightness(280%);
  -webkit-filter: grayscale(100%) brightness(280%);
  -moz-filter: grayscale(100%) brightness(280%);
  cursor: pointer;
  position: relative; }
  .ProductIconH img {
    max-height: 80px; }
  .ProductIconH:hover {
    filter: grayscale(25%) brightness(140%);
    -webkit-filter: grayscale(25%) brightness(140%);
    -moz-filter: grayscale(25%) brightness(140%); }
  .ProductIconH::before {
    content: '\2713';
    display: inline-block;
    font-size: var(--font-glatt-size16);
    font-weight: 800;
    color: transparent;
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 2px solid #d02121;
    border-radius: 200px;
    margin-right: 8px; }
  .ProductIconH.active {
    filter: unset; }
    .ProductIconH.active::before {
      content: '\2713';
      display: inline-block;
      font-size: var(--font-glatt-size16);
      font-weight: 800;
      background-color: #d02121;
      color: #FFFFFF; }

.produktPackage {
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  color: #000000; }
  .produktPackage .produktTitel {
    font-size: var(--font-glatt-size20);
    font-family: var(--font-mont-bold);
    font-weight: 600;
    color: #D02121; }

.ProductPackageIcon {
  position: relative;
  filter: unset; }
  .ProductPackageIcon img {
    max-height: 40px; }
  .ProductPackageIcon::before {
    content: '\2713';
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #d02121;
    border-radius: 200px;
    margin-right: 10px;
    font-size: var(--font-glatt-size20);
    font-weight: 800;
    background-color: #d02121;
    color: #FFFFFF; }

.produktZPackage {
  width: 100%;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 6px 6px;
  margin-bottom: 4px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f2f2f2;
  border-radius: 6px; }
  .produktZPackage .produktZTitel {
    font-weight: 500;
    font-size: var(--font-glatt-size16);
    color: #D02121; }

.ProductZIconPackage {
  position: relative; }
  .ProductZIconPackage img {
    max-height: 30px; }
  .ProductZIconPackage::before {
    content: '\2713';
    display: inline-block;
    font-size: var(--font-glatt-size16);
    font-weight: 800;
    background-color: #d02121;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 2px solid #d02121;
    border-radius: 200px;
    margin-right: 8px; }

.produktZAPackage {
  width: 100%; }

#backgroundOverlay {
  background-color: rgba(157, 157, 157, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9999; }

.description input {
  font-size: var(--font-glatt-size14) !important; }

.description .modal-content {
  background-color: #FFFFFF;
  color: #000000 !important;
  text-align: left;
  padding: 10px 12px;
  border-radius: 10px;
  border: solid 1px #d02121; }
  .description .modal-content .modal-header .btn-close {
    margin: -3rem -0.5rem -0.5rem auto; }

.error {
  border: solid 1px red !important; }

.btn-glatt {
  display: inline-block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #D02121;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #D02121;
  border-radius: 100px;
  font-size: 20px;
  /*    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/ }

.btn-glatt:hover {
  color: #fff;
  background-color: #D02121;
  border-color: #D02121; }

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  padding: 0px;
  cursor: pointer; }

/*.btn-check:focus + .btn-glatt, .btn-glatt:focus {
    box-shadow: 0 0 0 4px rgba(208, 33, 33, 0.5);
}*/
.btn-check:checked + .btn-glatt, .btn-check:active + .btn-glatt, .btn-glatt:active, .btn-Glatt.active, .btn-Glatt.dropdown-toggle.show {
  color: #fff;
  background-color: #D02121;
  border-color: #D02121; }

/*.btn-check:checked + .btn-glatt:focus, .btn-check:active + .btn-glatt:focus, .btn-glatt:active:focus, .btn-Glatt.active:focus, .btn-Glatt.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 4px rgba(208, 33, 33, 0.5);
}
*/
.btn-glatt:disabled, .btn-Glatt.disabled {
  color: #D02121;
  background-color: transparent; }

.btn-glatt1 {
  border-radius: 9999px;
  border: 0px;
  display: inline-block;
  font-weight: 600;
  padding: .5rem 1.5rem !important;
  color: #ffffff;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 0 6px 0 rgba(0, 0, 0, 0.3);
  z-index: 0; }
  .btn-glatt1.btn-next {
    background-color: #2facb1;
    background: linear-gradient(to left, #2facb1 50%, #2fa2a7 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease; }
  .btn-glatt1.btn-back {
    background-color: #e2e2e2;
    background: linear-gradient(to left, #cccccc 50%, #c7c7c7 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .4s ease; }
  .btn-glatt1:hover {
    background-position: left bottom; }

#AgbModal {
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.RadioGroupWrapper {
  background: white;
  color: #000000;
  z-index: 50;
  border-radius: 25px;
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0px 5px;
  text-decoration: none;
  vertical-align: middle; }
  .RadioGroupWrapper input[type="radio"] {
    display: none;
    padding: 0;
    width: 0px;
    height: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .RadioGroupWrapper label {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 4px 10px;
    margin: 5px 0px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 22px;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .RadioGroupWrapper label:hover {
    border: 1px solid #D02121;
    color: #D02121; }
  .RadioGroupWrapper input:checked + label {
    border: 1px solid #D02121;
    color: #FFFFFF;
    background: #D02121;
    cursor: default; }

.radioBtn2 input:checked + label {
  background-color: white; }

.radioBtn2 input[type="radio"] {
  display: none; }

.radioBtn2 input[type="radio"] + label {
  position: relative;
  padding-left: 24px;
  font-size: var(--font-glatt-size14);
  font-weight: 500;
  padding-bottom: 5px; }

.radioBtn2 input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 9999px;
  border: 1px solid #2FACB1;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  content: ' '; }

.radioBtn2 input[type="radio"] + label:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #2FACB1;
  display: block;
  opacity: 0;
  content: ' '; }

.radioBtn2 input[type="radio"]:checked + label {
  color: #005F9F; }

.radioBtn2 input[type="radio"]:checked + label:before {
  background-color: #FFFFFF;
  border-color: #2FACB1; }

.radioBtn2 input[type="radio"]:checked + label:after {
  opacity: 1; }

.radioBtn {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  font-size: var(--font-glatt-size14);
  padding-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radioBtn:hover {
    color: #005F9F; }
  .radioBtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .radioBtn:hover input ~ .radioMark {
    background-color: #ccc; }
  .radioBtn input.error ~ .radioMark {
    border-color: red; }
  .radioBtn input:checked ~ .radioMark {
    background-color: white;
    color: #005F9F; }
  .radioBtn input:checked ~ .radioMark:after {
    opacity: 1; }
  .radioBtn .radioMark {
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 9999px;
    border: 1px solid #2FACB1;
    background-color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    content: ' '; }
    .radioBtn .radioMark:after {
      position: absolute;
      left: 4px;
      top: 4px;
      width: 10px;
      height: 10px;
      border-radius: 9999px;
      background-color: #2FACB1;
      display: block;
      opacity: 0;
      content: ' '; }

.checkBox {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
  font-size: var(--font-glatt-size14);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkBox:hover input ~ .checkMark {
    background-color: #ccc;
    color: #005F9F; }
  .checkBox input.error ~ .checkMark {
    border-color: red;
    color: red; }
  .checkBox input:checked ~ .checkMark {
    background-color: #2FACB1;
    color: #005F9F; }
  .checkBox input:checked ~ .checkMark:after {
    opacity: 1; }
  .checkBox .checkMark {
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #2FACB1;
    background-color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    content: ' '; }
    .checkBox .checkMark:after {
      position: absolute;
      left: 3px;
      bottom: 0px;
      height: 20px;
      color: #fff;
      font-size: var(--font-glatt-size16);
      font-weight: 800;
      display: block;
      opacity: 0;
      content: '\2713'; }

.checkbox1 input[type="checkbox"] {
  display: none; }

.checkbox1 input[type="checkbox"] + label {
  position: relative;
  padding-left: 24px;
  font-size: var(--font-glatt-size14);
  font-weight: 500; }

.checkbox1 input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: red;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #2FACB1;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  content: ' '; }

.checkbox1 input[type="checkbox"] + label:after {
  position: absolute;
  top: 2px;
  left: 5px;
  content: "\2713";
  color: #fff;
  font-size: var(--font-glatt-size14);
  display: block;
  opacity: 1; }

.checkbox1 input[type="checkbox"]:checked + label {
  color: #005F9F; }

.checkbox1 input[type="checkbox"]:checked + label:before {
  background-color: #2FACB1; }

.checkbox1 input[type="checkbox"]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.checkbox1.error {
  color: red; }

.blinkText {
  color: red;
  animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

#roller {
  height: 1px;
  position: relative; }
  #roller .bsspinner {
    color: var(--myColor);
    width: 4rem;
    height: 4rem;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    z-index: 99999; }

@media only screen and (max-width: 450px) {
  body {
    font-size: var(--font-glatt-size14); }
  h2 {
    font-size: 22px;
    text-align: center; }
  h4 {
    font-size: var(--font-glatt-size14); }
  h5 {
    font-size: var(--font-glatt-size12); }
  .produktTitel {
    font-size: var(--font-glatt-size12) !important;
    width: min-content; }
  .produktZTitel {
    font-size: var(--font-glatt-size12) !important;
    width: min-content; }
  .ProductIcon {
    /*        &.active {

            &::before {
                content: '\2713';
                font-size: var(--font-glatt-size16);
                font-weight: 600;
            }
        }*/ }
    .ProductIcon img {
      max-height: 34px; }
    .ProductIcon::before {
      font-size: var(--font-glatt-size16);
      font-weight: 600;
      width: 22px;
      height: 22px;
      line-height: 20px;
      margin-right: 5px; }
  .ProductIconZ img {
    max-height: 26px; }
  .ProductIconZ::before {
    font-size: var(--font-glatt-size14);
    font-weight: 500;
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-right: 5px; }
  .ProductIconH img {
    max-height: 60px; }
  .ProductIconH::before {
    font-size: var(--font-glatt-size16);
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px; }
  .produktPackage {
    padding: 4px 4px; }
  .produktZPackage {
    padding: 3px 3px; }
  .ProductPackageIcon img {
    max-height: 34px; }
  .ProductPackageIcon::before {
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: var(--font-glatt-size16);
    font-weight: 600;
    margin-right: 5px; }
  .ProductZIconPackage img {
    max-height: 26px; }
  .ProductZIconPackage::before {
    font-size: var(--font-glatt-size14);
    font-weight: 500;
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-right: 5px; }
  .description input {
    font-size: var(--font-glatt-size12) !important; }
  .form-control {
    font-size: var(--font-glatt-size12);
    line-height: 1.5; }
  .btn-glatt {
    line-height: 20px;
    height: 20px;
    width: 20px; }
  .RadioGroupWrapper {
    border-radius: 200px;
    padding: 0px 5px; }
    .RadioGroupWrapper label {
      padding: 4px 6px;
      margin: 5px 0px;
      border-radius: 200px;
      font-size: 12px; } }
