﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none;
}

html, body {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
}

@media (max-width: 480px) {
  .only-large {
    display: none;
  }
}

.only-small {
  display: none;
}
@media (max-width: 480px) {
  .only-small {
    display: inherit;
  }
}

.btn {
  background-color: #0056a2;
  border: 1px solid #0056a2;
  min-width: 264px;
  height: 50px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 20px;
}
@media (max-width: 768px) {
  .btn {
    padding: 8px;
    font-size: 16px;
    min-width: unset;
    height: unset;
    line-height: 1.1;
  }
}
.btn.secondary {
  background-color: #fff;
  color: #0056a2;
  border: 1px solid #0056a2;
}

.form-control {
  background-color: #dbdbdb;
  border: 0px;
  min-width: 200px;
  height: 50px;
  padding: 0 20px;
}

.field-validation-error {
  color: #B82738;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #B82738 !important;
}
.input-validation-error + label, .input-validation-error + input + label {
  color: #B82738;
}

.validation-summary-errors {
  font-weight: bold;
  color: #B82738;
}

.validation-summary-valid {
  display: none;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrapper .header {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.wrapper .header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 80px;
  width: 100%;
  padding: 25px;
}
@media (max-width: 480px) {
  .wrapper .header .header-container {
    padding: 12px;
  }
}
.wrapper .header .logos {
  display: flex;
  align-items: center;
}
.wrapper .header .logos img {
  height: 30px;
}
@media (max-width: 480px) {
  .wrapper .header .logos img {
    height: 24px;
  }
}
.wrapper .header .logos .divider {
  margin: 0 18px;
  width: 2px;
  height: 30px;
  background-color: #0075bf;
}
@media (max-width: 480px) {
  .wrapper .header .logos .divider {
    margin: 0 12px;
  }
}
.wrapper .header .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px 80px;
  position: relative;
}
@media (max-width: 900px) {
  .wrapper .header .nav {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper .header .nav {
    max-width: 157px;
    right: 0px;
    top: 54px;
    padding: 20px;
    flex-wrap: wrap;
    position: absolute;
  }
  .wrapper .header .nav.active {
    background-color: #fff;
    border: 1px solid #323232;
    border-right: 0px;
  }
}
.wrapper .header .nav .burger {
  position: absolute;
  display: block;
  top: -28px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/burger.svg);
  background-size: contain;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .wrapper .header .nav .burger {
    display: block;
  }
}
.wrapper .header .nav .link {
  color: #0075bf;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrapper .header .nav .link {
    display: none;
    width: 100%;
  }
}
.wrapper .header .nav.active .link, .wrapper .header .nav.active .lang-switcher {
  display: flex;
}
.wrapper .header .nav .lang-switcher {
  display: flex;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .wrapper .header .nav .lang-switcher {
    display: none;
    width: 100%;
  }
  .wrapper .header .nav .lang-switcher .link {
    width: unset;
  }
}
.wrapper .header .nav .lang-switcher .active {
  cursor: default;
  color: #161616;
}
.wrapper .header .nav .lang-switcher .divider {
  margin: 0 10px;
  width: 2px;
  height: 16px;
  background-color: #0075bf;
}
@media (max-width: 480px) {
  .wrapper .header .nav .lang-switcher .divider {
    margin: 0 12px;
  }
}
.wrapper .header .toggle-header {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.wrapper .header .toggle-header.closed {
  transform: translateX(-50%) rotate(180deg);
}
.wrapper .hidden {
  display: none;
}
.wrapper .bg {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  padding-top: 95.3703703704%;
}
@media (max-width: 900px) {
  .wrapper .bg {
    min-height: 500px;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .wrapper .bg {
    overflow-x: hidden;
  }
}
.wrapper .bg-foreground {
  background-image: url("../images/bg-foreground.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 22.2222222222%;
  /*height: 240px;*/
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 900px) {
  .wrapper .bg-foreground {
    background-size: 100% 100px;
    min-height: 125px;
  }
}
.wrapper .left-curtain {
  background-image: url("../images/left-curtain.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 362px;
  /*height: 1030px;*/
  padding-top: 95.3703703704%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 900px) {
  .wrapper .left-curtain {
    min-height: 500px;
  }
}
.wrapper .right-curtain {
  background-image: url("../images/right-curtain.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 224px;
  /*height: 1030px;*/
  padding-top: 95.3703703704%;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 900px) {
  .wrapper .right-curtain {
    min-height: 500px;
  }
}
.wrapper .stage {
  max-width: 100%;
  width: 100%;
  /*height: 500px;*/
  /*padding-top: percentage(500/1080);*/
  overflow-x: hidden;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 100%;
}
.wrapper .stage .slide-area {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.wrapper .stage .slide-area .slide {
  position: relative;
  /*width: 400px;*/
  /*width: percentage(400/1080);*/
  /*height: 500px;*/
  /*padding-top: percentage(500/400);*/
}
.wrapper .stage .slide-area .slide .schlitten {
  position: absolute;
  /*bottom: 190px;*/
  bottom: 19%;
  left: 0;
  /*width: 348px;*/
  width: 32%;
  /*height: 123px;*/
  /*padding-top: percentage(123/400);*/
}
@media (max-width: 580px) {
  .wrapper .stage .slide-area .slide .schlitten {
    bottom: 105px;
    min-width: 181px;
  }
}
.wrapper .stage .slide-area .slide .object {
  position: absolute;
  /*bottom: 280px;*/
  bottom: 27%;
  left: 14%;
  /*width: 200px;*/
  width: 19%;
  /*width: percentage(200/400);*/
  /*height: 150px;*/
  /*padding-top: percentage(150/400);*/
}
@media (max-width: 580px) {
  .wrapper .stage .slide-area .slide .object {
    bottom: 155px;
    min-width: 107px;
  }
}
.wrapper .regal {
  background-image: url("../images/regal.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  padding-bottom: 76.6666666667%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 900px) {
  .wrapper .regal {
    background-image: url("../images/regal-mobile.png");
  }
}
.wrapper .regal .object-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 790px;
  position: absolute;
  bottom: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
  gap: 0 7%;
}
@media (max-width: 900px) {
  .wrapper .regal .object-container {
    width: 81%;
    bottom: 22%;
  }
}
.wrapper .regal .object {
  width: 13%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2%;
}
@media (max-width: 900px) {
  .wrapper .regal .object {
    margin-bottom: 3%;
  }
}
.wrapper .regal .object img.item {
  width: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.wrapper .regal .object .game-icon {
  width: 39%;
  right: 0;
  top: 0;
  position: absolute;
}
.wrapper .buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.wrapper .highscore {
  background-image: url("../images/regal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  padding-bottom: 76.6666666667%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  /*padding: 17px 150px 180px 136px;*/
}
@media (max-width: 900px) {
  .wrapper .highscore {
    background-image: url("../images/regal-mobile.png");
    min-height: 500px;
    background-size: 100% 85%;
    background-position: center bottom;
  }
}
.wrapper .highscore .board {
  background-color: #fff;
  padding: 20px 30px;
  height: 76%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
  top: 2%;
}
@media (max-width: 900px) {
  .wrapper .highscore .board {
    width: 85%;
    height: 74%;
    top: 17%;
  }
}
.wrapper .highscore .board .headline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
.wrapper .highscore .board .headline h1 {
  font-size: 25px;
  padding-top: 9px;
  color: #0075bf;
  font-weight: 900;
}
@media (max-width: 768px) {
  .wrapper .highscore .board .headline h1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.wrapper .highscore .board .table-container {
  height: 87%;
  overflow: auto;
  padding: 0 1px 1px 1px;
  max-height: 530px;
}
.wrapper .highscore .board .table {
  width: 100%;
  border-collapse: collapse;
}
.wrapper .highscore .board .table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.wrapper .highscore .board .table thead th {
  padding: 10px 20px;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wrapper .highscore .board .table thead th {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.wrapper .highscore .board .table tbody {
  font-size: 14px;
  overflow: auto;
}
.wrapper .highscore .board .table tbody tr {
  background-color: #fff;
}
.wrapper .highscore .board .table tbody tr td {
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .wrapper .highscore .board .table tbody tr td {
    padding: 6px 10px;
  }
}
.wrapper .highscore .board .table tbody tr.active {
  border: 1px solid #77a5ce;
}
.wrapper .highscore .board .table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.wrapper .hud {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 100;
  flex-wrap: wrap;
  text-transform: uppercase;
  gap: 15px;
}
@media (max-width: 768px) {
  .wrapper .hud {
    padding: 10px;
    font-size: 14px;
  }
}
.wrapper .hud .headline {
  width: 100%;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .wrapper .hud .headline {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .wrapper .hud .headline {
    font-size: 16px;
  }
}
.wrapper .hud .left-objects {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.wrapper .hud .time {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.wrapper .hud .points {
  color: #0075bf;
  font-weight: 700;
  font-size: 70px;
}
@media (max-width: 900px) {
  .wrapper .hud .points {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper .hud .points {
    font-size: 20px;
  }
}

.nps {
  position: absolute;
  bottom: 10px;
  left: 50px;
  font-size: 12px;
  color: #c0c0c0;
  width: 100px;
}
@media (max-width: 480px) {
  .nps {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 20px;
  }
}

.interne-version {
  position: absolute;
  top: 150px;
  right: 10px;
  z-index: 400;
  width: 133px;
  height: 128px;
}
@media (max-width: 900px) {
  .interne-version {
    transform: scale(0.8);
    top: 100px;
    right: -10px;
  }
}
@media (max-width: 768px) {
  .interne-version {
    transform: scale(0.5);
    top: 60px;
    right: -32px;
  }
}

[v-cloak] {
  display: none;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 700px;
  max-height: calc(100vh - 100px);
  width: calc(100% - 20px);
}
@media (max-width: 768px) {
  .popup {
    position: absolute;
    top: 120px;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .popup {
    padding: 25px 20px;
    top: 90px;
    transform: translateX(-50%);
  }
}
.popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  transform: rotate(45deg);
  font-size: 38px;
  cursor: pointer;
}
.popup .content {
  margin-bottom: 50px;
}
.popup ol li {
  margin-bottom: 10px;
}
.popup ol > li::marker {
  font-weight: bold;
}

.dimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #323232;
}

h1 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}

.popup-start h1 {
  font-size: 38px;
}
@media (max-width: 480px) {
  .popup-start h1 {
    font-size: 28px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/lib/_normalize.scss%22,%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/_utils.scss%22,%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/lib/_mixins.scss%22,%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/_forms.scss%22,%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/_layout.scss%22,%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/_popup.scss%22,%22file:///H:/svn/DotNetProjects/ratiopharm_00112/sp/231122_alb-2/wwwroot/src/sass/_typo.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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;;;AAUJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AFwDZ;EE5DQ;IAOQ;IACA;;EAEA;IACI;;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AFoChB;EExCY;IAOQ;;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EAEA;EACA;;AFGJ;EEVA;IAUQ;IACA;;;AFDR;EEVA;IAeQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;;AFlBJ;EESA;IAYQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;;AFpCJ;EE0BA;IAaQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;;AFrDJ;EE2CA;IAaQ;;;AAIR;EACI;EACA;AACA;AACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGA;EACI;AACA;AACA;AACA;AACA;;AAEA;EACI;AACA;EACA;EACA;AACA;EACA;AACA;AACA;;AF5FhB;EEoFY;IAWQ;IACA;;;AAIR;EACI;AACA;EACA;EACA;AACA;EACA;AACA;AACA;AACA;;AF7GhB;EEoGY;IAWQ;IACA;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AFhIJ;EEuHA;IAYQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AFhJR;EEsII;IAaQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AF9JR;EEwJI;IASQ;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AFnMJ;EEyLA;IAaQ;IACA;IACA;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AFrNR;EE4MI;IAYQ;IACA;IACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AFvOhB;EEmOY;IAOQ;IACA;IACA;;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AFtQpB;EEiQgB;IAQQ;IACA;;;AAKZ;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;AFvRxB;EEsRoB;IAIQ;;;AAIR;EACI;;AAIR;EACI;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AFzTJ;EE2SA;IAiBQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;;AFpUR;EEgUI;IAOQ;IACA;;;AFxUZ;EEgUI;IAYQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AF/VR;EE4VI;IAMQ;;;AFlWZ;EE4VI;IAUQ;;;;AAMhB;EAEI;EACA;EACA;EACA;EACA;EACA;;AFnXA;EE4WJ;IAUQ;IACA;IACA;IACA;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AFnYA;EE6XJ;IASQ;IACA;IACA;;;AFxYJ;EE6XJ;IAeQ;IACA;IACA;;;;AAIR;EACI;;;AC/jBJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AHiKA;EG5KJ;IAcQ;IACA;IACA;;;AH4JJ;EG5KJ;IAoBQ;IACA;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIA;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AC1DJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AJgKA;EIrKJ;IAQQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AJoJA;EIzJJ;IAQQ;;;;AAKJ;EACI;;AJ2IJ;EI5IA;IAIQ%22%7D */