@charset "UTF-8";
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select:focus {
    border-color: #999; }
  .nice-select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:active, .nice-select.open::after {
    transform: rotate(0deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled::after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small::after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

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; }

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0; }

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0; }

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0; }

_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143; }

_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5; }

_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto; }

.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: normal;
  color: #428bca;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
span.multiselect-native-select {
  position: relative;
  display: block;
  width: 100%; }

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 0; }

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

@font-face {
  font-family: "Wendy W01 MediumLP";
  src: url("../src/fonts/wendy/905406/3d755eb3-3e23-469c-a89f-9884cd36b299.eot?#iefix");
  src: url("../src/fonts/wendy/905406/3d755eb3-3e23-469c-a89f-9884cd36b299.eot?#iefix") format("eot"), url("../src/fonts/wendy/905406/28abd9ab-f1e3-4410-90ae-ef751b35be54.woff2") format("woff2"), url("../src/fonts/wendy/905406/cf9f9fc8-30ad-4171-922c-e844136c3606.woff") format("woff"), url("../src/fonts/wendy/905406/4b91ee10-9434-4eae-9f3c-9e88b2d661ad.ttf") format("truetype"), url("../src/fonts/wendy/905406/576b8565-c838-4b60-be2f-8dc942963441.svg#576b8565-c838-4b60-be2f-8dc942963441") format("svg"); }

@font-face {
  font-family: 'DINWeb-Light';
  src: url("../src/fonts/dinot/Light/Flirgoyqukkgrfzzuspnqztqksn.eot");
  src: url("../src/fonts/dinot/Light/Flirgoyqukkgrfzzuspnqztqksn.woff2") format("woff2"), url("../src/fonts/dinot/Light/Flirgoyqukkgrfzzuspnqztqksn.woff") format("woff"), url("../src/fonts/dinot/Light/Flirgoyqukkgrfzzuspnqztqksn.ttf") format("truetype"), url("../src/fonts/dinot/Light/Flirgoyqukkgrfzzuspnqztqksn.svg#5/Flirgoyqukkgrfzzuspnqztqksn") format("svg"), url("../src/fonts/dinot/Light/Flirgoyqukkgrfzzuspnqztqksn.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-LightIt';
  src: url("../src/fonts/dinot/Light-Italic/Nsoqlhycdvleqcgxhjhlkyzgvmk.eot");
  src: url("../src/fonts/dinot/Light-Italic/Nsoqlhycdvleqcgxhjhlkyzgvmk.woff2") format("woff2"), url("../src/fonts/dinot/Light-Italic/Nsoqlhycdvleqcgxhjhlkyzgvmk.woff") format("woff"), url("../src/fonts/dinot/Light-Italic/Nsoqlhycdvleqcgxhjhlkyzgvmk.ttf") format("truetype"), url("../src/fonts/dinot/Light-Italic/Nsoqlhycdvleqcgxhjhlkyzgvmk.svg#4/Nsoqlhycdvleqcgxhjhlkyzgvmk") format("svg"), url("../src/fonts/dinot/Light-Italic/Nsoqlhycdvleqcgxhjhlkyzgvmk.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-Regular';
  src: url("../src/fonts/dinot/Regular/Dslxzhcyaqntakpxtvoiphqoxfk.eot");
  src: url("../src/fonts/dinot/Regular/Dslxzhcyaqntakpxtvoiphqoxfk.woff2") format("woff2"), url("../src/fonts/dinot/Regular/Dslxzhcyaqntakpxtvoiphqoxfk.woff") format("woff"), url("../src/fonts/dinot/Regular/Dslxzhcyaqntakpxtvoiphqoxfk.ttf") format("truetype"), url("../src/fonts/dinot/Regular/Dslxzhcyaqntakpxtvoiphqoxfk.svg#Dslxzhcyaqntakpxtvoiphqoxfk") format("svg"), url("../src/fonts/dinot/Regular/Dslxzhcyaqntakpxtvoiphqoxfk.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-RegularIt';
  src: url("../src/fonts/dinot/Regular-Italic/Lbplfudatuxxtqxptfcqmtvprjc.eot");
  src: url("../src/fonts/dinot/Regular-Italic/Lbplfudatuxxtqxptfcqmtvprjc.woff2") format("woff2"), url("../src/fonts/dinot/Regular-Italic/Lbplfudatuxxtqxptfcqmtvprjc.woff") format("woff"), url("../src/fonts/dinot/Regular-Italic/Lbplfudatuxxtqxptfcqmtvprjc.ttf") format("truetype"), url("../src/fonts/dinot/Regular-Italic/Lbplfudatuxxtqxptfcqmtvprjc.svg#6/Lbplfudatuxxtqxptfcqmtvprjc") format("svg"), url("../src/fonts/dinot/Regular-Italic/Lbplfudatuxxtqxptfcqmtvprjc.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-Medium';
  src: url("../src/fonts/dinot/Medium/Svatxepxpzpietzyzxvprfzqnyr.eot");
  src: url("../src/fonts/dinot/Medium/Svatxepxpzpietzyzxvprfzqnyr.woff2") format("woff2"), url("../src/fonts/dinot/Medium/Svatxepxpzpietzyzxvprfzqnyr.woff") format("woff"), url("../src/fonts/dinot/Medium/Svatxepxpzpietzyzxvprfzqnyr.ttf") format("truetype"), url("../src/fonts/dinot/Medium/Svatxepxpzpietzyzxvprfzqnyr.svg#Svatxepxpzpietzyzxvprfzqnyr") format("svg"), url("../src/fonts/dinot/Medium/Svatxepxpzpietzyzxvprfzqnyr.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-MediumIt';
  src: url("../src/fonts/dinot/Medium-Italic/Vrysoyjwexiqpfgvxnsvvwdyigx.eot");
  src: url("../src/fonts/dinot/Medium-Italic/Vrysoyjwexiqpfgvxnsvvwdyigx.woff2") format("woff2"), url("../src/fonts/dinot/Medium-Italic/Vrysoyjwexiqpfgvxnsvvwdyigx.woff") format("woff"), url("../src/fonts/dinot/Medium-Italic/Vrysoyjwexiqpfgvxnsvvwdyigx.ttf") format("truetype"), url("../src/fonts/dinot/Medium-Italic/Vrysoyjwexiqpfgvxnsvvwdyigx.svg#Vrysoyjwexiqpfgvxnsvvwdyigx") format("svg"), url("../src/fonts/dinot/Medium-Italic/Vrysoyjwexiqpfgvxnsvvwdyigx.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-Bold';
  src: url("../src/fonts/dinot/Bold/Okdsldgndkgmhmjeuekrpnxapxv.eot");
  src: url("../src/fonts/dinot/Bold/Okdsldgndkgmhmjeuekrpnxapxv.woff2") format("woff2"), url("../src/fonts/dinot/Bold/Okdsldgndkgmhmjeuekrpnxapxv.woff") format("woff"), url("../src/fonts/dinot/Bold/Okdsldgndkgmhmjeuekrpnxapxv.ttf") format("truetype"), url("../src/fonts/dinot/Bold/Okdsldgndkgmhmjeuekrpnxapxv.svg#18/Okdsldgndkgmhmjeuekrpnxapxv") format("svg"), url("../src/fonts/dinot/Bold/Okdsldgndkgmhmjeuekrpnxapxv.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-BoldIt';
  src: url("../src/fonts/dinot/Bold-Italic/Kokelcrdfgolqkqqipzixbkpxlz.eot");
  src: url("../src/fonts/dinot/Bold-Italic/Kokelcrdfgolqkqqipzixbkpxlz.woff2") format("woff2"), url("../src/fonts/dinot/Bold-Italic/Kokelcrdfgolqkqqipzixbkpxlz.woff") format("woff"), url("../src/fonts/dinot/Bold-Italic/Kokelcrdfgolqkqqipzixbkpxlz.ttf") format("truetype"), url("../src/fonts/dinot/Bold-Italic/Kokelcrdfgolqkqqipzixbkpxlz.svg#17/Kokelcrdfgolqkqqipzixbkpxlz") format("svg"), url("../src/fonts/dinot/Bold-Italic/Kokelcrdfgolqkqqipzixbkpxlz.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-Black';
  src: url("../src/fonts/dinot/Black/Qyquankivnfrcminswqpudywnll.eot");
  src: url("../src/fonts/dinot/Black/Qyquankivnfrcminswqpudywnll.woff2") format("woff2"), url("../src/fonts/dinot/Black/Qyquankivnfrcminswqpudywnll.woff") format("woff"), url("../src/fonts/dinot/Black/Qyquankivnfrcminswqpudywnll.ttf") format("truetype"), url("../src/fonts/dinot/Black/Qyquankivnfrcminswqpudywnll.svg#20/Qyquankivnfrcminswqpudywnll") format("svg"), url("../src/fonts/dinot/Black/Qyquankivnfrcminswqpudywnll.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-BlackIt';
  src: url("../src/fonts/dinot/Black-Italic/Gxmoodqnbrrujiowdarozqyqrki.eot");
  src: url("../src/fonts/dinot/Black-Italic/Gxmoodqnbrrujiowdarozqyqrki.woff2") format("woff2"), url("../src/fonts/dinot/Black-Italic/Gxmoodqnbrrujiowdarozqyqrki.woff") format("woff"), url("../src/fonts/dinot/Black-Italic/Gxmoodqnbrrujiowdarozqyqrki.ttf") format("truetype"), url("../src/fonts/dinot/Black-Italic/Gxmoodqnbrrujiowdarozqyqrki.svg#19/Gxmoodqnbrrujiowdarozqyqrki") format("svg"), url("../src/fonts/dinot/Black-Italic/Gxmoodqnbrrujiowdarozqyqrki.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConLight';
  src: url("../src/fonts/dinot/Condensed-Light/Gsswitwzehhfinneydylulzvqav.eot");
  src: url("../src/fonts/dinot/Condensed-Light/Gsswitwzehhfinneydylulzvqav.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Light/Gsswitwzehhfinneydylulzvqav.woff") format("woff"), url("../src/fonts/dinot/Condensed-Light/Gsswitwzehhfinneydylulzvqav.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Light/Gsswitwzehhfinneydylulzvqav.svg#10/Gsswitwzehhfinneydylulzvqav") format("svg"), url("../src/fonts/dinot/Condensed-Light/Gsswitwzehhfinneydylulzvqav.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConLightIt';
  src: url("../src/fonts/dinot/Condensed-Light-Italic/Dyjyvyibvlkdzmcjkmukyrwemje.eot");
  src: url("../src/fonts/dinot/Condensed-Light-Italic/Dyjyvyibvlkdzmcjkmukyrwemje.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Light-Italic/Dyjyvyibvlkdzmcjkmukyrwemje.woff") format("woff"), url("../src/fonts/dinot/Condensed-Light-Italic/Dyjyvyibvlkdzmcjkmukyrwemje.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Light-Italic/Dyjyvyibvlkdzmcjkmukyrwemje.svg#9/Dyjyvyibvlkdzmcjkmukyrwemje") format("svg"), url("../src/fonts/dinot/Condensed-Light-Italic/Dyjyvyibvlkdzmcjkmukyrwemje.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConRegular';
  src: url("../src/fonts/dinot/Condensed-Regular/Btaxhpojxnxycsbksgebbivyldt.eot");
  src: url("../src/fonts/dinot/Condensed-Regular/Btaxhpojxnxycsbksgebbivyldt.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Regular/Btaxhpojxnxycsbksgebbivyldt.woff") format("woff"), url("../src/fonts/dinot/Condensed-Regular/Btaxhpojxnxycsbksgebbivyldt.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Regular/Btaxhpojxnxycsbksgebbivyldt.svg#16/Btaxhpojxnxycsbksgebbivyldt") format("svg"), url("../src/fonts/dinot/Condensed-Regular/Btaxhpojxnxycsbksgebbivyldt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConRegularIt';
  src: url("../src/fonts/dinot/Condensed-Regular-Italic/Lgxvbbvijkrsfptsktqdgelphbe.eot");
  src: url("../src/fonts/dinot/Condensed-Regular-Italic/Lgxvbbvijkrsfptsktqdgelphbe.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Regular-Italic/Lgxvbbvijkrsfptsktqdgelphbe.woff") format("woff"), url("../src/fonts/dinot/Condensed-Regular-Italic/Lgxvbbvijkrsfptsktqdgelphbe.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Regular-Italic/Lgxvbbvijkrsfptsktqdgelphbe.svg#11/Lgxvbbvijkrsfptsktqdgelphbe") format("svg"), url("../src/fonts/dinot/Condensed-Regular-Italic/Lgxvbbvijkrsfptsktqdgelphbe.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConMedium';
  src: url("../src/fonts/dinot/Condensed-Medium/Skatauxmurigzvodrxhfrgfsive.eot");
  src: url("../src/fonts/dinot/Condensed-Medium/Skatauxmurigzvodrxhfrgfsive.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Medium/Skatauxmurigzvodrxhfrgfsive.woff") format("woff"), url("../src/fonts/dinot/Condensed-Medium/Skatauxmurigzvodrxhfrgfsive.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Medium/Skatauxmurigzvodrxhfrgfsive.svg#8/Skatauxmurigzvodrxhfrgfsive") format("svg"), url("../src/fonts/dinot/Condensed-Medium/Skatauxmurigzvodrxhfrgfsive.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConMediumIt';
  src: url("../src/fonts/dinot/Condensed-Medium-Italic/Eytxodmjuecxfrxajxznjqgjetd.eot");
  src: url("../src/fonts/dinot/Condensed-Medium-Italic/Eytxodmjuecxfrxajxznjqgjetd.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Medium-Italic/Eytxodmjuecxfrxajxznjqgjetd.woff") format("woff"), url("../src/fonts/dinot/Condensed-Medium-Italic/Eytxodmjuecxfrxajxznjqgjetd.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Medium-Italic/Eytxodmjuecxfrxajxznjqgjetd.svg#7/Eytxodmjuecxfrxajxznjqgjetd") format("svg"), url("../src/fonts/dinot/Condensed-Medium-Italic/Eytxodmjuecxfrxajxznjqgjetd.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConBold';
  src: url("../src/fonts/dinot/Condensed-Bold/Imcrjntewikxpsmnpdqwsaqikau.eot");
  src: url("../src/fonts/dinot/Condensed-Bold/Imcrjntewikxpsmnpdqwsaqikau.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Bold/Imcrjntewikxpsmnpdqwsaqikau.woff") format("woff"), url("../src/fonts/dinot/Condensed-Bold/Imcrjntewikxpsmnpdqwsaqikau.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Bold/Imcrjntewikxpsmnpdqwsaqikau.svg#13/Imcrjntewikxpsmnpdqwsaqikau") format("svg"), url("../src/fonts/dinot/Condensed-Bold/Imcrjntewikxpsmnpdqwsaqikau.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConBoldIt';
  src: url("../src/fonts/dinot/Condensed-Bold-Italic/Xalvxnlemkpuxdmwkxkqkswzpba.eot");
  src: url("../src/fonts/dinot/Condensed-Bold-Italic/Xalvxnlemkpuxdmwkxkqkswzpba.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Bold-Italic/Xalvxnlemkpuxdmwkxkqkswzpba.woff") format("woff"), url("../src/fonts/dinot/Condensed-Bold-Italic/Xalvxnlemkpuxdmwkxkqkswzpba.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Bold-Italic/Xalvxnlemkpuxdmwkxkqkswzpba.svg#12/Xalvxnlemkpuxdmwkxkqkswzpba") format("svg"), url("../src/fonts/dinot/Condensed-Bold-Italic/Xalvxnlemkpuxdmwkxkqkswzpba.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConBlack';
  src: url("../src/fonts/dinot/Condensed-Black/Nhaieulddqlfwprcjcaeimmvhda.eot");
  src: url("../src/fonts/dinot/Condensed-Black/Nhaieulddqlfwprcjcaeimmvhda.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Black/Nhaieulddqlfwprcjcaeimmvhda.woff") format("woff"), url("../src/fonts/dinot/Condensed-Black/Nhaieulddqlfwprcjcaeimmvhda.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Black/Nhaieulddqlfwprcjcaeimmvhda.svg#15/Nhaieulddqlfwprcjcaeimmvhda") format("svg"), url("../src/fonts/dinot/Condensed-Black/Nhaieulddqlfwprcjcaeimmvhda.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINWeb-ConBlackIt';
  src: url("../src/fonts/dinot/Condensed-Black-Italic/Mcpqtawlzkllunfjvzqvotvosgv.eot");
  src: url("../src/fonts/dinot/Condensed-Black-Italic/Mcpqtawlzkllunfjvzqvotvosgv.woff2") format("woff2"), url("../src/fonts/dinot/Condensed-Black-Italic/Mcpqtawlzkllunfjvzqvotvosgv.woff") format("woff"), url("../src/fonts/dinot/Condensed-Black-Italic/Mcpqtawlzkllunfjvzqvotvosgv.ttf") format("truetype"), url("../src/fonts/dinot/Condensed-Black-Italic/Mcpqtawlzkllunfjvzqvotvosgv.svg#14/Mcpqtawlzkllunfjvzqvotvosgv") format("svg"), url("../src/fonts/dinot/Condensed-Black-Italic/Mcpqtawlzkllunfjvzqvotvosgv.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
@font-face {
  font-family: "Jakob W08 Regular";
  src: url("../src/fonts/jakob/1557939/2a6ef535-bf96-4a1a-9ba8-b7db5c75403b.eot?#iefix");
  src: url("../src/fonts/jakob/1557939/2a6ef535-bf96-4a1a-9ba8-b7db5c75403b.eot?#iefix") format("eot"), url("../src/fonts/jakob/1557939/d72d0fcf-fdf0-4352-82c0-242046d8dbc6.woff2") format("woff2"), url("../src/fonts/jakob/1557939/6be10ec3-b511-44b1-8a5d-436820f36365.woff") format("woff"), url("../src/fonts/jakob/1557939/6d595723-0ce7-46d7-9184-099e1c09d11c.ttf") format("truetype"); }

@font-face {
  font-family: "Jakob W08 Bold";
  src: url("../src/fonts/jakob/1557941/f6efe3da-684a-470c-9b90-5e967703fe39.eot?#iefix");
  src: url("../src/fonts/jakob/1557941/f6efe3da-684a-470c-9b90-5e967703fe39.eot?#iefix") format("eot"), url("../src/fonts/jakob/1557941/cdb51a5b-e3f9-4d0a-8a1d-240811c86862.woff2") format("woff2"), url("../src/fonts/jakob/1557941/c15a212f-d7c6-49a9-840f-2a514748f179.woff") format("woff"), url("../src/fonts/jakob/1557941/c461ac64-89bb-4983-9252-d6e18b40d19d.ttf") format("truetype"); }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/
/* font-tracking in separate file: enjo.schalk-office.de/html/wp-content/themes/x-child/css/enjo-helvetica.css */
@font-face {
  font-family: "Helvetica Neue LT W06_35 Thin";
  src: url("../src/fonts/helvetica/1604548/2a129142-7c50-4728-9227-1eebf2d9f16d.eot?#iefix");
  src: url("../src/fonts/helvetica/1604548/2a129142-7c50-4728-9227-1eebf2d9f16d.eot?#iefix") format("eot"), url("../src/fonts/helvetica/1604548/2192a26c-de1c-4c50-88d1-e5136033c15a.woff2") format("woff2"), url("../src/fonts/helvetica/1604548/0212d203-ce3f-42e2-862a-edf988621728.woff") format("woff"), url("../src/fonts/helvetica/1604548/c48fd17b-25da-4fc6-92e5-50a069fb141e.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica Neue LT W06_55 Roman";
  src: url("../src/fonts/helvetica/1604556/8b3b0133-222d-4ffc-9d6e-565dd879690c.eot?#iefix");
  src: url("../src/fonts/helvetica/1604556/8b3b0133-222d-4ffc-9d6e-565dd879690c.eot?#iefix") format("eot"), url("../src/fonts/helvetica/1604556/1a14dcac-7c9e-471c-8039-33c730f871f2.woff2") format("woff2"), url("../src/fonts/helvetica/1604556/558ed534-0c60-42cf-8b94-d0a16eb70d37.woff") format("woff"), url("../src/fonts/helvetica/1604556/c5638ad1-cf7f-4f3b-b944-c3c51c8a3971.ttf") format("truetype"); }

/* Segoe Cyrillic */
/* font-tracking in separate file: enjo.schalk-office.de/html/wp-content/themes/x-child/css/enjo-segoe.css */
@font-face {
  font-family: "Segoe Script W10 Regular";
  src: url("../src/fonts/Segoe_regular_bolt_cyrillic/1560539/6f0a0423-33b8-4467-88bd-2db53886d93c.eot?#iefix");
  src: url("../src/fonts/Segoe_regular_bolt_cyrillic/1560539/6f0a0423-33b8-4467-88bd-2db53886d93c.eot?#iefix") format("eot"), url("../src/fonts/Segoe_regular_bolt_cyrillic/1560539/a012f78f-3d6a-4d01-81ff-8219f031d0fe.woff2") format("woff2"), url("../src/fonts/Segoe_regular_bolt_cyrillic/1560539/3c2eb691-a4e9-48b1-8de5-780a10d696a8.woff") format("woff"), url("../src/fonts/Segoe_regular_bolt_cyrillic/1560539/db754f48-3582-4975-9e60-5beb9601a9de.ttf") format("truetype"); }

@font-face {
  font-family: "Segoe Script W10 Bold";
  src: url("../src/fonts/Segoe_regular_bolt_cyrillic/1560546/383d88bb-5a86-4276-867f-239286abe798.eot?#iefix");
  src: url("../src/fonts/Segoe_regular_bolt_cyrillic/1560546/383d88bb-5a86-4276-867f-239286abe798.eot?#iefix") format("eot"), url("../src/fonts/Segoe_regular_bolt_cyrillic/1560546/7326718b-0131-4ed2-a5eb-97a23d1ead83.woff2") format("woff2"), url("../src/fonts/Segoe_regular_bolt_cyrillic/1560546/8e4e2c6e-d90c-41ff-927a-8326a2f802a2.woff") format("woff"), url("../src/fonts/Segoe_regular_bolt_cyrillic/1560546/a5b89c81-e145-4139-b5bc-33e25f28debd.ttf") format("truetype"); }

/* Segoe Latin */
/* font-tracking in separate file: enjo.schalk-office.de/html/wp-content/themes/x-child/css/enjo-segoe.css */
@font-face {
  font-family: "Segoe Script W01 Regular";
  src: url("../src/fonts/Segoe_regular_bolt_latin/1560535/d12a15bc-ba51-426e-940c-b8be0d6f52d7.eot?#iefix");
  src: url("../src/fonts/Segoe_regular_bolt_latin/1560535/d12a15bc-ba51-426e-940c-b8be0d6f52d7.eot?#iefix") format("eot"), url("../src/fonts/Segoe_regular_bolt_latin/1560535/6dbae2a4-0cee-4825-ba0c-f531dc8325c6.woff2") format("woff2"), url("../src/fonts/Segoe_regular_bolt_latin/1560535/b87901d2-3866-4644-8762-d2f329e4e5b3.woff") format("woff"), url("../src/fonts/Segoe_regular_bolt_latin/1560535/be77aed5-c3e4-4dd1-a08b-14a38f7d33da.ttf") format("truetype"); }

@font-face {
  font-family: "Segoe Script W01 Bold";
  src: url("../src/fonts/Segoe_regular_bolt_latin/1560542/b6cdb40f-738a-42db-8f0a-a1ae30f5b85c.eot?#iefix");
  src: url("../src/fonts/Segoe_regular_bolt_latin/1560542/b6cdb40f-738a-42db-8f0a-a1ae30f5b85c.eot?#iefix") format("eot"), url("../src/fonts/Segoe_regular_bolt_latin/1560542/a4c74cdd-0df1-4f4e-ad98-3e838c491b7e.woff2") format("woff2"), url("../src/fonts/Segoe_regular_bolt_latin/1560542/07e0eb14-2a2d-4b08-b77d-06112efbedf9.woff") format("woff"), url("../src/fonts/Segoe_regular_bolt_latin/1560542/1d06945f-fd97-42dc-916e-dce8cf28651b.ttf") format("truetype"); }

.svg-about-me, .about-me, .svg-advantages-enjo, .advantages-enjo, .svg-advantages-enjo-yellow, .advantages-enjo-yellow, .svg-apply-as-enjopreneur, .apply-as-enjopreneur, .svg-apply-as-enjopreneur-yellow, .apply-as-enjopreneur-yellow, .svg-attention, .attention, .svg-attention-yellow, .attention-yellow, .svg-become-enjopreneur, .become-enjopreneur, .svg-become-enjopreneur-yellow, .become-enjopreneur-yellow, .svg-benefits-enjo, .benefits-enjo, .svg-benefits-enjo-yellow, .benefits-enjo-yellow, .svg-blogger, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.blogger::before, .svg-checked-enjo, body.x-child-theme-active .list-checked li::before, .svg-checked-enjo-black, body.x-child-theme-active section.yellow .list-checked li::before, .svg-checked-enjo-yellow, body.x-child-theme-active section.black .list-checked li::before, .svg-contact-email, .contact-email, .x-child-theme-active .x-navbar .metanav-container .contact, .svg-contact-phone, .contact-phone, .svg-create-your-enjo-makeover, .x-child-theme-active .create-your-enjo-makeover, .svg-demo-enjo, .x-child-theme-active .demo-enjo, .svg-demo-enjo-faq, .demo-enjo-faq, .svg-demo-enjo-faq-yellow, .demo-enjo-faq-yellow, .svg-enjo-makeover, .enjo-makeover, .svg-enjo-makeover-yellow, .enjo-makeover-yellow, .svg-enjopreneur, .enjopreneur, .svg-enjopreneur-faq, .enjopreneur-faq, .svg-enjopreneur-faq-yellow, .enjopreneur-faq-yellow, .svg-enjopreneur-large, .enjopreneur-large, .svg-enjopreneur-large-yellow, .enjopreneur-large-yellow, .svg-facebook, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.facebook::before, .svg-fibre_enjo, .fibre_enjo, .svg-fibre_enjo-yellow, .fibre_enjo-yellow, .svg-find-an-enjopreneur, .x-child-theme-active .find-an-enjopreneur, .svg-googleplus, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.googleplus::before, .svg-hint-enjo, .hint-enjo, .svg-hint-enjo-sm, .hint-enjo-sm, .x-child-theme-active .product-detail-container .x-accordion-group.product-hint .x-accordion-heading::after, .svg-improve-well-being-enjo, .improve-well-being-enjo, .svg-improve-well-being-enjo-sm, .improve-well-being-enjo-sm, .svg-improve-well-being-enjo-yellow, .improve-well-being-enjo-yellow, .svg-information-about-enjopreneur, .information-about-enjopreneur, .svg-information-about-enjopreneur-yellow, .information-about-enjopreneur-yellow, .svg-information-enjo, .information-enjo, .svg-information-enjo-sm, .x-child-theme-active .product-detail-container .x-accordion-group.product-use .x-accordion-heading::after, .svg-information-enjo-yellow, .information-enjo-yellow, .svg-instagram, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.instagram::before, .svg-linkedin, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.linkedin::before, .svg-mail, .mail, .svg-my-enjo-experiences, .my-enjo-experiences, .svg-my-enjo-experiences-yellow, .my-enjo-experiences-yellow, .svg-personal-enjo-appointment, .x-child-theme-active .personal-enjo-appointment, .svg-pinterest, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.pinterest::before, .svg-place, .place, .svg-placeholder, .svg-placeholder-hover, .svg-please-note, .please-note, .svg-please-note-enjo, .please-note-enjo, .x-child-theme-active .product-detail-container .x-accordion-group.product-tips .x-accordion-heading::after, .svg-products-enjo, .products-enjo, .svg-products-enjo-yellow, .products-enjo-yellow, .svg-protect-environment-enjo, .protect-environment-enjo, .svg-protect-environment-enjo-yellow, .protect-environment-enjo-yellow, .svg-protect-health_enjo, .protect-health_enjo, .svg-protect-health_enjo-yellow, .protect-health_enjo-yellow, .svg-question, .question, .x-child-theme-active .x-accordion-heading::after, .svg-question-enjo, .question-enjo, .svg-reddit, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.reddit::before, .svg-save-money, .save-money, .svg-save-money-yellow, .save-money-yellow, .svg-save-time, .save-time, .svg-save-time-yellow, .save-time-yellow, .svg-search, .search-icon, body.x-child-theme-active.search-no-results .form-search:before, .svg-skype, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.skype::before, .svg-snapchat, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.snapchat::before, .svg-test-and-buy, .x-child-theme-active .test-and-buy, .svg-training_enjopreneur, .training_enjopreneur, .svg-training_enjopreneur-yellow, .training_enjopreneur-yellow, .svg-tumblr, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.tumblr::before, .svg-twitter, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.twitter::before, .svg-use-damp, .use-damp, .svg-use-dry, .use-dry, .svg-use-wet, .use-wet, .svg-video, .video, .svg-video-enjo, .video-enjo, .svg-video-yellow, .video-yellow, .svg-vimeo, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.vimeo::before, .svg-whatsapp, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.whatsapp::before, .svg-worldwide, .worldwide, .svg-xing, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.xing::before, .svg-your-start-as-enjopreneur, .your-start-as-enjopreneur, .svg-your-start-as-enjopreneur-yellow, .your-start-as-enjopreneur-yellow, .svg-youtube, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.youtube::before {
  background: url("../images/sprites/svg/sprite.svg") no-repeat; }

.svg-about-me, .about-me {
  background-position: 75.73835047035658% 89.94326241134752%; }

.svg-about-me-dims, .about-me {
  width: 17.9px;
  height: 21px; }

.svg-advantages-enjo, .advantages-enjo {
  background-position: 64.88042515500443% 76.00093984962405%; }

.svg-advantages-enjo-dims, .advantages-enjo {
  width: 23.4px;
  height: 18.4px; }

.svg-advantages-enjo-yellow, .advantages-enjo-yellow {
  background-position: 70.06200177147917% 76.00093984962405%; }

.svg-advantages-enjo-yellow-dims, .advantages-enjo-yellow {
  width: 23.4px;
  height: 18.4px; }

.svg-apply-as-enjopreneur, .apply-as-enjopreneur {
  background-position: 22.048112999337892% 99.41612826034937%; }

.svg-apply-as-enjopreneur-dims, .apply-as-enjopreneur {
  width: 21.9px;
  height: 26.1px; }

.svg-apply-as-enjopreneur-yellow, .apply-as-enjopreneur-yellow {
  background-position: 17.214742882365922% 99.41612826034937%; }

.svg-apply-as-enjopreneur-yellow-dims, .apply-as-enjopreneur-yellow {
  width: 21.9px;
  height: 26.1px; }

.svg-attention, .attention {
  background-position: 0 93.02200488997555%; }

.svg-attention-dims, .attention {
  width: 26px;
  height: 35px; }

.svg-attention-yellow, .attention-yellow {
  background-position: 88.64142538975501% 69.30562347188263%; }

.svg-attention-yellow-dims, .attention-yellow {
  width: 26px;
  height: 35px; }

.svg-become-enjopreneur, .become-enjopreneur {
  background-position: 88.86784140969164% 57.098780196125325%; }

.svg-become-enjopreneur-dims, .become-enjopreneur {
  width: 21px;
  height: 25.9px; }

.svg-become-enjopreneur-yellow, .become-enjopreneur-yellow {
  background-position: 38.28193832599119% 99.36857211193494%; }

.svg-become-enjopreneur-yellow-dims, .become-enjopreneur-yellow {
  width: 21px;
  height: 25.9px; }

.svg-benefits-enjo, .benefits-enjo {
  background-position: 5.79064587973274% 99.63069544364508%; }

.svg-benefits-enjo-dims, .benefits-enjo {
  width: 26px;
  height: 27px; }

.svg-benefits-enjo-yellow, .benefits-enjo-yellow {
  background-position: 11.58129175946548% 99.63069544364508%; }

.svg-benefits-enjo-yellow-dims, .benefits-enjo-yellow {
  width: 26px;
  height: 27px; }

.svg-blogger, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.blogger::before {
  background-position: 83.55402298850575% 59.09158415841584%; }

.svg-blogger-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.blogger::before {
  width: 40px;
  height: 40px; }

.svg-checked-enjo, body.x-child-theme-active .list-checked li::before {
  background-position: 98.82544507164566% 14.447526583448912%; }

.svg-checked-enjo-dims, body.x-child-theme-active .list-checked li::before {
  width: 14.4px;
  height: 11.4px; }

.svg-checked-enjo-black, body.x-child-theme-active section.yellow .list-checked li::before {
  background-position: 98.82544507164566% 17.082755432269998%; }

.svg-checked-enjo-black-dims, body.x-child-theme-active section.yellow .list-checked li::before {
  width: 14.4px;
  height: 11.4px; }

.svg-checked-enjo-yellow, body.x-child-theme-active section.black .list-checked li::before {
  background-position: 98.82544507164566% 11.812297734627832%; }

.svg-checked-enjo-yellow-dims, body.x-child-theme-active section.black .list-checked li::before {
  width: 14.4px;
  height: 11.4px; }

.svg-contact-email, .contact-email, .x-child-theme-active .x-navbar .metanav-container .contact {
  background-position: 94.48666666666665% 93.23185011709602%; }

.svg-contact-email-dims, .contact-email, .x-child-theme-active .x-navbar .metanav-container .contact {
  width: 25px;
  height: 17px; }

.svg-contact-phone, .contact-phone {
  background-position: 78.8095238095238% 89.94326241134752%; }

.svg-contact-phone-dims, .contact-phone {
  width: 13px;
  height: 21px; }

.svg-create-your-enjo-makeover, .x-child-theme-active .create-your-enjo-makeover {
  background-position: 42.52708014522759% 46.888543355278394%; }

.svg-create-your-enjo-makeover-dims, .x-child-theme-active .create-your-enjo-makeover {
  width: 141.73px;
  height: 141.73px; }

.svg-demo-enjo, .x-child-theme-active .demo-enjo {
  background-position: 85.05416029045519% 0; }

.svg-demo-enjo-dims, .x-child-theme-active .demo-enjo {
  width: 141.73px;
  height: 141.73px; }

.svg-demo-enjo-faq, .demo-enjo-faq {
  background-position: 94.69710467706011% 88.96634615384616%; }

.svg-demo-enjo-faq-dims, .demo-enjo-faq {
  width: 26px;
  height: 28px; }

.svg-demo-enjo-faq-yellow, .demo-enjo-faq-yellow {
  background-position: 0 99.79822243574345%; }

.svg-demo-enjo-faq-yellow-dims, .demo-enjo-faq-yellow {
  width: 26px;
  height: 27.7px; }

.svg-enjo-makeover, .enjo-makeover {
  background-position: 27.776526244649702% 92.34466019417475%; }

.svg-enjo-makeover-dims, .enjo-makeover {
  width: 31.1px;
  height: 32px; }

.svg-enjo-makeover-yellow, .enjo-makeover-yellow {
  background-position: 20.770443793647217% 92.34466019417475%; }

.svg-enjo-makeover-yellow-dims, .enjo-makeover-yellow {
  width: 31.1px;
  height: 32px; }

.svg-enjopreneur, .enjopreneur {
  background-position: 65.24017467248908% 89.94326241134752%; }

.svg-enjopreneur-dims, .enjopreneur {
  width: 17px;
  height: 21px; }

.svg-enjopreneur-faq, .enjopreneur-faq {
  background-position: 94.2771618625277% 44.44444444444444%; }

.svg-enjopreneur-faq-dims, .enjopreneur-faq {
  width: 24px;
  height: 30px; }

.svg-enjopreneur-faq-yellow, .enjopreneur-faq-yellow {
  background-position: 94.2771618625277% 37.19806763285024%; }

.svg-enjopreneur-faq-yellow-dims, .enjopreneur-faq-yellow {
  width: 24px;
  height: 30px; }

.svg-enjopreneur-large, .enjopreneur-large {
  background-position: 0 81.68876080691642%; }

.svg-enjopreneur-large-dims, .enjopreneur-large {
  width: 78px;
  height: 97px; }

.svg-enjopreneur-large-yellow, .enjopreneur-large-yellow {
  background-position: 71.40050377833752% 40.84438040345821%; }

.svg-enjopreneur-large-yellow-dims, .enjopreneur-large-yellow {
  width: 78px;
  height: 97px; }

.svg-facebook, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.facebook::before {
  background-position: 82.29885057471265% 70.16336633663366%; }

.svg-facebook-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.facebook::before {
  width: 40px;
  height: 40px; }

.svg-fibre_enjo, .fibre_enjo {
  background-position: 88.21357943309162% 34.06152367219418%; }

.svg-fibre_enjo-dims, .fibre_enjo {
  width: 19.9px;
  height: 27.9px; }

.svg-fibre_enjo-yellow, .fibre_enjo-yellow {
  background-position: 88.21357943309162% 43.674597452535444%; }

.svg-fibre_enjo-yellow-dims, .fibre_enjo-yellow {
  width: 19.9px;
  height: 27.9px; }

.svg-find-an-enjopreneur, .x-child-theme-active .find-an-enjopreneur {
  background-position: 0 46.888543355278394%; }

.svg-find-an-enjopreneur-dims, .x-child-theme-active .find-an-enjopreneur {
  width: 141.73px;
  height: 141.73px; }

.svg-googleplus, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.googleplus::before {
  background-position: 45.51724137931034% 70.16336633663366%; }

.svg-googleplus-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.googleplus::before {
  width: 40px;
  height: 40px; }

.svg-hint-enjo, .hint-enjo {
  background-position: 60.5419695968275% 98.45023696682465%; }

.svg-hint-enjo-dims, .hint-enjo {
  width: 21.1px;
  height: 22px; }

.svg-hint-enjo-sm, .hint-enjo-sm, .x-child-theme-active .product-detail-container .x-accordion-group.product-hint .x-accordion-heading::after {
  background-position: 99.60393873085337% 4.494117647058824%; }

.svg-hint-enjo-sm-dims, .hint-enjo-sm, .x-child-theme-active .product-detail-container .x-accordion-group.product-hint .x-accordion-heading::after {
  width: 18px;
  height: 19px; }

.svg-improve-well-being-enjo, .improve-well-being-enjo {
  background-position: 48.4070796460177% 98.70753148016156%; }

.svg-improve-well-being-enjo-dims, .improve-well-being-enjo {
  width: 23px;
  height: 23.1px; }

.svg-improve-well-being-enjo-sm, .improve-well-being-enjo-sm {
  background-position: 99.82236842105262% 0; }

.svg-improve-well-being-enjo-sm-dims, .improve-well-being-enjo-sm {
  width: 19px;
  height: 19.1px; }

.svg-improve-well-being-enjo-yellow, .improve-well-being-enjo-yellow {
  background-position: 43.19290465631929% 98.94260538223386%; }

.svg-improve-well-being-enjo-yellow-dims, .improve-well-being-enjo-yellow {
  width: 24px;
  height: 24.1px; }

.svg-information-about-enjopreneur, .information-about-enjopreneur {
  background-position: 34.47967842786959% 92.1656976744186%; }

.svg-information-about-enjopreneur-dims, .information-about-enjopreneur {
  width: 27.2px;
  height: 31.2px; }

.svg-information-about-enjopreneur-yellow, .information-about-enjopreneur-yellow {
  background-position: 40.55381866904868% 92.1656976744186%; }

.svg-information-about-enjopreneur-yellow-dims, .information-about-enjopreneur-yellow {
  width: 27.2px;
  height: 31.2px; }

.svg-information-enjo, .information-enjo {
  background-position: 59.009009009009006% 76.30573248407643%; }

.svg-information-enjo-dims, .information-enjo {
  width: 31px;
  height: 20.1px; }

.svg-information-enjo-sm, .x-child-theme-active .product-detail-container .x-accordion-group.product-use .x-accordion-heading::after {
  background-position: 79.96902654867256% 51.68531468531469%; }

.svg-information-enjo-sm-dims, .x-child-theme-active .product-detail-container .x-accordion-group.product-use .x-accordion-heading::after {
  width: 23px;
  height: 15px; }

.svg-information-enjo-yellow, .information-enjo-yellow {
  background-position: 52.027027027027025% 76.30573248407643%; }

.svg-information-enjo-yellow-dims, .information-enjo-yellow {
  width: 31px;
  height: 20.1px; }

.svg-instagram, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.instagram::before {
  background-position: 36.32183908045977% 70.16336633663366%; }

.svg-instagram-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.instagram::before {
  width: 40px;
  height: 40px; }

.svg-linkedin, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.linkedin::before {
  background-position: 83.09425287356322% 35.08168316831683%; }

.svg-linkedin-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.linkedin::before {
  width: 40px;
  height: 40px; }

.svg-mail, .mail {
  background-position: 99.82236842105262% 8.839907192575406%; }

.svg-mail-dims, .mail {
  width: 19px;
  height: 13px; }

.svg-my-enjo-experiences, .my-enjo-experiences {
  background-position: 95.1208053691275% 82.49230040274817%; }

.svg-my-enjo-experiences-dims, .my-enjo-experiences {
  width: 28px;
  height: 21.9px; }

.svg-my-enjo-experiences-yellow, .my-enjo-experiences-yellow {
  background-position: 60.58165548098433% 90.13503909026296%; }

.svg-my-enjo-experiences-yellow-dims, .my-enjo-experiences-yellow {
  width: 28px;
  height: 21.9px; }

.svg-personal-enjo-appointment, .x-child-theme-active .personal-enjo-appointment {
  background-position: 42.52708014522759% 0; }

.svg-personal-enjo-appointment-dims, .x-child-theme-active .personal-enjo-appointment {
  width: 141.73px;
  height: 141.73px; }

.svg-pinterest, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.pinterest::before {
  background-position: 17.93103448275862% 70.16336633663366%; }

.svg-pinterest-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.pinterest::before {
  width: 40px;
  height: 40px; }

.svg-place, .place {
  background-position: 52.45119305856833% 98.68408551068883%; }

.svg-place-dims, .place {
  width: 14px;
  height: 23px; }

.svg-placeholder {
  background-position: 68.68203566768159% 89.94326241134752%; }

.svg-placeholder-dims {
  width: 15.2px;
  height: 21px; }

.svg-placeholder-hover {
  background-position: 71.98782079164853% 89.94326241134752%; }

.svg-placeholder-hover-dims {
  width: 15.2px;
  height: 21px; }

.svg-please-note, .please-note {
  background-position: 5.883684091423399% 92.56934306569343%; }

.svg-please-note-dims, .please-note {
  width: 33.1px;
  height: 33px; }

.svg-please-note-enjo, .please-note-enjo, .x-child-theme-active .product-detail-container .x-accordion-group.product-tips .x-accordion-heading::after {
  background-position: 76.96863347225269% 97.75529411764705%; }

.svg-please-note-enjo-dims, .please-note-enjo, .x-child-theme-active .product-detail-container .x-accordion-group.product-tips .x-accordion-heading::after {
  width: 19.1px;
  height: 19px; }

.svg-products-enjo, .products-enjo {
  background-position: 95.35546086566494% 65.78313253012048%; }

.svg-products-enjo-dims, .products-enjo {
  width: 29.1px;
  height: 29px; }

.svg-products-enjo-yellow, .products-enjo-yellow {
  background-position: 95.35546086566494% 58.795180722891565%; }

.svg-products-enjo-yellow-dims, .products-enjo-yellow {
  width: 29.1px;
  height: 29px; }

.svg-protect-environment-enjo, .protect-environment-enjo {
  background-position: 95.54831460674156% 0; }

.svg-protect-environment-enjo-dims, .protect-environment-enjo {
  width: 30px;
  height: 31px; }

.svg-protect-environment-enjo-yellow, .protect-environment-enjo-yellow {
  background-position: 95.54831460674156% 22.5181598062954%; }

.svg-protect-environment-enjo-yellow-dims, .protect-environment-enjo-yellow {
  width: 30px;
  height: 31px; }

.svg-protect-health_enjo, .protect-health_enjo {
  background-position: 94.69710467706011% 15.012106537530267%; }

.svg-protect-health_enjo-dims, .protect-health_enjo {
  width: 26px;
  height: 31px; }

.svg-protect-health_enjo-yellow, .protect-health_enjo-yellow {
  background-position: 94.69710467706011% 7.506053268765133%; }

.svg-protect-health_enjo-yellow-dims, .protect-health_enjo-yellow {
  width: 26px;
  height: 31px; }

.svg-question, .question, .x-child-theme-active .x-accordion-heading::after {
  background-position: 13.374066530889342% 92.56934306569343%; }

.svg-question-dims, .question, .x-child-theme-active .x-accordion-heading::after {
  width: 33.1px;
  height: 33px; }

.svg-question-enjo, .question-enjo {
  background-position: 81.15814871682389% 97.75529411764705%; }

.svg-question-enjo-dims, .question-enjo {
  width: 19.1px;
  height: 19px; }

.svg-reddit, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.reddit::before {
  background-position: 74.35862068965517% 59.09158415841584%; }

.svg-reddit-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.reddit::before {
  width: 40px;
  height: 40px; }

.svg-save-money, .save-money {
  background-position: 95.33408071748877% 71.75100974103113%; }

.svg-save-money-dims, .save-money {
  width: 29px;
  height: 23.1px; }

.svg-save-money-yellow, .save-money-yellow {
  background-position: 95.33408071748877% 77.23924922784511%; }

.svg-save-money-yellow-dims, .save-money-yellow {
  width: 29px;
  height: 23.1px; }

.svg-save-time, .save-time {
  background-position: 27.126948775055684% 99.39234449760765%; }

.svg-save-time-dims, .save-time {
  width: 26px;
  height: 26px; }

.svg-save-time-yellow, .save-time-yellow {
  background-position: 32.917594654788424% 99.39234449760765%; }

.svg-save-time-yellow-dims, .save-time-yellow {
  width: 26px;
  height: 26px; }

.svg-search, .search-icon, body.x-child-theme-active.search-no-results .form-search:before {
  background-position: 65.03296703296704% 97.98584905660377%; }

.svg-search-dims, .search-icon, body.x-child-theme-active.search-no-results .form-search:before {
  width: 20px;
  height: 20px; }

.svg-skype, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.skype::before {
  background-position: 65.16321839080459% 59.09158415841584%; }

.svg-skype-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.skype::before {
  width: 40px;
  height: 40px; }

.svg-snapchat, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.snapchat::before {
  background-position: 83.09425287356322% 44.98267326732673%; }

.svg-snapchat-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.snapchat::before {
  width: 40px;
  height: 40px; }

.svg-test-and-buy, .x-child-theme-active .test-and-buy {
  background-position: 0 0; }

.svg-test-and-buy-dims, .x-child-theme-active .test-and-buy {
  width: 141.73px;
  height: 141.73px; }

.svg-training_enjopreneur, .training_enjopreneur {
  background-position: 54.009009009009006% 90.58571428571429%; }

.svg-training_enjopreneur-dims, .training_enjopreneur {
  width: 31px;
  height: 24px; }

.svg-training_enjopreneur-yellow, .training_enjopreneur-yellow {
  background-position: 47.027027027027025% 90.58571428571429%; }

.svg-training_enjopreneur-yellow-dims, .training_enjopreneur-yellow {
  width: 31px;
  height: 24px; }

.svg-tumblr, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.tumblr::before {
  background-position: 17.93103448275862% 80.06435643564356%; }

.svg-tumblr-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.tumblr::before {
  width: 40px;
  height: 40px; }

.svg-twitter, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.twitter::before {
  background-position: 73.10344827586206% 70.16336633663366%; }

.svg-twitter-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.twitter::before {
  width: 40px;
  height: 40px; }

.svg-use-damp, .use-damp {
  background-position: 86.36956521739128% 89.56214689265536%; }

.svg-use-damp-dims, .use-damp {
  width: 15px;
  height: 19.2px; }

.svg-use-dry, .use-dry {
  background-position: 82.91556728232189% 89.56214689265536%; }

.svg-use-dry-dims, .use-dry {
  width: 20.2px;
  height: 19.2px; }

.svg-use-wet, .use-wet {
  background-position: 73.02173913043478% 97.80131826741996%; }

.svg-use-wet-dims, .use-wet {
  width: 15px;
  height: 19.2px; }

.svg-video, .video {
  background-position: 94.48666666666665% 51.690821256038646%; }

.svg-video-dims, .video {
  width: 25px;
  height: 30px; }

.svg-video-enjo, .video-enjo {
  background-position: 56.09649122807018% 98.68408551068883%; }

.svg-video-enjo-dims, .video-enjo {
  width: 19px;
  height: 23px; }

.svg-video-yellow, .video-yellow {
  background-position: 94.48666666666665% 29.95169082125604%; }

.svg-video-yellow-dims, .video-yellow {
  width: 25px;
  height: 30px; }

.svg-vimeo, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.vimeo::before {
  background-position: 63.9080459770115% 70.16336633663366%; }

.svg-vimeo-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.vimeo::before {
  width: 40px;
  height: 40px; }

.svg-whatsapp, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.whatsapp::before {
  background-position: 54.71264367816092% 70.16336633663366%; }

.svg-whatsapp-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.whatsapp::before {
  width: 40px;
  height: 40px; }

.svg-worldwide, .worldwide {
  background-position: 69.42857142857143% 97.98584905660377%; }

.svg-worldwide-dims, .worldwide {
  width: 20px;
  height: 20px; }

.svg-xing, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.xing::before {
  background-position: 27.126436781609197% 70.16336633663366%; }

.svg-xing-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.xing::before {
  width: 40px;
  height: 40px; }

.svg-your-start-as-enjopreneur, .your-start-as-enjopreneur {
  background-position: 44.3557582668187% 76.70381788000948%; }

.svg-your-start-as-enjopreneur-dims, .your-start-as-enjopreneur {
  width: 36.5px;
  height: 22.3px; }

.svg-your-start-as-enjopreneur-yellow, .your-start-as-enjopreneur-yellow {
  background-position: 36.031927023945265% 76.70381788000948%; }

.svg-your-start-as-enjopreneur-yellow-dims, .your-start-as-enjopreneur-yellow {
  width: 36.5px;
  height: 22.3px; }

.svg-youtube, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.youtube::before {
  background-position: 27.126436781609197% 80.06435643564356%; }

.svg-youtube-dims, .x-child-theme-active .x-colophon.top .social-container .social-icons .social.youtube::before {
  width: 40px;
  height: 40px; }

/* FONT MIXIN for Font DIN */
/* MEDIA QUERYS */
/* OPACITY */
@media only screen and (max-width: 979px) {
  .x-container {
    padding-right: 20px;
    padding-left: 20px; } }

.sf-row {
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px; }
  .sf-row::after {
    display: table;
    clear: both;
    content: ' '; }

.sf-col {
  position: relative;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }

.sf-col-2 {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .sf-col-2 {
      width: 100%; } }

.sf-col-3 {
  width: calc(100% / 3); }
  @media only screen and (max-width: 767px) {
    .sf-col-3 {
      width: 100%; } }

.sf-col-4 {
  width: 25%; }
  @media only screen and (max-width: 939px) {
    .sf-col-4 {
      width: 50%; }
      .sf-col-4:nth-child(odd) {
        clear: both; } }
  @media only screen and (max-width: 479px) {
    .sf-col-4 {
      width: 100%; } }
  .sf-col-4:nth-child(4n + 1) {
    clear: both; }

.sf-col-5 {
  width: calc(100% / 5); }
  @media only screen and (max-width: 939px) {
    .sf-col-5 {
      width: 50%; }
      .sf-col-5:nth-child(odd) {
        clear: both; } }
  @media only screen and (max-width: 767px) {
    .sf-col-5 {
      width: 100%; } }

.sf-col-5-3 {
  width: calc((100% / 5) * 3);
  min-height: 1px; }
  @media only screen and (max-width: 767px) {
    .sf-col-5-3 {
      width: 100%; } }

.four-cols .sf-col-4 {
  margin-bottom: 20px; }
  .four-cols .sf-col-4:last-child, .four-cols .sf-col-4:nth-last-child(2), .four-cols .sf-col-4:nth-last-child(3), .four-cols .sf-col-4:nth-last-child(4) {
    margin-bottom: 0; }
  @media only screen and (max-width: 939px) {
    .four-cols .sf-col-4:nth-last-child(3), .four-cols .sf-col-4:nth-last-child(4) {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 479px) {
    .four-cols .sf-col-4:nth-last-child(2) {
      margin-bottom: 20px; } }

.about-me {
  content: ''; }

.advantages-enjo {
  content: '';
  margin-top: 11px; }

.advantages-enjo-yellow {
  content: '';
  margin-top: 11px; }

.apply-as-enjopreneur {
  content: '';
  margin-top: 7px; }

.apply-as-enjopreneur-yellow {
  content: '';
  margin-top: 7px; }

.attention {
  content: '';
  margin-top: 2px; }

.attention-yellow {
  content: '';
  margin-top: 2px; }

.become-enjopreneur {
  content: '';
  margin-top: 7px; }

.become-enjopreneur-yellow {
  content: '';
  margin-top: 7px; }

.benefits-enjo {
  content: '';
  margin-top: 6px; }

.benefits-enjo-yellow {
  content: '';
  margin-top: 6px; }

.contact-email {
  content: '';
  margin-right: 12px; }

.contact-phone {
  content: '';
  margin-right: 19px; }

.enjo-makeover {
  content: '';
  margin-top: 4px; }

.enjo-makeover-yellow {
  content: '';
  margin-top: 4px; }

.enjopreneur {
  content: '';
  margin-right: 14px; }

.enjopreneur-faq {
  content: '';
  margin-top: 4px; }

.enjopreneur-faq-yellow {
  content: '';
  margin-top: 4px; }

.fibre_enjo {
  content: '';
  margin-top: 6px; }

.fibre_enjo-yellow {
  content: '';
  margin-top: 6px; }

.hint-enjo {
  content: '';
  margin-right: 10px; }

.improve-well-being-enjo {
  content: '';
  margin-top: 9px; }

.improve-well-being-enjo-yellow {
  content: '';
  margin-top: 9px; }

.improve-well-being-enjo-sm {
  content: '';
  margin-top: 9px; }

.information-about-enjopreneur {
  content: '';
  margin-top: 5px; }

.information-about-enjopreneur-yellow {
  content: '';
  margin-top: 5px; }

.information-enjo {
  content: '';
  margin-top: 12px; }

.information-enjo-yellow {
  content: '';
  margin-top: 12px; }

.information-enjo-yellow {
  content: '';
  margin-top: 12px; }

.mail {
  content: ''; }

.my-enjo-experiences {
  content: '';
  margin-top: 10px; }

.my-enjo-experiences-yellow {
  content: '';
  margin-top: 10px; }

.place {
  content: '';
  margin-right: 17px; }

.please-note {
  content: '';
  margin-right: 14px; }

.products-enjo {
  content: '';
  margin-top: 5px; }

.products-enjo-yellow {
  content: '';
  margin-top: 5px; }

.protect-environment-enjo {
  content: '';
  margin-top: 8px; }

.protect-environment-enjo-yellow {
  content: '';
  margin-top: 8px; }

.protect-health_enjo {
  content: '';
  margin-top: 5px; }

.protect-health_enjo-yellow {
  content: '';
  margin-top: 5px; }

.question {
  content: '';
  margin-right: 14px; }

.search-icon {
  content: ''; }

.training_enjopreneur {
  content: '';
  margin-top: 8px; }

.training_enjopreneur-yellow {
  content: '';
  margin-top: 8px; }

.use-damp {
  content: '';
  margin-right: 16px; }

.use-dry {
  content: '';
  margin-right: 11px; }

.use-wet {
  content: '';
  margin-right: 16px; }

.video-enjo {
  content: '';
  margin-right: 11px; }

.worldwide {
  content: ''; }

.your-start-as-enjopreneur {
  content: '';
  margin-top: 12px; }

.your-start-as-enjopreneur-yellow {
  content: '';
  margin-top: 12px; }

.demo-enjo-faq {
  content: '';
  margin-top: 6px; }

.demo-enjo-faq-yellow {
  content: '';
  margin-top: 6px; }

.video {
  content: '';
  margin-top: 5px; }

.video-yellow {
  content: '';
  margin-top: 5px; }

.hint-enjo-sm {
  content: ''; }

.please-note-enjo {
  content: ''; }

.question-enjo {
  content: ''; }

.save-time {
  content: '';
  margin-top: 7px; }

.save-time-yellow {
  content: '';
  margin-top: 7px; }

.save-money {
  content: '';
  margin-top: 9px; }

.save-money-yellow {
  content: '';
  margin-top: 8px; }

.enjopreneur-large {
  content: ''; }

.enjopreneur-large-yellow {
  content: ''; }

body.x-child-theme-active {
  font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  color: #575757; }
  body.x-child-theme-active.content-helvetica {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  body.x-child-theme-active a {
    margin-bottom: auto; }
  body.x-child-theme-active .x-container.max {
    position: relative;
    max-width: 940px; }
  body.x-child-theme-active .x-container.width {
    width: 100%; }
  body.x-child-theme-active .entry-content {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px; }
  body.x-child-theme-active .sf-entry-header {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffd500; }
  body.x-child-theme-active .entry-header p {
    color: #000;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      body.x-child-theme-active .entry-header p {
        width: 100%;
        text-align: center; } }
  body.x-child-theme-active .entry-header.no-intro .entry-title {
    margin-bottom: 0; }
  body.x-child-theme-active .sf-container {
    padding-right: 0;
    padding-left: 0; }
  body.x-child-theme-active .iconsprite, body.x-child-theme-active .about-me, body.x-child-theme-active .advantages-enjo, body.x-child-theme-active .advantages-enjo-yellow, body.x-child-theme-active .apply-as-enjopreneur, body.x-child-theme-active .apply-as-enjopreneur-yellow, body.x-child-theme-active .attention, body.x-child-theme-active .attention-yellow, body.x-child-theme-active .become-enjopreneur, body.x-child-theme-active .become-enjopreneur-yellow, body.x-child-theme-active .benefits-enjo, body.x-child-theme-active .benefits-enjo-yellow, body.x-child-theme-active .contact-email, body.x-child-theme-active .contact-phone, body.x-child-theme-active .enjo-makeover, body.x-child-theme-active .enjo-makeover-yellow, body.x-child-theme-active .enjopreneur, body.x-child-theme-active .enjopreneur-faq, body.x-child-theme-active .enjopreneur-faq-yellow, body.x-child-theme-active .fibre_enjo, body.x-child-theme-active .fibre_enjo-yellow, body.x-child-theme-active .hint-enjo, body.x-child-theme-active .improve-well-being-enjo, body.x-child-theme-active .improve-well-being-enjo-yellow, body.x-child-theme-active .improve-well-being-enjo-sm, body.x-child-theme-active .information-about-enjopreneur, body.x-child-theme-active .information-about-enjopreneur-yellow, body.x-child-theme-active .information-enjo, body.x-child-theme-active .information-enjo-yellow, body.x-child-theme-active .mail, body.x-child-theme-active .my-enjo-experiences, body.x-child-theme-active .my-enjo-experiences-yellow, body.x-child-theme-active .place, body.x-child-theme-active .please-note, body.x-child-theme-active .products-enjo, body.x-child-theme-active .products-enjo-yellow, body.x-child-theme-active .protect-environment-enjo, body.x-child-theme-active .protect-environment-enjo-yellow, body.x-child-theme-active .protect-health_enjo, body.x-child-theme-active .protect-health_enjo-yellow, body.x-child-theme-active .question, body.x-child-theme-active .search-icon, body.x-child-theme-active .training_enjopreneur, body.x-child-theme-active .training_enjopreneur-yellow, body.x-child-theme-active .use-damp, body.x-child-theme-active .use-dry, body.x-child-theme-active .use-wet, body.x-child-theme-active .video-enjo, body.x-child-theme-active .worldwide, body.x-child-theme-active .your-start-as-enjopreneur, body.x-child-theme-active .your-start-as-enjopreneur-yellow, body.x-child-theme-active .demo-enjo-faq, body.x-child-theme-active .demo-enjo-faq-yellow, body.x-child-theme-active .video, body.x-child-theme-active .video-yellow, body.x-child-theme-active .hint-enjo-sm, body.x-child-theme-active .please-note-enjo, body.x-child-theme-active .question-enjo, body.x-child-theme-active .save-time, body.x-child-theme-active .save-time-yellow, body.x-child-theme-active .save-money, body.x-child-theme-active .save-money-yellow, body.x-child-theme-active .enjopreneur-large, body.x-child-theme-active .enjopreneur-large-yellow, body.x-child-theme-active .list-checked li::before, body.x-child-theme-active section.yellow .list-checked li::before, body.x-child-theme-active section.black .list-checked li::before, body.x-child-theme-active.search-no-results .form-search:before, body.x-child-theme-active .x-accordion-heading::after, body.x-child-theme-active .x-navbar .metanav-container .contact, body.x-child-theme-active .x-colophon.top .social-container .social-icons .social::before, body.x-child-theme-active .find-an-enjopreneur, body.x-child-theme-active .personal-enjo-appointment, body.x-child-theme-active .demo-enjo, body.x-child-theme-active .test-and-buy, body.x-child-theme-active .create-your-enjo-makeover {
    position: relative;
    display: inline-block; }
  body.x-child-theme-active .no-svg .iconsprite, body.x-child-theme-active .no-svg .about-me, body.x-child-theme-active .no-svg .advantages-enjo, body.x-child-theme-active .no-svg .advantages-enjo-yellow, body.x-child-theme-active .no-svg .apply-as-enjopreneur, body.x-child-theme-active .no-svg .apply-as-enjopreneur-yellow, body.x-child-theme-active .no-svg .attention, body.x-child-theme-active .no-svg .attention-yellow, body.x-child-theme-active .no-svg .become-enjopreneur, body.x-child-theme-active .no-svg .become-enjopreneur-yellow, body.x-child-theme-active .no-svg .benefits-enjo, body.x-child-theme-active .no-svg .benefits-enjo-yellow, body.x-child-theme-active .no-svg .contact-email, body.x-child-theme-active .no-svg .contact-phone, body.x-child-theme-active .no-svg .enjo-makeover, body.x-child-theme-active .no-svg .enjo-makeover-yellow, body.x-child-theme-active .no-svg .enjopreneur, body.x-child-theme-active .no-svg .enjopreneur-faq, body.x-child-theme-active .no-svg .enjopreneur-faq-yellow, body.x-child-theme-active .no-svg .fibre_enjo, body.x-child-theme-active .no-svg .fibre_enjo-yellow, body.x-child-theme-active .no-svg .hint-enjo, body.x-child-theme-active .no-svg .improve-well-being-enjo, body.x-child-theme-active .no-svg .improve-well-being-enjo-yellow, body.x-child-theme-active .no-svg .improve-well-being-enjo-sm, body.x-child-theme-active .no-svg .information-about-enjopreneur, body.x-child-theme-active .no-svg .information-about-enjopreneur-yellow, body.x-child-theme-active .no-svg .information-enjo, body.x-child-theme-active .no-svg .information-enjo-yellow, body.x-child-theme-active .no-svg .mail, body.x-child-theme-active .no-svg .my-enjo-experiences, body.x-child-theme-active .no-svg .my-enjo-experiences-yellow, body.x-child-theme-active .no-svg .place, body.x-child-theme-active .no-svg .please-note, body.x-child-theme-active .no-svg .products-enjo, body.x-child-theme-active .no-svg .products-enjo-yellow, body.x-child-theme-active .no-svg .protect-environment-enjo, body.x-child-theme-active .no-svg .protect-environment-enjo-yellow, body.x-child-theme-active .no-svg .protect-health_enjo, body.x-child-theme-active .no-svg .protect-health_enjo-yellow, body.x-child-theme-active .no-svg .question, body.x-child-theme-active .no-svg .search-icon, body.x-child-theme-active .no-svg .training_enjopreneur, body.x-child-theme-active .no-svg .training_enjopreneur-yellow, body.x-child-theme-active .no-svg .use-damp, body.x-child-theme-active .no-svg .use-dry, body.x-child-theme-active .no-svg .use-wet, body.x-child-theme-active .no-svg .video-enjo, body.x-child-theme-active .no-svg .worldwide, body.x-child-theme-active .no-svg .your-start-as-enjopreneur, body.x-child-theme-active .no-svg .your-start-as-enjopreneur-yellow, body.x-child-theme-active .no-svg .demo-enjo-faq, body.x-child-theme-active .no-svg .demo-enjo-faq-yellow, body.x-child-theme-active .no-svg .video, body.x-child-theme-active .no-svg .video-yellow, body.x-child-theme-active .no-svg .hint-enjo-sm, body.x-child-theme-active .no-svg .please-note-enjo, body.x-child-theme-active .no-svg .question-enjo, body.x-child-theme-active .no-svg .save-time, body.x-child-theme-active .no-svg .save-time-yellow, body.x-child-theme-active .no-svg .save-money, body.x-child-theme-active .no-svg .save-money-yellow, body.x-child-theme-active .no-svg .enjopreneur-large, body.x-child-theme-active .no-svg .enjopreneur-large-yellow, body.x-child-theme-active .no-svg .list-checked li::before, body.x-child-theme-active .list-checked .no-svg li::before, body.x-child-theme-active .no-svg section.yellow .list-checked li::before, body.x-child-theme-active section.yellow .list-checked .no-svg li::before, body.x-child-theme-active .no-svg section.black .list-checked li::before, body.x-child-theme-active section.black .list-checked .no-svg li::before, body.x-child-theme-active.search-no-results .no-svg .form-search:before, body.x-child-theme-active .no-svg .x-accordion-heading::after, body.x-child-theme-active .no-svg .x-navbar .metanav-container .contact, body.x-child-theme-active .x-navbar .metanav-container .no-svg .contact, body.x-child-theme-active .no-svg .x-colophon.top .social-container .social-icons .social::before, body.x-child-theme-active .x-colophon.top .social-container .social-icons .no-svg .social::before, body.x-child-theme-active .no-svg .find-an-enjopreneur, body.x-child-theme-active .no-svg .personal-enjo-appointment, body.x-child-theme-active .no-svg .demo-enjo, body.x-child-theme-active .no-svg .test-and-buy, body.x-child-theme-active .no-svg .create-your-enjo-makeover {
    background-image: url("../images/sprites/png/sprite.png");
    background-repeat: no-repeat; }
  body.x-child-theme-active .x-column.x-1-4 {
    min-height: 10px; }
  body.x-child-theme-active .entry-wrap {
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none; }
  body.x-child-theme-active .hentry {
    margin-top: 0; }
  body.x-child-theme-active .entry-404 {
    border-bottom: 0; }
    body.x-child-theme-active .entry-404 p {
      font-size: inherit; }
  body.x-child-theme-active .x-topbar .p-info,
  body.x-child-theme-active .x-topbar .p-info a,
  body.x-child-theme-active .x-navbar .desktop .x-nav > li > a,
  body.x-child-theme-active .x-navbar .desktop .sub-menu a,
  body.x-child-theme-active .x-navbar .mobile .x-nav li > a {
    color: #7f7f7f; }
  body.x-child-theme-active .comment-form-author label,
  body.x-child-theme-active .comment-form-email label,
  body.x-child-theme-active .comment-form-url label,
  body.x-child-theme-active .comment-form-rating label,
  body.x-child-theme-active .comment-form-comment label,
  body.x-child-theme-active .widget_calendar #wp-calendar th,
  body.x-child-theme-active .p-landmark-sub strong,
  body.x-child-theme-active .widget_tag_cloud .tagcloud a:hover,
  body.x-child-theme-active .widget_tag_cloud .tagcloud a:active,
  body.x-child-theme-active .entry-footer a:hover,
  body.x-child-theme-active .entry-footer a:active,
  body.x-child-theme-active .x-breadcrumbs .current,
  body.x-child-theme-active .x-comment-author,
  body.x-child-theme-active .x-comment-author a {
    color: #333333; }
  body.x-child-theme-active ul,
  body.x-child-theme-active ol {
    margin-bottom: 20px;
    margin-left: 20px; }
  body.x-child-theme-active li {
    line-height: 1.5em; }
  body.x-child-theme-active table {
    margin-bottom: 20px; }
  body.x-child-theme-active img {
    margin-bottom: 0; }
  body.x-child-theme-active .x-btn,
  body.x-child-theme-active .button {
    width: 300px;
    max-width: 100%;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: none; }
    body.x-child-theme-active .x-btn:focus,
    body.x-child-theme-active .button:focus {
      outline: none; }
    body.x-child-theme-active .x-btn.button-default,
    body.x-child-theme-active .button.button-default {
      color: #575757;
      border-color: #575757; }
      body.x-child-theme-active .x-btn.button-default:hover,
      body.x-child-theme-active .button.button-default:hover {
        color: #fff;
        background-color: #575757;
        border-color: #575757; }
    body.x-child-theme-active .x-btn.button-default-inverse,
    body.x-child-theme-active .button.button-default-inverse {
      color: #fff;
      background-color: #575757;
      border-color: #575757; }
      body.x-child-theme-active .x-btn.button-default-inverse:hover,
      body.x-child-theme-active .button.button-default-inverse:hover {
        color: #575757;
        background-color: transparent; }
    body.x-child-theme-active .x-btn.button-primary-light,
    body.x-child-theme-active .button.button-primary-light {
      color: #ffd500;
      border-color: #ffd500; }
      body.x-child-theme-active .x-btn.button-primary-light:hover,
      body.x-child-theme-active .button.button-primary-light:hover {
        color: #000;
        background-color: #ffd500; }
    body.x-child-theme-active .x-btn.button-primary-light-inverse,
    body.x-child-theme-active .button.button-primary-light-inverse {
      color: #000;
      background-color: #ffd500;
      border-color: #ffd500; }
      body.x-child-theme-active .x-btn.button-primary-light-inverse:hover,
      body.x-child-theme-active .button.button-primary-light-inverse:hover {
        color: #ffd500;
        background-color: #000; }
    body.x-child-theme-active .x-btn.button-primary-dark,
    body.x-child-theme-active .button.button-primary-dark {
      color: #000;
      border-color: #000; }
      body.x-child-theme-active .x-btn.button-primary-dark:hover,
      body.x-child-theme-active .button.button-primary-dark:hover {
        color: #ffd500;
        background-color: #000; }
    body.x-child-theme-active .x-btn.button-primary-dark-inverse,
    body.x-child-theme-active .button.button-primary-dark-inverse {
      color: #ffd500;
      background-color: #000;
      border-color: #000; }
      body.x-child-theme-active .x-btn.button-primary-dark-inverse:hover,
      body.x-child-theme-active .button.button-primary-dark-inverse:hover {
        color: #000;
        background-color: #ffd500; }
    body.x-child-theme-active .x-btn.button-primary-white,
    body.x-child-theme-active .button.button-primary-white {
      color: #fff;
      border-color: #fff; }
      body.x-child-theme-active .x-btn.button-primary-white:hover,
      body.x-child-theme-active .button.button-primary-white:hover {
        color: #fff;
        background-color: #000; }
  body.x-child-theme-active .list-checked {
    margin-left: 0;
    list-style-type: none; }
    body.x-child-theme-active .list-checked li {
      position: relative;
      padding-left: 20px; }
      body.x-child-theme-active .list-checked li::before {
        position: absolute;
        top: 6px;
        left: 0;
        display: block;
        content: ''; }
  body.x-child-theme-active section.yellow .list-checked li::before {
    position: absolute; }
  body.x-child-theme-active section.black .list-checked li::before {
    position: absolute; }
  body.x-child-theme-active blockquote {
    font-size: 100%;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    border: none; }
    @media only screen and (max-width: 767px) {
      body.x-child-theme-active blockquote {
        margin-bottom: 0; } }
    body.x-child-theme-active blockquote .blockquote-content {
      font-size: 16px;
      position: relative;
      margin-top: 0;
      margin-bottom: 5px;
      padding: 100px 25px 30px 25px;
      border: 0;
      border-radius: 35px 0 35px 0;
      background-color: #ffd500; }
      @media only screen and (max-width: 767px) {
        body.x-child-theme-active blockquote .blockquote-content {
          padding: 60px 25px 30px 25px; } }
    body.x-child-theme-active blockquote p {
      font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 24px;
      font-size: 18px;
      margin: 0;
      text-transform: uppercase;
      color: #000; }
      @media only screen and (max-width: 767px) {
        body.x-child-theme-active blockquote p {
          font-size: 16px; } }
      body.x-child-theme-active blockquote p::before, body.x-child-theme-active blockquote p::after {
        font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 24px;
        font-size: 24px;
        display: inline;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          body.x-child-theme-active blockquote p::before, body.x-child-theme-active blockquote p::after {
            font-size: 20px;
            line-height: 10px !important; } }
    body.x-child-theme-active blockquote.quotes-de p::before {
      padding-right: 10px;
      content: '„'; }
    body.x-child-theme-active blockquote.quotes-de p::after {
      padding-left: 10px;
      content: '“'; }
    body.x-child-theme-active blockquote.quotes-en p::before {
      padding-right: 10px;
      content: '“'; }
    body.x-child-theme-active blockquote.quotes-en p::after {
      padding-left: 10px;
      content: '”'; }
    body.x-child-theme-active blockquote.quotes-fr p::before, body.x-child-theme-active blockquote.quotes-fr p::after {
      font-size: 20px; }
    body.x-child-theme-active blockquote.quotes-fr p::before {
      padding-right: 10px;
      content: '»'; }
    body.x-child-theme-active blockquote.quotes-fr p::after {
      padding-left: 10px;
      content: '«'; }
    body.x-child-theme-active blockquote footer cite {
      font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 1em;
      font-size: 12px;
      margin-top: -10px;
      text-transform: uppercase;
      color: #575757; }
    body.x-child-theme-active blockquote.quote-left {
      float: left;
      width: calc(50% - 10px); }
      @media only screen and (max-width: 939px) {
        body.x-child-theme-active blockquote.quote-left {
          width: calc((100% / 3 * 2) - 10px); } }
      @media only screen and (max-width: 767px) {
        body.x-child-theme-active blockquote.quote-left {
          width: 100%; } }
    body.x-child-theme-active blockquote.quote-right {
      float: right;
      width: calc(50% - 10px); }
      @media only screen and (max-width: 939px) {
        body.x-child-theme-active blockquote.quote-right {
          width: calc((100% / 3 * 2) - 10px); } }
      @media only screen and (max-width: 767px) {
        body.x-child-theme-active blockquote.quote-right {
          width: 100%; } }
      body.x-child-theme-active blockquote.quote-right .blockquote-content {
        border-radius: 0 35px 0 35px; }
      body.x-child-theme-active blockquote.quote-right footer {
        width: 100%;
        text-align: right; }
  body.x-child-theme-active .image-left-text blockquote .blockquote-content {
    border-radius: 0 35px 0 35px; }
  body.x-child-theme-active .image-left-text blockquote footer {
    width: 100%;
    text-align: right; }
    @media only screen and (max-width: 939px) {
      body.x-child-theme-active .image-left-text blockquote footer {
        text-align: center; } }
  body.x-child-theme-active.content-helvetica blockquote p {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
    body.x-child-theme-active.content-helvetica blockquote p::before, body.x-child-theme-active.content-helvetica blockquote p::after {
      font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
      line-height: 1.4;
      letter-spacing: 0.05em; }
  body.x-child-theme-active.content-helvetica blockquote footer cite {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em; }
  body.x-child-theme-active .h-landmark {
    overflow: visible; }
    body.x-child-theme-active .h-landmark span::before {
      display: none; }
    body.x-child-theme-active .h-landmark span::after {
      display: none; }
  body.x-child-theme-active .p-landmark-sub {
    padding: 0; }
  body.x-child-theme-active .entry-title a {
    text-decoration: none; }
  body.x-child-theme-active .entry-content.excerpt {
    padding-top: 10px;
    padding-bottom: 10px; }
  body.x-child-theme-active .more-link {
    font-size: inherit;
    font-weight: normal; }
  body.x-child-theme-active .x-pagination a {
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #575757;
    box-shadow: none;
    text-shadow: none; }
    body.x-child-theme-active .x-pagination a:hover {
      color: #fff;
      background-color: #575757; }
  body.x-child-theme-active .x-pagination span.current {
    text-align: center;
    border: 1px solid #575757;
    background-color: #575757;
    box-shadow: none;
    text-shadow: none; }

body.x-child-theme-active.search-results .entry-wrap {
  margin-bottom: 20px;
  border-bottom: 1px solid #7f7f7f; }
  body.x-child-theme-active.search-results .entry-wrap .entry-content.excerpt {
    padding-top: 0; }
    body.x-child-theme-active.search-results .entry-wrap .entry-content.excerpt .more-link {
      padding-bottom: 20px; }

body.x-child-theme-active.search-no-results .form-search {
  max-width: 500px;
  margin: 0 auto; }
  body.x-child-theme-active.search-no-results .form-search:before {
    content: '';
    top: 28px;
    left: 10px; }
  body.x-child-theme-active.search-no-results .form-search .search-query {
    padding-left: 40px; }

body.x-child-theme-active.search-no-results .entry-content {
  display: none; }

body.x-child-theme-active.search-no-results .entry-wrap p {
  max-width: 750px;
  margin: 0 auto 1.313em; }

#cookie-notice {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  #cookie-notice span {
    color: #333333; }
  #cookie-notice .button {
    width: auto;
    padding: 4px 8px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    border-color: #333333;
    border-radius: 3px;
    text-shadow: none; }
    @media only screen and (max-width: 939px) {
      #cookie-notice .button {
        margin-bottom: 5px;
        margin-top: 3px; } }
    #cookie-notice .button:hover {
      color: #fff;
      background-color: #333333; }
    #cookie-notice .button:focus {
      outline: none; }
  @media only screen and (max-width: 939px) {
    #cookie-notice #cn-notice-text {
      display: block;
      margin-bottom: 10px; } }

#CybotCookiebotDialogBodyLevelWrapper {
  text-align: center !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  float: none !important; }
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper .CybotCookiebotDialogBodyButton {
    padding: 5px 10px !important; }

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls {
  font-family: "DINWeb-Light", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.015em;
  line-height: 1.2em !important; }

#CybotCookiebotDialogBodyContentTitle,
.CybotCookiebotDialogBodyButton {
  font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.015em;
  line-height: 1.2em !important; }

.CybotCookiebotDialogBodyButton {
  text-transform: uppercase !important; }

#preloader {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  animation: rotate 2s infinite linear;
  border: 16px solid #ffd500;
  border-right-color: #000;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

html:lang(yacht) .worldwide {
  display: none; }

.x-child-theme-active {
  /**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */ }
  .x-child-theme-active h1,
  .x-child-theme-active .h1,
  .x-child-theme-active .entry-title,
  .x-child-theme-active .h-landmark, .x-child-theme-active h1.h1,
  .x-child-theme-active h2.h1,
  .x-child-theme-active h3.h1,
  .x-child-theme-active h4.h1,
  .x-child-theme-active h5.h1,
  .x-child-theme-active h6.h1,
  .x-child-theme-active p.h1, .x-child-theme-active section .section-headline h2.h1, .x-child-theme-active .faq-container h1 {
    font-family: 'Wendy W01 MediumLP', Arial, Helvetica, sans-serif;
    font-size: 66px;
    font-weight: normal;
    line-height: 0.8;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    -webkit-font-smoothing: antialiased; }
  .x-child-theme-active.headline-helvetica h1,
  .x-child-theme-active.headline-helvetica .h1,
  .x-child-theme-active.headline-helvetica .entry-title,
  .x-child-theme-active.headline-helvetica .h-landmark, .x-child-theme-active.headline-helvetica h1.h1,
  .x-child-theme-active.headline-helvetica h2.h1,
  .x-child-theme-active.headline-helvetica h3.h1,
  .x-child-theme-active.headline-helvetica h4.h1,
  .x-child-theme-active.headline-helvetica h5.h1,
  .x-child-theme-active.headline-helvetica h6.h1,
  .x-child-theme-active.headline-helvetica p.h1 {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
    -webkit-font-smoothing: antialiased; }
  .x-child-theme-active.headline-jakob h1,
  .x-child-theme-active.headline-jakob .h1,
  .x-child-theme-active.headline-jakob .entry-title,
  .x-child-theme-active.headline-jakob .h-landmark, .x-child-theme-active.headline-jakob h1.h1,
  .x-child-theme-active.headline-jakob h2.h1,
  .x-child-theme-active.headline-jakob h3.h1,
  .x-child-theme-active.headline-jakob h4.h1,
  .x-child-theme-active.headline-jakob h5.h1,
  .x-child-theme-active.headline-jakob h6.h1,
  .x-child-theme-active.headline-jakob p.h1 {
    font-family: 'Jakob W08 Regular', Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    -webkit-font-smoothing: antialiased; }
  .x-child-theme-active.headline-segoe-cyrillic h1,
  .x-child-theme-active.headline-segoe-cyrillic .h1,
  .x-child-theme-active.headline-segoe-cyrillic .entry-title,
  .x-child-theme-active.headline-segoe-cyrillic .h-landmark, .x-child-theme-active.headline-segoe-cyrillic h1.h1,
  .x-child-theme-active.headline-segoe-cyrillic h2.h1,
  .x-child-theme-active.headline-segoe-cyrillic h3.h1,
  .x-child-theme-active.headline-segoe-cyrillic h4.h1,
  .x-child-theme-active.headline-segoe-cyrillic h5.h1,
  .x-child-theme-active.headline-segoe-cyrillic h6.h1,
  .x-child-theme-active.headline-segoe-cyrillic p.h1 {
    font-family: 'Segoe Script W10 Regular', Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    -webkit-font-smoothing: antialiased; }
  .x-child-theme-active.headline-segoe-latin h1,
  .x-child-theme-active.headline-segoe-latin .h1,
  .x-child-theme-active.headline-segoe-latin .entry-title,
  .x-child-theme-active.headline-segoe-latin .h-landmark, .x-child-theme-active.headline-segoe-latin h1.h1,
  .x-child-theme-active.headline-segoe-latin h2.h1,
  .x-child-theme-active.headline-segoe-latin h3.h1,
  .x-child-theme-active.headline-segoe-latin h4.h1,
  .x-child-theme-active.headline-segoe-latin h5.h1,
  .x-child-theme-active.headline-segoe-latin h6.h1,
  .x-child-theme-active.headline-segoe-latin p.h1 {
    font-family: 'Segoe Script W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    -webkit-font-smoothing: antialiased; }
  .x-child-theme-active h2,
  .x-child-theme-active .h2, .x-child-theme-active h1.h2,
  .x-child-theme-active h2.h2,
  .x-child-theme-active h3.h2,
  .x-child-theme-active h4.h2,
  .x-child-theme-active h5.h2,
  .x-child-theme-active h6.h2,
  .x-child-theme-active p.h2 {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #575757; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active h2,
      .x-child-theme-active .h2, .x-child-theme-active h1.h2,
      .x-child-theme-active h2.h2,
      .x-child-theme-active h3.h2,
      .x-child-theme-active h4.h2,
      .x-child-theme-active h5.h2,
      .x-child-theme-active h6.h2,
      .x-child-theme-active p.h2 {
        font-size: 24px; } }
  .x-child-theme-active.content-helvetica h2,
  .x-child-theme-active.content-helvetica .h2, .x-child-theme-active.content-helvetica h1.h2,
  .x-child-theme-active.content-helvetica h2.h2,
  .x-child-theme-active.content-helvetica h3.h2,
  .x-child-theme-active.content-helvetica h4.h2,
  .x-child-theme-active.content-helvetica h5.h2,
  .x-child-theme-active.content-helvetica h6.h2,
  .x-child-theme-active.content-helvetica p.h2 {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active.content-helvetica h2,
      .x-child-theme-active.content-helvetica .h2, .x-child-theme-active.content-helvetica h1.h2,
      .x-child-theme-active.content-helvetica h2.h2,
      .x-child-theme-active.content-helvetica h3.h2,
      .x-child-theme-active.content-helvetica h4.h2,
      .x-child-theme-active.content-helvetica h5.h2,
      .x-child-theme-active.content-helvetica h6.h2,
      .x-child-theme-active.content-helvetica p.h2 {
        font-size: 24px; } }
  body.x-child-theme-active .entry-title a, .x-child-theme-active h3,
  .x-child-theme-active .h3, .x-child-theme-active h1.h3,
  .x-child-theme-active h2.h3,
  .x-child-theme-active h3.h3,
  .x-child-theme-active h4.h3,
  .x-child-theme-active h5.h3,
  .x-child-theme-active h6.h3,
  .x-child-theme-active p.h3, .x-child-theme-active .x-accordion-heading .x-accordion-toggle, .x-child-theme-active .ms-choice {
    font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #575757; }
  .x-child-theme-active.content-helvetica h3,
  .x-child-theme-active.content-helvetica .h3, .x-child-theme-active.content-helvetica h1.h3,
  .x-child-theme-active.content-helvetica h2.h3,
  .x-child-theme-active.content-helvetica h3.h3,
  .x-child-theme-active.content-helvetica h4.h3,
  .x-child-theme-active.content-helvetica h5.h3,
  .x-child-theme-active.content-helvetica h6.h3,
  .x-child-theme-active.content-helvetica p.h3 {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: inherit;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  body.x-child-theme-active .p-landmark-sub, .x-child-theme-active h4,
  .x-child-theme-active .h4, .x-child-theme-active h1.h4,
  .x-child-theme-active h2.h4,
  .x-child-theme-active h3.h4,
  .x-child-theme-active h4.h4,
  .x-child-theme-active h5.h4,
  .x-child-theme-active h6.h4,
  .x-child-theme-active p.h4, .x-child-theme-active h5,
  .x-child-theme-active .h5, .x-child-theme-active h1.h5,
  .x-child-theme-active h2.h5,
  .x-child-theme-active h3.h5,
  .x-child-theme-active h4.h5,
  .x-child-theme-active h5.h5,
  .x-child-theme-active h6.h5,
  .x-child-theme-active p.h5, .x-child-theme-active .x-colophon.top .widget h4 {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #575757; }
  .x-child-theme-active.content-helvetica h4,
  .x-child-theme-active.content-helvetica .h4, .x-child-theme-active.content-helvetica h1.h4,
  .x-child-theme-active.content-helvetica h2.h4,
  .x-child-theme-active.content-helvetica h3.h4,
  .x-child-theme-active.content-helvetica h4.h4,
  .x-child-theme-active.content-helvetica h5.h4,
  .x-child-theme-active.content-helvetica h6.h4,
  .x-child-theme-active.content-helvetica p.h4, .x-child-theme-active.content-helvetica h5,
  .x-child-theme-active.content-helvetica .h5, .x-child-theme-active.content-helvetica h1.h5,
  .x-child-theme-active.content-helvetica h2.h5,
  .x-child-theme-active.content-helvetica h3.h5,
  .x-child-theme-active.content-helvetica h4.h5,
  .x-child-theme-active.content-helvetica h5.h5,
  .x-child-theme-active.content-helvetica h6.h5,
  .x-child-theme-active.content-helvetica p.h5 {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .x-child-theme-active h6,
  .x-child-theme-active .h6, .x-child-theme-active h1.h6,
  .x-child-theme-active h2.h6,
  .x-child-theme-active h3.h6,
  .x-child-theme-active h4.h6,
  .x-child-theme-active h5.h6,
  .x-child-theme-active h6.h6,
  .x-child-theme-active p.h6 {
    font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    font-size: 16px;
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: 6px;
    text-transform: none;
    color: #575757; }
  .x-child-theme-active.content-helvetica h6,
  .x-child-theme-active.content-helvetica .h6, .x-child-theme-active.content-helvetica h1.h6,
  .x-child-theme-active.content-helvetica h2.h6,
  .x-child-theme-active.content-helvetica h3.h6,
  .x-child-theme-active.content-helvetica h4.h6,
  .x-child-theme-active.content-helvetica h5.h6,
  .x-child-theme-active.content-helvetica h6.h6,
  .x-child-theme-active.content-helvetica p.h6 {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
    text-transform: none; }
  .x-child-theme-active p,
  .x-child-theme-active .p, .x-child-theme-active h1.p,
  .x-child-theme-active h2.p,
  .x-child-theme-active h3.p,
  .x-child-theme-active h4.p,
  .x-child-theme-active h5.p,
  .x-child-theme-active h6.p,
  .x-child-theme-active p.p, .x-child-theme-active input::-webkit-input-placeholder, .x-child-theme-active input:-moz-placeholder, .x-child-theme-active input::-moz-placeholder, .x-child-theme-active input:-ms-input-placeholder, .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']::-webkit-input-placeholder, .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']:-moz-placeholder, .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']::-moz-placeholder, .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']:-ms-input-placeholder, .x-child-theme-active .nice-select span {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    color: #575757; }
  .x-child-theme-active a {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    color: #575757;
    text-decoration: underline;
    cursor: pointer; }
  .x-child-theme-active.content-helvetica p,
  .x-child-theme-active.content-helvetica .p, .x-child-theme-active.content-helvetica h1.p,
  .x-child-theme-active.content-helvetica h2.p,
  .x-child-theme-active.content-helvetica h3.p,
  .x-child-theme-active.content-helvetica h4.p,
  .x-child-theme-active.content-helvetica h5.p,
  .x-child-theme-active.content-helvetica h6.p,
  .x-child-theme-active.content-helvetica p.p {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    text-transform: none; }
  body.x-child-theme-active .x-btn,
  body.x-child-theme-active .button, .x-child-theme-active #cookie-notice .button, #cookie-notice .x-child-theme-active .button, .x-child-theme-active .field-wrap input[type='button'], .x-child-theme-active .x-colophon.top .widget p,
  .x-child-theme-active .x-colophon.top .widget a, .x-child-theme-active section .teaser-link, .x-child-theme-active section.black .teaser-link, .x-child-theme-active .teaser-modul p {
    font-size: 14px; }
  .x-child-theme-active strong {
    font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em; }
  .x-child-theme-active h3,
  .x-child-theme-active .h3 {
    margin-bottom: 20px; }
  .x-child-theme-active.content-helvetica h3,
  .x-child-theme-active.content-helvetica .h3 {
    margin-bottom: 20px; }
  .x-child-theme-active h1.h3,
  .x-child-theme-active h2.h3,
  .x-child-theme-active h3.h3,
  .x-child-theme-active h4.h3,
  .x-child-theme-active h5.h3,
  .x-child-theme-active h6.h3,
  .x-child-theme-active p.h3 {
    margin-bottom: 20px; }
  .x-child-theme-active.content-helvetica h1.h3,
  .x-child-theme-active.content-helvetica h2.h3,
  .x-child-theme-active.content-helvetica h3.h3,
  .x-child-theme-active.content-helvetica h4.h3,
  .x-child-theme-active.content-helvetica h5.h3,
  .x-child-theme-active.content-helvetica h6.h3,
  .x-child-theme-active.content-helvetica p.h3 {
    margin-bottom: 20px; }
  .x-child-theme-active p,
  .x-child-theme-active .p {
    margin: 0 0 20px; }
  .x-child-theme-active.content-helvetica p,
  .x-child-theme-active.content-helvetica .p {
    margin: 0 0 20px; }
  .x-child-theme-active h1.p,
  .x-child-theme-active h2.p,
  .x-child-theme-active h3.p,
  .x-child-theme-active h4.p,
  .x-child-theme-active h5.p,
  .x-child-theme-active h6.p,
  .x-child-theme-active p.p {
    margin: 0 0 20px; }
  .x-child-theme-active.content-helvetica h1.p,
  .x-child-theme-active.content-helvetica h2.p,
  .x-child-theme-active.content-helvetica h3.p,
  .x-child-theme-active.content-helvetica h4.p,
  .x-child-theme-active.content-helvetica h5.p,
  .x-child-theme-active.content-helvetica h6.p,
  .x-child-theme-active.content-helvetica p.p {
    margin: 0 0 20px; }
  .x-child-theme-active h1 strong,
  .x-child-theme-active h2 strong,
  .x-child-theme-active h3 strong,
  .x-child-theme-active h4 strong,
  .x-child-theme-active h5 strong,
  .x-child-theme-active h6 strong {
    color: inherit; }
  .x-child-theme-active a:hover {
    color: #000; }
  .x-child-theme-active.content-helvetica strong,
  .x-child-theme-active.content-helvetica a {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em; }
  .x-child-theme-active.content-helvetica strong {
    font-weight: bold; }
  .x-child-theme-active .padding-small {
    margin-bottom: 10px; }
  .x-child-theme-active input,
  .x-child-theme-active textarea,
  .x-child-theme-active select,
  .x-child-theme-active .serch-field,
  .x-child-theme-active .nice-select span {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    font-size: 14px;
    height: auto;
    padding: 11px 10px 9px 10px;
    border-color: #7f7f7f;
    border-radius: 3px;
    color: #7f7f7f; }
  .x-child-theme-active .field-wrap select {
    line-height: 40px;
    height: 40px;
    border-radius: 3px; }
  .x-child-theme-active.content-helvetica input,
  .x-child-theme-active.content-helvetica textarea,
  .x-child-theme-active.content-helvetica select,
  .x-child-theme-active.content-helvetica .serch-field,
  .x-child-theme-active.content-helvetica .nice-select span {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active .field-wrap input[type='button'] {
    width: 300px;
    max-width: 100%;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #575757;
    border: 1px solid #575757;
    border-radius: 3px;
    outline: none;
    background-color: transparent;
    text-shadow: none; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .field-wrap input[type='button'] {
        width: 100%;
        margin-left: 0; } }
    .x-child-theme-active .field-wrap input[type='button']:hover {
      color: #fff;
      background-color: #575757; }
  .x-child-theme-active .recaptcha {
    margin-left: calc(100% / 3); }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .recaptcha {
        width: 100%;
        margin-left: 0; } }
    .x-child-theme-active .recaptcha .wpcf7-form-control-wrap {
      margin-bottom: 10px; }
    .x-child-theme-active .recaptcha input[type='submit'] {
      margin-left: 0; }
  .x-child-theme-active label {
    text-transform: uppercase; }
  .x-child-theme-active .nf-form-fields-required {
    margin-bottom: 20px;
    text-align: left; }
  .x-child-theme-active .nf-error-msg {
    text-align: right; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .nf-error-msg {
        text-align: left; } }
  .x-child-theme-active .nf-after-field .nf-error-msg {
    margin-right: 0; }
  .x-child-theme-active span[role='alert'] {
    margin-bottom: 10px;
    color: #ee3c24; }
  .x-child-theme-active textarea:focus,
  .x-child-theme-active select:focus,
  .x-child-theme-active input[type='text']:focus,
  .x-child-theme-active input[type='password']:focus,
  .x-child-theme-active input[type='datetime']:focus,
  .x-child-theme-active input[type='datetime-local']:focus,
  .x-child-theme-active input[type='date']:focus,
  .x-child-theme-active input[type='month']:focus,
  .x-child-theme-active input[type='time']:focus,
  .x-child-theme-active input[type='week']:focus,
  .x-child-theme-active input[type='number']:focus,
  .x-child-theme-active input[type='email']:focus,
  .x-child-theme-active input[type='url']:focus,
  .x-child-theme-active input[type='search']:focus,
  .x-child-theme-active input[type='tel']:focus,
  .x-child-theme-active input[type='color']:focus,
  .x-child-theme-active input[type='submit']:focus,
  .x-child-theme-active .uneditable-input:focus {
    border-color: #575757;
    outline: none;
    box-shadow: none; }
  .x-child-theme-active input::-webkit-input-placeholder {
    color: #7f7f7f; }
  .x-child-theme-active input:-moz-placeholder {
    /* Firefox 18- */
    color: #7f7f7f; }
  .x-child-theme-active input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7f7f7f; }
  .x-child-theme-active input:-ms-input-placeholder {
    color: #7f7f7f; }
  .x-child-theme-active .nf-form-cont {
    width: calc(75% - 10px); }
    @media only screen and (max-width: 1024px) {
      .x-child-theme-active .nf-form-cont {
        width: 100%; } }
    .x-child-theme-active .nf-form-cont br {
      display: none; }
    .x-child-theme-active .nf-form-cont .nf-response-msg br {
      display: block; }
    .x-child-theme-active .nf-form-cont .nf-field-label {
      line-height: 40px;
      width: calc(100% / 3); }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .nf-form-cont .nf-field-label {
          width: 100%;
          text-align: left; } }
    .x-child-theme-active .nf-form-cont .nf-field-description {
      display: none; }
    .x-child-theme-active .nf-form-cont fieldset {
      width: 100%; }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .nf-form-cont fieldset > label {
          float: none;
          width: 100%;
          margin-left: 0; } }
    .x-child-theme-active .nf-form-cont .label-above .nf-field-element {
      display: block;
      width: calc(100% / 3 * 2); }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .nf-form-cont .label-above .nf-field-element {
          float: none;
          width: 100%;
          margin-left: 0; } }
    .x-child-theme-active .nf-form-cont .nf-field-container,
    .x-child-theme-active .nf-form-cont #ninja_forms_required_items {
      margin-bottom: 20px; }
    .x-child-theme-active .nf-form-cont .nf-field-container.salutation .nf-field-label {
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .nf-form-cont .nf-field-container.salutation .nf-field-label {
          margin-bottom: 15px; } }
    .x-child-theme-active .nf-form-cont .nf-field-container.salutation ul li {
      position: relative;
      display: inline-block;
      width: 150px;
      margin-bottom: 0; }
      .x-child-theme-active .nf-form-cont .nf-field-container.salutation ul li input[type='radio'] {
        height: 1.7em;
        margin-top: 0; }
    .x-child-theme-active .nf-form-cont .nice-select {
      width: 100%;
      margin-bottom: 10px;
      padding-left: 0; }
      .x-child-theme-active .nf-form-cont .nice-select ul.list {
        left: -1px;
        overflow-y: scroll;
        width: calc(100% + 2px);
        max-height: 400px;
        margin: 10px 0;
        padding: 10px 0;
        border-color: #7f7f7f;
        box-shadow: none; }
        .x-child-theme-active .nf-form-cont .nice-select ul.list li {
          font-size: 16px; }
  .x-child-theme-active .entry-content .nf-form-cont .nf-field-container {
    margin-bottom: 0; }
  .x-child-theme-active form .nice-select ul.list li {
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    min-height: 1.5em; }
  .x-child-theme-active.content-helvetica form .nice-select ul.list li {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em; }
  .x-child-theme-active .x-accordion-group {
    border: 0;
    box-shadow: none; }
  .x-child-theme-active .x-accordion-heading {
    position: relative; }
    .x-child-theme-active .x-accordion-heading::after {
      position: absolute !important;
      top: 4px;
      left: 0;
      content: ''; }
    .x-child-theme-active .x-accordion-heading .x-accordion-toggle {
      margin: 0;
      padding-top: 10px;
      padding-right: 200px;
      padding-bottom: 10px;
      padding-left: 60px;
      text-decoration: none;
      background-color: transparent; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .x-accordion-heading .x-accordion-toggle {
          padding-right: 60px; } }
      .x-child-theme-active .x-accordion-heading .x-accordion-toggle:hover {
        color: #575757; }
      .x-child-theme-active .x-accordion-heading .x-accordion-toggle::before, .x-child-theme-active .x-accordion-heading .x-accordion-toggle::after {
        transition: transform 0.15s;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        width: 2px;
        height: 14px;
        content: '';
        background-color: #575757; }
      .x-child-theme-active .x-accordion-heading .x-accordion-toggle::before {
        transform: rotate(50deg); }
      .x-child-theme-active .x-accordion-heading .x-accordion-toggle::after {
        transform: rotate(-50deg); }
      .x-child-theme-active .x-accordion-heading .x-accordion-toggle.collapsed {
        background-color: transparent; }
        .x-child-theme-active .x-accordion-heading .x-accordion-toggle.collapsed::before {
          transform: rotate(-50deg); }
        .x-child-theme-active .x-accordion-heading .x-accordion-toggle.collapsed::after {
          transform: rotate(50deg); }
  .x-child-theme-active .x-accordion-body {
    padding-right: 200px;
    padding-left: 60px;
    border-bottom: 1px solid #000; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .x-accordion-body {
        padding-right: 60px; } }
    .x-child-theme-active .x-accordion-body .x-accordion-inner {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0;
      border-top: 0;
      background-color: transparent; }
  .x-child-theme-active .sf-col .x-accordion-toggle,
  .x-child-theme-active .sf-col .x-accordion-body {
    padding-right: 40px;
    padding-left: 40px; }
  .x-child-theme-active.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 174px;
    margin: 0; }
    @media only screen and (max-width: 979px) {
      .x-child-theme-active.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 135px; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 177px; } }
  .x-child-theme-active header.masthead {
    background-color: #ffd500; }
  .x-child-theme-active .x-navbar {
    border: none;
    background-color: #ffd500;
    box-shadow: none; }
    .x-child-theme-active .x-navbar .x-navbar-inner > p {
      font-size: 14px;
      padding: 20px 20px 0 20px;
      max-width: 980px;
      margin: 0 auto;
      margin-bottom: 0; }
    .x-child-theme-active .x-navbar .preheader-container {
      padding-top: 20px; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .x-navbar .preheader-container {
          height: 177px; } }
    .x-child-theme-active .x-navbar .logo-container .x-brand {
      margin-top: 0; }
      .x-child-theme-active .x-navbar .logo-container .x-brand img {
        width: 220px;
        margin-bottom: 20px; }
    .x-child-theme-active .x-navbar .metanav-container {
      display: inline-block;
      float: right;
      margin-top: 50px;
      text-align: right; }
      @media only screen and (max-width: 979px) {
        .x-child-theme-active .x-navbar .metanav-container {
          margin-right: 70px; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .x-navbar .metanav-container {
          width: 100%;
          margin-top: 0;
          margin-right: 0; } }
      .x-child-theme-active .x-navbar .metanav-container .contact {
        position: relative;
        display: block;
        margin-right: 20px;
        margin-bottom: -4px;
        margin-left: 10px;
        content: ''; }
        .x-child-theme-active .x-navbar .metanav-container .contact:hover {
          text-decoration: underline;
          color: #000; }
      .x-child-theme-active .x-navbar .metanav-container .worldwide {
        margin-right: 20px;
        margin-bottom: -5px; }
      .x-child-theme-active .x-navbar .metanav-container .search-form {
        display: inline-block; }
        .x-child-theme-active .x-navbar .metanav-container .search-form .search-field {
          font-size: 12px;
          width: 100px;
          margin-bottom: 0;
          padding: 5px 10px 3px 10px;
          transition: width 0.4s ease-in-out;
          border-color: #575757;
          background-color: #ffd500; }
          .x-child-theme-active .x-navbar .metanav-container .search-form .search-field:focus {
            width: 200px; }
        .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']::-webkit-input-placeholder {
          color: #575757 !important; }
        .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']:-moz-placeholder {
          /* Firefox 18- */
          color: #575757 !important; }
        .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']::-moz-placeholder {
          /* Firefox 19+ */
          color: #575757 !important; }
        .x-child-theme-active .x-navbar .metanav-container .search-form input[type='search']:-ms-input-placeholder {
          color: #575757 !important; }
        .x-child-theme-active .x-navbar .metanav-container .search-form .search-icon {
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #ffd500; }
          @media only screen and (max-width: 767px) {
            .x-child-theme-active .x-navbar .metanav-container .search-form .search-icon {
              margin-right: 4px;
              margin-left: 8px; } }
    .x-child-theme-active .x-navbar .nav-container {
      border-bottom: 1px solid #000; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > li {
        text-align: center; }
        .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > li > a {
          font-family: "DINWeb-Bold", Helvetica, Arial, sans-serif;
          letter-spacing: -0.015em;
          line-height: 14px;
          font-size: 12px;
          font-weight: inherit;
          height: auto;
          min-height: 40px;
          margin: 0;
          padding: 5px 15px;
          color: #000; }
          .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > li > a:hover {
            color: #fff;
            box-shadow: none; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .current-menu-item a,
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .x-active a {
        color: #fff;
        box-shadow: none; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .menu-item-has-children > a {
        padding-right: 25px; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .menu-item-has-children > a > span::after {
        display: none; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .special-menu-item > a {
        padding: 6px 15px;
        color: #ffd500;
        background-color: #000; }
        .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .special-menu-item > a:hover {
          color: #fff; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav > .current-menu-item.special-menu-item a {
        color: #fff; }
      .x-child-theme-active .x-navbar .nav-container .desktop .x-nav .sub-menu {
        top: 41px;
        min-width: 100%;
        text-align: left;
        border-radius: 0;
        background-color: #000;
        box-shadow: none; }
        .x-child-theme-active .x-navbar .nav-container .desktop .x-nav .sub-menu a {
          font-family: "DINWeb-Bold", Helvetica, Arial, sans-serif;
          letter-spacing: 0.015em;
          line-height: 1.7;
          font-size: 12px;
          margin-bottom: 0;
          text-decoration: none;
          color: #ffd500; }
          .x-child-theme-active .x-navbar .nav-container .desktop .x-nav .sub-menu a:hover {
            color: #fff; }
      .x-child-theme-active .x-navbar .nav-container .x-btn-navbar {
        margin-top: -60px;
        margin-right: -15px;
        color: #000;
        border-bottom: 0;
        background-color: transparent;
        box-shadow: none; }
        @media only screen and (max-width: 979px) {
          .x-child-theme-active .x-navbar .nav-container .x-btn-navbar {
            position: absolute;
            top: -110px;
            right: 20px;
            margin-top: 0; } }
        .x-child-theme-active .x-navbar .nav-container .x-btn-navbar .x-icon-bars {
          font-size: 30px;
          text-decoration: none; }
      .x-child-theme-active .x-navbar .nav-container .mobile .x-nav {
        margin-bottom: 0; }
        .x-child-theme-active .x-navbar .nav-container .mobile .x-nav li > a {
          font-family: "DINWeb-Bold", Helvetica, Arial, sans-serif;
          letter-spacing: -0.015em;
          line-height: 14px;
          padding-left: 5px;
          text-decoration: none;
          color: #000;
          border-color: #000; }
        .x-child-theme-active .x-navbar .nav-container .mobile .x-nav .x-icon-angle-double-down::before {
          display: block;
          width: 10px;
          height: 10px;
          content: ' ';
          border: 5px solid transparent;
          border-top-color: black; }
        .x-child-theme-active .x-navbar .nav-container .mobile .x-nav br {
          display: none; }
        .x-child-theme-active .x-navbar .nav-container .mobile .x-nav > .special-menu-item > a {
          color: #ffd500;
          background-color: #000; }
          .x-child-theme-active .x-navbar .nav-container .mobile .x-nav > .special-menu-item > a:hover {
            color: #fff; }
      @media only screen and (max-width: 979px) {
        .x-child-theme-active .x-navbar .nav-container .hide-mobile-menu {
          display: none; } }
  .x-child-theme-active .x-breadcrumb-wrap {
    text-transform: none;
    color: #575757;
    border: none;
    background-color: #ffd500;
    box-shadow: none;
    text-shadow: none; }
    .x-child-theme-active .x-breadcrumb-wrap a,
    .x-child-theme-active .x-breadcrumb-wrap .delimiter,
    .x-child-theme-active .x-breadcrumb-wrap .current {
      font-size: 12px;
      letter-spacing: 0.01em;
      color: #575757; }
    .x-child-theme-active .x-breadcrumb-wrap a:hover {
      color: #333333; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .x-breadcrumb-wrap .x-breadcrumbs {
        text-align: left; } }
  .x-child-theme-active.content-helvetica .x-navbar .nav-container .desktop .x-nav .sub-menu a {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.7;
    letter-spacing: 0.05em; }
  .x-child-theme-active.content-helvetica .x-navbar .nav-container .desktop .x-nav > li > a {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 14px;
    letter-spacing: 0.05em; }
  .x-child-theme-active.content-helvetica .x-navbar .nav-container .desktop .x-nav .mobile .x-nav li > a {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 14px;
    letter-spacing: 0.05em; }
  .x-child-theme-active .x-colophon.top {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 0;
    background-color: #ffd500;
    box-shadow: none; }
    .x-child-theme-active .x-colophon.top .social-container {
      margin-bottom: 20px;
      text-align: center; }
      .x-child-theme-active .x-colophon.top .social-container div:first-child {
        margin-bottom: 20px; }
      .x-child-theme-active .x-colophon.top .social-container h4 {
        font-size: 18px;
        color: #000; }
      .x-child-theme-active .x-colophon.top .social-container .social-icons {
        margin: 0 auto 20px; }
        .x-child-theme-active .x-colophon.top .social-container .social-icons .social {
          line-height: 40px;
          position: relative;
          display: inline-block;
          width: 40px;
          height: 40px;
          margin: 0 10px 20px;
          border-radius: 50%;
          background-color: #000; }
          .x-child-theme-active .x-colophon.top .social-container .social-icons .social:only-child {
            margin: 0 40px; }
          .x-child-theme-active .x-colophon.top .social-container .social-icons .social:hover {
            background-color: #575757; }
          .x-child-theme-active .x-colophon.top .social-container .social-icons .social::before {
            position: relative;
            display: block;
            content: ''; }
    .x-child-theme-active .x-colophon.top .x-column.x-1-4 {
      float: left;
      width: calc(50% - 40px);
      margin-right: 20px;
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .x-colophon.top .x-column.x-1-4 {
          width: 100%;
          margin: 0;
          text-align: center; } }
      .x-child-theme-active .x-colophon.top .x-column.x-1-4:first-child {
        text-align: right; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .x-colophon.top .x-column.x-1-4:first-child {
            text-align: center; } }
        .x-child-theme-active .x-colophon.top .x-column.x-1-4:first-child .widget {
          text-align: left; }
          @media only screen and (max-width: 767px) {
            .x-child-theme-active .x-colophon.top .x-column.x-1-4:first-child .widget {
              text-align: center; } }
      .x-child-theme-active .x-colophon.top .x-column.x-1-4:nth-child(2) {
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .x-colophon.top .x-column.x-1-4:nth-child(2) {
            text-align: center;
            margin-top: 3em; } }
      .x-child-theme-active .x-colophon.top .x-column.x-1-4 .widget:first-child {
        margin-top: 0; }
    .x-child-theme-active .x-colophon.top .widget {
      display: inline-block;
      width: auto;
      text-shadow: none; }
      .x-child-theme-active .x-colophon.top .widget h4 {
        color: #000; }
      .x-child-theme-active .x-colophon.top .widget p,
      .x-child-theme-active .x-colophon.top .widget a {
        font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 1.4em;
        color: #000; }
      .x-child-theme-active .x-colophon.top .widget a:hover {
        color: #575757; }
  .x-child-theme-active .x-colophon.bottom {
    border: 0;
    background-color: #fff;
    box-shadow: none; }
    .x-child-theme-active .x-colophon.bottom .x-nav {
      margin: 25px 0 80px 0; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .x-colophon.bottom .x-nav {
          margin: 20px 0 30px 0; } }
      .x-child-theme-active .x-colophon.bottom .x-nav li {
        margin: 0 40px; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .x-colophon.bottom .x-nav li {
            display: block;
            margin: 10px; } }
        .x-child-theme-active .x-colophon.bottom .x-nav li a {
          font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
          letter-spacing: 0.015em;
          line-height: 1.2em;
          font-size: 12px;
          text-transform: uppercase;
          color: #575757; }
          .x-child-theme-active .x-colophon.bottom .x-nav li a:hover {
            text-decoration: underline;
            color: #000; }
  .x-child-theme-active.content-helvetica .x-colophon.top .widget p,
  .x-child-theme-active.content-helvetica .x-colophon.top .widget a,
  .x-child-theme-active.content-helvetica .x-colophon.bottom .x-nav li a {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active .nice-select {
    line-height: 1.2em;
    height: auto;
    border: 1px solid #7f7f7f;
    border-radius: 3px; }
    .x-child-theme-active .nice-select:hover {
      border: 1px solid #575757; }
    .x-child-theme-active .nice-select::before {
      position: absolute;
      top: 47%;
      right: 12px;
      display: block;
      width: 5px;
      height: 4px;
      margin-top: -4px;
      content: '';
      transition: all 0.15s ease-in-out;
      transform: rotate(45deg);
      transform-origin: 66% 66%;
      pointer-events: none;
      border-top: 4px solid #575757;
      border-right: 2px solid #999;
      border-right: 4px solid transparent;
      border-bottom: 2px solid #999;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #575757; }
    .x-child-theme-active .nice-select::after {
      top: 53%;
      height: 4px;
      border-top: 4px solid transparent;
      border-right: 4px solid #575757;
      border-bottom: 4px solid #575757;
      border-left: 4px solid transparent; }
    .x-child-theme-active .nice-select.open {
      border-color: #7f7f7f; }
      .x-child-theme-active .nice-select.open::after {
        transform: rotate(45deg); }
    .x-child-theme-active .nice-select span {
      font-size: 16px;
      display: block;
      margin: 0; }
    .x-child-theme-active .nice-select ul.list {
      line-height: 1.2em;
      right: 0;
      left: auto;
      height: auto;
      border: 1px solid #575757;
      border-radius: 3px; }
      .x-child-theme-active .nice-select ul.list li.option,
      .x-child-theme-active .nice-select ul.list li.option.focus {
        font-weight: normal; }
  .x-child-theme-active .ms-parent {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .x-child-theme-active .ms-choice {
    line-height: 26px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 26px;
    padding: 0;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    color: #444;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff; }
  .x-child-theme-active .ms-choice.disabled {
    cursor: default;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    background-image: none; }
  .x-child-theme-active .ms-choice > span {
    position: absolute;
    top: 0;
    right: 20px;
    left: 0;
    display: block;
    overflow: hidden;
    padding-left: 8px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .x-child-theme-active .ms-choice > span.placeholder {
    color: #999; }
  .x-child-theme-active .ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px; }
  .x-child-theme-active .ms-drop {
    position: absolute;
    z-index: 1000;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: -12px;
    padding: 0;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff; }
  .x-child-theme-active .ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .x-child-theme-active .ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }
  .x-child-theme-active .ms-search {
    position: relative;
    z-index: 10000;
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px;
    white-space: nowrap; }
  .x-child-theme-active .ms-search input {
    font-family: sans-serif;
    font-size: 1em;
    width: 100%;
    height: auto !important;
    min-height: 24px;
    margin: 0;
    padding: 0 20px 0 5px;
    border: 1px solid #aaa;
    border-radius: 0;
    outline: 0;
    background: #fff;
    box-shadow: none; }
  .x-child-theme-active .ms-search,
  .x-child-theme-active .ms-search input {
    box-sizing: border-box; }
  .x-child-theme-active .ms-drop ul {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0 8px; }
  .x-child-theme-active .ms-drop ul > li {
    font-size: 14px !important;
    position: static;
    display: list-item;
    list-style: none;
    background-image: none; }
    .x-child-theme-active .ms-drop ul > li:first-of-type:not(ms-select-all) {
      margin-top: 20px; }
    .x-child-theme-active .ms-drop ul > li:last-of-type {
      margin-bottom: 20px; }
  .x-child-theme-active .ms-drop ul > li .disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35); }
  .x-child-theme-active .ms-drop ul > li.multiple {
    display: block;
    float: left; }
  .x-child-theme-active .ms-drop ul > li.group {
    clear: both; }
  .x-child-theme-active .ms-drop ul > li.multiple label {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: normal;
    text-overflow: ellipsis; }
  .x-child-theme-active .ms-drop ul > li label {
    font-weight: normal;
    display: -ms-flexbox;
    display: flex;
    white-space: normal; }
  .x-child-theme-active .ms-drop ul > li label.optgroup {
    font-weight: bold; }
  .x-child-theme-active .ms-drop input[type='checkbox'] {
    vertical-align: middle; }
  .x-child-theme-active .ms-drop .ms-no-results {
    display: none; }
  .x-child-theme-active .ms-search {
    display: none; }
  .x-child-theme-active .ms-choice {
    font-size: 14px;
    height: 34px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #000;
    border-color: #ffd500;
    border-radius: 3px;
    outline: none;
    background-color: #ffd500;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .x-child-theme-active .ms-choice > span,
    .x-child-theme-active .ms-choice > span.placeholder {
      position: relative;
      color: #000; }
    .x-child-theme-active .ms-choice > div {
      position: absolute;
      top: 14px;
      right: 8px;
      width: 6px;
      height: 6px;
      border: 6px solid transparent;
      border-top-color: #000; }
    .x-child-theme-active .ms-choice:hover, .x-child-theme-active .ms-choice.open {
      color: #fff;
      border-color: #999;
      background-color: #000; }
      .x-child-theme-active .ms-choice:hover > span,
      .x-child-theme-active .ms-choice:hover > span.placeholder, .x-child-theme-active .ms-choice.open > span,
      .x-child-theme-active .ms-choice.open > span.placeholder {
        color: #fff;
        background-color: #000; }
      .x-child-theme-active .ms-choice:hover > div, .x-child-theme-active .ms-choice.open > div {
        border-top-color: #999; }
    .x-child-theme-active .ms-choice.open {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .x-child-theme-active .ms-choice.open > div {
        top: 8px;
        border-top-color: transparent;
        border-bottom-color: #999; }
  .x-child-theme-active .ms-drop.bottom {
    border-color: #999;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background-color: #000;
    box-shadow: none;
    top: 34px;
    margin-top: 0; }
    .x-child-theme-active .ms-drop.bottom .ms-select-all {
      display: none; }
    .x-child-theme-active .ms-drop.bottom ul {
      margin: 0; }
      .x-child-theme-active .ms-drop.bottom ul:empty {
        border: 0px solid transparent;
        height: 0; }
      .x-child-theme-active .ms-drop.bottom ul li {
        color: #ffd500; }
        .x-child-theme-active .ms-drop.bottom ul li:hover {
          color: #fff; }
        .x-child-theme-active .ms-drop.bottom ul li label {
          text-transform: none;
          position: relative; }
          .x-child-theme-active .ms-drop.bottom ul li label input {
            margin-top: 4px;
            margin-right: 4px;
            display: inline-block;
            -ms-flex-preferred-size: 25px;
            flex-basis: 25px;
            -ms-flex-item-align: start;
            align-self: flex-start; }
          .x-child-theme-active .ms-drop.bottom ul li label span {
            display: inline-block;
            text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            overflow: hidden;
            -ms-flex-preferred-size: calc(100% - 25px);
            flex-basis: calc(100% - 25px);
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
  .x-child-theme-active .product-overview-container .container {
    max-width: 960px; }
    .x-child-theme-active .product-overview-container .container .row {
      margin-left: -10px;
      margin-right: -10px; }
    .x-child-theme-active .product-overview-container .container div[class*="col"] {
      padding-left: 10px;
      padding-right: 10px; }
  .x-child-theme-active .sf-slider-container {
    position: relative; }
    .x-child-theme-active .sf-slider-container .slider-overlay {
      background-color: rgba(255, 213, 0, 0.7);
      position: absolute;
      z-index: 30;
      bottom: 0;
      width: 100%;
      height: 230px;
      padding: 40px 0 70px 0; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .sf-slider-container .slider-overlay {
          height: 170px;
          padding: 20px 0 30px 0; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .sf-slider-container .slider-overlay {
          position: relative;
          height: auto;
          background-color: #ffd500; } }
      .x-child-theme-active .sf-slider-container .slider-overlay .x-container div {
        float: left; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .sf-slider-container .slider-overlay .x-container div {
            float: none; } }
      .x-child-theme-active .sf-slider-container .slider-overlay h2 {
        margin-bottom: 40px;
        text-align: center;
        color: #000; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .sf-slider-container .slider-overlay h2 {
            padding-left: 20px;
            padding-right: 20px; } }
      .x-child-theme-active .sf-slider-container .slider-overlay p,
      .x-child-theme-active .sf-slider-container .slider-overlay span {
        font-size: 12px;
        text-transform: uppercase;
        color: #000; }
      .x-child-theme-active .sf-slider-container .slider-overlay p {
        line-height: 36px;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .sf-slider-container .slider-overlay p {
            line-height: 1em; } }
      .x-child-theme-active .sf-slider-container .slider-overlay .nice-select {
        width: 300px;
        padding-right: 35px;
        padding-left: 0;
        border-color: #fff; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .sf-slider-container .slider-overlay .nice-select {
            width: auto; } }
        .x-child-theme-active .sf-slider-container .slider-overlay .nice-select span {
          padding: 12px 10px 8px 18px; }
        .x-child-theme-active .sf-slider-container .slider-overlay .nice-select:focus {
          border-color: #fff; }
        .x-child-theme-active .sf-slider-container .slider-overlay .nice-select ul {
          width: 100%;
          border-color: #fff; }
          .x-child-theme-active .sf-slider-container .slider-overlay .nice-select ul li {
            padding-right: 18px; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .sf-slider-container .ls-wrapper {
        width: 100% !important; } }
    .x-child-theme-active .sf-slider-container .ls-wrapper > .ls-layer {
      white-space: normal; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .sf-slider-container .ls-wrapper > .ls-layer {
          width: 100% !important; } }
    .x-child-theme-active .sf-slider-container .ls-wrapper .button-primary-slider {
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      bottom: 260px;
      margin-bottom: 0;
      color: #000;
      border-color: transparent; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .sf-slider-container .ls-wrapper .button-primary-slider {
          bottom: 190px;
          margin-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .sf-slider-container .ls-wrapper .button-primary-slider {
          position: relative;
          bottom: 50px;
          display: block;
          width: calc(100% - 40px);
          margin: 0 20px; } }
      .x-child-theme-active .sf-slider-container .ls-wrapper .button-primary-slider:hover {
        background-color: #fff;
        color: #000; }
    .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons {
      top: -300px; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons {
          top: auto;
          bottom: 224px; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons {
          bottom: 20px; } }
      .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons a {
        background-color: rgba(255, 255, 255, 0.4);
        width: 40px;
        height: 40px;
        border-radius: 3px; }
        .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons a:hover {
          background-color: rgba(255, 255, 255, 0.7); }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons a {
            width: 12px;
            height: 12px;
            text-indent: 999px;
            border-radius: 50%; } }
        .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons a::before {
          font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
          letter-spacing: 0.01em;
          line-height: 1.2em;
          font-size: 12px;
          line-height: 40px;
          color: #000; }
          @media only screen and (max-width: 767px) {
            .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons a::before {
              bottom: 68px; } }
        .x-child-theme-active .sf-slider-container .ls-bottom-slidebuttons a.ls-nav-active {
          background-color: #fff; }
    .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-prev,
    .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-next {
      background-color: rgba(255, 255, 255, 0.4); }
      .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-prev:hover,
      .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-next:hover {
        background-color: rgba(255, 255, 255, 0.7); }
      .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-prev::before, .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-prev::after,
      .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-next::before,
      .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-next::after {
        background-color: #000; }
    .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-prev {
      border-radius: 0 3px 3px 0; }
    .x-child-theme-active .sf-slider-container .ls-numbers .ls-nav-next {
      border-radius: 3px 0 0 3px; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-wrapper .button-primary-slider {
      background-color: #fff;
      border-color: #000; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-wrapper .button-primary-slider:hover {
        background-color: #333333;
        border-color: #333333;
        color: #fff; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a {
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #000 !important; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a::before {
        color: #000; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a:hover, .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.focus {
        background-color: #333333;
        border: 1px solid #333333 !important; }
        .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a:hover::before, .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.focus::before {
          color: #fff; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.ls-nav-active {
        background-color: #fff;
        border: 1px solid #000; }
        .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.ls-nav-active:hover, .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.ls-nav-active.focus {
          background-color: #333333;
          border: 1px solid #333333 !important; }
          .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.ls-nav-active:hover::before, .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-bottom-slidebuttons a.ls-nav-active.focus::before {
            color: #fff; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev {
      border-right: 1px solid #000 !important; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next {
      border-left: 1px solid #000 !important; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev,
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next {
      background-color: rgba(255, 255, 255, 0.7);
      color: #000;
      border-top: 1px solid #000 !important;
      border-bottom: 1px solid #000 !important; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev::before, .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev::after,
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next::before,
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next::after {
        background-color: #000; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev:hover,
      .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next:hover {
        background-color: #333333; }
        .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev:hover::before, .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-prev:hover::after,
        .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next:hover::before,
        .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next:hover::after {
          background-color: #fff; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-light-theme-outline .ls-numbers .ls-nav-next {
      border-left: 1px solid #000 !important; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-wrapper .button-primary-slider {
      background-color: rgba(51, 51, 51, 0.8);
      color: #fff;
      border-color: transparent; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-wrapper .button-primary-slider:hover {
        background-color: #333333; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-bottom-slidebuttons a {
      background-color: rgba(51, 51, 51, 0.6); }
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-bottom-slidebuttons a::before {
        color: #fff; }
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-bottom-slidebuttons a:hover, .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-bottom-slidebuttons a.focus {
        background-color: rgba(51, 51, 51, 0.8); }
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-bottom-slidebuttons a.ls-nav-active {
        background-color: #333333; }
    .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-prev,
    .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-next {
      background-color: rgba(51, 51, 51, 0.6); }
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-prev:hover,
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-next:hover {
        background-color: rgba(51, 51, 51, 0.8); }
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-prev::before, .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-prev::after,
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-next::before,
      .x-child-theme-active .sf-slider-container.sf-slider-container-dark-theme .ls-numbers .ls-nav-next::after {
        background-color: #fff; }
  .x-child-theme-active .ls-fullscreen .ls-container {
    background-color: #fff; }
  .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail {
    width: auto !important;
    text-align: center; }
    .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail .ls-thumbnail-inner,
    .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail .ls-thumbnail-inner .ls-thumbnail-slide-container,
    .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail .ls-thumbnail-inner .ls-thumbnail-slide-container .ls-thumbnail-slide,
    .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail .ls-thumbnail-inner .ls-thumbnail-slide-container .ls-thumbnail-slide a {
      width: auto !important; }
    .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail .ls-thumbnail-slide-container {
      display: inline-block;
      margin: 0 auto !important; }
    .x-child-theme-active .ls-container .ls-gui-element .ls-thumbnail .ls-thumbnail-inner .ls-thumbnail-slide-container .ls-thumbnail-slide a {
      margin-right: 20px; }
  .x-child-theme-active .enjo-carousel-container {
    background-color: #d6d6d6; }
  .x-child-theme-active .enjo-carousel {
    position: relative;
    width: 100%;
    max-width: 940px;
    height: 100%;
    margin: 0 auto; }
    .x-child-theme-active .enjo-carousel .carousel-cell {
      width: 100%;
      padding: 40px 55px;
      counter-increment: carousel-cell; }
      .x-child-theme-active .enjo-carousel .carousel-cell::before {
        display: block;
        content: '';
        text-align: center;
        color: #fff; }
      .x-child-theme-active .enjo-carousel .carousel-cell img.carousel-cell-image {
        margin-bottom: 0; }
    .x-child-theme-active .enjo-carousel .quotation {
      font-size: 16px;
      position: relative;
      margin-top: 0;
      margin-bottom: 10px;
      padding: 100px 25px 30px 25px;
      border: 0;
      border-radius: 0 35px 0 35px;
      background-color: #ffd500; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .enjo-carousel .quotation {
          padding: 60px 25px 30px 25px;
          border-radius: 0 0 0 35px; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .enjo-carousel .quotation img {
          margin-bottom: 20px; } }
      .x-child-theme-active .enjo-carousel .quotation p {
        font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 24px;
        font-size: 18px;
        margin: 0;
        text-transform: uppercase;
        color: #000; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .enjo-carousel .quotation p {
            font-size: 16px; } }
        .x-child-theme-active .enjo-carousel .quotation p::before, .x-child-theme-active .enjo-carousel .quotation p::after {
          font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
          letter-spacing: 0.015em;
          line-height: 24px;
          font-size: 24px;
          display: inline;
          color: #fff; }
        .x-child-theme-active .enjo-carousel .quotation p:first-of-type::before {
          padding-right: 16px;
          content: '„'; }
        .x-child-theme-active .enjo-carousel .quotation p:last-of-type::after {
          padding-left: 16px;
          content: '“'; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-de p:first-of-type::before {
        padding-right: 10px;
        content: '„'; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-de p:last-of-type::after {
        padding-left: 10px;
        content: '“'; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-en p:first-of-type::before {
        padding-right: 10px;
        content: '“'; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-en p:last-of-type::after {
        padding-left: 10px;
        content: '”'; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-fr p::before, .x-child-theme-active .enjo-carousel .quotation.quotes-fr p::after {
        font-size: 20px; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-fr p:first-of-type::before {
        padding-right: 10px;
        content: '»'; }
      .x-child-theme-active .enjo-carousel .quotation.quotes-fr p:last-of-type::after {
        padding-left: 10px;
        content: '«'; }
      .x-child-theme-active .enjo-carousel .quotation.quote-left {
        float: left;
        width: calc(50% - 10px); }
        @media only screen and (max-width: 939px) {
          .x-child-theme-active .enjo-carousel .quotation.quote-left {
            width: calc((100% / 3 * 2) - 10px); } }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .enjo-carousel .quotation.quote-left {
            width: 100%; } }
      .x-child-theme-active .enjo-carousel .quotation.quote-right {
        float: right;
        width: calc(50% - 10px);
        border-radius: 0 35px 0 35px; }
        @media only screen and (max-width: 939px) {
          .x-child-theme-active .enjo-carousel .quotation.quote-right {
            width: calc((100% / 3 * 2) - 10px); } }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .enjo-carousel .quotation.quote-right {
            width: 100%; } }
    .x-child-theme-active .enjo-carousel .person {
      text-align: right; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .enjo-carousel .person {
          text-align: center; } }
      .x-child-theme-active .enjo-carousel .person p {
        font-size: 12px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #575757; }
    .x-child-theme-active .enjo-carousel .flickity-page-dots {
      bottom: 0; }
    .x-child-theme-active .enjo-carousel .flickity-prev-next-button {
      width: 35px;
      height: 60px;
      padding: 0;
      transition: background-color 0.5s !important;
      border-radius: 3px;
      background-color: #575757; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button:hover {
        background-color: #000; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button svg {
        display: none; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button.previous::before, .x-child-theme-active .enjo-carousel .flickity-prev-next-button.previous::after, .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next::before, .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next::after {
        position: absolute;
        top: 16px;
        left: 22px;
        display: block;
        width: 2px;
        height: 14px;
        content: '';
        transition: transform 0.15s !important;
        background-color: #fff; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button.previous::before, .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next::before {
        top: 29px;
        left: 12px;
        transform: rotate(-40deg);
        transform-origin: 50% 0 0; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button.previous::after, .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next::after {
        top: 16px;
        left: 12px;
        transform: rotate(40deg);
        transform-origin: 50% 100% 0; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button.previous {
        transform-origin: 0 50% 0; }
      .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next {
        transform-origin: 100% 50% 0; }
        .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next::before {
          top: 16px;
          left: 22px;
          transform: rotate(-40deg);
          transform-origin: 50% 100% 0; }
        .x-child-theme-active .enjo-carousel .flickity-prev-next-button.next::after {
          top: 29px;
          left: 22px;
          transform: rotate(40deg);
          transform-origin: 50% 0 0; }
  .x-child-theme-active .sf-slider-container [class*='slider-headline-'] {
    width: 405px;
    margin: 0.7em 0 0 0;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 8px; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .sf-slider-container [class*='slider-headline-'] {
        margin-left: 0;
        padding-right: 20px;
        padding-left: 20px;
        max-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .sf-slider-container [class*='slider-headline-'] {
        width: 100%;
        margin: 0;
        padding-right: 70px;
        padding-left: 70px;
        text-align: center; } }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .sf-slider-container [class*='slider-headline-'] {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 100%; } }
    .x-child-theme-active .sf-slider-container [class*='slider-headline-'].no-text-shadow {
      text-shadow: none; }
  .x-child-theme-active .sf-slider-container .h1.slider-headline-yellow {
    color: #ffd500; }
  .x-child-theme-active .sf-slider-container .h1.slider-headline-white {
    color: #fff; }
  .x-child-theme-active .sf-slider-container .h1.slider-headline-black {
    color: #000; }
  .x-child-theme-active.headline-wendy .sf-slider-container [class*='slider-headline-'] {
    font-family: 'Wendy W01 MediumLP', Courier, Arial, Helvetica, sans-serif;
    font-size: 80px;
    line-height: 0.8;
    margin: 0.7em 0 0 0;
    letter-spacing: 0;
    text-transform: none;
    padding-right: 10px;
    padding-left: 10px; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active.headline-wendy .sf-slider-container [class*='slider-headline-'] {
        font-size: 52px;
        padding-right: 20px;
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active.headline-wendy .sf-slider-container [class*='slider-headline-'] {
        font-size: 38px;
        padding-right: 10px;
        padding-left: 10px; } }
  .x-child-theme-active.headline-helvetica .sf-slider-container [class*='slider-headline-'] {
    font-size: 60px;
    margin: 0.7em 0 0 0; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active.headline-helvetica .sf-slider-container [class*='slider-headline-'] {
        font-size: 38px;
        width: 90%;
        padding: 0; } }
  .x-child-theme-active.headline-jakob .sf-slider-container [class*='slider-headline-'] {
    font-size: 60px;
    margin: 0.7em 0 0 0; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active.headline-jakob .sf-slider-container [class*='slider-headline-'] {
        font-size: 44px;
        margin-top: 1em; } }
  .x-child-theme-active.headline-segoe-cyrillic .sf-slider-container [class*='slider-headline-'], .x-child-theme-active.headline-segoe-latin .sf-slider-container [class*='slider-headline-'] {
    font-size: 46px;
    margin: 0.7em 0 0 0; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active.headline-segoe-cyrillic .sf-slider-container [class*='slider-headline-'], .x-child-theme-active.headline-segoe-latin .sf-slider-container [class*='slider-headline-'] {
        font-size: 24px; } }
  .x-child-theme-active .gallery.flexslider .icon-wpmf-nav {
    width: 35px;
    height: 60px;
    background-color: #575757;
    color: #fff; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .gallery.flexslider .icon-wpmf-nav {
        opacity: 1; }
        .x-child-theme-active .gallery.flexslider .icon-wpmf-nav.icon-chevron-right {
          right: 0; }
        .x-child-theme-active .gallery.flexslider .icon-wpmf-nav.icon-chevron-left {
          left: 0; } }
  .x-child-theme-active .gallery.flexslider:hover .icon-wpmf-nav {
    opacity: 1; }
    .x-child-theme-active .gallery.flexslider:hover .icon-wpmf-nav:hover {
      opacity: 0.8;
      color: #fff; }
  .x-child-theme-active .gallery.flexslider:hover .icon-chevron-right {
    right: 0; }
  .x-child-theme-active .gallery.flexslider:hover .icon-chevron-left {
    left: 0; }
  .x-child-theme-active .wpmf-gallerys .flexslider.carousel {
    margin-bottom: 0; }
  .x-child-theme-active.content-helvetica .enjo-carousel .quotation p {
    font-family: 'Helvetica Neue LT W06_35 Thin', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.05em; }
  @media only screen and (min-width: 768px) {
    .x-child-theme-active .sf-slider-container [class*='slider-headline-'].slider-headline-wide {
      width: 640px; }
    .x-child-theme-active.headline-wendy .sf-slider-container [class*='slider-headline-'].slider-headline-small {
      font-size: 66px; }
    .x-child-theme-active.headline-helvetica .sf-slider-container [class*='slider-headline-'].slider-headline-small {
      font-size: 45px; }
    .x-child-theme-active.headline-jakob .sf-slider-container [class*='slider-headline-'].slider-headline-small {
      font-size: 45px; }
    .x-child-theme-active.headline-segoe-cyrillic .sf-slider-container [class*='slider-headline-'].slider-headline-small, .x-child-theme-active.headline-segoe-latin .sf-slider-container [class*='slider-headline-'].slider-headline-small {
      font-size: 35px; } }
  .x-child-theme-active .wpmf-gallerys .flexslider {
    margin-bottom: 20px;
    background-color: transparent; }
    .x-child-theme-active .wpmf-gallerys .flexslider ol.flex-control-nav {
      top: auto;
      bottom: 12px;
      right: 0;
      height: 12px;
      background-color: transparent; }
    .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev,
    .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next {
      width: 35px;
      height: 60px;
      padding: 0;
      transition: background-color 0.5s !important;
      border-radius: 3px;
      background-color: #575757; }
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev:hover,
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next:hover {
        background-color: #000; }
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev::before, .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev::after,
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next::before,
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next::after {
        position: absolute;
        top: 16px;
        left: 22px;
        display: block;
        width: 2px;
        height: 14px;
        content: '';
        transition: transform 0.15s !important;
        background-color: #fff; }
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev::before,
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next::before {
        top: 29px;
        left: 12px;
        transform: rotate(-40deg);
        transform-origin: 50% 0 0; }
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev::after,
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next::after {
        top: 16px;
        left: 12px;
        transform: rotate(40deg);
        transform-origin: 50% 100% 0; }
    .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-prev {
      transform-origin: 0 50% 0; }
    .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next {
      transform-origin: 100% 50% 0;
      left: auto; }
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next::before {
        top: 16px;
        left: 22px;
        transform: rotate(-40deg);
        transform-origin: 50% 100% 0; }
      .x-child-theme-active .wpmf-gallerys .flexslider ul.flex-direction-nav .flex-next::after {
        top: 29px;
        left: 22px;
        transform: rotate(40deg);
        transform-origin: 50% 0 0; }
    .x-child-theme-active .wpmf-gallerys .flexslider .wpmf-front-box {
      border: none !important; }
      .x-child-theme-active .wpmf-gallerys .flexslider .wpmf-front-box span.title {
        display: none; }
      .x-child-theme-active .wpmf-gallerys .flexslider .wpmf-front-box span.caption {
        color: #ffffff;
        font-size: 14px;
        transition: all 0.15s linear;
        float: left;
        padding-bottom: 30px;
        padding-left: 20px;
        line-height: 1.2em;
        text-shadow: rgba(0, 0, 0, 0.8) 0 0 8px; }
    .x-child-theme-active .wpmf-gallerys .flexslider .icon-wpmf-nav {
      z-index: 999;
      width: 35px;
      height: 60px; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .wpmf-gallerys .flexslider .icon-wpmf-nav {
          width: 30px;
          height: 45px; } }
  .x-child-theme-active .wpmf-gallerys .gallery-portfolio .wpmf-gallery-caption span.title,
  .x-child-theme-active .wpmf-gallerys .gallery-portfolio .wpmf-gallery-caption br {
    display: none; }
  .x-child-theme-active .wpmf-gallerys .gallery-portfolio .wpmf-gallery-caption span.excerpt {
    font-size: 14px;
    padding-top: 10px;
    font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    color: #000;
    display: inline-block; }
  .x-child-theme-active .wpmf-gallerys + .button-helper-container {
    height: auto;
    text-align: right; }
    .x-child-theme-active .wpmf-gallerys + .button-helper-container .button-right {
      position: static;
      margin-top: 40px; }
  .x-child-theme-active .gallery_default {
    margin-bottom: 0;
    margin-left: -5px;
    margin-top: 0; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .gallery_default {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px; } }
    .x-child-theme-active .gallery_default .wpmf-gallery-item {
      margin: 0 !important;
      background-color: transparent;
      border: none;
      border-radius: 0;
      padding: 5px;
      box-shadow: none; }
      .x-child-theme-active .gallery_default .wpmf-gallery-item .gallery-icon {
        border: 5px solid #d6d6d6; }
        .x-child-theme-active .gallery_default .wpmf-gallery-item .gallery-icon img {
          margin-bottom: 0;
          border-radius: 0; }
  .x-child-theme-active .gallery-masonry {
    margin-top: 0; }
  .x-child-theme-active .wpmf_mfp-container > button-helper-container {
    height: auto;
    text-align: right; }
    .x-child-theme-active .wpmf_mfp-container > button-helper-container .button-right {
      position: static;
      margin-top: 40px; }
  .x-child-theme-active .full-width-gallery .x-container.max.width {
    padding-left: 0;
    padding-right: 0; }
  .x-child-theme-active .full-width-gallery .gallery_default {
    width: 100% !important; }
    .x-child-theme-active .full-width-gallery .gallery_default.gallery_default {
      padding: 0 10px;
      margin-left: 0; }
  .x-child-theme-active #enjo-region-select {
    position: fixed;
    top: 30vh;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 100001; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active #enjo-region-select {
        top: 30vh; } }
    .x-child-theme-active #enjo-region-select > div {
      background-color: rgba(255, 255, 255, 0.98);
      position: relative;
      min-width: 300px;
      max-width: 500px;
      margin: 0 auto;
      padding: 60px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .x-child-theme-active #enjo-region-select p {
      font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 1.2em;
      color: #575757; }
    .x-child-theme-active #enjo-region-select #enjo-region-select-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      text-indent: 9999px;
      border-radius: 50%;
      background-color: #ffd500; }
      .x-child-theme-active #enjo-region-select #enjo-region-select-close:after {
        font-size: 40px;
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 20px;
        height: 20px;
        content: '+';
        transform: rotate(45deg);
        text-indent: 0;
        color: #000; }
      .x-child-theme-active #enjo-region-select #enjo-region-select-close:hover {
        background-color: #000; }
        .x-child-theme-active #enjo-region-select #enjo-region-select-close:hover:after {
          color: #ffd500; }
    .x-child-theme-active #enjo-region-select a.enjo-destination-language {
      line-height: 30px;
      display: block;
      text-decoration: none;
      color: #575757; }
      .x-child-theme-active #enjo-region-select a.enjo-destination-language:hover {
        color: #000; }
      .x-child-theme-active #enjo-region-select a.enjo-destination-language img {
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 8px; }
  .x-child-theme-active .conten-helvetica #enjo-region-select p {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active #ls-button,
  .x-child-theme-active .has-children li > * {
    cursor: pointer; }
  .x-child-theme-active #ls-list {
    background-color: rgba(255, 255, 255, 0.98);
    line-height: 30px;
    position: absolute;
    z-index: 1;
    top: 90%;
    right: 0;
    margin-bottom: 10px;
    padding: 60px 40px;
    text-align: left;
    -webkit-hyphens: auto;
    hyphens: auto;
    column-count: 3;
    column-width: 200px;
    -ms-hyphens: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .x-child-theme-active #ls-list a,
    .x-child-theme-active #ls-list span {
      line-height: 24px;
      display: block;
      text-align: left;
      text-decoration: none; }
    .x-child-theme-active #ls-list img {
      margin: 0 10px 2px 0; }
    .x-child-theme-active #ls-list .ls-list-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .x-child-theme-active #ls-list .ls-list-list a,
      .x-child-theme-active #ls-list .ls-list-list span {
        padding-left: 20px;
        color: #575757; }
      .x-child-theme-active #ls-list .ls-list-list a:hover {
        color: #000; }
      .x-child-theme-active #ls-list .ls-list-list > li > span {
        font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 24px;
        padding-bottom: 5px;
        padding-left: 0;
        cursor: default; }
      .x-child-theme-active #ls-list .ls-list-list > li > ul {
        margin-bottom: 20px; }
        .x-child-theme-active #ls-list .ls-list-list > li > ul li {
          position: relative;
          display: inline-block;
          width: 100%; }
          .x-child-theme-active #ls-list .ls-list-list > li > ul li img {
            position: absolute;
            top: 7px; }
          .x-child-theme-active #ls-list .ls-list-list > li > ul li a {
            padding-left: 22px;
            height: 1.5em;
            display: block; }
      .x-child-theme-active #ls-list .ls-list-list ul a {
        display: inline-block;
        padding-left: 0; }
      .x-child-theme-active #ls-list .ls-list-list ul ul {
        padding-left: 20px; }
      .x-child-theme-active #ls-list .ls-list-list ul li.has-children > span {
        position: relative;
        cursor: pointer; }
        .x-child-theme-active #ls-list .ls-list-list ul li.has-children > span:before {
          font-size: 30px;
          position: absolute;
          top: -2px;
          left: 2px;
          display: block;
          width: 10px;
          height: 20px;
          content: '›';
          color: #333333; }
        .x-child-theme-active #ls-list .ls-list-list ul li.has-children > span:hover:before {
          top: 0;
          left: 3px;
          transform: rotate(90deg);
          color: #ffd500; }
      .x-child-theme-active #ls-list .ls-list-list ul li.has-children ul {
        display: none; }
      .x-child-theme-active #ls-list .ls-list-list ul li.has-children.open ul {
        display: block; }
      .x-child-theme-active #ls-list .ls-list-list ul li.has-children.open > span:before {
        top: 0;
        left: 3px;
        transform: rotate(90deg);
        color: #ffd500; }
      .x-child-theme-active #ls-list .ls-list-list ul li.has-children.open > span:hover:before {
        top: 0;
        left: -1px;
        transform: rotate(-90deg); }
    .x-child-theme-active #ls-list #ls-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      text-indent: 9999px;
      border-radius: 50%;
      background-color: #ffd500; }
      .x-child-theme-active #ls-list #ls-close:after {
        font-size: 40px;
        line-height: 19.2px;
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 20px;
        height: 20px;
        content: '+';
        transform: rotate(45deg);
        text-indent: 0;
        color: #000; }
      .x-child-theme-active #ls-list #ls-close:hover {
        background-color: #000; }
        .x-child-theme-active #ls-list #ls-close:hover:after {
          color: #ffd500; }
  .x-child-theme-active section {
    padding: 40px 0; }
    .x-child-theme-active section p:last-child,
    .x-child-theme-active section ol:last-child,
    .x-child-theme-active section ul:last-child {
      margin-bottom: 0; }
  .x-child-theme-active section a[href^="tel:"] {
    color: #575757;
    text-decoration: underline; }
    .x-child-theme-active section a[href^="tel:"]:hover, .x-child-theme-active section a[href^="tel:"]:focus, .x-child-theme-active section a[href^="tel:"]:active {
      color: #000; }
  .x-child-theme-active section .section-icon-container {
    top: -6px;
    display: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffd500; }
    .x-child-theme-active section .section-icon-container > div {
      text-align: center; }
  .x-child-theme-active section .section-headline h2.h1 {
    line-height: 1em;
    color: #575757; }
  .x-child-theme-active section .teaser-link {
    text-decoration: underline;
    text-transform: uppercase; }
  .x-child-theme-active section .teaser-link:hover {
    color: #333333; }
  .x-child-theme-active section.black {
    background-color: #000; }
    .x-child-theme-active section.black a {
      color: #fff; }
      .x-child-theme-active section.black a:hover, .x-child-theme-active section.black a:focus, .x-child-theme-active section.black a:active {
        color: #7f7f7f; }
    .x-child-theme-active section.black h2,
    .x-child-theme-active section.black .section-headline h2.h1 {
      color: #ffd500; }
    .x-child-theme-active section.black p,
    .x-child-theme-active section.black h3,
    .x-child-theme-active section.black h4,
    .x-child-theme-active section.black h5,
    .x-child-theme-active section.black h6,
    .x-child-theme-active section.black a,
    .x-child-theme-active section.black li,
    .x-child-theme-active section.black .teaser-link,
    .x-child-theme-active section.black blockquote footer cite {
      color: #fff; }
    .x-child-theme-active section.black .blockquote-content p {
      color: #000; }
    .x-child-theme-active section.black .gallery_default .wpmf-gallery-item .gallery-icon {
      border: 5px solid #fff; }
    .x-child-theme-active section.black .teaser-link {
      text-decoration: underline;
      text-transform: uppercase; }
    .x-child-theme-active section.black .teaser-link:hover {
      color: #ffd500; }
    .x-child-theme-active section.black .section-icon-container {
      background-color: #ffd500; }
  .x-child-theme-active section.yellow {
    background-color: #ffd500; }
    .x-child-theme-active section.yellow a {
      color: #000; }
      .x-child-theme-active section.yellow a:hover, .x-child-theme-active section.yellow a:focus, .x-child-theme-active section.yellow a:active {
        color: #575757; }
    .x-child-theme-active section.yellow h2,
    .x-child-theme-active section.yellow h3,
    .x-child-theme-active section.yellow h4,
    .x-child-theme-active section.yellow h5,
    .x-child-theme-active section.yellow h6,
    .x-child-theme-active section.yellow p,
    .x-child-theme-active section.yellow blockquote footer cite,
    .x-child-theme-active section.yellow li {
      color: #000; }
    .x-child-theme-active section.yellow blockquote .blockquote-content {
      background-color: #000; }
      .x-child-theme-active section.yellow blockquote .blockquote-content p {
        color: #fff; }
        .x-child-theme-active section.yellow blockquote .blockquote-content p::before, .x-child-theme-active section.yellow blockquote .blockquote-content p::after {
          color: #ffd500; }
    .x-child-theme-active section.yellow .gallery_default .wpmf-gallery-item .gallery-icon {
      border: 5px solid #000; }
    .x-child-theme-active section.yellow .section-icon-container {
      background-color: #000; }
  .x-child-theme-active section.grey,
  .x-child-theme-active section.gray {
    background-color: #d6d6d6; }
    .x-child-theme-active section.grey a,
    .x-child-theme-active section.gray a {
      color: #575757; }
      .x-child-theme-active section.grey a:hover, .x-child-theme-active section.grey a:focus, .x-child-theme-active section.grey a:active,
      .x-child-theme-active section.gray a:hover,
      .x-child-theme-active section.gray a:focus,
      .x-child-theme-active section.gray a:active {
        color: #000; }
    .x-child-theme-active section.grey .button-primary-light,
    .x-child-theme-active section.gray .button-primary-light {
      color: #575757;
      border-color: #575757; }
      .x-child-theme-active section.grey .button-primary-light:hover,
      .x-child-theme-active section.gray .button-primary-light:hover {
        background-color: #575757;
        color: #fff;
        border-color: #575757; }
    .x-child-theme-active section.grey .button-primary-light:hover,
    .x-child-theme-active section.grey .button-primary-dark:hover,
    .x-child-theme-active section.gray .button-primary-light:hover,
    .x-child-theme-active section.gray .button-primary-dark:hover {
      border-color: #575757;
      background-color: #575757;
      color: #fff; }
    .x-child-theme-active section.grey .gallery_default .wpmf-gallery-item .gallery-icon,
    .x-child-theme-active section.gray .gallery_default .wpmf-gallery-item .gallery-icon {
      border: 5px solid #fff; }
  @media only screen and (max-width: 767px) {
    .x-child-theme-active section.with-icon .section-icon-container {
      position: relative;
      margin: 0 auto 20px auto; }
    .x-child-theme-active section.with-icon .section-headline,
    .x-child-theme-active section.with-icon .section-content {
      padding-left: 0; } }
  .x-child-theme-active section.with-icon .section-icon-container {
    position: absolute;
    display: block; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section.with-icon .section-icon-container {
        position: relative; } }
  .x-child-theme-active section.with-icon .section-headline,
  .x-child-theme-active section.with-icon .section-content {
    padding-left: 60px; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section.with-icon .section-headline,
      .x-child-theme-active section.with-icon .section-content {
        padding-left: 0; } }
  .x-child-theme-active section {
    padding: 40px 0; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section .section-headline h2,
      .x-child-theme-active section .section-headline h1,
      .x-child-theme-active section .section-content,
      .x-child-theme-active section .image-left-text,
      .x-child-theme-active section .image-right-text,
      .x-child-theme-active section .button-container {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section .section-headline h2,
      .x-child-theme-active section .section-headline h1,
      .x-child-theme-active section .image-left-text,
      .x-child-theme-active section .image-right-text,
      .x-child-theme-active section .button-container {
        margin-bottom: 20px; } }
    .x-child-theme-active section .section-headline h2:empty,
    .x-child-theme-active section .section-headline h1:empty {
      margin: 0 !important; }
    .x-child-theme-active section ul,
    .x-child-theme-active section ol {
      text-align: left; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section .button-container {
        text-align: center !important; } }
    .x-child-theme-active section .image-left-text .button-container {
      text-align: right; }
    .x-child-theme-active section .button-helper-container {
      height: 40px; }
    .x-child-theme-active section .button-right {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: 0; }
      @media only screen and (max-width: 979px) {
        .x-child-theme-active section .button-right {
          margin-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active section .button-right {
          position: relative;
          right: auto;
          bottom: auto;
          display: block;
          margin: 0 auto !important; } }
  .x-child-theme-active section.headline-center .section-icon-container {
    position: relative;
    margin: 0 auto 20px auto; }
  .x-child-theme-active section.headline-center .section-headline {
    padding-left: 0;
    text-align: center; }
  .x-child-theme-active section.headline-center .section-content {
    padding-left: 0; }
    .x-child-theme-active section.headline-center .section-content .button-right {
      position: relative; }
  .x-child-theme-active section.text-bild-modul .image-left-text,
  .x-child-theme-active section.text-bild-modul .image-left-img {
    float: right; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section.text-bild-modul .image-left-text,
      .x-child-theme-active section.text-bild-modul .image-left-img {
        float: none; } }
  @media only screen and (max-width: 767px) {
    .x-child-theme-active section.text-bild-modul .section-content {
      padding-left: 0; } }
  .x-child-theme-active section.text-bild-modul .section-headline h2:empty {
    margin-bottom: 0; }
  .x-child-theme-active section.stoerer-modul .section-content {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section.stoerer-modul .section-content {
        width: 100%; } }
  .x-child-theme-active section.stoerer-modul.headline-center .section-content {
    width: 100%;
    text-align: center; }
  .x-child-theme-active section.fachberaterin-modul .section-headline h2 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section.fachberaterin-modul .section-headline h2 {
        margin-bottom: 20px; } }
  .x-child-theme-active section.fachberaterin-modul .sf-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active section.fachberaterin-modul .sf-row {
        -ms-flex-direction: column;
        flex-direction: column; }
        .x-child-theme-active section.fachberaterin-modul .sf-row .sf-col-3 {
          width: 100%;
          text-align: center; } }
    .x-child-theme-active section.fachberaterin-modul .sf-row .enjopreneur-large,
    .x-child-theme-active section.fachberaterin-modul .sf-row .enjopreneur-large-yellow {
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active section.fachberaterin-modul .sf-row .enjopreneur-large,
        .x-child-theme-active section.fachberaterin-modul .sf-row .enjopreneur-large-yellow {
          margin-bottom: 20px;
          margin-top: 20px; } }
    .x-child-theme-active section.fachberaterin-modul .sf-row .button-right {
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active section.fachberaterin-modul .sf-row .button-right {
          margin-right: 0; } }
  .x-child-theme-active.content-helvetica section .section-icon-container {
    top: 0; }
  .x-child-theme-active section.full-width-gallery {
    padding: 0; }
    .x-child-theme-active section.full-width-gallery .x-container.width {
      width: 100%;
      max-width: 100%; }
      .x-child-theme-active section.full-width-gallery .x-container.width .section-headline {
        max-width: 940px;
        margin: 0 auto; }
      .x-child-theme-active section.full-width-gallery .x-container.width img {
        width: 100%;
        height: auto; }
  @media only screen and (max-width: 767px) {
    .x-child-theme-active .einkaufen-modul {
      text-align: center; } }
  .x-child-theme-active .einkaufen-modul .section-headline h2 {
    margin-bottom: 40px;
    text-align: center; }
  .x-child-theme-active .einkaufen-modul .step-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step-container {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px; } }
  .x-child-theme-active .einkaufen-modul .step > p {
    display: none; }
  .x-child-theme-active .einkaufen-modul .step {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 150px;
    margin: 0 auto; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .einkaufen-modul .step {
        width: 100px; } }
    .x-child-theme-active .einkaufen-modul .step .step-help-container {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .einkaufen-modul .step .step-help-container {
          width: 100px; }
          .x-child-theme-active .einkaufen-modul .step .step-help-container .step-name,
          .x-child-theme-active .einkaufen-modul .step .step-help-container .step-content {
            display: block;
            position: relative; } }
  .x-child-theme-active .einkaufen-modul .step-name {
    position: absolute;
    bottom: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step-name {
        position: relative; } }
    .x-child-theme-active .einkaufen-modul .step-name h4 {
      color: #fff; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .einkaufen-modul .step-name h4 {
          font-size: 12px;
          margin-bottom: 8px; } }
  .x-child-theme-active .einkaufen-modul a > .step-name h4 {
    cursor: pointer; }
    .x-child-theme-active .einkaufen-modul a > .step-name h4:hover {
      color: #ffd500;
      text-decoration: underline; }
  .x-child-theme-active .einkaufen-modul .step-content {
    position: relative;
    display: inline-block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 150px;
    height: 150px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .einkaufen-modul .step-content {
        width: 100px;
        height: 100px; } }
  .x-child-theme-active .einkaufen-modul .step2 {
    width: 150px; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .einkaufen-modul .step2 {
        width: 100px; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step2 {
        width: 250px;
        margin: 0 auto; } }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .einkaufen-modul .step2 .step-name {
        width: 100px; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step2 .step-name {
        margin-bottom: 8px; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step2 .step-name h4 {
        margin-bottom: 0; } }
    .x-child-theme-active .einkaufen-modul .step2 .step-content::after {
      position: absolute;
      display: block;
      width: 5px;
      height: 5px;
      content: '';
      border: 5px solid transparent; }
  .x-child-theme-active .einkaufen-modul .step-help-container:first-child {
    float: left; }
    .x-child-theme-active .einkaufen-modul .step-help-container:first-child .step-content {
      margin-right: 0;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .einkaufen-modul .step-help-container:first-child .step-content {
          margin-right: 45px;
          margin-bottom: 0; } }
      .x-child-theme-active .einkaufen-modul .step-help-container:first-child .step-content::after {
        bottom: -14px;
        left: calc(50% - 5px);
        border-bottom-color: #7f7f7f; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .einkaufen-modul .step-help-container:first-child .step-content::after {
            top: 45px;
            right: -14px;
            left: auto;
            border-right-color: #7f7f7f;
            border-bottom-color: transparent; } }
  .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) {
    float: right; }
    .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-name {
      position: absolute;
      top: 100%;
      bottom: auto;
      width: 150px; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-name {
          width: 100px; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-name {
          margin-bottom: 18px;
          right: 0;
          position: relative; } }
      .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-name h4 {
        margin-top: 10px;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-name h4 {
            margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-content {
        margin-top: -10px; } }
    .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-content::after {
      top: -14px;
      left: calc(50% - 5px);
      border-top-color: #7f7f7f; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .einkaufen-modul .step-help-container:nth-child(2) .step-content::after {
          top: 45px;
          left: -14px;
          border-top-color: transparent;
          border-left-color: #7f7f7f; } }
  .x-child-theme-active .einkaufen-modul .step-arrows {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: calc((100% - (150px * 4)) / 3);
    padding-left: 3%; }
    @media only screen and (max-width: 979px) {
      .x-child-theme-active .einkaufen-modul .step-arrows {
        width: 100px;
        padding-left: 2%; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul .step-arrows {
        margin: 8px auto;
        padding-left: 0; } }
    .x-child-theme-active .einkaufen-modul .step-arrows span {
      float: left;
      margin: 0 auto;
      border: 5px solid transparent;
      border-left-color: #7f7f7f; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .einkaufen-modul .step-arrows span {
          line-height: 5px;
          display: block;
          float: none;
          width: 10px;
          border-top-color: #7f7f7f;
          border-left-color: transparent; }
          .x-child-theme-active .einkaufen-modul .step-arrows span:nth-child(3), .x-child-theme-active .einkaufen-modul .step-arrows span:nth-child(4), .x-child-theme-active .einkaufen-modul .step-arrows span:nth-child(5) {
            display: none; } }
  .x-child-theme-active .step-content-icon {
    position: absolute !important;
    right: 0;
    left: 0;
    margin: 0 auto; }
  .x-child-theme-active .find-an-enjopreneur {
    top: calc(50% - 72px);
    content: ''; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .find-an-enjopreneur {
        transform: scale(0.7, 0.7); } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .find-an-enjopreneur {
        left: -21px; } }
  .x-child-theme-active .personal-enjo-appointment {
    top: calc(50% - 72px);
    content: ''; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .personal-enjo-appointment {
        transform: scale(0.7, 0.7); } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .personal-enjo-appointment {
        left: -21px; } }
  .x-child-theme-active .demo-enjo {
    top: calc(50% - 71px);
    content: ''; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .demo-enjo {
        transform: scale(0.7, 0.7); } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .demo-enjo {
        left: -21px; } }
  .x-child-theme-active .test-and-buy {
    top: calc(50% - 72px);
    content: ''; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .test-and-buy {
        transform: scale(0.7, 0.7); } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .test-and-buy {
        left: -21px; } }
  .x-child-theme-active .create-your-enjo-makeover {
    top: calc(50% - 72px);
    content: ''; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .create-your-enjo-makeover {
        transform: scale(0.7, 0.7); } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .create-your-enjo-makeover {
        left: -21px; } }
  .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-help-container:first-child .step-content::after {
    border-bottom-color: #333333; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-help-container:first-child .step-content::after {
        border-right-color: #333333; } }
  .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-help-container:nth-child(2) .step-content::after {
    border-top-color: #333333; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-help-container:nth-child(2) .step-content::after {
        border-left-color: #333333; } }
  .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-arrows span {
    border-left-color: #333333; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-arrows span {
        border-top-color: #333333; } }
  .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) .step-name h4 {
    color: #575757; }
  .x-child-theme-active .einkaufen-modul:not(.black):not(.gray) a > .step-name h4:hover {
    color: #333333; }
  .x-child-theme-active .einkaufen-modul.gray .step-name h4 {
    color: #575757; }
  .x-child-theme-active .einkaufen-modul.gray a > .step-name h4:hover {
    color: #333333; }
  .x-child-theme-active .einkaufen-modul.yellow .step-name h4 {
    color: #000; }
  .x-child-theme-active .einkaufen-modul.yellow a > .step-name h4:hover {
    color: #575757; }
  .x-child-theme-active .einkaufen-modul.white .x-btn.button-right,
  .x-child-theme-active .einkaufen-modul.white .button.button-right {
    color: #575757;
    border-color: #575757; }
    .x-child-theme-active .einkaufen-modul.white .x-btn.button-right:hover,
    .x-child-theme-active .einkaufen-modul.white .button.button-right:hover {
      color: #fff;
      background-color: #575757;
      border-color: #575757; }
  .x-child-theme-active .vorteile-modul .section-icon-container {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000; }
    .x-child-theme-active .vorteile-modul .section-icon-container > div {
      text-align: center; }
  .x-child-theme-active .vorteile-modul .section-icon-container {
    display: inline-block;
    float: left;
    margin-top: 0; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .vorteile-modul .section-icon-container {
        display: block;
        float: none;
        margin: 0 auto; } }
  .x-child-theme-active .vorteile-modul .sf-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .vorteile-modul .sf-col {
        margin-bottom: 20px; }
        .x-child-theme-active .vorteile-modul .sf-col:last-child {
          margin-bottom: 0; } }
  .x-child-theme-active .vorteile-modul h4 {
    font-size: 14px;
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin-bottom: 0;
    padding-left: 20px;
    text-align: left;
    color: #fff; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .vorteile-modul h4 {
        float: none; } }
    .x-child-theme-active .vorteile-modul h4 span {
      line-height: 1em;
      margin-right: 15px; }
  .x-child-theme-active .vorteile-modul.yellow h4 {
    color: #000; }
  .x-child-theme-active .vorteile-modul.gray h4 {
    color: #575757; }
  .x-child-theme-active .video-modul .section-content p:last-of-type {
    margin-bottom: 20px; }
  .x-child-theme-active .video-modul .media-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/ }
  .x-child-theme-active .video-modul .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .x-child-theme-active .video-modul .js-video-lead {
    position: static !important; }
    .x-child-theme-active .video-modul .js-video-lead img {
      top: calc(50% - 30px) !important;
      left: calc(50% - 30px) !important; }
  .x-child-theme-active .teaser-modul {
    padding: 40px 0; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .teaser-modul {
        padding: 20px 0; } }
    .x-child-theme-active .teaser-modul.headline-center h2.h1 {
      font-family: "DINWeb-Light", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 1.2em;
      font-size: 28px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .x-child-theme-active .teaser-modul h4 {
      font-size: 16px; }
    .x-child-theme-active .teaser-modul p {
      margin-bottom: 15px; }
    .x-child-theme-active .teaser-modul img {
      margin-bottom: 20px; }
    .x-child-theme-active .teaser-modul a {
      text-decoration: none; }
      .x-child-theme-active .teaser-modul a img {
        opacity: 1;
        transition: opacity 0.5s ease;
        -webkit-transform: translateZ(0px); }
      .x-child-theme-active .teaser-modul a:hover img {
        opacity: 0.5; }
  .x-child-theme-active.content-helvetica .teaser-modul.headline-center h2.h1 {
    font-family: "Helvetica Neue LT W06_35 Thin", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.4; }
  .x-child-theme-active .faq-container .faq-icon-container {
    top: 0;
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffd500; }
    .x-child-theme-active .faq-container .faq-icon-container > div {
      text-align: center; }
  .x-child-theme-active .faq-container .vorteile-modul h4 {
    text-align: left; }
  .x-child-theme-active .faq-container .faq-products h2 {
    margin-bottom: 40px; }
  .x-child-theme-active .faq-container .x-accordion {
    margin-bottom: 0; }
  .x-child-theme-active .enjopreneur-search-container section.enjopreneur-search-head {
    padding-top: 20px;
    padding-bottom: 20px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head input {
    width: 100%;
    text-transform: uppercase; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head .sf-row {
    margin-bottom: 10px; }
  @media only screen and (max-width: 939px) {
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head .card-list-change {
      display: none; } }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head .button {
    padding: 10px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head .button-card-list-change {
    font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    font-size: 12px;
    width: auto;
    margin-right: 6px;
    padding: 6px 8px 4px 8px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.black .button-card-list-change {
    color: #7f7f7f;
    border-color: #7f7f7f; }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.black .button-card-list-change:hover, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.black .button-card-list-change.active {
      color: #fff;
      border-color: #fff; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.white .button-card-list-change, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.gray .button-card-list-change, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.grey .button-card-list-change {
    color: #7f7f7f;
    border-color: #7f7f7f; }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.white .button-card-list-change:hover, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.white .button-card-list-change.active, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.gray .button-card-list-change:hover, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.gray .button-card-list-change.active, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.grey .button-card-list-change:hover, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.grey .button-card-list-change.active {
      color: #fff;
      border-color: #7f7f7f;
      background-color: #7f7f7f; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.yellow .button-card-list-change {
    color: #000;
    border-color: #000; }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.yellow .button-card-list-change:hover, .x-child-theme-active .enjopreneur-search-container .enjopreneur-search-head.yellow .button-card-list-change.active {
      color: #ffd500;
      background-color: #000; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail::after {
    display: block;
    clear: both;
    content: '';
    floar: none; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail img {
    float: left;
    margin-bottom: 0; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail p {
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 24px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail p.enjopreneur-name {
    font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    font-size: 16px;
    margin-bottom: 20px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail span.icon {
    position: absolute;
    top: -3px;
    left: 0;
    margin: 0; }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail span.icon.improve-well-being-enjo-sm {
      left: -2px; }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail span.icon.about-me {
      left: -2px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail .button {
    padding: 10px; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .sf-col:nth-child(2n-1) {
    clear: both; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail {
    margin-bottom: 20px;
    background-color: #d6d6d6; }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail img {
      width: 35%;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail img {
          float: none;
          width: 100%; } }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail .enjopreneur-info {
      padding: 20px;
      padding-left: calc(35% + 20px); }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail .enjopreneur-info {
          padding-left: 20px; } }
      .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail .enjopreneur-info p.enjopreneur-name {
        font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 1.2em;
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 0; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .sf-col:last-child .enjopreneur-detail {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #7f7f7f; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .sf-row,
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .sf-col-2 {
    width: 100%;
    margin: 0;
    padding: 0; }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail img {
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail img {
        float: none;
        width: 100%;
        margin-bottom: 0; } }
  .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail .enjopreneur-info {
    padding-top: 2px;
    padding-left: calc(20% + 20px); }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail .enjopreneur-info {
        margin-top: 20px;
        padding-left: 0; } }
    .x-child-theme-active .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail .enjopreneur-info p.enjopreneur-name {
      font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 1.2em;
      font-size: 16px;
      padding-left: 0; }
  .x-child-theme-active.content-helvetica .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-cards .enjopreneur-detail .enjopreneur-info p.enjopreneur-name {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active.content-helvetica .enjopreneur-search-container .enjopreneur-overview .enjopreneur-detail p.enjopreneur-name {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active.content-helvetica .enjopreneur-search-container .enjopreneur-overview.enjopreneur-overview-list .enjopreneur-detail .enjopreneur-info p.enjopreneur-name {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active.content-helvetica .enjopreneur-search-container .enjopreneur-search-head .button.button-card-list-change {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active .product-filter-container.black {
    padding: 20px 0; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .product-filter-container.black {
        padding: 20px 0 0; } }
  .x-child-theme-active .product-filter-container .multi-select {
    width: 100% !important; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .product-filter-container .multi-select {
        margin-bottom: 20px; } }
  .x-child-theme-active .product-filter-container .product-selection {
    margin-bottom: 20px; }
    .x-child-theme-active .product-filter-container .product-selection .product-selection-label span {
      font-size: 14px;
      line-height: 26px;
      display: block;
      color: #fff; }
  .x-child-theme-active .product-filter-container .button.button-selection,
  .x-child-theme-active .product-filter-container .button.button-no-filter {
    font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
    letter-spacing: 0.015em;
    line-height: 1.2em;
    font-size: 12px;
    width: auto;
    margin-right: 6px;
    padding: 6px 8px 4px 20px;
    color: #fff;
    border-color: #fff; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .product-filter-container .button.button-selection,
      .x-child-theme-active .product-filter-container .button.button-no-filter {
        margin-bottom: 10px; } }
    .x-child-theme-active .product-filter-container .button.button-selection::before, .x-child-theme-active .product-filter-container .button.button-selection::after,
    .x-child-theme-active .product-filter-container .button.button-no-filter::before,
    .x-child-theme-active .product-filter-container .button.button-no-filter::after {
      position: absolute;
      top: 11px;
      left: 6px;
      display: block;
      width: 10px;
      height: 2px;
      content: '';
      background-color: #fff; }
    .x-child-theme-active .product-filter-container .button.button-selection::before,
    .x-child-theme-active .product-filter-container .button.button-no-filter::before {
      transform: rotate(45deg); }
    .x-child-theme-active .product-filter-container .button.button-selection::after,
    .x-child-theme-active .product-filter-container .button.button-no-filter::after {
      transform: rotate(-45deg); }
    .x-child-theme-active .product-filter-container .button.button-selection.inactive, .x-child-theme-active .product-filter-container .button.button-selection:hover,
    .x-child-theme-active .product-filter-container .button.button-no-filter.inactive,
    .x-child-theme-active .product-filter-container .button.button-no-filter:hover {
      color: #7f7f7f;
      border-color: #7f7f7f; }
      .x-child-theme-active .product-filter-container .button.button-selection.inactive::before, .x-child-theme-active .product-filter-container .button.button-selection.inactive::after, .x-child-theme-active .product-filter-container .button.button-selection:hover::before, .x-child-theme-active .product-filter-container .button.button-selection:hover::after,
      .x-child-theme-active .product-filter-container .button.button-no-filter.inactive::before,
      .x-child-theme-active .product-filter-container .button.button-no-filter.inactive::after,
      .x-child-theme-active .product-filter-container .button.button-no-filter:hover::before,
      .x-child-theme-active .product-filter-container .button.button-no-filter:hover::after {
        background-color: #7f7f7f; }
  .x-child-theme-active .product-filter-container .button.button-no-filter {
    width: 100%;
    margin-right: 0; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .product-filter-container .button.button-no-filter {
        margin-bottom: 0; } }
  .x-child-theme-active a.sf-cat {
    display: block;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #d6d6d6; }
    .x-child-theme-active a.sf-cat::after {
      position: absolute;
      right: 15px;
      bottom: 30px;
      display: block;
      width: 6px;
      height: 6px;
      content: '';
      border: 6px solid transparent;
      border-left-color: #000; }
    .x-child-theme-active a.sf-cat h6,
    .x-child-theme-active a.sf-cat p {
      font-size: 14px !important; }
    .x-child-theme-active a.sf-cat h6 {
      text-transform: uppercase; }
  .x-child-theme-active a.sf-cat-kitchen:hover {
    background-color: #dfefe5; }
  .x-child-theme-active a.sf-cat-kitchen h6 {
    color: #00aa76; }
  .x-child-theme-active a.sf-cat-kitchen::after {
    border-left-color: #00aa76; }
  .x-child-theme-active a.sf-cat-bathroom:hover,
  .x-child-theme-active a.sf-cat-bath:hover {
    background-color: #fff8ca; }
  .x-child-theme-active a.sf-cat-bathroom h6,
  .x-child-theme-active a.sf-cat-bath h6 {
    color: #aaa7a3; }
  .x-child-theme-active a.sf-cat-bathroom::after,
  .x-child-theme-active a.sf-cat-bath::after {
    border-left-color: #aaa7a3; }
  .x-child-theme-active a.sf-cat-living:hover {
    background-color: #cae3f7; }
  .x-child-theme-active a.sf-cat-living h6 {
    color: #0067b1; }
  .x-child-theme-active a.sf-cat-living::after {
    border-left-color: #0067b1; }
  .x-child-theme-active a.sf-cat-floor:hover {
    background-color: #e0f0ff; }
  .x-child-theme-active a.sf-cat-floor h6 {
    color: #79b6e4; }
  .x-child-theme-active a.sf-cat-floor::after {
    border-left-color: #79b6e4; }
  .x-child-theme-active a.sf-cat-window:hover {
    background-color: #e0f0ff; }
  .x-child-theme-active a.sf-cat-window h6 {
    color: #79b6e4; }
  .x-child-theme-active a.sf-cat-window::after {
    border-left-color: #79b6e4; }
  .x-child-theme-active a.sf-cat-outdoor:hover {
    background-color: #eeeceb; }
  .x-child-theme-active a.sf-cat-outdoor h6 {
    color: #aaa7a3; }
  .x-child-theme-active a.sf-cat-outdoor::after {
    border-left-color: #aaa7a3; }
  .x-child-theme-active a.sf-cat-spa:hover {
    background-color: #f1e4fa; }
  .x-child-theme-active a.sf-cat-spa h6 {
    color: #9061a5; }
  .x-child-theme-active a.sf-cat-spa::after {
    border-left-color: #9061a5; }
  .x-child-theme-active a.sf-cat-helpers:hover {
    background-color: #ffe8e8; }
  .x-child-theme-active a.sf-cat-helpers h6 {
    color: #f29095; }
  .x-child-theme-active a.sf-cat-helpers::after {
    border-left-color: #f29095; }
  .x-child-theme-active a.sf-cat-dust:hover {
    background-color: #ffe8e8; }
  .x-child-theme-active a.sf-cat-dust h6 {
    color: #f29095; }
  .x-child-theme-active a.sf-cat-dust::after {
    border-left-color: #f29095; }
  .x-child-theme-active .product-overview-container .product-overview {
    padding-bottom: 0; }
  .x-child-theme-active .product-overview-container .x-pagination {
    margin: 30px 0; }
  .x-child-theme-active .product-overview-container .product-overview-image {
    box-sizing: border-box; }
    .x-child-theme-active .product-overview-container .product-overview-image img {
      display: block;
      box-sizing: border-box;
      max-width: 100%;
      max-height: 100%;
      margin-left: auto !important;
      margin-right: auto !important; }
  .x-child-theme-active.content-helvetica .product-filter-container .button.button-selection,
  .x-child-theme-active.content-helvetica .product-filter-container .button.button-no-filter {
    font-family: 'Helvetica Neue LT W06_55 Roman', Helvetica, Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: 0.05em; }
  .x-child-theme-active .product-detail-container .product-detail-images .ls-container {
    margin-bottom: 60px !important; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .product-detail-container .product-detail-images .ls-container {
        margin-bottom: 80px !important; } }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .product-detail-container .product-detail-images .ls-container {
        margin-bottom: 60px !important; } }
  .x-child-theme-active .product-detail-container .product-detail-text {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .product-detail-container .product-detail-text h1.h2 {
        margin-top: 80px; } }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .product-detail-container .product-detail-text h1.h2 {
        margin-top: 40px; } }
  .x-child-theme-active .product-detail-container .ls-numbers .ls-nav-prev,
  .x-child-theme-active .product-detail-container .ls-numbers .ls-nav-next {
    z-index: 50;
    background-color: #575757; }
  .x-child-theme-active .product-detail-container .ls-numbers .ls-thumbnail {
    top: 20px; }
  .x-child-theme-active .product-detail-container .list-checked li::before {
    top: 5px; }
  .x-child-theme-active .product-detail-container .product-attribute {
    line-height: 1.5em;
    margin-bottom: 5px; }
  .x-child-theme-active .product-detail-container .stoerer-modul .section-headline {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .x-child-theme-active .product-detail-container .stoerer-modul .section-headline {
        width: 100%; } }
  .x-child-theme-active .product-detail-container .product-damp p {
    padding-left: 20px; }
  .x-child-theme-active .product-detail-container .product-damp .use-damp,
  .x-child-theme-active .product-detail-container .product-damp .use-dry,
  .x-child-theme-active .product-detail-container .product-damp .use-wet {
    float: left;
    margin-top: -2px;
    margin-right: 6px; }
  .x-child-theme-active .product-detail-container .x-accordion-toggle {
    font-size: 18px; }
  .x-child-theme-active .product-detail-container .x-accordion-group {
    margin: 0; }
    .x-child-theme-active .product-detail-container .x-accordion-group .x-accordion-heading .x-accordion-toggle {
      font-size: 16px; }
    .x-child-theme-active .product-detail-container .x-accordion-group.product-use .x-accordion-heading::after {
      top: 10px; }
    .x-child-theme-active .product-detail-container .x-accordion-group.product-tips .x-accordion-heading::after {
      top: 10px; }
    .x-child-theme-active .product-detail-container .x-accordion-group.product-hint .x-accordion-heading::after {
      top: 6px; }
  .x-child-theme-active .product-detail-container .related-products,
  .x-child-theme-active .product-detail-container .recommended-products {
    background-color: #d6d6d6; }
    .x-child-theme-active .product-detail-container .related-products .sf-row,
    .x-child-theme-active .product-detail-container .recommended-products .sf-row {
      display: -ms-flexbox;
      display: flex; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .product-detail-container .related-products .sf-row.four-cols,
      .x-child-theme-active .product-detail-container .recommended-products .sf-row.four-cols {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .x-child-theme-active .product-detail-container .related-products .sf-cat,
    .x-child-theme-active .product-detail-container .recommended-products .sf-cat {
      position: relative;
      background-color: #fff;
      text-align: center;
      padding: 10px;
      float: none;
      margin-bottom: 0; }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .product-detail-container .related-products .sf-cat,
        .x-child-theme-active .product-detail-container .recommended-products .sf-cat {
          margin-bottom: 0 !important; } }
      .x-child-theme-active .product-detail-container .related-products .sf-cat h6,
      .x-child-theme-active .product-detail-container .recommended-products .sf-cat h6 {
        color: #575757; }
      .x-child-theme-active .product-detail-container .related-products .sf-cat:after,
      .x-child-theme-active .product-detail-container .recommended-products .sf-cat:after {
        border-left-color: #575757;
        right: 5px;
        bottom: 10px; }
      .x-child-theme-active .product-detail-container .related-products .sf-cat:hover,
      .x-child-theme-active .product-detail-container .recommended-products .sf-cat:hover {
        box-shadow: 0 0 10px rgba(87, 87, 87, 0.3);
        transform: scale(1.05);
        transition: transform .15s ease-in-out, box-shadow .15s ease-in-out; }
      .x-child-theme-active .product-detail-container .related-products .sf-cat.thumbnail-hover,
      .x-child-theme-active .product-detail-container .recommended-products .sf-cat.thumbnail-hover {
        opacity: 0.5;
        transition: opacity .15s ease-out; }
    .x-child-theme-active .product-detail-container .related-products .product-overview-text,
    .x-child-theme-active .product-detail-container .recommended-products .product-overview-text {
      text-align: left; }
    .x-child-theme-active .product-detail-container .related-products img,
    .x-child-theme-active .product-detail-container .recommended-products img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto !important; }
  .x-child-theme-active .product-detail-container .list-checked li::before {
    top: 5px; }
  .x-child-theme-active .product-overview-container-new {
    background-color: #d6d6d6; }
  .x-child-theme-active .product-overview-container .group-area-step-2 .well {
    padding-bottom: 20px; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .product-overview-container .group-area-step-2 .well {
        padding-bottom: calc(20px *2); } }
  .x-child-theme-active .product-overview-container .group-area-hidden {
    display: none; }
  .x-child-theme-active .product-overview-container .nice-select {
    display: none; }
  .x-child-theme-active .product-overview-container .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .x-child-theme-active .product-overview-container .well {
    padding: calc(20px * 2);
    margin-bottom: 0; }
    @media only screen and (max-width: 939px) {
      .x-child-theme-active .product-overview-container .well {
        padding-left: 0;
        padding-right: 0; } }
    .x-child-theme-active .product-overview-container .well h3 {
      line-height: 26px;
      display: block;
      margin-bottom: 0; }
    .x-child-theme-active .product-overview-container .well h4 {
      font-size: 14px;
      line-height: 26px;
      display: block;
      text-transform: none; }
    .x-child-theme-active .product-overview-container .well .clear-button {
      width: calc(25% - 15px);
      letter-spacing: 0.015em;
      font-size: 12px;
      padding: 6px 8px 4px 20px;
      margin-bottom: 20px;
      border-color: #7f7f7f;
      color: #7f7f7f;
      font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 1.2em; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .product-overview-container .well .clear-button {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .product-overview-container .well .clear-button {
          width: 100%; } }
      .x-child-theme-active .product-overview-container .well .clear-button:before, .x-child-theme-active .product-overview-container .well .clear-button:after {
        position: absolute;
        top: 11px;
        left: 6px;
        display: block;
        width: 10px;
        height: 2px;
        content: '';
        background-color: #7f7f7f; }
      .x-child-theme-active .product-overview-container .well .clear-button:before {
        transform: rotate(45deg); }
      .x-child-theme-active .product-overview-container .well .clear-button:after {
        transform: rotate(-45deg); }
      .x-child-theme-active .product-overview-container .well .clear-button:hover {
        border-color: #575757;
        color: #575757;
        background-color: inherit; }
        .x-child-theme-active .product-overview-container .well .clear-button:hover:before, .x-child-theme-active .product-overview-container .well .clear-button:hover:after {
          background-color: #575757; }
      .x-child-theme-active .product-overview-container .well .clear-button:active, .x-child-theme-active .product-overview-container .well .clear-button:focus {
        border-color: #fff;
        color: #fff;
        background-color: transparent; }
        .x-child-theme-active .product-overview-container .well .clear-button:active:before, .x-child-theme-active .product-overview-container .well .clear-button:active:after, .x-child-theme-active .product-overview-container .well .clear-button:focus:before, .x-child-theme-active .product-overview-container .well .clear-button:focus:after {
          background-color: #fff; }
    .x-child-theme-active .product-overview-container .well .btn-group {
      width: 100%; }
    .x-child-theme-active .product-overview-container .well .btn.multiselect {
      width: 100%;
      text-align: left;
      text-transform: uppercase;
      font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
      letter-spacing: 0.015em;
      line-height: 1.2em;
      padding: 0 30px 0 12px;
      line-height: 32px;
      border-color: #ffd500;
      border-radius: 3px;
      outline: none;
      box-shadow: none;
      background-color: #ffd500; }
      @media only screen and (max-width: 979px) {
        .x-child-theme-active .product-overview-container .well .btn.multiselect {
          margin-bottom: 20px; } }
      .x-child-theme-active .product-overview-container .well .btn.multiselect .multiselect-selected-text {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .x-child-theme-active .product-overview-container .well .btn.multiselect .caret {
        position: absolute;
        top: 12px;
        right: 8px;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-top-color: #000; }
      .x-child-theme-active .product-overview-container .well .btn.multiselect:hover.clear-button {
        background-color: #000;
        border-color: #7f7f7f;
        color: #fff; }
        .x-child-theme-active .product-overview-container .well .btn.multiselect:hover.clear-button .caret {
          border-top-color: #575757; }
    .x-child-theme-active .product-overview-container .well .btn-group.open .btn.multiselect {
      border-radius: 3px 3px 0 0;
      background-color: #000;
      border-color: #7f7f7f;
      color: #fff; }
      .x-child-theme-active .product-overview-container .well .btn-group.open .btn.multiselect .caret {
        border-top-color: #fff; }
    .x-child-theme-active .product-overview-container .well .form-group {
      margin-bottom: 0; }
      @media only screen and (max-width: 939px) {
        .x-child-theme-active .product-overview-container .well .form-group:last-of-type .btn.multiselect {
          margin-bottom: 0; } }
      .x-child-theme-active .product-overview-container .well .form-group h3,
      .x-child-theme-active .product-overview-container .well .form-group h4 {
        margin-bottom: 0; }
        .x-child-theme-active .product-overview-container .well .form-group h3:last-child,
        .x-child-theme-active .product-overview-container .well .form-group h4:last-child {
          margin-bottom: 12px; }
    .x-child-theme-active .product-overview-container .well ul.multiselect-container {
      margin: 0;
      background-color: #000;
      border-radius: 0;
      border-color: #7f7f7f;
      padding: 0 8px;
      top: calc(100% - 1px);
      max-height: 300px;
      overflow-y: scroll;
      width: 100%; }
      @media only screen and (max-width: 979px) {
        .x-child-theme-active .product-overview-container .well ul.multiselect-container {
          top: calc(100% - 1px - 20px); } }
      .x-child-theme-active .product-overview-container .well ul.multiselect-container li {
        outline: none; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container li.active a {
          background-color: transparent; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container li a input {
          top: 0; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container li a label {
          color: #ffd500;
          text-transform: none;
          line-height: 1.7em;
          margin-bottom: 5px;
          padding: 0 0 0 25px; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container li a:hover,
        .x-child-theme-active .product-overview-container .well ul.multiselect-container li a:active,
        .x-child-theme-active .product-overview-container .well ul.multiselect-container li a:focus {
          background-color: transparent; }
          .x-child-theme-active .product-overview-container .well ul.multiselect-container li a:hover label,
          .x-child-theme-active .product-overview-container .well ul.multiselect-container li a:active label,
          .x-child-theme-active .product-overview-container .well ul.multiselect-container li a:focus label {
            color: #fff; }
      .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter {
        position: relative; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .multiselect-search {
          background-color: #ffd500;
          line-height: 1.3em;
          padding: 5px 10px 5px 30px;
          color: black; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .search-icon {
          position: absolute;
          top: 5px;
          z-index: 3;
          left: 5px; }
        .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .multiselect-clear-filter {
          margin: 0;
          border-radius: 0;
          background-color: transparent;
          border: none;
          padding: 0;
          width: 20px;
          height: 20px;
          margin-left: 8px;
          outline: none; }
          .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .multiselect-clear-filter:before, .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .multiselect-clear-filter:after {
            content: "";
            display: block;
            background-color: #7f7f7f;
            width: 20px;
            height: 3px;
            position: absolute; }
          .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .multiselect-clear-filter:before {
            transform: rotate(45deg); }
          .x-child-theme-active .product-overview-container .well ul.multiselect-container .multiselect-filter .multiselect-clear-filter:after {
            transform: rotate(-45deg); }
      .x-child-theme-active .product-overview-container .well ul.multiselect-container .input-group {
        margin: 8px 2px; }
  .x-child-theme-active .product-overview-container .product-list {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding-top: calc(20px * 2);
    padding-bottom: 20px; }
    .x-child-theme-active .product-overview-container .product-list + div + .x-pagination {
      margin-top: calc(20px / 2); }
      .x-child-theme-active .product-overview-container .product-list + div + .x-pagination .single_page,
      .x-child-theme-active .product-overview-container .product-list + div + .x-pagination li > *:not(.current) {
        border: 1px solid #575757;
        color: #575757;
        background-color: #fff; }
    .x-child-theme-active .product-overview-container .product-list .product-thumbnail {
      position: relative;
      text-align: left;
      text-decoration: none;
      margin: 0 20px 20px 0;
      padding: 10px;
      cursor: pointer;
      width: calc((100% - 60px) / 4);
      background-color: #fff;
      opacity: 1;
      transition: opacity .15s ease-in-out .1s, transform .15s ease-in-out; }
      .x-child-theme-active .product-overview-container .product-list .product-thumbnail:nth-child(4n) {
        margin-right: 0; }
      @media only screen and (max-width: 1024px) {
        .x-child-theme-active .product-overview-container .product-list .product-thumbnail {
          width: calc((100% - 40px) / 3); }
          .x-child-theme-active .product-overview-container .product-list .product-thumbnail:nth-child(4n) {
            margin-right: 20px; }
          .x-child-theme-active .product-overview-container .product-list .product-thumbnail:nth-child(3n) {
            margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        .x-child-theme-active .product-overview-container .product-list .product-thumbnail {
          width: calc((100% - 20px) / 2); }
          .x-child-theme-active .product-overview-container .product-list .product-thumbnail:nth-child(3n) {
            margin-right: 20px; }
          .x-child-theme-active .product-overview-container .product-list .product-thumbnail:nth-child(2n) {
            margin-right: 0; } }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .product-overview-container .product-list .product-thumbnail {
          width: 100%;
          margin-right: 0; }
          .x-child-theme-active .product-overview-container .product-list .product-thumbnail:nth-child(3n) {
            margin-right: 0; } }
      .x-child-theme-active .product-overview-container .product-list .product-thumbnail:hover {
        text-decoration: none;
        box-shadow: 0 0 10px rgba(87, 87, 87, 0.3);
        transform: scale(1.05);
        transition: transform .15s ease-in-out, box-shadow .15s ease-in-out; }
      .x-child-theme-active .product-overview-container .product-list .product-thumbnail:after {
        position: absolute;
        right: 5px;
        bottom: 10px;
        display: block;
        width: 6px;
        height: 6px;
        content: '';
        border: 6px solid transparent;
        border-left-color: #7f7f7f; }
      .x-child-theme-active .product-overview-container .product-list .product-thumbnail p {
        font-size: 14px;
        color: #575757;
        margin-bottom: 0;
        padding-bottom: 10px; }
      .x-child-theme-active .product-overview-container .product-list .product-thumbnail h5 {
        font-size: 14px;
        color: #575757;
        font-family: "DINWeb-Medium", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 1.2em; }
      .x-child-theme-active .product-overview-container .product-list .product-thumbnail .thumbnail-container img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    .x-child-theme-active .product-overview-container .product-list .thumbnail-hover {
      opacity: 0.5;
      transition: opacity .15s ease-out; }
  .x-child-theme-active .loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .x-child-theme-active .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .x-child-theme-active .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .x-child-theme-active .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }
  .x-child-theme-active .all_groups_dropdown {
    position: relative; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .all_groups_dropdown {
        padding-left: 10px;
        padding-right: 10px; } }
    .x-child-theme-active .all_groups_dropdown #all_groups_dropdown_btn {
      display: none; }
      .x-child-theme-active .all_groups_dropdown #all_groups_dropdown_btn .caret {
        position: absolute;
        top: 14px;
        right: 8px;
        width: 6px;
        height: 6px;
        border-width: 6px; }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .all_groups_dropdown #all_groups_dropdown_btn {
          display: block;
          text-align: center;
          text-transform: uppercase;
          font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
          letter-spacing: 0.015em;
          line-height: 1.2em;
          border-radius: 3px;
          box-sizing: border-box;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          font-size: 14px;
          position: relative; } }
    .x-child-theme-active .all_groups_dropdown #all_groups_container {
      z-index: 4; }
      @media only screen and (max-width: 479px) {
        .x-child-theme-active .all_groups_dropdown #all_groups_container {
          width: calc(100% - 20px);
          margin: 0;
          display: none;
          position: absolute;
          padding-bottom: 20px;
          border-radius: 0 0 3px 3px; } }
      .x-child-theme-active .all_groups_dropdown #all_groups_container button {
        text-align: center;
        text-transform: uppercase;
        font-family: "DINWeb-Regular", Helvetica, Arial, sans-serif;
        letter-spacing: 0.015em;
        line-height: 1.2em;
        padding: 6px 12px;
        border-radius: 3px;
        outline: none;
        box-shadow: none;
        transition: none;
        margin: 0 10px 20px 10px;
        box-sizing: border-box;
        display: block;
        float: left;
        width: calc(25% - 20px); }
        @media only screen and (max-width: 1024px) {
          .x-child-theme-active .all_groups_dropdown #all_groups_container button {
            width: calc((100% / 3) - 20px); } }
        @media only screen and (max-width: 767px) {
          .x-child-theme-active .all_groups_dropdown #all_groups_container button {
            width: calc(50% - 20px); } }
        @media only screen and (max-width: 479px) {
          .x-child-theme-active .all_groups_dropdown #all_groups_container button {
            width: 100%;
            float: none;
            margin: 0;
            border-radius: 0; }
            .x-child-theme-active .all_groups_dropdown #all_groups_container button.active {
              display: none; } }
        .x-child-theme-active .all_groups_dropdown #all_groups_container button:hover {
          transition: none; }
    .x-child-theme-active .all_groups_dropdown.open #all_groups_dropdown_btn {
      border-radius: 3px 3px 0 0; }
    @media only screen and (max-width: 479px) {
      .x-child-theme-active .all_groups_dropdown.open #all_groups_container {
        display: block; }
        .x-child-theme-active .all_groups_dropdown.open #all_groups_container button {
          border: none; } }
  .x-child-theme-active .product-overview-container .well {
    box-shadow: none;
    border: none; }
    .x-child-theme-active .product-overview-container .well ul.multiselect-container li a {
      text-decoration: none; }
      .x-child-theme-active .product-overview-container .well ul.multiselect-container li a label {
        white-space: normal; }
      .x-child-theme-active .product-overview-container .well ul.multiselect-container li a input {
        top: -1px; }
    .x-child-theme-active .product-overview-container .well input[type=radio] {
      padding: 0; }
    .x-child-theme-active .product-overview-container .well button {
      opacity: 1; }
    .x-child-theme-active .product-overview-container .well .clear-button {
      border-color: #7f7f7f;
      color: #7f7f7f; }
      .x-child-theme-active .product-overview-container .well .clear-button:before, .x-child-theme-active .product-overview-container .well .clear-button:after {
        background-color: #7f7f7f; }
      .x-child-theme-active .product-overview-container .well .clear-button:active, .x-child-theme-active .product-overview-container .well .clear-button:focus, .x-child-theme-active .product-overview-container .well .clear-button.active {
        border-color: #575757;
        color: #575757;
        background-color: transparent; }
        .x-child-theme-active .product-overview-container .well .clear-button:active:before, .x-child-theme-active .product-overview-container .well .clear-button:active:after, .x-child-theme-active .product-overview-container .well .clear-button:focus:before, .x-child-theme-active .product-overview-container .well .clear-button:focus:after, .x-child-theme-active .product-overview-container .well .clear-button.active:before, .x-child-theme-active .product-overview-container .well .clear-button.active:after {
          background-color: #575757; }
      .x-child-theme-active .product-overview-container .well .clear-button:hover:active, .x-child-theme-active .product-overview-container .well .clear-button:hover:focus, .x-child-theme-active .product-overview-container .well .clear-button:hover.active {
        border-color: #7f7f7f;
        color: #7f7f7f;
        background-color: transparent; }
        .x-child-theme-active .product-overview-container .well .clear-button:hover:active:before, .x-child-theme-active .product-overview-container .well .clear-button:hover:active:after, .x-child-theme-active .product-overview-container .well .clear-button:hover:focus:before, .x-child-theme-active .product-overview-container .well .clear-button:hover:focus:after, .x-child-theme-active .product-overview-container .well .clear-button:hover.active:before, .x-child-theme-active .product-overview-container .well .clear-button:hover.active:after {
          background-color: #7f7f7f; }
  .x-child-theme-active .product-overview-container.product-overview--schwarz .well {
    background-color: #000;
    color: #fff; }
    .x-child-theme-active .product-overview-container.product-overview--schwarz .well h4,
    .x-child-theme-active .product-overview-container.product-overview--schwarz .well h3 {
      color: #fff; }
    .x-child-theme-active .product-overview-container.product-overview--schwarz .well button {
      border-color: #ffd500;
      background-color: #ffd500;
      color: #000; }
      .x-child-theme-active .product-overview-container.product-overview--schwarz .well button:hover {
        color: #fff;
        background-color: transparent;
        border-color: #fff; }
        .x-child-theme-active .product-overview-container.product-overview--schwarz .well button:hover .caret {
          border-top-color: #fff; }
      .x-child-theme-active .product-overview-container.product-overview--schwarz .well button.active {
        background-color: #fff;
        border-color: #fff;
        color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button.active, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:focus {
      border-color: #fff;
      color: #fff;
      background-color: transparent; }
      .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button.active:before, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button.active:after, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:focus:before, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:focus:after {
        background-color: #fff; }
    .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:before, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:after {
      background-color: #575757; }
    .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:active, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:focus, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover.active {
      border-color: #7f7f7f;
      color: #7f7f7f;
      background-color: transparent; }
      .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:active:before, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:active:after, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:focus:before, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover:focus:after, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover.active:before, .x-child-theme-active .product-overview-container.product-overview--schwarz .well .clear-button:hover.active:after {
        background-color: #7f7f7f; }
  @media only screen and (max-width: 479px) {
    .x-child-theme-active .product-overview-container.product-overview--schwarz #all_groups_container button {
      color: #ffd500; }
      .x-child-theme-active .product-overview-container.product-overview--schwarz #all_groups_container button:hover {
        color: #fff; } }
  .x-child-theme-active .product-overview-container.product-overview--schwarz .all_groups_dropdown.open #all_groups_dropdown_btn {
    background-color: #000;
    border-color: #fff;
    color: #fff; }
    .x-child-theme-active .product-overview-container.product-overview--schwarz .all_groups_dropdown.open #all_groups_dropdown_btn .caret {
      border-top-color: #fff; }
  @media only screen and (max-width: 479px) {
    .x-child-theme-active .product-overview-container.product-overview--schwarz .all_groups_dropdown.open #all_groups_container {
      background-color: #000;
      border: 1px solid #fff;
      border-top: none; }
      .x-child-theme-active .product-overview-container.product-overview--schwarz .all_groups_dropdown.open #all_groups_container button {
        background-color: #000;
        color: #ffd500; }
        .x-child-theme-active .product-overview-container.product-overview--schwarz .all_groups_dropdown.open #all_groups_container button:hover {
          color: #fff; } }
  .x-child-theme-active .product-overview-container.product-overview--grau .well {
    background-color: #d6d6d6; }
  .x-child-theme-active .product-overview-container.product-overview--grau button,
  .x-child-theme-active .product-overview-container.product-overview--grau .btn.multiselect {
    border-color: #ffd500;
    background-color: #ffd500;
    color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--grau button:hover,
    .x-child-theme-active .product-overview-container.product-overview--grau .btn.multiselect:hover {
      color: #fff;
      background-color: #000;
      border-color: #000; }
      .x-child-theme-active .product-overview-container.product-overview--grau button:hover .caret,
      .x-child-theme-active .product-overview-container.product-overview--grau .btn.multiselect:hover .caret {
        border-top-color: #fff; }
    .x-child-theme-active .product-overview-container.product-overview--grau button.active,
    .x-child-theme-active .product-overview-container.product-overview--grau .btn.multiselect.active {
      background-color: #fff;
      border-color: #fff;
      color: #000; }
  @media only screen and (max-width: 479px) {
    .x-child-theme-active .product-overview-container.product-overview--grau #all_groups_container button {
      color: #ffd500; }
      .x-child-theme-active .product-overview-container.product-overview--grau #all_groups_container button:hover {
        color: #fff; } }
  .x-child-theme-active .product-overview-container.product-overview--grau .all_groups_dropdown.open #all_groups_dropdown_btn {
    background-color: #000;
    border-color: #fff;
    color: #fff; }
    .x-child-theme-active .product-overview-container.product-overview--grau .all_groups_dropdown.open #all_groups_dropdown_btn .caret {
      border-top-color: #fff; }
  @media only screen and (max-width: 479px) {
    .x-child-theme-active .product-overview-container.product-overview--grau .all_groups_dropdown.open #all_groups_container {
      background-color: #000;
      border: 1px solid #fff;
      border-top: none; }
      .x-child-theme-active .product-overview-container.product-overview--grau .all_groups_dropdown.open #all_groups_container button {
        background-color: #000;
        color: #ffd500; }
        .x-child-theme-active .product-overview-container.product-overview--grau .all_groups_dropdown.open #all_groups_container button:hover {
          color: #fff; } }
  .x-child-theme-active .product-overview-container.product-overview--grau .x-pagination a,
  .x-child-theme-active .product-overview-container.product-overview--grau .x-pagination .current {
    border-color: #fff; }
  .x-child-theme-active .product-overview-container.product-overview--gelb .well {
    background-color: #ffd500; }
  .x-child-theme-active .product-overview-container.product-overview--gelb h4,
  .x-child-theme-active .product-overview-container.product-overview--gelb h3 {
    color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--gelb button,
  .x-child-theme-active .product-overview-container.product-overview--gelb .btn.multiselect {
    border-color: #000;
    background-color: #000;
    color: #ffd500; }
    .x-child-theme-active .product-overview-container.product-overview--gelb button .caret,
    .x-child-theme-active .product-overview-container.product-overview--gelb .btn.multiselect .caret {
      border-top-color: #ffd500; }
    .x-child-theme-active .product-overview-container.product-overview--gelb button:hover,
    .x-child-theme-active .product-overview-container.product-overview--gelb .btn.multiselect:hover {
      color: #000;
      background-color: transparent; }
      .x-child-theme-active .product-overview-container.product-overview--gelb button:hover .caret,
      .x-child-theme-active .product-overview-container.product-overview--gelb .btn.multiselect:hover .caret {
        border-top-color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--gelb button.active,
    .x-child-theme-active .product-overview-container.product-overview--gelb .btn.multiselect.active {
      color: #000;
      background-color: #fff;
      border-color: #fff; }
      .x-child-theme-active .product-overview-container.product-overview--gelb button.active .caret,
      .x-child-theme-active .product-overview-container.product-overview--gelb .btn.multiselect.active .caret {
        border-top-color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--gelb .btn-group.open .btn.multiselect {
    box-shadow: none;
    color: #000;
    background-color: #ffd500;
    border-color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--gelb .btn-group.open .btn.multiselect .caret {
      border-top-color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--gelb ul.multiselect-container {
    background-color: #ffd500;
    border-color: #000;
    color: #575757; }
    .x-child-theme-active .product-overview-container.product-overview--gelb ul.multiselect-container li a label {
      color: #575757; }
    .x-child-theme-active .product-overview-container.product-overview--gelb ul.multiselect-container li a:hover label {
      color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button:active, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button:focus, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button.active {
    border-color: #000;
    color: #000;
    background-color: transparent; }
    .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button:active:before, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button:active:after, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button:focus:before, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button:focus:after, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button.active:before, .x-child-theme-active .product-overview-container.product-overview--gelb .clear-button.active:after {
      background-color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--gelb .all_groups_dropdown.open #all_groups_dropdown_btn {
    background-color: #ffd500;
    color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--gelb .all_groups_dropdown.open #all_groups_dropdown_btn .caret {
      border-top-color: #000; }
  @media only screen and (max-width: 479px) {
    .x-child-theme-active .product-overview-container.product-overview--gelb .all_groups_dropdown.open #all_groups_container {
      background-color: #ffd500;
      border: 1px solid #000;
      border-top: none; }
      .x-child-theme-active .product-overview-container.product-overview--gelb .all_groups_dropdown.open #all_groups_container button {
        background-color: #ffd500;
        color: #575757; }
        .x-child-theme-active .product-overview-container.product-overview--gelb .all_groups_dropdown.open #all_groups_container button:hover {
          color: #000; } }
  .x-child-theme-active .product-overview-container.product-overview--weiss .well {
    background-color: #fff; }
  .x-child-theme-active .product-overview-container.product-overview--weiss h4,
  .x-child-theme-active .product-overview-container.product-overview--weiss h3 {
    color: #575757; }
  .x-child-theme-active .product-overview-container.product-overview--weiss button,
  .x-child-theme-active .product-overview-container.product-overview--weiss .btn.multiselect {
    border-color: #000;
    background-color: #000;
    color: #ffd500; }
    .x-child-theme-active .product-overview-container.product-overview--weiss button .caret,
    .x-child-theme-active .product-overview-container.product-overview--weiss .btn.multiselect .caret {
      border-top-color: #ffd500; }
    .x-child-theme-active .product-overview-container.product-overview--weiss button:hover,
    .x-child-theme-active .product-overview-container.product-overview--weiss .btn.multiselect:hover {
      background-color: #ffd500;
      color: #000;
      border-color: #000; }
      .x-child-theme-active .product-overview-container.product-overview--weiss button:hover .caret,
      .x-child-theme-active .product-overview-container.product-overview--weiss .btn.multiselect:hover .caret {
        border-top-color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--weiss button.active,
    .x-child-theme-active .product-overview-container.product-overview--weiss .btn.multiselect.active {
      color: #fff;
      background-color: #7f7f7f;
      border-color: #7f7f7f; }
      .x-child-theme-active .product-overview-container.product-overview--weiss button.active .caret,
      .x-child-theme-active .product-overview-container.product-overview--weiss .btn.multiselect.active .caret {
        border-top-color: #fff; }
  .x-child-theme-active .product-overview-container.product-overview--weiss .btn-group.open .btn.multiselect {
    box-shadow: none;
    color: #000;
    background-color: #ffd500;
    border-color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--weiss .btn-group.open .btn.multiselect .caret {
      border-top-color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--weiss ul.multiselect-container {
    background-color: #ffd500;
    border-color: #000;
    color: #575757; }
    .x-child-theme-active .product-overview-container.product-overview--weiss ul.multiselect-container li a label {
      color: #575757; }
    .x-child-theme-active .product-overview-container.product-overview--weiss ul.multiselect-container li a:hover label {
      color: #000; }
  .x-child-theme-active .product-overview-container.product-overview--weiss .all_groups_dropdown.open #all_groups_dropdown_btn {
    background-color: #ffd500;
    color: #000; }
    .x-child-theme-active .product-overview-container.product-overview--weiss .all_groups_dropdown.open #all_groups_dropdown_btn .caret {
      border-top-color: #000; }
  @media only screen and (max-width: 479px) {
    .x-child-theme-active .product-overview-container.product-overview--weiss .all_groups_dropdown.open #all_groups_container {
      background-color: #ffd500;
      border: 1px solid #000;
      border-top: none; }
      .x-child-theme-active .product-overview-container.product-overview--weiss .all_groups_dropdown.open #all_groups_container button {
        background-color: #ffd500;
        color: #575757; }
        .x-child-theme-active .product-overview-container.product-overview--weiss .all_groups_dropdown.open #all_groups_container button:hover {
          color: #000; } }

body.login {
  font-family: 'DINWeb-Light', Arial, Helvetice, sans-serif;
  background-color: #ffd500; }

body.login h1 a {
  width: 220px;
  background-size: 220px; }

body.login .message,
body.login #login_error {
  border-left: 4px solid #000;
  box-shadow: none; }

.login form label {
  color: black; }

.login form input {
  background-color: white; }

.touchevents .teaser-modul a:hover img {
  opacity: 1; }

.touchevents .teaser-modul a:active img,
.touchevents .teaser-modul a:focus img {
  opacity: 0.5; }
