/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset, .fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*
  Table based Grid
  this is the default Grid
 */
.row {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 980px) {
  .row.break-on-desktop-only {
    display: block;
  }
  .row.break-on-desktop-only > .col {
    display: block;
    width: 100% !important;
  }
}
.row.col-no-padding {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row > .col {
  display: table-cell;
  vertical-align: top;
}
.row > .col:not(.col-no-padding) {
  padding: 0 15px;
}
.row > .col.col-1 {
  width: 8.33333333%;
}
.row > .col.col-2 {
  width: 16.66666667%;
}
.row > .col.col-3 {
  width: 25%;
}
.row > .col.col-4 {
  width: 33.33333333%;
}
.row > .col.col-5 {
  width: 41.66666667%;
}
.row > .col.col-6 {
  width: 50%;
}
.row > .col.col-7 {
  width: 58.33333333%;
}
.row > .col.col-8 {
  width: 66.66666667%;
}
.row > .col.col-9 {
  width: 75%;
}
.row > .col.col-10 {
  width: 83.33333333%;
}
.row > .col.col-11 {
  width: 91.66666667%;
}
.row > .col.col-12 {
  width: 100%;
}
.row > .col.col-20-percent {
  width: 20%;
}
.row > .col.col-center {
  vertical-align: middle;
}
@media only screen and (max-width: 980px) {
  .row:not(.not-collapsing):not(.break-on-desktop-only) {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col {
    display: block;
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col:not(.col-no-padding) {
    padding: 5px 0;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-1 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-2 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-3 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-4 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-5 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-6 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-7 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-8 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-9 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-10 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-11 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-12 {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-20-percent {
    width: 100%;
  }
  .row:not(.not-collapsing):not(.break-on-desktop-only) > .col.col-center {
    text-align: center;
  }
}
/*
  Flexbox based Grid
  use it for equal height columns
 */
.flex-row {
  display: flex;
  flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  -ms-flex-pack: center;
}
.flex-row.col-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.flex-col {
  flex-basis: auto;
  width: 100%;
}
.flex-col:not(.col-no-padding) {
  padding: 0 15px;
}
.flex-col.flex-col-1 {
  width: 8.33333333%;
}
.flex-col.flex-col-2 {
  width: 16.66666667%;
}
.flex-col.flex-col-3 {
  width: 25%;
}
.flex-col.flex-col-4 {
  width: 33.33333333%;
}
.flex-col.flex-col-5 {
  width: 41.66666667%;
}
.flex-col.flex-col-6 {
  width: 50%;
}
.flex-col.flex-col-7 {
  width: 58.33333333%;
}
.flex-col.flex-col-8 {
  width: 66.66666667%;
}
.flex-col.flex-col-9 {
  width: 75%;
}
.flex-col.flex-col-10 {
  width: 83.33333333%;
}
.flex-col.flex-col-11 {
  width: 91.66666667%;
}
.flex-col.flex-col-12 {
  width: 100%;
}
.flex-col.flex-col-20-percent {
  width: 20%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(1),
.flex-col.flex-col-auto-width:first-child:nth-last-child(1) ~ .flex-col-auto-width {
  width: 100%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(2),
.flex-col.flex-col-auto-width:first-child:nth-last-child(2) ~ .flex-col-auto-width {
  width: 50%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(3),
.flex-col.flex-col-auto-width:first-child:nth-last-child(3) ~ .flex-col-auto-width {
  width: 33.33333333%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(4),
.flex-col.flex-col-auto-width:first-child:nth-last-child(4) ~ .flex-col-auto-width {
  width: 25%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(5),
.flex-col.flex-col-auto-width:first-child:nth-last-child(5) ~ .flex-col-auto-width {
  width: 20%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(6),
.flex-col.flex-col-auto-width:first-child:nth-last-child(6) ~ .flex-col-auto-width {
  width: 16.66666667%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(7),
.flex-col.flex-col-auto-width:first-child:nth-last-child(7) ~ .flex-col-auto-width {
  width: 14.28571429%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(8),
.flex-col.flex-col-auto-width:first-child:nth-last-child(8) ~ .flex-col-auto-width {
  width: 12.5%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(9),
.flex-col.flex-col-auto-width:first-child:nth-last-child(9) ~ .flex-col-auto-width {
  width: 11.11111111%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(10),
.flex-col.flex-col-auto-width:first-child:nth-last-child(10) ~ .flex-col-auto-width {
  width: 10%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(11),
.flex-col.flex-col-auto-width:first-child:nth-last-child(11) ~ .flex-col-auto-width {
  width: 9.09090909%;
}
.flex-col.flex-col-auto-width:first-child:nth-last-child(12),
.flex-col.flex-col-auto-width:first-child:nth-last-child(12) ~ .flex-col-auto-width {
  width: 8.33333333%;
}
@media only screen and (max-width: 980px) {
  .flex-row:not(.flex-row--mobile-flex) {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .flex-col {
    display: block;
    width: 100%;
  }
  .flex-col:not(.col-no-padding) {
    padding: 5px 0;
  }
  .flex-col.flex-col-1 {
    width: 100%;
  }
  .flex-col.flex-col-2 {
    width: 100%;
  }
  .flex-col.flex-col-3 {
    width: 100%;
  }
  .flex-col.flex-col-4 {
    width: 100%;
  }
  .flex-col.flex-col-5 {
    width: 100%;
  }
  .flex-col.flex-col-6 {
    width: 100%;
  }
  .flex-col.flex-col-7 {
    width: 100%;
  }
  .flex-col.flex-col-8 {
    width: 100%;
  }
  .flex-col.flex-col-9 {
    width: 100%;
  }
  .flex-col.flex-col-10 {
    width: 100%;
  }
  .flex-col.flex-col-11 {
    width: 100%;
  }
  .flex-col.flex-col-12 {
    width: 100%;
  }
  .flex-col.flex-col-20-percent {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(1),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(1) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(2),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(2) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(3),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(3) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(4),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(4) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(5),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(5) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(6),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(6) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(7),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(7) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(8),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(8) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(9),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(9) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(10),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(10) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(11),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(11) ~ .flex-col-auto-width {
    width: 100%;
  }
  .flex-col.flex-col-auto-width:first-child:nth-last-child(12),
  .flex-col.flex-col-auto-width:first-child:nth-last-child(12) ~ .flex-col-auto-width {
    width: 100%;
  }
}
.form-row {
  padding: 5px 0;
}
input:not([type="checkbox"]),
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
textarea {
  border: 1px solid #333333;
  padding: 10px;
}
input:not([type="checkbox"]) {
  padding: 10px;
  width: 100%;
  border: 1px solid #333333;
}
input:not([type="checkbox"]).overlay-input {
  min-width: 250px;
}
input[type="checkbox"] {
  vertical-align: middle;
  cursor: pointer;
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 1px solid #4c4c4c;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 200ms;
  transform: translate3d(0, 0, 0);
}
input[type="checkbox"]:not(:disabled, [aria-disabled="true"]):after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: -11px;
  width: 38px;
  height: 38px;
  pointer-events: none;
  background: #b72841 no-repeat 50%;
  border-radius: 50%;
  transform: scale(1.1, 1.1);
  overflow: hidden;
  opacity: 0;
  transition: transform 0.4s, opacity 0.8s;
}
input[type="checkbox"]:disabled,
input[type="checkbox"][aria-disabled="true"] {
  background-color: #e6e6e6;
  border-color: #929292;
}
input[type="checkbox"]:hover:after {
  opacity: 0.05;
}
input[type="checkbox"]:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
input[type="checkbox"]:checked {
  background-color: #b72841;
  border-color: #b72841;
}
input[type="checkbox"]:checked:disabled,
input[type="checkbox"]:checked[aria-disabled="true"] {
  background-color: #929292;
  border-color: #929292;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 5px;
}
input[type="checkbox"] + label {
  vertical-align: middle;
  cursor: pointer;
}
input[type="number"] {
  appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::placeholder {
  color: #b4b4b4;
}
::-webkit-input-placeholder {
  color: #b4b4b4;
}
::-ms-input-placeholder {
  color: #b4b4b4;
}
:-ms-input-placeholder {
  color: #b4b4b4 !important;
}
select {
  width: 100%;
  height: 42px;
  padding: 10px;
  background-color: white;
  font-family: 'PT Sans', sans-serif;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAIAAAADwcZiAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABDElEQVRYR+3WPwuCQBjH8V8F7U1OvZEIWtoagl5CTq7h5iwI2ZRz76IhiFDIIOgFBFFLiy7dHso19P+sOMWrhvuM9yBf7oEDC5RSfF2RPfgKWRVNVkWTVdFkVbT/rpLNjrBnj8hu83HOoByCWV9td7Shf2AnZwd/qHXaat8L2MkbPHcl29U6jI/7ycBwFokbkYVjDCb7Yxyul9vE9DWeaqXWM/W6AiTD1ySg1HWzV6vcR5/wVIGS0tCT4eek3lBK7HfvFCj/f1McerZhz0OgXG12WxiPplmSSFfFY/giQxK8G765rxrImgT4Xg4rClxLVS03iNgJp5QbzknKDedEVkWTVdFkVTRZFe031RNKDEEeboZdxQAAAABJRU5ErkJggg==);
  background-position: bottom 1px right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
}
.toggle-text {
  margin: 15px 0;
}
.toggle-text .toggle-text-content {
  display: none;
  padding: 15px 0;
}
.toggle-text .toggle-text-headline {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
  cursor: pointer;
}
.toggle-text .toggle-text-headline > i {
  display: inline-block;
}
.toggle-text .toggle-text-headline.open > i {
  transform: rotate(180deg);
}
.toggle-text .toggle-text-headline.open + .toggle-text-content {
  display: block;
}
.icon:before,
.icon:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.icon-arrow-down:before {
  content: "\e900" / "";
  font-size: 10px;
}
.icon-arrow-down.icon-big:before {
  font-size: 14px;
}
.icon-arrow-left:before {
  content: "\e901" / "";
  font-size: 10px;
}
.icon-arrow-left.icon-big:before {
  font-size: 14px;
}
.icon-arrow-right:before {
  content: "\e902" / "";
  font-size: 10px;
}
.icon-arrow-right.icon-big:before {
  font-size: 14px;
}
.icon-arrow-right--after:after {
  content: "\e902" / "";
  font-size: 10px;
}
.icon-arrow-right--after.icon-big:after {
  font-size: 14px;
}
.icon-arrow-slider:before {
  content: "\e903" / "";
}
.icon-auswahl:before {
  content: "\e904" / "";
}
.icon-beobachten:before {
  content: "\e905" / "";
  font-size: 10px;
}
.icon-beobachten.icon-big:before {
  font-size: 14px;
}
.icon-beratung:before {
  content: "\e906" / "";
}
.icon-check:before {
  content: "\e907" / "";
  font-size: 10px;
}
.icon-check.icon-big:before {
  font-size: 14px;
}
.icon-checkbox-active:before {
  content: "\e908" / "";
}
.icon-checkbox-inactive:before {
  content: "\e909" / "";
}
.icon-uhr:before {
  content: "\e90a" / "";
}
.icon-close:before {
  content: "\e90b" / "";
}
.icon-close-slim:before {
  content: "\e935" / "";
}
.icon-dropdown:before {
  content: "\e90c" / "";
  font-size: 10px;
}
.icon-dropdown.icon-big:before {
  font-size: 14px;
}
.icon-dropdown.right {
  display: inline-block;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.icon-email:before {
  content: "\e90d" / "";
}
.icon-erfahrung:before {
  content: "\e90e" / "";
}
.icon-experten:before {
  content: "\e90f" / "";
}
.icon-facebook-footer:before {
  content: "\e910" / "";
}
.icon-facebook-footer__colored {
  color: #3b5998;
}
.icon-instagram-footer:before {
  content: "\e911" / "";
}
.icon-twitter-footer:before {
  content: "\e912" / "";
}
.icon-twitter-footer__colored {
  color: #000000;
}
.icon-youtube-footer:before {
  content: "\e913" / "";
}
.icon-grid:before {
  content: "\e914" / "";
}
.icon-gridlist:before {
  content: "\e915" / "";
}
.icon-hammer:before {
  content: "\e916" / "";
}
.icon-hotline:before {
  content: "\e917" / "";
}
.icon-info:before {
  content: "\e918" / "";
}
.icon-international:before {
  content: "\e919" / "";
}
.icon-kataloge:before {
  content: "\e91a" / "";
}
.icon-list:before {
  content: "\e91b" / "";
}
.icon-marketing:before {
  content: "\e91c" / "";
}
.icon-mitsteigern:before {
  content: "\e91d" / "";
}
.icon-mobile-login:before {
  content: "\e91e" / "";
}
.icon-mobile-menu:before {
  content: "\e91f" / "";
}
.icon-onlineauction:before {
  content: "\e920" / "";
}
.icon-page-up:before {
  content: "\e921" / "";
}
.icon-pdf:before {
  content: "\e922" / "(PDF) ";
}
.icon-pdf--after:after {
  content: "\00a0\e922" / " (PDF)";
}
.icon-play:before {
  content: "\e923" / "";
}
.icon-print:before {
  content: "\e924" / "";
}
.icon-rekorde:before {
  content: "\e925" / "";
}
.icon-search:before {
  content: "\e926" / "";
}
.icon-facebook-socialstream:before {
  content: "\e927" / "";
}
.icon-instagram-socialstream:before {
  content: "\e928" / "";
}
.icon-twitter-socialstream:before {
  content: "\e929" / "";
}
.icon-sparten:before {
  content: "\e92a" / "";
}
.icon-termin:before {
  content: "\e92b" / "";
}
.icon-termin__colored {
  color: #b72841;
}
.icon-upload:before {
  content: "\e92c" / "";
}
.icon-vernetzung:before {
  content: "\e92d" / "";
}
.icon-zoom:before {
  content: "\e92e" / "";
}
.icon-email-footer:before {
  content: "\e92f" / "";
}
.icon-email-footer__colored {
  color: #006480;
}
.icon-speechbubble:before {
  content: "\e930" / "";
}
.icon-video-ansehen:before {
  content: "\e931" / "";
}
.icon-pinterest:before {
  content: "\e932" / "";
}
.icon-pinterest__colored {
  color: #e60023;
}
.icon-camera:before {
  content: "\e933" / "";
}
.icon-auctioneer:before {
  content: "\e934" / "";
}
.icon-view-360__colored {
  color: white;
}
.icon-view-360:before {
  content: "\e936" / "";
}
.icon-svg {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center, 50%, 50%;
}
.icon-svg-online {
  height: 18px;
  width: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4PSIwcHgiIHk9IjBweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTQxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIzMS42IDQyLjYgNzMuNCA1My45Ij4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNTc1NzU2O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMC44LDQyLjZIMzUuN2MtMi4zLDAtNC4xLDEuOC00LjEsNC4xdjM4LjZjMCwyLjMsMS44LDQuMSw0LjEsNC4xaDIwLjhsLTguNCw1LjNjLTAuNywwLjUtMC41LDEuOCwwLjQsMS44ICBIODhjMC44LDAsMS4xLTEuMywwLjQtMS44bC04LjQtNS4zaDIwLjljMi4zLDAsNC4xLTEuOCw0LjEtNC4xVjQ2LjdDMTA1LDQ0LjQsMTAzLjEsNDIuNiwxMDAuOCw0Mi42eiBNOTksODIuNmMwLDEtMC44LDEuNy0xLjcsMS43ICBoLTU4Yy0xLDAtMS43LTAuOC0xLjctMS43VjQ5LjRjMC0xLDAuOC0xLjcsMS43LTEuN2g1OGMxLDAsMS43LDAuOCwxLjcsMS43VjgyLjZ6Ii8+Cjwvc3ZnPg==");
}
.icon-svg-online.white {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4PSIwcHgiIHk9IjBweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTQxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIzMS42IDQyLjYgNzMuNCA1My45Ij4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojZmZmZmZmO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMC44LDQyLjZIMzUuN2MtMi4zLDAtNC4xLDEuOC00LjEsNC4xdjM4LjZjMCwyLjMsMS44LDQuMSw0LjEsNC4xaDIwLjhsLTguNCw1LjNjLTAuNywwLjUtMC41LDEuOCwwLjQsMS44ICBIODhjMC44LDAsMS4xLTEuMywwLjQtMS44bC04LjQtNS4zaDIwLjljMi4zLDAsNC4xLTEuOCw0LjEtNC4xVjQ2LjdDMTA1LDQ0LjQsMTAzLjEsNDIuNiwxMDAuOCw0Mi42eiBNOTksODIuNmMwLDEtMC44LDEuNy0xLjcsMS43ICBoLTU4Yy0xLDAtMS43LTAuOC0xLjctMS43VjQ5LjRjMC0xLDAuOC0xLjcsMS43LTEuN2g1OGMxLDAsMS43LDAuOCwxLjcsMS43VjgyLjZ6Ii8+Cjwvc3ZnPgo=");
}
.icon-svg-onlineWithLiveBidding {
  height: 20px;
  width: 38px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4PSIwcHgiIHk9IjBweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTQxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIxOC43IDQyLjYgMTA0LjMgNTkuMyI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzU3NTc1Njt9Cgkuc3Qxe2ZpbGw6I0I2MUYzNDt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU4LjQsODQuM2gtMzJjLTEsMC0xLjctMC44LTEuNy0xLjdWNDkuNGMwLTEsMC44LTEuNywxLjctMS43aDU4YzEsMCwxLjcsMC44LDEuNywxLjd2MjEuMmg0LjNoMS43VjQ2LjcgICBjMC0yLjMtMS44LTQuMS00LjEtNC4xSDIyLjhjLTIuMywwLTQuMSwxLjgtNC4xLDQuMXYzOC42YzAsMi4zLDEuOCw0LjEsNC4xLDQuMWgyMC44bC04LjQsNS4zYy0wLjcsMC41LTAuNSwxLjgsMC40LDEuOGgyMS4xICAgTDU4LjQsODQuM3oiLz4KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNjkuOCw4NC4zIDY5LjEsODkuNCA3My40LDg5LjQgNzQuMSw4NC4zICAiLz4KPC9nPgo8Zz4KCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNzEuNywxMDEuNyA3Mi41LDk1LjggNjUuNyw5NS44IDY5LDczLjEgNjIuNSw3My4xIDU4LjUsMTAxLjcgICIvPgoJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIxMDAuMiw3My4xIDkzLjIsODcuNSA5MC41LDczLjEgNzguMiw3My4xIDc1LDk1LjggNzUsOTUuOCA3NC4yLDEwMS43IDc0LjIsMTAxLjcgNzUuMywxMDEuNyAgICA4MC45LDEwMS43IDg0LjUsNzUuNyA4OS42LDEwMS45IDkzLjIsMTAxLjkgMTA2LDc1LjMgMTAyLjIsMTAxLjcgMTIwLDEwMS43IDEyMC45LDk1LjYgMTA5LjYsOTUuNiAxMTAuNCw5MC4zIDExOS41LDkwLjMgICAgMTIwLjMsODQuMSAxMTEuMyw4NC4xIDExMiw3OS4yIDEyMi4yLDc5LjIgMTIzLDczLjEgMTIzLDczLjEgICIvPgo8L2c+Cjwvc3ZnPg==");
}
.icon-svg-onlineWithLiveBidding.white {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4PSIwcHgiIHk9IjBweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTQxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIxOC43IDQyLjYgMTA0LjMgNTkuMyI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9Cgkuc3Qxe2ZpbGw6I0I2MUYzNDt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU4LjQsODQuM2gtMzJjLTEsMC0xLjctMC44LTEuNy0xLjdWNDkuNGMwLTEsMC44LTEuNywxLjctMS43aDU4YzEsMCwxLjcsMC44LDEuNywxLjd2MjEuMmg0LjNoMS43VjQ2LjcgICBjMC0yLjMtMS44LTQuMS00LjEtNC4xSDIyLjhjLTIuMywwLTQuMSwxLjgtNC4xLDQuMXYzOC42YzAsMi4zLDEuOCw0LjEsNC4xLDQuMWgyMC44bC04LjQsNS4zYy0wLjcsMC41LTAuNSwxLjgsMC40LDEuOGgyMS4xICAgTDU4LjQsODQuM3oiLz4KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNjkuOCw4NC4zIDY5LjEsODkuNCA3My40LDg5LjQgNzQuMSw4NC4zICAiLz4KPC9nPgo8Zz4KCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNzEuNywxMDEuNyA3Mi41LDk1LjggNjUuNyw5NS44IDY5LDczLjEgNjIuNSw3My4xIDU4LjUsMTAxLjcgICIvPgoJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIxMDAuMiw3My4xIDkzLjIsODcuNSA5MC41LDczLjEgNzguMiw3My4xIDc1LDk1LjggNzUsOTUuOCA3NC4yLDEwMS43IDc0LjIsMTAxLjcgNzUuMywxMDEuNyAgICA4MC45LDEwMS43IDg0LjUsNzUuNyA4OS42LDEwMS45IDkzLjIsMTAxLjkgMTA2LDc1LjMgMTAyLjIsMTAxLjcgMTIwLDEwMS43IDEyMC45LDk1LjYgMTA5LjYsOTUuNiAxMTAuNCw5MC4zIDExOS41LDkwLjMgICAgMTIwLjMsODQuMSAxMTEuMyw4NC4xIDExMiw3OS4yIDEyMi4yLDc5LjIgMTIzLDczLjEgMTIzLDczLjEgICIvPgo8L2c+Cjwvc3ZnPgo=");
}
.icon-svg-saleroom {
  height: 18px;
  width: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjM0LjEgNDUuNTcgNzMuNTMgNTAuNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzU3NTc1NjsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTA3LjUzLDUyLjQybC01LjM5LTIuNjdoLTE1LjE4Yy0yLjM1LTIuNDQtOC42NC00LjE4LTE2LjA1LTQuMThzLTEzLjcsMS43NS0xNi4wNSw0LjE4aC0xNS4zN2wtNS4zOSwyLjY3djQzLjc1aDczLjUzdi00My43NWgtLjFabS0yLjM3LDIyLjMyaC0xNy4wOHYtMTkuODZoMTcuMDh2MTkuODZabS01MS43NSwwaC0xNi44NHYtMTkuODZoMTYuODR2MTkuODZabS0xNi44NCwyLjQ3aDE2Ljg0djE2LjQ5aC0xNi44NHYtMTYuNDlabTM5LjQ1LDYuMmMwLTMuMjgtMi4yOS01LjkzLTUuMTEtNS45M3MtNS4xLDIuNjUtNS4xMSw1LjkzaDB2MTAuMjloLTEwLjE0di0zOC44MWgzMC4xNnYzOC44MWgtOS44MXYtMTAuMjloMFptMTIuMDcsMTAuMjl2LTE2LjQ5aDE3LjA4djE2LjQ5aC0xNy4wOFoiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im03MC45MSw1OS45NGMtMS42OCwwLTMuMDUsMS42OC0zLjA1LDMuNzZoMHY2LjgyaDYuMXYtNi44MmgwYzAtMi4wOC0xLjM3LTMuNzYtMy4wNS0zLjc2WiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTgwLjc3LDgyLjAxYy45NywwLDEuNzUtLjc4LDEuNzUtMS43NXMtLjc5LTEuNzUtMS43NS0xLjc1LTEuNzUuNzgtMS43NSwxLjc1Ljc4LDEuNzUsMS43NSwxLjc1WiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTYxLjEyLDc4LjVjLS45NywwLTEuNzUuNzgtMS43NSwxLjc1cy43OCwxLjc1LDEuNzUsMS43NSwxLjc1LS43OCwxLjc1LTEuNzUtLjc4LTEuNzUtMS43NS0xLjc1WiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDAuMzIiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDYuNjkiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTEuOTgiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTguMzQiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDAuMzIiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDYuNjkiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNTkuNjkiIHk9IjU5LjYyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNzkuMjgiIHk9IjU5LjYyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTEuOTgiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTguMzQiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNTkuNjkiIHk9Ijg0LjU5IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSI2LjY4Ii8+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI3OS4zMyIgeT0iODQuNTkiIHdpZHRoPSIyLjg4IiBoZWlnaHQ9IjcuMDQiLz4KPC9zdmc+");
}
.icon-svg-saleroom.white {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjM0LjEgNDUuNTcgNzMuNTMgNTAuNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZmZmZjsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTA3LjUzLDUyLjQybC01LjM5LTIuNjdoLTE1LjE4Yy0yLjM1LTIuNDQtOC42NC00LjE4LTE2LjA1LTQuMThzLTEzLjcsMS43NS0xNi4wNSw0LjE4aC0xNS4zN2wtNS4zOSwyLjY3djQzLjc1aDczLjUzdi00My43NWgtLjFabS0yLjM3LDIyLjMyaC0xNy4wOHYtMTkuODZoMTcuMDh2MTkuODZabS01MS43NSwwaC0xNi44NHYtMTkuODZoMTYuODR2MTkuODZabS0xNi44NCwyLjQ3aDE2Ljg0djE2LjQ5aC0xNi44NHYtMTYuNDlabTM5LjQ1LDYuMmMwLTMuMjgtMi4yOS01LjkzLTUuMTEtNS45M3MtNS4xLDIuNjUtNS4xMSw1LjkzaDB2MTAuMjloLTEwLjE0di0zOC44MWgzMC4xNnYzOC44MWgtOS44MXYtMTAuMjloMFptMTIuMDcsMTAuMjl2LTE2LjQ5aDE3LjA4djE2LjQ5aC0xNy4wOFoiLz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im03MC45MSw1OS45NGMtMS42OCwwLTMuMDUsMS42OC0zLjA1LDMuNzZoMHY2LjgyaDYuMXYtNi44MmgwYzAtMi4wOC0xLjM3LTMuNzYtMy4wNS0zLjc2WiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTgwLjc3LDgyLjAxYy45NywwLDEuNzUtLjc4LDEuNzUtMS43NXMtLjc5LTEuNzUtMS43NS0xLjc1LTEuNzUuNzgtMS43NSwxLjc1Ljc4LDEuNzUsMS43NSwxLjc1WiIvPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTYxLjEyLDc4LjVjLS45NywwLTEuNzUuNzgtMS43NSwxLjc1cy43OCwxLjc1LDEuNzUsMS43NSwxLjc1LS43OCwxLjc1LTEuNzUtLjc4LTEuNzUtMS43NS0xLjc1WiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDAuMzIiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDYuNjkiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTEuOTgiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTguMzQiIHk9IjgwLjE1IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDAuMzIiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDYuNjkiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNTkuNjkiIHk9IjU5LjYyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNzkuMjgiIHk9IjU5LjYyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTEuOTgiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTguMzQiIHk9IjU5LjQyIiB3aWR0aD0iMi44OCIgaGVpZ2h0PSIxMS4xMiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNTkuNjkiIHk9Ijg0LjU5IiB3aWR0aD0iMi44OCIgaGVpZ2h0PSI2LjY4Ii8+CiAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSI3OS4zMyIgeT0iODQuNTkiIHdpZHRoPSIyLjg4IiBoZWlnaHQ9IjcuMDQiLz4KPC9zdmc+Cg==");
}
.icon-svg-saleroomWithLiveBidding {
  height: 20px;
  width: 38px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4PSIwcHgiIHk9IjBweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTQxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIxOC42IDQ3LjIgMTA0LjUgNTYuMyI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzU3NTc1Njt9Cgkuc3Qxe2ZpbGw6I0I2MUYzNDt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU5LjIsODEuMWMtMC45LTEuMS0yLjItMS44LTMuNy0xLjhjLTIuOCwwLTUuMSwyLjctNS4xLDUuOXYxMC4zSDQwLjJWNTYuNmgzMC4ydjE1LjZoMS41bDAsMGwwLDBoMEw3MS41LDc1ICAgIGwtMS4xLDcuNnYxMi4zaDIuM1Y3OC45aDIuNWwwLjMtMi41aC0yLjlWNTYuNmgxNy4xdjE1LjVoMi41di0xOGgtMC4xbC01LjQtMi43SDcxLjVjLTIuNC0yLjQtOC42LTQuMi0xNi4xLTQuMiAgICBjLTcuNCwwLTEzLjcsMS44LTE2LDQuMkgyNGwtNS40LDIuN3Y0My44aDM4LjFMNTkuMiw4MS4xeiBNMzgsOTUuNEgyMS4xVjc4LjlIMzhWOTUuNHogTTM4LDc2LjVIMjEuMVY1Ni42SDM4Vjc2LjV6Ii8+Cgk8L2c+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTUuNSw2MS43Yy0xLjcsMC0zLDEuNy0zLDMuOGwwLDB2Ni44aDYuMXYtNi44bDAsMEM1OC41LDYzLjQsNTcuMiw2MS43LDU1LjUsNjEuN3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NS43LDgwLjJjLTEsMC0xLjgsMC44LTEuOCwxLjhzMC44LDEuOCwxLjgsMS44czEuOC0wLjgsMS44LTEuOFM0Ni43LDgwLjIsNDUuNyw4MC4yeiIvPgoJPHJlY3QgeD0iMjQuOSIgeT0iODEuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMS4xIi8+Cgk8cmVjdCB4PSIzMS4yIiB5PSI4MS45IiBjbGFzcz0ic3QwIiB3aWR0aD0iMi45IiBoZWlnaHQ9IjExLjEiLz4KCTxyZWN0IHg9IjI0LjkiIHk9IjYxLjIiIGNsYXNzPSJzdDAiIHdpZHRoPSIyLjkiIGhlaWdodD0iMTEuMSIvPgoJPHJlY3QgeD0iMzEuMiIgeT0iNjEuMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMS4xIi8+Cgk8cmVjdCB4PSI0NC4yIiB5PSI2MS40IiBjbGFzcz0ic3QwIiB3aWR0aD0iMi45IiBoZWlnaHQ9IjExLjEiLz4KCTxyZWN0IHg9IjYzLjgiIHk9IjYxLjQiIGNsYXNzPSJzdDAiIHdpZHRoPSIyLjkiIGhlaWdodD0iMTEuMSIvPgoJPHJlY3QgeD0iNzYuNSIgeT0iNjEuMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMS4xIi8+Cgk8cmVjdCB4PSI4Mi45IiB5PSI2MS4yIiBjbGFzcz0ic3QwIiB3aWR0aD0iMi45IiBoZWlnaHQ9IjExLjEiLz4KCTxyZWN0IHg9IjQ0LjIiIHk9Ijg2LjMiIGNsYXNzPSJzdDAiIHdpZHRoPSIyLjkiIGhlaWdodD0iNi43Ii8+CjwvZz4KPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSI3MS43LDEwMy4zIDcyLjUsOTcuMyA2NS43LDk3LjMgNjkuMSw3NC42IDYyLjUsNzQuNiA1OC41LDEwMy4zICIvPgo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjEwMC4yLDc0LjYgOTMuMyw4OSA5MC41LDc0LjYgNzguMyw3NC42IDc1LjEsOTcuMyA3NS4xLDk3LjMgNzQuMiwxMDMuMyA4MC45LDEwMy4zIDg0LjYsNzcuMiAgIDg5LjYsMTAzLjUgOTMuMiwxMDMuNSAxMDYuMSw3Ni45IDEwMi4zLDEwMy4zIDEyMCwxMDMuMyAxMjEsOTcuMSAxMDkuNyw5Ny4xIDExMC40LDkxLjggMTE5LjUsOTEuOCAxMjAuMyw4NS43IDExMS4zLDg1LjcgICAxMTIsODAuOCAxMjIuMiw4MC44IDEyMy4xLDc0LjYgMTIzLjEsNzQuNiAiLz4KPC9zdmc+");
}
.icon-svg-saleroomWithLiveBidding.white {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4PSIwcHgiIHk9IjBweCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQxLjcgMTQxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIxOC42IDQ3LjIgMTA0LjUgNTYuMyI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I2ZmZmZmZjt9Cgkuc3Qxe2ZpbGw6I0I2MUYzNDt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU5LjIsODEuMWMtMC45LTEuMS0yLjItMS44LTMuNy0xLjhjLTIuOCwwLTUuMSwyLjctNS4xLDUuOXYxMC4zSDQwLjJWNTYuNmgzMC4ydjE1LjZoMS41bDAsMGwwLDBoMEw3MS41LDc1ICAgIGwtMS4xLDcuNnYxMi4zaDIuM1Y3OC45aDIuNWwwLjMtMi41aC0yLjlWNTYuNmgxNy4xdjE1LjVoMi41di0xOGgtMC4xbC01LjQtMi43SDcxLjVjLTIuNC0yLjQtOC42LTQuMi0xNi4xLTQuMiAgICBjLTcuNCwwLTEzLjcsMS44LTE2LDQuMkgyNGwtNS40LDIuN3Y0My44aDM4LjFMNTkuMiw4MS4xeiBNMzgsOTUuNEgyMS4xVjc4LjlIMzhWOTUuNHogTTM4LDc2LjVIMjEuMVY1Ni42SDM4Vjc2LjV6Ii8+Cgk8L2c+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTUuNSw2MS43Yy0xLjcsMC0zLDEuNy0zLDMuOGwwLDB2Ni44aDYuMXYtNi44bDAsMEM1OC41LDYzLjQsNTcuMiw2MS43LDU1LjUsNjEuN3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NS43LDgwLjJjLTEsMC0xLjgsMC44LTEuOCwxLjhzMC44LDEuOCwxLjgsMS44czEuOC0wLjgsMS44LTEuOFM0Ni43LDgwLjIsNDUuNyw4MC4yeiIvPgoJPHJlY3QgeD0iMjQuOSIgeT0iODEuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMS4xIi8+Cgk8cmVjdCB4PSIzMS4yIiB5PSI4MS45IiBjbGFzcz0ic3QwIiB3aWR0aD0iMi45IiBoZWlnaHQ9IjExLjEiLz4KCTxyZWN0IHg9IjI0LjkiIHk9IjYxLjIiIGNsYXNzPSJzdDAiIHdpZHRoPSIyLjkiIGhlaWdodD0iMTEuMSIvPgoJPHJlY3QgeD0iMzEuMiIgeT0iNjEuMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMS4xIi8+Cgk8cmVjdCB4PSI0NC4yIiB5PSI2MS40IiBjbGFzcz0ic3QwIiB3aWR0aD0iMi45IiBoZWlnaHQ9IjExLjEiLz4KCTxyZWN0IHg9IjYzLjgiIHk9IjYxLjQiIGNsYXNzPSJzdDAiIHdpZHRoPSIyLjkiIGhlaWdodD0iMTEuMSIvPgoJPHJlY3QgeD0iNzYuNSIgeT0iNjEuMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMS4xIi8+Cgk8cmVjdCB4PSI4Mi45IiB5PSI2MS4yIiBjbGFzcz0ic3QwIiB3aWR0aD0iMi45IiBoZWlnaHQ9IjExLjEiLz4KCTxyZWN0IHg9IjQ0LjIiIHk9Ijg2LjMiIGNsYXNzPSJzdDAiIHdpZHRoPSIyLjkiIGhlaWdodD0iNi43Ii8+CjwvZz4KPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSI3MS43LDEwMy4zIDcyLjUsOTcuMyA2NS43LDk3LjMgNjkuMSw3NC42IDYyLjUsNzQuNiA1OC41LDEwMy4zICIvPgo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjEwMC4yLDc0LjYgOTMuMyw4OSA5MC41LDc0LjYgNzguMyw3NC42IDc1LjEsOTcuMyA3NS4xLDk3LjMgNzQuMiwxMDMuMyA4MC45LDEwMy4zIDg0LjYsNzcuMiAgIDg5LjYsMTAzLjUgOTMuMiwxMDMuNSAxMDYuMSw3Ni45IDEwMi4zLDEwMy4zIDEyMCwxMDMuMyAxMjEsOTcuMSAxMDkuNyw5Ny4xIDExMC40LDkxLjggMTE5LjUsOTEuOCAxMjAuMyw4NS43IDExMS4zLDg1LjcgICAxMTIsODAuOCAxMjIuMiw4MC44IDEyMy4xLDc0LjYgMTIzLjEsNzQuNiAiLz4KPC9zdmc+Cg==");
}
.mirrored {
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
button,
.button {
  display: inline-block;
  border: none;
  background: transparent;
  color: inherit;
  font-family: inherit;
  padding: 0;
  transition: background-color 0.2s ease-in;
  text-align: center;
  cursor: pointer;
}
button:not(.no-styling, .gbtn, .plyr__control),
.button:not(.no-styling, .gbtn, .plyr__control) {
  background: #b72841;
  border-bottom: 2px solid #610000;
  color: white;
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  padding: 10px 35px;
  margin-bottom: 5px;
  width: 100%;
}
button:not(.no-styling, .gbtn, .plyr__control):not(
      .button-blue,
      .button-white,
      .button-yellow,
      .button-lightyellow
    ):focus-visible,
.button:not(.no-styling, .gbtn, .plyr__control):not(
      .button-blue,
      .button-white,
      .button-yellow,
      .button-lightyellow
    ):focus-visible {
  outline-color: #006480;
}
button:not(.no-styling, .gbtn, .plyr__control):focus-visible,
.button:not(.no-styling, .gbtn, .plyr__control):focus-visible {
  outline-color: #006480;
}
button:not(.no-styling, .gbtn, .plyr__control):disabled,
.button:not(.no-styling, .gbtn, .plyr__control):disabled,
button:not(.no-styling, .gbtn, .plyr__control)[aria-disabled="true"],
.button:not(.no-styling, .gbtn, .plyr__control)[aria-disabled="true"] {
  opacity: 0.8;
  cursor: default;
}
button:not(.no-styling, .gbtn, .plyr__control):not(.button--wrap),
.button:not(.no-styling, .gbtn, .plyr__control):not(.button--wrap) {
  white-space: nowrap;
}
button:not(.no-styling, .gbtn, .plyr__control).button-blue,
.button:not(.no-styling, .gbtn, .plyr__control).button-blue {
  background: #515369;
  border-bottom: 2px solid #383A49;
}
button:not(.no-styling, .gbtn, .plyr__control).button-blue:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).button-blue:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #383A49;
}
button:not(.no-styling, .gbtn, .plyr__control).button-white,
.button:not(.no-styling, .gbtn, .plyr__control).button-white {
  background: white;
  border-bottom: 2px solid #e5e5e5;
  color: #4c4c4c;
}
button:not(.no-styling, .gbtn, .plyr__control).button-white--bordered,
.button:not(.no-styling, .gbtn, .plyr__control).button-white--bordered {
  border: 1px solid #4c4c4c;
}
button:not(.no-styling, .gbtn, .plyr__control).button-white:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).button-white:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #e5e5e5;
}
button:not(.no-styling, .gbtn, .plyr__control).button-yellow,
.button:not(.no-styling, .gbtn, .plyr__control).button-yellow {
  background: #ffac46;
  border-bottom: 2px solid #e5993d;
  color: #4c4c4c;
}
button:not(.no-styling, .gbtn, .plyr__control).button-yellow:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).button-yellow:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #e5993d;
}
button:not(.no-styling, .gbtn, .plyr__control).button-lightyellow,
.button:not(.no-styling, .gbtn, .plyr__control).button-lightyellow {
  background: #F1E6C1;
  border-bottom: 2px solid #D8CFAD;
  color: #4c4c4c;
}
button:not(.no-styling, .gbtn, .plyr__control).button-lightyellow:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).button-lightyellow:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #D8CFAD;
}
button:not(.no-styling, .gbtn, .plyr__control).button--width-auto,
.button:not(.no-styling, .gbtn, .plyr__control).button--width-auto {
  width: auto;
}
button:not(.no-styling, .gbtn, .plyr__control).button--small-padding,
.button:not(.no-styling, .gbtn, .plyr__control).button--small-padding {
  padding: 10px 10px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--disabled,
.button:not(.no-styling, .gbtn, .plyr__control).button--disabled {
  opacity: 0.8;
}
button:not(.no-styling, .gbtn, .plyr__control).button--disabled:hover,
.button:not(.no-styling, .gbtn, .plyr__control).button--disabled:hover {
  background-color: #b72841 !important;
}
button:not(.no-styling, .gbtn, .plyr__control).button--reduced-height,
.button:not(.no-styling, .gbtn, .plyr__control).button--reduced-height {
  padding: 5px 20px;
  margin-top: 10px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--without-icon:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--without-icon:before {
  content: unset;
}
button:not(.no-styling, .gbtn, .plyr__control).button--previous:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--previous:before,
button:not(.no-styling, .gbtn, .plyr__control).button--previous:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--previous:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
button:not(.no-styling, .gbtn, .plyr__control).button--previous:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--previous:before {
  content: "\e901" / "";
  font-size: 10px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--previous.icon-big:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--previous.icon-big:before {
  font-size: 14px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--next:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--next:before,
button:not(.no-styling, .gbtn, .plyr__control).button--submit:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--submit:before,
button:not(.no-styling, .gbtn, .plyr__control).button--next:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--next:after,
button:not(.no-styling, .gbtn, .plyr__control).button--submit:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--submit:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
button:not(.no-styling, .gbtn, .plyr__control).button--next:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--next:after,
button:not(.no-styling, .gbtn, .plyr__control).button--submit:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--submit:after {
  content: "\e902" / "";
  font-size: 10px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--next.icon-big:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--next.icon-big:after,
button:not(.no-styling, .gbtn, .plyr__control).button--submit.icon-big:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--submit.icon-big:after {
  font-size: 14px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--next:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--next:after,
button:not(.no-styling, .gbtn, .plyr__control).button--submit:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--submit:after {
  margin-left: 5px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--play:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--play:before,
button:not(.no-styling, .gbtn, .plyr__control).button--play:after,
.button:not(.no-styling, .gbtn, .plyr__control).button--play:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
button:not(.no-styling, .gbtn, .plyr__control).button--play:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--play:before {
  content: "\e923" / "";
}
button:not(.no-styling, .gbtn, .plyr__control).button--play:before,
.button:not(.no-styling, .gbtn, .plyr__control).button--play:before {
  margin-right: 15px;
}
button:not(.no-styling, .gbtn, .plyr__control):hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control):hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #610000;
}
button:not(.no-styling, .gbtn, .plyr__control):before,
.button:not(.no-styling, .gbtn, .plyr__control):before {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
button:not(.no-styling, .gbtn, .plyr__control).button--justify-right,
.button:not(.no-styling, .gbtn, .plyr__control).button--justify-right {
  display: block;
  margin-left: auto;
}
button:not(.no-styling, .gbtn, .plyr__control).swal2-confirm.swal2-styled,
.button:not(.no-styling, .gbtn, .plyr__control).swal2-confirm.swal2-styled {
  background: #ffac46;
  border-bottom: 2px solid #e5993d;
  color: #4c4c4c;
  width: auto;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #ffac46 !important;
}
button:not(.no-styling, .gbtn, .plyr__control).swal2-confirm.swal2-styled:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).swal2-confirm.swal2-styled:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #e5993d;
}
button:not(.no-styling, .gbtn, .plyr__control).swal2-confirm.swal2-styled:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).swal2-confirm.swal2-styled:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #e5993d !important;
}
button:not(.no-styling, .gbtn, .plyr__control).swal2-cancel.swal2-styled,
.button:not(.no-styling, .gbtn, .plyr__control).swal2-cancel.swal2-styled {
  background: #515369;
  border-bottom: 2px solid #383A49;
  width: auto;
  border-radius: 0 !important;
  background: #515369 !important;
  border-bottom: 2px solid #383A49 !important;
}
button:not(.no-styling, .gbtn, .plyr__control).swal2-cancel.swal2-styled:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).swal2-cancel.swal2-styled:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #383A49;
}
button:not(.no-styling, .gbtn, .plyr__control).swal2-cancel.swal2-styled:hover:not(:disabled, [aria-disabled="true"]),
.button:not(.no-styling, .gbtn, .plyr__control).swal2-cancel.swal2-styled:hover:not(:disabled, [aria-disabled="true"]) {
  background-color: #383A49 !important;
}
.skip-link {
  position: absolute;
  left: -9999vw;
  z-index: 9999;
}
.skip-link:focus {
  left: unset;
}
.headline,
.subheadline {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  margin: 1em 0;
}
@media only screen and (max-width: 980px) {
  .headline,
  .subheadline {
    margin: 0.5em 0;
  }
}
.headline-bold,
.subheadline-bold {
  font-weight: bold;
}
.headline-underlined,
.subheadline-underlined {
  display: inline-block;
  padding-right: 15px;
  min-width: 60%;
  border-bottom: 1px solid #b72841;
  padding-bottom: 8px;
}
.headline-no-margin,
.subheadline-no-margin {
  margin: 0;
}
.headline-look-like-legend,
.subheadline-look-like-legend {
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  margin-top: 22px;
}
.headline--news-slider,
.subheadline--news-slider {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 36px;
}
.headline--h1-alike,
h1 {
  font-size: 2em;
}
@media only screen and (max-width: 980px) {
  .headline--h1-alike:not(.headline--mobile-same-size),
  h1:not(.headline--mobile-same-size) {
    font-size: 1.7em;
  }
}
.headline--h2-alike,
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 980px) {
  .headline--h2-alike:not(.headline--mobile-same-size),
  h2:not(.headline--mobile-same-size) {
    font-size: 24px;
  }
}
.headline--h3-alike,
h3 {
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  .headline--h3-alike:not(.headline--mobile-same-size),
  h3:not(.headline--mobile-same-size) {
    font-size: 18px;
  }
}
.headline--h4-alike,
h4 {
  font-size: 16px;
}
@media only screen and (max-width: 980px) {
  .headline--h4-alike:not(.headline--mobile-same-size),
  h4:not(.headline--mobile-same-size) {
    font-size: 14px;
  }
}
.headline--h5-alike,
h5 {
  font-size: 0.83em;
  font-weight: bold;
}
.headline--like-text {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.email {
  color: #006480;
  transition: color linear 0.2s;
}
a.email:hover {
  color: #515369;
}
.look-like-link {
  color: #b72841;
  cursor: pointer;
}
.look-like-link:hover {
  color: #610000;
  text-decoration: underline;
}
.bodytext-html a:not(.button),
.html-container a:not(.button),
a.look-like-link,
a[href^="mailto:"] {
  color: #b72841;
  cursor: pointer;
}
.bodytext-html a:not(.button):hover,
.html-container a:not(.button):hover,
a.look-like-link:hover,
a[href^="mailto:"]:hover {
  color: #610000;
  text-decoration: underline;
}
@media only screen and (max-width: 980px) {
  a[href^="tel:"] {
    color: #b72841;
    cursor: pointer;
  }
  a[href^="tel:"]:hover {
    color: #610000;
    text-decoration: underline;
  }
}
a.link-with-arrow:before,
a.link-with-arrow:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
a.link-with-arrow:before {
  content: "\e902" / "";
  font-size: 10px;
}
a.link-with-arrow.icon-big:before {
  font-size: 14px;
}
a.link-with-arrow:before {
  margin-right: 5px;
}
ul {
  padding-left: 0;
  list-style: none;
}
ul > li {
  padding-left: 1.3em;
  line-height: 1em;
}
ul > li .headline {
  line-height: 1.4;
}
ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
ul > li:before,
ul > li:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
ul > li:before {
  content: "\e902" / "";
  font-size: 10px;
}
ul > li.icon-big:before {
  font-size: 14px;
}
ul > li:before {
  margin-left: -1.3em;
  width: 1.3em;
  font-size: 10px !important;
  margin-right: 5px;
}
ul.last-level-menu-items > li,
ul.interlinking-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}
ul.last-level-menu-items > li::before,
ul.interlinking-list > li::before {
  width: auto;
  margin-right: 10px;
}
ul.no-list-style {
  list-style: none;
}
ul.no-list-style > li {
  padding-left: 0;
}
ul.no-list-style > li:before {
  display: none;
}
ol {
  padding-left: 15px;
}
ol li {
  margin: 10px 0;
}
/**list points with multiple lines should have same indent on every line**/
.html-container ul > li,
.news-text-wrap ul > li,
.tx-dmf-faq ul > li,
.link-list ul > li,
.element-container ul > li {
  padding-left: 1.7em;
}
.html-container ul > li:before,
.news-text-wrap ul > li:before,
.tx-dmf-faq ul > li:before,
.link-list ul > li:before,
.element-container ul > li:before {
  width: auto;
  margin-left: -2em;
  margin-right: 1em;
}
table.contenttable {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100% !important;
  border: none;
  table-layout: fixed;
}
table.contenttable tr {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}
table.contenttable thead > tr:first-child {
  background: #b72841;
  color: white;
}
table.contenttable tbody > tr:nth-child(even) {
  background: #f7f7f7;
}
table.contenttable th,
table.contenttable td {
  border: none;
  padding: 10px;
  margin: 0;
  text-align: left;
}
table.contenttable th p,
table.contenttable td p {
  margin: 0;
  padding: 0;
}
.time:before,
.time:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.time:before {
  content: "\e90a" / "";
}
.time:before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.speechbubble:before,
.speechbubble:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.speechbubble:before {
  content: "\e930" / "";
}
.speechbubble:before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.calendar:before,
.calendar:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.calendar:before {
  content: "\e92b" / "";
}
.calendar__colored {
  color: #b72841;
}
.calendar:before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media print {
  @page {
    size: A4;
    margin: 2cm 2cm 2cm 1.5cm;
  }
  header,
  footer,
  #site-header,
  #site-footer,
  button,
  .button,
  .btn,
  .btn-toolbar {
    display: none;
  }
  .headline {
    margin: 15px 0;
  }
  .logo-container .img.logo {
    margin-top: 0;
    margin-bottom: 1em;
    width: 5cm;
  }
  .print-hidden {
    display: none !important;
  }
  .show-in-print {
    display: block !important;
  }
  html {
    font-size: 0.9em;
  }
  p {
    font-size: 0.9em !important;
  }
  body,
  #body {
    position: static !important;
    overflow: visible !important;
    top: 0 !important;
    print-color-adjust: exact;
  }
  body::-webkit-scrollbar,
  #body::-webkit-scrollbar {
    width: 0 !important;
  }
  #content > div:first-child,
  #content > section:first-child {
    padding-top: 0;
  }
  #content > div:last-child,
  #content > section:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  * {
    overflow: visible !important;
  }
  .page-break {
    display: block;
    page-break-before: always;
  }
  fieldset {
    page-break-inside: avoid;
  }
  .ui-selectmenu-button.ui-button {
    background: white !important;
    color: black !important;
  }
}
.page-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2) !important;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s linear;
}
.page-overlay-container.dark--background {
  background: rgba(0, 0, 0, 0.8) !important;
}
.page-overlay-container.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-overlay-container .page-overlay {
  position: fixed;
  left: 50%;
  width: 800px;
  max-width: 100%;
  margin-top: calc(-400px / 2);
  margin-left: calc(-800px / 2);
  padding: 30px;
  background: white;
}
.page-overlay-container .page-overlay:focus-visible {
  outline: none;
}
.page-overlay-container .page-overlay:not(.text-align--left) {
  text-align: center;
}
.page-overlay-container .page-overlay:not(.page-overlay--top-position) {
  top: 50%;
}
.page-overlay-container .page-overlay.page-overlay--top-position {
  margin-top: 60px;
}
.page-overlay-container .page-overlay .form-group {
  margin-bottom: 15px;
}
.page-overlay-container .page-overlay .form-group label * {
  margin-top: 5px;
}
.page-overlay-container .page-overlay form input[type="radio"] {
  width: auto;
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .page-overlay-container .page-overlay {
    left: 0;
    right: 0;
    margin-left: 0;
  }
}
.page-overlay-container .page-overlay .page-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  cursor: pointer;
}
.page-overlay-container .page-overlay .page-overlay-content {
  text-align: start;
}
.page-overlay-container .page-overlay .page-overlay-content:not(.page-overlay--auto-height) {
  height: 400px;
}
.page-overlay-container .page-overlay .page-overlay-content.page-overlay--auto-height {
  height: auto;
  max-height: calc(80vh - 60px);
  padding: 0 15px;
  overflow-y: auto;
}
@media only screen and (min-width: 981px) and (min-height: 670px) {
  .page-overlay-container .page-overlay .page-overlay-content.page-overlay--personal-data-layer {
    overflow-y: visible;
  }
}
.page-overlay-container .page-overlay .page-overlay-content--height-half-of-width {
  position: relative;
  height: 0;
  padding-top: 50%;
}
.page-overlay-container .page-overlay--rounded-corners {
  border-radius: 10px;
}
.page-overlay-container .page-overlay iframe.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-overlay-container .page-overlay .browser-logo {
  max-height: 50px;
  width: auto;
  max-width: 55px;
}
.sqs-dropdown__wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.sqs-dropdown__wrapper .select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sqs-dropdown__wrapper .select__disabled .select__trigger,
.sqs-dropdown__wrapper .select__disabled .select__trigger:hover {
  background: #e6e6e6;
  color: #595959;
  cursor: default;
}
.sqs-dropdown__wrapper .select__trigger {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #333333;
  height: 45px;
  width: 100%;
  padding: 10px;
  background: white;
  transition: background-color 0s;
  line-height: 1.25;
}
.sqs-dropdown__wrapper .select__trigger--auto-height {
  height: auto;
}
.sqs-dropdown__wrapper .select__trigger span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sqs-dropdown__wrapper .select__trigger--icon {
  width: 15px;
  min-width: 15px;
  margin-left: 10px;
}
.sqs-dropdown__wrapper .select__trigger--icon:before,
.sqs-dropdown__wrapper .select__trigger--icon:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.sqs-dropdown__wrapper .select__trigger--icon:before {
  content: "\e90c" / "";
  font-size: 10px;
}
.sqs-dropdown__wrapper .select__trigger--icon.icon-big:before {
  font-size: 14px;
}
.sqs-dropdown__wrapper .select__trigger--icon.right {
  display: inline-block;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.sqs-dropdown__wrapper .select__trigger--icon::before {
  font-size: 15px;
  transform: scaleY(1);
  transition: transform 0.2s ease-out;
}
@media (prefers-reduced-motion) {
  .sqs-dropdown__wrapper .select__trigger--icon::before {
    transition-duration: 0s;
  }
}
.sqs-dropdown__wrapper .select.open .select__trigger,
.sqs-dropdown__wrapper .select__trigger:hover,
.sqs-dropdown__wrapper .select .different-from-default-option,
.sqs-dropdown__wrapper .select:focus-visible .select__trigger {
  background-color: #515369;
  color: white;
}
.sqs-dropdown__wrapper .select.open .select__trigger--icon:before {
  transform: scaleY(-1);
}
.sqs-dropdown__wrapper .select__options {
  position: absolute;
  display: block;
  visibility: hidden;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background: white;
  transition: transform 0.2s, visibility 0.2s;
  transform: scaleY(0);
  transform-origin: center top;
  pointer-events: none;
  z-index: 9;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #333333;
  margin: 0;
}
@media only screen and (max-width: 980px), only screen and (max-height: 804px) {
  .sqs-dropdown__wrapper .select__options.open-upwards--personal-data-overlay {
    transform-origin: center bottom;
    bottom: calc(100% - 1px);
    top: unset;
  }
}
.sqs-dropdown__wrapper .select__option {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  line-height: 1em;
}
.sqs-dropdown__wrapper .select__option:before {
  content: "";
  display: none;
}
.sqs-dropdown__wrapper .select__option:nth-child(even) {
  background: #e6e6e6;
}
.sqs-dropdown__wrapper .select__option:hover,
.sqs-dropdown__wrapper .select__option.selected,
.sqs-dropdown__wrapper .select__option:focus-visible {
  background-color: #515369;
  color: white;
}
.sqs-dropdown__wrapper .select__option:focus-visible {
  outline-offset: -4px;
}
.sqs-dropdown__wrapper .select.open .select__options {
  transform: scaleY(1);
  pointer-events: auto;
  visibility: visible;
}
.sqs-dropdown-select[data-sqs-initialized="true"] {
  display: none;
}
.gbtn {
  width: 48px !important;
  height: 48px !important;
  padding: 8px;
  margin: 0;
  border: none;
}
.gbtn:hover {
  background-color: #610000 !important;
}
.gslide-desc {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media only screen and (max-width: 768px) {
  .gslide-desc {
    color: #e5e5e5 !important;
  }
}
@media only screen and (max-width: 768px) {
  .gslide-description {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
}
.gdesc-open .gslide-media {
  opacity: 1 !important;
}
.glightbox--hover-overlay {
  position: relative;
}
.glightbox--hover-overlay .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.glightbox--hover-overlay:hover .img,
.glightbox--hover-overlay:focus-within .img {
  filter: brightness(0.5);
  cursor: pointer;
}
.glightbox--hover-overlay:hover .zoom-icon,
.glightbox--hover-overlay:focus-within .zoom-icon {
  opacity: 1;
}
.glightbox__image-container {
  position: relative !important;
}
.show-password-button {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  border: none !important;
  margin: 0 !important;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-password-button img {
  display: block;
  margin-top: 1px;
  width: 21px;
  height: 21px;
}
.show-password-button::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  position: absolute;
  transform: scale(1.5);
  background: currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: transform 400ms, opacity 800ms;
}
.show-password-button:hover::before,
.show-password-button:focus-visible::before {
  opacity: 0.1;
  transform: scale(1.6);
}
.show-password-button:active::before {
  transform: scale(0);
  opacity: 0.2;
  transition: 0s;
}
.show-password-button__container {
  position: relative;
}
input:has(~ .show-password-button) {
  padding-right: 35px;
}
::-ms-reveal {
  display: none;
}
.margin--0 {
  margin: 0px;
}
.margin-top--0 {
  margin-top: 0px;
}
.margin-bottom--0 {
  margin-bottom: 0px;
}
.margin-left--0 {
  margin-left: 0px;
}
.margin-right--0 {
  margin-right: 0px;
}
.margin-vertical--0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-horizontal--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.margin--s {
  margin: 15px;
}
.margin-top--s {
  margin-top: 15px;
}
.margin-bottom--s {
  margin-bottom: 15px;
}
.margin-left--s {
  margin-left: 15px;
}
.margin-right--s {
  margin-right: 15px;
}
.margin-vertical--s {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-horizontal--s {
  margin-left: 15px;
  margin-right: 15px;
}
.margin--m {
  margin: 30px;
}
.margin-top--m {
  margin-top: 30px;
}
.margin-bottom--m {
  margin-bottom: 30px;
}
.margin-left--m {
  margin-left: 30px;
}
.margin-right--m {
  margin-right: 30px;
}
.margin-vertical--m {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-horizontal--m {
  margin-left: 30px;
  margin-right: 30px;
}
html {
  box-sizing: border-box;
  color: #4c4c4c;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  word-wrap: break-word;
  overscroll-behavior-y: contain;
}
html * {
  box-sizing: inherit;
}
a:not(:disabled):focus-visible,
button:not(:disabled):focus-visible,
input[type="button"]:not(:disabled):focus-visible,
input[type="submit"]:not(:disabled):focus-visible,
input[type="reset"]:not(:disabled):focus-visible,
[tabindex="0"]:not(:disabled):focus-visible {
  outline: #b72841 solid 4px;
}
input[type="checkbox"]:not(:disabled):focus-visible,
input[type="date"]:not(:disabled):focus-visible,
input[type="datetime-local"]:not(:disabled):focus-visible,
input[type="file"]:not(:disabled):focus-visible,
input[type="image"]:not(:disabled):focus-visible,
input[type="radio"]:not(:disabled):focus-visible,
input[type="range"]:not(:disabled):focus-visible,
input[type="time"]:not(:disabled):focus-visible {
  outline: #b72841 solid 2px;
}
body.no-scroll {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
@media (min-width: 900px) {
  body {
    overflow: auto !important;
    padding-right: 0 !important;
  }
}
#body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
}
#body * {
  scroll-margin-top: 80px;
}
#content {
  flex: 1;
  margin-bottom: 60px;
}
.use-min-height {
  min-height: 1000px;
}
#content > div:not(#site-header),
#content > section:not(#site-header) {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  #content > div:not(#site-header),
  #content > section:not(#site-header) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#content > div:not(#site-header):first-child,
#content > section:not(#site-header):first-child {
  padding-top: 0;
}
#content > div:not(#site-header):last-child,
#content > section:not(#site-header):last-child {
  margin-bottom: -60px;
  padding-bottom: 80px;
}
#content > div {
  background: white;
}
#content > div:nth-child(2n+4) {
  background: #e6e6e6;
}
hr {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 15px 0;
}
hr.more-space-after {
  margin-bottom: 30px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underlined {
  text-decoration: underline;
}
.smaller {
  font-size: 0.8em;
}
.bigger {
  font-size: 1.25em;
}
.serif {
  font-family: 'Playfair Display', serif;
}
.red {
  color: #b72841;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.global-side-spacing,
.frame.frame-centered {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.global-side-spacing .global-side-spacing,
.frame.frame-centered .global-side-spacing {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 981px) {
  .global-side-spacing--desktop-none,
  .frame.frame-centered--desktop-none {
    padding: 0;
  }
}
@media only screen and (max-width: 980px) {
  .global-side-spacing--mobile-none,
  .frame.frame-centered--mobile-none {
    padding: 0;
  }
}
.auction-countdown .time-left {
  font-size: 14px;
}
#cookieman-modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
#cookieman-modal .modal-footer .btn {
  margin-left: 4px;
  margin-right: 4px;
}
@media only screen and (max-width: 980px) {
  .global-side-spacing.global-side-spacing--no-mobile fieldset.form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
  #cookieman-modal .modal-footer .btn,
  #cookieman-modal #cookieman-settings .btn {
    width: 100%;
  }
}
.compensate-row {
  overflow: hidden;
}
.frame-layout-grey {
  background: #e6e6e6 !important;
}
.frame-layout-white {
  background: white !important;
}
.frame-layout-blue {
  background: #006480 !important;
  color: white;
}
.frame-space-before-extra-small {
  margin-top: 5px;
}
@media only screen and (max-width: 980px) {
  .frame-space-before-extra-small {
    margin-top: 2px;
  }
}
.frame-space-before-small {
  margin-top: 15px;
}
@media only screen and (max-width: 980px) {
  .frame-space-before-small {
    margin-top: 5px;
  }
}
.frame-space-before-medium {
  margin-top: 30px;
}
@media only screen and (max-width: 980px) {
  .frame-space-before-medium {
    margin-top: 10px;
  }
}
.frame-space-before-large {
  margin-top: 45px;
}
@media only screen and (max-width: 980px) {
  .frame-space-before-large {
    margin-top: 15px;
  }
}
.frame-space-before-extra-large {
  margin-top: 60px;
}
@media only screen and (max-width: 980px) {
  .frame-space-before-extra-large {
    margin-top: 20px;
  }
}
.frame-space-after-extra-small {
  margin-bottom: 5px;
}
@media only screen and (max-width: 980px) {
  .frame-space-after-extra-small {
    margin-bottom: 2px;
  }
}
.frame-space-after-small {
  margin-bottom: 15px;
}
@media only screen and (max-width: 980px) {
  .frame-space-after-small {
    margin-bottom: 5px;
  }
}
.frame-space-after-medium {
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  .frame-space-after-medium {
    margin-bottom: 10px;
  }
}
.frame-space-after-large {
  margin-bottom: 45px;
}
@media only screen and (max-width: 980px) {
  .frame-space-after-large {
    margin-bottom: 15px;
  }
}
.frame-space-after-extra-large {
  margin-bottom: 60px;
}
@media only screen and (max-width: 980px) {
  .frame-space-after-extra-large {
    margin-bottom: 20px;
  }
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.typo3-messages,
.fetch-async-flash-messages {
  display: none;
}
ul.horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.horizontal > li {
  display: inline;
  padding-left: 0;
}
ul.horizontal > li:before {
  content: unset;
}
.img,
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.img.vertical-middle,
img.vertical-middle {
  vertical-align: middle;
}
.img.logo,
img.logo {
  height: 43px;
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .img.logo,
  img.logo {
    max-width: 299px;
  }
}
.img__fill-container {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
}
.info-box {
  position: relative;
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
}
.info-box .info-box-content {
  position: absolute;
  top: 30px;
  left: -200px;
  background: white;
  border: 1px solid #e6e6e6;
  padding: 15px 40px 15px 15px;
  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.2s ease-out;
}
.info-box .info-box-content:not([inert]) {
  opacity: 1;
  pointer-events: auto;
  display: inline-block;
}
@media only screen and (min-width: 981px) {
  .info-box .info-box-content .row {
    display: flex;
  }
  .info-box .info-box-content .row .col.col-4 {
    width: auto;
  }
  .info-box .info-box-content .row .col.col-4 .info-box-img {
    height: 200px;
    width: auto;
    max-height: inherit;
    max-width: inherit;
  }
  .info-box .info-box-content .row .col.col-8 {
    width: auto;
    white-space: nowrap;
  }
}
.info-box .info-box-content .info-box-close {
  font-weight: bold;
  font-size: 15px;
  height: 25px;
  width: 25px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}
.info-box .info-box-content.speech-bubble {
  right: -200px;
  bottom: 40px;
  top: auto;
}
@media only screen and (max-width: 980px) {
  .info-box .info-box-content {
    width: 300px;
    overflow-y: auto;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    max-height: calc(100% - 200px);
    margin-left: -150px;
  }
  .info-box .info-box-content .info-box-img {
    max-height: 200px;
  }
  .info-box .info-box-content .info-box-close {
    top: 5px;
  }
}
.info-box .info-box-trigger {
  vertical-align: middle;
  cursor: pointer;
}
/*for IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img.logo {
    height: 100% !important;
    margin-top: 0 !important;
  }
}
.social-media-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  margin-right: 5px;
  cursor: pointer;
}
.social-media-button .icon {
  position: relative;
  top: -2px;
}
.social-media-button--share-lot .icon {
  top: -4px;
}
.social-media-button--share-lot .icon-print {
  position: relative;
}
.loader {
  width: 40px;
  height: 40px;
  background-color: #b72841;
  font-weight: bold;
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-family: 'Playfair Display', serif;
  margin: auto;
  -webkit-animation: sk-rotateplane 2.4s infinite ease-in-out;
  animation: sk-rotateplane 2.4s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  25% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateY(360deg) rotateX(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg) rotateX(0deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
  75% {
    transform: perspective(120px) rotateX(-359.9deg) rotateY(-180deg);
    -webkit-transform: perspective(120px) rotateX(-359.9deg) rotateY(-180deg);
  }
  100% {
    transform: perspective(120px) rotateX(-360deg) rotateY(0.1deg);
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0.1deg);
  }
}
@media only screen and (min-width: 981px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.print-only {
  display: none;
}
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .print-only {
    /*for IE */
    display: block !important;
  }
}
@media print {
  .print-only {
    display: initial !important;
  }
}
.login-only:not(.login-only--override) {
  display: none;
}
.swal2-container.swal2-shown,
.swal2-container.swal2-backdrop-show {
  z-index: 5000;
}
.hidden {
  display: none !important;
}
.speech-bubble {
  position: relative;
  background: #ffffff;
  border-radius: 0.4em;
  box-shadow: 5px 5px 10px silver;
}
.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}
.no-spacing--top {
  top: 0 !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.position--relative {
  position: relative;
}
@media print {
  .typo3-adminPanel {
    display: none !important;
  }
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: inherit !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: rect(0 0 0 0);
  border: 0;
}
@media print {
  .sr-only {
    display: none !important;
  }
}
@media only screen and (min-width: 981px) {
  .sr-only--show-on-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: rect(0 0 0 0);
    border: 0;
  }
}
@media only screen and (min-width: 981px) and print {
  .sr-only--show-on-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .sr-only--show-on-desktop {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: rect(0 0 0 0);
    border: 0;
  }
}
@media only screen and (max-width: 980px) and print {
  .sr-only--show-on-desktop {
    display: none !important;
  }
}
.tooltip[data-title] {
  position: relative;
}
.tooltip[data-title]:after {
  content: attr(data-title);
  display: none;
  position: absolute;
  left: 0;
  top: 2em;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  color: #4c4c4c;
  background-color: white;
  border: 1px solid #4c4c4c;
  padding: 2px 4px;
}
.tooltip[data-title]:hover:after,
.tooltip[data-title]:focus:after {
  display: inline-block;
}
/*
 * Use the "link-card" class for the container you want to make clickable,
 * then apply "link-card__anchor" to the <a> element within, which should
 * only have text content.
 */
.link-card {
  position: relative !important;
  outline-color: #b72841;
}
.link-card:has(.link-card__anchor:focus-visible) {
  outline-width: 4px;
  outline-style: solid;
}
.link-card__anchor {
  outline: none !important;
}
.link-card__anchor::after {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inline-block {
  display: inline-block;
}
#main-header {
  position: sticky;
  box-shadow: 0 0 20px 0 rgba(15, 11, 6, 0.5);
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
}
#main-header .nav-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#main-header .logo-container {
  width: 320px;
}
@media only screen and (max-width: 1100px) {
  #main-header .logo-container {
    width: 260px;
  }
}
@media only screen and (max-width: 980px) {
  #main-header .logo-container {
    width: auto;
  }
}
#main-header .main-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-grow: 2;
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  #main-header .main-nav {
    justify-content: flex-end;
  }
}
#main-header .main-nav-element {
  padding: 0 10px;
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  vertical-align: middle;
  outline-offset: -4px;
}
#main-header .main-nav-element > .main-menu-link,
#main-header .main-nav-element > span {
  padding: 15px 0;
  line-height: normal;
  border-bottom: 1px solid transparent;
}
#main-header .main-nav-element > .submenu-container {
  line-height: normal;
  cursor: auto;
}
#main-header .main-nav-element[aria-expanded="true"] > span {
  color: #b72841;
  border-bottom: 1px solid #b72841;
}
#main-header .main-nav-element[aria-expanded="true"] .submenu-container {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
@media only screen and (max-width: 980px) {
  #main-header .main-nav-element {
    padding: 0 5px;
  }
}
#main-header .search-bar {
  position: relative;
}
#main-header .search-bar > .icon-search {
  cursor: pointer;
  width: 33px;
  height: 33px;
  font-size: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  right: 4px;
  top: 5px;
  border-radius: 4px;
  align-items: center;
  background-color: white;
  z-index: 2;
}
#main-header .search-bar > .header-search-input {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 17px;
  height: 45px;
  width: 100%;
  padding-right: 30px;
  outline-offset: -2px;
}
#main-header .search-bar > .header-search-input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
#main-header .search-bar > .header-search-input::placeholder {
  color: #b4b4b4;
}
#site-header {
  margin-bottom: 70px;
}
@media only screen and (max-width: 980px) {
  #site-header {
    margin-bottom: 15px;
  }
}
#site-header .breadcrumb {
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 0;
  font-size: 0.8em;
}
#site-header .breadcrumb__item {
  margin-right: 5px;
}
#site-header .breadcrumb__link {
  display: inline-block;
  margin-right: 5px;
}
#site-footer {
  margin-top: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #b72841;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  #site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#site-footer .footer-action-buttons {
  position: fixed;
  bottom: 20px;
  right: 35px;
  display: flex;
  height: 55px;
  gap: 25px;
  z-index: 1000;
}
@media only screen and (max-width: 980px) {
  #site-footer .footer-action-buttons {
    right: 25px;
  }
}
#site-footer .page-up {
  color: #c1c1c1;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity linear 0.2s;
  line-height: 50px;
  text-align: center;
  font-size: 50px;
}
#site-footer .page-up:hover {
  opacity: 0.8;
}
#site-footer img {
  max-width: 299px;
  height: 43px;
}
@media only screen and (max-width: 980px) {
  #site-footer {
    text-align: left;
  }
}
#site-footer .see-also {
  margin-top: 30px;
}
@media only screen and (max-width: 980px) {
  #site-footer .see-also .headline-underlined {
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#site-footer .see-also-link {
  display: inline-block;
  margin: 15px 0;
}
#site-footer .see-also-link:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 980px) {
  #site-footer .see-also-link {
    display: block;
  }
  #site-footer .see-also-link:not(:last-child) {
    margin-right: 0;
  }
}
#global-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
#global-loader > .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}



.ui-datepicker {
  background: white;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.ui-datepicker .ui-datepicker-prev {
  top: 5px !important;
  left: 5px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-prev:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e901" / "";
  font-size: 10px;
}
.ui-datepicker .ui-datepicker-prev.icon-big:before {
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-next {
  top: 5px !important;
  right: 5px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e902" / "";
  font-size: 10px;
}
.ui-datepicker .ui-datepicker-next.icon-big:before {
  font-size: 14px;
}
.ui-state-disabled {
  border: 1px solid #e6e6e6 !important;
  color: #e6e6e6 !important;
  background: #f7f7f7 !important;
}
.ui-selectmenu-menu {
  max-width: 0;
  padding: 0 !important;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  z-index: 11 !important;
}
.ui-selectmenu-text {
  padding-right: 10px;
}
.ui-selectmenu-button.ui-button {
  display: flex;
  width: 100% !important;
  margin: 0;
  padding: 10px;
  background: white;
  position: relative;
  border: 1px solid #333333;
}
.ui-selectmenu-button.ui-button:before,
.ui-selectmenu-button.ui-button:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.ui-selectmenu-button.ui-button:before {
  content: "\e90c" / "";
  font-size: 10px;
}
.ui-selectmenu-button.ui-button.icon-big:before {
  font-size: 14px;
}
.ui-selectmenu-button.ui-button.right {
  display: inline-block;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.ui-selectmenu-button.ui-button:before {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.ui-selectmenu-button.ui-button:hover,
.ui-selectmenu-button.ui-button.ui-selectmenu-button-open,
.ui-selectmenu-button.ui-button.different-from-default-option {
  background: #515369;
  color: white;
}
.ui-selectmenu-button.ui-button.ui-selectmenu-button-open:before {
  transform: rotate(180deg);
}
.ui-front {
  z-index: 1 !important;
}
.ui-menu-item {
  padding-left: 0;
}
.ui-menu-item:nth-child(odd) {
  background: white;
}
.ui-menu-item:nth-child(even) {
  background: #e6e6e6;
}
.ui-menu-item:before {
  display: none;
}
.ui-menu-item-wrapper {
  margin: 0 !important;
  padding: 10px !important;
  color: #4c4c4c;
}
.ui-menu-item-wrapper:hover,
.ui-menu-item-wrapper.ui-state-active {
  background: #515369;
  color: white;
}
.ui-menu {
  border: 1px solid #333333;
  border-top: none;
  padding-bottom: 0 !important;
  max-height: 300px;
}



.submenu-container {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 950px;
  padding: 20px;
  background: linear-gradient(rgba(15, 11, 6, 0.2), rgba(15, 11, 6, 0) 10px) white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s linear;
  overflow-y: visible;
  box-shadow: 5px 5px 20px -5px rgba(15, 11, 6, 0.5), -5px 5px 20px -5px rgba(15, 11, 6, 0.5);
  transition-delay: 250ms;
  transition-property: opacity;
}
@media only screen and (max-width: 980px) {
  .submenu-container {
    transition-delay: 0s;
  }
}
.submenu-container:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
  background: transparent;
}
.submenu-container .submenu-content {
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
.submenu-container .img-overlay {
  background: rgba(0, 0, 0, 0.2);
  border: 5px solid white;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  color: white;
}
.submenu-container .img-link {
  margin-top: 10px;
}
.submenu-container .submenu {
  display: flex;
  flex-flow: row wrap;
}
.submenu-container .submenu__item {
  flex-basis: auto;
  width: 50%;
  padding: 15px 30px;
  vertical-align: bottom;
}
.submenu-container .submenu__link {
  margin: 7px 0 15px;
  padding: 8px 10px 18px;
  border-bottom: 1px solid #b72841;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.submenu-container .last-level-menu-items {
  padding: 0 20px;
}
.submenu-container .last-level-menu-item {
  padding-left: 0;
}
.submenu-container .last-level-menu-item :after {
  content: '';
  display: block;
  clear: both;
}
.submenu-container .last-level-menu-link {
  outline-offset: 2px;
}
.submenu-container .icon {
  display: inline-block;
}
.submenu-container .icon.rotated {
  transform: rotate(180deg);
}
.submenu-container.mobile-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0;
}
.submenu-container.mobile-menu.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.submenu-container.mobile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.submenu-container.mobile-menu ul > li {
  display: block;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.submenu-container.mobile-menu ul > li:not(:first-child) {
  border-top: 2px solid #e6e6e6;
}
.submenu-container.mobile-menu ul > li:before {
  display: none;
}
.submenu-container.mobile-menu ul > li:last-child {
  border-bottom: 2px solid #e6e6e6;
}
.submenu-container.mobile-menu ul > li > .caption > i {
  display: inline-block;
}
.submenu-container.mobile-menu ul > li > a,
.submenu-container.mobile-menu ul > li .caption {
  display: block;
  padding: 8px 0;
  font-family: 'Playfair Display', serif;
  cursor: pointer;
  font-size: 0.9em;
}
.submenu-container.mobile-menu ul > li > a:active {
  box-shadow: 0 0 20px -5px #333333 inset;
}
.submenu-container.mobile-menu ul > li a.main-menu-link,
.submenu-container.mobile-menu ul > li .caption {
  padding: 10px 0;
  font-size: 1em;
  width: 100%;
}
.submenu-container.mobile-menu ul > li.visible > .caption > i {
  transform: rotate(180deg);
}
.submenu-container.mobile-menu ul > li.visible > .mobile-menu-submenu {
  display: block;
}
.submenu-container.mobile-menu .mobile-menu-submenu {
  display: none;
  overflow: hidden;
  background: #f8f8f8;
}
.submenu-container.mobile-menu .mobile-menu-submenu .mobile-menu-submenu {
  background: #f0f0f0;
}
.submenu-container.mobile-menu .mobile-menu-submenu .caption {
  padding: 8px 0;
  font-size: 0.9em;
}
.submenu-container.mobile-menu .mobile-menu-submenu > li {
  border-top: 1px solid #e6e6e6;
}
.submenu-container.mobile-menu .mobile-menu-submenu > li:last-child {
  border-bottom: none;
}
.top-right-menu {
  white-space: nowrap;
}
.top-right-menu .main-nav-element {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .top-right-menu .main-nav-element {
    position: static;
  }
}
.top-right-menu .submenu-container {
  white-space: normal;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  max-width: 320px;
}
@media only screen and (max-width: 980px) {
  .top-right-menu .submenu-container {
    left: 0;
    right: 0;
    width: auto;
    transform: none;
    max-width: none;
  }
}
.top-right-menu .search-overlay {
  width: 320px;
  left: auto;
  right: 0;
  transform: none;
}
.login-overlay {
  padding: 0;
  width: 320px;
}
.login-overlay .bid-login-required-hint {
  margin: 20px 20px 0;
  background-color: #FFCB00;
  padding: 5px;
}
.login-overlay .submenu-content > div {
  padding: 20px;
}
.login-overlay .login-overlay-footer {
  background: #515369;
}
.login-overlay .permalogin-menu-description {
  padding-top: 10px;
  display: inline-block;
}
.mydorotheum-menu {
  padding: 0;
  width: 320px;
}
.mydorotheum-menu-footer {
  padding: 15px;
  text-align: center;
}
.mydorotheum-menu-footer .logout-button {
  display: inline;
  background: none;
  text-decoration: underline;
  color: #4c4c4c;
}
.mydorotheum-menu-footer .logout-button:before {
  display: none;
}
.language-menu-item {
  padding: 15px 0;
}
.menu-placeholder {
  text-align: center;
  color: transparent;
  display: inline;
}
.icon-search--desktop {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 980px) {
  .mobile-navigation-item {
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-evenly;
  }
  .mobile-navigation-item > span {
    font-size: 12px;
  }
  .login-placeholder {
    font-size: 12px;
  }
  .mydorotheum-placeholder {
    font-size: 12px;
  }
}



.d-overlay{opacity:0;visibility:hidden;display:none;pointer-events:none}.d-overlay.visible{display:block;opacity:1;visibility:visible;pointer-events:auto}.d-overlay.open .d-overlay--bg{display:none}.d-overlay.open .d-overlay-inner{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0, 0)}.d-overlay.open .d-overlay--toggle{background:var(--dorotheum-d-overlay-button-close) center no-repeat;animation:none}.d-overlay--toggle{position:relative;display:block;width:50px;height:50px;font-size:1.3em;border:none;border-radius:50%;background:var(--dorotheum-d-overlay-button) center no-repeat;background-size:50px;cursor:pointer;box-shadow:0 0 0 0 rgba(183,40,65,.5);transition:transform 500ms ease-in-out;animation:pulse 1.5s infinite;-webkit-animation:pulse 1.5s infinite}.d-overlay--toggle:hover{animation:none;-webkit-animation:none;transform:scale(1.05)}.d-overlay--toggle:focus-visible{outline-color:#006480 !important}.d-overlay-main{position:relative;display:block;width:50px;height:50px;z-index:2}.d-overlay-inner{display:flex;flex-direction:column;position:absolute;bottom:60px;right:0;width:385px;height:auto;border:1px solid #e6e6e6;background:#fff;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 3px 9px rgba(0,0,0,.2);transform:translate(0, -5%);transition:transform .5s ease-out}.d-overlay-content-wrap{padding:30px 30px 0}.d-overlay-content-wrap p,.d-overlay-content-wrap .headline--like-text,.d-overlay-content-wrap span{font-size:0.875rem}.d-overlay-content-wrap p{margin:0}.d-overlay-close-btn{position:absolute;cursor:pointer;font-size:2.5rem;top:0;right:0}.d-overlay--bg{background:rgba(0,0,0,0);height:100vh;width:100%;position:fixed;left:0;top:0;right:0;bottom:0;opacity:0;visibility:hidden;pointer-events:none;transition:background .15s linear;z-index:0}.d-overlay .cards-container .card{display:flex;align-items:flex-start;margin-bottom:20px}.d-overlay .cards-container .card-icon{flex:0 0 auto;width:54px;height:54px;margin-right:16px;background-size:54px}.d-overlay .cards-container .card-icon--book{background:var(--dorotheum-d-overlay-book) center no-repeat}.d-overlay .cards-container .card-icon--bell{background:var(--dorotheum-d-overlay-bell) center no-repeat}.d-overlay .cards-container .card-icon--bid{background:var(--dorotheum-d-overlay-bid) center no-repeat}.d-overlay .cards-container .card-icon--mglass{background:var(--dorotheum-d-overlay-mglass) center no-repeat}.d-overlay .cards-container .card-content span{display:block;line-height:1.43}.d-overlay .button-container{margin-top:auto;text-align:center}.d-overlay .button-container a.look-like-link{display:inline-block;padding-bottom:10px;font-size:0.75rem}.d-overlay .button-container .button{margin-bottom:0}@media only screen and (max-width: 576px){.d-overlay-inner{width:100vw;border:none;box-shadow:none;margin-right:-25px}.d-overlay.open .d-overlay--bg{display:block;background:rgba(0,0,0,.6);visibility:visible;opacity:1;pointer-events:auto;z-index:0}}@-webkit-keyframes pulse{70%{box-shadow:0 0 0 15px rgba(90,153,212,0)}100%{box-shadow:0 0 0 0 rgba(90,153,212,0)}}


.headline-with-expandable-text {
  margin-bottom: 5px;
}
.headline-with-expandable-text a,
.headline-with-expandable-text .link-text {
  color: #b72841;
}
.headline-with-expandable-text a:hover,
.headline-with-expandable-text .link-text:hover {
  color: #610000;
}
.headline-with-expandable-text label {
  display: block;
  padding: 10px 20px 10px 10px;
  background-color: #e6e6e6;
  font-family: 'Playfair Display', serif;
  cursor: pointer;
}
.headline-with-expandable-text label .arrow {
  float: right;
  transform: scale(1, 0.5) rotate(180deg);
}
.headline-with-expandable-text > input {
  position: absolute;
  left: -999em;
}
.headline-with-expandable-text .hide {
  width: 100%;
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.headline-with-expandable-text > input[type=checkbox]:checked + label .arrow {
  transform: scale(1, 0.5) rotate(0deg);
}
.headline-with-expandable-text > input[type=checkbox]:checked ~ div.hide {
  opacity: 0;
  max-height: 0;
  border: none;
  display: none;
}
.headline-with-expandable-text input[type='checkbox'] {
  content: "◻";
}
.headline-with-expandable-text input[type='checkbox']:checked {
  content: "✓";
}
.headline-with-expandable-text.cookie-consent {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.headline-with-expandable-text.cookie-consent label {
  background-color: white;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  padding: 15px;
}
.headline-with-expandable-text.cookie-consent .card-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headline-with-expandable-text.cookie-consent .card-header .controls {
  display: flex;
  align-items: center;
}
.headline-with-expandable-text.cookie-consent .card-header .controls input {
  transform: scale(1.25);
  margin-top: 4px;
}
.headline-with-expandable-text.cookie-consent .card-header .controls input:disabled,
.headline-with-expandable-text.cookie-consent .card-header .controls input[aria-disabled="true"] {
  cursor: default;
}
.headline-with-expandable-text.cookie-consent .card-header:has(button:focus-visible) {
  outline: 4px solid #b72841;
  outline-offset: -4px;
}
.headline-with-expandable-text.cookie-consent .card-header button:focus-visible {
  outline: none;
}
.headline-with-expandable-text.cookie-consent .collapse {
  display: none;
}
.headline-with-expandable-text.cookie-consent .toggle-sign {
  color: #b72841;
  margin-left: 30px;
}
.headline-with-expandable-text.cookie-consent .toggle-sign .plus {
  font-size: 30px;
}
.headline-with-expandable-text.cookie-consent .toggle-sign .minus {
  font-size: 26px;
}
.headline-with-expandable-text.cookie-consent .toggle-sign:hover {
  color: #610000;
}
.headline-with-expandable-text.cookie-consent .table-responsive {
  font-size: 12px;
  overflow-x: auto;
}
.headline-with-expandable-text.cookie-consent .table-responsive table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.headline-with-expandable-text.cookie-consent .table-responsive tr {
  border-bottom: 1px solid #e6e6e6;
}
.headline-with-expandable-text.cookie-consent .table-responsive tr td,
.headline-with-expandable-text.cookie-consent .table-responsive tr th {
  padding: 5px 10px;
}



.headline-with-text {
  padding-bottom: 10px !important;
}
.headline-with-text a:not(.button) {
  color: #b72841;
}
.headline-with-text .no-margin-bottom {
  margin-bottom: 0;
}
.headline-with-text hr {
  color: #4c4c4c;
  margin-bottom: 30px;
}
.headline-with-text a:not(.button):hover {
  color: #610000;
}
.headline-with-text h1 {
  font-family: 'Playfair Display', serif, Serif;
  font-weight: 400;
  margin: 1em 0;
}
.headline-with-text .html-container > *:first-child {
  margin-top: 0;
}
.headline-with-text .html-container > *:last-child {
  margin-bottom: 0;
}
.bulletpoint-squares ul {
  list-style: square outside;
  padding-left: 1.3em;
}
.bulletpoint-squares li {
  padding-left: 0 !important;
  line-height: 145%;
}
.bulletpoint-squares li:before {
  content: unset;
}
.bulletpoint-squares li::marker {
  font-size: 0.95em;
}
.show-more-text .show-more-text-text {
  overflow: hidden;
  position: relative;
}
.show-more-text .show-more-text-text.show-more-text-text--closed::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1.5em;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.show-more-text .show-more-text-text.open {
  max-height: none;
}
.show-more-text .show-more-text-trigger {
  cursor: pointer;
  margin-top: 10px;
}
.show-more-text .show-more-text-trigger:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.show-more-text .show-more-text-trigger:after:before,
.show-more-text .show-more-text-trigger:after:after {
  font-family: 'dorotheum_icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: inherit;
  display: inline-block;
}
.show-more-text .show-more-text-trigger:after:before {
  content: "\e900" / "";
  font-size: 10px;
}
.show-more-text .show-more-text-trigger:after.icon-big:before {
  font-size: 14px;
}
.show-more-text .show-more-text-trigger.open:after {
  transform: rotate(180deg);
}
.column-2 {
  column-count: 2;
}
.column-2 p {
  margin-top: 0;
}
.column-3 {
  column-count: 3;
}
.column-3 p {
  margin-top: 0;
}
.column-4 {
  column-count: 4;
}
.column-4 p {
  margin-top: 0;
}
@media only screen and (max-width: 980px) {
  .column-2 {
    column-count: 1;
  }
  .column-3 {
    column-count: 1;
  }
  .column-4 {
    column-count: 1;
  }
}



.interlinking ul {
  margin-top: 0;
}
.interlinking ul > li {
  padding-left: 1em;
  line-height: 1.25;
  margin-bottom: 4px;
}
.interlinking ul > li::before {
  font-weight: bold;
}
.interlinking ul > li > a {
  margin-left: 5px;
}



.three-columns .row .col.col-4 .image-with-text-overlay img:not(.zoom-icon) {
  width: 100%;
}



