/*------------
-- FONTS
------------*/
.font-noto-light,
.font-noto-light-italic,
.font-noto-italic,
.font-noto,
.font-noto-bold,
.font-noto-bold-italic {
  font-family: 'Noto Sans', Arial;
}
.font-noto-ultra-light {
  font-weight: 100;
  font-style: normal;
}
.font-noto-ultra-light-italic {
  font-weight: 100;
  font-style: italic;
}
.font-noto-light {
  font-weight: 300;
  font-style: normal;
}
.font-noto-light-italic {
  font-weight: 300;
  font-style: italic;
}
.font-noto-italic {
  font-weight: 400;
  font-style: italic;
}
.font-noto {
  font-weight: 400;
  font-style: normal;
}
.font-noto-bold {
  font-weight: 700;
  font-style: normal;
}
.font-noto-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.font-noto-heavy {
  font-weight: 900;
  font-style: normal;
}
.font-noto-bold-heavy {
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('/xstorage/1/template/fonts/icomoon/IcoMoon-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*---- EXAMPLE -----*/
/*------------
-- COLORS
------------*/
.primaryBGColor {
  background: #911963;
}
.secondaryBGColor {
  background: #dac9d0;
}
/*---- MEDIA QUERIES ----*/
.primary-color {
  color: #911963;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
.v-center {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v-top {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.v-bottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .v-sm-bottom {
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .v-sm-center {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
/*---- DROP BOX SHADOW MIXIN ----*/
/*---- RESET UL ----*/
.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-reset li {
  padding: 0;
}
/*---- CHANGE CHROME FOCUS COLOR ----*/
:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0 auto rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/*---- APPEARANCE NONE ----*/
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*---- WEBKIT AND MAC OS ALWAYS SHOW SCROLLBAR (DEFINE IN DESIRED CLASS) ----*/
/*-- on dark background --*/
.show-scrollbar-dark::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*-- on light background --*/
.show-scrollbar-light::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.show-scrollbar-light::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
/*---- REMOVING BOXSHADOW ON INPUT FIELDS ----*/
@media (max-width: 768px) {
}
/*---- REMOVING SPIN ARROWS ON INPUT FIELDS ----*/
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}
/*---- PLACEHOLDER MIXIN ----*/
/*---- CHROME AUTOCOMPLETE YELLOW INPUT REMOVAL ----*/
/*---- SCROLLING BEHAVIOUR ----*/
.overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.disable-scroll {
  -webkit-overflow-scrolling: auto;
}
/*---- COLUMNS ----*/
/*---- FLEXBOX ----*/
.justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
/*-- Flexbox Break --*/
.flex-break {
  width: 100%;
  height: 0;
  overflow: hidden;
  color: transparent;
}
.no-outline {
  outline: 0 !important;
}
.ajax-loader-wrapper {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ajax-loader-wrapper.with-parent {
  position: absolute;
  padding-left: 50%;
}
.ajax-loader-wrapper.with-parent .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-loader-wrapper.with-parent.small .ajax-loader,
.ajax-loader-wrapper.with-parent.supersmall .ajax-loader {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  bottom: auto!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.ajax-loader-wrapper.small .cssload-double-torus {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.ajax-loader-wrapper.supersmall .cssload-double-torus {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.ajax-loader-wrapper .ajax-loader {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ajax-loader-wrapper .cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent #000 #000;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*---- CLEARFIX ----*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.align-image-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.align-image-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes scroll-ani-new {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.btn,
.button-link {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  color: #911963;
  background: transparent;
  cursor: pointer;
  border: 2px solid #911963;
  border-radius: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 768px) {
  .btn,
  .button-link {
    font-size: 16px;
  }
}
.btn:hover,
.button-link:hover,
.btn.hover,
.button-link.hover {
  color: #FFF;
  background: #CCC;
}
.btn:hover.btn-primary,
.button-link:hover.btn-primary,
.btn.hover.btn-primary,
.button-link.hover.btn-primary {
  background-color: #e04aa6;
  border-color: #911963;
}
.btn:hover.btn-success,
.button-link:hover.btn-success,
.btn.hover.btn-success,
.button-link.hover.btn-success {
  background-color: #b18c9b;
  border-color: #911963;
}
.btn.btn-primary,
.button-link.btn-primary {
  background-color: #911963;
  color: #FFF;
  border-color: #911963;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.button-link.btn-primary:not(:disabled):not(.disabled):active {
  color: #FFF;
  background-color: #911963;
}
.btn.btn-primary:disabled,
.button-link.btn-primary:disabled {
  color: #FFF;
  background-color: #911963;
  border-color: #911963;
}
.btn.btn-success,
.button-link.btn-success {
  background-color: #dac9d0;
}
body {
  background-color: #F9F3F7;
  padding-top: 72px;
}
@media (min-width: 768px) {
  body {
    padding-left: 250px;
  }
}
.btn {
  border-radius: 0.3rem;
}
.bg-primaray-color {
  background: transparent radial-gradient(closest-side at 50% 50%, #911963 0%, #621444 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 25px #00000060;
  border: 1px solid #707070;
  height: 100%;
}
.bg-primaray-color .text-muted {
  color: #ffffff !important;
}
.bg-primaray-color .text-muted-bgw {
  color: #911963 !important;
}
.bg-primaray-color .text-muted-bgw.text-unline-dashed {
  border-bottom: #911963 1px dashed !important;
}
.bg-primaray-color .text-primary {
  color: #ffffff !important;
}
.bg-primaray-color .text-primary:hover,
.bg-primaray-color .text-primary:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.bg-primaray-color .btn-primary {
  background-color: #911963;
  border-color: #911963;
}
.bg-primaray-color .btn-primary:hover {
  background-color: #e04aa6;
  border-color: #911963;
}
.bg-primaray-color .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #911963;
  background-color: #911963;
}
.bg-primaray-color.bg-success {
  background-color: #911963 !important;
}
.login .card {
  border-radius: 15px;
}
.close-2021 {
  position: absolute;
  left: 30px;
  top: 15px;
  color: #911963;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
}
.close-2021:after {
  position: absolute;
  left: 15px;
  content: " zurück";
  line-height: 1;
  top: -2px;
}
.close-2021:hover {
  opacity: 1;
  color: red;
}
.progress-level {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 3px);
  color: #fff;
  font-size: 11px;
}
@media (min-width: 768px) {
  .progress-level {
    left: 53%;
    transform: translate(-50%, 2px);
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .progress-level {
    left: 51%;
  }
}
@media (min-width: 1200px) {
  .progress-level {
    left: 51%;
  }
}
@media (min-width: 1400px) {
  .progress-level {
    left: 51%;
  }
}
.xpo-form-group .card {
  padding-top: 10px;
}
.xpo-form-group .card .card-body {
  position: relative;
  border: 1px #911963 solid;
  margin: 18px 0px;
  border-radius: 0.25rem;
}
.xpo-form-group .card .card-body .xpo-form-group-title {
  position: absolute;
  top: -14px;
  left: 11px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0px 8px 3px 8px;
}
form:not(.update2021) {
  /*
    @input-height : 35px;
    @font-size    : 16px; 
    
    .form-group { position:relative; }
    
    input, .sod_select, input.form-control, .form-control, textarea  {
        .input-reset();
        display:block;
        width:100%;
        height:@input-height;
        padding:0 15px;
        font-size:@font-size;
        border:1px solid black;
    }
    
    textarea, textarea.form-control {
        height: @input-height * 3;
        resize:none;
        padding:13px;
    }
    
    .xr_error_tooltip {
        position:absolute;
        background:red;
        color:white;
        top:1px; right:1px;
        height:@input-height - 2;
        width:@input-height;
        text-align:center;
        line-height:@input-height;
        
    }
    
    .sod_select {
        
        &:after {
            display:none;
        }
        
        .sod_label {
            display:block;
            font-size:@font-size;
            line-height:@input-height;
            text-transform:none;
            font-weight:normal;
        }
        
        .sod_list_wrapper {
            width:100%;
            margin:0;
            border-width:1px;
            border-color:black;
            box-sizing:content-box;
            margin:1px 0 0 -1px;
        }
        
        .sod_option {
            padding:8px 15px;
            text-transform:none;
            font-size:.9em;
            color:black;
            cursor:pointer;
        }
    }
    
    label { display:block; width:100%; }
    
    .hidden-label label { visibility:hidden; }
    */
}
form:not(.update2021) .default-form-error {
  border: 1px solid #911963;
}
form:not(.update2021) .xr_error {
  /*
        position:absolute;
        bottom: 0px;
        left: 27px;
        font-size:.8em;
        color:@primaryColor;
        */
  position: absolute;
  top: 72px;
  left: 12px;
  font-size: 0.8em;
  color: #911963;
  background-color: #ffffff;
  z-index: 1;
}
form:not(.update2021) .xr_error.required_GENERIC_MSG_MSG {
  position: relative;
  top: auto;
  left: 0px;
  font-size: 1em;
}
form:not(.update2021) .xpo-checkbox .xr_error {
  top: 22px;
}
form:not(.update2021) .xpo-person-count .xr_error {
  top: 45px;
}
form:not(.update2021) .xpo-description .xr_error {
  top: 182px;
}
form:not(.update2021) .radio-inline,
form:not(.update2021) .checkbox-inline,
form:not(.update2021) .checkbox-label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
form:not(.update2021) input[type="radio"],
form:not(.update2021) input[type="checkbox"] {
  display: none;
}
form:not(.update2021) input[type="radio"] ~ .fakebox,
form:not(.update2021) input[type="checkbox"] ~ .fakebox {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.3rem;
  background: none;
  top: 1px;
  left: 0px;
}
form:not(.update2021) input[type="radio"] ~ .fakebox:after,
form:not(.update2021) input[type="checkbox"] ~ .fakebox:after {
  content: "x";
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 20px;
  color: #911963;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form:not(.update2021) input[type="radio"] ~ .fakebox + span,
form:not(.update2021) input[type="checkbox"] ~ .fakebox + span,
form:not(.update2021) input[type="radio"] ~ .fakebox + .radio-inner,
form:not(.update2021) input[type="checkbox"] ~ .fakebox + .radio-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
  padding-left: 22px;
}
form:not(.update2021) input[type="radio"]:checked ~ .fakebox:after,
form:not(.update2021) input[type="checkbox"]:checked ~ .fakebox:after {
  opacity: 1;
}
form:not(.update2021) .xr_form_submit_container {
  margin-top: 10px;
}
form:not(.update2021) .xr_form_submit_container:after {
  content: "";
  display: table;
  clear: both;
}
form:not(.update2021).xr_form textarea.form-control {
  height: 150px;
}
form:not(.update2021) .xr_file_input_wrapper .form-group .xr_file_label {
  margin-left: 50px;
  margin-bottom: 0px;
  border: 1px solid #911963;
}
form:not(.update2021) .xr_file_input_wrapper .form-group .xr_file_progressbar {
  display: none !important;
}
form:not(.update2021) .xpo_file_upload_wrapper .xr_file_input_wrapper:last-child .form-group {
  margin-bottom: 0px;
}
form:not(.update2021) .group-label {
  font-weight: 600;
  padding-top: 10px;
}
form:not(.update2021) .group-no-background {
  margin-bottom: 5px;
  padding-top: 1rem;
}
form:not(.update2021) .group-background {
  background-color: #f7f7ff;
  margin-bottom: 5px;
  padding-top: 1rem;
}
form:not(.update2021) .xpo-profile-change-password-checkbox .form-group,
form:not(.update2021) .xpo-opening-times-alternative-wrapper .form-group {
  margin-bottom: 0px;
}
form:not(.update2021) .xpo-profile-change-password,
form:not(.update2021) .custom-opening-hours,
form:not(.update2021) .custom-contact-information {
  display: none;
}
form:not(.update2021) .opening-hours-wrapper {
  margin-top: 1rem;
}
form:not(.update2021) .opening-hours-wrapper .opening-day {
  padding-top: 9px;
}
form:not(.update2021) .opening-hours-wrapper .form-control {
  display: inline-block;
  width: 60%;
}
@media (min-width: 992px) {
  form:not(.update2021) .opening-hours-wrapper .form-control {
    width: 60%;
  }
}
form:not(.update2021) .xpo-profile-change-password-wrapper {
  margin-top: 1rem;
}
.text-logo {
  color: #911963;
}
.sw-theme-arrows > ul.step-anchor {
  background: #FFFFFF;
}
.sw-theme-arrows > ul.step-anchor > li.active > a {
  background: #911963 !important;
  border-color: #911963 !important;
}
.sw-theme-arrows > ul.step-anchor > li.active > a::after {
  border-left-color: #911963 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a {
  background: #dac9d0 !important;
  border-color: #dac9d0 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a::before {
  border-left-color: #dac9d0 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a::after {
  border-left-color: #dac9d0 !important;
}
.premium-partner {
  position: relative;
}
.premium-partner .overlay {
  position: relative;
}
.premium-partner .overlay.active {
  display: block !important;
}
.premium-partner .overlay .box-wrapper {
  position: absolute;
  z-index: 9;
  top: 50px;
}
@media (min-width: 768px) {
  .premium-partner .overlay .box-wrapper {
    left: 50%;
    top: initial;
    transform: translate(-50%, 50px);
  }
}
.premium-partner .overlay .box-wrapper .card-body {
  border: 1px #911963 solid;
}
.premium-partner .blurry {
  height: 100%;
  width: 100%;
}
.premium-partner .smaller-blurry {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.progress {
  background-color: #dac9d0;
}
.xpo-delete-me {
  color: #911963;
}
/*/xassets/uncompressed/source_map/23.css.css.map */