@charset "UTF-8";
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.css v2.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

/* normalize.css v2.1.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

/* normalize.css v2.1.0 | Links | MIT License | git.io/normalize */
a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

/* normalize.css v2.1.0 | Typography | MIT License | git.io/normalize */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* normalize.css v2.1.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0; }

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

/* normalize.css v2.1.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 0; }

/* normalize.css v2.1.0 | Forms | MIT License | git.io/normalize */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* normalize.css v2.1.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#page-wrapper {
  padding: 1em; }

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100; }
  #autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }
  #autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
    /* IE7 */ }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em; }

html.js fieldset.collapsed > .fieldset-wrapper {
  display: none; }

fieldset.collapsible {
  position: relative; }
  fieldset.collapsible .fieldset-legend {
    display: block; }

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box; }

.resizable-textarea .grippie {
  cursor: s-resize;
  height: 1em; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move; }

.draggable .tabledrag-handle {
  cursor: move;
  height: 1.7em;
  overflow: hidden;
  text-decoration: none; }

.tabledrag-handle:hover {
  text-decoration: none; }

.tabledrag-handle .handle {
  display: inline-block;
  vertical-align: middle; }

.tabledrag-handle .handle:after {
  content: '⇅'; }

div.indentation {
  display: inline-block;
  height: .5em;
  width: 1em;
  margin: 0 5px; }

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */ }

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0; }

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid; }

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px; }

.progress .percentage {
  float: right;
  /* LTR */ }

/* Throbber */
.ajax-progress {
  display: inline-block; }

.ajax-progress .throbber {
  float: left;
  /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px; }

.ajax-progress .message {
  padding-left: 20px; }

tr .ajax-progress .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline; }

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block; }

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap; }

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none; }

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none; }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */ }

tbody {
  border-top: 1px solid #ccc; }

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em; }

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active {
  background-color: #ddd; }

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold; }

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0; }
  .item-list ul li {
    margin: 0 0 0.25em 1.5em;
    /* LTR */
    padding: 0; }

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.form-item .description {
  font-size: 0.85em; }

label {
  display: block;
  font-weight: bold; }

label.option {
  display: inline;
  font-weight: normal; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; }

input.form-checkbox,
input.form-radio {
  vertical-align: middle; }

.marker,
.form-required {
  color: #f00; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */ }

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */ }

.more-help-link a {
  padding: 1px 0 1px 20px;
  /* LTR */ }

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center; }

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em; }

.pager-current {
  font-weight: bold; }

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff; }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

.tabledrag-toggle-weight {
  font-size: 0.9em; }

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em; }

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc; }

td.checkbox,
th.checkbox {
  text-align: center; }

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold; }

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px; }

.progress .filled {
  background: dodgerblue; }

/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
.menu {
  padding-left: .5em;
  list-style: none;
  text-align: left;
  /* LTR */ }
  .menu > li {
    margin: 0 0 0 0.5em;
    /* LTR */ }

td.menu-disabled {
  background: #ccc; }

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0; }

ul.inline li {
  display: inline;
  list-style-type: none;
  padding-right: .5em; }

/**
 * Markup generated by theme_menu_local_tasks().
 */
.primary {
  margin: 1em 0;
  padding: 0;
  white-space: nowrap; }
  .primary > li {
    display: inline; }
    .primary > li > a {
      background-color: gainsboro;
      padding: .5em;
      text-decoration: none;
      display: inline-block; }
    .primary > li.active > a,
    .primary > li > a:hover {
      background-color: lightgray; }

.secondary {
  padding: 0;
  margin: 1em 0; }
  .secondary > li {
    display: inline; }
    .secondary > li > a {
      padding: .5em;
      text-decoration: none;
      border: 1px solid gainsboro; }
    .secondary > li.active > a,
    .secondary > li > a:hover {
      border-color: lightgray; }

/**
 * @file
 * Styles for system messages.
 */
.messages {
  border: 1px solid;
  margin: 6px 0;
  padding: 10px; }

.status {
  border-color: #be7; }

div.status,
.ok {
  color: #234600; }

.status,
tr.ok {
  background-color: #f8fff0; }

.warning {
  border-color: #ed5;
  color: #840;
  background-color: #fffce5; }

.error {
  border-color: #ed541d;
  color: #8c2e0b;
  background-color: #fef5f1;
  color: #333; }

.messages ul {
  padding: 0; }

.view-grid-row {
  text-align: justify; }
  .view-grid-row:after {
    content: ' ';
    display: inline-block;
    width: 100%; }
  .view-grid-row > .col {
    vertical-align: top;
    display: inline-block;
    text-align: start; }

.has-2-cols > .col {
  width: 45%; }

.has-3-cols > .col {
  width: 30%; }

.has-4-cols > .col {
  width: 22.5%; }

.has-5-cols > .col {
  width: 18%; }

.has-6-cols > .col {
  width: 15%; }

.has-7-cols > .col {
  width: 12.8571428571%; }

.has-8-cols > .col {
  width: 11.25%; }

.has-9-cols > .col {
  width: 10%; }

.has-10-cols > .col {
  width: 9%; }

.has-11-cols > .col {
  width: 8.1818181818%; }

.has-12-cols > .col {
  width: 7.5%; }

.has-13-cols > .col {
  width: 6.9230769231%; }

.has-14-cols > .col {
  width: 6.4285714286%; }

.has-15-cols > .col {
  width: 6%; }

.has-16-cols > .col {
  width: 5.625%; }

.has-17-cols > .col {
  width: 5.2941176471%; }

.has-18-cols > .col {
  width: 5%; }

@font-face {
  font-family: Icons;
  src: url("data:application/font-woff;base64,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");
  font-weight: bold; }

.audiojs {
  width: auto;
  height: 36px;
  background: #97A2A5;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 5px; }
  .audiojs audio {
    position: absolute;
    left: -1px;
    visibility: hidden; }
  .audiojs .play-pause {
    width: 25px;
    height: 40px;
    padding: 0 6px;
    line-height: 41px;
    margin: 0;
    overflow: hidden; }
  .audiojs p {
    display: none;
    width: 25px;
    height: 40px;
    margin: 0px;
    cursor: pointer; }
  .audiojs .time {
    margin: 0 .5em; }
  .audiojs .play {
    display: block;
    text-align: center; }
    .audiojs .play:after {
      content: '▶'; }
  .audiojs .pause {
    display: block;
    text-align: center; }
    .audiojs .pause:after {
      content: '❚❚'; }
  .audiojs .scrubber {
    position: relative;
    background: white;
    height: 14px;
    margin: 10px;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #97A2A5;
    z-index: 1; }
  .audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    height: 36px;
    line-height: 36px;
    border-left: 1px solid #97A2A5; }
  .audiojs em {
    font-style: normal; }
  .audiojs strong {
    font-weight: normal; }
  .audiojs .error-message {
    display: none;
    margin: 0px 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; }
    .audiojs .error-message a {
      color: #eee;
      text-decoration: none;
      padding-bottom: 1px;
      border-bottom: 1px solid #999;
      white-space: wrap; }

.playing .play, .playing .loading, .playing .error {
  display: none; }

.playing .pause {
  display: block; }

.loading .play, .loading .pause, .loading .error {
  display: none; }

.loading .loading {
  display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none; }

.error .error {
  display: block; }

.error .play-pause p {
  cursor: auto; }

.error .error-message {
  display: block; }

body {
  background-color: #efefef;
  font-family: Icons, 'Ubuntu', sans-serif;
  color: #767E7F;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

a {
  color: #E80C23;
  text-decoration: none; }

input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  input[type=number]:hover {
    -moz-appearance: none; }
    input[type=number]:hover::-webkit-inner-spin-button {
      -webkit-appearance: inner-spin-button; }

input[type=number][max='1'] {
  -moz-appearance: textfield; }
  input[type=number][max='1']::-webkit-inner-spin-button {
    -webkit-appearance: none; }

input[type="number"][size="2"] {
  width: 2.7858em; }

.hidden-link {
  color: inherit; }

#main:after, .block > nav.tabs:after {
  content: '';
  display: block;
  clear: both; }

strong,
b {
  font-weight: 700; }

abbr[title] {
  border-bottom: none; }

.menu li > a {
  color: inherit; }

ol,
ul {
  padding-left: 1.2em; }
  .messages > ol, .messages >
  ul {
    padding-left: 1.5em;
    list-style: none; }

li:target > a:only-child {
  text-decoration: underline; }

h1,
h3,
h4,
h5 {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  color: black; }

h1 > small {
  float: right;
  line-height: 2.1em; }

h2 {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  font-size: 20px;
  color: black; }

.menu-teaser-headline {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  font-size: 16px;
  color: black;
  margin-bottom: 1em; }

.product-headline {
  font-size: 1.5em;
  line-height: 1em; }

h1 + .title-suffix,
h2 + .title-suffix {
  margin-top: -1.4em; }

h3 + .title-suffix,
h4 + .title-suffix {
  margin-top: -1em; }

.product-headline + .title-suffix {
  margin-top: -.8em;
  font-weight: bold; }

del {
  font-size: .5em;
  color: #F00;
  vertical-align: middle; }

img {
  max-width: 100%; }

summary {
  color: #EB0016;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  summary:before {
    content: '→ '; }
    [open] > summary:before,
    .open > summary:before {
      content: '↓'; }

summary::-webkit-details-marker {
  display: none; }

p > small:only-child {
  line-height: 1.5em;
  display: block; }

#menu-open, #mini-navigation, .submenu-open, #header-top > .menu > li > .submenu-handle, #header-top > .menu > li > .sub-menu > .menu > li > .menu-teaser, #header-top > .menu > li > .sub-menu > .deeper-levels > .menu, .block-footer > .view-title-suffix, .hidden-checkbox, .one-line-form [type="radio"], .overlay-cart, .teaser-intro, .slideshow > .links > li > br, .slideshow-horizontal > .links > li > a.to-slide, .microdata-rating, #minimalbox > .prev,
#minimalbox > .next {
  display: none; }

.narrow-only {
  display: none !important; }

@media print {
  .contextual-links, .one-line-form, #breadcrumb {
    display: none; } }

section.wide {
  overflow: hidden; }
  section.wide > h2:first-child {
    margin-top: 0; }

figure.left {
  background-color: #F7F7F7;
  width: 145px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  clear: both; }
  .menu-teaser > figure.left {
    background-color: transparent;
    padding: 0; }
  figure.left + .right {
    margin-left: 165px; }
    figure.left + .right > h3:first-child,
    figure.left + .right > .contextual-links + h3 {
      margin-top: 0; }

.form-text:focus,
.form-textarea:focus, .form-select:focus, .one-line-form [type="search"]:focus,
.one-line-form [type="email"]:focus {
  outline: none; }

#logo > svg {
  vertical-align: middle;
  background-color: black; }
  #logo > svg text {
    font-family: 'denu', sans-serif;
    font-size: 41px;
    letter-spacing: 0px;
    opacity: .5; }

#stage {
  max-width: 1395px;
  margin: auto; }

#curtain-top {
  max-width: 1195px;
  margin-right: 200px;
  text-align: right;
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 11px; }

#curtain-left {
  float: left;
  width: 200px;
  text-align: center; }

#curtain-right {
  width: 200px;
  float: right;
  text-align: center; }

#page {
  padding: 0 11px;
  margin: 0 200px; }

#sidebar {
  max-width: 300px; }

#sidebar > .block,
#playground > .block,
#content > .block {
  margin-bottom: 11px; }

#content > .pager {
  margin-bottom: 11px; }

#header {
  background-color: #FECF2F;
  padding: 0 20px 24px;
  margin-bottom: 2.13%;
  border-radius: 0 0 5px 5px; }

#header-top {
  position: relative;
  background-color: #FFBA01;
  margin-bottom: 1em;
  margin-right: -20px;
  white-space: nowrap; }
  #header-top > h1 {
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle; }
  #header-top > .menu {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 0; }
    #header-top > .menu > li {
      margin: 0;
      display: inline-block;
      line-height: 64px; }
      #header-top > .menu > li:first-child {
        padding-left: 40px; }
      #header-top > .menu > li:hover > a {
        color: white; }
        #header-top > .menu > li:hover > a:after {
          bottom: -33px;
          opacity: 1;
          -webkit-transition-delay: .7s, .7s;
                  transition-delay: .7s, .7s; }
      #header-top > .menu > li > a:after {
        -webkit-transition: bottom .5s ease, opacity .5s ease;
                transition: bottom .5s ease, opacity .5s ease;
        position: absolute;
        display: block;
        content: '◆';
        left: 0;
        right: 0;
        bottom: -66px;
        text-align: center;
        color: white;
        line-height: 1em;
        opacity: 0; }
      #header-top > .menu > li > a {
        position: relative;
        padding-left: 1em;
        padding-right: 1em;
        border-right: 1px solid #FFEDBF;
        color: black;
        font-family: Icons, 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .1em; }
      #header-top > .menu > li:last-child > a {
        border-right: 0; }
      #header-top > .menu > li > .sub-menu {
        white-space: normal;
        position: absolute;
        border-left: 1px solid #DCDCDC;
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: white;
        padding: 30px;
        line-height: normal;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: .5s ease .3s;
                transition: .5s ease .3s;
        visibility: hidden;
        pointer-events: none; }
        #header-top > .menu > li > .sub-menu > .menu {
          width: 25%;
          padding-right: 3.5%;
          border-right: 1px solid #DCDCDC;
          box-sizing: border-box;
          font-family: Icons, 'Montserrat', sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: .1em; }
          #header-top > .menu > li > .sub-menu > .menu a:hover,
          #header-top > .menu > li > .sub-menu > .menu a.active {
            color: #000; }
          #header-top > .menu > li > .sub-menu > .menu > li {
            font-size: 11px;
            margin-bottom: 1em; }
            #header-top > .menu > li > .sub-menu > .menu > li > .submenu-handle {
              cursor: pointer;
              font-size: 10px;
              width: 1em;
              text-align: center;
              float: right;
              clear: right; }
              #header-top > .menu > li > .sub-menu > .menu > li > .submenu-handle.active {
                color: #EB0016; }
        #header-top > .menu > li > .sub-menu > .deeper-levels > .menu > li {
          margin-bottom: .75em;
          font-size: 12px; }
        #header-top > .menu > li > .sub-menu > .deeper-levels > :checked + .menu {
          display: block;
          padding-left: 1.75em; }
        #header-top > .menu > li > .sub-menu > .menu,
        #header-top > .menu > li > .sub-menu > .deeper-levels {
          float: left;
          max-width: 30%; }
        #header-top > .menu > li > .sub-menu > .menu-teaser {
          float: right;
          width: 75%;
          padding-left: 3.5%;
          box-sizing: border-box; }
        #header-top > .menu > li > .sub-menu > .deeper-levels + .menu-teaser {
          border-left: 1px solid #DCDCDC;
          width: 45%; }
      #header-top > .menu > li:hover > .sub-menu {
        opacity: 1;
        -webkit-transition: .5s ease .5s;
                transition: .5s ease .5s;
        visibility: visible;
        pointer-events: auto; }

#header-left {
  display: inline-block;
  width: 79%;
  vertical-align: middle; }

#header-right {
  display: inline-block;
  width: 21%;
  padding-left: 20px;
  box-sizing: border-box;
  vertical-align: middle; }

#mood > .block {
  background-color: #838C8E;
  margin-bottom: 2.13%; }

#mood > .block-minimal {
  margin-bottom: 2.13%;
  text-align: center; }

#playground {
  text-align: justify;
  margin-bottom: -2.13%; }
  #playground > .block {
    display: inline-block;
    margin-bottom: 2.13%; }
  #playground:after {
    display: inline-block;
    width: 100%;
    content: ''; }

#playground > .tile-narrow, #playground > .tile-medium, #playground > .tile-wide, #footer-bravo,
#footer-charlie,
#footer-delta,
#footer-echo {
  box-sizing: border-box;
  vertical-align: top;
  text-align: left; }

#sidebar > .tile-narrow,
#playground > .tile-narrow {
  text-align: center; }

#playground > .tile-narrow {
  width: 23.4025%; }

#playground > .tile-medium {
  width: 48.935%; }
  #playground > .tile-medium.layout-left {
    padding-right: 31.9133333333%; }

#playground > .tile-wide {
  width: 100%; }

.link-tiles-processed {
  position: relative; }

.tile-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#footer {
  color: white; }
  #footer a {
    color: inherit; }
    #footer a:hover {
      color: #E80C23; }
  #footer h2,
  #footer h3,
  #footer h4 {
    font-family: Icons, 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: inherit;
    font-size: 11px;
    margin: 1em 0; }
  #footer .menu {
    padding: 0; }
    #footer .menu > li {
      margin: 0; }

#back-to-top {
  color: #97A2A5;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: right;
  margin: 0 2.13% 2.13% 2.13%;
  display: block;
  font-size: 11px; }

#footer-top {
  background-color: #97A2A5;
  border-radius: 5px 5px 0 0;
  padding: 28px; }

#footer-upper {
  background-color: #838D8F;
  padding: 30px; }

#footer-lower {
  background-color: #838D8F;
  border-top: 1px solid #AFB6B7;
  padding: 30px;
  min-height: 64px;
  position: relative; }

#footer-logo {
  position: absolute;
  right: 0;
  height: 64px;
  background-color: black; }

#footer-bravo,
#footer-charlie,
#footer-delta,
#footer-echo {
  display: inline-block;
  width: 23.4025%; }

#footer-lower {
  overflow: hidden; }

#footer-foxtrot,
#footer-golf {
  float: left;
  width: 23.4025%;
  margin-right: 2.13%; }

#footer-bottom {
  background-color: #697173;
  padding: 30px;
  text-align: center; }
  #footer-bottom > small {
    color: #B3B5B6; }
  #footer-bottom > .menu {
    margin: 0;
    padding: 0;
    text-align: inherit; }
    #footer-bottom > .menu > li {
      display: inline;
      height: 1em; }
      #footer-bottom > .menu > li + li {
        border-left: 1px solid #9EA3A4; }
      #footer-bottom > .menu > li > a {
        font-family: Icons, 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .1em;
        display: inline-block;
        padding: 0 1em;
        font-size: 11px;
        vertical-align: text-top; }

#main {
  margin-bottom: 2.13%; }

#before-content {
  margin-bottom: 2.13%; }

#content > .block:last-child, #content:nth-last-child(2) > .block:last-child,
#content:nth-last-child(2) > .block-minimal:last-child, #sidebar > .block:last-child {
  margin-bottom: 0; }

#content > .block {
  margin-bottom: 2.13%; }

#content:nth-last-child(2) {
  width: 65.9566666667%;
  float: left; }
  #content:nth-last-child(2) > .block,
  #content:nth-last-child(2) > .block-minimal {
    margin-bottom: 3.2293930358%; }

.block-minimal {
  font-size: 0;
  line-height: 0;
  z-index: 0;
  position: relative; }
  .block-minimal > .ad:empty {
    display: none; }

.adsbygoogle {
  vertical-align: bottom; }

#sidebar {
  width: 31.9133333333%;
  margin-left: 2.13%;
  float: right; }
  #sidebar > .block {
    margin-bottom: 6.6743263004%; }
  #sidebar > .block-minimal > .ad > div {
    margin-bottom: 6.6743263004%; }

.block > section.wide:first-child, .block.has-no-title > .wide:first-child, .block > .menu:first-child, .block > .block-title + .menu, .block > .block-title + ul.item-list, .block-title + .wide,
.block-title + form, .teaser-intro + .teasers {
  margin-top: -20px; }

.block > form > div > .wide:last-child,
.block > .wide:last-child, .block.has-footer > .wide:nth-last-child(2), .block > .menu:last-child, .block > ul.item-list:last-child {
  margin-bottom: -20px; }

.block {
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .block.empty {
    visibility: hidden; }
  .block.floatout {
    overflow: visible; }
  .block.has-title {
    padding-top: 69px;
    position: relative; }
  .block.has-footer {
    padding-bottom: 69px;
    position: relative; }
  .block.large-footer {
    padding-bottom: 82px; }
  .block:only-child {
    min-height: inherit;
    box-sizing: border-box; }
  .block.style-dark {
    background-color: black;
    color: white; }
  .block.style-langenscheidt {
    background-color: #FFD001;
    color: black; }
  .block.style-sky {
    background-color: #8CC2CC;
    color: white;
    padding-top: 35px; }
  .block.style-iron {
    background-color: #838C8E;
    color: white; }
  .block > form > div > .wide > table {
    margin: 0; }
  .block > form > div > .wide.form-wrapper {
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0 20px; }
  .block > form > div > .wide,
  .block > .wide {
    clear: both;
    margin-left: -20px;
    margin-right: -20px;
    overflow: auto; }
    .block > form > div > .wide.pseudo-select-group,
    .block > .wide.pseudo-select-group {
      overflow: visible; }
  .block > ol.wide:not(.entry) {
    padding: 0;
    counter-reset: ol-wide; }
    .block > ol.wide:not(.entry) > li {
      display: block;
      position: relative;
      padding-left: calc(23.333% + 2em);
      padding-top: 2em;
      padding-right: 2em;
      padding-bottom: 2em; }
      .block > ol.wide:not(.entry) > li:before {
        counter-increment: ol-wide;
        content: counter(ol-wide);
        position: absolute;
        color: black;
        font-size: 1.6em;
        left: 0;
        text-align: center;
        width: 23.333%;
        top: 50%;
        margin-top: -.8em;
        font-weight: normal;
        font-family: Icons, Georgia, serif; }
      .block > ol.wide:not(.entry) > li:after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: '';
        left: 0;
        width: 23.333%;
        border-right: 1px solid #DCDCDC; }
      .block > ol.wide:not(.entry) > li + li {
        border-top: 1px solid #DCDCDC; }
  .block > section.wide {
    padding: 20px; }
    .block > section.wide + section.wide {
      border-top: 1px solid #DCDCDC; }
  .block > .menu {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px; }
    #content > .block > .menu {
      overflow: hidden; }
      #content > .block > .menu > li {
        float: left;
        width: 50%; }
        #content > .block > .menu > li:first-child {
          border-top: 1px solid #DFE1E2; }
        #content > .block > .menu > li:last-child:nth-child(odd) {
          width: 100%; }
    .block > .menu li {
      margin: 0; }
      .block > .menu li > .menu {
        padding: 0;
        margin: 0; }
      .block > .menu li + li,
      .block > .menu li > .menu {
        border-top: 1px solid #DFE1E2; }
      .block > .menu li .menu a {
        padding-left: 40px; }
      .block > .menu li .menu .menu a {
        padding-left: 60px; }
      .block > .menu li .menu .menu .menu a {
        padding-left: 80px; }
      .block > .menu li .menu .menu .menu .menu a {
        padding-left: 100px; }
    .block > .menu a {
      display: block;
      padding: 14px 20px;
      font-family: Icons, 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: inherit;
      font-size: 11px; }
      .block > .menu a.active-trail {
        color: black; }
      .block > .menu a:hover, .block > .menu a.active {
        color: black;
        background-color: #DFE1E2; }
  .block > ul.item-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0; }
    .block > ul.item-list > li {
      padding: 14px 20px; }
      .block > ul.item-list > li > .image {
        display: block;
        float: left;
        text-align: center;
        width: 50px;
        height: 2em;
        font-size: 15px; }
      .block > ul.item-list > li + li {
        border-top: #949FA2 1px solid; }
  .block > ol.item-list {
    padding: 0;
    counter-reset: item-list; }
    .block > ol.item-list > li {
      padding: 20px 60px;
      display: block;
      position: relative;
      overflow: hidden; }
      .block > ol.item-list > li + li {
        border-top: 1px solid #dcdcdc; }
      .block > ol.item-list > li::before {
        counter-increment: item-list;
        content: counter(item-list) ".";
        position: absolute;
        font-size: 1.5em;
        margin-left: -1.5em;
        line-height: 1em; }
  .block > h1:first-child,
  .block > .contextual-links + h1,
  .block > h3:first-child {
    margin-top: 0; }
  .block > h1:last-child {
    margin-bottom: 0; }

.block-title + h2,
.block-title + p {
  margin-top: 0; }

.block-title {
  padding: 0 10px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  white-space: nowrap;
  color: black; }
  .block-title .block-title-inner {
    line-height: 49px;
    height: 49px;
    display: table;
    width: 100%; }
    .block-title .block-title-inner > h2,
    .block-title .block-title-inner > h3 {
      font-family: Icons, 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin: 0;
      white-space: normal;
      font-size: 11px;
      color: inherit;
      line-height: 1.2;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .block-title .block-title-inner > .contextual-links {
      display: table-cell;
      text-align: right;
      float: none;
      position: relative;
      z-index: 1; }
    .block-title .block-title-inner > h2 a span {
      float: right;
      color: #7f7f7f;
      margin-right: 1em; }
  .style-dark > .block-title {
    color: inherit;
    border-bottom: none; }
  .style-langenscheidt > .block-title,
  .style-sky > .block-title {
    border-bottom: none; }
  .style-iron > .block-title {
    color: inherit;
    border-bottom: #949FA2 1px solid; }
  .layout-left > .block-title {
    text-align: left;
    padding: 0 20px; }
  #content .block-title > .block-title-inner > h2 {
    text-align: left;
    padding-left: 10px; }

.small {
  display: block;
  overflow: hidden; }
  .small > img {
    width: 60px;
    float: left;
    margin-right: 1em; }
  .small > .title {
    font-weight: normal;
    font-family: Icons, Georgia, serif;
    color: black;
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    display: block; }
  .small + .small {
    margin-top: 1em; }

.block-footer {
  line-height: 49px;
  height: 49px;
  position: absolute;
  border-top: 1px solid #dcdcdc;
  background-color: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: center; }
  .large-footer > .block-footer {
    height: 62px; }
  .style-iron > .block-footer {
    border-top-color: #949FA2; }
  .block-footer > .item-list {
    padding: 0 10px;
    margin: 0;
    white-space: nowrap; }
    .block-footer > .item-list:before {
      content: '';
      display: inline-block;
      height: 62px;
      vertical-align: middle; }
    .block-footer > .item-list > li {
      display: inline-block;
      white-space: normal;
      line-height: 1em;
      text-align: left;
      vertical-align: middle;
      width: 25%; }
      .block-footer > .item-list > li > .image {
        float: left;
        width: 40px;
        display: block;
        line-height: 25px;
        font-size: 20px; }

.teaser-pager > a {
  display: inline-block;
  height: 1em;
  width: 1em;
  padding: 1em .5em;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1em; }
  .teaser-pager > a:before {
    content: '';
    display: block;
    border-radius: .5em;
    background-color: #989898;
    position: absolute;
    width: 1em;
    height: 1em;
    -webkit-transition: background-color .5s ease-in-out;
            transition: background-color .5s ease-in-out; }
  .teaser-pager > a.active:before {
    background-color: black; }

.block.layout-top {
  padding-bottom: 149px; }

.block.layout-left {
  min-height: 265px;
  padding-right: 48.935%; }

.contextual-links {
  float: right; }
  .contextual-links + .contextual-links {
    margin-right: .3em; }
  .contextual-links > a {
    border: 1px solid #dcdcdc;
    line-height: 32px;
    width: 32px;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    color: inherit; }
    .contextual-links > a:hover, .contextual-links > a:active {
      background-color: black;
      border-color: black;
      color: white; }

label.before {
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  margin-bottom: .3em;
  color: #151515;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

form > div > .form-item:first-child {
  margin-top: 0; }

.form-text,
.form-textarea {
  border: none;
  padding: 10px;
  border-radius: 3px;
  background-color: #F7F7F7;
  box-shadow: 0 -1px 0 #E9E9E9; }
  .ui-accordion-content .form-text, .ui-accordion-content
  .form-textarea {
    background-color: white; }

.form-textarea {
  resize: none; }

.no-affixes > .form-select,
.no-affixes > .form-text,
.no-affixes > .form-textarea {
  width: 100%;
  box-sizing: border-box; }

[size='2'] {
  width: 2em; }

.pseudo-checkbox-wrapper {
  display: inline-block;
  margin: 0;
  height: 15px; }

.pseudo-checkbox {
  border-radius: 3px;
  background: #D6D6D6;
  display: inline-block;
  width: 15px;
  line-height: 15px;
  height: 15px;
  -webkit-transition: background .25s ease-in-out;
          transition: background .25s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 10px;
  text-align: center;
  color: #5E5E5E;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  :checked + .pseudo-checkbox {
    background: #EB0016; }
  .error + .pseudo-checkbox {
    border: 1px solid #EB0016; }
  .pseudo-checkbox:after {
    content: '✓';
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
    color: white; }
    :checked + .pseudo-checkbox:after {
      opacity: 1; }

.form-select {
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 0 50px 0 16px;
  background: white no-repeat url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCwgMCwgNDAsIDI4Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDQwdjI4SDB6Ii8+PGcgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMi41djI0IiBzdHJva2U9IiNEQ0RDREMiLz48cGF0aCBkPSJNMTcuNSAxMi41bDQgNCA0LTQiIHN0cm9rZT0iIzhBOTQ5NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjwvc3ZnPg==") right;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 10px;
  color: #8D9697;
  max-width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-select {
      background-image: none;
      padding-right: 0; } }
  .form-select:not([multiple]) {
    height: 32px; }

#autocomplete li.selected {
  background-color: #DFE1E2; }

#autocomplete .scopes + .lexeme,
#autocomplete .lexeme + .products,
#autocomplete .scopes + .products {
  border-top: 1px solid #DCDCDC; }

.progress .bar {
  border: none;
  background-color: #EFEFEF;
  border-radius: 3px;
  margin-bottom: .4em; }

.progress .filled {
  background-color: #E80C23;
  border-radius: 3px; }

.logo {
  display: inline-block;
  vertical-align: middle; }

.button, button, .form-submit, a#edit-cancel {
  color: white;
  background-color: #EB0016;
  border-radius: 2px;
  border: none;
  line-height: 30px;
  font-size: 11px;
  padding: 0 1em;
  display: inline-block;
  margin-bottom: 3px;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .secondary.button, button.secondary, .secondary.form-submit, a.secondary#edit-cancel {
    color: black;
    background-color: white; }

button + button {
  margin-left: .5em; }

.form-actions {
  text-align: right; }
  .form-actions > .back {
    float: left;
    margin-right: .5em; }

#edit-cancel {
  float: left; }

::-webkit-input-placeholder {
  text-overflow: ellipsis; }

::-moz-placeholder {
  text-overflow: ellipsis; }

:-ms-input-placeholder {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

.one-line-form {
  line-height: 50px;
  height: 50px;
  background-color: white;
  border-radius: 3px;
  position: relative; }
  .one-line-form .radios {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-color: white;
    padding-top: 50px;
    height: 0;
    overflow: hidden;
    border-radius: 3px;
    z-index: 1;
    font-family: Icons, 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    color: black;
    text-align: center; }
    .one-line-form .radios:not(.custom-radios-processed):hover, .one-line-form .radios.open {
      height: auto; }
    .one-line-form .radios > label {
      display: block;
      cursor: default; }
      .one-line-form .radios > label:hover {
        background-color: #d9e0e6; }
      .one-line-form .radios > label:after {
        content: '';
        vertical-align: middle;
        height: 50px; }
      .one-line-form .radios > label > span {
        display: inline-block;
        line-height: 1.3;
        vertical-align: middle;
        padding: 0 10px; }
    .one-line-form .radios :checked + label {
      position: absolute;
      width: 100%;
      top: 0;
      background-color: white; }
      .one-line-form .radios :checked + label:after {
        content: '↓';
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: black;
        pointer-events: none; }
  .one-line-form [type="search"],
  .one-line-form [type="email"] {
    border: none;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
    padding: 0 20% 0 10px;
    line-height: normal;
    font-weight: normal;
    font-family: Icons, Georgia, serif;
    font-size: 1.2em;
    height: 50px; }
    .one-line-form [type="search"]::-webkit-input-placeholder,
    .one-line-form [type="email"]::-webkit-input-placeholder {
      color: #8C8C8C; }
    .one-line-form [type="search"]::-moz-placeholder,
    .one-line-form [type="email"]::-moz-placeholder {
      color: #8C8C8C; }
    .one-line-form [type="search"]:-ms-input-placeholder,
    .one-line-form [type="email"]:-ms-input-placeholder {
      color: #8C8C8C; }
    .one-line-form [type="search"]::placeholder,
    .one-line-form [type="email"]::placeholder {
      color: #8C8C8C; }

@-moz-document url-prefix() {
  .one-line-form [type="search"],
  .one-line-form [type="email"] {
    line-height: 50px; } }
  .one-line-form [type="search"] {
    padding-left: 20%;
    margin-left: 10px;
    font-size: 13px; }
  .one-line-form button {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    padding: 0 10px;
    font-weight: normal; }
  .one-line-form #autocomplete {
    top: 40px;
    padding-top: 10px;
    left: -1px;
    right: -1px;
    border: none;
    line-height: normal;
    background-color: white;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0 0 3px 3px; }
    .one-line-form #autocomplete > ul > li > a,
    .one-line-form #autocomplete > ul > .lexeme,
    .one-line-form #autocomplete > .count > a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 10px;
      padding-left: calc(20% + 10px);
      display: block; }
    .one-line-form #autocomplete > ul > .products {
      padding: 10px 0; }
      .one-line-form #autocomplete > ul > .products > .image {
        display: inline-block;
        width: 20%;
        text-align: right;
        margin-right: 10px; }
        .one-line-form #autocomplete > ul > .products > .image > a > img {
          max-height: 40px;
          max-width: 40px; }
      .one-line-form #autocomplete > ul > .products > .content {
        vertical-align: top;
        display: inline-block; }
        .one-line-form #autocomplete > ul > .products > .content > a > span {
          display: block; }
      .one-line-form #autocomplete > ul > .products > .price {
        float: right;
        padding-right: 10px;
        font-size: 1em; }

#newsletter-label {
  color: inherit;
  font-size: 14px;
  white-space: nowrap;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: 21%;
  line-height: 50px;
  margin: 0;
  box-sizing: border-box;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  #newsletter-label > .icon {
    font-size: 1.4em;
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
    margin-top: -2px; }
  #newsletter-label > .label {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1em; }
  #newsletter-label + .one-line-form {
    width: 79%;
    display: inline-block;
    vertical-align: top; }

#shopping-cart-link {
  display: block;
  line-height: 50px;
  text-align: center;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: black;
  white-space: nowrap; }
  #shopping-cart-link:hover {
    color: white; }
  #shopping-cart-link > .icon {
    font-size: 1.1em; }
  #shopping-cart-link > .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    white-space: normal; }

#shopping-cart-count,
#shopping-cart-count-narrow {
  width: 13px;
  height: 13px;
  background-color: #EB0016;
  color: white;
  font-size: .5em;
  display: inline-block;
  border-radius: 13px;
  line-height: 13px;
  letter-spacing: 0;
  left: -.8em;
  top: -.8em;
  text-align: center; }

.overlay-cart {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 1em;
  width: 300px;
  z-index: 1;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC; }
  :hover > .overlay-cart {
    display: block; }

#overlay-cart-wrapper {
  position: relative; }
  #overlay-cart-wrapper:hover:after {
    content: '◆';
    text-align: center;
    position: absolute;
    top: 100%;
    margin-top: -.5em;
    color: white;
    width: 100%; }

#breadcrumb {
  margin: -1.065% 1.065% 1.065%;
  font-size: 11px;
  font-weight: bold;
  position: relative;
  min-height: 1em; }
  #breadcrumb > a {
    color: inherit; }
  #breadcrumb > em {
    font-style: normal;
    color: black; }
  #breadcrumb > .dropdown {
    position: absolute;
    right: 0;
    top: 0; }
    #breadcrumb > .dropdown:before {
      position: absolute;
      content: '';
      text-align: center;
      color: white;
      left: 0;
      right: 0;
      bottom: -1.5em;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .5s ease .3s;
              transition: .5s ease .3s; }
    #breadcrumb > .dropdown > .drop {
      cursor: default;
      font-family: Icons, 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em; }
    #breadcrumb > .dropdown:hover:before, #breadcrumb > .dropdown.open:before {
      content: '◆';
      visibility: visible;
      opacity: 1; }
    #breadcrumb > .dropdown:hover > .down, #breadcrumb > .dropdown.open > .down {
      visibility: visible;
      opacity: 1; }

.down {
  position: absolute;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  background-color: white;
  border-radius: 5px;
  width: 170px;
  right: 0;
  padding: 15px;
  margin-top: .5em;
  z-index: 1;
  font-size: 13px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease .3s;
          transition: .5s ease .3s; }
  .down > .links:only-child {
    margin: 0; }
  .down > .wide {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #DCDCDC;
    margin-top: 15px;
    padding: 15px 15px 0 15px; }

#breadcrumb-intro {
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px; }

.pseudo-button-wrapper:last-child {
  margin-bottom: 0; }

.pseudo-button {
  display: inline-block;
  color: inherit;
  border-width: 1.5px;
  border-style: solid;
  line-height: 35px;
  border-radius: 35px;
  white-space: nowrap;
  font-size: 10px; }

.pseudo-button-icon {
  width: 35px;
  display: inline-block;
  height: inherit;
  border-right-width: 1px;
  border-right-style: solid;
  text-align: center;
  vertical-align: middle;
  line-height: inherit;
  padding-top: 1px; }

.pseudo-button-label {
  padding: 0 15px; }
  .pseudo-button-label > b {
    font-size: 11px;
    font-family: Icons, 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
    display: inline-block; }
  .pseudo-button-icon + .pseudo-button-label {
    padding-left: 10px; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  text-align: center;
  z-index: 1; }
  #overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

#overlay-inner {
  display: inline-block;
  vertical-align: middle;
  text-align: start;
  background-color: white;
  border-radius: 5px;
  padding: 20px; }

.browse-lexem-title {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  font-size: 16px;
  margin-bottom: 1em;
  color: black; }

.browse-lexem {
  overflow: hidden; }
  .browse-lexem > :first-child {
    float: left;
    text-align: left; }
  .browse-lexem > :last-child {
    float: right;
    text-align: right; }
  .browse-lexem ul {
    margin: 0;
    padding: 0; }
  .browse-lexem li {
    display: block; }

.ui-state-focus,
a:focus {
  outline: none; }

.block-title + .tabs {
  border-top: none; }

.ui-tabs-nav {
  padding: 0;
  margin: 0;
  background-color: #F7F7F7;
  white-space: nowrap;
  overflow: auto;
  position: relative; }
  .ui-tabs-nav:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC; }
  .ui-tabs-nav > li {
    display: inline-block;
    position: relative; }
    .ui-tabs-nav > li > a {
      display: block;
      text-align: center;
      padding: 0 20px;
      line-height: 49px;
      border-right: 1px solid #DCDCDC;
      border-top: 1px solid #DCDCDC;
      border-bottom: 1px solid #DCDCDC;
      font-family: Icons, 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 11px;
      color: #7F8687; }
  .ui-tabs-nav > .ui-state-active > a {
    background-color: white;
    color: #5A5D5F;
    border-bottom: 1px solid white; }

.ui-tabs-panel {
  padding: 20px; }
  .ui-tabs-panel > .wide {
    margin-left: -20px;
    margin-right: -20px; }

.ui-tabs-hide {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0; }

.block > nav.tabs {
  background-color: #F7F7F7;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  overflow: visible;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC; }
  .block > nav.tabs > a {
    display: block;
    float: left;
    padding: 10px 20px;
    text-align: center;
    color: #72797B;
    font-size: 10px;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #DCDCDC;
    margin-top: -2px; }
    .block > nav.tabs > a:nth-last-child(4),
    .block > nav.tabs > a:nth-last-child(4) ~ a {
      width: 25%; }
      .block > nav.tabs > a:nth-last-child(4):last-child,
      .block > nav.tabs > a:nth-last-child(4) ~ a:last-child {
        border-right: none; }
    .block > nav.tabs > a.active {
      background: white;
      border-top: 2px solid #778183;
      color: black;
      margin-bottom: -2px; }
    .block > nav.tabs > a > span {
      display: block; }
    .block > nav.tabs > a > svg {
      display: block;
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      height: 12px; }

.entry {
  color: black; }
  .entry ol {
    padding-left: 21px; }
    .entry ol > li {
      list-style: lower-alpha; }
      .entry ol > li:target {
        position: relative; }
        .entry ol > li:target:before {
          content: '';
          border-bottom: 2px solid #EB0016;
          width: 1em;
          height: 1.3em;
          display: block;
          left: -1.5em;
          position: absolute;
          top: 0; }
  .entry .lexem {
    font-family: Icons, 'Ubuntu', sans-serif; }
  .entry figure {
    width: 200px;
    margin-left: 1em;
    clear: right;
    float: right; }

figcaption {
  color: #7C8384;
  font-family: Icons, 'Ubuntu', sans-serif;
  font-size: 10px; }

.term-section > .entry, .term-section {
  font-size: 14px;
  color: #7C8384;
  font-family: Icons, 'Ubuntu', sans-serif; }

.term-section > h3 {
  font-size: 16px;
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  margin: .3em 0 .2em 0; }

.term-section > .entry > li {
  display: block;
  margin: 0; }

.tag-cloud {
  overflow: hidden;
  position: relative;
  font-size: 10px;
  line-height: normal; }
  .tag-cloud.has-many-items span {
    padding: 5px; }
  .tag-cloud span {
    padding: 30px; }
    .tag-cloud span.w10 {
      font-size: 400%;
      color: black;
      font-weight: normal;
      font-family: Icons, Georgia, serif; }
    .tag-cloud span.w9 {
      font-size: 250%; }
    .tag-cloud span.w8 {
      font-size: 233%; }
    .tag-cloud span.w7 {
      font-size: 217%; }
    .tag-cloud span.w6 {
      font-size: 200%; }
    .tag-cloud span.w5 {
      font-size: 183%; }
    .tag-cloud span.w4 {
      font-size: 167%; }
    .tag-cloud span.w3 {
      font-size: 150%; }
    .tag-cloud span.w2 {
      font-size: 133%; }

table {
  width: 100%;
  margin: 1em 0; }

td,
th {
  padding: 20px;
  border: 1px solid #DCDCDC;
  vertical-align: top; }
  td:first-child,
  th:first-child {
    border-left: 0; }
  td:last-child,
  th:last-child {
    border-right: 0; }

th {
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px; }

table p {
  margin: .6em 0; }

.td-split {
  white-space: nowrap; }
  .td-split > div {
    display: inline-block;
    white-space: normal;
    vertical-align: top; }

.td-left + .td-right {
  margin-left: 1em; }

.td-right > h3:first-child {
  margin-top: 0; }

.audio {
  color: inherit; }

thead > tr > th {
  background-color: #F7F7F7; }

.disabled {
  color: #DCDCDC; }

#sliding-popup {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  background-color: white;
  text-align: left;
  padding: .5em;
  color: black;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #sliding-popup > .popup-text {
    display: table-cell;
    vertical-align: middle; }
  #sliding-popup > .popup-buttons {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
  #sliding-popup button {
    white-space: nowrap;
    margin: 0 .5em; }

.teaser {
  text-align: center;
  padding: 33px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }
  .teaser.intro {
    padding: 33px 0;
    background-color: #8CC2CC; }
    .teaser.intro > .contextual-links {
      float: none;
      margin: 1em 0; }
    .teaser.intro > .pseudo-button-wrapper {
      color: white; }
    .teaser.intro + .teaser {
      border-left: 0; }
  .teaser > .main-image {
    display: block;
    min-height: 130px; }
    .teaser > .main-image > img {
      vertical-align: bottom; }
  .teaser > .title {
    margin-top: 1em;
    font-weight: normal;
    font-family: Icons, Georgia, serif;
    color: black;
    font-size: 15px;
    line-height: 1.3; }
    .teaser > .title > a {
      color: inherit; }
  .teaser > .intro-title {
    font-family: Icons, 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    color: black;
    margin-bottom: 1em; }

.has-3-cols {
  white-space: nowrap; }
  .has-3-cols + .row {
    border-top: 1px solid #DCDCDC; }
  .has-3-cols > .teaser {
    width: 33.3333333333%;
    box-sizing: border-box; }
    .has-3-cols > .teaser + .teaser {
      border-left: 1px solid #DCDCDC; }

.teasers {
  overflow: auto; }
  .teasers > .teaser {
    width: 25%; }
    .teasers > .teaser + .teaser {
      border-left: 1px solid #DCDCDC; }

.view-title-suffix > .contextual-links {
  float: none;
  margin: 0; }

.tile-main {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  font-size: 18px;
  line-height: 1.3em;
  color: inherit; }
  .tile-main:first-child,
  .block-title + .tile-main {
    margin-top: 0; }
  .has-footer > .tile-main:nth-last-child(2), .tile-main:last-child {
    margin-bottom: 0; }

h1.tile-main {
  font-size: 28px; }

.portrait {
  width: 110px;
  float: right;
  margin: 0 0 1em 1em; }

.contact-data {
  clear: both; }

.pseudo-select {
  font-size: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: 24px;
  box-sizing: border-box;
  margin: 1em 0; }
  .pseudo-select + .pseudo-select {
    border-left: 1px solid #DCDCDC; }
  .pseudo-select:only-child {
    width: 100%; }
  .pseudo-select:nth-last-child(2),
  .pseudo-select:nth-last-child(2) ~ .pseudo-select {
    width: 50%; }
  .pseudo-select:nth-last-child(3),
  .pseudo-select:nth-last-child(3) ~ .pseudo-select {
    width: 33.3333333333%; }
  .pseudo-select:nth-last-child(4),
  .pseudo-select:nth-last-child(4) ~ .pseudo-select {
    width: 25%; }

.pseudo-select-current {
  padding-left: 1em;
  font-size: 11px;
  color: #3F4244;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .pseudo-select-current:after {
    content: '↓';
    margin: 0 .5em; }

.pseudo-select-options {
  margin: 0;
  padding: 1em 15px 15px 15px;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background-color: white;
  z-index: 1;
  font-size: 12px;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC; }
  :hover > .pseudo-select-options {
    display: block; }
  .pseudo-select-options > li {
    display: block;
    border-top: 1px solid #DCDCDC; }
    .pseudo-select-options > li > a {
      display: block;
      padding: 10px 0;
      line-height: 1em;
      color: inherit;
      font-weight: bold; }
      .pseudo-select-options > li > a:hover {
        color: #EB0016; }
      .pseudo-select-options > li > a.reset {
        background-color: #EB0016;
        color: white;
        margin-bottom: 1em; }

.pseudo-select-empty .pseudo-select-current {
  opacity: 0.2; }
  .pseudo-select-empty .pseudo-select-current:after {
    content: none; }

.slideshow-processed {
  cursor: pointer; }

.slideshow {
  clear: both; }
  .slideshow > .links {
    margin: 0;
    padding: 0;
    background-color: white; }
    .slideshow > .links > li > .to-full {
      font-size: 11px;
      font-family: Icons, 'Montserrat', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .1em; }
  .slideshow > .slides {
    overflow: auto;
    white-space: nowrap;
    overflow: hidden; }
    .slideshow > .slides > .slide {
      white-space: normal;
      min-height: inherit;
      vertical-align: top;
      padding-top: 35px;
      padding-left: 35px;
      padding-right: 50%;
      padding-bottom: 35px;
      box-sizing: border-box;
      color: white;
      display: inline-block;
      width: 100%;
      background-size: cover;
      background-position: center;
      font-size: 15px;
      position: relative; }
      .slideshow > .slides > .slide > .slide-link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .slideshow > .slides > .slide > h2 {
        margin-top: 0;
        color: inherit;
        font-size: 32px;
        line-height: 36px; }

.local-tabs {
  margin: 1em 1em 1em 0; }

.slideshow-vertical {
  overflow: hidden; }
  .slideshow-vertical > .slides {
    width: 76%;
    float: left; }
  .slideshow-vertical > .links {
    width: 24%;
    float: right; }
    .slideshow-vertical > .links > li {
      display: block;
      padding: 20px;
      position: relative; }
      .slideshow-vertical > .links > li + li {
        border-top: 1px solid #DCDCDC; }
      .slideshow-vertical > .links > li > .tab-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .slideshow-vertical > .links > li > .to-full {
        line-height: 1.2em;
        margin-bottom: 1em;
        display: block; }
      .slideshow-vertical > .links > li > .to-slide {
        font-weight: normal;
        font-family: Icons, Georgia, serif;
        color: black;
        font-size: 16px;
        line-height: .9em; }
      .slideshow-vertical > .links > li.active {
        background-color: #DFE1E2;
        position: relative; }
        .slideshow-vertical > .links > li.active:before {
          content: '◆';
          color: #DFE1E2;
          position: absolute;
          bottom: 0;
          top: 50%;
          height: 1em;
          line-height: 1em;
          margin-top: -.5em;
          left: -.6em; }

.slideshow-horizontal > .slides > .slide {
  min-height: 330px; }

.slideshow-horizontal > .links > li {
  display: inline;
  text-align: center; }
  .slideshow-horizontal > .links > li > a {
    line-height: 45px;
    display: inline-block;
    width: 25%;
    white-space: nowrap; }
  .slideshow-horizontal > .links > li.active > a,
  .slideshow-horizontal > .links > li:hover > a {
    background-color: #DFE1E2;
    position: relative; }
    .slideshow-horizontal > .links > li.active > a:before,
    .slideshow-horizontal > .links > li:hover > a:before {
      content: '◆';
      color: #DFE1E2;
      position: absolute;
      left: 0;
      right: 0;
      top: -2em; }

.slideshow-horizontal.slideshow-low > .slides > .slide {
  min-height: 280px; }

.ui-accordion-header {
  padding: 12px 20px;
  margin: 0;
  border-top: 1px solid #DCDCDC;
  cursor: pointer; }
  .ui-accordion-header > svg {
    vertical-align: sub; }

h4.ui-accordion-header {
  font-family: Icons, 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px; }

.ui-accordion-content {
  padding: 10px 20px;
  background-color: #F7F7F7;
  border-top: 1px solid #DCDCDC; }
  .ui-accordion-content > .wide {
    margin: 0 -20px; }

.ui-accordion-content-active + h2 {
  border-top: 1px solid #DCDCDC; }

.ui-icon-triangle-1-s:after {
  float: right;
  content: '↓'; }

.ui-icon-triangle-1-e:after {
  float: right;
  content: '→'; }

.remove-selection {
  float: right; }

.current-selection > dt {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  float: left;
  clear: left;
  width: 30%; }

.current-selection > dd {
  margin-left: 30%; }

.title-prefix {
  font-size: .8em; }
  .title-prefix + h2,
  .title-prefix + h3 {
    margin-top: 0; }

.two-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  .two-cols > ol,
  .two-cols > ul {
    margin: 0; }

.icons {
  font-size: 24px;
  letter-spacing: 8px; }

.form-narrow {
  width: 22.5779552231%;
  display: inline-block; }

.form-medium {
  width: 48.3853034821%;
  display: inline-block; }

.form-wide {
  width: 74.192651741%;
  display: inline-block; }

.form-after {
  margin-left: 3.2293930358%; }

.pager {
  white-space: nowrap;
  text-align: center;
  background-color: white;
  line-height: 58px;
  border-radius: 5px; }

.pager-disabled {
  visibility: hidden; }

.pager-item {
  padding: 0 20px; }

.pager-main {
  padding: 0; }
  .pager-main > a {
    word-spacing: .4em;
    display: inline-block;
    min-width: 58px;
    color: inherit; }
  .pager-main > .current {
    background: #97A2A5;
    color: white;
    font-weight: bold; }

.pager-first,
.pager-previous {
  float: left; }

.pager-next,
.pager-last {
  float: right; }

.title-prefix {
  font-size: .8em; }
  .title-prefix + h2,
  .title-prefix + h3 {
    margin-top: 0; }

.two-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  .two-cols > ol,
  .two-cols > ul {
    margin: 0; }

.icons {
  font-size: 24px;
  letter-spacing: 8px; }

fieldset {
  margin: 0;
  border: none;
  padding: 0; }
  fieldset.error {
    padding: 0 .5em;
    margin: 1em -.5em;
    background-color: transparent;
    border: 1px solid #EB0016;
    border-radius: 4px; }

label.option {
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  width: 90%;
  margin-left: .2em; }

legend {
  font-weight: normal;
  font-family: Icons, Georgia, serif;
  font-size: 1.8em;
  color: black; }

#rspo-submit {
  float: right; }

#rspo-limitation-notice {
  width: 50%;
  float: left;
  text-align: left;
  white-space: nowrap; }

#rspo-limitation-text {
  display: inline-block;
  font-size: .8em;
  line-height: 1em;
  white-space: normal;
  vertical-align: middle; }

#rspo-i-icon {
  display: inline-block;
  line-height: 1em;
  width: 1em;
  font-size: 2em;
  text-align: center;
  vertical-align: middle; }

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .youtube-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.field-prefix,
.field-suffix {
  font-weight: bold; }

.add-to-cart-button {
  white-space: nowrap;
  padding: 0;
  line-height: 50px;
  border-radius: 25px;
  font-size: 1em;
  border: 1px solid #D10417; }
  .add-to-cart-button > .pseudo-button-icon {
    padding-left: 2px;
    line-height: 50px;
    height: auto;
    border-right: 1px solid #D10417;
    width: 50px; }
  .add-to-cart-button > .pseudo-button-label {
    font-size: inherit; }

.feature {
  display: inline-block;
  color: inherit; }
  .feature > .icon > svg {
    vertical-align: middle; }
  .feature > .label {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1.2em;
    max-width: 80px; }
  .features > .feature {
    width: 49%;
    white-space: nowrap;
    vertical-align: middle;
    margin: .5em 0; }

a.feature > .icon {
  text-align: center;
  vertical-align: middle;
  border-radius: 38px;
  color: black;
  border: 1px solid black;
  width: 38px;
  line-height: 30px;
  height: 38px;
  display: inline-block; }

a.feature.active > .icon {
  border-color: #EB0016;
  border-width: 2px; }

.available {
  color: #00A000; }

.pre-order {
  color: #FFBA01; }

.price {
  font-size: 1.5em;
  color: black; }

.stars-total {
  color: #DFE1E2; }
  .stars-total > strong {
    color: #FFCF01;
    font-weight: normal; }

.uncutt {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #EB0016; }

.cutted-off {
  height: 8em;
  overflow: hidden;
  position: relative; }
  .cutted-off:after {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.product {
  overflow: hidden;
  padding-bottom: 1.25em; }
  .product .pseudo-button {
    line-height: 28px;
    font-size: 8.5px; }
  .product > .left {
    padding: 0;
    background-color: transparent;
    width: 200px; }
    .product > .left + .right {
      margin-left: 220px; }

.letter-toc {
  text-align: justify; }
  .letter-toc:after {
    content: '';
    width: 100%;
    display: inline-block; }

.translation-direction > svg {
  vertical-align: middle;
  height: 1em;
  width: auto; }

.translation-direction {
  float: right;
  font-size: 20px; }

.availability {
  font-size: 13px; }

.thumb-left > figure, .thumb-right > figure, .thumb-left > img, .thumb-right > img {
  height: auto;
  width: 100%;
  display: table-cell;
  vertical-align: bottom; }

.thumb-left {
  float: left;
  margin: 0 1em 1em 0;
  display: table;
  width: 200px; }

.thumb-right {
  float: right;
  margin: 0 0 1em 1em;
  display: table;
  width: 200px; }

.messages {
  border: 1px solid;
  border-radius: 4px; }
  .messages.status {
    color: #3cc64a; }
  .messages.warning {
    color: #fd980a; }
  .messages.error {
    color: #f9282c; }
  .messages > a {
    color: inherit;
    text-decoration: underline; }

@media (max-width: 1395px) {
  #curtain-left {
    display: none; }
  #page {
    margin-left: 0; }
  #stage {
    max-width: 1195px; } }

.zoomable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.modal-button, #pages-preview-close, #pages-preview-forward, #pages-preview-backward, #minimalbox > .close {
  border: 1px solid;
  vertical-align: top;
  text-align: center;
  color: #E80C23;
  width: 58px;
  line-height: 58px;
  font-size: 24px;
  display: inline-block;
  background-color: #FFF;
  border-radius: 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity .5s;
          transition: opacity .5s; }
  .modal-button:hover, #pages-preview-close:hover, #pages-preview-forward:hover, #pages-preview-backward:hover, #minimalbox > .close:hover {
    opacity: .5; }
  .modal-button.hidden, .hidden#pages-preview-close, .hidden#pages-preview-forward, .hidden#pages-preview-backward, #minimalbox > .hidden.close {
    opacity: 0;
    pointer-events: none; }
  .modal-button > .throbber, #pages-preview-close > .throbber, #pages-preview-forward > .throbber, #pages-preview-backward > .throbber, #minimalbox > .close > .throbber {
    line-height: 1.5em; }

#pages-preview-wrapper {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pages-preview {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: auto;
  text-align: center; }
  .pages-preview > li {
    height: 100%;
    display: inline-block; }
    .pages-preview > li:focus {
      outline: none; }
    .pages-preview > li:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .pages-preview > li > img {
      vertical-align: middle;
      max-width: 90%;
      max-height: 90%;
      width: auto;
      height: auto;
      box-shadow: 0 0 1em rgba(0, 0, 0, 0.5); }

#pages-preview-close {
  top: .5em;
  right: .5em;
  position: fixed; }

#pages-preview-forward {
  position: fixed;
  top: 50%;
  right: .5em; }

#pages-preview-backward {
  position: fixed;
  top: 50%;
  left: .5em; }

#minimalbox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  padding: 5vh 5vw; }
  #minimalbox > .close {
    position: relative;
    left: -29px;
    top: -29px; }
  #minimalbox > .image {
    display: inline-block;
    vertical-align: middle; }
    #minimalbox > .image > img {
      vertical-align: bottom;
      max-width: 90vw;
      max-height: 90vh; }

.recommended {
  background-color: #FECF2F;
  padding: 0 .25em;
  display: inline-block;
  font-weight: normal;
  border-radius: 5px; }

.throbber:after {
  content: '↻';
  color: #EB0016;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  vertical-align: middle;
  display: inline-block;
  height: 1.5em; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.case-sensitive {
  text-transform: none !important; }

.spell-error {
  text-decoration: underline;
  color: #F00; }

.gramma-error {
  text-decoration: underline;
  color: #008000; }

.seo {
  font-size: 11px;
  line-height: 15px; }
  .seo h2 {
    color: inherit;
    line-height: 1.2; }
  .seo h3 {
    color: inherit;
    font-size: 15px;
    line-height: 18px;
    margin-top: 1.2em;
    margin-bottom: 0; }
  .seo p {
    text-align: justify; }
