/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
.h3-like,
h3,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 1.8rem;
}
h2, .h4-auth {
  font-size: 1.4rem;
}
h3, .h3-like {
  font-size: 1.2rem;
}
h4, .h4-like {
  font-size: 1rem;
}
h5, .h5-like {
  font-size: 1rem;
}
h6, .h6-like  {
  font-size: 0.95rem;
}
.lead, .navbar-brand, .form-control, .btn{
  font-size: 0.9rem;
}
p, td, b, a, th, li, .form-regular{
  font-size: 0.7rem;
}
.txt-reg-auth{
  font-size: 0.8rem;
}


@media (min-width: 576px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3, .h3-like {
    font-size: 1.9rem;
  }
  h4, .h4-auth, .h4-like {
    font-size: 1.7rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6, .h6-like  {
    font-size: 1.4rem;
  }
  .lead, .navbar-brand, .form-control, .btn {
    font-size: 1.3rem;
  }
  p, td, b, a, th,  li, .form-regular, .txt-reg-auth{
  font-size: 1rem;
  }
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 0rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.showcase .showcase-text {
  padding: 2rem;
}

.showcase .showcase-img {
  min-height: 12rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 4rem;
  }
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 4rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
  }
}

@media (min-width: 768px) {
  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
  }
}


.testimonials {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonials .testimonial-item {
  max-width: 28rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: no-repeat center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/*!  CUSTOM */



.basket-logo{
  height:25px !important;
}


.circle {
  border-radius: .1rem;
  border: 1px solid #ffffff;
  background: #444444;
  color: #ffffff;
  display:inline;
  padding: 5px;
}

.btn-text {
  border-radius: 5px !important;
  border: 1px solid #ffffff !important;
  background: #8e8e8e !important;
  color: #000000 !important;
  display:inline !important;
  padding: 2px !important;
}

.card-columns {
  column-count: 1 !important;
}

@media (min-width: 992px) {
  .card-columns {
      column-count: 2 !important;
  }
}

.alert_overlay {
  z-index: 10;
  position: absolute;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.alert_overlay_top {
  z-index: 10;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  max-width: 700px;
  padding: 10px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}


.nav-overlay {
  z-index: 20 !important;
  position: absolute !important;
}



/* STRUCTURE */

.wrapper-auth {
  z-index: 6;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.form-content-auth {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 0px;
  width: 90%;
  max-width: 450px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

.form-footer-auth {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.form-top-content-auth {
  -webkit-border-radius: 10px 10px 1px 1px;
  border-radius: 10px 10px  1px 1px;
  background: #a0a0a0;
  text-align: center;
}

/* FORM TYPOGRAPHY*/


.btn-auth {
  background-color: #343a40;
  border: #343a40;
  color: #fff;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(144, 144, 144, 0.4);
  box-shadow: 0 10px 30px 0 rgba(144, 144, 144, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-auth:hover  {
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-auth:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.txt-auth {
  background-color: #f6f6f6;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.txt-auth:focus {
  background-color: #fff;
  border-bottom: 2px solid #6c757d;
}

.txt-auth:placeholder {
  color: #cccccc;
}

/* OTHERS */

*:focus {
    outline: none;
}



.center-element {
  display: flex;
  justify-content: center;
}


.load-indicator {
  z-index: 3;
  position: absolute;
  height: 200px;
  padding: 50px;
  width: 200px;
  margin-left: -100px;
  display: none;
}

.processing .load-indicator{
  display: inline-flex;
}
.processing.load-indicator{
  display: inline-flex;
}

.htmx-request .prices{
  opacity: 0.4;
}
.htmx-request.prices{
  opacity: 0.4;
}

.dropzone {
  height:200px;
  z-index: 2;
  position: relative;
  background-color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
}

.dropzone-form {
  height: 200px;
  z-index: 1;
  position: relative;
  border: 3px dashed #6c757d;
  background-color: #FFFFFF;
  opacity: 1;
  width: 100%;
}

.dropzone-text{
  z-index: 1;
  position: absolute;
  margin-top: 70px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

.btn, .btn-sm {
  border-radius: .1rem;
}



.btn-primary, .btn-outline-primary:hover {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}


.btn-primary:hover, .btn-outline-primary {
  color: #343a40 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #343a40 !important;
}

.btn-outline-primary, .btn-outline-secondary {
  color: #343a40 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-width: 0px;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #5a6268 !important;
  border-color: #5a6268 !important;
}

.btn-secondary:hover {
  color: #343a40 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border-color: #343a40 !important;
}


.btn-primary:focus, .btn-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff !important;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #1d2124 !important;
  border-color: #171a1d !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5) !important;
}


.footer{
    color: #bdbdbd;
    background-color: #1d1d1c;
    padding-bottom: 0px !important;
}

.bg-last {
    background-color: #202020;
}

#cookie_banner {
  position:fixed;
  width: 100%;
  top:auto;
  right:auto;
  left:auto;
  bottom:0;
  background: rgb(0, 0, 0);
  color: #FFFFFF;
  padding-top: 0.6rem;
  padding-bottom:  0.6rem;
  text-align: center;
  content: " ";
  z-index:5;
  display: block;
}

/* importent */

.no-pointer-event {
  pointer-events: none;
}


/* Breite des Select-Feldes */
.select2-container {
    width: 100% !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
  padding-left: 0 !important;
}

.form-input-stable {
  min-height: 40px !important;
  background-color: #fff !important;
  margin-bottom: 0.5rem !important;
}
/* accessibility.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #737373 !important;
}


.focusable:focus,
.focusable:focus-visible {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0.5em 1em !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  display: block !important;
  background-color: #0056b3; /* dunkler Hintergrund */
  color: #fff;               /* weißer Text */
  z-index: 1000;
  /* optional noch: outline- oder box-shadow für extra Sichtbarkeit */
}
.dropdown-menu.show {
  display: block !important;
}
.btn-row-middle:focus-visible {
  clip-path: none !important;
  outline: 3px dashed #000000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px #ffffff !important;
}
*:focus-visible, .dropzone-form:focus-within {
  outline: 3px dashed #000000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px #ffffff !important;
}
*:focus:not(:focus-visible) {
  outline: none !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pen-link {
  color: #5b0000 !important;
  text-decoration: underline;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}
