@keyframes a {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0); }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0); }
  to {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg); } }

.fluidbox {
  outline: none; }

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%;
  left: 0;
  bottom: -100%;
  right: 0;
  transition: all .5s ease-in-out; }

.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto; }

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all .5s ease-in-out; }

.fluidbox--closed .fluidbox__thumb, .fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s; }

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition: opacity 0s 0s,transform .5s 0s; }

.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: zoom-out; }

.fluidbox--closed .fluidbox__ghost {
  transition: opacity 0s .5s,transform .5s 0s; }

.fluidbox__loader {
  opacity: 0;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.fluidbox__loader:before {
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  transform: translate(-50%, -50%);
  transition-property: transform;
  transition-duration: .5s;
  transition-delay: 0s; }

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  transition: opacity .5s ease-in-out .5s; }

.fluidbox--loading .fluidbox__loader:before {
  animation: a 1s 0s infinite ease-in-out forwards; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0c635e1672d2032d7b171023311cecdb)
 * Config saved to config.json and https://gist.github.com/0c635e1672d2032d7b171023311cecdb
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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; } }

* {
  box-sizing: border-box; }

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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

h1 small, 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: #777; }

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

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: 10px;
  margin-bottom: 10px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .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: #777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt, dd {
  line-height: 1.42857143; }

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 #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

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

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

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 #eee;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

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

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

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

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

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

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

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

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

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

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

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

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

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

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

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

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

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

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

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

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

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

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

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.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%; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.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, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group: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; } }

@charset "UTF-8";
/* Slider */
.slick-slider:hover .slick-arrow {
  opacity: 1 !important; }

/* Arrows */
.slick-arrow {
  transition: all 0.3s ease-in-out; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 60px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px;
  z-index: 5000;
  opacity: 0.4; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ' ';
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 13px;
  height: 30px;
  display: block; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-prev:before {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: 10px;
  opacity: 0.4; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ' ';
  background-image: url(../images/sprite.png);
  background-position: -13px 0px;
  width: 13px;
  height: 30px;
  /*background-image: url(../images/sprite.png);
    background-position: -13px 0px;
    width: 13px;
    height: 30px;*/
  display: block; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .slick-next:before {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .slick-prev,.slick-next{
        &:before{
            
        }
    }
}*/

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

.slick-list {
  position: relative;
  display: block;
  overflow-x: hidden;
  margin: 0 -15px; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 20px 0; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/* wordpress */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* wordpress */
@font-face {
  font-family: 'EncodeSansNarrow-Light';
  src: url("../fonts/EncodeSansNarrow-Light.eot");
  src: url("../fonts/EncodeSansNarrow-Light.woff2") format("woff2"), url("../fonts/EncodeSansNarrow-Light.woff") format("woff"), url("../fonts/EncodeSansNarrow-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EncodeSansNarrow-Regular';
  src: url("../fonts/EncodeSansNarrow-Regular.eot");
  src: url("../fonts/EncodeSansNarrow-Regular.woff2") format("woff2"), url("../fonts/EncodeSansNarrow-Regular.woff") format("woff"), url("../fonts/EncodeSansNarrow-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EncodeSansNarrow-SemiBold';
  src: url("../fonts/EncodeSansNarrow-SemiBold.eot");
  src: url("../fonts/EncodeSansNarrow-SemiBold.woff2") format("woff2"), url("../fonts/EncodeSansNarrow-SemiBold.woff") format("woff"), url("../fonts/EncodeSansNarrow-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/* encode-sans-condensed-200 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/encode-sans-condensed-v2-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Encode Sans Condensed ExtraLight"), local("EncodeSansCondensed-ExtraLight"), url("../fonts/encode-sans-condensed-v2-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/encode-sans-condensed-v2-latin-200.woff2") format("woff2"), url("../fonts/encode-sans-condensed-v2-latin-200.woff") format("woff"), url("../fonts/encode-sans-condensed-v2-latin-200.ttf") format("truetype"), url("../fonts/encode-sans-condensed-v2-latin-200.svg#EncodeSansCondensed") format("svg");
  /* Legacy iOS */ }

/* encode-sans-condensed-regular - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/encode-sans-condensed-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Encode Sans Condensed Regular"), local("EncodeSansCondensed-Regular"), url("../fonts/encode-sans-condensed-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/encode-sans-condensed-v2-latin-regular.woff2") format("woff2"), url("../fonts/encode-sans-condensed-v2-latin-regular.woff") format("woff"), url("../fonts/encode-sans-condensed-v2-latin-regular.ttf") format("truetype"), url("../fonts/encode-sans-condensed-v2-latin-regular.svg#EncodeSansCondensed") format("svg");
  /* Legacy iOS */ }

/* encode-sans-condensed-800 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/encode-sans-condensed-v2-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Encode Sans Condensed ExtraBold"), local("EncodeSansCondensed-ExtraBold"), url("../fonts/encode-sans-condensed-v2-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/encode-sans-condensed-v2-latin-800.woff2") format("woff2"), url("../fonts/encode-sans-condensed-v2-latin-800.woff") format("woff"), url("../fonts/encode-sans-condensed-v2-latin-800.ttf") format("truetype"), url("../fonts/encode-sans-condensed-v2-latin-800.svg#EncodeSansCondensed") format("svg");
  /* Legacy iOS */ }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.1.5
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table, .footable.table *,
.footable-details.table, .footable-details.table * {
  box-sizing: border-box; }

.footable.table th,
.footable-details.table th {
  text-align: left; }

/* tables */
.footable.table,
.footable-details.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

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

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

.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
  padding: 5px; }

.footable.table-bordered,
.footable-details.table-bordered {
  border: 1px solid #ddd; }

.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

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

.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* buttons */
.footable .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none; }

.footable .btn:hover,
.footable .btn:focus,
.footable .btn.focus {
  color: #333;
  text-decoration: none; }

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

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

.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.footable .btn-primary:hover,
.footable .btn-primary:focus,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary.active,
.footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* button groups */
.footable .btn-group, .footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .btn-group > .btn:first-child {
  margin-left: 0; }

.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
  position: relative;
  float: left; }

.footable .btn-group-xs > .btn,
.footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-sm > .btn,
.footable .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.footable .btn-group-lg > .btn,
.footable .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

.footable .btn .caret {
  margin-left: 0; }

/* form-group */
.form-group {
  margin-bottom: 15px; }

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

/* input-group */
.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.footable .input-group-addon,
.footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.footable .input-group-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
  display: table-cell; }

.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.footable .input-group-btn > .btn {
  position: relative; }

.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
  z-index: 2; }

.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.footable .radio label,
.footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal; }

/* dropdown-menu */
.footable .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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.footable .open > .dropdown-menu {
  display: block; }

.footable .dropdown-menu-right {
  right: 0;
  left: auto; }

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

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

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

.footable .pagination > li {
  display: inline; }

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

.footable .pagination > li > a,
.footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.footable .pagination > li > a:hover,
.footable .pagination > li > span:hover,
.footable .pagination > li > a:focus,
.footable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

/* labels */
.footable .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.footable .label-default {
  background-color: #777; }

/* wells */
.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* screen reader only */
.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* form-inline */
@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .footable .form-inline .input-group .input-group-addon,
  .footable .form-inline .input-group .input-group-btn,
  .footable .form-inline .input-group .form-control {
    width: auto; }
  .footable .form-inline .input-group > .form-control {
    width: 100%; } }

table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table.footable-details {
  margin-bottom: 0; }

table.footable-hide-fouc {
  display: none; }

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3; }

table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right; }

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px; }

table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px; }

table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all; }

table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0; }

table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px; }

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative; }

div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: fooicon-spin-r 2s infinite linear; }

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px; }

table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none; }

table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell; }

@keyframes fooicon-spin-r {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fooicon:before,
.fooicon:after {
  box-sizing: border-box; }

.fooicon-loader:before {
  content: "\f01e"; }

.fooicon-plus:before {
  content: "\f067"; }

.fooicon-minus:before {
  content: "\f068"; }

.fooicon-search:before {
  content: "\f002"; }

.fooicon-remove:before {
  content: "\f00d"; }

.fooicon-sort:before {
  content: "\f0dc"; }

.fooicon-sort-asc:before {
  content: "\f160"; }

.fooicon-sort-desc:before {
  content: "\f161"; }

.fooicon-pencil:before {
  content: "\f040"; }

.fooicon-trash:before {
  content: "\f1f8"; }

.fooicon-eye-close:before {
  content: "\f070"; }

.fooicon-flash:before {
  content: "\f0e7"; }

.fooicon-cog:before {
  content: "\f013"; }

.fooicon-stats:before {
  content: "\f080"; }

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal; }

.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right; }

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left; }

.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center; }

table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0; }

table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px; }

table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox > label,
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px; }

.footable-filtering-external ul.dropdown-menu > li > a.checkbox input[type="checkbox"],
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px; }

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto; }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px; }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0; } }

table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer; }

td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in; }

td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1; }

td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1; }

/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden; }

.footable-paging-external ul.pagination,
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0; }

.footable-paging-external span.label,
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px; }

.footable-paging-external.footable-paging-center,
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center; }

.footable-paging-external.footable-paging-left,
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left; }

.footable-paging-external.footable-paging-right,
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right; }

ul.pagination > li.footable-page {
  display: none; }

ul.pagination > li.footable-page.visible {
  display: inline; }

td.footable-editing {
  width: 90px;
  max-width: 90px; }

table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px; }

table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing,
table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px; }

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important; }

table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right; }

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left; }

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none; }

table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block; }

.undrag, main img, body img, html img, .main-header .header-logo-container img, .services-slider .slider-item a .item-image img, .services-slider .slider-item > span .item-image img, .top-themes article img, .shanghai img, .motive > img {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none; }

[class*="list-"] {
  list-style: none;
  padding: 0;
  margin: 0; }
  [class*="list-"][class$="arrow"] li {
    position: relative;
    left: 0; }
    [class*="list-"][class$="arrow"] li:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto; }
    [class*="list-"][class$="arrow"] li a {
      color: #fff;
      font-size: 16px;
      padding-left: 15px; }

[class*="btn"] {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block; }
  [class*="btn"][class*="long"] {
    display: block;
    width: 100%; }
  [class*="btn"][class*="right"]:after {
    position: absolute;
    content: " ";
    display: block;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto; }
  [class*="btn"][class*="down"]:after {
    position: absolute;
    content: " ";
    display: block;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto; }

[class*="ico"] {
  display: inline-block; }

.text-blue-dark {
  color: #2C2D32 !important; }

.bg-blue-dark {
  background-color: #2C2D32 !important; }

.text-blue-sky {
  color: #61A5D4 !important; }

.bg-blue-sky {
  background-color: #61A5D4 !important; }

.text-blue-light {
  color: #e4eaf0 !important; }

.bg-blue-light {
  background-color: #e4eaf0 !important; }

.text-blue-head {
  color: #3F62CF !important; }

.bg-blue-head {
  background-color: #3F62CF !important; }

.text-blue {
  color: #27348B !important; }

.bg-blue {
  background-color: #27348B !important; }

.text-blue-2 {
  color: #314A83 !important; }

.bg-blue-2 {
  background-color: #314A83 !important; }

.text-white {
  color: #FFFFFF !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.text-orange {
  color: #F08C1E !important; }

.bg-orange {
  background-color: #F08C1E !important; }

.text-gray {
  color: #383838 !important; }

.bg-gray {
  background-color: #383838 !important; }

.text-gray-light {
  color: #f2f2f2 !important; }

.bg-gray-light {
  background-color: #f2f2f2 !important; }

.text-gray-dark {
  color: #2C2D32 !important; }

.bg-gray-dark {
  background-color: #2C2D32 !important; }

.type-14 {
  font-size: 14px !important;
  font-family: "EncodeSansNarrow-Regular";
  line-height: 27px; }

.type-16 {
  font-size: 16px !important;
  font-family: "EncodeSansNarrow-Regular";
  line-height: 27px; }

.type-18 {
  font-size: 18px !important;
  font-family: "EncodeSansNarrow-Regular";
  line-height: 27px; }

.type-20 {
  font-size: 20px !important;
  font-family: "EncodeSansNarrow-Regular";
  line-height: 27px; }

.marg-bottom-5 {
  margin-bottom: 5px !important; }

.padd-bottom-5 {
  padding-bottom: 5px !important; }

.marg-bottom-10 {
  margin-bottom: 10px !important; }

.padd-bottom-10 {
  padding-bottom: 10px !important; }

.marg-bottom-15 {
  margin-bottom: 15px !important; }

.padd-bottom-15 {
  padding-bottom: 15px !important; }

.marg-bottom-20 {
  margin-bottom: 20px !important; }

.padd-bottom-20 {
  padding-bottom: 20px !important; }

.marg-bottom-25 {
  margin-bottom: 25px !important; }

.padd-bottom-25 {
  padding-bottom: 25px !important; }

.marg-bottom-30 {
  margin-bottom: 30px !important; }

.padd-bottom-30 {
  padding-bottom: 30px !important; }

.marg-bottom-35 {
  margin-bottom: 35px !important; }

.padd-bottom-35 {
  padding-bottom: 35px !important; }

.marg-bottom-40 {
  margin-bottom: 40px !important; }

.padd-bottom-40 {
  padding-bottom: 40px !important; }

.marg-bottom-45 {
  margin-bottom: 45px !important; }

.padd-bottom-45 {
  padding-bottom: 45px !important; }

.marg-bottom-50 {
  margin-bottom: 50px !important; }

.padd-bottom-50 {
  padding-bottom: 50px !important; }

.marg-right-5 {
  margin-right: 5px !important; }

.padd-right-5 {
  padding-right: 5px !important; }

.marg-right-10 {
  margin-right: 10px !important; }

.padd-right-10 {
  padding-right: 10px !important; }

.marg-right-15 {
  margin-right: 15px !important; }

.padd-right-15 {
  padding-right: 15px !important; }

.marg-right-20 {
  margin-right: 20px !important; }

.padd-right-20 {
  padding-right: 20px !important; }

.marg-right-25 {
  margin-right: 25px !important; }

.padd-right-25 {
  padding-right: 25px !important; }

.marg-right-30 {
  margin-right: 30px !important; }

.padd-right-30 {
  padding-right: 30px !important; }

.marg-right-35 {
  margin-right: 35px !important; }

.padd-right-35 {
  padding-right: 35px !important; }

.marg-right-40 {
  margin-right: 40px !important; }

.padd-right-40 {
  padding-right: 40px !important; }

.marg-right-45 {
  margin-right: 45px !important; }

.padd-right-45 {
  padding-right: 45px !important; }

.marg-right-50 {
  margin-right: 50px !important; }

.padd-right-50 {
  padding-right: 50px !important; }

.marg-top-5 {
  margin-top: 5px !important; }

.padd-top-5 {
  padding-top: 5px !important; }

.marg-top-10 {
  margin-top: 10px !important; }

.padd-top-10 {
  padding-top: 10px !important; }

.marg-top-15 {
  margin-top: 15px !important; }

.padd-top-15 {
  padding-top: 15px !important; }

.marg-top-20 {
  margin-top: 20px !important; }

.padd-top-20 {
  padding-top: 20px !important; }

.marg-top-25 {
  margin-top: 25px !important; }

.padd-top-25 {
  padding-top: 25px !important; }

.marg-top-30 {
  margin-top: 30px !important; }

.padd-top-30 {
  padding-top: 30px !important; }

.marg-top-35 {
  margin-top: 35px !important; }

.padd-top-35 {
  padding-top: 35px !important; }

.marg-top-40 {
  margin-top: 40px !important; }

.padd-top-40 {
  padding-top: 40px !important; }

.marg-top-45 {
  margin-top: 45px !important; }

.padd-top-45 {
  padding-top: 45px !important; }

.marg-top-50 {
  margin-top: 50px !important; }

.padd-top-50 {
  padding-top: 50px !important; }

.marg-left-5 {
  margin-left: 5px !important; }

.padd-left-5 {
  padding-left: 5px !important; }

.marg-left-10 {
  margin-left: 10px !important; }

.padd-left-10 {
  padding-left: 10px !important; }

.marg-left-15 {
  margin-left: 15px !important; }

.padd-left-15 {
  padding-left: 15px !important; }

.marg-left-20 {
  margin-left: 20px !important; }

.padd-left-20 {
  padding-left: 20px !important; }

.marg-left-25 {
  margin-left: 25px !important; }

.padd-left-25 {
  padding-left: 25px !important; }

.marg-left-30 {
  margin-left: 30px !important; }

.padd-left-30 {
  padding-left: 30px !important; }

.marg-left-35 {
  margin-left: 35px !important; }

.padd-left-35 {
  padding-left: 35px !important; }

.marg-left-40 {
  margin-left: 40px !important; }

.padd-left-40 {
  padding-left: 40px !important; }

.marg-left-45 {
  margin-left: 45px !important; }

.padd-left-45 {
  padding-left: 45px !important; }

.marg-left-50 {
  margin-left: 50px !important; }

.padd-left-50 {
  padding-left: 50px !important; }

main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: normal; }

main, body, html {
  background-color: #FFFFFF;
  min-height: 100%;
  height: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome New update adding border-radius */ }
  main *, body *, html * {
    outline: 0px !important;
    font-family: 'EncodeSansNarrow-Regular'; }
  main input[type="button"],
  main input[type="submit"],
  main input[type="reset"],
  main input[type="file"]::-webkit-file-upload-button,
  main button, body input[type="button"],
  body input[type="submit"],
  body input[type="reset"],
  body input[type="file"]::-webkit-file-upload-button,
  body button, html input[type="button"],
  html input[type="submit"],
  html input[type="reset"],
  html input[type="file"]::-webkit-file-upload-button,
  html button {
    border-radius: 0; }
  main iframe, body iframe, html iframe {
    width: 100% !important; }
  main a, body a, html a {
    cursor: pointer !important; }

main#MainPanel {
  position: relative;
  background-color: #FFFFFF; }

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }

.visual-front {
  background: #0f2d88;
  background: linear-gradient(to bottom, #0f2d88 0%, #2d9564 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2d88', endColorstr='#2d9564',GradientType=0 );
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .visual-front {
      background: linear-gradient(to bottom, #54a161 0%, #355574 100%); } }
  .visual-front .forcefullwidth_wrapper_tp_banner {
    position: absolute !important;
    top: 44%;
    width: 100% !important;
    transform: translateY(-45%) translateX(-50%); }

.tp-bullets {
  position: relative; }

.visual-header-small {
  background: linear-gradient(to bottom, #2a3a8f 0%, #5fa5d6 100%);
  height: 50vw;
  max-height: 300px; }
  @media all and (min-width: 600px) {
    .visual-header-small {
      height: 300px; } }
  .visual-header-small.visual-none {
    height: 105px; }
    @media all and (min-width: 768px) {
      .visual-header-small.visual-none {
        height: 90px; } }
    @media all and (min-width: 992px) {
      .visual-header-small.visual-none {
        height: 300px; } }

.visual-header-large {
  max-height: 500px;
  height: 500px;
  background: linear-gradient(to bottom, #2a3a8f 0%, #5fa5d6 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
  /*background-image: url('../images/header-repeat.png');*/ }
  .visual-header-large .container {
    height: 100%; }
  .visual-header-large .visual-header-elements {
    height: 100%;
    position: relative;
    width: 100%;
    left: 0; }
  .visual-header-large .visual-header-large__headline {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-family: "EncodeSansNarrow-Light", sans-serif;
    z-index: 1;
    bottom: 125px;
    font-size: 40px;
    line-height: 40px; }
    @media (min-width: 1024px) {
      .visual-header-large .visual-header-large__headline {
        left: 125px; } }
    @media (max-width: 768px) {
      .visual-header-large .visual-header-large__headline {
        left: 0;
        right: 0;
        top: 25px;
        bottom: 0;
        margin: auto;
        text-align: center;
        width: 100%; } }
  .visual-header-large .visual-header-large__image {
    position: absolute;
    z-index: 0;
    bottom: -10px;
    right: 0;
    margin: auto;
    width: 588.5px;
    height: auto; }

.visual-front:hover .homeslider .slick-arrow {
  opacity: 1; }

.visual-front--cert {
  background: #1d428a;
  filter: initial; }

.homeslider {
  height: 500px;
  max-width: 100%;
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .homeslider--cert .homeslider__header h2 {
    margin-left: 0 !important; }
  @media (min-width: 768px) {
    .homeslider--cert .homeslider__slider .slick-dots {
      display: none !important; } }
  .homeslider .homeslider__cert-image {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    max-width: none; }
  .homeslider h2, .homeslider p, .homeslider a {
    color: #fff; }
  .homeslider .homeslider__slide__elements {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
  .homeslider .homeslider__content {
    top: 210px;
    max-width: 100%;
    width: 58%;
    position: relative;
    z-index: 1; }
    .homeslider .homeslider__content p {
      display: block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #fff; }
  .homeslider .homeslider__image {
    display: inline-block;
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    right: 0; }
    .homeslider .homeslider__image span {
      display: inline-block;
      width: 285px;
      height: 285px;
      position: absolute;
      top: 0;
      right: 0;
      border: 1px solid #fff; }
    .homeslider .homeslider__image img {
      display: inline-block; }
  .homeslider .homeslider__link {
    position: relative;
    left: -12px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    z-index: 9;
    line-height: 17px;
    padding: 3px 12px;
    font-size: 14px;
    transition: 0.2s all ease-in-out; }
    .homeslider .homeslider__link i {
      filter: brightness(0) invert(1); }
    .homeslider .homeslider__link:hover, .homeslider .homeslider__link:active, .homeslider .homeslider__link:focus {
      background-color: rgba(255, 255, 255, 0.15);
      color: #fff;
      text-decoration: none; }
  .homeslider .homeslider__header {
    position: relative;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem; }
    .homeslider .homeslider__header h2 {
      display: inline-block;
      margin: 0;
      text-transform: uppercase;
      max-width: 100%;
      font-size: 40px;
      line-height: 40px;
      font-weight: 400;
      color: #fff;
      font-family: "EncodeSansNarrow-Light";
      margin: 0 0 0 82px; }
  .homeslider .homeslider__icon {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 5px;
    left: 0; }
    .homeslider .homeslider__icon img {
      width: 100%;
      display: block; }
  .homeslider .slick-list {
    height: 100%;
    margin: 0;
    overflow: visible; }
  .homeslider .slick-arrow {
    opacity: 0; }
  .homeslider .slick-prev,
  .homeslider .slick-next {
    top: 50%;
    transform: translateY(30%); }
  .homeslider .slick-prev {
    left: -65px; }
  .homeslider .slick-next {
    right: -65px; }
  .homeslider .slick-dots {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: auto;
    height: auto;
    bottom: 60px; }
    @media (max-width: 1200px) {
      .homeslider .slick-dots {
        bottom: 45px; } }
    .homeslider .slick-dots li {
      height: auto;
      width: auto;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .homeslider .slick-dots li:first-child {
        margin-left: 0; }
      .homeslider .slick-dots li:last-child {
        margin: 0 20px; }
      .homeslider .slick-dots li button {
        margin: 0 auto;
        cursor: pointer;
        box-sizing: content-box;
        width: 6px;
        height: 6px;
        border: 1px solid #FFF;
        transition: all 0.2s;
        text-indent: -999999px;
        padding: 0; }
        .homeslider .slick-dots li button:before {
          content: none; }
      .homeslider .slick-dots li.slick-active {
        background: #FFF; }
  .homeslider .homeslider__slider {
    height: 100%;
    margin-bottom: 0 !important; }
    .homeslider .homeslider__slider .slick-track {
      padding: 0;
      height: 100%; }
  @media (max-width: 1200px) {
    .homeslider {
      width: 767px; } }
  @media (max-width: 992px) {
    .homeslider {
      width: 730px; }
      .homeslider .homeslider__content h2 {
        font-size: 35px; } }
  @media (max-width: 480px) {
    .homeslider {
      width: 730px; }
      .homeslider .homeslider__content h2 {
        font-size: 25px; } }
  @media (max-width: 767px) {
    .homeslider {
      height: 420px; }
      .homeslider .homeslider__content {
        top: 275px;
        left: 10px;
        width: 400px;
        max-width: 100%; }
        .homeslider .homeslider__content p {
          display: none; }
        .homeslider .homeslider__content .homeslider__link {
          display: none; }
      .homeslider .homeslider__image {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center; }
        .homeslider .homeslider__image span {
          display: none; }
      .homeslider .slick-dots {
        top: auto;
        left: 0;
        right: 0;
        bottom: 20px; }
        .homeslider .slick-dots li button {
          width: 15px;
          height: 15px; }
        .homeslider .slick-dots li:last-child {
          display: none; } }

a, a:hover {
  color: #3A388B; }

.main .alignright,
.main .alignleft {
  max-width: 50%; }

hr {
  border-color: #3A388B;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: 1px solid #3A388B; }
  @media all and (min-width: 992px) {
    hr {
      margin-left: -4rem;
      margin-right: -4rem;
      width: calc(100% + 8rem); } }

b,
strong {
  font-family: "EncodeSansNarrow-SemiBold", sans-serif;
  font-weight: normal; }

@font-face {
  font-family: 'EncodeSansNarrow-Light';
  src: url("../fonts/EncodeSansNarrow-Light.eot");
  src: url("../fonts/EncodeSansNarrow-Light.woff2") format("woff2"), url("../fonts/EncodeSansNarrow-Light.woff") format("woff"), url("../fonts/EncodeSansNarrow-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EncodeSansNarrow-Regular';
  src: url("../fonts/EncodeSansNarrow-Regular.eot");
  src: url("../fonts/EncodeSansNarrow-Regular.woff2") format("woff2"), url("../fonts/EncodeSansNarrow-Regular.woff") format("woff"), url("../fonts/EncodeSansNarrow-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'EncodeSansNarrow-SemiBold';
  src: url("../fonts/EncodeSansNarrow-SemiBold.eot");
  src: url("../fonts/EncodeSansNarrow-SemiBold.woff2") format("woff2"), url("../fonts/EncodeSansNarrow-SemiBold.woff") format("woff"), url("../fonts/EncodeSansNarrow-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/* encode-sans-condensed-200 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/encode-sans-condensed-v2-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Encode Sans Condensed ExtraLight"), local("EncodeSansCondensed-ExtraLight"), url("../fonts/encode-sans-condensed-v2-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/encode-sans-condensed-v2-latin-200.woff2") format("woff2"), url("../fonts/encode-sans-condensed-v2-latin-200.woff") format("woff"), url("../fonts/encode-sans-condensed-v2-latin-200.ttf") format("truetype"), url("../fonts/encode-sans-condensed-v2-latin-200.svg#EncodeSansCondensed") format("svg");
  /* Legacy iOS */ }

/* encode-sans-condensed-regular - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/encode-sans-condensed-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Encode Sans Condensed Regular"), local("EncodeSansCondensed-Regular"), url("../fonts/encode-sans-condensed-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/encode-sans-condensed-v2-latin-regular.woff2") format("woff2"), url("../fonts/encode-sans-condensed-v2-latin-regular.woff") format("woff"), url("../fonts/encode-sans-condensed-v2-latin-regular.ttf") format("truetype"), url("../fonts/encode-sans-condensed-v2-latin-regular.svg#EncodeSansCondensed") format("svg");
  /* Legacy iOS */ }

/* encode-sans-condensed-800 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/encode-sans-condensed-v2-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Encode Sans Condensed ExtraBold"), local("EncodeSansCondensed-ExtraBold"), url("../fonts/encode-sans-condensed-v2-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/encode-sans-condensed-v2-latin-800.woff2") format("woff2"), url("../fonts/encode-sans-condensed-v2-latin-800.woff") format("woff"), url("../fonts/encode-sans-condensed-v2-latin-800.ttf") format("truetype"), url("../fonts/encode-sans-condensed-v2-latin-800.svg#EncodeSansCondensed") format("svg");
  /* Legacy iOS */ }

#MobileMenu {
  display: none; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  visibility: hidden;
  opacity: 0;
  box-shadow: inset -5px 0px 25px -8px rgba(0, 0, 0, 0.2); }

.slideout-panel {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .slideout-panel p:empty {
      display: none;
      margin: 0px;
      padding: 0px; } }

@media (max-width: 991px) {
  .main__keyvisual--logo {
    top: 50px !important;
    left: 50px !important; } }

@media (max-width: 767px) {
  .main-header {
    position: relative !important; }
  .main__keyvisual--logo {
    top: 25px !important;
    left: 25px !important; }
    .main__keyvisual--logo img {
      height: 125px !important;
      width: 125px !important; }
    .main__keyvisual--logo .slideout-open,
    .main__keyvisual--logo .slideout-open body,
    .main__keyvisual--logo .slideout-open .slideout-panel {
      overflow: hidden; }
    .main__keyvisual--logo .slideout-open .slideout-menu {
      visibility: visible;
      opacity: 1;
      display: block !important; } }

@media (max-width: 479px) {
  .main__keyvisual--logo {
    display: none; } }

.footer_arrow {
  background-image: url(../images/sprite.png);
  background-position: -26px -17px;
  width: 9px;
  height: 9px; }

.lupe {
  background-image: url(../images/sprite.png);
  background-position: -26px 0px;
  width: 17px;
  height: 17px; }

.minipfeil_blue {
  background-image: url(../images/sprite.png);
  background-position: 0px -37px;
  width: 5px;
  height: 11px; }

.minipfeil_white {
  background-image: url(../images/sprite.png);
  background-position: -5px -37px;
  width: 5px;
  height: 11px; }

.pause {
  background-image: url(../images/sprite.png);
  background-position: -43px 0px;
  width: 17px;
  height: 14px; }

.pfeil_sprache {
  background-image: url(../images/sprite.png);
  background-position: 0px -30px;
  width: 10px;
  height: 7px; }

.play {
  background-image: url(../images/sprite.png);
  background-position: -43px -14px;
  width: 17px;
  height: 14px; }

.sliderpfeil_links {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 13px;
  height: 30px; }

.sliderpfeil_rechts {
  background-image: url(../images/sprite.png);
  background-position: -13px 0px;
  width: 13px;
  height: 30px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .footer_arrow {
    background-image: url(../images/sprite.png);
    background-position: -26px -17px;
    width: 9px;
    height: 9px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .footer_arrow {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .lupe {
    background-image: url(../images/sprite.png);
    background-position: -26px 0px;
    width: 17px;
    height: 17px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .lupe {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .minipfeil_blue {
    background-image: url(../images/sprite.png);
    background-position: 0px -37px;
    width: 5px;
    height: 11px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .minipfeil_blue {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .minipfeil_white {
    background-image: url(../images/sprite.png);
    background-position: -5px -37px;
    width: 5px;
    height: 11px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .minipfeil_white {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .pause {
    background-image: url(../images/sprite.png);
    background-position: -43px 0px;
    width: 17px;
    height: 14px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .pause {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .pfeil_sprache {
    background-image: url(../images/sprite.png);
    background-position: 0px -30px;
    width: 10px;
    height: 7px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .pfeil_sprache {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .play {
    background-image: url(../images/sprite.png);
    background-position: -43px -14px;
    width: 17px;
    height: 14px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .play {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .sliderpfeil_links {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 13px;
    height: 30px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .sliderpfeil_links {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .sliderpfeil_rechts {
    background-image: url(../images/sprite.png);
    background-position: -13px 0px;
    width: 13px;
    height: 30px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 192dpi), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .sliderpfeil_rechts {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .tp-shape {
    border-width: 0.5px !important; }
  .latest-news .headline {
    border-bottom: 0.5px solid #2d3e90 !important; }
  .main-footer .widget .widget-title {
    border-bottom: 0.5px solid #7b7c7f !important; }
  body .tp-bullet {
    border-width: 0.5px !important;
    width: 8px !important;
    height: 8px !important; } }

body {
  color: #454545; }
  body .persephone .tp-bullet {
    width: 6px;
    height: 6px; }
  body .tp-caption.Zum-Thema {
    transition: 0.2s all ease-in-out !important;
    background-color: rgba(255, 255, 255, 0); }
    body .tp-caption.Zum-Thema:hover {
      background-color: rgba(255, 255, 255, 0.15) !important; }
  body.load:before {
    opacity: 1;
    visibility: visible; }
  body:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #E4EAF0;
    position: fixed;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }

.inline {
  display: inline-block; }

/* ::: R-Slider :::*/
body .tparrows {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 60px;
  background: transparent; }
  body .tparrows:hover {
    background-color: transparent; }
  body .tparrows.tp-leftarrow:before {
    font-size: 0;
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 13px;
    height: 30px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      body .tparrows.tp-leftarrow:before {
        background-image: url(../images/sprite@2x.png);
        background-size: 60px 48px; } }
  body .tparrows.tp-rightarrow:before {
    font-size: 0;
    background-image: url(../images/sprite.png);
    background-position: -13px 0px;
    width: 13px;
    height: 30px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      body .tparrows.tp-rightarrow:before {
        background-image: url(../images/sprite@2x.png);
        background-size: 60px 48px; } }

.main-header {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0; }
  @media all and (min-width: 768px) {
    .main-header {
      top: 14px; } }
  .main-header.main-header-onpage {
    position: static;
    margin-top: 14px;
    margin-bottom: 2rem; }
  .main-header > .container {
    padding: 0; }
  .main-header .header-container {
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 10px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
    position: relative; }
    @media all and (max-width: 991px) {
      .main-header .header-container {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .main-header .header-logo-container, .main-header .header-menu, .main-header .header-top {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .main-header .header-mobilealign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .main-header .header-mobilealign > * {
      margin-left: 2rem; }

@media all and (min-width: 992px) {
  #MobileMenu.slideout-menu {
    display: none; } }

@media all and (max-width: 991px) {
  body.js-mobilenav {
    overflow: hidden;
    height: 100%; }
    body.js-mobilenav #MobileMenu.slideout-menu {
      transform: translateX(0%); }
    body.js-mobilenav #MainPanel {
      right: 150px; }
      body.js-mobilenav #MainPanel:before {
        background: rgba(0, 0, 0, 0.3);
        z-index: 990; }
  body #MainPanel {
    transition: all 0.4s;
    position: relative;
    right: 0; }
    body #MainPanel:before {
      transition: all 0.4s;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      z-index: -1; }
  #MobileMenu.slideout-menu {
    transform: translateX(100%);
    transition: all 0.4s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    visibility: visible;
    opacity: 1;
    background: #3A388B;
    background: linear-gradient(to bottom, #0f2d88 0%, #2d9564 100%);
    z-index: 9999;
    padding: 2rem;
    font-size: 1.7rem;
    width: 100%;
    max-width: 380px;
    right: 0;
    left: auto;
    box-shadow: none; }
    #MobileMenu.slideout-menu p,
    #MobileMenu.slideout-menu label {
      color: #fff;
      font-family: "EncodeSansNarrow-SemiBold", sans-serif;
      font-size: 1em;
      margin: 0 0 0.5em 0; }
    #MobileMenu.slideout-menu .mobile-menu {
      clear: both; }
      #MobileMenu.slideout-menu .mobile-menu ul:not(:first-child) {
        padding-left: 15px; }
    #MobileMenu.slideout-menu .current-menu-item > a {
      position: relative;
      padding-left: 1em; }
      #MobileMenu.slideout-menu .current-menu-item > a:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-left: 0.4em solid #fff;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent; }
    #MobileMenu.slideout-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #MobileMenu.slideout-menu ul .sub-menu {
        margin: 0 0 0.5em 0;
        padding-left: 1rem;
        position: relative;
        display: none;
        font-size: 1.5rem; }
        #MobileMenu.slideout-menu ul .sub-menu.visible {
          display: block; }
      #MobileMenu.slideout-menu ul li {
        padding: 1px 0 0; }
      #MobileMenu.slideout-menu ul a {
        display: block;
        position: relative;
        padding: 0.5em 0rem 0.5em 0;
        background: none;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        #MobileMenu.slideout-menu ul a:focus {
          text-decoration: none; }
    #MobileMenu.slideout-menu .menu-item-has-children > a .js-togglenav--extended::before {
      content: "-" !important;
      transform: translateY(-58%) !important; }
    #MobileMenu.slideout-menu .menu-item-has-children > a .js-togglenav:before {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      content: '+';
      padding: 0 0.5rem;
      font-family: "EncodeSansNarrow-SemiBold", sans-serif;
      font-style: normal;
      font-size: 2.5rem;
      cursor: pointer;
      color: #fff; }
    #MobileMenu.slideout-menu .menu-item-has-children > a .js-togglenav.js-active:before {
      content: '-';
      transform: translateY(-58%); } }

.mobile-menu > li > .megamenu-menu {
  padding-left: 0 !important;
  display: none; }
  .mobile-menu > li > .megamenu-menu > li > a {
    display: none !important; }
  .mobile-menu > li > .megamenu-menu > li > ul {
    display: block !important; }
  .mobile-menu > li > .megamenu-menu > li:not(:last-child) > ul {
    margin-bottom: 0 !important; }

.header-menu {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex: 1;
  flex: 1; }
  .header-menu nav > ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .header-menu nav > ul > li {
      display: inline-block;
      margin: 0;
      font-size: 0; }
      .header-menu nav > ul > li:first-of-type {
        margin-left: 18px; }
      .header-menu nav > ul > li.menu-item-has-children.sub-active > a:before {
        background-color: #e4eaf0; }
      .header-menu nav > ul > li.menu-item-has-children > a {
        position: relative;
        z-index: 1; }
        .header-menu nav > ul > li.menu-item-has-children > a:before {
          position: absolute;
          z-index: -1;
          top: -5px;
          left: 0;
          width: 100%;
          height: calc(100% + 15px);
          content: '';
          background-color: none;
          transition: all 0.4s; }
        .header-menu nav > ul > li.menu-item-has-children > a:hover, .header-menu nav > ul > li.menu-item-has-children > a:active, .header-menu nav > ul > li.menu-item-has-children > a:focus {
          background-color: none; }
      .header-menu nav > ul > li a {
        transition: all 0.3s ease-in-out;
        font-family: "EncodeSansNarrow-Regular";
        display: inline-block;
        padding: 4px 18px;
        font-size: 14px;
        color: #2d3e90; }
        .header-menu nav > ul > li a:hover, .header-menu nav > ul > li a:active, .header-menu nav > ul > li a:focus {
          background-color: #e4eaf0;
          text-decoration: none; }
      .header-menu nav > ul > li ul.megamenu-menu {
        display: none;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 30px;
        margin: 0;
        font-size: 0;
        min-height: 240px;
        background-color: #e4eaf0; }
        .header-menu nav > ul > li ul.megamenu-menu > li {
          vertical-align: top;
          font-size: 14px;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: start;
          align-items: flex-start;
          width: calc(100% / 4); }
          .header-menu nav > ul > li ul.megamenu-menu > li > a {
            font-size: 16px;
            font-family: "EncodeSansNarrow-SemiBold";
            margin-bottom: 10px;
            display: none; }
          .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu {
            display: inline-block;
            width: 100%;
            list-style: none;
            padding: 0;
            font-size: 0; }
            .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu li {
              display: block; }
              .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu li.current-menu-item a {
                background-color: #fff; }
              .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu li a {
                padding: 4px 8px;
                transition: all 0.3s ease-in-out; }
                .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu li a:hover, .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu li a:active, .header-menu nav > ul > li ul.megamenu-menu > li ul.sub-menu li a:focus {
                  background-color: #fff; }
      .header-menu nav > ul > li .custom-text-container {
        display: none; }
      .header-menu nav > ul > li > ul.sub-menu {
        display: none;
        padding: 30px 0;
        min-height: 240px;
        overflow: hidden;
        position: absolute;
        top: 100px;
        margin: 0;
        width: 100%;
        left: 0;
        background-color: #e4eaf0;
        padding-right: 35%; }
        .header-menu nav > ul > li > ul.sub-menu:after {
          content: '';
          display: table;
          clear: both; }
        .header-menu nav > ul > li > ul.sub-menu > li {
          float: left;
          width: 45%;
          padding-left: 5%; }
          .header-menu nav > ul > li > ul.sub-menu > li:nth-child(odd) {
            clear: left; }
        .header-menu nav > ul > li > ul.sub-menu .sub-menu {
          padding: 4px 18px;
          font-size: 0.8em;
          margin-bottom: 10px; }
          .header-menu nav > ul > li > ul.sub-menu .sub-menu li {
            display: inline-block; }
            .header-menu nav > ul > li > ul.sub-menu .sub-menu li a {
              display: inline;
              padding: 0;
              font-size: 11px; }
              .header-menu nav > ul > li > ul.sub-menu .sub-menu li a::after {
                content: '|';
                padding: 0 10px;
                display: inline-block; }
            .header-menu nav > ul > li > ul.sub-menu .sub-menu li:last-child a::after {
              display: none; }
        .header-menu nav > ul > li > ul.sub-menu a:hover {
          text-decoration: underline; }
        .header-menu nav > ul > li > ul.sub-menu .menu__highlight {
          position: absolute;
          right: 2rem;
          top: 30px;
          max-width: 33%; }
          .header-menu nav > ul > li > ul.sub-menu .menu__highlight img {
            max-width: 100%;
            margin-bottom: 0.5rem;
            display: block; }

.header-top {
  position: relative;
  -ms-flex-align: start;
  align-items: flex-start; }
  .header-top .top-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .header-top .top-navi ul li a {
      transition: all 0.3s ease-in-out;
      font-family: "EncodeSansNarrow-Regular";
      display: inline-block;
      padding: 4px 5px;
      font-size: 12px;
      color: #2d3e90; }
      .header-top .top-navi ul li a:hover, .header-top .top-navi ul li a:active, .header-top .top-navi ul li a:focus {
        background-color: #e4eaf0;
        text-decoration: none; }
      .header-top .top-navi ul li a.language-menu:after {
        content: " ";
        display: inline-block;
        background-image: url(../images/sprite.png);
        background-position: 0px -30px;
        width: 10px;
        height: 7px;
        margin-left: 3px; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .header-top .top-navi ul li a.language-menu:after {
            background-image: url(../images/sprite@2x.png);
            background-size: 60px 48px; } }
  .header-top .top-navi ul.languages:hover a.language-menu {
    background-color: #e4eaf0; }
  .header-top .top-navi ul.languages li {
    position: relative; }
    .header-top .top-navi ul.languages li a {
      text-transform: uppercase; }
    .header-top .top-navi ul.languages li div.mlp-language-box {
      display: none;
      width: 100%;
      position: absolute;
      z-index: 100;
      background-color: #e4eaf0; }
      .header-top .top-navi ul.languages li div.mlp-language-box ul {
        width: 100%; }
      .header-top .top-navi ul.languages li div.mlp-language-box a {
        display: block;
        width: 100%; }
        .header-top .top-navi ul.languages li div.mlp-language-box a:hover, .header-top .top-navi ul.languages li div.mlp-language-box a:active, .header-top .top-navi ul.languages li div.mlp-language-box a:focus {
          background-color: #cbcfd4; }
        .header-top .top-navi ul.languages li div.mlp-language-box a.current-language-item {
          display: none; }
  .header-top .header-search {
    position: absolute;
    bottom: 0;
    right: 0; }
    .header-top .header-search button {
      transition: all 0.3s ease-in-out;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      font-family: "EncodeSansNarrow-Regular";
      font-size: 14px;
      color: #2d3e90;
      border: 0;
      background: transparent;
      padding-top: 4px;
      padding-bottom: 4px; }
      .header-top .header-search button i {
        margin-left: 10px; }
      .header-top .header-search button:hover, .header-top .header-search button:active, .header-top .header-search button:focus {
        background-color: #e4eaf0; }

.search-box {
  display: none;
  position: absolute;
  top: 100px;
  background-color: #e4eaf0;
  width: 100%;
  left: 0;
  padding: 2rem; }
  @media all and (min-width: 991px) {
    .search-box {
      padding: 30px; } }

.search-navigation {
  margin-bottom: 75px; }
  .search-navigation a {
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 60px; }

.slider-wrapper .slick-list {
  margin: 0;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4)); }

.slider-wrapper .slick-prev {
  left: 20px; }

.slider-wrapper .slick-next {
  right: 20px; }

.services-slider {
  position: relative;
  top: -46px;
  margin-bottom: -32px; }
  .services-slider--cert .slider-wrapper .slick-list {
    filter: none !important; }
  .services-slider .slider-item {
    position: relative; }
    .services-slider .slider-item .slider-titlewrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      transform: scale(1.001);
      z-index: 1; }
    .services-slider .slider-item .overflow-fix {
      overflow: hidden; }
    .services-slider .slider-item a, .services-slider .slider-item > span {
      font-size: 0; }
      .services-slider .slider-item a:hover .image-scale, .services-slider .slider-item a:active .image-scale, .services-slider .slider-item a:focus .image-scale, .services-slider .slider-item > span:hover .image-scale, .services-slider .slider-item > span:active .image-scale, .services-slider .slider-item > span:focus .image-scale {
        transform: scale(1.1); }
      .services-slider .slider-item a .image-container, .services-slider .slider-item > span .image-container {
        overflow: hidden;
        width: 100%;
        margin: auto;
        font-size: 0;
        padding: 0 6px; }
      .services-slider .slider-item a .item-image, .services-slider .slider-item > span .item-image {
        font-size: 0;
        position: relative;
        text-align: center;
        width: 100%;
        overflow: hidden;
        margin: auto;
        -webkit-backface-visibility: hidden;
        transform: translateZ(0);
        backface-visibility: hidden;
        /*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
                box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);*/ }
        .services-slider .slider-item a .item-image .image-scale, .services-slider .slider-item > span .item-image .image-scale {
          transform-origin: center center;
          transition: all 0.3s ease-in-out;
          position: relative;
          z-index: 2; }
        .services-slider .slider-item a .item-image img, .services-slider .slider-item > span .item-image img {
          width: 100%;
          height: auto; }
        .services-slider .slider-item a .item-image:before, .services-slider .slider-item > span .item-image:before {
          content: " ";
          display: block;
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.52);
          position: absolute;
          width: calc(100% - 12px);
          height: 100%;
          z-index: 1; }
        .services-slider .slider-item a .item-image:after, .services-slider .slider-item > span .item-image:after {
          transition: all 0.3s ease-in-out;
          content: " ";
          display: block;
          position: absolute;
          left: 6px;
          right: 6px;
          margin: auto;
          bottom: -1px;
          height: 100%;
          background: linear-gradient(to bottom, transparent 0%, transparent 62%, rgba(0, 0, 0, 0.7) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
          z-index: 3; }
      .services-slider .slider-item a h2, .services-slider .slider-item > span h2 {
        z-index: 20;
        position: absolute;
        bottom: 15px;
        left: 20px;
        color: #fff;
        font-size: 18px;
        font-family: "EncodeSansNarrow-Regular";
        font-weight: normal;
        margin: 0;
        padding: 0; }
    .services-slider .slider-item--fullsize {
      padding: 0px 8px !important;
      font-size: 0 !important; }
      .services-slider .slider-item--fullsize .slider-titlewrap {
        border: 0; }
      .services-slider .slider-item--fullsize .item-image {
        z-index: 9;
        padding: 0 5px; }
      .services-slider .slider-item--fullsize .image-container {
        height: 200px !important;
        width: 100% !important;
        padding: 0 !important; }
        @media all and (min-width: 1200px) {
          .services-slider .slider-item--fullsize .image-container img {
            background-color: #1d428a;
            width: 100% !important; } }
    .services-slider .slider-item--germany {
      padding: 50px 0 !important; }
      .services-slider .slider-item--germany .image-container {
        width: auto !important; }
        .services-slider .slider-item--germany .image-container img {
          width: 220px !important;
          height: auto !important; }
    .services-slider .slider-item--cert {
      padding: 30px 6px 70px 6px;
      position: relative; }
      .services-slider .slider-item--cert::before {
        position: absolute;
        content: '';
        top: 0;
        left: 6px;
        right: 6px;
        bottom: 0;
        background: #fff; }
      .services-slider .slider-item--cert .item-image {
        overflow: hidden; }
        .services-slider .slider-item--cert .item-image::before, .services-slider .slider-item--cert .item-image::after {
          display: none !important; }
        .services-slider .slider-item--cert .item-image .image-container {
          width: 180px;
          height: 100px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .services-slider .slider-item--cert .item-image .image-container img {
            height: calc(100% - 14px);
            width: auto;
            max-width: none; }
      .services-slider .slider-item--cert a h2, .services-slider .slider-item--cert span h2 {
        position: absolute;
        bottom: 19px;
        left: 50%;
        transform: translateX(-50%);
        color: #454545;
        font-size: 20px;
        width: 100% !important;
        text-align: center !important; }
      .services-slider .slider-item--cert a:hover .image-scale, .services-slider .slider-item--cert a:active .image-scale, .services-slider .slider-item--cert a:focus .image-scale {
        transform: scale(1); }
  .services-slider .slick-arrow {
    opacity: 1;
    filter: drop-shadow(0px 0px 3px #000);
    transform: scale(1.1) translateY(-50%); }

.latest-news {
  padding: 20px 0; }
  .latest-news .latest-news-spacer {
    padding: 0 15px; }
  .latest-news .headline {
    position: relative;
    border-bottom: 1px solid #2d3e90;
    padding: 0 0 15px 0;
    text-align: center; }
    @media all and (min-width: 992px) {
      .latest-news .headline {
        text-align: left; } }
    .latest-news .headline h2 {
      display: inline-block;
      font-size: 24px;
      font-family: "EncodeSansNarrow-Light";
      color: #2d3e90;
      padding: 0;
      margin: 0; }
    .latest-news .headline a {
      display: none; }
      @media all and (min-width: 992px) {
        .latest-news .headline a {
          display: inline-block;
          position: absolute;
          right: 0;
          bottom: 15px;
          font-size: 14px;
          padding: 4px 10px 4px 14px;
          color: #2d3e90;
          transition: all 0.3s ease-in-out; }
          .latest-news .headline a:hover, .latest-news .headline a:active, .latest-news .headline a:focus {
            background-color: #eff2f6;
            text-decoration: none; } }
  .latest-news article h3 {
    font-size: 18px;
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    color: #2d3e90;
    line-height: 1.3em;
    transition: all 0.3s ease-in-out; }
  .latest-news article p {
    font-size: 14px;
    font-family: "EncodeSansNarrow-Regular";
    line-height: 21px;
    color: #000; }
  .latest-news article time {
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    font-size: 12px;
    color: #2d3e90;
    display: block; }
  .latest-news article a:hover, .latest-news article a:active, .latest-news article a:focus {
    text-decoration: none; }
    .latest-news article a:hover h3, .latest-news article a:active h3, .latest-news article a:focus h3 {
      color: #818181; }

.clear {
  clear: both; }

.top-themes {
  padding: 40px 0; }
  .top-themes .headline {
    position: relative;
    padding: 0 15px 15px 15px;
    text-align: center; }
    @media all and (min-width: 992px) {
      .top-themes .headline {
        text-align: left; } }
    .top-themes .headline h2 {
      display: inline-block;
      font-size: 24px;
      font-family: "EncodeSansNarrow-Light";
      color: #2d3e90;
      padding: 0;
      margin: 0; }
    .top-themes .headline a {
      display: none; }
      @media all and (min-width: 992px) {
        .top-themes .headline a {
          display: inline-block;
          position: absolute;
          right: 0;
          bottom: 15px;
          font-size: 14px;
          padding: 4px 10px 4px 14px;
          color: #2d3e90;
          transition: all 0.3s ease-in-out; }
          .top-themes .headline a:hover, .top-themes .headline a:active, .top-themes .headline a:focus {
            background-color: #eff2f6;
            text-decoration: none; } }
  .top-themes .blocks-container {
    height: auto; }
  .top-themes .block {
    background-color: #fff;
    overflow: auto;
    padding: 0 0 22px 0; }
    @media all and (max-width: 991px) {
      .top-themes .block .js-block-toggle {
        display: none; } }
    @media all and (min-width: 768px) and (max-width: 991px) {
      .top-themes .block > div:nth-child(2n+3) {
        clear: left; } }
    @media all and (min-width: 992px) {
      .top-themes .block > div {
        margin-top: 16px; }
        .top-themes .block > div:nth-child(4n+5) {
          clear: left; } }
    @media all and (max-width: 991px) {
      .top-themes .block article {
        text-align: left;
        margin-top: 2rem; }
        .top-themes .block article h3 {
          margin-top: 0; }
        .top-themes .block article a {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    @media all and (max-width: 991px) and (min-width: 400px) {
      .top-themes .block article a {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media all and (max-width: 991px) {
        .top-themes .block article .block_image {
          width: 100%;
          margin-bottom: 1rem; } }
    @media all and (max-width: 991px) and (min-width: 400px) {
      .top-themes .block article .block_image {
        width: auto;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
        margin-bottom: 0; } }
    @media all and (max-width: 991px) {
          .top-themes .block article .block_image img {
            width: 100%;
            height: auto; }
        .top-themes .block article .block__content {
          width: 100%; } }
    @media all and (max-width: 991px) and (min-width: 400px) {
      .top-themes .block article .block__content {
        width: auto;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
        max-width: 65%;
        padding-left: 2rem; } }
  .top-themes article {
    text-align: center; }
    .top-themes article .img-container {
      overflow: hidden;
      width: 100%;
      font-size: 0;
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .top-themes article img {
      margin: auto;
      height: 155px;
      object-fit: cover;
      width: 100%;
      transition: all 0.3s ease-in-out; }
    .top-themes article h3 {
      font-family: "EncodeSansNarrow-SemiBold", sans-serif;
      font-size: 16px;
      color: #2d3e90;
      margin: 20px 0 13px 0;
      padding: 0;
      transition: all 0.3s ease-in-out; }
    .top-themes article P {
      font-family: "EncodeSansNarrow-Regular";
      font-size: 13px;
      color: #000;
      line-height: 20px;
      margin: 0; }
    .top-themes article a {
      text-decoration: none; }
      .top-themes article a:hover, .top-themes article a:active, .top-themes article a:focus {
        text-decoration: none; }
        .top-themes article a:hover h3, .top-themes article a:active h3, .top-themes article a:focus h3 {
          color: #818181; }
        .top-themes article a:hover img, .top-themes article a:active img, .top-themes article a:focus img {
          transform: scale(1.1); }

.shanghai {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 400px;
  width: 100%;
  background-color: #96160b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .shanghai__text {
    padding-left: 2em;
    text-align: left;
    color: #fff;
    z-index: 10;
    position: relative; }
    @media (min-width: 641px) {
      .shanghai__text {
        position: absolute;
        top: 60%;
        left: 37%;
        transform: translateY(-50%) translateX(-50%); } }
  .shanghai__bold {
    font-family: "Encode Sans Condensed";
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    font-size: 22px; }
  .shanghai__headline {
    font-family: "Encode Sans Condensed";
    font-weight: 200;
    text-transform: uppercase;
    font-size: 60px; }
    @media (min-width: 641px) {
      .shanghai__headline {
        font-size: 78px; } }
  .shanghai__link {
    font-family: "Encode Sans Condensed";
    font-weight: 400;
    display: block;
    color: #fff;
    font-size: 18px; }
    .shanghai__link:hover {
      color: #fff;
      text-decoration: none; }
    .shanghai__link:after {
      content: " ";
      background-image: url(../images/sprite.png);
      background-position: -5px -37px;
      width: 5px;
      height: 11px;
      margin-left: 6px;
      display: inline-block; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .shanghai__link:after {
          background-image: url(../images/sprite@2x.png);
          background-size: 60px 48px; } }
  .shanghai img {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    max-width: none;
    height: 100%;
    width: auto; }
  @media all and (max-width: 640px) {
    .shanghai {
      height: 300px; }
      .shanghai img {
        bottom: 0;
        height: 100%;
        width: auto;
        transform: translateX(-51%); } }

.motive {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 400px;
  width: 100%;
  background-color: #314895; }
  .motive.motive--de a:before {
    background: transparent url("../images/special.png") no-repeat center center;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../images/special.png") no-repeat center center;
    background-size: 248px 248px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
    background-size: contain; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .motive.motive--de a:before {
        background: url("../images/special@2x.png") no-repeat center center;
        background-size: 248px 248px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .motive.motive--de a:before {
        background: url("../images/special@2x.png") no-repeat center center;
        background-size: 248px 248px; } }
  .motive.motive--en a:before {
    background: transparent url("../images/special_en.png") no-repeat center center;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../images/special_en.png") no-repeat center center;
    background-size: 248px 248px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .motive.motive--en a:before {
        background: url("../images/special_en@2x.png") no-repeat center center;
        background-size: 248px 248px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .motive.motive--en a:before {
        background: url("../images/special_en@2x.png") no-repeat center center;
        background-size: 248px 248px; } }
  .motive.motive--zh a:before {
    background: transparent url("../images/special_zh.png") no-repeat center center;
    /*
   * Set a counter and get the length of the image path.
   */
    /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
    /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
    /*
     * Set a base background for 1x environments.
     */
    background: url("../images/special_zh.png") no-repeat center center;
    background-size: 248px 248px;
    /*
     * Create an @2x-ish media query.
     */
    /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
    /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .motive.motive--zh a:before {
        background: url("../images/special_zh@2x.png") no-repeat center center;
        background-size: 248px 248px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .motive.motive--zh a:before {
        background: url("../images/special_zh@2x.png") no-repeat center center;
        background-size: 248px 248px; } }
  .motive a {
    word-break: keep-all;
    white-space: nowrap;
    position: absolute;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "EncodeSansNarrow-Regular";
    color: #fff;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10; }
    .motive a:hover, .motive a:focus, .motive a:active {
      text-decoration: none; }
    .motive a:after {
      content: " ";
      background-image: url(../images/sprite.png);
      background-position: -5px -37px;
      width: 5px;
      height: 11px;
      margin-left: 4px;
      display: inline-block; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .motive a:after {
          background-image: url(../images/sprite@2x.png);
          background-size: 60px 48px; } }
    .motive a:before {
      content: " ";
      display: block;
      width: 248px;
      height: 248px;
      margin-bottom: 20px; }
  .motive > img {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    max-width: none;
    height: 100%;
    width: auto; }
  @media all and (max-width: 640px) {
    .motive {
      height: 300px; }
      .motive a {
        left: 2em;
        transform: translateY(-50%); }
        .motive a:before {
          width: 160px;
          height: 160px;
          background-size: contain !important; }
      .motive > img {
        bottom: 0;
        height: 100%;
        width: auto;
        transform: translateX(-53%); } }

.main-footer {
  padding: 2rem 0 0 0;
  background-color: #2c2d32; }
  .main-footer .container {
    padding-bottom: rem; }
  .main-footer .fullwidth ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-footer .fullwidth ul li {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
  .main-footer .widget {
    padding: 20px 0; }
    .main-footer .widget.widget--white li,
    .main-footer .widget.widget--white a,
    .main-footer .widget.widget--white .widget-container li,
    .main-footer .widget.widget--white .widget-container a {
      color: #fff; }
    .main-footer .widget .widget-title {
      color: #fff;
      font-size: 13px;
      border-bottom: 1px solid #7b7c7f;
      text-transform: uppercase;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .main-footer .widget .widget-container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-footer .widget .widget-container ul.light-text li {
        color: #fff; }
      .main-footer .widget .widget-container ul li {
        padding-bottom: 10px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        font-family: "EncodeSansNarrow-Regular"; }
        .main-footer .widget .widget-container ul li a {
          transition: all 0.3s ease-in-out;
          cursor: finger;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.5); }
          .main-footer .widget .widget-container ul li a:hover, .main-footer .widget .widget-container ul li a:active, .main-footer .widget .widget-container ul li a:focus {
            text-decoration: none;
            color: #fff; }
  .main-footer .copyrights {
    background-color: #1c1c20;
    width: 100%;
    height: 50px; }
    .main-footer .copyrights .cr-container {
      width: 100%;
      max-width: 1140px;
      -ms-flex-align: center;
      align-items: center;
      height: 50px;
      display: -ms-flexbox;
      display: flex;
      margin: auto; }
      .main-footer .copyrights .cr-container .menu {
        -ms-flex: 1;
        flex: 1; }
      .main-footer .copyrights .cr-container .cr {
        text-transform: uppercase; }
        .main-footer .copyrights .cr-container .cr,
        .main-footer .copyrights .cr-container .cr p {
          color: rgba(255, 255, 255, 0.5); }
          .main-footer .copyrights .cr-container .cr strong,
          .main-footer .copyrights .cr-container .cr p strong {
            font-weight: normal;
            color: #fff; }
    .main-footer .copyrights ul.footer-menu {
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-footer .copyrights ul.footer-menu li {
        display: inline-block;
        padding-right: 10px; }
      .main-footer .copyrights ul.footer-menu a {
        cursor: pointer;
        font-size: 12px;
        font-family: "EncodeSansNarrow-Regular";
        color: #fff;
        transition: all 0.3s ease-in-out; }
        .main-footer .copyrights ul.footer-menu a:before {
          content: " ";
          display: inline-block;
          background-image: url(../images/sprite.png);
          background-position: -26px -17px;
          width: 9px;
          height: 9px;
          margin-right: 5px; }
          @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .main-footer .copyrights ul.footer-menu a:before {
              background-image: url(../images/sprite@2x.png);
              background-size: 60px 48px; } }
        .main-footer .copyrights ul.footer-menu a:hover, .main-footer .copyrights ul.footer-menu a:active, .main-footer .copyrights ul.footer-menu a:focus {
          text-decoration: none;
          color: #fff; }
      .main-footer .copyrights ul.footer-menu .sub-menu {
        display: none; }
    .main-footer .copyrights p {
      color: #fff;
      margin: 0;
      font-size: 12px;
      font-family: "EncodeSansNarrow-Regular"; }

a.btn-more:after {
  content: " ";
  background-image: url(../images/sprite.png);
  background-position: 0px -37px;
  width: 5px;
  height: 11px;
  display: inline-block;
  margin-left: 7px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    a.btn-more:after {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

i.btn-more:after {
  content: " ";
  background-image: url(../images/sprite.png);
  background-position: -5px -37px;
  width: 5px;
  height: 11px;
  display: inline-block;
  margin-left: 5px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    i.btn-more:after {
      background-image: url(../images/sprite@2x.png);
      background-size: 60px 48px; } }

#slider_pause {
  color: #fff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 9999999;
  text-indent: -99999px;
  -ms-flex-align: center;
  align-items: center; }
  #slider_pause:before {
    content: " ";
    display: block;
    height: 16px;
    width: 1px;
    background-color: #fff;
    margin-left: -8px; }
  #slider_pause.play {
    background-image: url(../images/sprite.png);
    background-position: -43px -14px;
    width: 17px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #slider_pause.play {
        background-image: url(../images/sprite@2x.png);
        background-size: 60px 48px; } }
  #slider_pause.pause {
    background-image: url(../images/sprite.png);
    background-position: -43px 0px;
    width: 17px;
    height: 14px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #slider_pause.pause {
        background-image: url(../images/sprite@2x.png);
        background-size: 60px 48px; } }

.certificate .certificate__intro {
  color: #3A388B;
  max-width: 730px; }

#MainPanel {
  overflow: hidden;
  min-height: 100%;
  height: auto; }

.main {
  min-height: calc(100vh - 606.5px);
  padding: 5rem 0 3rem 0; }
  @media all and (min-width: 992px) {
    .main .main__page {
      margin-right: -15px;
      margin-left: -15px;
      position: relative;
      z-index: 1;
      padding: 0 5rem; } }
  @media all and (min-width: 1200px) {
    .main .main__page {
      padding: 0 10rem; } }
  @media all and (min-width: 992px) {
    .main.type-certificate .main__page {
      position: relative; }
      .main.type-certificate .main__page:before {
        content: '';
        display: block;
        width: 25%;
        background: url("../images/zertloop.png") repeat-y;
        position: absolute;
        top: -2rem;
        bottom: 0;
        right: 0;
        background-size: contain;
        z-index: 1;
        pointer-events: none; } }
  .main .main__content {
    max-width: 798px;
    margin: 0 auto; }
    @media all and (min-width: 798px) {
      .main .main__content {
        max-width: 760px; } }
  .main .main__headline,
  .main .main__headline h1,
  .main .main__headline .h1,
  .main .main__headline p {
    font-weight: normal;
    font-family: "EncodeSansNarrow-SemiBold", sans-serif; }
  .main .main__keyvisual {
    position: relative; }
    .main .main__keyvisual:after {
      display: table;
      clear: both;
      content: ''; }
    @media all and (min-width: 992px) {
      .main .main__keyvisual {
        margin: -5rem -5rem 5rem -5rem;
        width: calc(100% + 10rem); } }
    @media all and (min-width: 1200px) {
      .main .main__keyvisual {
        margin: -7rem -12.5rem 7rem -12.5rem;
        width: calc(100% + 25rem); } }
    .main .main__keyvisual img {
      display: block;
      width: 100%;
      margin-bottom: 2rem;
      margin-top: -30vw; }
      @media all and (min-width: 600px) {
        .main .main__keyvisual img {
          margin-top: -150px; } }
      @media all and (min-width: 992px) {
        .main .main__keyvisual img {
          margin-top: 0;
          margin-bottom: 0; } }
    .main .main__keyvisual .main__keyvisual--logo {
      position: absolute;
      left: 12.5rem;
      top: 100px; }
      .main .main__keyvisual .main__keyvisual--logo img {
        width: auto;
        height: 142px;
        margin: 0; }
    .main .main__keyvisual .keyvisual__icontitle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .main .main__keyvisual .keyvisual__icontitle > span {
        display: inline-block;
        width: 490px;
        font-family: inherit; }
      .main .main__keyvisual .keyvisual__icontitle > img {
        width: 70px;
        height: 70px;
        background: #3A388B;
        border: 1px solid #3A388B;
        margin: 0.03em 0.28em 0 0; }
        @media all and (min-width: 992px) {
          .main .main__keyvisual .keyvisual__icontitle > img {
            background: transparent;
            border: none; } }
    .main .main__keyvisual .main__keyvisualhead {
      -ms-flex-align: center;
      align-items: center; }
      .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky {
        position: absolute;
        bottom: 4rem;
        left: 5rem; }
        .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky h1,
        .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky .h1 {
          color: #fff;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          margin: 0; }
          .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky h1 small,
          .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky .h1 small {
            color: #fff;
            display: block;
            clear: both;
            font-size: 16px;
            text-transform: initial;
            text-align: center;
            margin-bottom: 30px; }
        @media all and (max-width: 640px) {
          .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky {
            position: static; }
            .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky h1 {
              color: #3A388B;
              text-shadow: none; }
              .main .main__keyvisual .main__keyvisualhead.kevisual--headline--sticky h1 small {
                color: #3A388B;
                text-align: left; } }
      @media all and (min-width: 992px) {
        .main .main__keyvisual .main__keyvisualhead {
          position: absolute;
          bottom: 4rem;
          left: 5rem; }
          .main .main__keyvisual .main__keyvisualhead h1,
          .main .main__keyvisual .main__keyvisualhead .h1 {
            color: #fff;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
            margin: 0; }
            .main .main__keyvisual .main__keyvisualhead h1 small,
            .main .main__keyvisual .main__keyvisualhead .h1 small {
              color: #fff;
              display: block;
              clear: both;
              font-size: 16px;
              text-transform: initial;
              text-align: center;
              margin-bottom: 30px; } }
    @media all and (min-width: 992px) and (min-width: 1200px) {
      .main .main__keyvisual .main__keyvisualhead h1,
      .main .main__keyvisual .main__keyvisualhead .h1 {
        font-size: 35px; } }
      @media all and (min-width: 1200px) {
        .main .main__keyvisual .main__keyvisualhead {
          left: 12.5rem; } }
    .main .main__keyvisual .main__keyvisualcontent {
      min-height: 200px; }
      @media all and (min-width: 992px) {
        .main .main__keyvisual .main__keyvisualcontent {
          padding: 0 3rem; } }
      @media all and (min-width: 1200px) {
        .main .main__keyvisual .main__keyvisualcontent {
          padding: 0 10rem; } }
  .main.visual-keyvisual {
    background: #e4eaf0;
    padding: 7.5rem 0;
    font-size: 14px; }
    .main.visual-keyvisual .main__section {
      margin: 8rem 0; }
  .main.visual-gradient .main__headline p:first-child,
  .main.visual-gradient .main__content p:first-child {
    padding-top: 4rem; }
    .main.visual-gradient .main__headline p:first-child:empty,
    .main.visual-gradient .main__content p:first-child:empty {
      display: none; }
  .main.visual-gradient .main__headline p:first-child:empty + h2,
  .main.visual-gradient .main__headline h2:first-child,
  .main.visual-gradient .main__content p:first-child:empty + h2,
  .main.visual-gradient .main__content h2:first-child {
    padding-top: 4rem; }
  .main.visual-gradient .main__headline + .main__content > p:first-child {
    padding-top: 0; }
  .main.visual-gradient.type-certificate .main__keyvisual .main__keyvisualhead {
    padding: 10rem 2rem 2rem 2rem; }
    @media all and (max-width: 991px) {
      .main.visual-gradient.type-certificate .main__keyvisual .main__keyvisualhead {
        padding: 5rem 2rem 2rem 2rem; } }
    @media all and (max-width: 480px) {
      .main.visual-gradient.type-certificate .main__keyvisual .main__keyvisualhead {
        padding: 2rem 2rem 2rem 2rem; } }
  .main.visual-gradient .main__keyvisual {
    background: linear-gradient(to bottom, #2a3a8f 0%, #5fa5d6 100%);
    margin-top: -30vw;
    margin-bottom: 3rem; }
    @media all and (min-width: 600px) {
      .main.visual-gradient .main__keyvisual {
        margin-top: -180px; } }
    @media all and (min-width: 992px) {
      .main.visual-gradient .main__keyvisual {
        margin-top: -7rem; } }
    @media all and (min-width: 1200px) {
      .main.visual-gradient .main__keyvisual {
        margin-top: -9rem; } }
    .main.visual-gradient .main__keyvisual.main__keyvisual--search {
      margin-bottom: 5rem; }
    .main.visual-gradient .main__keyvisual .main__keyvisualhead {
      padding: 12rem 2rem 2rem 2rem;
      position: static; }
      @media all and (min-width: 1200px) {
        .main.visual-gradient .main__keyvisual .main__keyvisualhead {
          padding: 15rem 2rem 3.25rem 2rem; } }
      @media all and (max-width: 991px) {
        .main.visual-gradient .main__keyvisual .main__keyvisualhead {
          padding: 10rem 2rem 2rem 2rem; }
          .main.visual-gradient .main__keyvisual .main__keyvisualhead h1,
          .main.visual-gradient .main__keyvisual .main__keyvisualhead .h1 {
            color: #fff;
            margin-bottom: 0; } }
      .main.visual-gradient .main__keyvisual .main__keyvisualhead h1,
      .main.visual-gradient .main__keyvisual .main__keyvisualhead .h1 {
        text-shadow: none; }
      @media all and (max-width: 480px) {
        .main.visual-gradient .main__keyvisual .main__keyvisualhead {
          padding: 7rem 2rem 2rem 2rem; } }
      .main.visual-gradient .main__keyvisual .main__keyvisualhead.main__keyvisualhead--top, .main.visual-gradient .main__keyvisual .main__keyvisualhead.main__keyvisualhead--bottom {
        padding-top: 0;
        padding-bottom: 0; }
  @media all and (max-width: 767px) {
    .main.visual-none {
      padding-top: 3rem; } }
  .main.visual-none, .main.visual-highlight, .main.visual-gradient {
    background: #fff; }
    @media all and (min-width: 992px) {
      .main.visual-none, .main.visual-highlight, .main.visual-gradient {
        background: none; } }
    @media all and (min-width: 992px) {
      .main.visual-none .main__page, .main.visual-highlight .main__page, .main.visual-gradient .main__page {
        margin-top: calc(-5rem - 120px);
        background: #fff;
        min-height: 200px;
        position: relative;
        z-index: 1;
        padding: 5rem; } }
    @media all and (min-width: 1200px) {
      .main.visual-none .main__page, .main.visual-highlight .main__page, .main.visual-gradient .main__page {
        padding: 7rem 12.5rem; } }
    @media all and (min-width: 992px) {
      .main.visual-none .main__headline, .main.visual-highlight .main__headline, .main.visual-gradient .main__headline {
        margin-bottom: 3rem; } }
    .main.visual-none .main__content, .main.visual-highlight .main__content, .main.visual-gradient .main__content {
      margin: 0 auto; }
  .main .main__contenthandler.main__contenthandler--sidebar .overshoot,
  .main .main__contenthandler.main__contenthandler--sidebar .overshoot-limit {
    width: 100%; }
  .main .main__contenthandler.main__contenthandler--sidebar .main__postcontent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main .main__contenthandler.main__contenthandler--sidebar .main__headline {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .main .main__contenthandler.main__contenthandler--sidebar .main__content ul li a {
    font-family: "EncodeSansNarrow-SemiBold";
    text-decoration: underline !important; }
  @media all and (min-width: 992px) {
    .main .main__contenthandler.main__contenthandler--sidebar .main__content {
      -ms-flex: 0 1 59.2%;
      flex: 0 1 59.2%;
      max-width: 59.2%;
      margin: 0 0 0 5.435%; } }
  @media all and (min-width: 1200px) {
    .main .main__contenthandler.main__contenthandler--sidebar .main__content {
      -ms-flex: 0 1 73.9%;
      flex: 0 1 73.9%;
      max-width: 73.9%;
      margin: 0 0 0 5%; } }
  .main .main__contenthandler.main__contenthandler--sidebar .main__sidebar {
    margin-top: 1rem;
    width: 100%; }
    @media all and (min-width: 992px) {
      .main .main__contenthandler.main__contenthandler--sidebar .main__sidebar {
        -ms-flex: 0 1 calc(37.7% - 30px);
        flex: 0 1 calc(37.7% - 30px);
        max-width: calc(37.7% - 30px);
        margin: 0.5em -10.5% 0 30px; } }
    @media all and (min-width: 1200px) {
      .main .main__contenthandler.main__contenthandler--sidebar .main__sidebar {
        -ms-flex: 0 1 calc(31.1% - 30px);
        flex: 0 1 calc(31.1% - 30px);
        max-width: calc(31.1% - 30px);
        margin: 0.5em -10.5% 0 30px; } }
  .main .main__section {
    position: relative;
    padding: 5rem 0;
    margin: 5rem 0 5rem;
    color: #fff;
    transition: all 0.2s;
    transition-delay: 0.2s; }
    .main .main__section:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      background: #7094BF;
      height: 100%;
      z-index: -1; }
    .main .main__section h1,
    .main .main__section h2,
    .main .main__section .h1,
    .main .main__section .h2 {
      color: #fff; }
      @media all and (max-width: 990px) {
        .main .main__section h1,
        .main .main__section h2,
        .main .main__section .h1,
        .main .main__section .h2 {
          color: #3A388B !important; } }
    .main .main__section:after {
      display: table;
      clear: both;
      content: ''; }
    .main .main__section:last-child {
      margin-bottom: 0; }
  .main h1,
  .main .h1 {
    color: #3A388B;
    text-transform: uppercase;
    font-family: "EncodeSansNarrow-Light", sans-serif; }
    @media all and (max-width: 640px) {
      .main h1,
      .main .h1 {
        font-size: 2.5rem; } }
  .main h1,
  .main h2,
  .main .h1,
  .main .h2 {
    font-weight: 100;
    margin-bottom: 0.5em; }
    .main h1:first-child,
    .main h2:first-child,
    .main .h1:first-child,
    .main .h2:first-child {
      margin-top: 0; }
  .main *:empty:first-child + h1,
  .main *:empty:first-child + h2,
  .main *:empty:first-child + .h1,
  .main *:empty:first-child + .h2 {
    margin-top: 0; }
  .main h2,
  .main .h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-family: "EncodeSansNarrow-Light", sans-serif;
    color: #3A388B; }
    @media all and (min-width: 640px) {
      .main h2,
      .main .h2 {
        font-size: 2.5rem; } }
    @media all and (min-width: 1200px) {
      .main h2,
      .main .h2 {
        font-size: 3.1rem; } }
    .main h2.h2--default,
    .main .h2.h2--default {
      font-family: "EncodeSansNarrow-SemiBold", sans-serif;
      text-transform: none; }
  .main h3,
  .main .h3 {
    font-size: 18px;
    text-transform: none;
    color: #3A388B;
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    margin-bottom: 0.7em; }
    @media all and (min-width: 640px) {
      .main h3,
      .main .h3 {
        font-size: 1.8rem; } }
  .main p {
    line-height: 21px; }
  .main ul,
  .main ol {
    margin: 0 0 2em 0rem;
    padding: 0;
    list-style-type: none; }
    @media all and (min-width: 640px) {
      .main ul,
      .main ol {
        margin: 2em 0 2em 3rem; } }
    .main ul li,
    .main ol li {
      margin-top: 1em;
      padding-left: 1.0em;
      position: relative; }
      .main ul li:first-child,
      .main ol li:first-child {
        margin-top: 0; }
    .main ul ul,
    .main ul ol,
    .main ol ul,
    .main ol ol {
      margin-top: 1em;
      margin-bottom: 1em; }
  .main ul li {
    line-height: 21px; }
    .main ul li:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: #3A388B;
      position: absolute;
      top: 9px;
      left: 0; }
  .main ol {
    counter-reset: ol; }
    .main ol li {
      counter-increment: ol; }
      .main ol li:before {
        content: counter(ol) ".";
        display: block;
        position: absolute;
        font-family: "EncodeSansNarrow-SemiBold", sans-serif;
        left: 0; }

.text-limit {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 991px) {
  img.aligncenter, .overshoot, .grid {
    max-width: none;
    width: 940px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); } }

@media all and (min-width: 1200px) {
  img.aligncenter, .overshoot, .grid {
    width: 1140px; } }

@media all and (min-width: 991px) {
  .overshoot-limit, .visual-none .overshoot,
  .visual-highlight .overshoot,
  .visual-gradient .overshoot, .visual-none img.aligncenter,
  .visual-highlight img.aligncenter,
  .visual-gradient img.aligncenter {
    max-width: none;
    width: 870px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); } }

@media all and (min-width: 1200px) {
  .overshoot-limit, .visual-none .overshoot,
  .visual-highlight .overshoot,
  .visual-gradient .overshoot, .visual-none img.aligncenter,
  .visual-highlight img.aligncenter,
  .visual-gradient img.aligncenter {
    width: 920px; } }

img {
  max-width: 100%;
  height: auto; }
  img.aligncenter {
    margin: 4rem 0; }

@media all and (min-width: 991px) {
  .row--inline:not(.row--slim):not(.row--nomargin) {
    margin-top: 2em;
    margin-bottom: 2em; } }

@media all and (min-width: 991px) {
  .row--slim {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 840px; } }

@media all and (min-width: 1200px) {
  .row--slim {
    width: 920px; } }

@media all and (min-width: 1200px) {
  .overshoot-limit {
    width: 930px; } }

.grid {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem; }
  @media all and (min-width: 991px) {
    .grid {
      width: calc(970px + 1rem); } }
  @media all and (min-width: 1200px) {
    .grid {
      width: calc(920px + 1rem); } }
  .grid .grid__item {
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
    padding-left: 1rem; }
    .grid .grid__item.grid__item--big {
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      max-width: 50%; }
    @media all and (min-width: 992px) {
      .grid .grid__item {
        -ms-flex: 0 1 22.22222%;
        flex: 0 1 22.22222%;
        max-width: 22.22222%; }
        .grid .grid__item.grid__item--big {
          -ms-flex: 0 1 33.33333%;
          flex: 0 1 33.33333%;
          max-width: 33.33333%; } }
    @media all and (min-width: 1200px) {
      .grid .grid__item {
        -ms-flex: 0 1 16.66667%;
        flex: 0 1 16.66667%;
        max-width: 16.66667%; }
        .grid .grid__item.grid__item--big {
          -ms-flex: 0 1 25%;
          flex: 0 1 25%;
          max-width: 25%; } }

.logoitem {
  width: 100%;
  background: #6683b3;
  padding: 1em;
  height: 100px;
  margin-bottom: 1rem;
  position: relative;
  transition: all 0.2s;
  cursor: pointer; }
  @media all and (min-width: 480px) {
    .logoitem {
      height: 150px; } }
  .logoitem.logoitem--active {
    background: #fff; }
    .logoitem.logoitem--active .logoitem__image {
      filter: none; }
      .logoitem.logoitem--active .logoitem__image.logoitem__image--alt {
        display: none; }
        .logoitem.logoitem--active .logoitem__image.logoitem__image--alt + .logoitem__image {
          display: block; }
  .logoitem .logoitem__image {
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    display: block; }
    .logoitem .logoitem__image.logoitem__image--alt + .logoitem__image {
      display: none; }
  .logoitem .logoitem__content {
    display: none; }

.logoitem-hook {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #454545;
  text-align: center;
  display: none;
  padding: 2rem 1rem; }
  @media all and (min-width: 640px) {
    .logoitem-hook {
      padding: 3rem; } }
  .logoitem-hook .button {
    margin: 0.5em 0 0 0;
    background: #e4eaf0 !important; }
    .logoitem-hook .button:hover {
      background: #3A388B !important; }
  .logoitem-hook h3 {
    margin-top: 0; }

.visual-keyvisual .main__content .button {
  background: #d3dde6; }
  .visual-keyvisual .main__content .button:hover {
    background: #3A388B; }

.button,
.certinfo .certinfo__button {
  background: #E6EAEF;
  color: #3A388B;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.5em 1.8em;
  display: inline-block;
  margin: 0 0 1em 0;
  transition: all 0.2s;
  font-size: 14px;
  line-height: 1.4em; }
  .button:hover,
  .certinfo .certinfo__button:hover {
    text-decoration: none;
    color: #fff;
    background: #3A388B; }
    .button:hover i, .certinfo .certinfo__button:hover i {
      filter: brightness(0) invert(1); }
  .button.button-more,
  .certinfo .button-more.certinfo__button {
    margin: 2rem auto 0;
    right: 0;
    bottom: 15px;
    font-size: 14px;
    padding: 4px 10px 4px 14px;
    color: #2d3e90;
    background: #eff2f6; }
    .button.button-more:hover,
    .certinfo .button-more.certinfo__button:hover {
      background: #3A388B;
      color: #fff; }
  .button.button--download, .certinfo .button.certinfo__button,
  .certinfo .button--download.certinfo__button,
  .certinfo .certinfo__button {
    padding: 0.5em 1em; }
    .button.button--download:before, .certinfo .button.certinfo__button:before,
    .certinfo .button--download.certinfo__button:before,
    .certinfo .certinfo__button:before {
      content: '';
      background: url("../images/download.png") no-repeat;
      display: inline-block;
      width: 0.69em;
      height: 0.74em;
      background-size: contain;
      margin-right: 0.65em; }
    .button.button--download:hover:before, .certinfo .button.certinfo__button:hover:before,
    .certinfo .button--download.certinfo__button:hover:before,
    .certinfo .certinfo__button:hover:before {
      background-image: url("../images/download-white.png"); }
  .button.button--slim,
  .certinfo .button--slim.certinfo__button {
    padding: 0.2em 1.3em 0.25em; }

.inlineblock {
  display: inline-block; }

.mobilelang,
.mobilesearch {
  margin-top: 3rem; }

.mobilesearch .mobilesearch__form {
  display: -ms-flexbox;
  display: flex; }
  .mobilesearch .mobilesearch__form * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.mobilesearch .mobilesearch__input {
  height: 38px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 0.5em;
  background: none;
  box-shadow: none; }

.mobilesearch .mobilesearch__submit {
  background: #fff;
  height: 38px;
  padding: 0 0.5em;
  border: none;
  color: #3A388B;
  font-family: "EncodeSansNarrow-SemiBold", sans-serif; }

.mobilelang .languages .language-menu {
  display: none !important; }

.mobilelang .languages .mlp-language-box {
  display: block !important;
  height: auto !important; }

.menutoggle {
  font-style: normal;
  font-family: "EncodeSansNarrow-SemiBold", sans-serif;
  display: block;
  cursor: pointer; }
  .menutoggle.menutoggle-close {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 8rem;
    font-family: times;
    line-height: 0.73em;
    float: right;
    background: url("../images/icon-close.svg") no-repeat;
    height: 35px;
    width: 35px;
    background-size: contain;
    background-position: center center; }
  .menutoggle.menutoggle-open {
    color: #3A388B;
    font-size: 6rem;
    line-height: 1em;
    background: url("../images/icon-menu.svg") no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    background-position: center center; }

.searchtoggle {
  width: 40px;
  height: 40px;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
  background: url("../images/icon-search.svg") no-repeat;
  height: 27px;
  width: 27px;
  background-size: contain;
  background-position: center center; }

.serviceslider {
  margin: 4rem 0 6rem 0; }
  .serviceslider .slick-dots {
    margin-top: 2rem;
    bottom: auto;
    top: 100%; }
    .serviceslider .slick-dots li {
      width: 15px;
      height: 15px;
      border: 1px solid #3A388B;
      transition: all 0.2s;
      text-indent: -999999px;
      color: transparent; }
      .serviceslider .slick-dots li *, .serviceslider .slick-dots li *:before, .serviceslider .slick-dots li *:after {
        color: transparent !important; }
      .serviceslider .slick-dots li.slick-active {
        background: #3A388B; }
  .serviceslider .slick-track {
    padding: 0; }
  .serviceslider .serviceslider__item {
    position: relative;
    overflow: hidden; }
    .serviceslider .serviceslider__item:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
      position: absolute; }
    .serviceslider .serviceslider__item:hover .serviceslider__image {
      transform: scale(1.1); }
  .serviceslider .serviceslider__link {
    display: block; }
  .serviceslider .serviceslider__image {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.8s; }
  .serviceslider .serviceslider__title {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    color: #fff;
    font-size: 2rem;
    z-index: 1; }

.form {
  font-size: 1.3rem; }
  .form .form__split {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (min-width: 991px) {
      .form .form__split {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .form .form__split > * {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    .form .form__split .form__section {
      width: 100%;
      margin-top: 2rem; }
      .form .form__split .form__section.form__section--full {
        width: 100%; }
      .form .form__split .form__section:first-child {
        margin-top: 0; }
      @media all and (min-width: 991px) {
        .form .form__split .form__section {
          margin-top: 0;
          width: calc(50% - 1rem); } }
  .form .form__quickinput-label {
    text-transform: uppercase;
    color: #3A388B;
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    padding-left: calc(3px + 0.5em);
    font-size: 14px; }
  .form .form__quickinput {
    background: #fff;
    padding: 3px;
    position: relative; }
    @media all and (min-width: 400px) {
      .form .form__quickinput {
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .form .form__quickinput input[type="text"],
    .form .form__quickinput input[type="submit"] {
      width: 100%; }
      @media all and (min-width: 400px) {
        .form .form__quickinput input[type="text"],
        .form .form__quickinput input[type="submit"] {
          width: auto; } }
    .form .form__quickinput input[type="text"] {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-top: -3px;
      margin-bottom: -3px;
      font-size: 16px; }
      .form .form__quickinput input[type="text"]:-ms-input-placeholder {
        color: #3A388B; }
      .form .form__quickinput input[type="text"]::placeholder {
        color: #3A388B; }
    .form .form__quickinput input[type="submit"] {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      height: 34px;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 12px; }
  .form label {
    font-size: 1em; }
  .form input[type="text"] {
    font-size: 1em;
    background: #fff;
    border: none;
    height: 40px;
    padding: 0 0.5em; }
  .form input[type="submit"] {
    background: #b5c5d5;
    border: none;
    color: #fff;
    padding: 0.5em 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    height: 40px;
    transition: all 0.2s; }
    .form input[type="submit"]:hover {
      background: #3A388B; }

.wp-caption {
  width: 610px;
  border: none;
  padding: 0;
  text-align: left;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: none;
  max-width: 100%; }
  .wp-caption img {
    display: block;
    margin-bottom: 0.5em;
    max-width: 100%; }
  .wp-caption p.wp-caption-text {
    opacity: 0.7;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 1em 0; }

.brand {
  color: #3A388B; }

.caps {
  text-transform: uppercase; }

.sidebar .sidebar__box {
  background: #f1f4f7;
  margin-bottom: 15px; }
  @media all and (min-width: 640px) {
    .sidebar .sidebar__box {
      margin-bottom: 30px; } }
  .sidebar .sidebar__box,
  .sidebar .sidebar__box a {
    color: #3A388B; }
  .sidebar .sidebar__box.contact-person-container .sidebar__header {
    background-color: #3b358c;
    color: #fff; }
  .sidebar .sidebar__box.contact-person-container .sidebar__content {
    background-color: #e4eaef; }
  .sidebar .sidebar__box.contact-person-container .contact-person {
    margin: 40px 0; }
    .sidebar .sidebar__box.contact-person-container .contact-person:first-child {
      margin-top: 0; }
    .sidebar .sidebar__box.contact-person-container .contact-person:last-child {
      margin-bottom: 0; }

.sidebar .sidebar__header {
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  background: #e4eaf0;
  font-family: "EncodeSansNarrow-SemiBold", sans-serif; }
  @media all and (min-width: 640px) {
    .sidebar .sidebar__header {
      padding: 12px 26px; } }

.sidebar .sidebar__content {
  padding: 1rem 1.5rem; }
  @media all and (min-width: 640px) {
    .sidebar .sidebar__content {
      padding: 15px 26px; } }

.sidebar .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 11px 0; }
  .sidebar .menu .sub-menu {
    display: none; }
  .sidebar .menu li {
    padding: 0;
    margin: 0; }
    .sidebar .menu li.current-menu-item {
      display: none; }
    .sidebar .menu li:before {
      display: none; }
  .sidebar .menu a {
    display: block;
    background: none;
    transition: all 0.2s;
    padding: 1rem 1.5rem; }
    @media all and (min-width: 640px) {
      .sidebar .menu a {
        padding: 9px 26px; } }
    .sidebar .menu a:hover {
      background: #e4eaf0;
      text-decoration: none; }

.relation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 2rem 0;
  margin-top: -1rem; }
  .relation .relation__set {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media all and (min-width: 741px) {
      .relation .relation__set {
        padding-right: 4rem;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
  .relation .relation__item {
    font-size: 1.3rem;
    margin-top: 1rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    color: #fff;
    padding: 0.5em 1em;
    background: rgba(12, 12, 30, 0.2);
    margin-right: 1rem; }
    @media all and (min-width: 741px) {
      .relation .relation__item {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }
    .relation .relation__item.relation__item--label {
      background: none;
      border: 1px solid #fff;
      width: 100%;
      margin-top: 2rem; }
      @media all and (min-width: 741px) {
        .relation .relation__item.relation__item--label {
          width: auto;
          margin-top: 1rem; } }
  .relation.relation--nocollapse .relation__set {
    padding-right: 4rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .relation.relation--nocollapse .relation__item {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    .relation.relation--nocollapse .relation__item.relation__item--label {
      width: auto;
      margin-top: 1rem; }

.productlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0 3rem -1rem;
  position: relative;
  transition: all 0.2s; }
  .productlist:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"><rect x="0" y="11.2222" width="4" height="8.55556" fill="#454545"><animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate><animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate></rect><rect x="10" y="10.7778" width="4" height="9.44444" fill="#454545"><animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate><animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate></rect><rect x="20" y="6.77778" width="4" height="17.4444" fill="#454545"><animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate><animate attributeName="y" attributeType="XML" values="13; 5; 13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate></rect></svg>');
    background-position: center center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s; }
  .productlist.js--poll {
    overflow: hidden; }
    .productlist.js--poll:before {
      z-index: 2;
      opacity: 1; }
  .productlist .productlist__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }
    @media all and (min-width: 768px) {
      .productlist .productlist__item {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%; } }
    @media all and (min-width: 992px) {
      .productlist .productlist__item {
        -ms-flex: 0 1 33.3333333%;
        flex: 0 1 33.3333333%;
        max-width: 33.3333333%; } }
  .productlist .productlist__content {
    display: block;
    background: #eee;
    padding: 2rem 2rem 1rem 2rem;
    min-height: 100%;
    color: inherit;
    transform: scale(1);
    position: relative;
    box-shadow: none;
    transition: all 0.2s; }
    .productlist .productlist__content h3 {
      margin-top: 0;
      color: inherit;
      font-size: 1.6rem; }
    .productlist .productlist__content:hover, .productlist .productlist__content:focus {
      z-index: 1;
      text-decoration: none; }
      @media all and (min-width: 768px) {
        .productlist .productlist__content:hover, .productlist .productlist__content:focus {
          transform: scale(1.08);
          box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.4); } }

.productlist_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem; }
  .productlist_header h2 {
    margin: 0; }

.productlist_select {
  position: relative;
  cursor: pointer; }
  .productlist_select .productlist_select__current {
    padding: 0.5em 1em;
    background: #3A388B;
    color: #fff; }
  .productlist_select .productlist_select__list {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
    .productlist_select .productlist_select__list div {
      white-space: nowrap;
      padding: 0.5em 1em;
      background: none;
      color: inherit;
      transition: all 0.2s; }
      .productlist_select .productlist_select__list div:hover {
        background: #3A388B;
        color: #fff; }
  .productlist_select:hover .productlist_select__list {
    max-height: 100vmax; }

.main__content div.wpcf7 {
  margin-top: 8px; }

.wpcf7-form,
.contentform,
.search-form {
  font-size: 1em;
  position: relative;
  z-index: 1; }
  .wpcf7-form [type=text], .wpcf7-form [type=password], .wpcf7-form [type=date], .wpcf7-form [type=datetime], .wpcf7-form [type=datetime-local], .wpcf7-form [type=month], .wpcf7-form [type=week], .wpcf7-form [type=email], .wpcf7-form [type=number], .wpcf7-form [type=search], .wpcf7-form [type=tel], .wpcf7-form [type=time], .wpcf7-form [type=url], .wpcf7-form [type=color], .wpcf7-form textarea,
  .contentform [type=text], .search-form [type=text],
  .contentform [type=password], .search-form [type=password],
  .contentform [type=date], .search-form [type=date],
  .contentform [type=datetime], .search-form [type=datetime],
  .contentform [type=datetime-local], .search-form [type=datetime-local],
  .contentform [type=month], .search-form [type=month],
  .contentform [type=week], .search-form [type=week],
  .contentform [type=email], .search-form [type=email],
  .contentform [type=number], .search-form [type=number],
  .contentform [type=search], .search-form [type=search],
  .contentform [type=tel], .search-form [type=tel],
  .contentform [type=time], .search-form [type=time],
  .contentform [type=url], .search-form [type=url],
  .contentform [type=color], .search-form [type=color],
  .contentform textarea, .search-form textarea {
    height: 40px;
    padding: 0 0.8em;
    font-family: inherit;
    font-size: 16px;
    line-height: inherit;
    color: #454545;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s;
    font-weight: normal;
    width: 100%;
    background: #fff; }
    .wpcf7-form [type=text]:focus, .wpcf7-form [type=password]:focus, .wpcf7-form [type=date]:focus, .wpcf7-form [type=datetime]:focus, .wpcf7-form [type=datetime-local]:focus, .wpcf7-form [type=month]:focus, .wpcf7-form [type=week]:focus, .wpcf7-form [type=email]:focus, .wpcf7-form [type=number]:focus, .wpcf7-form [type=search]:focus, .wpcf7-form [type=tel]:focus, .wpcf7-form [type=time]:focus, .wpcf7-form [type=url]:focus, .wpcf7-form [type=color]:focus, .wpcf7-form textarea:focus,
    .contentform [type=text]:focus, .search-form [type=text]:focus,
    .contentform [type=password]:focus, .search-form [type=password]:focus,
    .contentform [type=date]:focus, .search-form [type=date]:focus,
    .contentform [type=datetime]:focus, .search-form [type=datetime]:focus,
    .contentform [type=datetime-local]:focus, .search-form [type=datetime-local]:focus,
    .contentform [type=month]:focus, .search-form [type=month]:focus,
    .contentform [type=week]:focus, .search-form [type=week]:focus,
    .contentform [type=email]:focus, .search-form [type=email]:focus,
    .contentform [type=number]:focus, .search-form [type=number]:focus,
    .contentform [type=search]:focus, .search-form [type=search]:focus,
    .contentform [type=tel]:focus, .search-form [type=tel]:focus,
    .contentform [type=time]:focus, .search-form [type=time]:focus,
    .contentform [type=url]:focus, .search-form [type=url]:focus,
    .contentform [type=color]:focus, .search-form [type=color]:focus,
    .contentform textarea:focus, .search-form textarea:focus {
      border-color: #3A388B; }
  .wpcf7-form textarea,
  .contentform textarea, .search-form textarea {
    resize: none;
    padding: 0.8em;
    line-height: 28px;
    min-height: 80px;
    height: auto !important; }
  .wpcf7-form input[type="submit"],
  .contentform input[type="submit"], .search-form input[type="submit"] {
    background: #3A388B;
    border: none;
    height: 40px;
    color: #fff;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-appearance: none; }
    .wpcf7-form input[type="submit"]:hover,
    .contentform input[type="submit"]:hover, .search-form input[type="submit"]:hover {
      background: #6967c2; }
  .wpcf7-form .contentform__row,
  .contentform .contentform__row, .search-form .contentform__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .wpcf7-form .contentform__col,
  .contentform .contentform__col, .search-form .contentform__col {
    margin-bottom: 1rem;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    @media all and (min-width: 480px) {
      .wpcf7-form .contentform__col,
      .contentform .contentform__col, .search-form .contentform__col {
        -ms-flex: 0 1 calc(50% - 0.8rem);
        flex: 0 1 calc(50% - 0.8rem);
        max-width: calc(50% - 0.8rem); } }
  .wpcf7-form .error,
  .contentform .error, .search-form .error {
    color: #cb3b3b;
    margin-bottom: 0.5em;
    font-size: 0.8em; }
  .wpcf7-form .success,
  .contentform .success, .search-form .success {
    background: #3bcb84;
    color: #FFF;
    padding: 0.5em 1em;
    font-size: 1.3em; }
  .wpcf7-form .row,
  .contentform .row, .search-form .row {
    margin-left: -6px;
    margin-right: -6px; }
  .wpcf7-form .col-xs-1, .wpcf7-form .col-sm-1, .wpcf7-form .col-md-1, .wpcf7-form .col-lg-1, .wpcf7-form .col-xs-2, .wpcf7-form .col-sm-2, .wpcf7-form .col-md-2, .wpcf7-form .col-lg-2, .wpcf7-form .col-xs-3, .wpcf7-form .col-sm-3, .wpcf7-form .col-md-3, .wpcf7-form .col-lg-3, .wpcf7-form .col-xs-4, .wpcf7-form .col-sm-4, .wpcf7-form .col-md-4, .wpcf7-form .col-lg-4, .wpcf7-form .col-xs-5, .wpcf7-form .col-sm-5, .wpcf7-form .col-md-5, .wpcf7-form .col-lg-5, .wpcf7-form .col-xs-6, .wpcf7-form .col-sm-6, .wpcf7-form .col-md-6, .wpcf7-form .col-lg-6, .wpcf7-form .col-xs-7, .wpcf7-form .col-sm-7, .wpcf7-form .col-md-7, .wpcf7-form .col-lg-7, .wpcf7-form .col-xs-8, .wpcf7-form .col-sm-8, .wpcf7-form .col-md-8, .wpcf7-form .col-lg-8, .wpcf7-form .col-xs-9, .wpcf7-form .col-sm-9, .wpcf7-form .col-md-9, .wpcf7-form .col-lg-9, .wpcf7-form .col-xs-10, .wpcf7-form .col-sm-10, .wpcf7-form .col-md-10, .wpcf7-form .col-lg-10, .wpcf7-form .col-xs-11, .wpcf7-form .col-sm-11, .wpcf7-form .col-md-11, .wpcf7-form .col-lg-11, .wpcf7-form .col-xs-12, .wpcf7-form .col-sm-12, .wpcf7-form .col-md-12, .wpcf7-form .col-lg-12,
  .contentform .col-xs-1, .search-form .col-xs-1,
  .contentform .col-sm-1, .search-form .col-sm-1,
  .contentform .col-md-1, .search-form .col-md-1,
  .contentform .col-lg-1, .search-form .col-lg-1,
  .contentform .col-xs-2, .search-form .col-xs-2,
  .contentform .col-sm-2, .search-form .col-sm-2,
  .contentform .col-md-2, .search-form .col-md-2,
  .contentform .col-lg-2, .search-form .col-lg-2,
  .contentform .col-xs-3, .search-form .col-xs-3,
  .contentform .col-sm-3, .search-form .col-sm-3,
  .contentform .col-md-3, .search-form .col-md-3,
  .contentform .col-lg-3, .search-form .col-lg-3,
  .contentform .col-xs-4, .search-form .col-xs-4,
  .contentform .col-sm-4, .search-form .col-sm-4,
  .contentform .col-md-4, .search-form .col-md-4,
  .contentform .col-lg-4, .search-form .col-lg-4,
  .contentform .col-xs-5, .search-form .col-xs-5,
  .contentform .col-sm-5, .search-form .col-sm-5,
  .contentform .col-md-5, .search-form .col-md-5,
  .contentform .col-lg-5, .search-form .col-lg-5,
  .contentform .col-xs-6, .search-form .col-xs-6,
  .contentform .col-sm-6, .search-form .col-sm-6,
  .contentform .col-md-6, .search-form .col-md-6,
  .contentform .col-lg-6, .search-form .col-lg-6,
  .contentform .col-xs-7, .search-form .col-xs-7,
  .contentform .col-sm-7, .search-form .col-sm-7,
  .contentform .col-md-7, .search-form .col-md-7,
  .contentform .col-lg-7, .search-form .col-lg-7,
  .contentform .col-xs-8, .search-form .col-xs-8,
  .contentform .col-sm-8, .search-form .col-sm-8,
  .contentform .col-md-8, .search-form .col-md-8,
  .contentform .col-lg-8, .search-form .col-lg-8,
  .contentform .col-xs-9, .search-form .col-xs-9,
  .contentform .col-sm-9, .search-form .col-sm-9,
  .contentform .col-md-9, .search-form .col-md-9,
  .contentform .col-lg-9, .search-form .col-lg-9,
  .contentform .col-xs-10, .search-form .col-xs-10,
  .contentform .col-sm-10, .search-form .col-sm-10,
  .contentform .col-md-10, .search-form .col-md-10,
  .contentform .col-lg-10, .search-form .col-lg-10,
  .contentform .col-xs-11, .search-form .col-xs-11,
  .contentform .col-sm-11, .search-form .col-sm-11,
  .contentform .col-md-11, .search-form .col-md-11,
  .contentform .col-lg-11, .search-form .col-lg-11,
  .contentform .col-xs-12, .search-form .col-xs-12,
  .contentform .col-sm-12, .search-form .col-sm-12,
  .contentform .col-md-12, .search-form .col-md-12,
  .contentform .col-lg-12, .search-form .col-lg-12 {
    padding-left: 6px;
    padding-right: 6px; }

.wpcf7-form [type=submit],
.contentform [type=submit], .search-form [type=submit] {
  height: 31px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  -webkit-appearance: none; }

.wpcf7-form [type=text], .wpcf7-form [type=password], .wpcf7-form [type=date], .wpcf7-form [type=datetime], .wpcf7-form [type=datetime-local], .wpcf7-form [type=month], .wpcf7-form [type=week], .wpcf7-form [type=email], .wpcf7-form [type=number], .wpcf7-form [type=search], .wpcf7-form [type=tel], .wpcf7-form [type=time], .wpcf7-form [type=url], .wpcf7-form [type=color],
.contentform [type=text], .search-form [type=text],
.contentform [type=password], .search-form [type=password],
.contentform [type=date], .search-form [type=date],
.contentform [type=datetime], .search-form [type=datetime],
.contentform [type=datetime-local], .search-form [type=datetime-local],
.contentform [type=month], .search-form [type=month],
.contentform [type=week], .search-form [type=week],
.contentform [type=email], .search-form [type=email],
.contentform [type=number], .search-form [type=number],
.contentform [type=search], .search-form [type=search],
.contentform [type=tel], .search-form [type=tel],
.contentform [type=time], .search-form [type=time],
.contentform [type=url], .search-form [type=url],
.contentform [type=color], .search-form [type=color] {
  height: 31px;
  -webkit-appearance: none; }

.wpcf7-form [type=text], .wpcf7-form [type=password], .wpcf7-form [type=date], .wpcf7-form [type=datetime], .wpcf7-form [type=datetime-local], .wpcf7-form [type=month], .wpcf7-form [type=week], .wpcf7-form [type=email], .wpcf7-form [type=number], .wpcf7-form [type=search], .wpcf7-form [type=tel], .wpcf7-form [type=time], .wpcf7-form [type=url], .wpcf7-form [type=color], .wpcf7-form textarea,
.contentform [type=text], .search-form [type=text],
.contentform [type=password], .search-form [type=password],
.contentform [type=date], .search-form [type=date],
.contentform [type=datetime], .search-form [type=datetime],
.contentform [type=datetime-local], .search-form [type=datetime-local],
.contentform [type=month], .search-form [type=month],
.contentform [type=week], .search-form [type=week],
.contentform [type=email], .search-form [type=email],
.contentform [type=number], .search-form [type=number],
.contentform [type=search], .search-form [type=search],
.contentform [type=tel], .search-form [type=tel],
.contentform [type=time], .search-form [type=time],
.contentform [type=url], .search-form [type=url],
.contentform [type=color], .search-form [type=color],
.contentform textarea, .search-form textarea {
  margin-bottom: 6px;
  background: #ecf1f4;
  border: none; }
  .wpcf7-form [type=text]:-ms-input-placeholder, .wpcf7-form [type=text], .wpcf7-form [type=password]:-ms-input-placeholder, .wpcf7-form [type=password], .wpcf7-form [type=date]:-ms-input-placeholder, .wpcf7-form [type=date], .wpcf7-form [type=datetime]:-ms-input-placeholder, .wpcf7-form [type=datetime], .wpcf7-form [type=datetime-local]:-ms-input-placeholder, .wpcf7-form [type=datetime-local], .wpcf7-form [type=month]:-ms-input-placeholder, .wpcf7-form [type=month], .wpcf7-form [type=week]:-ms-input-placeholder, .wpcf7-form [type=week], .wpcf7-form [type=email]:-ms-input-placeholder, .wpcf7-form [type=email], .wpcf7-form [type=number]:-ms-input-placeholder, .wpcf7-form [type=number], .wpcf7-form [type=search]:-ms-input-placeholder, .wpcf7-form [type=search], .wpcf7-form [type=tel]:-ms-input-placeholder, .wpcf7-form [type=tel], .wpcf7-form [type=time]:-ms-input-placeholder, .wpcf7-form [type=time], .wpcf7-form [type=url]:-ms-input-placeholder, .wpcf7-form [type=url], .wpcf7-form [type=color]:-ms-input-placeholder, .wpcf7-form [type=color], .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form textarea,
  .contentform [type=text]:-ms-input-placeholder, .search-form [type=text]:-ms-input-placeholder,
  .contentform [type=text], .search-form [type=text],
  .contentform [type=password]:-ms-input-placeholder, .search-form [type=password]:-ms-input-placeholder,
  .contentform [type=password], .search-form [type=password],
  .contentform [type=date]:-ms-input-placeholder, .search-form [type=date]:-ms-input-placeholder,
  .contentform [type=date], .search-form [type=date],
  .contentform [type=datetime]:-ms-input-placeholder, .search-form [type=datetime]:-ms-input-placeholder,
  .contentform [type=datetime], .search-form [type=datetime],
  .contentform [type=datetime-local]:-ms-input-placeholder, .search-form [type=datetime-local]:-ms-input-placeholder,
  .contentform [type=datetime-local], .search-form [type=datetime-local],
  .contentform [type=month]:-ms-input-placeholder, .search-form [type=month]:-ms-input-placeholder,
  .contentform [type=month], .search-form [type=month],
  .contentform [type=week]:-ms-input-placeholder, .search-form [type=week]:-ms-input-placeholder,
  .contentform [type=week], .search-form [type=week],
  .contentform [type=email]:-ms-input-placeholder, .search-form [type=email]:-ms-input-placeholder,
  .contentform [type=email], .search-form [type=email],
  .contentform [type=number]:-ms-input-placeholder, .search-form [type=number]:-ms-input-placeholder,
  .contentform [type=number], .search-form [type=number],
  .contentform [type=search]:-ms-input-placeholder, .search-form [type=search]:-ms-input-placeholder,
  .contentform [type=search], .search-form [type=search],
  .contentform [type=tel]:-ms-input-placeholder, .search-form [type=tel]:-ms-input-placeholder,
  .contentform [type=tel], .search-form [type=tel],
  .contentform [type=time]:-ms-input-placeholder, .search-form [type=time]:-ms-input-placeholder,
  .contentform [type=time], .search-form [type=time],
  .contentform [type=url]:-ms-input-placeholder, .search-form [type=url]:-ms-input-placeholder,
  .contentform [type=url], .search-form [type=url],
  .contentform [type=color]:-ms-input-placeholder, .search-form [type=color]:-ms-input-placeholder,
  .contentform [type=color], .search-form [type=color],
  .contentform textarea:-ms-input-placeholder, .search-form textarea:-ms-input-placeholder,
  .contentform textarea, .search-form textarea {
    color: #454545; }
  .wpcf7-form [type=text]::placeholder, .wpcf7-form [type=text], .wpcf7-form [type=password]::placeholder, .wpcf7-form [type=password], .wpcf7-form [type=date]::placeholder, .wpcf7-form [type=date], .wpcf7-form [type=datetime]::placeholder, .wpcf7-form [type=datetime], .wpcf7-form [type=datetime-local]::placeholder, .wpcf7-form [type=datetime-local], .wpcf7-form [type=month]::placeholder, .wpcf7-form [type=month], .wpcf7-form [type=week]::placeholder, .wpcf7-form [type=week], .wpcf7-form [type=email]::placeholder, .wpcf7-form [type=email], .wpcf7-form [type=number]::placeholder, .wpcf7-form [type=number], .wpcf7-form [type=search]::placeholder, .wpcf7-form [type=search], .wpcf7-form [type=tel]::placeholder, .wpcf7-form [type=tel], .wpcf7-form [type=time]::placeholder, .wpcf7-form [type=time], .wpcf7-form [type=url]::placeholder, .wpcf7-form [type=url], .wpcf7-form [type=color]::placeholder, .wpcf7-form [type=color], .wpcf7-form textarea::placeholder, .wpcf7-form textarea,
  .contentform [type=text]::placeholder, .search-form [type=text]::placeholder,
  .contentform [type=text], .search-form [type=text],
  .contentform [type=password]::placeholder, .search-form [type=password]::placeholder,
  .contentform [type=password], .search-form [type=password],
  .contentform [type=date]::placeholder, .search-form [type=date]::placeholder,
  .contentform [type=date], .search-form [type=date],
  .contentform [type=datetime]::placeholder, .search-form [type=datetime]::placeholder,
  .contentform [type=datetime], .search-form [type=datetime],
  .contentform [type=datetime-local]::placeholder, .search-form [type=datetime-local]::placeholder,
  .contentform [type=datetime-local], .search-form [type=datetime-local],
  .contentform [type=month]::placeholder, .search-form [type=month]::placeholder,
  .contentform [type=month], .search-form [type=month],
  .contentform [type=week]::placeholder, .search-form [type=week]::placeholder,
  .contentform [type=week], .search-form [type=week],
  .contentform [type=email]::placeholder, .search-form [type=email]::placeholder,
  .contentform [type=email], .search-form [type=email],
  .contentform [type=number]::placeholder, .search-form [type=number]::placeholder,
  .contentform [type=number], .search-form [type=number],
  .contentform [type=search]::placeholder, .search-form [type=search]::placeholder,
  .contentform [type=search], .search-form [type=search],
  .contentform [type=tel]::placeholder, .search-form [type=tel]::placeholder,
  .contentform [type=tel], .search-form [type=tel],
  .contentform [type=time]::placeholder, .search-form [type=time]::placeholder,
  .contentform [type=time], .search-form [type=time],
  .contentform [type=url]::placeholder, .search-form [type=url]::placeholder,
  .contentform [type=url], .search-form [type=url],
  .contentform [type=color]::placeholder, .search-form [type=color]::placeholder,
  .contentform [type=color], .search-form [type=color],
  .contentform textarea::placeholder, .search-form textarea::placeholder,
  .contentform textarea, .search-form textarea {
    color: #454545; }

.wpcf7-form textarea,
.contentform textarea, .search-form textarea {
  margin-top: 6px; }

.wpcf7-form input[type="submit"],
.contentform input[type="submit"], .search-form input[type="submit"] {
  background: #ccd8e3;
  color: #3A388B;
  transition: all 0.2s; }
  .wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus, .wpcf7-form input[type="submit"]:active,
  .contentform input[type="submit"]:hover, .search-form input[type="submit"]:hover,
  .contentform input[type="submit"]:focus, .search-form input[type="submit"]:focus,
  .contentform input[type="submit"]:active, .search-form input[type="submit"]:active {
    background-color: #3A388B;
    color: #fff; }

.wpcf7-form .wpcf7-not-valid-tip,
.contentform .wpcf7-not-valid-tip, .search-form .wpcf7-not-valid-tip {
  margin-top: -5px;
  margin-bottom: 15px; }

.wpcf7-form div.wpcf7-response-output,
.contentform div.wpcf7-response-output, .search-form div.wpcf7-response-output {
  margin: 1rem 0 3rem 0; }

.wpcf7-form div.wpcf7-mail-sent-ok,
.contentform div.wpcf7-mail-sent-ok, .search-form div.wpcf7-mail-sent-ok {
  background: #34b91c;
  color: #fff;
  padding: 1rem;
  font-size: 1.2em;
  line-height: 1.5em;
  border: none; }

.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-spam-blocked,
.contentform div.wpcf7-validation-errors, .search-form div.wpcf7-validation-errors,
.contentform div.wpcf7-spam-blocked, .search-form div.wpcf7-spam-blocked {
  background: #f7c700;
  color: #fff;
  padding: 1rem;
  font-size: 1.2em;
  line-height: 1.5em;
  border: none; }

.keyvisualsearch {
  background-color: #e4eaf0;
  padding: 2.5rem 2rem 3rem 2rem;
  margin-bottom: -2rem; }
  .keyvisualsearch:after {
    display: table;
    clear: both;
    content: ''; }
  .keyvisualsearch .form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .keyvisualsearch label {
    text-transform: uppercase; }
  .keyvisualsearch input[type="text"],
  .keyvisualsearch input[type="search"] {
    font-size: 16px; }

.searchresult .searchresult__breadcrumb {
  color: #979797;
  font-family: "EncodeSansNarrow-SemiBold", sans-serif;
  padding-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 14px; }

.searchresult .searchresult__fullink {
  color: inherit;
  display: block; }
  .searchresult .searchresult__fullink:hover, .searchresult .searchresult__fullink:focus, .searchresult .searchresult__fullink:active {
    text-decoration: none;
    color: inherit; }
    .searchresult .searchresult__fullink:hover h1,
    .searchresult .searchresult__fullink:hover h2,
    .searchresult .searchresult__fullink:hover h3,
    .searchresult .searchresult__fullink:hover h3,
    .searchresult .searchresult__fullink:hover h4,
    .searchresult .searchresult__fullink:hover h6, .searchresult .searchresult__fullink:focus h1,
    .searchresult .searchresult__fullink:focus h2,
    .searchresult .searchresult__fullink:focus h3,
    .searchresult .searchresult__fullink:focus h3,
    .searchresult .searchresult__fullink:focus h4,
    .searchresult .searchresult__fullink:focus h6, .searchresult .searchresult__fullink:active h1,
    .searchresult .searchresult__fullink:active h2,
    .searchresult .searchresult__fullink:active h3,
    .searchresult .searchresult__fullink:active h3,
    .searchresult .searchresult__fullink:active h4,
    .searchresult .searchresult__fullink:active h6 {
      text-decoration: underline; }
  .searchresult .searchresult__fullink:first-child .searchresult__item {
    padding-top: 0 !important; }
  .searchresult .searchresult__fullink .searchresult__item {
    padding-top: 2.5rem !important; }

.searchresult hr + .searchresult__fullink .searchresult__item {
  padding-top: 0 !important; }

.searchresult .searchresult__content-headline {
  margin-bottom: 0.4em; }

.searchresult .searchresult__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px; }
  .searchresult .searchresult__header time {
    white-space: nowrap;
    padding-left: 1rem;
    font-size: 12px;
    color: #8a8a8a; }

.searchresult .searchresult__content-wrap {
  display: -ms-flexbox;
  display: flex; }

.searchresult .searchresult__item {
  position: relative;
  padding-top: 2.5rem; }
  .searchresult .searchresult__item:first-child {
    padding-top: 0; }

.searchresult h3 {
  margin-top: 0; }

.searchresult .searchresult__image {
  display: none; }
  @media all and (min-width: 640px) {
    .searchresult .searchresult__image {
      display: block;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      max-width: 50%; }
      .searchresult .searchresult__image img {
        max-width: 100%; }
      .searchresult .searchresult__image + .searchresult__content-content {
        padding-left: 3rem;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%; } }

.searchresult .searchresult__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.searchresult .searchresult__time {
  display: block;
  margin-top: 0.2em;
  font-family: "EncodeSansNarrow-SemiBold", sans-serif; }

.searchresult .searchresult__hairline {
  margin-bottom: 35px;
  border-color: #2d3e90; }

.searchresult .searchresult__headline {
  font-size: 18px;
  margin-bottom: 2rem;
  display: block;
  font-weight: normal;
  font-family: "EncodeSansNarrow-Regular", sans-serif; }
  @media all and (min-width: 1200px) {
    .searchresult .searchresult__headline {
      font-size: 18px;
      margin: 0; } }

.searchresult .searchresult__footer {
  margin-top: 1rem; }
  @media all and (min-width: 480px) {
    .searchresult .searchresult__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.searchresult .searchresult__footeritem {
  margin-top: 0.5rem; }
  @media all and (min-width: 480px) {
    .searchresult .searchresult__footeritem {
      margin-top: 0; } }

.searchresult__more {
  margin-top: 3.5rem;
  font-size: 18px;
  text-align: center; }

.pagination {
  margin-top: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 3rem; }
  .pagination + .searchresult__more {
    margin-top: 0; }
  .pagination ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex; }
    .pagination ul li {
      padding: 0;
      margin: 0; }
      .pagination ul li:before {
        display: none; }
      .pagination ul li:first-child .pagination__item {
        margin-left: 0; }
  .pagination .pagination__list {
    background: #eff2f6;
    padding: 0.4rem 0.3rem 0.3rem; }
  .pagination .pagination__spacer,
  .pagination .pagination__item {
    display: inline-block;
    background: #eff2f6;
    padding: 0.3em 0.8em 0.4em 0.8em;
    color: inherit;
    transition: all 0.2s;
    margin-left: 0.3rem; }
  .pagination .pagination__item.pagination__item--current {
    color: #3A388B;
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    background: #DCE2E9; }
  .pagination .pagination__item:hover, .pagination .pagination__item:focus, .pagination .pagination__item:active {
    text-decoration: none;
    background: #DCE2E9; }
  .pagination .pagination__prev {
    transform: rotate(180deg); }
  .pagination .pagination__prev,
  .pagination .pagination__next {
    margin-bottom: -0.1em; }

.cert__info {
  text-transform: uppercase;
  color: #fff;
  padding-top: 1em;
  display: block; }
  .cert__info a {
    color: #fff; }
    .cert__info a:not(:last-of-type)::after {
      content: "|";
      padding: 0 10px; }
    .cert__info a:hover {
      text-decoration: underline; }
  .cert__info:hover {
    color: #fff; }
  .cert__info.cert__info--space-bottom {
    padding-top: 18px;
    margin-bottom: 1.4rem; }

.certinfo {
  margin: 3rem 12rem 3rem 0;
  font-size: 14px;
  line-height: 1.75em;
  position: relative;
  z-index: 1; }
  .certinfo pre {
    word-wrap: normal;
    white-space: pre-wrap;
    font-size: 14px;
    background-color: #F2F8FF;
    padding: 10px; }
  .certinfo span[data-tooltip]:not(.status--content) {
    cursor: pointer; }
    .certinfo span[data-tooltip]:not(.status--content):hover:after {
      background-color: #2d3e90;
      color: #DCE2E9; }
    .certinfo span[data-tooltip]:not(.status--content):after {
      transition: all 0.2s ease-in-out;
      content: "i";
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-decoration: none;
      width: 16px;
      height: 16px;
      font-size: 13px;
      font-family: "Monospaced";
      background-color: #DCE2E9;
      color: #2d3e90;
      border-radius: 100%;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 10px;
      font-weight: 900;
      line-height: normal; }
  .certinfo br + br {
    display: none; }
  .certinfo tr {
    vertical-align: top; }
    .certinfo tr:first-child td, .certinfo tr:first-child th {
      font-size: 20px;
      font-weight: bold; }
  .certinfo th {
    text-align: right;
    font-weight: normal;
    color: #3A388B;
    text-transform: uppercase;
    white-space: nowrap; }
  .certinfo td {
    padding: 0 0 1.3rem 3rem; }
    .certinfo td a {
      display: block; }
    @media all and (min-width: 801px) {
      .certinfo td.nomag {
        padding-bottom: 0; } }
  @media all and (max-width: 800px) {
    .certinfo {
      margin: 2rem 0; }
      .certinfo,
      .certinfo tbody,
      .certinfo tr,
      .certinfo th,
      .certinfo td {
        display: block; }
      .certinfo th {
        text-align: left;
        font-family: "EncodeSansNarrow-SemiBold", sans-serif; }
      .certinfo td {
        padding: 0 0 2rem 0;
        clear: left; } }
  .certinfo .certinfo__link {
    color: #3A388B;
    display: block;
    text-decoration: underline; }
    .certinfo .certinfo__link:hover {
      text-decoration: none; }
  .certinfo .certinfo__button {
    float: left;
    clear: left;
    background-color: #fff; }
    @media all and (min-width: 801px) {
      .certinfo .certinfo__button {
        margin-top: -0.4em; } }

.status {
  padding: 0.5em 1em;
  color: #fff;
  background: #ccc;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase; }
  @media all and (min-width: 801px) {
    .status {
      margin-top: -0.4em; } }
  .status.status--success, .status.status--gueltig, .status.status--gultig, .status.status--erteilt, .status.status--in-re-zertifizierung {
    background: #3bcb84; }
  .status.status--warning, .status.status--zurueckgegeben, .status.status--zuruckgegeben, .status.status--ausgesetzt {
    background: #de962a; }
  .status.status--error, .status.status--abgelaufen, .status.status--ungueltig, .status.status--ungultig, .status.status--entzogen, .status.status--annulliert, .status.status--ersetzt {
    background: #cb3b3b; }

.cert-search {
  margin-bottom: 3em;
  clear: both; }
  .cert-search .cert-search__form {
    background: #e4eaf0;
    margin-bottom: 1rem;
    padding: 2rem; }
    @media all and (min-width: 992px) {
      .cert-search .cert-search__form {
        padding: 2.3rem 3rem 3rem 3rem; } }
  .cert-search .cert-search__result-headline {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 24px; }

.cert-search__captcha {
  display: inline-block;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
  background-color: #fff; }
  .cert-search__captcha.error {
    background-color: #ED7A83; }

.asset {
  margin: 5rem 0;
  padding: 3rem 2rem 2rem 2rem;
  background-color: #3A388B;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%); }
  .asset:last-child {
    margin-top: 6rem;
    margin-bottom: 0rem; }
    @media all and (min-width: 992px) {
      .asset:last-child {
        margin-bottom: -5rem; } }
    @media all and (min-width: 1200px) {
      .asset:last-child {
        margin-bottom: -7rem; } }
  @media all and (min-width: 640px) {
    .asset {
      padding: 8rem 2rem 6rem 2rem; } }
  @media all and (min-width: 992px) {
    .asset {
      width: 970px; } }
  @media all and (min-width: 1200px) {
    .asset {
      width: 1170px; } }
  .asset:before {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .asset .asset__content {
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 540px;
    margin: 0 auto; }
    .asset .asset__content p {
      line-height: 1.8em;
      margin-bottom: 1.5rem; }
      @media all and (min-width: 640px) {
        .asset .asset__content p {
          font-size: 1.2em;
          line-height: 1.8em;
          margin-bottom: 3rem; } }
    .asset .asset__content h1,
    .asset .asset__content h2,
    .asset .asset__content h3,
    .asset .asset__content h4,
    .asset .asset__content h5,
    .asset .asset__content h6 {
      font-size: 32px;
      font-family: "EncodeSansNarrow-Light", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin: 0 0 1rem 0; }
      @media all and (min-width: 640px) {
        .asset .asset__content h1,
        .asset .asset__content h2,
        .asset .asset__content h3,
        .asset .asset__content h4,
        .asset .asset__content h5,
        .asset .asset__content h6 {
          margin: 0 0 3rem 0; } }
      @media all and (min-width: 992px) {
        .asset .asset__content h1,
        .asset .asset__content h2,
        .asset .asset__content h3,
        .asset .asset__content h4,
        .asset .asset__content h5,
        .asset .asset__content h6 {
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          width: 740px; } }
      @media all and (min-width: 1200px) {
        .asset .asset__content h1,
        .asset .asset__content h2,
        .asset .asset__content h3,
        .asset .asset__content h4,
        .asset .asset__content h5,
        .asset .asset__content h6 {
          width: 840px; } }
  .asset .button {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    text-transform: none;
    padding: 0.6em 1.5em 0.7em 1.5em;
    font-family: "EncodeSansNarrow-SemiBold", sans-serif;
    text-transform: uppercase; }
    .asset .button:hover, .asset .button:focus, .asset .button:active {
      background: #fff;
      color: #3A388B;
      text-decoration: none; }
    .asset .button.button--download {
      padding: 0.6em 1em 0.7em 1em; }
      .asset .button.button--download:before {
        background-image: url(../images/download-white.png); }
      .asset .button.button--download:hover:before {
        background-image: url(../images/download.png); }

.postrelation {
  margin-top: 7.7rem; }
  .postrelation .postrelation__headline {
    font-size: 24px;
    font-family: "EncodeSansNarrow-Light", sans-serif; }
  .postrelation .postrelation__line {
    margin-top: 0;
    margin-bottom: 4rem;
    border-top-width: 1px; }
  .postrelation .postrelation__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .postrelation .postrelation__header h1,
    .postrelation .postrelation__header h2,
    .postrelation .postrelation__header h3,
    .postrelation .postrelation__header h4,
    .postrelation .postrelation__header h5,
    .postrelation .postrelation__header h6 {
      margin-right: 1rem; }
    .postrelation .postrelation__header a {
      text-align: center; }
  .postrelation hr {
    border-top-width: 1px !important; }

.post .post__header {
  text-transform: none;
  font-family: "EncodeSansNarrow-SemiBold", sans-serif;
  font-size: 24px;
  padding: 0.7em 0 0.6em 0; }

@media all and (min-width: 992px) {
  .post-single .post-single__header.post-single__header--image {
    padding-bottom: 8rem; }
    .post-single .post-single__header.post-single__header--image .main__keyvisualhead {
      padding-top: 12rem; }
  .post-single .post-single__header.post-single__header--noheader {
    padding-bottom: 18rem; } }

.post-single .post-single__image {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  display: block;
  margin-top: -3rem; }
  @media all and (min-width: 992px) {
    .post-single .post-single__image {
      margin-top: -18.9rem;
      position: relative;
      z-index: 1; } }

.jobs {
  margin-top: 2rem; }
  @media all and (min-width: 992px) {
    .jobs {
      margin-top: 5rem; } }
  .jobs .jobs__headline {
    margin-bottom: 2rem; }
    @media all and (min-width: 992px) {
      .jobs .jobs__headline {
        margin-bottom: 3rem; } }
  .jobs .jobs__link {
    color: inherit;
    display: block; }
    .jobs .jobs__link:hover, .jobs .jobs__link:focus, .jobs .jobs__link:active {
      text-decoration: none;
      color: inherit; }
      .jobs .jobs__link:hover h1,
      .jobs .jobs__link:hover h2,
      .jobs .jobs__link:hover h3,
      .jobs .jobs__link:hover h3,
      .jobs .jobs__link:hover h4,
      .jobs .jobs__link:hover h6, .jobs .jobs__link:focus h1,
      .jobs .jobs__link:focus h2,
      .jobs .jobs__link:focus h3,
      .jobs .jobs__link:focus h3,
      .jobs .jobs__link:focus h4,
      .jobs .jobs__link:focus h6, .jobs .jobs__link:active h1,
      .jobs .jobs__link:active h2,
      .jobs .jobs__link:active h3,
      .jobs .jobs__link:active h3,
      .jobs .jobs__link:active h4,
      .jobs .jobs__link:active h6 {
        text-decoration: underline; }
  .jobs .jobs__item {
    margin-top: 2rem; }
    @media all and (min-width: 992px) {
      .jobs .jobs__item {
        margin-top: 0rem; } }
    .jobs .jobs__item h3 {
      margin-top: 0;
      font-size: 18px;
      line-height: 1.333em; }
    .jobs .jobs__item p {
      font-size: 14px;
      line-height: 1.75em; }
  .jobs .job__time {
    display: block;
    margin-top: 1rem; }
  .jobs .jobs__hr {
    float: left; }
    @media all and (max-width: 1199px) {
      .jobs .jobs__hr {
        margin-left: 0;
        margin-right: 0;
        width: 100%; } }

.page-id-1229 h1 {
  text-transform: none;
  font-size: 36px !important; }

.page-id-1229 h2 {
  font-family: "EncodeSansNarrow-SemiBold", sans-serif;
  font-size: 24px !important;
  margin-bottom: 35px; }

.js-countdown {
  display: inline-block;
  clear: none;
  color: #0f2d88;
  width: 20px;
  text-align: center;
  font-weight: bold; }

.section__contact br {
  display: none; }

.section__contact ul {
  font-size: 0;
  margin: 0;
  width: 100%; }
  .section__contact ul li {
    font-size: 16px;
    vertical-align: top;
    padding: 0px;
    margin: 20px 0 !important;
    display: inline-block;
    width: 50%; }
    @media all and (max-width: 480px) {
      .section__contact ul li {
        width: 100%; } }
    .section__contact ul li:before {
      content: none; }
    .section__contact ul li figure {
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .section__contact ul li figure figcaption {
        color: #0f2d88;
        width: 60%;
        display: inline-block;
        padding: 0 10px;
        font-weight: bold; }
        .section__contact ul li figure figcaption span {
          color: #454545;
          display: inline-block;
          margin-top: 20px;
          font-weight: normal;
          font-size: 14px;
          line-height: initial; }
      .section__contact ul li figure img {
        width: 40%;
        display: inline-block; }

a.zoombox {
  display: block;
  position: relative; }
  a.zoombox:after {
    transition: all 0.3s ease-in-out;
    content: "";
    visibility: hidden;
    background: rgba(255, 255, 255, 0.2) url("../images/zoom.png") no-repeat center center;
    z-index: 9000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    opacity: 0; }
  a.zoombox:hover:not(.fluidbox--opened):after {
    opacity: 1;
    visibility: visible; }

.zert-img {
  max-width: 100%;
  width: 50%; }

.visual-gradient {
  position: relative; }
  .visual-gradient .coming-soon-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto; }
    .visual-gradient .coming-soon-title h1 {
      color: #fff; }

.coming-soon-text {
  height: 75vh; }

@media (min-width: 992px) {
  .show-mobile-only {
    display: none !important; } }

.cert-table {
  width: 100%;
  border-collapse: collapse; }
  .cert-table,
  .cert-table tr,
  .cert-table th,
  .cert-table td {
    border-collapse: collapse; }
  .cert-table th,
  .cert-table td {
    padding: 0.7em 0.7em; }
    @media (max-width: 640px) {
      .cert-table th:nth-child(1n+3),
      .cert-table td:nth-child(1n+3) {
        display: none; } }
    @media (max-width: 1024px) {
      .cert-table th:nth-child(1n+4),
      .cert-table td:nth-child(1n+4) {
        display: none; } }
  .cert-table tr:nth-child(odd) {
    background: #efefef; }
  .cert-table th {
    background: #3a388b;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em; }
  .cert-table__status {
    background: red;
    border-bottom: 1px solid #fff; }
    .cert-table__status span {
      display: none; }
    .cert-table__status, .cert-table__status-head {
      width: 10px;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .cert-table__status.erteilt, .cert-table__status.gueltig, .cert-table__status.gultig {
      background: #3bcb84; }
    .cert-table__status.warning, .cert-table__status.zurueckgegeben, .cert-table__status.zuruckgegeben, .cert-table__status.ausgesetzt {
      background: #f7e400; }
    .cert-table__status.error, .cert-table__status.abgelaufen, .cert-table__status.annulliert, .cert-table__status.ersetzt, .cert-table__status.ungueltig, .cert-table__status.ungultig, .cert-table__status.entzogen {
      background: #cb3b3b; }

.is-cert-page .homeslider .homeslider__content h2 {
  line-height: 1.15em;
  font-size: 35px; }

.is-cert-page .homeslider .homeslider__slide__elements {
  padding-top: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .is-cert-page .homeslider .homeslider__slide__elements {
      padding-top: 0; } }

.is-cert-page .homeslider .homeslider__content {
  position: static !important; }
  @media (max-width: 767px) {
    .is-cert-page .homeslider .homeslider__content {
      padding-left: 15px; } }

.is-cert-page #MobileMenu.slideout-menu {
  background: #3A3888; }

@media (max-width: 767px) {
  .is-cert-page.home .content-section {
    padding: 2em 0; } }

@media (max-width: 767px) {
  .is-cert-page .serviceslider {
    margin-top: 0; } }

.is-cert-page .serviceslider__item {
  background: #fff; }
  .is-cert-page .serviceslider__item:before,
  .is-cert-page .serviceslider__item :after {
    display: none !important; }

.is-cert-page .serviceslider__link {
  padding: 2em 0 1.2em 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.is-cert-page .serviceslider__image {
  -ms-flex-order: 1;
  order: 1;
  transform: scale(1) !important;
  width: 220px;
  height: 160px;
  position: relative;
  margin-bottom: 0.5em; }
  .is-cert-page .serviceslider__image:hover {
    transform: none; }
  .is-cert-page .serviceslider__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; }

.is-cert-page .serviceslider__title {
  -ms-flex-order: 2;
  order: 2;
  position: static;
  color: #454545;
  font-size: 20px;
  width: 100%;
  text-align: center; }

.js-to-lower {
  font: inherit;
  font-weight: inherit;
  text-transform: none; }

.fake-cert-table {
  font-size: 0.75em; }
  .fake-cert-table.breakpoint tbody tr {
    cursor: pointer; }
    .fake-cert-table.breakpoint tbody tr .footable-first-visible {
      padding-left: 25px;
      position: relative; }
      .fake-cert-table.breakpoint tbody tr .footable-first-visible::before {
        content: '+';
        position: absolute;
        top: -0.1em;
        left: 8px;
        color: #2d3e90;
        font-size: 20px;
        font-weight: bold; }
    .fake-cert-table.breakpoint tbody tr[data-expanded="true"] .footable-first-visible::before {
      content: '-'; }
  .fake-cert-table thead {
    background: #3a388b;
    border: 1px solid #3a388b; }
    .fake-cert-table thead th {
      color: #fff;
      padding: 0.5em 0.7em; }
      .fake-cert-table thead th.footable-last-visible, .fake-cert-table thead th:last-child {
        text-align: right; }
  .fake-cert-table tbody {
    border: 1px solid #ccc; }
    .fake-cert-table tbody tbody {
      border: 0; }
    .fake-cert-table tbody tr {
      border-top: 1px solid #ccc; }
      .fake-cert-table tbody tr:first-child {
        border-top: 0; }
    .fake-cert-table tbody td {
      vertical-align: top;
      padding: 0.5em 0.7em; }
      .fake-cert-table tbody td.footable-last-visible, .fake-cert-table tbody td:last-child {
        text-align: right; }
  .fake-cert-table .footable-detail-row {
    border-top: 0; }
    .fake-cert-table .footable-detail-row > td {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; }
  .fake-cert-table .footable-details {
    margin-left: 25px;
    width: calc(100% - 25px); }
    .fake-cert-table .footable-details th {
      font-weight: normal; }
    .fake-cert-table .footable-details tr:first-child {
      border-top: 0; }

.grecaptcha-badge {
  display: none; }

.headline-background {
  font-family: 'EncodeSansNarrow-SemiBold', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color: #e4eaf0 !important;
  color: #3A388B !important;
  padding: 12px 26px !important;
  width: 100% !important; }

#cookie-law-info-bar {
  padding: 8px 0 6px 0 !important; }
  #cookie-law-info-bar span {
    display: block;
    padding: 0 15px;
    line-height: 2;
    font-size: 14px; }
  #cookie-law-info-bar .cli-plugin-button {
    background-color: #b5c5d5 !important;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 0 8px; }
    #cookie-law-info-bar .cli-plugin-button:hover {
      background-color: #3a388b !important; }

.sample-img-container {
  height: 117px;
  width: 220px;
  position: relative; }

.sample-img-overlay {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
  height: 85px;
  width: 135px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  transform: rotate(15deg);
  opacity: 0.5; }
