@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #3c3c3b;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #d11518;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d11518;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #f4f4f4;
}
.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.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a8a7a7;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 83%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #3c3c3b;
}
.text-primary {
  color: #d11518;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a31013;
}
.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;
  background-color: #d11518;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a31013;
}
.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: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #f4f4f4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ol ul,
ul ol,
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: 27px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #e6e6e6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 20.88px;
  border-left: 5px solid #d11518;
}
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.5;
  color: #e6e6e6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d11518;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  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: 18px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #3c3c3b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #3c3c3b;
  background-color: transparent;
  border-color: #a8a7a7;
}
.btn-default:focus,
.btn-default.focus {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #686767;
}
.btn-default:hover {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8a8888;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8a8888;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #686767;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #a8a7a7;
}
.btn-default .badge {
  color: transparent;
  background-color: #3c3c3b;
}
.btn-primary {
  color: #fff;
  background-color: #d11518;
  border-color: rgba(209, 21, 24, 0.8);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #a31013;
  border-color: rgba(93, 9, 11, 0.8);
}
.btn-primary:hover {
  color: #fff;
  background-color: #a31013;
  border-color: rgba(153, 15, 18, 0.8);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a31013;
  border-color: rgba(153, 15, 18, 0.8);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #820d0f;
  border-color: rgba(93, 9, 11, 0.8);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #d11518;
  border-color: rgba(209, 21, 24, 0.8);
}
.btn-primary .badge {
  color: #d11518;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #6093cd;
  border-color: #4d86c7;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3c79be;
  border-color: #234871;
}
.btn-success:hover {
  color: #fff;
  background-color: #3c79be;
  border-color: #3368a3;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3c79be;
  border-color: #3368a3;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #3368a3;
  border-color: #234871;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6093cd;
  border-color: #4d86c7;
}
.btn-success .badge {
  color: #6093cd;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #f18a3e;
  border-color: #ef7c26;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #eb6e11;
  border-color: #8c410a;
}
.btn-info:hover {
  color: #fff;
  background-color: #eb6e11;
  border-color: #ca5e0f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #eb6e11;
  border-color: #ca5e0f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #ca5e0f;
  border-color: #8c410a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #f18a3e;
  border-color: #ef7c26;
}
.btn-info .badge {
  color: #f18a3e;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fecc00;
  border-color: #e5b800;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cba300;
  border-color: #655100;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cba300;
  border-color: #a78600;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cba300;
  border-color: #a78600;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a78600;
  border-color: #655100;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fecc00;
  border-color: #e5b800;
}
.btn-warning .badge {
  color: #fecc00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d62d6b;
  border-color: #c32660;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ae2255;
  border-color: #59112b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ae2255;
  border-color: #901c47;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ae2255;
  border-color: #901c47;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #901c47;
  border-color: #59112b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d62d6b;
  border-color: #c32660;
}
.btn-danger .badge {
  color: #d62d6b;
  background-color: #fff;
}
.btn-link {
  color: #d11518;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d11518;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px 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: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #646363;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #575656;
  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: #d11518;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e6e6e6;
}
.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: 15px;
  line-height: 1.5;
  color: #e6e6e6;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f4f4f4;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dbdbdb;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  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: 81px;
  }
}
.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #f4f4f4;
  color: #e6e6e6;
  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: #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d11518;
  border-color: #d11518;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f8babb;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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;
}
.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: 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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 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: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-header:after,
.modal-footer: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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;
  }
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../Fonts/source-sans-pro/SourceSansPro-Semibold.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-Semibold.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-Semibold.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-Semibold.svg#Source Sans Probold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../Fonts/source-sans-pro/SourceSansPro-SemiboldIt.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-SemiboldIt.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-SemiboldIt.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-SemiboldIt.svg#Source Sans Probold') format('svg');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../Fonts/source-sans-pro/SourceSansPro-Light.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-Light.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-Light.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-Light.svg#Source Sans Pronormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../Fonts/source-sans-pro/SourceSansPro-LightIt.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-LightIt.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-LightIt.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-LightIt.svg#Source Sans Pronormal') format('svg');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('../Fonts/source-sans-pro/SourceSansPro-Bold.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-Bold.svg#Source Sans Pro Boldbold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('../Fonts/source-sans-pro/SourceSansPro-BoldIt.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-BoldIt.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-BoldIt.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-BoldIt.svg#Source Sans Pro Boldbold') format('svg');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../Fonts/source-sans-pro/SourceSansPro-Regular.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-Regular.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-Regular.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-Regular.svg#Source Sans Pro Regularnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../Fonts/source-sans-pro/SourceSansPro-It.eot');
  src: url('../Fonts/source-sans-pro/SourceSansPro-It.eot?#iefix') format('embedded-opentype'), url('../Fonts/source-sans-pro/SourceSansPro-It.woff') format('woff'), url('../Fonts/source-sans-pro/SourceSansPro-It.ttf') format('truetype'), url('../Fonts/source-sans-pro/SourceSansPro-It.svg#Source Sans Pro Regularnormal') format('svg');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Material icons';
  src: url('../Fonts/materialIcons/MaterialIcons-Regular.eot');
  src: url('../Fonts/materialIcons/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/materialIcons/MaterialIcons-Regular.woff') format('woff'), url('../Fonts/materialIcons/MaterialIcons-Regular.ttf') format('truetype'), url('../Fonts/materialIcons/MaterialIcons-Regular.svg#Material iconsnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Glyphicons Filetypes Regular';
  src: url('../Fonts/glyphicons/glyphicons-filetypes-regular.eot');
  src: url('../Fonts/glyphicons/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons/glyphicons-filetypes-regular.woff') format('woff'), url('../Fonts/glyphicons/glyphicons-filetypes-regular.ttf') format('truetype'), url('../Fonts/glyphicons/glyphicons-filetypes-regular.svg#Glyphicons Filetypes Regularnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url('../Fonts/glyphicons/glyphicons-social-regular.eot');
  src: url('../Fonts/glyphicons/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons/glyphicons-social-regular.woff') format('woff'), url('../Fonts/glyphicons/glyphicons-social-regular.ttf') format('truetype'), url('../Fonts/glyphicons/glyphicons-social-regular.svg#Glyphicons Social Regularnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
p.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 117%;
}
@media (min-width: 768px) {
  p.lead {
    font-size: 27px;
  }
}
small {
  volume: inherit;
}
em {
  volume: inherit;
}
acronym {
  volume: inherit;
}
.textpic p a,
.text p a,
.news-text-wrap p a,
.textpic li a,
.text li a,
.news-text-wrap li a {
  text-decoration: underline;
}
.textpic p a.link-email,
.text p a.link-email,
.news-text-wrap p a.link-email,
.textpic li a.link-email,
.text li a.link-email,
.news-text-wrap li a.link-email,
.textpic p a.link-iframe-lightbox,
.text p a.link-iframe-lightbox,
.news-text-wrap p a.link-iframe-lightbox,
.textpic li a.link-iframe-lightbox,
.text li a.link-iframe-lightbox,
.news-text-wrap li a.link-iframe-lightbox,
.textpic p a.link-download,
.text p a.link-download,
.news-text-wrap p a.link-download,
.textpic li a.link-download,
.text li a.link-download,
.news-text-wrap li a.link-download,
.textpic p a.link-more,
.text p a.link-more,
.news-text-wrap p a.link-more,
.textpic li a.link-more,
.text li a.link-more,
.news-text-wrap li a.link-more,
.textpic p a.link-url,
.text p a.link-url,
.news-text-wrap p a.link-url,
.textpic li a.link-url,
.text li a.link-url,
.news-text-wrap li a.link-url,
.textpic p a.btn,
.text p a.btn,
.news-text-wrap p a.btn,
.textpic li a.btn,
.text li a.btn,
.news-text-wrap li a.btn {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: inherit;
  margin: 0;
}
h1 {
  font-size: 36px;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 36px;
}
h2 {
  font-size: 36px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 36px;
  margin-top: 36px;
}
h3 {
  font-size: 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
h4 {
  font-size: 20px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}
h6 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 15px;
}
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center,
p.align-center {
  text-align: center;
}
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right,
p.align-right {
  text-align: right;
}
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left,
p.align-left {
  text-align: left;
}
.content-col div:first-child h2 {
  margin-top: 0;
}
p + h1,
ul + h1 {
  margin-top: 72px;
}
p + h2,
ul + h2 {
  margin-top: 72px;
}
p + h3,
ul + h3 {
  margin-top: 50px;
}
p + h4,
ul + h4 {
  margin-top: 40px;
}
p + h5,
ul + h5 {
  margin-top: 36px;
}
p + h6,
ul + h6 {
  margin-top: 30px;
}
.teaser h1 {
  margin-top: 72px;
}
.teaser h2 {
  margin-top: 72px;
}
.teaser h3 {
  margin-top: 50px;
}
.teaser h4 {
  margin-top: 40px;
}
.teaser h5 {
  margin-top: 36px;
}
.teaser h6 {
  margin-top: 30px;
}
.intext-left-nowrap h1,
.bg h1,
.intext-left-nowrap h2,
.bg h2,
.intext-left-nowrap h3,
.bg h3,
.intext-left-nowrap h4,
.bg h4,
.intext-left-nowrap h5,
.bg h5,
.intext-left-nowrap h6,
.bg h6 {
  margin-top: 0;
}
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
.header + .csc-default h1,
.header + .csc-default h2,
.header + .csc-default h3,
.header + .csc-default h4 {
  margin-top: -15px !important;
}
.text p.bodytext:last-child,
.image p.bodytext:last-child,
.textpic p.bodytext:last-child,
.uploads p.bodytext:last-child {
  margin-bottom: 20px;
}
p.muted,
p.success,
tr.success,
p.primary,
tr.primary,
p.warning,
tr.warning,
p.box-xl,
p.box-sm,
p.box-xs {
  volume: inherit;
}
p.muted .btn,
p.success .btn,
tr.success .btn,
p.primary .btn,
tr.primary .btn,
p.warning .btn,
tr.warning .btn,
p.box-xl .btn,
p.box-sm .btn,
p.box-xs .btn {
  font-size: inherit;
}
.gridAccordionContent .box h1:first-child,
.gridAccordionContent .box h2:first-child,
.gridAccordionContent .box h3:first-child,
.gridAccordionContent .box h4:first-child,
.gridAccordionContent .box h5:first-child,
.gridAccordionContent .box h6:first-child {
  margin-top: 0;
}
p.bg-success {
  background-color: #6093cd;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}
p.bg-warning {
  background-color: #fecc00;
  padding: 15px;
  margin-bottom: 30px;
}
p.bg-primary {
  background-color: #d11518;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}
p.bg-gray-lighter {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
}
.btn {
  font-style: normal;
  margin-bottom: 15px;
  white-space: normal;
}
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  padding: 5px 30px;
  color: inherit !important;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #3c3c3b;
  text-decoration: none;
  color: #d11518;
}
.btn-default:active {
  box-shadow: none;
  background: rgba(60, 60, 59, 0.13);
}
.btn.btn-primary,
.primary .btn.btn-default {
  background: rgba(209, 21, 24, 0.8);
  border: 1px solid #d11518;
  color: white !important;
}
.btn.btn-primary.btn-iframe-lightbox:after,
.primary .btn.btn-default.btn-iframe-lightbox:after,
.btn.btn-primary.btn-download:after,
.primary .btn.btn-default.btn-download:after,
.btn.btn-primary.btn-email:after,
.primary .btn.btn-default.btn-email:after,
.btn.btn-primary.btn-more:after,
.primary .btn.btn-default.btn-more:after,
.btn.btn-primary.btn-url:after,
.primary .btn.btn-default.btn-url:after,
.btn.btn-primary.btn-search:after,
.primary .btn.btn-default.btn-search:after,
.btn.btn-primary.btn-back:after,
.primary .btn.btn-default.btn-back:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.btn.btn-primary.btn-iframe-lightbox:hover:after,
.primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.btn.btn-primary.btn-download:hover:after,
.primary .btn.btn-default.btn-download:hover:after,
.btn.btn-primary.btn-email:hover:after,
.primary .btn.btn-default.btn-email:hover:after,
.btn.btn-primary.btn-more:hover:after,
.primary .btn.btn-default.btn-more:hover:after,
.btn.btn-primary.btn-url:hover:after,
.primary .btn.btn-default.btn-url:hover:after,
.btn.btn-primary.btn-search:hover:after,
.primary .btn.btn-default.btn-search:hover:after,
.btn.btn-primary.btn-back:hover:after,
.primary .btn.btn-default.btn-back:hover:after,
.btn.btn-primary.btn-iframe-lightbox:focus:after,
.primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.btn.btn-primary.btn-download:focus:after,
.primary .btn.btn-default.btn-download:focus:after,
.btn.btn-primary.btn-email:focus:after,
.primary .btn.btn-default.btn-email:focus:after,
.btn.btn-primary.btn-more:focus:after,
.primary .btn.btn-default.btn-more:focus:after,
.btn.btn-primary.btn-url:focus:after,
.primary .btn.btn-default.btn-url:focus:after,
.btn.btn-primary.btn-search:focus:after,
.primary .btn.btn-default.btn-search:focus:after,
.btn.btn-primary.btn-back:focus:after,
.primary .btn.btn-default.btn-back:focus:after {
  border-left: 1px solid white;
}
.btn.btn-primary:hover,
.primary .btn.btn-default:hover,
.btn.btn-primary:focus,
.primary .btn.btn-default:focus {
  border: 1px solid #d11518;
  background: #d11518;
}
.btn.btn-primary:active,
.primary .btn.btn-default:active {
  box-shadow: none;
  background: #950f11;
}
html .btn-rte,
.bg .btn-rte {
  color: inherit;
}
.btn-iframe-lightbox,
.btn-download,
.btn-email,
.btn-more,
.btn-url,
.btn-search,
.btn-back {
  padding-right: 60px;
  position: relative;
}
.btn-iframe-lightbox:after,
.btn-download:after,
.btn-email:after,
.btn-more:after,
.btn-url:after,
.btn-search:after,
.btn-back:after {
  content: "";
  font-weight: normal;
  font-family: "Material icons";
  border-left: 1px solid #a8a7a7;
  position: absolute;
  right: 10px;
  padding-left: 10px;
  line-height: 1.65;
  top: 50%;
  transform: translateY(-50%);
}
.bg-primary .btn.btn-primary,
.bg-danger .btn.btn-primary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.bg-primary .btn.btn-primary:hover,
.bg-danger .btn.btn-primary:hover,
.bg-primary .btn.btn-primary:focus,
.bg-danger .btn.btn-primary:focus {
  border: 1px solid white;
}
.bg-primary .btn.btn-primary.btn-iframe-lightbox:after,
.bg-danger .btn.btn-primary.btn-iframe-lightbox:after,
.bg-primary .btn.btn-primary.btn-download:after,
.bg-danger .btn.btn-primary.btn-download:after,
.bg-primary .btn.btn-primary.btn-email:after,
.bg-danger .btn.btn-primary.btn-email:after,
.bg-primary .btn.btn-primary.btn-more:after,
.bg-danger .btn.btn-primary.btn-more:after,
.bg-primary .btn.btn-primary.btn-url:after,
.bg-danger .btn.btn-primary.btn-url:after,
.bg-primary .btn.btn-primary.btn-search:after,
.bg-danger .btn.btn-primary.btn-search:after,
.bg-primary .btn.btn-primary.btn-back:after,
.bg-danger .btn.btn-primary.btn-back:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.bg-primary .btn.btn-primary.btn-iframe-lightbox:hover:after,
.bg-danger .btn.btn-primary.btn-iframe-lightbox:hover:after,
.bg-primary .btn.btn-primary.btn-download:hover:after,
.bg-danger .btn.btn-primary.btn-download:hover:after,
.bg-primary .btn.btn-primary.btn-email:hover:after,
.bg-danger .btn.btn-primary.btn-email:hover:after,
.bg-primary .btn.btn-primary.btn-more:hover:after,
.bg-danger .btn.btn-primary.btn-more:hover:after,
.bg-primary .btn.btn-primary.btn-url:hover:after,
.bg-danger .btn.btn-primary.btn-url:hover:after,
.bg-primary .btn.btn-primary.btn-search:hover:after,
.bg-danger .btn.btn-primary.btn-search:hover:after,
.bg-primary .btn.btn-primary.btn-back:hover:after,
.bg-danger .btn.btn-primary.btn-back:hover:after,
.bg-primary .btn.btn-primary.btn-iframe-lightbox:focus:after,
.bg-danger .btn.btn-primary.btn-iframe-lightbox:focus:after,
.bg-primary .btn.btn-primary.btn-download:focus:after,
.bg-danger .btn.btn-primary.btn-download:focus:after,
.bg-primary .btn.btn-primary.btn-email:focus:after,
.bg-danger .btn.btn-primary.btn-email:focus:after,
.bg-primary .btn.btn-primary.btn-more:focus:after,
.bg-danger .btn.btn-primary.btn-more:focus:after,
.bg-primary .btn.btn-primary.btn-url:focus:after,
.bg-danger .btn.btn-primary.btn-url:focus:after,
.bg-primary .btn.btn-primary.btn-search:focus:after,
.bg-danger .btn.btn-primary.btn-search:focus:after,
.bg-primary .btn.btn-primary.btn-back:focus:after,
.bg-danger .btn.btn-primary.btn-back:focus:after {
  border-left: 1px solid white;
}
.bg-success .btn.btn-default,
.bg-primary .btn.btn-default,
.teaser-box .btn.btn-default {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
}
.bg-success .btn.btn-default:hover,
.bg-primary .btn.btn-default:hover,
.teaser-box .btn.btn-default:hover,
.bg-success .btn.btn-default:focus,
.bg-primary .btn.btn-default:focus,
.teaser-box .btn.btn-default:focus {
  border: 1px solid white;
  text-decoration: none;
  color: white;
}
.bg-success .btn.btn-default.btn-iframe-lightbox:after,
.bg-primary .btn.btn-default.btn-iframe-lightbox:after,
.teaser-box .btn.btn-default.btn-iframe-lightbox:after,
.bg-success .btn.btn-default.btn-download:after,
.bg-primary .btn.btn-default.btn-download:after,
.teaser-box .btn.btn-default.btn-download:after,
.bg-success .btn.btn-default.btn-email:after,
.bg-primary .btn.btn-default.btn-email:after,
.teaser-box .btn.btn-default.btn-email:after,
.bg-success .btn.btn-default.btn-more:after,
.bg-primary .btn.btn-default.btn-more:after,
.teaser-box .btn.btn-default.btn-more:after,
.bg-success .btn.btn-default.btn-url:after,
.bg-primary .btn.btn-default.btn-url:after,
.teaser-box .btn.btn-default.btn-url:after,
.bg-success .btn.btn-default.btn-search:after,
.bg-primary .btn.btn-default.btn-search:after,
.teaser-box .btn.btn-default.btn-search:after,
.bg-success .btn.btn-default.btn-back:after,
.bg-primary .btn.btn-default.btn-back:after,
.teaser-box .btn.btn-default.btn-back:after {
  border-left: 1px solid white;
}
.bg-success .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.teaser-box .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-success .btn.btn-default.btn-download:hover:after,
.bg-primary .btn.btn-default.btn-download:hover:after,
.teaser-box .btn.btn-default.btn-download:hover:after,
.bg-success .btn.btn-default.btn-email:hover:after,
.bg-primary .btn.btn-default.btn-email:hover:after,
.teaser-box .btn.btn-default.btn-email:hover:after,
.bg-success .btn.btn-default.btn-more:hover:after,
.bg-primary .btn.btn-default.btn-more:hover:after,
.teaser-box .btn.btn-default.btn-more:hover:after,
.bg-success .btn.btn-default.btn-url:hover:after,
.bg-primary .btn.btn-default.btn-url:hover:after,
.teaser-box .btn.btn-default.btn-url:hover:after,
.bg-success .btn.btn-default.btn-search:hover:after,
.bg-primary .btn.btn-default.btn-search:hover:after,
.teaser-box .btn.btn-default.btn-search:hover:after,
.bg-success .btn.btn-default.btn-back:hover:after,
.bg-primary .btn.btn-default.btn-back:hover:after,
.teaser-box .btn.btn-default.btn-back:hover:after,
.bg-success .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.teaser-box .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-success .btn.btn-default.btn-download:focus:after,
.bg-primary .btn.btn-default.btn-download:focus:after,
.teaser-box .btn.btn-default.btn-download:focus:after,
.bg-success .btn.btn-default.btn-email:focus:after,
.bg-primary .btn.btn-default.btn-email:focus:after,
.teaser-box .btn.btn-default.btn-email:focus:after,
.bg-success .btn.btn-default.btn-more:focus:after,
.bg-primary .btn.btn-default.btn-more:focus:after,
.teaser-box .btn.btn-default.btn-more:focus:after,
.bg-success .btn.btn-default.btn-url:focus:after,
.bg-primary .btn.btn-default.btn-url:focus:after,
.teaser-box .btn.btn-default.btn-url:focus:after,
.bg-success .btn.btn-default.btn-search:focus:after,
.bg-primary .btn.btn-default.btn-search:focus:after,
.teaser-box .btn.btn-default.btn-search:focus:after,
.bg-success .btn.btn-default.btn-back:focus:after,
.bg-primary .btn.btn-default.btn-back:focus:after,
.teaser-box .btn.btn-default.btn-back:focus:after {
  border-left: 1px solid white;
}
.bg-success .primary .btn.btn-default,
.bg-primary .primary .btn.btn-default,
.teaser-box .primary .btn.btn-default {
  background: rgba(209, 21, 24, 0.8);
  border: 1px solid #d11518;
  color: white;
}
.bg-success .primary .btn.btn-default:hover,
.bg-primary .primary .btn.btn-default:hover,
.teaser-box .primary .btn.btn-default:hover,
.bg-success .primary .btn.btn-default:focus,
.bg-primary .primary .btn.btn-default:focus,
.teaser-box .primary .btn.btn-default:focus {
  border: 1px solid #d11518;
  background: #d11518;
  text-decoration: none;
  color: white;
}
.bg-success .primary .btn.btn-default:active,
.bg-primary .primary .btn.btn-default:active,
.teaser-box .primary .btn.btn-default:active {
  box-shadow: none;
  background: #950f11;
}
.bg-success .primary .btn.btn-default.btn-iframe-lightbox:after,
.bg-primary .primary .btn.btn-default.btn-iframe-lightbox:after,
.teaser-box .primary .btn.btn-default.btn-iframe-lightbox:after,
.bg-success .primary .btn.btn-default.btn-download:after,
.bg-primary .primary .btn.btn-default.btn-download:after,
.teaser-box .primary .btn.btn-default.btn-download:after,
.bg-success .primary .btn.btn-default.btn-email:after,
.bg-primary .primary .btn.btn-default.btn-email:after,
.teaser-box .primary .btn.btn-default.btn-email:after,
.bg-success .primary .btn.btn-default.btn-more:after,
.bg-primary .primary .btn.btn-default.btn-more:after,
.teaser-box .primary .btn.btn-default.btn-more:after,
.bg-success .primary .btn.btn-default.btn-url:after,
.bg-primary .primary .btn.btn-default.btn-url:after,
.teaser-box .primary .btn.btn-default.btn-url:after,
.bg-success .primary .btn.btn-default.btn-search:after,
.bg-primary .primary .btn.btn-default.btn-search:after,
.teaser-box .primary .btn.btn-default.btn-search:after,
.bg-success .primary .btn.btn-default.btn-back:after,
.bg-primary .primary .btn.btn-default.btn-back:after,
.teaser-box .primary .btn.btn-default.btn-back:after {
  border-left: 1px solid white;
}
.bg-success .primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-primary .primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.teaser-box .primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-success .primary .btn.btn-default.btn-download:hover:after,
.bg-primary .primary .btn.btn-default.btn-download:hover:after,
.teaser-box .primary .btn.btn-default.btn-download:hover:after,
.bg-success .primary .btn.btn-default.btn-email:hover:after,
.bg-primary .primary .btn.btn-default.btn-email:hover:after,
.teaser-box .primary .btn.btn-default.btn-email:hover:after,
.bg-success .primary .btn.btn-default.btn-more:hover:after,
.bg-primary .primary .btn.btn-default.btn-more:hover:after,
.teaser-box .primary .btn.btn-default.btn-more:hover:after,
.bg-success .primary .btn.btn-default.btn-url:hover:after,
.bg-primary .primary .btn.btn-default.btn-url:hover:after,
.teaser-box .primary .btn.btn-default.btn-url:hover:after,
.bg-success .primary .btn.btn-default.btn-search:hover:after,
.bg-primary .primary .btn.btn-default.btn-search:hover:after,
.teaser-box .primary .btn.btn-default.btn-search:hover:after,
.bg-success .primary .btn.btn-default.btn-back:hover:after,
.bg-primary .primary .btn.btn-default.btn-back:hover:after,
.teaser-box .primary .btn.btn-default.btn-back:hover:after,
.bg-success .primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-primary .primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.teaser-box .primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-success .primary .btn.btn-default.btn-download:focus:after,
.bg-primary .primary .btn.btn-default.btn-download:focus:after,
.teaser-box .primary .btn.btn-default.btn-download:focus:after,
.bg-success .primary .btn.btn-default.btn-email:focus:after,
.bg-primary .primary .btn.btn-default.btn-email:focus:after,
.teaser-box .primary .btn.btn-default.btn-email:focus:after,
.bg-success .primary .btn.btn-default.btn-more:focus:after,
.bg-primary .primary .btn.btn-default.btn-more:focus:after,
.teaser-box .primary .btn.btn-default.btn-more:focus:after,
.bg-success .primary .btn.btn-default.btn-url:focus:after,
.bg-primary .primary .btn.btn-default.btn-url:focus:after,
.teaser-box .primary .btn.btn-default.btn-url:focus:after,
.bg-success .primary .btn.btn-default.btn-search:focus:after,
.bg-primary .primary .btn.btn-default.btn-search:focus:after,
.teaser-box .primary .btn.btn-default.btn-search:focus:after,
.bg-success .primary .btn.btn-default.btn-back:focus:after,
.bg-primary .primary .btn.btn-default.btn-back:focus:after,
.teaser-box .primary .btn.btn-default.btn-back:focus:after {
  border-left: 1px solid white;
}
.btn-iframe-lightbox:after {
  content: "\e417";
}
.btn-download:after {
  content: "\e258";
}
.btn-email:after {
  content: "\e0e1";
}
.btn-more:after {
  content: "\e5c8";
}
.btn-url:after {
  content: "\e157";
}
.btn-back:after {
  content: "\e5c4";
}
.btn-search:after {
  content: "\e8b6";
}
.link-rte:after,
.link-rte:before {
  content: "";
  font-weight: normal;
  font-family: "Material icons";
  vertical-align: bottom;
}
.link-rte:after {
  padding: 0 5px;
}
.link-email:before {
  content: "\e0e1";
  padding: 0 5px;
}
.link-iframe-lightbox:after {
  content: "\e417";
}
.tx-geccal .link-iframe-lightbox:after {
  content: "";
}
.link-download:after {
  content: "\e258";
}
.link-more:after {
  content: "\e5c8";
}
.link-url:after {
  content: "\e157";
}
p.box-xl {
  font-size: 120%;
}
p.box-sm {
  font-size: 85%;
}
p.box-xs {
  font-size: 70%;
}
.box-xl .rte-button {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.box-sm .rte-button {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.box-xs .rte-button {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
dl.dl-horizontal {
  volume: inherit;
}
.cke_editable ul,
.news-text-wrap ul,
.text ul,
.image ul,
.textpic ul {
  list-style-type: none;
  padding-left: 30px;
  padding-bottom: 15px;
}
.cke_editable ul li,
.news-text-wrap ul li,
.text ul li,
.image ul li,
.textpic ul li {
  position: relative;
}
.cke_editable ul li:before,
.news-text-wrap ul li:before,
.text ul li:before,
.image ul li:before,
.textpic ul li:before {
  position: absolute;
  margin-left: -21px;
  content: "·";
  font-weight: bold;
}
.gridAccordion {
  margin-bottom: 10px;
  border: 1px solid #a8a7a7;
  position: relative;
  overflow: hidden;
}
.gridAccordion:last-child {
  margin-bottom: 50px;
}
.gridAccordion .gridAccordionHeader {
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
}
.gridAccordion .gridAccordionHeader:before {
  position: absolute;
  right: 15px;
  content: "\e313";
  color: #a8a7a7;
  font-family: "Material icons";
}
.gridAccordion .gridAccordionHeader:focus {
  outline: thin dotted #d11518;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gridAccordion .gridAccordionContent {
  height: 1px;
  visibility: hidden;
  overflow: hidden;
  speak: never;
}
.gridAccordion.open .gridAccordionContent {
  display: block;
  visibility: visible;
  speak: auto;
  height: auto;
  margin-left: 0;
  padding: 30px 15px 0px 15px;
  border-top: 1px solid #a8a7a7;
}
.gridAccordion.open .gridAccordionHeader:before {
  content: "\e316";
}
.gridAccordion:hover {
  border-color: #3c3c3b;
}
.gridAccordion:hover .gridAccordionHeader:before {
  color: #3c3c3b;
}
.gridAccordion.open.lecturer .gridAccordionContent {
  font-size: 85%;
  padding-bottom: 15px;
}
.gridAccordion.open.lecturer .gridAccordionContent p {
  margin: 0;
}
.gridAccordion.open.lecturer .gridAccordionContent .tel a,
.gridAccordion.open.lecturer .gridAccordionContent .email a,
.gridAccordion.open.lecturer .gridAccordionContent .website a {
  color: inherit;
}
.gridAccordion.open.lecturer .gridAccordionContent .tel a:hover,
.gridAccordion.open.lecturer .gridAccordionContent .email a:hover,
.gridAccordion.open.lecturer .gridAccordionContent .website a:hover {
  color: #d11518;
}
.result-list-view {
  margin-bottom: 30px;
}
.result-list-view h2,
.result-list-view h3,
.result-list-view h4 {
  margin-bottom: 0;
}
.result-list-view h2 a,
.result-list-view h3 a,
.result-list-view h4 a {
  color: #3c3c3b;
}
.result-list-view h2 a:hover,
.result-list-view h3 a:hover,
.result-list-view h4 a:hover {
  color: #d11518;
  text-decoration: none;
}
.result-list-view .teaser-text .hit {
  font-family: "Source Sans Pro Regular";
}
.result-list-view h2.h4 {
  font-size: 20px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.result-item {
  margin-bottom: 30px;
}
.result-item p {
  margin-bottom: 0;
}
.result-item h6.news-infos span.news-list-date {
  padding-right: 15px;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  color: #d11518;
  letter-spacing: 0;
  font-weight: bold;
}
.result-item h6.news-infos span.news-list-category {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #a8a7a7;
  letter-spacing: 1;
}
.result-list-infos {
  margin: 15px 0;
}
.tx-kesearch-pi1 .teaser_icon img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
}
.tx-kesearch-pi1 fieldset {
  margin-top: 30px;
  padding: 0;
  border: 0;
  background: #e6e6e6;
}
.tx-kesearch-pi1 #ke_search_sword {
  margin-right: 20px;
  width: 100%;
  display: block;
}
.tx-kesearch-pi1 .btn-search {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .tx-kesearch-pi1 #ke_search_sword {
    width: 570px;
    display: inline-block;
  }
  .tx-kesearch-pi1 .btn-search {
    margin-bottom: 4px;
  }
}
.tx-kesearch-pi1 .result-filter-list button {
  border: 0;
  margin: 0;
  font-size: 82%;
  font-weight: normal;
  background: transparent;
  padding: 4px 6px;
  border-left: 2px solid transparent;
  cursor: pointer;
  display: block;
  color: #3c3c3b;
}
.tx-kesearch-pi1 .result-filter-list button:hover {
  color: #d11518;
}
.tx-kesearch-pi1 .result-filter-list button.selected {
  border-left-color: #d11518;
  color: #d11518;
  cursor: auto;
}
.tx-kesearch-pi1 .result-filter-list button.selected:hover {
  color: #d11518;
}
.tx-kesearch-pi1 .result-filter-list button.selected:before {
  content: "";
}
@media screen and (min-width: 992px) {
  .tx-kesearch-pi1 .result-filter-list button {
    display: inline-block;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }
  .tx-kesearch-pi1 .result-filter-list button.selected {
    border-bottom-color: #d11518;
  }
}
.degree-program figure {
  position: relative;
}
.degree-program .studies-notice {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 15px 5px 20px;
  transform: translateY(48%);
  background: #fecc00;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 1.3rem;
}
.degree-program-symbols {
  line-height: 1;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 35px;
  right: 25px;
  opacity: 0.5;
}
.creditpoints,
.studies_standard_duration {
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  border-radius: 3px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}
.studies_standard_duration {
  border-radius: 12px;
}
.start_summer,
.start_winter,
.full_time_study,
.part_time_study,
.online_study,
.enrollment_fee {
  display: inline-block;
  vertical-align: -45%;
  margin-right: 10px;
}
.start_winter:before {
  content: url("data:image/svg+xml,%0A%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Startseite' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='xl-//-Studiengangsuebersicht_V01-→-nach-Gespräch' transform='translate(-924.000000, -828.000000)' stroke='%233C3C3B' stroke-width='2'%3E%3Cg id='Stacked-Group-5' transform='translate(925.000000, 727.000000)'%3E%3Cg id='Start:-WiSe' transform='translate(0.000000, 102.000000)'%3E%3Cline x1='12' y1='0' x2='12' y2='24' id='Path'%3E%3C/line%3E%3Cline x1='24' y1='12' x2='0' y2='12' id='Path'%3E%3C/line%3E%3Cline x1='18.8571429' y1='5.14285714' x2='5.14285714' y2='18.8571429' id='Path'%3E%3C/line%3E%3Cline x1='5.14285714' y1='5.14285714' x2='18.8571429' y2='18.8571429' id='Path'%3E%3C/line%3E%3Cpolyline id='Path' points='8.57142857 0.857142857 12 4.28571429 15.4285714 0.857142857'%3E%3C/polyline%3E%3Cpolyline id='Path' points='23.1428571 8.57142857 19.7142857 12 23.1428571 15.4285714'%3E%3C/polyline%3E%3Cpolyline id='Path' points='15.4285714 23.1428571 12 19.7142857 8.57142857 23.1428571'%3E%3C/polyline%3E%3Cpolyline id='Path' points='0.857142857 15.4285714 4.28571429 12 0.857142857 8.57142857'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.start_summer:before {
  content: url("data:image/svg+xml,%0A%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Startseite' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='xl-//-Studiengangsuebersicht_V01-→-nach-Gespräch' transform='translate(-924.000000, -794.000000)' stroke='%233C3C3B' stroke-width='2'%3E%3Cg id='Stacked-Group-5' transform='translate(925.000000, 727.000000)'%3E%3Cg id='Start:-SoSe' transform='translate(0.000000, 68.000000)'%3E%3Cpath d='M15.3941333,8.605888 C17.2686507,10.4804053 17.2686507,13.5195947 15.3941333,15.394112 C13.519616,17.2686293 10.4804267,17.2686293 8.60590933,15.394112 C6.731392,13.5195947 6.731392,10.4804053 8.60590933,8.605888 C10.4804267,6.73137067 13.519616,6.73137067 15.3941333,8.605888' id='Path'%3E%3C/path%3E%3Cline x1='12' y1='0' x2='12' y2='4' id='Path'%3E%3C/line%3E%3Cline x1='12' y1='20' x2='12' y2='24' id='Path'%3E%3C/line%3E%3Cline x1='24' y1='12' x2='20' y2='12' id='Path'%3E%3C/line%3E%3Cline x1='4' y1='12' x2='0' y2='12' id='Path'%3E%3C/line%3E%3Cline x1='20.8' y1='3.2' x2='17.6' y2='6.4' id='Path'%3E%3C/line%3E%3Cline x1='6.4' y1='17.6' x2='3.2' y2='20.8' id='Path'%3E%3C/line%3E%3Cline x1='20.8' y1='20.8' x2='17.6' y2='17.6' id='Path'%3E%3C/line%3E%3Cline x1='6.4' y1='6.4' x2='3.2' y2='3.2' id='Path'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.full_time_study:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EVollzeit%3C/title%3E%3Cdefs%3E%3Ccircle id='path-1' cx='12' cy='12' r='12'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Startseite' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='xl-//-Studiengangsuebersicht_V01-→-nach-Gespräch' transform='translate(-924.000000, -862.000000)'%3E%3Cg id='Stacked-Group-5' transform='translate(925.000000, 727.000000)'%3E%3Cg id='Vollzeit' transform='translate(0.000000, 136.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' stroke='%233C3C3B' stroke-width='2' fill='%233C3C3B' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.part_time_study:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EHalbzeit%3C/title%3E%3Cdefs%3E%3Ccircle id='path-1' cx='12' cy='12' r='12'%3E%3C/circle%3E%3C/defs%3E%3Cg id='Startseite' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='xl-//-Studiengangsuebersicht_V01-→-nach-Gespräch' transform='translate(-924.000000, -931.000000)'%3E%3Cg id='Stacked-Group-5' transform='translate(925.000000, 727.000000)'%3E%3Cg id='Halbzeit' transform='translate(0.000000, 205.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' stroke='%233C3C3B' stroke-width='2' xlink:href='%23path-1'%3E%3C/use%3E%3Crect id='Rectangle' fill='%233C3C3B' mask='url(%23mask-2)' x='-2' y='-4' width='14' height='34'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.online_study:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Startseite' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-930.000000, -1005.000000)'%3E%3Cg id='Group-2' transform='translate(930.000000, 1005.000000)'%3E%3Crect id='Rectangle' x='0' y='0' width='26' height='26'%3E%3C/rect%3E%3Cg id='meeting-monitor-webcam' transform='translate(1.500000, 3.000000)' stroke='%233C3C3B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75'%3E%3Cpath d='M11.75,0.125 L11.75,0.125 C11.542893,0.125000009 11.375,0.292893 11.375,0.5 C11.3750001,0.707107 11.542893,0.875 11.75,0.875 C11.957107,0.874999991 12.125,0.707107 12.125,0.5 L12.125,0.5 C12.125,0.292893016 11.957107,0.125000016 11.75,0.125000016 L11.75,0.125000016' id='Path'%3E%3C/path%3E%3Cpath d='M13.3410001,6.03401 C14.2196801,6.91269 14.2196801,8.33731 13.3410001,9.21599 C12.4623201,10.09467 11.0377001,10.09467 10.1590201,9.21599 C9.28034007,8.33731 9.28034007,6.91269 10.1590201,6.03401 C11.0377001,5.15533 12.4623201,5.15533 13.3410001,6.03401' id='Path'%3E%3C/path%3E%3Cpath d='M15.5000001,12.8750001 L15.5000001,12.8750001 C14.3954301,10.8039301 11.8210701,10.0204301 9.75000011,11.1250001 C9.00597811,11.5218121 8.39681011,12.1309801 8.00000011,12.8750001' id='Path'%3E%3C/path%3E%3Cpath d='M15.3333334,0.875 L21.4666667,0.875 L21.4666667,0.875 C22.3135032,0.875 23,1.546573 23,2.375 L23,14.375 L23,14.375 C23,15.203427 22.3135032,15.875 21.4666667,15.875 L1.5333334,15.875 L1.53333333,15.875 C0.686496842,15.875 0,15.203427 0,14.375 C0,14.375 0,14.375 0,14.375 L0,2.375 L0,2.375 C0,1.54657323 0.686496842,0.875 1.53333333,0.875 L7.66666664,0.875' id='Path'%3E%3C/path%3E%3Cpolygon id='Path' points='15.5000001 20.375 8.00000007 20.375 8.75000007 15.875 14.7500001 15.875'%3E%3C/polygon%3E%3Cline x1='5.75000007' y1='20.375' x2='17.7500001' y2='20.375' id='Path'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.enrollment_fee:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='27px' height='27px' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecurrency-euro-circle%3C/title%3E%3Cg id='Startseite' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='xl-//-Studiengangsuebersicht_V01-→-nach-Gespräch' transform='translate(-924.000000, -896.000000)' stroke='%233C3C3B' stroke-width='1.750005'%3E%3Cg id='Stacked-Group-5' transform='translate(925.000000, 727.000000)'%3E%3Cg id='currency-euro-circle' transform='translate(0.000000, 170.000000)'%3E%3Cpath d='M21.3388243,3.66117574 C26.2203919,8.5427434 26.2203919,16.4572685 21.3388243,21.3388243 C16.4572566,26.2203919 8.5427315,26.2203919 3.66117574,21.3388243 C-1.22039191,16.4572566 -1.22039191,8.5427315 3.66117574,3.66117574 C8.5427434,-1.22039191 16.4572685,-1.22039191 21.3388243,3.66117574' id='Path'%3E%3C/path%3E%3Cpath d='M14.2857173,17.8571756 C10.8333306,17.8571756 8.92856548,15.9524105 8.92856548,12.5000238 C8.92856548,9.0476371 10.8333306,7.14287202 14.2857173,7.14287202' id='Path'%3E%3C/path%3E%3Cline x1='7.14284821' y1='10.7143065' x2='14.2857173' y2='10.7143065' id='Path'%3E%3C/line%3E%3Cline x1='7.14284821' y1='14.2857411' x2='12.5' y2='14.2857411' id='Path'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.degree-program.result-list-view .img-responsive {
  width: 100%;
}
.degree-program.result-list-view h2 {
  font-size: 2.5rem;
  margin: 5px 0 15px 0;
}
.degree-program.result-list-view h2 small {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: inherit;
}
.degree-program.result-list-view p.h6 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a8a7a7;
}
.degree-program.result-list-view .flexcol-inner {
  height: 100%;
  border: 1px solid #e6e6e6;
}
.degree-program.result-list-view .flexcol-text {
  padding: 5px 20px 80px 20px;
}
.degree-program.result-list-view .flexcol a:focus {
  outline: none;
  color: #d11518;
}
.degree-program.result-list-view .flexcol:hover p.h6,
.degree-program.result-list-view .flexcol:focus-within p.h6 {
  color: #3c3c3b;
}
.degree-program.result-list-view .flexcol:hover .flexcol-inner,
.degree-program.result-list-view .flexcol:focus-within .flexcol-inner {
  border: 1px solid #3c3c3b;
}
.degree-program.result-list-view .flexcol:hover .degree-program-symbols,
.degree-program.result-list-view .flexcol:focus-within .degree-program-symbols {
  opacity: 1;
}
.flexrow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flexcol {
  margin-bottom: 55px;
  position: relative;
  flex: 0 0 100%;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .flexcol {
    flex-basis: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .flexcol {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.degree-program-filter .legend p {
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
}
form.degree_program {
  background: #f4f4f4;
  padding: 25px;
}
form.degree_program .dropdown-menu-inner {
  padding: 15px;
}
form.degree_program .dropdown-item.disabled {
  pointer-events: none;
  opacity: 0.6;
}
form.degree_program .dropdown-item label {
  white-space: pre;
}
form.degree_program input[type=checkbox] + label:before {
  content: "\e148";
}
form.degree_program input[type=checkbox]:checked + label:before {
  content: "\e86c";
}
form.degree_program input[type=checkbox]:checked + label:hover:before {
  content: "\e15c";
}
form.degree_program .btn-group {
  margin: 0 5px 20px 0 !important;
}
form.degree_program .dropdown-toggle {
  color: white;
  background: #3c3c3b;
  border-radius: 0;
  padding-right: 30px;
}
form.degree_program .dropdown-toggle:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: white;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-25%);
}
form.degree_program .btn-group.open .dropdown-toggle {
  background: #646363;
}
.ke_search-filter-optionlist p.filter-option {
  display: inline-block;
  padding: 5px 12px 5px 9px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2rem;
  background: white;
  border: 1px solid #a8a7a7;
  margin-right: 10px;
  cursor: pointer;
}
.ke_search-filter-optionlist p.filter-option span.remove-circle:before {
  padding: 0 3px 0 0;
  font-family: 'Material icons';
  content: "\e86c";
  font-weight: normal;
  transform: translateY(2px);
  display: inline-block;
}
.ke_search-filter-optionlist p.filter-option:hover {
  color: white;
  background: #3c3c3b;
}
.ke_search-filter-optionlist p.filter-option:hover span.remove-circle:before {
  content: "\e15c";
}
.remove-filters {
  display: none;
}
p + .remove-filters {
  display: inline-block;
  color: #d11518;
  cursor: pointer;
  font-weight: bold;
  font-size: 90%;
  padding: 0;
  margin: 0;
}
.news-list-view h1,
.news h1 {
  margin-bottom: 18px;
}
.news-list-view h2,
.news h2 {
  margin-bottom: 18px;
}
.news-list-view h3,
.news h3 {
  margin-bottom: 6.25px;
}
.news-list-view h4,
.news h4 {
  margin-bottom: 6.25px;
}
.news-item span.news-infos {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  color: #d11518;
  font-size: 42%;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
}
.news-item span.news-infos span.news-list-category {
  padding-right: 15px;
  display: inline-block;
}
.news-item span.news-infos span.news-list-date {
  font-weight: normal;
  letter-spacing: 0;
  color: #3c3c3b;
}
.news-item .lead {
  margin-bottom: 0;
}
.news-item .lead p {
  margin-bottom: 0;
}
.news-item .news-img-wrap {
  margin-bottom: 10px;
}
.news-item h3 span.news-infos {
  font-size: 60%;
}
.news-item h4 span.news-infos {
  font-size: 75%;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
}
.event-item span.news-infos {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 42%;
  color: #d11518;
  font-weight: normal;
}
.event-item span.news-infos span.news-list-date {
  padding-right: 15px;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
  font-weight: normal;
}
.event-item span.news-infos span.news-list-category {
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #3c3c3b;
}
.event-item h3 span.news-infos {
  font-size: 60%;
}
.event-item h4 span.news-infos {
  font-size: 75%;
}
.event-infos {
  padding: 15px;
  margin-bottom: 15px;
}
.event-infos p {
  margin-bottom: 2px;
  font-weight: bold;
}
.news-list-view .lead,
.news-list-view .teaser-text {
  margin-bottom: 0;
}
.news-list-view .lead:hover,
.news-list-view .teaser-text:hover {
  color: #d11518;
  cursor: pointer;
}
.news-list-view p {
  margin-bottom: 0;
}
.news-list-view .news-item,
.news-list-view .event-item {
  margin-bottom: 30px;
}
.news-list-view .news-item a,
.news-list-view .event-item a {
  color: #3c3c3b;
}
.news-list-view .news-item:hover a,
.news-list-view .event-item:hover a {
  color: #d11518 !important;
  text-decoration: none;
}
.news-list-view img:hover {
  cursor: pointer;
}
.news-splash {
  position: relative;
}
.news-splash .news-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-splash .news-content h2 a,
.news-splash .news-content p,
.news-splash .news-content p span {
  color: #646363 !important;
}
@media screen and (min-width: 768px) {
  .news-splash .news-content {
    padding-top: 60px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .news-splash .news-content h2 a,
  .news-splash .news-content p,
  .news-splash .news-content p span {
    color: white !important;
  }
}
.news-splash .news-content h2 a:hover {
  color: #d11518 !important;
}
.news-single {
  margin: 30px 0;
}
.news-single span.news-infos {
  font-size: 42%;
  color: #d11518;
  display: block;
  margin-bottom: 15px;
}
.news-single .lead {
  margin-bottom: 0;
}
.news-single .lead p {
  margin-bottom: 0;
}
.news-single .news-img-wrap {
  margin-bottom: 20px;
}
.news-single .news-img-wrap:hover img {
  filter: brightness(0.8);
}
.news-img-wrap-first {
  margin-bottom: 30px;
}
.news-img-wrap-first img {
  width: 100%;
  height: auto;
}
.mediaelement-image.thumbnail.small {
  display: inline-block;
  margin-right: 5px;
}
.mediaelement-image.thumbnail.small img {
  width: 100%;
  height: auto;
}
.news-related-wrap {
  margin-top: 50px;
}
.news-bodytext,
.news-related-files,
.news-related-links,
.news-related-news {
  margin-bottom: 60px;
}
.event-single-date:before,
.event-single-location:before,
.event-single-organizer:before {
  font-family: "Material icons";
  padding-right: 10px;
  color: #3c3c3b;
  vertical-align: middle;
  font-weight: normal;
}
.event-single-date:before {
  content: "\e916";
}
.event-single-location:before {
  content: "\e55e";
}
.event-single-organizer:before {
  content: "\e7fd";
}
.shortcut .news-single {
  margin: 0;
}
.news-menu-view input {
  position: absolute;
  margin-left: -9999px;
}
.news-menu-view label {
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  display: block !important;
  background: #f4f4f4;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #f4f4f4;
}
.news-menu-view label:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.news-menu-view label:before {
  position: absolute;
  content: "\e313";
  font-family: "Material icons";
  right: 15px;
  margin-top: 2px;
}
.news-menu-view div {
  position: absolute;
  margin-left: -9999px;
}
.news-menu-view p {
  margin: 0;
  padding: 0px 15px 10px 15px;
}
.news-menu-view p:first-child {
  padding-top: 10px;
}
.news-menu-view p a {
  color: #3c3c3b;
}
.news-menu-view p a:hover {
  color: #d11518;
  text-decoration: none;
}
.news-menu-view input:checked + label {
  border-bottom: 1px solid #e6e6e6;
}
.news-menu-view input:checked + label:before {
  content: "\e316";
}
.news-menu-view input:checked + label + div {
  position: static;
  margin: 0;
}
ul.news-category-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.news-category-menu li {
  margin: 0;
  padding: 0;
}
ul.news-category-menu li a,
ul.news-category-menu li span {
  margin: 0;
  position: relative;
  padding: 10px 15px;
  display: block;
  color: #3c3c3b;
  background: #f4f4f4;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #f4f4f4;
}
ul.news-category-menu li a:hover,
ul.news-category-menu li span:hover {
  text-decoration: none;
}
ul.news-category-menu li a.active,
ul.news-category-menu li span.active {
  background: #646363;
  color: white;
}
ul.news-category-menu li a:last-child,
ul.news-category-menu li span:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.joblist-facts { 
  border-left: 2px solid #e6e6e6;
  padding-left: 15px;
  margin: 7px 0;
}
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #333333;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;
base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #eee;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #A94442;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1E5799;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #A94442 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
.filetypes {
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.filetypes.x05:before {
  font-size: 50%;
}
.filetypes.x2:before {
  font-size: 200%;
}
.filetypes.x3:before {
  font-size: 300%;
}
.filetypes.x4:before {
  font-size: 400%;
}
.filetypes.x5:before {
  font-size: 500%;
}
.filetypes:before {
  color: #a8a7a7;
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: 'Glyphicons Filetypes Regular';
  font-style: normal;
  font-weight: normal;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.filetypes.white:before {
  color: #fff;
}
.filetypes.txt:before {
  content: "\E001";
}
.filetypes.doc:before {
  content: "\E002";
}
.filetypes.rtf:before {
  content: "\E003";
}
.filetypes.log:before {
  content: "\E004";
}
.filetypes.tex:before {
  content: "\E005";
}
.filetypes.msg:before {
  content: "\E006";
}
.filetypes.text:before {
  content: "\E007";
}
.filetypes.wpd:before {
  content: "\E008";
}
.filetypes.wps:before {
  content: "\E009";
}
.filetypes.docx:before {
  content: "\E010";
}
.filetypes.page:before {
  content: "\E011";
}
.filetypes.csv:before {
  content: "\E012";
}
.filetypes.dat:before {
  content: "\E013";
}
.filetypes.tar:before {
  content: "\E014";
}
.filetypes.xml:before {
  content: "\E015";
}
.filetypes.vcf:before {
  content: "\E016";
}
.filetypes.pps:before {
  content: "\E017";
}
.filetypes.key:before {
  content: "\1F511";
}
.filetypes.ppt:before {
  content: "\E019";
}
.filetypes.pptx:before {
  content: "\E020";
}
.filetypes.sdf:before {
  content: "\E021";
}
.filetypes.gbr:before {
  content: "\E022";
}
.filetypes.ged:before {
  content: "\E023";
}
.filetypes.mp3:before {
  content: "\E024";
}
.filetypes.m4a:before {
  content: "\E025";
}
.filetypes.waw:before {
  content: "\E026";
}
.filetypes.wma:before {
  content: "\E027";
}
.filetypes.mpa:before {
  content: "\E028";
}
.filetypes.iff:before {
  content: "\E029";
}
.filetypes.aif:before {
  content: "\E030";
}
.filetypes.ra:before {
  content: "\E031";
}
.filetypes.mid:before {
  content: "\E032";
}
.filetypes.m3v:before {
  content: "\E033";
}
.filetypes.e_3gp:before {
  content: "\E034";
}
.filetypes.shf:before {
  content: "\E035";
}
.filetypes.avi:before {
  content: "\E036";
}
.filetypes.asx:before {
  content: "\E037";
}
.filetypes.mp4:before {
  content: "\E038";
}
.filetypes.e_3g2:before {
  content: "\E039";
}
.filetypes.mpg:before {
  content: "\E040";
}
.filetypes.asf:before {
  content: "\E041";
}
.filetypes.vob:before {
  content: "\E042";
}
.filetypes.wmv:before {
  content: "\E043";
}
.filetypes.mov:before {
  content: "\E044";
}
.filetypes.srt:before {
  content: "\E045";
}
.filetypes.m4v:before {
  content: "\E046";
}
.filetypes.flv:before {
  content: "\E047";
}
.filetypes.rm:before {
  content: "\E048";
}
.filetypes.png:before {
  content: "\E049";
}
.filetypes.psd:before {
  content: "\E050";
}
.filetypes.psp:before {
  content: "\E051";
}
.filetypes.jpg:before {
  content: "\E052";
}
.filetypes.tif:before {
  content: "\E053";
}
.filetypes.tiff:before {
  content: "\E054";
}
.filetypes.gif:before {
  content: "\E055";
}
.filetypes.bmp:before {
  content: "\E056";
}
.filetypes.tga:before {
  content: "\E057";
}
.filetypes.thm:before {
  content: "\E058";
}
.filetypes.yuv:before {
  content: "\E059";
}
.filetypes.dds:before {
  content: "\E060";
}
.filetypes.ai:before {
  content: "\E061";
}
.filetypes.eps:before {
  content: "\E062";
}
.filetypes.ps:before {
  content: "\E063";
}
.filetypes.svg:before {
  content: "\E064";
}
.filetypes.pdf:before {
  content: "\E065";
}
.filetypes.pct:before {
  content: "\E066";
}
.filetypes.indd:before {
  content: "\E067";
}
.filetypes.xlr:before {
  content: "\E068";
}
.filetypes.xls:before {
  content: "\E069";
}
.filetypes.xlsx:before {
  content: "\E070";
}
.filetypes.db:before {
  content: "\E071";
}
.filetypes.dbf:before {
  content: "\E072";
}
.filetypes.mdb:before {
  content: "\E073";
}
.filetypes.pdb:before {
  content: "\E074";
}
.filetypes.sql:before {
  content: "\E075";
}
.filetypes.aacd:before {
  content: "\E076";
}
.filetypes.app:before {
  content: "\E077";
}
.filetypes.exe:before {
  content: "\E078";
}
.filetypes.com:before {
  content: "\E079";
}
.filetypes.bat:before {
  content: "\E080";
}
.filetypes.apk:before {
  content: "\E081";
}
.filetypes.jar:before {
  content: "\E082";
}
.filetypes.hsf:before {
  content: "\E083";
}
.filetypes.pif:before {
  content: "\E084";
}
.filetypes.vb:before {
  content: "\E085";
}
.filetypes.cgi:before {
  content: "\E086";
}
.filetypes.css:before {
  content: "\E087";
}
.filetypes.js:before {
  content: "\E088";
}
.filetypes.php:before {
  content: "\E089";
}
.filetypes.xhtml:before {
  content: "\E090";
}
.filetypes.htm:before {
  content: "\E091";
}
.filetypes.html:before {
  content: "\E092";
}
.filetypes.asp:before {
  content: "\E093";
}
.filetypes.cer:before {
  content: "\E094";
}
.filetypes.jsp:before {
  content: "\E095";
}
.filetypes.cfm:before {
  content: "\E096";
}
.filetypes.aspx:before {
  content: "\E097";
}
.filetypes.rss:before {
  content: "\E098";
}
.filetypes.csr:before {
  content: "\E099";
}
.filetypes.less:before {
  content: "\003C";
}
.filetypes.otf:before {
  content: "\E101";
}
.filetypes.ttf:before {
  content: "\E102";
}
.filetypes.font:before {
  content: "\E103";
}
.filetypes.fnt:before {
  content: "\E104";
}
.filetypes.eot:before {
  content: "\E105";
}
.filetypes.woff:before {
  content: "\E106";
}
.filetypes.zip:before {
  content: "\E107";
}
.filetypes.zipx:before {
  content: "\E108";
}
.filetypes.rar:before {
  content: "\E109";
}
.filetypes.targ:before {
  content: "\E110";
}
.filetypes.sitx:before {
  content: "\E111";
}
.filetypes.deb:before {
  content: "\E112";
}
.filetypes.e_7z:before {
  content: "\E113";
}
.filetypes.pkg:before {
  content: "\E114";
}
.filetypes.rpm:before {
  content: "\E115";
}
.filetypes.cbr:before {
  content: "\E116";
}
.filetypes.gz:before {
  content: "\E117";
}
.filetypes.dmg:before {
  content: "\E118";
}
.filetypes.cue:before {
  content: "\E119";
}
.filetypes.bin:before {
  content: "\E120";
}
.filetypes.iso:before {
  content: "\E121";
}
.filetypes.hdf:before {
  content: "\E122";
}
.filetypes.vcd:before {
  content: "\E123";
}
.filetypes.bak:before {
  content: "\E124";
}
.filetypes.tmp:before {
  content: "\E125";
}
.filetypes.ics:before {
  content: "\E126";
}
.filetypes.msi:before {
  content: "\E127";
}
.filetypes.cfg:before {
  content: "\E128";
}
.filetypes.ini:before {
  content: "\E129";
}
.filetypes.prf:before {
  content: "\E130";
}
.footer-page-list-menu p {
  margin-bottom: 8px;
}
.footer-page-list-menu p:after {
  content: ".";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer-contact-menu ul,
.footer-contact-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-contact-menu li {
  display: inline;
}
.footer-contact-menu a {
  color: #3c3c3b;
  margin-right: 15px;
}
.footer-contact-menu a:hover,
.footer-contact-menu a:focus {
  color: #d11518;
}
.footer-logo {
  width: 72px;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .ash-logo-claim {
    text-align: center;
  }
  .ash-logo-claim img {
    margin: 40px 20px;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .ash-logo-claim a {
    text-align: left;
    display: block;
    padding: 40px 0 40px 50%;
  }
  .ash-logo-claim img {
    margin-left: -40px;
  }
}
.powermail_fieldwrap {
  margin-bottom: 20px;
}
.powermail_fieldwrap p {
  margin-bottom: 0;
}
.powermail_field input[type="text"],
.powermail_field textarea,
.powermail_field select {
  width: 100%;
}
.form-control-feedback {
  font-family: "Source Sans Pro Regular";
  color: #d11518;
}
.powermail_fieldwrap_radio,
.powermail_fieldwrap_checkboxes,
.powermail_fieldwrap_select {
  margin-bottom: 27px;
}
.tx-powermail fieldset {
  margin: 13.5px -13.5px;
}
legend {
  font-size: 14.4px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
fieldset.row {
  border: 1px solid #a8a7a7;
  padding: 12px;
}
fieldset.row p {
  padding: 0;
}
fieldset.row legend {
  padding: 0 5px;
}
.nolabel fieldset {
  border: 0;
  padding: 0;
}
.nolabel legend {
  display: none;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea,
input[type="email"],
input[type="password"] {
  background: #f4f4f4;
  border: 0;
  border-bottom: 1px solid #3c3c3b;
  padding: 7px 15px 5px 15px;
  color: #3c3c3b;
  width: 100%;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-bottom: 1px solid #d11518;
  background: white;
  outline: 0;
}
label {
  font-size: 90%;
  font-family: "Source Sans Pro Regular";
}
select {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 7px 40px 4px 14px;
  background: #f4f4f4 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #3c3c3b;
  border-radius: 0;
  white-space: nowrap;
  margin-bottom: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:focus {
  border: 1px solid #d11518;
  background: white;
  outline: 0;
}
label:before {
  font-family: "Material icons";
  font-weight: normal;
  content: "\e0b5";
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  vertical-align: -2px;
  margin-right: 5px;
  color: #d11518;
}
.mandatory:after {
  content: " Das ist ein Pflichtfeld.";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* hide the checkbox */
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox] + label:before {
  font-family: "Material icons";
  display: inline-block;
  position: absolute;
  font-size: 120%;
  margin-left: -25px;
  margin-top: -1px;
  color: #3c3c3b;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
/* unchecked */
input[type=checkbox] + label:before {
  content: "\e835";
  letter-spacing: 3px;
}
/* checked */
input[type=checkbox]:checked + label:before {
  content: "\e834";
}
/* hide the radio */
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
input[type=radio] + label:before {
  font-family: "Material icons";
  display: inline-block;
  position: absolute;
  font-size: 120%;
  margin-left: -25px;
  margin-top: -1px;
  color: #3c3c3b;
}
/* unchecked */
input[type=radio] + label:before {
  content: "\e836";
  letter-spacing: 3px;
}
/* checked */
input[type=radio]:checked + label:before {
  content: "\e837";
}
.radio:last-child {
  margin-bottom: 20px;
}
.tx-geccal {
  height: auto;
  overflow: auto;
}
.tx-geccal a,
.tx-geccal p {
  display: block;
  padding: 5px 7px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tx-geccal a,
  .tx-geccal p {
    padding: 10px;
  }
}
.tx-geccal a :after,
.tx-geccal p :after {
  content: "";
}
.tx-geccal h1,
.tx-geccal h2,
.tx-geccal h3,
.tx-geccal h4,
.tx-geccal h5,
.tx-geccal h6 {
  margin-top: 0;
}
.tx-geccal caption {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: left;
}
.tx-geccal a {
  font-weight: bold;
}
.tx-geccal a:hover {
  background: #d11518;
  color: white;
  text-decoration: none;
}
.tx-geccal td,
.tx-geccal th {
  text-align: center;
}
.tx-geccal td.inactive {
  color: #a8a7a7;
}
.tx-geccal td.today {
  background: #d11518;
  color: white;
}
.tx-geccal th {
  border-bottom: 1px solid #a8a7a7;
  color: #a8a7a7;
}
.tx-geccal td {
  border-bottom: 1px solid #f4f4f4;
}
.tx-geccal option.hiddenOption {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #f4f4f4;
  display: none;
}
.tx-geccal .calendar-wrap {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .tx-geccal .calendar-wrap {
    float: none;
  }
  .tx-geccal .calendar-wrap table.calendar {
    width: 100%;
  }
}
.tx-geccal .calendar-wrap:last-child {
  margin-right: 0;
}
.nav-header {
  padding-top: 30px;
  padding-bottom: 10px;
}
.nav-header p.h3 {
  margin: 8px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .nav-header p.h3 {
    font-size: 120%;
  }
}
.teaser-box {
  padding: 0;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200%;
  position: relative;
}
.teaser-box:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 768px) {
  .teaser-box {
    background-size: 150%;
  }
}
@media screen and (min-width: 992px) {
  .teaser-box {
    background-size: cover;
  }
}
.teaser-box .copytext {
  margin-top: 250px;
  margin-bottom: 50px;
  color: white;
}
@media screen and (min-width: 992px) {
  .teaser-box .copytext {
    margin-top: 350px;
    margin-bottom: 100px;
  }
}
.menu-shortlinks {
  display: inline-block;
  margin-right: 15px;
}
.menu-shortlinks a {
  font-weight: bold;
  display: block;
  font-size: 83%;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #3c3c3b;
  padding: 0 10px;
  text-align: center;
}
.menu-shortlinks a:hover {
  background: #d11518;
  text-decoration: none;
}
.menu-shortlinks a:first-child {
  margin-bottom: 2px;
}
.overlay-nav-toggle,
.overlay-search-open {
  font-weight: normal;
  width: 50px;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
.overlay-nav-toggle:before,
.overlay-search-open:before {
  content: "\e8b6";
  font-size: 220%;
  font-family: "Material icons";
  color: #3c3c3b;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
@media screen and (max-width: 991px) {
  .overlay-nav-toggle:before,
  .overlay-search-open:before {
    line-height: 1;
  }
}
.overlay-nav-toggle:hover:before,
.overlay-search-open:hover:before {
  color: #d11518;
}
.overlay-nav-toggle:focus,
.overlay-search-open:focus {
  outline: thin dotted #d11518;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.overlay-nav-toggle:before {
  content: "\e5d2";
}
@media screen and (min-width: 992px) {
  body.overlay-nav-open .close-menu {
    margin-left: 62px;
  }
}
body.overlay-nav-open .close-menu:before {
  content: "\e5cd";
}
.menu-header {
  padding-top: 10px;
}
.home-link a {
  display: block;
}
.home-link img {
  width: 58px;
  height: 49px;
}
@media screen and (min-width: 992px) {
  .home-link img {
    width: 116px;
    height: 98px;
  }
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumb p {
  display: inline-block;
  font-size: 72%;
  padding: 0;
  margin: 0;
}
.breadcrumb p a {
  font-weight: bold;
  color: #3c3c3b;
}
.breadcrumb p a:hover {
  color: #d11518;
}
.breadcrumb p span {
  font-weight: bold;
}
.breadcrumb span:before {
  content: "\e315";
  font-family: "Material icons";
  vertical-align: middle;
  padding: 0 5px;
}
.nav-header-wrapper .row {
  padding: 0;
  margin: 0 -15px;
}
@media screen and (min-width: 992px) {
  .nav-header-wrapper {
    position: absolute;
    color: white;
    z-index: 1;
    width: 100%;
  }
  .nav-header-wrapper .menu-shortlinks a {
    background: white;
    color: #3c3c3b;
  }
  .nav-header-wrapper .overlay-nav-toggle:before,
  .nav-header-wrapper .overlay-search-open:before {
    color: white;
  }
  .nav-header-wrapper nav.breadcrumb p a {
    color: white;
  }
}
p.linkToTop {
  text-align: right;
  font-size: 81%;
  margin: 20px 0 50px 0;
}
p.linkToTop a {
  color: #a8a7a7;
  text-decoration: none;
}
p.linkToTop a:hover,
p.linkToTop a:focus {
  text-decoration: none;
  color: #6093cd;
}
p.linkToTop a:after {
  content: "\e25a";
  padding-left: 4px;
  font-family: "Material icons";
  vertical-align: -2px;
}
.alice-teaser {
  padding-bottom: 0 !important;
}
.alice-teaser .alice-teaser-inner {
  display: table;
  width: 100%;
}
.alice-teaser .alice-teaser-inner .text {
  padding: 40px 0;
}
.alice-teaser .alice-teaser-inner .pic {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .alice-teaser .alice-teaser-inner .text {
    display: table-cell;
    width: 50%;
    padding: 20px 40px 20px 0;
  }
  .alice-teaser .alice-teaser-inner .pic {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    padding: 20px 40px 0 0;
  }
}
.alice-teaser.bg-warning {
  margin-bottom: 0;
}
.alice-teaser.bg-warning .pic figure {
  position: relative;
  z-index: 1;
}
.alice-teaser.bg-warning .pic figure:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(254, 204, 0, 0) 0%, rgba(254, 204, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(254, 204, 0, 0) 0%, rgba(254, 204, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(254, 204, 0, 0) 0%, rgba(254, 204, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fecc00', endColorstr='#ccfecc00', GradientType=0);
}
.alice-home-link img {
  margin: 15px 0;
  width: 130px;
}
@media screen and (min-width: 992px) {
  .alice-home-link img {
    width: 180px;
    margin: 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  .alice-home-link img {
    width: 250px;
    margin: 30px 0;
  }
}
.alice-header {
  margin-top: 10px;
  display: table;
  width: 100%;
}
.alice-header div {
  display: table-cell;
  vertical-align: middle;
}
.alice-header .alice-header-right {
  text-align: right;
}
.alice-header .icon-search {
  font-size: 200%;
  margin-right: 20px;
  color: #e6e6e6;
}
.alice-header a:hover {
  text-decoration: none;
}
.alice-header a:hover .icon:before {
  color: #d11518;
}
ul.menu-alice {
  margin: 20px 0 20px 0;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #6093cd;
}
ul.menu-alice ul {
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
  display: none;
}
ul.menu-alice li {
  list-style-type: none;
  padding: 0;
  display: block;
  text-align: left;
}
ul.menu-alice p.h5 {
  padding: 0;
  margin: 0;
}
ul.menu-alice button {
  margin: 10px;
  color: white;
  display: block;
  width: 100%;
  border: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-size: 10px;
}
ul.menu-alice a {
  padding: 10px 10px;
  display: block;
  font-weight: bold;
  color: white;
}
ul.menu-alice a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
ul.menu-alice li.active a:before {
  content: "\e409";
  font-family: "Material icons";
  padding-right: 7px;
  vertical-align: -3px;
}
@media screen and (min-width: 992px) {
  ul.menu-alice {
    border-bottom: 1px solid #646363;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    overflow: visible;
    background: none;
  }
  ul.menu-alice button {
    display: none;
  }
  ul.menu-alice ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.menu-alice a {
    padding: 15px 20px;
    color: #646363;
    font-weight: normal;
    border-bottom: 3px solid transparent;
  }
  ul.menu-alice a:hover {
    color: #d11518;
  }
  ul.menu-alice li {
    display: inline-block;
    margin-bottom: -1px;
  }
  ul.menu-alice li.active a {
    border-bottom: 3px solid #d11518;
    font-weight: bold;
    color: #d11518;
  }
  ul.menu-alice li.active a:before {
    content: "";
  }
}
.menu-icons a {
  font-weight: bold;
  display: block;
  text-align: center;
  min-height: 60px;
}
.menu-icons .icon-wrap {
  padding-top: 100%;
}
.menu-icons .icon-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  height: auto;
}
.menu-icons-small a {
  display: inline-block;
  padding: 0 10px;
}
.menu-icons-small a:hover {
  filter: brightness(90%);
}
ul.sitemap-tree {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0 0 0 12px;
}
ul.sitemap-tree li {
  position: relative;
  padding: 2px 0 2px 10px;
  margin: 0;
  z-index: 0;
}
ul.sitemap-tree li:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #a8a7a7;
  top: 11px;
  left: -30px;
  z-index: 1;
}
ul.sitemap-tree li:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #a8a7a7;
  left: -30px;
  z-index: 2;
}
ul.sitemap-tree li:last-child:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #a8a7a7;
  left: -30px;
}
ul.sitemap-tree li a {
  text-decoration: none;
}
ul.sitemap-tree li span {
  position: relative;
}
ul.sitemap-tree li span:before {
  position: absolute;
  display: inline-block;
  content: "\e24d";
  font-family: "Material icons";
  padding-right: 5px;
  line-height: 10px;
  left: -26px;
  z-index: 3;
  top: 6px;
}
.menuDesc {
  margin-top: 30px/2;
}
.menuDesc .caption {
  margin: 0;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 2px solid transparent;
}
.menuDesc .caption h3 {
  margin: 0;
}
.menuDesc .caption a {
  color: #3c3c3b;
}
.menuDesc .caption a:hover,
.menuDesc .caption a:focus {
  color: #d11518;
  text-decoration: none;
}
.menuDesc .caption:hover {
  color: #3c3c3b;
  cursor: pointer;
  text-decoration: none;
  border-left: 2px solid #d11518;
}
.menuPic .caption:hover {
  color: #3c3c3b;
  cursor: pointer;
  text-decoration: none;
}
.menuPic .col {
  min-height: 410px;
}
.menuPic h3 {
  margin: 15px 0 10px 0;
}
.menuPic h3 a {
  color: #3c3c3b;
}
.menuPic h3 a:hover,
.menuPic h3 a:focus {
  color: #d11518;
}
.menuPic p {
  margin-bottom: 0;
}
.menuPic img {
  background: #f4f4f4;
}
.menu-az .letter-list {
  margin-bottom: 30px;
  line-height: 2;
}
.menu-az .letter-list a {
  padding: 2px 4px;
  margin-right: 3px;
  text-transform: uppercase;
  color: #3c3c3b;
}
.menu-az .letter-list a:hover,
.menu-az .letter-list a:focus {
  color: #d11518;
  text-decoration: none;
}
.menu-az .alpha-ordered-pages .item-group {
  position: relative;
  padding-left: 50px;
}
.menu-az .alpha-ordered-pages .item-group h2 {
  position: absolute;
  left: 0;
  top: -4px;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 6px;
  padding-left: 0px;
  background: #d11518;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 2px 0 0 0;
  font-size: 15px;
}
.menu-az .alpha-ordered-pages .item-group h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.menu-az .alpha-ordered-pages .item-group h3 small {
  color: #3c3c3b;
}
.menu-target-groups {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.menu-target-groups ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  margin-left: -9999px;
}
.menu-target-groups input[type="checkbox"]:checked + label + ul {
  position: static;
  margin: 0;
}
.menu-target-groups li {
  list-style-type: none;
  padding: 0;
  display: block;
  text-align: left;
}
.menu-target-groups li:before {
  content: "";
}
.menu-target-groups p.h5 {
  padding: 0;
  margin: 0;
}
.menu-target-groups .show-sub-label {
  font-size: 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  cursor: pointer;
  margin: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-size: 10px;
}
.menu-target-groups a {
  padding: 15px 10px;
  display: block;
  font-weight: bold;
}
.menu-target-groups a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .menu-target-groups {
    text-align: center;
  }
  .menu-target-groups ul {
    position: static;
    margin: 0;
  }
  .menu-target-groups .show-sub-label {
    position: absolute;
    margin-left: -9999px;
  }
  .menu-target-groups li {
    display: inline-block;
  }
}
.image,
.textpic,
.text {
  margin-bottom: 15px;
}
.diashow a {
  position: relative;
  display: block;
}
.diashow a:before {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-images' viewBox='0 0 16 16'%3E%3Cpath d='M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z'/%3E%3C/svg%3E");
  background-size: 100%;
  height: 40px;
  width: 40px;
}
.no-padding {
  padding: 0 !important;
}
.more-padding {
  padding: 150px 100px 50px 100px;
}
@media screen and (max-width: 1200px) {
  .more-padding {
    padding: 75px 75px 30px 75px;
  }
}
@media screen and (max-width: 992px) {
  .more-padding {
    padding: 50px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .more-padding {
    padding: 30px;
  }
}
.content-col {
  padding-top: 30px;
  padding-bottom: 50px;
}
html .bg-angle.container-fluid {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  margin-top: 80px;
}
html .bg-angle:before,
html .bg-angle:after {
  background: none repeat scroll 0 0 #ffffff;
  content: "";
  display: block;
  margin-top: -50px;
  min-height: 100px;
  position: absolute;
  -webkit-transform: skewY(-1deg);
  -moz-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  -o-transform: skewY(-1deg);
  transform: skewY(-1deg);
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
html .bg-black,
[class^="bg-"] .bg-black,
[class*=" bg-"] .bg-black {
  background-color: black;
}
html .bg-black.bg-angle:before,
[class^="bg-"] .bg-black.bg-angle:before,
[class*=" bg-"] .bg-black.bg-angle:before,
html .bg-black.bg-angle:after,
[class^="bg-"] .bg-black.bg-angle:after,
[class*=" bg-"] .bg-black.bg-angle:after {
  background-color: black;
}
html .bg-black h1,
[class^="bg-"] .bg-black h1,
[class*=" bg-"] .bg-black h1,
html .bg-black h2,
[class^="bg-"] .bg-black h2,
[class*=" bg-"] .bg-black h2,
html .bg-black h3,
[class^="bg-"] .bg-black h3,
[class*=" bg-"] .bg-black h3,
html .bg-black h4,
[class^="bg-"] .bg-black h4,
[class*=" bg-"] .bg-black h4,
html .bg-black h5,
[class^="bg-"] .bg-black h5,
[class*=" bg-"] .bg-black h5,
html .bg-black h6,
[class^="bg-"] .bg-black h6,
[class*=" bg-"] .bg-black h6,
html .bg-black p,
[class^="bg-"] .bg-black p,
[class*=" bg-"] .bg-black p,
html .bg-black li,
[class^="bg-"] .bg-black li,
[class*=" bg-"] .bg-black li,
html .bg-black dt,
[class^="bg-"] .bg-black dt,
[class*=" bg-"] .bg-black dt,
html .bg-black dl,
[class^="bg-"] .bg-black dl,
[class*=" bg-"] .bg-black dl,
html .bg-black blockquote,
[class^="bg-"] .bg-black blockquote,
[class*=" bg-"] .bg-black blockquote {
  color: #f4f4f4;
}
html .bg-black a,
[class^="bg-"] .bg-black a,
[class*=" bg-"] .bg-black a {
  color: #f4f4f4;
}
html .bg-black a:hover,
[class^="bg-"] .bg-black a:hover,
[class*=" bg-"] .bg-black a:hover,
html .bg-black a:active,
[class^="bg-"] .bg-black a:active,
[class*=" bg-"] .bg-black a:active {
  color: #d11518;
}
html .bg-white,
[class^="bg-"] .bg-white,
[class*=" bg-"] .bg-white {
  background-color: white;
}
html .bg-white.bg-angle:before,
[class^="bg-"] .bg-white.bg-angle:before,
[class*=" bg-"] .bg-white.bg-angle:before,
html .bg-white.bg-angle:after,
[class^="bg-"] .bg-white.bg-angle:after,
[class*=" bg-"] .bg-white.bg-angle:after {
  background-color: white;
}
html .bg-white h1,
[class^="bg-"] .bg-white h1,
[class*=" bg-"] .bg-white h1,
html .bg-white h2,
[class^="bg-"] .bg-white h2,
[class*=" bg-"] .bg-white h2,
html .bg-white h3,
[class^="bg-"] .bg-white h3,
[class*=" bg-"] .bg-white h3,
html .bg-white h4,
[class^="bg-"] .bg-white h4,
[class*=" bg-"] .bg-white h4,
html .bg-white h5,
[class^="bg-"] .bg-white h5,
[class*=" bg-"] .bg-white h5,
html .bg-white h6,
[class^="bg-"] .bg-white h6,
[class*=" bg-"] .bg-white h6,
html .bg-white p,
[class^="bg-"] .bg-white p,
[class*=" bg-"] .bg-white p,
html .bg-white li,
[class^="bg-"] .bg-white li,
[class*=" bg-"] .bg-white li,
html .bg-white dt,
[class^="bg-"] .bg-white dt,
[class*=" bg-"] .bg-white dt,
html .bg-white dl,
[class^="bg-"] .bg-white dl,
[class*=" bg-"] .bg-white dl,
html .bg-white blockquote,
[class^="bg-"] .bg-white blockquote,
[class*=" bg-"] .bg-white blockquote {
  color: #3c3c3b;
}
html .bg-white a,
[class^="bg-"] .bg-white a,
[class*=" bg-"] .bg-white a {
  color: #d11518;
}
html .bg-white a:hover,
[class^="bg-"] .bg-white a:hover,
[class*=" bg-"] .bg-white a:hover,
html .bg-white a:active,
[class^="bg-"] .bg-white a:active,
[class*=" bg-"] .bg-white a:active {
  color: #3c3c3b;
}
html .bg-gray-light,
[class^="bg-"] .bg-gray-light,
[class*=" bg-"] .bg-gray-light {
  background-color: #e6e6e6;
}
html .bg-gray-light.bg-angle:before,
[class^="bg-"] .bg-gray-light.bg-angle:before,
[class*=" bg-"] .bg-gray-light.bg-angle:before,
html .bg-gray-light.bg-angle:after,
[class^="bg-"] .bg-gray-light.bg-angle:after,
[class*=" bg-"] .bg-gray-light.bg-angle:after {
  background-color: #e6e6e6;
}
html .bg-gray-light h1,
[class^="bg-"] .bg-gray-light h1,
[class*=" bg-"] .bg-gray-light h1,
html .bg-gray-light h2,
[class^="bg-"] .bg-gray-light h2,
[class*=" bg-"] .bg-gray-light h2,
html .bg-gray-light h3,
[class^="bg-"] .bg-gray-light h3,
[class*=" bg-"] .bg-gray-light h3,
html .bg-gray-light h4,
[class^="bg-"] .bg-gray-light h4,
[class*=" bg-"] .bg-gray-light h4,
html .bg-gray-light h5,
[class^="bg-"] .bg-gray-light h5,
[class*=" bg-"] .bg-gray-light h5,
html .bg-gray-light h6,
[class^="bg-"] .bg-gray-light h6,
[class*=" bg-"] .bg-gray-light h6,
html .bg-gray-light p,
[class^="bg-"] .bg-gray-light p,
[class*=" bg-"] .bg-gray-light p,
html .bg-gray-light li,
[class^="bg-"] .bg-gray-light li,
[class*=" bg-"] .bg-gray-light li,
html .bg-gray-light dt,
[class^="bg-"] .bg-gray-light dt,
[class*=" bg-"] .bg-gray-light dt,
html .bg-gray-light dl,
[class^="bg-"] .bg-gray-light dl,
[class*=" bg-"] .bg-gray-light dl,
html .bg-gray-light blockquote,
[class^="bg-"] .bg-gray-light blockquote,
[class*=" bg-"] .bg-gray-light blockquote {
  color: #3c3c3b;
}
html .bg-gray-light a,
[class^="bg-"] .bg-gray-light a,
[class*=" bg-"] .bg-gray-light a {
  color: #d11518;
}
html .bg-gray-light a:hover,
[class^="bg-"] .bg-gray-light a:hover,
[class*=" bg-"] .bg-gray-light a:hover,
html .bg-gray-light a:active,
[class^="bg-"] .bg-gray-light a:active,
[class*=" bg-"] .bg-gray-light a:active {
  text-decoration: underline;
}
html .bg-gray-lighter,
[class^="bg-"] .bg-gray-lighter,
[class*=" bg-"] .bg-gray-lighter {
  background-color: #f4f4f4;
}
html .bg-gray-lighter.bg-angle:before,
[class^="bg-"] .bg-gray-lighter.bg-angle:before,
[class*=" bg-"] .bg-gray-lighter.bg-angle:before,
html .bg-gray-lighter.bg-angle:after,
[class^="bg-"] .bg-gray-lighter.bg-angle:after,
[class*=" bg-"] .bg-gray-lighter.bg-angle:after {
  background-color: #f4f4f4;
}
html .bg-gray-lighter h1,
[class^="bg-"] .bg-gray-lighter h1,
[class*=" bg-"] .bg-gray-lighter h1,
html .bg-gray-lighter h2,
[class^="bg-"] .bg-gray-lighter h2,
[class*=" bg-"] .bg-gray-lighter h2,
html .bg-gray-lighter h3,
[class^="bg-"] .bg-gray-lighter h3,
[class*=" bg-"] .bg-gray-lighter h3,
html .bg-gray-lighter h4,
[class^="bg-"] .bg-gray-lighter h4,
[class*=" bg-"] .bg-gray-lighter h4,
html .bg-gray-lighter h5,
[class^="bg-"] .bg-gray-lighter h5,
[class*=" bg-"] .bg-gray-lighter h5,
html .bg-gray-lighter h6,
[class^="bg-"] .bg-gray-lighter h6,
[class*=" bg-"] .bg-gray-lighter h6,
html .bg-gray-lighter p,
[class^="bg-"] .bg-gray-lighter p,
[class*=" bg-"] .bg-gray-lighter p,
html .bg-gray-lighter li,
[class^="bg-"] .bg-gray-lighter li,
[class*=" bg-"] .bg-gray-lighter li,
html .bg-gray-lighter dt,
[class^="bg-"] .bg-gray-lighter dt,
[class*=" bg-"] .bg-gray-lighter dt,
html .bg-gray-lighter dl,
[class^="bg-"] .bg-gray-lighter dl,
[class*=" bg-"] .bg-gray-lighter dl,
html .bg-gray-lighter blockquote,
[class^="bg-"] .bg-gray-lighter blockquote,
[class*=" bg-"] .bg-gray-lighter blockquote {
  color: #646363;
}
html .bg-gray-lighter a,
[class^="bg-"] .bg-gray-lighter a,
[class*=" bg-"] .bg-gray-lighter a {
  color: #646363;
}
html .bg-gray-lighter a:hover,
[class^="bg-"] .bg-gray-lighter a:hover,
[class*=" bg-"] .bg-gray-lighter a:hover,
html .bg-gray-lighter a:active,
[class^="bg-"] .bg-gray-lighter a:active,
[class*=" bg-"] .bg-gray-lighter a:active {
  color: #3c3c3b;
}
html .bg-primary,
[class^="bg-"] .bg-primary,
[class*=" bg-"] .bg-primary {
  background-color: #d11518;
}
html .bg-primary.bg-angle:before,
[class^="bg-"] .bg-primary.bg-angle:before,
[class*=" bg-"] .bg-primary.bg-angle:before,
html .bg-primary.bg-angle:after,
[class^="bg-"] .bg-primary.bg-angle:after,
[class*=" bg-"] .bg-primary.bg-angle:after {
  background-color: #d11518;
}
html .bg-primary a,
[class^="bg-"] .bg-primary a,
[class*=" bg-"] .bg-primary a {
  color: #f4f4f4;
}
html .bg-primary a:hover,
[class^="bg-"] .bg-primary a:hover,
[class*=" bg-"] .bg-primary a:hover,
html .bg-primary a:active,
[class^="bg-"] .bg-primary a:active,
[class*=" bg-"] .bg-primary a:active {
  color: #e6e6e6;
}
html .bg-primary h1,
[class^="bg-"] .bg-primary h1,
[class*=" bg-"] .bg-primary h1,
html .bg-primary h2,
[class^="bg-"] .bg-primary h2,
[class*=" bg-"] .bg-primary h2,
html .bg-primary h3,
[class^="bg-"] .bg-primary h3,
[class*=" bg-"] .bg-primary h3,
html .bg-primary h4,
[class^="bg-"] .bg-primary h4,
[class*=" bg-"] .bg-primary h4,
html .bg-primary h5,
[class^="bg-"] .bg-primary h5,
[class*=" bg-"] .bg-primary h5,
html .bg-primary h6,
[class^="bg-"] .bg-primary h6,
[class*=" bg-"] .bg-primary h6,
html .bg-primary p,
[class^="bg-"] .bg-primary p,
[class*=" bg-"] .bg-primary p,
html .bg-primary li,
[class^="bg-"] .bg-primary li,
[class*=" bg-"] .bg-primary li,
html .bg-primary dt,
[class^="bg-"] .bg-primary dt,
[class*=" bg-"] .bg-primary dt,
html .bg-primary dl,
[class^="bg-"] .bg-primary dl,
[class*=" bg-"] .bg-primary dl,
html .bg-primary blockquote,
[class^="bg-"] .bg-primary blockquote,
[class*=" bg-"] .bg-primary blockquote {
  color: white;
}
html .bg-primary h1 a,
[class^="bg-"] .bg-primary h1 a,
[class*=" bg-"] .bg-primary h1 a,
html .bg-primary h2 a,
[class^="bg-"] .bg-primary h2 a,
[class*=" bg-"] .bg-primary h2 a,
html .bg-primary h3 a,
[class^="bg-"] .bg-primary h3 a,
[class*=" bg-"] .bg-primary h3 a,
html .bg-primary h4 a,
[class^="bg-"] .bg-primary h4 a,
[class*=" bg-"] .bg-primary h4 a,
html .bg-primary h5 a,
[class^="bg-"] .bg-primary h5 a,
[class*=" bg-"] .bg-primary h5 a,
html .bg-primary h6 a,
[class^="bg-"] .bg-primary h6 a,
[class*=" bg-"] .bg-primary h6 a,
html .bg-primary p a,
[class^="bg-"] .bg-primary p a,
[class*=" bg-"] .bg-primary p a,
html .bg-primary li a,
[class^="bg-"] .bg-primary li a,
[class*=" bg-"] .bg-primary li a,
html .bg-primary dt a,
[class^="bg-"] .bg-primary dt a,
[class*=" bg-"] .bg-primary dt a,
html .bg-primary dl a,
[class^="bg-"] .bg-primary dl a,
[class*=" bg-"] .bg-primary dl a,
html .bg-primary blockquote a,
[class^="bg-"] .bg-primary blockquote a,
[class*=" bg-"] .bg-primary blockquote a {
  color: white;
}
html .bg-primary h1 a:hover,
[class^="bg-"] .bg-primary h1 a:hover,
[class*=" bg-"] .bg-primary h1 a:hover,
html .bg-primary h2 a:hover,
[class^="bg-"] .bg-primary h2 a:hover,
[class*=" bg-"] .bg-primary h2 a:hover,
html .bg-primary h3 a:hover,
[class^="bg-"] .bg-primary h3 a:hover,
[class*=" bg-"] .bg-primary h3 a:hover,
html .bg-primary h4 a:hover,
[class^="bg-"] .bg-primary h4 a:hover,
[class*=" bg-"] .bg-primary h4 a:hover,
html .bg-primary h5 a:hover,
[class^="bg-"] .bg-primary h5 a:hover,
[class*=" bg-"] .bg-primary h5 a:hover,
html .bg-primary h6 a:hover,
[class^="bg-"] .bg-primary h6 a:hover,
[class*=" bg-"] .bg-primary h6 a:hover,
html .bg-primary p a:hover,
[class^="bg-"] .bg-primary p a:hover,
[class*=" bg-"] .bg-primary p a:hover,
html .bg-primary li a:hover,
[class^="bg-"] .bg-primary li a:hover,
[class*=" bg-"] .bg-primary li a:hover,
html .bg-primary dt a:hover,
[class^="bg-"] .bg-primary dt a:hover,
[class*=" bg-"] .bg-primary dt a:hover,
html .bg-primary dl a:hover,
[class^="bg-"] .bg-primary dl a:hover,
[class*=" bg-"] .bg-primary dl a:hover,
html .bg-primary blockquote a:hover,
[class^="bg-"] .bg-primary blockquote a:hover,
[class*=" bg-"] .bg-primary blockquote a:hover,
html .bg-primary h1 a:active,
[class^="bg-"] .bg-primary h1 a:active,
[class*=" bg-"] .bg-primary h1 a:active,
html .bg-primary h2 a:active,
[class^="bg-"] .bg-primary h2 a:active,
[class*=" bg-"] .bg-primary h2 a:active,
html .bg-primary h3 a:active,
[class^="bg-"] .bg-primary h3 a:active,
[class*=" bg-"] .bg-primary h3 a:active,
html .bg-primary h4 a:active,
[class^="bg-"] .bg-primary h4 a:active,
[class*=" bg-"] .bg-primary h4 a:active,
html .bg-primary h5 a:active,
[class^="bg-"] .bg-primary h5 a:active,
[class*=" bg-"] .bg-primary h5 a:active,
html .bg-primary h6 a:active,
[class^="bg-"] .bg-primary h6 a:active,
[class*=" bg-"] .bg-primary h6 a:active,
html .bg-primary p a:active,
[class^="bg-"] .bg-primary p a:active,
[class*=" bg-"] .bg-primary p a:active,
html .bg-primary li a:active,
[class^="bg-"] .bg-primary li a:active,
[class*=" bg-"] .bg-primary li a:active,
html .bg-primary dt a:active,
[class^="bg-"] .bg-primary dt a:active,
[class*=" bg-"] .bg-primary dt a:active,
html .bg-primary dl a:active,
[class^="bg-"] .bg-primary dl a:active,
[class*=" bg-"] .bg-primary dl a:active,
html .bg-primary blockquote a:active,
[class^="bg-"] .bg-primary blockquote a:active,
[class*=" bg-"] .bg-primary blockquote a:active {
  color: #e6e6e6;
  text-decoration: underline;
}
html .bg-success,
[class^="bg-"] .bg-success,
[class*=" bg-"] .bg-success {
  background-color: #6093cd;
}
html .bg-success.bg-angle:before,
[class^="bg-"] .bg-success.bg-angle:before,
[class*=" bg-"] .bg-success.bg-angle:before,
html .bg-success.bg-angle:after,
[class^="bg-"] .bg-success.bg-angle:after,
[class*=" bg-"] .bg-success.bg-angle:after {
  background-color: #6093cd;
}
html .bg-success h1,
[class^="bg-"] .bg-success h1,
[class*=" bg-"] .bg-success h1,
html .bg-success h2,
[class^="bg-"] .bg-success h2,
[class*=" bg-"] .bg-success h2,
html .bg-success h3,
[class^="bg-"] .bg-success h3,
[class*=" bg-"] .bg-success h3,
html .bg-success h4,
[class^="bg-"] .bg-success h4,
[class*=" bg-"] .bg-success h4,
html .bg-success h5,
[class^="bg-"] .bg-success h5,
[class*=" bg-"] .bg-success h5,
html .bg-success h6,
[class^="bg-"] .bg-success h6,
[class*=" bg-"] .bg-success h6,
html .bg-success p,
[class^="bg-"] .bg-success p,
[class*=" bg-"] .bg-success p,
html .bg-success li,
[class^="bg-"] .bg-success li,
[class*=" bg-"] .bg-success li,
html .bg-success dt,
[class^="bg-"] .bg-success dt,
[class*=" bg-"] .bg-success dt,
html .bg-success dl,
[class^="bg-"] .bg-success dl,
[class*=" bg-"] .bg-success dl,
html .bg-success blockquote,
[class^="bg-"] .bg-success blockquote,
[class*=" bg-"] .bg-success blockquote {
  color: white;
}
html .bg-success a,
[class^="bg-"] .bg-success a,
[class*=" bg-"] .bg-success a {
  color: #f4f4f4;
}
html .bg-success a:hover,
[class^="bg-"] .bg-success a:hover,
[class*=" bg-"] .bg-success a:hover,
html .bg-success a:active,
[class^="bg-"] .bg-success a:active,
[class*=" bg-"] .bg-success a:active {
  color: #e6e6e6;
}
html .bg-warning,
[class^="bg-"] .bg-warning,
[class*=" bg-"] .bg-warning {
  background-color: #fecc00;
}
html .bg-warning.bg-angle:before,
[class^="bg-"] .bg-warning.bg-angle:before,
[class*=" bg-"] .bg-warning.bg-angle:before,
html .bg-warning.bg-angle:after,
[class^="bg-"] .bg-warning.bg-angle:after,
[class*=" bg-"] .bg-warning.bg-angle:after {
  background-color: #fecc00;
}
html .bg-warning h1,
[class^="bg-"] .bg-warning h1,
[class*=" bg-"] .bg-warning h1,
html .bg-warning h2,
[class^="bg-"] .bg-warning h2,
[class*=" bg-"] .bg-warning h2,
html .bg-warning h3,
[class^="bg-"] .bg-warning h3,
[class*=" bg-"] .bg-warning h3,
html .bg-warning h4,
[class^="bg-"] .bg-warning h4,
[class*=" bg-"] .bg-warning h4,
html .bg-warning h5,
[class^="bg-"] .bg-warning h5,
[class*=" bg-"] .bg-warning h5,
html .bg-warning h6,
[class^="bg-"] .bg-warning h6,
[class*=" bg-"] .bg-warning h6,
html .bg-warning p,
[class^="bg-"] .bg-warning p,
[class*=" bg-"] .bg-warning p,
html .bg-warning li,
[class^="bg-"] .bg-warning li,
[class*=" bg-"] .bg-warning li,
html .bg-warning dt,
[class^="bg-"] .bg-warning dt,
[class*=" bg-"] .bg-warning dt,
html .bg-warning dl,
[class^="bg-"] .bg-warning dl,
[class*=" bg-"] .bg-warning dl,
html .bg-warning blockquote,
[class^="bg-"] .bg-warning blockquote,
[class*=" bg-"] .bg-warning blockquote {
  color: #3c3c3b;
}
html .bg-warning a,
[class^="bg-"] .bg-warning a,
[class*=" bg-"] .bg-warning a {
  color: #646363;
}
html .bg-warning a:hover,
[class^="bg-"] .bg-warning a:hover,
[class*=" bg-"] .bg-warning a:hover,
html .bg-warning a:active,
[class^="bg-"] .bg-warning a:active,
[class*=" bg-"] .bg-warning a:active {
  color: #3c3c3b;
}
html .container.bg,
html .container-fluid.bg {
  padding: 15px;
}
[class^="bg-"],
[class*=" bg-"] {
  padding: 15px;
}
.thumbnail,
caption,
a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 15px;
}
.mt-2 {
  margin-top: 30px;
}
.mt-3 {
  margin-top: 50px;
}
.mt-4 {
  margin-top: 75px;
}
.mt-5 {
  margin-top: 150px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 15px;
}
.mb-2 {
  margin-bottom: 30px;
}
.mb-3 {
  margin-bottom: 50px;
}
.mb-4 {
  margin-bottom: 75px;
}
.mb-5 {
  margin-bottom: 150px;
}
.position-relative {
  position: relative;
}
.stretched-link:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.btn-back-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
}
.icon:before {
  font-family: "Material icons";
  padding-right: 10px;
  color: #3c3c3b;
  vertical-align: middle;
  font-weight: normal;
}
.icon.icon-date:before {
  content: "\e916";
}
.icon.icon-time:before {
  content: "\e192";
}
.icon.icon-warning:before {
  content: "\e002";
}
.icon.icon-location:before {
  content: "\e55e";
}
.icon.icon-organizer:before {
  content: "\e7fd";
}
.icon.icon-search:before {
  content: "\e8b6";
}
.missing-alt-attr {
  border: 5px solid #ff00ff;
  padding-bottom: 60px;
  background: bottom center no-repeat #ff00ff url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 246 18' style='enable-background:new 0 0 246 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF00FF;%7D%0A%3C/style%3E%3Crect class='st0' width='246' height='18'/%3E%3Cg%3E%3Cpath d='M7.4,4.9c0.5-0.1,1.2-0.2,1.9-0.2c1,0,1.7,0.2,2.2,0.6c0.4,0.3,0.7,0.8,0.7,1.4c0,0.8-0.5,1.5-1.4,1.8v0 c0.8,0.2,1.7,0.8,1.7,2c0,0.7-0.3,1.2-0.7,1.6C11.2,12.7,10.3,13,9,13c-0.7,0-1.3,0-1.6-0.1V4.9z M8.4,8.2h0.9 c1.1,0,1.7-0.6,1.7-1.4c0-0.9-0.7-1.3-1.8-1.3c-0.5,0-0.8,0-0.9,0.1V8.2z M8.4,12.1c0.2,0,0.5,0,0.9,0c1.1,0,2.1-0.4,2.1-1.6 c0-1.1-0.9-1.6-2.1-1.6H8.4V12.1z'/%3E%3Cpath d='M15,5.5c0,0.4-0.3,0.6-0.7,0.6c-0.4,0-0.6-0.3-0.6-0.6s0.3-0.7,0.7-0.7C14.8,4.8,15,5.1,15,5.5z M13.9,12.9V7.1h1.1v5.8 H13.9z'/%3E%3Cpath d='M17.9,5.7v1.4h1.5v0.8h-1.5V11c0,0.7,0.2,1.1,0.8,1.1c0.3,0,0.5,0,0.6-0.1l0,0.8C19.2,13,18.9,13,18.5,13 c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.4-0.8-0.4-1.5V7.9H16V7.1h0.9V6L17.9,5.7z'/%3E%3Cpath d='M21.9,5.7v1.4h1.5v0.8h-1.5V11c0,0.7,0.2,1.1,0.8,1.1c0.3,0,0.5,0,0.6-0.1l0,0.8C23.2,13,22.8,13,22.4,13 c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.4-0.8-0.4-1.5V7.9H20V7.1h0.9V6L21.9,5.7z'/%3E%3Cpath d='M25.1,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H25.1z M28.2,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7H28.2z' /%3E%3Cpath d='M38.1,4.4v7c0,0.5,0,1.1,0,1.5h-0.9l0-1h0c-0.3,0.6-1,1.1-2,1.1c-1.4,0-2.5-1.2-2.5-2.9c0-1.9,1.2-3.1,2.6-3.1 c0.9,0,1.5,0.4,1.8,0.9h0V4.4H38.1z M37.1,9.4c0-0.1,0-0.3,0-0.4c-0.2-0.7-0.7-1.2-1.5-1.2c-1.1,0-1.7,1-1.7,2.2 c0,1.2,0.6,2.1,1.7,2.1c0.7,0,1.4-0.5,1.5-1.3c0-0.1,0-0.3,0-0.5V9.4z'/%3E%3Cpath d='M41,5.5c0,0.4-0.3,0.6-0.7,0.6c-0.4,0-0.6-0.3-0.6-0.6s0.3-0.7,0.7-0.7C40.8,4.8,41,5.1,41,5.5z M39.9,12.9V7.1h1.1v5.8 H39.9z'/%3E%3Cpath d='M43.3,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H43.3z M46.4,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7H46.4z' /%3E%3Cpath d='M52.6,10.3l-0.8,2.5h-1.1l2.8-8.1h1.2l2.8,8.1h-1.1l-0.9-2.5H52.6z M55.2,9.5l-0.8-2.3c-0.2-0.5-0.3-1-0.4-1.5h0 c-0.1,0.5-0.2,1-0.4,1.5l-0.8,2.3H55.2z'/%3E%3Cpath d='M58.5,4.4h1.1v8.5h-1.1V4.4z'/%3E%3Cpath d='M62.6,5.7v1.4h1.5v0.8h-1.5V11c0,0.7,0.2,1.1,0.8,1.1c0.3,0,0.5,0,0.6-0.1l0,0.8C63.9,13,63.6,13,63.2,13 c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.4-0.8-0.4-1.5V7.9h-0.9V7.1h0.9V6L62.6,5.7z'/%3E%3Cpath d='M67.7,9.3V10h-3V9.3H67.7z'/%3E%3Cpath d='M69.9,5.7h-2.5V4.8h6v0.9H71v7.2h-1.1V5.7z'/%3E%3Cpath d='M74.1,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H74.1z M77.2,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7H77.2z' /%3E%3Cpath d='M79.9,7.1l0.8,1.2c0.2,0.3,0.4,0.6,0.6,0.9h0c0.2-0.3,0.4-0.6,0.6-0.9l0.8-1.2h1.2l-2,2.8l2,3h-1.2l-0.9-1.3 c-0.2-0.3-0.4-0.7-0.6-1h0c-0.2,0.3-0.4,0.7-0.6,1l-0.8,1.3h-1.2l2.1-3l-2-2.8H79.9z'/%3E%3Cpath d='M86.4,5.7v1.4h1.5v0.8h-1.5V11c0,0.7,0.2,1.1,0.8,1.1c0.3,0,0.5,0,0.6-0.1l0,0.8C87.7,13,87.4,13,86.9,13 c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.4-0.8-0.4-1.5V7.9h-0.9V7.1h0.9V6L86.4,5.7z'/%3E%3Cpath d='M89.6,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H89.6z M92.7,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7H92.7z' /%3E%3Cpath d='M97.7,12.9v-5h-0.8V7.1h0.8V6.8c0-0.8,0.2-1.6,0.7-2c0.4-0.4,0.9-0.5,1.4-0.5c0.4,0,0.7,0.1,0.9,0.2l-0.1,0.8 c-0.2-0.1-0.4-0.1-0.7-0.1c-0.9,0-1.1,0.8-1.1,1.7v0.3h1.4v0.8h-1.4v5H97.7z'/%3E%3Cpath d='M106,11.3c0,0.6,0,1.1,0,1.6h-0.9l-0.1-0.9h0c-0.3,0.5-0.9,1.1-1.9,1.1c-0.9,0-2-0.5-2-2.5V7.1h1.1v3.2 c0,1.1,0.3,1.9,1.3,1.9c0.7,0,1.2-0.5,1.4-1c0.1-0.1,0.1-0.3,0.1-0.5V7.1h1.1V11.3z M101.9,5.4c0-0.3,0.3-0.6,0.6-0.6 c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6C102.1,6.1,101.9,5.8,101.9,5.4z M104.1,5.4c0-0.3,0.3-0.6,0.6-0.6 c0.3,0,0.6,0.3,0.6,0.6c0,0.3-0.2,0.6-0.6,0.6C104.3,6.1,104.1,5.8,104.1,5.4z'/%3E%3Cpath d='M107.7,8.9c0-0.7,0-1.3,0-1.8h0.9l0,1.2h0c0.3-0.8,0.9-1.3,1.6-1.3c0.1,0,0.2,0,0.3,0v1c-0.1,0-0.2,0-0.4,0 c-0.7,0-1.3,0.6-1.4,1.3c0,0.1,0,0.3,0,0.5v3.1h-1.1V8.9z'/%3E%3Cpath d='M114.2,4.9c0.5-0.1,1.2-0.2,1.9-0.2c1,0,1.7,0.2,2.2,0.6c0.4,0.3,0.7,0.8,0.7,1.4c0,0.8-0.5,1.5-1.4,1.8v0 c0.8,0.2,1.7,0.8,1.7,2c0,0.7-0.3,1.2-0.7,1.6c-0.6,0.5-1.5,0.8-2.8,0.8c-0.7,0-1.3,0-1.6-0.1V4.9z M115.3,8.2h0.9 c1.1,0,1.7-0.6,1.7-1.4c0-0.9-0.7-1.3-1.8-1.3c-0.5,0-0.8,0-0.9,0.1V8.2z M115.3,12.1c0.2,0,0.5,0,0.9,0c1.1,0,2.1-0.4,2.1-1.6 c0-1.1-0.9-1.6-2.1-1.6h-0.9V12.1z'/%3E%3Cpath d='M124.8,11.5c0,0.5,0,1,0.1,1.4h-0.9l-0.1-0.7h0c-0.3,0.5-0.9,0.9-1.8,0.9c-1.2,0-1.8-0.8-1.8-1.7c0-1.4,1.2-2.2,3.5-2.2 V9.1c0-0.5-0.1-1.3-1.3-1.3c-0.6,0-1.1,0.2-1.5,0.4l-0.2-0.7c0.5-0.3,1.2-0.5,1.9-0.5c1.8,0,2.2,1.2,2.2,2.4V11.5z M123.8,9.9 c-1.2,0-2.5,0.2-2.5,1.3c0,0.7,0.5,1,1,1c0.8,0,1.3-0.5,1.4-1c0-0.1,0-0.2,0-0.3V9.9z'/%3E%3Cpath d='M126.5,8.9c0-0.7,0-1.3,0-1.8h0.9l0,1.2h0c0.3-0.8,0.9-1.3,1.6-1.3c0.1,0,0.2,0,0.3,0v1c-0.1,0-0.2,0-0.4,0 c-0.7,0-1.3,0.6-1.4,1.3c0,0.1,0,0.3,0,0.5v3.1h-1.1V8.9z'/%3E%3Cpath d='M130.5,8.9c0-0.7,0-1.3,0-1.8h0.9l0,1.2h0c0.3-0.8,0.9-1.3,1.6-1.3c0.1,0,0.2,0,0.3,0v1c-0.1,0-0.2,0-0.4,0 c-0.7,0-1.3,0.6-1.4,1.3c0,0.1,0,0.3,0,0.5v3.1h-1.1V8.9z'/%3E%3Cpath d='M135.6,5.5c0,0.4-0.3,0.6-0.7,0.6c-0.4,0-0.6-0.3-0.6-0.6s0.3-0.7,0.7-0.7C135.3,4.8,135.6,5.1,135.6,5.5z M134.4,12.9V7.1 h1.1v5.8H134.4z'/%3E%3Cpath d='M137.8,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H137.8z M140.9,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7 H140.9z'/%3E%3Cpath d='M143.3,8.9c0-0.7,0-1.3,0-1.8h0.9l0,1.2h0c0.3-0.8,0.9-1.3,1.6-1.3c0.1,0,0.2,0,0.3,0v1c-0.1,0-0.2,0-0.4,0 c-0.7,0-1.3,0.6-1.4,1.3c0,0.1,0,0.3,0,0.5v3.1h-1.1V8.9z'/%3E%3Cpath d='M147.6,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H147.6z M150.7,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7 H150.7z'/%3E%3Cpath d='M153.2,12.9v-5h-0.8V7.1h0.8V6.8c0-0.8,0.2-1.6,0.7-2c0.4-0.4,0.9-0.5,1.4-0.5c0.4,0,0.7,0.1,0.9,0.2L156,5.2 c-0.2-0.1-0.4-0.1-0.7-0.1c-0.9,0-1.1,0.8-1.1,1.7v0.3h1.4v0.8h-1.4v5H153.2z'/%3E%3Cpath d='M156.6,8.9c0-0.7,0-1.3,0-1.8h0.9l0,1.2h0c0.3-0.8,0.9-1.3,1.6-1.3c0.1,0,0.2,0,0.3,0v1c-0.1,0-0.2,0-0.4,0 c-0.7,0-1.3,0.6-1.4,1.3c0,0.1,0,0.3,0,0.5v3.1h-1.1V8.9z'/%3E%3Cpath d='M161,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H161z M164.1,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7H164.1z '/%3E%3Cpath d='M167.6,5.5c0,0.4-0.3,0.6-0.7,0.6c-0.4,0-0.6-0.3-0.6-0.6s0.3-0.7,0.7-0.7C167.3,4.8,167.6,5.1,167.6,5.5z M166.4,12.9V7.1 h1.1v5.8H166.4z'/%3E%3Cpath d='M169.2,4.4h1.1V8h0c0.2-0.3,0.4-0.6,0.8-0.8c0.3-0.2,0.7-0.3,1.1-0.3c0.8,0,2,0.5,2,2.5v3.5h-1.1V9.6 c0-0.9-0.3-1.7-1.3-1.7c-0.7,0-1.2,0.5-1.4,1c-0.1,0.2-0.1,0.3-0.1,0.5v3.5h-1.1V4.4z'/%3E%3Cpath d='M176.4,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H176.4z M179.5,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7 H179.5z'/%3E%3Cpath d='M183,5.5c0,0.4-0.3,0.6-0.7,0.6c-0.4,0-0.6-0.3-0.6-0.6s0.3-0.7,0.7-0.7C182.8,4.8,183,5.1,183,5.5z M181.9,12.9V7.1h1.1 v5.8H181.9z'/%3E%3Cpath d='M185.9,5.7v1.4h1.5v0.8h-1.5V11c0,0.7,0.2,1.1,0.8,1.1c0.3,0,0.5,0,0.6-0.1l0,0.8c-0.2,0.1-0.5,0.1-0.9,0.1 c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.4-0.8-0.4-1.5V7.9H184V7.1h0.9V6L185.9,5.7z'/%3E%3Cpath d='M191.8,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H191.8z M194.9,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7 H194.9z'/%3E%3Cpath d='M198.4,5.5c0,0.4-0.3,0.6-0.7,0.6c-0.4,0-0.6-0.3-0.6-0.6s0.3-0.7,0.7-0.7C198.1,4.8,198.4,5.1,198.4,5.5z M197.2,12.9V7.1 h1.1v5.8H197.2z'/%3E%3Cpath d='M200,8.7c0-0.6,0-1.1,0-1.6h0.9l0.1,1h0c0.3-0.5,1-1.1,1.9-1.1c0.8,0,2.1,0.5,2.1,2.5v3.5h-1.1V9.5c0-0.9-0.3-1.7-1.3-1.7 c-0.7,0-1.2,0.5-1.4,1.1c0,0.1-0.1,0.3-0.1,0.5v3.5H200V8.7z'/%3E%3Cpath d='M207.9,5.7v1.4h1.5v0.8h-1.5V11c0,0.7,0.2,1.1,0.8,1.1c0.3,0,0.5,0,0.6-0.1l0,0.8c-0.2,0.1-0.5,0.1-0.9,0.1 c-0.5,0-0.9-0.2-1.1-0.4c-0.3-0.3-0.4-0.8-0.4-1.5V7.9H206V7.1h0.9V6L207.9,5.7z'/%3E%3Cpath d='M210.6,8.9c0-0.7,0-1.3,0-1.8h0.9l0,1.2h0c0.3-0.8,0.9-1.3,1.6-1.3c0.1,0,0.2,0,0.3,0v1c-0.1,0-0.2,0-0.4,0 c-0.7,0-1.3,0.6-1.4,1.3c0,0.1,0,0.3,0,0.5v3.1h-1.1V8.9z'/%3E%3Cpath d='M218.5,11.5c0,0.5,0,1,0.1,1.4h-0.9l-0.1-0.7h0c-0.3,0.5-0.9,0.9-1.8,0.9c-1.2,0-1.8-0.8-1.8-1.7c0-1.4,1.2-2.2,3.5-2.2 V9.1c0-0.5-0.1-1.3-1.3-1.3c-0.6,0-1.1,0.2-1.5,0.4l-0.2-0.7c0.5-0.3,1.2-0.5,1.9-0.5c1.8,0,2.2,1.2,2.2,2.4V11.5z M217.5,9.9 c-1.2,0-2.5,0.2-2.5,1.3c0,0.7,0.5,1,1,1c0.8,0,1.3-0.5,1.4-1c0-0.1,0-0.2,0-0.3V9.9z'/%3E%3Cpath d='M225.2,12c0,1.3-0.3,2.1-0.8,2.7c-0.6,0.5-1.4,0.7-2.1,0.7c-0.7,0-1.5-0.2-1.9-0.5l0.3-0.8c0.4,0.3,1,0.5,1.7,0.5 c1.1,0,1.9-0.6,1.9-2v-0.6h0c-0.3,0.5-0.9,1-1.8,1c-1.4,0-2.5-1.2-2.5-2.8c0-2,1.3-3.1,2.6-3.1c1,0,1.5,0.5,1.8,1h0l0-0.9h0.9 c0,0.4,0,0.9,0,1.6V12z M224.2,9.4c0-0.2,0-0.3-0.1-0.5c-0.2-0.6-0.7-1.1-1.5-1.1c-1,0-1.7,0.9-1.7,2.2c0,1.1,0.6,2.1,1.7,2.1 c0.7,0,1.2-0.4,1.5-1.1c0.1-0.2,0.1-0.4,0.1-0.6V9.4z'/%3E%3Cpath d='M227.5,10.2c0,1.4,0.9,2,2,2c0.8,0,1.2-0.1,1.6-0.3l0.2,0.8c-0.4,0.2-1,0.4-1.9,0.4c-1.8,0-2.9-1.2-2.9-2.9 c0-1.8,1-3.1,2.7-3.1c1.9,0,2.4,1.7,2.4,2.7c0,0.2,0,0.4,0,0.5H227.5z M230.6,9.4c0-0.7-0.3-1.7-1.5-1.7c-1.1,0-1.5,1-1.6,1.7 H230.6z'/%3E%3Cpath d='M233,8.7c0-0.6,0-1.1,0-1.6h0.9l0.1,1h0c0.3-0.5,1-1.1,1.9-1.1c0.8,0,2.1,0.5,2.1,2.5v3.5h-1.1V9.5c0-0.9-0.3-1.7-1.3-1.7 c-0.7,0-1.2,0.5-1.4,1.1c0,0.1-0.1,0.3-0.1,0.5v3.5H233V8.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.preview .missing-alt-attr {
  padding: 0;
  background: none;
}
.shariff ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.shariff ul li {
  display: inline-block;
}
.shariff-button a {
  font-size: 270%;
  text-decoration: none;
}
.shariff-button a:hover {
  text-decoration: none !important;
}
.shariff-button a:before {
  font-family: "Glyphicons Social Regular";
  padding-right: 10px;
  color: inherit;
  vertical-align: middle;
  font-weight: normal;
}
.shariff-button a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.shariff-button.facebook a:before {
  content: "\e031";
}
.shariff-button.twitter a:before {
  content: "\e032";
}
.shariff-button.whatsapp a:before {
  content: "\e062";
}
.tx-pe-pagephpcontentelement .csc-default h1,
.tx-pe-pagephpcontentelement .csc-default h2,
.tx-pe-pagephpcontentelement .csc-default h3,
.tx-pe-pagephpcontentelement .csc-default h4,
.tx-pe-pagephpcontentelement .csc-default h5,
.tx-pe-pagephpcontentelement .csc-default h6 {
  margin-top: 30px !important;
}
.overlay-nav {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.7);
}
.overlay-nav .nav-header {
  background: white;
}
.overlay-nav nav a,
.overlay-nav nav span {
  padding: 10px 15px;
  color: #3c3c3b;
  display: block;
}
.overlay-nav nav p.h3,
.overlay-nav nav p.h5 {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.overlay-nav nav p.h3 a:after,
.overlay-nav nav p.h5 a:after {
  content: ".";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overlay-nav nav p.h3 a.active,
.overlay-nav nav p.h5 a.active,
.overlay-nav nav p.h3 a:hover,
.overlay-nav nav p.h5 a:hover,
.overlay-nav nav p.h3 a:focus,
.overlay-nav nav p.h5 a:focus {
  text-decoration: none;
  color: #d11518;
}
.overlay-nav nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.overlay-nav nav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.overlay-nav nav li a {
  border-left: 2px solid transparent;
}
.overlay-nav nav li a:after {
  content: ".";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.overlay-nav nav li a.active,
.overlay-nav nav li a:hover,
.overlay-nav nav li a:focus {
  text-decoration: none;
  color: #d11518;
  border-left: 2px solid #d11518;
}
.overlay-nav nav .main-menu {
  padding: 15px;
}
.overlay-nav nav .additional-menu {
  padding: 15px;
}
.overlay-nav nav .additional-menu li {
  font-size: 83%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-nav nav .col:nth-child(3n+3) {
    clear: both;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .overlay-nav nav .col:nth-child(4n+4) {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-nav nav .col:nth-child(4n+4) {
    clear: both;
  }
}
.overlay-nav .menu-banner .container.bg-white {
  padding: 30px;
}
body.overlay-nav-open {
  overflow: hidden;
}
body.overlay-nav-open .overlay-nav {
  display: block;
}
html,
body {
  height: 100%;
}
.container .container {
  width: auto;
}
@media screen and (max-width: 768px) {
  .media-left img {
    max-width: 150px;
    height: auto;
  }
}
.tx-odsosm-pi1 div {
  pointer-events: none;
  width: 100% !important;
}
.maps iframe {
  pointer-events: none;
}
.flowplayer.no-controls {
  /* remove vertical space for minimal timeline */
  margin-bottom: -3px;
}
.flowplayer.no-controls .fp-ui {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .dl-horizontal dt {
    float: none;
    width: 100%;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 10%;
  }
}
.pagination {
  margin: 60px 0 40px 0;
}
.pagination p {
  margin-bottom: 15px;
}
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}
.pagination ul a,
.pagination ul span {
  display: inline-block;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  background: #f4f4f4;
  color: #3c3c3b;
  overflow: hidden;
}
.pagination ul a.current,
.pagination ul span.current {
  background: #3c3c3b;
  color: white;
  position: static;
}
.pagination ul a:hover {
  color: #d11518;
  text-decoration: none;
}
.pagination ul a.next:before {
  content: "\e315";
  display: inline-block;
  font-family: "Material icons";
}
.pagination ul a.prev:before,
.pagination ul a.previous:before {
  content: "\e314";
  display: inline-block;
  text-align: center;
  font-family: "Material icons";
}
.pages_total {
  margin: 20px 0 40px 0;
}
.result_txt {
  margin-bottom: 15px;
}
.section-menu {
  margin-top: 30px;
}
.section-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-menu li {
  margin: 0;
  padding: 0;
}
.section-menu a {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding: 10px 15px;
  color: #3c3c3b;
}
.section-menu a:hover,
.section-menu a:focus {
  color: #d11518;
  text-decoration: none;
}
.section-menu a:after {
  content: ".";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.section-menu li:last-child a {
  border-bottom: 1px solid #e6e6e6;
}
.section-menu span.divider {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #e6e6e6;
}
.slick-slider-wrap {
  position: relative;
  padding-bottom: 0px;
}
.slick-slider-wrap .hint,
.slick-slider-wrap .slick-pause {
  position: absolute;
  top: 0px;
  z-index: 100;
  margin: 0;
  left: 0;
  padding: 5px 10px;
  background: white;
  color: black;
}
.slick-slider-wrap .slick-pause {
  left: auto;
  right: 0;
  top: auto;
  bottom: 10px;
  border: 0;
}
.slick-slider-wrap .slick-pause:hover,
.slick-slider-wrap .slick-pause:focus {
  background: #343a40;
  color: white;
}
.slick-slider-wrap .slick-pause:active {
  background: #adb5bd;
  color: white;
}
.slick-slider-wrap .slick-pause:before {
  content: "\e034";
  font-family: "Material icons";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material icons";
  font-size: 35px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}
.slick-next:before {
  content: "\e5cc";
}
[dir="rtl"] .slick-next:before {
  content: "\e5cb";
}
.slick-next:focus:before {
  content: "\e5cc";
}
[dir="rtl"] .slick-next:focus:before {
  content: "\e5cb";
}
.slick-prev {
  left: 15px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "\e5cb";
}
[dir="rtl"] .slick-prev:before {
  content: "\e5cc";
}
.slick-prev:focus:before {
  content: "\e5cb";
}
[dir="rtl"] .slick-prev:focus:before {
  content: "\e5cc";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  color: white;
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 50%;
  border: 5px solid white;
  background-clip: content-box;
  z-index: 10;
}
.slick-dots li button:focus:before {
  opacity: 1;
  background: #a8a7a7;
  border-radius: 50%;
  border: 5px solid white;
  background-clip: content-box;
}
.slick-dots li.slick-active button:before {
  background: #d11518;
  color: black;
  opacity: 0.75;
}
.slick-dots li:before {
  position: absolute;
  left: -9999px;
}
html[lang=en] .slick-dots li:before {
  content: "Slide ";
}
html[lang=de] .slick-dots li:before {
  content: "Folie ";
}
/*additional styles by sg */
.slick-slider-wrap {
  position: relative;
}
.slick-slider .item img {
  width: 100%;
  height: auto;
}
.slick-slider .item {
  position: relative;
}
.slick-list:focus {
  outline: 1px dotted black;
}
.item.slick-slide {
  line-height: 0.5;
}
.item.slick-slide figure {
  line-height: 1.5;
}
.slider-caption {
  position: absolute;
  color: white;
  line-height: 1.5;
  padding: 12px 60px 40px 12px;
  bottom: 0;
  top: 0;
  text-shadow: none;
  left: 50%;
  right: 0;
  text-align: left;
  background-color: rgba(209, 21, 24, 0.8);
}
@media screen and (max-width: 992px) {
  .slider-caption {
    padding: 12px;
    left: 0;
  }
}
.slider-caption .btn:hover {
  color: white;
  border-color: white;
}
@media screen and (max-width: 767px) {
  .outerWrapSlider,
  .innerWrapSlider {
    padding: 0;
  }
  .slick-prev,
  .slick-next {
    visibility: hidden;
    z-index: -1;
  }
  .slick-slide.item figure {
    overflow: hidden;
  }
  .slick-slide.item img {
    width: auto;
    max-height: 500px;
    transform: translatex(-33%);
  }
}
.slider-teaser img {
  filter: brightness(50%);
}
.slider-teaser .slider-caption {
  left: 0;
  top: auto;
  bottom: 10px;
  background: transparent;
  margin: auto;
  max-width: 750px;
}
@media screen and (max-width: 991px) {
  .subpage-nav {
    position: relative;
    margin-bottom: 30px;
  }
  .subpage-nav .arrow-left:before,
  .subpage-nav .arrow-right:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "\e314";
    color: #a8a7a7;
    font-family: "Material icons";
    font-size: 250%;
    line-height: 1.25;
  }
  .subpage-nav .arrow-right:before {
    content: "\e315";
    right: 0;
  }
  .subpage-nav a .arrow-left:before,
  .subpage-nav a .arrow-right:before {
    color: #d11518;
  }
  .subpage-nav .page-list-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 45px;
  }
  .subpage-nav .page-list-wrap p {
    padding: 15px 40px 15px 15px;
    margin: 0;
    border: 1px solid #3c3c3b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .subpage-nav .page-list-wrap p:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    content: "\e313";
    color: #3c3c3b;
    font-family: "Material icons";
  }
  .subpage-nav .page-list-wrap ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: white;
    border: 1px solid #3c3c3b;
    border-top: 0;
  }
  .subpage-nav .page-list-wrap ul li:last-child {
    border-bottom: 0;
  }
  .subpage-nav .page-list-wrap ul li.current {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subpage-nav .page-list-wrap ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid white;
    background: #f4f4f4;
    color: #3c3c3b;
    font-weight: bold;
  }
  .subpage-nav .page-list-wrap ul li a:hover,
  .subpage-nav .page-list-wrap ul li a:focus {
    color: white;
    text-decoration: none;
    background: #3c3c3b;
  }
  .subpage-nav .page-list-wrap ul li a:after {
    content: ".";
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subpage-nav .page-list-wrap.open {
    overflow: visible;
  }
  .subpage-nav .page-list-wrap.open p {
    border-bottom: 1px solid #e6e6e6;
  }
  .subpage-nav .page-list-wrap.open p:after {
    content: "\e316";
  }
}
@media screen and (min-width: 992px) {
  .arrow-left,
  .arrow-right {
    display: none;
  }
  .subpage-nav p {
    display: none;
  }
  .subpage-nav ul {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    border-bottom: 1px solid #3c3c3b;
  }
  .subpage-nav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #f4f4f4;
    margin-right: 1px;
    margin-bottom: 1px;
    vertical-align: bottom;
  }
  .subpage-nav li a {
    display: block;
    padding: 15px;
    color: #3c3c3b;
    font-weight: bold;
  }
  .subpage-nav li a:hover,
  .subpage-nav li a:focus {
    color: #d11518;
    text-decoration: none;
  }
  .subpage-nav li a:after {
    content: ".";
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subpage-nav li.current {
    padding: 18px 15px 16px 15px;
    color: #3c3c3b;
    font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin-bottom: -1px;
    background: transparent;
    border: 1px solid #3c3c3b;
    border-bottom: 1px solid white;
    text-transform: uppercase;
  }
}
/*
.hightlightFirstCol table {
  margin-bottom: 30px;
  th,td {
    vertical-align: top;
    text-align: left;
    padding: 7px 10px;
    border-top: 1px solid black;
    font-size: @font-size-small;
  }
  td:first-child {
    background: @gray-lighter;
  }
  th {
    background: @gray-lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: @font-family-serif;
    font-size: ceil((@font-size-base * 0.833)); 
  }
  tr:last-child {
    td,th {
      border-bottom: 1px solid black;
    }   
  }
}
*/
.zebra table.contenttable {
  margin-bottom: 30px;
}
.zebra table.contenttable th,
.zebra table.contenttable td {
  border: 1px solid #3c3c3b;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.zebra table.contenttable th:last-child,
.zebra table.contenttable td:last-child {
  border-right: 0;
}
.zebra table.contenttable th:first-child,
.zebra table.contenttable td:first-child {
  border-left: 0;
}
.zebra table.contenttable th {
  background: #f4f4f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
.zebra table.contenttable tr:nth-child(even) td {
  background: #f4f4f4;
}
.zebra table.contenttable tr:nth-child(odd) td {
  background: #e6e6e6;
}
table.contenttable {
  margin-bottom: 30px;
}
table.contenttable th {
  background: #f4f4f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
table.contenttable td,
table.contenttable th {
  vertical-align: top;
  padding: 7px 10px;
  border-top: 1px solid black;
  font-size: 15px;
  text-align: left;
}
table.contenttable tr:last-child td,
table.contenttable tr:last-child th {
  border-bottom: 1px solid black;
}
.tabbable {
  position: relative;
  overflow: hidden;
}
.tabbable .csc-ce {
  margin-top: 15px;
}
.tabbable ul.nav-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabbable ul.nav-tabs li {
  display: inline-block;
}
.tabbable ul.nav-tabs li a {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(60, 60, 59, 0.06);
  color: #3c3c3b;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid transparent;
  margin-right: 2px;
}
.tabbable ul.nav-tabs li a:hover,
.tabbable ul.nav-tabs li a:active {
  text-decoration: none;
  background: rgba(60, 60, 59, 0.13);
}
.tabbable ul.nav-tabs li.active a {
  border: 1px solid #3c3c3b;
  border-bottom: 1px solid white;
  background: white;
}
.tabbable .tab-pane {
  position: absolute;
  margin-left: -100%;
  width: 100px;
}
.tabbable .tab-pane .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tabbable .tab-pane.active {
  position: static;
  margin-left: 0;
  width: auto;
  border: 1px solid #3c3c3b;
  margin-top: -1px;
}
span.copyright:before {
  content: "©";
  padding-right: 3px;
}
figure {
  position: relative;
  display: inline-block;
}
figure figcaption {
  padding: 5px 10px;
  position: absolute;
  z-index: 10;
  margin-bottom: 0;
  bottom: 0;
  color: #ffffff !important;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
}
figure figcaption p {
  font-weight: bold;
  margin: 0;
  color: #ffffff !important;
}
figure figcaption a {
  color: #ffffff !important;
}
figure.image {
  margin-bottom: 0;
}
figure span.copyright {
  color: #e6e6e6;
  font-weight: normal;
  font-size: 15px;
}
figure span.copyright a {
  color: #e6e6e6;
}
figure span.copyright a:hover,
figure span.copyright a:active {
  color: #f4f4f4;
  text-decoration: underline;
}
figure.video {
  display: block;
}
.caption-below figcaption,
figcaption.static {
  position: static;
  z-index: 1;
  background: transparent;
  color: inherit;
  display: block;
  padding: 10px 0;
}
.caption-below figcaption span,
figcaption.static span,
.caption-below figcaption span a,
figcaption.static span a {
  color: inherit;
}
@media screen and (max-width: 1199px) {
  .ce-left.ce-intext .ce-gallery,
  .ce-right.ce-intext .ce-gallery {
    float: none;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .ce-left.ce-intext .ce-gallery,
  .ce-right.ce-intext .ce-gallery {
    width: 33%;
  }
  .ce-left.ce-intext.ce-nowrap .ce-gallery,
  .ce-right.ce-intext.ce-nowrap .ce-gallery {
    width: 50%;
  }
}
.fullPic .csc-textpic-image img {
  width: 100%;
  height: auto;
}
.image-white {
  background: white;
}
.image-book.csc-textpic.image-book .csc-textpic-imagewrap img {
  border: 1px solid #a8a7a7;
  background: white;
}
.image-book .csc-textpic .csc-textpic-imagewrap img {
  border: 1px solid #a8a7a7;
  background: white;
}
.image-rounded img {
  border-radius: 6px;
}
.fileName a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.menuPic .col {
  margin-top: 30px/2;
  margin-bottom: 30px/2;
}
.filetype {
  display: block;
}
ul.media-list {
  padding: 0;
}
ul.media-list .file-info {
  font-size: 72%;
}
ul.media-list .file-info span {
  display: inline-block;
}
ul.media-list.icon-list li {
  padding: 10px;
}
ul.media-list.icon-list .media-left a:before {
  color: #d11518;
}
ul.media-list.icon-list .media {
  background: #f4f4f4;
}
ul.media-list.icon-list .media .file-info {
  color: #3c3c3b;
}
ul.media-list.icon-list p.description {
  font-size: 83%;
  line-height: 1.2;
  margin-bottom: 10px;
}
ul.media-list.preview img {
  border: 1px solid #a8a7a7;
}
.gallery .item {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.gallery .item:before {
  display: none;
}
.gallery .item img {
  max-width: 100%;
  height: auto;
}
.gallery .item .download {
  position: absolute;
  bottom: 0px;
  left: 15px;
  line-height: 1;
  background: #f4f4f4;
}
.gallery .item .download span {
  display: none;
}
.gallery .item .download a {
  text-decoration: none;
}
.gallery .item .download a:before {
  font-size: 120%;
  color: #a8a7a7;
  font-family: "Material icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e258";
}
.gallery .item .download a:hover:before,
.gallery .item .download a:focus:before {
  color: #d11518;
}
.gallery .item .file-icon {
  opacity: 0.4;
}
.vcard {
  display: inline-block;
  vertical-align: top;
  max-width: 350px;
  margin: 0 20px 20px 0;
  border: 1px solid #3c3c3b;
  border-radius: 5px;
  padding: 15px;
  font-size: 95%;
}
.vcard a {
  color: #3c3c3b;
}
.vcard a:hover,
.vcard a:focus {
  color: #d11518;
}
.vcard h3 {
  font-weight: bold;
  color: #d11518;
  font-size: 18px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.vcard p {
  margin-bottom: 0;
}
.vcard p.phone-numbers {
  margin-bottom: 15px;
}
.vcard .note {
  margin: 15px 0;
}
.bg-gray-lighter .vcard,
.bg-gray-light .vcard {
  background: white;
}
.mejs__overlay-button {
  background-image: url("../Images/mejs-controls.svg");
}
.mejs__overlay-loading-bg-img {
  background-image: url("../Images/mejs-controls.svg");
}
.mejs__button > button {
  background-image: url("../Images/mejs-controls.svg");
}
.col .webvideo .container {
  padding: 0;
}
.webvideo a {
  display: inline-block;
  background: transparent;
  max-width: 100%;
}
.webvideo img {
  max-width: 100%;
  height: auto;
}
.webvideo .link-iframe-lightbox {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.webvideo .link-iframe-lightbox:before {
  position: absolute;
  content: "\e039";
  display: block;
  left: 50%;
  top: 50%;
  z-index: 1;
  font-size: 100px;
  line-height: 100px;
  padding: 5px;
  transform: translate(-50%, -50%);
  font-family: "Material icons";
  text-shadow: 0px 0px 5px #000000;
  color: white !important;
  opacity: 0.65 !important;
}
.webvideo .link-iframe-lightbox:after {
  content: "";
}
.webvideo .link-iframe-lightbox:hover:before {
  opacity: 0.85 !important;
}
.webvideo.icon-light .link-iframe-lightbox:before {
  color: #f4f4f4 !important;
}
.video a {
  position: relative;
  display: block;
}
.video a:before {
  position: absolute;
  content: "\e039";
  display: block;
  left: 50%;
  top: 50%;
  z-index: 1;
  font-size: 100px;
  line-height: 100px;
  padding: 5px;
  transform: translate(-50%, -50%);
  font-family: "Material icons";
  text-shadow: 0px 0px 5px #000000;
  color: white !important;
  opacity: 0.65 !important;
}
.video a:after {
  content: "";
}
.video a:hover:before {
  opacity: 0.85 !important;
}
@media screen and (min-width: 991px) {
  .nav-header {
    position: relative;
  }
  .nav-header .pull-right:after {
    position: absolute;
    top: -20px;
    right: 40px;
    content: "Menü";
    font-size: 80%;
    background: #d11518;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    padding: 3px 10px;
  }
  .nav-header .pull-right:before {
    position: absolute;
    display: block;
    top: -5px;
    right: 45px;
    content: "";
    width: 10px;
    height: 20px;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-right: 10px solid #d11518;
  }
}
.overlay-nav-open .nav-header .pull-right:after,
.overlay-nav-open .nav-header .pull-right:before {
  display: none;
}
/*# sourceMappingURL=layout.css.map */