.list-unstyled {
  padding-left: 0;
  list-style: none;
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 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"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #33332e;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005da5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003259;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .container {
    width: 771px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1043px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1143px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.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-left: 1.5rem;
  padding-right: 1.5rem;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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.428571429;
  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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 28rem;
  }
}
.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-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  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-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 13rem;
  line-height: 13rem;
}
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: 28rem;
  padding: 10px 16px;
  font-size: 1.8rem;
  line-height: 3rem;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 28rem;
  line-height: 28rem;
}
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: 28rem;
  height: 28rem;
  line-height: 28rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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: #76766a;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 1.5rem;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 31px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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: #005da5;
  border-color: #004f8c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #004072;
  border-color: #002c4e;
}
.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: #005da5;
  border-color: #004f8c;
}
.btn-primary .badge {
  color: #005da5;
  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 {
  color: #005da5;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #003259;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.8rem;
  line-height: 3rem;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 1.2rem;
  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;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #f7f7f4;
  border: 1px solid #ccccc7;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccccc7;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #878787;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #666661;
  background-color: #f7f7f4;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #005da5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cecece;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.2rem;
  line-height: 1.428571429;
  color: #f7f7f4;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 + .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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  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-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-left: 0;
  padding-right: 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: 28rem;
  padding: 10px 16px;
  font-size: 1.8rem;
  line-height: 3rem;
  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: 28rem;
  line-height: 28rem;
}
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: 13rem;
  padding: 5px 10px;
  font-size: 1.2rem;
  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: 13rem;
  line-height: 13rem;
}
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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 1.2rem;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1.8rem;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #005da5;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: #005da5;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 6rem;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 600px) 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: -30px;
  margin-left: -30px;
}
@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;
  padding: 0 30px;
  font-size: 1.8rem;
  line-height: 20px;
  height: 6rem;
}
.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: -30px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: -14rem;
  margin-bottom: -14rem;
  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: 0 -30px;
}
.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: 0;
    padding-bottom: 0;
  }
}
.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -14rem;
  margin-bottom: -14rem;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.navbar-btn.btn-sm {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.navbar-btn.btn-xs {
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.navbar-text {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f7f7f4;
  border-color: #e9e9e1;
}
.navbar-default .navbar-brand {
  color: #005da5;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #005da5;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #999994;
}
.navbar-default .navbar-nav > li > a {
  color: #005da5;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eb6005;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eb6005;
  background-color: #f7f7f4;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccccc7;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ccccc7;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f7f7f4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f7f7f4;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e9e9e1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f7f7f4;
  color: #eb6005;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #005da5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eb6005;
    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: #eb6005;
    background-color: #f7f7f4;
  }
  .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: #ccccc7;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #005da5;
}
.navbar-default .navbar-link:hover {
  color: #eb6005;
}
.navbar-default .btn-link {
  color: #005da5;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #eb6005;
}
.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: #ccccc7;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@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;
}
.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;
  line-height: 1.428571429;
  text-decoration: none;
  color: #005da5;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #003259;
  background-color: #eeeeee;
  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;
  background-color: #005da5;
  border-color: #005da5;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1.8rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #005da5;
  border-color: #005da5;
}
.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: #72c1ff;
}
.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;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  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;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix: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,
.modal-footer:before,
.modal-footer:after,
.horizontal-line:before,
.horizontal-line:after,
.row:not(#cosmosBar):before,
.row:not(#cosmosBar):after,
.row:not(nav):before,
.row:not(nav):after,
.default-row:before,
.default-row:after {
  content: " ";
  display: table;
}
.clearfix: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,
.modal-footer:after,
.horizontal-line:after,
.row:not(#cosmosBar):after,
.row:not(nav):after,
.default-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  }
}
.glyphicons {
  color: inherit;
  padding-right: 0.3rem;
}
.glyphicons.glyphicons-menu-hamburger,
.glyphicons.glyphicons-woman,
.glyphicons.glyphicons-user,
.glyphicons.glyphicons-search,
.glyphicons.glyphicons-circle-arrow-right,
.glyphicons.glyphicons-circle-arrow-left,
.glyphicons.glyphicons-arrow-up,
.glyphicons.glyphicons-new-window-alt {
  font-size: 1.8rem;
  padding-right: 0;
}
.glyphicons.glyphicons-ok {
  color: #67b733 !important;
}
.glyphicons.glyphicons-expand,
.glyphicons.glyphicons-collapse {
  transform: scale(1.15);
}
.glyphicons.glyphicons-euro:before {
  padding: 0 0.8rem;
}
.glyphicons.glyphicons-search:before {
  padding: 0.2rem 0 0;
}
.glyphicons.glyphicons-chevron-right:before {
  padding-right: 0;
  padding-top: 0.4rem;
}
.glyphicons.glyphicons-location:before {
  padding-top: 0.5rem;
  padding-left: 0;
  padding-right: 0.5rem;
}
.glyphicons.glyphicons-chevron-left:before {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.4rem;
}
.glyphicons.glyphicons-clock:before {
  padding: 0 0 0 2rem;
}
.glyphicons.glyphicons-comments:before,
.glyphicons.glyphicons-envelope:before,
.glyphicons.glyphicons-print:before,
.glyphicons.glyphicons-share-alt:before {
  padding: 0.4rem 0 0;
}
.glyphicons.glyphicons-user:before,
.glyphicons.glyphicons-woman:before {
  padding: 0.2rem 0 0 0;
}
.glyphicons.glyphicons-exclamation-sign:before {
  padding-left: 4px;
  padding-right: 4px;
}
.glyphicons.glyphicons-ok:before {
  padding: 0 4px;
}
.glyphicons.glyphicons-chevron-down:before,
.glyphicons.glyphicons-chevron-up:before {
  padding: 4px 4px 4px 8px;
}
.glyphicons.glyphicons-conversation:before,
.glyphicons.glyphicons-eye-open:before {
  padding: 0.1rem 0 0 0.2rem;
}
.glyphicons.glyphicons-menu-hamburger:before,
.glyphicons.glyphicons-blog:before,
.glyphicons.glyphicons-remove:before,
.glyphicons.glyphicons-ok-sign:before,
.glyphicons.glyphicons-bookmark:before,
.glyphicons.glyphicons-calendar:before,
.glyphicons.glyphicons-download-alt:before,
.glyphicons.glyphicons-file:before,
.glyphicons.glyphicons-headset:before,
.glyphicons.glyphicons-pie-chart:before,
.glyphicons.glyphicons-pictures:before,
.glyphicons.glyphicons-question-sign:before,
.glyphicons.glyphicons-keys:before,
.glyphicons.glyphicons-sort:before,
.glyphicons.glyphicons-star:before,
.glyphicons.glyphicons-star-empty:before,
.glyphicons.glyphicons-wrench:before,
.glyphicons.glyphicons-embed:before,
.glyphicons.glyphicons-stopwatch:before,
.glyphicons.glyphicons-tag:before,
.glyphicons.glyphicons-comments:before,
.glyphicons.glyphicons-microphone:before,
.glyphicons.glyphicons-notes:before,
.glyphicons.glyphicons-fire:before,
.glyphicons.glyphicons-new-window-alt:before,
.glyphicons.glyphicons-envelope:before,
.glyphicons.glyphicons-phone-alt:before,
.glyphicons.glyphicons-link:before {
  padding: 0;
}
.glyphicons.icon-inline {
  font-size: 14px;
}
header .glyphicons-chevron-left:before {
  padding-right: 0;
  padding-top: 0.2rem;
}
h3 .glyphicons.glyphicons-chevron-right:before {
  padding-right: 0;
  padding-top: 0.2rem;
}
.collapsible .glyphicons.glyphicons-expand:before,
.collapsible .glyphicons.glyphicons-collapse:before {
  padding: 0.1rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .collapsible .glyphicons.glyphicons-expand:before,
  .collapsible .glyphicons.glyphicons-collapse:before {
    padding: 0.3rem 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .glyphicons.glyphicons-woman:before,
  .glyphicons.glyphicons-user:before {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('../fonts/glyphicons-regular.woff2') format('woff2'), url('../fonts/glyphicons-regular.woff') format('woff');
}
.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons:before {
  display: inline-block;
  padding: 6px 8px;
}
.glyphicons-arrow-up:before {
  content: "\E214";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-facebook:before {
  content: "\E902";
}
.glyphicons-linkedin:before {
  content: "\E906";
}
.glyphicons-instagram:before {
  content: "\E908";
}
.glyphicons-xing:before {
  content: "\E905";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-envelope:before {
  content: "\E011";
}
.glyphicons-euro:before {
  content: "\E227";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-exclamation-sign:before {
  content: "\E197";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-info-sign:before {
  content: "\E196";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-question-sign:before {
  content: "\E195";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-link:before {
  content: "\e900";
}
.glyphicons-location:before {
  content: "\E901";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-minus-sign:before {
  content: "\E192";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-ok:before {
  content: "\E207";
}
.glyphicons-ok-sign:before {
  content: "\E194";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-pictures:before {
  content: "\E738";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-plus-sign:before {
  content: "\E191";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-remove:before {
  content: "\E208";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-unshare:before {
  content: "\E022";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-wrench:before {
  content: "\E440";
}
:root {
  font-size: 10px;
}
body {
  font-family: "HaufeMerriweather", serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
header {
  font-family: "HaufeMerriweatherSans", sans-serif;
}
h1 {
  font-weight: 600;
}
.extra-small {
  font-family: "HaufeMerriweather", serif;
  font-weight: 300;
}
.font-sans-serif-light {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
}
.font-serif {
  font-family: "HaufeMerriweather", serif;
}
.font-sans-serif {
  font-family: "HaufeMerriweatherSans", sans-serif;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header {
    font-weight: 600;
  }
  h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  h3,
  header {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  h4,
  .vcard header,
  #collapsibleContainer_searchProductBox article header {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  h5 {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  h6 {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .small {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .font-sm {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .extra-small {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  h2,
  h3,
  h4,
  h5,
  h6,
  header {
    font-weight: 400;
  }
  h1 {
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  h3 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  h4,
  .vcard header,
  #collapsibleContainer_searchProductBox article header {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  h5 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  h6 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .small {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .font-sm {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .extra-small {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.article-source {
  color: #878787;
  padding-top: 1.5rem;
}
.article-source.tax {
  margin-bottom: 1.5rem;
}
body {
  background-color: #f7f7f4;
}
body.modal-open {
  padding-right: 0 !important;
}
.content-wrapper {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
  position: relative;
}
.main-content-wrapper {
  padding-bottom: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#Ads_BA_FLB + .main-content-wrapper {
  margin-top: 3rem;
}
#cosmosbar,
#header,
#tabnav,
.row,
.stage,
footer,
main {
  max-width: 1280px;
}
hr {
  border-top-color: #e9e9e5;
  border-top-width: 1px;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  width: 100%;
}
.horizontal-line {
  margin: 0 0.75rem 2.5rem;
  border-bottom: 1px solid #e9e9e5;
}
.horizontal-line.no-margin-horizontal {
  margin-left: 0;
  margin-right: 0;
}
aside hr {
  border-top-color: #ccccc7;
}
h1 {
  margin: 0;
  padding-bottom: 1rem;
}
h2 {
  margin: 0;
  padding-bottom: 0;
}
h2 + ol,
h2 + ul {
  padding-top: 1.4rem;
}
p ~ h2 {
  padding-top: 2rem;
  padding-bottom: 0;
}
h3,
h4 {
  margin-bottom: 1.4rem;
  margin-top: 0;
}
h6.single {
  margin-top: 0;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
picture > img {
  height: auto;
  width: 100%;
}
picture > video {
  display: none;
}
.text-center {
  text-align: center;
}
footer[role=contentinfo] a.socialmedia {
  background: url(../images/social-media-links-sprite.svg) no-repeat;
  display: inline-block;
}
.text-all-caps {
  text-transform: uppercase;
}
.box-recommended-links {
  margin-top: 0;
}
.box-recommended-links ol > li {
  color: #005da5;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .box-recommended-links {
    margin-top: 6.5rem;
    padding-left: 3rem;
  }
}
.authors {
  clear: both;
}
.authors .author {
  display: table;
  padding-bottom: 1.4rem;
  padding-left: 0;
}
.authors .author:nth-child(2n) {
  clear: left;
}
.authors .author .author-detail {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.authors .author .author-picture {
  display: table-cell;
}
a.socialmedia {
  background-size: 20px 18px;
  margin-right: 2rem;
  padding-right: 2rem;
}
a.socialmedia.facebook {
  background-image: url("../images/facebook.svg");
}
a.socialmedia.instagram {
  background-image: url("../images/instagram.svg");
}
a.socialmedia.linkedin {
  background-image: url("../images/linkedin.svg");
}
a.socialmedia.twitter {
  background-image: url("../images/twitter.svg");
}
a.socialmedia.xing {
  background-image: url("../images/xing.svg");
}
.icon-box {
  background-image: url("../images/icon-bg.png");
  background-position: 0 0;
  background-size: 100% 100%;
  height: 56px;
  position: relative;
  width: 74px;
}
.icon-box .glyphicons {
  font-size: 3rem;
  line-height: 4.6rem;
  color: #fff;
  left: 55%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
}
.sitemap .sitemap-year,
.sitemap .sitemap-months {
  padding: 0;
}
.sitemap .sitemap-year {
  width: 5%;
  font-size: 1.4rem;
}
.sitemap .sitemap-months {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-size: 1.3rem;
  width: 95%;
}
.sitemap .glyphicons-chevron-right {
  padding-left: 0.3rem;
}
.sitemap .space-before {
  margin-top: 4.7rem;
}
.infographic-detail .navigation-links > li,
.survey-detail .navigation-links > li {
  padding-right: 1.25rem;
}
.infographic-detail .space-before,
.survey-detail .space-before {
  margin-top: 1.5rem;
}
.infographic-detail .btn {
  margin-bottom: 2.0999999999999996rem;
  margin-top: 1.4rem;
}
.infographic-detail .btn .glyphicons-embed:before {
  padding: 0 0.5rem 0.2rem 0;
}
.infographic-detail .embed-text {
  border: solid 1px #ccccc7;
  margin-bottom: 2.0999999999999996rem;
  overflow: hidden;
  padding: 0 0.5rem;
}
.infographic-detail .taglist {
  padding-bottom: 2.0999999999999996rem;
  padding-top: 1.4rem;
}
.infographic-detail .content-top-tools {
  padding: 0;
}
.pull-down {
  float: right;
}
@media screen and (max-width: 767px) {
  .pull-down {
    float: left;
  }
}
.pull-down.social-share-container {
  padding-bottom: 2.0999999999999996rem;
  padding-top: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
blockquote {
  margin: 0 0 20px;
  padding: 10px 3.5rem;
}
blockquote p {
  color: #666661;
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote:not(.tweet-quote) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
  margin: 2rem 3.5rem 0 0;
}
blockquote:not(.tweet-quote) ul,
blockquote:not(.tweet-quote) ol {
  color: #666661;
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-style: italic;
}
blockquote:not(.tweet-quote):before {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  content: "\201D";
  color: #999994;
  font-family: "HaufeMerriweather", serif;
  font-size: 3.5rem;
  font-weight: 600;
  padding-top: 1rem;
}
blockquote:not(.tweet-quote) > * {
  flex-basis: calc(100% - 2.4rem);
  padding: 0 0 0 1.4rem;
}
blockquote.tweet-quote {
  border-left: 5px solid #09abef;
  margin: 0;
  text-align: right;
}
blockquote.tweet-quote .twitter-text {
  font-weight: 400;
  text-align: left;
}
blockquote.tweet-quote a span {
  background: url("../images/spriteSocial.png") no-repeat scroll -110px 0;
  display: inline-block;
  height: 30px;
  margin: -0.5rem 0 -1rem 0.5rem;
  width: 30px;
}
section .a-z-list:not(ul) {
  font-weight: 400;
}
ul.a-z-list {
  list-style-type: none;
  padding: 0;
}
ul.a-z-list li {
  margin-bottom: 1.4rem;
}
a.rss {
  line-height: 2.2rem;
}
a.rss.text-right {
  display: block;
}
a.rss:focus {
  outline: none;
}
a.rss .rssIcon {
  background: url(../images/spriteSocial.png) no-repeat;
  background-position: -40px -160px;
  display: inline-block;
  float: left;
  height: 24px;
  margin-right: 5px;
  width: 24px;
}
label {
  font-weight: 400;
}
.background-white {
  background-color: #fff !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.row:not(#cosmosBar),
.row:not(nav) {
  margin-left: -0;
  margin-right: -0;
  clear: both;
}
.row-initial {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.text-container-center {
  bottom: 0;
  height: 3rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-initial {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
.default-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (max-width: 992px) {
  .default-row :nth-child(4) {
    clear: left;
  }
}
.hide-no-js {
  display: none !important;
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-space-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.flex-space-between.align-baseline {
  align-items: baseline;
}
@media screen and (max-width: 991px) {
  .flex-space-between {
    flex-direction: column;
    margin-bottom: 1.7rem;
  }
}
.flex-divide-equally {
  flex: 1 1 0px;
}
ul.paid-content-list,
ol.table-of-contents {
  list-style-type: none;
}
ul.paid-content-list {
  padding-left: 6rem;
  text-indent: -6rem;
}
ul.paid-content-list a,
ul.paid-content-list li {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
ul.paid-content-list a,
ul.paid-content-list a:hover {
  text-decoration: none;
}
ul.paid-content-list a span:hover,
ul.paid-content-list a:hover span:hover {
  text-decoration: underline;
}
ul.paid-content-list span {
  padding-left: 0.5rem;
}
ol.table-of-contents > li ol {
  list-style-type: none;
}
ol.table-of-contents > li ol > li {
  margin-top: 1.4rem;
}
.additional-info {
  color: #999994;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1.7rem;
}
.article-list > .article-teaser,
main.landing-page > .article-teaser,
.article-list .sub-content-container > .article-teaser,
main.landing-page .sub-content-container > .article-teaser,
.article-list > .article-list-item,
main.landing-page > .article-list-item,
.article-list .sub-content-container > .article-list-item,
main.landing-page .sub-content-container > .article-list-item,
.article-list > .article-teaser p,
main.landing-page > .article-teaser p,
.article-list .sub-content-container > .article-teaser p,
main.landing-page .sub-content-container > .article-teaser p,
.article-list > .article-list-item p,
main.landing-page > .article-list-item p,
.article-list .sub-content-container > .article-list-item p,
main.landing-page .sub-content-container > .article-list-item p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "HaufeMerriweather", serif;
  font-weight: 300;
}
.article-list .empty-survey,
main.landing-page .empty-survey,
.article-list .empty-survey + hr,
main.landing-page .empty-survey + hr {
  display: none;
}
@media screen and (max-width: 768px) {
  .article-list .row .default-row,
  main.landing-page .row .default-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.source {
  color: #999994;
  font-size: 1.3rem;
  line-height: 2rem;
}
main.landing-page .survey {
  border: 0;
}
.inline-link {
  display: inline-block;
  padding: 0;
}
.full-width {
  max-width: 100%;
  width: 100%;
}
.half-width {
  max-width: 50%;
}
.page-tools {
  float: right;
  margin: 0;
  text-align: right;
}
.page-tools,
.page-tools .glyphicons {
  padding-left: 0.5rem;
  color: #999994;
}
.page-tools strong span {
  padding-top: 0.4rem;
}
.navbar-vertical-item {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-bottom: 1px solid #ccccc7;
  color: #005da5;
  display: inline-block;
  padding: 0.66em 0.5em 0.6em 1em;
  text-decoration: none;
  width: 100%;
}
.navbar-vertical-item .borderTop {
  border-top: 1px solid #ccccc7;
}
.navbar-vertical-item .glyphicons {
  color: #005da5;
  float: right;
  line-height: 2.2rem;
  position: relative;
}
.navbar-vertical-item:hover {
  color: #000;
  text-decoration: underline;
}
.navbar-vertical-item:hover .glyphicons {
  color: #000;
}
.navbar-vertical-item.active {
  font-weight: 600;
}
.navbar-vertical-item.subitem {
  padding-left: 2em;
}
.has-margin {
  margin-top: 1.5rem;
}
#co-branding {
  margin-bottom: -3rem;
}
.sidebar-offcanvas {
  z-index: 15;
}
#sortList {
  background-color: #f7f7f4;
  border-bottom: 1px solid #ccccc7;
  border-top: 1px solid #ccccc7;
  margin-bottom: 2.8rem;
  margin-top: 1.4rem;
  font-family: "HaufeMerriweatherSans", sans-serif;
  padding: 0 2rem;
  width: 100%;
}
#sortList,
#sortList p {
  display: inline-block;
}
#collapsibleContainer_searchProductBox a.pull-right {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.checkbox-label {
  margin-left: 1.75em;
  position: relative;
  text-indent: -1.75em;
}
.checkbox-label input[type="checkbox"] {
  height: auto;
}
.expand-multiple .glyphicons-expand,
.expand-multiple .glyphicons-collapse {
  top: 2.5rem;
  transform: scale(1.5);
}
.expand-multiple a h3 {
  margin-bottom: 0;
}
.btn-expander {
  font-family: "HaufeMerriweatherSans", sans-serif;
  margin-left: 0;
}
.btn-expander,
.btn-expander:active,
.btn-expander:visited,
.btn-expander .glyphicons {
  color: #005da5;
  cursor: pointer;
}
.btn-expander {
  color: #005da5;
}
.btn-expander:hover,
.btn-expander:focus {
  color: #669ec9;
  text-decoration: underline;
}
.btn-expander:active {
  color: #00467c;
}
p iframe {
  border: 1px solid #ccccc7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  display: flex;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.video-container-richtext {
  position: relative;
  width: 100%;
  height: 382px;
}
.podcast-player {
  position: relative;
  width: 100%;
  height: 146px;
}
.iframe-container {
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 0;
}
.iframe-container iframe {
  border: 0;
  height: 625px;
  position: relative;
  width: 100%;
}
.info-label {
  display: flex;
  flex-wrap: wrap;
}
hr.thick {
  border-top: 2px solid #ccccc7;
}
.article-teaser.collapsible a[data-toggle] {
  margin-left: -1.5rem;
}
.article-list-item {
  width: 100%;
}
figure {
  color: #999994;
  display: table;
  margin-bottom: 2rem;
  word-wrap: break-word;
  word-break: break-word;
}
figure.pull-left {
  margin-right: 2.5rem;
  max-width: 410px;
}
figure.pull-left.small-image {
  max-width: 100px;
}
figure.pull-left.fixed-medium-image {
  width: 100%;
}
figure.pull-left-on-desktop {
  float: left;
  margin-right: 2rem;
  width: 100%;
  height: 382px;
}
@media screen and (max-width: 480px) {
  figure.pull-left-on-desktop {
    float: none;
    height: 175px;
  }
}
figure.pull-right {
  margin-left: 1em;
}
figure figcaption {
  caption-side: bottom;
  display: table-caption;
  word-break: break-word;
}
figure iframe {
  margin-bottom: -0.5rem;
  width: 100%;
}
figure img {
  height: auto;
  width: 100%;
}
figure .picture-description {
  font-family: "HaufeMerriweatherSans";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #33332e;
  display: block;
  font-style: italic;
  padding-top: 1rem;
}
figure .img-responsive {
  max-width: initial;
  width: auto;
}
img.pull-left {
  margin-right: 1em;
}
img.pull-right {
  margin-left: 1em;
}
.journalItemFaded,
.trainingItemFaded,
.productItemFaded {
  background: url(../images/icons/productsIconsSprite.png) no-repeat;
  background-position: 0 0;
  display: block;
  height: 70px;
  margin: auto;
  width: 86px;
}
.productItemFaded {
  background-position: 0 -70px;
  height: 75px;
  width: 65px;
}
.trainingItemFaded {
  background-position: 0 -150px;
  height: 75px;
}
.no-text-decoration,
.no-text-decoration:hover,
.no-text-decoration:active,
.no-text-decoration:focus,
.no-text-decoration:visited {
  text-decoration: none;
}
.with-text-decoration,
.with-text-decoration:hover,
.with-text-decoration:active,
.with-text-decoration:focus,
.with-text-decoration:visited {
  text-decoration: underline;
}
.taglist {
  border-top: 1px solid #e9e9e5;
  color: #878787;
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
  padding-top: 1.5rem;
}
.taglist .glyphicons {
  color: #005da5;
  line-height: 2rem;
  padding-left: 0.5rem;
}
.errormsg {
  background-color: #d63842;
  border-radius: 0;
  border: none;
  color: #fff;
  font-family: "HaufeMerriweatherSans";
  margin-top: 0.5rem;
  padding: 1rem;
}
.copytext {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #33332e;
}
.highlight {
  background-color: #fff554;
  color: #33332e;
  padding: 0 1px;
}
.lightbox {
  background: #fff;
  padding: 3rem;
}
.underline {
  text-decoration: underline;
}
.no-wrap {
  white-space: nowrap;
}
.no-wrap .btn {
  display: inline-block;
}
.wrap {
  white-space: normal;
}
.large-padding {
  margin-left: 6em;
}
.valign-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.partner-box {
  display: inline-block;
  vertical-align: top;
}
.partner-box .with-logo {
  background-color: #fff;
  height: 185px;
  margin: 1.3rem;
  max-height: 185px;
  max-width: 175px;
  min-height: 185px;
  min-width: 175px;
  padding: 5px;
  width: 175px;
}
.partner-box .with-logo .img-container {
  height: 130px;
  max-height: 130px;
  min-height: 130px;
  text-align: center;
  vertical-align: middle;
}
.partner-box .with-logo .img-container img {
  max-height: 130px;
}
.partner-box .description {
  line-height: 150%;
  max-width: 165px;
  min-width: 165px;
  padding-top: 5px;
  text-align: center;
  width: 165px;
}
a.reference-box.with-logo {
  display: inline-block;
  line-height: 150%;
  max-width: 140px;
  padding: 0.25em;
  text-align: center;
}
.pipe-separator {
  padding: 0 0.25em;
}
.break-space-before {
  margin-top: 1.4rem;
}
.break-space-before:not(.collapse) {
  display: block;
}
.space-after {
  margin-bottom: 1.4rem;
}
.space-after-xl {
  margin-bottom: 6rem;
}
.space-before {
  margin-top: 2.8rem;
}
.no-header-spaceholder {
  padding-top: 2.8rem;
}
.img-overlay-btn {
  margin-bottom: -3rem;
}
.img-overlay-btn > span.img-overlay-text {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  bottom: 55px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.img-overlay-btn > span.img-overlay-text .glyphicons {
  padding-left: 0.5rem;
}
.img-overlay-btn img {
  width: 100%;
}
.float-none {
  float: none;
}
.new-line {
  display: block;
  padding-left: 0;
}
.hide-until-no-js {
  display: none;
}
#messageBox {
  color: #fff;
  font-weight: 600;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 50;
}
#messageBox.success {
  background-color: #005da5;
}
#messageBox.error {
  background-color: #ff0000;
}
.social-share-container {
  display: block;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.social-share-container .inline-controls {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.social-share-container a.recommend {
  background-color: #999994;
  text-align: center;
}
.social-share-container a.recommend span.glyphicons-envelope {
  font-size: 24px;
  color: #fff;
  line-height: 3.6rem;
  padding: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  display: block;
  margin-bottom: .5em;
  overflow-x: auto;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #ccccc7;
  padding: .5em;
}
table th p,
table td p {
  margin-bottom: 0;
}
.form-control:focus {
  box-shadow: none;
}
.landing-page .stage {
  margin-top: 0;
}
aside.landing-page .box {
  padding-right: 1em;
}
aside.landing-page .carousel-outer:not(.box) {
  padding-left: 0;
}
.registerButton {
  width: 100%;
}
#toTop-right,
#toTop-left {
  background: #ccccc7;
  border-color: #ccccc7;
  border-radius: 3px;
  bottom: 20px;
  display: none;
  filter: alpha(opacity=75);
  opacity: 0.75;
  outline: none;
  position: fixed;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  width: auto;
  zoom: 1;
  z-index: 1000;
}
#toTop-right .glyphicons,
#toTop-left .glyphicons {
  color: #fff;
  padding: 6px 8px;
}
#toTop-right:hover,
#toTop-left:hover,
#toTop-right:focus,
#toTop-left:focus,
#toTop-right:active,
#toTop-left:active,
#toTop-right.active,
#toTop-left.active {
  border-color: #33332e;
  background: #33332e;
  filter: alpha(opacity=5);
  opacity: 0.5;
}
#toTop-right {
  right: 20px;
}
#toTop-left {
  left: 20px;
}
.special-news-label {
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  background-color: #666661;
  clear: both;
  color: #fff;
  padding: 2px 3px 0;
  width: fit-content;
}
.banner img {
  max-height: 100px;
}
.pwdstrength_container {
  margin-bottom: 10px;
}
.veryweak {
  background-color: #d9534f ! important;
  border-color: #ff0000 ! important;
}
.weak {
  background-color: #f0ad4e ! important;
  border-color: #ff0000 ! important;
}
.strongpwd {
  background-color: #5cb85c ! important;
  border-color: #5cb85c ! important;
}
.article-list h2 {
  margin-bottom: 3.5rem;
}
.article-list .survey h2 {
  margin-bottom: 1.4rem;
}
.article-list.newsletter h2,
.article-list a h2 {
  margin-bottom: 1.4rem;
  margin-top: 0;
}
.article-list hr {
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}
.article-list hr:last-of-type {
  margin-bottom: 0.5rem;
}
.article-list .article-teaser.big figure {
  margin-bottom: 1.4rem;
}
.article-list .article-teaser,
.article-list .article-list-item {
  width: 100%;
}
.detail-page main .content {
  padding: 0;
}
.detail-page main .content .source {
  margin-bottom: 2.0999999999999996rem;
  margin-top: 2.0999999999999996rem;
  clear: both;
}
@media screen and (max-width: 479px) {
  .detail-page main .content p {
    clear: both;
  }
}
.detail-page main .taglist {
  clear: both;
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}
.sub-content-container {
  margin-bottom: 4.8999999999999995rem;
}
.expand-multiple .collapsible:last-of-type,
.box:not(.carousel-outer) .collapsible:last-of-type,
.expand-multiple article:last-of-type,
.box:not(.carousel-outer) article:last-of-type,
.expand-multiple .expand-multiple,
.box:not(.carousel-outer) .expand-multiple {
  margin-bottom: 1.4rem;
}
.loading {
  text-align: center;
}
.spinner {
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  background-color: #666661;
  border-radius: 100%;
  height: 40px;
  margin: 5px auto;
  width: 40px;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 479px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 479px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 479px), only screen and (min-device-pixel-ratio: 2) and (max-width: 479px) {
  header .navbar.navbar-default .navbar-header img {
    width: 185px !important;
  }
}
@media screen and (max-width: 599px) {
  span.hidden-lg {
    display: inline-block;
    position: relative;
  }
  span.hidden-md {
    display: inline-block;
  }
  span.hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .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 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  figure.pull-left {
    margin-right: 2rem;
  }
  .item-separation-padding {
    padding-top: 1em;
  }
  .article-list h2 {
    margin-top: 4.8999999999999995rem;
  }
  .default-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .default-row .default-row {
    padding-left: 5px;
    padding-right: 5px;
  }
  .video-container-richtext {
    position: relative;
    width: 100%;
    height: 175px;
  }
  ul.a-z-list {
    margin: 0;
  }
  .clear-title-mobile {
    clear: both;
    padding-top: 0.35rem;
  }
  .content-top-tools {
    margin-bottom: 1rem;
    position: relative;
  }
  .content-top-tools::after,
  .content-top-tools::before {
    clear: both;
    content: " ";
    display: table;
  }
  .content-top-tools.top-spaced {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  .horizontal-line {
    margin: 0 1.5rem 2.5rem;
  }
  h1 {
    padding-bottom: 1.2rem;
  }
  h1 .glyphicons {
    float: left;
  }
  h2 {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .article-list h2 {
    margin-top: 1rem;
  }
  .item-separation-padding {
    padding-top: 2em;
  }
  span.hidden-lg {
    display: inline-block;
    position: relative;
    top: -12px !important;
  }
  span.hidden-md {
    display: none !important;
  }
  span.hidden-xs {
    display: inline-block;
  }
  .author-info .author:first-of-type {
    padding: 0;
  }
  .content-top-tools {
    padding-top: 1rem;
  }
  .content-top-tools > :not(.rating-container) {
    margin-left: 1rem;
  }
  .special-news-label {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .main-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .registerButton {
    width: auto;
  }
}
.shopBtn {
  margin-bottom: 5rem;
}
.registerButton {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .article-list .article-list-item:last-of-type {
    margin-bottom: 4.199999999999999rem;
  }
  .lightbox {
    padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #employeeCollection aside {
    margin-left: 30px;
  }
  aside.no-padding-left {
    padding-left: 0;
  }
  aside > .article-teaser,
  aside.aside-no-box {
    padding-left: 1em;
  }
  aside {
    padding-right: 3rem;
  }
  aside + main {
    padding-left: 3rem !important;
    padding-right: 1.5rem !important;
  }
  main:not(.no-double-gutter) {
    padding-right: 3rem;
  }
  main + aside {
    padding-left: 0;
    padding-right: 1.5rem !important;
  }
  span.hidden-lg {
    display: none !important;
  }
  span.hidden-md {
    display: inline-block;
  }
  span.hidden-xs {
    display: inline-block;
  }
  #scroll-content {
    margin-bottom: 100px;
    max-width: 1280px;
    position: relative;
    width: 100%;
  }
  .content-top-tools > :not(.rating-container) {
    margin-left: 1.8rem;
  }
  .content-top-tools header {
    font-family: "HaufeMerriweatherSans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.warning-container {
  background-color: #f9d8c2;
  border: 1px solid #eb6005;
  color: #eb6005;
  padding: 1rem;
  font-size: 1.2rem;
}
.warning-container figure {
  color: #eb6005;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.warning-container .glyphicons:before {
  font-size: 3rem;
}
.warning-container li {
  font-family: "HaufeMerriweather", serif !important;
  font-size: 1.2rem;
  font-weight: 300 !important;
}
.warning-container.no-margin-horizontal {
  margin-left: 0;
  margin-right: 0;
}
.warning-container .title {
  align-items: center !important;
}
.warning-container.touchpoint {
  margin-bottom: 5rem;
}
.warning-container.author {
  margin-top: 5.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .warning-container {
    display: flex;
    flex-direction: row;
  }
}
.title {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1.6rem;
}
.title.title-big {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 1.4rem;
}
.title.title-bold {
  font-weight: bold;
  font-size: 14px;
}
.title.title-small {
  font-size: 1.6rem;
  line-height: 2rem;
}
.title.title-small-stellenmarkt {
  font-size: 1.5rem;
  line-height: 2rem;
}
.title.title-box {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  word-wrap: break-word;
}
.title.title-big-box {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: "HaufeMerriweatherSans";
  font-weight: 600;
  padding: 0 0 15px 0;
  text-transform: uppercase;
}
.title.title-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .title.title-big {
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 2rem;
  }
  .title.title-box {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .title.title-big-box {
    font-size: 3rem;
    line-height: 3.4rem;
    padding: 0 0 14px 0;
  }
  .title.title-small.equal-height {
    height: 5rem;
  }
}
a,
.as-link {
  font-family: "HaufeMerriweatherSans", sans-serif;
}
a,
.as-link {
  color: #005da5;
}
a:hover,
.as-link:hover,
a:focus,
.as-link:focus {
  color: #669ec9;
  text-decoration: underline;
}
a:active,
.as-link:active {
  color: #00467c;
}
.as-link-white,
.as-link-white:active,
.as-link-white:visited,
.as-link-white .glyphicons {
  color: #fff;
  cursor: pointer;
}
.link-white {
  color: #fff;
}
.link-white:hover,
.link-white:focus {
  color: #fff;
  text-decoration: underline;
}
.link-white:active {
  color: #fff;
}
.bright-title-link,
.bright-title-link:hover {
  color: #fff;
}
.bright-title-link:hover,
.bright-title-link:active {
  text-decoration: underline;
}
.bright-title-link:active {
  color: #dadad6;
}
.bright-label-link {
  color: #fff;
  text-decoration: underline;
}
.bright-label-link:hover,
.bright-label-link:focus {
  color: #ccccc7;
  text-decoration: none;
}
.bright-label-link:active {
  color: #fff;
}
.copyright-link {
  color: #999994;
}
.copyright-link:hover,
.copyright-link:focus {
  color: #ccccc7;
  text-decoration: underline;
}
.copyright-link:active {
  color: #666661;
}
.link-chevron {
  text-transform: uppercase;
}
.link-chevron {
  color: #005da5;
}
.link-chevron:hover,
.link-chevron:focus {
  color: #669ec9;
  text-decoration: none;
}
.link-chevron:active {
  color: #00467c;
}
.link-chevron .glyphicons:before {
  padding-bottom: 0.8rem;
}
p .link-chevron {
  margin-left: 0.5rem;
}
.link-chevron.link-chevron-bright {
  color: #fff;
}
.link-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.link-icon {
  color: #005da5;
}
.link-icon:hover,
.link-icon:focus {
  color: #669ec9;
  text-decoration: underline;
}
.link-icon:active {
  color: #00467c;
}
.link-icon .glyphicons {
  padding: 0;
}
.link-icon .glyphicons:before {
  padding: 0.4rem 1rem 0 0;
}
.link-external .glyphicons:before {
  padding-bottom: 0.5rem;
}
.link-external:active {
  text-decoration: underline;
}
.link-text-secondary {
  color: #666661;
}
.link-text-secondary :active {
  color: #33332e;
}
.link-text-secondary :hover {
  color: #999994;
}
.meta-link {
  color: #999994;
}
.meta-link:hover,
.meta-link:focus {
  color: #669ec9;
  text-decoration: none;
}
.meta-link:active {
  color: #00467c;
}
.btn-expander {
  font-family: "HaufeMerriweatherSans", sans-serif;
  margin-left: 0;
}
.btn-expander,
.btn-expander:active,
.btn-expander:visited,
.btn-expander .glyphicons {
  color: #005da5;
  cursor: pointer;
}
.btn-expander {
  color: #005da5;
}
.btn-expander:hover,
.btn-expander:focus {
  color: #669ec9;
  text-decoration: underline;
}
.btn-expander:active {
  color: #00467c;
}
.modal.feedback .modal-backdrop {
  background-color: #33332e;
  filter: alpha(opacity=80);
}
.modal.feedback .modal-backdrop.in {
  opacity: 0.8;
}
.modal.feedback .modal-dialog .modal-header {
  margin-bottom: 0;
  border: none;
}
.modal.feedback .modal-dialog .modal-content {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.modal.feedback .modal-dialog .modal-content .resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 175%;
}
.modal.feedback .modal-dialog .modal-content .resp-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal.feedback .modal-dialog .modal-content .close {
  background: transparent;
  opacity: 1;
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  z-index: 1000;
}
.modal.feedback .modal-dialog .modal-content .close,
.modal.feedback .modal-dialog .modal-content .close:hover {
  color: #666661;
}
.modal.logout-popup {
  padding: 0 !important;
}
.modal.logout-popup .modal-dialog {
  max-width: 365px;
  margin: 24vh auto 0;
}
.modal.logout-popup .modal-body {
  padding-top: 2.8rem;
}
.modal.menu {
  padding: 0 !important;
}
.modal.menu.fade.left:not(.in) .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.modal.menu .close {
  color: #666661;
  left: 2.5rem;
  right: auto;
  top: 3rem;
}
.modal.menu .modal-body {
  padding: 2.4rem 1rem;
}
.modal.menu .modal-content {
  background-color: #e9e9e5;
  overflow-y: auto;
  width: 290px;
}
.modal.menu .modal-content .navbar-nav.main {
  top: 4.5rem;
  width: 100%;
}
.modal.menu .modal-dialog {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .modal.feedback .modal-dialog .modal-content .resp-container {
    padding-top: 75%;
  }
}
@media screen and (min-width: 991px) {
  .modal.feedback .modal-dialog {
    top: 50%;
    transform: translate(-25%, -50%);
  }
  .modal.feedback .modal-dialog .modal-header {
    padding: 0;
  }
  .modal.feedback .modal-dialog .modal-content {
    height: auto;
    padding: 30px;
    width: 900px;
  }
  .modal.feedback .modal-dialog .modal-content .resp-container {
    padding-top: 56.2%;
  }
  .modal.feedback .modal-dialog .modal-content .modal-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .modal.feedback .modal-dialog .modal-content .modal-footer .gdpr {
    float: left;
    width: 80%;
    text-align: left;
  }
  .modal.feedback .modal-dialog .modal-content .modal-footer .btn-solid-third {
    font-size: 1.4rem;
    line-height: 27px;
    height: 27px;
    margin-top: 1rem;
    padding: 0 9px;
  }
}
form {
  padding: 0;
}
form input::-webkit-input-placeholder {
  color: #ccccc7;
}
form input::-moz-placeholder {
  color: #ccccc7;
}
form input:-ms-input-placeholder {
  color: #ccccc7;
}
form .container-radio-button {
  display: inline-block;
  position: relative;
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
form .container-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .container-radio-button .checkmark {
  background-color: #fff;
  border: 1px solid #dadad6;
  border-radius: 50%;
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
form .container-radio-button .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #666661;
}
form .container-radio-button input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #dadad6;
}
form .container-radio-button input:checked ~ .checkmark:after {
  display: block;
}
form .container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .container-checkbox input[type="checkbox"],
form .container-checkbox .ui-state-error + .checkmark {
  border: 1px solid #d63842;
}
form .container-checkbox input[type="checkbox"],
form .container-checkbox .ui-state-valid + .checkmark {
  border: 1px solid #41a500;
}
form .container-checkbox input {
  position: absolute;
  opacity: 0;
}
form .container-checkbox .checkmark {
  background-color: #fff;
  border: 1px solid #dadad6;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
}
form .container-checkbox .checkmark:after {
  border: solid #33332e;
  border-width: 0 0.3rem 0.3rem 0;
  content: "";
  display: none;
  height: 1.4rem;
  left: 0.9rem;
  position: absolute;
  top: 0.3rem;
  transform: rotate(45deg);
  width: 0.6rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
form .checkmark:hover {
  border: 1px solid #999994;
}
form .container-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #41a500;
}
form .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
form .container-checkbox .checkmark:after {
  left: 0.9rem;
  top: 0.3rem;
  width: 0.6rem;
  height: 1.4rem;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form.atlantic-login .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
form fieldset input,
form fieldset select,
form fieldset textarea {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-color: #999994 #dadad6 #dadad6 #dadad6;
  border-style: solid;
  border-width: 1px;
  color: #999994;
  height: 4.2rem;
  line-height: 2rem;
  padding: 1rem;
  width: 100%;
}
form fieldset input:hover,
form fieldset select:hover,
form fieldset textarea:hover {
  border-color: #999994;
}
form fieldset input:active,
form fieldset select:active,
form fieldset textarea:active,
form fieldset input:focus,
form fieldset select:focus,
form fieldset textarea:focus {
  border-color: #005da5;
  color: #33332e;
}
form fieldset input:active ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset select:active ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset textarea:active ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset input:focus ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset select:focus ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset textarea:focus ~ .glyphicons.glyphicons-exclamation-sign {
  display: none;
}
form fieldset input:required.ui-state-error,
form fieldset select:required.ui-state-error,
form fieldset textarea:required.ui-state-error {
  background-color: #fff;
  border: 1px solid #d63842;
  color: #999994;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form fieldset input:required.ui-state-error::-ms-expand,
form fieldset select:required.ui-state-error::-ms-expand,
form fieldset textarea:required.ui-state-error::-ms-expand {
  display: none;
}
form fieldset input:required.ui-state-error ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset select:required.ui-state-error ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset textarea:required.ui-state-error ~ .glyphicons.glyphicons-exclamation-sign {
  color: #d63842;
  display: inline-block !important;
  padding-top: 0.8rem;
  padding-right: 4rem;
}
form fieldset input:required.ui-state-error:active,
form fieldset select:required.ui-state-error:active,
form fieldset textarea:required.ui-state-error:active,
form fieldset input:required.ui-state-error:focus,
form fieldset select:required.ui-state-error:focus,
form fieldset textarea:required.ui-state-error:focus {
  border: 1px solid #005da5;
}
form fieldset input:required.ui-state-error:active ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset select:required.ui-state-error:active ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset textarea:required.ui-state-error:active ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset input:required.ui-state-error:focus ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset select:required.ui-state-error:focus ~ .glyphicons.glyphicons-exclamation-sign,
form fieldset textarea:required.ui-state-error:focus ~ .glyphicons.glyphicons-exclamation-sign {
  display: none !important;
}
form fieldset input:required.ui-state-valid,
form fieldset select:required.ui-state-valid,
form fieldset textarea:required.ui-state-valid {
  background-color: #fff;
  border: 1px solid #41a500;
  color: #33332e;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form fieldset input:required.ui-state-valid::-ms-expand,
form fieldset select:required.ui-state-valid::-ms-expand,
form fieldset textarea:required.ui-state-valid::-ms-expand {
  display: none;
}
form fieldset input:required.ui-state-valid ~ .glyphicons.glyphicons-ok-sign,
form fieldset select:required.ui-state-valid ~ .glyphicons.glyphicons-ok-sign,
form fieldset textarea:required.ui-state-valid ~ .glyphicons.glyphicons-ok-sign {
  display: inline-block !important;
  padding-top: 1.3rem;
  padding-right: 4rem;
  color: #41a500;
}
form fieldset input:disabled,
form fieldset select:disabled,
form fieldset textarea:disabled {
  background-color: #f7f7f4;
  border: 1px solid #dadad6;
  color: #ccccc7;
}
form fieldset select {
  border: 1px solid #dadad6;
}
form fieldset textarea {
  min-height: 100px;
  resize: vertical;
}
form .has-feedback input,
form .has-feedback textarea {
  padding-right: 3.5rem;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666661;
  display: inline;
  font-family: "HaufeMerriweatherSans", sans-serif;
  margin-bottom: 1rem;
  vertical-align: super;
}
form.atlantic-login {
  margin-bottom: 3rem;
}
form.atlantic-login .confirm-checkbox .checkConfirmation {
  margin-top: 3rem;
}
form.atlantic-login .userSubmit {
  margin-top: 3rem;
}
form.atlantic-login .userSubmit .login-buttons {
  margin-bottom: 2rem;
}
form.atlantic-login .userSubmit .btn-solid-third {
  width: 100%;
  margin-bottom: 1rem;
}
form.atlantic-login .userSubmit .btn-solid-primary {
  width: 100%;
  margin-bottom: 2rem;
}
form.atlantic-login .userSubmit .forgettenPasswdLink {
  text-align: center;
}
form.atlantic-login .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
form.atlantic-login fieldset.login {
  width: 100%;
}
form #fld-country.ui-state-valid {
  color: #33332e;
}
.fld-company {
  display: none !important;
}
#form-contact fieldset {
  width: 80%;
}
@media screen and (min-width: 768px) {
  form.atlantic-login .confirm-checkbox {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
  }
  form.atlantic-login .confirm-checkbox .checkConfirmation {
    margin-top: 0;
  }
  form.atlantic-login .userSubmit {
    margin-top: 0;
  }
  form.atlantic-login .userSubmit .btn {
    margin-bottom: 0;
    width: auto;
  }
  form.atlantic-login .userSubmit .btn-solid-third {
    margin-right: 1rem;
  }
  form.atlantic-login .userSubmit .forgettenPasswdLink {
    text-align: right;
  }
  form.atlantic-login .userSubmit .login-buttons {
    display: flex;
  }
  form.atlantic-login .userSubmit .login-buttons .btn:first-of-type {
    order: 3;
  }
}
@media screen and (min-width: 992px) {
  form.atlantic-login .col-md-6:first-of-type {
    padding-right: 1.5rem;
  }
  form.atlantic-login .col-md-6:last-of-type {
    padding-left: 1.5rem;
  }
}
.btn {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  border-radius: 0;
  height: auto;
  padding: 1.1rem 3rem;
  white-space: normal;
  width: 100%;
}
.btn.btn-secondary-search,
.btn.btn-secondary-login {
  width: auto;
}
.btn,
.btn .glyphicons {
  font-size: 1.4rem;
  line-height: 2rem;
}
.btn:not(.btn-login):not(.btn-logout) {
  text-transform: uppercase;
}
html:not(.mobile) .btn:active,
html:not(.mobile) .btn:active:focus,
html:not(.mobile) .btn.active {
  box-shadow: none;
  outline: none;
}
html:not(.mobile) .btn:active,
html:not(.mobile) .btn:hover,
html:not(.mobile) .btn:focus,
html:not(.mobile) .btn.focus {
  text-decoration: none;
}
html:not(.mobile) .btn.disabled {
  opacity: .3;
  filter: alpha(opacity=30);
}
.btn .glyphicons {
  padding-right: 0.5rem;
}
.btn .glyphicons:before {
  padding: 0;
}
.btn h3 {
  margin-bottom: 0.5rem;
  margin-top: 0.1rem;
}
.btn-solid-primary {
  background: #eb6005;
  border: none;
}
.btn-solid-primary,
.btn-solid-primary:active,
.btn-solid-primary:focus,
.btn-solid-primary:hover,
.btn-solid-primary:visited,
.btn-solid-primary:active,
.btn-solid-primary.active {
  color: #fff;
}
html:not(.mobile) .btn-solid-primary:active,
html:not(.mobile) .btn-solid-primary.active {
  background: #b04804;
  color: #fff;
}
html:not(.mobile) .btn-solid-primary:hover,
html:not(.mobile) .btn-solid-primary:focus {
  background: #ef8037;
  color: #fff;
}
html:not(.mobile) .btn-solid-primary:disabled {
  background: #eb6005;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.btn-solid-secondary {
  background: #005da5;
  border: none;
}
.btn-solid-secondary,
.btn-solid-secondary:active,
.btn-solid-secondary:focus,
.btn-solid-secondary:hover,
.btn-solid-secondary:visited,
.btn-solid-secondary:active,
.btn-solid-secondary.active {
  color: #fff;
}
html:not(.mobile) .btn-solid-secondary:active,
html:not(.mobile) .btn-solid-secondary.active {
  background: #00467c;
  color: #fff;
}
html:not(.mobile) .btn-solid-secondary:hover,
html:not(.mobile) .btn-solid-secondary:focus {
  background: #669ec9;
  color: #fff;
}
html:not(.mobile) .btn-solid-secondary:disabled {
  background: #005da5;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.btn-solid-third {
  background: #666661;
  border: none;
}
.btn-solid-third,
.btn-solid-third:active,
.btn-solid-third:focus,
.btn-solid-third:hover,
.btn-solid-third:visited,
.btn-solid-third:active,
.btn-solid-third.active {
  color: #fff;
}
html:not(.mobile) .btn-solid-third:active,
html:not(.mobile) .btn-solid-third.active {
  background: #33332e;
  color: #fff;
}
html:not(.mobile) .btn-solid-third:hover,
html:not(.mobile) .btn-solid-third:focus {
  background: #999994;
  color: #fff;
}
html:not(.mobile) .btn-solid-third:disabled {
  background: #666661;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.btn-outline-primary {
  background: transparent;
  border: 1px solid;
  border-color: #eb6005;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:visited {
  color: #eb6005;
}
html:not(.mobile) .btn-outline-primary:focus,
html:not(.mobile) .btn-outline-primary:hover {
  color: #fff;
  background: #eb6005;
}
html:not(.mobile) .btn-outline-primary:active,
html:not(.mobile) .btn-outline-primary.active {
  color: #fff;
  background: #b04804;
  border-color: #b04804;
}
.btn-outline-secondary {
  background: transparent;
  border: 1px solid;
  border-color: #005da5;
}
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:visited {
  color: #005da5;
}
html:not(.mobile) .btn-outline-secondary:focus,
html:not(.mobile) .btn-outline-secondary:hover {
  color: #fff;
  background: #005da5;
}
html:not(.mobile) .btn-outline-secondary:active,
html:not(.mobile) .btn-outline-secondary.active {
  color: #fff;
  background: #00467c;
  border-color: #00467c;
}
.btn-outline-bright {
  background: transparent;
  border: 1px solid;
  border-color: #fff;
}
.btn-outline-bright,
.btn-outline-bright:hover,
.btn-outline-bright:visited {
  color: #fff;
}
html:not(.mobile) .btn-outline-bright:focus,
html:not(.mobile) .btn-outline-bright:hover {
  color: #33332e;
  background: #fff;
}
html:not(.mobile) .btn-outline-bright:active,
html:not(.mobile) .btn-outline-bright.active {
  color: #33332e;
  background: #e9e9e5;
  border-color: #e9e9e5;
}
.btn-marketing {
  background: #005da5;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border: none;
  min-height: 65px;
  width: 100%;
  padding: 2.4rem 3rem;
}
.btn-marketing,
.btn-marketing:active,
.btn-marketing:focus,
.btn-marketing:hover,
.btn-marketing:visited,
.btn-marketing:active,
.btn-marketing.active {
  color: #fff;
}
html:not(.mobile) .btn-marketing:active,
html:not(.mobile) .btn-marketing.active {
  background: #00467c;
  color: #fff;
}
html:not(.mobile) .btn-marketing:hover,
html:not(.mobile) .btn-marketing:focus {
  background: #669ec9;
  color: #fff;
}
html:not(.mobile) .btn-marketing:disabled {
  background: #005da5;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.btn-marketing .glyphicons {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  padding-bottom: 0.5rem;
  padding-right: 0.7rem;
}
.btn-marketing .glyphicons.glyphicons-lock:before,
.btn-marketing .glyphicons.glyphicons-show-thumbnails:before,
.btn-marketing .glyphicons.glyphicons-shopping-cart:before,
.btn-marketing .glyphicons.glyphicons-bank:before,
.btn-marketing .glyphicons.glyphicons-info-sign:before,
.btn-marketing .glyphicons.glyphicons-new-window-alt:before {
  padding: 0;
}
.btn-round {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  text-align: center;
}
.btn-round,
.btn-round:active,
.btn-round:focus,
.btn-round:hover,
.btn-round:visited,
.btn-round:active,
.btn-round.active {
  color: #fff;
  text-decoration: none;
}
html:not(.mobile) .btn-round:active,
html:not(.mobile) .btn-round.active {
  background: #005da5;
  color: #fff;
}
html:not(.mobile) .btn-round:hover {
  background: #669ec9;
  color: #fff;
}
.btn-round .glyphicons {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #fff;
}
.btn-round .glyphicons,
.btn-round .glyphicons:before {
  padding: 0;
}
.btn-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid transparent;
  border-radius: 50%;
  height: 10px;
  margin: 0 1rem 0 0;
  width: 10px;
}
.btn-bullet.active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.6);
}
html:not(.mobile) .btn-bullet:focus,
html:not(.mobile) .btn-bullet:hover {
  background: #669ec9;
  border-color: transparent;
}
html:not(.mobile) .btn-bullet:active {
  background: #337db7;
}
#feedback-floating-button {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  bottom: 28px;
  margin: 0 auto;
  position: fixed;
  z-index: 121;
}
#feedback-floating-button button {
  background-color: #eb6005;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 19px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  height: 38px;
  width: 82px;
  z-index: 121;
}
#feedback-floating-button button .glyphicons {
  color: #fff;
  font-size: 2.5rem;
  padding: 6px 8px;
}
#feedback-floating-button button.sticky {
  margin-left: -87%;
}
#feedback-floating-button button:active {
  background-color: #b04804;
}
#feedback-floating-button button:disabled {
  background-color: #eb6005;
  opacity: 0.3;
  pointer-events: none;
}
#feedback-floating-button button:focus {
  background-color: #ef8037;
}
#feedback-floating-button button:hover {
  background-color: #ef8037;
}
#feedback-floating-button button:hover .tooltip-container {
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-animation: fadein 250ms;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  opacity: 1;
}
#feedback-floating-button button .floating-button-hidden {
  display: none;
}
#feedback-floating-button button .tooltip {
  background: #fff;
  border: 1px solid #f7f7f4;
  border-radius: 7px 5px 7px 5px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  height: 44px;
  left: 55%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  transform: translate(20%, -50%);
  width: 250px;
}
#feedback-floating-button button .tooltip::before {
  background: #fff;
  border-radius: 10px 0 10px 0;
  box-shadow: -2px 3px 5px -2px rgba(0, 0, 0, 0.3);
  content: "";
  height: 36px;
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 36px;
  z-index: -1;
}
#feedback-floating-button button .tooltip-container {
  left: 2rem;
  pointer-events: none;
  z-index: 101;
  -webkit-transition: opacity 250ms ease-in-out;
  -ms-animation: fadeout 250ms;
  position: relative;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  opacity: 0;
}
#feedback-floating-button button figure.pull-left.fixed-medium-image {
  width: 300px;
}
.floating-button-translated {
  transform: translateY(-55px);
}
.panel-toggler {
  cursor: pointer;
}
.panel-toggler .glyphicons:before {
  content: "\E602";
  padding: 0.3rem;
}
.panel-toggler.collapsed .glyphicons:before {
  content: "\E601";
}
.btn-meta-link {
  color: #005da5;
  font-weight: normal;
  border-radius: 0;
  line-height: normal;
  padding: 0;
}
.btn-meta-link,
.btn-meta-link:active,
.btn-meta-link.active,
.btn-meta-link[disabled],
fieldset[disabled] .btn-meta-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-meta-link,
.btn-meta-link:hover,
.btn-meta-link:focus,
.btn-meta-link:active {
  border-color: transparent;
}
.btn-meta-link:hover,
.btn-meta-link:focus {
  color: #003259;
  text-decoration: underline;
  background-color: transparent;
}
.btn-meta-link[disabled]:hover,
fieldset[disabled] .btn-meta-link:hover,
.btn-meta-link[disabled]:focus,
fieldset[disabled] .btn-meta-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-meta-link {
  color: #999994;
}
.btn-meta-link:hover,
.btn-meta-link:focus {
  color: #669ec9;
  text-decoration: none;
}
.btn-meta-link:active {
  color: #00467c;
}
.btn-meta-link .glyphicons {
  vertical-align: top;
}
@media screen and (max-width: 1410px) {
  #feedback-floating-button {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    bottom: 28px;
    left: 90px;
    margin: 0 auto;
    z-index: 121;
  }
}
@media screen and (max-width: 767px) {
  #feedback-floating-button {
    bottom: 18px;
    margin: 0 auto;
    left: 66px;
    position: fixed;
    z-index: 121;
  }
  #feedback-floating-button button {
    border-radius: 24px;
    height: 46px;
    width: 46px;
  }
  .translated {
    transform: translateY(-55px);
  }
}
@media screen and (max-width: 991px) {
  #feedback-floating-button .tooltip-container {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 479px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 479px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 479px), only screen and (min-device-pixel-ratio: 2) and (max-width: 479px) {
  .btn {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 480px) {
  .btn {
    width: auto;
  }
  .btn.btn-marketing,
  aside .btn.btn-solid-third {
    width: 100%;
  }
}
.btn-text {
  background: none !important;
  border: none;
  padding: 0 !important;
  font-family: "HaufeMerriweatherSans", sans-serif;
  color: #fff;
}
.btn-text,
.btn-text:hover {
  color: #fff;
}
.btn-text:hover,
.btn-text:active {
  text-decoration: underline;
}
.btn-text:active {
  color: #dadad6;
}
#iewarn .close {
  height: 20px;
}
#cosmosbar {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-weight: 400;
  background-color: #0c366b;
  line-height: 2.8rem;
}
#cosmosbar,
#cosmosbar a {
  font-size: 1.2rem;
  line-height: 2.8rem;
}
#cosmosbar a {
  padding-right: 10px;
}
#cosmosbar a {
  color: #9eafc4;
}
#cosmosbar a:hover,
#cosmosbar a:focus {
  color: #fff;
  text-decoration: none;
}
#cosmosbar a:active {
  color: #fff;
}
#cosmosbar a.active {
  color: #fff;
}
#cosmosbar a .glyphicons {
  font-size: 1.8rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#cosmosbar a .glyphicons.glyphicons-hospital-h:before,
#cosmosbar a .glyphicons.glyphicons-shopping-cart:before,
#cosmosbar a .glyphicons.glyphicons-bank:before {
  padding: 0;
}
#cosmosbar a .glyphicons.glyphicons-hospital-h:before {
  margin-right: 0;
}
#cosmosbar a .glyphicons.glyphicons-info-sign:before {
  padding: 0 0 0 0.8rem;
}
#cosmosbar,
#cosmosbar section {
  height: 2.8rem;
}
#cosmosbar section {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
#cosmosbar #labels,
#cosmosbar #support {
  padding-left: 1rem;
  z-index: 2;
}
#cosmosbar #labels > a,
#cosmosbar #support > a {
  height: 40px;
  padding-right: 5px;
  vertical-align: middle;
}
#cosmosbar #products {
  text-align: right;
  z-index: 2;
}
#cosmosbar #products > a.dropdown-toggle {
  display: none;
}
#cosmosbar #products p.loading {
  color: #eb6005;
  margin-top: 0;
}
#cosmosbar #products .dropdown-menu {
  background-color: inherit;
  border: none;
  box-shadow: none;
  display: block !important;
  font-size: inherit;
  margin: 0;
  padding: 0;
  top: 0;
}
#cosmosbar #products .dropdown-menu > li > a {
  padding: 0 1rem 0 2rem;
}
#cosmosbar #products .dropdown-menu li {
  display: table-cell;
  list-style: none outside none;
}
#cosmosbar #products .dropdown-menu li.description {
  display: none;
}
#cosmosbar #products .dropdown-menu li > a:hover,
#cosmosbar #products .dropdown-menu li a:focus {
  background-color: inherit;
}
#cosmosbar #user {
  overflow: visible;
  text-align: right;
  z-index: 200;
}
#cosmosbar #user .nav.navbar-nav.navbar-left.hide {
  display: none;
}
#cosmosbar #support {
  text-align: right;
}
#cosmosbar #support a {
  padding-right: 0;
}
#cosmosbar .navbar-nav {
  margin: 0;
  position: relative;
}
#cosmosbar .navbar-nav > li > a {
  background-color: inherit;
  padding-top: 0;
}
#cosmosbar .navbar-nav .dropdown.open > a {
  background-color: #0c366b;
  overflow: visible;
  padding-bottom: 0;
  z-index: 11;
}
#cosmosbar .navbar-nav .dropdown-menu {
  background-clip: padding-box;
  border: 1px solid #0c366b;
  box-shadow: none;
  font-size: 1.3rem;
  padding: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 2.8rem;
  width: 250px !important;
  z-index: 10;
}
#cosmosbar .navbar-nav .dropdown-menu .active > a {
  color: #fff;
  text-decoration: none;
  word-wrap: break-word;
}
#cosmosbar .navbar-nav .dropdown-menu > li {
  background-color: #ced7e1;
  min-height: 29px;
  padding: 0 0.8rem;
}
#cosmosbar .navbar-nav .dropdown-menu > li:hover,
#cosmosbar .navbar-nav .dropdown-menu > li:focus {
  background-color: #fff;
}
#cosmosbar .navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
#cosmosbar .navbar-nav .dropdown-menu > li.description {
  background-color: #0c366b;
  border-bottom: 1px solid #ccccc7;
  color: #fff;
  display: block;
  line-height: 30px;
  padding: 0 0.8rem;
  text-align: left;
}
#cosmosbar .navbar-nav .dropdown-menu > li > a {
  color: #0c366b;
  font-family: "HaufeMerriweatherSansLt";
  font-size: 1.2rem;
  padding: 1rem 0;
  text-align: left;
  white-space: normal;
}
#cosmosbar .navbar-nav .dropdown-menu > li > a:hover,
#cosmosbar .navbar-nav .dropdown-menu > li > a:focus {
  background-color: #fff;
  color: #3d5e89;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #cosmosbar {
    max-width: 767px !important;
  }
  #cosmosbar #labels,
  #cosmosbar #support {
    top: -0.2rem;
  }
  #cosmosbar #labels > a,
  #cosmosbar #support > a {
    margin: 0 !important;
    padding: 0 !important;
  }
  #cosmosbar #support {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #cosmosbar.adThere {
    margin-top: 90px;
  }
  #cosmosbar #products.hidden-xs {
    display: inline-block !important;
  }
  #cosmosbar #support {
    padding-right: 1.5rem;
  }
  #cosmosbar #labels {
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  #cosmosbar .navbar-nav .dropdown-menu > li > a {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #cosmosbar .navbar-nav .dropdown-menu {
    right: auto;
  }
}
header {
  margin-bottom: 3rem;
}
header h1 {
  margin: 0;
}
header #brand-logo-haufe {
  width: 160px;
}
header #brand-logo-acquisa {
  margin-top: 0.8rem;
  width: 186px;
}
header #searchForm {
  border: 0;
  box-shadow: none;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header #searchForm .form-group {
  white-space: nowrap;
  width: 100%;
}
header #searchForm .input-main-search {
  font-size: 1.2rem;
  line-height: 1.4rem;
  background-color: #fff;
  border: 1px solid #dadad6;
  border-radius: 0;
  color: #000;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0 55px 0 15px;
  width: 100% !important;
}
header #searchForm .input-main-search:focus,
header #searchForm .input-main-search:active {
  border: 1px solid #005da5;
  color: #33332e;
}
header #searchForm .input-main-search:focus:required:invalid {
  border: 1px solid #ff0000;
  outline-width: 1px;
}
header h1 ~ #searchForm {
  margin-top: 0;
}
header .navbar {
  background-color: #f7f7f4;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
  min-height: 5rem;
}
header .navbar .navbar-brand {
  height: 5rem;
}
header .navbar.navbar-default .navbar-header {
  width: 100%;
}
header .navbar.navbar-default .navbar-nav.navbar-right > .dropdown > a .caret,
header .navbar.navbar-default .navbar-nav.navbar-right > .dropdown > a:focus .caret {
  border-bottom-color: #878787;
  border-top-color: #878787;
}
header .navbar.navbar-default .navbar-nav {
  margin: 0;
}
header .navbar.navbar-default .navbar-nav.main,
header .navbar.navbar-default .navbar-nav.second {
  padding: 0 0.5rem;
}
header .navbar.navbar-default .navbar-nav.main li > a:hover,
header .navbar.navbar-default .navbar-nav.second li > a:hover {
  background-color: #e9e9e5;
}
header .navbar.navbar-default .navbar-nav.main li > a:last-child,
header .navbar.navbar-default .navbar-nav.second li > a:last-child {
  text-overflow: ellipsis;
}
header .navbar.navbar-default .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
header .navbar.navbar-default .navbar-text {
  color: #878787;
  margin: 0;
  padding-right: 10px;
  max-width: 180.36363636363637px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .navbar.navbar-default #login-btn.navbar-right,
header .navbar.navbar-default #login.navbar-right {
  margin: 1.6rem 1.5rem 0 0;
}
header .navbar.navbar-default h1 ~ #login.navbar-right {
  margin: 0 1.5rem 0 0;
}
header .navbar.navbar-default .btn-login,
header .navbar.navbar-default .btn-logout,
header .navbar.navbar-default .dropdown-menu,
header .navbar.navbar-default .btn-login .glyphicons,
header .navbar.navbar-default .btn-logout .glyphicons,
header .navbar.navbar-default .dropdown-menu .glyphicons,
header .navbar.navbar-default .btn-login .caret,
header .navbar.navbar-default .btn-logout .caret,
header .navbar.navbar-default .dropdown-menu .caret {
  color: #878787;
  background-color: #f7f7f4;
}
header .navbar.navbar-default .dropdown-menu li a:hover {
  background-color: #ffffff;
}
header .navbar h1 ~ .login-container #login-btn.navbar-right {
  margin: 0 1.5rem 0 0;
}
header .btn-main-search {
  border-radius: 0;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 50px;
}
header .btn-login,
header .btn-logout {
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #878787;
  display: inline-block !important;
  height: 26px;
  margin: 0;
}
header .btn-login:hover,
header .btn-logout:hover,
header .btn-login:focus,
header .btn-logout:focus,
header .btn-login:active,
header .btn-logout:active {
  text-decoration: none;
}
header .btn-login {
  margin-left: 3rem;
  padding: 0 5px !important;
}
header .btn-logout {
  background-color: #f7f7f4;
  padding: 0 !important;
  width: 49px;
}
header .btn-logout:hover {
  border-color: #005da5;
}
header .btn-logout .caret {
  border-width: 6px 6px 0;
  position: relative;
}
header .btn-logout .caret:hover,
header .btn-logout .caret:active {
  border-bottom-color: #999994;
  border-top-color: #999994;
}
header #login-btn.abLoginButton {
  color: #FFFFFF;
  padding: 8px 16px 8px 16px !important;
  gap: 8px;
  display: flex !important;
  flex-direction: row;
  border: none;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 700;
  width: 152px;
  height: 34px;
  font-style: normal;
}
header #login-btn.abLoginButtonVar1 {
  background-color: #075BFA;
}
header #login-btn.abLoginButtonVar2 {
  background-color: #EB6005;
}
header .abLoginBtnIcon {
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: url("../images/abTestLockIcon.svg") 0 0 / contain no-repeat;
}
header .abLoginBtnIcon::before {
  content: "";
  display: inline-block;
}
header .dropdown-menu {
  font-size: 1.4rem;
  background-clip: padding-box;
  background-color: #f7f7f4;
  border: 1px solid #999994;
  border-radius: 4px;
  display: none;
  float: left;
  left: 0;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 0;
  top: 100%;
  z-index: 1;
}
header .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
header .dropdown-menu > li > a {
  border-bottom: 1px solid #ccccc7;
  color: #999994;
  display: block;
}
div.autocomplete-suggestions {
  font-family: "HaufeMerriweather", serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 2.2rem;
  background-color: #fff;
  border-bottom: 1px solid #ccccc7;
  border-left: 1px solid #ccccc7;
  border-right: 1px solid #ccccc7;
}
div.autocomplete-suggestions .autocomplete-suggestion {
  cursor: default;
  padding: 5px 15px;
  text-align: left;
}
div.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background-color: #f7f7f4;
}
.tooltip-block {
  color: #999994;
  position: relative;
}
.tooltip-block:hover:after {
  border-bottom: 0.75em solid #ccccc7;
  border-right: 0.75em solid transparent;
  border-left: 0.75em solid transparent;
  content: "";
  height: 0;
  margin-right: 3.15rem;
  position: absolute;
  right: 0;
  top: 4.199999999999999rem;
  width: 0;
}
.tooltip-block:hover:before {
  padding: 3px 6px;
  background: #ccccc7;
  content: attr(data-title);
  margin-right: 2.0999999999999996rem;
  position: absolute;
  right: 0;
  top: 4.8999999999999995rem;
  z-index: 1000;
}
.tooltip-block.pull-down {
  float: right;
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-brand {
    text-align: center;
    padding: 0 8.5rem 0 4.8rem;
    width: 100%;
  }
  header .navbar .navbar-brand img {
    margin: 0 auto;
  }
  header .dropdown-menu {
    position: relative;
  }
  header #login-btn.abLoginButton {
    padding: unset !important;
    display: unset !important;
    width: unset !important;
    height: unset !important;
  }
  header #login-btn.abLoginButtonVar1 {
    background-color: unset !important;
  }
  header #login-btn.abLoginButtonVar2 {
    background-color: unset !important;
  }
  header .abLoginBtnIcon,
  header .abLoginButtonVar1,
  header .abLoginButtonVar2 {
    display: none;
  }
  div.autocomplete-suggestions {
    border-bottom: 1px solid #005da5;
    top: 9.1rem;
    width: 100% !important;
  }
  .tooltip-block:after,
  .tooltip-block:before {
    display: none;
  }
  .tooltip-block.pull-down {
    float: none;
  }
}
@media screen and (max-width: 992px) {
  .btn-secondary-login,
  .btn-secondary-search {
    display: block;
    position: absolute;
  }
  .btn-secondary-login {
    padding: 1.3rem 1.5rem 0.6rem 0;
    right: 3.6rem;
  }
  .btn-secondary-login,
  .btn-secondary-login .glyphicons-user,
  .btn-secondary-login .glyphicons-woman {
    color: #878787;
    top: 0 !important;
  }
  .btn-secondary-login .glyphicons-user,
  .btn-secondary-login .glyphicons-woman {
    font-size: 2rem;
  }
  .btn-secondary-login .logged-in {
    color: #005da5;
    font-size: 0.9rem;
    position: absolute;
    right: 1.3rem;
    top: 0.8rem;
  }
  .btn-secondary-login .logged-in:before {
    padding: 0;
  }
  .btn-secondary-search {
    right: 0;
    padding: 1.5rem 1.5rem 0.7rem 0;
  }
  .btn-secondary-search .glyphicons-search:before,
  .btn-secondary-search .glyphicons-remove:before {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
  }
  h1 ~ .btn-secondary-login {
    padding-top: 0;
  }
  h1 ~ .btn-secondary-login .logged-in {
    top: -0.5rem;
  }
  h1 ~ .btn-secondary-search {
    padding-top: 0.3rem;
  }
  .navbar-toggle {
    background-color: #f7f7f4;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 1.3rem 1.5rem 0.9rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .navbar-toggle .glyphicons-menu-hamburger {
    color: #005da5;
  }
  .logout-popup .logout-text {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .logout-popup .btn {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .logout-popup .btn:first-of-type {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 480px) {
  header #brand-logo-acquisa {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  header .navbar {
    min-height: 6rem;
  }
  header .navbar .navbar-brand {
    height: 6rem;
  }
  header .navbar .btn-login {
    border: 1px solid #999994;
    border-radius: 0;
  }
  header .navbar .btn-login:hover,
  header .navbar .btn-login:hover .glyphicons,
  header .navbar .btn-login:hover .caret {
    background-color: #ffffff;
  }
  header #searchForm {
    display: block;
    margin-top: 1.6rem;
    text-align: center;
  }
  header #searchForm:not(.landing-page) {
    position: absolute;
  }
  header #searchForm .input-main-search {
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    float: inherit;
    height: 28px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    width: 310px !important;
  }
  header #searchForm .form-group {
    width: auto;
  }
  header #brand-logo-haufe {
    width: 190px;
  }
  header #brand-logo-acquisa {
    margin-left: 1.4rem;
    width: 250px;
  }
  header #login-btn,
  header #logo {
    position: relative;
    z-index: 1;
  }
  header .navbar-brand {
    padding: 0;
  }
  header .btn-main-search {
    right: auto;
  }
  header .btn-main-search,
  header .btn-main-cancel {
    height: 28px;
  }
}
#mobileMenuContainer .navbar-text,
#mobileMenuContainer .dropdown-toggle {
  display: none !important;
}
#mobileMenuContainer .nav {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  position: relative;
}
#mobileMenuContainer .nav li {
  width: 100%;
}
#mobileMenuContainer .nav li > a {
  border-bottom: 1px solid #ccccc7;
  padding: 1rem 0.7rem;
}
#mobileMenuContainer .nav li > a.active,
#mobileMenuContainer .nav li > a:hover {
  color: #eb6005;
}
#mobileMenuContainer .nav li > a:hover {
  background-color: #f7f7f4;
}
#mobileMenuContainer .nav li > a.mobile-flyout-toggle {
  cursor: pointer;
  background-color: #e9e9e5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#mobileMenuContainer .nav li > a.mobile-flyout-toggle:hover {
  background-color: #f7f7f4;
}
#mobileMenuContainer .nav li > a.mobile-flyout-toggle .glyphicons {
  height: 20px;
}
#mobileMenuContainer .nav .dropdown-menu {
  background-color: #e9e9e5;
  border: none;
  box-shadow: none;
  display: block !important;
  width: 100%;
}
#mobileMenuContainer .nav .dropdown-menu li > a {
  border: none;
}
#mobileMenuContainer .nav .dropdown-menu li:last-child a {
  background-color: #005da5;
  color: #fff;
  text-align: center;
}
#mobileMenuContainer .nav .mein-konto,
#mobileMenuContainer .nav .user-info {
  background-color: #999994;
  color: #fff;
  margin: 0 -1rem;
  padding: 1rem;
  position: relative;
}
#mobileMenuContainer .nav .mein-konto .glyphicons-user,
#mobileMenuContainer .nav .user-info .glyphicons-user,
#mobileMenuContainer .nav .mein-konto .glyphicons-woman,
#mobileMenuContainer .nav .user-info .glyphicons-woman {
  color: #666661;
}
#mobileMenuContainer .nav #login-btn {
  border: none;
  font-weight: 600;
}
.container-breadcrumb {
  display: table-cell;
  white-space: nowrap;
}
.container-breadcrumb > .navbar-nav {
  border-right: 1px solid #fff;
  padding: 0 1rem 0 1.5rem;
}
.container-breadcrumb > .navbar-nav li {
  display: inline-block;
}
.container-second {
  display: table-cell;
  position: relative;
}
.main {
  height: auto;
  width: auto;
}
.navbar-band {
  left: 0;
  position: absolute;
  -webkit-transition: .2s ease-in-out left;
  -o-transition: .2s ease-in-out left;
  transition: .2s ease-in-out left;
}
.navbar-band .nav {
  float: none;
}
.navbar-band .nav li {
  display: table-cell;
  float: none;
}
.navbar-band .nav li a {
  display: block;
  line-height: 1.8rem;
  padding: 0.9rem 1rem;
  white-space: nowrap;
}
.navbar-band .nav li a.active {
  color: #eb6005;
}
.navbar-lvl1,
.navbar-lvl2,
.navbar-main,
.navbar-second {
  height: 3.6rem;
  padding: 0;
}
.navbar-main li a:hover,
.navbar-second li a:hover,
.navbar-main li a.active,
.navbar-second li a.active {
  color: #eb6005;
}
.navbar-lvl1,
.navbar-lvl1 a {
  font-size: 1.5rem;
}
.navbar-lvl2 {
  background-color: #e9e9e5;
  border-top: 1px solid #ccccc7;
  overflow: hidden;
}
.navbar-lvl2 .nav.navbar-nav li,
.navbar-lvl2 .nav.navbar-nav li a {
  color: #999994;
  font-size: 1.4rem;
}
.navbar-lvl2 .nav.navbar-nav li a {
  height: 3.6rem;
  padding-left: 0;
  padding-right: 0;
}
.navbar-lvl2 .nav.navbar-nav li a:hover {
  color: #ccccc7;
  text-decoration: underline;
}
.navbar-lvl2 .nav.navbar-nav li .glyphicons-chevron-right {
  color: #ccccc7;
  line-height: 1.8rem;
}
.navbar-lvl2 .nav.navbar-nav li .glyphicons-chevron-right:before {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-lvl2 .nav.navbar-nav.second li a {
  color: #666661;
  padding: 0.9rem 1rem;
}
.navbar-lvl2 .nav.navbar-nav.second li a:hover {
  color: #ccccc7;
}
.navbar-lvl2 .scroll-control,
.navbar-lvl2 .scroll-control:before,
.navbar-lvl2 .scroll-control:after {
  background-color: #e9e9e5;
}
.scroll-control {
  cursor: pointer;
  display: none;
  height: 3.6rem;
  position: absolute;
  width: 25px;
}
.scroll-control:before,
.scroll-control:after {
  content: "";
  height: 3.6rem;
  position: absolute;
}
.scroll-control.right {
  -webkit-box-shadow: -8px 0 15px -6px #0c366b;
  box-shadow: -8px 0 15px -6px #0c366b;
  background-position: -109px -60px;
  background-repeat: no-repeat;
  right: 15px;
}
.scroll-control.right:after {
  right: -15px;
  width: 15px;
}
.scroll-control.left {
  -webkit-box-shadow: 8px 0 15px -6px #0c366b;
  box-shadow: 8px 0 15px -6px #0c366b;
  background-position: -109px -26px;
  background-repeat: no-repeat;
  left: 15px;
}
.scroll-control.left:before {
  left: -15px;
  width: 15px;
}
@media screen and (min-width: 992px) {
  .navbar-flyout-container {
    float: left;
    position: relative;
    width: 100%;
  }
  .navbar-lvl1 {
    background-color: #dadad6;
    overflow: hidden;
  }
  .navbar-lvl1 li a {
    color: #005da5;
  }
  .navbar-lvl1 li a:hover,
  .navbar-lvl1 li a:focus {
    color: #eb6005;
    text-decoration: none;
  }
  .navbar-lvl1 li a:active {
    color: #eb6005;
  }
  .navbar-lvl1 li a:hover,
  .navbar-lvl1 li a:active,
  .navbar-lvl1 li a.active {
    background-color: #e9e9e5;
  }
  .navbar-lvl1 .scroll-control,
  .navbar-lvl1 .scroll-control:before,
  .navbar-lvl1 .scroll-control:after {
    background-color: #dadad6;
  }
  .navbar-lvl2 {
    border-top: 0;
  }
}
#mobileFlyoutContainer {
  display: none;
}
#mobileFlyoutContainer .close {
  left: 1.8rem;
  font-size: 1.4rem;
}
#mobileFlyoutContainer .close .glyphicons:before {
  padding: 0;
}
#mobileFlyoutContainer .flyout-inner > .row > section {
  padding: 0;
}
#mobileFlyoutContainer .top-nav-title {
  border-bottom: 1px solid #ccccc7;
  border-top: 1px solid #ccccc7;
  color: #eb6005;
  display: block;
  font-weight: 600;
  margin-top: 4.5rem;
  padding: 2rem 0.7rem;
}
.flyout-container .flyout-inner {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #666661;
}
@media screen and (max-width: 991px) {
  .flyout-container .flyout-inner figure {
    display: none;
  }
  .flyout-container .flyout-inner .section-content {
    border-bottom: 1px solid #ccccc7;
    padding: 0 1rem;
  }
  .flyout-container .flyout-inner .section-content-item {
    padding: 1rem;
  }
  .flyout-container .flyout-inner .section-content-item a {
    display: block;
    width: 100%;
  }
  .flyout-container .flyout-inner .section-content-item .info-label {
    margin-bottom: 0;
  }
  .flyout-container .flyout-inner .section-title {
    padding: 1rem 0.7rem 0;
  }
  .flyout-container .flyout-inner .section-content-item:not(:last-of-type) {
    border-bottom: 1px solid #ccccc7;
  }
  .flyout-container .flyout-inner .redaction-recomendation .section-title,
  .flyout-container .flyout-inner .top-news .section-title {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .flyout-container {
    display: none;
    position: absolute;
    padding: 0 0.5rem;
    left: 0;
    right: 0;
    top: 3.6rem;
    width: 100%;
    z-index: 16;
  }
  .flyout-container .flyout-inner {
    background-color: #e9e9e5;
    position: relative;
    width: 100%;
  }
  .flyout-container .flyout-inner figure {
    margin-bottom: 2rem;
  }
  .flyout-container .flyout-inner .col-border-right {
    border-right: 1px solid #ccccc7;
  }
  .flyout-container .flyout-inner .row:not(.section-content) {
    padding: 2rem;
  }
  .flyout-container .flyout-inner .row.link-list {
    background-color: #dadad6;
    padding: 0.8rem 2rem;
  }
  .flyout-container .flyout-inner .row.link-list a {
    padding-right: 1rem;
  }
  .flyout-container .flyout-inner .row.link-list .section-title,
  .flyout-container .flyout-inner .row.link-list .section-content {
    display: inline-block;
  }
  .flyout-container .flyout-inner .redaction-recomendation,
  .flyout-container .flyout-inner .redaction-recomendation .section-content-item {
    padding-right: 1.7rem;
  }
  .flyout-container .flyout-inner .top-news {
    padding-left: 0;
  }
  .flyout-container .flyout-inner .redaction-recomendation .section-title,
  .flyout-container .flyout-inner .top-news .section-title {
    margin-bottom: 2rem;
  }
  .flyout-container .flyout-inner .top-news .section-content-item {
    margin-bottom: 2rem;
  }
  .nav .flyout-toggle.hovered a {
    background-color: #e9e9e5;
    color: #eb6005;
  }
}
.filter-box hr {
  margin-bottom: 2.38rem;
  margin-top: 2.38rem;
}
.filter-box .btn-expander {
  display: inline-block;
  margin-top: 1.19rem;
}
.filter-box .expand-multiple:last-of-type .btn-expander {
  margin-bottom: 1.19rem;
}
.filter-box .filter-item {
  margin-bottom: 1.19rem;
}
.box.filter-box > header,
.box.filter-box .font-sans-serif-light > header {
  color: #33332e;
  font-weight: 400;
  text-transform: none;
}
.filter-box .font-sans-serif-light > header {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  color: #33332e;
  margin-bottom: 1.4rem;
  margin-top: 0;
  text-transform: inherit;
}
@media screen and (min-width: 768px) {
  .filter-box .font-sans-serif-light > header {
    font-weight: 400;
  }
}
.navbar-header.tax-header,
.navbar-header.tax-overview-page-header {
  display: flex;
}
.navbar-header.tax-header .navbar-brand,
.navbar-header.tax-overview-page-header .navbar-brand {
  padding: 0;
  text-align: left;
  width: auto;
}
.navbar-header.tax-header #taxultingPortalName,
.navbar-header.tax-overview-page-header #taxultingPortalName {
  margin-top: 2rem;
}
.navbar-header.tax-header .btn-secondary-login,
.navbar-header.tax-overview-page-header .btn-secondary-login {
  position: absolute;
  right: 0;
}
.touchpoint-box a.link-chevron {
  display: block;
  margin-bottom: 2rem;
}
.tax-overview-page {
  padding: 0;
}
.tax-overview-page #newsletter .content {
  padding: 3rem 2rem;
}
.tax-overview-page #newsletter .content p {
  margin-bottom: 3rem;
}
.tax-overview-page #newsletter .content form .container-checkbox {
  margin-bottom: 3rem;
}
.tax-overview-page .info-label.no-bottom-margin {
  margin-bottom: 0;
}
.tax-overview-page .col-md-12 {
  padding: 0;
}
.tax-overview-page .col-md-8 .teaser-shadow {
  padding: 0;
}
.tax-overview-page .col-md-4 .object-fit-wrapper {
  max-height: 240px;
  height: 240px;
  display: inline-block;
  position: relative;
}
.tax-overview-page .col-md-4 .image-object-fit {
  background-position: 50% 50%;
  background-size: cover;
  position: static;
  height: 100%;
  width: 100%;
  transform: none;
}
.tax-overview-page .teaser-shadow {
  margin-bottom: 3rem;
}
.tax-overview-page .teaser-shadow p {
  margin-bottom: 3rem;
}
html.ie .tax-overview-page #newsletter .content {
  display: block;
}
html.ie .tax-overview-page #newsletter .content p {
  height: 0;
}
.tax-page h1 {
  padding: 3rem 0;
}
.tax-page .detail-info-label-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: none;
  justify-content: space-between;
}
.tax-page .detail-info-label-bar .detail-info-label {
  padding-top: 0;
  border: none;
}
.tax-page .taglist {
  border-bottom: 1px solid #e9e9e5;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
}
.tax-page .teaser-description {
  margin: 0;
  padding-bottom: 3rem;
}
.tax-page .additional-articles {
  margin-bottom: 6rem;
  margin-top: 3rem;
}
.tax-page .additional-articles .title-big-box {
  border-bottom: 1px solid #ccccc7;
  margin-bottom: 3rem;
}
.tax-page .additional-articles article:not(:first-of-type) {
  margin-top: 2rem;
}
.tax-page .additional-articles article .teaser-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.tax-page .additional-articles article .teaser-link .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tax-page .additional-articles article .teaser-link .content .info-label {
  flex: none;
  margin-top: auto;
}
.tax-page .additional-articles article .teaser-link header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tax-page .picture-description {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .navbar-header.tax-header #taxultingPortalName,
  .navbar-header.tax-overview-page-header #taxultingPortalName {
    margin-left: 1.5rem;
    margin-top: 2.5rem;
  }
  .navbar-header.tax-header #login,
  .navbar-header.tax-overview-page-header #login,
  .navbar-header.tax-header #login-btn,
  .navbar-header.tax-overview-page-header #login-btn,
  .navbar-header.tax-header .login-container,
  .navbar-header.tax-overview-page-header .login-container {
    position: absolute;
    right: 0;
  }
  .tax-page .social-share-container {
    padding-top: 0.5rem;
  }
  .tax-page .additional-articles .row-initial {
    display: flex;
  }
  .tax-page .additional-articles article:not(:first-of-type) {
    margin-top: 0;
  }
  .tax-overview-page #newsletter {
    margin-bottom: 3rem;
  }
  .tax-overview-page #newsletter .content {
    padding: 3rem;
  }
  .tax-overview-page #newsletter .content form .container-checkbox {
    margin-bottom: 2rem;
  }
  .tax-overview-page .detail-info-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tax-overview-page .teasers-on-overview {
    margin-bottom: 3rem;
  }
  .tax-overview-page .teasers-on-overview .col-md-4 {
    flex-direction: column;
  }
  .tax-overview-page .teasers-on-overview .col-md-4 .box-image-bg {
    flex: 1;
  }
  .tax-overview-page .teasers-on-overview .col-md-4 .box-image-bg > a {
    display: flex;
  }
  .tax-overview-page .teaser-shadow figure img {
    height: auto;
    max-height: 240px;
  }
  .tax-overview-page .teaser-shadow .content {
    padding: 3rem;
  }
  .tax-overview-page .col-md-12,
  .tax-overview-page .col-md-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tax-overview-page .col-md-8 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .tax-overview-page .col-md-8 p,
  .tax-overview-page .col-md-8 .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .tax-overview-page .col-md-8 p .info-label,
  .tax-overview-page .col-md-8 .content .info-label {
    flex: none;
    margin-top: auto;
  }
  .tax-overview-page .col-md-8 .teaser-shadow.col-md-6:nth-child(2) {
    padding-right: 1.5rem;
  }
  .tax-overview-page .col-md-8 .teaser-shadow.col-md-6:nth-child(3) {
    padding-left: 1.5rem;
  }
  .tax-overview-page .col-md-4 .teaser-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .tax-overview-page .col-md-4 .teaser-link p,
  .tax-overview-page .col-md-4 .teaser-link .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .tax-overview-page .col-md-4 .teaser-link p .info-label,
  .tax-overview-page .col-md-4 .teaser-link .content .info-label {
    flex: none;
    margin-top: auto;
  }
  .tax-overview-page .col-md-4 .teaser-shadow {
    width: 100%;
  }
  .tax-overview-page .col-md-4 .teaser-shadow.text-and-image-inline header {
    display: flex;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tax-overview-page .col-md-4 .teaser-shadow .content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.additional-info {
  color: #999994;
  font-family: "HaufeMerriweatherSans";
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1.7rem;
}
.glyphicons {
  padding-right: 0.5rem;
  vertical-align: middle;
}
.glyphicons.glyphicons-conversation:before {
  padding: 0.2rem 0 0 0.2rem;
}
.glyphicons.glyphicons-eye-open:before {
  padding: 0.1rem 0 0 0.2rem;
}
.copyright {
  font-size: 1rem;
  line-height: 1.3rem;
  background-color: #f7f7f4;
  color: #999994;
  font-family: "HaufeMerriweatherSans";
  padding: 1rem;
}
.sticker-label {
  font-size: 1.2rem;
  line-height: 3rem;
  background-color: #005da5;
  border-radius: 15px;
  color: #fff;
  height: 30px;
  left: 25px;
  padding: 0 1.5rem;
  position: absolute;
  top: 20px;
}
.info-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e5;
  color: #999994;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  word-wrap: break-word;
}
.info-label span.articleFormat {
  height: 16px;
  margin-right: 1rem;
  width: 16px;
}
.info-label span.articleFormat.interview {
  background-image: url("../images/interview-white.svg");
}
.info-label span.articleFormat.reportage {
  background-image: url("../images/reportage-white.svg");
}
.info-label span.articleFormat.trendbericht {
  background-image: url("../images/trendreport-white.svg");
}
.info-label span.articleFormat.analyse {
  background-image: url("../images/analysis-white.svg");
}
.info-label span.articleFormat.kommentar {
  background-image: url("../images/comment-white.svg");
}
.info-label span.articleFormat.graySvg.interview {
  background-image: url("../images/interview-gray.svg");
}
.info-label span.articleFormat.graySvg.reportage {
  background-image: url("../images/reportage-gray.svg");
}
.info-label span.articleFormat.graySvg.trendbericht {
  background-image: url("../images/trendreport-gray.svg");
}
.info-label span.articleFormat.graySvg.analyse {
  background-image: url("../images/analysis-gray.svg");
}
.info-label span.articleFormat.graySvg.kommentar {
  background-image: url("../images/comment-gray.svg");
}
.info-label .info-label-elements {
  margin-bottom: 1rem;
}
.info-label span {
  padding-right: 1.5rem;
}
.info-label span.glyphicons {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-right: 0.5rem;
  padding-bottom: 0.3rem;
  padding-right: 0;
}
.info-label span:last-of-type {
  padding-right: 0;
}
.info-label strong {
  padding-right: 0.5rem;
}
.info-label.flex-info-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-label.no-border {
  border: none;
}
.detail-info-label-bar {
  padding: 0;
}
.detail-info-label {
  border-bottom: 1px solid #e9e9e5;
  border-top: 1px solid #e9e9e5;
  color: #33332e;
  display: flex;
  flex-wrap: wrap;
  font-family: "HaufeMerriweatherSans", sans-serif;
  padding: 1rem 0;
}
.detail-info-label > span {
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 1.5rem;
}
.detail-info-label > span.glyphicons {
  font-size: 1.3rem;
  line-height: 2rem;
  padding-right: 0.5rem;
}
.detail-info-label > span:last-child {
  display: block;
}
.detail-info-label .document-type {
  text-transform: uppercase;
}
.detail-info-label .document-category {
  flex-basis: 100%;
  padding-top: 1.5rem;
}
.detail-info-label span.articleFormat {
  height: 16px;
  margin-right: 1rem;
  width: 16px;
}
.detail-info-label span.articleFormat.interview {
  background-image: url("../images/interview.svg");
  margin-top: 3px;
}
.detail-info-label span.articleFormat.reportage {
  background-image: url("../images/reportage.svg");
  margin-top: 0.1rem;
}
.detail-info-label span.articleFormat.trendbericht {
  background-image: url("../images/trendreport.svg");
}
.detail-info-label span.articleFormat.analyse {
  background-image: url("../images/analysis.svg");
  margin-top: 3px;
}
.detail-info-label span.articleFormat.kommentar {
  background-image: url("../images/comment.svg");
  margin-top: 0.4rem;
}
.content-tools {
  color: #999994;
  font-family: "HaufeMerriweatherSans";
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.content-tools .tools-block {
  display: flex;
}
.content-tools .icon-related-number {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  vertical-align: sub;
}
.content-tools .glyphicons {
  line-height: 2rem;
  padding-right: 0;
}
.content-tools .glyphicons-eye-open {
  font-size: 2rem;
}
.content-tools .glyphicons-conversation {
  font-size: 2.4rem;
}
.content-tools .glyphicons-print {
  font-size: 1.8rem;
  padding-bottom: 1px;
}
.meta-info-label {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e5;
  color: #999994;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.meta-info-label .pull-right.no-content {
  visibility: hidden;
  height: 0;
}
.author-name {
  text-transform: none;
  vertical-align: middle;
}
.comments-info {
  margin-left: 1.5rem;
}
.comments-info .glyphicons {
  padding-left: 0.5rem;
}
.box .meta-info-label .author-name {
  color: #666661;
}
.box .meta-info-label > span {
  padding-right: 2rem;
}
.box .meta-info-label > span.glyphicons {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-right: 0.5rem;
  padding-right: 0;
}
.article-info {
  border-bottom: 1px solid #e9e9e5;
  border-top: 1px solid #e9e9e5;
  margin-bottom: 3rem;
  margin-left: 0;
}
.article-info .link-authors {
  font-size: 1.6rem;
  line-height: 2rem;
}
.article-info .link-authors:not(.glyphicons) {
  font-family: "HaufeMerriweatherSans", sans-serif;
}
.article-info .copyright-link {
  text-decoration: underline;
  font-size: 1.6rem;
}
.article-info .author-info {
  padding: 1rem 0;
  width: 100%;
}
.article-info .author-info .author {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2rem;
  align-items: center;
  color: #33332e;
  list-style: none;
  padding-bottom: 1rem;
  padding-left: 0;
}
.article-info .author-info .author:last-child {
  padding-bottom: 0;
}
.article-info .author-info .author #haufe-svg {
  flex: 0;
  height: 5rem;
  margin-right: 1rem;
  min-width: 5rem;
}
.article-info .author-info .role {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #999994;
}
.article-info .author-info .author {
  padding-left: 0;
  padding-bottom: 1rem;
}
.article-info .author-info .author:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .detail-info-label-bar {
    border-top: 1px solid #e9e9e5;
    display: flex;
    justify-content: space-between;
  }
  .detail-info-label-bar .glyphicons {
    margin-top: -5px;
  }
  .detail-info-label {
    border: none;
    display: block;
    padding: 1.5rem 0;
  }
  .detail-info-label > span:last-child {
    display: inline;
  }
  .content-tools {
    padding: 1.4rem 0;
  }
  .content-tools .icon-related-number {
    font-size: 1.6rem;
  }
  .content-tools .glyphicons {
    padding-left: 1.5rem;
  }
  .content-tools .glyphicons-conversation {
    font-size: 1.9rem;
    padding-top: 0.4rem;
  }
  .content-tools .glyphicons-eye-open {
    font-size: 1.9rem;
  }
  .content-tools .glyphicons-print {
    font-size: 1.4rem;
  }
  .content-tools .glyphicons-star,
  .content-tools .glyphicons-star-empty {
    color: #f5bd4d;
    font-size: 1.6rem;
  }
  .article-info {
    display: flex;
    margin-bottom: 3rem;
  }
  .article-info .author-info {
    display: flex;
  }
  .article-info .author-info .author {
    align-items: center;
    flex-basis: 50%;
    flex-direction: row;
    padding-bottom: 0;
    padding-right: 3rem;
  }
}
.box {
  background-color: #f7f7f4;
  margin-bottom: 3rem;
  padding: 2rem;
}
.box div ol {
  padding-left: 0;
}
.box article,
.box .article-teaser,
.box .article-list-item,
.box footer {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.box .filter-iterm {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.box p {
  font-family: "HaufeMerriweather", serif;
}
.box li {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
}
.box hr {
  color: #ccccc7;
}
.box header .break-word {
  word-break: break-all;
}
.box header strong {
  display: block;
  color: #00467c;
}
.box .box-image-with-background {
  background-image: url("../images/icon-bg.png");
  background-position: 0 0;
  background-size: 100% 100%;
  display: block;
  margin-top: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 3rem;
  max-width: inherit;
}
.box .box-image-with-background .seminar-logo {
  margin: 0 auto;
  padding-top: 2rem;
}
.box .info-label {
  border-bottom: 1px solid #ccccc7;
  color: #666661;
}
.box .info-label.no-border {
  border: none;
}
.box .article-teaser.collapsible {
  padding-left: 1em;
  width: 100%;
}
.box .no-padding-left {
  padding-left: 0;
}
.box .no-padding-right {
  padding-right: 0;
}
.box.col-md-12 .col-md-6.no-padding-right {
  padding-top: 2rem;
}
.box [id^="collapsibleContainer_"],
.box .expand-multiple [id^="collapsibleContainer_"] {
  font-size: 1.1rem;
  line-height: 2.2rem;
}
.box [id^="collapsibleContainer_"] {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-weight: 300;
}
.box .expand-multiple [id^="collapsibleContainer_"] {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
}
.box h4 ~ .article-list-item {
  margin-bottom: 1.4rem;
}
.box .no-content {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  margin-bottom: 1.4rem;
  text-align: center;
}
.box > .btn:not(:first-child),
.box .content > .btn:not(:first-child) {
  margin-top: 2rem;
}
.box.no-border {
  border: 0;
}
.box.no-border-top {
  border-top: 0;
}
.box.space-after {
  margin-bottom: 1.4rem;
}
.box.box-slider .carousel-controls-indicators {
  margin-top: 0;
  padding-top: 2rem;
}
.box.box-slider figure {
  margin-bottom: 2rem;
}
.box.box-slider.carousel-outer .teaser-product {
  cursor: pointer;
  margin-bottom: 1rem;
}
.box.box-slider.carousel-outer .teaser-product footer .btn-outline-primary {
  clear: both;
}
.box.box-slider.carousel-outer .teaser-product p {
  margin: 0 0 3rem;
}
.box.box-slider.carousel-outer .carousel {
  cursor: pointer;
}
.box.box-slider.carousel-outer .btn-outline-secondary {
  margin-top: 3rem;
  width: 100%;
}
.box.box-title {
  padding: 2rem;
}
.box.box-image {
  padding: 0;
  position: relative;
}
.box.box-image .floating-logo {
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.box.box-image .floating-logo svg {
  height: 100%;
  padding: 2rem;
  position: absolute;
  width: 70%;
}
.box.box-image #online-training-floating-logo {
  padding-bottom: calc(29.545454545454547%);
}
.box.box-image .content {
  padding: 2rem;
}
.box.box-image .content.content-btn .btn-outline-secondary {
  width: 100%;
}
.box.box-image figure {
  margin: 0;
  width: 100%;
}
.box.box-image form .errormsg {
  margin-bottom: 0.5rem;
}
.box.box-image-bg {
  padding: 0;
  border-bottom: none;
}
.box.box-image-bg .inner-content {
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 158px;
  padding: 2rem;
}
.box.box-image-bg .inner-content .info-label,
.box.box-image-bg .inner-content .meta-info-label,
.box.box-image-bg .inner-content .link-list li {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.box.box-image-bg .additional-info {
  color: #fff;
}
.box.box-image-bg footer {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666661;
  border-top: 1px solid #ccccc7;
  padding: 2rem;
}
.box .link-list li,
.box.list-meta-info-bar li,
.box.list-small li,
.box.list-icon li {
  border-bottom: 1px solid #ccccc7;
}
.box .link-list li .document-type,
.box.list-meta-info-bar li .document-type,
.box.list-small li .document-type,
.box.list-icon li .document-type {
  text-transform: uppercase;
}
.box .relative-container {
  position: relative;
}
.box .panel-toggler.btn-outline-secondary {
  width: 100%;
}
.box .panel-toggler.btn-outline-secondary .text-collapsed {
  display: none;
}
.box .panel-toggler.btn-outline-secondary .text-expanded {
  display: inline;
}
.box .panel-toggler.btn-outline-secondary .glyphicons {
  padding-right: 0;
}
.box .panel-toggler.btn-outline-secondary .glyphicons:before {
  content: "\E601";
  padding: 0.4rem 0 0.4rem 0.4rem;
}
.box .panel-toggler.btn-outline-secondary.collapsed .text-collapsed {
  display: inline;
}
.box .panel-toggler.btn-outline-secondary.collapsed .text-expanded {
  display: none;
}
.box .panel-toggler.btn-outline-secondary.collapsed .glyphicons:before {
  content: "\E602";
}
html.ie .box .box-image-with-background {
  min-height: 200px;
}
aside .box {
  border-bottom: 1px solid #ccccc7;
  margin-bottom: 0;
  padding: 3rem 1.5rem;
}
aside .box:last-child {
  border-bottom: none;
  margin-bottom: 2rem;
}
aside .box.box-image {
  display: block;
  padding: 3rem 0;
}
aside .box.box-image .content {
  padding: 2rem 1.5rem 0 1.5rem;
}
aside .box.box-image .carousel-inner {
  cursor: pointer;
}
aside .box.box-image .carousel-inner .title {
  color: #005da5;
}
aside .box.box-image .split-1 {
  margin: 0;
}
aside .box.box-image .carousel-controls-indicators {
  margin: 0;
  padding: 0 3rem 3rem;
}
.article-list .box .article-teaser,
main.landing-page .box .article-teaser,
.article-list .box .article-list-item,
main.landing-page .box .article-list-item,
.article-list .box .article-teaser p:not(.page-tools),
main.landing-page .box .article-teaser p:not(.page-tools),
.article-list .box .article-list-item p:not(.page-tools),
main.landing-page .box .article-list-item p:not(.page-tools) {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-weight: 300;
}
[id^="content_haufe_"] .box {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 991px) {
  .box .col-md-6.no-padding-right {
    padding-top: 2rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .box {
    padding: 3rem;
    margin-bottom: 4rem;
  }
  .box article,
  .box .article-teaser,
  .box .article-list-item,
  .box footer {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .box [id^="collapsibleContainer_"],
  .box .expand-multiple [id^="collapsibleContainer_"] {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .box .box-image-with-background {
    height: 200px;
  }
  .box.box-slider .carousel-controls-indicators {
    padding-top: 1rem;
  }
  .box.box-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .box.box-image .floating-logo {
    width: 35%;
  }
  .box.box-image .floating-logo svg {
    padding: 3rem;
    width: 100%;
  }
  .box.box-image #online-training-floating-logo {
    padding-bottom: calc(34.50704225352113%);
  }
  .box.box-image .side-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 35%;
  }
  .box.box-image .side-image.no-zoom {
    background-position: center top;
    background-size: auto;
    zoom: 102%;
    -ms-zoom: 103%;
    -moz-transform: scale(1.03);
  }
  .box.box-image .content {
    padding: 3rem;
  }
  .box.box-image .content form fieldset {
    width: auto;
  }
  .box.no-overflow {
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    -ms-scroll-limit: 0 0 0 0;
  }
  .box.box-image-bg .inner-content {
    padding: 3rem;
  }
  .box.box-image-bg footer {
    padding: 3rem;
  }
  .box .panel-toggler.btn-outline-secondary {
    width: auto;
  }
  .box.col-md-12 .col-md-6.no-padding-right {
    padding-top: 0;
  }
  aside .box {
    padding: 3rem;
  }
  aside .box:last-child {
    margin-bottom: 3rem;
  }
  aside .box,
  aside .box.box-slider {
    padding: 3rem;
    margin-bottom: 0;
  }
  aside .box:last-child,
  aside .box.box-slider:last-child {
    border-bottom: none;
  }
  aside .box.box-image .content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
ul,
ol {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 3rem;
  margin-top: 0;
  padding-left: 1rem;
}
.content ul li,
.content ol li {
  position: relative;
  left: 2rem;
}
.link-list {
  list-style-type: none;
  margin-bottom: 5rem;
  padding-left: 0;
}
.link-list li {
  font-size: 1.6rem;
  line-height: 2rem;
  border-bottom: 1px solid #e9e9e5;
  font-weight: 400;
  padding: 1.7rem 0;
}
.link-list li:first-child {
  padding-top: 0;
}
.link-list li .glyphicons.glyphicons-sort:before {
  color: #005da5;
}
.link-list li .title {
  margin-bottom: 0;
}
.link-list.series-list li {
  padding-left: 3rem;
  position: relative;
}
.link-list.series-list li .glyphicons {
  left: 0;
  position: absolute;
}
.link-list.series-list li .glyphicons.glyphicons-sort:before {
  padding: 4px 0;
}
.link-list.list-meta-info-bar li {
  padding-bottom: 0;
}
.link-list.list-icon li:before {
  font-size: 1.4rem;
  line-height: 2.2rem;
  content: "\e224";
  font-family: "Glyphicons Regular";
}
.link-list.related-tags.collapse.in li:first-of-type,
.link-list.related-shop-links.collapse.in li:first-of-type {
  padding-top: 1.7rem;
}
.box .link-list {
  margin-bottom: 0;
}
.product-list .btn-outline-secondary {
  clear: both;
  display: block;
  margin-top: 3rem;
}
.product-list .btn-outline-secondary + p {
  padding-top: 2rem;
}
.product-list .box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.product-list .pull-left {
  margin-right: 3rem;
  margin-bottom: 3rem;
  width: 150px;
}
.product-list p {
  margin: 0;
}
.product-list hr {
  margin: 3rem 0;
}
.product-list .info-label {
  border-bottom: none;
  padding-bottom: 0;
}
.product-list figure {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  ul.related-tags,
  ul.related-shop-links {
    display: flex;
    flex-wrap: wrap;
  }
  ul.related-tags.collapse.in,
  ul.related-shop-links.collapse.in {
    display: flex;
    flex-wrap: wrap;
  }
  ul.related-tags li,
  ul.related-shop-links li {
    width: calc(50% - 1.5rem);
  }
  ul.related-tags li:nth-of-type(2),
  ul.related-shop-links li:nth-of-type(2) {
    padding-top: 0;
  }
  ul.related-tags li:nth-of-type(even),
  ul.related-shop-links li:nth-of-type(even) {
    margin-left: 1.5rem;
  }
  ul.related-tags li:nth-of-type(odd),
  ul.related-shop-links li:nth-of-type(odd) {
    margin-right: 1.5rem;
  }
  ul.related-tags li:nth-last-of-type(2):nth-of-type(odd),
  ul.related-shop-links li:nth-last-of-type(2):nth-of-type(odd) {
    margin-bottom: 0;
  }
  ul.related-tags#additional-items li:nth-of-type(2),
  ul.related-shop-links#additional-items li:nth-of-type(2),
  ul.related-tags#additional-shop-links li:nth-of-type(2),
  ul.related-shop-links#additional-shop-links li:nth-of-type(2) {
    padding-top: 1.7rem;
  }
  ul.linked-tags li:nth-of-type(2),
  ul.linked-tags li:nth-of-type(3) {
    padding-top: 0;
  }
}
.letter-index-box {
  border-collapse: separate;
  border-spacing: 2px;
  display: table;
  margin-bottom: 1.4rem;
  margin-left: -2px;
}
.letter-index-box .box-row {
  display: table-row;
}
.letter-index-box .box-cell {
  display: table-cell;
  height: 3rem;
  text-align: center;
  width: 50px;
}
.letter-index-box .box-cell:first-child {
  margin-left: 0;
}
.letter-index-box .box-cell a {
  background-color: #ccccc7;
  color: #33332e;
  display: inline-block;
  height: 100%;
  line-height: 3rem;
  width: 100%;
}
.letter-index-box .box-cell a:hover,
.letter-index-box .box-cell a:active,
.letter-index-box .box-cell a.active {
  background-color: #eb6005;
  color: #fff;
}
.product-box.sticky {
  display: none;
}
.product-box.main {
  clear: both;
}
.product-box.main article:last-child {
  clear: both;
  margin-left: 0;
}
.product-box.main figure {
  margin-right: 2rem;
}
.product-box.main figure img {
  margin-right: 0;
  margin-top: 1.19rem;
  width: 143px;
}
.product-box.main .box-title {
  border-bottom: 1px solid #ccccc7;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
  width: 100%;
}
.product-box.main .box-title,
.product-box.main .box-title .glyphicons {
  color: #666661;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.product-box.main .box-title .glyphicons:before {
  padding: 0 8px 0 0;
}
.product-box.main .product-name {
  color: #33332e;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-top: 9px;
}
.product-box.main .description {
  color: #33332e;
  font-family: "HaufeMerriweatherSansLt", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.product-box.main .btn-orange-transparent {
  margin-top: 2.38rem;
}
.product-box .related-product {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.3rem;
  border-top: 1px solid #ccccc7;
  color: #666661;
  margin-top: 2rem;
  padding-top: 2rem;
}
.product-box .shop-title,
.product-box .secondary-action {
  text-transform: unset !important;
}
.product-box .fallback-title {
  font-size: 1.85rem;
  line-height: 2.5rem;
  margin-top: 1.4rem;
  font-weight: 600;
}
.product-box .fallback-subtitle {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-top: 1.4rem;
}
.product-box.fallback-modal {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}
.product-box.fallback-modal .modal-content {
  position: absolute;
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  width: 617px;
  border-radius: 0px;
  padding: 0px;
  z-index: 11000;
}
.product-box.fallback-modal .modal-content .modal-text {
  padding: 24px;
  gap: 16px;
  display: grid;
}
.product-box.fallback-modal .modal-content .modal-text .fallback-modal-header {
  font-size: 18px;
  font-weight: 700;
}
.product-box.fallback-modal .modal-content .modal-text .fallback-modal-header .modal-close-btn {
  float: right;
  cursor: pointer;
  font-size: 27px;
}
.product-box.fallback-modal .modal-content .modal-text .fallback-modal-body {
  font-weight: 300;
}
.product-box.fallback-modal .modal-content .modal-text .fallback-modal-body p:last-child {
  margin-bottom: 0px;
}
.product-box.fallback-modal .modal-content .modal-text .fallback-modal-body p:first-child {
  margin-top: 0px;
}
.product-box.fallback-modal .modal-content .fallback-modal-footer {
  padding: 16px 40px;
  display: flex;
  justify-content: right;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  gap: 40px;
}
.product-box.fallback-modal .modal-content .fallback-modal-footer .modal-btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
.product-box.fallback-modal .modal-content .fallback-modal-footer .modal-btn.btn-primary {
  padding: 16px 40px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .product-box.main article,
  .product-box.main article:last-child {
    margin-left: 236px;
  }
  .product-box.main article:last-child {
    clear: none;
  }
  .product-box.main figure {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
  .product-box.main figure img {
    margin-right: 0;
    margin-top: 1.4rem;
    width: 212px;
  }
  .product-box.main .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 1.4rem;
  }
  .product-box.main .product-name,
  .product-box.main .description {
    line-height: 2.2rem;
  }
  .product-box.main .btn-orange-transparent {
    margin-top: 2.8rem;
  }
  .product-box.main #prod-box-main-link {
    display: inline-block;
    min-height: 212px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .product-box.sticky {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    background-color: #005da5;
    border: 1px solid #999994;
    bottom: 0;
    display: block;
    min-height: 59px;
    padding: 2rem;
    position: fixed;
    right: 2rem;
    width: 410px;
    z-index: 1000;
  }
  .product-box.sticky.slide.bottom:not(.in) {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .product-box.sticky,
  .product-box.sticky a {
    color: #fff;
    font-family: "HaufeMerriweatherSans", sans-serif;
  }
  .product-box.sticky:hover,
  .product-box.sticky a:hover {
    text-decoration: none;
    color: #fff;
  }
  .product-box.sticky ul {
    font-size: 1.2rem;
    line-height: 1.6rem;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 3rem;
    text-indent: -1em;
  }
  .product-box.sticky ul li:before {
    color: #fff;
    content: "\e207";
    display: inline-block;
    font-family: "Glyphicons Regular";
    font-size: 1.2rem;
    padding-right: 1.2rem;
    text-decoration: inherit;
  }
  .product-box.sticky .close,
  .product-box.sticky .panel-toggler {
    position: absolute;
    top: 1.4rem;
    z-index: 2;
  }
  .product-box.sticky .close {
    color: #fff;
    opacity: 1;
    right: 1.4rem;
  }
  .product-box.sticky .panel-toggler {
    right: 3.3rem;
  }
  .product-box.sticky .panel-toggler.collapsed ~ a .collapsed-header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-box.sticky .panel-toggler.collapsed ~ a .collapsed-header-content .btn {
    display: block;
    line-height: 1.4rem;
    white-space: nowrap;
  }
  .product-box.sticky .panel-toggler.collapsed ~ a .collapsed-header-content .product-name {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.8rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-box.sticky .panel-toggler.collapsed ~ a .collapsed-header-content .btn,
  .product-box.sticky .panel-toggler.collapsed ~ a .collapsed-header-content .product-name {
    align-self: center;
  }
  .product-box.sticky .panel-toggler.collapsed ~ a .title {
    display: none;
  }
  .product-box.sticky #progressbar {
    width: 0;
    height: 0.7rem;
    background: linear-gradient(90deg, #241f00 0%, #c19525 0%, #ffda00 100%);
    margin: -1rem 0rem;
  }
  .product-box.sticky .product-box-header {
    padding-right: 5.4rem;
    position: relative;
  }
  .product-box.sticky .product-box-header .btn {
    display: none;
    margin-left: 1.9rem;
  }
  .product-box.sticky .product-name {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
  }
  .product-box.sticky .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .product-box.sticky .product-box-body article,
  .product-box.sticky .product-box-body .btn {
    margin-top: 1.4rem;
  }
  .product-box.sticky .product-box-body article {
    display: table;
  }
  .product-box.sticky .product-box-body .btn {
    margin-left: 3rem;
  }
  .product-box.sticky .product-box-body section,
  .product-box.sticky .product-box-body figure {
    display: table-cell;
  }
  .product-box.sticky .product-box-body figure {
    vertical-align: top;
    width: auto;
  }
  .product-box.sticky .product-box-body figure img {
    width: auto;
  }
  .product-box.sticky .related-product {
    font-size: 1.2rem;
    line-height: 1.5rem;
    border-color: #999994;
    color: #fff;
  }
}
.footer-newsletter-box {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  background-color: #00467c;
  clear: both;
  padding: 3rem 1.5rem;
}
.footer-newsletter-box .footer-newsletter-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.footer-newsletter-box .footer-newsletter-flex .form-group {
  -webkit-box-flex: 1 100%;
  -moz-box-flex: 1 100%;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.footer-newsletter-box .footer-newsletter-flex .errormsg {
  -webkit-box-flex: 1 100%;
  -moz-box-flex: 1 100%;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.footer-newsletter-box .footer-newsletter-flex .footer-newsletter-input {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-radius: 0;
  height: 4.2rem;
  line-height: 2rem;
}
.footer-newsletter-box .footer-newsletter-flex button {
  -webkit-box-flex: 1 100%;
  -moz-box-flex: 1 100%;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  height: 4rem;
  margin-top: 2rem;
}
.footer-newsletter-box .footer-newsletter-flex .newsletter-checkbox {
  -webkit-box-flex: 1 100%;
  -moz-box-flex: 1 100%;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  color: #fff;
}
.footer-newsletter-box .footer-newsletter-flex .newsletter-checkbox .container-checkbox {
  margin-bottom: 0;
}
.footer-newsletter-box .footer-newsletter-flex .newsletter-checkbox label {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #fff;
}
.footer-newsletter-box .footer-newsletter-name {
  color: #fff;
}
.footer-newsletter-box .javascript-disabled {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}
html.safari .footer-newsletter-box .newsletter-checkbox input[type="checkbox"] {
  height: 1.4rem;
  width: 1.4rem !important;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html.safari .footer-newsletter-box form {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  html.safari .footer-newsletter-box form {
    margin-left: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-newsletter-box {
    padding: 3rem;
  }
  .footer-newsletter-box .footer-newsletter-flex .errormsg {
    display: inline-table;
  }
  .footer-newsletter-box .footer-newsletter-name {
    margin-bottom: 3rem;
    text-align: center;
  }
  .footer-newsletter-box form {
    margin: 0 auto;
    max-width: 700px;
  }
  .footer-newsletter-box .footer-newsletter-flex .form-group {
    -webkit-box-flex: 1 65%;
    -moz-box-flex: 1 65%;
    -webkit-flex: 1 65%;
    -ms-flex: 1 65%;
    flex: 1 65%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 2rem;
  }
  .footer-newsletter-box .footer-newsletter-flex button {
    margin-top: 0;
    -webkit-box-flex: 1 auto;
    -moz-box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .footer-newsletter-box .footer-newsletter-flex .button-container {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 0;
    margin-left: 2rem;
  }
  .footer-newsletter-box .footer-newsletter-flex .newsletter-checkbox {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.social-media-buttons {
  clear: both;
  text-align: center;
}
.social-share-container {
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.social-media-svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4rem;
}
.social-media-svg:last-of-type {
  margin-right: 0;
}
#facebook:hover,
#twitter:hover,
#xing:hover,
#linkedin:hover,
#mail:hover {
  fill: #669ec9;
}
#facebook:active,
#twitter:active,
#xing:active,
#linkedin:active,
#mail:active {
  fill: #005da5;
}
@media screen and (min-width: 768px) {
  .col-sm-5 .social-share-container {
    padding-top: 0;
    text-align: right;
  }
  .social-media-buttons {
    text-align: center;
  }
  .social-media-buttons .social-media-svg {
    display: block;
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .social-media-buttons-height {
    top: -5.6rem;
  }
  .social-share-container {
    padding-bottom: 6rem;
  }
  a.social-media-svg {
    width: auto;
  }
  a.social-media-svg:last-of-type {
    margin-bottom: 0;
  }
}
.paywall {
  width: auto;
}
.paywall.no-truncation {
  margin-bottom: 6rem;
}
.paywall:not(.no-truncation) {
  margin-bottom: -215px;
}
.paywall .footer {
  align-items: center;
  background: #005da5;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem 5%;
  text-align: center;
}
.paywall .paywall-box {
  background: linear-gradient(to bottom, white 0%, #f7f7f4 100%);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  padding-top: 2rem;
  position: relative;
  top: -200px;
}
.paywall .paywall-box.no-truncation {
  top: 3rem;
}
.paywall .paywall-box .btn-solid-primary {
  margin-top: 2rem;
}
.paywall .paywall-box .box {
  margin-bottom: 0;
}
.paywall .paywall-box .link-chevron-bright {
  width: 100%;
}
.paywall .paywall-box figure {
  margin: 0 auto;
}
.paywall .paywall-box .title-container {
  margin: 2rem;
}
.paywall .paywall-box .shop-button {
  text-align: center;
}
.paywall .paywall-divider {
  background-color: #dadad6;
  height: 1px;
  margin-top: 2rem;
  width: 100%;
}
.paywall .title-container {
  text-align: center;
}
.paywall .title {
  position: relative;
  z-index: 3;
}
.paywall .title.main:before {
  content: url("../images/icon-paywall-lock.svg");
  margin-right: 1rem;
  vertical-align: -33%;
}
.paywall .softener {
  background-repeat: repeat-x;
  height: 200px;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  position: relative;
  top: -100px;
  z-index: 2;
}
.paywall-logged-in .teaser-product button {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .paywall .paywall-box .link-chevron-bright {
    margin-bottom: 1.4rem;
    margin-left: 1rem;
    width: auto;
  }
  .paywall .paywall-box figure {
    margin-right: 3rem;
  }
  .paywall .paywall-box .shop-button {
    text-align: left;
  }
}
.frc-captcha * {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: initial;
  border-radius: px;
  filter: none !important;
  transition: none !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  background-color: initial;
  color: #222;
}
.frc-captcha {
  position: relative;
  min-width: 250px;
  max-width: 312px;
  border: 1px solid #f4f4f4;
  padding-bottom: 12px;
  background-color: #fff;
}
.frc-captcha b {
  font-weight: bold;
}
.frc-container {
  display: flex;
  align-items: center;
  min-height: 52px;
}
.frc-icon {
  fill: #222;
  stroke: #222;
  flex-shrink: 0;
  margin: 8px 8px 0 8px;
}
.frc-icon.frc-warning {
  fill: #C00;
}
.frc-success .frc-icon {
  animation: frc-fade-in 1s both ease-in;
}
.frc-content {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  margin: 4px 6px 0 0;
  overflow-x: auto;
  flex-grow: 1;
}
.frc-banner {
  position: absolute;
  bottom: 0px;
  right: 6px;
  line-height: 1;
}
.frc-banner * {
  font-size: 10px;
  opacity: 0.8;
  text-decoration: none;
}
.frc-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0;
  height: 4px;
  border: none;
  background-color: #eee;
  color: #222;
  width: 100%;
  transition: all 0.5s linear;
}
.frc-progress::-webkit-progress-bar {
  background: #eee;
}
.frc-progress::-webkit-progress-value {
  background: #222;
}
.frc-progress::-moz-progress-bar {
  background: #222;
}
.frc-button {
  cursor: pointer;
  padding: 2px 6px;
  background-color: #eb6005;
  border: 1px solid transparent;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: none;
}
.frc-button:focus {
  border: 1px solid #333;
}
.frc-button:hover {
  background-color: #ef8037;
}
.frc-captcha-solution {
  display: none;
}
.frc-err-url {
  text-decoration: underline;
  font-size: 0.9em;
}
.dark.frc-captcha {
  color: #fff;
  background-color: #222;
  border-color: #333;
}
.dark.frc-captcha * {
  color: #fff;
}
.dark.frc-captcha button {
  background-color: #444;
}
.dark .frc-icon {
  fill: #fff;
  stroke: #fff;
}
.dark .frc-progress {
  background-color: #444;
}
.dark .frc-progress::-webkit-progress-bar {
  background: #444;
}
.dark .frc-progress::-webkit-progress-value {
  background: #ddd;
}
.dark .frc-progress::-moz-progress-bar {
  background: #ddd;
}
@keyframes frc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.teaser .teaser-link p {
  color: #33332e;
  font-family: "HaufeMerriweather", serif;
  margin-top: 0;
}
.teaser .teaser-link .link-chevron {
  font-family: "HaufeMerriweatherSans", sans-serif;
}
.teaser .teaser-link {
  color: #005da5;
}
.teaser .teaser-link:hover,
.teaser .teaser-link:focus {
  color: #669ec9;
  text-decoration: none;
}
.teaser .teaser-link:active {
  color: #00467c;
}
.teaser .teaser-link .paid-content-icon {
  margin-bottom: 2rem;
}
.teaser a.teaser-link {
  height: 100%;
}
.teaser .info-label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.teaser .journal-badge {
  margin-bottom: 1.7rem;
}
.teaser .meta-info-label {
  clear: both;
  margin-top: 2rem;
  padding: 0;
}
.teaser .meta-info-label.author {
  margin: 0;
  padding-top: 1.5rem;
}
.teaser .meta-info-label > * {
  padding-bottom: 0.5rem;
}
.teaser figure.video {
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.teaser figure.video iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.teasers-on-overview .meta-info-label {
  border-bottom: none;
}
.teasers-on-overview a {
  color: #005da5;
}
.teasers-on-overview a:hover,
.teasers-on-overview a:focus {
  color: #669ec9;
  text-decoration: none;
}
.teasers-on-overview a:active {
  color: #00467c;
}
.teasers-on-overview .journal-badge {
  right: 3rem;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  z-index: 2;
}
.teaser-highlight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.teaser-highlight a {
  color: #fff;
}
.teaser-highlight .info-label {
  margin-bottom: 1rem;
}
.teaser-highlight .in-teaser-box {
  margin-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.teaser-highlight .in-teaser-box:last-of-type {
  margin-bottom: 0;
}
.teaser-highlight .in-teaser-box .title.title-box {
  margin-bottom: 2rem;
}
.teaser-highlight .in-teaser-box .btn {
  margin-top: 3rem;
  width: 100%;
}
.box.box-image-bg .teaser-highlight {
  min-height: 230px;
}
.box.box-image-bg .teaser-highlight.fallback-image {
  background: linear-gradient(125.26deg, #004fab 0%, #0088bb 47.52%, #00b4af 96.82%, #00b8af 100%);
}
.box.box-image-bg .teaser-highlight-secondary {
  min-height: 158px;
}
.teaser-post {
  margin-bottom: 5rem;
}
.teaser-post .flex-container {
  flex-direction: column;
}
.teaser-post figure {
  width: 100%;
  margin-bottom: 0;
}
.teaser-post p {
  margin-bottom: 0;
}
.teaser-post.teaser-fixed-width-image .info-label {
  margin-top: 0;
}
.teaser-post.teaser-fixed-width-image figure {
  width: 150px;
}
.teaser-post.teaser-fixed-width-image figure img {
  width: 150px;
}
.teaser-product figure.pull-left {
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.teaser-product button {
  width: 100%;
}
.teaser-product .btn-outline-primary {
  margin-top: 3rem;
}
.teaser-shadow a {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
.teaser-shadow figure {
  margin: 0;
  width: 100%;
}
.teaser-shadow figure img {
  max-height: 250px;
}
.teaser-shadow .content {
  padding: 3rem 1rem;
}
.teaser-shadow .content .detail-info-label {
  border: none;
  padding-top: 0;
}
.teaser-shadow .content .info-label {
  display: flex;
  flex-wrap: nowrap;
}
.topic-page-teaser .link-list {
  margin-bottom: 3rem;
  margin-left: 0;
}
.topic-page-teaser .col-sm-6 {
  padding-left: 0;
}
.teaser-compact figure {
  width: 100%;
}
.paid-content-teaser .content {
  float: left;
  width: 100%;
}
.paid-content-teaser .icon-box {
  display: block;
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.paid-content-teaser .info-label.meta-info-bar {
  clear: both;
  display: block;
}
.paid-content-teaser .info-label:last-child {
  margin-bottom: 0;
}
.teaser-image .wide {
  margin-left: -3rem;
  margin-right: -3rem;
}
.teaser-collection {
  margin-bottom: 5rem;
}
.teaser-collection figure {
  width: 100%;
}
.teaser-collection .flex-container {
  flex-direction: column;
}
.teaser-collection .link-list {
  margin-bottom: 0;
  margin-top: 2rem;
}
.teaser-collection .link-list .icon {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .box.box-image-bg .teaser-highlight {
    min-height: 373px;
  }
  .box.box-image-bg .teaser-highlight.teaser-highlight-secondary {
    min-height: 158px;
  }
  .box.box-image-bg .teaser-highlight .in-teaser-box {
    margin-bottom: 0;
  }
  .box.box-image-bg .teaser-highlight .in-teaser-box .title.title-box {
    margin-bottom: 3rem;
  }
  .box.box-image-bg .teaser-highlight .in-teaser-box .btn {
    width: auto;
  }
  .teaser figure {
    float: left;
    margin-right: 3rem;
    width: auto;
  }
  .teaser figure.full-width {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .teaser figure.video {
    height: 250px;
    padding-bottom: 0;
  }
  .teaser figure.video iframe {
    position: static;
  }
  .teaser .info-label {
    margin-top: 0;
  }
  .teaser-shadow figure {
    float: none;
    width: 100%;
  }
  .teaser-shadow figure img {
    max-height: 250px;
  }
  .teaser-shadow .content .info-label {
    border-bottom: 1px solid #ccccc7;
    text-transform: none;
  }
  .teaser-shadow .content hr {
    border: 1px solid #ccccc7;
    color: black;
    margin: 0.5rem 0;
  }
  .teaser-shadow .side-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 22%;
  }
  .teaser-shadow.text-and-image-inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3rem;
  }
  .teaser-shadow.text-and-image-inline .content {
    padding: 3rem;
  }
  .teaser-shadow.text-and-image-inline .teaser-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .teaser-post {
    flex-direction: row;
  }
  .teaser-post .link-blue.link-chevron {
    margin-left: 3rem;
  }
  .teaser-post figure {
    width: 37.5%;
  }
  .teaser-post.teaser-fixed-width-image .flex-container figure {
    margin-bottom: 0;
  }
  .teaser-product button {
    width: auto;
  }
  .paid-content-teaser .info-label.meta-info-bar {
    clear: none;
    display: -webkit-box;
  }
  .teaser-collection {
    margin-bottom: 6rem;
  }
  .teaser-collection figure {
    width: 25%;
  }
  .teaser-collection .flex-container {
    flex-direction: row;
  }
  .teaser-collection .link-list {
    flex: 1 0 50%;
    margin-left: 3rem;
    margin-top: 0;
  }
  .teaser-collection .link-list .icon {
    padding-top: 0;
  }
  .teaser-compact figure {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .teaser-shadow figure {
    margin: 0;
    width: 100%;
  }
  .teaser-shadow figure img {
    height: 180px;
  }
  .teaser-shadow figure .img-preserve-aspect-ratio {
    height: auto;
  }
  .teasers-on-overview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .teasers-on-overview .col-md-8 {
    display: flex;
  }
  .teasers-on-overview .col-md-8 .box-image-bg {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .teasers-on-overview .col-md-8 .box-image-bg > a {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .teasers-on-overview .col-md-8 .box-image-bg > a .teaser-highlight {
    flex: 1;
  }
  .teasers-on-overview .box.box-image-bg {
    margin-bottom: 3rem;
  }
  .teasers-on-overview .journal-badge {
    right: 4.5rem;
    top: 3rem;
  }
}
#tabnav ul.horizontal {
  border-top: 1px solid #ccccc7;
  display: table;
  height: 5rem;
  padding: 0;
  width: 100%;
}
#tabnav ul.horizontal li {
  background-color: #f7f7f4;
  border: 0;
  display: table-cell;
  list-style-type: none;
}
#tabnav ul.horizontal li:first-child {
  border-left: 1px solid #ccccc7;
}
#tabnav ul.horizontal li a {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  border-bottom: 1px solid #ccccc7;
  border-right: 1px solid #ccccc7;
  color: #005da5;
  display: block;
  height: 5rem;
  padding: 11px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#tabnav ul.horizontal li a .glyphicons {
  color: #005da5;
  padding-right: 0.5rem;
}
#tabnav ul.horizontal li a:hover span:last-child,
#tabnav ul.horizontal li a:active span:last-child {
  text-decoration: underline !important;
}
#tabnav ul.horizontal li a:focus {
  outline: none;
}
#tabnav ul.horizontal li.active {
  background-color: #fff;
}
#tabnav ul.horizontal li.active:first-child {
  border-left: 1px solid #fff;
}
#tabnav ul.horizontal li.active:last-child a {
  border-right: 1px solid #fff;
}
#tabnav ul.horizontal li.active a {
  border-bottom: 1px solid #fff;
  color: #000;
}
#tabnav ul.horizontal li.active a .glyphicons {
  color: #000;
}
#content_haufe_shop header.tab-shop-teaser-list {
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 600;
  color: #33332e;
  margin-bottom: 1.4rem;
  margin-top: 0;
  margin-top: 1rem;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #content_haufe_shop header.tab-shop-teaser-list {
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 400;
  }
}
#content_haufe_shop header.tab-shop-richtext-heading {
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 600;
  color: #eb6005;
  margin-bottom: 1.4rem;
  margin-top: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #content_haufe_shop header.tab-shop-richtext-heading {
    font-size: 2.1rem;
    line-height: 2.8rem;
    font-weight: 400;
  }
}
.box-sober > header {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 600;
  color: #33332e;
  margin-bottom: 1.4rem;
  margin-top: 0;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .box-sober > header {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
}
#content_haufe_academy .box {
  margin-bottom: 0;
  padding: 3rem 0;
}
#content_haufe_products .nav-user {
  width: auto;
}
#content_haufe_products .btn-solid-primary {
  margin-bottom: 2rem;
}
.flexbox-container {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
}
.flexbox-container section {
  display: flex;
}
.flexbox-container section .box {
  display: flex;
  flex-direction: column;
}
.flexbox-container section .box .content {
  flex: 1 0 auto;
}
.flexbox-container .my-product {
  display: flex;
  flex-direction: column;
}
.flexbox-container .my-product header {
  flex: 1;
}
.no-product-nav {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.8rem;
  background-color: #005da5;
  color: #fff;
  margin-bottom: 3rem;
  padding: 2rem;
  position: relative;
}
.no-product-nav .btn-solid-primary {
  display: block;
  margin-top: 1rem;
}
.my-product {
  height: 370px;
  margin: 3rem auto;
  position: relative;
  text-align: center;
  width: 280px;
}
.my-product header {
  color: #33332e;
  margin-bottom: 0;
}
.my-product img {
  margin: 0 auto 2rem;
  min-height: 1px;
  width: 70%;
}
.my-product:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.my-product:hover .btn-outline-secondary {
  background-color: #005da5;
  color: #fff;
}
html.ie .flexbox-container {
  display: flex;
  flex-wrap: wrap;
}
html.ie .flexbox-container section {
  display: flex;
  -ms-flex-direction: column;
}
html.ie .flexbox-container section .box {
  flex: 1 0 auto;
}
@media screen and (max-width: 991px) {
  #content_haufe_shop .col-sm-6:nth-last-child(1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .no-product-nav .btn-solid-primary {
    float: right;
    margin-top: 0;
  }
  .my-product {
    margin: 2rem 3rem 0 0;
  }
}
.carousel-outer .carousel {
  margin: 0;
}
.carousel-outer .carousel.space-after {
  margin-bottom: 1.4rem;
}
.carousel-outer .carousel-inner,
.carousel-outer .carousel-indicators {
  margin-bottom: 0;
}
.carousel-outer .carousel-indicators {
  bottom: 0;
}
.carousel-outer .carousel-indicators li {
  margin-left: 2px;
  margin-right: 2px;
}
.carousel-outer .carousel-controls-indicators {
  margin-top: 1.5rem;
  bottom: 0;
}
.carousel-outer .carousel-control {
  float: right;
}
.carousel-outer .inline-controls-swipe {
  display: inline;
}
.carousel-outer .split-2,
.carousel-outer .split-3,
.carousel-outer .split-4,
.carousel-outer .split-5,
.carousel-outer .split-6 {
  margin: 0 auto;
}
.carousel-outer .split-2 .item > article,
.carousel-outer .split-3 .item > article,
.carousel-outer .split-4 .item > article,
.carousel-outer .split-5 .item > article,
.carousel-outer .split-6 .item > article {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.carousel-outer .split-1 .item > article {
  width: 100%;
}
.carousel-outer .split-2 .item > article:not(:only-of-type) {
  width: 50%;
}
.carousel-outer .split-2 .item > article:not(:only-of-type):first-child {
  padding-left: 0;
}
.carousel-outer .split-2 .item > article:not(:only-of-type):last-child {
  padding-right: 0;
}
.carousel-outer .split-3 .item > article:not(:only-of-type) {
  width: 33.3%;
}
.carousel-outer .split-4 .item > article:not(:only-of-type) {
  width: 25%;
}
.carousel-outer .split-5 .item > article:not(:only-of-type) {
  width: 20%;
}
.carousel-outer .split-6 .item > article:not(:only-of-type) {
  width: 16.66%;
}
.carousel {
  font-size: 1.1rem;
  min-height: 50px;
}
.carousel .carousel-indicators {
  left: initial;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right,
.carousel .carousel-indicators {
  margin-left: initial;
  position: relative;
}
.carousel .carousel-control {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  text-align: center;
}
.carousel .carousel-control,
.carousel .carousel-control:active,
.carousel .carousel-control:focus,
.carousel .carousel-control:hover,
.carousel .carousel-control:visited,
.carousel .carousel-control:active,
.carousel .carousel-control.active {
  color: #fff;
  text-decoration: none;
}
html:not(.mobile) .carousel .carousel-control:active,
html:not(.mobile) .carousel .carousel-control.active {
  background: #005da5;
  color: #fff;
}
html:not(.mobile) .carousel .carousel-control:hover {
  background: #669ec9;
  color: #fff;
}
.carousel .carousel-control .glyphicons {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #fff;
}
.carousel .carousel-control .glyphicons,
.carousel .carousel-control .glyphicons:before {
  padding: 0;
}
.carousel .carousel-control.left {
  margin-right: 1rem;
}
.carousel .carousel-indicators {
  display: inline-block;
  font-size: 0rem;
  line-height: 0rem;
  vertical-align: bottom;
  width: auto;
}
.carousel .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid transparent;
  border-radius: 50%;
  height: 10px;
  margin: 0 1rem 0 0;
  width: 10px;
}
.carousel .carousel-indicators li.active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.6);
}
html:not(.mobile) .carousel .carousel-indicators li:focus,
html:not(.mobile) .carousel .carousel-indicators li:hover {
  background: #669ec9;
  border-color: transparent;
}
html:not(.mobile) .carousel .carousel-indicators li:active {
  background: #337db7;
}
.carousel .carousel-controls-indicators {
  line-height: 3rem;
  zoom: 1;
  width: 100%;
}
.carousel .split-in-half article {
  width: 49%;
}
.carousel .split-in-half article:first-child {
  margin-left: 0;
}
.carousel .split-in-half article:last-child {
  margin-right: 0;
}
.carousel .split-in-half article:last-child:nth-child(2) {
  float: right;
}
.carousel article:only-of-type {
  margin: 0;
  width: 100%;
}
.stage {
  margin-top: -2.0999999999999996rem;
}
.stage .carousel {
  margin: 0;
  padding: 0;
}
.stage .carousel .carousel-inner {
  margin: 0;
}
.stage .carousel .carousel-controls-indicators {
  position: absolute;
  margin: 1.5rem 0;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .carousel-control {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .carousel {
    font-size: 1.3rem;
  }
}
html.ie .carousel .carousel-indicators {
  left: 0;
  margin-left: 0;
}
.newsletter header.no-margin-top {
  margin-top: 0;
}
.newsletter figure {
  margin-right: 1.5rem;
}
.newsletter p {
  margin-bottom: 0.75rem;
}
.newsletter .btn-link {
  padding: 0;
}
.newsletter .btn-solid-primary {
  float: none;
  white-space: nowrap;
  width: 100%;
}
.newsletter.article-teaser.medium header,
.newsletter .article-teaser.medium header {
  text-transform: capitalize;
  font-weight: 400;
}
.newsletter.article-teaser.small header,
.newsletter .article-teaser.small header {
  font-size: 1.2rem;
}
.newsletter.article-list hr {
  border-top-width: 2px;
}
.newsletter.article-list hr:first-of-type.root-navigation {
  margin-top: 0;
}
.newsletter.article-list hr:first-of-type:not(.root-navigation) {
  display: none;
}
.newsletter.article-list a.newsletter-link {
  font-size: 1.5rem;
  line-height: 2.5rem;
  vertical-align: middle;
  padding: 0.7rem 0;
  white-space: nowrap;
}
.newsletter.article-list a.newsletter-link .glyphicons-chevron-right:before {
  padding-left: 0;
}
.newsletter.article-list form {
  margin-bottom: 0;
}
.newsletter.article-list form input[type="radio"] + label {
  margin-right: 2rem;
}
.newsletter.article-list form .newsletter-subitem {
  margin-bottom: 1.5rem;
  padding-left: 4rem;
}
.newsletter.article-list form .newsletter-subitem p {
  margin-top: 2rem;
}
.newsletter.article-list .article-list-item {
  display: table;
}
.newsletter.article-list .article-list-item:first-of-type {
  margin-top: 3rem;
}
.newsletter.article-list .article-list-item input[type="checkbox"] {
  height: auto;
  width: auto;
}
.newsletter.article-list .newsletter-icon-container {
  display: block;
}
@media screen and (max-width: 767px) {
  .newsletter.article-list .newsletter-icon-container {
    border: none;
  }
}
.newsletter.article-list .newsletter-icon-container.root-navigation-steps {
  border: none;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: no-repeat;
  height: 110px;
  margin-bottom: 2.2rem;
  width: 160px;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-1 {
  background-position: 0 0;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-1.active {
  background-position: 0 -110px;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-2 {
  background-position: -162.5px 0;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-2.active {
  background-position: -162.5px -110px;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-3 {
  background-position: -325px 0;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-3.active {
  background-position: -325px -110px;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-4 {
  background-position: -488px 0;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.step-4.active {
  background-position: -488px -110px;
}
.newsletter.article-list .newsletter-icon-container .newsletter-icon-step.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step {
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-color: #eeeeee;
  display: table;
  height: 60px;
  padding: 0.5rem 0.5rem 0.5rem 1.4rem;
  table-layout: fixed;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step:first-of-type {
  padding: 0.5rem;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step:not(:first-of-type):before {
  background-color: #eeeeee;
  border: 30px solid transparent;
  border-left-width: 8px;
  border-right-width: 0;
  border-left-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step:not(:last-of-type):after {
  border: 30px solid transparent;
  border-left-width: 7px;
  border-right-width: 0;
  border-left-color: #eeeeee;
  right: -6px;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step:last-of-type:after {
  border: 30px solid white;
  border-left-width: 7px;
  border-right-width: 0;
  border-left-color: #eeeeee;
  right: 0;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step.active {
  background-color: #ccccc7;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step.active:before {
  background-color: #ccccc7;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step.active:after {
  border-left-color: #ccccc7;
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.newsletter.article-list .newsletter-icon-container .newsletter-arrow-step span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 479px) {
  .newsletter.article-list .newsletter-icon-container .newsletter-arrow-step {
    font-size: 1rem;
    line-height: 1.4rem;
    padding: 0.2rem 0.2rem 0.2rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .newsletter .btn-solid-primary {
    float: right;
    width: auto;
  }
  .newsletter .captcha-container {
    float: right;
  }
}
.lazy-pagination-container {
  border-style: solid;
  border-width: 1px 0 0 0;
  bottom: 0;
  height: auto;
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
}
.pagination > a,
.pager > a,
.pagination li > a,
.pager li > a,
.pagination > span,
.pager > span,
.pagination li > span,
.pager li > span {
  font-size: 1.4rem;
  line-height: 3rem;
}
.pagination > li,
.pager > li {
  font-size: 0;
  line-height: 0;
}
.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span,
.pagination > li > a .glyphicons,
.pager > li > a .glyphicons,
.pagination > li > span .glyphicons,
.pager > li > span .glyphicons {
  color: #005da5;
}
.pagination > li > a:active,
.pager > li > a:active,
.pagination > li > span:active,
.pager > li > span:active {
  background-color: #00467c;
  color: #fff;
}
.pagination > li > a:hover,
.pager > li > a:hover,
.pagination > li > span:hover,
.pager > li > span:hover,
.pagination > li > a:focus,
.pager > li > a:focus,
.pagination > li > span:focus,
.pager > li > span:focus,
.pagination > li > a:hover .glyphicons,
.pager > li > a:hover .glyphicons,
.pagination > li > span:hover .glyphicons,
.pager > li > span:hover .glyphicons,
.pagination > li > a:focus .glyphicons,
.pager > li > a:focus .glyphicons,
.pagination > li > span:focus .glyphicons,
.pager > li > span:focus .glyphicons {
  background-color: #005da5;
  color: #fff;
  text-decoration: none;
}
.pagination > li.active > a,
.pager > li.active > a,
.pagination > li.active > span,
.pager > li.active > span,
.pagination > li.active > a:hover,
.pager > li.active > a:hover,
.pagination > li.active > span:hover,
.pager > li.active > span:hover,
.pagination > li.active > a:focus,
.pager > li.active > a:focus,
.pagination > li.active > span:focus,
.pager > li.active > span:focus {
  background-color: #e9e9e5;
}
.pagination > li.active > a,
.pager > li.active > a,
.pagination > li.active > span,
.pager > li.active > span,
.pagination > li.active > a:hover,
.pager > li.active > a:hover,
.pagination > li.active > span:hover,
.pager > li.active > span:hover,
.pagination > li.active > a:focus,
.pager > li.active > a:focus,
.pagination > li.active > span:focus,
.pager > li.active > span:focus,
.pagination > li.active > a .glyphicons,
.pager > li.active > a .glyphicons,
.pagination > li.active > span .glyphicons,
.pager > li.active > span .glyphicons,
.pagination > li.active > a:hover .glyphicons,
.pager > li.active > a:hover .glyphicons,
.pagination > li.active > span:hover .glyphicons,
.pager > li.active > span:hover .glyphicons,
.pagination > li.active > a:focus .glyphicons,
.pager > li.active > a:focus .glyphicons,
.pagination > li.active > span:focus .glyphicons,
.pager > li.active > span:focus .glyphicons {
  color: #33332e;
}
.pagination > li.disabled > a,
.pager > li.disabled > a,
.pagination > li.disabled > span,
.pager > li.disabled > span,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pager > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pager > li.disabled > a:focus,
.pagination > li.disabled > span:focus,
.pager > li.disabled > span:focus,
.pagination > li.disabled > a .glyphicons,
.pager > li.disabled > a .glyphicons,
.pagination > li.disabled > span .glyphicons,
.pager > li.disabled > span .glyphicons,
.pagination > li.disabled > a:hover .glyphicons,
.pager > li.disabled > a:hover .glyphicons,
.pagination > li.disabled > span:hover .glyphicons,
.pager > li.disabled > span:hover .glyphicons,
.pagination > li.disabled > a:focus .glyphicons,
.pager > li.disabled > a:focus .glyphicons,
.pagination > li.disabled > span:focus .glyphicons,
.pager > li.disabled > span:focus .glyphicons {
  background-color: transparent;
  color: #005da5;
  opacity: 0.3;
}
.pagination > li,
.pager > li,
.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span {
  border: none;
  border-radius: 0;
  height: 30px;
  font-family: "HaufeMerriweatherSans", sans-serif;
  min-width: 30px;
}
.pagination > li .glyphicons,
.pager > li .glyphicons,
.pagination > li > a .glyphicons,
.pager > li > a .glyphicons,
.pagination > li > span .glyphicons,
.pager > li > span .glyphicons {
  line-height: 3rem;
  vertical-align: baseline;
}
.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span {
  padding: 0 6px;
}
.pagination,
.pager,
.pagination > li:last-child > a,
.pager > li:last-child > a,
.pagination > li:first-child > a,
.pager > li:first-child > a {
  border-radius: 0;
}
.pagination .glyphicons:before,
.pager .glyphicons:before {
  padding: 0;
}
.pagination-multipage {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding: 0;
}
.pagination-multipage li {
  display: inline;
  width: 33%;
}
.pagination-multipage a {
  color: #005da5;
}
.pagination-multipage a:hover,
.pagination-multipage a:focus {
  color: #669ec9;
  text-decoration: none;
}
.pagination-multipage a:active {
  color: #00467c;
}
.content ul.pagination-multipage li {
  position: static;
}
.img-compilation figure {
  width: 100%;
}
.img-compilation .back-to-article {
  text-align: center;
}
.img-compilation .list-inline {
  text-align: center;
  margin-bottom: 1.6rem;
}
.img-compilation .list-inline li {
  padding: 0 1rem;
}
.img-compilation .list-inline span.glyphicons:before {
  padding: 0;
}
.img-compilation .glyphicons.disabled {
  opacity: 0.3;
}
html.ie .ghost-pagination ul,
html.firefox .ghost-pagination ul {
  display: table;
}
.ghost-pagination ul {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.ghost-pagination li {
  padding: 0;
  display: inline;
}
.ghost-pagination li a {
  padding: 0;
}
.ghost-pagination li .glyphicons {
  font-size: 3rem;
}
.ghost-pagination li .glyphicons:before {
  padding: 0;
}
.ghost-pagination .ghostrow a {
  color: #ccccc7;
}
.ghost-pagination .ghostrow a:hover,
.ghost-pagination .ghostrow a:focus {
  background-color: transparent;
  color: #999994;
}
.ghost-pagination .ghostrow a:active {
  color: #33332e;
}
@media screen and (min-width: 992px) {
  .pagination-multipage .glyphicons {
    padding-right: 0;
  }
  .pagination-multipage a {
    display: inline-flex;
  }
}
.survey {
  display: table;
  font-family: "HaufeMerriweatherSans", sans-serif;
  position: relative;
  width: 100%;
}
.survey .description {
  font-family: "HaufeMerriweatherSansLt", sans-serif;
}
.survey .as-link {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.survey .answers {
  color: #33332e;
  margin-bottom: 0;
  width: 100%;
}
.survey .answers .answer {
  border-bottom: 1px solid #ccccc7;
  float: left;
  padding: 2rem 0;
}
.survey .answers .answer:first-of-type {
  padding-top: 2.5rem;
}
.survey .answers .answer .option {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #33332e;
  margin-top: 0.5rem;
  display: block;
}
.survey .answers .answer.disabled .image,
.survey .answers .answer:not(.disabled):hover .image {
  background: url(../images/survey-empty-full.png);
  background-position: -60px 0;
}
.survey .answers .answer .image {
  background-repeat: no-repeat;
  float: left;
  height: 59px;
  margin-right: 2rem;
  width: 59px;
}
.survey .answers .answer .count {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #666661;
}
.survey .answers .answer .percent {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #005da5;
  font-weight: 600;
  margin-right: 1rem;
}
.survey .answers .answer .tens {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 59px;
}
.survey .answers .answer.col-of-5,
.survey .answers .answer.col-of-4,
.survey .answers .answer.col-of-3,
.survey .answers .answer.col-of-2,
.survey .answers .answer.col-of-1 {
  width: 100%;
}
.survey h2 {
  margin-bottom: 1.4rem;
}
.survey .social-share-container {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .survey .answers .answer {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .survey .answers .answer:first-of-type {
    padding-top: 3rem;
  }
  .survey .answers .answer .option {
    margin-top: 0;
    padding-bottom: 2rem;
    padding-right: 1rem;
  }
  .survey .answers .answer .count {
    display: block;
    padding-bottom: 2rem;
  }
  .survey .answers .answer .count:after {
    border-bottom: 1px solid #ccccc7;
    content: "";
    display: block;
    padding-top: 2rem;
    width: 106%;
  }
  .survey .answers .answer .image {
    float: none;
    margin-bottom: 1rem;
    margin-right: 3rem;
  }
  .survey .answers .answer.col-of-5 {
    width: 19%;
    max-width: 19%;
  }
  .survey .answers .answer.col-of-4 {
    width: 24%;
    max-width: 24%;
  }
  .survey .answers .answer.col-of-3:last-child,
  .survey .answers .answer.col-of-2:last-child {
    margin-left: 1.5%;
  }
  .survey .answers .answer.col-of-3 {
    width: 32%;
    max-width: 32%;
  }
  .survey .answers .answer.col-of-2 {
    width: 49%;
    max-width: 49%;
  }
  .survey .social-share-container {
    border-top: 1px solid #ccccc7;
    padding-top: 3rem;
  }
}
#survey-container {
  padding: 0 !important;
  font-family: "HaufeMerriweatherSans", sans-serif;
  height: 250px;
  position: relative;
  width: 100%;
  display: table;
}
.rating-container {
  text-align: left;
  height: 2.2rem;
}
.rating-container .rating-only-css {
  border: none;
  display: inline-block;
  padding-right: 0.5rem;
  position: relative;
  vertical-align: middle;
}
.rating-container .rating-only-css,
.rating-container .rating-only-css label {
  margin: 0;
  min-height: 1px;
}
.rating-container .rating-only-css > label {
  color: #f5bd4d;
  float: right;
}
.rating-container .rating-only-css > label:before {
  content: "\E049";
  display: block;
  font-family: "Glyphicons Regular";
  font-size: 2.6rem;
  line-height: 2.5rem;
  margin-left: 0.13999999999999999rem;
  text-decoration: none;
}
.rating-container .rating-only-css > input {
  display: none;
}
.rating-container .rating-only-css > input:checked ~ label:before {
  content: "\E050";
}
.rating-container.enabled > .ratingForm {
  margin: 0;
  white-space: nowrap;
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled {
  width: auto;
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > label:hover,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > label:hover ~ label {
  color: #f7ca71;
  cursor: pointer;
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > label:hover:before,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > label:hover ~ label:before {
  content: "\E050";
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked + label:before,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked ~ label:before {
  content: "\E049";
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked + label:hover,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked ~ label:hover,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked ~ label:hover ~ label {
  color: #f7ca71;
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked + label:hover:before,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked ~ label:hover:before,
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > input:checked ~ label:hover ~ label:before {
  content: "\E050";
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > label:hover ~ input:checked ~ label {
  color: #f7ca71;
}
.rating-container.enabled > .ratingForm .rating-only-css.enabled:hover > label:hover ~ input:checked ~ label:before {
  content: "\E050";
}
@media screen and (min-width: 768px) {
  .rating-container {
    position: relative;
  }
  .rating-container .rating-only-css {
    padding-right: 0;
  }
  .rating-container .rating-only-css > label:before {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: -0.3rem;
  }
  .infographic-detail .rating-container {
    margin-bottom: 1rem;
  }
}
iframe[name="google_conversion_frame"],
img[height="1"][width="1"] {
  display: none !important;
}
#Ads_BA_CAD2,
#Ads_BA_FLB,
#Ads_BA_CAD {
  text-align: center;
}
#Ads_BA_CAD {
  padding: 3rem 0;
}
#Ads_BA_BS {
  position: relative;
}
#Ads_BA_BS,
#Ads_BA_FLB,
#sky {
  display: none;
}
.cad-advertisement {
  margin-bottom: 3rem;
}
.skyscraper-advertisement {
  z-index: 999;
}
@media screen and (min-width: 768px) {
  #Ads_BA_BS,
  #Ads_BA_FLB,
  #Ads_BA_CAD2 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #sky {
    display: block;
  }
  #sky {
    height: 600px;
    left: 100%;
    position: absolute;
    width: auto;
  }
}
.sitemap .sitemap-year,
.sitemap .sitemap-months {
  padding: 0;
}
.sitemap .sitemap-year {
  width: 5%;
  font-size: 1.4rem;
}
.sitemap .sitemap-months {
  width: 95%;
}
.sitemap .glyphicons-chevron-right {
  padding-left: 0.3rem;
}
.sitemap .space-before {
  margin-top: 4.7rem;
}
footer[role=contentinfo] {
  background-color: #666661;
  color: #fff;
  clear: both;
  line-height: 2.5rem;
  padding: 30px 0;
}
footer[role=contentinfo] section {
  padding-bottom: 0.5em;
}
footer[role=contentinfo] a.archive-link {
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
footer[role=contentinfo] a.socialmedia {
  height: 32px;
  width: 32px;
}
footer[role=contentinfo] a.socialmedia.facebook {
  background-position: 0 -32px;
}
footer[role=contentinfo] a.socialmedia.facebook:hover {
  background-position: -32px -32px;
}
footer[role=contentinfo] a.socialmedia.facebook:active {
  background-position: -64px -32px;
}
footer[role=contentinfo] a.socialmedia.twitter {
  background-position: 0 0;
}
footer[role=contentinfo] a.socialmedia.twitter:hover {
  background-position: -32px 0;
}
footer[role=contentinfo] a.socialmedia.twitter:active {
  background-position: -64px 0px;
}
footer[role=contentinfo] a.socialmedia.xing {
  background-position: 0 -64px;
}
footer[role=contentinfo] a.socialmedia.xing:hover {
  background-position: -32px -64px;
}
footer[role=contentinfo] a.socialmedia.xing:active {
  background-position: -64px -64px;
}
footer[role=contentinfo] a.socialmedia.instagram {
  background-position: 0 -96px;
}
footer[role=contentinfo] a.socialmedia.instagram:hover {
  background-position: -32px -96px;
}
footer[role=contentinfo] a.socialmedia.instagram:active {
  background-position: -64px -96px;
}
footer[role=contentinfo] a.socialmedia.linkedin {
  background-position: 0 -128px;
}
footer[role=contentinfo] a.socialmedia.linkedin:hover {
  background-position: -32px -128px;
}
footer[role=contentinfo] a.socialmedia.linkedin:active {
  background-position: -64px -128px;
}
footer[role=contentinfo] header {
  font-family: "HaufeMerriweatherSans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.3rem;
  background-color: inherit;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
footer[role=contentinfo] ul li {
  line-height: 1.1rem;
}
footer[role=contentinfo] .a-z-list {
  letter-spacing: 1rem;
}
footer[role=contentinfo] .a-z-list .section_topics {
  letter-spacing: normal;
}
#tuev-logo {
  display: block;
  margin-top: 1rem;
}
#awards-logos {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  width: 60%;
}
#awards-logos :first-child {
  margin-right: 1rem;
}
#awards-logos :last-child {
  margin-left: 1rem;
}
@media screen and (max-width: 991px) {
  footer[role=contentinfo] .col-sm-6:nth-last-child(2) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  #awards-logos {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #awards-logos {
    width: 90%;
  }
  #awards-logos :first-child {
    margin-right: 0;
  }
  #awards-logos :last-child {
    margin-left: 0;
  }
}
.magazine-box {
  margin-bottom: -2rem;
  padding: 0;
}
.magazine-box .box {
  margin-bottom: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.magazine-box .box.box-slider figure {
  margin-bottom: 1.5rem;
}
.magazine-box p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.magazine-box .carousel-inner {
  margin-left: -1.5rem;
}
@media screen and (min-width: 768px) {
  .magazine-box .box {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .magazine-box .teaser figure {
    float: none;
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) {
  html.safari .magazine-box .box .carousel-inner {
    margin: 0;
  }
  html.safari .magazine-box .box .carousel-inner .article-teaser {
    padding-right: 0;
    padding-left: 1rem;
  }
}
#comments-collapse,
.answer-collapse,
.answer-toolbox {
  margin-bottom: 0;
  margin-top: 3rem;
  position: relative;
}
#comments-collapse::before,
.answer-collapse::before,
.answer-toolbox::before {
  border-color: transparent transparent #f7f7f4;
  border-style: solid;
  border-width: 0 12px 18px;
  content: "\00a0";
  display: block;
  height: 0;
  position: absolute;
  top: -18px;
  width: 0;
}
.answer-collapse,
.answer-toolbox {
  margin-left: 2rem;
}
#comments {
  margin-bottom: 5rem;
}
#comments button,
#comments a.btn {
  width: 100%;
}
#comments > .title {
  margin-bottom: 3rem;
}
#comments .no-padding {
  padding: 0;
}
#comments .comment,
#comments .answer {
  margin-top: 3rem;
}
#comments .answer {
  padding-left: 2rem;
}
#comments .answer-toolbox,
#comments .toolbox {
  font-family: "HaufeMerriweatherSans", sans-serif;
}
#comments .answer-toolbox form .form-group,
#comments .toolbox form .form-group {
  margin-bottom: 2rem;
}
#comments .answer-toolbox form label,
#comments .toolbox form label {
  display: block;
}
#comments .answer-toolbox form button,
#comments .toolbox form button {
  margin-top: 2rem;
}
#comments .answer-toolbox form hr,
#comments .toolbox form hr {
  margin: 3rem 0;
}
#comments .answer-toolbox form.alias-form p,
#comments .toolbox form.alias-form p {
  margin-bottom: 3rem;
}
#comments .comment-form-alias label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666661;
  vertical-align: super;
}
#comments .comment-text {
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  text-align: justify;
}
#comments .comment-text::before {
  content: "\E246";
  display: block;
  font-family: "Glyphicons Regular";
  font-size: 1.8rem;
}
#comments .comment-text.rejected {
  font-weight: 600;
}
#comments .answer .comment-text::before {
  content: "\E022";
  font-size: 1.8rem;
}
#comments .comment-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}
#comments .comment-links a {
  padding: 1rem 0;
  text-transform: uppercase;
}
#comments .comment-links a .glyphicons::before {
  padding: 6px 8px;
}
#comments .info-label {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#comments .info-label .glyphicons-user::before {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
#comments .hint {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .answer-collapse,
  .answer-toolbox {
    margin-left: 0;
  }
  #comments {
    margin-bottom: 6rem;
  }
  #comments button,
  #comments a.btn {
    width: auto;
  }
  #comments .answer {
    padding-left: 0;
  }
  #comments .answer-toolbox form.alias-form button,
  #comments .toolbox form.alias-form button {
    margin-top: 0;
  }
  #comments .comment-text {
    margin-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 1.5rem;
  }
  #comments .comment-text::before {
    left: 0;
    position: absolute;
  }
  #comments .comment-links {
    flex-direction: column;
    padding-left: 1.5rem;
  }
  #comments .comment-links a {
    border-bottom: 1px solid #e9e9e5;
    display: block;
  }
  #comments .comment-links a:first-of-type {
    padding-top: 0;
  }
  #comments .comment-links a:last-of-type {
    border-bottom: none;
  }
  #comments .comment-links.flex-content-end {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  #comments .toolbox .container-checkbox input[type="checkbox"],
  #comments .answer-toolbox .container-checkbox input[type="checkbox"] {
    position: absolute;
  }
}
.author-page {
  margin-top: -3rem;
}
.author-page .address-information {
  align-items: baseline;
  display: flex;
  margin-bottom: 2rem;
}
.author-page .authors-title,
.author-page .test {
  text-align: center;
}
.author-page .title.title-big-box {
  margin-bottom: 0;
}
.author-page .title.title-small {
  margin-bottom: 0;
}
.author-page .taglist {
  margin-bottom: 5rem;
}
.author-page .container-breadcrumb > .navbar-nav {
  border-right: none;
}
.author-page.fallback {
  background-position: center;
}
.author-page #author-btn {
  width: 100%;
}
.author-page .article-list {
  clear: both;
}
.author-page .link-icon .glyphicons:before {
  padding-top: 0;
}
.author-page .background-graphic {
  position: absolute;
  background-position: center;
  height: 408px;
  width: 408px;
  top: -35%;
}
.author-page .contact-information {
  margin-bottom: 2rem;
}
.author-page.page-banner {
  align-items: center;
  background: linear-gradient(45deg, #09386D 0%, #005DA5 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 3rem 1rem;
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
}
.author-page .glyphicons-phone-alt::before {
  padding-right: 0.4rem;
}
.author-page .portrait {
  border-radius: 50%;
  height: 166px;
  width: 166px;
  margin-bottom: 3rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .author-page .navbar-nav {
    margin: 0;
  }
  .author-page .background-graphic {
    top: -22%;
  }
}
@media screen and (min-width: 992px) {
  .author-page .portrait {
    right: 25%;
    position: absolute;
    height: 285px;
    width: 285px;
  }
  .author-page .authors-title {
    margin-left: 3rem;
    position: absolute;
    left: 0;
    right: 50%;
    text-align: left;
    bottom: 0;
  }
  .author-page #author-btn {
    display: none;
  }
  .author-page.page-banner {
    align-items: normal;
    height: 345px;
    padding: 3rem;
  }
  .author-page .background-graphic {
    height: 626px;
    width: 626px;
    left: 40%;
  }
}
.touchpoint-header {
  margin-top: -2.0999999999999996rem;
  position: relative;
}
.touchpoint-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  width: 100%;
}
.touchpoint-banner.login {
  background-image: url("../images/banners/login-s.jpg");
}
.touchpoint-banner.products {
  background-image: url("../images/banners/products-s.jpg");
}
.touchpoint-banner.products-anonymous {
  background-image: url("../images/banners/products-anonymous-s.jpg");
}
.touchpoint-banner.support {
  background-image: url("../images/banners/support-s.jpg");
}
.touchpoint-banner.topics {
  background-image: url("../images/banners/topics-s.jpg");
}
.touchpoint-banner.taxulting {
  background-image: url("../images/banners/texulting-Header.jpg");
}
.box.touchpoint-box {
  background-color: #fff;
  box-shadow: 8px 8px 10px -4px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
  margin-top: -80px;
  padding: 3rem;
  position: relative;
  width: 95%;
}
.box.touchpoint-box header {
  font-family: "HaufeMerriweatherSans";
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}
.box.touchpoint-box p {
  font-family: "HaufeMerriweatherSans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666661;
  margin-top: 1rem;
}
.box.touchpoint-box a {
  font-family: "HaufeMerriweatherSans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.box.touchpoint-box a.btn {
  margin-top: 2rem;
}
.touchpoint-box-subheader {
  font-family: "HaufeMerriweatherSans";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.touchpoint-box-subheader a {
  font-style: italic;
}
.touchpoint-bg-pattern {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg width='19px' height='19px' viewBox='0 0 19 19' id='stripes' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='line-pattern' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3e%3cpath d='M-0.5,19.5 L19.5,-0.5' id='Line' stroke='%23E1E1E1' stroke-width='2'%3e%3c/path%3e%3cpath d='M-10.5,10.5 L9.5,-9.5' id='Line' stroke='%23E1E1E1' stroke-width='2'%3e%3c/path%3e%3cpath d='M0.5,37.5 L20.5,17.5' id='Line' stroke='%23E1E1E1' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-repeat: repeat;
  background-attachment: fixed;
  height: 250px;
  position: absolute;
  top: 220px;
  width: 935px;
}
@media screen and (min-width: 768px) {
  .box.touchpoint-box {
    margin-bottom: 6rem;
    width: 52rem;
  }
  .box.touchpoint-box header {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .touchpoint-banner.login {
    background-image: url("../images/banners/login-l.jpg");
  }
  .touchpoint-banner.products {
    background-image: url("../images/banners/products-l.jpg");
  }
  .touchpoint-banner.products-anonymous {
    background-image: url("../images/banners/products-anonymous-l.jpg");
  }
  .touchpoint-banner.support {
    background-image: url("../images/banners/support-l.jpg");
  }
  .touchpoint-banner.topics {
    background-image: url("../images/banners/topics-l.jpg");
  }
}
html {
  overflow-x: hidden !important;
}
html.mobile .status {
  display: inline;
}
html.ie {
  -ms-overflow-style: scrollbar;
}
html.ie .tax-overview-page .teasers-on-overview .col-md-4 {
  display: block;
}
html.ie .tax-overview-page .teasers-on-overview .col-md-4 .box-image-bg {
  display: block;
}
html.ie .tax-overview-page .teasers-on-overview .col-md-4 .box-image-bg > a {
  display: block;
}
html.ie .tax-overview-page .col-md-6 .link-chevron {
  bottom: 3rem;
  position: absolute;
}
html.ie .tax-overview-page .col-md-6 .teaser-link {
  display: block;
}
html.ie .tax-overview-page .col-md-6 .teaser-link .content {
  display: block;
}
html.ie .tax-overview-page .col-md-8 .teaser-shadow.text-and-image-inline {
  display: block;
}
html.ie .tax-overview-page .col-md-8 .teaser-shadow.text-and-image-inline .teaser-link .content {
  display: block;
}
html.ie .tax-overview-page .col-md-12 .link-chevron {
  bottom: 3rem;
  position: absolute;
}
html.ie .tax-overview-page .col-md-12 .teaser-link {
  display: block;
}
html.ie .tax-overview-page .col-md-12 .teaser-link .content {
  display: block;
}
html.ie .tax-overview-page .col-md-4 .link-chevron {
  bottom: 6rem;
  position: absolute;
}
html.ie .tax-overview-page .col-md-4 .teaser-link {
  display: block;
}
html.ie .tax-overview-page .col-md-4 .teaser-link .content {
  display: block;
}
html.ie header #searchForm .input-main-search {
  float: left;
}
html.ie header #searchForm .input-main-search:not(:focus):required:invalid {
  color: #999994;
}
html.ie header .autocomplete-suggestions {
  margin-top: 2.8rem;
}
html.ie form textarea + span.glyphicons,
html.ie form textarea + span.glyphicons + span.glyphicons {
  top: 0 !important;
}
html.ie form input + span.glyphicons,
html.ie form input + span.glyphicons + span.glyphicons {
  vertical-align: middle;
  top: 0;
}
html.ie form .ui-state-error,
html.ie form .ui-state-error:focus {
  border: 1px solid #ff0000;
}
html.ie form .ui-state-error ~ span.glyphicons-exclamation-sign,
html.ie form .ui-state-error:focus ~ span.glyphicons-exclamation-sign,
html.ie form .ui-state-error ~ span.glyphicons-exclamation-sign:before,
html.ie form .ui-state-error:focus ~ span.glyphicons-exclamation-sign:before {
  display: inline-block !important;
}
html.ie form .ui-state-error:not(:focus) ~ span.glyphicons-exclamation-sign,
html.ie form .ui-state-error:not(:focus) ~ span.glyphicons-exclamation-sign:before {
  display: none !important;
}
html.ie form .ui-state-valid {
  border: 1px solid #ccccc7;
}
html.ie form .ui-state-valid ~ span.glyphicons-exclamation-sign,
html.ie form .ui-state-valid ~ span.glyphicons-exclamation-sign:before {
  display: none !important;
}
html.ie form input:not([type="submit"]) {
  line-height: 2rem;
}
html.ie form input[type="checkbox"] {
  padding-bottom: 0;
}
html.ie blockquote:not(.tweet-quote) p {
  flex-basis: calc(100% - 4rem);
  padding-left: 3.6rem;
}
html.ie #brand-logo-acquisa {
  margin-top: 0;
}
html.ie .btn-default.dropdown-toggle .caret {
  top: 0;
}
html.ie .glyphicons.glyphicons-chevron-right,
html.ie .glyphicons.glyphicons-chevron-left,
html.ie .glyphicons.glyphicons-embed {
  top: 0.4rem;
}
html.ie .glyphicons.glyphicons-lock {
  top: 0.5rem;
}
html.ie .glyphicons.glyphicons-search {
  top: -0.1em;
}
html.ie .pagination .glyphicons {
  top: 0.3rem;
}
html.ie #tabnav ul.horizontal .glyphicons {
  top: 0.4rem;
}
html.ie .content-state .glyphicons {
  top: 0.3rem;
}
html.ie .carousel .carousel-control,
html.ie .carousel .inline-controls-swipe {
  display: inline-block;
  vertical-align: top;
}
html.ie .carousel .inline-controls-swipe .carousel-indicators {
  left: 0;
  margin-left: 0;
}
html.ie .carousel .newsletter .glyphicons-chevron-right {
  top: 0.2rem;
}
html.ie .box .as-link .glyphicons {
  top: 0.2rem;
}
html.ie .carousel .glyphicons,
html.ie .btn-marketing .glyphicons {
  top: -0.2rem;
}
html.ie .page-tools .glyphicons {
  top: -0.1rem;
}
html.ie .article-list article .as-link .glyphicons-chevron-right {
  top: 0.4rem;
}
html.ie .error-content ul {
  overflow: hidden;
}
html.ie .article-info .author {
  width: 100%;
  flex-basis: 50%;
}
html.ie .article-info .author #haufe-svg {
  max-width: 50px;
}
@media screen and (max-width: 991px) {
  html.ie .tax-overview-page .col-md-4 .link-chevron {
    bottom: 3rem;
    position: absolute;
  }
  html.ie .author .background-graphic {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  html.ie .tax-overview-page .col-md-4 .link-chevron {
    bottom: 3rem;
    position: absolute;
  }
}
html.safari .newsletter input[type=checkbox] {
  margin-left: 0.5rem;
}
html.safari #searchForm {
  display: flex;
  justify-content: center;
}
html.safari #searchForm fieldset {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  width: auto;
}
html.safari #searchForm fieldset button {
  display: block;
  position: relative;
}
html.safari #searchForm fieldset .autocomplete-suggestions {
  left: 0;
  top: 28px;
}
html.safari #searchForm input {
  padding: 0 15px 0 15px;
}
html.safari .authors .author .author-picture {
  min-width: 115px;
}
html.safari form input + span.glyphicons,
html.safari form select + span.glyphicons {
  top: -0.3rem;
}
html.safari .invalid input:required:invalid {
  border: 1px solid red;
}
html.safari .invalid input:required:invalid + span.glyphicons-exclamation-sign,
html.safari .invalid input:required:invalid + span.glyphicons-exclamation-sign {
  display: inline-block !important;
}
html.safari.mobile {
  overflow-x: hidden !important;
}
html.safari.mobile *:not(section#swipe-stage):not(figcaption):not([id^="swipe-"]):not(#errorRating) {
  max-width: 100%;
}
html.safari.mobile input[type=checkbox],
html.safari.mobile input[type=radio] {
  -webkit-transform: scale(1.5, 1.5);
}
html.safari.mobile header #searchForm .input-main-search {
  line-height: 2.5rem !important;
}
html.safari.mobile body {
  -webkit-overflow-y-scrolling: touch;
  overflow-x: hidden !important;
}
@media screen and (max-width: 767px) {
  html.safari.mobile.safari7 .stage .carousel-control.left .glyphicons-chevron-left,
  html.safari.mobile.safari7 .stage .carousel-control.right .glyphicons-chevron-left,
  html.safari.mobile.safari7 .stage .carousel-control.left .glyphicons-chevron-left:before,
  html.safari.mobile.safari7 .stage .carousel-control.right .glyphicons-chevron-left:before,
  html.safari.mobile.safari7 .stage .carousel-control.left .glyphicons-chevron-right,
  html.safari.mobile.safari7 .stage .carousel-control.right .glyphicons-chevron-right,
  html.safari.mobile.safari7 .stage .carousel-control.left .glyphicons-chevron-right:before,
  html.safari.mobile.safari7 .stage .carousel-control.right .glyphicons-chevron-right:before {
    top: 7rem;
  }
}
html.safari.mobile:not(.safari8) ul.pagination li > a,
html.safari.mobile:not(.safari8) ul.pagination li > span {
  height: 2.6em !important;
}
html.safari.mobile .author-info .author .author-picture,
html.safari.mobile .author-info .author .svg-haufe-picture {
  min-width: 65px;
}
html.safari.mobile .caret:not(.glyphicons) {
  padding-bottom: 0;
}
html.safari.mobile span.glyphicons-envelope {
  top: -2px;
}
html.safari.mobile #messageBox.success {
  font-size: 1.2rem;
}
html.safari.mobile #mobileMenuContainer .nav .mein-konto,
html.safari.mobile #mobileMenuContainer .nav .user-info {
  margin: 0;
  padding: 1rem 0;
}
html.safari.mobile #mobileMenuContainer .nav .mein-konto:before,
html.safari.mobile #mobileMenuContainer .nav .user-info:before,
html.safari.mobile #mobileMenuContainer .nav .mein-konto:after,
html.safari.mobile #mobileMenuContainer .nav .user-info:after {
  background-color: #999994;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 10px;
}
html.safari.mobile #mobileMenuContainer .nav .mein-konto:before,
html.safari.mobile #mobileMenuContainer .nav .user-info:before {
  left: -10px;
}
html.safari.mobile #mobileMenuContainer .nav .mein-konto:after,
html.safari.mobile #mobileMenuContainer .nav .user-info:after {
  right: -10px;
}
@media screen and (max-width: 991px) {
  html.safari .rating-container label {
    cursor: pointer;
  }
  html.safari #searchForm:not(.show) {
    display: none;
  }
  html.safari #searchForm fieldset .autocomplete-suggestions {
    left: 0;
    top: 40px !important;
  }
}
@media screen and (max-width: 383.5px) {
  html.safari figure.pull-left {
    margin-right: 1.3em;
  }
}
html.chrome header .navbar.navbar-default .navbar-nav.main li > a.active:before,
html.chrome header .navbar.navbar-default .navbar-nav.second li > a.active:before {
  bottom: -13px !important;
}
html.chrome header .navbar.navbar-default .navbar-nav.main li > a.active:after,
html.chrome header .navbar.navbar-default .navbar-nav.second li > a.active:after {
  bottom: -11px !important;
}
html.chrome input,
html.chrome button:focus,
html.chrome textarea,
html.chrome select {
  outline: none;
}
html.chrome.mobile body {
  overflow-x: hidden;
}
html.android {
  overflow-x: hidden !important;
}
html.android body {
  overflow-x: hidden !important;
}
html.firefox .teaser figure.video {
  height: 0;
}
div.chb-outline {
  display: block;
}
.chb-sectionId {
  display: none;
}
.ideskDeepLink {
  text-align: center;
}
.chb-fussnote,
.chb-footnotereference,
.chb-footnotecontainer {
  display: none;
}
table.chb-TableBordersNone td,
table.chb-TableBordersNone th {
  border: none;
}
table.chb-TableBordersAll td,
table.chb-TableBordersAll th {
  border: 1px solid #ccccc7;
}
table.chb-TableBordersTop td,
table.chb-TableBordersTop th {
  border: none;
  border-top: 1px solid #ccccc7;
}
table.chb-TableBordersTopBot td,
table.chb-TableBordersTopBot th {
  border: none;
  border-bottom: 1px solid #ccccc7;
  border-top: 1px solid #ccccc7;
}
table.chb-TableBordersBottom td,
table.chb-TableBordersBottom th {
  border: none;
  border-bottom: 1px solid #ccccc7;
}
table.chb-TableBordersSides td,
table.chb-TableBordersSides th {
  border: none;
  border-left: 1px solid #ccccc7;
  border-right: 1px solid #ccccc7;
}
table.chb-liste1 td,
table.chb-liste2 td,
table.chb-liste3 td,
table[border="0"] td,
table.chb-liste1 th,
table.chb-liste2 th,
table.chb-liste3 th,
table[border="0"] th {
  border: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
td.chb-CellBordersRowsep {
  border-bottom: 1px solid #ccccc7;
}
td.chb-CellBordersColsep {
  border-right: 1px solid #ccccc7;
}
td.chb-CellBordersColRowsep {
  border-bottom: 1px solid #ccccc7;
  border-right: 1px solid #ccccc7;
}
td.chb-CellBordersObensep {
  border-top: 1px solid #ccccc7;
}
td.chb-CellBordersLinksObensep {
  border-top: 1px solid #ccccc7;
  border-left: 1px solid #ccccc7;
}
td.chb-top {
  vertical-align: top;
}
td.chb-top a[id] {
  display: block;
  height: 0;
}
td.chb-right {
  text-align: right;
}
td.chb-center {
  float: none;
  text-align: center;
}
p .chb-video-embed {
  display: none;
}
p .chb-infographic {
  display: none;
}
.journal-badge-container {
  display: flex;
  height: 32px;
}
.journal-badge-container div {
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
.journal-badge-container .image.dark {
  background: #f7f7f4;
}
.journal-badge-container .image img {
  height: 20px;
  object-fit: cover;
}
.journal-badge-container .image.light {
  background: #fff;
}
.journal-badge-container .label {
  background: #ccccc7;
  color: #ff00ac;
  font-style: italic;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  right: 0;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFF, endColorstr=#00FFFF);
}

