.btn, fieldset.powermail_fieldset input.powermail_submit, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, #inner-content a.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, fieldset.powermail_fieldset input.powermail_submit:hover, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:hover, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover, #inner-content a.button:hover, .btn:focus, fieldset.powermail_fieldset input.powermail_submit:focus, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:focus, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:focus, #inner-content a.button:focus, .btn:active, fieldset.powermail_fieldset input.powermail_submit:active, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:active, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:active, #inner-content a.button:active, .btn.active, fieldset.powermail_fieldset input.active.powermail_submit, div.tx-powermail_mandatory input.active.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.active.tx-indexedsearch-searchbox-button, #inner-content a.active.button, .btn.disabled, fieldset.powermail_fieldset input.disabled.powermail_submit, div.tx-powermail_mandatory input.disabled.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.disabled.tx-indexedsearch-searchbox-button, #inner-content a.disabled.button, .btn[disabled], fieldset.powermail_fieldset input[disabled].powermail_submit, div.tx-powermail_mandatory input[disabled].tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT[disabled].tx-indexedsearch-searchbox-button, #inner-content a[disabled].button {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .btn:active, fieldset.powermail_fieldset input.powermail_submit:active, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:active, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:active, #inner-content a.button:active, .btn.active, fieldset.powermail_fieldset input.active.powermail_submit, div.tx-powermail_mandatory input.active.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.active.tx-indexedsearch-searchbox-button, #inner-content a.active.button {
    background-color: #cccccc \9; }
  .btn:first-child, fieldset.powermail_fieldset input.powermail_submit:first-child, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:first-child, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:first-child, #inner-content a.button:first-child {
    *margin-left: 0; }
  .btn:hover, fieldset.powermail_fieldset input.powermail_submit:hover, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:hover, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover, #inner-content a.button:hover, .btn:focus, fieldset.powermail_fieldset input.powermail_submit:focus, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:focus, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:focus, #inner-content a.button:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus, fieldset.powermail_fieldset input.powermail_submit:focus, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:focus, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:focus, #inner-content a.button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, fieldset.powermail_fieldset input.active.powermail_submit, div.tx-powermail_mandatory input.active.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.active.tx-indexedsearch-searchbox-button, #inner-content a.active.button, .btn:active, fieldset.powermail_fieldset input.powermail_submit:active, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:active, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:active, #inner-content a.button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, fieldset.powermail_fieldset input.disabled.powermail_submit, div.tx-powermail_mandatory input.disabled.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.disabled.tx-indexedsearch-searchbox-button, #inner-content a.disabled.button, .btn[disabled], fieldset.powermail_fieldset input[disabled].powermail_submit, div.tx-powermail_mandatory input[disabled].tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT[disabled].tx-indexedsearch-searchbox-button, #inner-content a[disabled].button {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
  border-color: #0044cc #0044cc #002b80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #0044cc;
    *background-color: #003cb3; }
  .btn-primary:active, .btn-primary.active {
    background-color: #003399 \9; }

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    *background-color: #df8505; }
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9; }

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a; }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249; }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9; }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

button.btn,
input[type="submit"].btn,
fieldset.powermail_fieldset input[type="submit"].powermail_submit,
div.tx-powermail_mandatory input[type="submit"].tx-powermail_mandatory_submit {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner,
  fieldset.powermail_fieldset input[type="submit"].powermail_submit::-moz-focus-inner,
  div.tx-powermail_mandatory input[type="submit"].tx-powermail_mandatory_submit::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large,
  fieldset.powermail_fieldset input[type="submit"].btn-large.powermail_submit,
  div.tx-powermail_mandatory input[type="submit"].btn-large.tx-powermail_mandatory_submit {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small,
  fieldset.powermail_fieldset input[type="submit"].btn-small.powermail_submit,
  div.tx-powermail_mandatory input[type="submit"].btn-small.tx-powermail_mandatory_submit {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini,
  fieldset.powermail_fieldset input[type="submit"].btn-mini.powermail_submit,
  div.tx-powermail_mandatory input[type="submit"].btn-mini.tx-powermail_mandatory_submit {
    *padding-top: 1px;
    *padding-bottom: 1px; }

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

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

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

.form-search-basic, .form-search.corporate .input-append .search-query,
.form-search.corporate .input-prepend .search-query, .form-search.corporate .input-append .btn, .form-search.corporate .input-append fieldset.powermail_fieldset input.powermail_submit, fieldset.powermail_fieldset .form-search.corporate .input-append input.powermail_submit, .form-search.corporate .input-append div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, div.tx-powermail_mandatory .form-search.corporate .input-append input.tx-powermail_mandatory_submit, .form-search.corporate .input-append .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox .form-search.corporate .input-append INPUT.tx-indexedsearch-searchbox-button, .form-search.corporate .input-append #inner-content a.button, #inner-content .form-search.corporate .input-append a.button,
.form-search.corporate .input-prepend .btn,
.form-search.corporate .input-prepend fieldset.powermail_fieldset input.powermail_submit, fieldset.powermail_fieldset
.form-search.corporate .input-prepend input.powermail_submit,
.form-search.corporate .input-prepend div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, div.tx-powermail_mandatory
.form-search.corporate .input-prepend input.tx-powermail_mandatory_submit,
.form-search.corporate .input-prepend .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox
.form-search.corporate .input-prepend INPUT.tx-indexedsearch-searchbox-button,
.form-search.corporate .input-prepend #inner-content a.button, #inner-content
.form-search.corporate .input-prepend a.button {
  border-radius: 0;
  border-color: #aaaaaa;
  background: #eeeeee;
  box-shadow: none; }

.link-icon, .nav-list.corporate li a:hover, .nav-list.corporate li.active > a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgNi4xIj48cGF0aCBkPSJNLjcgMGwyLjcgM0wuNyA2IDAgNS42IDIgMyAwIC41LjcgMHptMi43IDBsMi43IDMtMi43IDMtLjctLjQgMi0yLjUtMi0yLjUuNy0uNnoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: left 55%;
  padding-left: 10px;
  width: auto;
  height: auto; }

.font-klavika, .navbar.corporate .navbar-inner .nav li a, #teaser {
  font-family: Klavika, sans-serif; }

.font-klavika-cond {
  font-family: "Klavika Condensed", sans-serif; }

.btn.corporate, fieldset.powermail_fieldset input.powermail_submit, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, #inner-content a.button {
  line-height: 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff; }
  .btn.corporate:hover, fieldset.powermail_fieldset input.powermail_submit:hover, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:hover, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover, #inner-content a.button:hover {
    color: #ffffff; }

.table.table-striped {
  margin-top: 40px; }
  .table.table-striped caption {
    display: none; }
  .table.table-striped thead tr th {
    background-color: #666666;
    color: #ffffff; }

.navbar-search.corporate {
  margin-top: 15px; }
  @media (max-width: 767px) {
    .navbar-search.corporate {
      float: none;
      margin-left: 10px; } }

.form-search.corporate .input-append .search-query,
.form-search.corporate .input-prepend .search-query {
  border-right: none;
  width: 105px;
  height: 15px;
  line-height: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #555555;
  font-style: italic; }

.form-search.corporate .input-append .btn, .form-search.corporate .input-append fieldset.powermail_fieldset input.powermail_submit, fieldset.powermail_fieldset .form-search.corporate .input-append input.powermail_submit, .form-search.corporate .input-append div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, div.tx-powermail_mandatory .form-search.corporate .input-append input.tx-powermail_mandatory_submit, .form-search.corporate .input-append .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox .form-search.corporate .input-append INPUT.tx-indexedsearch-searchbox-button, .form-search.corporate .input-append #inner-content a.button, #inner-content .form-search.corporate .input-append a.button,
.form-search.corporate .input-prepend .btn,
.form-search.corporate .input-prepend fieldset.powermail_fieldset input.powermail_submit, fieldset.powermail_fieldset
.form-search.corporate .input-prepend input.powermail_submit,
.form-search.corporate .input-prepend div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, div.tx-powermail_mandatory
.form-search.corporate .input-prepend input.tx-powermail_mandatory_submit,
.form-search.corporate .input-prepend .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, .tx-indexedsearch .tx-indexedsearch-searchbox
.form-search.corporate .input-prepend INPUT.tx-indexedsearch-searchbox-button,
.form-search.corporate .input-prepend #inner-content a.button, #inner-content
.form-search.corporate .input-prepend a.button {
  line-height: 15px;
  padding: 1px 0 2px 0px; }
  .form-search.corporate .input-append .btn span, .form-search.corporate .input-append fieldset.powermail_fieldset input.powermail_submit span, fieldset.powermail_fieldset .form-search.corporate .input-append input.powermail_submit span, .form-search.corporate .input-append div.tx-powermail_mandatory input.tx-powermail_mandatory_submit span, div.tx-powermail_mandatory .form-search.corporate .input-append input.tx-powermail_mandatory_submit span, .form-search.corporate .input-append .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button span, .tx-indexedsearch .tx-indexedsearch-searchbox .form-search.corporate .input-append INPUT.tx-indexedsearch-searchbox-button span, .form-search.corporate .input-append #inner-content a.button span, #inner-content .form-search.corporate .input-append a.button span,
  .form-search.corporate .input-prepend .btn span,
  .form-search.corporate .input-prepend fieldset.powermail_fieldset input.powermail_submit span, fieldset.powermail_fieldset
  .form-search.corporate .input-prepend input.powermail_submit span,
  .form-search.corporate .input-prepend div.tx-powermail_mandatory input.tx-powermail_mandatory_submit span, div.tx-powermail_mandatory
  .form-search.corporate .input-prepend input.tx-powermail_mandatory_submit span,
  .form-search.corporate .input-prepend .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button span, .tx-indexedsearch .tx-indexedsearch-searchbox
  .form-search.corporate .input-prepend INPUT.tx-indexedsearch-searchbox-button span,
  .form-search.corporate .input-prepend #inner-content a.button span, #inner-content
  .form-search.corporate .input-prepend a.button span {
    display: block;
    width: 30px;
    height: 15px; }
    .form-search.corporate .input-append .btn span svg, .form-search.corporate .input-append fieldset.powermail_fieldset input.powermail_submit span svg, fieldset.powermail_fieldset .form-search.corporate .input-append input.powermail_submit span svg, .form-search.corporate .input-append div.tx-powermail_mandatory input.tx-powermail_mandatory_submit span svg, div.tx-powermail_mandatory .form-search.corporate .input-append input.tx-powermail_mandatory_submit span svg, .form-search.corporate .input-append .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button span svg, .tx-indexedsearch .tx-indexedsearch-searchbox .form-search.corporate .input-append INPUT.tx-indexedsearch-searchbox-button span svg, .form-search.corporate .input-append #inner-content a.button span svg, #inner-content .form-search.corporate .input-append a.button span svg,
    .form-search.corporate .input-prepend .btn span svg,
    .form-search.corporate .input-prepend fieldset.powermail_fieldset input.powermail_submit span svg, fieldset.powermail_fieldset
    .form-search.corporate .input-prepend input.powermail_submit span svg,
    .form-search.corporate .input-prepend div.tx-powermail_mandatory input.tx-powermail_mandatory_submit span svg, div.tx-powermail_mandatory
    .form-search.corporate .input-prepend input.tx-powermail_mandatory_submit span svg,
    .form-search.corporate .input-prepend .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button span svg, .tx-indexedsearch .tx-indexedsearch-searchbox
    .form-search.corporate .input-prepend INPUT.tx-indexedsearch-searchbox-button span svg,
    .form-search.corporate .input-prepend #inner-content a.button span svg, #inner-content
    .form-search.corporate .input-prepend a.button span svg {
      width: 14px;
      height: 14px; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #aaaaaa;
  background: #eeeeee;
  padding: 2px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: #111111;
    box-shadow: none; }

select {
  padding: 0;
  height: 20px; }

textarea {
  height: 150px; }

.nav.corporate > li > a:hover,
.nav.corporate > li > a:focus {
  background-color: transparent; }

.nav-list.corporate {
  padding: 0; }
  .nav-list.corporate li {
    border-bottom: 1px solid #aaaaaa; }
    .nav-list.corporate li a {
      margin-left: 0;
      margin-right: 0;
      padding: 3px 0 0 10px;
      color: #555555;
      line-height: 15px; }
      .nav-list.corporate li a:hover {
        font-weight: bold; }
    .nav-list.corporate li.active > a {
      font-weight: bold;
      background-color: transparent; }
      .nav-list.corporate li.active > a:hover {
        font-weight: bold;
        color: #555555; }
    .nav-list.corporate li.hasChild.active {
      border-bottom: none; }
    .nav-list.corporate li ul {
      border-top: 1px solid #aaaaaa; }
      .nav-list.corporate li ul li a {
        padding-left: 20px; }
      .nav-list.corporate li ul li a:hover,
      .nav-list.corporate li ul li.active a {
        margin-left: 10px; }
      .nav-list.corporate li ul li li a:hover,
      .nav-list.corporate li ul li li.active a {
        margin-left: 20px; }
      .nav-list.corporate li ul li li li a:hover,
      .nav-list.corporate li ul li li li.active a {
        margin-left: 30px; }

@media (max-width: 767px) {
  #header .navbar .nav > li {
    display: block;
    width: 270px;
    float: none; } }

@media (max-width: 767px) {
  .navbar.corporate .navbar-inner {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 20px; }
    .navbar.corporate .navbar-inner li {
      border-bottom: solid 1px white; } }

#sub-navi > .nav-list.corporate > li.last > a {
  border: none; }

.nav-pills.corporate {
  margin-top: 16px; }
  @media (max-width: 767px) {
    .nav-pills.corporate {
      display: block;
      float: none; } }

@media (max-width: 767px) {
  .nav-pills.corporate > li {
    display: block;
    float: none;
    border-bottom: 1px solid #555555; } }

.nav-pills.corporate > li > a {
  display: block;
  color: #555555;
  padding: 5px 10px; }
  @media (min-width: 768px) {
    .nav-pills.corporate > li > a {
      border-left: 1px solid #555555;
      border-radius: 0px;
      padding: 0 8px; } }
  @media (min-width: 968px) {
    .nav-pills.corporate > li > a {
      padding: 0 10px; } }

.nav-pills.corporate a:hover,
.nav-pills.corporate > .active > a,
.nav-pills.corporate > .active > a:hover,
.nav-pills.corporate > .active > a:focus {
  background-color: transparent;
  color: #cc1177; }

@media (min-width: 980px) and (max-width: 1199px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 936px; } }

@media (min-width: 768px) and (max-width: 979px) {
  .navbar .container-navi {
    width: 724px; }
    .navbar .container-navi li {
      width: 33.33%; } }

@media (min-width: 980px) and (max-width: 1199px) {
  .navbar .container-navi {
    width: 936px; }
    .navbar .container-navi li {
      width: 33.33%; } }

@media (min-width: 1200px) {
  .navbar .container-navi {
    width: 1170px; }
    .navbar .container-navi li {
      width: 33.33%; } }

.navbar.corporate {
  margin-bottom: 0px; }
  .navbar.corporate .navbar-inner {
    background-color: #838587;
    background-image: none;
    border: none;
    box-shadow: none;
    filter: none; }
    .navbar.corporate .navbar-inner .nav {
      width: 100%; }
      .navbar.corporate .navbar-inner .nav li a {
        border-left: 1px solid #ffffff;
        box-shadow: none;
        text-transform: uppercase;
        text-shadow: none;
        font-weight: 500;
        font-size: 19px;
        padding: 12px;
        background-color: #838587; }
        @media (min-width: 768px) {
          .navbar.corporate .navbar-inner .nav li a {
            margin: -10px 0; } }
        .navbar.corporate .navbar-inner .nav li a:hover {
          background-color: #e6e7e8; }
      .navbar.corporate .navbar-inner .nav li.first a {
        margin-left: 0; }
      .navbar.corporate .navbar-inner .nav li.last a {
        border-right: 1px solid #ffffff;
        margin-right: 0; }
      .navbar.corporate .navbar-inner .nav li.active a {
        background-color: #e6e7e8; }

[class^="icon-"], [class*=" icon-"] {
  background-image: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
.show-grid {
	//margin-top: 10px;
	//margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	min-height: 40px;
}
.show-grid [class*="span"]:hover {
	background-color: #ddd;
}
.show-grid [class*="span"] [class*="span"] {
	background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
	background-color: #999;
}
*/
html {
  height: 100%;
  overflow-y: scroll; }

body {
  min-height: 100%;
  background: white;
  padding: 0;
  overflow-x: hidden;
  transition: transform 0.2s; }
  @media (max-width: 767px) {
    body.navi-open {
      transform: translateX(-270px);
      overflow-x: visible; } }

.screen-outer {
  background: linear-gradient(to bottom, #ffffff 0%, #9b9c9e 1770px, #9b9c9e 100%); }

#screen {
  z-index: 1;
  position: relative; }

#header {
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  z-index: 0;
  transform: translateX(270px);
  background: rgba(153, 153, 153, 0.1); }
  @media (min-width: 768px) {
    #header {
      position: relative;
      width: auto;
      transform: none;
      background: white;
      z-index: 9; } }
  @media (max-width: 767px) {
    #header .container {
      display: table-cell; }
    #header #top-navi {
      display: table-header-group; } }

.navi-trigger-outer {
  background: white;
  z-index: 1;
  border-bottom: solid 1px #666666; }
  .navi-trigger-outer .logo-mobile-outer {
    max-width: calc(100% - 60px);
    float: left; }
    .navi-trigger-outer .logo-mobile-outer img {
      margin-left: 20px;
      margin-bottom: 20px; }
  .navi-trigger-outer .span3 {
    float: right;
    width: 48px; }
  .navi-trigger-outer button {
    margin-top: 24px;
    margin-right: 20px;
    background: rgba(155, 156, 158, 0.25);
    border: none; }
  .navi-trigger-outer .icon-close {
    display: none; }

.navi-open .icon-close {
  display: block; }

.navi-open .icon-open {
  display: none; }

#top-navi {
  margin-top: 28px;
  width: 100%;
  z-index: 1000; }
  #top-navi > .navbar-inner > .container {
    margin-top: 10px; }

.logo {
  margin-top: 20px;
  text-align: right;
  width: 158px;
  height: 87px;
  margin-left: 20px; }
  @media (max-width: 767px) {
    .logo {
      margin-bottom: 20px; } }

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

#languagenavi {
  padding-left: 57px;
  width: 140px;
  min-height: 1px;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 767px) {
    #languagenavi {
      float: none;
      height: auto;
      padding-left: 10px;
      min-height: 36px; } }
  #languagenavi .icon-worldmap {
    display: none;
    width: 57px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 12px; }
    @media (min-width: 768px) {
      #languagenavi .icon-worldmap {
        display: block; } }
    #languagenavi .icon-worldmap path {
      fill: #aaaaaa; }

#languagenavi ul,
#languagenavi li {
  margin: 0;
  padding: 0;
  list-style: none; }

#languagenavi ul {
  height: auto;
  position: relative;
  padding-top: 19px;
  margin-top: 15px;
  margin-right: -1px;
  width: 90px;
  z-index: 1005;
  border: 1px solid transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjUgNC41Ij48cGF0aCBkPSJNMy44IDQuNUw3LjUgMEgwIi8+PC9zdmc+);
  background-position: 80% center;
  background-size: 8px 5px;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #languagenavi ul {
      background-position: 80% 11px; } }
  #languagenavi ul svg {
    width: 12px;
    height: 9px;
    border: solid 1px #eeeeee; }
  #languagenavi ul span span {
    margin-left: 2px;
    margin-right: 4px; }
  @media (max-width: 767px) {
    #languagenavi ul {
      margin-top: 10px; } }

#languagenavi a {
  cursor: pointer; }

#languagenavi a:hover {
  text-decoration: none; }

#languagenavi a:hover .lang {
  background-color: #eeeeee; }

#languagenavi li.act {
  position: absolute;
  top: 0;
  display: block; }

#languagenavi li,
#languagenavi a,
#languagenavi .lang {
  display: block;
  width: 100%;
  line-height: 18px;
  color: #666666;
  font-weight: normal; }

#languagenavi ul li.noTransl {
  opacity: 0.4; }

#languagenavi ul li {
  display: none; }

@media (min-width: 768px) {
  #languagenavi ul:hover {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #666666;
    position: absolute; }
  #languagenavi ul:hover li {
    display: block; } }

@media (max-width: 767px) {
  #languagenavi li.act a > span {
    padding: 5px 0px; }
  #languagenavi.opened {
    height: 46px; }
    #languagenavi.opened ul {
      position: absolute;
      background-image: none;
      background-color: #ffffff;
      border: 1px solid #666666;
      position: absolute;
      margin-top: 10px;
      padding-top: 30px; }
    #languagenavi.opened li {
      display: block; }
    #languagenavi.opened li a > span, #languagenavi.opened li.act a > span {
      padding: 5px 0; }
    #languagenavi.opened li.act a {
      padding: 0; } }

.lang-nav-outer {
  position: absolute; }

#inner-content {
  position: relative;
  padding: 55px 0; }

#content {
  padding: 0 16px;
  background-color: #ffffff; }

#sub-navi {
  margin-top: 0;
  margin-bottom: 32px; }
  #sub-navi .subnavi-headline {
    display: none; }

#product {
  padding-top: 55px; }

#printlink {
  position: absolute;
  top: 10px;
  right: 1px;
  display: none; }
  @media (min-width: 768px) {
    #printlink {
      display: block; } }

#rootline {
  position: absolute;
  top: 10px; }
  #rootline ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #rootline ul li {
      float: left;
      padding: 0; }
      #rootline ul li span {
        padding: 0 5px; }

#right {
  margin-top: 24px;
  border-top: solid 1px #aaaaaa;
  padding-top: 32px; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border: 1px solid #aaaaaa;
  background: #eeeeee;
  padding: 5px;
  height: 12px;
  line-height: 12px; }

input[type="submit"], button, .btn, fieldset.powermail_fieldset input.powermail_submit, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, #inner-content a.button, fieldset.powermail_fieldset input.powermail_submit, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button, #inner-content a.button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #b90f6c;
  background-image: -moz-linear-gradient(top, #cc1177, #9d0d5c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc1177), to(#9d0d5c));
  background-image: -webkit-linear-gradient(top, #cc1177, #9d0d5c);
  background-image: -o-linear-gradient(top, #cc1177, #9d0d5c);
  background-image: linear-gradient(to bottom, #cc1177, #9d0d5c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1177', endColorstr='#ff9c0d5b', GradientType=0);
  border-color: #9d0d5c #9d0d5c #560732;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cc1177;
  border-bottom-color: #9d0d5c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 10px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff; }
  input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .btn:hover, fieldset.powermail_fieldset input.powermail_submit:hover, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:hover, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover, #inner-content a.button:hover, .btn:focus, fieldset.powermail_fieldset input.powermail_submit:focus, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:focus, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:focus, #inner-content a.button:focus, fieldset.powermail_fieldset input.powermail_submit:hover, fieldset.powermail_fieldset input.powermail_submit:focus, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:hover, div.tx-powermail_mandatory input.tx-powermail_mandatory_submit:focus, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover, .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:focus, #inner-content a.button:hover, #inner-content a.button:focus {
    color: #ffffff;
    background-color: #9d0d5c; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .fce-slider-wrapper, #teaser img {
    display: none; }
  body.products .fce-slider-wrapper, body.products #teaser img {
    display: block; } }

.social-media-outer ul {
  list-style-type: none;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0; }
  .social-media-outer ul li {
    display: inline-block; }
    .social-media-outer ul li + li {
      margin-left: 8px; }

#footer {
  padding: 16px;
  box-sizing: border-box; }
  #footer .menu-block:after {
    content: "";
    display: block;
    clear: both; }
  #footer nav {
    margin-bottom: 24px; }
    #footer nav h3 {
      color: #111111; }
      #footer nav h3 .heading-border {
        border: none; }
    #footer nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #footer nav ul li + li {
        margin-top: 8px; }
    #footer nav a {
      color: #666666;
      text-decoration: none; }
    #footer nav a:hover, #footer nav a:focus {
      color: #111111;
      text-decoration: underline; }
  @media (min-width: 768px) {
    #footer nav {
      width: 50%;
      float: left; } }
  @media (min-width: 980px) {
    #footer nav {
      width: 33.33%; } }
  #footer .social-media-outer {
    margin-bottom: 8px; }
  #footer .social-media-outer, #footer .copyright {
    text-align: center; }

.pdfDownload h2 {
  margin-bottom: 20px; }

.pdfDownload > div {
  display: flex; }
  .pdfDownload > div > div a {
    font-size: 18px; }

.tx-cronstegodamfrontend-pi {
  position: relative; }

.form-overlay.in {
  display: flex; }

.form-overlay.active {
  opacity: 1; }

.stego-pdf-file {
  margin-bottom: 5px; }

.success-card {
  position: absolute;
  z-index: 999;
  display: flex;
  width: 100%;
  justify-content: center;
  transition-timing-function: ease-in;
  transition: 0.2s;
  transform: translateY(-120%); }
  .success-card a {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none; }
  .success-card a:hover {
    text-decoration: none; }
  .success-card a:before {
    content: 'x';
    font-weight: 300;
    font-family: Arial, sans-serif; }
  .success-card > div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .success-card > div p {
      font-size: 18px;
      margin: 10px 10px; }

.success-card.alarm p {
  color: red; }

.success-card.show {
  transition-timing-function: ease-out;
  transition: 0.25s;
  transform: translateY(80%); }

.form-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7); }
  .form-overlay .form-close-button {
    display: flex;
    justify-content: flex-end; }
  .form-overlay .close-button {
    display: flex;
    z-index: 2; }
  .form-overlay > div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .form-overlay form .form-content > .form-content-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .form-overlay form .form-content > .form-content-header h1 {
      display: block;
      margin-bottom: 0px; }
  .form-overlay form .form-content {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffff;
    padding: 20px; }
  .form-overlay form input {
    font-size: 17px;
    padding: 15px 10px;
    width: auto;
    margin-bottom: 20px; }
  .form-overlay form .form-content > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media (min-width: 768px) {
    .form-overlay form .form-content > div {
      display: flex;
      flex-direction: initial;
      justify-content: space-between; } }

h1 {
  font-size: 28px;
  font-family: Klavika, sans-serif;
  font-weight: normal; }

h2 {
  font-size: 28px;
  font-family: Klavika, sans-serif; }

h3 {
  font-size: 15px;
  font-family: Klavika, sans-serif; }

h4 {
  font-size: 12px;
  font-family: Klavika, sans-serif; }

#right h4 {
  font-size: 16px; }

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  position: relative; }

h1 + h2 {
  margin-top: 0px; }

h2 {
  margin-top: 55px;
  line-height: 23px;
  font-weight: normal; }

h1 .split-1,
h2 .split-1 {
  font-size: 23px; }

h1 .split-2,
h2 .split-2 {
  font-size: 28px;
  line-height: 36px; }

h1.csc-firstHeader,
h2.csc-firstHeader {
  margin-top: 0; }

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 17px;
  font-weight: bold; }

h3 .heading-border-black {
  font-size: 23px;
  font-weight: normal;
  border-bottom: 1px solid #555555;
  display: block; }

h4 {
  margin-top: 55px;
  font-weight: bold; }

h4.csc-firstHeader {
  margin-top: 0; }

#right h4 {
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 23px;
  font-weight: normal; }

#right .csc-header-date {
  float: right;
  font-weight: bold;
  margin: 0; }

#right p {
  clear: both;
  margin: 0; }

.heading-border {
  border-bottom: 1px solid;
  display: block; }

.csc-default.layout-0 {
  background-color: #e9e9eb; }

span.icon {
  position: absolute;
  display: block;
  background-repeat: no-repeat; }
  span.icon.layout-4 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOTAuNSA3My4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5MC41IDczLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS1taXRlcmxpbWl0OjEwO308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMC41LDI3LjIgNTEuNSwyNy4yIDM4LjUsMTQuNSA1MS41LDAuNyA4OS44LDM2LjcgNTEuNSw3Mi41IDM4LjUsNTkgNTEuNSw0NyAwLjUsNDcgIi8+PC9zdmc+);
    width: 92px;
    height: 73px;
    left: -112px; }
  span.icon.layout-5 {
    width: 152px;
    height: 133px;
    left: -172px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQ5LjcgMTMzLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0OS43IDEzMy4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjAuNSwyNy4zIDUxLjYsMjcuMyAzOC42LDE0LjUgNTEuNiwwLjcgOTAsMzYuOCA1MS42LDcyLjYgMzguNiw1OS4xIDUxLjYsNDcuMSAwLjUsNDcuMSAiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjU5LjUsODcuMyAxMTAuNiw4Ny4zIDk3LjYsNzQuNSAxMTAuNiw2MC43IDE0OSw5Ni44IDExMC42LDEzMi42IDk3LjYsMTE5LjEgMTEwLjYsMTA3LjEgNTkuNSwxMDcuMSAiLz48L3N2Zz4=); }
  span.icon.layout-6 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTM1LjkgNTAuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTM1LjkgNTAuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwLjUsMTguNyAzNS4yLDE4LjcgMjYuMywxMCAzNS4yLDAuNyA2MS4xLDI1LjIgMzUuMiw0OS41IDI2LjMsNDAuMyAzNS4yLDMyLjEgMC41LDMyLjEgIi8+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3NC41LDE4LjcgMTA5LjIsMTguNyAxMDAuMywxMCAxMDkuMiwwLjcgMTM1LjEsMjUuMiAxMDkuMiw0OS41IDEwMC4zLDQwLjMgMTA5LjIsMzIuMSA3NC41LDMyLjEgIi8+PC9zdmc+);
    width: 137px;
    height: 50px;
    left: -157px; }
  span.icon.layout-7 {
    width: 173px;
    height: 123px;
    left: -193px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcxLjkgMTI0LjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3MS45IDEyNC43OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEwMS4yLDg4LjUgMTQxLjIsODguNSAxMzEsNzguNSAxNDEuMiw2Ny43IDE3MS4yLDk1LjkgMTQxLjIsMTI0IDEzMSwxMTMuNCAxNDEuMiwxMDQgMTAxLjIsMTA0ICIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNzYuNSwxOS4yIDEwOC4zLDE5LjIgMTAwLjIsMTEuMyAxMDguMywyLjcgMTMyLjIsMjUuMiAxMDguMyw0Ny41IDEwMC4yLDM5IDEwOC4zLDMxLjYgNzYuNSwzMS42ICIvPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMC41LDM3LjYgNzEuNiwzNy42IDUzLjUsMTkuOSA3MS42LDAuNyAxMjQuOSw1MC45IDcxLjYsMTAwLjcgNTMuNSw4MS45IDcxLjYsNjUuMiAwLjUsNjUuMiAiLz48L3N2Zz4=); }
  span.icon.layout-8 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTkuMSA3MC4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1OS4xIDcwLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojODQ4Njg1O30uc3Qxe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTYuMSw1OS43SDE4LjhjLTEuNywwLTMtMS40LTMtM1YzYzAtMS43LDEuMy0zLDMtM2gzNy4zYzEuNiwwLDMsMS4zLDMsM3Y1My43QzU5LjEsNTguNCw1Ny43LDU5LjcsNTYuMSw1OS43eiIvPjxnPjxnPjxnPjxnPjxyZWN0IHg9IjM3LjgiIHk9IjUyLjciIGNsYXNzPSJzdDEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjQuMyIvPjwvZz48Zz48cmVjdCB4PSIxNi42IiB5PSI1Mi43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PC9nPjwvZz48Zz48Zz48Zz48cmVjdCB4PSIzNy44IiB5PSI0Ny43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PGc+PHJlY3QgeD0iMTYuNiIgeT0iNDcuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjwvZz48L2c+PGc+PGc+PGc+PHJlY3QgeD0iMzcuOCIgeT0iNDIuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjxnPjxyZWN0IHg9IjE2LjYiIHk9IjQyLjciIGNsYXNzPSJzdDEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjQuMyIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxyZWN0IHg9IjM3LjgiIHk9IjM3LjciIGNsYXNzPSJzdDEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjQuMyIvPjwvZz48Zz48cmVjdCB4PSIxNi42IiB5PSIzNy43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PC9nPjwvZz48Zz48Zz48Zz48cmVjdCB4PSIzNy44IiB5PSIzMi43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PGc+PHJlY3QgeD0iMTYuNiIgeT0iMzIuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjwvZz48L2c+PGc+PGc+PGc+PHJlY3QgeD0iMzcuOCIgeT0iMjcuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjxnPjxyZWN0IHg9IjE2LjYiIHk9IjI3LjciIGNsYXNzPSJzdDEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjQuMyIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxyZWN0IHg9IjM3LjgiIHk9IjIyLjciIGNsYXNzPSJzdDEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjQuMyIvPjwvZz48Zz48cmVjdCB4PSIxNi42IiB5PSIyMi43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PC9nPjwvZz48Zz48Zz48Zz48cmVjdCB4PSIzNy44IiB5PSIxNy43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PGc+PHJlY3QgeD0iMTYuNiIgeT0iMTcuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjwvZz48L2c+PGc+PGc+PGc+PHJlY3QgeD0iMzcuOCIgeT0iMTIuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjxnPjxyZWN0IHg9IjE2LjYiIHk9IjEyLjciIGNsYXNzPSJzdDEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjQuMyIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxyZWN0IHg9IjM3LjgiIHk9IjcuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjxnPjxyZWN0IHg9IjE2LjYiIHk9IjcuNyIgY2xhc3M9InN0MSIgd2lkdGg9IjIwLjQiIGhlaWdodD0iNC4zIi8+PC9nPjwvZz48L2c+PGc+PGc+PGc+PHJlY3QgeD0iMzcuOCIgeT0iMi43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PGc+PHJlY3QgeD0iMTYuNiIgeT0iMi43IiBjbGFzcz0ic3QxIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSI0LjMiLz48L2c+PC9nPjwvZz48L2c+PGc+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM3LjgsMTAuNEg0LjFjLTIuMywwLTQuMSwxLjgtNC4xLDR2NTEuN2MwLDIuMiwxLjgsNCw0LjEsNGgzMy43YzIuMywwLDQuMS0xLjgsNC4xLTRWMTQuNEM0MS45LDEyLjIsNDAuMSwxMC40LDM3LjgsMTAuNHogTTM5LjQsMjQuNUgzLjd2LTguMmgzNS43VjI0LjV6Ii8+PC9nPjxnPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjM2LjQiIGN5PSIzMS4yIiByPSIyLjUiLz48L2c+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMjYuNCIgY3k9IjMxLjIiIHI9IjIuNSIvPjwvZz48Zz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxNi40IiBjeT0iMzEuMiIgcj0iMi41Ii8+PC9nPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjYuNCIgY3k9IjMxLjIiIHI9IjIuNSIvPjwvZz48L2c+PGc+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMzYuNCIgY3k9IjQxLjIiIHI9IjIuNSIvPjwvZz48Zz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIyNi40IiBjeT0iNDEuMiIgcj0iMi41Ii8+PC9nPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjE2LjQiIGN5PSI0MS4yIiByPSIyLjUiLz48L2c+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNi40IiBjeT0iNDEuMiIgcj0iMi41Ii8+PC9nPjwvZz48Zz48Zz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIzNi40IiBjeT0iNjIuMiIgcj0iMi41Ii8+PC9nPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjI2LjQiIGN5PSI2Mi4yIiByPSIyLjUiLz48L2c+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMTYuNCIgY3k9IjYyLjIiIHI9IjIuNSIvPjwvZz48Zz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSI2LjQiIGN5PSI2Mi4yIiByPSIyLjUiLz48L2c+PC9nPjxnPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjM2LjQiIGN5PSI1NS4yIiByPSIyLjUiLz48L2c+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMjYuNCIgY3k9IjU1LjIiIHI9IjIuNSIvPjwvZz48Zz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxNi40IiBjeT0iNTUuMiIgcj0iMi41Ii8+PC9nPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjYuNCIgY3k9IjU1LjIiIHI9IjIuNSIvPjwvZz48L2c+PGc+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iMzYuNCIgY3k9IjQ4LjIiIHI9IjIuNSIvPjwvZz48Zz48Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIyNi40IiBjeT0iNDguMiIgcj0iMi41Ii8+PC9nPjxnPjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjE2LjQiIGN5PSI0OC4yIiByPSIyLjUiLz48L2c+PGc+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNi40IiBjeT0iNDguMiIgcj0iMi41Ii8+PC9nPjwvZz48cmVjdCB4PSIzLjEiIHk9IjE2LjQiIGNsYXNzPSJzdDEiIHdpZHRoPSIzNi4yIiBoZWlnaHQ9IjguMiIvPjwvZz48L3N2Zz4=);
    width: 64px;
    height: 72px;
    left: -84px; }
  span.icon.layout-9 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQuMSA2MC4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NC4xIDYwLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkFGQ0ZGO3N0cm9rZTojODM4NTg4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzgzODU4ODtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MntmaWxsOiM4Mzg1ODg7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQwLjYsMzcuNkgzLjVjLTEuNiwwLTMtMS4zLTMtM1YzLjVjMC0xLjYsMS40LTMsMy0zaDM3LjFjMS43LDAsMywxLjQsMywzdjMxLjFDNDMuNiwzNi4zLDQyLjMsMzcuNiw0MC42LDM3LjZ6Ii8+PGc+PGxpbmUgY2xhc3M9InN0MSIgeDE9IjEuOSIgeTE9IjQyLjgiIHgyPSIyMi4xIiB5Mj0iNTguNiIvPjxsaW5lIGNsYXNzPSJzdDEiIHgxPSI0Mi41IiB5MT0iNDIuOCIgeDI9IjIyLjMiIHkyPSI1OC42Ii8+PC9nPjxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iMzUuMSw0MS4zIDIyLjEsNTEuOCA5LjEsNDEuMyA5LjEsMTcuNiAzNS4xLDE3LjYgIi8+PC9nPjwvc3ZnPg==);
    width: 64px;
    height: 63px;
    left: -84px; }
  span.icon.layout-10 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDguNiAzNC4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OC42IDM0LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojODM4NTg4O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00Ni4yLDM0LjJjLTE0LjcsMC0yOS40LDAtNDQuMSwwQzAuMywzMy40LDAsMzEuOCwwLDMwLjFjMC03LDAtMTQsMC0yMWMwLTAuOS0wLjQtMi4xLDAuNy0yLjdDMiw1LjgsMi45LDYuOCwzLjgsNy41YzUuNyw0LjYsMTEuNCw5LjIsMTcsMTMuOWMyLjYsMi4yLDUsMi4yLDcuNSwwLjFjNS4xLTQuMiwxMC4zLTguNCwxNS41LTEyLjZjMS4xLTAuOSwyLjEtMi42LDMuOC0xLjdjMS40LDAuNywwLjksMi40LDAuOSwzLjZjMC4xLDYuMiwwLjEsMTIuMywwLDE4LjVDNDguNCwzMS4yLDQ4LjksMzMuNSw0Ni4yLDM0LjJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI1LjEsMC4xYzYuNSwwLDEyLjksMCwxOS40LDBjMC45LDAsMi4yLTAuNCwyLjUsMC45YzAuMSwwLjYtMC42LDEuNS0xLjEsMmMtNi4xLDUuMi0xMi4xLDEwLjMtMTguMywxNS40Yy0yLDEuNy00LjUsMS41LTYuNC0wLjJjLTUuOC00LjktMTEuNi05LjktMTcuMy0xNUMzLjEsMi42LDIsMiwyLjUsMC44QzMtMC40LDQuMiwwLjEsNS4yLDAuMUMxMS44LDAsMTguNCwwLjEsMjUuMSwwLjF6Ii8+PC9nPjwvc3ZnPg==);
    width: 64px;
    height: 36px;
    left: -84px; }
  span.icon.layout-11 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjMuNSAzNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2My41IDM3LjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojODM4NTg4O308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02My41LDE1LjFjLTMsMy02LjcsMy4zLTEwLjYsM2MtMS44LTAuMS0zLjItMC44LTQuMS0yLjRDNDMuOSw3LDM3LjYsMy42LDI4LjMsNS4zYy02LDEuMS0xMS42LDIuOC0xNCwxMC4xYy0xLjYsNC43LTYuNywyLjgtMTAuNiwyLjJjLTEuMS0wLjItMi4xLTAuOS0zLjEtMS40Qy0wLjksMTIuNiwwLjQsOS45LDMsNy40YzQtMy43LDguNy01LjcsMTQuMi02LjNjMS43LTAuMiwzLjQtMC40LDUuMy0wLjljMS0wLjMsMi0wLjEsMywwYzQuNCwwLjQsOC42LDAuNCwxMywwYzAuNy0wLjEsMS4zLTAuMSwyLDBjNSwwLjcsMTAuMSwwLjcsMTQuNywzLjRjNCwyLjMsNy40LDQuOCw4LjMsOS42QzYzLjUsMTMuOCw2My41LDE0LjQsNjMuNSwxNS4xeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNy43LDE4YzguOCwxNC40LDE5LjksMTQuNCwyOC43LTAuMWMzLDMuNSw2LjEsNi43LDguNiwxMC4zYzIuNywzLjksMS4zLDYuOS0zLjMsOC4zYy0xLjMsMC40LTIuNiwwLjUtMy45LDAuNmMtMTAuNSwwLTIwLjksMC4xLTMxLjQsMGMtMy4yLDAtNi42LTAuMy04LjEtMy42Yy0xLjUtMy4yLDAuOS01LjYsMi45LTcuOUMxMy4zLDIzLDE1LjUsMjAuNiwxNy43LDE4eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMS44LDI0LjJjLTcuNCwwLTkuNC0xLjctOS41LTguMmMwLTYuMiwyLjEtOC4xLDktOC4xYzcuNCwwLDkuNCwxLjcsOS40LDguMkM0MC45LDIyLjQsMzguOSwyNC4yLDMxLjgsMjQuMnoiLz48L2c+PC9zdmc+);
    width: 64px;
    height: 38px;
    left: -84px; }

.arrow-right, #middle p > a, #right p > a, #product p > a, #bottom-content p > a, .dce.product-teaser .subtitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNi4xIDYuMSI+PHN0eWxlPi5zdDB7ZmlsbDojQ0MxMTc3O308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0uNyAwbDIuNyAzTC43IDYgMCA1LjYgMiAzIDAgLjUuNyAwem0yLjcgMGwyLjcgMy0yLjcgMy0uNy0uNCAyLTIuNS0yLTIuNS43LS42eiIvPjwvc3ZnPg==);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: uppercase;
  padding-left: 10px;
  width: auto;
  height: auto; }

p > a {
  text-decoration: none; }
  h1 p > a, h2 p > a, h3 p > a, h4 p > a {
    background: transparent !important;
    padding-left: 0 !important; }

.csc-linkToTop {
  display: none; }

#teaser {
  padding-top: 14px; }
  #teaser .csc-textpic {
    display: table-footer-group; }
  #teaser > .csc-default > .csc-default {
    padding: 16px;
    display: block; }
  #teaser > * {
    direction: rtl;
    width: 100%; }
    #teaser > * * {
      direction: ltr; }
  @media (min-width: 768px) {
    #teaser .has-text:not(.fce-slider-wrapper) {
      display: table;
      position: relative; }
      #teaser .has-text:not(.fce-slider-wrapper) .csc-textpic {
        width: 33.33%;
        display: table-cell; }
      #teaser .has-text:not(.fce-slider-wrapper) .csc-default {
        width: 66.66%;
        display: table-cell;
        vertical-align: middle; } }
  #teaser .has-text:not(.fce-slider-wrapper) h2 {
    line-height: 1.33; }
  #teaser .tx-jfmulticontent-pi1 .subcolumns .csc-default {
    height: 398px;
    overflow: hidden; }
    #teaser .tx-jfmulticontent-pi1 .subcolumns .csc-default.layout-21 {
      height: 400px; }
  #teaser .tx-jfmulticontent-pi1 .subcolumns [class*="subc"] {
    padding: 0; }
  #teaser .tx-jfmulticontent-pi1 .subcolumns dl.csc-textpic-image dt {
    float: left; }
  #teaser .tx-jfmulticontent-pi1 .subcolumns dl.csc-textpic-image dd.csc-textpic-caption {
    background: #aaaaaa;
    font-size: 11.9px;
    color: #ffffff;
    text-transform: uppercase; }
    #teaser .tx-jfmulticontent-pi1 .subcolumns dl.csc-textpic-image dd.csc-textpic-caption span.secret-text {
      display: block;
      margin-top: 20px;
      font-size: 28px;
      background: url(../images/arrow-open-secret.png) no-repeat right 5px; }
  #teaser .layout-20 {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    overflow: hidden; }
  #teaser .layout-21 {
    background: #eeeeee; }
  #teaser.teaser-50 {
    position: relative; }
    #teaser.teaser-50 .csc-header {
      margin-top: 0; }

#content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26,
#content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 {
  display: flex;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .dce.product-teaser,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .dce.product-teaser {
    width: 100%; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 a,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 a {
    padding: 15px;
    border: 1px solid #eee;
    display: block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(204, 17, 119, 0);
    transition: box-shadow 0.2s; }
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 a:hover, #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 a:focus,
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 a:hover,
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 a:focus {
      box-shadow: 0px 0px 5px 0px rgba(204, 17, 119, 0.75);
      text-decoration: none; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 > h3,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 > h3 {
    display: none; }
  @media (min-width: 640px) {
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26,
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 {
      width: 50%;
      width: calc(50% - 5px);
      height: auto;
      margin-right: calc(5px); } }
  @media (min-width: 960px) {
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26,
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 {
      width: 33.33%;
      width: calc(33.33% - 5px); } }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .csc-textpic-imagewrap,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .csc-textpic-imagewrap {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .csc-textpic-text,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .csc-textpic-text {
    float: none;
    width: 100%;
    box-sizing: border-box;
    line-height: 17px;
    font-weight: bold; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .image,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .image {
    margin-bottom: 8px; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .title,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .title {
    color: #555555;
    font-weight: bold;
    margin-bottom: 4px; }
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .subtitle,
  #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .subtitle {
    line-height: 17px;
    font-family: Klavika, sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-position: left 3px; }
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-textpic.position-26 .subtitle + .text,
    #content #inner-content.row-fluid:first-child .csc-default.clearfix.type-dce_dceuid2 .subtitle + .text {
      margin-top: 8px; }

#content #inner-content.row-fluid:first-child .csc-default.clearfix.position-0, #content #inner-content.row-fluid:first-child .csc-default.clearfix.position-17 {
  clear: both; }

#content #inner-content.row-fluid:first-child #product div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px; }

#content #inner-content.row-fluid:first-child #product div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px; }

.flex-wrapper {
  clear: both;
  display: flex;
  flex-flow: row wrap; }

.flex-wrapper.fluid a {
  padding: 15px;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgba(204, 17, 119, 0);
  transition: box-shadow 0.2s; }
  .flex-wrapper.fluid a:hover, .flex-wrapper.fluid a:focus {
    box-shadow: 0px 0px 5px 0px rgba(204, 17, 119, 0.75);
    text-decoration: none; }

.flex-wrapper.fluid > h3 {
  display: none; }

.flex-wrapper.fluid > div {
  float: left;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .flex-wrapper.fluid > div {
      width: 50%;
      width: calc(50% - 5px);
      height: auto;
      margin-right: calc(5px); } }
  @media (min-width: 960px) {
    .flex-wrapper.fluid > div {
      width: 33.33%;
      width: calc(33.33% - 5px); } }

.flex-wrapper.fluid .dce.product-teaser {
  width: 100%; }

.flex-wrapper.fluid .csc-textpic-imagewrap {
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px; }

.flex-wrapper.fluid .csc-textpic-text {
  float: none;
  width: 100%;
  box-sizing: border-box;
  line-height: 17px;
  font-weight: bold; }

.flex-wrapper.fluid .image {
  margin-bottom: 8px; }

.flex-wrapper.fluid .title {
  color: #555555;
  font-weight: bold;
  margin-bottom: 4px; }

.flex-wrapper.fluid .subtitle {
  line-height: 17px;
  font-family: Klavika, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-position: left 3px; }
  .flex-wrapper.fluid .subtitle + .text {
    margin-top: 8px; }

.dce.product-teaser a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.dce.product-teaser .title {
  color: #333; }

.dce.product-teaser .text {
  color: #333; }

#teaser .anythingSlider {
  padding: 0; }
  #teaser .anythingSlider .anythingWindow {
    border: none; }
    #teaser .anythingSlider .anythingWindow .csc-textpic-clear {
      clear: none; }
    #teaser .anythingSlider .anythingWindow .csc-header {
      margin-top: 100px;
      margin-left: 100px;
      z-index: 9;
      top: 0; }

#teaser .anythingSlider .fade {
  -webkit-transition: none;
  opacity: inherit; }

#product div.csc-textpic-intext-left-nowrap:after {
  content: "";
  display: block;
  clear: both; }

#product div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
  margin-top: 16px;
  width: 50%;
  float: right; }

#product div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  padding-right: 10px;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-right: 0; }

@media (max-width: 640px) {
  #product div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap, #product div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
    display: block;
    float: none;
    width: 100%; }
  #product div.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-top: 16px; } }

.base-color, .base-color a {
  color: #555555; }

.infobox {
  margin-top: 0; }
  .infobox ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 8px 5px 8px 30px;
    background: #666666;
    list-style-image: url(../images/arrow-list.png); }
    .infobox ul li {
      color: #ffffff;
      height: auto;
      width: auto; }

div.tx-powermail fieldset {
  border: 0 none;
  padding: 0px;
  font-weight: bold;
  background: none;
  margin-top: 20px; }

div.tx-powermail legend,
fieldset.powermail_fieldset fieldset legend {
  display: none; }

.powermail_fieldwrap input, .powermail_fieldwrap textarea, .powermail_fieldwrap .uneditable-input {
  width: 100%;
  box-sizing: border-box; }

.powermail_fieldwrap input {
  height: 30px; }

@media (min-width: 768px) {
  .powermail_fieldwrap {
    clear: both; }
  .powermail_fieldwrap label {
    width: 115px;
    float: left; }
  .powermail_fieldwrap input, .powermail_fieldwrap textarea {
    width: calc(100% - 115px);
    float: left;
    box-sizing: border-box; }
  .powermail_fieldwrap input {
    height: 30px; }
  .powermail_field.powermail_submit {
    margin-left: 115px; } }

div.tx-powermail span.powermail_mandatory {
  color: #cc1177; }

fieldset.powermail_fieldset input.powermail_text,
fieldset.powermail_fieldset input.powermail_date,
fieldset.powermail_fieldset input.powermail_datetime,
fieldset.powermail_fieldset textarea.powermail_textarea,
fieldset.powermail_fieldset input.powermail_captcha {
  border: 1px solid #aaaaaa;
  background: #eeeeee; }
  fieldset.powermail_fieldset input.powermail_text:focus,
  fieldset.powermail_fieldset input.powermail_date:focus,
  fieldset.powermail_fieldset input.powermail_datetime:focus,
  fieldset.powermail_fieldset textarea.powermail_textarea:focus,
  fieldset.powermail_fieldset input.powermail_captcha:focus {
    background: #eeeeee; }

div.tx_powermail_pi1_fieldwrap_html_check fieldset,
div.tx_powermail_pi1_fieldwrap_html_radio fieldset {
  margin: 0 0 10px 0; }

div.tx_powermail_pi1_fieldwrap_html_check fieldset legend,
div.tx_powermail_pi1_fieldwrap_html_radio fieldset legend {
  display: block;
  padding: 0px;
  position: relative;
  border: none;
  font-size: 14px; }

fieldset.powermail_fieldset div.tx_powermail_pi1_fieldwrap_html_check div.powermail_check_inner input,
fieldset.powermail_fieldset div.tx_powermail_pi1_fieldwrap_html_radio div.powermail_radio_inner input {
  margin: 0; }

.error {
  background: #cc1177;
  border: 1px solid #cc1177; }

html:root .error em {
  border-color: #cc1177 transparent transparent; }

div.tx-powermail img.tx-srfreecap-pi2-image {
  display: block;
  margin-left: 115px;
  margin-top: 10px; }

div.tx-powermail span.tx-srfreecap-pi2-cant-read {
  display: block;
  margin-left: 115px;
  margin-top: 10px;
  font-weight: normal; }

.powermail_captcha_outer {
  display: inline-block; }

.powermail_captchaimage {
  display: block; }

.powermail_fieldwrap_submit {
  padding-top: 10px; }

.tx-indexedsearch FIELDSET {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 7px; }

.tx-indexedsearch LEGEND {
  display: none; }

.tx-indexedsearch .tx-indexedsearch-form {
  float: left;
  margin-top: 2px; }

.tx-indexedsearch .tx-indexedsearch-search-for {
  clear: left; }

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
  margin: 0 0 0 0;
  padding: 0 1.8em;
  font-weight: bold;
  border: 0 none;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
  color: #ffffff; }

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 20em;
  margin: 0;
  padding: 5px 5px;
  margin-right: 4px;
  margin-bottom: 8px;
  border: 1px solid #cccccc;
  background-color: #ffffff; }

.tx-indexedsearch .tx-indexedsearch-searchbox form p {
  margin-top: 10px; }

.tx-indexedsearch .searchbox-tmpl-css LABEL {
  float: left;
  clear: left;
  width: 10em;
  margin-right: 1em;
  margin-top: 2px; }

.tx-indexedsearch .searchbox-tmpl-css SELECT.tx-indexedsearch-selectbox-media {
  margin-top: 0; }

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-top: 10px;
  margin-bottom: 5px; }
  .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic; }

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin: 1em 0; }
  .tx-indexedsearch .tx-indexedsearch-browsebox ul {
    list-style: none;
    margin: 1em 0;
    padding: 0 0; }
    .tx-indexedsearch .tx-indexedsearch-browsebox ul li {
      list-style: none;
      background: none;
      border: 1px solid #cccccc;
      display: inline;
      margin: 0 0.5em 0 0;
      padding: 5px 0px; }
      .tx-indexedsearch .tx-indexedsearch-browsebox ul li a {
        padding: 0 0.5em;
        line-height: 2em; }
    .tx-indexedsearch .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
      text-decoration: underline; }

.tx-indexedsearch .tx-indexedsearch-noresults {
  text-align: center;
  font-weight: bold; }

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
  font-style: italic; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #cc1177; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: #eeeeee;
  padding: 0.4em; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
  margin-top: 20px;
  margin-bottom: 5px; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
  margin-top: 0px;
  margin-bottom: 0px; }

.tx-indexedsearch .tx-indexedsearch-res .noResume {
  color: #666666; }

.tx-indexedsearch .res-tmpl-css {
  margin-bottom: 1em; }

.tx-indexedsearch .tx-indexedsearch-category {
  background: #cccccc;
  font-size: 16px;
  font-weight: bold; }

.tx-indexedsearch .result-count-tmpl-css {
  font-weight: normal;
  float: right; }

.tx-indexedsearch .result-number {
  display: none; }

.tx-indexedsearch .percent-tmpl-css {
  font-weight: normal;
  float: right; }

.tx-indexedsearch dl.info-tmpl-css dt {
  float: left; }

.tx-indexedsearch dl.info-tmpl-css dd {
  float: left;
  margin-left: 0; }

.tx-indexedsearch dl.info-tmpl-css dd.item-mtime {
  float: none; }

.tx-indexedsearch dl.info-tmpl-css dd.item-path {
  float: none; }

.tx-indexedsearch label[for="tx_indexedsearch_extResume"] {
  float: none;
  clear: none; }

.tx-indexedsearch input#tx_indexedsearch_extResume {
  display: block; }

.tx-indexedsearch .tx-indexedsearch-icon {
  position: relative;
  display: inline; }

#inner-content a.link-pure {
  background: none;
  padding: 0; }

#inner-content a.link-right {
  float: right; }

#inner-content a.download-pdf {
  background-size: 60px 63px;
  min-height: 63px;
  width: auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQuMSA2MC4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NC4xIDYwLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkFGQ0ZGO3N0cm9rZTojODM4NTg4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzgzODU4ODtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MntmaWxsOiM4Mzg1ODg7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQwLjYsMzcuNkgzLjVjLTEuNiwwLTMtMS4zLTMtM1YzLjVjMC0xLjYsMS40LTMsMy0zaDM3LjFjMS43LDAsMywxLjQsMywzdjMxLjFDNDMuNiwzNi4zLDQyLjMsMzcuNiw0MC42LDM3LjZ6Ii8+PGc+PGxpbmUgY2xhc3M9InN0MSIgeDE9IjEuOSIgeTE9IjQyLjgiIHgyPSIyMi4xIiB5Mj0iNTguNiIvPjxsaW5lIGNsYXNzPSJzdDEiIHgxPSI0Mi41IiB5MT0iNDIuOCIgeDI9IjIyLjMiIHkyPSI1OC42Ii8+PC9nPjxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iMzUuMSw0MS4zIDIyLjEsNTEuOCA5LjEsNDEuMyA5LjEsMTcuNiAzNS4xLDE3LjYgIi8+PC9nPjwvc3ZnPg==);
  padding-left: 75px;
  display: block; }

table.contenttable tr.tr-odd {
  background: #eeeeee; }

table.contenttable th, table.contenttable td {
  vertical-align: top; }

table.contenttable th {
  background: #666666; }

table.contenttable td {
  padding: 0.25em 1em 0.25em 0.5em; }

table.table-striped-condensed {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px; }
  table.table-striped-condensed th,
  table.table-striped-condensed td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.table-striped-condensed th {
    font-weight: bold; }
  table.table-striped-condensed thead th {
    vertical-align: bottom; }
  table.table-striped-condensed caption + thead tr:first-child th,
  table.table-striped-condensed caption + thead tr:first-child td,
  table.table-striped-condensed colgroup + thead tr:first-child th,
  table.table-striped-condensed colgroup + thead tr:first-child td,
  table.table-striped-condensed thead:first-child tr:first-child th,
  table.table-striped-condensed thead:first-child tr:first-child td {
    border-top: 0; }
  table.table-striped-condensed tbody + tbody {
    border-top: 2px solid #ddd; }
  table.table-striped-condensed .table {
    background-color: #fff; }
  table.table-striped-condensed th,
  table.table-striped-condensed td {
    padding: 4px 5px; }
  table.table-striped-condensed tbody > tr:nth-child(odd) > td,
  table.table-striped-condensed tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9; }

.certificate-icon {
  display: inline-block;
  float: right;
  margin-left: 5px; }

a.btn.btn-default.btn-sm.content-link, #inner-content a.btn-default.btn-sm.content-link.button {
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  vertical-align: top !important;
  padding-top: 0 !important; }

@media (max-width: 767px) {
  table {
    display: block;
    overflow: auto; } }

@media (max-width: 767px) {
  .tx-cronstegoberechnung-pi1 #tabcontent-1 .tabcontent-maincontent .dimesion-example-image {
    display: none; }
  .tx-cronstegoberechnung-pi1 #tabcontent-4 table input, .tx-cronstegoberechnung-pi1 #tabcontent-4 table select {
    width: 120px; }
  .tx-cronstegoberechnung-pi1 .tx_cronstegoberechnung_position-cell {
    display: block; }
  .tx-cronstegoberechnung-pi1 .cron_stegoberechnung_pi1_form input, .tx-cronstegoberechnung-pi1 .cron_stegoberechnung_pi1_form select {
    width: 120px; }
  .tx-cronstegoberechnung-pi1 .cron_stegoberechnung_pi1_form input[type="submit"] {
    width: 120px;
    white-space: normal;
    line-height: 1.1; } }

#teaser .fce-slider .position-0 .csc-firstHeader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%); }

#teaser .fce-slider .position-1 .csc-firstHeader {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 10;
  background-color: #8B8B8B;
  padding: 16px;
  box-sizing: border-box;
  max-width: 45%; }
  @media (min-width: 768px) {
    #teaser .fce-slider .position-1 .csc-firstHeader {
      right: 50px;
      bottom: 50px; } }
  @media (min-width: 990px) {
    #teaser .fce-slider .position-1 .csc-firstHeader {
      right: 100px;
      bottom: 100px; } }
  @media (min-width: 990px) {
    #teaser .fce-slider .position-1 .csc-firstHeader {
      padding: 32px; } }

#teaser .fce-slider .position-2 .csc-firstHeader,
#teaser .slide-header {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 10; }
  @media (min-width: 768px) {
    #teaser .fce-slider .position-2 .csc-firstHeader,
    #teaser .slide-header {
      left: 50px;
      top: 50px; } }
  @media (min-width: 990px) {
    #teaser .fce-slider .position-2 .csc-firstHeader,
    #teaser .slide-header {
      left: 100px;
      top: 100px; } }

#teaser .fce-slider .heading-border {
  border: 0; }

#teaser .fce-slider {
  border: 1px solid #aaaaaa; }

#teaser .slide-header {
  text-transform: uppercase; }

#teaser .csc-firstHeader .headerLine,
#teaser .csc-firstHeader .headerLine a,
#teaser .slide-header .line,
#teaser .slide-header .line a {
  color: #555555;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 640px) {
    #teaser .csc-firstHeader .headerLine,
    #teaser .csc-firstHeader .headerLine a,
    #teaser .slide-header .line,
    #teaser .slide-header .line a {
      font-size: 21px;
      line-height: 28px; } }
  @media (min-width: 990px) {
    #teaser .csc-firstHeader .headerLine,
    #teaser .csc-firstHeader .headerLine a,
    #teaser .slide-header .line,
    #teaser .slide-header .line a {
      font-size: 28px;
      line-height: 36px; } }

#teaser .csc-firstHeader .headerLine:first-child,
#teaser .csc-firstHeader .headerLine:first-child a,
#teaser .slide-header .line:first-child,
#teaser .slide-header .line:first-child a {
  color: #c17;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal; }
  @media (min-width: 640px) {
    #teaser .csc-firstHeader .headerLine:first-child,
    #teaser .csc-firstHeader .headerLine:first-child a,
    #teaser .slide-header .line:first-child,
    #teaser .slide-header .line:first-child a {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 990px) {
    #teaser .csc-firstHeader .headerLine:first-child,
    #teaser .csc-firstHeader .headerLine:first-child a,
    #teaser .slide-header .line:first-child,
    #teaser .slide-header .line:first-child a {
      font-size: 23px;
      line-height: 23px; } }

#teaser .fce-slider .csc-textpic figure {
  position: top;
  left: 0px;
  top: 0px; }

#teaser .fce-slider .csc-textpic figure img {
  width: 100%;
  height: auto; }

#teaser .fce-slider .csc-default.clearfix.type-image {
  position: relative; }

#teaser .fce-slider .csc-textpic,
#teaser .fce-slider .line,
#teaser .slide-header .csc-textpic,
#teaser .slide-header .line {
  display: block; }

.falFileUpload select, .falFileUpload input[type="file"] {
  height: auto;
  line-height: 1; }

#cookie-warning {
  padding: 8px 16px;
  background-color: #e6e7e8;
  color: black;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0; }
  #cookie-warning a {
    margin-left: 4px;
    display: inline-block; }
  #cookie-warning .container {
    padding: 8px 16px;
    box-sizing: border-box; }

html[lang="ru"] .navbar.corporate .navbar-inner .nav li a {
  font-size: 14px; }

html[lang="ru"] h2 {
  font-size: 20px; }

html[lang="ru"] h2 .split-1 {
  font-size: 20px; }

html[lang="ru"] h2 .split-2 {
  font-size: 24px;
  line-height: 30px; }

html[lang="ru"] #right h4 {
  font-size: 20px; }

@media (min-width: 768px) {
  html[lang="ru"] .nav-pills.corporate > li > a {
    padding: 0 5px; }
  html[lang="ru"] #servicenavi {
    font-size: 9.5px; } }

.icon-int svg {
  background: #3E66E0;
  color: #fff; }

.extranet #sub-navi h1 {
  display: none; }
