@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.csc-header-alignment-center {
  text-align: center;
}

.csc-header-alignment-right {
  text-align: right;
}

.csc-header-alignment-left {
  text-align: left;
}

div.csc-textpic-responsive, div.csc-textpic-responsive * {
  box-sizing: border-box;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
  overflow: hidden;
}

div.csc-textpic .csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.csc-textpic .csc-textpic-imagewrap table tr td {
  padding: 0;
  vertical-align: top;
}

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: table;
}

figcaption.csc-textpic-caption {
  display: table-caption;
}

.csc-textpic-caption {
  text-align: left;
  caption-side: bottom;
}

div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c {
  text-align: center;
}

div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r {
  text-align: right;
}

div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l {
  text-align: left;
}

div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 2px solid black;
  padding: 0px 0px;
}

div.csc-textpic .csc-textpic-imagewrap img {
  border: none;
  display: block;
}

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

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

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 10px;
}

div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 10px;
}

div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
}

div.csc-textpic-center .csc-textpic-center-outer {
  position: relative;
  float: right;
  right: 50%;
}

div.csc-textpic-center .csc-textpic-center-inner {
  position: relative;
  float: right;
  right: -50%;
}

div.csc-textpic-right .csc-textpic-imagewrap {
  float: right;
}

div.csc-textpic-right div.csc-textpic-text {
  clear: right;
}

div.csc-textpic-left .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic-left div.csc-textpic-text {
  clear: left;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right;
}

div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  float: right;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}

div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
  margin-bottom: 0;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
  padding-left: 40px;
  overflow: auto;
}

ul.csc-uploads {
  padding: 0;
}

ul.csc-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

ul.csc-uploads img {
  float: left;
  margin-right: 1em;
  vertical-align: top;
}

ul.csc-uploads span {
  display: block;
}

ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: underline;
}

table.contenttable-color-1 {
  background-color: #EDEBF1;
}

table.contenttable-color-2 {
  background-color: #F5FFAA;
}

table.contenttable-color-240 {
  background-color: black;
}

table.contenttable-color-241 {
  background-color: white;
}

table.contenttable-color-242 {
  background-color: #333333;
}

table.contenttable-color-243 {
  background-color: gray;
}

table.contenttable-color-244 {
  background-color: silver;
}

div.csc-mailform ol, div.csc-mailform ol li {
  margin: 0;
  padding: 0;
}

div.csc-mailform ol li {
  overflow: hidden;
}

div.csc-mailform fieldset {
  margin: 0;
  padding: 0;
  position: relative;
}

div.csc-mailform legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}

div.csc-mailform fieldset ol {
  padding: 1em 1em 0 1em;
}

div.csc-mailform fieldset li {
  padding: 0.5em;
  margin-bottom: 0.5em;
  list-style: none;
}

div.csc-mailform fieldset.submit {
  border-style: none;
}

div.csc-mailform li label {
  float: left;
  width: 13em;
  margin-right: 1em;
  vertical-align: baseline;
}

div.csc-mailform li input + label, div.csc-mailform li textarea + label, div.csc-mailform li select + label {
  float: none;
  width: auto;
  margin-right: 0;
  margin-left: 1em;
}

div.csc-mailform li textarea + label {
  vertical-align: top;
}

label em, legend em {
  display: block;
  color: #060;
  font-size: 85%;
  font-style: normal;
  text-transform: uppercase;
}

legend em {
  position: absolute;
}

label strong, legend strong {
  display: block;
  color: #C00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}

legend strong {
  position: absolute;
  top: 1.4em;
}

.labels-alignment-right label, .labels-alignment-right .fieldset-subgroup legend, .labels-alignment-right.fieldset-subgroup legend {
  text-align: right;
}

fieldset.fieldset-horizontal {
  border-width: 0;
}

fieldset.fieldset-horizontal ol {
  padding: 0;
}

fieldset.fieldset-horizontal li {
  float: left;
  padding: 0;
  margin-right: 1em;
}

fieldset.fieldset-horizontal.label-below label {
  display: block;
  margin-left: 0;
  margin-top: 0.2em;
  font-size: 90%;
  color: #999999;
  text-align: left;
}

fieldset.fieldset-horizontal label em {
  display: inline;
}

fieldset.fieldset-subgroup {
  margin-bottom: -2em;
  border-style: none;
}

fieldset.fieldset-subgroup legend {
  margin-left: 0;
  padding: 0;
  font-weight: normal;
  width: 13em;
}

fieldset.fieldset-subgroup ol {
  position: relative;
  top: -1.4em;
  margin: 0 0 0 14em;
  padding: 0;
}

fieldset.fieldset-subgroup li {
  padding: 0;
}

fieldset.fieldset-subgroup input + label {
  float: none;
  width: auto;
  display: inline;
  margin: 0 0 0 1em;
}

.labels-block label {
  display: block;
  float: none;
  margin: 0 0 0.5em;
  width: auto;
}

.labels-block input + label, .labels-block textarea + label {
  margin: 0.5em 0 0;
}

.labels-block fieldset.fieldset-subgroup, fieldset.labels-block.fieldset-subgroup {
  margin-bottom: 0;
}

.labels-block .fieldset-subgroup legend, .labels-block.fieldset-subgroup legend {
  width: auto;
}

.labels-block .fieldset-subgroup legend em, .labels-block.fieldset-subgroup legend em {
  position: relative;
}

.labels-block .fieldset-subgroup legend strong, .labels-block.fieldset-subgroup legend strong {
  position: relative;
  top: 0;
}

.labels-block .fieldset-subgroup ol, .labels-block.fieldset-subgroup ol {
  top: 0;
  margin: 0;
  padding: 0.5em 0 0;
}

@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-bold-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bold-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bold-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bold-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bold-webfont.svg#fira_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-bolditalic-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-bolditalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bolditalic-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bolditalic-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bolditalic-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-bolditalic-webfont.svg#fira_sansbold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-italic-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-italic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-italic-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-italic-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-italic-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-italic-webfont.svg#fira_sansitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-light-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-light-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-light-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-light-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-light-webfont.svg#fira_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-lightitalic-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-lightitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-lightitalic-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-lightitalic-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-lightitalic-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-lightitalic-webfont.svg#fira_sanslight_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-medium-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-medium-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-medium-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-medium-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-medium-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-medium-webfont.svg#fira_sansmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-mediumitalic-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-mediumitalic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-mediumitalic-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-mediumitalic-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-mediumitalic-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-mediumitalic-webfont.svg#fira_sansmedium_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "FiraSans";
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-regular-webfont.eot");
  src: url("../../fileadmin/site/Resources/Public/Fonts/firasans-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-regular-webfont.woff2") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-regular-webfont.woff") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-regular-webfont.ttf") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/firasans-regular-webfont.svg#fira_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
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 {
  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;
  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;
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .csc-mailform form .csc-form-element-submit input > .caret, .csc-mailform form .csc-form-element-reset input > .caret, .dropup > .btn > .caret, .csc-mailform form .csc-form-element-submit .dropup > input > .caret, .csc-mailform form .csc-form-element-reset .dropup > input > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fileadmin/site/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular8d92.eot?1440587877");
  src: url("../../fileadmin/site/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular1d57.eot?&amp;1440587877#iefix") format("embedded-opentype"), url("../../fileadmin/site/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular8d92.woff2?1440587877") format("woff2"), url("../../fileadmin/site/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular8d92.woff?1440587877") format("woff"), url("../../fileadmin/site/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular8d92.ttf?1440587877") format("truetype"), url("../../fileadmin/site/Resources/Public/Fonts/bootstrap/glyphicons-halflings-regular8d92.svg?1440587877#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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

a {
  color: #33a4d4;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.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;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #eceeed;
}

.text-primary {
  color: #33a4d4;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2586af;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #33a4d4;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #2586af;
}

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

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

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

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

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

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

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

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

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

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

ul ul, ul ol, ol ul, 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: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #eceeed;
}

.initialism {
  font-size: 90%;
}

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

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

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

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

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

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

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —";
}

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

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

.table > caption + thead > tr:first-child > th, .table > 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 {
  border-top: 0;
}

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

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

.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 #ddd;
}

.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 #ddd;
}

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

.table-striped > tbody > tr:nth-of-type(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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .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 > 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;
  }
}
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: #3c3c3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > .input-group-btn > input[type=date].btn, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input[type=date], .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input[type=date], .input-group-sm input[type=date], input[type=time].input-sm, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm > .input-group-btn > input[type=time].btn, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input[type=time], .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input[type=time], .input-group-sm input[type=time], input[type=datetime-local].input-sm, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input[type=datetime-local], .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input[type=datetime-local], .input-group-sm input[type=datetime-local], input[type=month].input-sm, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > .input-group-btn > input[type=month].btn, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input[type=month], .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input[type=month], .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > .input-group-btn > input[type=date].btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input[type=date], .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input[type=date], .input-group-lg input[type=date], input[type=time].input-lg, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg > .input-group-btn > input[type=time].btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input[type=time], .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input[type=time], .input-group-lg input[type=time], input[type=datetime-local].input-lg, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input[type=datetime-local], .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input[type=datetime-local], .input-group-lg input[type=datetime-local], input[type=month].input-lg, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > .input-group-btn > input[type=month].btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input[type=month], .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input[type=month], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.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 {
  position: relative;
  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=radio].disabled, fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=checkbox].disabled, fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

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

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

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input.form-control-static, .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input.form-control-static, .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input, .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input + .form-control-feedback, .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input + .form-control-feedback, .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

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

.has-success .input-group-addon {
  color: #3c763d;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.has-error .input-group-addon {
  color: #a94442;
  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: #7c7c7c;
}

@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: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@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: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn, .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-reset input {
  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.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .csc-mailform form .csc-form-element-submit input:focus, .csc-mailform form .csc-form-element-reset input:focus, .btn.focus, .csc-mailform form .csc-form-element-submit input.focus, .csc-mailform form .csc-form-element-reset input.focus, .btn:active:focus, .csc-mailform form .csc-form-element-submit input:active:focus, .csc-mailform form .csc-form-element-reset input:active:focus, .btn:active.focus, .csc-mailform form .csc-form-element-submit input:active.focus, .csc-mailform form .csc-form-element-reset input:active.focus, .btn.active:focus, .csc-mailform form .csc-form-element-submit input.active:focus, .csc-mailform form .csc-form-element-reset input.active:focus, .btn.active.focus, .csc-mailform form .csc-form-element-submit input.active.focus, .csc-mailform form .csc-form-element-reset input.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active, .csc-mailform form .csc-form-element-submit input:active, .csc-mailform form .csc-form-element-reset input:active, .btn.active, .csc-mailform form .csc-form-element-submit input.active, .csc-mailform form .csc-form-element-reset input.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .csc-mailform form .csc-form-element-submit input.disabled, .csc-mailform form .csc-form-element-reset input.disabled, .btn[disabled], .csc-mailform form .csc-form-element-submit input[disabled], .csc-mailform form .csc-form-element-reset input[disabled], fieldset[disabled] .btn, fieldset[disabled] .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit fieldset[disabled] input, fieldset[disabled] .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset fieldset[disabled] input {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

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

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #33a4d4;
  border-color: #33a4d4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2586af;
  border-color: #185670;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2586af;
  border-color: #237fa7;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2586af;
  border-color: #237fa7;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f6f92;
  border-color: #185670;
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #33a4d4;
  border-color: #33a4d4;
}

.btn-primary .badge {
  color: #33a4d4;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #48ab8c;
  border-color: #48ab8c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #39876f;
  border-color: #225143;
}

.btn-success:hover {
  color: #fff;
  background-color: #39876f;
  border-color: #368069;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #39876f;
  border-color: #368069;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #2e6e5a;
  border-color: #225143;
}

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

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #48ab8c;
  border-color: #48ab8c;
}

.btn-success .badge {
  color: #48ab8c;
  background-color: #fff;
}

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

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

.btn-lg, .btn-group-lg > .btn, .csc-mailform form .csc-form-element-submit .btn-group-lg > input, .csc-mailform form .csc-form-element-reset .btn-group-lg > input {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn, .csc-mailform form .csc-form-element-submit .btn-group-sm > input, .csc-mailform form .csc-form-element-reset .btn-group-sm > input {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn, .csc-mailform form .csc-form-element-submit .btn-group-xs > input, .csc-mailform form .csc-form-element-reset .btn-group-xs > input {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup, .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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  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: #e5e5e5;
}

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

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

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

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

.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: 12px;
  line-height: 1.42857143;
  color: #eceeed;
  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 dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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, .csc-mailform form .csc-form-element-submit .btn-group > input, .csc-mailform form .csc-form-element-reset .btn-group > input, .btn-group-vertical > .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .csc-mailform form .csc-form-element-submit .btn-group > input:hover, .csc-mailform form .csc-form-element-reset .btn-group > input:hover, .btn-group > .btn:focus, .csc-mailform form .csc-form-element-submit .btn-group > input:focus, .csc-mailform form .csc-form-element-reset .btn-group > input:focus, .btn-group > .btn:active, .csc-mailform form .csc-form-element-submit .btn-group > input:active, .csc-mailform form .csc-form-element-reset .btn-group > input:active, .btn-group > .btn.active, .csc-mailform form .csc-form-element-submit .btn-group > input.active, .csc-mailform form .csc-form-element-reset .btn-group > input.active, .btn-group-vertical > .btn:hover, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input:hover, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input:hover, .btn-group-vertical > .btn:focus, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input:focus, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input:focus, .btn-group-vertical > .btn:active, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input:active, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input:active, .btn-group-vertical > .btn.active, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input.active, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .csc-mailform form .csc-form-element-submit input + .btn, .csc-mailform form .csc-form-element-submit .btn-group input + .btn, .btn-group .csc-mailform form .csc-form-element-reset input + .btn, .csc-mailform form .csc-form-element-reset .btn-group input + .btn, .btn-group .csc-mailform form .csc-form-element-submit .btn + input, .csc-mailform form .csc-form-element-submit .btn-group .btn + input, .btn-group .csc-mailform form .csc-form-element-submit input + input, .csc-mailform form .csc-form-element-submit .btn-group input + input, .csc-mailform form .csc-form-element-reset .btn-group .csc-form-element-submit input + input, .btn-group .csc-mailform form .csc-form-element-reset .btn + input, .csc-mailform form .csc-form-element-reset .btn-group .btn + input, .csc-mailform form .csc-form-element-submit .btn-group .csc-form-element-reset input + input, .btn-group .csc-mailform form .csc-form-element-reset input + input, .csc-mailform form .csc-form-element-reset .btn-group input + input, .btn-group .btn + .btn-group, .btn-group .csc-mailform form .csc-form-element-submit input + .btn-group, .csc-mailform form .csc-form-element-submit .btn-group input + .btn-group, .btn-group .csc-mailform form .csc-form-element-reset input + .btn-group, .csc-mailform form .csc-form-element-reset .btn-group input + .btn-group, .btn-group .btn-group + .btn, .btn-group .csc-mailform form .csc-form-element-submit .btn-group + input, .csc-mailform form .csc-form-element-submit .btn-group .btn-group + input, .btn-group .csc-mailform form .csc-form-element-reset .btn-group + input, .csc-mailform form .csc-form-element-reset .btn-group .btn-group + input, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .btn-toolbar input, .btn-toolbar .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .btn-toolbar input, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .csc-mailform form .csc-form-element-submit .btn-toolbar > input, .csc-mailform form .csc-form-element-reset .btn-toolbar > input, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .csc-mailform form .csc-form-element-submit .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle), .csc-mailform form .csc-form-element-reset .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .csc-mailform form .csc-form-element-submit .btn-group > input:first-child, .csc-mailform form .csc-form-element-reset .btn-group > input:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .csc-mailform form .csc-form-element-submit .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle), .csc-mailform form .csc-form-element-reset .btn-group > input: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), .csc-mailform form .csc-form-element-submit .btn-group > input:last-child:not(:first-child), .csc-mailform form .csc-form-element-reset .btn-group > input: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, .csc-mailform form .csc-form-element-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > input, .csc-mailform form .csc-form-element-reset .btn-group > .btn-group:not(:first-child):not(:last-child) > input {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .csc-mailform form .csc-form-element-submit .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, .csc-mailform form .csc-form-element-reset .btn-group > .btn-group:first-child:not(:last-child) > input:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .csc-mailform form .csc-form-element-submit .btn-group > .btn-group:last-child:not(:first-child) > input:first-child, .csc-mailform form .csc-form-element-reset .btn-group > .btn-group:last-child:not(:first-child) > input: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, .csc-mailform form .csc-form-element-submit .btn-group > input + .dropdown-toggle, .csc-mailform form .csc-form-element-reset .btn-group > input + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .csc-mailform form .csc-form-element-submit .btn-group-lg.btn-group > input + .dropdown-toggle, .csc-mailform form .csc-form-element-reset .btn-group-lg.btn-group > input + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

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

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

.btn .caret, .csc-mailform form .csc-form-element-submit input .caret, .csc-mailform form .csc-form-element-reset input .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .csc-mailform form .csc-form-element-submit .btn-group-lg > input .caret, .csc-mailform form .csc-form-element-reset .btn-group-lg > input .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .csc-mailform form .csc-form-element-submit .btn-group-lg > input .caret, .csc-mailform form .csc-form-element-submit .dropup .btn-group-lg > input .caret, .dropup .csc-mailform form .csc-form-element-reset .btn-group-lg > input .caret, .csc-mailform form .csc-form-element-reset .dropup .btn-group-lg > input .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn-group > input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn-group > input {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn-group > input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn-group > input {
  float: none;
}

.btn-group-vertical > .btn + .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input + .btn, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input + .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn + input, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input + input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn + input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input + input, .btn-group-vertical > .btn + .btn-group, .csc-mailform form .csc-form-element-submit .btn-group-vertical > input + .btn-group, .csc-mailform form .csc-form-element-reset .btn-group-vertical > input + .btn-group, .btn-group-vertical > .btn-group + .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn-group + input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn-group + input, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .csc-mailform form .csc-form-element-submit .btn-group-vertical > input:not(:first-child):not(:last-child), .csc-mailform form .csc-form-element-reset .btn-group-vertical > input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .csc-mailform form .csc-form-element-submit .btn-group-vertical > input:first-child:not(:last-child), .csc-mailform form .csc-form-element-reset .btn-group-vertical > input:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .csc-mailform form .csc-form-element-submit .btn-group-vertical > input:last-child:not(:first-child), .csc-mailform form .csc-form-element-reset .btn-group-vertical > input:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn-group:first-child:not(:last-child) > input: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, .csc-mailform form .csc-form-element-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child, .csc-mailform form .csc-form-element-reset .btn-group-vertical > .btn-group:last-child:not(:first-child) > input: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, .csc-mailform form .csc-form-element-submit .btn-group-justified > input, .csc-mailform form .csc-form-element-reset .btn-group-justified > input, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .btn-group-justified > .btn-group input, .btn-group-justified > .btn-group .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .btn-group-justified > .btn-group input {
  width: 100%;
}

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

[data-toggle=buttons] > .btn input[type=radio], .csc-mailform form .csc-form-element-submit [data-toggle=buttons] > input input[type=radio], .csc-mailform form .csc-form-element-reset [data-toggle=buttons] > input input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], .csc-mailform form .csc-form-element-submit [data-toggle=buttons] > input input[type=checkbox], .csc-mailform form .csc-form-element-reset [data-toggle=buttons] > input input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], .csc-mailform form .csc-form-element-submit [data-toggle=buttons] > .btn-group > input input[type=radio], .csc-mailform form .csc-form-element-reset [data-toggle=buttons] > .btn-group > input input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .csc-mailform form .csc-form-element-submit [data-toggle=buttons] > .btn-group > input input[type=checkbox], .csc-mailform form .csc-form-element-reset [data-toggle=buttons] > .btn-group > input 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 .form-control:focus {
  z-index: 3;
}

.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: 0px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .csc-mailform form .csc-form-element-submit .input-group-sm > .input-group-btn > input.input-group-addon, .csc-mailform form .csc-form-element-reset .input-group-sm > .input-group-btn > input.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .csc-mailform form .csc-form-element-submit .input-group-lg > .input-group-btn > input.input-group-addon, .csc-mailform form .csc-form-element-reset .input-group-lg > .input-group-btn > input.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}

.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, .csc-mailform form .csc-form-element-submit .input-group-btn:first-child > input, .csc-mailform form .csc-form-element-reset .input-group-btn:first-child > input, .input-group-btn:first-child > .btn-group > .btn, .csc-mailform form .csc-form-element-submit .input-group-btn:first-child > .btn-group > input, .csc-mailform form .csc-form-element-reset .input-group-btn:first-child > .btn-group > input, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .csc-mailform form .csc-form-element-submit .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle), .csc-mailform form .csc-form-element-reset .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .csc-mailform form .csc-form-element-submit .input-group-btn:last-child > .btn-group:not(:last-child) > input, .csc-mailform form .csc-form-element-reset .input-group-btn:last-child > .btn-group:not(:last-child) > input {
  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, .csc-mailform form .csc-form-element-submit .input-group-btn:last-child > input, .csc-mailform form .csc-form-element-reset .input-group-btn:last-child > input, .input-group-btn:last-child > .btn-group > .btn, .csc-mailform form .csc-form-element-submit .input-group-btn:last-child > .btn-group > input, .csc-mailform form .csc-form-element-reset .input-group-btn:last-child > .btn-group > input, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .csc-mailform form .csc-form-element-submit .input-group-btn:first-child > input:not(:first-child), .csc-mailform form .csc-form-element-reset .input-group-btn:first-child > input:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .csc-mailform form .csc-form-element-submit .input-group-btn:first-child > .btn-group:not(:first-child) > input, .csc-mailform form .csc-form-element-reset .input-group-btn:first-child > .btn-group:not(:first-child) > input {
  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, .csc-mailform form .csc-form-element-submit .input-group-btn > input, .csc-mailform form .csc-form-element-reset .input-group-btn > input {
  position: relative;
}

.input-group-btn > .btn + .btn, .csc-mailform form .csc-form-element-submit .input-group-btn > input + .btn, .csc-mailform form .csc-form-element-reset .input-group-btn > input + .btn, .csc-mailform form .csc-form-element-submit .input-group-btn > .btn + input, .csc-mailform form .csc-form-element-submit .input-group-btn > input + input, .csc-mailform form .csc-form-element-reset .input-group-btn > .btn + input, .csc-mailform form .csc-form-element-reset .input-group-btn > input + input {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .csc-mailform form .csc-form-element-submit .input-group-btn > input:hover, .csc-mailform form .csc-form-element-reset .input-group-btn > input:hover, .input-group-btn > .btn:focus, .csc-mailform form .csc-form-element-submit .input-group-btn > input:focus, .csc-mailform form .csc-form-element-reset .input-group-btn > input:focus, .input-group-btn > .btn:active, .csc-mailform form .csc-form-element-submit .input-group-btn > input:active, .csc-mailform form .csc-form-element-reset .input-group-btn > input:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .csc-mailform form .csc-form-element-submit .input-group-btn:first-child > input, .csc-mailform form .csc-form-element-reset .input-group-btn:first-child > input, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .csc-mailform form .csc-form-element-submit .input-group-btn:last-child > input, .csc-mailform form .csc-form-element-reset .input-group-btn:last-child > input, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.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: #eceeed;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #eceeed;
  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: #33a4d4;
}

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

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

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

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

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 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-pills > li {
  float: left;
}

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

.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: #33a4d4;
}

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

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

.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

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

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

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

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

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

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

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

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

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .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: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@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;
    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 {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .csc-mailform form .csc-form-element-submit .btn-group-sm > input.navbar-btn, .csc-mailform form .csc-form-element-reset .btn-group-sm > input.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .csc-mailform form .csc-form-element-submit .btn-group-xs > input.navbar-btn, .csc-mailform form .csc-form-element-reset .btn-group-xs > input.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
  color: white;
}

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

.navbar-inverse .navbar-text {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.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: #090909;
}

.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: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .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: #090909;
  }
  .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: white;
}

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

.navbar-inverse .btn-link {
  color: white;
}

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

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

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

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #33a4d4;
  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: 0px;
  border-top-left-radius: 0px;
}

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

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #20769a;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #33a4d4;
  border-color: #33a4d4;
  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: #eceeed;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

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

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

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

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

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

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.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: #eceeed;
  background-color: #fff;
  cursor: not-allowed;
}

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

.label:empty {
  display: none;
}

.btn .label, .csc-mailform form .csc-form-element-submit input .label, .csc-mailform form .csc-form-element-reset input .label {
  position: relative;
  top: -1px;
}

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

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

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

.label-primary {
  background-color: #33a4d4;
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge, .csc-mailform form .csc-form-element-submit input .badge, .csc-mailform form .csc-form-element-reset input .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .csc-mailform form .csc-form-element-submit .btn-group-xs > input .badge, .csc-mailform form .csc-form-element-reset .btn-group-xs > input .badge, .btn-group-xs > .btn .badge, .csc-mailform form .csc-form-element-submit .btn-group-xs > input .badge, .csc-mailform form .csc-form-element-reset .btn-group-xs > input .badge {
  top: 0;
  padding: 1px 5px;
}

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

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

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

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

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

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

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

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

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

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #33a4d4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  margin-top: 15px;
}

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

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

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

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

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

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

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

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

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

.list-group {
  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: 0px;
  border-top-left-radius: 0px;
}

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

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

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

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #eceeed;
  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: #eceeed;
}

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

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .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: #dbeff8;
}

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

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

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

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.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, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.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, button.list-group-item-info {
  color: #31708f;
}

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

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.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, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.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, button.list-group-item-warning {
  color: #8a6d3b;
}

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

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.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, button.list-group-item-danger {
  color: #a94442;
}

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

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
  border-color: #33a4d4;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #33a4d4;
  border-color: #33a4d4;
}

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

.panel-primary > .panel-heading .badge {
  color: #33a4d4;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  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%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-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: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

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

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

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

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

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

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .csc-mailform form .csc-form-element-submit input + .btn, .csc-mailform form .csc-form-element-submit .modal-footer input + .btn, .modal-footer .csc-mailform form .csc-form-element-reset input + .btn, .csc-mailform form .csc-form-element-reset .modal-footer input + .btn, .modal-footer .csc-mailform form .csc-form-element-submit .btn + input, .csc-mailform form .csc-form-element-submit .modal-footer .btn + input, .modal-footer .csc-mailform form .csc-form-element-submit input + input, .csc-mailform form .csc-form-element-submit .modal-footer input + input, .csc-mailform form .csc-form-element-reset .modal-footer .csc-form-element-submit input + input, .modal-footer .csc-mailform form .csc-form-element-reset .btn + input, .csc-mailform form .csc-form-element-reset .modal-footer .btn + input, .csc-mailform form .csc-form-element-submit .modal-footer .csc-form-element-reset input + input, .modal-footer .csc-mailform form .csc-form-element-reset input + input, .csc-mailform form .csc-form-element-reset .modal-footer input + input {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .csc-mailform form .csc-form-element-submit input + .btn, .csc-mailform form .csc-form-element-submit .modal-footer .btn-group input + .btn, .modal-footer .btn-group .csc-mailform form .csc-form-element-reset input + .btn, .csc-mailform form .csc-form-element-reset .modal-footer .btn-group input + .btn, .modal-footer .btn-group .csc-mailform form .csc-form-element-submit .btn + input, .csc-mailform form .csc-form-element-submit .modal-footer .btn-group .btn + input, .modal-footer .btn-group .csc-mailform form .csc-form-element-submit input + input, .csc-mailform form .csc-form-element-submit .modal-footer .btn-group input + input, .csc-mailform form .csc-form-element-reset .modal-footer .btn-group .csc-form-element-submit input + input, .modal-footer .btn-group .csc-mailform form .csc-form-element-reset .btn + input, .csc-mailform form .csc-form-element-reset .modal-footer .btn-group .btn + input, .csc-mailform form .csc-form-element-submit .modal-footer .btn-group .csc-form-element-reset input + input, .modal-footer .btn-group .csc-mailform form .csc-form-element-reset input + input, .csc-mailform form .csc-form-element-reset .modal-footer .btn-group input + input {
  margin-left: -1px;
}

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  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: 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: 0.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%;
  margin-top: -10px;
  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;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.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: transparent;
}

.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, .carousel-caption .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .carousel-caption input, .carousel-caption .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .carousel-caption input {
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.sprite-sprite, .sprite-arrow_down, .sprite-arrow_up, .sprite-check, .sprite-check_gray, .sprite-close, .sprite-flacheHierachien, .sprite-icon_fb, .sprite-icon_li, .sprite-icon_tw, .sprite-icon_xing, .sprite-obstGetranke, .sprite-pdf, .sprite-search, .sprite-slide_left, .sprite-slide_right, .sprite-unternehmenskultur, .sprite-zentraleLage, footer .social li a, footer .social li.last a, footer .social li:nth-child(2) a, .wrapper.green ul li:before, .wrapper ul li:before, .expandable .btn.expand:before, .expandable .csc-mailform form .csc-form-element-submit input.expand:before, .csc-mailform form .csc-form-element-submit .expandable input.expand:before, .expandable .csc-mailform form .csc-form-element-reset input.expand:before, .csc-mailform form .csc-form-element-reset .expandable input.expand:before, .slider .owl-controls .owl-buttons .owl-next, .slider .owl-controls .owl-buttons .owl-prev, .accordion li h4:after, .wrapper.news .news-search-form input.btn, .wrapper.news .news-search-form .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .wrapper.news .news-search-form input, .wrapper.news .news-search-form .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .wrapper.news .news-search-form input, .news.training ul li:before, #team-detail #close-team-detail, .job .pdf-button:after, #ce-354 li:nth-child(1):before, #ce-354 li:nth-child(2):before, #ce-354 li:nth-child(3):before, #ce-354 li:nth-child(4):before {
  background-image: url("../../../fileadmin/site/Resources/Public/Images/sprite-se974164bb9.png");
  background-repeat: no-repeat;
}

.sprite-arrow_down {
  background-position: -37px -91px;
}

.sprite-arrow_up {
  background-position: 0 -34px;
}

.sprite-check {
  background-position: 0 0;
}

.sprite-check_gray {
  background-position: -68px -91px;
}

.sprite-close {
  background-position: -75px 0;
}

.sprite-flacheHierachien {
  background-position: 0 -298px;
}

.sprite-icon_fb {
  background-position: -77px -34px;
}

.sprite-icon_li {
  background-position: -54px -34px;
}

.sprite-icon_tw {
  background-position: -31px -34px;
}

.sprite-icon_xing {
  background-position: -29px 0;
}

.sprite-obstGetranke {
  background-position: 0 -448px;
}

.sprite-pdf {
  background-position: -52px 0;
}

.sprite-search {
  background-position: -106px 0;
}

.sprite-slide_left {
  background-position: 0 -91px;
}

.sprite-slide_right {
  background-position: -89px -34px;
}

.sprite-unternehmenskultur {
  background-position: 0 -598px;
}

.sprite-zentraleLage {
  background-position: 0 -148px;
}

a:focus, .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .btn:focus, .csc-mailform form .csc-form-element-submit input:focus, .csc-mailform form .csc-form-element-reset input:focus, input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus, .btn:focus, .csc-mailform form .csc-form-element-submit input:focus, .csc-mailform form .csc-form-element-reset input:focus, .btn:active:focus, .csc-mailform form .csc-form-element-submit input:active:focus, .csc-mailform form .csc-form-element-reset input:active:focus, .btn.active:focus, .csc-mailform form .csc-form-element-submit input.active:focus, .csc-mailform form .csc-form-element-reset input.active:focus {
  outline: 0 none;
}

ul, ol, li {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  background-color: black;
  font-family: "Fira Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.page-wrapper {
  width: 100%;
  margin: auto;
  background: white;
}

header {
  height: 80px;
  background: #33a4d4;
}

header .container {
  height: 80px;
}

#logo {
  display: block;
  margin: auto;
  height: 100%;
  background: #ffffff;
  width: 22vw;
  position: relative;
  float: left;
}

#logo a {
  display: block;
  position: absolute;
  left: 7vw;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 63px;
}

.slogan {
  background: #33a4d4;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  padding: 15px;
  font-weight: 300;
}

.btn, .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-reset input {
  text-transform: uppercase;
  padding: 6px 12px 4px;
  font-weight: 300;
  border: 0 none;
}

.btn.btn-big, .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-reset input {
  font-size: 2.5rem;
  padding: 8px 15px 4px;
}

.header {
  background-color: #eceeed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: calc(7vw - 16px);
  padding-right: calc(7vw - 16px);
  clear: both;
}

.header h1 {
  padding: 15px 20px 11px;
  background: #33a4d4;
  display: inline-block;
  color: #ffffff;
  font-size: 3.5rem;
}

.topContent {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: calc(7vw - 16px);
  padding-right: calc(7vw - 16px);
  background: #eceeed;
}

.topContent .container-fluid .container-fluid {
  padding: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.spam-at:after {
  content: "@";
}

.spam-dot:after {
  content: ".";
}

#mainNavi {
  float: left;
  margin: 32px 0 0 95px;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
}

#mainNavi li {
  float: left;
  list-style: none;
  margin-right: 30px;
  position: relative;
  padding-bottom: 30px;
}

#mainNavi li.last {
  margin-right: 0;
}

#mainNavi li .submenu {
  position: absolute;
  top: 48px;
  height: 0;
  overflow: hidden;
  left: -30px;
  min-width: calc(100% + 60px);
  z-index: 100;
}

#mainNavi li .submenu ul {
  background: #3c3c3c;
}

#mainNavi li .submenu ul li {
  padding: 0;
  float: none;
  margin: 0;
}

#mainNavi li .submenu ul li a {
  padding: 11px 30px 8px;
  display: block;
}

#mainNavi li .submenu ul li a:hover {
  background: #33a4d4;
  color: white;
}

#mainNavi li .submenu ul li.active a {
  background: #33a4d4;
}

#mainNavi li.hasSub:hover:after, #mainNavi li.hasSub:hover:before {
  bottom: -16px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#mainNavi li.hasSub:hover:before {
  border-bottom-color: #3c3c3c;
  border-width: 16px;
  margin-left: -16px;
}

#mainNavi li.hasSub:hover .submenu {
  height: auto;
  padding-top: 16px;
}

#mainNavi li.active a {
  color: #3c3c3c;
}

#mainNavi li.active .submenu a {
  color: #ffffff;
}

#mainNavi li.active .submenu a:hover {
  color: #ffffff;
}

#mainNavi a {
  color: #ffffff;
}

#mainNavi a:hover {
  text-decoration: none;
  color: #3c3c3c;
}

#mainNavi a:focus {
  text-decoration: none;
}

.breadcrumb {
  background: #eceeed;
  padding-top: 20px;
  padding-left: calc(7vw - 16px);
  padding-right: calc(7vw - 16px);
  font-size: 1.3rem;
  font-weight: 500;
}

.breadcrumb a {
  color: #3c3c3c;
  font-weight: 300;
}

#subNavi li {
  list-style: none;
}

#subNavi li a {
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 1.8rem;
  line-height: 2;
}

#subNavi li a:hover {
  text-decoration: none;
  font-weight: 500;
}

#subNavi li.active a {
  font-weight: 500;
}

footer {
  background: #3c3c3c;
  color: #ffffff;
  padding-top: 50px;
}

footer .row {
  margin-bottom: 50px;
}

footer li {
  list-style: none;
  font-weight: 100;
}

footer li a {
  color: #ffffff;
  line-height: 1.6;
}

footer li a:hover, footer li a:focus {
  color: #ffffff;
}

footer li.active a {
  text-decoration: underline;
}

footer p.footerHeadline {
  font-weight: 500;
  font-size: 2rem;
}

footer .social li {
  display: inline-block;
  margin-right: 30px;
}

footer .social li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 12px;
  height: 22px;
  background-position: -77px -34px;
  display: block;
}

footer .social li.last a {
  width: 23px;
  height: 21px;
  background-position: -31px -34px;
  display: block;
}

footer .social li:nth-child(2) a {
  width: 23px;
  height: 25px;
  background-position: -29px 0;
  display: block;
}

footer .legal p.footerHeadline {
  margin-bottom: 18px;
}

footer .newsletter .csc-mailform {
  background: none;
  padding: 0;
}

footer .newsletter .csc-mailform form {
  padding-top: 10px;
}

footer .newsletter .csc-mailform form li {
  width: 100%;
  margin-bottom: 7px;
}

footer .newsletter .csc-mailform form label {
  font-weight: 100;
  display: inline-block;
  width: 55px;
  margin: 0 0 7px;
}

footer .newsletter .csc-mailform form label strong {
  display: none;
}

footer .newsletter .csc-mailform form input[type=text], footer .newsletter .csc-mailform form input[type=email] {
  color: #3c3c3c;
  width: 150px;
  display: inline-block;
  padding: 2px 3px 1px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

footer .newsletter .csc-mailform form .btn.submit, footer .newsletter .csc-mailform form .csc-form-element-submit input.submit, footer .newsletter .csc-mailform form .csc-form-element-reset input.submit {
  margin-top: 10px;
}

footer .newsletter .csc-mailform form .csc-form-element-submit {
  margin-top: 0;
}

footer .newsletter .csc-mailform form .csc-form-element-submit input {
  font-size: 1.4rem;
  background: #48ab8c;
}

footer form {
  padding-top: 10px;
}

footer form li {
  width: 100%;
}

footer form label {
  font-weight: 100;
  margin-bottom: 7px;
  display: block;
}

footer form label span {
  width: 55px;
  display: inline-block;
}

footer form input[type=text], footer form input[type=email] {
  color: #3c3c3c;
}

footer form .btn.submit, footer .csc-mailform form .csc-form-element-submit input.submit, .csc-mailform footer form .csc-form-element-submit input.submit, footer .csc-mailform form .csc-form-element-reset input.submit, .csc-mailform footer form .csc-form-element-reset input.submit {
  margin-top: 10px;
}

.wrapper {
  clear: both;
  overflow: hidden;
}

.wrapper:not(.cols2) {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: calc(7vw - 16px);
  padding-right: calc(7vw - 16px);
}

.wrapper.gray {
  background-color: #eceeed;
}

.wrapper.blue {
  background-color: #33a4d4;
  color: #ffffff;
}

.wrapper.blue p, .wrapper.blue li, .wrapper.blue a, .wrapper.blue h2 {
  color: #ffffff;
}

.wrapper.blue a.btn-default {
  color: #33a4d4;
}

.wrapper.blue .btn.btn-success, .wrapper.blue .csc-mailform form .csc-form-element-submit input.btn-success, .csc-mailform form .csc-form-element-submit .wrapper.blue input.btn-success, .wrapper.blue .csc-mailform form .csc-form-element-reset input.btn-success, .csc-mailform form .csc-form-element-reset .wrapper.blue input.btn-success {
  background-color: #ffffff;
  color: #33a4d4;
}

.wrapper.blue .btn.btn-success:hover, .wrapper.blue .csc-mailform form .csc-form-element-submit input.btn-success:hover, .csc-mailform form .csc-form-element-submit .wrapper.blue input.btn-success:hover, .wrapper.blue .csc-mailform form .csc-form-element-reset input.btn-success:hover, .csc-mailform form .csc-form-element-reset .wrapper.blue input.btn-success:hover {
  color: #33a4d4;
  background-color: #e6e6e6;
}

.wrapper.green {
  background-color: #48ab8c;
}

.wrapper.green p, .wrapper.green li, .wrapper.green a, .wrapper.green h2 {
  color: #ffffff;
}

.wrapper.green ul li:before {
  width: 29px;
  height: 24px;
  background-position: -68px -91px;
  display: block;
}

.wrapper.green a.btn-default {
  color: #48ab8c;
}

.wrapper.green .btn.btn-success, .wrapper.green .csc-mailform form .csc-form-element-submit input.btn-success, .csc-mailform form .csc-form-element-submit .wrapper.green input.btn-success, .wrapper.green .csc-mailform form .csc-form-element-reset input.btn-success, .csc-mailform form .csc-form-element-reset .wrapper.green input.btn-success {
  background-color: white;
  color: #48ab8c;
}

.wrapper.green .btn.btn-success:hover, .wrapper.green .csc-mailform form .csc-form-element-submit input.btn-success:hover, .csc-mailform form .csc-form-element-submit .wrapper.green input.btn-success:hover, .wrapper.green .csc-mailform form .csc-form-element-reset input.btn-success:hover, .csc-mailform form .csc-form-element-reset .wrapper.green input.btn-success:hover {
  background-color: #e6e6e6;
}

.wrapper.wabe {
  background: url("../../fileadmin/site/Resources/Public/Images/bg_wabe.jpg") no-repeat center center;
  background-size: cover;
}

.wrapper.wabe .img {
  float: none;
  margin: 0;
  max-width: none;
}

.wrapper.wabe .img img {
  display: block;
  max-width: 50%;
  margin: auto !important;
}

.wrapper.wabe h2, .wrapper.wabe h3 {
  text-align: center;
}

.wrapper.wabe h2 {
  color: #3c3c3c;
}

.wrapper.wabe h3 {
  color: #33a4d4;
}

.wrapper h2 {
  color: #33a4d4;
  font-size: 3rem;
}

.wrapper h3 {
  color: #3c3c3c;
  font-size: 2.5rem;
}

.wrapper ol li:not(.accordion-item) {
  margin-left: 40px;
  margin-bottom: 5px;
}

.wrapper ul {
  overflow: hidden;
  margin: 25px 0;
}

.wrapper ul li {
  list-style: none;
  line-height: 1.2;
  float: left;
  width: 50%;
  padding: 10px 20px 10px 35px;
  position: relative;
}

.wrapper ul li:before {
  content: "";
  width: 29px;
  height: 24px;
  background-position: 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.wrapper ul li li {
  width: 100%;
  float: none;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 25px;
}

.wrapper.col2 .bodytext {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.bgImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgImg .default h1, .bgImg .default h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  background: #33a4d4;
  color: #ffffff;
  padding: 5px 20px 3px;
  display: inline-block;
  margin-bottom: 15px;
}

.bgImg .default h1.indented, .bgImg .default h2.indented {
  background: none;
  padding: 0;
}

.bgImg .default h1 span, .bgImg .default h2 span {
  background: #33a4d4;
  display: block;
  float: left;
  clear: both;
  padding: 5px 20px 3px;
}

.bgImg .default h1 span.first, .bgImg .default h2 span.first {
  margin-left: -100px;
}

.box .img {
  float: right;
  margin-left: 50px;
  max-width: 50%;
  margin-bottom: 20px;
}

.box .img.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.box .img.flex img {
  cursor: pointer;
}

.box .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.box .img .imgLink {
  display: table;
  text-align: center;
  width: 100%;
}

.box .img .imgLink a {
  margin-top: 25px;
}

.box .img .img-wrap:first-child:nth-last-child(1), .box .img .img-wrap:first-child:nth-last-child(1) ~ div {
  width: 99%;
}

.box .img .img-wrap:first-child:nth-last-child(2), .box .img .img-wrap:first-child:nth-last-child(2) ~ div {
  width: 49%;
}

.box .img .img-wrap:first-child:nth-last-child(3), .box .img .img-wrap:first-child:nth-last-child(3) ~ div {
  width: 32.33333333%;
}

.box .img .img-wrap:first-child:nth-last-child(4), .box .img .img-wrap:first-child:nth-last-child(4) ~ div {
  width: 24%;
}

.box .img .img-wrap:first-child:nth-last-child(5), .box .img .img-wrap:first-child:nth-last-child(5) ~ div {
  width: 32%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(6), .box .img .img-wrap:first-child:nth-last-child(6) ~ div {
  width: 32%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(7), .box .img .img-wrap:first-child:nth-last-child(7) ~ div {
  width: 24%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(8), .box .img .img-wrap:first-child:nth-last-child(8) ~ div {
  width: 24%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(9), .box .img .img-wrap:first-child:nth-last-child(9) ~ div {
  width: 24%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(10), .box .img .img-wrap:first-child:nth-last-child(10) ~ div {
  width: 24%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(11), .box .img .img-wrap:first-child:nth-last-child(11) ~ div {
  width: 24%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(12), .box .img .img-wrap:first-child:nth-last-child(12) ~ div {
  width: 24%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(13), .box .img .img-wrap:first-child:nth-last-child(13) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(14), .box .img .img-wrap:first-child:nth-last-child(14) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(15), .box .img .img-wrap:first-child:nth-last-child(15) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(16), .box .img .img-wrap:first-child:nth-last-child(16) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(17), .box .img .img-wrap:first-child:nth-last-child(17) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(18), .box .img .img-wrap:first-child:nth-last-child(18) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(19), .box .img .img-wrap:first-child:nth-last-child(19) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .img .img-wrap:first-child:nth-last-child(20), .box .img .img-wrap:first-child:nth-last-child(20) ~ div {
  width: 19%;
  margin-bottom: 10px;
}

.box .headlines {
  margin-bottom: 20px;
}

.box h2, .box h3 {
  margin: 0;
  line-height: 1.2;
}

.gray + .gray, .blue + .blue, .green + .green {
  margin-top: -100px;
}

.expandable .expandableContainer {
  display: none;
  padding: 35px 20px;
  overflow: hidden;
}

.expandable .expandableContainer ul {
  margin-left: -35px;
  margin-top: 0;
}

.expandable .expandableContainer ul li {
  float: none;
  width: auto;
}

.expandable .btn.expand, .expandable .csc-mailform form .csc-form-element-submit input.expand, .csc-mailform form .csc-form-element-submit .expandable input.expand, .expandable .csc-mailform form .csc-form-element-reset input.expand, .csc-mailform form .csc-form-element-reset .expandable input.expand {
  padding-left: 55px;
  position: relative;
}

.expandable .btn.expand:before, .expandable .csc-mailform form .csc-form-element-submit input.expand:before, .csc-mailform form .csc-form-element-submit .expandable input.expand:before, .expandable .csc-mailform form .csc-form-element-reset input.expand:before, .csc-mailform form .csc-form-element-reset .expandable input.expand:before {
  content: "";
  width: 31px;
  height: 19px;
  background-position: -37px -91px;
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  transition: all, 0.3s;
}

.expandable .btn.expand.open:before, .expandable .csc-mailform form .csc-form-element-submit input.expand.open:before, .csc-mailform form .csc-form-element-submit .expandable input.expand.open:before, .expandable .csc-mailform form .csc-form-element-reset input.expand.open:before, .csc-mailform form .csc-form-element-reset .expandable input.expand.open:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.slider h2, .slider p.subline {
  text-align: center;
}

.slider .slider-wrapper {
  margin: 50px;
  width: calc(100% - 100px);
}

.slider .slider-wrapper .slide {
  width: 100%;
}

.slider .slider-wrapper .slide .icon {
  text-align: center;
}

.slider .slider-wrapper .slide .link {
  text-align: center;
}

.slider .slider-wrapper .slide .link a {
  position: relative;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  top: 50%;
  display: inline-block;
}

.slider.green h3 {
  color: #ffffff;
}

.slider.green .btn, .slider.green .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .slider.green input, .slider.green .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .slider.green input {
  color: #48ab8c;
}

.slider .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.slider .owl-controls .owl-buttons div {
  opacity: 0.25;
  filter: alpha(opacity=25);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
}

.slider .owl-controls .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slider .owl-controls .owl-buttons .owl-next {
  width: 37px;
  height: 57px;
  background-position: -89px -34px;
  display: block;
  right: -40px;
}

.slider .owl-controls .owl-buttons .owl-prev {
  width: 37px;
  height: 57px;
  background-position: 0 -91px;
  display: block;
  left: -40px;
}

.slider .owl-controls .owl-pagination {
  width: 100%;
  height: 8px;
  margin-top: 30px;
  text-align: center;
}

.slider .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 2px;
}

.slider .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.4;
  filter: alpha(opacity=40);
  border-radius: 50%;
}

.slider .owl-controls .owl-pagination .owl-page.active span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cols2 .leftSide {
  background-color: #d8e3b3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#FFD8E3B3", endColorstr="#FFE8ECE1");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZTNiMyIvPjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjZGZlN2M4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZThlY2UxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(to right, #d8e3b3 0%, #dfe7c8 44%, #e8ece1 100%);
}

.cols2 .rightSide {
  background-color: #9fcebf;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#FF9FCEBF", endColorstr="#FFE0E9E6");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmY2ViZiIvPjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjYmVkYmQyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTBlOWU2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(to right, #9fcebf 0%, #bedbd2 44%, #e0e9e6 100%);
}

.cols2 .inner {
  padding: 50px;
}

.cols2 .inner h2, .cols2 .inner h3, .cols2 .inner h4 {
  color: #3c3c3c;
  margin-top: 5px;
  margin-bottom: 20px;
}

.cols2 .inner img {
  float: left;
  margin-right: 15px;
}

.cols2 .inner ul {
  margin-bottom: 0;
}

.accordion {
  counter-reset: accCount;
}

.accordion li {
  list-style: none;
  position: relative;
}

.accordion li.accordion-item {
  counter-increment: accCount;
}

.accordion li h4 {
  padding: 15px 15px 11px 80px;
  background: #33a4d4;
  color: #ffffff;
  cursor: pointer;
}

.accordion li h4:after {
  content: "";
  width: 31px;
  height: 19px;
  background-position: -37px -91px;
  display: block;
  position: absolute;
  left: 14px;
  top: 14px;
  transition: all, 0.3s;
}

.accordion li.open h4:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.accordion li .accordion-content {
  display: none;
}

.accordion.col2 .accordion-content li {
  width: calc(50% - 40px);
}

.accordion.col2 .accordion-content li:nth-child(2n-1) {
  clear: both;
}

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

.multicols .column h2 {
  margin-bottom: 20px;
}

.multicols .column h2 a:hover {
  text-decoration: none;
}

.multicols .column img {
  height: 90px;
  width: auto;
}

.multicols .column .btn, .multicols .column .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .multicols .column input, .multicols .column .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .multicols .column input {
  margin-bottom: 30px;
}

.teaser .column {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.teaser .column p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.quote .row {
  margin-top: 30px;
}

.quote .quote-icon {
  max-width: 100%;
}

.quote .quote-text {
  font-size: 3.5rem;
  font-style: italic;
  line-height: 1.3;
}

.quote .quote-author {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 100;
}

#img-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
}

#img-overlay .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80vw;
  max-height: 80vh;
}

#img-overlay .inner .close {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  float: none;
  position: absolute;
  right: -25px;
  top: -25px;
}

#img-overlay .inner .close:after {
  display: block;
  content: "×";
  color: white;
  font-size: 60px;
  cursor: pointer;
}

#img-overlay img {
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}

.page-wrapper div.csc-textpic .csc-textpic-imagewrap figure, .page-wrapper div.csc-textpic figure.csc-textpic-imagewrap {
  display: block;
}

.page-wrapper .csc-textpic-center.csc-textpic-above .csc-textpic-center-outer, .page-wrapper .csc-textpic-center.csc-textpic-above .csc-textpic-center-inner {
  right: auto;
  float: none;
}

.wrapper.news {
  padding-top: 50px;
}

.wrapper.news .news-header h2 {
  margin-bottom: 5px;
}

.wrapper.news .news-header h3 {
  margin: 0 0 25px;
}

.wrapper.news .teaser-text {
  margin-bottom: 35px;
}

.wrapper.news .article {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #3c3c3c;
}

.wrapper.news .article .news-img-wrap {
  float: none;
  margin: 20px 0 35px;
  background: none;
}

.wrapper.news .article .news-img-wrap a {
  border: none;
  background: none;
  padding: 0;
  float: none;
}

.wrapper.news .article .news-img-wrap a img {
  float: none;
  max-width: 100%;
  height: auto;
}

.wrapper.news .article:last-child {
  border-bottom: 0 none;
}

.wrapper.news .page-navigation p {
  display: none;
}

.wrapper.news ul.f3-widget-paginator {
  text-align: center;
  float: none;
}

.wrapper.news ul.f3-widget-paginator li {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: none;
  line-height: 2rem;
  padding: 2px;
}

.wrapper.news ul.f3-widget-paginator li.current {
  background: #33a4d4;
  color: #ffffff;
}

.wrapper.news ul.f3-widget-paginator li:before {
  display: none;
  content: "";
  background: none;
}

.wrapper.news ul.f3-widget-paginator li a {
  color: #3c3c3c;
}

.wrapper.news ul.f3-widget-paginator li a:hover, .wrapper.news ul.f3-widget-paginator li a:focus {
  text-decoration: none;
  color: #33a4d4;
}

.wrapper.news ul.f3-widget-paginator li.next, .wrapper.news ul.f3-widget-paginator li.previous {
  display: none;
}

.wrapper.news .news-search-form {
  margin-bottom: 40px;
}

.wrapper.news .news-search-form input.btn, .wrapper.news .news-search-form .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .wrapper.news .news-search-form input, .wrapper.news .news-search-form .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .wrapper.news .news-search-form input {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  background-color: #33a4d4;
  width: 34px;
  height: 34px;
  background-position: -106px 0;
  display: block;
  float: right;
}

.wrapper.news .news-search-form .form-control {
  height: 34px;
  padding: 6px 12px 4px;
  border: 0 none;
  box-shadow: none;
  width: calc(100% - 34px);
  float: left;
}

.wrapper.news .news-menu-view ul {
  margin-top: 5px;
}

.wrapper.news .news-menu-view ul li {
  padding: 0;
  float: none;
  width: 100%;
  margin-bottom: 3px;
}

.wrapper.news .news-menu-view ul li:before {
  display: none;
  content: "";
  background: none;
}

.wrapper.news .news.news-single .news-img-wrap {
  width: 100%;
}

.wrapper.news .news.news-single .article {
  border-bottom: 0 none;
  margin-bottom: 0;
}

.wrapper.news .news.news-single .date {
  margin-top: 30px;
}

.wrapper.news .news.news-single .gallery .mediaelement {
  margin: 20px 0;
}

.wrapper.news .news-search-result .count-msg {
  margin-bottom: 40px;
}

.home .news h2 {
  text-align: center;
  margin-top: 0;
}

.home .news .article {
  margin-top: 40px;
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home .news .article .news-list-date {
  color: #3c3c3c;
  margin-bottom: 25px;
  font-weight: 500;
}

.home .news .article h3 {
  font-size: 3rem;
  margin-bottom: 0;
}

.home .news .article h4 {
  margin: 5px 0;
}

.news .news-template-2 .article {
  border-bottom-color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news .news-template-2 .article p.news-list-date {
  margin-top: 14px;
}

.news .news-template-2 .article h3 {
  margin-top: 11px;
}

.news .news-template-2 .article h4 {
  color: #3c3c3c;
}

.news.training .training-date {
  color: #33a4d4;
}

.news.training .content {
  margin-top: 40px;
}

.news.training .content h3.training-content {
  margin-bottom: 20px;
  color: #33a4d4;
  font-size: 2.2rem;
}

.news.training ul {
  overflow: hidden;
  margin: 15px 0 25px;
}

.news.training ul li {
  list-style: none;
  line-height: 1.2;
  float: left;
  width: 50%;
  padding: 10px 20px 10px 35px;
  position: relative;
}

.news.training ul li:before {
  content: "";
  width: 29px;
  height: 24px;
  background-position: 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.news.training ul li li {
  width: 100%;
  float: none;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 25px;
}

.news.training ul li li:before {
  display: none;
  background: none;
}

.news.training .training-data {
  border: 1px solid #d1d6d4;
  margin-bottom: 40px;
}

.news.training .training-data th, .news.training .training-data td {
  padding: 3px 15px;
  line-height: 1.1;
}

.news.training .training-data tr:first-child th, .news.training .training-data tr:first-child td {
  padding-top: 12px;
}

.news.training .training-data tr:last-child th, .news.training .training-data tr:last-child td {
  padding-bottom: 12px;
}

.news.training .news-related-news {
  padding: 0;
  border: 0 none;
  width: 100%;
  display: block;
  margin-top: 80px;
}

.news.training .news-related-news p {
  font-weight: 500;
}

.news.training .news-related-news ul {
  margin: 0;
}

.news.training .news-related-news ul li {
  width: 100%;
  padding: 0;
  margin-bottom: 7px;
}

.news.training .news-related-news ul li:before {
  display: none;
  content: "";
}

.news.training .news-related-news ul li a:hover span {
  text-decoration: underline;
  color: #33a4d4;
}

.news.training .csc-mailform {
  position: relative;
  padding: 20px 40px 40px;
  margin-bottom: 35px;
}

.news.training .csc-mailform .csc-form-element-textline {
  width: 48%;
  float: left;
}

.news.training .csc-mailform .csc-form-element-textline:nth-child(even) {
  float: right;
}

.news.training .csc-mailform .csc-form-8 {
  width: 48%;
  float: left;
  clear: none;
}

.news.training .csc-mailform .csc-form-9 {
  width: 48%;
  float: right;
  clear: none;
}

.news.training .csc-mailform .csc-form-10 {
  clear: both;
  float: none;
}

.news.training .csc-mailform .csc-form-element-submit {
  float: none;
}

.news.training .register {
  margin-top: -20px;
  margin-bottom: 20px;
}

.news-list-view.news-template-3 {
  background: #eceeed;
}

.home .news .article.seminar .news-list-date {
  margin-bottom: 0;
}

.home .news .article.seminar h3 {
  font-size: 2rem;
  margin-top: 8px;
  margin-bottom: 15px;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url("../../fileadmin/site/Resources/Public/Css/grabbing.html") 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before, .mm-next:after, .mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
.csc-mailform {
  background: #48ab8c;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
}

.csc-mailform form li {
  list-style: none;
  width: 45%;
}

.csc-mailform form li label {
  display: block;
  float: none;
  font-weight: 400;
  margin-top: 10px;
  width: 100%;
}

.csc-mailform form li label strong {
  float: right;
  padding-top: 2px;
  color: #8C1414;
}

.csc-mailform form li input, .csc-mailform form li textarea {
  resize: none;
  border: 0;
  width: 100%;
  padding: 3px 7px;
}

.csc-mailform form li input.error, .csc-mailform form li textarea.error {
  border-color: #8C1414;
}

.csc-mailform form .csc-form-element-radio {
  float: left;
  margin-right: 20px;
  width: auto;
}

.csc-mailform form .csc-form-element-radio label {
  width: 26px;
  float: left;
  margin-top: 0;
}

.csc-mailform form .csc-form-element-radio input {
  margin-top: 0;
  width: auto;
}

.csc-mailform form .csc-form-element-select {
  clear: both;
}

.csc-mailform form .csc-form-10, .csc-mailform form .csc-form-12 {
  float: left;
}

.csc-mailform form .csc-form-10 + li, .csc-mailform form .csc-form-12 + li {
  float: right;
}

.csc-mailform form .csc-form-element-textarea {
  width: 100%;
  clear: both;
}

.csc-mailform form .csc-form-element-submit, .csc-mailform form .csc-form-element-reset {
  width: auto;
  margin-top: 30px;
}

.csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-reset input {
  width: auto;
}

.csc-mailform p.datenschutz {
  color: white;
}

.csc-mailform p.datenschutz a {
  color: white;
  text-decoration: underline;
}

.csc-mailform p.datenschutz a:hover {
  text-decoration: none;
}

.form-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.form-overlay ul {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 50%;
  height: 280px;
  padding: 30px;
  text-align: center;
}

.form-overlay ul .csc-form-element-textblock {
  width: 100%;
}

.form-overlay ul .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
}

div.csc-mailform ol li.csc-form-element-recaptcha {
  margin-top: 30px;
}

div.csc-mailform ol li.csc-form-element-recaptcha label {
  display: none;
}

@media (max-width: 950px) {
  .form-overlay ul {
    width: 70%;
    height: 250px;
  }
}
@media (max-width: 670px) {
  .form-overlay ul {
    width: 90%;
    height: 240px;
  }
}
@media (max-width: 540px) {
  .form-overlay ul {
    height: 260px;
  }
  .form-overlay ul .csc-mailform form .csc-form-element-submit {
    margin-top: 10px;
  }
}
@media (max-width: 440px) {
  .form-overlay ul {
    padding: 20px;
    height: 300px;
  }
}
#team {
  padding-top: 0;
}

#team .team-member, #team #you {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  cursor: pointer;
}

#team .team-member:nth-child(3n), #team #you:nth-child(3n) {
  margin-right: 0;
}

#team .team-member .team-overlay, #team #you .team-overlay {
  top: 0;
  left: 0;
  background: #33a4d4;
  background: rgba(51, 164, 212, 0.7);
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity, 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

#team .team-member .team-overlay .inner, #team #you .team-overlay .inner {
  margin: auto;
  flex: 1;
}

#team .team-member .team-overlay h2, #team .team-member .team-overlay h3, #team #you .team-overlay h2, #team #you .team-overlay h3 {
  margin: 0;
  color: white;
  text-align: center;
}

#team .team-member .team-overlay h2, #team #you .team-overlay h2 {
  font-size: 3.5rem;
}

#team .team-member .team-overlay h3, #team #you .team-overlay h3 {
  font-size: 1.6rem;
  font-weight: 100;
  margin-top: 10px;
  padding: 0 10%;
}

#team .team-member .team-information, #team #you .team-information {
  display: none;
}

#team .team-member:hover .team-overlay, #team #you:hover .team-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

#team .team-member.active, #team #you.active {
  cursor: default;
}

#team .team-member.active:after, #team #you.active:after {
  content: "";
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#team .team-member.active:hover .team-overlay, #team #you.active:hover .team-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
}

#team #you a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#team-detail {
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all, 1s;
  position: relative;
  overflow: hidden;
}

#team-detail.show {
  max-height: 800px;
  opacity: 1;
  filter: alpha(opacity=100);
}

#team-detail .inner {
  padding: 20px 20px 10px;
  background: white;
  overflow: hidden;
  margin-bottom: 2%;
}

#team-detail .inner .team-image {
  width: 57%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}

#team-detail .team-information {
  margin-bottom: 10px;
}

#team-detail .team-overlay .inner {
  padding: 0;
}

#team-detail .team-overlay .inner h2 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 400;
}

#team-detail .team-overlay .inner h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
}

#team-detail #close-team-detail {
  cursor: pointer;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 31px;
  height: 30px;
  background-position: -75px 0;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}

.wrapper.basisVersion .change {
  overflow: hidden;
}

.wrapper.basisVersion .screenshots {
  float: right;
  width: 25%;
  margin-left: 3%;
  margin-bottom: 2%;
}

.wrapper.basisVersion .screenshots .img {
  margin-top: 15px;
}

.wrapper.basisVersion .screenshots .img:first-child {
  margin-top: 0;
}

.wrapper.basisVersion .screenshots img {
  cursor: pointer;
  max-height: 200px;
  width: auto;
  margin: auto;
  display: block;
}

.wrapper.basisVersion .screenshots .caption {
  padding-top: 3px;
  text-align: center;
  color: white;
  display: block;
  font-size: 1.3rem;
}

.wrapper.basisVersion .screenshots + .description {
  width: 72%;
}

.wrapper.basisVersion.gray .screenshots .caption {
  color: #3c3c3c;
}

.wrapper.basisVersion ul li:only-child {
  width: 100%;
  float: none;
}

@media (max-width: 991px) {
  .wrapper.basisVersion ul li {
    width: 100%;
    float: none;
  }
}
.wrapper.includedContent h2 {
  text-align: center;
}

.wrapper.includedContent .wrapper {
  padding: 25px 0 0;
  background: none !important;
  width: 30%;
  margin-right: 5%;
  float: left;
  clear: none;
  max-height: 425px;
  position: relative;
}

.wrapper.includedContent .wrapper .container-fluid {
  padding: 0;
}

.wrapper.includedContent .wrapper:last-child {
  margin-right: 0;
}

.wrapper.includedContent .wrapper ul li {
  width: 100%;
}

.wrapper.includedContent .wrapper h2 {
  font-size: 2.5rem;
  text-align: left;
}

.wrapper.includedContent .wrapper h3 {
  font-size: 2rem;
}

.wrapper.includedContent .wrapper:after {
  content: "";
  height: 80px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #48ab8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#48ab8c", GradientType=0);
}

.wrapper.includedContent .col-md-offset-3 {
  margin-left: 0;
  width: 100%;
}

.wrapper.includedContent .screenshots {
  display: none;
}

.wrapper.includedContent .screenshots + .description {
  width: 100%;
}

.wrapper.includedContent .pageLink {
  text-align: center;
  padding-top: 30px;
}

.wrapper.includedContent .pageLink .btn, .wrapper.includedContent .pageLink .csc-mailform form .csc-form-element-submit input, .csc-mailform form .csc-form-element-submit .wrapper.includedContent .pageLink input, .wrapper.includedContent .pageLink .csc-mailform form .csc-form-element-reset input, .csc-mailform form .csc-form-element-reset .wrapper.includedContent .pageLink input {
  display: inline-block;
}

@media (max-width: 991px) {
  .wrapper.includedContent .wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.job {
  border-bottom: 2px solid #33a4d4;
}

.job h2 {
  font-size: 24px;
  cursor: pointer;
  margin: 0;
}

.job h2:before {
  content: "+";
  color: #33a4d4;
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
  padding-right: 0.3em;
}

.job h3 {
  font-size: 18px;
  margin-top: 0;
}

.job .accordion-content {
  display: none;
  padding: 10px 0 30px;
}

.job .accordion-content .section {
  margin-bottom: 20px;
}

.job .accordion-content .section li {
  margin-bottom: 0.5em;
  list-style: circle;
}

.job:last-child {
  border-bottom: 0 none;
}

.job.open h2:before {
  content: "-";
}

.job .pdf-button {
  display: block;
  line-height: 23px;
  padding-right: 10px;
  margin-bottom: 25px;
}

.job .pdf-button:hover {
  text-decoration: none;
}

.job .pdf-button:after {
  content: "";
  width: 23px;
  height: 26px;
  background-position: -52px 0;
  display: block;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 7px;
}

#ce-354 li {
  padding: 140px 0 50px;
  font-size: 18px;
  width: 40%;
  margin-right: 10%;
}

#ce-354 li:nth-child(1):before {
  width: 150px;
  height: 150px;
  background-position: 0 -598px;
  display: block;
}

#ce-354 li:nth-child(2):before {
  width: 150px;
  height: 150px;
  background-position: 0 -298px;
  display: block;
}

#ce-354 li:nth-child(3):before {
  width: 150px;
  height: 150px;
  background-position: 0 -148px;
  display: block;
}

#ce-354 li:nth-child(4):before {
  width: 150px;
  height: 150px;
  background-position: 0 -448px;
  display: block;
}

#ce-354 li:before {
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#ce-354 li:nth-child(even) {
  padding-left: 20px;
}

#ce-354 li:nth-child(odd) {
  padding-right: 20px;
}

#ce-354 + .blue .img.flex {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

#ce-354 + .blue .img.flex .img-wrap {
  text-align: center;
  width: 40%;
  margin-right: 10%;
}

#ce-354 + .blue .img.flex .img-wrap img {
  max-width: 35%;
}

.job-contact.csc-mailform {
  padding: 0;
  background: none;
}

.job-contact.csc-mailform ol li {
  margin-left: 0;
}

.job-contact.csc-mailform ol li.csc-form-element-radio + .csc-form-element-textline {
  clear: both;
}

.job-contact.csc-mailform ol li.csc-form-element-textline {
  float: left;
  margin-right: 5%;
}

.job-contact.csc-mailform ol li.csc-form-element-textline input {
  color: #3c3c3c;
}

.job-contact.csc-mailform ol li.csc-form-element-select {
  margin-bottom: 20px;
  width: 100%;
  color: #3c3c3c;
}

.job-contact.csc-mailform ol li.csc-form-element-select select {
  max-width: 100%;
}

.job-contact.csc-mailform ol li.csc-form-element-select + .csc-form-element-textline {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.job-contact.csc-mailform ol li.csc-form-element-recaptcha, .job-contact.csc-mailform ol li.csc-form-element-fileupload {
  clear: both;
  float: none;
  width: 100%;
}

.job-contact.csc-mailform ol li.csc-form-element-recaptcha input, .job-contact.csc-mailform ol li.csc-form-element-fileupload input {
  border: 0 none;
  padding: 0;
}

.job-contact.csc-mailform ol li.csc-form-element-fileupload {
  padding-top: 25px;
}

.job-contact.csc-mailform ol li.csc-form-element-fileupload input {
  width: auto;
}

.job-contact.csc-mailform ol li.csc-form-element-reset {
  float: none;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox {
  margin-top: 30px;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox label {
  display: none;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox input {
  width: 30px;
  display: inline-block;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox + .csc-form-element-textblock {
  padding-left: 30px;
  width: 90%;
  margin-top: -25px;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox + .csc-form-element-textblock p a {
  text-decoration: underline;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox + .csc-form-element-textblock p a:hover {
  text-decoration: none;
}

.job-contact.csc-mailform ol li.csc-form-element-checkbox.error + .csc-form-element-textblock p {
  color: #8C1414;
}

.job-contact .form-overlay li {
  list-style: none;
  color: #3c3c3c;
}

.job-contact .form-overlay li:before {
  display: none !important;
}

.job-contact .form-overlay li p {
  color: #3c3c3c;
}

.job-contact .form-overlay li p a {
  color: #33a4d4;
}

.job-contact .form-overlay li.csc-form-element-submit {
  width: 100%;
}

.job-success {
  background: white;
  padding: 5%;
  text-align: center;
  width: 90%;
  margin-bottom: 50px;
}

.job-success p {
  color: #3c3c3c !important;
}

#wabe {
  position: relative;
  margin: 2vh auto 0;
  width: 649px;
  height: 690px;
  background: url("../../fileadmin/site/Resources/Public/Images/basis-logo.png") no-repeat center;
}

#wabe .more {
  display: none;
}

.modul {
  position: absolute;
  width: 265px;
  height: 230px;
}

.modul span {
  position: absolute;
  font-size: 37.5px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  z-index: 10;
  left: 0;
  right: 0;
  color: white;
  line-height: 1.2;
}

.modul:hover, .modul.clicked {
  z-index: 5;
}

.modul:hover .flipper, .modul.clicked .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.modul:hover .flipper .back span, .modul.clicked .flipper .back span {
  opacity: 1;
}

.modul .flipper {
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

.modul .flip {
  position: absolute;
  top: 0;
  left: 0;
  width: 265px;
  height: 230px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}

.modul .flip:before, .modul .flip:after {
  height: 0;
  width: 115px;
  content: "";
  position: absolute;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  box-sizing: content-box;
}

.modul .flip:before {
  border-bottom: 115px solid;
}

.modul .flip:after {
  border-top: 115px solid;
  margin: 115px 0 0 0;
}

.modul .flip.back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.modul .flip.back:after, .modul .flip.back:before {
  border-top-color: #ebebeb;
  border-bottom-color: #ebebeb;
}

.modul .flip.back span {
  color: #5c5c5c;
  font-size: 25px;
  opacity: 0;
  transition: opacity 0.5s;
}

.modul.blue .front:after, .modul.blue .front:before {
  border-top-color: #3AA3D1;
  border-bottom-color: #3AA3D1;
}

.modul.green .front:after, .modul.green .front:before {
  border-top-color: #4DAC8E;
  border-bottom-color: #4DAC8E;
}

.modul:nth-child(1) {
  left: 192px;
  top: 0;
}

.modul:nth-child(2) {
  left: 384px;
  top: 116px;
}

.modul:nth-child(3) {
  left: 384px;
  top: 348px;
}

.modul:nth-child(4) {
  left: 192px;
  top: 464px;
}

.modul:nth-child(5) {
  top: 348px;
  left: 0;
}

.modul:nth-child(6) {
  top: 116px;
  left: 0;
}

.modul a.modul-link {
  color: transparent;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modul:before {
  content: "";
  display: block;
  position: absolute;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

#overlay .inner {
  max-width: 500px;
  width: 85%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin: auto;
  background: white;
  padding: 20px;
}

#overlay .inner h2 {
  margin: 0 0 10px;
}

#overlay .inner p {
  margin-bottom: 0;
}

#overlay .inner:after {
  content: "×";
  display: block;
  position: absolute;
  top: -4px;
  right: 7px;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  #wabe {
    width: 391px;
    height: 414px;
    background-size: 32%;
  }
  .modul {
    width: 159px;
    height: 138px;
  }
  .modul span {
    font-size: 22.5px;
  }
  .modul .flip {
    width: 159px;
    height: 138px;
  }
  .modul .flip:before, .modul .flip:after {
    width: 69px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
  }
  .modul .flip:before {
    border-bottom: 69px solid;
  }
  .modul .flip:after {
    border-top: 69px solid;
    margin: 69px 0 0 0;
  }
  .modul .flip.back span {
    font-size: 15px;
  }
  .modul:nth-child(1) {
    left: 116px;
  }
  .modul:nth-child(2) {
    left: 232px;
    top: 70px;
  }
  .modul:nth-child(3) {
    left: 232px;
    top: 210px;
  }
  .modul:nth-child(4) {
    left: 116px;
    top: 280px;
  }
  .modul:nth-child(5) {
    top: 210px;
  }
  .modul:nth-child(6) {
    top: 70px;
  }
}
@media (max-width: 480px) {
  #wabe {
    width: 262px;
    height: 276px;
  }
  .modul {
    width: 106px;
    height: 92px;
  }
  .modul span {
    font-size: 15px;
  }
  .modul .flip {
    width: 106px;
    height: 92px;
  }
  .modul .flip:before, .modul .flip:after {
    width: 46px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .modul .flip:before {
    border-bottom: 46px solid;
  }
  .modul .flip:after {
    border-top: 46px solid;
    margin: 46px 0 0 0;
  }
  .modul .flip.back span {
    font-size: 10px;
  }
  .modul:nth-child(1) {
    left: 78px;
  }
  .modul:nth-child(2) {
    left: 156px;
    top: 47px;
  }
  .modul:nth-child(3) {
    left: 156px;
    top: 141px;
  }
  .modul:nth-child(4) {
    left: 78px;
    top: 188px;
  }
  .modul:nth-child(5) {
    top: 141px;
  }
  .modul:nth-child(6) {
    top: 47px;
  }
}
#overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#innerOverlay {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 37%;
  height: 250px;
}

#innerOverlay .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
}

@media (max-width: 767px) {
  #innerOverlay {
    width: 55%;
    height: 215px;
    padding: 60px 30px;
  }
}
@media (max-width: 450px) {
  #innerOverlay {
    width: 80%;
    height: 200px;
    padding: 40px 25px;
  }
}
@media (min-width: 1500px) {
  .wrapper.wabe .img img {
    max-width: 680px;
  }
}
@media (max-width: 1200px) {
  #logo {
    width: 210px;
  }
  #logo a {
    left: 30px;
  }
  #mainNavi {
    margin-left: 30px;
  }
  .wrapper.wabe .img img {
    max-width: 60%;
  }
}
/*@media (max-width:1060px){#mainNavi{width:100%;margin:0;padding:30px 30px 0;background:#33a4d4}
#mainNavi>ul{display:table;width:100%}
#mainNavi>ul>li{float:none;margin:0;display:table-cell;text-align:center}
}*/
@media (max-width: 991px) {
  #mainNavi {
    display: none;
  }
  .bgImg .default h1 span.first, .bgImg .default h2 span.first {
    margin-left: 0;
  }
  footer {
    padding-left: calc(7vw - 16px);
  }
  footer .newsletter {
    clear: both;
    float: none;
    padding-top: 45px;
  }
  .quote .quote-icon {
    max-width: 15vw;
    margin-bottom: 15px;
  }
  .multicols .column {
    margin-bottom: 40px;
  }
  #logo {
    float: right;
  }
  #mainNaviMobile {
    background: #eceeed;
  }
  #open-mmenu {
    width: 40px;
    height: 35px;
    position: absolute;
    top: 22px;
    left: 25px;
    cursor: pointer;
  }
  #open-mmenu span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #ffffff;
    left: 0;
    border-radius: 9px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #open-mmenu span:nth-child(1) {
    top: 0;
  }
  #open-mmenu span:nth-child(2) {
    top: 13px;
  }
  #open-mmenu span:nth-child(3) {
    top: 26px;
  }
  .mm-opened #open-mmenu span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mm-opened #open-mmenu span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    left: -60px;
  }
  .mm-opened #open-mmenu span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #team .team-member, #team #you {
    width: 49%;
    margin-right: 2%;
  }
  #team .team-member:nth-child(3n), #team #you:nth-child(3n) {
    margin-right: 2%;
  }
  #team .team-member:nth-child(2n), #team #you:nth-child(2n) {
    margin-right: 0;
  }
  .wrapper.wabe .img img {
    max-width: 65%;
  }
  #ce-354 li {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #ce-354 li:last-child {
    padding-bottom: 0;
  }
  #ce-354 + .blue .img.flex .img-wrap {
    width: 50%;
    margin-right: 0;
  }
  #ce-354 + .blue .img.flex .img-wrap img {
    max-width: 50%;
  }
  .job-contact.csc-mailform {
    padding: 0 15px 30px;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
  #subNavi {
    display: none;
  }
  .slider .owl-controls .owl-buttons .owl-next {
    right: -65px;
  }
  .slider .owl-controls .owl-buttons .owl-prev {
    left: -65px;
  }
  .slider .slider-wrapper .slide .col-sm-4 {
    height: auto !important;
  }
  .slider .slider-wrapper .slide .col-sm-4.text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box .img {
    float: none;
    max-width: 90%;
    margin: 0 auto 40px !important;
    text-align: center;
  }
  .box .img img {
    margin: 0 !important;
  }
  .csc-mailform form li {
    width: 100%;
  }
  .home .news .article {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
  }
  .home .news .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer li {
    margin-bottom: 12px;
  }
  #team .team-member, #team #you {
    width: 100%;
    margin-right: 0 !important;
  }
  #team-detail .team-information {
    font-size: 1.5rem;
  }
  #team-detail .inner .team-image {
    float: none;
    width: 100%;
    margin-top: 35px;
  }
  #team .team-member .team-overlay h2, #team #you .team-overlay h2 {
    font-size: 3rem;
  }
  .wrapper.wabe .img {
    margin-bottom: 0 !important;
  }
  .wrapper.wabe .img img {
    max-width: 95%;
  }
  #ce-354 + .blue .img.flex .img-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  #ce-354 + .blue .img.flex .img-wrap img {
    max-width: 70%;
  }
}
#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: 0.75;
  height: 1.5em;
  box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: 0.5em !important;
  right: 0.5em !important;
  background-color: #547f0d !important;
  border-radius: 50% !important;
  overflow: hidden;
}
#__bs_notify__:after {
  content: "BS";
  position: absolute;
  color: #fff;
  top: 0.1em;
  left: 0.25em;
  font-size: 0.8em;
}

body {
  min-width: 320px;
}

/* fira-sans-200 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../src/fonts/fira-sans-v10-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/fira-sans-v10-latin-200.eot?#iefix") format("embedded-opentype"), url("../src/fonts/fira-sans-v10-latin-200.woff2") format("woff2"), url("../src/fonts/fira-sans-v10-latin-200.woff") format("woff"), url("../src/fonts/fira-sans-v10-latin-200.ttf") format("truetype"), url("../src/fonts/fira-sans-v10-latin-200.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-300 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../src/fonts/fira-sans-v10-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/fira-sans-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("../src/fonts/fira-sans-v10-latin-300.woff2") format("woff2"), url("../src/fonts/fira-sans-v10-latin-300.woff") format("woff"), url("../src/fonts/fira-sans-v10-latin-300.ttf") format("truetype"), url("../src/fonts/fira-sans-v10-latin-300.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../src/fonts/fira-sans-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../src/fonts/fira-sans-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../src/fonts/fira-sans-v10-latin-regular.woff2") format("woff2"), url("../src/fonts/fira-sans-v10-latin-regular.woff") format("woff"), url("../src/fonts/fira-sans-v10-latin-regular.ttf") format("truetype"), url("../src/fonts/fira-sans-v10-latin-regular.svg#FiraSans") format("svg"); /* Legacy iOS */
}
.component.gray,
.multipart-column.gray {
  background-color: #eceeed;
}
.component.white,
.multipart-column.white {
  background-color: #fff;
}
.component.dark,
.multipart-column.dark {
  background-image: linear-gradient(45deg, #252525, #333333, #252525);
}
.component.lightblue,
.multipart-column.lightblue {
  background-color: #d9eeff;
}
.component.green,
.multipart-column.green {
  background-color: #48ab8c;
  color: #fff;
}
.component.green h1, .component.green h2, .component.green h3, .component.green a,
.multipart-column.green h1,
.multipart-column.green h2,
.multipart-column.green h3,
.multipart-column.green a {
  color: #fff;
}
.component.green .btn,
.multipart-column.green .btn {
  color: #48ab8c;
}
.component.green .wrapper ul li:before,
.multipart-column.green .wrapper ul li:before {
  background-position: -68px -91px;
}
.component li,
.multipart-column li {
  list-style-type: none !important;
}
.component.greengradient,
.multipart-column.greengradient {
  background-image: linear-gradient(to right, #9fcebf 0%, #bedbd2 44%, #e0e9e6 100%);
}
.component.blue, .component.dark,
.multipart-column.blue,
.multipart-column.dark {
  background-color: #33a4d4;
  color: #fff;
}
.component.blue .btn, .component.dark .btn,
.multipart-column.blue .btn,
.multipart-column.dark .btn {
  color: #33a4d4;
}
.component.blue h1, .component.blue h2, .component.blue h3, .component.blue a, .component.dark h1, .component.dark h2, .component.dark h3, .component.dark a,
.multipart-column.blue h1,
.multipart-column.blue h2,
.multipart-column.blue h3,
.multipart-column.blue a,
.multipart-column.dark h1,
.multipart-column.dark h2,
.multipart-column.dark h3,
.multipart-column.dark a {
  color: #fff;
}
.component.comb,
.multipart-column.comb {
  background-image: url("../src/img/bg_wabe.jpg");
  background-size: cover;
}
.component.text-align-center,
.multipart-column.text-align-center {
  text-align: center;
}
.component.text-align-right,
.multipart-column.text-align-right {
  text-align: right;
}
.component.text-align-left,
.multipart-column.text-align-left {
  text-align: left;
}
.component.text-gray,
.multipart-column.text-gray {
  color: #2d2d2e;
}
.component.text-dark,
.multipart-column.text-dark {
  color: #252525;
}
.component.text-lightblue,
.multipart-column.text-lightblue {
  color: #d9eeff;
}
.component.text-white,
.multipart-column.text-white {
  color: #fff;
}
.component.text-blue,
.multipart-column.text-blue {
  color: #33a4d4;
}
.component.text-green,
.multipart-column.text-green {
  color: #48ab8c;
}
.component.claim-gray .claim,
.multipart-column.claim-gray .claim {
  color: #2d2d2e;
}
.component.claim-white .claim,
.multipart-column.claim-white .claim {
  color: #fff;
}
.component.claim-blue .claim,
.multipart-column.claim-blue .claim {
  color: #33a4d4;
}
.component.claim-green .claim,
.multipart-column.claim-green .claim {
  color: #48ab8c;
}
.component.claim-dark .claim,
.multipart-column.claim-dark .claim {
  color: #252525;
}
.component.claim-lightblue .claim,
.multipart-column.claim-lightblue .claim {
  color: #d9eeff;
}
.component.headline-gray h2,
.multipart-column.headline-gray h2 {
  color: #2d2d2e;
}
.component.headline-white h2,
.multipart-column.headline-white h2 {
  color: #fff;
}
.component.headline-blue h2,
.multipart-column.headline-blue h2 {
  color: #33a4d4;
}
.component.headline-green h2,
.multipart-column.headline-green h2 {
  color: #48ab8c;
}
.component.headline-dark h2,
.multipart-column.headline-dark h2 {
  color: #252525;
}
.component.headline-lightblue h2,
.multipart-column.headline-lightblue h2 {
  color: #d9eeff;
}
.component.headline2-gray h3,
.multipart-column.headline2-gray h3 {
  color: #2d2d2e;
}
.component.headline2-white h3,
.multipart-column.headline2-white h3 {
  color: #fff;
}
.component.headline2-blue h3,
.multipart-column.headline2-blue h3 {
  color: #33a4d4;
}
.component.headline2-green h3,
.multipart-column.headline2-green h3 {
  color: #48ab8c;
}
.component.headline2-dark h3,
.multipart-column.headline2-dark h3 {
  color: #252525;
}
.component.headline2-lightblue h3,
.multipart-column.headline2-lightblue h3 {
  color: #d9eeff;
}
.component.buttons-gray .btn,
.component.buttons-gray .accordion li h4,
.multipart-column.buttons-gray .btn,
.multipart-column.buttons-gray .accordion li h4 {
  background-color: #2d2d2e;
  color: #fff;
}
.component.buttons-gray .btn:hover, .component.buttons-gray .btn:focus,
.multipart-column.buttons-gray .btn:hover,
.multipart-column.buttons-gray .btn:focus {
  background-color: #0f0f0f;
}
.component.buttons-blue .btn,
.component.buttons-blue .accordion li h4,
.multipart-column.buttons-blue .btn,
.multipart-column.buttons-blue .accordion li h4 {
  background-color: #33a4d4;
  color: #fff;
}
.component.buttons-blue .btn:hover, .component.buttons-blue .btn:focus,
.multipart-column.buttons-blue .btn:hover,
.multipart-column.buttons-blue .btn:focus {
  background-color: #237fa7;
}
.component.buttons-green .btn,
.component.buttons-green .accordion li h4,
.multipart-column.buttons-green .btn,
.multipart-column.buttons-green .accordion li h4 {
  background-color: #48ab8c;
  color: #fff;
}
.component.buttons-green .btn:hover, .component.buttons-green .btn:focus,
.multipart-column.buttons-green .btn:hover,
.multipart-column.buttons-green .btn:focus {
  background-color: #368069;
}
.component.buttons-white .btn,
.component.buttons-white .accordion-item li h4,
.multipart-column.buttons-white .btn,
.multipart-column.buttons-white .accordion-item li h4 {
  background-color: #fff;
  color: #2d2d2e;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.component.buttons-white .btn:hover, .component.buttons-white .btn:focus,
.multipart-column.buttons-white .btn:hover,
.multipart-column.buttons-white .btn:focus {
  background-color: #d9d9d9;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.component.buttons-lightblue .btn,
.component.buttons-lightblue .accordion li h4,
.multipart-column.buttons-lightblue .btn,
.multipart-column.buttons-lightblue .accordion li h4 {
  background-color: #d9eeff;
  color: #2d2d2e;
}
.component.buttons-lightblue .btn:hover, .component.buttons-lightblue .btn:focus,
.multipart-column.buttons-lightblue .btn:hover,
.multipart-column.buttons-lightblue .btn:focus {
  background-color: #9cd3ff;
}
.component.buttons-dark .btn,
.component.buttons-dark .accordion li h4,
.multipart-column.buttons-dark .btn,
.multipart-column.buttons-dark .accordion li h4 {
  background-color: #252525;
  color: #fff;
}
.component.buttons-dark .btn:hover, .component.buttons-dark .btn:focus,
.multipart-column.buttons-dark .btn:hover,
.multipart-column.buttons-dark .btn:focus {
  background-color: #060606;
}

.lists-style-check .wrapper li li:before {
  display: none !important;
}

.lists-style-dots .wrapper li {
  padding-left: 15px;
  box-sizing: border-box;
}
.lists-style-dots .wrapper li li {
  padding-left: 1em;
}
.lists-style-dots .wrapper li li:before {
  top: 0;
}
.lists-style-dots .wrapper li:before {
  display: inline-block;
  content: "»" !important;
  top: 0.6em;
  background-image: none !important;
  color: #33a4d4;
}
.lists-style-dots .wrapper.white li:before, .lists-style-dots .wrapper.comb li:before, .lists-style-dots .wrapper.greengradient li:before, .lists-style-dots .wrapper.lightblue li:before, .lists-style-dots .wrapper.gray li:before, .lists-style-dots .wrapper.dark li:before {
  color: #33a4d4;
}
.lists-style-dots .wrapper .accordion-item {
  padding-left: 0;
}
.lists-style-dots .wrapper .accordion-item:before {
  position: absolute;
}
.lists-style-dots .wrapper .accordion-item li {
  padding-top: 0;
}

.lists-style-none .wrapper li {
  padding-left: 0;
  width: auto;
  float: none;
}
.lists-style-none .wrapper li:before {
  content: none;
  top: 0.6em;
  background-image: none !important;
  color: #fff;
}
.lists-style-none .wrapper li li {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .box.with-button .img {
    text-align: left;
  }
}
@media (min-width: 620px) {
  .component.one-of-two {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .component.one-of-two {
    width: 40%;
  }
}

.blue .wrapper ul li:before {
  background-image: url("../src/img/check-white.png");
}

@media (min-width: 992px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
}

.header {
  background-color: transparent;
}

@media (min-width: 992px) {
  main {
    padding-top: 4.8em;
  }
}

.box .img.fullwidth {
  float: none;
  margin-left: 0;
  max-width: none;
  margin-bottom: 20px;
}

.spam-at,
.spam-dot {
  letter-spacing: -0.5px;
  position: relative;
  left: -0.5px;
  display: inline-block;
}

.wrapper.news h2 {
  margin-bottom: 2em;
}
.wrapper.news .text-align-center {
  text-align: center;
}
.wrapper.news .text-align-right {
  text-align: right;
}
.wrapper.news .text-align-left {
  text-align: left;
}

.wrapper.news .article {
  border-bottom: 0;
}

.wrapper.news .subline {
  margin: 0 0 0.5em;
}

.wrapper.news .news-header h3 {
  font-size: 3rem;
  margin: 0 0 0.5em;
}

.wrapper.news time {
  color: #3c3c3c;
}

.wrapper ul.unstyled-list {
  padding-left: 1.25em;
}
.wrapper ul.unstyled-list li {
  padding-left: 0;
  list-style-type: square;
}
.wrapper ul.unstyled-list li:before {
  content: none;
}
@media (max-width: 449px) {
  .wrapper ul li {
    width: 100%;
    float: none;
  }
}

.component-images_with_text .image-container {
  text-align: center;
  margin-bottom: 1em;
}
.component-images_with_text .image-container.with-text img {
  max-width: 7.5em;
}
.component-images_with_text .image-with-text-item {
  margin-bottom: 3em;
  width: 100%;
}
.component-images_with_text .bodytext {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .component-images_with_text .bodytext > * {
    flex-basis: 40%;
    margin-right: 10%;
  }
}
.component-images_with_text .small-version .bodytext > * {
  margin-right: 0;
}
.component-images_with_text .small-version .image-with-text-item {
  flex-basis: 8em;
  padding: 0.5em;
  text-align: center;
  font-size: 0.85em;
  min-width: 10em;
}
.component-images_with_text .small-version .image-with-text-item img {
  width: 5em;
}
.component-images_with_text .small-version .image-with-text-item .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 6em;
  justify-content: center;
}
.component-images_with_text .small-version .image-with-text-item .image-container.with-text {
  margin-bottom: 0;
}
.component-images_with_text .image-with-text-item h2 {
  margin-bottom: 0.5em;
}
.component-images_with_text .image-with-text-item:hover, .component-images_with_text .image-with-text-item:focus {
  text-decoration: none;
}

.component-text_with_image .img {
  display: block;
}
.component-text_with_image ol {
  padding: 0;
  margin: 0;
  counter-reset: item;
  list-style-type: none;
}
.component-text_with_image ol li {
  margin-left: 0 !important;
  position: relative;
  padding-left: 1.4em;
}
.component-text_with_image ol li li {
  padding-left: 2em;
}
.component-text_with_image ol li li li {
  padding-left: 2.8em;
}
.component-text_with_image li:before {
  left: 0;
  top: 0;
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
}

#subNavi {
  margin-bottom: 2.5em;
}
#subNavi li a {
  line-height: 1.2em;
  padding: 0.45em 0;
  display: inline-block;
}

.component-eventlist-reader {
  padding-top: 3em;
}
.component-eventlist-reader .wrapper.news .article {
  border-bottom: 1px solid #fff;
}
.component-eventlist-reader .wrapper.news .article:last-child {
  border-bottom: 0;
}
.component-eventlist-reader .wrapper {
  margin-bottom: 0;
}

.changed-element {
  clear: both;
}
.changed-element h4 {
  font-weight: 600;
  margin: 1.5em 0 0.5em;
}

.training-data {
  border: 1px solid #d1d6d4;
  margin-bottom: 40px;
}
.training-data tr:first-child th,
.training-data tr:first-child td {
  padding-top: 12px;
}
.training-data tr:last-child th,
.training-data tr:last-child td {
  padding-bottom: 12px;
}
.training-data th,
.training-data td {
  padding: 3px 15px;
  line-height: 1.1;
}

.contact-person .person-info {
  font-weight: bold;
}
.contact-person .text {
  float: left;
  margin-bottom: 1em;
  margin-right: 0.75em;
  width: 14em;
}
.contact-person h5 {
  margin-top: 0.1em;
  font-size: 1em;
}
.contact-person img {
  width: 250px;
}

.topContent .col-sm-3 .contact-person .text {
  width: 100%;
}
@media (min-width: 768px) {
  .topContent .col-sm-3.fixed .sidebar-inner {
    position: fixed;
    max-width: 18.5%;
    top: 100px;
    box-sizing: border-box;
    max-height: calc(100% - 70px);
    overflow: auto;
    transition: all 0.25s;
  }
  .sidebar-relative .topContent .col-sm-3.fixed .sidebar-inner {
    position: static;
    max-width: none;
  }
}
@media (min-width: 960px) {
  .topContent .col-sm-3.fixed .sidebar-inner {
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .topContent .col-sm-3.near-bottom .sidebar-inner {
    top: auto;
    bottom: 400px;
  }
}

.topContent .col-sm-9 {
  margin-bottom: -0.5em;
}
.topContent .col-sm-9 .component.blue, .topContent .col-sm-9 .component.green, .topContent .col-sm-9 .component.comb, .topContent .col-sm-9 .component.greengradient, .topContent .col-sm-9 .component.dark, .topContent .col-sm-9 .component.lightblue, .topContent .col-sm-9 .component.gray {
  padding: 1.5em 3.5%;
}
.topContent .col-sm-9 .component.blue .wrapper, .topContent .col-sm-9 .component.green .wrapper, .topContent .col-sm-9 .component.comb .wrapper, .topContent .col-sm-9 .component.greengradient .wrapper, .topContent .col-sm-9 .component.dark .wrapper, .topContent .col-sm-9 .component.lightblue .wrapper, .topContent .col-sm-9 .component.gray .wrapper {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .topContent > .container-fluid > .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .topContent > .container-fluid > .row .col-sm-3 {
    padding-top: 1em;
  }
}
.featherlight-content {
  width: 90% !important;
  height: 50vw;
}
.featherlight-content iframe {
  width: 100%;
  height: 100%;
}

.component-pdf-reader-lightbox {
  text-align: center;
}
.col-sm-3 .component-pdf-reader-lightbox {
  text-align: left;
}

.pdf-reader {
  max-width: 25em;
  text-align: left;
  display: inline-block;
}
.pdf-reader .rest {
  font-size: 1.3em;
  margin-bottom: 2em;
}
.col-sm-3 .pdf-reader {
  max-width: 15em;
  margin-bottom: 2em;
}
.col-sm-3 .pdf-reader:after {
  content: "";
  display: block;
  clear: both;
}
.col-sm-3 .pdf-reader .rest {
  font-size: 1em;
  margin-bottom: 0;
}
.pdf-reader .icon {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}
.pdf-reader .icon img {
  max-width: 3em;
}
.pdf-reader p {
  display: inline;
  line-height: 1em;
  font-size: 0.8em;
  margin: 0;
}
.pdf-reader .rest {
  width: calc(100% - 5em);
  float: left;
  line-height: 1em;
}

.error-box {
  background-color: #ac3d00;
  padding: 0.5em 1em;
  color: #fff;
  margin: 1em 0;
}

.csc-mailform form input.error,
.csc-mailform form textarea.error,
.contact-form-new form input.error,
.contact-form-new form textarea.error {
  border: 2px solid #ac3d00;
}

.success-info {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
.white .success-info {
  color: #33a4d4;
}
.white .green .success-info {
  color: #fff;
}
.component-individual-form.gray .success-info, .component-individual-form.greengradient .success-info, .component-individual-form.comb .success-info, .component-individual-form.lightblue .success-info {
  color: #2d2d2e;
}

.expandableContainer {
  display: none;
}

.wrapper .li-fullwidth ul li {
  width: 100%;
}

.align_right {
  float: right;
  max-width: 50%;
  margin: 0.5em 1em;
}

.page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  background-color: transparent;
}

.inner-push .col-md-12 {
  margin-left: 25%;
  width: 75%;
}

.wrapper .MarkupPagerNav {
  clear: both;
  margin: 1em 0;
  font-family: Arial, sans-serif;
}
.wrapper .MarkupPagerNav li {
  display: inline-block;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper .MarkupPagerNav li:before {
  content: none;
}
.wrapper .MarkupPagerNav li a,
.wrapper .MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  color: #2d2d2e;
  padding: 0.5em;
  background: transparent;
  margin-right: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.wrapper .MarkupPagerNav li.MarkupPagerNavOn a,
.wrapper .MarkupPagerNav li a:hover {
  color: #fff;
  background: #33a4d4;
  text-decoration: none;
}
.wrapper .pw-pager {
  display: flex;
  justify-content: center;
}
.wrapper li.MarkupPagerNavPrevious, .wrapper li.MarkupPagerNavNext {
  display: none;
}

.many-news .article {
  border-bottom: 1px solid #2d2d2e !important;
}

.search-meta-info {
  margin: 2em 0 3em;
}

.news-search-form {
  margin-bottom: 2em;
  overflow: hidden;
}

.image-not-fullwidth .img.fullwidth {
  width: 80%;
  margin: 0 auto;
  max-width: 35em;
}

.component-eventreader-4teasers .wrapper.news .article {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .component-eventreader-4teasers .wrapper.news h3 {
    min-height: 2.25em;
  }
}
@media (min-width: 1700px) {
  .component-eventreader-4teasers .wrapper.news h3 {
    min-height: auto;
  }
}

.news-related ul li span {
  color: #888;
}

.news-single .img.right, .news-single .img.left {
  margin: 1em 0;
}
@media (min-width: 450px) {
  .news-single .img.right, .news-single .img.left {
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 450px) {
  .news-single .img.right {
    float: right;
    margin-left: 3%;
  }
}
@media (min-width: 450px) {
  .news-single .img.left {
    float: left;
    margin-right: 3%;
    margin-bottom: 2em;
  }
}
.news-single .img.top {
  margin-bottom: 2em;
}
.news-single .news-backlink-wrap {
  clear: both;
}

#overlay .inner {
  max-width: 70em;
}
#overlay .inner:after {
  color: #fff;
  text-shadow: -0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  top: -25px;
  right: -10px;
  width: 0.5em;
  height: 0.5em;
  padding: 0;
  box-sizing: border-box;
  line-height: 1em;
}

.gray + .gray,
.blue + .blue,
.green + .green,
.dark + .dark,
.lightblue + .lightblue {
  margin-top: 0;
}

.modul .flip.back:after,
.modul .flip.back:before {
  border-top-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
}

.wrapper.wabe {
  background-image: none;
}

.slide .col-sm-7 {
  padding-left: 2em;
}

.topContent {
  padding-bottom: 0.5em;
  background-color: transparent;
}
.topContent .wrapper {
  padding: 0;
}

.wrapper {
  margin-bottom: 4em;
  padding: 0;
}

/*.wrapper:not(.cols2) {
	padding-top: 0;
	padding-bottom: .5em;
}*/
.wrapper:not(.cols2) {
  margin-bottom: 0;
  padding-bottom: 4em;
}

.wrapper:not(.cols2).slider {
  margin-bottom: 4em;
  padding-bottom: 0;
}

.wrapper .accordion-content ul {
  margin: 0;
  padding: 15px 0;
}

.page-jobs .component-accordion-jobs {
  margin-top: -2em;
  margin-bottom: 2em;
}

.component-accordion .headlines {
  margin-bottom: 0.75em;
}
.component-accordion .headlines h2, .component-accordion .headlines h3, .component-accordion .headlines h4 {
  margin: 0 0 0.25em;
}

.headlines .claim {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.25em;
}
@media (min-width: 620px) {
  .headlines .claim {
    font-size: 3.5em;
  }
}

.box .headlines {
  margin-bottom: 10px;
}

.page-wrapper {
  background: #fff;
}
.page-wrapper.page-start .wrapper {
  margin-bottom: 0;
}
.page-wrapper.page-start .wrapper:not(.cols2) {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: calc(7vw - 16px);
  padding-right: calc(7vw - 16px);
}

@media (min-width: 620px) {
  .cols2 .multipart-column:first-child {
    padding-left: 7vw;
  }
  .cols2 .multipart-column:first-child .inner {
    padding-left: 0;
  }
  .cols2 .multipart-column:last-child {
    padding-right: 7vw;
  }
  .cols2 .multipart-column:last-child .inner {
    padding-right: 0;
  }
}
@media (max-width: 619px) {
  .cols2 .inner {
    padding-left: calc(7vw - 16px);
    padding-right: calc(7vw - 16px);
  }
}
.cols2 .col-text {
  clear: both;
}
@media (min-width: 620px) {
  .topContent .cols2 .multipart-column {
    padding-left: 5%;
    padding-right: 5%;
  }
  .topContent .cols2 .multipart-column .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.cols2 img {
  margin-bottom: 1em;
}
.cols2 .inner h2 {
  margin-top: 0.75em;
}

.component-slider {
  margin-bottom: 4em;
}
.page-start .component-slider {
  margin-bottom: 0;
}
.component-slider .wrapper:not(.cols2).slider {
  margin-bottom: 0;
}
.component-slider.gray .owl-controls .owl-buttons .owl-prev,
.component-slider.gray .owl-controls .owl-buttons .owl-next {
  background-size: 100%;
  background-position: 0;
}
.component-slider.gray .owl-controls .owl-buttons .owl-prev {
  background-image: url(../src/img/chevron-left.svg);
}
.component-slider.gray .owl-controls .owl-buttons .owl-next {
  background-image: url(../src/img/chevron-right.svg);
}
.component-slider.gray .slider .owl-controls .owl-pagination .owl-page span {
  background-color: transparent;
  border: 1px solid #2d2d2e;
  opacity: 0.8;
}
.component-slider.gray .slider .owl-controls .owl-pagination .owl-page.active span {
  background-color: #2d2d2e;
}
.component-slider h2 {
  margin-top: 1.5em;
}
.component-slider .claim {
  margin-top: 0;
}

.slider .slider-wrapper {
  margin: 0 45px 50px;
  /*	padding:.5em 50px 50px;*/
}
@media (min-width: 450px) {
  .slider .slider-wrapper {
    margin: 0 65px 50px;
  }
}

.slider .owl-controls .owl-buttons .owl-prev {
  left: -60px !important;
}

.slider .owl-controls .owl-buttons .owl-next {
  right: -60px !important;
}

.slider .owl-buttons {
  position: absolute;
  width: 100%;
}
.slider .owl-buttons .owl-prev {
  position: absolute;
  top: calc(50% - 1em);
}
.slider .owl-buttons .owl-next {
  position: absolute;
  top: calc(50% - 1em);
}

.owl-carousel {
  width: calc(100% - 90px) !important;
}
@media (min-width: 450px) {
  .owl-carousel {
    width: calc(100% - 130px) !important;
  }
}

.box .img.left {
  float: left;
  margin-left: 0;
  margin-right: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .box .img.left {
    float: none;
  }
}

.owl-wrapper {
  margin-top: 1.5em;
}

.wrapper.slider ul li {
  width: 100%;
  float: none;
}

.slide-elements-2.slide-element {
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .slide-elements-2.slide-element {
    width: 50%;
    float: left;
  }
}

.slide-element {
  padding: 0 1em;
}
@media (min-width: 450px) {
  .slide-element {
    padding: 0 2em;
  }
}
.slide-element .icon,
.slide-element .text,
.slide-element .link {
  float: left;
  box-sizing: border-box;
}
.slide-element .icon,
.slide-element .link {
  width: 22%;
}
.slide-element .icon {
  padding-right: 2%;
}
.slide-element.sub-elements-2 .text {
  width: 78%;
}
.slide-element.sub-elements-3 .text {
  width: 56%;
}
.slide-element .text {
  padding-right: 2%;
}
@media (max-width: 619px) {
  .slide-element .icon,
  .slide-element .link, .slide-element.sub-elements-2 .text, .slide-element.sub-elements-3 .text {
    width: 100%;
    float: none;
  }
}

.slider .slider-wrapper .slide .link a {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.slider .owl-controls .owl-pagination {
  top: 20px;
  position: relative;
}

.field--error--message,
.newsletter--error,
.newsletter--success,
.success-info {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.field--error--message.animate,
.newsletter--error.animate,
.newsletter--success.animate,
.success-info.animate {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.field--error--message,
.newsletter--error {
  color: #ac3d00;
}

.field__header--hidden {
  display: none;
}

#mainNavi {
  margin-left: 0;
  margin-top: 0;
}
#mainNavi > ul > .first {
  padding-top: 1.5em;
  padding-bottom: 1.45em;
  padding-left: 2em;
  box-sizing: border-box;
  height: 80px;
}
#mainNavi > ul > .first:hover path {
  fill: #000;
}
#mainNavi > ul > li {
  padding-top: 1.75em;
}
#mainNavi > ul > li.hasSub:hover .submenu {
  padding-top: 46px;
}
@media (min-width: 992px) {
  #mainNavi .extra-label {
    display: none;
  }
}

@media (max-width: 991px) {
  .mm-listview .first svg {
    display: none;
  }
}

.wrapper ol li li:not(.accordion-item) {
  margin-left: 15px;
  margin-bottom: 5px;
  width: 47%;
}
@media (max-width: 619px) {
  .wrapper ol li li:not(.accordion-item) {
    width: calc(100% - 15px);
    float: none;
  }
}
.wrapper ol li .unstyled-list li:not(.accordion-item) {
  margin-left: 43px;
  width: calc(50% - 43px);
}

.social-media-block {
  display: inline-block;
  text-align: center;
}

footer,
.slogan {
  z-index: 5;
  font-weight: 400;
}
footer li,
.slogan li {
  font-weight: 400;
}

footer .social .footerHeadline {
  margin-bottom: 1.3em;
}

footer .social li {
  position: relative;
  left: -0.3em;
}

footer .social li {
  margin: 0 5px;
  /*	&:nth-child(2) {
          margin-left:-5px;
      }*/
}
@media (max-width: 449px) {
  footer .social li {
    margin: 0 2px;
  }
}
footer .social li:first-child a {
  position: relative;
  left: 0.5em;
}
footer .social li a {
  display: block;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .component-newsreader-3teasers .wrapper.news .news-header h3 {
    font-size: 1.3em;
    min-height: 4em;
  }
}
@media (min-width: 1200px) {
  .component-newsreader-3teasers .wrapper.news .news-header h3 {
    font-size: 1.75em;
  }
}
@media (min-width: 1700px) {
  .component-newsreader-3teasers .wrapper.news .news-header h3 {
    font-size: 2em;
    min-height: 3em;
  }
}
@media (min-width: 768px) {
  .component-newsreader-3teasers .wrapper.news .news-header h4 {
    font-size: 1.1em;
    min-height: 2em;
  }
}
.component-newsreader-3teasers .wrapper.news .teaser-text {
  margin-bottom: 15px;
}
.component-newsreader-3teasers .wrapper.news .teaser-text p {
  font-size: 1em;
  margin: 0;
}
@media (min-width: 768px) {
  .component-newsreader-3teasers .wrapper.news .teaser-text {
    min-height: 11em;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .component-newsreader-3teasers .wrapper.news .teaser-text {
    min-height: 8.5em;
  }
}
@media (min-width: 1700px) {
  .component-newsreader-3teasers .wrapper.news .teaser-text {
    min-height: 6em;
  }
}

.topContent .col-sm-9 .component-form .row {
  margin: 0;
}
.topContent .col-sm-9 .component-form .blue,
.topContent .col-sm-9 .component-form .green,
.topContent .col-sm-9 .component-form .comb,
.topContent .col-sm-9 .component-form .greengradient {
  padding: 1.5em 3.5%;
}

.contact-form .csc-form-element-checkbox {
  width: 100%;
  margin-bottom: 1.5em;
}
.contact-form .csc-form-element-checkbox label {
  float: left;
  width: calc(100% - 2.5em);
  clear: none;
  display: block;
  margin: 0;
}
.contact-form .csc-form-element-checkbox label a {
  text-decoration: underline;
  color: inherit;
}
.contact-form [type=checkbox] {
  float: left;
  width: 1.5em;
  margin-right: 0.5em;
}
.contact-form .error {
  color: #8C1414;
}
.contact-form .error p {
  color: #8C1414;
}

.warn-info {
  background-color: #ac3d00;
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}

[type=text],
[type=email],
textarea {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25) inset;
  background-color: #f7f8f7;
}

.csc-form-element-checkbox .error-box,
.csc-form-element-fileupload .error-box {
  display: none;
}
.csc-form-element-checkbox.error .error-box,
.csc-form-element-fileupload.error .error-box {
  margin: 0.75em 0;
  display: block;
}

.csc-form-element-fileupload.error .error-box {
  display: inline-block;
}

.error-box {
  position: relative;
}
.error-box .caret1 {
  background-color: #ac3d00;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -0.5em;
  width: 1em;
  height: 1em;
  left: 3px;
}

#img-overlay .inner {
  max-height: 70vh;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.overlay .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay .modal [type=checkbox] {
  width: 1.25em;
  height: 1.25em;
}
.overlay .modal label {
  position: relative;
  top: -0.3em;
  font-weight: normal;
}
.overlay .modal .details {
  display: none;
  padding: 2em 0;
  clear: both;
}
.overlay .modal h4 {
  color: #33a4d4;
}
.overlay .modal .show-details {
  cursor: pointer;
  float: right;
}
.overlay .modal .additional-links:after {
  content: "";
  display: block;
  clear: both;
}
.overlay .modal .imprint-link {
  float: left;
}
.overlay .modal .buttons-wrapper {
  clear: both;
  margin-top: 1em;
}
@media (min-width: 450px) {
  .overlay .modal .buttons-wrapper {
    display: flex;
  }
}
.overlay .modal form {
  clear: both;
  margin: 1em 0;
}
.overlay .modal form:after {
  content: "";
  display: block;
  clear: both;
}
.overlay .modal-inner {
  background-color: #fff;
  max-width: 50em;
  padding: 2em;
  box-shadow: 0.2em 0.2em 1em rgba(0, 0, 0, 0.9);
  max-height: 100vh;
  overflow: auto;
}
.overlay .confirm-check,
.overlay .confirm-check-all {
  flex-basis: 50%;
  padding: 0.5em 1em;
  margin-bottom: 0.25em;
  min-width: 15em;
}
.overlay .confirm-check:hover,
.overlay .confirm-check-all:hover {
  opacity: 0.8;
}
.overlay .confirm-check {
  border: 1px solid #33a4d4;
  background-color: transparent;
  margin-right: 1em;
}
.overlay .confirm-check-all {
  background-color: #33a4d4;
  border: 0;
  color: #fff;
}
.overlay [for=tech-neccesary] {
  margin-right: 2em;
}

.component-image-list h2 {
  margin: 0.1em 0;
}
.component-image-list h3 {
  margin: 0;
  margin-bottom: 1em;
}

.images-list {
  margin: 1em 0;
  overflow: visible;
  text-align: center;
  color: #2d2d2e;
  display: flex;
  flex-wrap: wrap;
}
.images-list:hover {
  text-decoration: none;
}
.images-list .image-item-inner {
  position: relative;
}
.images-list .image-item {
  margin-bottom: 1em;
  margin-right: 1em;
  position: relative;
  /*		overflow: hidden;
          text-align: center;
          color:$c-copy;
          margin-bottom:.5em;
          display: flex;
          flex-direction: column;
          justify-content: center;
          background-color: $c-negative;
          min-height:10em;
          flex-shrink: 0;
          flex-grow:0;*/
  /*

  @include brp(b2) {
      min-height:15em;
  }
  @include brp(b4) {
      min-height:12em;
  }
  @include brp(b5) {
      min-height:15em;
  }
  */
}
.images-list .image-item:hover {
  text-decoration: none;
}
.images-list .image-item .image-container {
  padding: 0.5em;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.white .images-list .image-item .image-container {
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.images-list .image-item .image-container .portrait-proportions {
  height: 9em;
}

.proportion-constraint {
  min-width: 10em;
}

.mCCF--dark {
  background-color: #33a4d4;
}

.mCCF--dark a {
  color: #fff;
  text-decoration: underline;
}

.mCCF--dark .mCCF__accept,
.mCCF--dark .mCCF__accept:hover {
  background-color: #fff;
  color: #33a4d4;
  border-radius: 0;
  transition: opacity 0.15s;
}

.mCCF--dark .mCCF__accept:hover {
  opacity: 0.85;
}

footer p.footerHeadline {
  margin-bottom: 0.25em !important;
  font-size: 1.2em;
}
@media (max-width: 959px) {
  footer p.footerHeadline {
    text-align: left;
  }
}

footer .wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

footer .wrapper ul {
  list-style-type: none;
}

footer .wrapper ul li {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}

footer .wrapper ul li:before {
  content: none;
}

footer .social li:first-child {
  margin-left: -0.4em;
}

footer .social li a {
  background-image: none !important;
  font: inherit !important;
  width: 75%;
}

footer .legal li a {
  margin-right: 1.5em;
}

footer .wrapper ul {
  margin-top: 0;
}

footer .row {
  margin-bottom: 0;
}

footer {
  padding-left: 0;
  padding-top: 35px;
}
@media (min-width: 620px) {
  footer .wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.component-newsletter-form .headlines h2 {
  margin-top: 0;
}
.component-newsletter-form a {
  color: inherit;
  text-decoration: underline;
}

.component-individual-form {
  background-color: transparent !important;
  background-image: none !important;
  margin: 2em 0;
}
.col-sm-9 .component-individual-form {
  padding: 0 !important;
}
.component-individual-form.component.blue .container-fluid {
  background-color: #33a4d4;
}
.component-individual-form.component.green .container-fluid {
  background-color: #48ab8c;
}
.component-individual-form.greengradient .container-fluid {
  background-image: linear-gradient(to right, #9fcebf 0%, #bedbd2 44%, #e0e9e6 100%);
}
.component-individual-form.component.gray .container-fluid {
  background-color: #eceeed;
}
.component-individual-form.component.dark .container-fluid {
  background-color: #252525;
}
.component-individual-form.component.lightblue .container-fluid {
  background-color: #d9eeff;
}
.component-individual-form.component.white .container-fluid {
  background-color: #fff;
}
.component-individual-form.component.comb .container-fluid {
  background-image: url("../src/img/bg_wabe.jpg") !important;
  background-size: 100% 100%;
}
.component-individual-form .wrapper {
  padding-top: 0;
  z-index: 4;
  position: relative;
  overflow: visible;
}
.component-individual-form .container-fluid {
  padding: 0;
  box-shadow: 0.25em 0.25em 1.5em rgba(0, 0, 0, 0.5);
}
.component-individual-form .wrapper-inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .component-individual-form .wrapper-inner {
    width: 75%;
    margin: 0 auto;
  }
}
.col-sm-9 .component-individual-form .wrapper-inner {
  padding: 0;
}
@media (min-width: 1200px) {
  .col-sm-9 .component-individual-form .wrapper-inner {
    width: 75%;
    margin: 0;
    padding: 0;
  }
}
.component-individual-form .element-checkbox label {
  font-weight: normal;
}
.component-individual-form .headlines img {
  float: left;
  margin-right: 25px;
}
.component-individual-form .bodytext {
  padding-top: 1em;
  clear: both;
}

.contact-form-new input,
.contact-form-new textarea {
  border: 0;
}
.contact-form-new form {
  position: relative;
  overflow: auto;
}
.contact-form-new label {
  display: inline-block;
  min-width: 6em;
  margin-bottom: 0;
}
.contact-form-new .csc-form-element {
  margin-bottom: 1em;
}
.contact-form-new input,
.contact-form-new textarea,
.contact-form-new select {
  width: calc(100% - 4em);
}
@media (min-width: 960px) {
  .contact-form-new input,
  .contact-form-new textarea,
  .contact-form-new select {
    width: calc(100% - 8em);
  }
}
.contact-form-new .element-radio label {
  min-width: 0;
  width: auto;
}
.contact-form-new .element-radio input {
  min-width: 0;
  width: auto;
}
.contact-form-new ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-form-new ol li {
  margin: 0 !important;
}
@media (min-width: 960px) {
  .contact-form-new .part1,
  .contact-form-new .part2 {
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}
.contact-form-new input,
.contact-form-new textarea,
.contact-form-new select {
  padding: 0.2em;
  color: #2d2d2e;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .contact-form-new input,
  .contact-form-new textarea,
  .contact-form-new select {
    width: 100%;
  }
}
.contact-form-new textarea {
  resize: vertical;
  min-height: 15.55em;
  width: 100%;
}
.contact-form-new .part3 {
  clear: both;
}
.contact-form-new .no-styling select {
  min-width: 0;
}
@media (min-width: 960px) {
  .contact-form-new .no-styling select {
    min-width: 0;
    width: auto;
  }
}
.contact-form-new .element-checkbox input {
  min-width: 0;
  width: auto;
  float: left;
  margin-right: 0.5em;
}
.contact-form-new .element-checkbox label {
  width: calc(100% - 4em);
}

.form-header {
  padding: 2em 1.5em 1.5em;
}
@media (min-width: 960px) {
  .form-header {
    padding: 2em 3em 1.5em;
  }
}
.form-header.background-blue {
  background-color: #33a4d4;
  color: #fff;
}
.form-header.background-green {
  background-color: #48ab8c;
  color: #fff;
}
.form-header.background-blue h2, .form-header.background-blue h3, .form-header.background-green h2, .form-header.background-green h3 {
  color: #fff;
}
.form-header.background-gray {
  background-color: #eceeed;
}
.form-header.background-comb {
  background-image: url("../src/img/bg_wabe.jpg");
  background-size: cover;
}
.form-header.background-greengradient {
  background-image: linear-gradient(to right, #9fcebf 0%, #bedbd2 44%, #e0e9e6 100%);
}
.form-header.background-dark {
  background-color: #252525;
}
.form-header.background-lightblue {
  background-color: #d9eeff;
}
.form-header.background-white {
  background-color: #fff;
}
.form-header.background-comb, .form-header.background-gray, .form-header.background-greengradient, .form-header.background-lightblue, .form-header.background-whitem, .form-header.background-dark {
  color: #2d2d2e;
}
.form-header.background-comb h2, .form-header.background-gray h2, .form-header.background-greengradient h2, .form-header.background-lightblue h2, .form-header.background-whitem h2, .form-header.background-dark h2 {
  color: #33a4d4;
}
.form-header.background-comb h3, .form-header.background-gray h3, .form-header.background-greengradient h3, .form-header.background-lightblue h3, .form-header.background-whitem h3, .form-header.background-dark h3 {
  color: #2d2d2e;
}
.form-header.background-dark h3 {
  color: #fff;
}
.form-header.background-dark .bodytext {
  color: #fff;
}
.form-header .bodytext.col2 {
  overflow: hidden;
}
@media (min-width: 960px) {
  .form-header .bodytext.col2 .part1,
  .form-header .bodytext.col2 .part2 {
    float: left;
  }
  .form-header .bodytext.col2 .part1 {
    width: 44%;
    margin-right: 6%;
  }
  .form-header .bodytext.col2 .part2 {
    width: 49%;
  }
}

.form-new-wrapper {
  padding: 2em 1.5em 1.5em;
}
@media (min-width: 960px) {
  .form-new-wrapper {
    padding: 2em 3em 1.5em;
  }
}
.component.green .form-new-wrapper .btn-success {
  background-color: #fff;
  color: #48ab8c !important;
}
.component.blue .form-new-wrapper .btn-success {
  background-color: #fff;
  color: #33a4d4 !important;
}
.component.greengradient .form-new-wrapper .btn-success, .component.gray .form-new-wrapper .btn-success, .component.dark .form-new-wrapper .btn-success, .component.white .form-new-wrapper .btn-success, .component.lightblue .form-new-wrapper .btn-success, .component.comb .form-new-wrapper .btn-success {
  background-color: #33a4d4;
}
.form-new-wrapper .btn-success {
  color: #fff !important;
  font-weight: normal;
  text-align: center;
  line-height: 1.5em;
}
.form-new-wrapper .btn-success:hover {
  opacity: 0.9;
}
.form-new-wrapper a {
  text-decoration: underline;
}

[name=subscribe-form] button[name=submit] {
  display: inline-block;
  width: auto;
  padding: 0.6em 1em 0.5em;
  font-size: 1.2em;
  font-weight: normal;
  min-width: 0;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.2);
  border: 0;
  margin: 0.5em 0;
  text-transform: uppercase;
  color: #fff;
}
.component.green [name=subscribe-form] button[name=submit] {
  background-color: #fff;
  color: #48ab8c;
}
.component.blue [name=subscribe-form] button[name=submit] {
  background-color: #fff;
  color: #33a4d4;
}
.component.lightblue [name=subscribe-form] button[name=submit], .component.dark [name=subscribe-form] button[name=submit], .component.white [name=subscribe-form] button[name=submit] {
  background-color: #33a4d4;
  color: #fff;
}
.component.greengradient [name=subscribe-form] button[name=submit], .component.comb [name=subscribe-form] button[name=submit] {
  background-color: #48ab8c;
  color: #fff;
}
.component.gray [name=subscribe-form] button[name=submit] {
  background-color: #48ab8c;
}
[name=subscribe-form] .btn-success {
  line-height: 1.5em;
  color: #fff !important;
}
[name=subscribe-form] .btn-success:hover {
  opacity: 0.9;
}
[name=subscribe-form] label {
  display: inline-block;
  min-width: 6em;
  margin-bottom: 0;
}
[name=subscribe-form] .form__item {
  margin-bottom: 1em;
}
[name=subscribe-form] input,
[name=subscribe-form] select {
  width: 100%;
  padding: 0.1em;
  color: #2d2d2e;
}
@media (min-width: 620px) {
  [name=subscribe-form] input,
  [name=subscribe-form] select {
    width: 41%;
  }
}
[name=subscribe-form] input {
  border: 0;
  padding: 0.25em;
}
[name=subscribe-form] input[type=checkbox] {
  width: auto;
  margin-right: 1em;
  float: left;
}
[name=subscribe-form] #wrap_InputfieldCheckbox5 {
  padding-top: 1em;
}
[name=subscribe-form] #wrap_InputfieldCheckbox5 span {
  width: calc(100% - 4em);
  display: inline-block;
  float: left;
  font-weight: normal;
}
[name=subscribe-form] #wrap_InputfieldCheckbox5 a {
  text-decoration: underline;
}
[name=subscribe-form] .field__header {
  display: none;
}

.contact-form-with-icons td {
  padding: 5px;
}
.contact-form-with-icons td:first-child {
  padding-left: 0;
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
}

[name=nicht_ausfuellen] {
  opacity: 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
  position: absolute;
}

.job h2 {
  color: #2d2d2e;
}
.job.wrapper {
  padding-bottom: 0;
}

.btn-primary:hover, .btn-primary:focus {
  text-decoration: underline;
}

.send-button {
  display: inline-block;
  color: #fff !important;
  width: auto !important;
}

#Inputfield_submit {
  font-size: 2.5rem;
  padding: 8px 15px 4px;
  font-weight: 300;
}
#Inputfield_submit:hover, #Inputfield_submit:focus {
  text-decoration: underline;
  background-color: #2586af;
  border-color: #237fa7;
}

.dropzone-custom {
  border: 2px dotted #2d2d2e;
  padding: 2em;
  text-align: center;
}
.dropzone-custom .icon {
  width: 2em;
}
.dropzone-custom .dz-error.dz-preview.dz-file-preview .dz-image {
  border: 2px solid #ac3d00;
  background-image: linear-gradient(to top, #ac3d00, #f95800);
  border-radius: 0.4em;
}
.dropzone-custom .dz-preview .dz-success-mark,
.dropzone-custom .dz-preview .dz-error-mark {
  margin-top: 0;
  margin-left: -14px;
  top: 62%;
}
.dropzone-custom .dz-preview .dz-success-mark svg,
.dropzone-custom .dz-preview .dz-error-mark svg {
  width: 27px;
  height: 27px;
}
.dropzone-custom .dz-preview .dz-success-mark svg path {
  fill: #547f0d !important;
}

.hidden-attachments-list-for-upload-links {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

.job-contact.csc-mailform ol li.csc-form-element-fileupload {
  overflow: visible;
  list-style-type: none !important;
}

.dropzone-custom .dz-error .dz-remove {
  display: none;
}
.dropzone-custom .dz-preview.dz-complete:not(.dz-error) .dz-success-mark {
  opacity: 1;
}
.dropzone-custom .dz-preview.dz-file-preview .dz-image {
  border-radius: 8px;
}

/* The animation code */
@-webkit-keyframes gradient {
  0% {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  5% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  95% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes gradient {
  0% {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  5% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  95% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes opacity {
  80% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  80% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.component-countdown {
  text-align: center;
}
.component-countdown .number-wrapper {
  position: relative;
  overflow: hidden;
}
.component-countdown .number-wrapper img {
  position: relative;
  z-index: 0;
}
.component-countdown .number {
  height: 400px;
  width: 263px;
}
.component-countdown .countdown {
  font-size: calc(2.5em + 1vw);
}
.component-countdown .foreground {
  -webkit-animation-name: gradient;
          animation-name: gradient;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  top: 0;
  left: 0;
  height: 500%;
  width: 100%;
  background-image: linear-gradient(white 33%, rgba(255, 255, 255, 0), white 66%);
  z-index: 4;
}
.component-countdown .foreground2 {
  -webkit-animation: opacity;
          animation: opacity;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 300%;
  width: 100%;
  z-index: 5;
}
.component-countdown.lightblue .foreground {
  background-image: linear-gradient(#d9eeff 33%, rgba(217, 238, 255, 0), #d9eeff 66%);
}
.component-countdown.lightblue .foreground2 {
  background-color: #d9eeff;
}
.component-countdown .bodytext {
  max-width: 40em;
  margin: 1em auto 3em;
}
.component-countdown .countdown-wrap {
  margin: 1em auto 3em;
  position: relative;
  display: flex;
  font-size: 0.8em;
  justify-content: center;
  align-items: center;
}
.component-countdown .countdown-wrap img {
  width: 12em;
  opacity: 0.4;
}
.component-countdown .countdown-wrap .timeunit {
  font-size: 3em;
  top: 0.45em;
  margin-left: -0.6em;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.component-countdown .countdown-wrap .timeunit .days-text {
  margin-top: 4.25rem;
  opacity: 0.7;
  margin-left: 0.25em;
  font-size: 0.6em;
}
.component-countdown .countdown-wrap .timeunit strong {
  font-size: 1.5em;
}

.component-comb-basis6 {
  font-size: 1vw;
}
@media (min-width: 1300px) {
  .component-comb-basis6 {
    font-size: 0.8em;
  }
}
.component-comb-basis6 .comb-rows {
  padding-top: 9em;
}
.component-comb-basis6 .comb-row {
  display: flex;
  margin-top: -9em;
  justify-content: center;
}
.component-comb-basis6 .comb-row:nth-child(2n+1) {
  margin-right: 11em;
}
.component-comb-basis6 .comb-row:nth-child(2n) {
  margin-left: -11em;
}
.component-comb-basis6 .comb-wrap {
  flex: 0 0 22em;
  position: relative;
  padding: 1em;
  padding-bottom: 5em;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.component-comb-basis6 .comb-wrap:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.component-comb-basis6 .comb-wrap:hover .comb-image {
  opacity: 0.9;
}
.component-comb-basis6 .comb-wrap .comb-image {
  transition: opacity 0.4s;
}
.component-comb-basis6 .comb-wrap:before {
  content: "";
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-135deg, #1f627f, #fff);
  -webkit-filter: blur(1em);
          filter: blur(1em);
  z-index: 0;
  opacity: 0.7;
  -webkit-transform: scale(1, 1.5) rotate(-45deg);
          transform: scale(1, 1.5) rotate(-45deg);
  width: 13em;
  height: 10em;
  bottom: 4em;
  top: auto;
  left: 25%;
}
.component-comb-basis6 .comb-wrap img {
  position: relative;
  z-index: 1;
}
.component-comb-basis6 .comb-wrap .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 3.5em 2em 2em;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.component-comb-basis6 .active-0 {
  opacity: 0;
  visibility: hidden;
}
.component-comb-basis6 .image-wrapper {
  width: 7.5em;
  height: 7.5em;
  border-radius: 50%;
  padding: 1.8em;
  text-align: center;
  position: relative;
  bottom: 4.75em;
  box-sizing: border-box;
}
.component-comb-basis6 .image-wrapper.green {
  background-color: #48ab8c;
}
.component-comb-basis6 .image-wrapper.blue {
  background-color: #33a4d4;
}
.component-comb-basis6 .image-wrapper.white {
  background-color: #fff;
}
.component-comb-basis6 .image-wrapper.white img {
  -webkit-filter: none;
          filter: none;
}
.component-comb-basis6 .image-wrapper.gray {
  background-color: #808080;
}
.component-comb-basis6 .image-wrapper img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.component-comb-basis6 .headline {
  font-size: 2.5em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  height: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comb-rows-wrapper {
  margin-right: -12.5em;
}

.timeline {
  display: flex;
  width: 102%;
  margin-left: -1%;
}
@media (max-width: 1199px) {
  .timeline {
    flex-direction: column;
  }
}
.timeline .timeline-item {
  flex: 1;
  margin: 1%;
  display: flex;
  flex-direction: column;
}
.timeline .timeline-item:nth-child(2n+1) {
  flex-direction: column-reverse;
}
@media (max-width: 1199px) {
  .timeline .timeline-item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
.timeline .timeline-item .text {
  width: 200%;
  font-size: 0.9em;
  line-height: 1.3em;
}
.timeline .timeline-item:last-child .text {
  width: 70%;
}
.timeline .text {
  position: relative;
  padding-left: 1em;
  left: calc(50% - 3px);
  border-left: 6px solid #33a4d4;
}
@media (min-width: 1200px) {
  .timeline .text {
    min-height: 10em;
  }
}
.timeline .text:empty {
  border: 0;
}
.timeline .date {
  background-color: #33a4d4;
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  position: relative;
  height: 2.25em;
}
@media (max-width: 1199px) {
  .timeline .date {
    width: 10em;
  }
}
.timeline ul {
  padding-left: 1.25em;
  overflow: visible;
}
.timeline ul li {
  float: none;
  width: 100%;
  padding: 0;
  list-style-type: disc !important;
}
.timeline ul li:before {
  content: none;
}
.timeline .arrow-up {
  position: absolute;
  top: -1em;
  left: calc(50% - 1em);
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #33a4d4;
}
.timeline .bottom-arrow .arrow-up {
  top: auto;
  bottom: -1em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #33a4d4;
  border-bottom: 0;
}
.timeline .bottom-arrow .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.timeline ul {
  margin: 0;
}

@media (max-width: 1199px) {
  .timeline {
    flex-direction: column;
  }
  .timeline .arrow-up,
  .timeline .bottom-arrow .arrow-up {
    width: 0;
    height: 0;
    top: 0;
    left: auto;
    bottom: auto;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #33a4d4;
    right: -1.5em;
  }
  .timeline .timeline-item {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 1em;
  }
  .timeline .date {
    width: 5em;
    flex: 0 0 5em;
    font-size: 1.5em;
  }
  .timeline .text {
    width: 100%;
    flex: 1;
    left: 0;
    border-left: 0;
    border-top: 3px solid #33a4d4;
    margin-top: calc(1em - 3px);
    padding-top: 1em;
  }
  .timeline .text:empty {
    display: none;
  }
}