body {
  font-family: 'Ubuntu', sans-serif;
}


/*
Anpassungen für Barrierefreiheit

*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.el-checkbox {
  display: flex;
}

.el-checkbox__label {
  font-size: 16px;
  color: #303133;
  font-weight: 400;
  text-wrap: auto;
}

.el-checkbox__input {
  margin-top: 3px;
}

:focus {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
  z-index: 2;   
}

.el-checkbox:focus-within {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
  z-index: 2;
}
/*
ENDE Anpassungen für Barrierefreiheit

*/

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #64bcfb;
    border-color: #64bcfb;
}

.el-table-column--selection .cell {
  padding: 0 !important;
  margin-left: 14px;
}

.el-checkbox__inner {
  border: 1px solid #004470;
}

/* placeholder colors */
*::-webkit-input-placeholder {
    color: #999!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #444!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #444!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999!important;
}

/* hide input number spinners */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance:textfield;
  -moz-appearance:textfield;
}

#bookingApp a {
  color: #004470;
  text-decoration: underline;
}
.el-icon-close-tip {
  display: none !important;
}

.popover-inner {
  word-break: normal;
}
.unit-surcharge  {
  font-size: 0.9rem;
  color: #004470

}
.unit-surcharge-text  {
  font-weight: bold;
}
.el-dialog__body {
  word-break: break-word;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* general font
* {
  font-family: 'Open Sans';
}
*/
.small-font {
  font-size: 13px;
}
.very-small-font {
  font-size: 12px;
}
/* data loading layer */
.data-loading {
  min-height: 100px;
  padding-top: 100px;
}

/* general box settings */
.box-card {
  margin-bottom: 10px;
  overflow: visible;
}

/* general input settings */
.el-select, .el-dropdown, .el-autocomplete, .el-date-editor.el-input {
  width: 100%;
}

/* general dialog settings */
.el-dialog__body {
  overflow: auto;
  padding: 0 20px;
}
.el-dialog {
  top: -10%!important;
}

/* general collapse settings */
.el-collapse-item__header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collapse-icon {
  float:right;
  margin: 15px 5px 0 0;
  color: #529c28; /*/#67c23a; */
  font-size: 20px;
}

/* general table settings */
.el-table__row {
  cursor: pointer;
}

/* error messages */
.el-form-item__error {
  font-size: 12px;
  margin-top: -3px;
}

/* navi tabs */
.navi-row .el-button {
  width: 100%;
}
.navi-row {
  padding: 10px 0;
  background: #fff;
}

/* navi steps */
.steps {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  padding: 0 5px;
}
.el-step {
  margin-top: 5px;
}

/* fixed bottom summary */
.bottom-fix {
  position: fixed;
  z-index: 1000;
  box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 0.5s;
}

/* consultant box */
.consultant-box .el-card__header {
  padding: 10px;
}

/* consultant icon */
.bottom-right-icon {
  padding: 0 5px;
  margin-left: 100%;
  left: -50px;
  bottom: -40px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}
.bottom-right-icon i {
  font-size: 40px;
}

/* info icon */
.bottom-right-info-icon {
  padding: 0 5px;
  margin-left: 100%;
  left: -105px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.bottom-right-info-icon i {
  font-size: 30px;
  margin: 5px 0 0 5px;
}

/* insurances */
.el-form-item__content {
  line-height: inherit;
}

/* sidebar */
.image-sidebar {
  width: 100%;
  position: absolute;
}
.content {
  margin-top: 64%;
}
/* summary */
.image {
  width: 100%;
}
.summary-arrow {
  float: left;
  width: 20px;
  padding: 6px 0 0 8px;
  -webkit-animation: pulseArrow 2s ease-in;
  -moz-animation: pulseArrow 2s ease-in;
  -o-animation: pulseArrow 2s ease-in;
  animation: pulseArrow 2s ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.summary-code {
  display: inline-block;
  margin-left: 10px;
  font-size:18px;
  padding-top: 8px;
}
.summary-icons i {
  font-size: 20px;
}
@keyframes pulseArrow {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
  25% {
    -ms-transform: scale(1.35);
    -webkit-transform: scale(1.35);
    opacity: 0.3;
  }
  50% {
    -ms-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    opacity: 0.6;
  }
  75% {
    -ms-transform: scale(2.05);
    -webkit-transform: scale(2.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(2.4);
    -webkit-transform: scale(2.4);
    opacity: 0.0;
  }
}
.bottom-summary {
  padding: 0 10px;
  font-size: 14px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bottom-summary .el-icon-arrow-up {
  -webkit-transition: all 1s;
  transition: all 0.5s;
}
.min-details {
  max-height: 40px;
}
.mid-details {
  max-height: 120px;
}
.full-details {
  max-height: 2000px;
  -webkit-transition: all 5s;
  transition: all 5s;
}
.full-details .el-icon-arrow-up {
  -webkit-transition: all 1s;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* GTC */
.gtc {
  margin-right: 10px;
}

/* ListIcons */
.scaleX {
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 6px !important;
}
.list-icon {
  float: left;
}
.material-icons {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* listServices */
.list-price {
  text-align: right;
  padding-right: 5px;
}

/* totalPrice */
.totalprice {
  text-align: right;
  min-height: 36px;
  padding-right: 5px;
}
.price-b {
  color: #529c28; /*/#67c23a; */
}
.price-bq {
  color: #b87b04; /*/#eb9e05; */
}

/* travelerCounterAge */
.empty-option {
  cursor: auto;
  height: 0px;
  padding: 0px;
  margin: 0px;
}
.empty-option:hover {
  background: none;
}
.multi-travelers-select-dropdown .el-select-dropdown__wrap {
  max-height: 290px;
}
.multi-travelers-dropdown {
  font-size: 14px;
  padding: 0 10px;
}
.multi-travelers-dropdown .el-row {
  margin: 5px 0;
}
.multi-travelers-dropdown .el-select {
  width: 130px;
}
.multi-travelers-dropdown .el-form-item {
  margin-bottom: 0px;
}
.multi-travelers-dropdown .el-row .el-button {
  width: 40px;
  height: 40px;
}
.multi-travelers-dropdown .el-row .el-button i {
  margin-left: -7px;
}
.multi-travelers-dropdown .el-row .el-button span {
  margin-left: -4px;
}
.multi-travelers-dropdown .el-row > span {
  padding-top: 7px;
}

/* traveler data */
.traveler-date-picker>input {
  padding-left: 15px!important;
}
.datepicker-hide-popper {
  display: none;
}

/* insurance */
.insurance-template .el-icon-check {
  color: #529c28;  /*/#67c23a; */
  clear: both;
  height: 36px;
  font-size: 24px;
}
.insurance-template .el-icon-close {
  color: #fa5555;
  clear: both;
  height: 36px;
  font-size: 24px;
}
.insurance-template .floater {
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -10px;
}
.insurance-template .el-row {
  min-height: 36px;
  margin-bottom: 2px;
}
.insurance-template .insurance-price-xs {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
}
.insurance-template .price-info {
  font-size: 10px;
  margin: 0 10px;
}
.insurance-template .bg-purple-dark {
  background: #99a9bf;
}
.insurance-template .bg-purple {
  background: #d3dce6;
}
.insurance-template .bg-purple-light {
  background: #e5e9f2;
}
.insurance-template .center {
  text-align: center;
}
.insurance-template .row-bg {
  background-color: #f9fafc;
}

/* review */
.review-template .headline {
  font-weight: 700;
}

/* calculation formular */
.rate-calculation-row {
  margin-bottom: 5px;
}
.calc-form-label {
  padding-top: 4px;
}
.calc-form-factor {
  display: table-cell;
  width: 90px;
  text-align: end;
}
.calc-form-number-input {
  margin: 0 6px;
}
.calc-form-number-input > .el-input-number--mini {
  width: 90px;
}
.calc-form-input > .el-input--mini {
  width: 90px;
  margin: 0 6px;
}
.el-form-item__content > .el-input--mini {
  width: 90px;
  margin: 0 6px;
}
.calc-form-input .el-input__inner {
  text-align: center;
}
.calc-radio {
  margin-top: 5px;
}
.el-tag.el-tag--info .el-tag__close {
  color: #fff;
}
.el-radio__label {
  display: inline-block;
  white-space: normal;
}
.sb_upload > .el-radio__input {
  vertical-align: super;
}
.file-upload {
  max-width: fit-content;
}
