/*breakpoints*/
:root {
  /*DECORATION*/
  --border-radius-xs: 0.25rem;
  --border-radius-sm: 0.75rem;
  --border-radius-md: 1rem;
  --border-radius-lg: 1.25rem;
  --border-radius-xl: 1.5rem;
  --border-radius-full: 99rem;
  /*TRANSITIONS*/
  --transition-default-duration: .3s;
  --transition-5s-duration: .5s;
  --transition: all var(--transition-default-duration) ease-in-out;
  --transition-fast: all .1s ease-in-out;
  --transition-slow: all .5s ease-in-out;
}
body {
  overflow-x: hidden;
  transition: background-color 1s ease;
}
body * {
  font: 19px/30px "UrbanCondensed", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1199.98px) {
  body * {
    font: 17px/27px "UrbanCondensed", sans-serif;
  }
}
@media screen and (max-width: 991.98px) {
  body * {
    font: 16px/25px "UrbanCondensed", sans-serif;
  }
}
@media screen and (max-width: 767.98px) {
  body * {
    font: 16px/25px "UrbanCondensed", sans-serif;
  }
}
*:focus {
  outline: none;
}
.apple {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  max-width: 100%;
  margin-top: -115px;
  background-color: #cfd2e5;
}
@media screen and (max-width: 767.98px) {
  .apple {
    margin-top: 0px;
  }
}
.img__sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 8rem !important;
}
.rounded {
  border-radius: 0 !important;
}
.center__vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.img__overlay {
  background: rgba(5, 30, 45, 0.1);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.border-top {
  border-color: #D9D9D9;
}
.loadingscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 25000;
  pointer-events: none;
  user-select: none;
}
.loadingscreen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 50vw;
  width: 150px;
  pointer-events: none;
}
.color-white {
  background-color: #FFF;
}
.color-petrol {
  background-color: #EAE9E6;
}
.color-petrol * {
  color: #FFF;
}
.color-petrol .tile__title:not(.without__content):after {
  content: url("/resources/themes/kramer/images/icons/accordion-arrow-white.svg") !important;
}
.color-petrol .element__with--tiles .tile {
  border-bottom: 2px solid #FFF;
}
.dividing__line hr {
  height: 1px;
  background-color: #32333c;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background: #EAE9E6;
  }
  ::-webkit-scrollbar-thumb {
    background: #174386;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #174386;
  }
}
.c-sst-box {
  padding: 3rem;
  border-color: #E8ECF0;
  border-radius: 0;
  -webkit-box-shadow: var(--sst-box-box-shadow);
  box-shadow: var(--sst-box-box-shadow);
  background: #FFF;
}
.c-sst-heading--h3 {
  font-weight: 700;
  font-family: var(--font-primary);
}
.l-sst-form input[type="email"], .l-sst-form input[type="password"], .l-sst-form input[type="text"] {
  border: 1px solid #E8ECF0;
  transition: all ease 0.3s;
  border-radius: 0;
  font-size: 1rem;
  margin-top: 0;
}
.l-sst-form input[type="email"]:focus, .l-sst-form input[type="password"]:focus, .l-sst-form input[type="text"]:focus {
  box-shadow: none;
  border-color: #174386;
}
.l-sst-form input[type="submit"] {
  border-radius: 0;
  background: #8392bd;
  color: #164485;
  border: 0;
  transition: all ease 0.3s;
}
.l-sst-form input[type="submit"]:hover {
  background: #164485;
  color: #8392bd !important;
}
.c-sst-label {
  font-weight: normal;
  font-size: 1rem;
}
.l-sst-form-group__item .short-label {
  font-size: 0.8rem;
}
.l-sst-form-group__item .short-label * {
  font-size: 0.8rem;
}
.c-sst-checkbox__description .c-sst-text {
  font-size: 1rem;
}
.c-sst-checkbox__indicator {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 24px;
  width: 24px;
  background: var(--sst-checkbox-accent);
  color: var(--sst-checkbox-color);
  border: 1px solid #E8ECF0;
  border-radius: 0;
}
.c-sst-checkbox__description {
  padding-left: 40px;
}
.c-sst-checkbox input:focus ~ .c-sst-checkbox__indicator {
  --sst-checkbox-border-color: var(--sst-checkbox-border-color-active);
  outline: none;
  box-shadow: none;
}
#MemberLoginForm_LoginForm_action_doLogin {
  margin-bottom: 1rem;
}
#MemberLoginForm_LoginForm_action_doLogin:focus {
  box-shadow: none;
}
#ForgotPassword a {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 400;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fkramer%2Fscss%2Fsettings%2F_settings.scss%22%2C%22%2Fthemes%2Fkramer%2Fscss%2Fsettings%2F_variables.scss%22%2C%22%2Fthemes%2Fkramer%2Fscss%2Fsettings%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAEcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFSJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEbI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAElFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF2FF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */