@font-face {
  font-family: 'EasyGrotesk' !important;
  src: url("../fonts/EasyGrotesk-Regular.woff") format("woff"),
      url("../fonts/EasyGrotesk-Regular.woff2") format("woff2"), 
      url("../fonts/EasyGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EasyGrotesk' !important;
  src: url("../fonts/EasyGrotesk-Bold.woff") format("woff"),
      url("../fonts/EasyGrotesk-Bold.woff2") format("woff2"), 
      url("../fonts/EasyGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  margin: 0;
  font-family: "EasyGrotesk", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFE5EF;
  text-align: left;
  background-color: #4d1936;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow-x: hidden;
  white-space: normal;
  word-break: break-word;
}

footer {
  height: 80px;
  width: 100%;
  background-color: #FFE5EF;
  position: absolute;
  bottom: 0;
  text-align: right;
  color: #4D1A36;
}
.impressum {
  position: absolute;
  bottom: 30%;
  right: 10%;
  color: #4D1A36;
}
.impressum a, .impressum a:hover {
  color: #4D1A36;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.impressum a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1440px;
}

.content{
  padding-bottom: 130px;
  /* padding-left: 6rem;
  padding-right: 6rem; */
}
h2 {
  color: #ffffff;
  font-size: 28px;
}
h3 {
  color: #ffffff;
  font-size: 21px;
}
h4 {
  color: #ffffff;
  font-size: 16px;
}
caption{
  caption-side: unset!important;
}
.grey-box {
  background-color: #dbd1d7;
  color: #4D1A36;
  padding: 20px;
  border-radius: 5px;
}
.color-dark {
  color: #4f5860!important;
}
.color-grey {
  color: #FFE5EF;
}
.color-green {
  color: #1fca74;
}
.color-orange {
  color: #ff601a;
}
.color-purple {
  color: #4D1A36;
}
.hr-dashed {
  border: 1px dashed #e6e6e6;
}
small {
  color: #ff601a;
  font-size: 13px;
}
p {
  font-size: 14px;
  color: #FFE5EF;
}
.btn-eb-dark {
  border-radius: 110px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
  border: solid 2px #FFE5EF;
  background-color: unset;
  color: #FFE5EF;
  white-space: normal;
}
.btn-eb-dark:hover, .btn-eb-dark:not(:disabled):not(.disabled):active {
  color: #4D1A36;
  background-color: #FFE5EF;
  border-color: #FFE5EF;
}
.list-group-item{
  border-radius: 7px;
  border: solid 1px #ced0db;
}
.list-group-item.active {
  z-index: 1;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #ff601a;
  background-color: #fff;
  color: #41636e;
}
.list-group-item.active i {
  color: #ff601a;
}
.card {
  border-radius: 7px;
}
.information-save{
  background-color: #eaf5fb;
  border-radius: 5px;
}
.f-24 {
  font-size: 24px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.color-faded{
  color: #ced0db;
}
.color-white{
  color: #ffffff;
}
.color-p {
  color: #FFE5EF;
}
.comment{
  font-size: 12px;
  font-style: italic;
  line-height: 2.83;
  color: #ffffff;
}
.btn-warning {
  border: 2px solid #ff601a;
  color: #fff;
  background-color: #4D1A36;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ff601a;
  border: 2px solid #ff601a;
}
.text-warning {
  color: #ff601a !important;
}
.btn-primary{
  height: 48px;
  border-radius: 5px;
  background-color: #dae3f8;
  color: #2b9ff6;
  font-size: 15px;
  width: inherit;
  border: none;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #dae3f8;
  color: #2b9ff6;
  font-size: 15px;
}
.btn-eb {
  border-radius:110px;
  /*
  background-color: #fff;
  color: #ff601a;
  border:1px solid #ff601a;
  */
}

.discount-form-control {
  height: 48px;
  border-radius: 5px;
  border: solid 2px #d8dbe7;
  padding: 0.9rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ff601a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

label {
  color: #7f8fa4;
  font-size: 14px;
}

#sticky.stick {
  z-index: 10;
  position: fixed;
  top: 0;
  padding-right: 6rem;
}

.table thead th, .table td {
  border: none;
  color: #4D1A36;
  font-size: 16px;
  font-weight: 500;
}
.table tbody td {
  padding-top: 0;
  padding-bottom: 0;
  color: #354052;
}
.table thead th {
  font-weight: bold;
}
.table {
  min-width: 400px;
}

.table th:first-child{
  border-radius:5px 0 0 5px;
}

.table th:last-child{
  border-radius:0 5px 5px 0;
}

#salesPersonImage{
  padding-bottom: 15px;
}
.salesperson {
  font-size:14px;
}

.border-dashed{
  border-bottom: 1px dashed #e6e6e6;
}

.alert-danger{
  width:100%;
}

#ibanError{
  margin-left: 5px;
  margin-right: 5px;
}

@media  (max-width: 1100px) {
  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #sticky.stick {
    padding-right: 2rem;
  }
}

.error{
  color:red;
}

input[type=text].redBorder{
  border: 1px solid red;
}

input[type=checkbox].redBorder{
  outline: 1px solid red;
}

#overlay {
  z-index:999;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

#overlay .fa-spinner{
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 36pt;
  color:white;
}

#contentWrapper{
  display: none;
}

.taxHint{
  font-size: 9pt;
}

.items {
  font-family: "EasyGrotesk", sans-serif;
}

#accordion .border-top {
  border-top: solid 1px #000101!important;
}

.container-body h6 {
  line-height: 1.69;
}

.font-weight-bold {
  font-weight: 600!important;
}

.hover-white a:hover {
  color: #fff!important;
  text-decoration: underline;
}

.paymentOptionContainer, #paymentConditionText{
  color: #7f8fa4;
  /* font-size: 14pt; */
}

.text-rose {
  color: #FFE5EF;
}

input[type=radio]:hover, .radioLabel:hover{
  cursor:pointer;
}

#discount24, #discount36, #discountAliquot {
  display: none;
}

.tooltip-inner {
  text-align: left;
  max-width: 300px !important;
}

@media (max-width: 767.98px) {
  .hideColumn {
    display: none;
    color: red;
  }
}

#datepickerPayLater {
  width:85px;
}

.logo {
  margin-top:15px;
}

#discountBanner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ff601a !important;
  color:#fff;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensures the header stays on top of other content */
  text-align: center;
  font-size:1.3em;
}
a {
    color: #ff601a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #ff601a;
    text-decoration: underline
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff601a !important;
}
.quote {
  font-style: italic;
}