.relative {
  position: relative;
  left: 0;
  top: 0;
}
.white-background {
  background-color: #ffffff;
}
.smoke-background {
  background-color: #e0e8f7;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
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,
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: 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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 980px;
  width: 100%;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
true, .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: 10px;
}
true, .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.666666666667%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666666667%;
}
.col-xs-push-10 {
  left: 83.333333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666666667%;
}
.col-xs-push-7 {
  left: 58.333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666666667%;
}
.col-xs-push-4 {
  left: 33.333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 640px) {
  true, .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.666666666667%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  true, .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.666666666667%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 870px) {
  true, .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.666666666667%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  line-height: 1.1;
  color: #333333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 1.375em;
  background-color: #e0e8f7;
  padding: 5px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 0.875em;
}
h6,
.h6 {
  font-size: 0.750em;
}
p {
  margin: 0 0 1em 0;
  font-size: 0.9em;
}
#page-content .bodytext {
  text-align: justify;
}
.lead {
  margin-bottom: 1em;
  font-size: 0em;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .lead {
    font-size: 1.125em;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
#page-content .align-left,
.align-left {
  text-align: left;
}
#page-content .align-right,
.align-right {
  text-align: right;
}
#page-content .align-center,
.align-center {
  text-align: center;
}
#page-content .align-justify,
.align-justify {
  text-align: justify;
}
.page-header {
  padding-bottom: -0.5em;
  margin: 2em 0 0.5em;
}
.csc-default ul,
.csc-default ol {
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-left: 20px;
  font-size: 0.9em;
}
.csc-default ul li,
.csc-default ol li {
  margin-bottom: 0.5em;
}
.csc-default ul ul,
.csc-default ul ol,
.csc-default ol ul,
.csc-default ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.428571429;
}
.big-text {
  font-size: 1.375em;
}
.csc-default a {
  color: #00a3ff;
  text-decoration: underline;
}
.csc-default a:hover {
  text-decoration: none;
}
.nav,
.navbar-collapse,
.nav.nav-sidebar,
.product-menu,
#mobile-menu {
  display: none;
}
.dropdown-menu,
.open,
.dropdown-menu-right,
.dropdown-menu-left,
.dropdown-backdrop,
.caret {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-print-color-adjust: exact;
}
html {
  font-size: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  position: relative;
  left: 0;
  top: 0;
  color: #333333;
  font-size: 100%;
  line-height: 1.125em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  width: 1024px;
  min-width: 1024px;
}
#header {
  padding: 10px 80px 10px 10px;
  background: #ffffff url(/typo3conf/ext/kb/Resources/Public/Images/header.png) no-repeat;
  background-size: cover;
  margin: 10px auto 10px auto;
  position: relative;
  top: 0;
  left: 0;
}
#header #page-logo-link {
  width: 100%;
  display: block;
}
#header #page-logo-link img {
  width: 321px;
  height: 52px;
  display: 'block';
  max-width: 100%;
  height: auto;
}
#header #slogan {
  font-size: 1.2525em;
  color: #637c8e;
  font-weight: 400;
}
#header #mobile-menu-toggle {
  display: none;
}
#container {
  background: #ffffff;
  box-shadow: none;
}
#main-menu {
  display: none;
}
.page-content {
  padding: 20px;
}
.page-content:after {
  content: '';
  display: table;
  clear: both;
}
.csc-header-line {
  background-image: url('data:image/gif;base64,R0lGODlhDwAYAIAAAACj/////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGMTdBREExRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGMTdBREEyRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEYxN0FEOUZFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEYxN0FEQTBFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAADwAYAAACF4yPqcvtD6OctEKAs968+2+F4kiW5lEAADs=');
  background-repeat: repeat-x;
  background-position: 0 50%;
  padding-left: 15px;
}
.csc-header-line .headline {
  background-color: #ffffff;
  display: inline;
  font-size: 1.125em;
  padding: 0 5px;
  color: #333333;
}
.csc-header-line.short {
  background: none;
  padding-left: 0;
}
.csc-header-line.short h3:after,
.csc-header-line.short h3:before {
  content: " ";
  width: 15px;
  margin: 0 5px;
  background-image: url('data:image/gif;base64,R0lGODlhDwAYAIAAAACj/////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGMTdBREExRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGMTdBREEyRTAxMzExRTNBQTlGOERDODQyRTQ4QUQzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEYxN0FEOUZFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEYxN0FEQTBFMDEzMTFFM0FBOUY4REM4NDJFNDhBRDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAADwAYAAACF4yPqcvtD6OctEKAs968+2+F4kiW5lEAADs=');
  background-repeat: repeat-x;
  background-position: 0 50%;
  padding-left: 15px;
}
.csc-header-line.short h3:after .headline,
.csc-header-line.short h3:before .headline {
  background-color: #ffffff;
  display: inline;
  font-size: 1.125em;
  padding: 0 5px;
  color: #333333;
}
.csc-header-line.short h3:before {
  margin-left: 0;
}
.important {
  color: #ff9e02;
  font-weight: 700;
}
.detail {
  color: #000000;
  font-weight: 700;
}
.breadcrumb {
  padding: 8px 0;
  margin: 5px 10px 0 10px;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  content: ">";
  color: #333333;
  margin: 0 3px;
  display: inline-block;
  font-size: 0.75em;
}
.breadcrumb li:last-child:after {
  content: " ";
}
.breadcrumb a {
  font-size: 0.75em;
  color: #0278ba;
  text-decoration: none;
}
.page-title h1 {
  margin-top: 0;
  font-weight: 200;
}
.csc-header-n1 h1,
.csc-header-n1 h2,
.csc-header-n1 h3,
.csc-header-n1 h4,
.csc-header-n1 h5 h6 {
  margin-top: -6px;
}
.csc-header h2 {
  background: transparent;
}
.product-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-margin .product-menu {
  margin-top: 0;
  margin-bottom: 0;
}
.csc-textpic-text h1,
.csc-textpic-text h2,
.csc-textpic-text h3 {
  margin-top: 0;
}
.csc-textpic-caption {
  margin: 0;
  font-size: 0.9em;
  padding: 10px 0;
  color: #8c8c8c;
  background: transparent;
  border-top: 0 none;
  font-style: italic;
}
.icon-mail {
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -160px 0;
  height: 35px;
  width: 50px;
  display: inline-block;
  margin: 0 10px -20px 5px;
}
#footer .icon-mail {
  background-position: left -17px;
  background-size: 218px 218px;
  -o-background-size: 218px 218px;
  -webkit-background-size: 218px 218px;
  -moz-background-size: 218px 218px;
  -khtml-background-size: 218px 218px;
  height: 31px;
  width: 43px;
}
.top-border {
  border-top: 1px dotted #333333;
  padding-top: 20px;
}
.left-column p.bodytext,
.left-column p,
.left-column a {
  font-family: 'Open Sans', sans-serif;
}
#footer {
  padding: 5px 20px;
  margin-top: 10px;
  background: #ffffff;
}
#footer a,
#footer p {
  color: #000000;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 0;
}
#footer .column {
  display: inline-block;
}
#footer .international-links,
#footer .internal-links,
#footer .social-icons {
  display: none;
}
#footer #icons {
  text-align: left;
  vertical-align: top;
}
#footer #icons .csc-default {
  vertical-align: top;
  margin-left: 0;
}
#footer #icons .csc-default:first-child {
  margin-left: 0;
}
.image-wrap,
.modal-body {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.image-wrap img,
.image-wrap a > img,
.modal-body img,
.modal-body a > img {
  display: 'block';
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.image-wrap .caption,
.modal-body .caption {
  padding: 10px;
  color: #ffffff;
  background: #9eb6c9;
  border-top: 6px solid #00a3ff;
}
.teaser a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9975em;
  line-height: 1.5em;
  text-shadow: #637c8e 1px 1px 2px;
  font-family: 'Open Sans', sans-serif;
}
.teaser .teaser-image {
  background-position: center center;
  background-size: cover;
  height: 194px;
  margin-bottom: 3px;
  border: 3px solid #ffffff;
}
.teaser .teaser-image.special {
  display: none;
}
.teaser .caption {
  padding: 5px 15px;
  background-color: #9eb6c9;
  min-height: 60px;
  margin-top: 12px;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
}
.teaser .caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  margin-bottom: 0;
}
.teaser .caption p.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125em;
  min-height: 3em;
}
.teaser .caption p.description {
  line-height: 1.5em;
  min-height: 3em;
}
.teaser .caption:before {
  content: " ";
  display: block;
  height: 6px;
  background-color: #00a3ff;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
}
.columns-4 .teaser .caption p.title {
  font-size: 0.975em;
}
.keyvisual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 115px;
  min-width: 300px;
  overflow: hidden;
}
.keyvisual img {
  width: 100%;
  height: auto;
  position: absolute;
}
@media (max-width: 480px) {
  .keyvisual {
    height: 115.74468085106;
  }
}
@media (min-width: 480px) {
  .keyvisual {
    height: 173.6170212766px;
  }
}
@media (min-width: 640px) {
  .keyvisual {
    height: 173.6170212766px;
  }
}
@media (min-width: 768px) {
  .keyvisual {
    height: 277.78723404255px;
  }
}
@media (min-width: 870px) {
  .keyvisual {
    height: 314.68085106383px;
  }
}
@media (min-width: 960px) {
  .keyvisual {
    height: 340px;
  }
}
.keyvisual .keyvisual {
  height: 100%;
}
.keyvisual .keyvisual .slides {
  height: 100%;
}
.keyvisual .keyvisual .slides > div > a {
  display: block;
}
.slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 300px;
  height: 115px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .slides {
    height: 115.74468085106;
  }
}
@media (min-width: 480px) {
  .slides {
    height: 173.6170212766px;
  }
}
@media (min-width: 640px) {
  .slides {
    height: 173.6170212766px;
  }
}
@media (min-width: 768px) {
  .slides {
    height: 277.78723404255px;
  }
}
@media (min-width: 870px) {
  .slides {
    height: 314.68085106383px;
  }
}
@media (min-width: 960px) {
  .slides {
    height: 340px;
  }
}
table {
  max-width: 100%;
  width: 100%;
  background-color: #e0e8f7;
  font-size: 0.81em;
}
table.contenttable-color-245 {
  background-color: #f0f2f5;
}
th {
  text-align: left;
}
.table,
.contenttable {
  width: 100%;
  margin-bottom: 1em;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.contenttable > thead > tr > th,
.contenttable > thead > tr > td,
.contenttable > tbody > tr > th,
.contenttable > tbody > tr > td,
.contenttable > tfoot > tr > th,
.contenttable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.table > thead > tr > th,
.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  background-color: #637c8e;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.contenttable > caption + thead > tr:first-child > th,
.contenttable > caption + thead > tr:first-child > td,
.contenttable > colgroup + thead > tr:first-child > th,
.contenttable > colgroup + thead > tr:first-child > td,
.contenttable > thead:first-child > tr:first-child > th,
.contenttable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.contenttable > tbody + tbody {
  border-top: 2px solid #ffffff;
}
.table .table,
.contenttable .table {
  background-color: #e0e8f7;
}
.table caption,
.contenttable caption {
  text-align: right;
  margin: 0.25em 0;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ffffff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.contenttable > tbody > tr:nth-child(odd) > td,
.contenttable > tbody > tr:nth-child(odd) > th {
  background-color: #e0e8f7;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #637c8e;
}
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;
}
@media (max-width: 639px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ffffff;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-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);
  transform: translate(0,0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 20px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  -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: none;
}
#modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/typo3conf/ext/kb/Resources/Public/Images/sprite.png) no-repeat -245px 0;
  border: 0 none;
  cursor: pointer;
  z-index: 100;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 30.875px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 0.875em;
}
.modal-body {
  position: relative;
  padding: 40px 20px 20px 20px;
}
.modal-body figcaption.csc-textpic-caption {
  display: block;
  margin: 0;
  padding-bottom: 0;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media (min-width: 640px) {
  .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: 768px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
    max-width: 940px;
  }
}
.fly-out {
  display: none;
}
.language-menu,
.lang-menu-switch,
.language-link {
  display: none;
}
.csc-default .news-link {
  font-size: 1.35em;
  color: #333333;
  text-decoration: none;
  font-weight: 200;
  line-height: 1.7142857148;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 15px;
}
.csc-default .news-link:before {
  width: 8px;
  height: 11px;
  content: '';
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -56px -16px;
  position: absolute;
  top: 8px;
  left: 0;
}
.csc-default .news-link:hover {
  color: #00a3ff;
}
.csc-default .news-link:hover:before {
  background-position: -96px -16px;
}
.news-detail img {
  border: 1px solid #9eb6c9;
}
.news-detail p.caption {
  padding: 10px 0;
  color: #9eb6c9;
  background: transparent;
  border-top: 0 none;
  font-style: italic;
}
a.back-link {
  font-size: 1.3125em;
  color: #9eb6c9;
  text-decoration: none;
  padding-left: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 0;
  left: 0;
}
a.back-link:before {
  width: 20px;
  height: 30px;
  content: " ";
  background: transparent url('/typo3conf/ext/kb/Resources/Public/Images/sprite.png') no-repeat -45px -5px;
  position: absolute;
  top: -1px;
  left: -10px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-print {
  display: none !important;
}
.csc-textpic-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
